.site_footer {
    margin-top: auto;
}

.site_footer .footer_top {
    padding: 48px 0;
}

.footer-inner-wrapper-top-inner {
    display: flex;
    justify-content: space-between;
    gap: 10px 50px;
}

.footer-inner-wrapper-top {
    margin-bottom: 48px;
}

.footer-inner-wrapper-top-inner-form {
    width: 28.1%;
}

.footer-inner-wrapper-top-inner-form-title {
    font-family: var(--font_Adobe_Caslon_Pro_Italic);
    font-size: 24px;
    line-height: 28.8px;
    color: var(--iron_gray);
    margin-bottom: 4px;
}

.footer-inner-wrapper-top-inner-form-text {
    font-family: var(--font_Avenir_Next_Medium);
    font-size: 15px;
    line-height: 22.5px;
    color: var(--iron_gray);
    margin-bottom: 8px;
    font-weight: 500;
}

.footer-inner .gform_wrapper form {
    position: relative;
}

.footer-inner .gform_wrapper form .gform_body .gform_fields {
    margin: 0 !important;
}

.footer-inner .gform_wrapper form .gform_body .gform_fields .gfield {
    margin: 0;
    padding: 0 !important;
}

.footer-inner .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_email input {
    background-color: var(--stone_10);
    border-radius: 16px;
    border: none;
    line-height: 23px;
    color: var(--iron_gray);
    padding: 16.5px 50px 16.5px 16px !important;
    font-size: 15px;
    line-height: 150%;
    font-family: var(--font_Avenir_Next_Medium);
}

.footer-inner .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_email input::placeholder {
    color: var(--iron_gray_50);
}

.gform_wrapper .ginput_container_email input:focus-visible {
    /* outline: none; */
}

.footer-inner .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-inner .gform_footer {
    content: '';
    position: absolute;
    top: 4px;
    right: 16px;
    transform: translateY(50%);
    width: 24px;
    height: 24px;
    display: flex;
    flex-shrink: 0;
}

.footer-inner .gform_wrapper form .gform_footer .gform_button {
    width: 100%;
    min-width: auto !important;
    border: 0 !important;
    font-size: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    height: 100% !important;
    background-color: transparent !important;
    display: flex;
    flex-shrink: 0;
    margin: 0 !important;
    background-image: url('../images/img_rounded_border_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-inner .gform_wrapper form .gform_footer .gform_button:hover {
    background-image: url('../images/footer_form_submit_hover.svg');
}

.footer-inner .gform_wrapper form .gform_footer .gform_ajax_spinner {
    display: none;
}

.footer-inner .gform_footer .gform_button:focus-visible {
    /* outline: none; */
}

.footer-inner-wrapper-top-inner-menu-list {
    width: 47.61%;
}

.footer-inner-wrapper-top-inner-menu-list-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 60px;
}

.footer-inner-wrapper-top-inner-menu-list-inner-item-heading {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.3px;
    font-family: var(--font_Avenir_Next_Demi_Bold);
    font-weight: 600;
    text-transform: uppercase;
}

.footer-inner-wrapper-top-inner-menu-list-inner-item {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.footer-inner-wrapper-top-inner-menu-list-inner-item .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.footer-inner-wrapper-top-inner-menu-list-inner-item .menu .menu-item {
    margin: 0;
    display: flex;
}

.footer-inner-wrapper-top-inner-menu-list-inner-item .menu .menu-item a {
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: var(--iron_gray);
}

.footer-inner-wrapper-top-inner-menu-list-inner-item .menu .menu-item.current-menu-item a {
    color: var(--stone) !important;
}

.footer-inner-wrapper-top-inner-menu-list-inner-item .menu .menu-item a:hover {
    color: var(--stone);
}

.footer-inner-wrapper-middle>a {
    display: flex;
    cursor: default;
    justify-content: center;
}

.footer-inner-wrapper-middle-logo {
    text-align: center;
    cursor: pointer;
    margin-bottom: 24px;
    transition: all 0.5s ease-in-out;
}

.footer-inner-wrapper-middle-social-list {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.footer-inner-wrapper-middle-social-list--item-icon {
    display: flex;
}

.footer-inner-wrapper-middle-social-list--item a {
    color: var(--iron_gray);
}

.footer-inner-wrapper-middle-social-list--item a:hover {
    color: var(--stone);
}

.footer-inner .footer-bottom {
    background-color: var(--khaki);
    padding: 12px 0;
}

.footer-bottom .copyright-text {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: var(--white);
}

.footer-bottom .copyright-text a {
    font-size: 12px;
    line-height: 18px;
    color: var(--white);
    text-decoration: underline;
}

.footer-bottom .copyright-text a:hover {
    text-decoration: none;
}

@media (max-width:1640px) {
    .footer-inner-wrapper-top-inner-menu-list {
        width: 51%;
    }
}

@media (max-width:1440px) {
    .footer-inner-wrapper-top-inner-form {
        width: 35%;
    }

    .footer-inner-wrapper-top-inner-menu-list {
        width: 60%;
    }
}

@media (max-width:1199px) {
    .site_footer .footer_top {
        padding: 36px 0;
    }

    .footer-inner-wrapper-top-inner-form {
        width: 45%;
    }

    .footer-inner-wrapper-top-inner-menu-list {
        width: 45%;
    }
}

@media (max-width:991px) {
    .site_footer .footer_top {
        padding: 30px 0;
    }

    .footer-inner-wrapper-top-inner {
        flex-direction: column;
    }

    .footer-inner-wrapper-top-inner-form,
    .footer-inner-wrapper-top-inner-menu-list {
        width: 100%;
    }
}

@media (max-width:767px) {
    .site_footer .footer_top {
        padding: 24px 0;
    }

    .footer-inner-wrapper-top-inner-menu-list-inner-item {
        width: 41%;
    }

    .footer-inner-wrapper-top-inner-menu-list-inner-item .menu {
        row-gap: 8px;
    }

    .footer-inner-wrapper-top-inner-menu-list-inner-item .menu .menu-item a {
        font-size: 15px;
        line-height: 23px;
    }

    .footer-inner-wrapper-middle-social-list--item-icon {
        padding: 4px 0;
    }

    .footer-inner-wrapper-middle-social-list {
        column-gap: 24px;
    }
}

@media (max-width:365px) {
    .footer-inner-wrapper-top-inner-menu-list-inner-item {
        width: 100%;
    }
}