#cms-loading {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
}
.wpb_animate_when_almost_visible {
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
}
.vc_row.vc_parallax.vc_row-has-fill {
  position: relative;
  min-height: 70vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.vc_parallax > .vc_parallax-inner {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.dd-hero {
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  color: #fff;
}
.dd-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dd-hero-shade {
  position: absolute;
  left: 18px;
  top: 12%;
  width: min(733px, 92%);
  bottom: 12%;
  background: rgba(0, 0, 0, 0.5);
}
.dd-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 90px 48px 80px;
}
.dd-hero-kicker {
  font-family: Lato, sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 0 18px;
}
.dd-hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.15;
  margin: 0 0 22px;
  color: #fff;
}
.dd-hero-title em,
.dd-hero-title i {
  font-style: italic;
}
.dd-hero-text {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #ededed;
  max-width: 640px;
  margin: 0 0 28px;
}
.dd-hero-btn {
  display: inline-block;
  background: rgba(93, 188, 210, 0.85);
  color: #fff !important;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 12px 35px;
  text-decoration: none;
}
.dd-hero-btn:hover {
  background: #fff;
  color: #5dbcd2 !important;
}
@media (max-width: 767px) {
  .dd-hero {
    min-height: 70vh;
  }
  .dd-hero-copy {
    padding: 48px 22px 56px;
  }
  .dd-hero-shade {
    left: 10px;
  }
}
