.quotes-carousel{
  background: linear-gradient(#283582, #3c83b7);
  position:relative;
  min-height: 30vh;
  padding-top: 170px;
  padding-bottom: 50px;
}
.banner-content-wrapper{
  position: relative; 
}
.back-sections{
  background: url("https://5741638.fs1.hubspotusercontent-na1.net/hubfs/5741638/Nimbus%20Circles-1.svg");
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  opacity: .5;
}
.back-section-1{
  background-position: -8% 41%;
  background-size: 61%;
}
.back-section-2{
  background-position: 130% -454%;
  background-size: 67%;
}
.divide-speech-content{
  padding: 0;
  width: 80px;
  background: #FCB316;
  height: 2px;
  margin-left: 40px;
  margin-bottom: 15px;
}
.after-speech-content{
  margin-left: 40px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.q-section {
  background-size: cover;
  background-position: right;
  border-radius:20px;
  overflow:hidden;
  padding:24px;
  max-width: 600px;
  margin: 0 auto;
  gap: 6%;
  position: relative;
}  
.form-wrapper,.left-wrapper{
  padding: 20px; 
}
@media (min-width: 769px){
  .left-wrapper{
    padding-right: 70px;
  } 
}
.form-container{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 50px #1E272B; 
  border-radius: 25px;
  padding: 2em 2.5em;
  position: relative;
}
.form-container h2{
  font-size: 40px; 
}
.form-container p{
  font-size: 20px; 
}
.left-container{
  color: #fff!important;
  padding: 2em 1em; 
}
@media (max-width: 768px){ 
  .left-container{
    padding: 0;
  }
  .partner-logos{
    margin: 1em 0; 
  }
}
.left-container h2{
  color: #fff!important; 
  font-size: 40px;
}
.left-container li::marker {
  content: '▶  ';
  color: #fff;
  font: Arial;
}
.left-container li {
  font-family: 'Red Hat Display'!important;
  font-weight: bold;
  font-size: 20px;
  line-height: 38px;
}
.left-container p{
  font-family: 'Red Hat Display'!important;
  font-size: 20px;
}
form label, .hs-form label span{
  text-align: left;
  font-family: 'Red Hat Text'!important;
  font-size: 16px;
  color:#1B2022;
  font-weight: 600;
}
form .hs-button, form input[type=submit] {
  font:  16px/18px Red Hat Display
}
form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
  border: none;
}
.banner-with-form h2{
  margin-bottom: 24px; 
}
.banner-with-form p{
  margin-bottom: 40px; 
}
.banner-with-form ul{
  padding-left: 1.5rem;
  margin-bottom: 40px;
}
.banner-with-form .hs-form-required{
  display: none; 
}
.banner-with-form form label {
  padding-bottom: 10px; 
}
.banner-with-form form .legal-consent-container .hs-richtext p {
  font-size: 12px;
  font-family: 'Red Hat Text';
}
.banner-with-form form .hs-button, .banner-with-form form input[type=submit] {
  font: 16px/18px Red Hat Display;
  font-weight: 500;
  padding: 16px 29px!important;
}
.banner-with-form .form-container .card-indicator{
  border-radius: 9px;
  bottom: 6px;
  height: 18px;
  left: calc(50% - 40px);
  position: absolute;
  width: 80px;
} 
.nimbus-2023-global-curved-banner-with-form .form-wrapper{
  background: none;
  box-shadow: none;
}
@media (max-width: 480px){
  .hs_submit .actions { 
    text-align: center;
  }
  .form-wrapper, .left-wrapper {
    padding: 25px;
  }
  .quotes-carousel {

    padding-top: 40px;
  }
}
.submitted-message{
  font-family: 'Red Hat Text';
  font-size: 20px;
}
}
@media (min-width: 1025px){
  .partner-logos:nth-of-type(1){
    background-size: 146px!important; 
  }
  .partner-logos:nth-of-type(3){
    background-size: 113px!important; 
  } 
}
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait) {
    .partner-logos{
      background-size: contain!important;
    }
}