/******************************************/
/****              Footer              ****/
/******************************************/
.footer {
    padding: 54px 0 32px;
    background: linear-gradient(115.21deg, #7EB1FD -2.74%, #0162B6 114.91%), #D9D9D9;
}
.footer-inner {}
.footer-content {}
.footer-section {}
.footer-info-text {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
}
.footer-links {
    display: flex;
    flex-direction: column;
}
.footer-link {
    text-decoration: underline;
    color: #ffffff;
    transition: color 0.2s ease-in-out;
}
.footer-link:hover, .footer-link:active {
    color: #bfd9ff;
}
.footer-link:not(:last-child) {
    margin-bottom: .5em;
}
.footer-contacts {}
.footer-contact {
    display: flex;
    flex-direction: column;
}
.footer-contact-label {
    margin-bottom: .5em;
    color: #ffffff;
}
.footer-contact-value {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.2s ease-in-out;
}
.footer-contact-value:hover, .footer-contact-value:active {
    color: #ffffff;
}
.footer-consent-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
}
.footer-consent-link {
    text-decoration: underline;
    color: #ffffff;
    transition: color 0.2s ease-in-out;
}
.footer-consent-link:hover, .footer-consent-link:active {
    color: #bfd9ff;
}
/******************************************/
/******************************************/
