.footer {
    font-family: "GilroyRegular";
    color: #444444;
    background-color: #ffffff;
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
    margin-top: 0;
}
.footer .footer-newsletter {
    background-color: color-mix(in srgb, #000000, transparent 96%);
    padding: 50px 0;
}
.footer .footer-newsletter h4 {
    font-size: 24px;
}
.footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, #000000, transparent 80%);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
}
.footer .footer-newsletter .newsletter-form:focus-within {
    border-color: #000000;
}
.footer .footer-newsletter .newsletter-form input[type=email] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: #ffffff;
    color: #444444;
}
.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
    outline: none;
}
.footer .footer-newsletter .newsletter-form input[type=submit] {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: #000000;
    color: #ffffff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}
.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
    background: color-mix(in srgb, #000000, transparent 20%);
}
.footer .footer-top {
    padding-top: 50px;
}
.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid color-mix(in srgb, #444444, transparent 50%);
    font-size: 16px;
    color: color-mix(in srgb, #444444, transparent 20%);
    margin-right: 10px;
    transition: 0.3s;
}
.footer .social-links a:hover {
    color: #000000;
    border-color: #000000;
}
.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-links {
    margin-bottom: 30px;
}
.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-links ul i {
    margin-right: 3px;
    font-size: 12px;
    line-height: 0;
    color: #000000;
}
.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-links ul a {
    display: inline-block;
    color: color-mix(in srgb, #444444, transparent 20%);
    line-height: 1;
}
.footer .footer-links ul a:hover {
    color: #000000;
}
.footer .footer-about a {
    color: #172624;
    font-size: 24px;
    font-weight: 600;
    font-family: "GilroyRegular";
}
.footer .footer-contact p {
    margin-bottom: 5px;
}
.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid color-mix(in srgb, #444444, transparent 90%);
}
.footer .copyright p {
    margin-bottom: 0;
}
.footer .credits {
    margin-top: 6px;
    font-size: 13px;
}
.footer .credits a {
    color: inherit;
}
.footer .footer-newsletter {
    background-color: color-mix(in srgb, #939393, transparent 96%);
    padding: 50px 0;
}
.footer a {
    text-decoration: none;
}