body{
  margin-top:0;
  box-sizing: border-box;
}

a:hover{
  text-decoration: none;
}

h1{
  font-family: 'Sen', sans-serif;
}

video{
  aspect-ratio: 16/9;
}
.expression{
  background: url(../../img/index/hero-bg.jpg);
}


.expression h1 {
  line-height: 80px;
  font-size: 80px;
  font-weight: 800;
  color: #F97F0E;
  width: 100%;
  margin-top: 0;
}

.expression h1 br{
  display: none;
}

.button-link{
  border:2px solid #F97F0E;
  background:#FFF8F1;
  padding:10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  color:#F97F0E;
  font-size: 14px;
  font-family: 'Zen Maru Gothic', serif;
  gap: 16px;
  line-height: 1.4;
  transition: 0.5s;
}

.button-link:after {
  content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #F97F0E transparent;
    transform: rotate(90deg);
 }

 .button-link:hover:after {
  border-color: transparent transparent #fff transparent !important;
 }

.button-link:hover{
  background: #F97F0E;
  text-decoration: none;
  color:#fff;
}

.tagline{
  display:flex;
  align-items: center;
  justify-content: center;
  gap:50px;
}



.expression h1 span, .expression h2 span{
  color:#FBB03B;
}


.expression h4{
  font-size:22px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', serif;
  line-height: 1.3;
}

p{
  font-size:18px;
  color:#222;        
  font-family: 'Zen Maru Gothic', serif;
  margin-bottom:0;
  line-height: 1.3;
}

.img-responsive{
  margin:0 auto;
}

.center{
  text-align: center;
}

.wrapper{
    width:calc(1200px + 32px);
    max-width:100%;
    margin:0 auto;
    padding:0 16px;
  }




.hero-section{
  background: url('../../img/index/hero-bg.jpg');
  padding:130px 0;
  min-height: 610px;
}


.table-wrap{
  margin-bottom: 3rem;
  width: 100%;
  max-width: 100%;
}

.table-wrap h2{
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color:#000;
  display: flex;
  align-items: center;
  gap:8px;
}

.table-wrap h2 .circle{
  min-width:24px;
  height:24px;
  background: #31AB48;
  display: inline-block;
  border-radius: 50%;
 }
 
 .table-inner {
  border-collapse: collapse;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  background: #fff;
}


.table-content {
  background: #fff;
  display: flex;

}

.table-content .text {
  width: 33.33%;
  border-right: 1px solid #B9B9B9;
  padding: 15px;
  border-bottom: 1px solid #b9b9b9;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.table-content .text a{
  color:#0066FF;
  font-size: 18px;
}

.table-content .text:last-child{
  border-right: 1px solid transparent;
}

.table-content:last-child{
  border-bottom: 1px solid transparent;
}

.table-content:last-child .text{
  border-bottom: 1px solid transparent;
}

.table-content .text .triangle{
  color:#31AB48;
}

.expression hr{
  height: 2px;
  background: #fff;
  margin:60px 0;
  display: block;
}

.light-green{
  background: #AFDE46 !important
  ;
}

.text-green{
  color: #31AB48 !important;
}




/*media hero banner*/
@media only screen and (max-width: 768px){
  h1:before,h1:after{
    display: none;
  }

  .hero-section {
    min-height: 320px;
}

h1{
  font-size:50px;
 }

 h4{
  font-size: 16px;
 }

}



/*sec2*/
.sec2{
  background:#E4F1D4;
  margin-top:-3px;
  padding-bottom:20px;
  padding: 50px 0;
}

.sec2 .wrapper{
  width:calc(1400px + 32px);
}

.sec2__header {
  background: url("../../img/how/expression/sec2-bg.png") transparent repeat top center;
  min-height: 274px;
  margin-top: -270px;
}



.sec2 h3{
  margin-top: 0;
  font-family: 'Zen Maru Gothic', serif;
  font-size:30px;
  font-weight: bold;

  line-height: 1.5;
}




/*media sec2*/



@media only screen and (max-width: 768px){
 

  .sec2__header {
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 70px;
    margin-top: 0px;
  }

.sec2 h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

  .sec2 h3 br{
    display: none;
  }

  .expression h1 {
    line-height: 1;
    font-size: 50px;
    margin-bottom: 0;

}

.expression h4{
  font-size:16px
}

}

@media only screen and (max-width: 542px){


  .sec2 h2 {
    width: 260px;
    text-align: center;
    margin:15px 0;
    line-height: 1;
  }



  .hero-section{
    padding: 40px 0;
    min-height: 280px;
    display: flex;
    align-items: center;
  }

  
  .expression h1 br{
    display: block;
  }

  .tagline img{
    display: none;
  }


  .table-wrap h2 {
    font-size: 18px;
    width: 100%;
    text-align: left;
}

  .table-wrap h2 .circle {
    min-width:18px;
    height: 18px;

}

.table-content .text p{
  font-size:15px;
}

.table-content {
  flex-direction: column;
}

.table-content .text{
  width: 100%;
  border-right:none;
  padding:10px;
}

.blank{
  display: none;
}

.table-content .text:last-child, .table-content:last-child .text {
  border-bottom:1px solid #b9b9b9;
}

.table-content:last-child .text:last-child, .table-content:last-child .text:last-child > .blank{
  border-bottom:1px solid transparent;
}

.sec2 {
  padding: 50px 0 10px;
}
  
}


/*boxes*/
.boxes{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.boxes .item {
    width: 45%;
    background: #fff;
    padding: 32px;
    display: flex;
    gap: 16px;
    flex-basis: 45%;
}

.btn-link{
  border:1px solid #F97F0E;
  padding:5px 16px;
  border-radius: 30px;
  margin-top: 24px;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color:#F97F0E;
}

.btn-link:hover{
  border:1px solid #F97F0E;
  text-decoration: none;
  background: #F97F0E;
  color:#fff;
}

@media only screen and (max-width:768px){
  .boxes{
    flex-direction: column;
    flex-wrap: wrap;
    gap:24px;
  }
  
  .boxes .item {
    width: 100%;
    padding: 16px;
  }
}

@media only screen and (max-width:600px){
  .boxes .item img {
    width: 100px;
}
}





 /*audio style */
.playBtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #62bc33;
    border-radius: 50%;
    z-index: 1;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
  
.playBtn:after {
    display: block;
    margin: auto;
    /* content: "Mute"; */
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: -25px;
    transition: all 0.3s ease-in-out;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: arial;
}
  
  .playBtn .playIcon {
    border: solid 3px #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
}
  
.playBtn .playIcon:after {
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 12px;
    border-color: transparent transparent transparent #fff;
    position: relative;
    top: 5px;
    left: 2px;
}
    .playBtn.stopBtn .playIcon {
      opacity: 1;
    }
 .playBtn.stopBtn #bars {
      opacity: 0;
    }
     /* .playBtn.stopBtn #bars:after {
      content: "Play";
    } */
  
	
#bars {
    height: 30px;
    width: 30px;
    position: relative;
    margin: auto;
    top: 13px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
  .bar {
    background: #fff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 5px;
    animation: sound 0ms -800ms linear infinite alternate;
  }


@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}

.bar:nth-child(1) {
    left: 0px;
    animation-duration: 474ms;
  }
  .bar:nth-child(2) {
    left: 7px;
    animation-duration: 433ms;
  }
  .bar:nth-child(3) {
    left: 14px;
    animation-duration: 407ms;
  }
  .bar:nth-child(4) {
    left: 21px;
    animation-duration: 458ms;
  }
 .bar:nth-child(5) {
    left: 28px;
    animation-duration: 400ms;
  }
  .bar:nth-child(6) {
    left: 35px;
    animation-duration: 427ms;
}

@media only screen and (max-width: 600px) {
 .playBtn {
    transform: scale(0.8);
  }
  
  .table-content .text.blank{
    display: none;
  }
  

}
