.p-policy {
  padding-block: var(--spacing-60) var(--spacing-120);
  padding-inline: var(--layout-gutter);
  color: var(--color-text-black);
}
.p-policy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacing-60);
}
.p-policy__title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacing-40);
}
.p-policy__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-policy__page-title {
  font-size: var(--font-size-800);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  text-align: center;
}
.p-policy__head-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin-top: 10px;
}
.p-policy__hex {
  width: 8.67px;
  height: 10px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.p-policy__hex:nth-child(1) {
  background: var(--gradient-red);
}
.p-policy__hex:nth-child(2) {
  background: var(--gradient-cyan);
}
.p-policy__hex:nth-child(3) {
  background: var(--gradient-mint);
}
.p-policy__hex.is-blue {
  background: var(--gradient-blue);
}
.p-policy__hex.is-cyan {
  background: var(--gradient-cyan);
}
.p-policy__hex.is-mint {
  background: var(--gradient-mint);
}
.p-policy__hex.is-green {
  background: var(--gradient-green);
}
.p-policy__hex.is-lime {
  background: var(--gradient-lime);
}
.p-policy__hex.is-yellow {
  background: var(--gradient-yellow);
}
.p-policy__hex.is-orange {
  background: var(--gradient-orange);
}
.p-policy__hex.is-red {
  background: var(--gradient-red);
}
.p-policy__hex.is-pink {
  background: var(--gradient-pink);
}
.p-policy__hex.is-purple {
  background: var(--gradient-purple);
}
.p-policy__lead {
  font-size: var(--font-size-300);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-normal);
  text-align: center;
}
.p-policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--spacing-40);
  width: min(var(--container-narrow), 100%);
}
.p-policy__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--spacing-20);
}
.p-policy__heading {
  font-size: var(--font-size-600);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-normal);
  padding-left: var(--spacing-20);
  border-left: 4px solid var(--color-brand-primary);
}
.p-policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--spacing-10);
  padding: var(--spacing-20);
  margin: 0;
  list-style: none;
  background-color: var(--color-bg-gray);
}/*# sourceMappingURL=policy.css.map */