.landing-header {
  background: #212121;
  padding: 18px 0;
  margin: 0;
}
.landing-header .button--primary {
  margin-bottom: 0;
  margin-left: 34px;
  padding: 13px 25px;
}
.form-hero {
  position: relative;

  background-size: 80% auto;
  background-position: left;
}
.form-hero .hero__form {
  position: inherit;
}

.form-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.68) 14.72%,
    rgba(0, 0, 0, 0.65) 39.98%,
    #000 69.42%
  );
  z-index: 2;
}
.form-hero:before {
  display: none;
}

.form-hero .grid-container {
  position: relative;
  z-index: 3;
}
.form-hero .hero__heading strong {
  color: #fdbb30;
}

.form-hero .gform_wrapper .gform_fields .gfield select {
  color: #000;
}
.marquee-block {
  background: #212121;
  padding: 2.5rem 0;
}
.marquee-block h2 {
  color: #fff;
  text-transform: uppercase;
}
.marquee-block__header {
  text-align: center;
  margin: auto;
  margin-bottom: 3.75rem;
  color: #fff;
  max-width: 590px;
}
.page-template-dui-landing-page .menu-item-1169{
	display:none;
}
.page-template-dui-landing-page .mobile-bar__call[data-open="text-steps"]{
	display:none;
}
.fa-twitter:before{
	content:"";
background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="white" d="M453.2 109L523.8 112L369.6 288.2L551 528L409 528L297.7 382.6L170.5 528L99.8 528L264.7 339.5L90.8 112L236.4 112L336.9 244.9L453.2 112zM428.4 485.8L467.5 485.8L215.1 152L173.1 152L428.4 485.8z"/></svg>');
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    top: 3px;
}
@media print, screen and (min-width: 40em) {
  .marquee-block {
    padding: 3.75rem 0 4.375rem;
  }
  .marquee-block__header {
    margin-bottom: 4.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .marquee-block {
    padding: 4.375rem 0;
  }
  .marquee-block__header {
    margin-bottom: 5.0625rem;
  }
}
.marquee-block__title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.marquee-block__container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee-block__track {
  display: flex;
  width: max-content;
  animation: 30s linear infinite marquee;
}
.marquee-block__track:hover {
  animation-play-state: paused !important;
}
.marquee-block__track.bottom-marquee {
  animation: 20s linear infinite marquee-reverse;
  margin-top: 20px;
}
.marquee-block__group {
  display: flex;
  gap: 2rem;
  padding-right: 2rem;
}
@media print, screen and (min-width: 40em) {
  .marquee-block__title {
    font-size: 2rem;
  }
  .marquee-block__group {
    gap: 4rem;
    padding-right: 4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .marquee-block__title {
    font-size: 2.25rem;
  }

  .marquee-block__group {
    gap: 20px;
    padding-right: 20px;
  }
}
.marquee-block__logo-rating {
  display: block;
  margin-top: 5px;
}
.google-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.marquee-block__box {
  position: relative;
  min-width: 5rem;
  flex-shrink: 0;
  background-color: #fff;
  max-width: 290px;
  padding: 24px;
}
.marquee-block__logo-title {
  text-transform: uppercase;
  color: #212121;
  font-weight: bold;
  font-family: usual, sans-serif;
}
.marquee-block__logo-link {
  color: #212121;
  font-weight: 600;
}
.marquee-block__box img {
  max-height: 40px;
  max-width: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transition: 0.3s;
}
.marquee-block__logo-content p {
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 5;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
	font-size: 16px;
    line-height: 24px;
}
.marquee-block__box img:hover {
  transform: scale(1.05);
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .marquee-block__track {
    animation-duration: 20s;
  }
  .marquee-block__box {
    min-width: 3.75rem;
  }
  .marquee-block__box img {
    max-height: 3.75rem;
    max-width: 7.5rem;
  }

  .bio-block__decorative-elements::before {
    width: 18.75rem;
    height: 18.75rem;
    top: 3.125rem;
    left: -3.125rem;
  }
  .bio-block__decorative-elements::after {
    width: 1.25rem;
    height: 1.25rem;
    top: 21.875rem;
    left: -2.5rem;
  }
  .bio-block__image {
    margin-left: 1.25rem;
  }
  .bio-block__accent-line {
    left: -0.625rem;
    right: -0.625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-block__track {
    animation: none;
  }
  .marquee-block__group {
    justify-content: center;
  }
}
.bottom-info {
  text-align: center;
  margin-top: 40px;
}

.bottom-info__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews,
.review-text {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-left: 5px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: usual, sans-serif;
}
.stats {
  padding: 34px 0;
  background-image: url(../img/background-triangles.jpg);
}
.stats__item {
  text-align: center;
}
.stats__content {
  color: #1c1c1c;
  max-width: 199px;
  margin: auto;
}

.image-content {
  padding: 40px 0;
}
.image-content h2 {
  text-transform: uppercase;
  max-width: 340px;
}
.image-content__content {
  max-width: 417px;
}
.flex {
  margin-bottom: 20px;
}
.flex span {
  font-size: 16px;
  font-weight: 800;
  color: #212121;
  font-family: usual, sans-serif;
  margin-left: 15px;
}

.icon-columns .home-full__content {
  text-transform: uppercase;
  font-family: usual, sans-serif;
  font-weight: 800;
}

.logos {
  padding: 40px 0 50px;
}
.logos h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.logo-cover {
  margin: 0 10px;
}
.justify-space-between {
  justify-content: space-between;
}

.video-content {
  margin-bottom: 40px;
}
.video-cover iframe {
  height: 400px;
  width: 100%;
}
.video-content__content {
  max-width: 408px;
}

.video-content__content h2 {
  text-transform: uppercase;
}
.video-content__content ul {
  margin: 0;
}
.video-content__content ul li {
  position: relative;
  list-style: none;
  padding-left: 30px;
  margin-bottom: 5px;
}
.video-content__content ul li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M3.77344 4.65356C3.77344 4.65356 4.33984 4.08716 5.47266 2.95435C6.60547 1.82153 8.78125 1.25513 12 1.25513C15.2188 1.25513 17.9609 2.38794 20.2266 4.65356C22.4922 6.91919 23.625 9.66138 23.625 12.8801C23.625 16.0989 22.4922 18.8411 20.2266 21.1067C17.9609 23.3723 15.2188 24.5051 12 24.5051C8.78125 24.5051 6.03906 23.3723 3.77344 21.1067C1.50781 18.8411 0.375 16.0989 0.375 12.8801C0.375 9.66138 1.50781 6.91919 3.77344 4.65356ZM6.5625 14.9426H12V18.2708C12 18.5208 12.1172 18.6926 12.3516 18.7864C12.5859 18.8801 12.7812 18.8333 12.9375 18.6458L18.3281 13.2551C18.5781 13.0051 18.5781 12.7551 18.3281 12.5051L12.9375 7.1145C12.7812 6.927 12.5859 6.88013 12.3516 6.97388C12.1172 7.06763 12 7.2395 12 7.4895V10.8176H6.5625C6.1875 10.8176 6 11.0051 6 11.3801V14.3801C6 14.7551 6.1875 14.9426 6.5625 14.9426Z" fill="%23FDBB30"/></svg>');
  display: inline-block;
  left: 0;
  top: 3px;
}
.plain-bg h2 {
  color: #212121;
  text-transform: uppercase;
}
.plain-bg .home-full__content p {
  color: #212121;
}

.bottom-section-hero h2 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  max-width: 400px;
}

.bottom-section-hero .cap {
  text-transform: uppercase;
  color: #fdbb30;
  font-size: 20px;
  font-weight: 800;
  font-family: usual, sans-serif;
  max-width: 400px;
}
.form-hero {
  padding: 80px 0 50px;
}
.form-hero .gform_heading {
  display: none;
}
.form-hero .hero__content {
  max-width: 400px;
}

.form-hero .gform_footer {
  padding-bottom: 15px;
}

.form-hero .hero__form--description {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 800;
  font-family: usual, sans-serif;
  text-transform: uppercase;

  max-width: 380px;
  margin-top: 30px;
  text-align: center;
  margin-left: auto;
}
.bottom-section-hero .large-7 {
  width: 100%;
  text-align: center;
}
.bottom-section-hero::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.68) 23.32%,
    rgba(0, 0, 0, 0.65) 54%,
    #000 84.87%
  );
}
.bottom-section-hero .hero__content {
  margin: auto;
  max-width: 740px;
}
.bottom-section-hero h2,
.bottom-section-hero .cap {
  max-width: 740px;
  margin: auto;
}
.bottom-section-hero p strong {
  font-weight: 800;
  font-family: usual, sans-serif;
}
.bottom-section-hero .button--primary {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .form-hero {
    background-size: cover;
  }
}

@media (max-width: 1024px) {
  .form-hero.top-hero {
    background-size: contain;
    padding-top: 220px;
    background-position: top;
  }
  .form-hero.top-hero:after {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0 / 65%) 63.74%,
        rgba(0, 0, 0, 0.65) 81.81%,
        #000 100%
      );
  }
  .form-hero .hero__form {
    margin-left: 0;
    max-width: none;
    left: 0;
    margin-top: 30px;
  }
  .form-hero .hero__form--description {
    max-width: 100%;
  }
  .justify-space-between {
    justify-content: center;
  }
  .logo-cover {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .form-hero.top-hero {
    background-color: #000;
  }
  .form-hero.top-hero:after {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgb(0 0 0 / 65%) 43.74%,
        rgba(0, 0, 0, 0.95) 91.81%,
        #000 100%
      );
   
        height: 50%;
  }
  .image-content__content {
    margin-top: 20px;
  }
  .logo-cover img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .landing-header .button--primary {
    font-size: 14px;
    margin-left: -17px;
  }
  .stats__item {
    margin-bottom: 20px;
  }
}
