.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/* ------- Introduction Section ------- */

.icw .introduction-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
.icw .introduction-wrapper .introduction-section-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 26px 0 10px;
}
.icw .introduction-section .introduction-subtitle {
  max-width: 450px;
  font-size: 16px;
}
.icw .introduction-wrapper .introduction-section-cta {
  padding: 20px 16px;
  margin: 0 15px 20px;
  border-radius: 1rem;
  min-width: calc(100% - 30px);
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.icw .introduction-img {
  width: 100%;
  object-fit: cover;
  /* height: 100%; */
}
.icw .introduction-wrapper .introduction-desc {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.icw .introduction-wrapper .introduction-section-contents .content {
  margin-bottom: 10px;
}

.icw .introduction-wrapper .introduction-section-contents .content h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  margin: 0 15px;
}
.icw .introduction-wrapper .introduction-section-contents .content ul {
  text-align: left;
  color: #fff;
  margin: 0 15px;
}
.icw .introduction-wrapper .introduction-section-contents .content ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.icw .introduction-wrapper .introduction-section-contents .content p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.icw .introduction-wrapper .introduction-section-contents .content p.remark {
  font-size: 14px;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .icw .introduction-wrapper .introduction-section-cta {
    margin: 0 auto 20px;
    padding: 30px;
    width: 100%;
    min-width: 450px;
  }
  .icw .introduction-wrapper .introduction-section-cta button{
    max-width: 360px;
    margin: 0 auto;
  }
  .icw .introduction-wrapper .introduction-section-contents {
    margin: 0 auto 0;
    padding: 0 16px;
    min-width: 500px;
    max-width: 500px;
    color: #fff;
  }
  .icw .introduction-wrapper .introduction-section-contents .content h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .icw .introduction-wrapper .introduction-section-contents .content ul li {
    font-size: 16px;
  }
  .icw .introduction-wrapper .introduction-section-contents .content p {
    font-size: 20px;
    font-weight: normal;
  }
  .icw .introduction-wrapper .introduction-section-contents .content p.remark {
    font-size: 16px;
  }
}

@media (min-width: 767px) {
  .icw .introduction-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .icw .introduction-wrapper .introduction-section-cta {
    margin: 0 auto 20px;
  }
  .icw .introduction-section-message h1.introduction-title {
    font-size: 32px;
    line-height: 1.5;
  }
  .icw .introduction-desc {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media (min-width: 991px) {
  .icw {
    /* width: 100vw; */
    height: 100vh;
  }
  .icw .introduction-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }
  .icw .introduction-wrapper .introduction-section-message {
    width: 100%;
    text-align: center;
    height: 100%;
    min-height: 42vw;
  }
  .icw .introduction-wrapper .introduction-section-cta {
    padding: 10px 20px;
    margin: 20px 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    width: 100%;
    min-width: unset;
    height: 180px;
    max-width: 450px;
  }
}
@media (min-width: 1920px) {
  .icw .introduction-wrapper {
    /* max-width: 1440px; */
    margin: auto;
  }
}

/* ------- Introduction Section END ------- */

/* ------- Question Section ------- */
.icw .questionlists-section {
  background: linear-gradient(
    90deg,
    rgba(0, 150, 93, 1) 0%,
    rgba(111, 207, 139, 1) 100%
  );
}
.icw .questioncard-question {
  font-size: 26px;
}
.icw .questionlists-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.icw .questioncard-answers label {
  color: #666;
  font-size: 15px;
}

.icw .questioncard-answers .form-check {
  padding: 11px 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  cursor: pointer;
}
.icw .questioncard-answers .form-check:hover label {
  color: #00965d;
  cursor: pointer;
}

.icw .questioncard-answers .form-check .form-check-input {
  margin-left: 0;
  margin-right: 1rem;
  border-color: #00965d;
}

.icw .questioncard-answers .form-check .form-check-input:checked {
  background-color: #00965d;
  border-color: #00965d;
}

.icw .questioncard-answers .form-check:has(.form-check-input:checked) {
  background-color: #6fcf8b;
}
.icw .questioncard-answers .form-check:has(.form-check-input:checked) label {
  color: #fff;
}
.icw .questioncard-container {
  position: relative;
}
.icw .questioncard-answer-container {
  display: block;
  padding: 40px 25px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  min-height: 118vw;
  height: fit-content;
  /* overflow: scroll; */
  position: relative;
  /* margin-bottom: 2px; */
}
@media (min-width: 576px) {
  .icw .questioncard-answer-container {
    min-height: 55vw;
  }
}
.icw .questioncard-answer-container > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 100px;
}

.icw .questioncard-footer {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
}
@media (min-width: 576px) {
  .icw .questioncard-footer {
    max-width: 313px;
  }
}

@media (min-width: 991px) {
  .icw .questionlists-section {
    background: none;
  }
  .icw .questioncard-container {
    background: linear-gradient(
      90deg,
      rgba(0, 150, 93, 1) 0%,
      rgba(111, 207, 139, 1) 100%
    );
  }
  .icw .questioncard-question {
    font-size: 32px;
  }
  .icw .questioncard-question {
    width: 450px;
    margin: auto;
  }
  .icw .questionlists-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .icw .questioncard-answer-container {
    padding: 30px 40px 70px;
    margin: 0 auto;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    /* border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; */
    width: 450px;
    height: auto;
    min-height: 33vw;
  }
  .icw .questioncard-container {
    position: relative;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ------- Question Section END ------- */

/* ------- ProgressBAR ------- */

.ProgressBar {
  margin: 0 auto;
  padding: 0 0 30px;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: -7%;
  width: 150px;
}

.progressbar-wrapper {
  max-width: 450px;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
}
.ProgressBar-step:before,
.ProgressBar-step:after {
  content: "";
  height: 0.15em;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  width: 70%;
  left: -35%;
  top: 60%;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.ProgressBar-step:first-child:before,
.ProgressBar-step:first-child:after {
  display: none;
}
.ProgressBar-step:after {
  background-color: #fff;
  width: 0%;
}
.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after,
.ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
  width: 70%;
  opacity: 1;
}

.ProgressBar-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 8.405 6.268'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%2346c2b1%3B%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M2.855 10.722.123 7.99a.42.42 0 0 1 0-.594L.717 6.8a.42.42 0 0 1 .594 0l1.84 1.84L7.094 4.7a.42.42 0 0 1 .594 0l.594.594a.42.42 0 0 1 0 .594L3.449 10.722A.42.42 0 0 1 2.855 10.722Z' transform='translate(0 -4.577)'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  fill: #46c2b1;
  background-color: #46c2b1;
  border: solid 3px #fff;
  border-radius: 50%;
  opacity: 0.5;
  padding: 0;
  max-width: 100%;
  z-index: 10;
  position: relative;
  transition: all 0.25s ease-out;
}
.is-current .ProgressBar-icon {
  fill: #46c2b1;
  background-color: #46c2b1;
  border: solid 3px #fff;
  opacity: 1;
}
.is-complete .ProgressBar-icon {
  fill: #46c2b1;
  background-color: #fff;
  border: solid 0px #fff;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
}

.ProgressBar-stepLabel {
  display: block;
  text-transform: uppercase;
  color: #9f9fa3;
  position: absolute;
  padding-top: 0.5em;
  width: 100%;
  transition: all 0.25s ease-out;
}
.is-current > .ProgressBar-stepLabel,
.is-complete > .ProgressBar-stepLabel {
  color: #00637c;
}

@media (min-width: 576px) {
  .progressbar-wrapper {
    width: 450px;
    /* margin: auto; */
  }
}

/* ------- ProgressBAR END ------- */

/* ------- Product Card ------- */

.result-section {
  display: block;
  height: fit-content;
}

.product-wrapper {
  margin: 75px auto 50px;
  padding: 60px 30px 30px;
  border-radius: 1rem;
  position: relative;
}

.product-image {
  position: relative;
  margin: -110px auto 20px;
  display: flex;
  justify-content: center;
}
.product-image img {
  width: 50%;
}
.product-tag {
  color: #fff;
  width: fit-content;
  font-size: 14px;
}
.product-tag h3 {
  background-color: #23808a;
  border-radius: 1rem;
  padding: 5px 1rem;
  margin-bottom: 11px;
  font-size: 14px;
}

.product-risk .risk-level-bar {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.product-risk p {
  font-size: 16px;
  margin-bottom: 8px;
}
.product-risk .risk-level-bar li {
  padding: 5px;
  margin: 1px;
  width: 20px;
  height: 20px;
  background-color: #ddd;
  font-size: 9px;
  text-align: center;
}
.product-risk .risk-level-bar li.active {
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  padding-top: 6px;
}
.product-risk .risk-level-bar li.active.lv1 {
  background-color: #1c753a;
}
.product-risk .risk-level-bar li.active.lv2 {
  background-color: #439a42;
}
.product-risk .risk-level-bar li.active.lv3 {
  background-color: #66b043;
}
.product-risk .risk-level-bar li.active.lv4 {
  background-color: #94c33d;
}
.product-risk .risk-level-bar li.active.lv5 {
  background-color: #edcd1d;
}
.product-risk .risk-level-bar li.active.lv6 {
  background-color: #feb429;
}
.product-risk .risk-level-bar li.active.lv7 {
  background-color: #f68e36;
}
.product-risk .risk-level-bar li.active.lv8 {
  background-color: #e70b26;
}
.product-risk .risk-level-bar li.active.lv9 {
  background-color: #961425;
}
.product-actions {
  margin: auto;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.product-actions .btn a {
  vertical-align: middle;
}
.product-actions .btn span {
  color: #36a862;
}
.product-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
}
.product-actions span.iconkplus {
  background: url("../../../theme/img/icon/kplus-logo.png");
  height: 35px;
  width: 35px;
  display: inline-block;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}

.product-target-list ul {
  padding-left: 1rem;
}
.product-target-list ul li {
  margin-bottom: 0.5rem;
}
.product-actions a:last-child:hover {
  text-decoration: underline !important;
}

.product-tag {
  align-self: flex-start;
}
.product-header h2 {
  font-size: 22px;
}
.product-header p {
  font-size: 16px;
}

@media (min-width: 767px) {
  .product-tag h3 {
    margin-bottom: 20px;
  }
  .product-wrapper {
    max-width: 400px;
    padding: 60px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .product-header h2 {
    font-size: 30px;
  }
}

@media (min-width: 991px) {
  .product-wrapper {
    max-width: 650px;
  }
}

/* ------- Product Card END ------- */

/* ------- Reset Section ------- */

.reset-section {
  background-color: #f4f4f4;
}
.reset-section .btn {
  width: 180px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
/* .reset-section .btn:hover {
  background: linear-gradient(90deg, #3d5160 0%, #20353b 100%);
  color: #fff;
} */
.reset-section p {
  font-size: 22px;
  font-weight: 600;
}
.reset-section .link-all-product {
  color: #333 !important;
  text-decoration: none;
  font-weight: normal;
}
.reset-section .link-all-product:hover {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .reset-section p {
    font-size: 24px;
  }
}

/* ------- Reset Section END ------- */

/* ------- Result Feature ------- */

.result-section-wrapper {
  display: block;
}

.product-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}
.product-feature .feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-feature .feature h3 {
  color: #0a5d64;
  font-size: 16px;
}
.product-feature .feature p {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.product-feature .feature span {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.product-target h4 {
  font-size: 16px;
}
.product-target li {
  font-size: 16px;
}

@media (min-width: 767px) {
  .product-feature .feature h3 {
    font-size: 16px;
  }
  .product-feature .feature p {
    font-size: 16px;
  }
  .product-target h4 {
    font-size: 16px;
  }
  .product-target li {
    font-size: 16px;
  }
  .product-header p {
    font-size: 16px;
  }
  .product-feature {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 1rem;
  }
  /* .product-feature{
    column-gap: 3rem;
  } */
  .product-feature .feature span {
    font-size: 14px;
  }
  .result-section-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .result-section-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0;
  }
}

/* ------- Result Feature END ------- */

/* ------- Persona component  ------- */
.persona-wrapper .persona-title {
  font-size: 28px;
  margin-bottom: 10px;
}
.persona-wrapper h3 {
  font-size: 22px;
}
.persona-wrapper .persona-desc {
  font-size: 16px;
}

.form-check {
  display: flex;
}
.form-check-input {
  min-width: 16px;
  min-height: 16px;
}
.hide-xs {
  display: none;
}

@media (min-width: 768px) {
  .hide-xs {
    display: block;
  }
  .persona-wrapper .persona-title {
    font-size: 30px;
  }
  .persona-wrapper h3 {
    font-size: 24px;
  }
  .persona-wrapper .persona-desc {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .persona-wrapper .persona-title {
    font-size: 35px;
  }
  .persona-wrapper h3 {
    font-size: 24px;
  }
  .persona-wrapper .persona-desc {
    font-size: 18px;
  }
}

/* ------- Persona component END ------- */

/* ------- Product icon feature  ------- */
.product-icon-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.product-icon-features .feature-card {
  border: solid 3px #46c2b1;
  border-radius: 1rem;
  color: #fff;
  padding: 1rem;
}

.product-icon-features .feature-card img {
  width: 30px;
  height: 30px;
  margin-bottom: 0.5rem;
}

.product-icon-features .feature-card .title {
  font-size: 16px;
  font-weight: bold;
}
.product-icon-features .feature-card .desc {
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .product-icon-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}

/* ------- Product icon feature END ------- */


/* ------- Accordian ------- */
.introduction-section-contents{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.introduction-section-contents .accordion-item{
  background: transparent;
  border: none;
}

.introduction-section-contents .accordion-button:not(.collapsed){
  background: transparent;
  color: #fff;
  border: none;
  font-size: 16px;
}

.introduction-section-contents .accordion-button{
  background-color: transparent;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.introduction-section-contents .accordion-button::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (min-width:576px) {
  .introduction-section-contents .accordion-button:not(.collapsed){
    font-size: 20px;
  }
.introduction-section-contents .accordion-button{
  font-size: 20px;
}
}









