:root {
	
    --text-color: #20242e;
    --white: white;
    --blue: #2998ff;
    --middle--25: #2b4369;
    --greys--10: #0c1427;
    --middle--40: #4b6b93;
    --middle--90: #dfe8f0;
    --greys--25: #31425e;
    --middle--20: #22345a;
    --blue--95: #dcfaff;
    --greys--15: #1c273b;
    --middle--15: #17274c;
    --blue--98: #effeff;
    --blue--90: #c6f2ff;
    --greys--20: #3f4f68;
    --greys--92: #e9ecef;
    --greys--30: #3f4f68;
    --greys--50: #748295;
    --middle--70: #9db8d1;
    --middle--30: #355178;
    --middle--80: #bdd0e0;
    --middle--10: #0e182f;
    --black: black;
    --middle--92: #e5ecf3;
    --greys--40: #59687e;
    --blue--30: #005ada;
    --blue--25: #0048c2;
    --blue--15: #002885;
    --blue--80: #95deff;
    --red--15: #50131a;
	
}

h1.heading {
	
	color: var(--middle--25);
		
}

h1.heading > span {
	
	font-size: 1.5rem;
    font-family: 'GolosTextWebRegular', Poppins, Helvetica, sans-serif;
    font-weight: 300;
	
}

h1.heading > strong {
	
	color: var(--blue--30);	
	
}

.login-form {
	
	background: #fff;
	border-radius: 1.5rem !important;
	
}

.marquee-section {
	
	background-color: #f5f8fa;
	border-radius: .75rem !important;
	color: var(--middle--20);
	
}

.marquee-section .ico {

	background: #DFEFFF;
	width: 6rem;
	height: 6rem;
	border-radius: .75rem !important;
	
}

.marquee-bg__section.absolute {

    width: 100%;
    position: fixed;
    inset: auto auto 0% 0%;

}

.marquee-bg__section {

    justify-content: center;
    align-items: flex-start;
    display: flex;

}

.marquee-bg__section {

    background-image: url('/custom/static/images/hiatalreg/main-bg.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #2b4369;

}

.marquee.mainpage {

    padding-top: 16px;
    padding-bottom: 16px;

}