/* Hero texts */
.widget-lp-hero {
    margin-bottom: 50px;
}

.widget-lp-hero .b-hero-lp p.lead {
    font-size: 15px;
    line-height: 26px;
}
.widget-lp-hero .testimonial blockquote {
    font-size: 14px;
    line-height: 23px;
}
.widget-lp-hero .testimonial .img-wrap {
    max-width: 90px;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 768px){
        
    .widget-lp-hero .c-h1-secondary {
        font-size: 60px;
        font-weight: 600;
        margin-bottom: 35px;
    }
    .widget-lp-hero .b-hero-lp p.lead {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 45px;
    }
    .widget-lp-hero .testimonial blockquote {
        font-size: 19px;
        line-height: 30px;
    }
    .widget-lp-hero .b-hero-lp p.lead.c-ads-lead-p{
        color: #666;
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .widget-lp-hero .b-hero-lp h1.c-h1-secondary.c-ads-h1{
        font-size: 65px;
        line-height: 75px;
        font-weight: 700;
    }

}
/* Review companies */
.widget-lp-hero .reviews-logo {
    margin-bottom: 40px;
}
.widget-lp-hero .review-company .company-logo {
    max-height: 58px;
    height: 58px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.widget-lp-hero .review-company img {
    display: block;
    margin: 0 auto;
}
.widget-lp-hero .review-company p {
    font-size: 16px;
    line-height: 36px;
}

@media screen and (max-width: 767px){
    
    .widget-lp-hero .reviews-logo {
        margin-bottom: 10px;
    }
    .widget-lp-hero .review-company img {
        max-height: 40px;
    }
    .widget-lp-hero .review-company p {
        font-size: 13px;
        line-height: 20px;
    }
}

/* Form */
.widget-lp-hero .lp-form {    
    padding: 50px 30px;
    max-width: 100%;
    width: 512px;
    background: #272742;
    border-radius: 4px;
    float: none;
    margin: 30px auto;
}

@media screen and (min-width: 992px){  
    .widget-lp-hero .lp-form {  
        float: right;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px){        
    .widget-lp-hero .lp-form {    
        padding: 30px 20px;
    }
}
@media screen and (min-width: 768px){
    .widget-lp-hero .lp-form .hs-input:not([type="checkbox"]) {    
        height: 60px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px){
    .widget-lp-hero .lp-form .form-heading {    
        font-size: 21px;
        line-height: 30px;
    }
}

.widget-lp-hero .lp-form .form-heading {    
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}
.widget-lp-hero .lp-form .hbspt-form form .hs_submit input[type="submit"] { 
    background: #89FFB8;
    color: #272742;
    font-size: 24px;
    line-height: 36px;
}
.widget-lp-hero .legal-consent-container {
    margin-bottom: 30px;
}

.widget-lp-hero .legal-consent-container p, .widget-lp-hero .legal-consent-container a, 
.widget-lp-hero .legal-consent-container .hs-form-booleancheckbox-display span p a {
    color: #ffffff;
}
.widget-lp-hero .legal-consent-container .hs-form-booleancheckbox-display span p a {
    text-decoration: underline;
}


/* Form fields label */
.hs-form-field {
    position: relative;
}
.hs-form-field > label {
      display: block;
      position: absolute;
      top: 12px;
      color: #272742;
      font-size: 15px;
      transform: translate(0, 5px) scale(1);
      transform-origin: bottom left;
      transition: all 150ms ease;
      z-index: 1;
}

@media screen and (min-width: 768px){
    .hs-form-field.hs-fieldtype-select select,
    .hs-form-field > label {
        font-size: 18px;
        font-weight: 500;
    }
    
    .hs-form-field > label {
        transform: translate(0, 11px) scale(1);
    }
}
ul.no-list.hs-error-msgs.inputs-list,
.legal-consent-container .hs-error-msgs label {
    color: #ffaaae;
    font-size: 12px;
}
.hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
}
.hs-submit input[type="submit"] {
    transition: all 0.2s ease;
}
.hs-submit input[type="submit"]:hover {
    opacity: 0.79;
}
.hs-form-field.hs-fieldtype-text.active > label,
.hs-form-field.hs-fieldtype-select > label {
    transform: translate(0, -0.5rem) scale(0.65);
    opacity: 0.7;
}
  
.hs-input {
    width: 100%;
    position: relative;
}
input.hs-input:focus::placeholder {
    color: transparent;
}
input.hs-input:focus::-webkit-input-placeholder { color:transparent; }
input.hs-input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input.hs-input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input.hs-input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.hs-input:focus {
    outline: 0 none;
}

/**
* CENTERED LANDING PAGE HERO STYLES
**/

.centered-lp-hero.widget-lp-hero{
    padding-top: 50px;
}
.centered-lp-hero .reviews-logo{
    margin-top: 40px;
}

.centered-lp-content{
    z-index: 2;
}

.centered-lp-hero .centered-vector-left{
    width: 100%;
    max-width: 275px;
    left: 0;
    z-index: 0;
    position: absolute;
}

.centered-lp-hero .centered-vector-right{
    width: 100%;
    max-width: 285px;
    right: 0;
    top: 8%;
    z-index: 0;
    position: absolute;
}

@media screen and (max-width: 601px){
    .centered-lp-hero .centered-vector-left,
    .centered-lp-hero .centered-vector-right{
        max-width: 200px;
    }
    .centered-lp-hero .centered-vector-right{
        top: 35%;
    }
}

.widget-lp-hero .hs-form-field select.hs-input,
.widget-lp-hero .hs-form-field input.hs-input {
    border: 0;
}
.widget-lp-hero .hs-input.hs-fieldtype-intl-phone input[type="tel"] {
    padding-top: 15px;
}

.elementor-widget-affise-lp-hero .hs-form-booleancheckbox-display input[type=checkbox]::before {  
    box-shadow: inset 1em 1em #ffffff;
    background-color: #ffffff;
}

.elementor-widget-affise-lp-hero .hs-form-booleancheckbox-display input[type=checkbox] {  
    border: 2px solid #ffffff;
}