
/* GLOBAL */
@media(min-width:992px){
.fixy {
background-attachment: fixed !important;
}
}
.gradient-overlay {
background: var(--primary);
background: linear-gradient(90deg, var(--primary) 0%, transparent 100%);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
}
/* PAGE SPECIFIC */
/* FOOTER */
