body {
  position: relative;
  padding-top: 4rem;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    padding-top: 7.125rem;
  }
}
@media print {
  body {
    padding-top: 0;
  }
}
body.noheader {
  padding-top: 0;
}

*:focus,
button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 160, 36, 0.5);
}

.esa-container,
.esa-container-hotel-header {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.esa-container-prev-hotels {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1520px;
}

@media (max-width: 1550px) {
  .esa-container-prev-hotels {
    max-width: 100%;
  }
}
.esa-align-children-middle > * {
  display: inline-block;
  vertical-align: middle;
}

.esa-last-child-nomargin > :last-child {
  margin-bottom: 0;
}

.esa-divider-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.esa-divider-text::before, .esa-divider-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 2px;
  background-color: #cccccc;
}
.esa-divider-text::before {
  margin-right: 0.5rem;
}
.esa-divider-text::after {
  margin-left: 0.5rem;
}

.esa-background-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .esa-background-image.hero-video {
    min-height: 62.5rem;
    max-height: 62.5rem;
    background-position: 50% 20%;
  }
}

.esa-background-repeat {
  background-repeat: repeat;
}

.esa-background-lines-right {
  background-image: url("/application/themes/esa/images/green-lines-top-right-background.png"), url("/application/themes/esa/images/green-lines-bottom-right-background.png");
  background-position: top right, bottom right;
  background-repeat: no-repeat;
}

.esa-background-lines-top-right {
  background-image: url("/application/themes/esa/images/green-lines-top-right-background.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.esa-background-lines-bottom-right {
  background-image: url("/application/themes/esa/images/green-lines-bottom-right-background.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.esa-background-blue-repeat-pattern {
  background-image: url("/application/themes/esa/images/blue-repeat-pattern-background.png");
  background-repeat: repeat;
}

.esa-link {
  background: transparent !important;
  padding: 0 !important;
  display: inline-block !important;
  border: none !important;
  outline: none !important;
  font-size: 0.875rem !important;
}
.esa-link:hover {
  text-decoration: underline !important;
  outline: none !important;
}
.esa-link:focus, .esa-link:active {
  outline: none !important;
}

.esa-white-link, .esa-white-link:hover, .esa-white-link:focus {
  color: #ffffff !important;
}

.esa-brown-link, .esa-brown-link:hover, .esa-brown-link:focus {
  color: #483729;
}

.esa-block-link-container {
  display: block;
}
.esa-block-link-container, .esa-block-link-container:hover, .esa-block-link-container:focus {
  color: inherit;
  text-decoration: none;
}

.esa-underlined-link {
  text-decoration: underline;
}

.esa-bordered-grid > [class*=col-],
.esa-bordered-grid > [class*=container] > .row > [class*=col-] {
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}
@media (min-width: 768px) {
  .esa-bordered-grid > [class*=col-],
  .esa-bordered-grid > [class*=container] > .row > [class*=col-] {
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }
}

.esa-property-image-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #338802;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 0.375rem;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-40 {
  height: 40% !important;
}

.h-60 {
  height: 60% !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
}
@media (min-width: 1280px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
}
.esa-font-8 {
  font-size: 0.5rem !important;
}

.esa-line-height-8 {
  line-height: 0.5rem !important;
}

.esa-font-9 {
  font-size: 0.5625rem !important;
}

.esa-line-height-9 {
  line-height: 0.5625rem !important;
}

.esa-font-10 {
  font-size: 0.625rem !important;
}

.esa-line-height-10 {
  line-height: 0.625rem !important;
}

.esa-font-11 {
  font-size: 0.6875rem !important;
}

.esa-line-height-11 {
  line-height: 0.6875rem !important;
}

.esa-font-12 {
  font-size: 0.75rem !important;
}

.esa-line-height-12 {
  line-height: 0.75rem !important;
}

.esa-font-13 {
  font-size: 0.8125rem !important;
}

.esa-line-height-13 {
  line-height: 0.8125rem !important;
}

.esa-font-14 {
  font-size: 0.875rem !important;
}

.esa-line-height-14 {
  line-height: 0.875rem !important;
}

.esa-font-15 {
  font-size: 0.9375rem !important;
}

.esa-line-height-15 {
  line-height: 0.9375rem !important;
}

.esa-font-16 {
  font-size: 1rem !important;
}

.esa-line-height-16 {
  line-height: 1rem !important;
}

.esa-font-18 {
  font-size: 1.125rem !important;
}

.esa-line-height-18 {
  line-height: 1.125rem !important;
}

.esa-font-20 {
  font-size: 1.25rem !important;
}

.esa-line-height-20 {
  line-height: 1.25rem !important;
}

.esa-font-22 {
  font-size: 1.375rem !important;
}

.esa-line-height-22 {
  line-height: 1.375rem !important;
}

.esa-font-24 {
  font-size: 1.5rem !important;
}

.esa-line-height-24 {
  line-height: 1.5rem !important;
}

.esa-font-30 {
  font-size: 1.875rem !important;
}

.esa-line-height-30 {
  line-height: 1.875rem !important;
}

.esa-font-32 {
  font-size: 2rem !important;
}

.esa-line-height-32 {
  line-height: 2rem !important;
}

.esa-font-34 {
  font-size: 2.125rem !important;
}

.esa-line-height-34 {
  line-height: 2.125rem !important;
}

.esa-font-36 {
  font-size: 2.25rem !important;
}

.esa-line-height-36 {
  line-height: 2.25rem !important;
}

.esa-font-38 {
  font-size: 2.375rem !important;
}

.esa-line-height-38 {
  line-height: 2.375rem !important;
}

.esa-font-40 {
  font-size: 2.5rem !important;
}

.esa-line-height-40 {
  line-height: 2.5rem !important;
}

@media (min-width: 576px) {
  .esa-font-sm-8 {
    font-size: 0.5rem !important;
  }
  .esa-line-height-sm-8 {
    line-height: 0.5rem !important;
  }
  .esa-font-sm-9 {
    font-size: 0.5625rem !important;
  }
  .esa-line-height-sm-9 {
    line-height: 0.5625rem !important;
  }
  .esa-font-sm-10 {
    font-size: 0.625rem !important;
  }
  .esa-line-height-sm-10 {
    line-height: 0.625rem !important;
  }
  .esa-font-sm-11 {
    font-size: 0.6875rem !important;
  }
  .esa-line-height-sm-11 {
    line-height: 0.6875rem !important;
  }
  .esa-font-sm-12 {
    font-size: 0.75rem !important;
  }
  .esa-line-height-sm-12 {
    line-height: 0.75rem !important;
  }
  .esa-font-sm-13 {
    font-size: 0.8125rem !important;
  }
  .esa-line-height-sm-13 {
    line-height: 0.8125rem !important;
  }
  .esa-font-sm-14 {
    font-size: 0.875rem !important;
  }
  .esa-line-height-sm-14 {
    line-height: 0.875rem !important;
  }
  .esa-font-sm-15 {
    font-size: 0.9375rem !important;
  }
  .esa-line-height-sm-15 {
    line-height: 0.9375rem !important;
  }
  .esa-font-sm-16 {
    font-size: 1rem !important;
  }
  .esa-line-height-sm-16 {
    line-height: 1rem !important;
  }
  .esa-font-sm-18 {
    font-size: 1.125rem !important;
  }
  .esa-line-height-sm-18 {
    line-height: 1.125rem !important;
  }
  .esa-font-sm-20 {
    font-size: 1.25rem !important;
  }
  .esa-line-height-sm-20 {
    line-height: 1.25rem !important;
  }
  .esa-font-sm-22 {
    font-size: 1.375rem !important;
  }
  .esa-line-height-sm-22 {
    line-height: 1.375rem !important;
  }
  .esa-font-sm-24 {
    font-size: 1.5rem !important;
  }
  .esa-line-height-sm-24 {
    line-height: 1.5rem !important;
  }
  .esa-font-sm-30 {
    font-size: 1.875rem !important;
  }
  .esa-line-height-sm-30 {
    line-height: 1.875rem !important;
  }
  .esa-font-sm-32 {
    font-size: 2rem !important;
  }
  .esa-line-height-sm-32 {
    line-height: 2rem !important;
  }
  .esa-font-sm-34 {
    font-size: 2.125rem !important;
  }
  .esa-line-height-sm-34 {
    line-height: 2.125rem !important;
  }
  .esa-font-sm-36 {
    font-size: 2.25rem !important;
  }
  .esa-line-height-sm-36 {
    line-height: 2.25rem !important;
  }
  .esa-font-sm-38 {
    font-size: 2.375rem !important;
  }
  .esa-line-height-sm-38 {
    line-height: 2.375rem !important;
  }
  .esa-font-sm-40 {
    font-size: 2.5rem !important;
  }
  .esa-line-height-sm-40 {
    line-height: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .esa-font-md-8 {
    font-size: 0.5rem !important;
  }
  .esa-line-height-md-8 {
    line-height: 0.5rem !important;
  }
  .esa-font-md-9 {
    font-size: 0.5625rem !important;
  }
  .esa-line-height-md-9 {
    line-height: 0.5625rem !important;
  }
  .esa-font-md-10 {
    font-size: 0.625rem !important;
  }
  .esa-line-height-md-10 {
    line-height: 0.625rem !important;
  }
  .esa-font-md-11 {
    font-size: 0.6875rem !important;
  }
  .esa-line-height-md-11 {
    line-height: 0.6875rem !important;
  }
  .esa-font-md-12 {
    font-size: 0.75rem !important;
  }
  .esa-line-height-md-12 {
    line-height: 0.75rem !important;
  }
  .esa-font-md-13 {
    font-size: 0.8125rem !important;
  }
  .esa-line-height-md-13 {
    line-height: 0.8125rem !important;
  }
  .esa-font-md-14 {
    font-size: 0.875rem !important;
  }
  .esa-line-height-md-14 {
    line-height: 0.875rem !important;
  }
  .esa-font-md-15 {
    font-size: 0.9375rem !important;
  }
  .esa-line-height-md-15 {
    line-height: 0.9375rem !important;
  }
  .esa-font-md-16 {
    font-size: 1rem !important;
  }
  .esa-line-height-md-16 {
    line-height: 1rem !important;
  }
  .esa-font-md-18 {
    font-size: 1.125rem !important;
  }
  .esa-line-height-md-18 {
    line-height: 1.125rem !important;
  }
  .esa-font-md-20 {
    font-size: 1.25rem !important;
  }
  .esa-line-height-md-20 {
    line-height: 1.25rem !important;
  }
  .esa-font-md-22 {
    font-size: 1.375rem !important;
  }
  .esa-line-height-md-22 {
    line-height: 1.375rem !important;
  }
  .esa-font-md-24 {
    font-size: 1.5rem !important;
  }
  .esa-line-height-md-24 {
    line-height: 1.5rem !important;
  }
  .esa-font-md-30 {
    font-size: 1.875rem !important;
  }
  .esa-line-height-md-30 {
    line-height: 1.875rem !important;
  }
  .esa-font-md-32 {
    font-size: 2rem !important;
  }
  .esa-line-height-md-32 {
    line-height: 2rem !important;
  }
  .esa-font-md-34 {
    font-size: 2.125rem !important;
  }
  .esa-line-height-md-34 {
    line-height: 2.125rem !important;
  }
  .esa-font-md-36 {
    font-size: 2.25rem !important;
  }
  .esa-line-height-md-36 {
    line-height: 2.25rem !important;
  }
  .esa-font-md-38 {
    font-size: 2.375rem !important;
  }
  .esa-line-height-md-38 {
    line-height: 2.375rem !important;
  }
  .esa-font-md-40 {
    font-size: 2.5rem !important;
  }
  .esa-line-height-md-40 {
    line-height: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .esa-font-lg-8 {
    font-size: 0.5rem !important;
  }
  .esa-line-height-lg-8 {
    line-height: 0.5rem !important;
  }
  .esa-font-lg-9 {
    font-size: 0.5625rem !important;
  }
  .esa-line-height-lg-9 {
    line-height: 0.5625rem !important;
  }
  .esa-font-lg-10 {
    font-size: 0.625rem !important;
  }
  .esa-line-height-lg-10 {
    line-height: 0.625rem !important;
  }
  .esa-font-lg-11 {
    font-size: 0.6875rem !important;
  }
  .esa-line-height-lg-11 {
    line-height: 0.6875rem !important;
  }
  .esa-font-lg-12 {
    font-size: 0.75rem !important;
  }
  .esa-line-height-lg-12 {
    line-height: 0.75rem !important;
  }
  .esa-font-lg-13 {
    font-size: 0.8125rem !important;
  }
  .esa-line-height-lg-13 {
    line-height: 0.8125rem !important;
  }
  .esa-font-lg-14 {
    font-size: 0.875rem !important;
  }
  .esa-line-height-lg-14 {
    line-height: 0.875rem !important;
  }
  .esa-font-lg-15 {
    font-size: 0.9375rem !important;
  }
  .esa-line-height-lg-15 {
    line-height: 0.9375rem !important;
  }
  .esa-font-lg-16 {
    font-size: 1rem !important;
  }
  .esa-line-height-lg-16 {
    line-height: 1rem !important;
  }
  .esa-font-lg-18 {
    font-size: 1.125rem !important;
  }
  .esa-line-height-lg-18 {
    line-height: 1.125rem !important;
  }
  .esa-font-lg-20 {
    font-size: 1.25rem !important;
  }
  .esa-line-height-lg-20 {
    line-height: 1.25rem !important;
  }
  .esa-font-lg-22 {
    font-size: 1.375rem !important;
  }
  .esa-line-height-lg-22 {
    line-height: 1.375rem !important;
  }
  .esa-font-lg-24 {
    font-size: 1.5rem !important;
  }
  .esa-line-height-lg-24 {
    line-height: 1.5rem !important;
  }
  .esa-font-lg-30 {
    font-size: 1.875rem !important;
  }
  .esa-line-height-lg-30 {
    line-height: 1.875rem !important;
  }
  .esa-font-lg-32 {
    font-size: 2rem !important;
  }
  .esa-line-height-lg-32 {
    line-height: 2rem !important;
  }
  .esa-font-lg-34 {
    font-size: 2.125rem !important;
  }
  .esa-line-height-lg-34 {
    line-height: 2.125rem !important;
  }
  .esa-font-lg-36 {
    font-size: 2.25rem !important;
  }
  .esa-line-height-lg-36 {
    line-height: 2.25rem !important;
  }
  .esa-font-lg-38 {
    font-size: 2.375rem !important;
  }
  .esa-line-height-lg-38 {
    line-height: 2.375rem !important;
  }
  .esa-font-lg-40 {
    font-size: 2.5rem !important;
  }
  .esa-line-height-lg-40 {
    line-height: 2.5rem !important;
  }
}
@media (min-width: 1280px) {
  .esa-font-xl-8 {
    font-size: 0.5rem !important;
  }
  .esa-line-height-xl-8 {
    line-height: 0.5rem !important;
  }
  .esa-font-xl-9 {
    font-size: 0.5625rem !important;
  }
  .esa-line-height-xl-9 {
    line-height: 0.5625rem !important;
  }
  .esa-font-xl-10 {
    font-size: 0.625rem !important;
  }
  .esa-line-height-xl-10 {
    line-height: 0.625rem !important;
  }
  .esa-font-xl-11 {
    font-size: 0.6875rem !important;
  }
  .esa-line-height-xl-11 {
    line-height: 0.6875rem !important;
  }
  .esa-font-xl-12 {
    font-size: 0.75rem !important;
  }
  .esa-line-height-xl-12 {
    line-height: 0.75rem !important;
  }
  .esa-font-xl-13 {
    font-size: 0.8125rem !important;
  }
  .esa-line-height-xl-13 {
    line-height: 0.8125rem !important;
  }
  .esa-font-xl-14 {
    font-size: 0.875rem !important;
  }
  .esa-line-height-xl-14 {
    line-height: 0.875rem !important;
  }
  .esa-font-xl-15 {
    font-size: 0.9375rem !important;
  }
  .esa-line-height-xl-15 {
    line-height: 0.9375rem !important;
  }
  .esa-font-xl-16 {
    font-size: 1rem !important;
  }
  .esa-line-height-xl-16 {
    line-height: 1rem !important;
  }
  .esa-font-xl-18 {
    font-size: 1.125rem !important;
  }
  .esa-line-height-xl-18 {
    line-height: 1.125rem !important;
  }
  .esa-font-xl-20 {
    font-size: 1.25rem !important;
  }
  .esa-line-height-xl-20 {
    line-height: 1.25rem !important;
  }
  .esa-font-xl-22 {
    font-size: 1.375rem !important;
  }
  .esa-line-height-xl-22 {
    line-height: 1.375rem !important;
  }
  .esa-font-xl-24 {
    font-size: 1.5rem !important;
  }
  .esa-line-height-xl-24 {
    line-height: 1.5rem !important;
  }
  .esa-font-xl-30 {
    font-size: 1.875rem !important;
  }
  .esa-line-height-xl-30 {
    line-height: 1.875rem !important;
  }
  .esa-font-xl-32 {
    font-size: 2rem !important;
  }
  .esa-line-height-xl-32 {
    line-height: 2rem !important;
  }
  .esa-font-xl-34 {
    font-size: 2.125rem !important;
  }
  .esa-line-height-xl-34 {
    line-height: 2.125rem !important;
  }
  .esa-font-xl-36 {
    font-size: 2.25rem !important;
  }
  .esa-line-height-xl-36 {
    line-height: 2.25rem !important;
  }
  .esa-font-xl-38 {
    font-size: 2.375rem !important;
  }
  .esa-line-height-xl-38 {
    line-height: 2.375rem !important;
  }
  .esa-font-xl-40 {
    font-size: 2.5rem !important;
  }
  .esa-line-height-xl-40 {
    line-height: 2.5rem !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 576px) {
  .sr-only-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (min-width: 768px) {
  .sr-only-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (min-width: 992px) {
  .sr-only-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (min-width: 1280px) {
  .sr-only-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.esa-bg-grey {
  background-color: #eaeaea;
}

.esa-bg-grey-300 {
  background-color: #dbdedb;
}

.esa-bg-grey-light {
  background-color: #f6f6f5;
}

.esa-bg-blue {
  background-color: #234168;
}

.esa-bg-perks-blue {
  background-color: #17355e;
}

.esa-carousel-slide {
  display: block !important;
  position: relative;
}
.esa-carousel-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

[data-toggle=collapse] .esa-toggle-arrow-icon,
.esa-property-more-rooms-toggle .esa-toggle-arrow-icon {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
[data-toggle=collapse][aria-expanded=false] .esa-toggle-label-collapsed,
.esa-property-more-rooms-toggle[aria-expanded=false] .esa-toggle-label-collapsed {
  display: initial;
}
[data-toggle=collapse][aria-expanded=false] .esa-toggle-label-expanded,
.esa-property-more-rooms-toggle[aria-expanded=false] .esa-toggle-label-expanded {
  display: none;
}
[data-toggle=collapse][aria-expanded=true] .esa-toggle-label-collapsed,
.esa-property-more-rooms-toggle[aria-expanded=true] .esa-toggle-label-collapsed {
  display: none;
}
[data-toggle=collapse][aria-expanded=true] .esa-toggle-label-expanded,
.esa-property-more-rooms-toggle[aria-expanded=true] .esa-toggle-label-expanded {
  display: initial;
}
[data-toggle=collapse][aria-expanded=true] .esa-toggle-arrow-icon,
.esa-property-more-rooms-toggle[aria-expanded=true] .esa-toggle-arrow-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.esa-line-1-1 {
  line-height: 1.1;
}

.esa-line-1-2 {
  line-height: 1.2;
}

.esa-line-1-3 {
  line-height: 1.3;
}

.esa-line-1-4 {
  line-height: 1.4;
}

.esa-text-gray-light {
  color: #A1A1A1;
}

.esa-text-gray-dark {
  color: #999999;
}

.esa-text-decoration-underline {
  text-decoration: underline;
}

.esa-strikethrough {
  text-decoration: line-through;
}

.esa-border-top {
  border-top: 3px solid #ffffff;
}

.esa-border-bottom {
  border-bottom: 3px solid #ffffff;
}

.esa-border-left {
  border-left: 3px solid #ffffff;
}

.esa-border-right {
  border-right: 3px solid #ffffff;
}

.esa-opacity-0 {
  opacity: 0;
}

.esa-opacity-1 {
  opacity: 0.1;
}

.esa-opacity-2 {
  opacity: 0.2;
}

.esa-opacity-3 {
  opacity: 0.3;
}

.esa-opacity-4 {
  opacity: 0.4;
}

.esa-opacity-5 {
  opacity: 0.5;
}

.esa-opacity-6 {
  opacity: 0.6;
}

.esa-opacity-7 {
  opacity: 0.7;
}

.esa-opacity-8 {
  opacity: 0.8;
}

.esa-opacity-9 {
  opacity: 0.9;
}

.esa-opacity-10 {
  opacity: 1;
}

.esa-brand-color-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esa-brand-color-bar div {
  height: 10px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.esa-brand-color-bar div:nth-child(1) {
  background-color: #8dc63f;
}
.esa-brand-color-bar div:nth-child(2) {
  background-color: #62bb46;
}
.esa-brand-color-bar div:nth-child(3) {
  background-color: #4ab969;
}
.esa-brand-color-bar div:nth-child(4) {
  background-color: #1cb78d;
}
.esa-brand-color-bar div:nth-child(5) {
  background-color: #27aae1;
}
.esa-brand-color-bar div:nth-child(6) {
  background-color: #2a4096;
}
.esa-brand-color-bar div:nth-child(7) {
  background-color: #2d3b7a;
}

.esa-spinner-page {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 9999;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.esa-spinner-page-hide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 9999;
}

.esa-hero-carousel-wrapper {
  overflow: hidden;
}

.esa-hero-carousel .hero-items-container {
  margin: auto;
  max-width: 1040px;
}
.esa-hero-carousel .hero-items-container > * {
  z-index: 100;
}
.esa-hero-carousel .esa-hero {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding-top: 0 !important;
}
.esa-hero-carousel .hero-items-container {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-top: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
}
.esa-hero-carousel .esa-hero-form__wrapper {
  max-width: 62.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1050px) {
  .esa-hero-carousel .esa-hero-form__wrapper {
    max-width: calc(100% - 5rem) !important;
    margin-top: 0 !important;
  }
}
.esa-hero-carousel .esa-hero-carousel-taglines {
  max-width: 62.5rem;
  margin: auto;
  font-size: 1.125rem;
}
.esa-hero-carousel .esa-hero-carousel-taglines a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (min-width: 576px) {
  .esa-hero-carousel .esa-hero-carousel-taglines a:hover {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .esa-hero-carousel .esa-hero-carousel-taglines {
    font-size: 1.5rem;
  }
}
.esa-hero-carousel .esa-hero {
  height: 100vh;
  min-height: 60rem;
}
.esa-hero-carousel-wrapper {
  padding-bottom: 25px;
}
@media (min-width: 576px) {
  .esa-hero-carousel--md .esa-hero {
    height: 46.875rem;
    min-height: 46.875rem;
  }
}
@media (min-width: 576px) {
  .esa-hero-carousel--sm .esa-hero {
    height: 43.75rem;
    min-height: 43.75rem;
  }
}
.esa-hero-carousel--sm--center .hero-items-container {
  min-height: 17rem;
}
.esa-hero-carousel--sm .esa-hero-logo {
  max-height: 3rem;
}

.esa-brand-pillars-container {
  position: absolute;
  bottom: 0;
  margin: auto;
  height: 155px;
  bottom: 0;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1279.98px) {
  .esa-brand-pillars-container {
    margin: unset;
  }
}

.esa-brand-pillars-scrolling-container {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  width: 100vw;
  max-width: 1170px;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  scroll-snap-stop: always;
  scrollbar-width: none;
  scrollbar-color: #338802 #eaeaea;
  /* ===== Scrollbar CSS ===== */
  /* Chrome, Edge, and Safari */
}
.esa-brand-pillars-scrolling-container::-webkit-scrollbar {
  width: 10px;
}
.esa-brand-pillars-scrolling-container::-webkit-scrollbar-track {
  background: #eaeaea;
}
.esa-brand-pillars-scrolling-container::-webkit-scrollbar-thumb {
  background-color: #338802;
  border-radius: 100px;
  border: 10px none #ffffff;
}
@media (max-width: 1170px) {
  .esa-brand-pillars-scrolling-container {
    right: unset;
    overflow: scroll;
    scrollbar-width: thin;
    scroll-initial-target: nearest;
  }
}
.esa-brand-pillars-scrolling-container__scroll-pillar {
  min-width: 195px;
  height: 155px;
}

.esa-brand-pillars {
  max-width: 1170px;
  margin: auto;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esa-brand-pillars__item {
  position: relative;
  width: 195px;
  height: 105px;
}
.esa-brand-pillars__item .esa-brand-pillars__item__border {
  height: 25px;
}
.esa-brand-pillars__item:nth-child(1) .esa-brand-pillars__card__content {
  background-color: #F8F8F8;
}
.esa-brand-pillars__item:nth-child(1) .esa-brand-pillars__item__border {
  background-color: #8dc63f;
}
.esa-brand-pillars__item:nth-child(2) .esa-brand-pillars__card__content {
  background-color: #F2F2F2;
}
.esa-brand-pillars__item:nth-child(2) .esa-brand-pillars__item__border {
  background-color: #62bb46;
}
.esa-brand-pillars__item:nth-child(3) .esa-brand-pillars__card__content {
  background-color: #ECECEC;
}
.esa-brand-pillars__item:nth-child(3) .esa-brand-pillars__item__border {
  background-color: #4ab969;
}
.esa-brand-pillars__item:nth-child(4) .esa-brand-pillars__card__content {
  background-color: #E8EAEA;
}
.esa-brand-pillars__item:nth-child(4) .esa-brand-pillars__item__border {
  background-color: #1cb78d;
}
.esa-brand-pillars__item:nth-child(5) .esa-brand-pillars__card__content {
  background-color: #E0E3E4;
}
.esa-brand-pillars__item:nth-child(5) .esa-brand-pillars__item__border {
  background-color: #27aae1;
}
.esa-brand-pillars__item:nth-child(6) .esa-brand-pillars__card__content {
  background-color: #DCDFE1;
}
.esa-brand-pillars__item:nth-child(6) .esa-brand-pillars__item__border {
  background-color: #233a7a;
}
.esa-brand-pillars__item:hover .esa-brand-pillars__lower-card, .esa-brand-pillars__item.active .esa-brand-pillars__lower-card {
  display: block;
}
.esa-brand-pillars__card {
  top: 0;
  left: 0;
  width: 195px;
  height: 105px;
  color: #212529;
  z-index: 100;
}
.esa-brand-pillars__card__backcontent, .esa-brand-pillars__card__content {
  top: 0;
  left: 0;
  width: 195px;
  height: 105px;
  text-align: center;
  z-index: 50;
}
.esa-brand-pillars__card__content {
  padding: 1.3rem;
}
.esa-brand-pillars__card__image {
  height: 105px;
}
.esa-brand-pillars__card__icon {
  width: 45px;
}
.esa-brand-pillars__lower-card {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 260px;
  z-index: 100;
}
.esa-brand-pillars__lower-card__heading {
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}
.esa-brand-pillars__lower-card__text {
  font-size: 0.875rem;
}

.esa-brand-pillars-container--sm .esa-brand-pillars-scrolling-container {
  max-width: 1050px;
  right: 0;
  overflow: visible;
  scrollbar-width: none;
}
@media (max-width: 1050px) {
  .esa-brand-pillars-container--sm .esa-brand-pillars-scrolling-container {
    right: unset;
    overflow: scroll;
    scrollbar-width: thin;
    scroll-initial-target: nearest;
  }
}
.esa-brand-pillars-container--sm .esa-brand-pillars-scrolling-container__scroll-pillar {
  min-width: 175px;
}
@media (max-width: 991.98px) {
  .esa-brand-pillars-container--sm {
    height: 120px;
  }
}
@media (max-width: 767.98px) {
  .esa-brand-pillars-container--sm {
    height: 90px;
  }
}
.esa-brand-pillars-container--sm .esa-brand-pillars {
  max-width: 1050px;
}
.esa-brand-pillars-container--sm .esa-brand-pillars__item, .esa-brand-pillars-container--sm .esa-brand-pillars__card, .esa-brand-pillars-container--sm .esa-brand-pillars__card__backcontent, .esa-brand-pillars-container--sm .esa-brand-pillars__card__content {
  width: 175px;
}
@media (max-width: 991.98px) {
  .esa-brand-pillars-container--sm .esa-brand-pillars {
    max-width: 100% !important;
    width: 100%;
    height: 75px;
    margin-top: 0;
  }
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__item {
    width: 16.6666666667%;
  }
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__card__icon {
    width: 100%;
    max-width: 35px;
  }
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__heading {
    font-size: 0.875rem;
  }
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__card,
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__card__backcontent,
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__card__content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__heading {
    display: none;
  }
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__card,
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__item,
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__card__content {
    height: 75px;
  }
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__card__icon {
    width: 100%;
    max-width: 25px;
  }
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__card__content {
    padding: 0.5rem;
  }
  .esa-brand-pillars-container--sm .esa-brand-pillars .esa-brand-pillars__item__border {
    height: 15px;
  }
}

.esa-hero,
.hero-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}
.esa-hero__video,
.hero-items-container__video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77vh;
}
@media (max-width: 1279.98px) {
  .esa-hero__video,
  .hero-items-container__video {
    width: 220vh;
  }
}
.esa-hero--clock-banner .esa-hero-image,
.hero-items-container--clock-banner .esa-hero-image {
  visibility: hidden;
}
.esa-hero--clock-banner .esa-hero-image.lazyloaded,
.hero-items-container--clock-banner .esa-hero-image.lazyloaded {
  visibility: visible;
}
.esa-hero--clock-banner .esa-hero-heading,
.hero-items-container--clock-banner .esa-hero-heading {
  font-weight: 700;
  font-size: 3.4375rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .esa-hero--clock-banner .esa-hero-heading,
  .hero-items-container--clock-banner .esa-hero-heading {
    font-size: 2rem;
  }
}
.esa-hero--clock-banner .esa-hero-tagline,
.hero-items-container--clock-banner .esa-hero-tagline {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
  display: inline;
  color: #ffffff;
  z-index: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .esa-hero--clock-banner .esa-hero-tagline,
  .hero-items-container--clock-banner .esa-hero-tagline {
    font-size: 2rem;
    line-height: 2rem;
    display: block;
  }
}
.esa-hero--clock-banner .esa-hero-tagline-bottom,
.hero-items-container--clock-banner .esa-hero-tagline-bottom {
  font-weight: 200;
  font-size: 1.125rem;
  display: inline;
  color: #ffffff;
  z-index: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .esa-hero--clock-banner .esa-hero-tagline-bottom,
  .hero-items-container--clock-banner .esa-hero-tagline-bottom {
    font-size: 1.5rem;
    display: block;
  }
}
.esa-hero--clock-banner--filter:before,
.hero-items-container--clock-banner--filter:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  opacity: 0.8;
}
@media (min-width: 576px) {
  .esa-hero--center,
  .hero-items-container--center {
    min-height: 16.25rem;
  }
}
@media (min-width: 768px) {
  .esa-hero--center,
  .hero-items-container--center {
    min-height: 18.75rem;
  }
}
@media (min-width: 992px) {
  .esa-hero--center,
  .hero-items-container--center {
    min-height: 20.625rem;
  }
}
@media (min-width: 1280px) {
  .esa-hero--center,
  .hero-items-container--center {
    min-height: 25rem;
  }
}
.esa-hero.esa-hero-height-full,
.hero-items-container.esa-hero-height-full {
  min-height: 100vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.esa-hero.esa-hero-height-medium,
.hero-items-container.esa-hero-height-medium {
  min-height: 45rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 992px) {
  .esa-hero.esa-hero-height-medium,
  .hero-items-container.esa-hero-height-medium {
    min-height: 46.875rem;
  }
}
@media (min-width: 1280px) {
  .esa-hero.esa-hero-height-medium,
  .hero-items-container.esa-hero-height-medium {
    min-height: 50rem;
  }
}
.esa-hero.esa-hero-height-small,
.hero-items-container.esa-hero-height-small {
  min-height: 31.25rem;
}
.esa-transparent-site-header .esa-hero,
.esa-transparent-site-header .hero-items-container {
  padding-top: 6rem;
}
@media (min-width: 992px) {
  .esa-transparent-site-header .esa-hero,
  .esa-transparent-site-header .hero-items-container {
    padding-top: 7.125rem;
  }
}

.esa-hero-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3rem;
}

.esa-hero-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.esa-hero-logo {
  max-height: 10rem;
  width: auto;
}
@media (max-width: 991.98px) {
  .esa-hero-logo {
    max-height: 5rem;
  }
}

.hero-items-container {
  z-index: 10;
}

.esa-hero-heading,
.esa-hero-subheading:not(.btn) {
  display: block;
  color: #ffffff;
  text-align: center;
  z-index: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.esa-hero-heading {
  font-weight: 400 !important;
}

.esa-hero-subheading:not(.btn) {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .esa-hero-subheading:not(.btn) {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .esa-hero-subheading:not(.btn) {
    font-size: 1.5rem;
  }
}

a.esa-hero-subheading:not(.btn):hover, a.esa-hero-subheading:not(.btn):focus {
  color: #ffffff;
}
a.esa-hero-subheading:not(.btn) p {
  display: inline;
}

.esa-hero-countdown-clock-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  z-index: 100;
}
.esa-hero-countdown-clock-wrapper > a {
  color: #fff;
}
.esa-hero-countdown-clock-wrapper > a:hover {
  color: #fff;
}
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock > div {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  text-align: center;
  margin: 0 0.5rem;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock > div {
    width: 65px;
    height: 65px;
  }
}
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .day-clock .number,
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .hour-clock .number,
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .minute-clock .number,
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .second-clock .number {
  font-size: 2.2em;
  line-height: 2.2rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767.98px) {
  .esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .day-clock .number,
  .esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .hour-clock .number,
  .esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .minute-clock .number,
  .esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .second-clock .number {
    font-size: 2em;
    line-height: 1.8rem;
  }
}
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .day-clock :not(.number),
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .hour-clock :not(.number),
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .minute-clock :not(.number),
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock .clock .second-clock :not(.number) {
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock--hidden {
  opacity: 0;
}
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock--fade {
  opacity: 0.5;
}
.esa-hero-countdown-clock-wrapper .esa-hero-countdown-clock--low-time-reached .clock > div {
  color: #d1902f;
}

.esa-hero.layout-3 {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.esa-hero.layout-3 .top-section {
  position: relative;
  margin-top: 1.5rem;
}
.esa-hero.layout-3 .bottom-section {
  position: relative;
  margin-bottom: 1.5rem;
}

.esa-property-hero {
  padding-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .esa-property-hero {
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .esa-property-hero {
    padding-bottom: 90px;
  }
}

.esa-property-hero__footer {
  font-size: 0.875rem;
  gap: 0rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .esa-property-hero__footer {
    font-size: 1rem;
    gap: 0.5rem;
  }
}

.banner-layout-6 {
  margin-top: 0 !important;
  overflow: hidden;
}
.banner-layout-6 .banner-layout-6-bg-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-layout-6.esa-hero-height-full {
  min-height: 100dvh;
}
.banner-layout-6 .banner-layout-6-content {
  z-index: 3;
  min-height: inherit;
  padding-left: 1rem;
  padding-top: 3rem;
  height: 100%;
}
.banner-layout-6 .banner-layout-6-content:has(> .banner-layout-6-stack.justify-content-center), .banner-layout-6 .banner-layout-6-content:has(> .banner-layout-6-stack.justify-content-end) {
  padding-top: 0;
}
.banner-layout-6 .banner-layout-6-stack {
  min-height: inherit;
  gap: 0.5 rem;
  height: 100%;
}
.banner-layout-6 .banner-layout-6-stack .hero-content {
  margin-bottom: 0.75rem;
}
.banner-layout-6 .banner-layout-6-stack.justify-content-end {
  padding-bottom: 2rem;
}
.banner-layout-6 .hero-content {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: 0;
}
.banner-layout-6 .banner-heading {
  line-height: 1.05;
  word-break: normal;
}
.banner-layout-6 .esa-hero-subheading,
.banner-layout-6 .esa-hero-copy {
  position: relative;
  z-index: 5;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.banner-layout-6 .esa-hero-subheading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.banner-layout-6 .esa-hero-subheading > * {
  width: auto !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.banner-layout-6 .esa-hero-copy {
  width: 100%;
  max-width: 650px;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .banner-layout-6 .banner-layout-6-content {
    padding: 1.25rem !important;
  }
  .banner-layout-6 .banner-layout-6-stack {
    width: 100%;
    min-height: inherit;
    position: relative;
    z-index: 2;
  }
  .banner-layout-6 .banner-layout-6-stack.justify-content-start {
    padding-top: 3rem;
    padding-bottom: 20vh;
  }
  .banner-layout-6 .banner-layout-6-stack.justify-content-center {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
  .banner-layout-6 .banner-layout-6-stack.justify-content-end {
    padding-top: 35vh;
    padding-bottom: 1rem;
  }
  .banner-layout-6 .esa-hero-copy,
  .banner-layout-6 .esa-hero-subheading {
    max-width: 100% !important;
  }
}

.esa-no-image-available {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.esa-generic-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
}
.esa-generic-content h1, .esa-generic-content .h1 {
  font-size: 2.1875rem;
}
@media (max-width: 991.98px) {
  .esa-generic-content h1, .esa-generic-content .h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .esa-generic-content h1, .esa-generic-content .h1 {
    font-size: 1.5625rem;
  }
}
.esa-generic-content h2, .esa-generic-content .h2 {
  font-size: 1.75rem;
}
@media (max-width: 991.98px) {
  .esa-generic-content h2, .esa-generic-content .h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .esa-generic-content h2, .esa-generic-content .h2 {
    font-size: 1.25rem;
  }
}
.esa-generic-content h3, .esa-generic-content .h3 {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .esa-generic-content h3, .esa-generic-content .h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .esa-generic-content h3, .esa-generic-content .h3 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .esa-generic-content {
    padding: 30px;
  }
}
.esa-generic-content.esa-v-align-center {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.esa-generic-content.esa-v-align-bottom {
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.esa-green {
  color: #338802;
}

.esa-gray {
  color: #898b8c;
}

.test-spacing-wide {
  letter-spacing: 3px;
}

/*# sourceMappingURL=critical.bundle.css.map?hash=66a2a6175e9a2330ca03*/