/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/* FONT-FAMILY */
/* FONT SIZE */
#main.wa-premium #problem {
  padding: 60px 0 140px;
}
@media screen and (max-width: 1200px) {
  #main.wa-premium #problem {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 950px) {
  #main.wa-premium #problem {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem {
    padding: 60px 0 60px;
  }
}
#main.wa-premium #problem .inner {
  max-width: 1048px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #main.wa-premium #problem .inner {
    padding: 0 3%;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  #main.wa-premium #problem .inner .title-section {
    padding-left: 2%;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .title-section {
    padding-left: 0;
  }
}
#main.wa-premium #problem .inner .problem-img {
  position: absolute;
  right: 0;
  bottom: -37px;
}
@media screen and (max-width: 1200px) {
  #main.wa-premium #problem .inner .problem-img {
    width: 30%;
    right: 5%;
  }
}
@media screen and (max-width: 950px) {
  #main.wa-premium #problem .inner .problem-img {
    width: 40%;
    left: 50%;
    transform: translate(-25%, -30%);
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-img {
    width: 45%;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-img {
    left: 67%;
    margin-top: -20%;
  }
}
#main.wa-premium #problem .inner .problem-img img {
  width: 350px;
}
@media screen and (max-width: 1200px) {
  #main.wa-premium #problem .inner .problem-img img {
    width: 100%;
  }
}
#main.wa-premium #problem .inner .problem-box {
  max-width: 726px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  #main.wa-premium #problem .inner .problem-box {
    max-width: 100%;
  }
}
#main.wa-premium #problem .inner .problem-box .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat {
  font-family: "Quicksand", sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
#main.wa-premium #problem .inner .problem-box .box .chat .text {
  position: relative;
}
#main.wa-premium #problem .inner .problem-box .box .chat .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat .text h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 400px) {
  #main.wa-premium #problem .inner .problem-box .box .chat .text h3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 350px) {
  #main.wa-premium #problem .inner .problem-box .box .chat .text h3 {
    font-size: 12px;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat .text p {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat .text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box .chat .text p {
    font-size: 11px;
  }
}
@media screen and (max-width: 350px) {
  #main.wa-premium #problem .inner .problem-box .box .chat .text p {
    font-size: 9px;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat1 {
  width: 269px;
  height: 187px;
  position: relative;
  top: 28px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat1 {
    width: 32%;
    height: 21vw;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat1 {
    width: 45%;
    height: 28vw;
    top: 15px;
  }
}
@media screen and (max-width: 400px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat1 {
    width: 47.5%;
    height: 30vw;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat1 .text {
  left: 35px;
  top: 25px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat1 .text {
    left: 15%;
    top: 10%;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat2 {
  width: 243px;
  height: 195px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat2 {
    width: 35%;
    height: 25vw;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat2 {
    width: 50%;
    height: 36vw;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat2 .text {
  top: 15px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat2 .text {
    top: 12%;
    left: 10%;
  }
}
@media screen and (max-width: 400px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat2 .text {
    top: 10%;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat3 {
  width: 180px;
  height: 160px;
  position: relative;
  top: 71px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat3 {
    width: 25%;
    height: 21vw;
    top: 40px;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat3 {
    width: 35%;
    height: 28.5vw;
    top: 20px;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat3 .br400 {
  display: none;
}
@media screen and (max-width: 400px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat3 .br400 {
    display: block;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat3 .text {
  top: 20px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat3 .text {
    top: 12%;
    left: 7%;
  }
}
@media screen and (max-width: 400px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat3 .text {
    top: 7.5%;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat4 {
  width: 234px;
  height: 223px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat4 {
    width: 35%;
    height: 31.5vw;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat4 {
    margin-right: 0;
    width: 42%;
    height: 36vw;
    position: relative;
    top: 10px;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat4 .br400 {
  display: none;
}
@media screen and (max-width: 400px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat4 .br400 {
    display: block;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat4 .text {
  top: 25px;
  left: 43px;
}
@media screen and (max-width: 1200px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat4 .text {
    top: 30px;
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat4 .text {
    top: 15%;
    left: 20%;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat4 .text {
    top: 12%;
  }
}
@media screen and (max-width: 400px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat4 .text {
    top: 10%;
  }
  #main.wa-premium #problem .inner .problem-box .box .chat.chat4 .text .non400 {
    display: none;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat5 {
  width: 238px;
  height: 160px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat5 {
    width: 35%;
    height: 25vw;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat5 {
    top: 0;
    width: 45%;
    height: 28vw;
    right: 25%;
  }
}
@media screen and (max-width: 400px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat5 {
    width: 47.5%;
    height: 30vw;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.chat5 .text {
  top: 10px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat5 .text {
    top: 12%;
    left: 12%;
  }
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat5 .text {
    left: 10%;
    top: 10%;
  }
}
@media screen and (max-width: 400px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.chat5 .text {
    left: 7.5%;
  }
}
#main.wa-premium #problem .inner .problem-box .box .chat.SP {
  display: none;
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box .chat.SP {
    display: block;
  }
}
#main.wa-premium #problem .inner .problem-box .box.bottom {
  margin-top: 16px;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  #main.wa-premium #problem .inner .problem-box .box.bottom {
    display: none;
  }
}
#main.wa-premium .program-kelas {
  background-color: #FFF2F2;
  padding: 60px 0 80px;
}
#main.wa-premium .program-kelas .title-section {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .title-section {
    margin-bottom: 30px;
  }
}
#main.wa-premium .program-kelas .inner {
  max-width: 536px;
  width: 100%;
  margin: auto;
  position: relative;
}
#main.wa-premium .program-kelas .inner .nav.nav-tabs {
  border-bottom: 0;
}
#main.wa-premium .program-kelas .inner .nav .nav-item {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .nav .nav-item {
    margin-right: 15px;
  }
}
#main.wa-premium .program-kelas .inner .nav .nav-item:last-child {
  margin-right: 0;
}
#main.wa-premium .program-kelas .inner .nav .nav-item a {
  margin-bottom: 0;
  border-color: transparent;
  background-color: #F8E4E4;
  font-size: 20px;
  font-weight: bold;
  color: rgba(147, 49, 50, 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px 55px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .nav .nav-item a {
    font-size: 16px;
    padding: 5px 30px;
  }
}
#main.wa-premium .program-kelas .inner .nav .nav-item a.active {
  background-color: #FFF;
  color: rgb(147, 49, 50);
}
#main.wa-premium .program-kelas .inner .tab-content {
  background-color: #FFF;
  border-radius: 0 15px 15px 15px;
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content {
    padding: 20px;
    border-radius: 0 10px 10px 10px;
  }
}
#main.wa-premium .program-kelas .inner .tab-content .batch {
  position: absolute;
  z-index: 1;
  width: 175px;
  right: -75px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content .batch {
    width: 125px;
    right: auto;
    top: 80px;
    left: 0px;
  }
}
@media screen and (max-width: 350px) {
  #main.wa-premium .program-kelas .inner .tab-content .batch {
    width: 100px;
  }
}
#main.wa-premium .program-kelas .inner .tab-content h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  #main.wa-premium .program-kelas .inner .tab-content h3 {
    font-size: 20px;
  }
}
#main.wa-premium .program-kelas .inner .tab-content .price {
  color: #D2002D;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content .price {
    padding-left: 105px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 465px) {
  #main.wa-premium .program-kelas .inner .tab-content .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  #main.wa-premium .program-kelas .inner .tab-content .price {
    font-size: 15px;
    padding-left: 75px;
  }
}
#main.wa-premium .program-kelas .inner .tab-content .price span {
  display: block;
  color: #333333;
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content .price span {
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  #main.wa-premium .program-kelas .inner .tab-content .price span {
    font-size: 14px;
  }
}
#main.wa-premium .program-kelas .inner .tab-content div.bottom {
  margin: 25px 0 45px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content div.bottom {
    margin: 15px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content div p {
    font-size: 14px;
  }
}
#main.wa-premium .program-kelas .inner .tab-content div .bold {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content div .bold {
    font-size: 16px;
  }
}
#main.wa-premium .program-kelas .inner .tab-content div ul {
  padding-left: 20px;
}
#main.wa-premium .program-kelas .inner .tab-content div ul li {
  position: relative;
}
#main.wa-premium .program-kelas .inner .tab-content div ul li:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #c85f5b;
  border-radius: 50%;
  left: -15px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content div ul li {
    font-size: 15px;
  }
}
#main.wa-premium .program-kelas .inner .tab-content div .productList {
  margin-top: 20px;
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product {
  width: 100%;
  margin-bottom: 15px;
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product:last-child {
  margin-bottom: 0;
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a .img {
  width: 120px;
  height: 120px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .program-kelas .inner .tab-content div .productList .product a .img {
    width: 100px;
    height: 100px;
  }
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a .img div {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a .img div.img1 {
  background-image: url(../../img/product/product1.jpg);
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a .img div.img2 {
  background-image: url(../../img/product/product3.jpg);
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a .img div.img3 {
  background-image: url(../../img/product/product2.jpg);
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a .img div.img4 {
  background-image: url(../../img/product/product4.jpg);
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a .text {
  flex: 1;
  padding-left: 15px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.75;
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a:hover .img div.img1 {
  background-image: url(../../img/product/product1-hover.jpg);
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a:hover .img div.img2 {
  background-image: url(../../img/product/product3-hover.jpg);
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a:hover .img div.img3 {
  background-image: url(../../img/product/product2-hover.jpg);
}
#main.wa-premium .program-kelas .inner .tab-content div .productList .product a:hover .img div.img4 {
  background-image: url(../../img/product/product4-hover.jpg);
}
#main.wa-premium .program-kelas .inner .tab-content .btn-register {
  background-color: #D2002D;
  margin: auto;
}
#main.wa-premium .program-kelas .inner .tab-content .btn-register span {
  color: #FFF;
}
#main.wa-premium .how {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 950px) {
  #main.wa-premium .how {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .how {
    padding: 60px 0 30px;
  }
}
#main.wa-premium .how .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 304px;
  height: 1px;
  background-color: #C02834;
  display: none;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .how .line {
    width: 250px;
  }
}
#main.wa-premium .how .title-section {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .how .title-section {
    margin-bottom: 30px;
  }
}
#main.wa-premium .how .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .how .inner {
    flex-wrap: wrap;
  }
}
#main.wa-premium .how .inner .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 950px) {
  #main.wa-premium .how .inner .item {
    margin: 0;
    margin-bottom: 30px;
    width: 47.5%;
    display: flex;
    flex-direction: column;
  }
}
#main.wa-premium .how .inner .item .icon {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 150px;
}
#main.wa-premium .how .inner .item .icon img {
  height: 100%;
}
@media screen and (max-width: 950px) {
  #main.wa-premium .how .inner .item .icon {
    height: 120px;
  }
}
#main.wa-premium .how .inner .item h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .how .inner .item h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
#main.wa-premium .how .video {
  max-width: 640px;
  width: 100%;
  margin: 60px auto 0;
}
#main.wa-premium .how .video iframe {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 950px) {
  #main.wa-premium .how .video iframe {
    height: 24vw;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .how .video iframe {
    height: 50vw;
  }
}
#main.wa-premium .testimoni {
  background-color: #FFF2F2;
  padding: 110px 0 130px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  #main.wa-premium .testimoni {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni {
    padding: 40px 0 60px;
  }
}
#main.wa-premium .testimoni .quote-right {
  position: absolute;
  top: -31%;
  right: -5%;
}
@media screen and (max-width: 1200px) {
  #main.wa-premium .testimoni .quote-right {
    width: 55%;
    top: -25%;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .quote-right {
    top: -10%;
  }
}
#main.wa-premium .testimoni .quote-left {
  position: absolute;
  bottom: -8%;
  left: -5%;
}
@media screen and (max-width: 1200px) {
  #main.wa-premium .testimoni .quote-left {
    width: 55%;
    bottom: -25%;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .quote-left {
    bottom: -10%;
  }
}
#main.wa-premium .testimoni .inner {
  padding: 0 5%;
}
#main.wa-premium .testimoni .inner .title-section {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .inner .title-section {
    margin-bottom: 20px;
  }
}
#main.wa-premium .testimoni .inner .desc {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .inner .desc {
    margin-bottom: 30px;
  }
}
#main.wa-premium .testimoni .inner .desc h5 {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  border: 2px solid #933132;
  padding: 5px 12px;
  color: #933132;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .inner .desc h5 {
    font-size: 20px;
  }
}
#main.wa-premium .testimoni .inner .desc h5 span {
  position: relative;
  top: 9px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .inner .desc h5 span {
    top: 7px;
  }
}
#main.wa-premium .testimoni .inner .desc p {
  margin-top: 10px;
}
#main.wa-premium .testimoni .inner .list-testimoni {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #main.wa-premium .testimoni .inner .list-testimoni {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .inner .list-testimoni {
    gap: 2%;
    justify-content: flex-start;
  }
}
#main.wa-premium .testimoni .inner .list-testimoni li {
  width: 100px;
  transition: all 0.3s ease;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .inner .list-testimoni li {
    width: 23.5%;
    margin-bottom: 2%;
  }
}
#main.wa-premium .testimoni .inner .list-testimoni li a {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #933132;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .inner .list-testimoni li a {
    width: 100%;
    height: 21.15vw;
  }
}
#main.wa-premium .testimoni .inner .list-testimoni li a img {
  width: 100%;
  object-fit: cover;
}
#main.wa-premium .testimoni .inner .list-testimoni li a div {
  transition: all 0.3s ease;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: -100%;
  background: rgba(235, 64, 52, 0.75);
  font-size: 15px;
  color: #FFF;
  text-align: center;
}
#main.wa-premium .testimoni .inner .list-testimoni li a div span {
  font-size: 12px;
}
#main.wa-premium .testimoni .inner .list-testimoni li:hover {
  transform: scale(1.2);
}
#main.wa-premium .testimoni .inner .list-testimoni li:hover a div {
  top: 0;
}
#main.wa-premium .testimoni .inner .video {
  max-width: 640px;
  width: 100%;
  margin: auto;
  height: 360px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .testimoni .inner .video {
    height: 50vw;
  }
}
#main.wa-premium .testimoni .inner .video iframe {
  width: 100%;
  height: 100%;
}
#main.wa-premium .guideline {
  background-color: #FFF2F2;
  padding: 80px 0;
}
@media screen and (max-width: 950px) {
  #main.wa-premium .guideline {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .guideline {
    padding: 40px 0;
  }
}
#main.wa-premium .guideline .content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .guideline .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#main.wa-premium .guideline .content div {
  max-width: 640px;
  width: 100%;
}
#main.wa-premium .guideline .content div iframe {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 950px) {
  #main.wa-premium .guideline .content div iframe {
    height: 24vw;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .guideline .content div iframe {
    height: 50vw;
  }
}
#main.wa-premium .team {
  background-color: #FFFFFF;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .team {
    padding: 40px 0 30px;
  }
}
#main.wa-premium .team.N4 {
  background-color: #FFF2F2;
}
#main.wa-premium .team .title-section {
  margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
  #main.wa-premium .team .title-section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main.wa-premium .team .title-section {
    margin-bottom: 30px;
  }
}
#main.wa-premium .team .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  #main.wa-premium .team .inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 950px) {
  #main.wa-premium .team .inner .item {
    width: 47.5%;
    margin-bottom: 20px;
  }
}
#main.wa-premium .team .inner .item .img {
  text-align: center;
  margin-bottom: 20px;
}
#main.wa-premium .team .inner .item .img img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .team .inner .item .img img {
    width: 120px;
  }
}
#main.wa-premium .team .inner .item .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .team .inner .item .name {
    font-size: 16px;
  }
}
#main.wa-premium .team .inner .item ul {
  position: relative;
  padding-left: 20px;
}
#main.wa-premium .team .inner .item ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .team .inner .item ul li {
    font-size: 14px;
  }
}
#main.wa-premium .team .inner .item ul li:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #c85f5b;
  border-radius: 50%;
  left: -15px;
  top: 10px;
}
#main.wa-premium .faq .title-section {
  margin-bottom: 37px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .faq .title-section {
    margin-bottom: 30px;
  }
}
#main.wa-premium .faq .content {
  max-width: 768px;
  width: 100%;
  margin: auto;
}
#main.wa-premium .faq .content .listFaq .help-wrapper {
  background-color: #F5F5F5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 24px;
  margin-bottom: 6px;
  border-radius: 9px;
}
@media screen and (max-width: 560px) {
  #main.wa-premium .faq .content .listFaq .help-wrapper {
    padding: 0 15px;
  }
}
#main.wa-premium .faq .content .listFaq .help-wrapper:last-child {
  margin-bottom: 0;
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._q {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 0;
  font-size: 18px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .faq .content .listFaq .help-wrapper ._q {
    font-size: 16px;
  }
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._q span {
  padding-right: 10px;
  transition: all 0.2s ease-in-out;
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._q i {
  color: #D2002D;
  font-size: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 30px;
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._q:hover span {
  color: #933132;
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._a {
  background-color: transparent;
  border-radius: 9px;
  padding: 15px;
  padding-top: 10px;
  display: none;
  font-size: 16px;
  border-radius: 0;
  border-top: 1px solid;
}
@media screen and (max-width: 767px) {
  #main.wa-premium .faq .content .listFaq .help-wrapper ._a {
    font-size: 14px;
  }
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._a ._underln {
  text-decoration: underline;
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._a a {
  color: #c85f5b;
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._a p:not(:last-child) {
  margin-bottom: 16px;
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._a ul li {
  position: relative;
  margin-bottom: 5px;
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._a ul li:last-child {
  margin-bottom: 0;
}
#main.wa-premium .faq .content .listFaq .help-wrapper ._a ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #933132;
  border-radius: 50%;
  margin-left: -15px;
  margin-top: 10px;
  position: absolute;
}
#main.wa-premium .faq .content .listFaq .help-wrapper._open {
  padding-bottom: 15px;
}
#main.wa-premium .faq .content .listFaq .help-wrapper._open ._q i {
  transform: rotate(0);
  color: #c85f5b;
}
#main.wa-premium .faq .content .listFaq .help-wrapper._open ._q span {
  color: #933132;
}
#main.wa-premium .faq .content .listFaq .help-wrapper._open ._a {
  display: block;
}
/*# sourceMappingURL=wa.7ac81277.css.map */