/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.hmc-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 6px;
  border-radius: 8px;
  background: #F5F5F5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hmc-tabs__tab {
  padding: 12px 24px;
  cursor: pointer;
  color: #6D7181;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hmc-tabs__tab {
    padding: 10px 20px;
  }
}
.hmc-tabs__tab.is-active {
  background-color: var(--center-bg-color);
  color: #fff;
}
.hmc-tabs__content {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .hmc-tabs__content {
    margin-top: 24px;
  }
}
.hmc-tabs__content .hmc-tab {
  display: none;
}
.hmc-tabs__content .hmc-tab.is-active {
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/