input::placeholder, textarea::placeholder, select::placeholder {
	color:#959595!important;
}

.two-col-img-and-text {
	display:flex;
	align-items:center;
	gap:20px;
	padding-bottom:20px;
}

.two-col-img-and-text .text-col, .two-col-img-and-text .img-col {
	flex-basis:50%;
}

.top-form-hero {
min-height:224px;
	margin-top:104px;
}

.top-form-hero .top-form-title {
	padding-top:126px;
	color:#fff;

}

.formSection h3.title {
	padding-bottom:24px;
}


.formSection .container, .top-form-hero .container {
max-width:1160px;
}
.formWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


.formTitle {

}
.formTitle * {
  color: color: var(--main-text-color);
  margin: 0px;
  font-size:22px;
}
::-webkit-input-placeholder { /* Edge */
  color: var(--main-text-color);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--main-text-color);
}

::placeholder {
  color: var(--main-text-color);
}
.formContainer .hs-form-field{
  margin-top: 8px; 
  margin-bottom: 8px; 
}

.formContainer input[type="text"], .formContainer input[type="email"], .formContainer input[type="tel"], textarea {
  margin-top: 5px;
  width: 100%!important;; 
  box-sizing: border-box; 
  height: 40px; 
  padding-left: 10px;  
}
textarea {
  height: unset;
}
.formContainer select {
    box-sizing: border-box;
	margin-top:5px;
    width: 100%!important;
    height: 40px;
    font-weight: 500;
    padding: 0 0 0 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M14 5L7.74695 11.253L1.4939 5' stroke='%23303030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: 95%;
    background-repeat: no-repeat;
}
.formContainer ul {
    list-style: none; /* Remove default bullets */
    padding:0px;
}
.hs-submit {
    margin-top:20px;
}

.hs-input[type="radio"]{
	appearance:none;
    width:20px!important; 
    height: 20px!important;
    margin-bottom: 2%;
    background-color: #D3D3D3;
 border-radius: 7px;
    margin-right: 10px;
}

input[type="radio"]:checked {
  background-color:#FF6400;
}
input[type="checkbox"]{
    width:24px!important; 
    height: 24px !important; 
    margin-bottom: 2%;
    background-color: #D3D3D3;
  
    margin-right: 10px;
    -webkit-appearance: none;
    border-radius: 7px;
    display: inline-block;
    position: relative;
}
input[type="checkbox"]:checked:after {
       content: '';
    position: absolute;
    left: 0px;
    border-radius: 7px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    height: 24px;
    background-color: #FF6400;
	
}


.formContainer .formTitle, .formContainer .formSubtitle {
	font-family: 'Roboto Slab';
	font-weight:700;
	
}


.landerHeaderForm label span.hs-form-required{
   color:var(--primary-blue);
}

.legal-consent-container .hs-form-booleancheckbox-display>span ,.legal-consent-container .hs-form-booleancheckbox-display p   {
	font-weight:400;
  font-size:16px;
  color:var(--main-text-color);
}


.hs-form-checkbox label ,.hs-form-radio label{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  color:var(--main-text-color);
   font-weight:400;
}
.hs-form-checkbox label span , .hs-form-radio label span{
  display:flex;
  flex:1;
color: var(--Almost-Black, #303030);
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.hs-richtext p {
   color:var(--main-text-color);
   font-weight:400;
}

.hs-form fieldset{
  max-width:100% !important;
   
}
.no-list.hs-error-msgs.inputs-list {
margin-top:5px;
	margin-bottom:0;
}
.hs-error-msg.hs-main-font-element {
	color: #F00;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.hs-input.invalid.error {
	border: 1px solid #FF0000;
}

.hs-fieldtype-checkbox label, .hs-fieldtype-radio label {
    font-weight: 700;
	align-items:center;
    text-transform: capitalize;
}
.hs-form-checkbox label span, .hs-form-radio label span {
    display: flex;
    flex: 1;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: capitalize;
}
.hs-main-font-element{
  color:var(--primary-blue);
  font-size:14px;  
}

.legal-consent-container .hs-richtext {
  color: var(--Almost-Black, #303030);
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
@media (min-width:1050px) {
	.top-form-hero .top-form-title {
	max-width:600px;
		padding-bottom:40px;
}
}
@media screen and (max-width: 991px){
	.two-col-img-and-text .img-col img {
		    width: 100%;
    max-width: 500px ! Important;
	}
	
	.two-col-img-and-text { 
		flex-wrap:wrap;
	}
	.two-col-img-and-text .text-col, .two-col-img-and-text .img-col {
flex-basis:100%;
	}
	.formContainer {
margin-top:0!important;
	}
	
  fieldset.form-columns-2 .input {
    margin-right:8px !important;
  }
 
  .formContentWrapper {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
.bubble-container {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 80px;
}
.formSection .info-bubble {
  border-radius: 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
  color: white;
  padding: 60px;
  text-align: center;
}
.info-bubble .title {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 26.4px */
  margin-bottom: 16px;
}
.info-bubble .text {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 991px) {

  .bubble-container {
    gap: 20px;
    margin-top: 50px;
  }
  .formSection .info-bubble {
    padding: 20px;
  }
}

.bubble-container a {
  --border-width: 2px;
  --bottom-distance: -6px;
  background-image: linear-gradient(white, white);
  background-position: 0 calc(71% - var(--bottom-distance));
  background-repeat: no-repeat;
  background-size: 0 var(--border-width);
  transition: background-size .2s;
  text-decoration: none;
}
.bubble-container a:hover {
  background-size: 100% var(--border-width);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .formWrapper {
    padding-top: 40px !important;
  }

}