.home-section .swiper-slide-inner {
  max-width: 1200px;
}

@media (max-width: 1024px) {
  .home-section .swiper-slide-inner {
    text-align: center !important;
  }
}

.home-section h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -1.14px;
}

@media (min-width: 1025px) {
  .home-section h2 {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.2px;
  }
}

.home .offerings-block img {
  width: auto;
  max-height: 180px;
}

.home .featured-content {
  text-align: center;
}

@media (min-width: 1025px) {
  .home .featured-content {
    text-align: unset;
  }
}

.home .featured-content span {
  display: block;
}

.home .featured-content .subheading {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--white);
}

.home .featured-content .subheading.dark {
  color: var(--red);
}

.home .featured-content .heading.h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.65px;
  color: var(--white);
}

@media (min-width: 1025px) {
  .home .featured-content .heading.h3 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.72px;
  }
}

.home .featured-content .heading.dark {
  color: var(--black);
}

@media (max-width: 767px) {
  .home .market-leaders .elementor-widget-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
  }
}

.home .market-leaders img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 80px;
}

.home .culture-leaders .elementor-image-box-img {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  .home .culture-leaders .elementor-image-box-img {
    width: 33.33333%;
    margin-bottom: unset !important;
  }
}

.home .culture-leaders .elementor-image-box-img img {
  width: 200px;
  height: auto;
}

@media (min-width: 1025px) {
  .home .culture-leaders .elementor-image-box-img img {
    width: 160px;
  }
}

.home .culture-leaders .elementor-image-box-content {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .home .culture-leaders .elementor-image-box-content {
    width: 66.66666%;
    padding: 0 0 0 30px;
  }
}

.home .culture-leaders .elementor-image-box-content h4 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.56px;
}

.home .culture-leaders .elementor-image-box-content .elementor-image-box-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .home .culture-leaders .elementor-image-box-content .elementor-image-box-description {
    font-size: 18px;
    letter-spacing: 0px;
  }
}

.home .subscribe-block h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.65px;
}

@media (min-width: 768px) {
  .home .subscribe-block h3 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.72px;
  }
}

.home .subscribe-block span {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.2px;
}

@media (min-width: 992px) {
  .home .subscribe-block span {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
/*# sourceMappingURL=homepage.css.map */