html body footer .is-layout-constrained {
    max-width: 100%;
}
footer.wp-block-template-part > .wp-block-group {
    padding: 0 !important;
}
footer.wp-block-template-part .ftr-top {
    background: linear-gradient(120deg, #470A68 0%, #9B1B59 50%, #E1261C 100%);
    padding: 73px 0 53px;
}
footer .ftr-top .ftr-top-inner,
footer .ftr-top .ftr-tp-btm-inner,
footer .ftr-bottom .ftr-bottom-inner {
    max-width: 1874px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
.ftr-top-left * {
    color: #fff;
}
.ftr-top-left .wp-block-image + p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 42px;
}
.ftr-top-left .wp-block-image + p + p {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}
.ftr-tp-btm-left .ftr-reporting {
    max-width: 83%;
    margin-top: 43px;
    padding: 25px 21px;
    border: 1px dashed #fff;
}
.ftr-tp-btm-left .ftr-reporting * {
    color: #fff;
}
.ftr-tp-btm-left .ftr-reporting strong {
    margin-bottom: 13px;
    display: block;
    font-size: 18px;
}
.ftr-tp-btm-left .ftr-reporting p {
    margin: 0;
    font-size: 18px;
}
.ftr-tp-btm-left .ftr-reporting a {
    font-weight: 700;
}
.ftr-tp-btm-left .ftr-reporting a:hover {
    text-decoration: underline;
    color: #fff;
}
.ftr-top .ftr-top-right {
    text-align: right;
    display: flex;
    flex-direction: column;
}
.ftr-top .ftr-top-right * {
    color: #fff;
}
.ftr-top-right p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.63px;
}
.ftr-top-right p a {
    font-weight: 700;
}
.ftr-top .ftr-tp-btm-inner {
    align-items: flex-end !important;
}
.ftr-tp-btm-inner .ftr-tp-btm-right {
    text-align: right;
}
.ftr-tp-btm-inner .ftr-top-right-bottom {
    margin-top: auto;
}
.ftr-tp-btm-inner .ftr-top-right-bottom p {
    max-width: 50%;
    margin-left: auto;
    margin-top: 22px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.ftr-tp-btm-inner .ftr-top-right-bottom p strong {
    font-weight: 500;
}
.ftr-bottom {
    margin-top: 0;
    padding: 24px 0;
}
.ftr-bottom-inner .ftr-bottom-left p {
    color: #141414;
}
.ftr-bottom-inner .ftr-bottom-right {
    text-align: right;
}
.ftr-bottom-inner .ftr-bottom-right .wp-block-list li {
    display: inline-block;
    margin-left: 32px;
    margin-top: 0;
}
.ftr-bottom-inner .ftr-bottom-right .wp-block-list li a:hover {
    color: #4A156D;
}

@media only screen and (max-width: 1499px) {
    .ftr-tp-btm-left .ftr-reporting {
        max-width: 100%;
    }
    .ftr-top-left .wp-block-image + p {
        margin-top: 25px;
    }
    .ftr-tp-btm-left .ftr-reporting {
        margin-top: 33px;
    }
    .ftr-bottom-inner .ftr-bottom-right .wp-block-list li {
        margin-left: 24px;
    }
    .ftr-tp-btm-right .ftr-top-right-bottom p {
        max-width: 70%;
    } 
}
@media only screen and (max-width: 1365px) {
    footer.wp-block-template-part .ftr-top {
        padding: 53px 0 43px;    
    }
    .ftr-bottom {
        padding: 20px 0;
    }
    .ftr-bottom-inner .ftr-bottom-right .wp-block-list li {
        margin-left: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    .ftr-top-left .wp-block-image + p br {
        display: none;
    }
    footer.wp-block-template-part .ftr-top {
        padding: 43px 0 43px;
    }
    .ftr-top-right .ftr-top-right-bottom p {
        max-width: 100%;
    }
    .ftr-tp-btm-right .ftr-top-right-bottom p {
        max-width: 100%;
    }
    .ftr-tp-btm-inner .ftr-top-right-bottom {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .ftr-tp-btm-inner .ftr-tp-btm-right {
        text-align: left;
    }
    .ftr-tp-btm-inner .ftr-top-right-bottom i {
        order: 2;
        margin-top: 27px;
    }
    .ftr-tp-btm-inner .ftr-top-right-bottom p {
        order: 1;
        margin-top: 0;
    }
    footer .ftr-bottom .ftr-bottom-inner {
        gap: 10px 0;
        flex-direction: column;
        align-items: center !important;
    }
    footer .ftr-bottom .ftr-bottom-left {
        order: 2;
        text-align: center;
    }
    footer .ftr-bottom .ftr-bottom-right {
        order: 1;
    }
}
@media only screen and (max-width: 1023px) {
    footer .ftr-top .ftr-top-inner {
        text-align: center;   
    }
    .ftr-top .ftr-top-right {
        text-align: center;
    }
    .ftr-tp-btm-left .ftr-reporting {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .ftr-bottom {
        padding: 33px 0;
    }
    footer.wp-block-template-part .ftr-top {
        padding: 46px 0 53px;
    }
    footer.wp-block-template-part .ftr-top {
        background: linear-gradient(to bottom, #E1261C 0%, #470A68 100%);
    }
    .ftr-top-right p a {
        display: flex;
        justify-content: center;
        text-align: center;
        width: auto;
    }
    .ftr-top-right p:nth-child(3) a,
    .ftr-top-right p:nth-child(4) a {
        display: inline-block;
    }
    footer .ftr-bottom .ftr-bottom-right .wp-block-list {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 27px 0;
        margin-bottom: 12px;
    }
}