.spacer .white{background-color:var(--neutral-000)}
.spacer .dark{background-color:var(--twilight-1000)}
@media(max-width:768px){.spacer.mobile-xs{height:4px}
.spacer.mobile-sm{height:8px}
.spacer.mobile-md{height:16px}
.spacer.mobile-lg{height:24px}
.spacer.mobile-xl{height:40px}
}
@media(min-width:769px){.spacer{width:1440px;margin:0 auto;max-width:100%}
.spacer.desktop-xs{height:8px}
.spacer.desktop-sm{height:16px}
.spacer.desktop-md{height:24px}
.spacer.desktop-lg{height:40px}
.spacer.desktop-xl{height:80px}
}