/*--------------------- Mixins -----------------------*/
@media screen and (max-width: 768px) {
  #in202504 .p-hero__textWrap {
    padding-bottom: 32px;
  }
}
#in202504 .p-bestSellers__item {
  grid-template-rows: subgrid;
  grid-row: span 2;
}
#in202504 .p-services__flexBox {
  display: flex;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__flexBox {
    flex-direction: column-reverse;
    margin-top: 3em;
  }
}
#in202504 .p-services__flexBox--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__flexBox--reverse {
    flex-direction: column-reverse;
  }
}
#in202504 .p-services__text {
  width: 50%;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__text {
    width: 100%;
  }
}
#in202504 .p-services__title {
  color: #008833;
  font-weight: 500;
  font-size: 2em;
}
#in202504 .p-services__desc {
  margin-top: 1.75em;
}
#in202504 .p-services__link {
  margin-top: 2em;
}
#in202504 .p-services__link a {
  padding-left: 2.5em;
  padding-right: 2.5em;
  min-width: 235px;
}
#in202504 .p-services__link a:first-of-type {
  margin-right: 0.75em;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__link a:first-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__link a {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    display: block;
  }
}
#in202504 .p-services__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__img {
    width: 100%;
  }
}
#in202504 .p-services__img img {
  border-radius: 16px;
}
#in202504 .p-how-to__text {
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  #in202504 .p-how-to__text {
    min-height: 125px;
  }
}
#in202504 .p-how-to__button {
  display: flex;
  justify-content: center;
}
#in202504 .p-faqs__area {
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #in202504 .p-faqs__area {
    max-width: 100%;
  }
}
#in202504 .p-faqs__tabarea {
  display: flex;
  justify-content: space-between;
}
#in202504 .p-faqs__tabarea li {
  text-align: center;
  position: relative;
  display: inline-block;
}
#in202504 .p-faqs__tabarea li a {
  padding: 0.5em 1em;
  color: #008833;
  border: solid 0.05em #008833;
  background-color: #fff;
  border-radius: 999px;
  text-decoration: none;
}
#in202504 .p-faqs__tabarea li.active a {
  color: #fff;
  background-color: #008833;
  border: solid 0.05em #008833;
}
#in202504 .p-faqs__tabbody-list {
  padding-top: 5em;
}
#in202504 .p-faqs__list {
  border-bottom: 1px solid #dddddd;
}
#in202504 .p-faqs__acctitle {
  display: block;
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
}
#in202504 .p-faqs__acctitle::before, #in202504 .p-faqs__acctitle::after {
  display: block;
  position: absolute !important;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #008833;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
#in202504 .p-faqs__acctitle::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform ease 0.3s;
}
#in202504 .p-faqs__acctitle.active::after {
  transform: translateY(-50%) rotate(0deg);
}
#in202504 .p-faqs__acctitle div {
  padding: 1em 2em 1em 0;
}
#in202504 .p-faqs__acctext {
  padding-bottom: 1em;
}
#in202504 .p-faqs__acctext p:not(:last-child) {
  padding-bottom: 1em;
}
#in202504 .p-faqs__link {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #in202504 .p-instagram__title {
    font-size: 1.8em;
  }
}
#in202504 .p-instagram__icon {
  width: 1em;
  display: inline-block;
  margin-right: 0.25em;
}
#in202504 .p-instagram__icon img {
  width: 100%;
  vertical-align: middle;
}
#in202504 .p-instagram__button {
  margin-top: 3em;
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=top202601.css.map */