/**********
max-width
***********/
/**********
breakpoints
**********/
/**********
font-size
**********/
/**********
color
**********/
/**********
shadow
**********/
/**********
breakpoints
**********/
/**********
shadow
**********/
body:has(.policy-page) header .inner {
  max-width: min(90%, 1300px);
  padding: 0;
}

.policy-page {
  padding-bottom: 0;
}
.policy-page .tab-container {
  max-width: min(90%, 1300px);
  margin: 0 auto;
}
.policy-page .tab-container .tab-btn-container {
  box-shadow: none;
  border: none;
  justify-content: flex-start;
  gap: 3rem;
}
.policy-page .tab-container .tab-btn-container .tab-btn {
  padding: 0 0.5rem;
}
.policy-page .tab-container .tab-btn-container .tab-btn.on {
  font-weight: 600;
}
.policy-page .tab-container .tab-btn-container .tab-btn.on::before {
  height: 2px;
}
.policy-page .tab-container .tab-panel .inner {
  max-width: 100%;
  padding: 0;
  padding: 40px 0;
}
.policy-page .tab-container .tab-panel .inner .text-box-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.policy-page .tab-container .tab-panel .inner .text-box-wrapper .text-box {
  line-height: 2.5;
}
.policy-page .tab-container .tab-panel .inner .text-box-wrapper .text-box.lh-none {
  line-height: 1.6;
}
.policy-page .tab-container .tab-panel .inner .text-box-wrapper .text-box.text-blue {
  color: #1641FF;
  font-weight: 500;
}

/*# sourceMappingURL=policy.css.map */
