.tl_contact {
    max-width: var(--wrapper-width-medium);
    margin-left: auto;
    margin-right: auto;
    padding: 4.5rem 1.5rem;
}

.tl_contact h1,
.tl_contact h2
{
    text-align: center;
    margin-bottom: 4rem;
}


.tl_contact.responseMessage h1,
.tl_contact.responseMessage p
{
    margin: 0;
    text-align: center;
}



.tl_contact form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.tl_contact form>label>input,
.tl_contact form>label>textarea
{
    padding: 0.5rem;
    max-width: 100%;
    min-width: 100%;
}

.tl_contact form>label>textarea {
    height: 150px;
}


.tl_contact form>label {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}


.tl_contact form>label>label.error {
    font-size: 0.9rem;
    position: absolute;
    left: 10px;
    bottom: -15px;
    background-color: white;
}

#tl_form_website {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 0;
    mxa-height: 0;
    overflow: hidden;
}
