:root{
  --st-blue-500:#1e88ff;
  --st-blue-600:#1565d8;
  --st-blue-400:#6fc2ff;
  --st-blue-700:#0a3d8f;
  --st-blue-300:#a8d4ff;
  --st-cyan-500:#00b8d9;
}
.btn-yellow,.btn-yellow--big,.btn-yellow-bordered{background:var(--st-blue-500)!important;border-color:var(--st-blue-500)!important;color:#fff!important}
.btn-yellow:hover,.btn-yellow--big:hover,.btn-yellow-bordered:hover{background:var(--st-blue-600)!important;border-color:var(--st-blue-600)!important}
.btn-yellow:active,.btn-yellow--big:active{background:var(--st-blue-700)!important}
.btn-yellow-bordered{background:transparent!important;color:var(--st-blue-500)!important}
.btn-yellow-bordered:hover{background:var(--st-blue-500)!important;color:#fff!important}
[style*="#ffdb26"]{background:var(--st-blue-500)!important;color:#fff!important}
[style*="#ff514d"]{background:var(--st-blue-700)!important}
.alert-danger{background:var(--st-blue-700)!important;color:#fff!important;border-color:var(--st-blue-700)!important}
a{color:var(--st-blue-500)}
a:hover{color:var(--st-blue-600)}
.banner-inner,.banner-with-image__img{filter:hue-rotate(180deg) saturate(.85)}
.bg-yellow,.text-yellow{background-color:var(--st-blue-500)!important;color:#fff!important}
::selection{background:var(--st-blue-400);color:#fff}
