/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./blocks/banner/block.scss ***!
  \*************************************************************************************************************************************************************/
/* Font */
/* Colors */
.banner-block {
  padding-top: 67px;
  padding-bottom: 0;
  background: rgb(164, 228, 207);
  background: linear-gradient(180deg, rgb(164, 228, 207) 0%, rgb(242, 242, 242) 25%, rgb(242, 242, 242) 100%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-block {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.banner-block .heading {
  font-size: 56px;
  color: inherit;
}
@media (max-width: 767px) {
  .banner-block .heading {
    font-size: 36px;
    line-height: 46px;
  }
}
.banner-block .heading:before {
  content: none;
}
.banner-block .subheading {
  font-size: 32px;
  font-weight: 500;
  color: inherit;
}
@media (max-width: 767px) {
  .banner-block .subheading {
    font-size: 24px;
    line-height: 34px;
  }
}
.banner-block .subheading:before {
  content: none;
}
.banner-block .cta-button-wrapper {
  margin-top: 42px;
  display: flex;
  gap: 16px 76px;
  align-items: center;
}
@media (max-width: 767px) {
  .banner-block .cta-button-wrapper {
    flex-direction: column;
  }
}
.banner-block .cta-button-wrapper .post-text {
  font-style: italic;
  font-weight: 600;
  font-size: 19px;
  color: inherit;
}
@media (max-width: 767px) {
  .banner-block .cta-button-wrapper .post-text {
    font-size: 17px;
  }
}
.banner-block .text-below-button {
  font-size: 32px;
  margin-top: 26px;
  line-height: 1.2;
}
.banner-block .text-below-button strong {
  font-size: 40px;
}
.banner-block .text-below-button span {
  font-weight: 700;
}
.banner-block .banner-image {
  position: relative;
}
@media (max-width: 991px) {
  .banner-block .banner-image {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .banner-block .banner-image {
    margin-top: -60px;
  }
}
.banner-block .banner-image .image-wrapper {
  position: relative;
  width: fit-content;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .banner-block .banner-image .image-wrapper.single {
    display: block;
    margin: auto;
  }
}
.banner-block .banner-image .image-wrapper:not(.single):first-of-type {
  display: block;
  width: 175px;
  height: 175px;
  position: absolute;
  top: 23%;
  left: -5%;
}
@media (max-width: 991px) {
  .banner-block .banner-image .image-wrapper:not(.single):first-of-type {
    left: 10%;
  }
}
@media (max-width: 767px) {
  .banner-block .banner-image .image-wrapper:not(.single):first-of-type {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .banner-block .banner-image .image-wrapper:not(.single):last-of-type {
    width: 200px;
    display: block;
    margin: auto;
  }
}
.banner-block .banner-image .image-wrapper:not(.single):last-of-type:after {
  content: "";
  display: block;
  width: 150px;
  height: 320px;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 3.59%, #F1F3F3 58.01%);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 75px 0 0;
}
@media (max-width: 767px) {
  .banner-block .banner-image .image-wrapper:not(.single):last-of-type:after {
    width: 64px;
    height: 130px;
  }
}
.banner-block .banner-image .image-wrapper.main-image img {
  max-height: 600px;
}
.banner-block .banner-image .banner-text {
  font-weight: 600;
  color: inherit;
  line-height: 33px;
  padding: 8px 16px;
  background-color: white;
  border: 1px solid #FE614C;
  border-radius: 80px;
}
.banner-block .banner-image .banner-text.left {
  position: absolute;
  left: -17%;
  bottom: 30%;
}
@media (max-width: 991px) {
  .banner-block .banner-image .banner-text.left {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .banner-block .banner-image .banner-text.left {
    font-size: 10px;
    width: 97px;
    padding: 5px;
    left: 14px;
    line-height: 14px;
  }
}
.banner-block .banner-image .banner-text.right {
  position: absolute;
  right: 0;
  bottom: 15%;
}
@media (max-width: 767px) {
  .banner-block .banner-image .banner-text.right {
    width: 116px;
    line-height: 15px;
    padding: 7px;
  }
}
.banner-block .banner-image .online-text {
  font-size: 12px;
  font-weight: 600;
  color: inherit;
  position: absolute;
  top: 40%;
  right: 10%;
  width: 64px;
  height: 64px;
  border: 1px solid #32C196;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

/*# sourceMappingURL=block.5fbdfc404e68512f1acb.css.map*/