@charset "UTF-8";
/*** The new CSS Reset - version 1.3.1 (last updated 28.10.2021) ***/
 
*:where(:not(iframe,canvas,img,svg,video,input,select,hr):not(svg *,symbol *)){all:unset;display:revert}*,*::before,*::after{box-sizing:border-box}ol,ul{list-style:none}img{max-width:100%}table{border-collapse:collapse}textarea{white-space:revert}
a{
	cursor: pointer;
}
img{
	vertical-align: bottom;
}

.fluid{
	max-width: 100%;
	height: auto;
}
