/* Transparent, larger brand mark */
header{height:120px}
.brand>span{width:88px;height:88px;border-radius:0;overflow:visible;background:transparent;box-shadow:none;flex:0 0 auto}
.brand img{width:100%;height:100%;object-fit:contain}
header .brand{gap:15px}
header .brand>b{font-size:19px}
.footer .brand>span{width:72px;height:72px}
.contact-logo img{width:150px;height:150px;object-fit:contain;border-radius:0;background:transparent}
.contact-logo i{margin-left:75px}
@media(max-width:600px){header{height:88px}.brand>span{width:66px;height:66px}.brand img{width:100%;height:100%}header .brand{gap:9px}header .brand>b{font-size:15px}.footer .brand>span{width:62px;height:62px}}
