    #footer a {
        font-weight: normal;
    }

    #footer a:hover {
        color: var(--lime);
    }

    #footer #social-links a:hover img,
    #footer #social-links a:focus-visible img {
        filter: brightness(0) saturate(100%) invert(91%) sepia(22%) saturate(870%) hue-rotate(167deg) brightness(102%) contrast(92%);
    }

@media (max-width: 1023px) {

    #footer .tar {
        text-align: left;
    }

    #footer .footer-google {
        padding-top: 24rem;
        padding-bottom: 24rem;
    }

     #footer .footer-google .image-wrap {
        width: 50rem;
    }

/* CLUBSNSW */
#footer .image-wrap.aoc {
	width: 60rem;
	/* margin: auto; */
	margin-bottom: var(--18);
}

}

/* CLUBSNSW */
#footer ul {
    padding: 0;
    list-style: none;
    line-height: 2.25;
}

#footer a {
    text-decoration: none;
}

#footer li a:hover {
    text-decoration: underline;
}

#footer .image-wrap.logo img {
    filter: brightness(0) invert(100%);
    width: 200rem;
}

/* #footer .image-wrap.logo img:hover {
    filter: invert(100%);
} */

#footer #social-links .image-wrap {
    width: 35rem;
}


.pure-u-lg-1-5:last-child a {
    position: relative;
}

.pure-u-lg-1-5:last-child a::before, .pure-u-lg-1-5:last-child a::after {
	content: '';
	display: block;
	width: 12rem;
	height: 12rem;
	position: absolute;
	top: 4rem;
	right: -20rem;
}

.pure-u-lg-1-5:last-child a::before {
	background-color: var(--white);
	border-radius: 50%;
}

.pure-u-lg-1-5:last-child a::after {
	mask-image: url('../images/icon-arrow.svg');
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: 8rem auto;
	background-color: var(--black);
	/* top: 0;
	right: 0; */
	rotate: -45deg;
}
