<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav-list {
  width: 50%;
  list-style: none;
  text-align: center;
  padding: 20px;
}
.nav-list .nav-color {
  text-decoration: none;
  color: #2E3D52;
}
.nav-list.nav-active {
  background-color: #C6A14A;
}
.nav-list.nav-active a {
  color: #FFFFFF !important;
}
.health-protocols .w-24 {
  width: 24% !important;
}
.health-protocols .tour-active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-bottom-color: #0a4b78 !important;
}
.health-protocols .title-item {
  margin-bottom: 10px;
}
.health-protocols section {
  margin-bottom: 80px;
}
.health-protocols h2 {
  font-family: FZZZHONGK;
  text-align: center;
  font-size: 19px;
}
.health-protocols .health-content:first-child {
  margin-bottom: 50px;
}
.health-protocols p {
  margin: 0;
}
.health-protocols .health-info {
  margin: 0;
  font-size: 17px;
}
.health-protocols .health-text {
  display: block;
  line-height: 1.8;
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 40px;
}
.health-protocols .health-content .trait-list {
  display: flex;
  justify-content: space-between;
}
.health-protocols .health-content .trait-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.75rem;
}
.health-protocols .health-content .trait-list ul li:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: super;
  font-weight: 600;
  content: '.';
}
.health-protocols .tabbers.fixed .tour-list {
  position: fixed;
  top: 101px;
  z-index: 1;
}
.health-protocols .tabbers.fixed .protocol-plans {
  margin-top: 184px;
}
.health-protocols .tour-list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  background: #fff;
  width: 1100px;
  height: 114px;
}
.health-protocols .tour-list .tour-icon {
  transition: all 0.3s;
  width: 16.66%;
  text-align: center;
  padding: 20px 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.health-protocols .tour-list .tour-icon img {
  width: 55px;
}
.health-protocols .tour-list .tour-icon label {
  display: block;
  font-size: 12px;
  color: #142640;
  text-align: center;
  font-family: FZZZHONGK;
}
.health-protocols .tour-list .tour-icon.active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-bottom-color: #142640;
}
.health-protocols .tour-list .tour-icon:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.health-protocols .health-quest {
  display: flex;
  flex-flow: row nowrap;
}
.health-protocols .health-quest .text-box {
  width: 50%;
  margin-right: 100px;
}
.health-protocols .health-quest .text-box .health-info {
  text-align: left;
}
.health-protocols .health-quest .image-box {
  width: 50%;
}
.health-protocols .health-quest-reverse {
  display: flex;
  flex-flow: row nowrap;
}
.health-protocols .health-quest-reverse .text-box {
  width: 50%;
  margin-left: 100px;
}
.health-protocols .health-quest-reverse .text-box .health-info {
  text-align: left;
}
.health-protocols .health-quest-reverse .image-box {
  width: 50%;
}
.health-protocols .protocol-plans {
  margin-top: 30px;
}
.health-protocols .protocol-plans .on-board &gt; div {
  margin-bottom: 2rem;
}
.health-protocols section.faq .content {
  max-width: 900px;
}
.health-protocols section.faq .content .question-list {
  position: relative;
  padding-left: 50px;
  list-style: none;
}
.health-protocols section.faq .content .question-list .question-item {
  position: relative;
}
.health-protocols section.faq .content .question-list .question-item span {
  position: absolute;
  top: 30px;
  left: -20px;
}
.health-protocols section.faq .content .question-list .question-item:first-child:before {
  content: '';
  position: absolute;
  left: -50px;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #aaa;
}
.health-protocols section.faq .content .question-list .question-item:after {
  content: '';
  position: absolute;
  left: -50px;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #aaa;
}
.health-protocols section.faq .content .question-list .question-item .question {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 10px;
  font-size: 17px;
  position: relative;
  letter-spacing: 1px;
  cursor: pointer;
}
.health-protocols section.faq .content .question-list .question-item .question.active:after {
  transform: rotate(-180deg);
}
.health-protocols section.faq .content .question-list .question-item .question:after {
  position: absolute;
  width: 15px;
  height: 11px;
  content: '';
  display: inline-block;
  background-image: url(../images/health/triangle.png);
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s;
  right: 20px;
  top: 25px;
}
.health-protocols section.faq .content .question-list .question-item .answer {
  padding: 0 86px 30px 10px;
  font-size: 14px;
  display: none;
  color: #777;
  line-height: 2;
}
.health-protocols section.faq .content .instruction {
  padding: 10px 30px;
}
.health-protocols section.faq .content .instruction p {
  font-size: 11px;
}
.health-protocols section.faq .content .instruction .notice-info {
  color: #6b6b6b;
}
.health-protocols section.partners .info {
  margin: 0;
  text-align: center;
}
.health-protocols section.partners .info p {
  font-size: 17px;
}
.health-protocols section.partners .info small {
  color: #6b6b6b;
}
.health-protocols section.partners .partner-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 50px 0;
}
.health-protocols section.partners .partner-list .partner-item {
  max-width: 40%;
  box-sizing: border-box;
}
.health-protocols section.partners .partner-list .partner-item .logo {
  width: 182px;
  height: 57px;
  margin: 0 auto 1rem;
  line-height: 57px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.health-protocols section.partners .partner-list .partner-item .logo img {
  width: 182px;
  height: 57px;
}
.health-protocols section.partners .partner-list .partner-item .title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.health-protocols section.partners .partner-list .partner-item .description {
  font-size: 12px;
  color: #6b6b6b;
  line-height: 1.8;
  text-align: justify;
}
.health-protocols section.partners .partner-list .partner-item + .partner-item {
  margin-left: 50px;
}
/*# sourceMappingURL=health-protocols.css.map */</pre></body></html>