@charset "UTF-8";

/*============================================================================================
      Layout
=============================================================================================*/
/*    Wrapper
=====================================================*/
.l_wrap{
  width: 100%;
  margin: auto;
}
.l_wrap_inr{
  max-width: 1110px;
  width: 90%;
  margin: auto;
}
.l_wrap_inr.l_wrap_inr_sm{
  max-width: 920px;
}

/* 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{
  font-size: 0;
}
.l_col_chd{
  display: inline-block;
  margin-right: 10px;
}
.l_col_chd:last-child {
  margin-right: 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_md_2,
.l_clm3_sm_2,
.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_md_2.l_clm_mb_10,
.l_clm3_sm_2.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_md_2:nth-of-type(3n),
.l_clm3_sm_2: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_md_2:nth-of-type(1),
.l_clm3_md_2:nth-of-type(2),
.l_clm3_md_2:nth-of-type(3),
.l_clm3_sm_2:nth-of-type(1),
.l_clm3_sm_2:nth-of-type(2),
.l_clm3_sm_2: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_2,
  .l_clm3_md_2:nth-of-type(3n) {
    width: 48.5%;
    margin-right: 3%;
  }
  .l_clm3_md_2:nth-of-type(2n) {
    margin-right: 0;
  }
  .l_clm3_md_2:nth-of-type(3) {
    margin-top: 30px;
  }
  .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_2,
  .l_clm3_sm_2:nth-of-type(2),
  .l_clm3_sm_2:nth-of-type(3){
    width: 48.5%;
    margin: 30px 3% 0 0;
  }
  .l_clm3_sm_2:nth-of-type(1),
  .l_clm3_sm_2:nth-of-type(2){
    margin-top: 0;
  }
  .l_clm3_sm_2:nth-of-type(2n) {
    margin-right: 0;
  }
  .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;
  }
  .l_clm3_md_2,
  .l_clm3_md_2:nth-of-type(3n),
  .l_clm3_md_2:nth-last-of-type(2),
  .l_clm3_md_2:nth-last-of-type(3){
    width: 100%;
    margin: 8vw 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(1),
  .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,
  .l_clm4_md_3:nth-of-type(4n),
  .l_clm4_md_3:nth-of-type(3n),
  .l_clm4_md_3:nth-of-type(1),
  .l_clm4_md_3:nth-of-type(2),
  .l_clm4_md_3:nth-of-type(3){
    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_md_3:nth-of-type(2n),
  .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 / Vertical--*/
.px_0{
  padding-left: auto !important;
  padding-right: auto !important;
}
.py_0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 896px){
  .px_0_md{
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py_0_md{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 576px){
  .px_0_sm{
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .py_0_sm{
    padding-top: 0 !important;
    padding-bottom: 0 !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: 896px){
  .pt_0_md{
    padding-top: 0 !important;
  }
  .pt_5_md{
    padding-top: 5px !important;
  }
  .pt_10_md{
    padding-top: 10px !important;
  }
  .pt_15_md{
    padding-top: 15px !important;
  }
  .pt_20_md{
    padding-top: 20px !important;
  }
  .pt_25_md{
    padding-top: 25px !important;
  }
  .pt_30_md{
    padding-top: 30px !important;
  }
  .pt_35_md{
    padding-top: 35px !important;
  }
  .pt_40_md{
    padding-top: 40px !important;
  }
  .pt_45_md{
    padding-top: 45px !important;
  }
  .pt_50_md{
    padding-top: 50px !important;
  }
  .pt_60_md{
    padding-top: 60px !important;
  }
  .pt_70_md{
    padding-top: 70px !important;
  }
  .pt_80_md{
    padding-top: 80px !important;
  }
  .pt_90_md{
    padding-top: 90px !important;
  }
  .pt_100_md{
    padding-top: 100px !important;
  }
}
@media (max-width: 576px){
  .pt_5_sm{
    padding-top: 1.3vw !important;
  }
  .pt_10_sm{
    padding-top: 2.6vw !important;
  }
  .pt_15_sm{
    padding-top: 4vw !important;
  }
  .pt_20_sm{
    padding-top: 5.3vw !important;
  }
  .pt_25_sm{
    padding-top: 6.6vw !important;
  }
  .pt_30_sm{
    padding-top: 8vw !important;
  }
  .pt_35_sm{
    padding-top: 9.3vw !important;
  }
  .pt_40_sm{
    padding-top: 10.6vw !important;
  }
  .pt_45_sm{
    padding-top: 12vw !important;
  }
  .pt_50_sm{
    padding-top: 13.3vw !important;
  }
  .pt_60_sm{
    padding-top: 16vw !important;
  }
  .pt_70_sm{
    padding-top: 18.6vw !important;
  }
  .pt_80_sm{
    padding-top: 21.3vw !important;
  }
  .pt_90_sm{
    padding-top: 24vw !important;
  }
  .pt_100_sm{
    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: 896px){
  .pb_0_md{
    padding-bottom: 0 !important;
  }
  .pb_5_md{
    padding-bottom: 5px !important;
  }
  .pb_10_md{
    padding-bottom: 10px !important;
  }
  .pb_15_md{
    padding-bottom: 15px !important;
  }
  .pb_20_md{
    padding-bottom: 20px !important;
  }
  .pb_25_md{
    padding-bottom: 25px !important;
  }
  .pb_30_md{
    padding-bottom: 30px !important;
  }
  .pb_35_md{
    padding-bottom: 35px !important;
  }
  .pb_40_md{
    padding-bottom: 40px !important;
  }
  .pb_45_md{
    padding-bottom: 45px !important;
  }
  .pb_50_md{
    padding-bottom: 50px !important;
  }
  .pb_60_md{
    padding-bottom: 60px !important;
  }
  .pb_70_md{
    padding-bottom: 70px !important;
  }
  .pb_80_md{
    padding-bottom: 80px !important;
  }
  .pb_90_md{
    padding-bottom: 90px !important;
  }
  .pb_100_md{
    padding-bottom: 100px !important;
  }
}
@media (max-width: 576px){
  .pb_5_sm{
    padding-bottom: 1.3vw !important;
  }
  .pb_10_sm{
    padding-bottom: 2.6vw !important;
  }
  .pb_15_sm{
    padding-bottom: 4vw !important;
  }
  .pb_20_sm{
    padding-bottom: 5.3vw !important;
  }
  .pb_25_sm{
    padding-bottom: 6.6vw !important;
  }
  .pb_30_sm{
    padding-bottom: 8vw !important;
  }
  .pb_35_sm{
    padding-bottom: 9.3vw !important;
  }
  .pb_40_sm{
    padding-bottom: 10.6vw !important;
  }
  .pb_45_sm{
    padding-bottom: 12vw !important;
  }
  .pb_50_sm{
    padding-bottom: 13.3vw !important;
  }
  .pb_60_sm{
    padding-bottom: 16vw !important;
  }
  .pb_70_sm{
    padding-bottom: 18.6vw !important;
  }
  .pb_80_sm{
    padding-bottom: 21.3vw !important;
  }
  .pb_90_sm{
    padding-bottom: 24vw !important;
  }
  .pb_100_sm{
    padding-bottom: 26.6vw !important;
  }
}





/*    Margin
=====================================================*/
/*-- Horizontal / Vertical--*/
.mx_auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx_0{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my_auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.my_0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 896px){
  .mx_auto_md{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx_0_md{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my_auto_md{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my_0_md{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 576px){
  .mx_auto_sm{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx_0_sm{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my_auto_sm{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my_0_sm{
    margin-top: 0 !important;
    margin-bottom: 0 !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: 896px){
  .mt_0_md{
    margin-top: 0 !important;
  }
  .mt_5_md{
    margin-top: 5px !important;
  }
  .mt_10_md{
    margin-top: 10px !important;
  }
  .mt_15_md{
    margin-top: 15px !important;
  }
  .mt_20_md{
    margin-top: 20px !important;
  }
  .mt_25_md{
    margin-top: 25px !important;
  }
  .mt_30_md{
    margin-top: 30px !important;
  }
  .mt_35_md{
    margin-top: 35px !important;
  }
  .mt_40_md{
    margin-top: 40px !important;
  }
  .mt_45_md{
    margin-top: 45px !important;
  }
  .mt_50_md{
    margin-top: 50px !important;
  }
  .mt_60_md{
    margin-top: 60px !important;
  }
  .mt_70_md{
    margin-top: 70px !important;
  }
  .mt_80_md{
    margin-top: 80px !important;
  }
  .mt_90_md{
    margin-top: 90px !important;
  }
  .mt_100_md{
    margin-top: 100px !important;
  }
}
@media (max-width: 576px){
  .mt_5_sm{
    margin-top: 1.3vw !important;
  }
  .mt_10_sm{
    margin-top: 2.6vw !important;
  }
  .mt_15_sm{
    margin-top: 4vw !important;
  }
  .mt_20_sm{
    margin-top: 5.3vw !important;
  }
  .mt_25_sm{
    margin-top: 6.6vw !important;
  }
  .mt_30_sm{
    margin-top: 8vw !important;
  }
  .mt_35_sm{
    margin-top: 9.3vw !important;
  }
  .mt_40_sm{
    margin-top: 10.6vw !important;
  }
  .mt_45_sm{
    margin-top: 12vw !important;
  }
  .mt_50_sm{
    margin-top: 13.3vw !important;
  }
  .mt_60_sm{
    margin-top: 16vw !important;
  }
  .mt_70_sm{
    margin-top: 18.6vw !important;
  }
  .mt_80_sm{
    margin-top: 21.3vw !important;
  }
  .mt_90_sm{
    margin-top: 24vw !important;
  }
  .mt_100_sm{
    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: 896px){
  .mb_0_md{
    margin-bottom: 0 !important;
  }
  .mb_5_md{
    margin-bottom: 5px !important;
  }
  .mb_10_md{
    margin-bottom: 10px !important;
  }
  .mb_15_md{
    margin-bottom: 15px !important;
  }
  .mb_20_md{
    margin-bottom: 20px !important;
  }
  .mb_25_md{
    margin-bottom: 25px !important;
  }
  .mb_30_md{
    margin-bottom: 30px !important;
  }
  .mb_35_md{
    margin-bottom: 35px !important;
  }
  .mb_40_md{
    margin-bottom: 40px !important;
  }
  .mb_45_md{
    margin-bottom: 45px !important;
  }
  .mb_50_md{
    margin-bottom: 50px !important;
  }
  .mb_60_md{
    margin-bottom: 60px !important;
  }
  .mb_70_md{
    margin-bottom: 70px !important;
  }
  .mb_80_md{
    margin-bottom: 80px !important;
  }
  .mb_90_md{
    margin-bottom: 90px !important;
  }
  .mb_100_md{
    margin-bottom: 100px !important;
  }
}
@media (max-width: 576px){
  .mb_5_sm{
    margin-bottom: 1.3vw !important;
  }
  .mb_10_sm{
    margin-bottom: 2.6vw !important;
  }
  .mb_15_sm{
    margin-bottom: 4vw !important;
  }
  .mb_20_sm{
    margin-bottom: 5.3vw !important;
  }
  .mb_25_sm{
    margin-bottom: 6.6vw !important;
  }
  .mb_30_sm{
    margin-bottom: 8vw !important;
  }
  .mb_35_sm{
    margin-bottom: 9.3vw !important;
  }
  .mb_40_sm{
    margin-bottom: 10.6vw !important;
  }
  .mb_45_sm{
    margin-bottom: 12vw !important;
  }
  .mb_50_sm{
    margin-bottom: 13.3vw !important;
  }
  .mb_60_sm{
    margin-bottom: 16vw !important;
  }
  .mb_70_sm{
    margin-bottom: 18.6vw !important;
  }
  .mb_80_sm{
    margin-bottom: 21.3vw !important;
  }
  .mb_90_sm{
    margin-bottom: 24vw !important;
  }
  .mb_100_sm{
    margin-bottom: 26.6vw !important;
  }
}