.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
  margin-bottom: 0px;
  z-index: 0;
}

/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.accordion_in {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
  opacity: 1;
  background: var(--whitesmoke) 0% 0% no-repeat padding-box;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  opacity: 1;
  padding: 16px 35px 16px 16px;
}

/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.accordion_in .acc_head {
  color: #191919;
  font-size: clamp(16px, 16px + (18 - 16) * ((100vw - 375px) / (1920 - 375)), 18px);
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
}

.accordion_in .acc_head .acc_icon_expand {
  position: absolute;
  right: 15px;
  width: 18px;
  height: 18px;
  top: 17px;
  background: url(../images/icon/plus.svg) center center no-repeat;
  display: inline-block;
  margin-top: 0;
  filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(3729%) hue-rotate(11deg) brightness(102%) contrast(80%);
}

.accordion_in.acc_active {
  padding-bottom: 16px;
  background: var(--whitesmoke) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  border-color: transparent;
}

.accordion_in.acc_active .acc_head {
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.accordion_in.acc_active .acc_head .acc_icon_expand {
  background: url('../images/icon/minus.svg') center center no-repeat;
  filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(3729%) hue-rotate(11deg) brightness(102%) contrast(80%);
}

.accordion_in .acc_head .acc_icon_expand:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  margin: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.accordion_in .acc_content p {
  font-size: clamp(16px, 16px + (18 - 16) * ((100vw - 375px) / (1920 - 375)), 18px);
}

.accordion_in .acc_content p:last-of-type {
  margin-bottom: 0;
}


/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */

.accordion_in .acc_content {
  display: none;
}

/* 
.smk_accordion .accordion_in .acc_content p {
  line-height: 26px;
  font-weight: normal;
  color: #4d4d4d;
  font-size: 14px;
} */


/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */

.accordion_in.acc_active>.acc_content {
  display: block;
}

.acc_content ul {
  margin-left: 0px;
  margin-top: 15px;
}

.acc_content li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #1A1818;
  margin-bottom: 0;
  font-family: 'Lato';
}

.acc_content li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--theme);
}

.faq-head {
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #2E2E2E;
  font-weight: 800;
  line-height: 26px;
  padding: 20px 30px 20px 0px;
  cursor: pointer;
}

.smk_accordion .accordion_in:last-child {
  margin-bottom: 0;
}

/*.smk_accordion .accordion_in.acc_active {background:transparent;  }*/
@media(max-width:1439.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width:991.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}