/*noinspection CssInvalidPropertyValue*/
.footer {
    background-color: #181828;
    color: #edeffe;
    font-family: "Oswald", "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.footer a,
.footer a:visited,
.footer a:active,
.footer a:focus {
    text-decoration: none;
}

.footer a:hover {
    filter: brightness(0.7);
    text-decoration: none;
}

.footer a {
    color: #edeffe;
}

.footer > .content-wrap {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px;
}

.footer > .content-wrap > .content-wrap-inner {
    position: relative;
    overflow: auto;
}

.footer .left {
    float: left;
    width: calc(100% - 360px);
    padding-right: 10px;
}

.footer .right {
    float: right;
    width: 360px;
    padding-left: 10px;
    text-align: right;
}

.footer .slogan {
    text-transform: uppercase;
    line-height: 1.3;
}

.footer .slogan span {
    font-size: 60px;
    font-weight: 600;
}

.footer .slogan span:not(.big) {
    letter-spacing: 0.05rem;
}

.footer .slogan span.big {
    font-size: 71px;
    font-weight: 800;
}

.footer .slogan span.red {
    color: #ed4d50;
}

.footer .subtitle {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 35px;
    padding-bottom: 60px;
    font-weight: 200;
    letter-spacing: 0.09rem;
}

.footer .copyright {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright.desktop {
    position: absolute;
    bottom: 0;
}

.footer .links {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8em;
}

.footer .links > div.faq {
    padding-top: 3px;
}

.footer .social-media {
    margin-top: 40px;
}

.footer .social-media > a {
    display: inline-block;
    margin-left: 10px;
}

.footer .social-media > a > img {
    display: block;
    width: 38px;
    height: 38px;
}

.footer .follow-us {
    font-family: 'Reenie Beanie', handwriting, sans-serif;
    font-weight: 300;
    font-size: 24px;
}

/*.footer .follow-us:hover {
    font-weight: 800;
}*/

.footer .contact-us {
    margin-top: 40px;
}

.footer .information {
    margin-top: 40px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5em;
}
