@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 */
.hover-section-link:before, .hp-overlay-media:before, .hps-slide > div:before, .link-box-img:after, .overlay-media:before, .hp-list-img-slider:before, .hp-list-img-slider:after, .hero-media:before, .hero-media:after, lite-youtube::before,
lite-vimeo::before, .blog-cta:before, .list-top-wrap:before, .list-top-wrap:after, .cta-section:before, .t-video-slide > div:before, .lead-img:before, .header-media:before, .header-media:after, .blog-box-img:before, .hp-modal-img: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.5s ease-out 0.3s, transform 0.5s ease-out 0.3s;
}

.default-transition, a, .btn, .wp-block-button .wp-block-button__link, #login .button-primary {
  transition: all 0.5s ease-out;
}

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

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

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

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

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

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

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

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

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

.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-heading {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 0.15s ease-out;
  column-gap: 0.25rem;
  word-spacing: inherit;
  line-height: 1.175;
}
.animate-heading.animated {
  opacity: 1;
}
.animate-heading.animated .word span {
  transform: translateY(0);
  display: inline-block;
}
.animate-heading .word {
  overflow: hidden;
  display: inline-block;
}
.animate-heading .word span {
  transform: translateY(100%);
  transition: all 0.75s ease-out 0.3s;
}
.animate-heading .word:last-child {
  padding-right: 0;
}
.animate-heading.text-end {
  justify-content: flex-end;
}
.animate-heading.text-center {
  justify-content: center;
}

.break-word {
  padding: 0 !important;
  width: 100%;
  display: block;
}

.animate-heading.xjumbo,
.animate-heading.jumbo {
  column-gap: 1rem;
  line-height: 1.225;
}
.animate-heading.xjumbo.tight-heading .word,
.animate-heading.jumbo.tight-heading .word {
  margin-bottom: -15px;
}

h1.animate-heading,
.animate-heading.h1 {
  column-gap: 0.75rem;
}
h1.animate-heading.tight-heading .word,
.animate-heading.h1.tight-heading .word {
  margin-bottom: -10px;
}

h2.animate-heading,
.animate-heading.h2 {
  column-gap: 0.7rem;
}
h2.animate-heading.tight-heading .word,
.animate-heading.h2.tight-heading .word {
  margin-bottom: -10px;
}

h3.animate-heading,
.animate-heading.h3 {
  column-gap: 0.55rem;
  line-height: 1.197;
}
h3.animate-heading.tight-heading .word,
.animate-heading.h3.tight-heading .word {
  margin-bottom: -5px;
}

h4.animate-heading,
.animate-heading.h4 {
  column-gap: 0.4rem;
}
h4.animate-heading.tight-heading .word,
.animate-heading.h4.tight-heading .word {
  margin-bottom: 0px;
}

.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;
  }
  .animate-heading.xjumbo,
  .animate-heading.jumbo {
    column-gap: 0.8rem;
  }
  h1.animate-heading,
  .animate-heading.h1 {
    column-gap: 0.7rem;
  }
  h2.animate-heading,
  .animate-heading.h2 {
    column-gap: 0.55rem;
    line-height: 1.2;
  }
  h2.animate-heading.tight-heading .word,
  .animate-heading.h2.tight-heading .word {
    margin-bottom: -5px;
  }
  h3.animate-heading,
  .animate-heading.h3 {
    column-gap: 0.425rem;
  }
  h4.animate-heading,
  .animate-heading.h4 {
    column-gap: 0.325rem;
    line-height: 1.19;
  }
}
@media (max-width: 767px) {
  .animate-heading.xjumbo,
  .animate-heading.jumbo {
    column-gap: 0.55rem;
  }
  h1.animate-heading,
  .animate-heading.h1 {
    column-gap: 0.625rem;
  }
}
/* 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;
}

.box-shadow, .cta-form, #masthead.header-scroll {
  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: #BF9700;
  border-bottom: 1px solid #BF9700;
  font-weight: 500;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #EEBD00;
  border-color: transparent;
  text-decoration: none;
}

.btn, #login .button-primary, .wp-block-button .wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-size: 0.775rem;
  font-weight: normal;
  letter-spacing: 0.03rem;
  padding: 16px 65px 14px 15px;
  line-height: 1;
  min-height: 50px;
  min-width: 300px;
  border-radius: 0;
  border: 1px solid #EEBD00 !important;
  color: #EEBD00 !important;
  background-color: #262626 !important;
  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 span, #login .button-primary span, .wp-block-button .wp-block-button__link span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  border-left: 1px solid #EEBD00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.4s ease-out;
  background-color: transparent;
}
.btn:hover span, #login .button-primary:hover span, .wp-block-button .wp-block-button__link:hover span, .btn:focus span, #login .button-primary:focus span, .wp-block-button .wp-block-button__link:focus span, .btn:active span, #login .button-primary:active span, .wp-block-button .wp-block-button__link:active span {
  background-color: rgba(238, 189, 0, 0.15);
}
.btn:hover span svg, #login .button-primary:hover span svg, .wp-block-button .wp-block-button__link:hover span svg,
.btn:hover span img,
#login .button-primary:hover span img,
.wp-block-button .wp-block-button__link:hover span img, .btn:focus span svg, #login .button-primary:focus span svg, .wp-block-button .wp-block-button__link:focus span svg,
.btn:focus span img,
#login .button-primary:focus span img,
.wp-block-button .wp-block-button__link:focus span img, .btn:active span svg, #login .button-primary:active span svg, .wp-block-button .wp-block-button__link:active span svg,
.btn:active span img,
#login .button-primary:active span img,
.wp-block-button .wp-block-button__link:active span img {
  animation: arrow-dip 0.5s linear 0s;
}

@keyframes arrow-dip {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    transform: translateY(110%);
    opacity: 1;
  }
  40% {
    transform: translateY(110%);
    opacity: 0;
  }
  60% {
    transform: translateY(-110%);
    opacity: 0;
  }
  80% {
    transform: translateY(-110%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/** # Responsive **/
@media (max-width: 767px) {
  .wp-block-button {
    width: 100%;
  }
  .btn, #login .button-primary, .wp-block-button .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: "Cormorant Garamond";
  src: url("../fonts/hinted-CormorantGaramond-Regular.woff2") format("woff2"), url("../fonts/hinted-CormorantGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/hinted-CormorantGaramond-Italic.woff2") format("woff2"), url("../fonts/hinted-CormorantGaramond-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Light.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-LightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Regular.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Italic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Medium.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/hinted-Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-Bold.woff2") format("woff2"), url("../fonts/hinted-Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/hinted-Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/hinted-Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Miss Fajardose";
  src: url("../fonts/hinted-MissFajardose-Regular.woff2") format("woff2"), url("../fonts/hinted-MissFajardose-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*********************/
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

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

p:empty {
  display: none;
}

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

.xjumbo,
.jumbo,
.page-heading,
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.16;
}

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

.jumbo {
  font-size: 3.8rem;
}

.xjumbo {
  font-size: 4.3rem;
}

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

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

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

.tiny {
  font-size: 0.7rem;
}

.xtiny {
  font-size: 0.6rem;
}

.em {
  font-style: italic;
}

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

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

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

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

.heading {
  font-family: "Cormorant Garamond", serif;
}

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

.script {
  font-family: "Miss Fajardose", 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: #262626;
}

.primary-text {
  color: #EEBD00;
}

.secondary-text {
  color: #BF9700;
}

.lightgrey-text {
  color: #F5F3EE;
}

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

blockquote {
  margin: 40px 0;
  font-size: 1.2rem;
  font-style: italic;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  border-radius: 4px;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.15);
  padding: 35px 40px;
  background-color: #262626;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote a:not(.btn):not(.wp-element-button) {
  display: inline-block;
  line-height: 1;
  color: #EEBD00;
  border-color: #EEBD00;
}
blockquote a:not(.btn):not(.wp-element-button):hover, blockquote a:not(.btn):not(.wp-element-button):focus, blockquote a:not(.btn):not(.wp-element-button):active {
  color: #BF9700;
  border-color: transparent;
}

/** # Responsive **/
@media (max-width: 991px) {
  .xjumbo {
    font-size: 3.3rem;
  }
  .jumbo {
    font-size: 3rem;
  }
  h1, .h1 {
    font-size: 2.8rem;
  }
  h2, .h2 {
    font-size: 2.3rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.4rem;
  }
  h5, .h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .xjumbo,
  .jumbo {
    font-size: 2.4rem;
  }
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  blockquote {
    font-size: 1.1rem;
    padding: 35px 20px;
  }
}
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(38, 38, 38, 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: #EEBD00 !important;
  border-width: 3px !important;
  border-radius: 2px !important;
}

.fancybox__progress {
  background: #EEBD00 !important;
}

.lightgrey-bg {
  background-color: #F5F3EE;
}

.darkgrey-bg {
  background-color: #1d1d1d;
  color: #fff;
}
.darkgrey-bg a:not(.btn):not(.wp-element-button) {
  color: #EEBD00;
}
.darkgrey-bg a:not(.btn):not(.wp-element-button):hover, .darkgrey-bg a:not(.btn):not(.wp-element-button):focus, .darkgrey-bg a:not(.btn):not(.wp-element-button):active {
  color: #BF9700;
}

.black-bg {
  background-color: #262626;
  color: #fff;
}
.black-bg a:not(.btn):not(.wp-element-button) {
  color: #EEBD00;
}
.black-bg a:not(.btn):not(.wp-element-button):hover, .black-bg a:not(.btn):not(.wp-element-button):focus, .black-bg a:not(.btn):not(.wp-element-button):active {
  color: #BF9700;
}

.primary-bg {
  background-color: #EEBD00;
}

.secondary-bg {
  background-color: #BF9700;
}

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

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

.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  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: #BF9700;
  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: #BF9700;
  color: #BF9700;
}
.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: #BF9700;
  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;
  background-color: #BF9700;
}
.slick-dots button {
  text-indent: -9999px;
  border: 1px solid #BF9700;
  padding: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: transparent;
  opacity: 0.6;
  transition: all 0.4s ease-out;
}
.slick-dots button:hover, .slick-dots button:focus, .slick-dots button:active {
  background-color: #BF9700;
}

.slick-arrow {
  padding: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: #262626;
  color: #fff;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.slick-arrow + .slick-arrow {
  margin-left: 8px;
}
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  opacity: 0.75;
}

.ctat-box {
  background-color: #262626;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(38, 38, 38, 0.25);
  padding: 30px;
  max-width: 550px;
}
.ctat-box.ctat-light {
  background-color: #fff;
  color: #262626;
}
.ctat-box.ctat-light .ctat-script {
  opacity: 0.2;
}

.ctat-name {
  position: relative;
  z-index: 1;
}

.ctat-script {
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 0.1;
  z-index: -1;
  font-size: 3.5rem;
  line-height: 1;
  padding-right: 15px;
}

/** # 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;
  }
  .btn-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .ctat-box {
    padding: 30px 20px;
  }
}
.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 rgba(38, 38, 38, 0.5);
  padding: 5px 8px;
  height: 60px;
  font-size: 1rem !important;
  color: #262626;
}
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 rgba(38, 38, 38, 0.5);
  background-color: transparent;
  padding: 5px 8px;
  font-size: 1rem !important;
  color: #262626;
}
textarea:focus-visible {
  outline: none;
}

select {
  background: transparent url("../images/angle-down.svg") right 15px center no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
select option {
  color: #262626;
  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(238, 189, 0, 0.25);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 189, 0, 0.25);
}

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: "Montserrat", 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 #262626 !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.75rem !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: #EEBD00 !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: #BF9700;
}

.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: 1;
  margin-top: -5px;
  margin-bottom: 12px;
}

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

.gform_button {
  min-width: 220px;
}

.gfield_required,
.required {
  color: #EEBD00 !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.75rem;
}
.gfield.input--filled select {
  color: #262626;
}
.gfield.gfield_error {
  outline: 1px solid #c02b0a;
}
.gfield.no-animate .gfield_label {
  position: static;
  font-weight: normal !important;
  font-size: 0.75rem !important;
}

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

.gfield_label,
label, .label {
  font-size: 0.75rem !important;
  font-weight: normal !important;
  color: #262626 !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 rgba(255, 255, 255, 0.5) !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 rgba(255, 255, 255, 0.5) !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: #262626;
  background-color: #fff !important;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  font-size: 20px;
  padding: 17px 0;
  border: 0 !important;
  color: #262626 !important;
}
.search-btn:hover, .search-btn:focus, .search-btn:active {
  color: #BF9700 !important;
}

.search-form ::-webkit-input-placeholder {
  color: #262626;
  font-size: 0.9rem !important;
}

.search-form :-moz-placeholder {
  color: #262626;
  font-size: 0.9rem !important;
  opacity: 1;
}

.search-form ::-moz-placeholder {
  color: #262626;
  font-size: 0.9rem !important;
  opacity: 1;
}

.search-form :-ms-input-placeholder {
  color: #262626;
  font-size: 0.9rem !important;
}

.search-form ::-ms-input-placeholder {
  color: #262626;
  font-size: 0.9rem !important;
}

.widget select {
  width: 100%;
  color: #262626;
  background-color: #fff !important;
  font-size: 0.9rem !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: #262626 !important;
  margin: 0 6px;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  z-index: 1;
  border: 0 !important;
}
.page-numbers.current {
  color: #BF9700 !important;
  font-weight: bold;
}
.page-numbers.next, .page-numbers.prev {
  color: #262626;
  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: #262626;
}
.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: #EEBD00;
}
.post-navigation .pagination .nav-next {
  float: right;
}

.login .message,
#login_error {
  color: #262626;
  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: #262626;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}
#login h1 a {
  width: 275px;
  background-size: 275px;
  height: 133px;
  margin-bottom: 0;
  border: 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: #262626;
  font-size: 0.9rem;
}
#login .submit {
  clear: both;
}
#login .button-primary {
  min-width: 150px;
  height: 50px;
  box-shadow: none !important;
  text-shadow: none;
  padding: 16px 15px 14px;
}
#login .button-primary:hover, #login .button-primary:focus, #login .button-primary:active {
  background-color: rgba(38, 38, 38, 0.8) !important;
}

#rememberme {
  background-color: transparent;
  border: 2px solid #EEBD00 !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: #262626 !important;
  font-size: 18px;
}
#nav a:hover, #nav a:focus, #nav a:active,
#backtoblog a:hover,
#backtoblog a:focus,
#backtoblog a:active {
  color: #EEBD00 !important;
}

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

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

.nav-modal .modal-dialog {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 500px;
  width: 500px;
  transform: translate(500px, 0) !important;
}
.nav-modal.show .modal-dialog {
  transform: translate(0) !important;
}
.nav-modal .btn-close {
  position: fixed;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.nav-wrap {
  height: 100vh;
  overflow-y: auto;
  padding: 80px 50px 30px;
}

.nav-contact hr {
  opacity: 1;
  background-color: #fff;
  margin: 30px 0 20px;
}
.nav-contact a {
  color: #fff !important;
  border: 0;
  font-weight: normal;
}
.nav-contact a:hover, .nav-contact a:focus, .nav-contact a:active {
  color: #EEBD00 !important;
}

.nav-social a {
  color: #262626 !important;
}

.nav-logo img {
  max-width: 250px;
  height: auto;
}

.primary-nav {
  padding: 0;
}

#main-menu {
  width: 100%;
}

.main-menu {
  display: block;
  width: 100%;
}
.main-menu > li {
  text-align: left !important;
  margin-bottom: 12px;
}
.main-menu > li > a {
  color: #fff !important;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  border: 0;
  font-weight: normal;
  padding: 0 !important;
  background-color: transparent !important;
  outline: none !important;
}
.main-menu > li > a:after {
  color: transparent;
  border: 0;
  border-right: 1px solid #EEBD00;
  border-bottom: 1px solid #EEBD00;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  transform: rotate(-45deg);
  transform-origin: center;
  position: relative;
  transition: all 0.4s;
  top: 6px;
}
.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: #EEBD00 !important;
  background-color: transparent;
}
.main-menu > li:focus > a:after, .main-menu > li:hover > a:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent:focus > a:after, .main-menu > .current-menu-parent:hover > a:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item:focus > a:after, .main-menu > .current-menu-item:hover > a:after, .main-menu > li > a:focus:after, .main-menu > li > a:hover:after, .main-menu > .current-menu-parent > a:after, .main-menu > .current-menu-parent > a:focus:after, .main-menu > .current-menu-parent > a:hover:after, .main-menu > .current-menu-item > a:after, .main-menu > .current-menu-item > a:focus:after, .main-menu > .current-menu-item > a:hover:after {
  transform: rotate(45deg);
}

/* Secondary Nav */
.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  min-width: 200px;
  border: 0;
  padding-bottom: 0;
  box-shadow: 0;
  position: static !important;
  background-color: transparent;
}
.dropdown-menu li {
  text-align: left !important;
  margin-bottom: 2px !important;
}
.dropdown-menu .dropdown-item {
  color: #fff !important;
  font-size: 0.75rem;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  background-color: transparent !important;
  padding: 4px 0 2px !important;
  width: fit-content;
}
.dropdown-menu .current-menu-item .dropdown-item,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  color: #EEBD00 !important;
  border-color: #EEBD00;
  background-color: transparent;
}

/** # Responsive **/
@media (max-width: 767px) {
  .nav-modal .modal-dialog {
    max-width: 100vw;
    width: 100vw;
    transform: translate(100vw, 0) !important;
  }
  .nav-wrap {
    padding: 80px 20px 25px;
  }
  .main-menu > li > a {
    font-size: 1.5rem;
  }
}
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  background-color: transparent;
  padding: 15px 60px;
}
#masthead.header-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1d1d1d;
}

.header-logo a {
  border: 0 !important;
}
.header-logo img {
  height: 135px;
  width: auto;
  transition: all 0.2s ease-out;
}

.header-left,
.header-right {
  transform: translateY(-20px);
  transition: all 0.2s;
}

.cta-trigger {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #262626;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 15px 20px 11px;
  letter-spacing: 0.03rem;
  border: 1px solid #262626;
  font-weight: normal;
}
.cta-trigger:hover, .cta-trigger:focus, .cta-trigger:active {
  border-color: #EEBD00;
  color: #EEBD00;
}

.header-contact a {
  color: #fff;
  font-weight: normal;
  border: 0;
}
.header-contact a:hover, .header-contact a:focus, .header-contact a:active {
  color: #EEBD00;
}

.header-quick {
  color: #fff;
}
.header-quick span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 6px 0 9px;
}
.header-quick a {
  color: #fff;
  font-weight: normal;
  border: 0;
}
.header-quick a:hover, .header-quick a:focus, .header-quick a:active {
  color: #EEBD00;
}

.navbar-toggler {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background-color: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 12px;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff;
  font-size: 0.5rem;
  border: 1px solid #262626;
  transition: all 0.4s;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  border-color: #EEBD00;
  color: #EEBD00;
}

.menu-bar {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 4px;
  background-color: #EEBD00;
}

.header-scroll .header-logo img {
  height: 90px;
}
.header-scroll .header-left,
.header-scroll .header-right {
  transform: translateY(0);
}
.header-scroll .cta-trigger {
  border-color: #EEBD00;
}

/** # Responsive **/
@media (max-width: 1600px) {
  #masthead {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1399px) {
  #masthead {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta-trigger {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    height: 75px !important;
  }
  .header-right {
    transform: none;
  }
}
/* Styling for site CTA in header */
.cta-modal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}

.modal-content-wrap {
  min-height: 100vh;
  overflow-y: auto;
  margin: 0;
}

.cta-modal-img {
  position: relative;
  padding: 15px;
  overflow: hidden;
}
.cta-modal-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.cta-modal-img .ctat-box {
  margin: 0 auto;
}

.cta-modal-content {
  padding: 45px;
}
.cta-modal-content > div {
  max-width: 720px;
}

.cta-modal-logo {
  margin-bottom: 35px;
}
.cta-modal-logo img {
  height: 135px;
  width: auto;
}

.cta-modal-contact a {
  color: #fff !important;
  font-weight: normal;
  border: 0;
}
.cta-modal-contact a:hover, .cta-modal-contact a:focus, .cta-modal-contact a:active {
  color: #EEBD00 !important;
}

.cta-social {
  margin-top: 15px;
}
.cta-social a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EEBD00;
  color: #1d1d1d !important;
  font-size: 0.75rem;
  margin: 0 3px;
}
.cta-social a:hover, .cta-social a:focus, .cta-social a:active {
  transform: translateY(-4px);
  color: #1d1d1d !important;
}

.cta-form {
  margin-top: 25px;
  padding: 35px 35px 20px;
  border-radius: 6px;
}

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

/** # Responsive **/
@media (max-width: 991px) {
  .mobile-cta-link {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 90;
    overflow: hidden;
  }
  .mobile-cta-link a {
    background-color: #1d1d1d;
    color: #EEBD00;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
    box-shadow: 0 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 0;
  }
  .mobile-cta-link.hide-cta {
    z-index: -100;
    opacity: 0;
    transition: opacity 0.25s, z-index 0s linear 0.25s;
  }
}
@media (max-width: 767px) {
  .cta-modal-logo img {
    height: 90px;
  }
  .cta-modal-content {
    padding: 30px 15px;
  }
  .cta-modal-contact a {
    display: block;
  }
  .cta-modal-contact .delim {
    display: none;
  }
  .cta-form {
    padding: 15px;
  }
}
/* Styling for homepage popup */
.hp-modal {
  z-index: 1059;
}
.hp-modal .modal-dialog {
  max-width: 750px;
}

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

.hp-modal-content {
  position: relative;
  z-index: 1;
  padding: 70px 50px 40px;
  border: 1px solid #EEBD00;
}
.hp-modal-content .gform_footer {
  justify-content: center;
}

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

.footer-content-left {
  padding-right: 30px;
}

.footer-content-right {
  position: relative;
}
.footer-content-right div {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}

.footer-ig a {
  border: 0;
  font-weight: normal;
}

.fig-img a:hover, .fig-img a:focus, .fig-img a:active {
  opacity: 0.7;
}

.footer-col p {
  line-height: 1.2;
  margin-bottom: 4px;
}
.footer-col a {
  color: #fff !important;
  font-weight: normal;
  border: 0;
}
.footer-col a:hover, .footer-col a:focus, .footer-col a:active {
  color: #EEBD00 !important;
}

.footer-logo img {
  max-width: 85%;
  height: auto;
  max-height: 100%;
}

.footer-social {
  margin-top: 15px;
}
.footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EEBD00;
  color: #1d1d1d !important;
  font-size: 0.75rem;
  margin: 0 3px;
}
.footer-social a:hover, .footer-social a:focus, .footer-social a:active {
  transform: translateY(-4px);
  color: #1d1d1d !important;
}

.footer-brokerage > div {
  margin-right: -45px;
}
.footer-brokerage img {
  max-width: 200px;
  height: auto;
}

.footer-legal ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.footer-legal ul li {
  line-height: 1.2;
  margin-bottom: 4px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .footer-col {
    text-align: center;
  }
  .footer-logo img {
    max-width: 250px;
  }
  .footer-contact {
    order: 3;
    margin-top: 25px;
  }
  .footer-brokerage > div {
    margin-right: 0;
  }
  .site-info {
    order: 4;
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .footer-content-left {
    text-align: center;
    padding-right: 15px;
  }
  .footer-content-left h2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #colophon {
    padding: 40px 0 20px;
  }
  .fig-img:nth-child(n+4) {
    display: none;
  }
  .footer-contact,
  .site-info {
    order: unset;
  }
  .footer-brokerage {
    margin-top: 35px;
  }
}
.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;
}

.ba-slider-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
}
.ba-slider-wrap .slick-arrow.slick-prev {
  left: -20px;
}
.ba-slider-wrap .slick-arrow.slick-next {
  right: -20px;
}

.ba-slider .slick-list,
.ba-slider .slick-track,
.ba-slider .twentytwenty-wrapper {
  height: 100% !important;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/**/
.twentytwenty-handle {
  width: 85px;
  height: 85px;
  background-color: #262626;
  opacity: 1;
  border-radius: 100%;
  margin-left: -42px !important;
  margin-top: -42px !important;
  box-shadow: none;
  border: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.05rem;
  text-align: center;
  font-size: 0.65rem;
}
.twentytwenty-handle:before, .twentytwenty-handle:after {
  width: 4px !important;
  background-color: #262626 !important;
  box-shadow: none !important;
}
.twentytwenty-handle .twentytwenty-left-arrow,
.twentytwenty-handle .twentytwenty-right-arrow {
  display: none;
}

.twentytwenty-overlay {
  background-color: transparent !important;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  opacity: 1 !important;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  top: 15px !important;
  color: #fff !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 10px 10px 9px !important;
  width: 130px !important;
  text-align: center;
  margin-top: 0 !important;
}

.twentytwenty-before-label:before {
  background-color: #262626 !important;
  left: 15px !important;
}

.twentytwenty-after-label:before {
  background-color: #BF9700 !important;
  right: 15px !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .ba-slider-wrap .slick-arrow {
    top: unset;
    bottom: 5px;
  }
  .ba-slider-wrap .slick-arrow.slick-prev {
    left: 5px;
  }
  .ba-slider-wrap .slick-arrow.slick-next {
    right: 5px;
  }
  .twentytwenty-handle {
    width: 50px;
    height: 50px;
    margin-left: -25px !important;
    margin-top: -25px !important;
    font-size: 0.55rem;
    letter-spacing: 0;
  }
  .twentytwenty-handle span {
    transform: translateY(2px);
  }
  .twentytwenty-handle .twentytwenty-left-arrow {
    transform: translateX(-7px);
  }
  .twentytwenty-handle .twentytwenty-right-arrow {
    transform: translateX(7px);
  }
  .twentytwenty-before-label:before,
  .twentytwenty-after-label:before {
    font-size: 0.55rem !important;
    width: 90px !important;
    top: 10px !important;
    padding: 10px 10px 7px !important;
  }
  .twentytwenty-before-label:before {
    left: 10px !important;
  }
  .twentytwenty-after-label:before {
    right: 10px !important;
  }
}
.list-box-wrap {
  margin-bottom: 60px;
}
.list-box-wrap.list-box-slide {
  padding: 0 15px;
  margin-bottom: 35px;
}
.list-box-wrap a {
  border: 0;
  font-weight: normal;
  color: #262626;
}
.list-box-wrap a:hover .list-box-hover, .list-box-wrap a:focus .list-box-hover, .list-box-wrap a:active .list-box-hover {
  opacity: 1;
}
.list-box-wrap a:hover .list-box-hover img, .list-box-wrap a:focus .list-box-hover img, .list-box-wrap a:active .list-box-hover img {
  transform: scale(1);
}
.list-box-wrap a:hover .list-box-info h3, .list-box-wrap a:focus .list-box-info h3, .list-box-wrap a:active .list-box-info h3 {
  color: #BF9700;
}

.list-box-img {
  position: relative;
  margin-bottom: 10px;
}

.list-box-status {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 6px 25px 4px;
  min-width: 125px;
  width: fit-content;
  background-color: rgba(38, 38, 38, 0.75);
  color: #fff !important;
}

.list-box-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  transition: all 0.75s;
  opacity: 0;
}
.list-box-hover img {
  width: 90%;
  height: auto;
  transform: scale(0.8);
  transition: all 2.5s ease-out;
}

.list-box-info hr {
  margin: 10px 0;
}
.list-box-info h3 {
  transition: all 0.5s;
}

/** # Responsive **/
@media (max-width: 991px) {
  .list-slider {
    margin: 0 -15px;
  }
}
.blog-box-wrap {
  margin-bottom: 60px;
}
.blog-box-wrap.blog-box-slide {
  padding: 0 15px;
  margin-bottom: 35px;
}
.blog-box-wrap a {
  font-weight: normal;
  border: 0;
  color: #262626;
}
.blog-box-wrap a:hover .blog-box-img:before, .blog-box-wrap a:focus .blog-box-img:before, .blog-box-wrap a:active .blog-box-img:before {
  opacity: 0.5;
}
.blog-box-wrap a:hover .blog-box-info h3, .blog-box-wrap a:focus .blog-box-info h3, .blog-box-wrap a:active .blog-box-info h3 {
  color: #BF9700;
}

.blog-box-img {
  position: relative;
  margin-bottom: 12px;
}
.blog-box-img:before {
  background-color: #000;
  opacity: 0;
  transition: all 0.6s;
}

.blog-box-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 135px;
  width: fit-content;
  background-color: rgba(38, 38, 38, 0.85);
  color: #fff;
  padding: 6px 15px 4px;
  z-index: 1;
}

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

.blog-box-info hr {
  margin: 10px 0 12px;
}
.blog-box-info h3 {
  transition: all 0.5s;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed-slider {
    margin: 0 -15px;
  }
}
.img-header {
  min-height: 100vh;
  padding: 200px 0 30px;
}
.img-header .page-header {
  z-index: 1;
}

.header-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.header-media:before {
  bottom: unset;
  height: 350px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.header-media:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 45%);
}

.text-header {
  padding-top: 215px;
  padding-bottom: 40px;
  z-index: 1;
}

.header-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  z-index: -1;
}
.header-brand img {
  height: 250px;
  width: auto;
  transform: translateX(-10%);
}

/** # Responsive **/
@media (max-width: 1399px) {
  .header-brand img {
    height: 225px;
  }
}
@media (max-width: 991px) {
  .img-header {
    min-height: 65vh;
  }
  .header-brand {
    justify-content: center;
  }
  .header-brand img {
    transform: none;
    width: 85%;
    height: unset;
  }
}
@media (max-width: 767px) {
  .img-header {
    padding: 145px 0 30px;
    min-height: 350px;
  }
  .img-header h1 .word {
    margin-bottom: -7px;
  }
  .header-media:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 135px);
  }
  .header-media:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 60%);
  }
  .text-header {
    padding: 140px 0 30px;
  }
  .text-header h1, .text-header .word {
    margin-bottom: -4px;
  }
}
.page-sidebar {
  padding-left: 30px;
}

.sidebar {
  background-color: #262626;
  padding: 25px 30px;
  position: sticky;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.15);
}
.sidebar h3 {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.sidebar .gform_footer {
  justify-content: center;
}
.sidebar .gform_button {
  min-width: 220px;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .page-sidebar {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .page-sidebar {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding: 25px 20px;
  }
  .sidebar h3, .sidebar > p {
    font-size: 0.9rem;
  }
}
.lead-wrap {
  padding: 245px 0 70px;
  min-height: calc(100vh - 150px);
}

.lead-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.lead-img:before {
  background-color: #000;
  opacity: 0.5;
}

.lead-inner {
  position: relative;
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .lead-wrap {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .lead-form-wrap {
    margin-top: 45px;
  }
  .lead-form-wrap .sidebar {
    background-color: #1d1d1d;
  }
  .lead-footer {
    background-color: #1d1d1d;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .lead-wrap {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
.posts-wrap {
  padding: 50px 0;
}

.blog-filter {
  margin-bottom: 50px;
}

.feat-blog {
  margin-bottom: 50px;
}
.feat-blog a:hover .feat-blog-arrow, .feat-blog a:focus .feat-blog-arrow, .feat-blog a:active .feat-blog-arrow {
  opacity: 1;
}

.feat-blog-info {
  padding: 25px 30px;
}
.feat-blog-info .blog-box-cat {
  background-color: #EEBD00;
  color: #262626;
  left: 0;
  top: 0;
}
.feat-blog-info hr {
  background-color: #fff;
}

.feat-blog-arrow {
  opacity: 0;
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 991px) {
  .feat-blog-info {
    display: block !important;
  }
  .feat-blog-arrow {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .posts-wrap {
    padding-top: 40px;
  }
  .feat-blog-info {
    padding: 15px;
  }
  .feat-blog-info .h5 {
    font-size: 1rem;
  }
}
.t-wrap {
  padding: 70px 0 50px;
}

.testimonial-videos {
  margin-bottom: 75px;
}

.t-videos-slider {
  position: relative;
}
.t-videos-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
}
.t-videos-slider .slick-arrow.slick-prev {
  left: calc(23% - 8px);
}
.t-videos-slider .slick-arrow.slick-next {
  right: calc(23% - 8px);
}

.t-video-slide {
  aspect-ratio: 16/9;
  padding: 75px 12px;
  transition: 1s ease-out;
}
.t-video-slide.slick-current {
  padding: 0 12px;
}
.t-video-slide.slick-current > div:before {
  opacity: 0;
  z-index: -1;
  transition: opacity 1s ease-out, z-index 0s linear 1.1s;
}
.t-video-slide > div {
  position: relative;
  z-index: 1;
}
.t-video-slide > div:before {
  background-color: rgba(255, 255, 255, 0.4);
  transition: opacity 1s ease-out, z-index 0s linear;
  z-index: 1;
}
.t-video-slide button {
  background-color: transparent;
  border: 0;
}

.t-box-wrap {
  margin-bottom: 50px;
}
.t-box-wrap:nth-child(even) {
  padding-left: 45px;
}
.t-box-wrap:nth-child(odd) {
  padding-right: 45px;
}
.t-box-wrap a:hover .ctat-wrap, .t-box-wrap a:focus .ctat-wrap, .t-box-wrap a:active .ctat-wrap {
  transform: translateY(-15px);
}
.t-box-wrap .ctat-wrap {
  height: 100%;
  transition: all 0.6s ease-out;
}
.t-box-wrap .ctat-box {
  max-width: unset;
  height: 100%;
}

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

.t-modal-wrap {
  padding: 75px 50px 40px;
}
.t-modal-wrap .ctat-script {
  right: 0;
  opacity: 0.2;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .t-videos-slider .slick-arrow.slick-prev {
    left: calc(17% - 8px);
  }
  .t-videos-slider .slick-arrow.slick-next {
    right: calc(17% - 8px);
  }
}
@media (max-width: 1199px) {
  .t-box-wrap:nth-child(even) {
    padding-left: 30px;
  }
  .t-box-wrap:nth-child(odd) {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .t-box-wrap {
    padding: 0 15px !important;
    margin-bottom: 40px;
  }
  .t-box-wrap .ctat-wrap {
    transform: none !important;
  }
  .testimonial-modal .modal-dialog {
    max-width: 95vw;
  }
  .t-videos-slider .slick-arrow.slick-prev {
    left: calc(10% - 8px);
  }
  .t-videos-slider .slick-arrow.slick-next {
    right: calc(10% - 8px);
  }
}
@media (max-width: 767px) {
  .t-modal-wrap {
    padding: 60px 20px 35px;
  }
  .testimonial-videos {
    margin-bottom: 50px;
  }
  .t-videos-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .t-videos-slider .slick-arrow.slick-next {
    right: 20px;
  }
  .t-videos-slider .video-play-btn {
    width: 90px;
  }
}
.listings-wrap {
  padding: 50px 0;
}

.list-filters {
  margin-bottom: 50px;
}

.feat-listing {
  margin-bottom: 70px;
}
.feat-listing .list-box-status {
  position: static;
  background-color: #262626;
}

.feat-listing-inner {
  background-color: #fff;
}

.feat-list-img {
  overflow: hidden;
  position: relative;
}
.feat-list-img a {
  border: 0;
}
.feat-list-img a:hover .list-box-hover, .feat-list-img a:focus .list-box-hover, .feat-list-img a:active .list-box-hover {
  opacity: 1;
}
.feat-list-img a:hover .list-box-hover img, .feat-list-img a:focus .list-box-hover img, .feat-list-img a:active .list-box-hover img {
  transform: scale(1);
}

.feat-list-info {
  padding: 0;
}
.feat-list-info a {
  padding: 45px;
  color: #262626;
  font-weight: normal;
  border: 0;
}
.feat-list-info a:hover .feat-list-more, .feat-list-info a:focus .feat-list-more, .feat-list-info a:active .feat-list-more {
  color: #BF9700;
}

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

.feat-list-more {
  transition: all 0.4s ease-out;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .feat-list-info a {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .feat-listing {
    margin-bottom: 50px;
  }
  .feat-list-info a {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .listings-wrap {
    padding-top: 40px;
  }
  .feat-list-info a {
    padding: 20px 15px;
  }
  .feat-list-info a h3 {
    font-size: 1rem;
  }
}
.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 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEBD00;
}
.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 {
  margin-bottom: 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 {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-wrap {
  margin-bottom: 75px;
  margin-top: 90px;
}
.page-wrap.lightgrey-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 75px 0 90px;
}

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

.page-content > h1, .page-content > .h1,
.entry-content > h1,
.entry-content > .h1 {
  font-size: 2.5rem;
}
.page-content > h2, .page-content > .h2,
.entry-content > h2,
.entry-content > .h2 {
  font-size: 2.2rem;
}
.page-content > h3, .page-content > .h3,
.entry-content > h3,
.entry-content > .h3 {
  font-size: 1.7rem;
}
.page-content > h4, .page-content > .h4,
.entry-content > h4,
.entry-content > .h4 {
  font-size: 1.4rem;
}

/** # Responsive **/
@media (max-width: 1199px) {
  .entry-content {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .page-wrap.lightgrey-bg {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .entry-content > h1, .entry-content > .h1 {
    font-size: 2rem;
  }
  .entry-content > h2, .entry-content > .h2 {
    font-size: 1.8rem;
  }
  .entry-content > h3, .entry-content > .h3 {
    font-size: 1.5rem;
  }
  .entry-content > h4, .entry-content > .h4 {
    font-size: 1.2rem;
  }
}
.cta-section {
  padding: 80px 0;
  min-height: 75vh;
}
.cta-section .banner-img {
  z-index: unset;
}
.cta-section:before {
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.cta-section .container {
  z-index: 2;
}

/** # Responsive **/
@media (max-width: 991px) {
  .cta-section {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
  }
}
.list-top-wrap {
  min-height: 100vh;
  padding: 220px 0 35px;
  color: #fff;
}
.list-top-wrap .container {
  position: relative;
  z-index: 2;
}
.list-top-wrap:before {
  bottom: unset;
  height: 350px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.list-top-wrap:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 45%);
}

.list-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  overflow: hidden;
}

.list-hilites,
.hilites-slider,
.list-img {
  height: 100% !important;
}
.list-hilites .slick-track,
.list-hilites .slick-list,
.list-hilites .slick-slide,
.hilites-slider .slick-track,
.hilites-slider .slick-list,
.hilites-slider .slick-slide,
.list-img .slick-track,
.list-img .slick-list,
.list-img .slick-slide {
  height: 100% !important;
}

.hilites-slider {
  transform: scale(1.2);
  transition: all 6.5s ease-out;
}
.hilites-slider.animated {
  transform: scale(1);
}

.hilites-slide img {
  transform: scale(1.2);
  transition: all 6.5s ease-out;
}
.hilites-slide.slick-current img {
  transform: scale(1);
  transition: all 6.5s ease-out;
}

.hilites-arrows .slick-arrow {
  color: #EEBD00;
  background-color: transparent;
  width: 45px;
  height: 45px;
}
.hilites-arrows .slick-arrow:hover, .hilites-arrows .slick-arrow:focus, .hilites-arrows .slick-arrow:active {
  background-color: rgba(38, 38, 38, 0.8);
}

.list-vid-play {
  height: 175px;
  width: 175px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.list-vid-play button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.list-vid-play img {
  width: 100%;
  height: auto;
}

.list-vid-modal .modal-dialog {
  max-width: 1100px;
}
.list-vid-modal .modal-content {
  padding: 85px 50px 35px;
}

.list-header hr {
  opacity: 1;
  background-color: #fff;
  margin-top: 15px;
}

.list-status-price > div {
  width: fit-content;
  background-color: rgba(38, 38, 38, 0.9);
  padding: 6px 15px 4px;
}

.list-quick-links > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 6px 0 8px;
}
.list-quick-links a {
  color: #fff !important;
  font-weight: normal;
  border: 0;
}
.list-quick-links a:hover, .list-quick-links a:focus, .list-quick-links a:active {
  color: #EEBD00 !important;
}
.list-quick-links svg {
  color: #EEBD00;
}

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

.list-icon {
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #262626;
  color: #262626;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.open-houses {
  margin-top: 50px;
  margin-bottom: 50px;
}

.open-house {
  margin-bottom: 20px;
}

.list-desc-details {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.list-desc-full {
  margin-bottom: 30px;
}

.list-detail {
  margin-bottom: 20px;
}

.list-desc {
  position: relative;
}

.list-desc-brand {
  position: absolute;
  top: 75px;
  right: 0;
  bottom: 0;
  left: -125px;
  z-index: initial;
  z-index: -1;
}
.list-desc-brand img {
  width: 700px;
  height: auto;
}

.show-more-less-handler {
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #BF9700;
  bottom: 5px !important;
  position: absolute !important;
}
.show-more-less-handler:hover, .show-more-less-handler:focus, .show-more-less-handler:active {
  opacity: 0.7;
}

.list-agent {
  position: relative;
}

.list-agent-img {
  width: 150px;
  min-width: 150px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 20px;
}

.list-agent-info a {
  border: 0;
  color: #262626;
  font-weight: normal;
}
.list-agent-info a:hover, .list-agent-info a:focus, .list-agent-info a:active {
  color: #BF9700;
}

.list-floorplans {
  margin-top: 40px;
}

.fp-arrows {
  position: absolute;
  bottom: 10px;
  right: 12px;
}

.fp-slide {
  border: 1px solid #BF9700;
}
.fp-slide a {
  padding: 15px;
  border: 0;
}

.list-downloads {
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-downloads div {
  width: 49%;
  min-width: 180px;
}
.list-downloads .btn {
  min-width: unset;
  width: 100%;
  padding: 16px 20px 14px;
}
.list-downloads .btn span {
  display: none;
}
.list-downloads .btn:hover, .list-downloads .btn:focus, .list-downloads .btn:active {
  background-color: rgba(38, 38, 38, 0.85) !important;
}

.list-video + .list-video, .list-video + .list-virtual {
  margin-top: 45px;
}

.list-hoodq {
  margin-top: 40px;
}
.list-hoodq a {
  border: 0;
}

.list-content-blocks {
  padding: 90px 0;
}
.list-content-blocks .container > div + div {
  margin-top: 45px;
}

.list-img-callout.img-right .lic-img {
  order: 2;
}

.list-img-slider {
  position: relative;
}
.list-img-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
}
.list-img-slider .slick-arrow.slick-prev {
  left: -20px;
}
.list-img-slider .slick-arrow.slick-next {
  right: -20px;
}

.list-form-map {
  margin-top: 60px;
  margin-bottom: 75px;
}

.list-map {
  order: 2;
}

.list-gallery-wrap {
  margin: 75px 0;
}

.list-gallery .gallery-item:nth-child(n+7) {
  display: none;
}

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

.list-cs-desc,
.cs-testimonial,
.cs-breakdown {
  margin-bottom: 45px;
}

.cs-testimonial .ctat-box {
  max-width: unset;
}

.cs-story-wrap {
  padding: 50px 0 70px;
}

.story-track {
  width: 1px;
  background-color: #BF9700;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  flex: unset !important;
  padding: 0 !important;
}

.story-pull {
  width: 50px;
  aspect-ratio: 1/1;
  position: sticky;
  top: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BF9700;
  color: #fff;
  overflow: hidden;
  border-radius: 100%;
  transform: translateX(-25px);
}

.cs-story-steps {
  margin-top: 60px;
}

.story-step:nth-child(even) {
  margin-top: 100px;
  padding-left: 60px;
}
.story-step:nth-child(odd) {
  padding-right: 60px;
}
.story-step > div hr {
  background-color: #BF9700;
  opacity: 1;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .list-vid-modal .modal-dialog {
    max-width: 95vw;
  }
  .list-downloads div {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .list-row-heading {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .list-top-wrap {
    min-height: unset;
    display: block !important;
    padding: 0;
  }
  .list-top-wrap:after {
    display: none;
  }
  .list-img-wrap {
    position: relative;
    aspect-ratio: 7/5;
  }
  .list-vid-play {
    width: 150px;
    height: 150px;
  }
  .list-header {
    padding: 35px 0;
  }
  .list-status-price > div {
    background-color: transparent;
    border: 1px solid #BF9700;
  }
  .list-quick-links a {
    font-size: 0.7rem;
  }
  .list-row-heading {
    margin-bottom: 20px;
  }
  .list-desc-brand {
    left: 0;
  }
  .list-desc-brand img {
    width: 95%;
  }
  .details-wrap-mobile {
    margin-bottom: 40px;
  }
  .list-downloads div {
    width: 49%;
  }
  .list-content-blocks {
    padding: 60px 0;
  }
  .lic-img {
    order: unset !important;
    margin-bottom: 30px;
  }
  .list-map {
    aspect-ratio: 7/5;
    order: unset;
  }
  .story-step:nth-child(even) {
    padding-left: 40px;
  }
  .story-step:nth-child(odd) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .list-top-wrap:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 135px);
  }
  .list-vid-play {
    bottom: unset;
    aspect-ratio: 7/5;
    width: unset;
    height: unset;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 12px 7px;
  }
  .list-vid-play img {
    width: 75px;
    height: auto;
  }
  .list-vid-modal .modal-content {
    padding: 70px 20px 20px;
  }
  .list-status-price > div {
    margin: 0 auto 15px;
  }
  .list-header {
    text-align: center;
  }
  .list-wrap {
    margin-bottom: 50px;
  }
  .open-houses {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .list-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 0.8rem;
    margin-right: 10px;
  }
  .list-downloads div {
    width: 100%;
  }
  .hq-ah--data-container {
    flex-direction: column !important;
  }
  .hq-ah--data-container > div {
    width: 100% !important;
  }
  .list-content-blocks {
    padding: 45px 0;
  }
  .list-img-slider .slick-arrow {
    top: unset;
    bottom: 5px;
  }
  .list-img-slider .slick-arrow.slick-prev {
    left: 5px;
  }
  .list-img-slider .slick-arrow.slick-next {
    right: 5px;
  }
  .list-form-map {
    margin: 50px -15px;
  }
  .list-gallery-wrap {
    margin: 50px 0;
  }
  .related-listings-wrap {
    padding: 40px 15px 50px;
  }
  .cs-story-steps {
    margin-top: 15px;
  }
  .story-step {
    padding: 0 15px !important;
    margin-top: 45px !important;
  }
}
.post-top-wrap {
  padding: 180px 0 50px;
  z-index: 1;
}

.post-header {
  padding-right: 30px;
}

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

.post-share {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #BF9700;
}
.post-share a {
  border: 0;
}

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

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

/** # Responsive **/
@media (max-width: 1199px) {
  .post-header {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .post-top-wrap {
    padding-top: 200px;
    text-align: center;
  }
  .post-top-wrap h1 {
    justify-content: center;
  }
  .post-img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .post-top-wrap {
    padding: 130px 0 45px;
  }
  .post-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.bio-top-wrap {
  padding: 180px 0 50px;
}

.bio-top-inner {
  position: relative;
}

.bio-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: flex-end;
  padding: 0 0 80px 25px;
}
.bio-brand img {
  width: 800px;
  height: auto;
}

.bio-header {
  padding-top: 30px;
}

.bio-header-inner a {
  font-weight: normal;
}

.bio-social a {
  border: 0;
}

.bio-intro {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #BF9700;
}

.bio-wrap {
  padding: 70px 0;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .bio-brand img {
    width: 700px;
  }
  .bio-intro {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .bio-brand img {
    width: 500px;
  }
  .bio-top-inner {
    align-items: center;
  }
  .bio-header {
    padding-top: 0;
  }
  .bio-intro {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .bio-brand {
    padding-bottom: 60px;
  }
  .bio-brand img {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .bio-top-wrap {
    padding: 130px 0 45px;
  }
  .bio-featured {
    margin-top: 30px;
  }
  .bio-brand {
    display: none;
  }
  .bio-wrap {
    padding: 50px 0;
  }
  .bio-listings {
    margin-bottom: 50px;
  }
}
.blog-toggle {
  margin: 0 0 45px;
}

.toggle-btn {
  background-color: transparent;
  border: 0;
  padding: 0 0 5px;
  border-bottom: 2px solid #EEBD00;
  outline: none !important;
  text-align: left;
  color: #262626 !important;
}

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

/* Styling for thanks/404 pages */
lite-youtube,
lite-vimeo {
  background-color: #262626;
  position: relative;
  background-position: 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(0, 0, 0, 0.15);
}
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;
}

.lyt-playbtn,
.ltv-playbtn {
  border: 0;
}

/** # 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: 90px;
  }
}
/* Custom */
/* Styling for homepage hero component */
.homepage-hero {
  min-height: 100vh;
  padding: 200px 0 35px;
  overflow: hidden;
}
.homepage-hero .container {
  position: relative;
  z-index: 1;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}
.hero-media:before {
  bottom: unset;
  height: 350px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero-media:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 45%);
}

/** # Responsive **/
@media (max-width: 767px) {
  .homepage-hero {
    min-height: unset;
  }
  .homepage-hero .xjumbo {
    font-size: 2rem;
  }
  .hero-media:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 135px);
  }
  .hero-media:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 60%);
  }
}
.homepage-listings .container {
  min-height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 40px;
}

.hp-list-img-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  position: absolute !important;
}
.hp-list-img-slider .slick-list,
.hp-list-img-slider .slick-track,
.hp-list-img-slider .slick-slide {
  height: 100% !important;
}
.hp-list-img-slider:before {
  bottom: unset;
  height: 350px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hp-list-img-slider:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0) 45%);
}

.hp-listings-header {
  margin-bottom: 50vh;
}

.hp-list-status {
  padding: 6px 25px 4px;
  min-width: 125px;
  width: fit-content;
  margin-bottom: 12px;
}

.hp-list-meta {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.hp-list-meta > span:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}

.hp-list-address a {
  color: #fff !important;
  font-weight: 100;
  position: relative;
}
.hp-list-address a svg {
  margin-left: 10px;
  opacity: 0;
  transform: translate(-10px, 4px);
  transition: all 0.4s;
}
.hp-list-address a:hover svg, .hp-list-address a:focus svg, .hp-list-address a:active svg {
  opacity: 1;
  transform: translate(0, 4px);
}

.hp-list-arrows {
  position: absolute;
  right: 15px;
  bottom: 30px;
}
.hp-list-arrows .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: transparent;
}
.hp-list-arrows .slick-arrow:hover, .hp-list-arrows .slick-arrow:focus, .hp-list-arrows .slick-arrow:active {
  background-color: rgba(38, 38, 38, 0.25);
}

/** # Responsive **/
@media (max-width: 991px) {
  .homepage-listings .container {
    min-height: unset;
    padding-top: 30px;
  }
  .hp-listings-header {
    margin-bottom: 250px;
    text-align: center;
  }
  .hp-listings-header .animate-heading {
    justify-content: center;
  }
  .hp-list-arrows {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .homepage-listings .container {
    text-shadow: unset !important;
  }
  .homepage-listings .list-box-slide a {
    color: #fff !important;
  }
  .hp-listings-header {
    margin-bottom: 30px;
  }
}
.homepage-testimonials {
  padding-top: 90px;
  padding-bottom: 60px;
  overflow: hidden;
  z-index: 1;
}

.hpt-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  z-index: -1;
  display: flex;
  align-items: center;
}
.hpt-brand img {
  width: 75vw;
  height: auto;
  margin-left: -15%;
  margin-top: -10%;
}

.hpt-slider {
  padding: 0 100px;
}
.hpt-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
}
.hpt-slider .slick-arrow.slick-prev {
  left: 0;
}
.hpt-slider .slick-arrow.slick-next {
  right: 0;
}

.hpt-slide {
  padding-bottom: 35px;
}

.hpt-img {
  width: 130px;
  aspect-ratio: 1/1;
  border: 1px solid #EEBD00;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 30px;
}
.hpt-img div {
  width: 100%;
  height: 100%;
  border: 10px solid #262626;
  overflow: hidden;
  border-radius: inherit;
}

.hpt-excerpt {
  line-height: 1.45;
}

.hpt-name {
  position: relative;
  z-index: 1;
}

.hpt-script {
  position: absolute;
  left: 0;
  bottom: -20px;
  right: 0;
  margin: auto;
  opacity: 0.1;
  z-index: -1;
  font-size: 3.8rem;
  line-height: 1;
}

.hpt-content-left {
  position: relative;
  z-index: 1;
  padding: 40px;
}
.hpt-content-left > div {
  max-width: 520px;
}

.hpt-content-right {
  height: 90vh;
}
.hpt-content-right div {
  height: 100%;
  margin-left: -60%;
}
.hpt-content-right img {
  height: 100%;
  width: auto;
  max-width: unset;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .hpt-content-right div {
    margin-left: -75%;
  }
}
@media (max-width: 1199px) {
  .hpt-content-right div {
    margin-left: -110%;
  }
}
@media (max-width: 991px) {
  .homepage-testimonials {
    display: flex;
    flex-direction: column;
    padding: 50px 0 45px;
  }
  .hpt-wrap {
    order: 2;
  }
  .hpt-slider {
    padding: 0 60px;
  }
  .hpt-callout {
    font-size: 1.8rem;
  }
  .hpt-excerpt {
    font-size: 1rem;
  }
  .hpt-content-left {
    padding: 0 40px;
    margin-bottom: 45px;
  }
  .hpt-content-left > div {
    max-width: unset;
  }
  .hpt-content-left h2 {
    justify-content: center;
  }
  .hpt-content-left .section-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hpt-content-left .section-links p {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .homepage-testimonials {
    padding: 40px 0 30px;
  }
  .hpt-brand {
    align-items: unset;
    padding-top: 100px;
  }
  .hpt-brand img {
    height: 150px;
    width: auto;
  }
  .hpt-slider {
    padding: 0;
  }
  .hpt-slider .slick-arrow {
    top: 50px;
  }
  .hpt-callout {
    font-size: 1.6rem;
  }
  .hpt-excerpt {
    font-size: 0.9rem;
  }
  .hpt-content-left {
    padding: 0 15px;
  }
  .hpt-content-left .section-links {
    display: block;
  }
  .hpt-content-left .section-links p {
    margin: 0px;
  }
}
.homepage-blog {
  margin-top: 60px;
  margin-bottom: 80px;
}

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

.hp-blog-box a,
.hp-big-blog a {
  color: #262626;
  font-weight: normal;
  border: 0;
}
.hp-blog-box a:hover .blog-box-img:before, .hp-blog-box a:focus .blog-box-img:before, .hp-blog-box a:active .blog-box-img:before,
.hp-big-blog a:hover .blog-box-img:before,
.hp-big-blog a:focus .blog-box-img:before,
.hp-big-blog a:active .blog-box-img:before {
  opacity: 0.5;
}
.hp-blog-box a:hover h3 svg, .hp-blog-box a:focus h3 svg, .hp-blog-box a:active h3 svg,
.hp-big-blog a:hover h3 svg,
.hp-big-blog a:focus h3 svg,
.hp-big-blog a:active h3 svg {
  opacity: 1;
}
.hp-blog-box h3 svg,
.hp-big-blog h3 svg {
  transition: all 0.4s ease-out;
  opacity: 0;
}

.hp-blog-box + .hp-blog-box {
  margin-top: 30px;
}

.big-blog-info {
  margin-top: 30px;
}
.big-blog-info hr {
  opacity: 1;
  background-color: #262626;
  margin: 12px 0 15px;
}

.hp-blog-info hr {
  opacity: 1;
  background-color: #262626;
  margin: 10px 0 12px;
}

@media (max-width: 1399px) {
  .hp-blog-box .blog-box-play img {
    width: 80px;
  }
}
@media (max-width: 1199px) {
  .hp-blog-box .blog-box-play img {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .homepage-blog {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .homepage-blog .slick-dots {
    margin-top: 30px;
  }
  .hp-blog-header {
    text-align: center;
  }
  .hp-blog-header h2 {
    justify-content: center;
  }
}
.freeform-content {
  margin: 60px 0;
}

/** # Responsive **/
@media (max-width: 991px) {
  .freeform-content {
    margin: 50px 0;
  }
}
.copy-on-media {
  padding: 90px 0;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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.4);
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-on-media {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .copy-on-media {
    padding: 40px 0 45px;
  }
  .overlay-media:before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.copy-and-media {
  padding: 90px 0;
}
.copy-and-media.white-bg {
  padding: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}
.copy-and-media.lightgrey-bg + .copy-and-large-media.lightgrey-bg, .copy-and-media.lightgrey-bg + .copy-and-media.lightgrey-bg, .copy-and-media.black-bg + .copy-and-large-media.black-bg, .copy-and-media.black-bg + .copy-and-media.black-bg {
  padding-top: 0;
}
.copy-and-media.media-right .cm-media {
  order: 2;
}
.copy-and-media.media-fit .cm-media {
  position: relative;
}
.copy-and-media.media-fit .media-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: initial;
}
.copy-and-media.media-square .media-wrap {
  aspect-ratio: 1/1;
}
.copy-and-media.media-portrait .media-wrap {
  aspect-ratio: 2.5/3;
}
.copy-and-media.media-landscape .media-wrap {
  aspect-ratio: 7/5;
}

.cm-inner {
  padding: 20px 15px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-and-media {
    padding: 50px 0 30px;
  }
  .copy-and-media.white-bg {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .copy-and-media .cm-media {
    order: unset !important;
    margin-bottom: 35px;
  }
  .copy-and-media.media-fit .cm-media {
    height: 500px;
  }
  .cm-inner {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .copy-and-media.media-fit .cm-media {
    aspect-ratio: 7/5;
    height: unset;
  }
}
.copy-and-large-media {
  padding: 70px 0 90px;
}
.copy-and-large-media.white-bg {
  padding: 0;
  margin-top: 70px;
  margin-bottom: 90px;
}
.copy-and-large-media.lightgrey-bg + .copy-and-large-media.lightgrey-bg, .copy-and-large-media.lightgrey-bg + .copy-and-media.lightgrey-bg, .copy-and-large-media.black-bg + .copy-and-large-media.black-bg, .copy-and-large-media.black-bg + .copy-and-media.black-bg {
  padding-top: 0;
}

.clm-media {
  margin-top: 35px;
}
.clm-media .img-slider-arrows {
  position: static;
}
.clm-media .img-slider-arrows .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
}
.clm-media .img-slider-arrows .slick-arrow.slick-prev {
  left: -20px;
}
.clm-media .img-slider-arrows .slick-arrow.slick-next {
  right: -20px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .copy-and-large-media {
    padding: 45px 0 50px;
  }
  .copy-and-large-media.white-bg {
    margin-top: 45px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .clm-media .img-slider-arrows {
    position: absolute;
  }
  .clm-media .img-slider-arrows .slick-arrow {
    position: static;
  }
}
.team-query-wrap {
  margin: 60px 0 15px;
}

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

.big-team-box {
  margin-bottom: 50px;
}
.big-team-box a:hover .team-more, .big-team-box a:focus .team-more, .big-team-box a:active .team-more {
  border-color: transparent !important;
  color: #EEBD00;
}

.big-team-box-inner {
  position: relative;
}

.big-team-box-info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.big-team-box-info > div {
  background-color: #262626;
  color: #fff;
  padding: 50px 60px;
  max-width: 375px;
}
.big-team-box-info .team-more {
  border-color: #fff;
}

.team-more {
  border-bottom: 1px solid #262626;
  width: fit-content;
  padding-bottom: 4px;
  transition: all 0.4s;
}

.team-box-wrap {
  margin-bottom: 50px;
}
.team-box-wrap a {
  color: #262626;
}
.team-box-wrap a:hover .team-more, .team-box-wrap a:focus .team-more, .team-box-wrap a:active .team-more {
  border-color: transparent;
  color: #BF9700;
}

.team-box-img {
  margin-bottom: 15px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .big-team-box-info > div {
    padding: 40px 30px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .team-query-wrap {
    margin-top: 45px;
  }
  .team-query-header {
    margin-bottom: 35px;
  }
  .big-team-box-inner {
    aspect-ratio: unset;
  }
  .big-team-box-img {
    aspect-ratio: 7/5;
  }
  .big-team-box-info {
    position: static;
  }
  .big-team-box-info > div {
    max-width: unset;
    width: 100%;
    padding: 35px 20px;
  }
}
.blog-feed {
  padding: 50px 0 15px;
}

/** # Responsive **/
@media (max-width: 991px) {
  .blog-feed {
    padding: 50px 0 45px;
  }
  .blog-feed-header .jumbo {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .blog-feed {
    padding-top: 40px;
  }
}
.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.75rem;
  color: #262626;
  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: #EEBD00;
}

.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 .ctat-box {
  max-width: unset;
}

.testimonial-callout-slider {
  margin-top: 70px;
  margin-bottom: 70px;
}
.testimonial-callout-slider .slick-arrow {
  color: #EEBD00;
  width: 50px;
  height: 50px;
}

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

.tcallout-slide {
  padding: 12px 15px;
}
.tcallout-slide .ctat-box {
  max-width: unset;
  background-color: #F5F3EE !important;
}

/** # Responsive **/
@media (max-width: 767px) {
  .testimonial-callout-slider {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .tcallout-header {
    margin-bottom: 25px;
  }
}
.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: #262626;
  opacity: 0;
  transition: all 0.4s ease-out;
}

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

/* Styling for WP Media Block */
.stats-marquee {
  border-bottom: 1px solid #262626;
  padding: 15px 0;
  height: 65px;
  overflow: hidden;
}

.marquee-stat {
  padding: 0 40px;
  position: relative;
}
.marquee-stat:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #262626;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  margin: auto;
}

/** # Responsive **/
@media (max-width: 991px) {
  .stats-marquee {
    height: 60px;
  }
}
.hp-smile-wrap {
  padding: 100px 0 60px;
}
.hp-smile-wrap .container {
  position: relative;
  z-index: 1;
}

.hp-smile-track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  padding-top: 75vh;
  z-index: -1;
}
.hp-smile-track div {
  position: sticky;
  top: 25%;
  padding-left: 50px;
  padding-bottom: 60px;
}
.hp-smile-track img {
  width: 50%;
  height: auto;
}

.hps-content {
  padding-right: 30px;
}

.hps-media {
  order: 2;
}
.hps-media .media-wrap {
  padding-right: 60px;
}
.hps-media .ctat-wrap {
  margin-top: -70px;
  position: relative;
  justify-content: flex-end;
}

.hps-slider-wrap {
  margin-top: 100px;
  margin-bottom: 70px;
  position: relative;
}
.hps-slider-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
}
.hps-slider-wrap .slick-arrow.slick-prev {
  left: calc(23% - 8px);
}
.hps-slider-wrap .slick-arrow.slick-next {
  right: calc(23% - 8px);
}

.hps-slide {
  padding: 75px 12px;
  aspect-ratio: 7/4.5;
  transition: 1s ease-out;
}
.hps-slide.slick-current {
  padding: 0 12px;
}
.hps-slide.slick-current > div:before {
  opacity: 0;
}
.hps-slide > div {
  position: relative;
}
.hps-slide > div:before {
  background-color: rgba(255, 255, 255, 0.4);
  transition: 1s ease-out;
  z-index: 1;
}

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

/** # Responsive **/
@media (max-width: 1600px) {
  .hps-slider-wrap .slick-arrow.slick-prev {
    left: calc(17% - 8px);
  }
  .hps-slider-wrap .slick-arrow.slick-next {
    right: calc(17% - 8px);
  }
}
@media (max-width: 1199px) {
  .hps-content {
    padding-right: 15px;
  }
  .hps-media .media-wrap {
    padding-right: 0;
  }
  .hps-media .ctat-wrap {
    margin-top: 20px;
  }
  .hps-slide {
    padding: 50px 12px;
  }
}
@media (max-width: 991px) {
  .hp-smile-wrap {
    padding: 60px 0 50px;
  }
  .hp-smile-track > div {
    padding-left: 20px;
  }
  .hps-media {
    order: unset;
    margin-bottom: 25px;
  }
  .hps-content .ctat-wrap {
    margin-top: 45px;
    justify-content: center;
  }
  .hps-slider-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .hps-bottom {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .hp-smile-wrap {
    padding: 50px 0 35px;
  }
  .hp-smile-track > div {
    padding: 0 10px 45px;
  }
  .hp-smile-track img {
    width: 100%;
  }
  .hps-slider-wrap .slick-arrow.slick-prev {
    left: 20px;
  }
  .hps-slider-wrap .slick-arrow.slick-next {
    right: 20px;
  }
  .hps-slide {
    padding: 0 15px !important;
  }
}
.hp-copy-and-media {
  padding: 60px 0 65px;
}
.hp-copy-and-media + .hp-copy-and-media {
  padding-top: 0;
}
.hp-copy-and-media + .hp-copy-and-media .hpcm-media .ctat-wrap {
  justify-content: unset;
  margin-right: unset;
  margin-left: -4.166666665%;
}

.hpcm-media {
  margin-top: 50px;
  position: relative;
}
.hpcm-media .media-wrap {
  z-index: 1;
}
.hpcm-media .ctat-wrap {
  margin-top: -90px;
  position: relative;
  justify-content: flex-end;
  margin-right: -4.166666665%;
  z-index: 2;
}
.hpcm-media .video-wrap {
  z-index: -1;
}
.hpcm-media .bg-img {
  transition: all 0.4s;
}

.hpcm-banner {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 6px 35px 4px;
  z-index: 2;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-copy-and-media .hpcm-media .ctat-wrap {
    margin: -40px 15px 0 0;
  }
  .hp-copy-and-media + .hp-copy-and-media .hpcm-media .ctat-wrap {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .hp-copy-and-media {
    padding: 40px 0;
  }
  .hp-copy-and-media .hpcm-media {
    margin-top: 35px;
  }
  .hp-copy-and-media .hpcm-media .ctat-wrap {
    margin: 25px auto 0 !important;
  }
}
.hp-copy-on-media {
  padding: 90px 0;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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.4);
  z-index: 1;
}

/** # Responsive **/
@media (max-width: 991px) {
  .hp-copy-on-media {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .hp-copy-on-media {
    padding: 40px 0 45px;
  }
  .hp-overlay-media:before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.homepage-resources {
  padding-top: 60px;
  overflow: hidden;
}

.hpr-wrap {
  margin-top: 50px;
  background-color: #262626;
}

.hpr-imgs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
}

.section-change-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.section-default-img {
  opacity: 1;
  transition: all 0.4s;
}

.hpr-links {
  position: relative;
  height: 80vh;
  z-index: 2;
  margin: 0;
}

.hpr-link {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0;
  height: unset !important;
}
.hpr-link:last-child {
  border: 0;
}

.hover-section-link {
  color: #fff !important;
  font-weight: normal;
  padding: 30px 50px;
  position: relative;
  border: 0;
}
.hover-section-link:before {
  background-color: #000;
  transition: all 0.4s;
  opacity: 0.45;
  z-index: 1;
}
.hover-section-link > div {
  position: relative;
  z-index: 1;
}
.hover-section-link:hover:before, .hover-section-link:focus:before, .hover-section-link:active:before {
  opacity: 0.7;
}
.hover-section-link:hover .hpr-default, .hover-section-link:focus .hpr-default, .hover-section-link:active .hpr-default {
  opacity: 0;
}
.hover-section-link:hover .hpr-hover, .hover-section-link:focus .hpr-hover, .hover-section-link:active .hpr-hover {
  opacity: 1;
  transform: translateY(0);
}

.hpr-default {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  align-self: flex-end;
  transition: all 0.4s;
}

.hpr-hover {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s;
  max-width: 550px;
}

.hpr-arrow {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #262626 !important;
  background-color: #EEBD00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hpr-hover-more {
  border-bottom: 1px solid #fff;
  width: fit-content;
  padding-bottom: 4px;
}

.bg-hover-links .hpr-hover {
  opacity: 1 !important;
  transform: none !important;
}

/** # Responsive **/
@media (max-width: 1399px) {
  .hover-section-link {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .hover-section-link {
    padding: 50px 20px 40px;
  }
  .hover-section-link:before {
    opacity: 0.7 !important;
  }
  .hpr-default {
    display: none !important;
  }
  .hpr-hover {
    opacity: 1 !important;
  }
  .hpr-hover h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .homepage-resources {
    padding-top: 40px;
  }
  .hpr-wrap {
    margin-top: 40px;
  }
  .hpr-links {
    height: unset;
  }
  .hpr-link {
    width: 50%;
    min-width: 50%;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  .hpr-link:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .hpr-link:last-child:nth-child(odd) {
    width: 100%;
    min-width: 100%;
    border-right: 0;
  }
  .hover-section-link {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hpr-link {
    width: 100%;
    min-width: 100%;
    border-right: 0 !important;
  }
}
.no-scroll {
  overflow-y: hidden;
}

.loading-screen {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 9999;
  padding: 30px;
}

.ls-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ls-img img {
  width: 60%;
  height: auto;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.6s linear;
}
.ls-img.animated img {
  opacity: 1;
  transform: scale(1);
  transition: all 1s linear;
}

.ls-copy {
  opacity: 0;
  transition: all 0.6s linear 0.25s;
}
.ls-copy.animated {
  opacity: 1;
  transition: all 1s linear 0.5s;
}

/** # Responsive **/
@media (max-width: 767px) {
  .ls-img img {
    width: 90%;
  }
  .ls-copy {
    font-size: 1.95rem;
  }
}
.content-blocks-sticky-testimonial {
  padding: 90px 0;
}
.content-blocks-sticky-testimonial.white-bg {
  padding: 0;
  margin-top: 90px;
  margin-bottom: 90px;
}

.cbst-content-blocks {
  padding-right: 60px;
}

.cbst-block {
  margin: 60px 0;
  position: relative;
  z-index: 1;
}
.cbst-block:first-child {
  margin-top: 0;
}
.cbst-block:last-child {
  margin-bottom: 0;
}

.cbst-brand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100px;
  z-index: initial;
  display: flex;
  align-items: center;
  padding-top: 40px;
  z-index: -1;
}
.cbst-brand img {
  max-width: 700px;
  height: auto;
}

.cbst-ctat {
  padding-left: 45px;
}
.cbst-ctat .ctat-box {
  max-width: unset;
}

.sticky-t .cbst-testimonial-inner {
  position: sticky;
  top: 145px;
}

/** # Responsive **/
@media (max-width: 1600px) {
  .cbst-brand {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .cbst-ctat {
    padding-left: 0;
  }
  .cbst-content-blocks {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .content-blocks-sticky-testimonial {
    padding: 50px 0;
  }
  .content-blocks-sticky-testimonial.white-bg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cbst-testimonial {
    margin-top: 30px;
  }
  .cbst-brand {
    justify-content: center;
  }
  .cbst-brand img {
    max-width: unset;
    width: 85vw;
  }
}
@media (max-width: 767px) {
  .cbst-brand {
    left: 0;
    padding-top: 0;
  }
  .cbst-brand img {
    width: 100%;
  }
}
.resources-wrap {
  margin: 90px 0 70px;
}

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

.resources-content {
  padding: 15px 15px 15px 50px;
}
.resources-content .section-links a {
  border: 0;
  display: flex;
  align-items: center;
}
.resources-content .section-links a:hover .resource-link-text, .resources-content .section-links a:focus .resource-link-text, .resources-content .section-links a:active .resource-link-text {
  color: #BF9700;
  border-color: #BF9700;
}
.resources-content .section-links a:hover .link-arrow, .resources-content .section-links a:focus .link-arrow, .resources-content .section-links a:active .link-arrow {
  background-color: #262626;
  color: #EEBD00;
}

.resource-link-text {
  color: #262626;
  border-bottom: 2px solid transparent;
  display: inline-block;
  transition: all 0.4s;
  font-weight: 600;
}

.link-arrow {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #EEBD00;
  color: #262626;
  font-size: 0.45rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transform: translateY(-2px);
}

/** # Responsive **/
@media (max-width: 1199px) {
  .resources-content {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .resources-wrap {
    margin-top: 45px;
    margin-bottom: 35px;
  }
  .resources-media {
    aspect-ratio: 7/5;
  }
  .resources-content {
    padding: 0 15px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .link-arrow {
    margin-left: 8px;
  }
}
.listing-feed {
  margin-top: 50px;
  margin-bottom: 70px;
}

.listing-feed-header {
  margin-bottom: 30px;
}

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