#thinkmoto-landing .wpforms-container {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    margin-bottom: 48px;
}

#thinkmoto-landing .wpforms-container .wpforms-form {
    padding: 0 20px;
    max-width: 638px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 3;
}

#thinkmoto-landing .wpforms-container .wpforms-field-label-inline{
    font-size: 18px;
    line-height: 28px;
    flex: 1;
    cursor: pointer;
}

#thinkmoto-landing .wpforms-container .wpforms-required-label {
    font-weight: 400;
    color: var(--greyscale-600);
    font-size: 14px;
    line-height: 150%;
}

#thinkmoto-landing .wpforms-container .wpforms-form .wpforms-submit {
    display: flex;
    align-items: center;
    width: max-content;
    text-decoration: none;
    gap: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    border-radius: 30px;
    padding: 15px 20px;
    flex: 0 0 auto;
    height: max-content;
    transition: 0.23s;
    -webkit-user-select: none;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--primary-columbusRed);
    color: #fff;
}

#thinkmoto-landing .wpforms-container .wpforms-form .wpforms-submit:hover{
    background-color: var(--secondaryRed-900);
}

#thinkmoto-landing .wpforms-form h1{
    font-size: 20px;
    margin-bottom: 32px;
}

#thinkmoto-landing .wpforms-form .form__top-tipp{
    margin-bottom: 0;
}

#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-text .wpforms-field-label,
#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-email .wpforms-field-label,
#thinkmoto-landing .wpforms-form legend.wpforms-field-label{
    font-weight: 700;
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    align-items: center;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.36px;
}

#thinkmoto-landing .wpforms-form .wpforms-field-checkbox input[type="checkbox"],
#thinkmoto-landing .wpforms-form .wpforms-field-gdpr-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 28px;
    height: 28px;
    z-index: 1;
    left: 0;
    top: 0;
    margin: 0 !important;
    cursor: pointer;
}

#thinkmoto-landing .wpforms-form .wpforms-field-checkbox{
    margin-bottom: 9px;
}

#thinkmoto-landing .wpforms-form .wpforms-field-container,
#thinkmoto-landing .wpforms-form .wpforms-field-checkbox ul,
#thinkmoto-landing .wpforms-form .wpforms-field-gdpr-checkbox ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#thinkmoto-landing .wpforms-form .wpforms-field-checkbox li,
#thinkmoto-landing .wpforms-form .wpforms-field-gdpr-checkbox li{
    position: relative;
    display: flex;
    gap: 16px;
    cursor: pointer;
}

#thinkmoto-landing .wpforms-form .wpforms-field-checkbox li:before,
#thinkmoto-landing .wpforms-form .wpforms-field-gdpr-checkbox li:before {
    content: "";
    width: 28px;
    height: 28px;
    box-shadow: 0 0 0 1px #747381;
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

#thinkmoto-landing .wpforms-form .wpforms-field-checkbox li:hover:before,
#thinkmoto-landing .wpforms-form .wpforms-field-gdpr-checkbox li:hover:before {
    box-shadow: 0 0 0 2px var(--greyscale-1200);
}

#thinkmoto-landing .wpforms-form .wpforms-field-checkbox li:after,
#thinkmoto-landing .wpforms-form .wpforms-field-gdpr-checkbox li:after {
    width: 28px;
    height: 28px;
    box-shadow: 0 0 0 1px var(--shadow-color);
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

#thinkmoto-landing .wpforms-form .wpforms-field-checkbox li:after,
#thinkmoto-landing .wpforms-form .wpforms-field-gdpr-checkbox li:after{
    content: "";
    position: absolute;
    height: 19px;
    width: 19px;
    top: 5px;
    left: 4px;
    background-image: url(./check.svg);
    background-position: center;
    background-size: 100%;
    opacity: 0;
    transition: 0.1s opacity;
}

#thinkmoto-landing .wpforms-form .wpforms-field-checkbox li.wpforms-selected:after,
#thinkmoto-landing .wpforms-form .wpforms-field-gdpr-checkbox li.wpforms-selected:after {
    opacity: 1;
}

#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-email input,
#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-text input{
    display: block;
    padding: 14px 23px;
    box-shadow: 0 0 0 1px var(--greyscale-600);
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.36px;
    border-radius: 4px;
    width: 100%;
}
#thinkmoto-landing .wpforms-form .wpforms-field-checkbox li.wpforms-selected:before,
#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-email input:hover,
#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-text input:hover,
#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-email input:focus,
#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-text input:focus{
    box-shadow: 0 0 0 2px var(--greyscale-1200);
    outline: none;
}

#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-email input.wpforms-error,
#thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-text input.wpforms-error{
    box-shadow: 0 0 0 2px var(--secondaryRed-700);
    color: var(--secondaryRed-700);
    background-color: var(--secondaryRed-100);
}

#thinkmoto-landing .wpforms-form .wpforms-field-gdpr-checkbox li:has(.wpforms-error):before,
#thinkmoto-landing .wpforms-form .wpforms-field-checkbox li:has(.wpforms-error):before{
    box-shadow: 0 0 0 1px var(--secondaryRed-700);
    color: var(--secondaryRed-700);
    background-color: var(--secondaryRed-100);
}

#thinkmoto-landing .wpforms-form .wpforms-field em.wpforms-error {
    margin-bottom: 8px;
    display: block;
    color: var(--red-light);
    display: none;
    font-size: 14px;
}

#thinkmoto-landing .wpforms-container .wpforms-field-label.wpforms-label-hide {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

@media screen and (min-width: 920px) {

    #thinkmoto-landing .wpforms-container {
        margin-top: 64px;
        margin-bottom: 112px;
    }

    #thinkmoto-landing .wpforms-form h1{
        font-size: 40px;
        margin-bottom: 48px;
    }

    #thinkmoto-landing .wpforms-container .wpforms-form {
        padding: 0;
    }

    #thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-text .wpforms-field-label,
    #thinkmoto-landing .wpforms-form .wpforms-field.wpforms-field-email .wpforms-field-label,
    #thinkmoto-landing .wpforms-form legend.wpforms-field-label{
        margin-bottom: 24px;
    }

    #thinkmoto-landing .wpforms-form .wpforms-field-container,
    #thinkmoto-landing .wpforms-form .wpforms-field-checkbox ul{
        gap: 23px;
    }

    #thinkmoto-landing .wpforms-form .wpforms-field-checkbox{
        margin-bottom: 25px;
    }

    #thinkmoto-landing .field__input {
        padding: 12px 23px;
    }

    #thinkmoto-landing .wpforms-container .wpforms-form .wpforms-submit {
        margin: 0;
        padding: 16px 20px;
    }
}