@import "style_fonts_inter.css?v=4";

.fw-100, .fw-thin {
	font-weight: 100 !important;
}
.fw-200, .fw-lighter {
	font-weight: 200 !important;
}
.fw-300, .fw-light {
	font-weight: 300 !important;
}
.fw-400, .fw-regular {
	font-weight: 400 !important;
}
.fw-500, .fw-normal {
	font-weight: 500 !important;
}
.fw-600, .fw-bold {
	font-weight: 600 !important;
}
.fw-700, .fw-bolder {
	font-weight: 700 !important;
}
.fw-800, .fw-max {
	font-weight: 800 !important;
}

.hr-1 {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: solid 5px;
}
.hr-2 {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: solid 4px;
}
.hr-3 {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: solid 3px;
}
.hr-4 {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: solid 2px;
}
.hr-5 {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: solid 1px;
}
.hr-6 {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: solid .5px;
}
.hr-light {
	border-top-color: rgba(255,255,255,.7);
}
.hr-dark {
	border-top-color: rgba(0,0,0,0.3);
}
.hr-dashed {
	border-top-style: dashed;
}
.hr-dotted {
	border-top-style: dotted;
}
hr {
  content: "";
  display: table;
  clear: both;
}