@charset "UTF-8";

/* ≡≡≡ Resets ≡≡≡ */

*,
*::before,
*::after{
	box-sizing: border-box;
	outline: none;
}

html, body{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
}

p:last-child{
	margin-bottom: 0px;
}

strong, b{
	font-weight: 700;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

fieldset{
	min-width: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

legend{
	width: 100%;
	float: none;
}

select{
	text-transform: none;
	word-wrap: normal;
}

textarea{
	resize: vertical;
}

button{
	cursor: pointer;
	text-transform: none;
}

button:focus:not(:focus-visible){
	outline: 0;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled){
	cursor: pointer;
}

/* ≡≡≡ Utilities ≡≡≡ */

.noselect{
	cursor: default;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.text-left{ text-align: left !important;}
.text-center{ text-align: center !important;}
.text-right{ text-align: right !important;}
.text-justify{ text-align: justify !important;}

.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-grid{display:grid!important}
.d-table{display:table!important}
.d-table-row{display:table-row!important}
.d-table-cell{display:table-cell!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
.d-none{display:none!important}
.mt-1{margin-top:10px}
.mt-2{margin-top:20px}
.mt-3{margin-top:30px}
.mt-4{margin-top:40px}
.mt-5{margin-top:50px}
.mt-ff{margin-top:25px;}

/* XL - Extra Large */
@media (max-width: 1399.98px){
	.text-xl-left{ text-align: left !important;}
	.text-xl-center{ text-align: center !important;}
	.text-xl-right{ text-align: right !important;}
	.text-xl-justify{ text-align: justify !important;}
	
	.d-xl-inline{display:inline!important}
	.d-xl-inline-block{display:inline-block!important}
	.d-xl-block{display:block!important}
	.d-xl-grid{display:grid!important}
	.d-xl-table{display:table!important}
	.d-xl-table-row{display:table-row!important}
	.d-xl-table-cell{display:table-cell!important}
	.d-xl-flex{display:flex!important}
	.d-xl-inline-flex{display:inline-flex!important}
	.d-xl-none{display:none!important}
}

/* LG - Large */
@media (max-width: 1199.98px){
	.text-lg-left{ text-align: left !important;}
	.text-lg-center{ text-align: center !important;}
	.text-lg-right{ text-align: right !important;}
	.text-lg-justify{ text-align: justify !important;}
	
	.d-lg-inline{display:inline!important}
	.d-lg-inline-block{display:inline-block!important}
	.d-lg-block{display:block!important}
	.d-lg-grid{display:grid!important}
	.d-lg-table{display:table!important}
	.d-lg-table-row{display:table-row!important}
	.d-lg-table-cell{display:table-cell!important}
	.d-lg-flex{display:flex!important}
	.d-lg-inline-flex{display:inline-flex!important}
	.d-lg-none{display:none!important}
}

/* MD - Medium */
@media (max-width: 991.98px){
	.text-md-left{ text-align: left !important;}
	.text-md-center{ text-align: center !important;}
	.text-md-right{ text-align: right !important;}
	.text-md-justify{ text-align: justify !important;}
	
	.d-md-inline{display:inline!important}
	.d-md-inline-block{display:inline-block!important}
	.d-md-block{display:block!important}
	.d-md-grid{display:grid!important}
	.d-md-table{display:table!important}
	.d-md-table-row{display:table-row!important}
	.d-md-table-cell{display:table-cell!important}
	.d-md-flex{display:flex!important}
	.d-md-inline-flex{display:inline-flex!important}
	.d-md-none{display:none!important}
}

/* SM - Small */
@media (max-width: 767.98px){
	.text-sm-left{ text-align: left !important;}
	.text-sm-center{ text-align: center !important;}
	.text-sm-right{ text-align: right !important;}
	.text-sm-justify{ text-align: justify !important;}
	
	.d-sm-inline{display:inline!important}
	.d-sm-inline-block{display:inline-block!important}
	.d-sm-block{display:block!important}
	.d-sm-grid{display:grid!important}
	.d-sm-table{display:table!important}
	.d-sm-table-row{display:table-row!important}
	.d-sm-table-cell{display:table-cell!important}
	.d-sm-flex{display:flex!important}
	.d-sm-inline-flex{display:inline-flex!important}
	.d-sm-none{display:none!important}
}

/* XS - Extra Small */
@media (max-width: 575.98px){
	.text-xs-left{ text-align: left !important;}
	.text-xs-center{ text-align: center !important;}
	.text-xs-right{ text-align: right !important;}
	.text-xs-justify{ text-align: justify !important;}
	
	.d-xs-inline{display:inline!important}
	.d-xs-inline-block{display:inline-block!important}
	.d-xs-block{display:block!important}
	.d-xs-grid{display:grid!important}
	.d-xs-table{display:table!important}
	.d-xs-table-row{display:table-row!important}
	.d-xs-table-cell{display:table-cell!important}
	.d-xs-flex{display:flex!important}
	.d-xs-inline-flex{display:inline-flex!important}
	.d-xs-none{display:none!important}
}