/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./assets/sass/acf-blocks/home-banner.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.home-banner-block-header h1 p {
  color: #001819;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .home-banner-block-header h1 p {
    font-size: 2.8rem;
    font-weight: 600;
  }
}

.home-banner-block-engagement > div:nth-child(2) h2 {
  color: #001819;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.38px;
}
@media (max-width: 767px) {
  .home-banner-block-engagement > div:nth-child(2) h2 {
    font-size: 2.8rem;
    font-weight: 500;
  }
}

.home-banner-block {
  padding: 280px 5vw 80px 5vw;
  background: linear-gradient(180deg, rgba(0, 127, 110, 0.85) 0%, #007F6E 80%, #007F6E 100%);
  position: relative;
}
@media (max-width: 1023px) {
  .home-banner-block {
    padding: 280px 5vw 30px 5vw;
  }
}
.home-banner-block__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.home-banner-block__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner-block__background img:nth-child(2) {
  display: none;
}
@media (max-width: 1023px) {
  .home-banner-block__background img:nth-child(2) {
    display: block;
  }
  .home-banner-block__background img:nth-child(1) {
    display: none;
  }
}
.home-banner-block-header {
  max-width: 1440px;
  margin: auto;
}
.home-banner-block-header h1 p {
  font-size: 5.8rem;
  letter-spacing: 0.58px;
  line-height: 7.3rem;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .home-banner-block-header h1 p {
    font-size: 3rem;
    letter-spacing: 0.3px;
    line-height: 3.8rem;
  }
}
.home-banner-block-header h1 p strong {
  font-weight: 600;
}
.home-banner-block-header h1 p span {
  text-decoration: none !important;
  position: relative;
}
.home-banner-block-header h1 p span::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #FC9F18;
}
@media (max-width: 1023px) {
  .home-banner-block-header h1 p span::before {
    height: 2px;
  }
}
@media (max-width: 1023px) {
  .home-banner-block-header h1 {
    margin-bottom: 180px;
  }
}
.home-banner-block__btn-help {
  border: solid 1px #E0DAC7;
  border-radius: 4px;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 8px;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .home-banner-block__btn-help {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.home-banner-block__btn-help p {
  font-size: 2.6rem;
  letter-spacing: 0.13px;
  line-height: 3.4rem;
  margin-bottom: 13px;
  color: #ffffff;
  text-align: center;
}
.home-banner-block__btn-help a {
  justify-content: center;
}
.home-banner-block-engagement {
  display: flex;
  gap: 60px;
  max-width: 1440px;
  margin: auto;
}
@media (max-width: 1023px) {
  .home-banner-block-engagement {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.home-banner-block-engagement > div {
  width: 50%;
}
@media (max-width: 1023px) {
  .home-banner-block-engagement > div {
    width: 100%;
  }
}
.home-banner-block-engagement > div:first-child {
  border-radius: 0 100px 0 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .home-banner-block-engagement > div:first-child {
    padding: 0;
    border-radius: 0 60px 0 0;
  }
}
.home-banner-block-engagement > div:nth-child(2) {
  color: #ffffff;
}
@media (max-width: 1023px) {
  .home-banner-block-engagement > div:nth-child(2) .btn-white {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home-banner-block-engagement > div:nth-child(2) h2 {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .home-banner-block-engagement > div:nth-child(2) h2 {
    font-size: 3rem;
  }
}
.home-banner-block-engagement > div:nth-child(2) > p {
  font-size: 1.7rem;
  letter-spacing: 0.09px;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .home-banner-block-engagement > div:nth-child(2) > p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.home-banner-block-engagement > div:nth-child(2) > div {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  margin-bottom: 35px;
  padding: 20px;
}
@media (max-width: 1023px) {
  .home-banner-block-engagement > div:nth-child(2) > div {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
}
.home-banner-block-engagement > div:nth-child(2) > div > div {
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.09px;
  line-height: 2.6rem;
}
