/**
 * Privacy policy and personal data consent pages.
 */

.legalPage {
  --legal-ink: #102d46;
  --legal-muted: #627987;
  --legal-blue: #147da6;
  --legal-teal: #1ab7a3;
  --legal-orange: #ed6b18;
  --legal-line: #d8e5eb;
  overflow: hidden;
  background: #f3f7fa;
  color: var(--legal-ink);
}

.legalPage *,
.legalPage *::before,
.legalPage *::after {
  box-sizing: border-box;
}

.legalHero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 44px 24px 54px;
  background:
    radial-gradient(circle at 79% 16%, rgba(57, 215, 194, .2), transparent 25%),
    radial-gradient(circle at 7% 110%, rgba(237, 107, 24, .14), transparent 27%),
    linear-gradient(116deg, #092f4b 0%, #0b5270 55%, #118d91 100%);
}

.legalHero::before {
  position: absolute;
  z-index: -1;
  top: -390px;
  right: -160px;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, .035),
    0 0 0 185px rgba(255, 255, 255, .02);
  content: "";
}

.legalHero::after {
  position: absolute;
  z-index: -1;
  right: 29%;
  bottom: -125px;
  width: 280px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015));
  content: "";
  transform: rotate(-8deg);
}

.legalHeroOrb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.legalHeroOrb--one {
  top: 105px;
  left: -78px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .025);
}

.legalHeroOrb--two {
  right: 43%;
  bottom: 44px;
  width: 66px;
  height: 66px;
  background: rgba(64, 214, 194, .12);
}

.legalHeroInner {
  display: grid;
  width: 100%;
  max-width: 1260px;
  min-height: 365px;
  margin: 0 auto;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: clamp(50px, 7vw, 105px);
}

.legalHeroBreadcrumbs {
  margin-bottom: 27px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.legalHeroBreadcrumbs a {
  color: rgba(255, 255, 255, .74);
  text-decoration: none;
}

.legalHeroEyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: #83e2d6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.legalHeroEyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--legal-orange);
  box-shadow: 0 0 0 5px rgba(237, 107, 24, .13);
}

.legalHeroCopy h1 {
  max-width: 790px;
  margin: 15px 0 18px;
  color: #fff;
  font-size: clamp(44px, 5.3vw, 68px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.052em;
}

.legalHeroCopy > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.65;
}

.legalHeroMeta {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  gap: 9px;
}

.legalHeroMeta span {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 13px;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .065);
  color: rgba(255, 255, 255, .85);
  font-size: 11px;
  font-weight: 650;
  backdrop-filter: blur(10px);
}

.legalHeroMeta svg,
.legalHeroCard svg,
.legalSidebarHelp svg,
.legalDocumentTools svg,
.legalDocumentFoot svg,
.legalContact svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.legalHeroMeta svg {
  width: 16px;
  height: 16px;
  color: #7fe0d4;
}

.legalHeroCard {
  position: relative;
  padding: 29px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 27px;
  background:
    radial-gradient(circle at 100% 0, rgba(69, 211, 194, .2), transparent 38%),
    rgba(255, 255, 255, .95);
  box-shadow: 0 28px 64px rgba(2, 25, 43, .28);
  backdrop-filter: blur(18px);
}

.legalHeroCard::after {
  position: absolute;
  top: -55px;
  right: -45px;
  width: 135px;
  height: 135px;
  border: 1px solid rgba(24, 177, 159, .17);
  border-radius: 50%;
  content: "";
}

.legalHeroCardIcon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 21px;
  color: #148b9a;
  border: 1px solid #cbe7e8;
  border-radius: 16px;
  background: linear-gradient(145deg, #e9f8f8, #fff);
  box-shadow: 0 10px 24px rgba(15, 126, 143, .11);
  place-items: center;
}

.legalHeroCardIcon svg {
  width: 24px;
  height: 24px;
}

.legalHeroCardKicker {
  display: block;
  margin-bottom: 7px;
  color: var(--legal-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.legalHeroCard > strong {
  display: block;
  color: var(--legal-ink);
  font-size: 24px;
  line-height: 1.2;
}

.legalHeroCardRows {
  display: grid;
  margin: 20px 0 14px;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.legalHeroCardRows span {
  padding: 11px 12px;
  border: 1px solid #dce8ec;
  border-radius: 12px;
  background: rgba(248, 251, 252, .9);
}

.legalHeroCardRows small,
.legalHeroCardRows b {
  display: block;
}

.legalHeroCardRows small {
  margin-bottom: 3px;
  color: #81939e;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legalHeroCardRows b {
  color: #23455a;
  font-size: 12px;
}

.legalHeroCard > a {
  display: flex;
  min-height: 45px;
  padding: 10px 13px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7e5ea;
  border-radius: 12px;
  background: #fff;
  color: #17697c;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.legalHeroCard > a svg {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.legalHeroCard > a:hover svg {
  transform: translateX(3px);
}

/* Document layout */
.legalLayout {
  display: grid;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 58px 24px 36px;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 25px;
}

.legalSidebar {
  position: sticky;
  top: 112px;
}

.legalToc,
.legalSidebarHelp,
.legalDocument {
  border: 1px solid var(--legal-line);
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 54, 75, .07);
}

.legalToc {
  padding: 17px;
  border-radius: 20px;
}

.legalTocTitle {
  display: flex;
  margin-bottom: 12px;
  padding: 2px 5px 13px;
  gap: 9px;
  align-items: center;
  border-bottom: 1px solid #e5edf0;
  color: var(--legal-ink);
  font-size: 13px;
  font-weight: 800;
}

.legalTocTitle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #168d99;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.legalToc > a {
  display: block;
  position: relative;
  padding: 8px 10px 8px 19px;
  border-radius: 10px;
  color: #617887;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.legalToc > a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aac1cb;
  content: "";
  transform: translateY(-50%);
}

.legalToc > a:hover {
  color: #117e83;
  background: #eff9f8;
  transform: translateX(2px);
}

.legalToc > a:hover::before {
  background: var(--legal-teal);
}

.legalSidebarHelp {
  position: relative;
  margin-top: 14px;
  padding: 19px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(32, 188, 169, .12), transparent 43%),
    #f9fcfd;
}

.legalSidebarHelp > span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 13px;
  color: #138b96;
  border: 1px solid #d0e6e8;
  border-radius: 12px;
  background: #eff9f9;
  place-items: center;
}

.legalSidebarHelp svg {
  width: 19px;
  height: 19px;
}

.legalSidebarHelp strong {
  display: block;
  color: var(--legal-ink);
  font-size: 14px;
}

.legalSidebarHelp p {
  margin: 6px 0 11px;
  color: #748994;
  font-size: 11px;
  line-height: 1.5;
}

.legalSidebarHelp a {
  color: #16738a;
  font-size: 11px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.legalDocument {
  min-width: 0;
  overflow: hidden;
  border-radius: 25px;
}

.legalDocumentTools {
  display: flex;
  min-height: 66px;
  padding: 12px 22px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dce8ed;
  background:
    radial-gradient(circle at 100% 0, rgba(237, 107, 24, .06), transparent 35%),
    #f8fbfc;
  color: #708590;
  font-size: 11px;
}

.legalDocumentTools > span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.legalDocumentTools > span svg {
  width: 20px;
  height: 20px;
  color: #168e9a;
}

.legalDocumentTools button {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid #d6e3e8;
  border-radius: 11px;
  background: #fff;
  color: #476577;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.legalDocumentTools button svg {
  width: 16px;
  height: 16px;
}

.legalDocumentContent {
  padding: 8px 38px 12px;
}

.legalDocumentContent p:empty {
  display: none;
}

.legalSection {
  padding: 36px 0 38px;
  scroll-margin-top: 120px;
}

.legalSection + .legalSection {
  border-top: 1px solid #e1eaee;
}

.legalSectionHeading {
  display: grid;
  margin-bottom: 22px;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.legalSectionHeading > div {
  min-width: 0;
  grid-column: 2;
}

.legalSectionHeading > span {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid #cde4e7;
  border-radius: 14px;
  background: linear-gradient(145deg, #eaf8f8, #fff);
  color: #168b98;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(18, 125, 139, .08);
  place-items: center;
}

.legalSectionHeading p {
  margin: 1px 0 5px;
  color: var(--legal-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.legalSectionHeading h2 {
  margin: 0;
  color: var(--legal-ink);
  font-size: clamp(23px, 2.5vw, 31px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.legalSection > p,
.legalSection > ul {
  color: #536d7d;
  font-size: 14px;
  line-height: 1.78;
}

.legalSection > p {
  margin: 0 0 15px;
}

.legalSection > p:last-child {
  margin-bottom: 0;
}

.legalSection a {
  color: #127895;
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legalCallout {
  position: relative;
  margin: 23px 0 5px;
  padding: 19px 20px 19px 62px;
  overflow: hidden;
  border: 1px solid #d6e6e9;
  border-radius: 17px;
  background: #f5fbfa;
}

.legalCallout::before {
  display: grid;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #dff5f1;
  color: #128d83;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  content: "i";
  place-items: center;
}

.legalCallout--warning {
  border-color: #f1dfd0;
  background: #fff9f4;
}

.legalCallout--warning::before {
  background: #fff0e5;
  color: #d55e13;
  content: "!";
}

.legalCallout strong {
  display: block;
  margin-bottom: 5px;
  color: var(--legal-ink);
  font-size: 14px;
}

.legalCallout p {
  margin: 0;
  color: #637987;
  font-size: 12px;
  line-height: 1.65;
}

.legalDetailsGrid {
  display: grid;
  margin-top: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.legalDetailsGrid > div {
  min-width: 0;
  padding: 15px;
  border: 1px solid #dce7eb;
  border-radius: 14px;
  background: #f8fbfc;
}

.legalDetailsGrid .legalDetailsGridWide {
  grid-column: 1 / -1;
}

.legalDetailsGrid small,
.legalDetailsGrid strong {
  display: block;
}

.legalDetailsGrid small {
  margin-bottom: 5px;
  color: #82949e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legalDetailsGrid strong {
  color: #284a5e;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.legalFeatureGrid {
  display: grid;
  margin: 21px 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.legalFeatureGrid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.legalFeatureGrid article {
  position: relative;
  min-width: 0;
  padding: 19px;
  overflow: hidden;
  border: 1px solid #dce7eb;
  border-radius: 16px;
  background: #fbfdfe;
}

.legalFeatureGrid article > span {
  display: block;
  margin-bottom: 12px;
  color: #17a18f;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

.legalFeatureGrid h3 {
  margin: 0 0 7px;
  color: var(--legal-ink);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
}

.legalFeatureGrid p {
  margin: 0;
  color: #6b818e;
  font-size: 11px;
  line-height: 1.6;
}

.legalTableWrap {
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid #d9e6eb;
  border-radius: 16px;
}

.legalTable {
  width: 100%;
  min-width: 690px;
  border-collapse: collapse;
}

.legalTable th,
.legalTable td {
  padding: 14px 15px;
  border-bottom: 1px solid #e3ecef;
  vertical-align: top;
  text-align: left;
}

.legalTable th {
  background: #eef7f7;
  color: #315468;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legalTable td {
  color: #5f7684;
  font-size: 11px;
  line-height: 1.55;
}

.legalTable td:first-child {
  color: #284a5e;
  font-weight: 700;
}

.legalTable tbody tr:last-child td {
  border-bottom: 0;
}

.legalCheckList {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.legalCheckList li {
  position: relative;
  margin-bottom: 9px;
  padding: 12px 14px 12px 45px;
  border: 1px solid #dce7eb;
  border-radius: 13px;
  background: #fbfdfe;
  color: #536d7d;
  font-size: 12px;
  line-height: 1.58;
}

.legalCheckList li::before {
  display: grid;
  position: absolute;
  top: 11px;
  left: 12px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: #e3f7f3;
  color: #109681;
  font-size: 12px;
  font-weight: 850;
  content: "✓";
  place-items: center;
}

.legalRights {
  display: grid;
  margin-top: 21px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.legalRights > div {
  padding: 16px;
  border: 1px solid #dce7eb;
  border-radius: 15px;
  background: #f9fcfd;
}

.legalRights strong,
.legalRights span {
  display: block;
}

.legalRights strong {
  margin-bottom: 5px;
  color: var(--legal-ink);
  font-size: 13px;
}

.legalRights span {
  color: #6c818e;
  font-size: 11px;
  line-height: 1.55;
}

.legalDocumentFoot {
  display: flex;
  min-height: 90px;
  padding: 18px 24px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dce8ed;
  background:
    radial-gradient(circle at 0 100%, rgba(26, 183, 163, .1), transparent 32%),
    #f8fbfc;
  gap: 20px;
}

.legalDocumentFoot span,
.legalDocumentFoot strong {
  display: block;
}

.legalDocumentFoot span {
  margin-bottom: 4px;
  color: #7e919c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.legalDocumentFoot strong {
  color: var(--legal-ink);
  font-size: 13px;
}

.legalDocumentFoot > a {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 14px;
  align-items: center;
  gap: 9px;
  border: 1px solid #cfe0e6;
  border-radius: 12px;
  background: #fff;
  color: #176d7f;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}

.legalDocumentFoot > a svg {
  width: 17px;
  height: 17px;
  transition: transform .2s ease;
}

.legalDocumentFoot > a:hover svg {
  transform: translateX(3px);
}

.legalContact {
  display: flex;
  width: calc(100% - 48px);
  max-width: 1212px;
  min-height: 112px;
  margin: 0 auto 76px;
  padding: 22px 25px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cfe3e6;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(237, 107, 24, .075), transparent 28%),
    linear-gradient(135deg, #f2fbfa, #fff 60%);
  box-shadow: 0 14px 38px rgba(17, 54, 75, .075);
  gap: 25px;
}

.legalContact > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.legalContactIcon {
  display: grid;
  width: 52px;
  height: 52px;
  color: #148b98;
  border: 1px solid #cce4e7;
  border-radius: 16px;
  background: #edf9f8;
  place-items: center;
}

.legalContactIcon svg {
  width: 25px;
  height: 25px;
}

.legalContact small,
.legalContact strong {
  display: block;
}

.legalContact small {
  margin-bottom: 4px;
  color: #768b96;
  font-size: 10px;
}

.legalContact strong {
  color: var(--legal-ink);
  font-size: 16px;
}

.legalContact > a {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 15px;
  align-items: center;
  gap: 12px;
  border: 1px solid #cfe0e6;
  border-radius: 13px;
  background: #fff;
  color: #176c7e;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.legalPage a:focus-visible,
.legalPage button:focus-visible {
  outline: 3px solid rgba(237, 107, 24, .35);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .legalHeroInner {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 42px;
  }

  .legalLayout {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .legalDocumentContent {
    padding-right: 28px;
    padding-left: 28px;
  }

  .legalFeatureGrid--three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .legalHero {
    padding: 35px 20px 45px;
  }

  .legalHeroInner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 31px;
  }

  .legalHeroCard {
    max-width: 560px;
  }

  .legalLayout {
    padding-top: 40px;
    grid-template-columns: 1fr;
  }

  .legalSidebar {
    position: static;
  }

  .legalToc {
    display: flex;
    padding: 14px;
    overflow-x: auto;
    align-items: center;
    gap: 7px;
    scrollbar-width: none;
  }

  .legalToc::-webkit-scrollbar {
    display: none;
  }

  .legalTocTitle {
    margin: 0 4px 0 0;
    padding: 0 12px 0 2px;
    border-right: 1px solid #e1eaee;
    border-bottom: 0;
    flex: 0 0 auto;
  }

  .legalToc > a {
    padding: 9px 12px;
    border: 1px solid #dce7eb;
    border-radius: 10px;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .legalToc > a::before,
  .legalSidebarHelp {
    display: none;
  }
}

@media (max-width: 600px) {
  .legalHero {
    padding: 25px 16px 35px;
  }

  .legalHero::before {
    top: -280px;
    right: -330px;
  }

  .legalHero::after {
    display: none;
  }

  .legalHeroBreadcrumbs {
    margin-bottom: 19px;
  }

  .legalHeroCopy h1 {
    font-size: clamp(38px, 11.5vw, 51px);
  }

  .legalHeroCopy > p {
    font-size: 14px;
    line-height: 1.6;
  }

  .legalHeroMeta {
    margin-top: 21px;
  }

  .legalHeroMeta span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 9px;
  }

  .legalHeroCard {
    padding: 22px 19px;
    border-radius: 21px;
  }

  .legalLayout {
    padding: 28px 13px 24px;
  }

  .legalToc {
    border-radius: 16px;
  }

  .legalDocument {
    border-radius: 19px;
  }

  .legalDocumentTools {
    min-height: 58px;
    padding: 10px 14px;
  }

  .legalDocumentTools > span {
    max-width: 190px;
    font-size: 9px;
  }

  .legalDocumentTools button {
    padding: 7px 10px;
    font-size: 0;
  }

  .legalDocumentTools button svg {
    width: 18px;
    height: 18px;
  }

  .legalDocumentContent {
    padding: 5px 17px 8px;
  }

  .legalSection {
    padding: 28px 0 30px;
  }

  .legalSectionHeading {
    margin-bottom: 18px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 11px;
  }

  .legalSectionHeading > span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 10px;
  }

  .legalSectionHeading h2 {
    font-size: 22px;
  }

  .legalSection > p,
  .legalSection > ul {
    font-size: 13px;
    line-height: 1.72;
  }

  .legalCallout {
    padding: 52px 15px 16px;
  }

  .legalCallout::before {
    top: 14px;
    left: 14px;
  }

  .legalDetailsGrid,
  .legalFeatureGrid,
  .legalFeatureGrid--three,
  .legalRights {
    grid-template-columns: 1fr;
  }

  .legalDetailsGrid .legalDetailsGridWide {
    grid-column: auto;
  }

  .legalCheckList li {
    padding: 11px 12px 11px 42px;
  }

  .legalDocumentFoot {
    align-items: flex-start;
    flex-direction: column;
  }

  .legalDocumentFoot > a {
    width: 100%;
    justify-content: space-between;
  }

  .legalContact {
    width: calc(100% - 26px);
    margin-bottom: 52px;
    padding: 19px;
    align-items: flex-start;
    flex-direction: column;
  }

  .legalContact strong {
    font-size: 14px;
  }

  .legalContact > a {
    width: 100%;
    justify-content: space-between;
  }
}

@media print {
  .topBar,
  .header,
  .mobileBottomNav,
  .chatWidgetBtn,
  .chatWidgetPanel,
  .cookieConsent,
  .footer,
  .legalSidebar,
  .legalDocumentTools button,
  .legalContact {
    display: none !important;
  }

  .legalPage,
  .legalHero {
    background: #fff !important;
  }

  .legalHero {
    padding: 20px 0;
    color: #000;
  }

  .legalHeroInner,
  .legalLayout {
    display: block;
    max-width: none;
    padding: 0;
  }

  .legalHeroCopy h1,
  .legalHeroCopy > p,
  .legalHeroEyebrow,
  .legalHeroMeta span {
    color: #000 !important;
  }

  .legalHeroCard,
  .legalHeroBreadcrumbs,
  .legalHero::before,
  .legalHero::after {
    display: none;
  }

  .legalDocument {
    border: 0;
    box-shadow: none;
  }

  .legalDocumentTools {
    padding: 10px 0;
    background: #fff;
  }

  .legalDocumentContent {
    padding: 0;
  }

  .legalSection,
  .legalCallout,
  .legalFeatureGrid article,
  .legalCheckList li {
    break-inside: avoid;
  }
}

