html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
	color: #333d4b;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

h3 {
	padding: 0;
	margin: 0;
}

.light {
	font-weight: 100;
}

.normal {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.extra_bold {
	font-weight: 800;
}

.black {
	font-weight: 900;
}

.w100p {
    width: 100%;
}

.w235 {
    width: 235px;
}

.w765 {
    width: 765px;
}

.w960 {
    width: 960px;
}

.w1026 {
    width: 1026px;
}

.w1030 {
    width: 1030px;
}

.h115 {
    height: 115px;
}

.h235 {
    height: 235px;
}

.p15 {
    padding: 15px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.gap15 {
    gap: 15px;
}

.gap15 {
    gap: 15px;
}

.gap20 {
    gap: 20px;
}

.gap30 {
    gap: 30px;
}

.text_color_wh {
    color: #fff !important;
}

.text_color_og {
    color: #ff6600 !important;
}

.text_color_gn {
    color: #1ec163 !important;
}

.text_color_bk {
    color: #000 !important;
}

.text_color_828282 {
    color: #828282 !important;
}

.text-color-wh-stroke-bk {
	color: #fff;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-weight: bold;
}

.text_center {
    text-align: center;
}

.align-items_center {
    align-items: center;
}

.justify-content_center {
    justify-content: center;
}

.flex-direction_column {
    flex-direction: column;
}

.flex-direction_row {
    flex-direction: row;
}

.bg_white {
	background: #fff !important;
}

.display_grid {
	display: grid;
}

.fontsize-14 {
	font-size: 14px;
}

.fontsize_16 {
	font-size: 16px;
}

.fontsize-18 {
	font-size: 18px;
}

.fontsize-20 {
	font-size: 20px;
}

.fontsize-24 {
	font-size: 24px;
}

.image-wrapper-1_1 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.image-wrapper-1_1 .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-wrapper-16_9 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.26%;
	overflow: hidden;
}

.image-wrapper-16_9 .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-wrapper-1_075 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	overflow: hidden;
}

.image-wrapper-1_075 .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-wrapper-075_1 {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.image-wrapper-075_1 .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}