footer{background-color:var(--footerBgColor);width:100%}footer .content{padding:20px;margin:0 auto;max-width:var(--pageMaxWidth)}footer a{color:var(--colorN90);font-size:.9rem;font-weight:300;text-decoration:none}footer a:hover{text-decoration:underline}footer .top{align-items:flex-start;display:grid;row-gap:35px;column-gap:30px;grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-rows:auto}footer .group{display:flex;flex-direction:column}footer .group.h100p{height:100%}footer .group.h100p .flexSpread{display:flex;flex-direction:column;justify-content:space-between;height:100%}footer .group>p{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:10px;margin-top:20px}footer .group a{margin-bottom:10px}footer .group .apps a{display:block}footer .middle{display:flex;align-items:center;justify-content:flex-start;max-width:500px;margin:20px 0 10px}footer .middle>*{height:20px}footer .middle>a{padding:0 15px;font-size:.85rem}@media screen and (max-width:768px){footer .top{grid-template-columns:auto;row-gap:0}footer .apps{display:flex;justify-content:space-between;align-items:center}footer .middle{justify-content:space-between}footer .middle>a{padding:8px;padding-left:0}}footer .bottom{margin-top:10px;padding-top:10px;border-top:1px solid #dfe1e629;font-size:.9rem;color:var(--colorN90);font-weight:300}