:root{
  --primary: #020A28 !important;
  --secondary: #FF9D30 !important;
  --success: #00c851 !important;
  --pink: #fca7a7 !important;
}
html {/* IE11 compatibility */
  --primary: #020A28 !important;
  --secondary: #FF9D30 !important;
  --success: #00c851 !important;
  --pink: #fca7a7 !important;
}
/* Chatlander header */
.cake-header {
  background-color: var(--primary) !important; 
  border-bottom:none;
}
/* Multistep lander header m01 */
header.multistep {
  background-color: var(--primary) !important; 
  border-bottom:none;
}
#intro h1, #intro h2, #intro h3 {
  color: var(--secondary) !important;
}