::-webkit-input-placeholder {
    color: var(--c_neutral--300);
}

::-moz-placeholder {
    color: var(--c_neutral--300);
}

::-ms-input-placeholder {
    color: var(--c_neutral--300);
}

::placeholder {
    color: var(--c_neutral--300);
}

.hs-form a,
.cookie-policy-more a {
    color: var(--red);
}

.hs-form a:hover,
.hubspot-policy a:hover {
    color: var(--c_brand--800);
}

.hs-form .hs-form-field {
    position: relative;

    margin-top: 56px !important;
    margin-bottom: 0 !important;
}

.hs-form fieldset {
    width: 100%;
    max-width: unset !important;
}

.hs-form fieldset > div {
    margin-top: 56px !important;
    margin-bottom: 0 !important;
}

.hs-form .hs-error-msgs label {
    position: relative;

    transform: unset;

    color: var(--c_danger--700) !important;

    font-size: 14px;
    font-weight: var(--fw--light) !important;
    line-height: 20px;
}

.hs-form input,
.hs-form textarea {
    color: var(--color_gray_900);

    font-family: inherit;
}

.hs-form input.error,
.hs-form textarea.error {
    border: none;
    border-bottom: 1px solid var(--color_gray_900) !important;
}

.hs-form textarea {
    box-sizing: content-box;
    min-height: 23px;
    max-height: 184px;

    resize: none !important;
    word-break: break-all;

    field-sizing: content;
}

.hs-form input[type=email],
.hs-form input[type=tel],
.hs-form input[type=text],
.hs-form textarea {
    position: relative;
    z-index: 1;

    width: 100% !important;
    padding: 18px 0 9px !important;

    color: var(--color_gray_900);
    border: none;
    border-bottom: 1px solid var(--c_neutral--300);
    background: transparent;

    font-size: 16px;
    font-weight: var(--fw--light);
    line-height: 22px;
}

.hs-form input[type=email]:focus,
.hs-form input[type=tel]:focus,
.hs-form input[type=text]:focus,
.hs-form textarea:focus {
    border: none;
    border-bottom: 1px solid var(--color_gray_900);
}

.hs-form input.error,
.hs-form textarea.error {
    border: none;
    border-bottom: 1px solid var(--c_danger--700) !important;
}

.hbspt-form input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 0;

    border: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hbspt-form input[type="checkbox"]:before {
    position: absolute;
    top: 3px;
    left: 0;

    width: 24px;
    height: 24px;

    content: "";

    border: 1px solid var(--color_gray_900);
    background-color: transparent;
}

.hs-form .legal-consent-container input[type="checkbox"]:hover:before {
    background-color: rgba(255,255,255,0.05);
}

.hbspt-form input[type="checkbox"]:after {
    top: 1px;
}

.hbspt-form input[type="checkbox"].error:before {
    border: 1px solid var(--red);
}

.hbspt-form input[type="checkbox"].error ~ label.error {
    margin-top: 0 !important;
}

.hbspt-form input[type="checkbox"] + span {
    display: inline-block;

    margin-left: unset !important;
    padding-left: 40px;

    color: var(--color_gray_900);

    line-height: var(--cs_line-height_xxl);
}

.hbspt-form input[type="checkbox"].error ~ span {
    color: var(--red);
}

.hbspt-form input[type="checkbox"]:checked:before {
    border: 1px solid var(--brand);
    background: transparent;
}

.hbspt-form input[type="checkbox"]:checked:after {
    position: absolute;
    top: 9px !important;
    left: 6px;

    display: block;

    width: 12px;
    height: 12px;

    content: "";
    transform: unset;

    border-width: 0;
    background: var(--brand);
}



 .hbspt-form .hs_industries_radio label {
    position: relative;
 }

 .hbspt-form .hs_industries_radio .inputs-list {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;
}

.hbspt-form .hs_industries_radio .input {
    margin-top: 12px;
}

.hbspt-form .hs_industries_radio .inputs-list label {
    position: relative;

    margin-bottom: 0;

    font-weight: var(--fw--light);
}

.hbspt-form .hs_industries_radio input[type="radio"] {
    position: absolute;

    visibility: hidden;

    width: 1px;
}

.hbspt-form .hs_industries_radio input[type="radio"]:after, .hbspt-form .hs_industries_radio input[type="radio"]:before {
    content: unset;
}

.hbspt-form .hs_industries_radio input[type="radio"] + span {
    display: block;

    padding: 8px 16px;

    cursor: pointer;
    transition: 200ms all;

    color: var(--brand);
    border: 1px solid var(--brand);
    border-radius: 100px;

    font-size: 14px;
    line-height: 24px;
}

.hbspt-form .hs_industries_radio input[type="radio"]:hover + span {
    background: var(--c_neutral--50) !important;
}

.hbspt-form .hs_industries_radio input[type="radio"]:checked + span {
    color: var(--white);
    background: var(--brand);
}

.hbspt-form .hs_industries_radio input[type="radio"]:checked:hover + span {
    background: var(--brand) !important;
}

.hbspt-form input[type="radio"]:before {
    top: 0;

    cursor: pointer;
}

.hbspt-form .hs-file .input,
.hbspt-form .hs-file .input input {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;

    opacity: 0;
}

.hbspt-form .hs-file {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 100%;
    padding: 18px 16px 18px 48px;

    border: 1px dashed var(--c_neutral--300);
    background: var(--c_neutral--25);
}

.hbspt-form .hs-file:before {
    position: absolute;
    left: 16px;

    display: block;

    width: 24px;
    height: 24px;

    content: '';

    background: url('/wp-content/themes/wpmiquido/img/icons/icon_attachement.svg') 0 0 no-repeat;

    filter: grayscale(1);
}

.hbspt-form .hs-file:hover {
    background: var(--c_neutral--50);
}

.hbspt-form .hs-file:hover:before {
    background: url('/wp-content/themes/wpmiquido/img/icons/icon_attachement_add.svg') 0 0 no-repeat;

    filter: grayscale(1);
}

.hbspt-form .files-list {
    display: flex;
    flex-direction: column;

    width: 100%;
    margin-top: -24px;

    gap: 8px;
}

.hbspt-form .file-info {
    position: relative;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    padding: 19px 40px 19px 48px;

    background: var(--c_neutral--50);
}

.hbspt-form .file-info:before {
    position: absolute;
    top: 16px;
    left: 16px;

    display: block;

    width: 24px;
    height: 24px;

    content: '';

    background: url('/wp-content/themes/wpmiquido/miquido20/img/shapes/get-a-quote/icon_attachement_success.svg') 0 0 no-repeat;
}

.hbspt-form .hs-file label,
.hbspt-form .file-info label {
    position: relative;
    top: unset;

    width: auto !important;
    margin-bottom: 0;
    padding-left: 0;

    transform: translateY(0);
    text-wrap: wrap;
    text-wrap: nowrap;

    background: transparent !important;

    font-size: 14px;
    line-height: 20px;
}

.hbspt-form .hs-file label {
    margin-right: 8px;
}

.hbspt-form .hs-file label:before {
    content: unset;
}

.hs-form .hs-file legend,
.hbspt-form .file-info legend {
    color: var(--c_neutral--900);

    font-size: 12px;
    line-height: 16px;
}

.hbspt-form .file-delete {
    padding: 4px 0;

    cursor: pointer;
    transition: color 0.2s;
    text-align: right;

    color: var(--c_neutral--900);

    font-size: 13px;
    font-weight: var(--fw--medium);
    line-height: 20px;
}

.hbspt-form .file-delete:hover {
    color: var(--c_brand--400);
}

.hs-form label {
    position: absolute;
    z-index: 0;
    top: 9px;

    margin: 0;

    transition: all var(--translation_duration);

    color: var(--c_neutral--900);

    font-size: 14px;
    font-weight: var(--fw--medium);
    line-height: 20px;
}

.hs-form label em {
    font-weight: var(--fw--light);
}

.not-empty label {
    z-index: 2;

    width: 100%;
    padding-bottom: 5px;

    transform: translateY(-15px);

    font-size: 14px;
    font-weight: var(--fw--medium);
    line-height: 20px;
}

.not-empty label em {
    font-weight: var(--fw--light);
}

.hs-error-msgs label {
    position: relative;

    transform: unset;

    color: var(--c_danger--700) !important;

    font-size: var(--cs_body_font_size);
    font-weight: var(--cs-font_weight--light) !important;
    line-height: var(--cs_line-height_xxl);
}

.hs-form input[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 16px 24px;

    cursor: pointer;
    transition: all var(--animations_duration);

    color: var(--c_neutral--white);
    border: none;
    border-radius: 4px;
    background: var(--c_brand--500);

    font-size: 18px;
    font-weight: var(--fw--medium);

    gap: 8px;
}

@media only screen and (max-width: 460px) {
    .hs-form .hs-submit,
    .hs-form input[type=submit] {
        width: 100%;
    }
}

.hs-form input[type=submit]:active,
.hs-form input[type=submit]:hover {
    padding: 20px 24px 12px;

    color: var(--c_neutral--white);
    background: var(--c_brand--400);
}

.hs-form input[type=submit]:active {
    padding: 20px 24px 12px;
}

.hs-form input[type=submit]:focus-visible {
    box-shadow: 0px 0px 0px 4px #E96CF5, 0px 0px 0px 2px #0F1014;
}

.hs-form input[type=submit].disabled {
    cursor: not-allowed;
    pointer-events:none;

    background: var(--c_brand--100);
}

.hs-form .legal-consent-container {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
}

.hs-form .legal-consent-container label {
    position: relative;

    display: inline-block;
}

.hs-form .hs_error_rollup,
.hs-form .hs-recaptcha {
    width: 100%;
}

.hubspot-policy {
    margin-top: 56px;
    margin-bottom: 0;
}

p .form-legend,
.policy-more p {
    margin: unset;
    margin-top: unset;

    opacity: unset;

    font-size: var(--cs_body_small_font_size);
    line-height: var(--cs_line-height_xl);
}

p .cookie-policy-more {
    position: relative;

    margin-top: 4px;
    padding-right: unset;
}

p .cookie-policy-more small {
    cursor: pointer;

    color: var(--color_gray_900);

    font-size: var(--cs_button_font_size);
    font-weight: var(--cs-font_weight--semibold);
    line-height: var(--cs_line-height_l);
}

p .cookie-policy-more:after {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: "";
    transition: all var(--translation_duration);

    background: var(--color_gray_900);
}

p .cookie-policy-more:hover small {
    color: var(--color_gray_800);
}

p .cookie-policy-more:hover:after {
    width: 50%;

    background: var(--color_gray_800);
}

p .cookie-policy-more.cookie_open:after {
    transform: unset;
}

.policy-more {
    display: none;
}
