html{
  overflow-x:hidden;
}
body{
  overflow-x:hidden !important;
}
.banner-wt-form{
  position:relative;
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.banner-wt-form .inc-container {
  max-width: 1200px;
}

.banner-with-form-cols-holder {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-with-form-right {
  width: 100%;
  max-width: 449px;
}

.banner-with-form-right-inner {
  padding: 44px 59px 42px;
  border-radius: 10px;
  box-shadow: 0px 0px 55px #00000029;
}

.banner-with-form-left {
  width: calc(100% - 472px);
}

.banner-with-form-right-inner h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 34px;
}

.banner-with-form-right-inner form .hs-form-field > label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.banner-with-form-right-inner form .field .hs-input {
  border-radius: 5px;
  padding: 8px 1.25rem;
  background: transparent;
}

.banner-with-form-right-inner form .field {
  margin-bottom: 13px;
}

.banner-with-form-right-inner .hs_submit.hs-submit {
  margin-top: 24px;
}

.banner-with-form-right-inner .hs_submit.hs-submit input {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  text-transform: unset;
  padding: 12px;
}

.banner-with-form-left h6 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1.1px;
  font-size: 15px;
}

.banner-with-form-left h1 {
  font-weight: 700;
  font-size: 55px;
}

.pull-form .banner-with-form-right {
  margin-bottom: -172px;
  position: relative;
  z-index: 10;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
}
.modal--open {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  width: calc(100% - 40px);
  max-width: 767px;
}

.modal {
  padding: 20px;
}

.close-button {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  background: rgba(33, 49, 77, 1.0);
  border-radius: 0px 15px 15px 15px;
  animation-name: floating;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  position: absolute;
  top: 20px;
  right: 34px;
  cursor: pointer;
  z-index: 99;
}

.close-button:hover {
  background: #000;
}


.modal-content * {
  width: 100%;
  max-width: 100% !important;
  max-height: unset !important;
}
.pop .banner-with-form-left {
  width: 100%;
  max-width: 700px;
}

.pop .banner-with-form-left a.trigger {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 14px 40px;
  margin-top: 20px;
  font-weight: bold;
  transition: all .2s ease;
}

.pop .banner-with-form-left a.trigger:hover {
  transform: translateY(-3px);
}

.pop.pull-form .banner-with-form-right {
  margin-bottom: 0;
  margin: 0 auto;
}

.modal {
  max-height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width:991px){
  .banner-with-form-left h1 {
    font-size: 35px;
  }
  .banner-with-form-left {
    width: 46%;
  }

  .pull-form .banner-with-form-right {
    width: 50%;
  }

  .banner-with-form-right-inner {
    padding: 30px;
  }
}
@media (max-width:767px){
  .banner-with-form-left h1 {
    font-size: 32px;
  }

  .banner-with-form-cols-holder {
    flex-direction: column;
  }

  .banner-with-form-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .pull-form .banner-with-form-right {
    width: 100%;
    max-width: 100%;
    max-width: 600px;
  }

  .banner-with-form-right-inner {
    padding: 30px;
  }
}