footer#colophon {
    position: relative;
    padding-right: clamp(0rem, -4.771rem + 20.3562vw, 5rem);
    padding-left: clamp(0rem, -4.771rem + 20.3562vw, 5rem);
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(9, 9, 121);
    background: linear-gradient(0deg, rgb(9 9 121) -38%, rgba(0, 134, 255, 1) 40%);
}

.site-info {
    position: relative;
    z-index: 3;
}

#gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 600;
    color: gray;
}

#gform_wrapper_1 label.gfield_label.gform-field-label {
    font-family: var(--wp--preset--font-family--dh-fredoka);
    font-size: 22px;
    font-weight: 700;
    color: #090979;
}

div#gform_fields_1 {
    row-gap: 10px;
}

input#input_1_1 {
    height: 60px;
    border-radius: 8px;
    border: none;
}

input#gform_submit_button_1 {
    background-color: #090979;
    font-weight: 600;
    height: 60px;
    border-radius: 8px;
}

#gform_wrapper_1 div#field_submit {
    align-content: end;
}

.footer-info {
    display: grid;
    flex-direction: row;
    grid-template-areas:
        "left center right";
    grid-template-columns: 1fr 320px 1fr;
    align-items: center;
    column-gap: 10px;
}

.footer-logo {
    width: 100%;
}

.footer-links {
    text-align: end;
}

ul#footer-socials {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 22px;
}

ul#footer-socials li a {
    background-color: #090979;
    color: #0084fd;
    border: none;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 4.0625rem;
    height: 4.0625rem;
    padding: .625rem;
    border-radius: 50%;
    text-decoration: none;
}

ul#footer-socials li a img, 
ul#footer-socials li a i {
    max-height: 1.875rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-size: 1.875rem;
    text-align: center;
}

ul.privacy-policy-links, 
ul#footer-phone-email {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: right;
    column-gap: 10px;
    flex-wrap: wrap;
}

ul.privacy-policy-links li a, 
ul#footer-phone-email li a, 
.footer-links p {
    text-decoration: none;
    color: #090979;
    margin: 0;
}

@media (max-width: 991.98px) {
    .footer-info {
        grid-template-areas: none;
        grid-template-columns: 1fr;
        row-gap: 20px;
        justify-items: center;
    }

    .footer-links {
        text-align: center;
    }

    ul.privacy-policy-links, 
    ul#footer-phone-email {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {

    ul.privacy-policy-links li a, 
    ul#footer-phone-email li a {
        font-size: 22px;
    }
    
    ul#footer-phone-email li a {
        width: 50px;
        display: flex;
        height: 50px;
        justify-content: center;
        align-items: center;
        border: 3px solid #090979;
        border-radius: 50%;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}