/* TEMP */
.lp-banner-form-rightform form select,
.formModal select,
.modal select {
  background: #fff !important;
}
.lp-banner-form-rightform .legal-consent-container label, .lp-banner-form-rightform .legal-consent-container p {
  color: var(--color-paragraph-light);
}
/* end of TEMP */


/* @import url('http://example.com/example_style.css'); */
:root {
  --color-alert: #EF3F7F;
  --color-placeholder: #B7BDC9;
  --input-border-radius: 0;
}

.hs-form-field {
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative;
}

.hs-form-field label,
.modal-body form p,
.hs-form .hs-richtext {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
  bottom: 0;
  color: var(--color-paragraph);
  transform: translate(0, 0) scale(1);
  transform-origin: bottom left;
  transition: all 150ms ease;
  position: relative;
  z-index: 1;
}
.hs-form .hs-richtext {
margin-bottom: 20px;
}
.hs-form-field label {
  display: inline-flex;
  align-items:center;
  justify-content: space-between;
  align-items: baseline;
}
.hs-input[type="text"], .hs-input[type="email"], .hs-input[type="tel"], input[type="password"], select.hs-input  {
  border: none;
  border: 2px solid transparent;
  color: #555;
  -webkit-appearance: none;
  font-size: 1.1rem;
  position: relative;
  padding: 0 15px;
  min-height: 3.2rem;
  border-radius: var(--input-border-radius);
  width: 100%!important;
}
.iti--allow-dropdown {
  width: 100%;
}

.hs-input:focus {
  outline: 0 none;
  border-bottom-color: var(--bg-color-grey);
}
.hs-input.error {
  border-bottom-color: var(--color-alert);
}
.legal-consent-container {
  margin-bottom: 50px;
  padding-top: 5px;
}
.legal-consent-container label,
.legal-consent-container p,
.hs-form .hs-richtext {
  color: var(--color-paragraph);
  font-size: 0.9rem!important;
}
.legal-consent-container ul {
  list-style: none;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 16px!important;
  
}
.legal-consent-container .hs-fieldtype-booleancheckbox:has(.hs-error-msgs) .input .hs-input {
 border: 2px solid var(--color-alert);
}
.legal-consent-container .hs-fieldtype-booleancheckbox:has(.hs-error-msgs) {
    margin-bottom: 20px!important;
}
.request-a-demo__form fieldset {
  max-width: 100%!important;
}
.form-columns-1 .hs-input.hs-fieldtype-intl-phone {
  width: 100%!important;
}

.add-phone {
  color: var(--color-primary);
  cursor: pointer;
  padding: 5px 0;
  margin-bottom: 15px;
}
/*.phone-number-why {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--color-primary);
  cursor: pointer;
  font-size: 0.9rem;
}*/
.hs_error_rollup {
  display: none;
}
.hs-form .hs-error-msgs {
    position:absolute;
    bottom: -25px;
    right:0;
    padding:0;
    margin:0;
    list-style-type:none;
    height: 26px;
    display: flex!important;
    align-items: center;
}
.hs-form .hs-error-msgs .hs-error-msg{
  display:block;
  color:var(--color-alert);
  font-size:  0.8rem;
  margin:0;
  text-align: right;
  line-height: 1.1;
}
.hs-form .hs_consent .hs-error-msgs {
  position: static;
}
.formModal .submitted-message p,
.modal .submitted-message p {
    text-align: center;
    max-width: 420px;
    margin: 0 auto 50px auto;
}
.hs_job_function_2 .hs-error-msgs,
.legal-consent-container .hs-error-msgs {
  bottom: -16px;
}
.legal-consent-container .hs-error-msgs {
  left:0;
}
.hs-fieldtype-radio {
margin-bottom: 15px;
}
.inputs-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.hs-form-radio {
  display: inline-block;
}

.hs-form-radio input[type="radio"]{
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0;
}

.hs-form-radio label.hs-form-radio-display span {
  display: block;
  background-color: #FFFFFF;
  padding: 5px 9px;
  font-size: 1rem;
  border-radius: var(--input-border-radius);
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease
}
.hs-form-radio label.hs-form-radio-display span:hover,
.hs-form-radio .hs-input:focus + span {
  background-color: var(--bg-color-grey);
}
.hs-form-radio .hs-input:focus + span {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.hs-form-radio label.hs-form-radio-display input[type="radio"]:checked + span {
  background-color: var(--color-paragraph);
  color: #FFFFFF;
}




.hs-form-booleancheckbox label {
  --background: #fff;
    --border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: #1E2235;
    --tick: #fff;
    --stroke: var(--tick);
    display:inline-block;
    position: relative;
}

  
  
.hs-form-booleancheckbox input,
.hs-form-booleancheckbox svg {
        width: 21px!important;
        height: 21px;
        display: block;
    }

.hs-form-booleancheckbox input {
-webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 0);
  -webkit-transition:  box-shadow .3s ease;
    transition:  box-shadow .3s ease;
    box-shadow: inset 0 0 0 var(--s, 0px) var(--b, var(--border));
  float: left;
}
.hs-form-booleancheckbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
}

.hs-form-booleancheckbox input:focus,
.hs-form-booleancheckbox input:hover {
  --background: var(--bg-color-grey-lightest);
    z-index: 1;
}
.hs-form-booleancheckbox input:focus {
  --background: var(--bg-color-grey);
}
.hs-form-booleancheckbox input:checked {
  --b: var(--color-paragraph);
  --s: 11px;
  z-index: 0;
}
.hs-form-booleancheckbox input:checked,
.hs-form-booleancheckbox input:checked + svg {
  -webkit-animation: bounce 0.4s linear forwards 0.2s;
  animation: bounce 0.4s linear forwards 0.2s;
  transform: scale(1);
}


.hs-form-booleancheckbox label > span {
  padding-left: 25px;
  cursor: pointer;
}



.hs-fieldtype-select .is-placeholder {
  /*color: var(--color-alert);*/
}
select.hs-input,
.formModal select.hs-input,
.modal select.hs-input {
  cursor: pointer;
  background-color: transparent!important;
  border-bottom-color: var(--color-paragraph);
  padding-left: 0;
  border-radius: 0;
}
/*select.hs-input option[disabled] {
  font-size: 0.9rem;
}*/
.iti__country {
  font-size: 0.9rem;
}
.iti__flag-container {
  padding: 0;
}
.iti__selected-flag {
  padding: 0 10px 0 15px;
}
.iti__arrow {
  margin-left: 10px;
}
.hs-fieldtype-select .input:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
    bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: var(--color-paragraph);
}


.bg--dark.request-a-demo-body .submitted-message p {
  color: #fff;
}
.bg--dark.request-a-demo-body .submitted-message {
  padding: 30px;
  background: rgb(79 6 79);
}
.request-a-demo-body .request-a-demo__form {
    display: flex;
    align-items: center;
}
/*
.hs-fieldtype-select .input {
  position: relative;
}
.hs-fieldtype-select .input:before,
.hs-fieldtype-select .input:after {
  --arrow-right: 25px;
    content: "";
    height: 10px;
    width: 0px;
    display: inline-block;
    border-left: 2px solid var(--color-paragraph);
    position: absolute;
    right: var(--arrow-right);
    top: 50%;
}
.hs-fieldtype-select .input:before {
      transform: rotate(-45deg) translateY(-50%);
}
    
.hs-fieldtype-select .input:after {
      transform: rotate(45deg) translateY(-50%);
    right: calc(var(--arrow-right) + 1px);
}*/
.hs-fieldtype-select select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'><path d='M225.813 48.907L128 146.72 30.187 48.907 0 79.093l128 128 128-128z' fill='var(--color-paragraph)/></svg>");
  /*background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='var(--color-paragraph)'/></g></svg>");
  */
  background-repeat: no-repeat;
  background-position: right 7px top 60%;
}/*
.hs-form-booleancheckbox label > span:before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background-color: #e2e4ec;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .12s,border-color .08s;
}
.hs-form-booleancheckbox input {
  clip: rect(1px, 1px, 1px, 1px);
  	padding: 0;
  	border: 0;
  	height: 1px;
  	width: 1px;
  	overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.hs-form-booleancheckbox input:checked + span:after {
	content: "";
    position: absolute;
    top: 0;
    left: 4px;
  	width: 3px;
  height: 8px;  
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
  	border-color: #212121;
}
.hs-form-booleancheckbox input:focus:not(:focus-visible) { 
	outline: none;
}
.hs-form-booleancheckbox input:focus + span {
	outline: dashed 2px lightgrey;
	outline-offset: 5px;
}	*/

/*
.formModal .modal-content .formModal__close:hover{
    color:#ef3f7f;
    text-shadow:0 1px 0 #2974c4
}
.formModal .modal-content .formModal__close:active,.formModal .modal-content .formModal__close:focus{
    outline:none
}*/



.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding-left: 62px;
}


.hs-button {
  width: 100%;
}
/*
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: var(--color-primary-dark);
}*/
.hs-form-required {
  display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--color-placeholder);
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--color-placeholder);
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--color-placeholder);
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--color-placeholder);
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid transparent;
  -webkit-text-fill-color: var(--color-paragraph);
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}



.hs-form .hs-fieldtype-phonenumber .input { position: relative; }
.hs-form .hs-input.hs-fieldtype-intl-phone:before { content: '';  background: var(--bg-flag) center no-repeat; filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.26)); height: 100%; left: 18px; position: absolute;  top: 0; width: 20px;}

.hs-form .hs-input.hs-fieldtype-intl-phone select { 
  color: white;  
  cursor: pointer; 
  font-size: 0;
  max-width: 75px!important;
}
.hs-form .hs-input.hs-fieldtype-intl-phone select option { 
  font-size: initial; 
  color: initial;
}
.hs-form .hs-fieldtype-intl-phone.hs-input input { width: calc(100% - 75px - 15px)!important; }
</style>







.add-phone {
  display: inline-block;
  position: relative;
}
.add-phone:hover {
  color: var(--color-primary);
}
.add-phone__why {
  display: inline-block;
  background-image: url(https://4022333.fs1.hubspotusercontent-na1.net/hubfs/4022333/Icons/icon-question-circle_01.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}
.add-phone .remove-phone {
  display: none;
  position: absolute;
  right: 0;
  top: 5px;
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  width: 40px;
  cursor: pointer;
  z-index: 1;
}
.add-phone.active {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.add-phone.active .add-phone__text {
  display: none;
}
.add-phone.active .remove-phone {
  display: block;
}


.tooltipp {
  max-width: 230px;
  width: 100vW;
  padding: 8px 12px;
  text-align: left;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 40%);
  /*font-weight: 400;*/
    line-height: 1.4;
  z-index: 100;
  cursor: default;
}
.tooltipp a {
  color: var(--purple-haze);
  display: inline-block;
}

.active-click .tooltipp {
  display: block;
}