:root {
  --consent-bg: #05070d;
  --consent-text: rgba(255, 255, 255, 0.68);
  --consent-muted: rgba(255, 255, 255, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--consent-bg);
}

body.consent-page {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    url("../img/19.png") right -90px top 72px / 1320px auto no-repeat,
    linear-gradient(180deg, #05070d 0%, #070914 38%, #05070d 72%, #05070d 100%);
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.consent-page a {
  color: inherit;
}

body.consent-page .main-header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  width: 1204px;
  max-width: 1204px;
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 15px 16px 32px;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(10, 10, 15, 0.88);
  box-shadow: inset 0 1px 1px 1px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  transform: none;
}

body.consent-page .main-header__logo {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.3px;
  text-decoration: none;
}

body.consent-page .main-header__nav {
  display: flex;
  gap: 32px;
  height: 100%;
  align-items: center;
  padding-top: 0;
}

body.consent-page .main-header__link {
  color: #9c9c9d;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
  text-decoration: none;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

body.consent-page .main-header__link:hover,
body.consent-page .main-header__link:focus-visible {
  color: #f2f2f3;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.32);
}

body.consent-page .main-header__link[aria-current="page"] {
  color: #f2f2f3;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.32);
}

body.consent-page .main-header__burger {
  display: none;
}

body.consent-page .main-header__cta {
  display: inline-flex;
  min-height: 44px;
  padding: 14px 32px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background: #e6e6e6;
  color: #2f3031;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 26px rgba(255, 255, 255, 0.08);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease;
}

body.consent-page .main-header__cta:hover,
body.consent-page .main-header__cta:focus-visible {
  background: #f2f2f2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 14px 34px rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

body.consent-page .main-header__cta:active {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 8px 18px rgba(255, 255, 255, 0.09);
  transform: translateY(0);
}

.consent-main {
  position: relative;
  z-index: 1;
  width: min(1204px, calc(100% - 216px));
  margin: 0 auto;
  padding-top: 206px;
}

.consent-back {
  display: inline-flex;
  align-items: center;
  margin: 0 0 38px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: none;
}

.consent-document {
  width: min(100%, 1118px);
  min-width: 0;
}

.consent-document h1 {
  max-width: 760px;
  margin: 0 0 38px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 35.2px;
  letter-spacing: 0.2px;
}

.consent-kicker {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}

.consent-copy {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.consent-copy p {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
  letter-spacing: 0;
}

.consent-section {
  margin: 22px 0 0;
}

.consent-section h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.consent-section ol {
  margin: 0 0 0;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  letter-spacing: 0;
}

.consent-section li {
  margin: 0;
  padding-left: 0;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  leading-trim: none;
  line-height: 22.4px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.consent-alpha {
  padding-left: 18px !important;
}

.consent-contact {
  margin-top: 26px;
}

.consent-contact strong {
  color: #fff;
  font-weight: 800;
}

body.consent-page .site-footer--unified {
  z-index: 1;
}

@media (min-width: 1025px) {
  body.consent-page .main-header {
    left: 50%;
    right: auto;
    width: min(1204px, calc(100vw - 48px));
    max-width: min(1204px, calc(100vw - 48px));
    transform: translateX(-50%);
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  body.consent-page .main-header {
    top: 10px;
    left: 50%;
    right: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 74px auto auto;
    width: min(770px, calc(100vw - 64px));
    max-width: min(770px, calc(100vw - 64px));
    height: 76px;
    min-height: 76px;
    margin: 0;
    padding: 0 23px;
    align-items: center;
    align-content: start;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: rgba(9, 10, 16, 0.94);
    transform: translateX(-50%);
  }

  body.consent-page .main-header__logo {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
  }

  body.consent-page .main-header__burger {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    width: 46px;
    height: 36px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }

  body.consent-page .main-header__burger svg {
    display: block;
    width: 46px;
    height: 36px;
  }
}

@media (max-width: 1024px) {
  body.consent-page .main-header__nav {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: max-height 260ms ease, opacity 220ms ease, transform 220ms ease;
  }

  body.consent-page .main-header__link {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    opacity: 0.92;
  }

  body.consent-page .main-header__cta {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    max-height: 0;
    min-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      max-height 260ms ease,
      min-height 260ms ease,
      padding 260ms ease,
      opacity 220ms ease,
      transform 220ms ease;
  }

  body.consent-page .main-header.is-open {
    height: auto;
    overflow: visible;
  }

  body.consent-page .main-header.is-open .main-header__nav {
    max-height: 220px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.consent-page .main-header.is-open .main-header__cta {
    max-height: 44px;
    min-height: 44px;
    padding-top: 14px;
    padding-bottom: 14px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 40ms;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  body.consent-page .main-header {
    top: 14px;
    left: 50%;
    right: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 58px auto auto;
    width: min(720px, calc(100vw - 32px));
    max-width: min(720px, calc(100vw - 32px));
    height: 58px;
    min-height: 58px;
    margin: 0;
    padding: 0 16px;
    align-items: center;
    align-content: start;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(9, 11, 18, 0.96);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 10px 30px rgba(0, 0, 0, 0.38);
    transform: translateX(-50%);
  }

  body.consent-page .main-header__logo {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
  }

  body.consent-page .main-header__burger {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    width: 24px;
    height: 19px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }

  body.consent-page .main-header__burger svg {
    display: block;
    width: 24px;
    height: 19px;
  }
}

@media (max-width: 768px) {
  body.consent-page .main-header {
    top: 32px;
    left: 16px;
    right: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 58px auto auto;
    width: auto;
    max-width: none;
    height: 58px;
    min-height: 58px;
    margin: 0;
    padding: 0 16px;
    align-items: center;
    align-content: start;
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(9, 11, 18, 0.96);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 10px 30px rgba(0, 0, 0, 0.38);
  }

  body.consent-page .main-header__logo {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0.2px;
  }

  body.consent-page .main-header__burger {
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    width: 24px;
    height: 19px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
  }

  body.consent-page .main-header__burger svg {
    display: block;
    width: 24px;
    height: 19px;
  }

  body.consent-page .main-header.is-open {
    padding: 0 16px 12px;
    row-gap: 8px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.consent-page .main-header.is-open {
    padding-bottom: 14px;
    row-gap: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.consent-page {
    background:
      url("../img/19.png") right -90px top 150px / 920px auto no-repeat,
      linear-gradient(180deg, #05070d 0%, #070914 42%, #05070d 76%, #05070d 100%);
  }

  .consent-main {
    width: calc(100% - 64px);
    padding-top: 176px;
  }

  .consent-back {
    margin-bottom: 38px;
    font-size: 16px;
    line-height: 22px;
  }

  .consent-document {
    width: 100%;
  }

  .consent-document h1 {
    max-width: 760px;
    margin-bottom: 38px;
    font-size: 32px;
    line-height: 35.2px;
  }

  .consent-kicker {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .consent-copy {
    font-size: 16px;
    line-height: 21px;
  }

  .consent-copy p {
    margin-bottom: 20px;
  }

  .consent-section {
    margin-top: 22px;
  }

  .consent-section h2 {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  body.consent-page {
    background:
      url("../img/19.png") right -48px top 150px / 520px auto no-repeat,
      linear-gradient(180deg, #05070d 0%, #070914 34%, #05070d 70%, #05070d 100%);
  }

  .consent-main {
    width: calc(100% - 32px);
    padding-top: 112px;
  }

  .consent-back {
    margin-bottom: 38px;
    font-size: 16px;
    line-height: 22px;
  }

  .consent-document h1 {
    max-width: 100%;
    margin-bottom: 38px;
    font-size: 32px;
    line-height: 35.2px;
  }

  .consent-kicker {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .consent-copy {
    font-size: 16px;
    line-height: 21px;
  }

  .consent-copy p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0;
  }

  .consent-section {
    margin-top: 22px;
  }

  .consent-section h2 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 21px;
  }

  .consent-section ol {
    padding-left: 22px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: 0;
  }

  .consent-section li {
    color: #fff;
    font-family: "Inter", Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 300;
    leading-trim: none;
    line-height: 22.4px;
    letter-spacing: 0;
  }

  .consent-alpha {
    padding-left: 18px !important;
  }

  .consent-contact {
    margin-top: 26px;
  }

  .desktop-break {
    display: none;
  }
}

@media (min-width: 1025px) {
  body.consent-page .main-header {
    left: 50% !important;
    right: auto !important;
    display: flex !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    width: min(1204px, calc(100vw - 48px)) !important;
    max-width: min(1204px, calc(100vw - 48px)) !important;
    height: 76px !important;
    min-height: 76px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 16px 15px 16px 32px !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    overflow: visible !important;
    border-radius: 16px !important;
    transform: translateX(-50%) !important;
  }

  body.consent-page .main-header__logo {
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: auto !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    letter-spacing: 0.3px !important;
  }

  body.consent-page .main-header__nav {
    grid-column: auto !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 32px !important;
    width: auto !important;
    max-height: none !important;
    height: 100% !important;
    padding: 0 !important;
    align-items: center !important;
    overflow: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body.consent-page .main-header__link {
    display: inline-flex !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: normal !important;
  }

  body.consent-page .main-header__cta {
    grid-column: auto !important;
    display: inline-flex !important;
    width: 193px !important;
    max-width: 193px !important;
    max-height: none !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 14px 32px !important;
    overflow: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body.consent-page .main-header__burger {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.consent-page .main-header {
    left: 24px !important;
    right: 24px !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 767px) {
  body.consent-page .main-header {
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 1180px) {
  body.consent-page *,
  body.consent-page *::before,
  body.consent-page *::after {
    font-family: "Inter" !important;
  }
}

body.consent-page .main-header__cta {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background-color 0.24s ease,
    opacity 0.24s ease !important;
}

body.consent-page .main-header__cta:hover,
body.consent-page .main-header__cta:focus-visible {
  opacity: 0.5 !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 30px rgba(255, 255, 255, 0.62),
    0 0 64px rgba(255, 255, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

body.consent-page .main-header__cta:active {
  transform: scale(0.95) !important;
}
