.footer {--col-size: 8.333333%;position: relative;background-color: #3C255E;padding-block: 38px 40px;}.footer:before {content: "";position: absolute;inset-inline: 0;width: 100%;height: 12.5vw;background-size: 110%;background-repeat: no-repeat;z-index: 99;pointer-events: none;top: -4.5vw;background-image: url('../../images/dark-purple-shape-top.png');background-position: top center;}.footer__row {display: flex;flex-flow: row wrap;margin-top: -20px;margin-inline: -10px;align-items: center;}.footer__col {max-width: 100%;flex: 0 0 auto;padding-inline: 10px;margin-top: 20px;width: calc(var(--col-size) * 12);}.footer__logo {width: 76%;max-width: 240px;margin-inline: auto;}.footer__logo img {width: 100%;height: auto;display: block;}.footer__content>* {color: #FAF7ED;text-align: center;}.footer__content>* a {font-style: normal;}@media screen and (min-width: 768px) {.footer__col {width: calc(var(--col-size) * 6);}.footer__col:first-child {width: calc(var(--col-size) * 12);}.footer__logo {width: 76%;max-width: 340px;}.footer__content>* {text-align: start;}}@media screen and (min-width: 992px) {.footer {padding-block: 108px 160px;}.footer__col {width: calc(var(--col-size) * 4) !important;}}