:root {
  --bg-main-color: #fba933;
}
#smooth-wrapper {
  background: var(--bg-main-color);
}
.form-lets-chat input, .form-lets-chat textarea {
  border: unset;
  outline: unset;
}
.form-lets-chat input:focus, .form-lets-chat textarea:focus {
  border: unset !important;
  outline: unset !important;
}
.form-lets-chat .submit-button-wrapper button {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: var(--color-red);
}
.form-lets-chat .submit-button-wrapper button span {
  color: white;
}
.slider-clip {
  position: relative;
}
.slider-clip--slide {
  position: relative;
  opacity: 0;
  transition: unset !important;
  overflow: hidden;
}
.slider-clip--slide img {
  transition: unset !important;
}
.slider-clip--slide:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-clip--slide.active, .slider-clip--slide.next {
  opacity: 1;
}
.slider-clip--slide.active {
  z-index: 2;
}
.slider-clip--slide.next {
  z-index: 1;
}
.banner-cta {
  border-radius: 999px 999px 999px 999px;
  padding: 15px 50px 10px 50px;
}
.services-link:hover {
  color: white;
}
.accordion-content-wrapper p {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.accordion-title-wrapper .fa {
  font-size: 24px;
  margin-left: 4px;
}
.accordion-title-wrapper[aria-expanded="true"] .fa {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
svg {
  width: 100%;
  height: 100%;
}
.inline {
  display: inline !important;
}
.hide {
  opacity: 0;
}
h4.banner-intro-text.h4 {
  --hello-font-weight:700;
  --hello-font-stretch:450%;
  font-weight: var(--hello-font-weight);
  font-stretch: var(--hello-font-stretch);
}
.h1 {
  line-height: 150px;
}
@media screen and (max-width: 1024px) {
  .h1 {
    line-height: 1;
  }
}
.banner-intro-text .word {
  overflow: visible !important;
  overflow-y: clip !important;
}
.noscroll {
  overflow: hidden;
}
