.hero-3 {
  background-image: url("/wp-content/themes/trustyou-theme-5/img/best-guest-experience-platform.jpg");
  background-size: cover;
  position: relative;
}
.hero-3:before {
  background: white;
  background: linear-gradient(90deg, white 0%, white 33%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-3:before {
    background: linear-gradient(90deg, white 60%, rgba(255, 255, 255, 0) 100%);
  }
}
.hero-3__container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .hero-3__container {
    padding: 0 2em;
  }
}
.hero-3__inner {
  max-width: 500px;
  padding: 10em 0;
}
.hero-3__inner a:first-of-type {
  margin-right: 10px !important;
}
.hero-3 h1 {
  text-align: left;
  margin-bottom: 18px;
  color: #375ba6;
  font-weight: bold;
  font-size: 2.3em;
}
.hero-3 p {
  font-size: 1.2em;
  margin-bottom: 28px;
}

.logo-carousel {
  padding: 3em 0;
  background-color: #f5f5f5;
}
.logo-carousel h2 {
  color: #424242;
  text-align: center;
  margin-bottom: 24px;
}
.logo-carousel__inner {
  display: flex;
  align-items: center;
  max-width: 1270px;
  margin: 0 auto;
}
.logo-carousel li {
  list-style: none;
  font-size: 2em;
}
.logo-carousel .slick-track {
  display: flex;
  align-items: center;
}
.logo-carousel .slick-slide {
  display: flex;
  justify-content: center;
}
.logo-carousel img {
  max-width: 120px;
}

.new-stats {
  background-image: linear-gradient(142deg, #FAA726, #e07511);
  color: white;
  padding: 6em 0;
}
.new-stats h2 {
  color: white;
  text-align: center;
  margin-bottom: 24px;
}
.new-stats__container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (min-width: 501px) {
  .new-stats__container {
    display: flex;
    flex-flow: row wrap;
  }
}
.new-stats__icon {
  height: 40px;
  margin-bottom: 15px;
  position: relative;
  font-size: 2em;
}
.new-stats__icon--inner, .new-stats__icon svg {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 150px;
  position: absolute;
  right: 0;
  top: 0;
}
.new-stats__desc {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.new-stats__desc a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
.new-stats__numb {
  color: #fff;
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.38;
  margin: 0 0 5px;
}
.new-stats__numb sup {
  font-size: 0.5em;
}
.new-stats__stat {
  padding: 30px;
  text-align: center;
}
@media (min-width: 1025px) {
  .new-stats__stat {
    flex: 1 1 33%;
    max-width: 33%;
  }
}
@media (min-width: 501px) and (max-width: 1024px) {
  .new-stats__stat {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 501px) {
  .new-stats__stat {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
@media (min-width: 1025px) {
  .new-stats__stat:nth-child(3n) {
    border-right: 0;
  }
  .new-stats__stat:nth-child(n+4) {
    border-bottom: 0;
  }
}
@media (min-width: 501px) and (max-width: 1024px) {
  .new-stats__stat:nth-child(2n) {
    border-right: 0;
  }
  .new-stats__stat:nth-child(n+5) {
    border-bottom: 0;
  }
}

.video-wrapper {
  max-height: 25vw;
  height: 25vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.video-wrapper video {
  max-width: 100%;
}

/*# sourceMappingURL=homepage.css.map */
