@charset "UTF-8";/*!
	/*css core*/
/* -------- VARIABLES -------- */ 
:root,[data-bs-theme=light]{
	--ns-darkblue:#0037B8;
	--ns-blue:#028FFC;
	--ns-lightblue:#B5D9F3;
	--ns-darkblue:#0037B8;
	--ns-grey:#CCDDF2;
	--ns-lightgrey:#E9F3FF;
	--ns-offwhite:#F6FAFF;
	--ns-darkgrey:#79A9CF;
	--ns-black:#404040;
	--ns-yellow:#FFCC54;
	--ns-lightorange:#FFB15B;
	--ns-orange:#FF882D;
	--ns-green:#50CC69;
	--ns-shadow:0px 3px 6px rgba(2, 143, 252, 0.1);
}
body{

}
.main{
	max-width:700px;
	margin:15px auto;
	box-shadow: 0px 6px 12px rgba(0, 55, 184, 0.1);
	border-radius:5px;
	background-color:white;
	padding:15px;
	font-size:1.2rem;
}
.box{
	margin-top:15px;
	padding:15px;
	box-shadow: 0px 6px 12px rgba(0, 55, 184, 0.1);
	border-radius:5px;
	border:1px solid #B5D9F3;
}