@charset "UTF-8";

/*============================================================================================
      Layout
=============================================================================================*/
/*    Wrapper
=====================================================*/
.l_wrap{
  width: 100%;
  margin: auto;
}
.l_wrap_inr{
  max-width: 1110px;
  width: 92vw;
  margin: auto;
}

/* Large devices (desktops, 992px and under) */
@media (max-width: 1040px){
  .l_wrap_inr{
  }
}

/* Medium devices (tablets, 768px and under) */
@media (max-width: 896px){
  .l_wrap_inr{
  }
}

/* Small devices (landscape phones, 576px and under) */
@media (max-width: 576px){
  .l_wrap_inr{

  }
}



/*    Grid
=====================================================*/
.l_grid{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.l_grid_1,
.l_grid_2,
.l_grid_3,
.l_grid_4,
.l_grid_5,
.l_grid_6,
.l_grid_7,
.l_grid_8,
.l_grid_9,
.l_grid_10,
.l_grid_11,
.l_grid_12{
  width: 100%;
  position: relative;
}
.l_grid_1{
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.l_grid_2{
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.l_grid_3{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.l_grid_4{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.l_grid_5{
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.l_grid_6{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.l_grid_7{
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.l_grid_8{
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.l_grid_9{
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.l_grid_10{
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.l_grid_11{
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.l_grid_12{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* Large devices (desktops, 992px and under) */
@media (max-width: 1040px){
  .l_grid_lg_auto{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .l_grid_lg_1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l_grid_lg_2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l_grid_lg_3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l_grid_lg_4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l_grid_lg_5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l_grid_lg_6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l_grid_lg_7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l_grid_lg_8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l_grid_lg_9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l_grid_lg_10{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l_grid_lg_11{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l_grid_lg_12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Medium devices (tablets, 768px and under) */
@media (max-width: 896px){
  .l_grid_md_auto{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .l_grid_md_1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l_grid_md_2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l_grid_md_3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l_grid_md_4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l_grid_md_5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l_grid_md_6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l_grid_md_7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l_grid_md_8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l_grid_md_9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l_grid_md_10{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l_grid_md_11{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l_grid_md_12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Small devices (landscape phones, 576px and under) */
@media (max-width: 576px){
  .l_grid_sm_auto{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .l_grid_sm_1{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l_grid_sm_2{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l_grid_sm_3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l_grid_sm_4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l_grid_sm_5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l_grid_sm_6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l_grid_sm_7{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l_grid_sm_8{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l_grid_sm_9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l_grid_sm_10{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l_grid_sm_11{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l_grid_sm_12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/*    Flex box
=====================================================*/
.l_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.l_flexNoWrap{
  -ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.l_directionColumn{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.l_alignItemsCenter{
  -ms-flex-align: center!important;
  align-items: center!important;
}
.l_alignItemsStart{
  -ms-flex-align: start!important;
  align-items: flex-start!important;
}
.l_alignItemsEnd{
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}
.l_alignContentCenter{
  -ms-flex-line-pack: center!important;
  align-content: center!important;
}
.l_alignContentStart{
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
.l_alignContentEnd{
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important;
}
.l_alignSelfCenter{
  -ms-flex-item-align: center!important;
	align-self: center!important;
}
.l_alignSelfStart{
  -ms-flex-item-align: start!important;
	align-self: flex-start!important;
}
.l_alignSelfEnd{
  -ms-flex-item-align: end!important;
	align-self: flex-end!important;
}
.l_justifyContentCenter{
  -ms-flex-pack: center!important;
	justify-content: center!important;
}
.l_justifyContentStart{
  -ms-flex-pack: start!important;
	justify-content: flex-start!important;
}
.l_justifyContentEnd{
  -ms-flex-pack: end!important;
	justify-content: flex-end!important;
}
.l_justifyContentAround{
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important;
}
.l_justifyContentBetween{
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}


/* Large devices (desktops, 992px and under) */
@media (max-width: 1040px){
  .l_flex_lg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l_flexNoWrap_lg{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .l_directionColumn_lg{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .l_alignItemsCenter_lg{
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .l_alignItemsStart_lg{
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
  .l_alignItemsEnd_lg{
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }
  .l_alignContentCenter_lg{
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
  .l_alignContentStart_lg{
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .l_alignContentEnd_lg{
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
  .l_alignSelfCenter_lg{
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
  .l_alignSelfStart_lg{
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
  }
  .l_alignSelfEnd_lg{
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
  .l_justifyContentCenter_lg{
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .l_justifyContentStart_lg{
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
  .l_justifyContentEnd_lg{
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
  .l_justifyContentAround_lg{
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  }
  .l_justifyContentBetween_lg{
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
}

/* Medium devices (tablets, 768px and under) */
@media (max-width: 896px){
  .l_flex_md{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l_flexNoWrap_md{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .l_directionColumn_md{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .l_alignItemsCenter_md{
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .l_alignItemsStart_md{
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
  .l_alignItemsEnd_md{
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }
  .l_alignContentCenter_md{
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
  .l_alignContentStart_md{
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .l_alignContentEnd_md{
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
  .l_alignSelfCenter_md{
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
  .l_alignSelfStart_md{
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
  }
  .l_alignSelfEnd_md{
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
  .l_justifyContentCenter_md{
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .l_justifyContentStart_md{
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
  .l_justifyContentEnd_md{
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
  .l_justifyContentAround_md{
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  }
  .l_justifyContentBetween_md{
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
}

/* Small devices (landscape phones, 576px and under) */
@media (max-width: 576px){
  .l_flex_sm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l_flexNoWrap_sm{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .l_directionColumn_sm{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .l_alignItemsCenter_sm{
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .l_alignItemsStart_sm{
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }
  .l_alignItemsEnd_sm{
    -ms-flex-align: end!important;
    align-items: flex-end!important;
  }
  .l_alignContentCenter_sm{
    -ms-flex-line-pack: center!important;
    align-content: center!important;
  }
  .l_alignContentStart_sm{
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .l_alignContentEnd_sm{
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
  }
  .l_alignSelfCenter_sm{
    -ms-flex-item-align: center!important;
    align-self: center!important;
  }
  .l_alignSelfStart_sm{
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
  }
  .l_alignSelfEnd_sm{
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
  }
  .l_justifyContentCenter_sm{
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .l_justifyContentStart_sm{
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
  }
  .l_justifyContentEnd_sm{
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
  }
  .l_justifyContentAround_sm{
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
  }
  .l_justifyContentBetween_sm{
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
  }
}



/*    Inline block
=====================================================*/
.l_col{
  letter-spacing: -0.3em;
	text-align: left;
}
.l_col_chd{
	display: inline-block;
	vertical-align: top;
}
.l_col_chd:first-child,
.l_col_chd:first-of-type{
	margin-left: 0;
}

/*=========================================
	Grid 2 column
=========================================*/
.l_clm2,
.l_clm2_lg_1,
.l_clm2_md_1,
.l_clm2_sm_1{
	width: 48.5%;
	margin: 30px 3% 0 0;
}
.l_clm2:nth-of-type(2n),
.l_clm2_lg_1:nth-of-type(2n),
.l_clm2_md_1:nth-of-type(2n),
.l_clm2_sm_1:nth-of-type(2n){
	margin-right: 0;
}
.l_clm2:nth-of-type(1),
.l_clm2:nth-of-type(2),
.l_clm2_lg_1:nth-of-type(1),
.l_clm2_lg_1:nth-of-type(2),
.l_clm2_md_1:nth-of-type(1),
.l_clm2_md_1:nth-of-type(2),
.l_clm2_sm_1:nth-of-type(1),
.l_clm2_sm_1:nth-of-type(2){
	margin-top: 0;
}
@media (max-width: 1040px){
	.l_clm2_lg_1,
	.l_clm2_lg_1:nth-of-type(2){
		width: 100%;
		margin: 30px 0 0;
	}
}
@media (max-width: 896px){
	.l_clm2_md_1,
	.l_clm2_md_1:nth-of-type(2){
		width: 100%;
		margin: 30px 0 0;
	}
}
@media (max-width: 576px){
	.l_clm2_sm_1,
	.l_clm2_sm_1:nth-of-type(2){
		width: 100%;
		margin: 8vw 0 0;
	}
}
/*=========================================
	Grid 3 column
=========================================*/
.l_clm3,
.l_clm3_lg_1,
.l_clm3_md_1,
.l_clm3_sm_1{
	width: 32%;
	margin: 30px 2% 0 0;
}
.l_clm3.l_clm_mb_10,
.l_clm3_lg_1.l_clm_mb_10,
.l_clm3_md_1.l_clm_mb_10,
.l_clm3_sm_1.l_clm_mb_10{
	margin: 10px 2% 0 0;
}
.l_clm3:nth-of-type(3n),
.l_clm3_lg_1:nth-of-type(3n),
.l_clm3_md_1:nth-of-type(3n),
.l_clm3_sm_1:nth-of-type(3n){
	margin-right: 0;
}
.l_clm3:nth-of-type(1),
.l_clm3:nth-of-type(2),
.l_clm3:nth-of-type(3),
.l_clm3_lg_1:nth-of-type(1),
.l_clm3_lg_1:nth-of-type(2),
.l_clm3_lg_1:nth-of-type(3),
.l_clm3_md_1:nth-of-type(1),
.l_clm3_md_1:nth-of-type(2),
.l_clm3_md_1:nth-of-type(3),
.l_clm3_sm_1:nth-of-type(1),
.l_clm3_sm_1:nth-of-type(2),
.l_clm3_sm_1:nth-of-type(3){
	margin-top: 0;
}
@media (max-width: 1040px){
	.l_clm3_lg_1,
	.l_clm3_lg_1:nth-of-type(2),
	.l_clm3_lg_1:nth-of-type(3){
		width: 100%;
		margin: 30px 0 0;
	}
	.l_clm3_lg_1.l_clm_mb_10,
	.l_clm3_lg_1.l_clm_mb_10:nth-of-type(2),
	.l_clm3_lg_1.l_clm_mb_10:nth-of-type(3){
		margin: 30px 0 0;
	}
}
@media (max-width: 896px){
	.l_clm3_md_1,
	.l_clm3_md_1:nth-of-type(2),
	.l_clm3_md_1:nth-of-type(3){
		width: 100%;
		margin: 30px 0 0;
	}
	.l_clm3_md_1.l_clm_mb_10,
	.l_clm3_md_1.l_clm_mb_10:nth-of-type(2),
	.l_clm3_md_1.l_clm_mb_10:nth-of-type(3){
		margin: 10px 0 0;
	}
}
@media (max-width: 576px){
	.l_clm3_sm_1,
	.l_clm3_sm_1:nth-of-type(2),
	.l_clm3_sm_1:nth-of-type(3){
		width: 100%;
		margin: 8vw 0 0;
	}
	.l_clm3_sm_1.l_clm_mb_10,
	.l_clm3_sm_1.l_clm_mb_10:nth-of-type(2),
	.l_clm3_sm_1.l_clm_mb_10:nth-of-type(3){
		margin: 1.7vw 0 0;
	}
}
/*=========================================
	Grid 4 column
=========================================*/
.l_clm4,
.l_clm4_lg_2,
.l_clm4_md_2,
.l_clm4_md_3,
.l_clm4_sm_2,
.l_clm4_sm_1{
	width: 23.5%;
	margin: 30px 2% 0 0;
}
.l_clm4:nth-of-type(4n),
.l_clm4_lg_2:nth-of-type(4n),
.l_clm4_md_2:nth-of-type(4n),
.l_clm4_md_3:nth-of-type(4n),
.l_clm4_sm_2:nth-of-type(4n),
.l_clm4_sm_1:nth-of-type(4n){
	margin-right: 0;
}
.l_clm4:nth-of-type(1),
.l_clm4:nth-of-type(2),
.l_clm4:nth-of-type(3),
.l_clm4:nth-of-type(4),
.l_clm4_lg_2:nth-of-type(1),
.l_clm4_lg_2:nth-of-type(2),
.l_clm4_lg_2:nth-of-type(3),
.l_clm4_lg_2:nth-of-type(4),
.l_clm4_md_2:nth-of-type(1),
.l_clm4_md_2:nth-of-type(2),
.l_clm4_md_2:nth-of-type(3),
.l_clm4_md_2:nth-of-type(4),
.l_clm4_md_3:nth-of-type(1),
.l_clm4_md_3:nth-of-type(2),
.l_clm4_md_3:nth-of-type(3),
.l_clm4_md_3:nth-of-type(4),
.l_clm4_sm_2:nth-of-type(1),
.l_clm4_sm_2:nth-of-type(2),
.l_clm4_sm_2:nth-of-type(3),
.l_clm4_sm_2:nth-of-type(4),
.l_clm4_sm_1:nth-of-type(1),
.l_clm4_sm_1:nth-of-type(2),
.l_clm4_sm_1:nth-of-type(3),
.l_clm4_sm_1:nth-of-type(4){
	margin-top: 0;
}
@media (max-width: 1040px){
	.l_clm4_lg_2,
	.l_clm4_lg_2:nth-of-type(2n),
	.l_clm4_lg_2:nth-of-type(3),
	.l_clm4_lg_2:nth-of-type(4){
		width: 48.5%;
		margin: 30px 3% 0 0;
	}
	.l_clm4_lg_2:nth-of-type(1),
	.l_clm4_lg_2:nth-of-type(2){
		margin-top: 0;
	}
	.l_clm4_lg_2:nth-of-type(2n){
		margin-right: 0;
	}
}
@media (max-width: 896px){
  .l_clm4_md_2,
	.l_clm4_md_2:nth-of-type(2n),
	.l_clm4_md_2:nth-of-type(3),
	.l_clm4_md_2:nth-of-type(4){
		width: 48.5%;
		margin: 30px 3% 0 0;
	}
	.l_clm4_md_2:nth-of-type(1),
	.l_clm4_md_2:nth-of-type(2){
		margin-top: 0;
	}
	.l_clm4_md_2:nth-of-type(2n){
		margin-right: 0;
  }

	.l_clm4_md_3{
    width: 32%;
    margin: 30px 2% 0 0;
	}
  .l_clm4_md_3,
  .l_clm4_md_3:nth-of-type(4n),
	.l_clm4_md_3:nth-of-type(2),
	.l_clm4_md_3:nth-of-type(3){
    width: 32%;
    margin: 30px 2% 0 0;
	}
	.l_clm4_md_3:nth-of-type(3n){
		margin-right: 0;
  }
}
@media (max-width: 576px){
	.l_clm4_sm_2,
	.l_clm4_sm_2:nth-of-type(2n),
	.l_clm4_sm_2:nth-of-type(3),
  .l_clm4_sm_2:nth-of-type(4),
  .l_clm4_md_3:nth-of-type(3n){
		width: 48.5%;
		margin: 8vw 3% 0 0;
	}
	.l_clm4_sm_2:nth-of-type(1),
	.l_clm4_sm_2:nth-of-type(2){
		margin-top: 0;
	}
	.l_clm4_sm_2:nth-of-type(2n){
		margin-right: 0;
  }
	.l_clm4_sm_1,
	.l_clm4_md_3.l_clm4_sm_1,
  .l_clm4_sm_1:nth-of-type(2n),
  .l_clm4_sm_1:nth-of-type(2),
	.l_clm4_sm_1:nth-of-type(3),
	.l_clm4_sm_1:nth-of-type(4){
		width: 100%;
		margin: 8vw 0 0;
  }
  .l_clm4:nth-of-type(1){
		margin-top: 0;
	}
	.l_clm4_sm_1:nth-of-type(2n){
		margin-right: 0;
  }
}

/*    Ratio
=====================================================*/
.l_ratio3_1_l{
	width: 32%;
	margin-right: 2%;
}
.l_ratio3_2_r,
.l_ratio3_2_l{
	width: 66%;
}
.l_ratio3_1_r{
	width: 32%;
	margin-left: 2%;
}

.l_ratio4_1_l{
	width: 23%;
	margin-right: 2%;
}
.l_ratio4_3_r,
.l_ratio4_3_l{
	width: 75%;
}
.l_ratio4_1_r{
	width: 23%;
	margin-left: 2%;
}

@media (max-width: 896px){
	.l_ratio3_1_l{
		width: 48.5%;
		margin-right: 3%;
  }
  .l_ratio3_1_r{
    width: 48.5%;
    margin-left: 3%;
  }
  .l_ratio3_2_r,
  .l_ratio3_2_l{
    width: 48.5%;
  }

	.l_ratio4_1_l{
		width: 32%;
		margin-right: 2%;
	}
	.l_ratio4_1_r{
		width: 32%;
		margin-left: 2%;
	}
  .l_ratio4_3_r,
  .l_ratio4_3_l{
    width: 66%;
  }
}

@media (max-width: 576px){
  .l_ratio3_1_l{
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .l_ratio3_1_r{
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-bottom: 8vw;
  }
  .l_ratio3_2_r,
  .l_ratio3_2_l{
    width: 100%;
    order: 2;
  }

  .l_ratio4_1_l{
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
	}
	.l_ratio4_1_r{
		width: 100%;
		margin-left: 0;
		margin-top: 8vw;
	}
  .l_ratio4_3_r,
  .l_ratio4_3_l{
    width: 100%;
  }
}


@media (max-width: 576px){
  .l_clm_o1_sm{
    order: 1;
  }
  .l_clm_o2_sm{
    order: 2;
  }
  .l_clm_o2_sm.l_clm2_sm_1,
  .l_clm_o2_sm.l_clm2_sm_1:nth-last-of-type(2){
    margin: 8vw 0 0;
  }
}

/*    Padding
=====================================================*/
/*-- Horizontal --*/
.px_0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px_5{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.px_10{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px_15{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.px_20{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.px_25{
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.px_30{
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.px_35{
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.px_40{
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px_45{
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.px_50{
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.px_60{
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.px_70{
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.px_80{
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.px_90{
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.px_100{
  padding-left: 100px !important;
  padding-right: 100px !important;
}
@media (max-width: 576px){
  .px_5{
    padding-left: 1.3vw !important;
    padding-right: 1.3vw !important;
  }
  .px_10{
    padding-left: 2.6vw !important;
    padding-right: 2.6vw !important;
  }
  .px_15{
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .px_20{
    padding-left: 5.3vw !important;
    padding-right: 5.3vw !important;
  }
  .px_25{
    padding-left: 6.6vw !important;
    padding-right: 6.6vw !important;
  }
  .px_30{
    padding-left: 8vw !important;
    padding-right: 8vw !important;
  }
  .px_35{
    padding-left: 9.3vw !important;
    padding-right: 9.3vw !important;
  }
  .px_40{
    padding-left: 10.6vw !important;
    padding-right: 10.6vw !important;
  }
  .px_45{
    padding-left: 12vw !important;
    padding-right: 12vw !important;
  }
  .px_50{
    padding-left: 13.3vw !important;
    padding-right: 13.3vw !important;
  }
  .px_60{
    padding-left: 16vw !important;
    padding-right: 16vw !important;
  }
  .px_70{
    padding-left: 18.6vw !important;
    padding-right: 18.6vw !important;
  }
  .px_80{
    padding-left: 21.3vw !important;
    padding-right: 21.3vw !important;
  }
  .px_90{
    padding-left: 24vw !important;
    padding-right: 24vw !important;
  }
  .px_100{
    padding-left: 26.6vw !important;
    padding-right: 26.6vw !important;
  }
}

/*-- Vertical --*/
.py_0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py_5{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py_10{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py_15{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py_20{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py_25{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py_30{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py_35{
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.py_40{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py_45{
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.py_50{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py_60{
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py_70{
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py_80{
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py_90{
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.py_100{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 576px){
  .py_5{
    padding-top: 1.3vw !important;
    padding-bottom: 1.3vw !important;
  }
  .py_10{
    padding-top: 2.6vw !important;
    padding-bottom: 2.6vw !important;
  }
  .py_15{
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
  }
  .py_20{
    padding-top: 5.3vw !important;
    padding-bottom: 5.3vw !important;
  }
  .py_25{
    padding-top: 6.6vw !important;
    padding-bottom: 6.6vw !important;
  }
  .py_30{
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
  }
  .py_35{
    padding-top: 9.3vw !important;
    padding-bottom: 9.3vw !important;
  }
  .py_40{
    padding-top: 10.6vw !important;
    padding-bottom: 10.6vw !important;
  }
  .py_45{
    padding-top: 12vw !important;
    padding-bottom: 12vw !important;
  }
  .py_50{
    padding-top: 13.3vw !important;
    padding-bottom: 13.3vw !important;
  }
  .py_60{
    padding-top: 16vw !important;
    padding-bottom: 16vw !important;
  }
  .py_70{
    padding-top: 18.6vw !important;
    padding-bottom: 18.6vw !important;
  }
  .py_80{
    padding-top: 21.3vw !important;
    padding-bottom: 21.3vw !important;
  }
  .py_90{
    padding-top: 24vw !important;
    padding-bottom: 24vw !important;
  }
  .py_100{
    padding-top: 26.6vw !important;
    padding-bottom: 26.6vw !important;
  }
}

/*-- top --*/
.pt_0{
  padding-top: 0 !important;
}
.pt_5{
  padding-top: 5px !important;
}
.pt_10{
  padding-top: 10px !important;
}
.pt_15{
  padding-top: 15px !important;
}
.pt_20{
  padding-top: 20px !important;
}
.pt_25{
  padding-top: 25px !important;
}
.pt_30{
  padding-top: 30px !important;
}
.pt_35{
  padding-top: 35px !important;
}
.pt_40{
  padding-top: 40px !important;
}
.pt_45{
  padding-top: 45px !important;
}
.pt_50{
  padding-top: 50px !important;
}
.pt_60{
  padding-top: 60px !important;
}
.pt_70{
  padding-top: 70px !important;
}
.pt_80{
  padding-top: 80px !important;
}
.pt_90{
  padding-top: 90px !important;
}
.pt_100{
  padding-top: 100px !important;
}
@media (max-width: 576px){
  .pt_5{
    padding-top: 1.3vw !important;
  }
  .pt_10{
    padding-top: 2.6vw !important;
  }
  .pt_15{
    padding-top: 4vw !important;
  }
  .pt_20{
    padding-top: 5.3vw !important;
  }
  .pt_25{
    padding-top: 6.6vw !important;
  }
  .pt_30{
    padding-top: 8vw !important;
  }
  .pt_35{
    padding-top: 9.3vw !important;
  }
  .pt_40{
    padding-top: 10.6vw !important;
  }
  .pt_45{
    padding-top: 12vw !important;
  }
  .pt_50{
    padding-top: 13.3vw !important;
  }
  .pt_60{
    padding-top: 16vw !important;
  }
  .pt_70{
    padding-top: 18.6vw !important;
  }
  .pt_80{
    padding-top: 21.3vw !important;
  }
  .pt_90{
    padding-top: 24vw !important;
  }
  .pt_100{
    padding-top: 26.6vw !important;
  }
}

/*-- bottom --*/
.pb_0{
  padding-bottom: 0 !important;
}
.pb_5{
  padding-bottom: 5px !important;
}
.pb_10{
  padding-bottom: 10px !important;
}
.pb_15{
  padding-bottom: 15px !important;
}
.pb_20{
  padding-bottom: 20px !important;
}
.pb_25{
  padding-bottom: 25px !important;
}
.pb_30{
  padding-bottom: 30px !important;
}
.pb_35{
  padding-bottom: 35px !important;
}
.pb_40{
  padding-bottom: 40px !important;
}
.pb_45{
  padding-bottom: 45px !important;
}
.pb_50{
  padding-bottom: 50px !important;
}
.pb_60{
  padding-bottom: 60px !important;
}
.pb_70{
  padding-bottom: 70px !important;
}
.pb_80{
  padding-bottom: 80px !important;
}
.pb_90{
  padding-bottom: 90px !important;
}
.pb_100{
  padding-bottom: 100px !important;
}
@media (max-width: 576px){
  .pb_5{
    padding-bottom: 1.3vw !important;
  }
  .pb_10{
    padding-bottom: 2.6vw !important;
  }
  .pb_15{
    padding-bottom: 4vw !important;
  }
  .pb_20{
    padding-bottom: 5.3vw !important;
  }
  .pb_25{
    padding-bottom: 6.6vw !important;
  }
  .pb_30{
    padding-bottom: 8vw !important;
  }
  .pb_35{
    padding-bottom: 9.3vw !important;
  }
  .pb_40{
    padding-bottom: 10.6vw !important;
  }
  .pb_45{
    padding-bottom: 12vw !important;
  }
  .pb_50{
    padding-bottom: 13.3vw !important;
  }
  .pb_60{
    padding-bottom: 16vw !important;
  }
  .pb_70{
    padding-bottom: 16vw !important;
  }
  .pb_80{
    padding-bottom: 18.6vw !important;
  }
  .pb_90{
    padding-bottom: 24vw !important;
  }
  .pb_100{
    padding-bottom: 26.6vw !important;
  }
}

/*-- left --*/
.pl_0{
  padding-left: 0 !important;
}
.pl_5{
  padding-left: 5px !important;
}
.pl_10{
  padding-left: 10px !important;
}
.pl_15{
  padding-left: 15px !important;
}
.pl_20{
  padding-left: 20px !important;
}
.pl_25{
  padding-left: 25px !important;
}
.pl_30{
  padding-left: 30px !important;
}
.pl_35{
  padding-left: 35px !important;
}
.pl_40{
  padding-left: 40px !important;
}
.pl_45{
  padding-left: 45px !important;
}
.pl_50{
  padding-left: 50px !important;
}
.pl_60{
  padding-left: 60px !important;
}
.pl_70{
  padding-left: 70px !important;
}
.pl_80{
  padding-left: 80px !important;
}
.pl_90{
  padding-left: 90px !important;
}
.pl_100{
  padding-left: 100px !important;
}
@media (max-width: 576px){
  .pl_5{
    padding-left: 1.3vw !important;
  }
  .pl_10{
    padding-left: 2.6vw !important;
  }
  .pl_15{
    padding-left: 4vw !important;
  }
  .pl_20{
    padding-left: 5.3vw !important;
  }
  .pl_25{
    padding-left: 6.6vw !important;
  }
  .pl_30{
    padding-left: 8vw !important;
  }
  .pl_35{
    padding-left: 9.3vw !important;
  }
  .pl_40{
    padding-left: 10.6vw !important;
  }
  .pl_45{
    padding-left: 12vw !important;
  }
  .pl_50{
    padding-left: 13.3vw !important;
  }
  .pl_60{
    padding-left: 16vw !important;
  }
  .pl_70{
    padding-left: 18.6vw !important;
  }
  .pl_80{
    padding-left: 21.3vw !important;
  }
  .pl_90{
    padding-left: 24vw !important;
  }
  .pl_100{
    padding-left: 26.6vw !important;
  }
}

/*-- right --*/
.pr_0{
  padding-right: 0 !important;
}
.pr_5{
  padding-right: 5px !important;
}
.pr_10{
  padding-right: 10px !important;
}
.pr_15{
  padding-right: 15px !important;
}
.pr_20{
  padding-right: 20px !important;
}
.pr_25{
  padding-right: 25px !important;
}
.pr_30{
  padding-right: 30px !important;
}
.pr_35{
  padding-right: 35px !important;
}
.pr_40{
  padding-right: 40px !important;
}
.pr_45{
  padding-right: 45px !important;
}
.pr_50{
  padding-right: 50px !important;
}
.pr_60{
  padding-right: 60px !important;
}
.pr_70{
  padding-right: 70px !important;
}
.pr_80{
  padding-right: 80px !important;
}
.pr_90{
  padding-right: 90px !important;
}
.pr_100{
  padding-right: 100px !important;
}
@media (max-width: 576px){
  .pr_5{
    padding-right: 1.3vw !important;
  }
  .pr_10{
    padding-right: 2.6vw !important;
  }
  .pr_15{
    padding-right: 4vw !important;
  }
  .pr_20{
    padding-right: 5.3vw !important;
  }
  .pr_25{
    padding-right: 6.6vw !important;
  }
  .pr_30{
    padding-right: 8vw !important;
  }
  .pr_35{
    padding-right: 9.3vw !important;
  }
  .pr_40{
    padding-right: 10.6vw !important;
  }
  .pr_45{
    padding-right: 12vw !important;
  }
  .pr_50{
    padding-right: 13.3vw !important;
  }
  .pr_60{
    padding-right: 16vw !important;
  }
  .pr_70{
    padding-right: 18.6vw !important;
  }
  .pr_80{
    padding-right: 21.3vw !important;
  }
  .pr_90{
    padding-right: 24vw !important;
  }
  .pr_100{
    padding-right: 26.6vw !important;
  }
}



/*    Margin
=====================================================*/
/*-- Horizontal --*/
.mx_auto{
  margin-left: auto;
  margin-right: auto;
}
.mx_0{
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx_5{
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mx_10{
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mx_15{
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mx_20{
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mx_25{
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mx_30{
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mx_35{
  margin-left: 35px !important;
  margin-right: 35px !important;
}
.mx_40{
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mx_45{
  margin-left: 45px !important;
  margin-right: 45px !important;
}
.mx_50{
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mx_60{
  margin-left: 60px !important;
  margin-right: 60px !important;
}
.mx_70{
  margin-left: 70px !important;
  margin-right: 70px !important;
}
.mx_80{
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.mx_90{
  margin-left: 90px !important;
  margin-right: 90px !important;
}
.mx_100{
  margin-left: 100px !important;
  margin-right: 100px !important;
}
@media (max-width: 576px){
  .mx_5{
    margin-left: 1.3vw !important;
    margin-right: 1.3vw !important;
  }
  .mx_10{
    margin-left: 2.6vw !important;
    margin-right: 2.6vw !important;
  }
  .mx_15{
    margin-left: 4vw !important;
    margin-right: 4vw !important;
  }
  .mx_20{
    margin-left: 5.3vw !important;
    margin-right: 5.3vw !important;
  }
  .mx_25{
    margin-left: 6.6vw !important;
    margin-right: 6.6vw !important;
  }
  .mx_30{
    margin-left: 8vw !important;
    margin-right: 8vw !important;
  }
  .mx_35{
    margin-left: 9.3vw !important;
    margin-right: 9.3vw !important;
  }
  .mx_40{
    margin-left: 10.6vw !important;
    margin-right: 10.6vw !important;
  }
  .mx_45{
    margin-left: 12vw !important;
    margin-right: 12vw !important;
  }
  .mx_50{
    margin-left: 13.3vw !important;
    margin-right: 13.3vw !important;
  }
  .mx_60{
    margin-left: 16vw !important;
    margin-right: 16vw !important;
  }
  .mx_70{
    margin-left: 18.6vw !important;
    margin-right: 18.6vw !important;
  }
  .mx_80{
    margin-left: 21.3vw !important;
    margin-right: 21.3vw !important;
  }
  .mx_90{
    margin-left: 24vw !important;
    margin-right: 24vw !important;
  }
  .mx_100{
    margin-left: 26.6vw !important;
    margin-right: 26.6vw !important;
  }
}

/*-- Vertical --*/
.my_0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my_5{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my_10{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my_15{
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.my_20{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my_25{
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my_30{
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my_35{
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.my_40{
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my_45{
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.my_50{
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my_60{
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.my_70{
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.my_80{
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my_90{
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.my_100{
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
@media (max-width: 576px){
  .my_5{
    margin-top: 1.3vw !important;
    margin-bottom: 1.3vw !important;
  }
  .my_10{
    margin-top: 2.6vw !important;
    margin-bottom: 2.6vw !important;
  }
  .my_15{
    margin-top: 4vw !important;
    margin-bottom: 4vw !important;
  }
  .my_20{
    margin-top: 5.3vw !important;
    margin-bottom: 5.3vw !important;
  }
  .my_25{
    margin-top: 6.6vw !important;
    margin-bottom: 6.6vw !important;
  }
  .my_30{
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
  .my_35{
    margin-top: 9.3vw !important;
    margin-bottom: 9.3vw !important;
  }
  .my_40{
    margin-top: 10.6vw !important;
    margin-bottom: 10.6vw !important;
  }
  .my_45{
    margin-top: 12vw !important;
    margin-bottom: 12vw !important;
  }
  .my_50{
    margin-top: 13.3vw !important;
    margin-bottom: 13.3vw !important;
  }
  .my_60{
    margin-top: 16vw !important;
    margin-bottom: 16vw !important;
  }
  .my_70{
    margin-top: 18.6vw !important;
    margin-bottom: 18.6vw !important;
  }
  .my_80{
    margin-top: 21.3vw !important;
    margin-bottom: 21.3vw !important;
  }
  .my_90{
    margin-top: 24vw !important;
    margin-bottom: 24vw !important;
  }
  .my_100{
    margin-top: 26.6vw !important;
    margin-bottom: 26.6vw !important;
  }
}

/*-- top --*/
.mt_0{
  margin-top: 0 !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_30{
  margin-top: 30px !important;
}
.mt_35{
  margin-top: 35px !important;
}
.mt_40{
  margin-top: 40px !important;
}
.mt_45{
  margin-top: 45px !important;
}
.mt_50{
  margin-top: 50px !important;
}
.mt_60{
  margin-top: 60px !important;
}
.mt_70{
  margin-top: 70px !important;
}
.mt_80{
  margin-top: 80px !important;
}
.mt_90{
  margin-top: 90px !important;
}
.mt_100{
  margin-top: 100px !important;
}
@media (max-width: 576px){
  .mt_5{
    margin-top: 1.3vw !important;
  }
  .mt_10{
    margin-top: 2.6vw !important;
  }
  .mt_15{
    margin-top: 4vw !important;
  }
  .mt_20{
    margin-top: 5.3vw !important;
  }
  .mt_25{
    margin-top: 6.6vw !important;
  }
  .mt_30{
    margin-top: 8vw !important;
  }
  .mt_35{
    margin-top: 9.3vw !important;
  }
  .mt_40{
    margin-top: 10.6vw !important;
  }
  .mt_45{
    margin-top: 12vw !important;
  }
  .mt_50{
    margin-top: 13.3vw !important;
  }
  .mt_60{
    margin-top: 16vw !important;
  }
  .mt_70{
    margin-top: 18.6vw !important;
  }
  .mt_80{
    margin-top: 21.3vw !important;
  }
  .mt_90{
    margin-top: 24vw !important;
  }
  .mt_100{
    margin-top: 26.6vw !important;
  }
}


/*-- bottom --*/
.mb_0{
  margin-bottom: 0 !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_30{
  margin-bottom: 30px !important;
}
.mb_35{
  margin-bottom: 35px !important;
}
.mb_40{
  margin-bottom: 40px !important;
}
.mb_45{
  margin-bottom: 45px !important;
}
.mb_50{
  margin-bottom: 50px !important;
}
.mb_60{
  margin-bottom: 60px !important;
}
.mb_70{
  margin-bottom: 70px !important;
}
.mb_80{
  margin-bottom: 80px !important;
}
.mb_90{
  margin-bottom: 90px !important;
}
.mb_100{
  margin-bottom: 100px !important;
}
@media (max-width: 576px){
  .mb_5{
    margin-bottom: 1.3vw !important;
  }
  .mb_10{
    margin-bottom: 2.6vw !important;
  }
  .mb_15{
    margin-bottom: 4vw !important;
  }
  .mb_20{
    margin-bottom: 5.3vw !important;
  }
  .mb_25{
    margin-bottom: 6.6vw !important;
  }
  .mb_30{
    margin-bottom: 8vw !important;
  }
  .mb_35{
    margin-bottom: 9.3vw !important;
  }
  .mb_40{
    margin-bottom: 10.6vw !important;
  }
  .mb_45{
    margin-bottom: 12vw !important;
  }
  .mb_50{
    margin-bottom: 13.3vw !important;
  }
  .mb_60{
    margin-bottom: 16vw !important;
  }
  .mb_70{
    margin-bottom: 18.6vw !important;
  }
  .mb_80{
    margin-bottom: 21.3vw !important;
  }
  .mb_90{
    margin-bottom: 24vw !important;
  }
  .mb_100{
    margin-bottom: 26.6vw !important;
  }
}

/*-- left --*/
.ml_auto{
  margin-left: auto !important;
}
.ml_0{
  margin-left: 0 !important;
}
.ml_5{
  margin-left: 5px !important;
}
.ml_10{
  margin-left: 10px !important;
}
.ml_15{
  margin-left: 15px !important;
}
.ml_20{
  margin-left: 20px !important;
}
.ml_25{
  margin-left: 25px !important;
}
.ml_30{
  margin-left: 30px !important;
}
.ml_35{
  margin-left: 35px !important;
}
.ml_40{
  margin-left: 40px !important;
}
.ml_45{
  margin-left: 45px !important;
}
.ml_50{
  margin-left: 50px !important;
}
.ml_60{
  margin-left: 60px !important;
}
.ml_70{
  margin-left: 70px !important;
}
.ml_80{
  margin-left: 80px !important;
}
.ml_90{
  margin-left: 90px !important;
}
.ml_100{
  margin-left: 100px !important;
}
@media (max-width: 576px){
  .ml_5{
    margin-left: 1.3vw !important;
  }
  .ml_10{
    margin-left: 2.6vw !important;
  }
  .ml_15{
    margin-left: 4vw !important;
  }
  .ml_20{
    margin-left: 5.3vw !important;
  }
  .ml_25{
    margin-left: 6.6vw !important;
  }
  .ml_30{
    margin-left: 8vw !important;
  }
  .ml_35{
    margin-left: 9.3vw !important;
  }
  .ml_40{
    margin-left: 10.6vw !important;
  }
  .ml_45{
    margin-left: 12vw !important;
  }
  .ml_50{
    margin-left: 13.3vw !important;
  }
  .ml_60{
    margin-left: 16vw !important;
  }
  .ml_70{
    margin-left: 18.6vw !important;
  }
  .ml_80{
    margin-left: 21.3vw !important;
  }
  .ml_90{
    margin-left: 24vw !important;
  }
  .ml_100{
    margin-left: 26.6vw !important;
  }
}

/*-- right --*/
.mr_auto{
  margin-right: auto !important;
}
.mr_0{
  margin-right: 0 !important;
}
.mr_5{
  margin-right: 5px !important;
}
.mr_10{
  margin-right: 10px !important;
}
.mr_15{
  margin-right: 15px !important;
}
.mr_20{
  margin-right: 20px !important;
}
.mr_25{
  margin-right: 25px !important;
}
.mr_30{
  margin-right: 30px !important;
}
.mr_35{
  margin-right: 35px !important;
}
.mr_40{
  margin-right: 40px !important;
}
.mr_45{
  margin-right: 45px !important;
}
.mr_50{
  margin-right: 50px !important;
}
.mr_60{
  margin-right: 60px !important;
}
.mr_70{
  margin-right: 70px !important;
}
.mr_80{
  margin-right: 80px !important;
}
.mr_90{
  margin-right: 90px !important;
}
.mr_100{
  margin-right: 100px !important;
}
@media (max-width: 576px){
  .mr_5{
    margin-right: 1.3vw !important;
  }
  .mr_10{
    margin-right: 2.6vw !important;
  }
  .mr_15{
    margin-right: 4vw !important;
  }
  .mr_20{
    margin-right: 5.3vw !important;
  }
  .mr_25{
    margin-right: 6.6vw !important;
  }
  .mr_30{
    margin-right: 8vw !important;
  }
  .mr_35{
    margin-right: 9.3vw !important;
  }
  .mr_40{
    margin-right: 10.6vw !important;
  }
  .mr_45{
    margin-right: 12vw !important;
  }
  .mr_50{
    margin-right: 13.3vw !important;
  }
  .mr_60{
    margin-right: 16vw !important;
  }
  .mr_70{
    margin-right: 18.6vw !important;
  }
  .mr_80{
    margin-right: 21.3vw !important;
  }
  .mr_90{
    margin-right: 24vw !important;
  }
  .mr_100{
    margin-right: 26.6vw !important;
  }
}
