section.hero {
  padding: 6vw 0;
  overflow: hidden;
  position: relative;
}
.double-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
    z-index: 333;
}

section.hero h1 {
  max-width:450px;
}

section.hero p {
  color: white;
  font-size: 18px;
  text-align: left;
  line-height: 28px;
      margin-bottom: 40px;
}

section.hero .tagline {
  margin-right: 150px;
}

section.hero .cta-holder {
  display: flex;
  align-items: center;
}

section.hero .cta-holder .primary-cta {
  margin-right: 30px;
}

section.hero .cta-holder .secondary-cta .mobile {
  display: none;
}

section.hero .cta-holder .secondary-cta svg {
  margin-left: 5px;
}

section.hero .cta-holder .image_cta {
  max-width: 158px;
}

section.hero .img-holder {
  position: relative;
  display: flex;
  justify-content: flex-end;
      height: 515px;
}

section.hero .img-holder> img.move {
  position: absolute;
}

section.hero .percentage-box {
     background: rgb(255 255 255 / 75%);
    padding: 14px 10px;
    padding-right: 22px;
    border-radius: 20px;
    position: absolute;
    display: flex;
    align-items: center;
    box-shadow: 20px 20px 20px #00000029;
}

section.hero .percentage-box .percentage-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

section.hero .percentage-box .percentage-holder span {
  font: normal normal normal 18px/9px Helvetica Now Display;
letter-spacing: 0px;
color: #201641;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.hero .percentage-box p {
  margin-bottom: 0;
  font: normal normal bold 18px/18px Helvetica Now Display;
letter-spacing: 0px;
color: #201641;
}

#pie-chart {
  display: flex;
}
@media (max-width: 1185px) {
  section.hero video {
    height: 100%;
    width: unset;
  }
}
@media (max-width: 768px) {
  .double-grid {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  section.hero {
    padding: 50px 0;
    background-position: bottom center !important;
    background-size: cover !important;
  }
  
  section.hero h1 {
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  
  section.hero .tagline {
    margin-right: 0;
  } 
  
  section.hero .cta-holder .secondary-cta {
    text-decoration: none;
  }
  
  section.hero .cta-holder .secondary-cta .desktop {
    display: none;
  }
  
  section.hero .cta-holder .secondary-cta .mobile {
        display: block;
    width: 100%;
  }
  
  section.hero .img-holder {
    justify-content: flex-start;
    height: unset;
  }
  
  section.hero .img-holder img.move {
    width: 100%;
    position: unset;
  }
  
  section.hero .cta-holder {
    margin-top: 0px;
    justify-content: center;
  }
  section.hero .percentage-box {
    left: unset !important;
    right: 20px;
}
  section.hero .percentage-box .percentage-holder span {
    font-size: 22px;
  }
  
  section.hero .percentage-box p {
    font-size: 15px;
    line-height: 1.5;
  }
  
}
.form-pop {
  display: none;
  position: fixed;
  background-color: rgba(33, 23, 75, 0.9);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
      z-index: 9;
}

.form-holder {
  background-color: white;
  border-radius: 20px;
  padding: 20px 40px 40px;
  margin: auto;
  max-width: 70%;
  position: relative;
  top: 10%;
  max-height: 80%;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
overflow-x: auto;
}

.closeButton {
  text-align: right; 
  position: relative;
  left: 100%;
  top: 10px;
  cursor: pointer;
  top: 0;
}

.form-holder h3 {
  margin-bottom: 15px;
}

.form-holder label, .form-holder .hs-form-required {

}

.form-holder input, .form-holder select{
  border: none;
  background-color: rgba(224, 236, 253, 40%);
  height: 48px;
  color: #393939;
}
.form-holder input::placeholder,.form-holder textarea::placeholder{
  color: #b2b4b9;
}
.form-holder textarea {
  border: none;
  background-color: rgba(224, 236, 253, 40%);
  height: 79px;
  width: 100% !important;
}

.form-holder select{
  color:#393939;
}
.form-holder select option:disabled {
  color: #b2b4b9;
}

.form-holder select option {
  color: #21174B;
}

.form-holder .hs-button {
  height: auto;
  opacity: 1 !important;
    color: white !important;
    border-radius: 21px;
    padding: 10px 24px;
    text-decoration: none;
    font-size: 16px;
    background-color: #ff3eb5;
  font-weight: bold;
}
.form-holder .hs-button.primary-cta{
  opacity:1;
  color:white;
}
.form-holder .hs-button:hover{
  background: #FF40B480;
    text-decoration: none;
}

.form-holder fieldset.form-columns-2 .hs-form-field:not(:last-child) > .input {
  margin-right: 30px;
}

.form-holder hr {
  display: none;
}

.form-holder form label {
  font-family: 'Helvetica Now Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #525252;
}

.form-holder .legal-consent-container p {
  font-family: 'Helvetica Now Display';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px; 
}

.form-holder .legal-consent-container a {
  color: #FF3EB5; 
  font-family: 'Helvetica Now Display';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px; 
}

.form-holder .primary-cta {
  border: 0 !important;  
  box-shadow: none;
}


@media(max-width: 767px) {
  .form-holder {
    padding: 40px; 
    width: 90%;
    max-width: 90%;
  }
}


@media screen and (max-width: 480px) {
  .form-holder {
    height: 90%;
    top: 5%;
    overflow-y: scroll;
    max-height: 90%;
  }
  
 .form-holder fieldset.form-columns-2 .hs-form-field:not(:last-child)>.input {
   margin-right: 0 !important;
   width: 100%:
  }
  
  .form-holder fieldset.form-columns-2 .input {
    margin-right: 0 !important;
    width: 100%;
  }
  
  .form-holder fieldset .hs-input {
    width: 100% !important; 
  }
}