.hero-homepage {
  position: relative;
  z-index: 0;
  margin-top: -95px;
  margin-bottom: -120px;
  overflow: hidden;
}
.hero-homepage + section {
  position: relative;
  z-index: 1;
}
.hero-homepage .picture-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.hero-homepage .picture-wrapper picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
  z-index: 0;
}
.hero-homepage .video-wrapper {
  display: none;
}
.hero-homepage.video .picture-wrapper {
  display: none;
}
.hero-homepage.video .video-wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hero-homepage.video .video-wrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-position: left top;
  object-fit: cover;
}
.hero-homepage.video .video-wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0.5;
}
.hero-homepage .hero-content {
  position: relative;
  z-index: 1;
  padding: 300px 20px 210px;
}
.hero-homepage .hero-content .btn {
  width: 100%;
}
.hero-homepage .hero-content .google-reviews-logo {
  margin-top: 20px;
}
.hero-homepage .hero-content .google-reviews-logo img {
  display: block;
  width: auto;
  height: 65px;
  max-width: 100%;
  object-fit: contain;
}
.hero-homepage .bottom-clip {
  height: 20%;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  clip-path: url(#clip-white);
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .hero-homepage {
    margin-top: -105px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 220px;
    margin-bottom: -190px;
  }
  .hero-homepage .picture-wrapper picture img {
    object-position: 40% top;
  }
  .hero-homepage .hero-content {
    padding: 160px 40px 20px;
    width: 70%;
  }
  .hero-homepage .hero-content .btn {
    width: auto;
    display: inline-block;
  }
  .hero-homepage .shape {
    bottom: -100px;
  }
  .hero-homepage .bottom-clip {
    height: 20%;
  }
}
@media (min-width: 1280px) {
  .hero-homepage {
    margin-top: -143px;
    padding-bottom: 300px;
    margin-bottom: -250px;
  }
  .hero-homepage .hero-content {
    position: initial;
    padding: 230px 40px 10px 130px;
    width: 910px;
  }
  .hero-homepage .hero-content .google-reviews-logo {
    position: absolute;
    top: 760px;
    right: 100px;
    z-index: 1;
  }
  .hero-homepage .hero-content .google-reviews-logo img {
    height: 73px;
  }
  .hero-homepage .bottom-clip {
    height: 22%;
  }
}
@media (min-width: 1440px) {
  .hero-homepage {
    margin-bottom: -200px;
  }
  .hero-homepage .hero-content {
    width: 1010px;
  }
  .hero-homepage .bottom-clip {
    height: 20%;
  }
}

.hero-title {
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 52px;
  line-height: 3.25rem;
  display: block;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 55px;
    font-size: 3.4375rem;
    line-height: 68px;
    line-height: 4.25rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .hero-title {
    font-size: 80px;
    font-size: 5rem;
    line-height: 92px;
    line-height: 5.75rem;
    margin-bottom: 30px;
  }
}

.hero-subtitle {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 1.875rem;
  display: block;
  margin-bottom: 10px;
  color: #FFFFFF;
}
@media (min-width: 1280px) {
  .hero-subtitle {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 20px;
  }
}

html body.page-template-template-homepage div.ti-widget.ti-no-profile-img {
  overflow: hidden !important;
  padding: 10px 20px 0px !important;
}
html body.page-template-template-homepage div.ti-widget.ti-no-profile-img .ti-widget-container {
  margin: 0 !important;
}
html body.page-template-template-homepage div.ti-widget.ti-no-profile-img .ti-widget-container .ti-reviews-container {
  margin: 0 !important;
}
@media (min-width: 768px) {
  html body.page-template-template-homepage div.ti-widget.ti-no-profile-img {
    padding: 10px 20px 10px !important;
  }
}
