/* Block: hero
 * Extracted from theme CSS by wp-arch-agent.
 * Classes: hp-hero__media, hp-hero__img, hp-hero__overlay, hp-hero__content, hp-hero__text, hp-hero__title, hp-hero__subtitle, hp-hero__buttons, cream, cnm-icon, icon-plane-light, hero
 */

.hp-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hp-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.42) 50%, rgba(0,0,0,0.28) 100%);
}

.hp-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 74vh;
  padding: 120px 130px 80px;
  max-width: 1920px;
  margin: 0 auto;
}

.section-white.scroll.single .hp-hero__title {
  color: #FFF;
}

.hp-hero__title {
  color: #FFF;
  font-family: Poppins;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 93px;
}

.hp-hero__text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 760px;
}

.hp-hero__subtitle {
  margin-top: 30px;
  max-width: 780px;
  color: #FFF;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.hp-hero__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-self: flex-end;
  flex-shrink: 0;
}

.hp-hero__buttons .btn-layout {
  padding: 24px 30px;
  height: auto;
  font-size: 16px;
  border-radius: 50px;
  white-space: nowrap;
}

.hp-hero__buttons a {
  flex-flow: row-reverse;
}

.hp-offer__item .cnm-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #230704;
}

.hp-locations__buttons .btn-layout .cnm-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

@media (max-width: 1200px) {
  .hp-hero__content {
    padding: 0 60px 60px;
  }
  
  .hp-hero__title {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .hp-hero__overlay {
    background: rgba(0, 0, 0, 0.45);
  }
  
  .hp-hero__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 20px;
    gap: 20px;
  }
  
  .hp-hero__text {
    width: 100%;
    max-width: 100%;
    align-content: center;
  }
  
  .hp-hero__title {
    font-size: 48px;
    margin-bottom: 0;
  }
  
  .hp-hero__subtitle {
    margin-top: 16px;
  }
  
  .hp-hero__buttons {
    align-self: flex-start;
    padding: 0;
    margin-top: 4px;
  }
  
  .hp-hero__buttons .btn-layout {
    padding: 24px 30px;
  }
}

@media (max-width: 600px) {
  .hp-hero__content {
    padding: 20px 20px 40px;
  }
  
  .hp-hero__title {
    font-size: 46px;
    line-height: normal;
  }
  
  .hp-hero__buttons {
    flex-direction: column;
  }
  
  .hp-hero__buttons .btn-layout {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    padding: 12px 16px;
  }
}

@media (max-width: 375px) {
  .hp-hero__title {
    font-size: 30px;
  }
}

.contact-info .info-body,
.contact-info .info-body *:not(.cnm-icon) {
  color: var(--leather, #230704) !important;
  font-family: "Open Sans" !important;
}

.contact-info .info-body .cnm-icon {
  font-size: 18px;
  color: #230704;
}

.contact-info .info-group--location > .info-head .cnm-icon {
  flex: 0 0 auto;
  color: #230704;
  font-size: 24px;
}

.location-info-section .contact-info .info-body .cnm-icon {
  font-size: 18px;
  color: #230704;
}

.lt-cta .cnm-icon {
  font-size: 16px;
}

