footer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 125%;
    background-position-x: -250px;
    background-position-y: -35px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    footer {
        background-size: 120%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    footer {
        background-size: 180%;
    }
}
@media (max-width: 768px) {
    footer {
        background-size: 460%;
        background-position-x: -334px;
        background-position-y: -80px;
    }
}
footer a {
    color: #ffffff;
    text-decoration: underline;
}
footer a:hover {
    color: #e4ca7b;
    text-decoration: underline;
}
footer .ftaddress p {
    font-size: 16px !important;
}
footer .copyright {
    color: #ffffff;
}
footer i, footer svg {
    color: #e4ca7b;
}
footer i:hover, footer svg:hover {
    color: #eeeeee;
    text-decoration: none;
}
footer .fa-1x {
    font-size: 1.2em;
    padding-bottom: 10px;
}
footer .ft-men .menu-footer-navigation-container #menu-footer-navigation {
    list-style: none;
    padding-left: 10px;
    font-size: 16px;
}
@media (max-width: 768px) {
    footer .ft-men .menu-footer-navigation-container #menu-footer-navigation {
        padding-left: 0px;
    }
}
footer #menu-footer-menu {
    padding-left: 0px !important;
}
footer .svg-inline--fa.fa-phone.fa-w-16.fa-1x.d-block.mb-1 {
    font-size: 22px;
}
footer .svg-inline--fa.fa-envelope.fa-w-16.d-block {
    font-size: 27px;
}
footer .tel-rw {
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 10px;
}
footer span.h5.text-light {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
    footer span.h5.text-light {
        font-size: 16px !important;
    }
}

.words-text-graphic {
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
@media (max-width: 992px) {
    .words-text-graphic {
        height: 188px;
        width: 110%;
        top: -161px;
        left: -4%;
    }
}
@media (max-width: 580px) {
    .words-text-graphic {
        height: 188px;
        width: 114%;
        top: -186px;
        left: -6%;
    }
}

#to_top {
    font-size: 2rem;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #e4ca7b;
    width: 50px;
    text-align: center;
    border-radius: 20px 0 0 0;
    color: #222222;
    cursor: pointer;
    font-weight: 100;
}

.sg-filter-gradient-footer:before {
    background: linear-gradient(30deg, #a71979 0, #a71979DD 45%, #b72026 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: -1;
}

body.high-contrast .sg-filter-gradient-footer:before {
    background: linear-gradient(30deg, #b72026 0px, rgba(183, 32, 38, 0.867) 45%, #574199 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: -1;
}

.sg-filter-gradient-footer:before {
    background: linear-gradient(30deg, #a71979 0, #a71979DD 45%, #b72026 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: -1;
}

body.high-contrast .sg-filter-gradient-footer:before {
    background: linear-gradient(30deg, #b72026 0px, rgba(183, 32, 38, 0.867) 45%, #574199 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: -1;
}