.hbspt-form {
  width: 100%;
    padding: 0;
}

.hbspt-form form {
  width: 100%;
  margin: 0 auto;
}

.hbspt-form .input {
  margin-right: 0px !important;
}

.hbspt-form .hs-input {
  height: 50px;
  width: 100% !important;
  background: #e8e7eb;
  font-size: 14px;
  line-height: 18px;
  border-radius: 10px;
  padding: 4px 10px 4px 10px;
  border: none;
  color:#180D36;
  font-weight:400;
}

.hbspt-form .hs-input[type="checkbox"], .wk-hsptform-overlay .hs-input[type="checkbox"] {
  height: 14px;
  width: 16px !important;
  border-radius: 4px;
  margin-right: 6px;
}
.hbspt-form .hs-form-booleancheckbox .hs-input[type="checkbox"] {
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 1;
}
.hbspt-form .hs-form-booleancheckbox-display input[type="checkbox"]:not(:checked) + span:after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  margin-right: 12px;
  margin-top: 0px;
  border: 2px solid var(--weka-fuchsia);
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;	
}
.hbspt-form .hs-form-booleancheckbox-display input[type="checkbox"]:checked + span:after {
  content: '\2713';
  font-size:13px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid var(--weka-fuchsia);
  text-align:center;
  color:var(--weka-fuchsia);	
  display:block;
  margin-top: 0px;
  position: absolute;
  top: 0;
  font-weight:bold;
}


.hbspt-form input:focus, .hbspt-form select:focus, .hbspt-form textarea:focus {
  outline: none;
}

.hbspt-form .hs-error-msgs {
  color: #cc0000 !important;
  font-size: 10px !important;
  margin-bottom: 0px !important;
}

.hbspt-form ul.inputs-list {
  padding-left: 0px;
}

.hbspt-form .hs-error-msgs li {
  list-style: none;
  padding-left:4px;
}

.hbspt-form .hs-fieldtype-textarea.hs-input {
	height:80px;
}

.hbspt-form input[type=checkbox]  {
	display:none;
}


.hbspt-form .hs-form-booleancheckbox-display {
  margin-top: 10px;
  position: relative;
}

.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display p {
	margin-left:22px;
}

.hbspt-form .hs-form-booleancheckbox-display > span {
  color: #180D36;
  margin-left: 0px !important;
  font-size:10px;
  line-height:16px;
  font-weight:400;
}

.hbspt-form .hs-form-booleancheckbox-display > span a {
  color: #773dbe;
  font-weight:bold;
}

.hbspt-form .hs_submit input[type="submit"], .wk-hsptform-overlay .hs_submit input[type="submit"] {
  border-radius: 25px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 40px;
  margin-right: 15px;
  transition: all 0.2s ease-in;
  display: inline-block;
  text-align: center;
  background: linear-gradient(270deg, #eb00c0, #773dbe);
  color: #fff;
   border: 1px solid transparent;
  margin: 20px 10px;
}

.hbspt-form .hs_submit input[type="submit"]:hover, .wk-hsptform-overlay .hs_submit input[type="submit"]:hover {
    background: transparent;
    color: var(--wk-cta-color-opt2);
    border: 1px solid var(--weka-fuchsia);
}


.hbspt-form input:focus::placeholder {
  color: transparent;
}

.hbspt-form .hs-input:focus {
  border: 1px solid #773dbe;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.hbspt-form select.hs-input, .wk-hsptform-overlay select.hs-input {
    background: #e8e7eb url(../../../revamp/assets/images/small_down_arrow.png) 96% 20px;
  background-repeat:no-repeat;
  padding-left: 10px !important;
}

.hbspt-form select.hs-input {
  -webkit-appearance: none;
    -moz-appearance: none;
}

.hbspt-form .hs-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #746E86;
  opacity: 1; /* Firefox */
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hbspt-form .hs-input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #746E86;
}

.hbspt-form .hs-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #746E86;
}

.hbspt-form .labelup {
  color: #746E86;
  font-size: 10px;
  font-weight:400;
  position: absolute;
  padding-top: 2px;
  padding-left: 10px;
  line-height:18px;
}

@media screen and (max-width: 767px) {
.hbspt-form .hs-input[type="checkbox"] {
min-height:40px;
margin-top:-8px;
}


.hbspt-form .legal-consent-container .hs-form-booleancheckbox-display p {
	display:block;
}
	
}


/* Hubspot Form Overlay */
  
.wk-hsptform-overlay {
    opacity: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.wk-hsptform-overlay.active {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.wk-hsptform-overlay .hsptform-container {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background: var(--weka-light-gray);
}
.wk-hsptform-overlay .hsptform-container .embed-code{
    width: 860px;
    padding: 13px 40px;
    box-sizing: border-box;
}
.wk-hsptform-overlay .hsptform-container .hsptform-title {
  font-weight: 600;
  font-size: 24px;
  color: var(--wk-cta-color-opt2);
  text-align: left;
  padding: 20px 40px 0;
}
.wk-hsptform-overlay .hsptform-container .hbspt-embed-item{
    display: none;
}
.wk-hsptform-overlay .hsptform-box {
    position: absolute;
    z-index: 1002;
    top: 100px;
    margin-bottom: 50px;
    padding: 0 15px;
}

.wk-hsptform-overlay .wk-close {
    height: 30px;
    width: 30px;
    right: 10px;
    top: -35px;
}


.wk-hsptform-overlay .wk-close:before,
.wk-hsptform-overlay .wk-close:after {
    background: #fff;
}


/* new CSS */
.wk-hsptform-overlay .form-columns-1, .wk-hsptform-overlay .form-columns-2 {
max-width:100%;
}

.hbspt-form fieldset .hs-form-field, .wk-hsptform-overlay fieldset.form-columns-2 .hs-form-field, .wk-hsptform-overlay fieldset.form-columns-1 .hs-form-field {
	padding-left:10px;
	padding-right:10px;
	line-height:14px;
}

.wk-hsptform-overlay form {
    width: 100%;
    margin: 0 auto;
    padding:0 30px;
}



.wk-hsptform-overlay .hs-form-booleancheckbox-display {
  margin-top: 14px;
  width:100%;
}

.wk-hsptform-overlay .hs-form-checkbox-display span {
	margin-left: 16px;
    margin-right: 0px;
    display: inline-block;
    position: relative;
    padding-left: 4px;
	top:10px;
	padding-right: 16px;
    font-size: 12px;
}

.wk-hsptform-overlay label.hs-form-checkbox-display {
display:flex;
}

.wk-hsptform-overlay ul.inputs-list {
  padding-left: 2px;
  list-style-type:none;
  color:#180D36;
  font-size:14px;
  margin:6px 0 0 0;
}

.wk-hsptform-overlay ul.inputs-list li {
	display:inline-block;
}
.wk-hsptform-overlay ul.inputs-list li.hs-form-booleancheckbox {
	width:100%;
}

.wk-hsptform-overlay .legal-consent-container .field.hs-form-field {
	margin-bottom:0;
}

.wk-hsptform-overlay .hs_error_rollup .hs-error-msgs {
	margin-left:8px;	
	line-height:14px;
}

.wk-hsptform-overlay fieldset.form-columns-1 .hs-fieldtype-checkbox {
	color:#180D36;
	margin-top:10px;
	font-size:14px;
}
.wk-hsptform-overlay fieldset.form-columns-1 .hs-fieldtype-checkbox [type="checkbox"] {
	margin-top:10px;
}

.wk-hsptform-overlay fieldset.form-columns-1 .hs-fieldtype-checkbox > label{
  margin-bottom: 18px;
}


.wk-hsptform-overlay .hs-form-checkbox-display input[type="checkbox"]:not(:checked) + span:after {
    content: '';
    display: inline-block;
    font-size:13px;	
    height: 16px;
    width: 16px;
    border-radius: 4px;
    margin-left: -20px;
    position: relative;
    top: -15px;
    border: 2px solid var(--weka-fuchsia);
    transition: all 0.2s ease-in-out;
}

.wk-hsptform-overlay .hs-form-checkbox-display input[type="checkbox"]:checked + span:after {	
    content: '\2713';
    display:inline-block;
    font-size:13px;
    width: 16px;
    height: 16px;
    border: 2px solid var(--weka-fuchsia);
    text-align:center;
    color:var(--weka-fuchsia);	
    border-radius: 4px;
    margin-left: -20px;
    position: relative;
    top: -15px;
	font-weight:bold;
}


.tymsg {
    justify-content: center; 
    min-height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.submitted-message p {
  padding:10px 10% 0 10%;
  color:#000;
  line-height:26px;
  margin-bottom: 10px;
}
.submitted-message p a {
    color: #000;
    text-decoration: underline;
}
.submitted-message p a:hover {
    text-decoration: none;
}


  

@media (max-width: 1024px) {
	.wk-hsptform-overlay .hsptform-container .embed-code {
		width: 100%;
	}    
	.wk-hsptform-overlay .hsptform-container {
		margin:0;
	}

	.wk-hsptform-overlay .hsptform-container .hsptform-title {
		line-height: 30px;
    padding: 20px 25px 0;
    font-size: 22px;
	} 
	.wk-hsptform-overlay .hs-form-checkbox-display span {
		top:-6px;
		
	}
	.wk-hsptform-overlay .hs-input[type="checkbox"] {
		min-height:20px;
		margin-right:10px;
	}

}
@media (max-width: 767px) {
  .wk-hsptform-overlay form{
    padding: 0 15px;
  }

	.wk-hsptform-overlay ul.inputs-list li {
		display:block;
	}

	.wk-hsptform-overlay .hs-form-checkbox-display input[type="checkbox"] {
		min-height:20px;
		margin-right:10px;
	}

	.wk-hsptform-overlay .hs-form-checkbox-display span {
		top:-5px;
	}

	.wk-hsptform-overlay .legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"] {
		min-height:50px;
		margin-right:10px;
	}
	.wk-hsptform-overlay fieldset.form-columns-1 .hs-fieldtype-checkbox [type="checkbox"] {
		margin-top:0px;
	}


}

@media only screen and (max-height: 640px) and (orientation: landscape) {
    .wk-hsptform-overlay {
        padding-top: 30px;
    }
}
@media (max-width: 567px) {


}