.page-template-tpl-LandingPage #main-footer {
  margin-top: 0;
}

#style_one {
  display: grid;
  grid-template-columns: 1fr;
}

#style_one .image {
  display: none;
}

#style_one .cta {
  position: relative;
}

#style_one .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#style_one .bg-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#style_one .cta .cta-content-wrapper {
  position: relative;
  max-width: 925px;
  padding: 4rem 2rem;
  z-index: 20;
}

#style_one .cta .cta-content-wrapper h1 {
  font-size: 2.75rem;
}

#style_one .cta .cta-content-wrapper p {
  font-size: 1.688rem;
  line-height: 2.188rem;
}

#style_one .cta .cta-content-wrapper .cta-content {
  background-color: #fff;
  margin-top: 4rem;
  padding-top: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  /* border-radius: 1.5rem; */
}

#style_one .cta .cta-content-wrapper .cta-content iframe {
  height: 681px !important;
}

.gold-bar {
  background: #ffc128;
  height: 11px;
}

@media (min-width: 1280px) {
  #style_one {
    grid-template-columns: 38% 1fr;
  }

  #style_one .image {
    display: block;
    height: 100%;
    object-position: center;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  #style_one .cta .cta-content-wrapper {
    padding: 5rem;
  }

  #style_one .cta .cta-content-wrapper .cta-content {
    max-width: 740px;
  }
}
