.exec-pdf-form-container {
  position: relative;
  padding: 72px 0;
  margin-top: 72px;
}

.pdf-form-row {
  position: relative; 
}

.pdf-form-container {
  margin: 2em 0 0 0;
  padding-top: 0;
  position: relative;
}

.pdf-form-column p {
 color: #fff; 
}

@media screen and (max-width: 991px) {
  .pdf-form-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.pdf-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #29233B;
  background-image: url('https://www.circle.com/hubfs/executive-insights/web/exec-insights-takeaways-bg.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  z-index: -1;
}

.pdf-report-image {
  position: absolute; 
  right: 0;
}

.pdf-report-image img.report-img {
  width: 100%;
  max-width: 376px;
  height: auto;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.pdf-download-form .legal-consent-container p,
.pdf-download-form .legal-consent-container p a,
.pdf-download-form .hs-form .hs-form-field label {
 color: #fff; 
}

.pdf-download-form .submitted-message {
 color: #fff; 
}

.pdf-download-form .legal-consent-container p {
 margin-bottom: 16px; 
}

.pdf-download-form .legal-consent-container p a {
 text-decoration: underline; 
}

@media (max-width: 767px) {
  .pdf-report-image {
    display: none;
    /* position: relative; 
    right: 0;
    padding-bottom: 32px; */
  }
  
  .pdf-form-row {
    padding: 72px 0; 
  }
  
  .exec-pdf-form-container {
   padding: 0; 
  }
  
  .exec-pdf-form-container {
    margin: 0;
  }

}


/* Form CSS */
.hs-dependent-field {
  padding-top: 12px;  
}

.legal-consent-container .hs-dependent-field {
  padding-top: 0px;  
}

.input-container {
  background-color: #F8F8FA;
  padding: 14px 12px 14px 5px;
  position: relative;
  display: block;
  flex-wrap: wrap;
  min-height: 40px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
}

.input-container::after {
  content: '';
  border: solid #8656ef;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg) translateY(0px) translateX(10px);
  position: absolute;
  right: 18px;
  top: 16px;
}

.hs_country {
  margin-bottom: 16px
}

.search-input {
  background: transparent;
  border: none;
  padding-left: 8px;
  position: absolute;
  top: 17px;
}

.search-input:focus {
  outline: none;
}

.search-input::placeholder {
  color: #4E4763;
}

.top-selected {
  font-size: 18px;
  padding: 2px 17.5px 2px 8px;
  margin: 2px;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.top-selected:last-child {
  margin-right: 0;
}

.item-select {
  padding: 8px;
}

.item-select:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}

.selected {
  background-color: #e6f7ff;
}

.selected:hover {
  background-color: #e6f7ff;
}

.dropdown {
  display: none;
  max-height: 0;
  transition: .2s all;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  font-size: 16px !important;
  width: 100%;
  z-index: 3;
  overflow-y: scroll;
  border: 1px solid #e5e5e5;
}

.dropdown-active {
  display: block;
  max-height: 200px;
  opacity: 1;
}

.hs_country .input {
  display: none;
}

.hs_country__demo_ {
  display: none; 
}

@media (min-width: 767px) {
  .m-new {
    font-size: 46.18px;
    font-weight: 900;
    letter-spacing: -0.77px;
    line-height: 44px; 
  }
}

@media (min-width: 992px) {
  .pdf-form-container {
    margin: 0px;
  }
}

{# email validation #}
.hs_email.generic .hs-input {
  border: 1px solid transparent;
}

.warning-msg {
  color: #3D3652 !important;
  margin-bottom: 0 !important;
  font-size: .694em !important;
  position: relative !important;
  text-transform: none !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-style: initial;
  display: inline-block;
}

@media (max-width: 576px) {
  .one-pagers-lp .subhead h2 {
    font-size: 32.44px;
    font-weight: 900;
    letter-spacing: -0.54px;
    line-height: 32px;
  }
}

@media (min-width:600px) {
  .form-columns-2 .hs-form-field {
   width: 47.5% !important; 
  }
}

.pdf-download-form .hs-form .hs-input[type="email"] {
  border: 1px solid #fff;
  background-color: #fff;
}

.exec-pdf-form-container .legal-consent-container .hs-richtext {
  color: #fff;
  margin-bottom: 24px;
}

.hs-content-id-120396019855 .legal-consent-container .hs-richtext {
 font-size: 12.5px !important; 
}