/* MADC system: navigation, breadcrumb and article display zone only. */
.madc-system-main {
  padding: 0;
}

.madc-system-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: stretch;
}

.madc-system-sidebar {
  width: 240px;
  min-height: 1400px;
  color: rgb(94, 94, 94);
}

.madc-system-nav-title {
  margin: 72px 0 36px;
  padding-left: 35px;
  color: rgb(0, 0, 0);
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.madc-system-section-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.madc-system-section-list li {
  margin: 0 0 18px;
  padding-left: 40px;
  color: rgb(94, 94, 94);
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.madc-system-section-list a,
.madc-system-section-list li > span {
  color: inherit;
  text-decoration: none;
}

.madc-system-section-list [aria-current="page"] {
  color: rgb(0, 0, 0);
}

.madc-system-section-list [aria-hidden="true"] {
  display: inline-block;
  width: 0.9em;
}

.madc-system-sidebar-legal {
  margin: 82px 0 0;
  padding-left: 40px;
  color: rgb(94, 94, 94);
  font-family: Helvetica;
  font-size: 9px;
  font-weight: 300;
  line-height: 1.4;
}

.madc-system-displayzone {
  min-width: 0;
  padding: 0 40px 0 35px;
}

.madc-system-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  color: rgb(94, 94, 94);
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.madc-system-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.madc-system-breadcrumbs [aria-current="page"] {
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.madc-system-article {
  display: flex;
  flex-direction: column;
  min-height: 1385px;
}

.madc-system-article h1 {
  margin: 120px 0 0;
  color: rgb(0, 0, 0);
  font-family: Helvetica;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.madc-system-overview {
  margin-top: 30px;
  padding: 30px 0 0;
  border-top: 0.3px solid rgb(94, 94, 94);
  border-bottom: 0.3px solid rgb(94, 94, 94);
}

.madc-system-overview-title {
  margin: 0 0 15px;
  font-weight: 700;
}

.madc-system-overview p {
  margin: 0;
  color: rgb(0, 0, 0);
}

.madc-system-overview p + p {
  margin-top: 15px;
}

.madc-system-overview-regular {
  font-weight: 400;
}

.madc-system-overview-principles-intro {
  font-weight: 700;
}

.madc-system-principles {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
  list-style: none;
}

.madc-system-principles li {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  margin: 0;
  color: rgb(0, 0, 0);
  font-weight: 300;
}

.madc-system-principle-name::before {
  content: "| ";
}

.madc-system-register {
  width: 100%;
  margin-top: auto;
  scroll-margin-top: 20px;
}

.madc-system-register-frame-wrap {
  width: 100%;
  height: clamp(560px, calc(100dvh - 250px), 1200px);
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.madc-system-register-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 560px;
  border: 0;
}

@media (max-width: 720px) {
  .madc-system-layout {
    grid-template-columns: 1fr;
  }

  .madc-system-sidebar {
    width: 100%;
    min-height: 0;
    padding-bottom: 56px;
  }

  .madc-system-nav-title {
    margin-top: 48px;
  }

  .madc-system-displayzone {
    padding: 0 24px;
  }

  .madc-system-article {
    min-height: 720px;
  }

  .madc-system-register-frame-wrap {
    height: max(520px, calc(100dvh - 210px));
  }

  .madc-system-register-frame {
    min-height: 520px;
  }

  .madc-system-article h1 {
    margin-top: 72px;
    font-size: 34px;
  }
}
