.de_block_banner {
  position: relative;
  width: 100%;
  background-color: #407f80;
  overflow: hidden;
}
.de_block_banner::before {
  content: "";
  position: absolute;
  width: 33.25rem;
  height: 42.4375rem;
  background-image: url("../../../../assets/img/logo_bg_light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  pointer-events: none;
  z-index: 0;
  left: -14.5rem;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .de_block_banner::before {
    left: -11.25rem;
    top: 3.75rem;
    width: 26.25rem;
    height: 33.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_banner::before {
    left: -8.75rem;
    top: 2.5rem;
    width: 21.25rem;
    height: 27.125rem;
  }
}
.de_block_banner .content_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
  padding: 5rem 17.5rem;
  min-height: 25rem;
}
@media screen and (max-width: 1280px) {
  .de_block_banner .content_wrap {
    padding: 4rem 8.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_banner .content_wrap {
    padding: 3.5rem 5rem;
    min-height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_banner .content_wrap {
    padding: 3rem 1.5rem;
    gap: 1.5rem;
    min-height: 17.5rem;
  }
}
.de_block_banner .content_wrap .title {
  font-family: var(--font-secondary);
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  color: var(--color-white);
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .de_block_banner .content_wrap .title {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_banner .content_wrap .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_banner .content_wrap .title {
    font-size: 1.5rem;
  }
}
.de_block_banner .content_wrap .subtitle {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: rgba(250, 250, 250, 0.7);
  margin: 1rem 0;
}
@media screen and (max-width: 1280px) {
  .de_block_banner .content_wrap .subtitle {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_banner .content_wrap .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_banner .content_wrap .subtitle {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.de_block_banner .content_wrap .content {
  font-family: var(--font-primary);
  color: rgba(250, 250, 250, 0.7);
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .de_block_banner .content_wrap .content {
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.de_block_banner .content_wrap .cta-wrap a.cta:first-of-type {
  background-color: var(--color-white);
  color: var(--color-sea-blue);
}
.de_block_banner .content_wrap .cta-wrap a.cta:first-of-type:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.de_block_banner.meetings .content_wrap {
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  text-align: left;
  gap: 3.25rem;
  padding: 5.625rem 17.5rem 5.625rem 17.5rem;
}
@media screen and (max-width: 1280px) {
  .de_block_banner.meetings .content_wrap {
    padding: 4.5rem 8.75rem;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_banner.meetings .content_wrap {
    padding: 5rem 1.5rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_banner.meetings .content_wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 1.5rem;
    gap: 1.5rem;
    text-align: left;
  }
}
.de_block_banner.meetings .content_wrap .title,
.de_block_banner.meetings .content_wrap .subtitle {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .de_block_banner.meetings .content_wrap .subtitle {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_banner.meetings .content_wrap .subtitle {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=banner.min.css.map */
