/* compiled by scssphp 1.6.0 on Wed, 14 Aug 2024 12:02:04 +0000 (0.0172s) */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=PT+Serif:wght@400;700&display=swap');
#area-content .section.header .heading-container, #area-content .section.header .cta {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
#area-content .section.header .heading-container {
  transform: translateY(-50px);
}
#area-content .section.header .cta {
  transform: translateY(100px);
}
.loaded #area-content .section.header .heading-container {
  opacity: 1;
  transform: translateY(0px);
}
.loaded #area-content .section.header .cta {
  opacity: 1;
  transform: translateY(0px);
}
#area-content .section.header {
  position: relative;
  padding-top: 150px;
  z-index: 0;
}
#area-content .section.header.big, #area-content .section.header.big-cta {
  padding-top: 150px;
  margin-top: -100px;
}
@media only screen and (max-width: 74.9375rem) {
  #area-content .section.header.big, #area-content .section.header.big-cta {
    flex: 1;
    padding-top: 250px;
  }
}
#area-content .section.header.big {
  min-height: 70vh;
}
#area-content .section.header.big .container {
  padding-bottom: 10vh;
}
#area-content .section.header.small {
  margin-top: 110px;
  min-height: 400px;
}
#area-content .section.header.small #top-header-bg {
  max-width: 1070px;
  margin: 50px auto;
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}
#area-content .section.header.big-cta {
  min-height: 83vh;
  margin-bottom: 150px;
}
#area-content .section.header.big-cta:before {
  content: '';
  background: #F2F2F2;
  position: absolute;
  bottom: -150px;
  height: 100%;
  width: 100%;
  z-index: -10;
}
#area-content .section.header.big-cta .container {
  padding-bottom: 120px;
}
#area-content .section.header.big-cta .heading-container {
  padding-bottom: 8vh;
}
#area-content .section.header.big-cta .cta {
  border-radius: 15px;
  margin-bottom: -250px;
  background-color: #104227;
}
#area-content .section.header.big-cta .cta .inner {
  padding: 10px 0 10px 50px;
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.header.big-cta .cta .inner {
    padding: 10px 20px;
  }
}
#area-content .section.header.big-cta .cta .heading div {
  font-size: 25px;
  line-height: 30px;
  font-family: 'PT Serif', serif;
  margin-bottom: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.header.big-cta .cta .heading div {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#area-content .section.header.big-cta .subtitle {
  font-size: 18px;
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.header.big-cta .subtitle {
    font-size: 14px;
    line-height: 24px;
  }
}
#area-content .section.header.big-cta .image-container {
  max-height: 250px;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  margin: 5px;
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.header.big-cta .image-container {
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
#area-content .section.header.big-cta .image-container img {
  width: 100%;
}
#area-content .section.header .heading-container h1 {
  padding-bottom: 10px;
  position: relative;
  max-width: 500px;
}
#area-content .section.header .heading-container h1:after {
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 6px;
  width: 200px;
  transition: all 0.3s ease;
  background-color: #d99d14;
}
#area-content .section.header .heading-container p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}
@media only screen and (max-width: 47.9375rem) {
  #area-content .section.header .heading-container p {
    font-size: 16px;
    line-height: 24px;
  }
}
body.home #area-content .section.header.big {
  min-height: 83vh;
}
