#footer {
    background: #E8E6E1;
    overflow-x: hidden;
}

#footer .top_footer {
    align-items: center;
    flex-direction: row;
    gap: 20px;
    padding: 20px 0 40px;
}

#footer .footer_logo {
    position: relative;
    width: 25%;
}

#footer .footer_logo:before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 100vw;
}

#footer .footer_logo a {
    background: #fff;
    border-bottom-right-radius: 60px;
    padding: 40px 50px 40px 0;
    position: relative;
}

#footer .footer_logo img {
    max-width: 180px;
    width: 100%;
}

#footer .subscription {
    align-items: center;
    flex-direction: row;
    gap: 15px;
    width: 75%;
}

#footer .subscription p {
    font-weight: 500;
    margin: 0;
}

#footer .subscription .gform_heading {
    display: none;
}

#footer .subscription form {
    flex-wrap: wrap;
}

#footer .subscription form,
#footer .subscription .wpforms-field-container,
#footer .subscription .gform-body .gform_fields {
    align-items: center;
    display: flex;
}

#footer .subscription .gform-body {
    width: 75%;
}

#footer .subscription .wpforms-field-container {
    flex-wrap: nowrap;
    gap: 7px;
    margin: 0;
    order: 0;
    width: 75%;
}

#footer .subscription .gform-body .gform_fields {
    gap: 7px;
}

#footer .subscription .wpforms-field {
    padding: 0;
}

#footer .subscription .wpforms-field-text,
#footer .subscription form .gfield--type-text {
    width: 40%;
}

#footer .subscription .wpforms-field-email,
#footer .subscription .gfield--type-email {
    width: 60%;
}

#footer .subscription .wpforms-submit-container,
#footer .subscription .gform_footer {
    padding-left: 7px;
    order: 1;
    width: 25%;
}

#footer .subscription .gform_footer {
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#footer .subscription .wpforms-submit-container button {
    letter-spacing: 0;
    text-transform: none;
    width: 100%;
}

#footer .subscription .gform_footer .button {
    margin: 0;
}

#footer .subscription .wpforms-recaptcha-container {
    margin-top: 10px;
    order: 3;
    width: 100%;
}

#footer .subscription .wpforms-recaptcha-container div {
    margin-left: auto;
}

#footer .subscription .gform_confirmation_message {
    text-align: right;
}

#footer .bottom_footer {
    flex-direction: row;
    gap: 40px;
    justify-content: flex-start;
    padding-bottom: 20px;
}

#footer .footer_col {
    width: 15%;
}

#footer .footer_offices {
    width: 75%;
}

#footer .footer_offices .accord_content {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

#footer .footer_offices .footer_col {
    max-width: 305px;
    width: 100%;
}

#footer .bottom_footer .grid_title {
    color: #000;
    font-weight: 700;
    letter-spacing: 1.12px;
    margin-bottom: 10px;
}

#footer .bottom_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .bottom_footer li.logged_in,
.logged-in #footer .bottom_footer li.logged_out {
    display: none;
}

.logged-in #footer .bottom_footer li.logged_in {
    display: block;
}

#footer .bottom_footer li:not(:last-child),
#footer .bottom_footer p:not(:last-child) {
    margin: 0 0 10px;
}

#footer .bottom_footer li a,
#footer .bottom_footer p {
    line-height: normal;
}

#footer .bottom_footer li a:hover,
#footer .bottom_footer li.current_page_item a {
    color: #FF8200;
}

#footer .copyright {
    align-items: center;
    border-top: 1px solid #C1C6C8;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
}

#footer .copyright .oxy-rich-text {
    font-size: 12px;
}

#footer .copyright .oxy-rich-text a {
    text-decoration: underline;
}

#footer .copyright .oxy-rich-text a:last-child {
    margin-left: 5px;
}

#footer .copyright .social_links {
    align-items: center;
    flex-direction: row;
    gap: 5px;
}

#footer .copyright .social_links a {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #FF8200;
    display: flex;
    height: 33px;
    justify-content: center;
    width: 33px;
}

#footer .copyright .social_links svg {
    height: 16px;
    width: 100%;
}

@media (max-width: 1200px) {
    #footer .subscription .wpforms-field-container,
    #footer .subscription .gform-body {
        width: 70%;
    }
    #footer .subscription .wpforms-field-text,
    #footer .subscription .wpforms-field-email,
    #footer .subscription form .gfield--type-text,
    #footer .subscription .gfield--type-email {
        width: 50%;
    }
    #footer .subscription .wpforms-submit-container,
    #footer .subscription .gform_footer {
        width: 30%;
    }
}

@media (max-width: 1024px) {
    #footer .top_footer {
        border-bottom: 1px solid #C1C6C8;
        flex-direction: column;
        gap: 15px;
        padding: 15px 0 20px;
    }
    #footer .footer_logo {
        width: 100%;
    }
    #footer .footer_logo:before {
        display: none;
    }
    #footer .footer_logo a {
        border-bottom-left-radius: 33px;
        border-bottom-right-radius: 33px;
        padding: 25px;
        text-align: center;
        width: 100%;
    }
    #footer .subscription {
        flex-direction: column;
        width: 100%;
    }
    #footer .subscription p {
        text-align: center;
    }
    #footer .subscription form, 
    #footer .subscription .wpforms-field-container,
    #footer .subscription .gform-body,
    #footer .subscription .gform-body .gform_fields {
        flex-direction: column;
        gap: 15px;
    }
    #footer .subscription .wpforms-field-container,
    #footer .subscription .wpforms-submit-container,
    #footer .subscription .wpforms-field-text, 
    #footer .subscription .wpforms-field-email,
    #footer .subscription .gform-body,
    #footer .subscription .gform_footer,
    #footer .subscription form .gfield--type-text,
    #footer .subscription .gfield--type-email {
        width: 100%;
    }
    #footer .subscription .gform_wrapper  input {
        line-height: normal;
        min-height: unset;
    }
    #footer .subscription .wpforms-submit-container,
    #footer .subscription .gform_footer {
        padding-left: 0;
    }
    #footer .subscription .wpforms-submit-container button,
    #footer .subscription .gform_footer .button {
        display: block;
        margin: 0 auto;
        width: auto !important;
    }
    #footer .subscription .wpforms-recaptcha-container {
        margin: 0;
    }
    #footer .subscription .gform_confirmation_message {
        text-align: center;
    }
    #footer .bottom_footer {
        padding: 20px 0;
    }
    #footer .bottom_footer,
    #footer .footer_offices .accord_content {
        flex-direction: column;
        gap: 15px;
    }

    #footer .bottom_footer > .footer_col,
    #footer .footer_offices {
        background: #fff;
        border: 1px solid #E8E8E8;
        border-radius: 12px;
        padding: 13px;
        width: 100%;
    }
    #footer .bottom_footer .grid_title {
        font-size: 14px;
        letter-spacing: 0.98px
    }
    #footer .bottom_footer .accord_title {
        font-size: 16px;
        letter-spacing: 1.12px;
        margin-bottom: 0;
        position: relative;
        width: 100%;
    }
    #footer .bottom_footer .accord_title:after {
        color: #FF8200;
        content: "\f107";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
    }
    #footer .accord_content {
        display: none;
        margin-top: 15px;
    }
    #footer .copyright {
        flex-direction: column-reverse;
        gap: 15px;
    }
    #footer .copyright .ct-text-block {
        font-size: 10px;
        text-align: center;
    }
    #footer .copyright .ct-text-block a {
        border-left: 1px solid #C1C6C8;
        padding-left: 5px;
    }
    .footer_col .d-mob {
        margin-top: 20px;
    }
}