.clean {
border:none;
background-position:center;
background-repeat:no-repeat;
}





/*FLAT*/
/*FLAT-FRAME-BOX*/

.flat-box{
	display:inline-flex;
}
.flat-text{
	font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    font-family: Arial;		
}

/*
* ? 
* FLAT-M
* ???? 
*/

.flatM {
    position: relative;
    /*float:left;*/
    /* width: var(--grid1); */
    /* height: var(--grid2); */
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    font-family: Arial;
    text-transform: uppercase;
    /* color: black; */
    /* transform: rotate(-27deg); */
    /* -webkit-box-shadow: 0px 5px 15px -2px rgb(0 0 0 / 37%); */
    /* box-shadow: 0px 5px 15px -2px rgb(0 0 0 / 37%); */
    /* z-index: 2; */
}
/*.flatM::before{*/
/*    content: " ";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    border-style: solid;*/
/*    border-color: rgba(255, 255, 255, 0.8);*/
/*    border-top-width: 2px;*/
/*    border-left-width: 0px;*/
/*    border-right-width: 0px;*/
/*    border-bottom-width: 0px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index:-1;*/
/*    pointer-events: none;*/
/*    opacity: 1; */
/*}*/
/*.flatM.clear::before{content:none;}*/

/*
* ? 
* FLAT-T
* ???? 
*/

.flat-t{
	position:absolute;
	width:var(--grid4);
	height:var(--grid1);
	z-index:15;  
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:12px;
	font-weight:600;
	font-family:Arial;
	text-transform:uppercase;
	/*color:black;*/
	/*transform:rotate(-27deg);*/
	-webkit-box-shadow: 0px 5px 15px -2px rgb(0 0 0 / 37%);
	box-shadow: 0px 5px 15px -2px rgb(0 0 0 / 37%);
	/*z-index: 2;  */
}
.flat-t-in{
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	font-size:11px;
	line-height:20px;
	font-weight:600;
	font-family:Arial;
	text-transform:uppercase;
}
.flat-t-la{
	width: 100%;
	text-align: center;
	border-color:#ffffff !important;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:var(--grid1);
}