/* common css start */
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}



@media (min-width: 915px) {
.hk-hide-desktop {
    display: none;
}
}


@media (max-width: 915px) {
.hk-hide-mobile {
    display: none;
}
}
/* common css end */



/* font family start */
@font-face {
  font-family: "Helvetica";
  src: url(./fonts/Helvetica.woff);
  font-style: normal;
  font-weight: 400;
  font-display:swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(./fonts/Helvetica-Italic.woff);
  font-style: italic;
  font-weight: 400;
  font-display:swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(./fonts/Helvetica-Bold.woff);
  font-style: normal;
  font-weight: 700;
  font-display:swap;
}
@font-face {
  font-family: "Helvetica";
  src: url(./fonts/Helvetica-BoldItalic.woff);
  font-style: italic;
  font-weight: 700;
  font-display:swap;
}
/* font family end */



body {
  font-family: "Inter";
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica";
}



.wikihow-header {
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 16px;
}

.wikihow-header__inner {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: 50px;
    justify-content: flex-start;
    gap: 28px;
}

.wikihow-logo {
  flex-shrink: 0;
}

.wikihow-logo img {
  display: block;
  width: 140px;
  height: auto;
}

.wikihow-search {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 40px;
  border: 1px solid #9b9b9b;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.wikihow-search input {
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 16px;
  font-size: 16px;
  color: #444;
  background: transparent;
}

.wikihow-search input::placeholder {
  color: #777;
}

.wikihow-search a {
  width: 88px;
  height: 100%;
  background: #93B874;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
}

.wikihow-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.wikihow-nav a {
  text-decoration: none;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Mobile */
@media (max-width: 767px) {
  .wikihow-header {
    padding: 8px 12px;
  }

  .wikihow-header__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
  }

  .wikihow-logo {
    flex-shrink: 0;
  }

  .wikihow-logo img {
    width: 105px;
    height: auto;
  }

  .wikihow-search {
    flex: 1;
    min-width: 0;
    max-width: none;
    height: 34px;
    border-radius: 18px;
  }

  .wikihow-search input {
    min-width: 0;
    padding: 0 10px;
    font-size: 13px;
  }

  .wikihow-search a {
    width: 72px;
    flex-shrink: 0;
    font-size: 13px;
  }

  .wikihow-nav {
    display: none;
  }
}
/* same css start */
.hk-container {
    width: 1152px;
    max-width: 100%;
    padding-left: 50px;
    margin: 0px auto;
    padding-right: 50px;
}
body {
    background: #F3F3F3;
}
.hk-global-heading h1 {
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 21px;
}
.hk-global-heading h1 strong {
    color: #93B874;
    font-weight: unset;
}
.hk-global-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
}
.hk-WHP-text-box-img img {
    margin: 0px 0px 25px;
    width: calc(100% + 46px);
    max-width: calc(100% + 46px);
    margin-left: -23px;
}


@media (min-width: 915px) {

}


@media (max-width: 915px) {

}
/* same css end */



/* section1 css start */
.hk-WHP-section-main {
    padding: 39px 0px;
}
.hk-WHP-text-box-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.hk-WHP-section-left {
    width: 67%;
}
.hk-WHP-section-right {
    width: 29%;
}
.hk-WHP-section-right-user {
    border-radius: 4px;
    background: #FFF;
    overflow: hidden;
}
.hk-WHP-section-user-top {
    border: 1px solid #ECEBE8;
    background: #F0F5EC;
    padding: 13px 12px 7px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.hk-WHP-section-user-top-img {
    width: 56px;
    height: unset;
}
.hk-WHP-section-user-top-text {
    width: calc(100% - 65px);
}
.hk-WHP-section-user-top-text p {
    color: #222;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.hk-WHP-section-user-top-text p em {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #545454;
}
.hk-WHP-section-user-top-text p strong {
    color: #545454;
    font-size: 16px;
    font-weight: 700;
}
.hk-WHP-section-user-bottom {
    display: flex;
    align-items: flex-start;
}
.hk-WHP-section-user-bottom-item {
    width: 50%;
    padding: 14px;
    color: #545454;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hk-WHP-section-user-bottom-item strong {
    font-weight: 700;
    color: #545454;
}
.hk-WHP-section-user-bottom-item1 {
    border-right: 1px solid #F3F3F3;
}
.hk-WHP-section-user-bottom-item1 img {
    margin-bottom: 3px;
}
.hk-WHP-section-user-bottom-item1 strong {
    display: block;
    padding-top: 3px;
}
.hk-WHP-section-user-bottom-item2 {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.hk-WHP-text-box {
    background: #FFF;
    padding: 0px 23px;
    margin-bottom: 40px;
}
.hk-WHP-page-link {
    padding: 25px 0px;
}
.hk-WHP-page-link p {
    color: #307530;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
}
.hk-WHP-page-link p a {
    color: unset;
    text-decoration: none;
}
.hk-WHP-text-box1-text2 {
    border: 1.185px solid #93B874;
    background: #F0F4EB;
    padding: 9px 14px;
}
.hk-WHP-text-box1-text2 p {
    color: #000;
    font-size: 14.218px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.697px;
    display: flex;
    flex-direction: column;
}
.hk-WHP-text-box1-text2 p strong {
    font-size: 18.958px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.697px;
    margin-bottom: 3px;
}
.hk-WHP-text-box1-text2 p em {
    color: #545454;
}
.hk-WHP-text-box1 .hk-global-text {
    color: #545454;
}
.hk-WHP-text-box2>.hk-WHP-text-box2-text:nth-child(2) {
    padding-bottom: 0px;
}
.hk-WHP-number-heading h2 {
    color: #222;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 25px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.hk-WHP-number-heading strong {
    border-radius: 12.104px;
    background: #93B874;
    color: #fff;
    font-size: 36.313px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 83px;
    height: 83px;
    min-width: 83px;
}
.hk-WHP-number-heading strong em {
    font-size: 17.292px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.hk-WHP-number-heading1 {
    width: 90%;
}
.hk-WHP-text-box-gray {
    color: #545454;
}
.hk-WHP-text-box-h3 h3 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hk-WHP-text-box-top {
    background: #F0F4EB;
    width: calc(100% + 46px);
    margin-left: -23px;
    padding: 0px 23px;
}
.hk-WHP-text-box1-text2 {
    margin-bottom: 30px;
}



/* pdt box start */
 .hk-WHP-number-heading2 h2 {
    width: 79%;
}
.hk-WHP-pdt .hk-WHP-text-box8-text {
    padding-bottom: 19px;
    width: 93%;
}
.hk-WHP-pdt .hk-WHP-pdt-text2 span {
    color: #93B874;
    font-weight: 700;
}
.hk-WHP-pdt .hk-WHP-text-box12-text span {
    color: #C5221F;
    font-weight: 700;
}
.hk-WHP-text-box14-text span,
.hk-WHP-text-box15-text span {
    color: #93B874;
    font-weight: 700;
}
.hk-WHP-text-box23-text span {
    color: #93B874;
    font-weight: 700;
}
.hk-WHP-pdt-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hk-WHP-pdt-box-right {
    width: 61.5%;
}
.hk-WHP-pdt-box-left {
    width: 38.5%;
    padding: 0px 20px;
}
.hk-WHP-pdt-heading {
    color: #93B874;
    font-family: Helvetica;
    font-size: 31.237px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 9px;
}
.hk-WHP-pdt-heading strong {
    font-size: 39.047px;
    line-height: normal;
}
.hk-WHP-pdt-text {
    color: #545454;
    font-size: 20.304px;
    font-style: italic;
    font-weight: 400;
    line-height: 31.237px;
    padding-top: 7px;
}
.hk-WHP-pdt-list {
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-top: 30px;
}
.hk-WHP-pdt-list-item {
    border: 1.562px solid #93B874;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 153px;
    padding: 11px;
    justify-content: center;
}
.hk-WHP-pdt-text1 {
    color: #545454;
    font-size: 18.742px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.237px;
    padding-bottom: 9px;
}
.hk-WHP-pdt-list-heading {
    color: #93B874;
    text-align: center;
    font-size: 62.475px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.609px;
}
.hk-WHP-pdt-list-item img {
    width: 118.702px;
    margin-top: 12px;
}
.hk-WHP-pdt .hk-WHP-pdt-text2 {
    width: 100%;
    padding: 30px 0px;
}
.hk-WHP-pdt-box-h3 h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 9px;
}
.hk-WHP-pdt-bar {
    border: 1.424px solid #93B874;
    background: #F0F4EB;
    padding: 25px 17px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0px;
}
.hk-WHP-pdt-bar-heading {
    font-size: 19.939px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.485px;
}
.hk-WHP-pdt-bar-text {
    color: #545454;
    font-size: 14.811px;
    font-style: italic;
    font-weight: 400;
    line-height: 25.758px;
    padding-top: 3px;
}
.hk-WHP-pdt-bar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}
.hk-WHP-pdt-bar-number {
    color: #000;
    font-size: 17.091px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.485px;
}
.hk-WHP-pdt-bar-outbox {
    background: #D1D1D1;
    height: 9px;
    width: calc(100% - 70px);
    position: relative;
}
.hk-WHP-pdt-text2-em {
    color: #545454;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}
.hk-WHP-pdt-bar-inbox {
    width: 100%;
    height: 100%;
}
.hk-WHP-pdt-bar-green .hk-WHP-pdt-bar-inbox {
    background: #93B874;
}
.hk-WHP-pdt-bar-red .hk-WHP-pdt-bar-inbox {
    background: #C5221F;
}
.hk-WHP-pdt-bar1 .hk-WHP-pdt-bar-outbox {
    width: calc(100% - 59px);
}
.hk-WHP-pdt-bar1 .hk-WHP-pdt-bar-item:nth-child(1) .hk-WHP-pdt-bar-inbox {
    width: 78%;
}
.hk-WHP-pdt-bar1 .hk-WHP-pdt-bar-item:nth-child(2) .hk-WHP-pdt-bar-inbox {
    width: 9%;
}
.hk-WHP-pdt-bar1 {
    gap: 18px;
}
.hk-WHP-pdt-table {
    margin: 30px 0px;
    gap: 24px;
    display: flex;
    justify-content: space-between;
}
.hk-WHP-pdt-table-item {
    width: calc(50% - 12px);
    border: 1.401px solid #93B874;
    background: #F0F4EB;
}
.hk-WHP-pdt-table-item p {
    color: #fff;
    font-size: 18.213px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.02px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #93B874;
    min-height: 59px;
}
.hk-WHP-pdt-table-item:nth-child(2) p {
    background: #C5221F;
}
.hk-WHP-pdt-table-item:nth-child(2) {
    border-color: #C5221F;
    background: rgba(197, 34, 31, 0.15);
}
.hk-WHP-pdt-table-item ul {
    display: flex;
    flex-direction: column;
}
.hk-WHP-pdt-table-item ul li img {
    width: 17.48px;
    height: unset;
}
.hk-WHP-pdt-table-item ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #545454;
    font-size: 18.213px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.416px;
    padding: 14px;
    min-height: 84px;
    border-bottom: 1px solid #93B87438;
}
.hk-WHP-pdt-table-item:nth-child(2) ul li {
    border-color: #C5221F29;
}
.hk-WHP-pdt-table-item:nth-child(2) ul li span {
    display: block;
    width: 72%;
}
.hk-WHP-pdt-table-item:nth-child(2) ul li:nth-child(1) span {
    width: 61%;
}
.hk-WHP-pdt-bar-offer p {
    border: 1.344px solid #93B874;
    background: #F0F4EB;
    padding: 16px;
    color: #787878;
    font-size: 16.129px;
    font-style: italic;
    font-weight: 600;
    line-height: 22.849px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.hk-WHP-pdt-bar-offer {
    margin: 0px 0px 25px;
}
.hk-WHP-btn a {
    background: #2C8B58;
    width: 100%;
    text-decoration: none;
    justify-content: center;
    color: #fff;
    font-size: 20.07px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 59px;
    border: 2px solid #2C8B58;
    cursor: pointer;
    transition: all 0.3s ease;
}
.hk-WHP-btn a:hover {
    background: transparent;
    color: #2c8b58;
}
.hk-WHP-pdt-bar-offer p span {
    color: #93B874;
    font-size: 21.505px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.882px;
}
.hk-WHP-pros-main {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin: 30px 0px;
}
.hk-WHP-pros-item p {
    color: #93B874;
    font-size: 18.32px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.899px;
}
.hk-WHP-pros-item ul {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
}
.hk-WHP-pros-item ul li img {
    width: 14.885px;
    min-width: 14.885px;
}
.hk-WHP-pdt-table-item ul li img {
    width: 17.48px;
    height: unset;
    min-width: 17.48px;
}
.hk-WHP-pros-item ul li {
    display: flex;
    align-items: baseline;
    gap: 11px;
    color: #545454;
    font-size: 16.03px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.899px;
}
.hk-WHP-bottom {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
}
.hk-WHP-bottom strong {
    font-weight: 700;
}
.hk-WHP-pdt-bar-offer2 {
    border: 1px solid #93B874;
    background: #F0F4EB;
    padding: 16px;
    margin-bottom: 25px;
    color: #93B874;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.hk-WHP-btn2 {
    padding-bottom: 30px;
}
.hk-WHP-pros-item .hk-WHP-pros-red {
    color: #C5221F;
}
.hk-WHP-pdt-list-item:nth-child(2) .hk-WHP-pdt-list-heading {
    font-size: 39.047px;
}
.hk-WHP-pdt-padding-top {
    padding-top: 30px;
}
.hk-WHP-pdt-bar-padding {
    margin-top: 0px;
}
.hk-WHP-pdt-bottom-text p {
    color: #545454;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    border-left: 2px solid #93B874;
    padding-left: 12px;
}
.hk-WHP-pdt-bottom-text strong {
    font-weight: 700;
}
.hk-WHP-pdt-bottom-text {
    padding-bottom: 30px;
}
.hk-WHP-pdt-bar3 .hk-WHP-pdt-bar-item:nth-child(1) .hk-WHP-pdt-bar-inbox {
    width: 67%;
}
.hk-WHP-pdt-bar3 .hk-WHP-pdt-bar-item:nth-child(3) .hk-WHP-pdt-bar-inbox {
    width: 55%;
}
.hk-WHP-pdt-bar3 .hk-WHP-pdt-bar-item:nth-child(4) .hk-WHP-pdt-bar-inbox {
    width: 87%;
}
.hk-WHP-pdt-bar3 .hk-WHP-pdt-bar-item:nth-child(5) .hk-WHP-pdt-bar-inbox {
    width: 77%;
}
.hk-WHP-pdt-bar3 .hk-WHP-pdt-bar-item:nth-child(6) .hk-WHP-pdt-bar-inbox {
    width: 70%;
}
.page-break-box {
    position: relative;
    margin-bottom: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
}
.page-break-box p {
    background: #f3f3f3;
    position: relative;
    z-index: 1;
}
.page-break-box:after {
    content: "";
    position: absolute;
    height: 3px;
    border-bottom: 3px dashed;
    width: 100%;
}
.hk-WHP-pdt-bar4 .hk-WHP-pdt-bar-item:nth-child(1) .hk-WHP-pdt-bar-inbox {
    width: 60%;
}
.hk-WHP-pdt-bar4 .hk-WHP-pdt-bar-item:nth-child(2) .hk-WHP-pdt-bar-inbox {
    width: 90.3%;
}
.hk-WHP-pdt-bar4 .hk-WHP-pdt-bar-item:nth-child(3) .hk-WHP-pdt-bar-inbox {
    width: 50.8%;
}
.hk-WHP-pdt-bar4 .hk-WHP-pdt-bar-item:nth-child(4) .hk-WHP-pdt-bar-inbox {
    width: 70%;
}
.hk-WHP-pdt-bar4 .hk-WHP-pdt-bar-item:nth-child(5) .hk-WHP-pdt-bar-inbox {
    width: 70.8%;
}
.hk-WHP-pdt-bar4 .hk-WHP-pdt-bar-item:nth-child(6) .hk-WHP-pdt-bar-inbox {
    width: 60.9%;
}
.hk-WHP-pdt-bar5 .hk-WHP-pdt-bar-item:nth-child(1) .hk-WHP-pdt-bar-inbox {
    width: 30%;
}
.hk-WHP-pdt-bar5 .hk-WHP-pdt-bar-item:nth-child(2) .hk-WHP-pdt-bar-inbox {
    width: 35.1%;
}
.hk-WHP-pdt-bar5 .hk-WHP-pdt-bar-item:nth-child(3) .hk-WHP-pdt-bar-inbox {
    width: 28%;
}
.hk-WHP-pdt-bar5 .hk-WHP-pdt-bar-item:nth-child(4) .hk-WHP-pdt-bar-inbox {
    width: 60%;
}
.hk-WHP-pdt-bar5 .hk-WHP-pdt-bar-item:nth-child(5) .hk-WHP-pdt-bar-inbox {
    width: 35.1%;
}
.hk-WHP-pdt-bar5 .hk-WHP-pdt-bar-item:nth-child(6) .hk-WHP-pdt-bar-inbox {
    width: 29%;
}
.hk-WHP-pdt-box3 {
    padding: 19px 0px;
}
.hk-WHP-pdt-box4 {
    padding: 32px 0px;
}
.hk-WHP-pdt-box-red .hk-WHP-pdt-heading,
.hk-WHP-pdt-box-red .hk-WHP-pdt-list-heading {
    color: #C5221F;
}
.hk-WHP-pdt-bar6 .hk-WHP-pdt-bar-item:nth-child(1) .hk-WHP-pdt-bar-inbox {
    width: 35.1%;
}
.hk-WHP-pdt-bar6 .hk-WHP-pdt-bar-item:nth-child(2) .hk-WHP-pdt-bar-inbox {
    width: 60%;
}
.hk-WHP-pdt-bar6 .hk-WHP-pdt-bar-item:nth-child(3) .hk-WHP-pdt-bar-inbox {
    width: 15%;
}
.hk-WHP-pdt-bar6 .hk-WHP-pdt-bar-item:nth-child(4) .hk-WHP-pdt-bar-inbox {
    width: 7%;
}
.hk-WHP-pdt-bar6 .hk-WHP-pdt-bar-item:nth-child(5) .hk-WHP-pdt-bar-inbox {
    width: 35.1%;
}
.hk-WHP-pdt-bar6 .hk-WHP-pdt-bar-item:nth-child(6) .hk-WHP-pdt-bar-inbox {
    width: 41%;
}
/* pdt box end */



.hk-WHP-number-heading sapn {
    display: flex;
    flex-direction: column;
}
.hk-WHP-number-heading sapn b {
    display: block;
}
.hk-WHP-number-heading sapn b i {
    color: #93B874;
    font-style: normal;
}
.hk-WHP-text-box20 {
    padding-top: 30px;
}
.hk-WHP-ingradient {
    border: 1.333px solid #93B874;
    background: #F0F4EB;
    padding: 21px 16px;
}
.hk-WHP-ingradient h3 {
    font-size: 21.333px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 10px;
}
.hk-WHP-ingradient-text {
    padding-bottom: 0px;
}
.hk-WHP-ingradient h3 strong {
    color: #93B874;
    font-weight: unset;
}
.hk-WHP-ingradient-main {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 0px;
    border-left: 2px solid #93B874;
    padding-left: 25px;
    margin: 30px 0px 49px;
}
.hk-WHP-ingradient-heading {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 20px 0px 15px;
}
.hk-WHP-ingradient-text1 {
    color: #93B874;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}
.hk-WHP-ingradient-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.hk-WHP-ingradient-text2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.hk-WHP-ingradient-text2 em {
    color: #AAA;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}
.hk-WHP-ingradient-bottom-text1 {
    display: block;
}
.hk-WHP-ingradient-bottom-text1 strong {
    font-weight: 700;
}
.hk-WHP-looks {
    display: flex;
    flex-direction: column;
    padding-bottom: 34px;
    gap: 20px;
}
.hk-WHP-looks-item {
    border: 1.216px solid #93B874;
    background: #F0F4EB;
}
.hk-WHP-looks-item2 {
    border-color: #C5221F;
    background: #F6DEDD;
}
.hk-WHP-looks-item p {
    color: #fff;
    font-family: Inter;
    font-size: 15.802px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.31px;
    background: #93B874;
    padding: 0px 12px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hk-WHP-looks-item2 p {
    background: #C5221F;
}
.hk-WHP-looks-item ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 27px;
    padding: 21px 12px;
}
.hk-WHP-looks-item ul li {
    font-size: 17.017px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.31px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hk-WHP-looks-item ul li strong {
    font-size: 18.233px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.448px;
}
.hk-WHP-works-item h3 {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 19px;
}
.hk-WHP-works-item h3 strong {
    color: #93B874;
    font-size: 35px;
    line-height: 39px;
}
.hk-WHP-works-table {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.hk-WHP-works-table-item {
    width: 30%;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(3) {
    width: 32%;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(1) {
    width: 38%;
}
.hk-WHP-works-table-item ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #00000014;
    height: 100%;
}
.hk-WHP-works-table {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    background: #F2F2F2;
}
.hk-WHP-works-table p {
    color: #fff;
    font-size: 16.137px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.826px;
    width: 100%;
    min-height: 72px;
    display: flex;
    align-items: center;
    background: #93B874;
    padding: 5px 14px;
}
.hk-WHP-works-table-item:nth-child(3) ul {
    border-right: none;
}
.hk-WHP-works-table-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hk-WHP-works-table-item ul li {
    color: #545454;
    font-family: Inter;
    font-size: 14.895px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.86px;
    display: flex;
    padding: 5px 14px;
    min-height: 89px;
    align-items: center;
    border-bottom: 1px solid #00000014;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(2) ul li {
    padding: 5px 10px;
}
.hk-WHP-works-table-item ul li:last-child {
    border-bottom: unset;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(1) ul li {
    color: #000;
    font-family: Inter;
    font-size: 16.137px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.826px;
}
.hk-WHP-works {
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.hk-WHP-works-item2 h3 strong {
    color: #B06001;
}
.hk-WHP-works-table2 p {
    background: #B06001;
}
.hk-WHP-works-item3 h3 strong {
    color: #C5221F;
}
.hk-WHP-works-table3 p {
    background: #C5221F;
}
.hk-WHP-works-list {
    border: 1.263px solid #93B874;
    background: #F0F4EB;
    margin-bottom: 30px;
    padding: 23px 12px;
}
.hk-WHP-works-list ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.hk-WHP-works-list ul li {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.26px;
    gap: 9px;
}
.hk-WHP-works-list ul li strong {
    font-size: 18.945px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.786px;
}
.hk-WHP-works-containt h3 {
    color: #222;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 47px 0px 25px;
}
.hk-WHP-text-box24-text1 {
    gap: 12px;
}
.hk-WHP-text-box24-text1 strong {
    color: #93B874;
}
.hk-WHP-text-box24-text1 span {
    display: flex;
    gap: 5px;
}
.hk-WHP-picks-box {
    border: 1.409px dashed #93B874;
    background: #F0F4EB;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    gap: 16px;
}
.hk-WHP-picks-box p {
    font-size: 22.537px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.806px;
}
.hk-WHP-picks-box p span {
    color: #93B874;
}
.hk-WHP-picks-box ul {
    display: flex;
    list-style-type: none;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    gap: 12px;
}
.hk-WHP-picks-box ul strong {
    color: #93B874;
}
.hk-WHP-box24-bottom ul {
    list-style-type: none;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 19px;
    padding-bottom: 34px;
    font-size: 17.102px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.227px;
}
.hk-WHP-box24-bottom ul li {
    display: flex;
    flex-direction: column;
}
.hk-WHP-box24-bottom ul li:nth-child(2) {
    align-items: center;
    justify-content: center;
}
.hk-WHP-box24-bottom ul li:nth-child(2):after, 
.hk-WHP-box24-bottom ul li:nth-child(2):before {
    content: "";
    width: 7.126px;
    display: block;
    height: 7.126px;
    background: #2c8b58;
    border-radius: 10px;
}
.hk-WHP-box24-bottom ul li:nth-child(2) {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0px 12px;
    gap: 12px;
}
.hk-WHP-box24-bottom ul li p {
    display: flex;
    flex-direction: column;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-list-heading {
    font-size: 45.628px;
    line-height: 47.453px;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-list-item img {
    width: 138.702px;
    margin-top: 0px;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-text1 {
    color: #000;
    font-size: 21.901px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.502px;
    padding-bottom: 0px;
    padding-top: 3px;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-text2 {
    color: #545454;
    font-size: 21.901px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.502px;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-list-item {
    min-height: 177px;
    border: 1.825px solid #93B874;
    background: #F0F4EB;
}
.hk-WHP-pdt-box6 .hk-WHP-pdt-box-right {
    width: 46.5%;
}
.hk-WHP-pdt-box6 .hk-WHP-pdt-box-left {
    width: 48.5%;
    padding: 0px 0px;
}
.hk-WHP-pdt-box6 .hk-WHP-pdt-list {
    gap: 15px;
    margin-top: 0px;
}
.hk-WHP-box24-bottom-em {
    color: #545454;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 30px;
}
.hk-WHP-section-main {
    padding: 39px 0px 0px;
}
.hk-footer {
    background: #303134;
    color: #fff;
    padding: 34px 0px;
}
.hk-footer-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
}
.hk-footer-logo img {
    width: 100%;
}
.hk-footer-text {
    font-size: 17.1px;
    font-style: italic;
    font-weight: 400;
    line-height: 34.3px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 27px;
}
.hk-footer-text ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 34.3px;
    gap: 30px;
}
.hk-footer-text ul a {
    color: #fff;
    text-decoration: none;
}
.hk-WHP-pdt-bar1 .hk-WHP-pdt-bar-green .hk-WHP-pdt-bar-number {
    color: #93B874;
}
.hk-WHP-pdt-bar1 .hk-WHP-pdt-bar-red .hk-WHP-pdt-bar-number {
    color: #C5221F;
}
.hk-WHP-pdt-bar1 .hk-WHP-pdt-bar-number {
    font-size: 20px;
}


@media (min-width: 915px) {
.hk-WHP-text-box15 h3 {
    white-space: nowrap;
}
}


@media (max-width: 915px) {
.hk-WHP-section-main {
    padding: 0px;
}
.hk-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.hk-WHP-text-box {
    padding: 0px 15px;
    margin-bottom: 0px;
}
.hk-WHP-text-box-flex {
    flex-direction: column;
}
.hk-WHP-section-left {
    width: 100%;
}
.hk-WHP-section-right {
    width: 100%;
    display: none;
}
.hk-WHP-page-link {
    padding: 21px 0px 12px;
}
.hk-global-heading h1 {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 12px;
    width: 330px;
    max-width: 100%;
}
.hk-global-text {
    font-size: 14px;
    line-height: 20px;
    gap: 16px;
    padding-bottom: 21px;
}
.hk-WHP-text-box1-text2 {
    padding: 7px 12px;
}
.hk-WHP-text-box1-text2 p {
    font-size: 12px;
    line-height: 20px;
    gap: 3px;
}
.hk-WHP-text-box1-text2 p strong {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px;
}
.hk-WHP-text-box1-text2 {
    margin-bottom: 21px;
}
.hk-WHP-text-box-img img {
    margin: 0px 0px 21px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
}
.hk-WHP-number-heading h2 {
    font-size: 20px;
    padding: 16px 0px 14px;
    gap: 9px;
    width: 330px;
    max-width: 100%;
}
.hk-WHP-number-heading1 {
    width: 100%;
}
.hk-WHP-number-heading strong {
    border-radius: 7px;
    font-size: 21px;
    font-weight: 700;
    width: 47px;
    height: 47px;
    min-width: 47px;
    width: fit-content;
}
.hk-WHP-number-heading strong em {
    font-size: 10px;
}
.hk-WHP-text-box-h3 h3 {
    font-size: 20px;
    margin-bottom: 17px;
    gap: 7px;
}
.hk-WHP-pdt .hk-WHP-text-box8-text {
    padding-bottom: 14px;
    width: 100%;
}
.hk-WHP-number-heading2 {
    width: 320px;
    max-width: 100%;
}
.hk-WHP-pdt-list {
    gap: 14px;
    margin-top: 20px;
}
.hk-WHP-pdt-heading {
    font-size: 20px;
    gap: 9px;
}
.hk-WHP-pdt-heading strong {
    font-size: 25px;
}
.hk-WHP-pdt-box-right {
    width: 61.5%;
}
.hk-WHP-pdt-box-left {
    width: 34.5%;
}
.hk-WHP-pdt-text {
    font-size: 13px;
    line-height: 20px;
    padding-top: 6.5px;
}
.hk-WHP-pdt-list1 {
    margin-top: 14px;
}
.hk-WHP-pdt-list-item {
    min-height: 99px;
    padding: 5px;
}
.hk-WHP-pdt-text1 {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5px;
}
.hk-WHP-pdt-list-heading {
    font-size: 40px;
    line-height: 26px;
}
.hk-WHP-pdt-list-item:nth-child(2) .hk-WHP-pdt-list-heading {
    font-size: 25px;
    line-height: 26px;
}
.hk-WHP-pdt-list-item img {
    width: 75px;
    margin-top: 7px;
}
.hk-WHP-pdt-box-left {
    padding: 0px;
}
.hk-WHP-pdt .hk-WHP-pdt-text2 {
    width: 100%;
    padding: 21px 0px;
}
.hk-WHP-pdt .hk-WHP-text-box8-text {
    padding-bottom: 21px;
    width: 100%;
}
.hk-WHP-pdt-box-h3 h3 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 7px;
}
.hk-WHP-pdt-bar1 {
    gap: 14px;
}
.hk-WHP-pdt-bar {
    padding: 17px 12px;
    gap: 30px;
    margin: 21px 0px;
}
.hk-WHP-pdt-bar-heading {
    font-size: 16px;
    line-height: 20px;
}
.hk-WHP-pdt-bar-text {
    font-size: 11.5px;
    line-height: 20px;
    padding-top: 3px;
}
.hk-WHP-pdt-bar-outbox {
    height: 7px;
    width: calc(100% - 54px);
}
.hk-WHP-pdt-bar-number {
    font-size: 12px;
    line-height: 20px;
}
.hk-WHP-pdt-bar1 .hk-WHP-pdt-bar-number {
    font-size: 16px;
}
.hk-WHP-pdt-bar1 .hk-WHP-pdt-bar-outbox {
    width: calc(100% - 55px);
}
.hk-WHP-pdt-table {
    margin: 21px 0px;
    gap: 9px;
}
.hk-WHP-pdt-table-item {
    width: calc(50% - 4.5px);
}
.hk-WHP-pdt-table-item p {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    min-height: 43px;
}
.hk-WHP-pdt-table-item:nth-child(2) p {
    flex-direction: column;
}
.hk-WHP-pdt-table-item ul li img {
    width: 10.126px;
    height: unset;
    min-width: 10.126px;
    position: relative;
    top: 3px;
}
.hk-WHP-pdt-table-item:nth-child(2) ul li span,
.hk-WHP-pdt-table-item ul li span {
    display: block;
    width: 123px;
    max-width: 100%;
}
.hk-WHP-pdt-table-item:nth-child(2) ul li:nth-child(1) span {
    width: 123px;
}
.hk-WHP-pdt-table-item ul li {
    align-items: flex-start;
    gap: 9px;
    font-size: 13px;
    line-height: 16px;
    padding: 8.5px;
    min-height: 67px;
    width: 100%;
}
.hk-WHP-pdt-table-item ul li:nth-child(3), 
.hk-WHP-pdt-table-item ul li:nth-child(4) {
    min-height: 0px;
}
.hk-WHP-pdt-bar {
    padding: 17px 12px;
    gap: 18px;
    margin: 21px 0px;
}
.hk-WHP-pdt-bar-offer p {
    padding: 12px;
    font-size: 12px;
    line-height: 17px;
    gap: 7px;
}
.hk-WHP-pdt-bar-offer p span {
    font-size: 16px;
    line-height: 20px;
}
.hk-WHP-pdt-bar-offer {
    margin: 0px 0px 21px;
}
.hk-WHP-btn a {
    font-size: 16px;
    gap: 7px;
    min-height: 47px;
}
.hk-WHP-pdt-bar1 .hk-WHP-pdt-bar-heading {
    font-size: 16px;
}
.hk-WHP-pdt-bar-heading {
    font-size: 14px;
}
.hk-WHP-pros-main {
    gap: 25px;
    margin: 21px 0px;
}
.hk-WHP-pros-item p {
    font-size: 16px;
    line-height: 20px;
}
.hk-WHP-pros-item ul {
    gap: 14px;
    margin-top: 14px;
}
.hk-WHP-pros-item ul li img {
    width: 13px;
    min-width: 13px;
}
.hk-WHP-pros-item ul li {
    gap: 7px;
    font-size: 14px;
    line-height: 20px;
}
.hk-WHP-bottom {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 21px;
}
.hk-WHP-pdt-bar-offer2 {
    padding: 16px 15px;
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 24px;
}
body {
    background: #fff;
}
.page-break-box p {
    background: #fff;
}
.page-break-box {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
}
.hk-WHP-text-box9-text,
.hk-WHP-text-box10-text,
.hk-WHP-text-box11-text {
    color: #000;
}
.hk-WHP-pdt-bottom-text p {
    font-size: 14px;
    line-height: 20px;
}
.hk-WHP-pdt-box3 .hk-WHP-pdt-heading {
    font-size: 16px;
}
.hk-WHP-pdt-box3 .hk-WHP-pdt-heading strong {
    font-size: 21px;
}
.hk-WHP-pdt-box4 .hk-WHP-pdt-box-right {
    width: 53.5%;
}
.hk-WHP-pdt-bar3,
.hk-WHP-pdt-bar4,
.hk-WHP-pdt-bar5,
.hk-WHP-pdt-bar6 {
    margin-top: 0px;
}
.hk-WHP-pdt-box4 .hk-WHP-pdt-box-left {
    width: 43.5%;
}
.hk-WHP-pdt-box4,
.hk-WHP-pdt-box5 {
    padding: 21px 0px;
}
.hk-WHP-text-box-top {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0px 15px;
}
.hk-WHP-text-box-h3 h3 {
    align-items: flex-start;
}
.hk-WHP-ingradient {
    padding: 16px 12px;
}
.hk-WHP-ingradient h3 {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 9px;
}
.hk-WHP-ingradient-text {
    padding-bottom: 0px;
}
.hk-WHP-pros-main .hk-WHP-pros-item:nth-child(2) img {
    position: relative;
    top: 2px;
}
.hk-WHP-ingradient-main {
    gap: 30px;
    padding-left: 16px;
    margin: 30px 0px 30px;
}
.hk-WHP-ingradient-heading {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0px 5px;
}
.hk-WHP-ingradient-text1 {
    font-size: 14px;
    line-height: 20px;
}
.hk-WHP-ingradient-text2 {
    font-size: 14px;
    line-height: 20px;
    gap: 5px;
}
.hk-WHP-ingradient-text2 em {
    font-size: 11px;
}
.hk-WHP-ingradient-list {
    gap: 12px;
    margin-top: 12px;
}
.hk-WHP-looks {
    padding-bottom: 30px;
    gap: 25px;
}
.hk-WHP-looks-item p {
    font-size: 13px;
    line-height: normal;
    padding: 0px 10px;
    min-height: 43px;
}
.hk-WHP-looks-item ul {
    gap: 23px;
    padding: 21px 10px;
}
.hk-WHP-looks-item ul li {
    font-size: 14px;
    line-height: 20px;
    gap: 9px;
}
.hk-WHP-looks-item ul li strong {
    font-size: 15px;
    line-height: 16px;
}
.hk-WHP-works-item h3 {
    gap: 7px;
    font-size: 20px;
    padding-bottom: 11px;
}
.hk-WHP-works-item h3 strong {
    font-size: 25px;
    line-height: normal;
}
.hk-WHP-works-table p {
    font-size: 13px;
    min-height: 58px;
    padding: 5px 10px;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(1) ul li {
    font-size: 13px;
    line-height: 20px;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(1) {
    width: 32%;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(3) {
    width: 32%;
}
.hk-WHP-works-table-item {
    width: 36%;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(2) ul li {
    padding: 5px 8px;
}
.hk-WHP-works-table-item ul li {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    min-height: 69px;
}
.hk-WHP-works-table p {
    line-height: 20px;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(1) ul li span {
    width: 85px;
    max-width: 100%;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(2) ul li span {
    width: 102px;
    max-width: 100%;
}
.hk-WHP-works-table .hk-WHP-works-table-item:nth-child(3) ul li span {
    width: 85px;
    max-width: 100%;
}
.hk-WHP-works-table2 .hk-WHP-works-table-item ul li {
    min-height: 59px;
}
.hk-WHP-works-table3 .hk-WHP-works-table-item ul li {
    min-height: 82px;
}
.hk-WHP-works-containt h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 37px 0px 11px;
}
.hk-WHP-works-list {
    margin-bottom: 25px;
    padding: 19px 10px;
}
.hk-WHP-works-list ul {
    gap: 20px;
}
.hk-WHP-works-list ul li {
    font-size: 14px;
    line-height: 20px;
    gap: 9px;
}
.hk-WHP-works-list ul li strong {
    font-size: 15px;
    line-height: 16px;
}
.hk-WHP-picks-box {
    padding: 19px 15px;
    margin-bottom: 21px;
    gap: 14px;
}
.hk-WHP-picks-box p {
    font-size: 16px;
    line-height: 23px;
}
.hk-WHP-picks-box ul {
    font-size: 14px;
    line-height: 20px;
    gap: 15px;
}
.hk-WHP-box24-bottom ul {
    margin-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
    line-height: 17px;
}
.hk-WHP-box24-bottom ul li:nth-child(2):after, 
.hk-WHP-box24-bottom ul li:nth-child(2):before {
    width: 5px;
    height: 5px;
}
.hk-WHP-box24-bottom ul li:nth-child(2) {
    padding: 0px 9px;
    gap: 9px;
}
.hk-WHP-box24-bottom-em {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 25px;
}
.hk-WHP-pdt-box6 .hk-WHP-pdt-box-right {
    width: 50.5%;
}
.hk-WHP-pdt-box6 .hk-WHP-pdt-box-left {
    width: 45.5%;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-list-heading {
    font-size: 25px;
    line-height: 25px;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-list-item img {
    width: 75px;
    margin-top: 3px;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-text1 {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 0px;
    padding-top: 3px;
    text-align: center;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-text2 {
    font-size: 12px;
    line-height: 20px;
}
.hk-WHP-pdt-list6 .hk-WHP-pdt-list-item {
    min-height: 99px;
}
.hk-WHP-box24-bottom-em2 {
    padding-top: 11px;
    padding-bottom: 21px;
}
.hk-footer {
    padding: 19px 0px;
}
.hk-footer-logo img {
    width: 100px;
}
.hk-footer-main {
    gap: 10px;
    width: 100%;
}
.hk-footer .hk-container {
    padding-left: 15px;
    padding-right: 15px;
}
.hk-footer-text {
    font-size: 10px;
    line-height: 14px;
    gap: 14px;
    width: 100%;
}
.hk-footer-text ul {
    font-size: 10px;
    line-height: 14px;
    gap: 10px;
}
}
/* section1 css end */













/* ============================================
   HEADER & BREADCRUMB CSS  (v2 — Veloma-style)
   ============================================ */

/* --- Desktop header --- */
header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

/* Header wrapper — full width, no max-width cap */
.hk-header-v2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
}
.hk-header-v2-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    height: 64px;
    gap: 20px;
    width: 100%;
}

/* Logo */
a#header_logo {
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}
a#header_logo img,
a#header_logo_mob img {
    display: inline-block !important;
    height: auto !important;
}
a#header_logo img {
    width: 172px !important;
}

/* Search bar — stretches to fill all remaining space after logo */
.hk-header-v2-search {
    flex: 1 1 auto;
    display: flex !important;
    align-items: center;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    min-width: 0;
}
.hk-header-v2-input {
    flex: 1;
    padding: 9px 14px;
    border: none;
    outline: none;
    font-size: 15px;
    color: #222;
    background: transparent;
    font-family: Inter, Helvetica, sans-serif;
    min-width: 0;
}
.hk-header-v2-input::placeholder {
    color: #aaa;
}
.hk-header-v2-btn {
    background: #315C3E;
    color: #fff;
    border: none;
    padding: 9px 22px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: Inter, Helvetica, sans-serif;
    letter-spacing: 0.03em;
    white-space: nowrap;
    transition: background 0.15s;
    flex-shrink: 0;
}
.hk-header-v2-btn:hover {
    background: #244830;
}

/* --- Breadcrumb bar --- */
.hk-textbar {
    background: #f3f3f3;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}
.hk-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.hk-breadcrumb-link {
    color: #333;
    text-decoration: none;
}
.hk-breadcrumb-link:hover {
    color: #315C3E;
    text-decoration: underline;
}
.hk-breadcrumb-sep {
    color: #315C3E;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}
.hk-breadcrumb-current {
    color: #333;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* --- Mobile header --- */
.hk-header-v2-mob {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.hk-header-v2-mob-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    padding: 10px 16px;
}
a#header_logo_mob {
    flex-shrink: 0;
    display: flex !important;
    align-items: center;
    line-height: 0;
}
a#header_logo_mob img {
    width: 120px !important;
    height: auto;
    flex-shrink: 0;
}
.hk-header-v2-search-mob {
    flex: 1;
    display: flex !important;
    align-items: center;
    border: 1.5px solid #d0d0d0;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    min-width: 0;
}
.hk-header-v2-input-mob {
    flex: 1;
    padding: 8px 12px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #222;
    background: transparent;
    font-family: Inter, Helvetica, sans-serif;
    min-width: 0;
}
.hk-header-v2-input-mob::placeholder {
    color: #aaa;
}
.hk-header-v2-btn-mob {
    background: #315C3E;
    border: none;
    padding: 8px 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.hk-header-v2-btn-mob:hover {
    background: #244830;
}

@media (max-width: 915px) {
.hk-textbar {
    padding: 6px 16px;
}
.hk-breadcrumb {
    font-size: 10px;
}
}
