/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/v6/main.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
/*! Zeros Academy v6 — main stylesheet */
:root {
  --zp6-color-primary-500: #2bb7e2;
  --zp6-color-white: #ffffff;
  --zp6-color-black: #000000;
  --zp6-color-grey-100: #eeeeee;
  --zp6-color-grey-200: #d8d8d8;
  --zp6-color-grey-300: #939598;
  --zp6-color-grey-350: #4b4b4f;
  --zp6-color-grey-400: #25252a;
  --zp6-color-grey-500: #161719;
  --zp6-color-grey-700: #101010;
  --zp6-color-grey-800: #0d0d0f;
  --zp6-color-grey-900: #050505;
  --zp6-color-grey-950: #030303;
  --zp6-color-violet-500: #a855f7;
  --zp6-color-star: #ffb615;
  --zp6-color-error: #ed3833;
  --zp6-color-warning: #e7be33;
  --zp6-color-success: #33c866;
  --zp6-color-bg: var(--zp6-color-black);
  --zp6-color-text: var(--zp6-color-white);
  --zp6-color-text-muted: var(--zp6-color-grey-300);
  --zp6-color-accent: var(--zp6-color-primary-500);
  --zp6-font-primary: "Google Sans Flex", "Helvetica Neue", Arial, sans-serif;
  --zp6-text-xxs-size: 12px;
  --zp6-text-xxs-line: 18px;
  --zp6-text-xs-size: 14px;
  --zp6-text-xs-line: 21px;
  --zp6-text-m-size: 16px;
  --zp6-text-m-line: 23px;
  --zp6-text-m-500-line: 24px;
  --zp6-title-xs-size: 16px;
  --zp6-title-xs-line: 24px;
  --zp6-title-s-size: 20px;
  --zp6-title-s-line: 32px;
  --zp6-title-m-size: 26px;
  --zp6-title-m-line: 36px;
  --zp6-title-l-size: 32px;
  --zp6-title-l-line: 36px;
  --zp6-title-xl-size: 40px;
  --zp6-title-xl-line: 48px;
  --zp6-title-xxl-size: 46px;
  --zp6-title-xxl-line: 56px;
  --zp6-eyebrow-size: 11px;
  --zp6-eyebrow-line: 16.5px;
  --zp6-weight-regular: 350;
  --zp6-weight-medium: 500;
  --zp6-weight-bold: 650;
  --zp6-weight-extrabold: 700;
  --zp6-tracking-s: 0.3px;
  --zp6-tracking-m: 0.5px;
  --zp6-tracking-label: 1px;
  --zp6-tracking-eyebrow: 1.98px;
  --zp6-radius-8: 8px;
  --zp6-radius-12: 12px;
  --zp6-space-xs: 8px;
  --zp6-space-24: 24px;
  --zp6-space-40: 40px;
  --zp6-space-lateral: 40px;
  --zp6-space-bottom: 40px;
  --zp6-gutter: 24px;
  --zp6-control-height: 52px;
}

@media (min-width: 1024px) {
  :root {
    --zp6-gutter: 40px;
  }
}
@media (min-width: 1440px) {
  :root {
    --zp6-gutter: 80px;
  }
}
[hidden] {
  display: none !important;
}

.zp6-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.zp6-block__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.zp6-block__titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.zp6-block__pretitle {
  margin: 0;
  color: var(--zp6-color-accent);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-eyebrow);
  text-transform: uppercase;
}
.zp6-block__title {
  margin: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xl-size);
  line-height: var(--zp6-title-xl-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-block__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-block__title strong {
  color: var(--zp6-color-accent);
}
@media (min-width: 1024px) {
  .zp6-block__title {
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-title-xxl-size);
    line-height: var(--zp6-title-xxl-line);
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
    letter-spacing: var(--zp6-tracking-s);
  }
  .zp6-block__title * {
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
  }
  .zp6-block__title strong {
    color: var(--zp6-color-accent);
  }
}
.zp6-block__text {
  margin: 0;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 1024px) {
  .zp6-block__text {
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-text-m-size);
    line-height: var(--zp6-text-m-line);
    font-weight: var(--zp6-weight-regular);
    font-variation-settings: "wght" var(--zp6-weight-regular);
    letter-spacing: var(--zp6-tracking-m);
  }
}

.zp6-button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 16px 10px;
  border: 0;
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-accent);
  color: var(--zp6-color-black);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: opacity 0.2s ease, -webkit-filter 0.2s ease;
  transition: filter 0.2s ease, opacity 0.2s ease;
  transition: filter 0.2s ease, opacity 0.2s ease, -webkit-filter 0.2s ease;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-button:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.zp6-button:disabled:not(.is-loading), .zp6-button[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.zp6-button.is-loading {
  color: transparent;
  cursor: wait;
  pointer-events: none;
}
.zp6-button.is-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid var(--zp6-color-black);
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: zp6-button-spin 0.6s linear infinite;
          animation: zp6-button-spin 0.6s linear infinite;
}

@-webkit-keyframes zp6-button-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes zp6-button-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .zp6-button.is-loading::before {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.zp6-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--zp6-space-xs);
  width: 100%;
}
.zp6-field__label {
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-field__control {
  position: relative;
  width: 100%;
}
.zp6-field__hint {
  margin: 0;
  color: var(--zp6-color-grey-350);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-field__input {
  width: 100%;
  min-height: var(--zp6-control-height);
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-700);
  color: var(--zp6-color-white);
  -webkit-transition: border-color 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-m);
}
.zp6-field__input::-webkit-input-placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-field__input::-moz-placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-field__input:-ms-input-placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-field__input::-ms-input-placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-field__input::placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-field__input:focus {
  outline: none;
  border-color: var(--zp6-color-primary-500);
}
.zp6-field__input--action {
  padding-right: 48px;
}
.zp6-field__input:-webkit-autofill, .zp6-field__input:-webkit-autofill:hover, .zp6-field__input:-webkit-autofill:focus, .zp6-field__input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--zp6-color-white);
  -webkit-box-shadow: inset 0 0 0 1000px var(--zp6-color-grey-700);
  box-shadow: inset 0 0 0 1000px var(--zp6-color-grey-700);
  caret-color: var(--zp6-color-white);
  -webkit-transition: background-color 9999s ease-in-out 0s, border-color 0.2s ease;
  transition: background-color 9999s ease-in-out 0s, border-color 0.2s ease;
}
.zp6-field__toggle {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  color: var(--zp6-color-grey-300);
  cursor: pointer;
}
.zp6-field__icon {
  display: block;
  width: 16px;
  height: 16px;
}
.zp6-field__icon * {
  color: var(--zp6-color-grey-300);
  fill: none;
  stroke: currentColor;
}
.zp6-field__icon--hide {
  display: none;
}
.zp6-field__message {
  color: var(--zp6-color-error);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-field--error .zp6-field__input {
  border-color: var(--zp6-color-error);
  color: var(--zp6-color-error);
}
.zp6-field--error .zp6-field__input:-webkit-autofill {
  -webkit-text-fill-color: var(--zp6-color-error);
}
.zp6-field--password-visible .zp6-field__icon--show {
  display: none;
}
.zp6-field--password-visible .zp6-field__icon--hide {
  display: block;
}
.zp6-field__strength {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--zp6-space-xs);
  width: 100%;
}
.zp6-field__strength-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  width: 100%;
}
.zp6-field__strength-segment {
  height: 4px;
  border-radius: 6px;
  background-color: var(--zp6-color-grey-400);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.zp6-field__strength-label {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-field__strength--low .zp6-field__strength-segment:nth-child(-n+1) {
  background-color: var(--zp6-color-error);
}
.zp6-field__strength--low .zp6-field__strength-label {
  color: var(--zp6-color-error);
}
.zp6-field__strength--medium .zp6-field__strength-segment:nth-child(-n+2) {
  background-color: var(--zp6-color-warning);
}
.zp6-field__strength--medium .zp6-field__strength-label {
  color: var(--zp6-color-warning);
}
.zp6-field__strength--good .zp6-field__strength-segment:nth-child(-n+3) {
  background-color: var(--zp6-color-success);
}
.zp6-field__strength--good .zp6-field__strength-label {
  color: var(--zp6-color-success);
}
.zp6-field__strength--excellent .zp6-field__strength-segment {
  background-color: var(--zp6-color-success);
}
.zp6-field__strength--excellent .zp6-field__strength-label {
  color: var(--zp6-color-success);
}

.zp6-stars {
  --zp6-star-active-color: var(--zp6-color-accent);
  --zp6-star-inactive-color: var(--zp6-color-grey-400);
  --zp6-star-size: 14px;
  --zp6-star-gap: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--zp6-star-gap);
}
.zp6-stars__star {
  width: var(--zp6-star-size);
  height: auto;
  color: var(--zp6-star-inactive-color);
}
.zp6-stars__star * {
  color: inherit;
}
.zp6-stars__star--filled {
  color: var(--zp6-star-active-color);
}

.zp6-link-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  letter-spacing: var(--zp6-tracking-s);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-link-arrow:hover {
  color: var(--zp6-color-white);
}
.zp6-link-arrow__icon {
  display: block;
  width: 15px;
  height: 15px;
}
@media (prefers-reduced-motion: reduce) {
  .zp6-link-arrow {
    -webkit-transition: none;
    transition: none;
  }
}

.zp6-perks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 357px;
}
.zp6-perks__title {
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-m-size);
  line-height: var(--zp6-title-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-perks__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-perks__title strong {
  color: var(--zp6-color-accent);
}
.zp6-perks__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zp6-perks__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.zp6-perks__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  background-color: rgba(43, 183, 226, 0.1);
  color: var(--zp6-color-primary-400, #00c2e8);
}
.zp6-perks__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.zp6-perks__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-perks__item-title {
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-perks__item-text {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}

.zp6-confirmation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 40px var(--zp6-space-24);
  background-color: var(--zp6-color-bg);
  text-align: center;
}
.zp6-confirmation__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56px;
  width: 100%;
  max-width: 572px;
}
.zp6-confirmation__logo {
  display: block;
  width: 100%;
  max-width: 281px;
  height: auto;
}
.zp6-confirmation__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--zp6-space-24);
  width: 100%;
}
.zp6-confirmation__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--zp6-space-xs);
}
.zp6-confirmation__icon {
  display: block;
  width: 50px;
  height: 50px;
  color: var(--zp6-color-white);
}
.zp6-confirmation__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.zp6-confirmation__title {
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-m-size);
  line-height: var(--zp6-title-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-confirmation__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-confirmation__title strong {
  color: var(--zp6-color-accent);
}
.zp6-confirmation__text {
  max-width: 520px;
  color: var(--zp6-color-grey-200, #d8d8d8);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: var(--zp6-tracking-tight, 0.3px);
  font-weight: 350;
  font-variation-settings: "wght" 350;
}
.zp6-confirmation__hint {
  color: var(--zp6-color-grey-300);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: var(--zp6-tracking-tight, 0.3px);
  font-weight: 350;
  font-variation-settings: "wght" 350;
}
.zp6-confirmation__hint strong {
  color: var(--zp6-color-grey-200, #d8d8d8);
  font-weight: 350;
  font-variation-settings: "wght" 350;
}

.zp6-recaptcha-terms {
  width: 100%;
  margin: 0;
  text-align: left;
  color: var(--zp6-color-grey-350);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-recaptcha-terms a {
  color: var(--zp6-color-grey-300);
  text-decoration: none;
}
.zp6-recaptcha-terms a:hover, .zp6-recaptcha-terms a:focus-visible {
  text-decoration: underline;
}

.zp6-legal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  padding-top: var(--zp6-space-24);
}
.zp6-legal-footer__list {
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  color: var(--zp6-color-grey-350);
}
@media (min-width: 768px) {
  .zp6-legal-footer__list {
    font-size: var(--zp6-text-xxs-size);
  }
}
.zp6-legal-footer__list li:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  color: var(--zp6-color-grey-350);
}
.zp6-legal-footer__list a {
  color: var(--zp6-color-grey-350);
  text-decoration: none;
}
.zp6-legal-footer__list a:hover {
  color: var(--zp6-color-grey-300);
}
.zp6-legal-footer__copyright {
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  width: 100%;
  margin: 0;
  font-size: 10px;
  line-height: 16.5px;
  color: var(--zp6-color-grey-350);
  text-align: center;
  text-transform: uppercase;
}
.zp6-legal-footer__item--accent a {
  color: var(--zp6-color-accent);
}
.zp6-legal-footer__item--accent a:hover {
  color: var(--zp6-color-accent);
}

.zp6-footer {
  width: 100%;
  background-color: var(--zp6-color-bg);
  color: var(--zp6-color-text);
}
.zp6-footer__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 64px var(--zp6-space-24);
}
@media (min-width: 1280px) {
  .zp6-footer__inner {
    gap: 90px;
    padding: 64px var(--zp6-space-40);
  }
}
.zp6-footer__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  padding-top: 40px;
  border-top: 0.5px solid var(--zp6-color-grey-400);
}
@media (min-width: 1280px) {
  .zp6-footer__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 72px;
  }
}
.zp6-footer__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--zp6-space-24);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1280px) {
  .zp6-footer__brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 390px;
        -ms-flex: 0 0 390px;
            flex: 0 0 390px;
    width: 390px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.zp6-footer__logo {
  display: inline-block;
  width: 158px;
}
.zp6-footer__logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.zp6-footer__description {
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  max-width: 258px;
  margin: 0;
  color: var(--zp6-color-grey-200);
  word-break: break-word;
}
@media (min-width: 768px) {
  .zp6-footer__description {
    max-width: 350px;
  }
}
@media (min-width: 1280px) {
  .zp6-footer__description {
    max-width: 258px;
  }
}
.zp6-footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--zp6-space-24);
}
.zp6-footer__social-link {
  font-size: 22px;
  line-height: 1;
  color: var(--zp6-color-grey-300);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.zp6-footer__social-link:hover, .zp6-footer__social-link:focus-visible {
  color: var(--zp6-color-accent);
}
.zp6-footer__social-link--twitch:hover, .zp6-footer__social-link--twitch:focus-visible {
  color: #9146ff;
}
.zp6-footer__social-link--instagram:hover, .zp6-footer__social-link--instagram:focus-visible {
  color: #e4405f;
}
.zp6-footer__social-link--twitter:hover, .zp6-footer__social-link--twitter:focus-visible {
  color: #1da1f2;
}
.zp6-footer__social-link--youtube:hover, .zp6-footer__social-link--youtube:focus-visible {
  color: #ff0000;
}
.zp6-footer__social-link--facebook:hover, .zp6-footer__social-link--facebook:focus-visible {
  color: #1877f2;
}
.zp6-footer__social-link .fa-x-twitter::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z%27/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27%3E%3Cpath d=%27M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z%27/%3E%3C/svg%3E") no-repeat center/contain;
}
.zp6-footer__menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .zp6-footer__menus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .zp6-footer__menus {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.zp6-footer__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .zp6-footer__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    max-width: 195px;
  }
}
.zp6-footer__col-title {
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-eyebrow);
  text-transform: uppercase;
  margin: 0;
  color: var(--zp6-color-white);
}
.zp6-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zp6-footer__list li {
  margin: 0;
}
.zp6-footer__list a {
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  color: var(--zp6-color-grey-200);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.zp6-footer__list a:hover, .zp6-footer__list a:focus-visible {
  color: #fff;
}
.zp6-footer__legal {
  padding-top: 32px;
  border-top: 0.5px solid var(--zp6-color-grey-400);
}
.zp6-footer__copyright {
  margin: 0;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  letter-spacing: 1px;
  color: var(--zp6-color-grey-300);
  text-transform: uppercase;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}

.zp6-has-fixed-header {
  padding-top: 72px;
}

.zp6-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  width: 100%;
  height: 72px;
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-grey-200);
  -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
  transition: box-shadow 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.admin-bar .zp6-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .zp6-header {
    top: 46px;
  }
}
.zp6-header--scrolled {
  -webkit-box-shadow: 0 1px 0 0 var(--zp6-color-grey-400);
          box-shadow: 0 1px 0 0 var(--zp6-color-grey-400);
}
.zp6-header__inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--zp6-space-24);
}
@media (min-width: 1024px) {
  .zp6-header__inner {
    gap: 32px;
    padding: 0 var(--zp6-space-lateral);
  }
}
.zp6-header__burger {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .zp6-header__burger {
    display: none;
  }
}
.zp6-header__burger-line {
  display: block;
  width: 22px;
  height: 1px;
  background-color: var(--zp6-color-grey-200);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.zp6-header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .zp6-header__logo {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.zp6-header__logo-img {
  display: block;
  width: auto;
  height: 30px;
}
@media (min-width: 1024px) {
  .zp6-header__logo-img {
    width: 193px;
    height: 36.41px;
  }
}
.zp6-header__logo-img--full {
  display: none;
}
.zp6-header__logo-img--mark {
  display: block;
  width: auto;
  height: 33px;
}
@media (min-width: 1280px) {
  .zp6-header__logo-img--full {
    display: block;
  }
  .zp6-header__logo-img--mark {
    display: none;
  }
}
.zp6-header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .zp6-header__nav {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
  }
}
.zp6-header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zp6-header__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.zp6-header__item--has-children {
  position: relative;
  gap: 6px;
}
.zp6-header__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 100%;
  font-family: var(--zp6-font-primary);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: var(--zp6-tracking-s);
  text-transform: uppercase;
  color: var(--zp6-color-grey-200);
  text-decoration: none;
  white-space: nowrap;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.zp6-header__link:hover, .zp6-header__link:focus-visible {
  color: var(--zp6-color-white);
}
.zp6-header__item.is-current > .zp6-header__link {
  color: var(--zp6-color-white);
}
.zp6-header__arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8px;
  height: 5px;
  color: var(--zp6-color-grey-200);
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
}
.zp6-header__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.zp6-header__item--has-children:hover .zp6-header__arrow, .zp6-header__item--has-children:focus-within .zp6-header__arrow, .zp6-header__item--has-children.is-open .zp6-header__arrow {
  color: var(--zp6-color-white);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.zp6-header__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  min-width: 220px;
  margin: 0;
  padding: 8px 4px;
  list-style: none;
  background-color: var(--zp6-color-grey-700);
  border: 0.5px solid var(--zp6-color-grey-400);
  border-radius: 4px;
}
.zp6-header__item--has-children:hover > .zp6-header__dropdown, .zp6-header__item--has-children:focus-within > .zp6-header__dropdown, .zp6-header__item--has-children.is-open > .zp6-header__dropdown {
  display: block;
}
.zp6-header__dropdown-item {
  display: block;
}
.zp6-header__dropdown-link {
  display: block;
  padding: 8px 16px;
  border-radius: 5px;
  font-family: var(--zp6-font-primary);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: var(--zp6-tracking-s);
  color: var(--zp6-color-grey-200);
  text-decoration: none;
  white-space: nowrap;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.zp6-header__dropdown-link:hover, .zp6-header__dropdown-link:focus-visible {
  color: var(--zp6-color-white);
}
.zp6-header__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .zp6-header__actions {
    gap: 24px;
  }
}
.zp6-header__login {
  display: none;
  font-family: var(--zp6-font-primary);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: var(--zp6-tracking-s);
  text-transform: uppercase;
  color: var(--zp6-color-grey-200);
  text-decoration: none;
  white-space: nowrap;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.zp6-header__login:hover, .zp6-header__login:focus-visible {
  color: var(--zp6-color-white);
}
@media (min-width: 1024px) {
  .zp6-header__login {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.zp6-header__cta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  padding: 0 12px;
  font-family: var(--zp6-font-primary);
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: var(--zp6-tracking-s);
  text-transform: uppercase;
  color: var(--zp6-color-black);
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--zp6-color-primary-500);
  border-radius: 8px;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.zp6-header__cta:hover, .zp6-header__cta:focus-visible {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}

.zp6-no-scroll {
  overflow: hidden;
}

.zp6-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1100;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
  transition: transform 0.3s ease, visibility 0s linear 0.3s, -webkit-transform 0.3s ease;
}
@media (min-width: 1024px) {
  .zp6-mobile-menu {
    display: none;
  }
}
.zp6-mobile-menu--open {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: visibility 0s, -webkit-transform 0.3s ease;
  transition: visibility 0s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, visibility 0s;
  transition: transform 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
}
.zp6-mobile-menu__panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 96px;
  width: 100%;
  height: 100%;
  padding: 24px 24px 40px;
  background-color: var(--zp6-color-grey-700);
  overflow-y: auto;
}
.zp6-mobile-menu__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.zp6-mobile-menu__close {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  color: var(--zp6-color-white);
  background: none;
  border: 0;
  cursor: pointer;
}
.zp6-mobile-menu__logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 24px;
}
.zp6-mobile-menu__logo img {
  display: block;
  width: auto;
  height: 30px;
}
.zp6-mobile-menu__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
.zp6-mobile-menu__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.zp6-mobile-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zp6-mobile-menu__link {
  font-family: var(--zp6-font-primary);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: var(--zp6-tracking-m);
  color: var(--zp6-color-grey-200);
  text-decoration: none;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.zp6-mobile-menu__link:hover, .zp6-mobile-menu__link:focus-visible {
  color: var(--zp6-color-white);
}
.zp6-mobile-menu__account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.zp6-mobile-menu__login, .zp6-mobile-menu__logout {
  font-family: var(--zp6-font-primary);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: var(--zp6-tracking-m);
  color: var(--zp6-color-grey-200);
  text-decoration: none;
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.zp6-mobile-menu__login:hover, .zp6-mobile-menu__login:focus-visible, .zp6-mobile-menu__logout:hover, .zp6-mobile-menu__logout:focus-visible {
  color: var(--zp6-color-white);
}
.zp6-mobile-menu__cta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 16px;
  font-family: var(--zp6-font-primary);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: var(--zp6-tracking-s);
  text-transform: uppercase;
  color: var(--zp6-color-black);
  text-decoration: none;
  background-color: var(--zp6-color-primary-500);
  border-radius: 10px;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.zp6-mobile-menu__cta:hover, .zp6-mobile-menu__cta:focus-visible {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}
.zp6-mobile-menu__legal {
  padding-top: 32px;
  padding-left: 24px;
  border-top: 0.5px solid var(--zp6-color-grey-400);
}
.zp6-mobile-menu__copyright {
  margin: 0;
  font-family: var(--zp6-font-primary);
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--zp6-color-grey-300);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}

.zp6-user-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.zp6-user-menu__trigger {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
.zp6-user-menu__member {
  display: none;
}
@media (min-width: 1024px) {
  .zp6-user-menu__member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2px;
  }
}
.zp6-user-menu__level {
  font-family: var(--zp6-font-primary);
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: var(--zp6-tracking-m);
  text-transform: uppercase;
  color: var(--zp6-color-white);
  white-space: nowrap;
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-user-menu__avatar {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: var(--zp6-color-grey-700);
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .zp6-user-menu__avatar {
    width: 47px;
    height: 47px;
  }
}
.zp6-user-menu__avatar--lg {
  width: 56px;
  height: 56px;
}
.zp6-user-menu__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zp6-user-menu__avatar-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-family: var(--zp6-font-primary);
  font-size: 18px;
  color: var(--zp6-color-white);
  text-transform: uppercase;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-user-menu__popup {
  display: none;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  padding: 20px;
  background-color: var(--zp6-color-black);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
          box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  border-top: none;
  position: fixed;
  top: 72px;
  right: 0;
  max-width: 100vw;
  max-height: calc(100vh - 72px);
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .zp6-user-menu__popup {
    position: absolute;
    top: 100%;
    max-width: calc(100vw - 32px);
    max-height: none;
    margin-top: 12px;
    overflow: visible;
  }
  .zp6-user-menu__popup::before {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    height: 12px;
  }
}
.zp6-user-menu.is-open .zp6-user-menu__popup {
  display: block;
}
@media (min-width: 1024px) {
  .zp6-user-menu:hover .zp6-user-menu__popup, .zp6-user-menu:focus-within .zp6-user-menu__popup {
    display: block;
  }
}
.zp6-user-menu__identity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  text-decoration: none;
}
.zp6-user-menu__identity-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.zp6-user-menu__name {
  overflow: hidden;
  font-family: var(--zp6-font-primary);
  font-size: 16px;
  line-height: 22px;
  color: var(--zp6-color-white);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-user-menu__nick {
  font-family: var(--zp6-font-primary);
  font-size: 12px;
  line-height: 18px;
  color: var(--zp6-color-grey-300);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
.zp6-user-menu__section {
  padding: 16px 0;
  border-top: 0.5px solid var(--zp6-color-grey-400);
}
.zp6-user-menu__section--notificaciones {
  display: none;
}
.zp6-user-menu__section-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.zp6-user-menu__section-title {
  font-family: var(--zp6-font-primary);
  font-size: 16px;
  line-height: 22px;
  color: var(--zp6-color-white);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-user-menu__link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: var(--zp6-font-primary);
  font-size: 12px;
  line-height: 18px;
  color: var(--zp6-color-accent);
  text-decoration: none;
  white-space: nowrap;
}
.zp6-user-menu__link:hover, .zp6-user-menu__link:focus-visible {
  text-decoration: underline;
}
.zp6-user-menu__subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 16px;
  font-family: var(--zp6-font-primary);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: var(--zp6-tracking-s);
  text-transform: uppercase;
  color: var(--zp6-color-black);
  text-decoration: none;
  background-color: var(--zp6-color-primary-500);
  border-radius: 10px;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.zp6-user-menu__subscribe:hover, .zp6-user-menu__subscribe:focus-visible {
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}
.zp6-user-menu__nav {
  padding-top: 16px;
  border-top: 0.5px solid var(--zp6-color-grey-400);
}
.zp6-user-menu__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zp6-user-menu__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 12px;
  font-family: var(--zp6-font-primary);
  font-size: 14px;
  line-height: 20px;
  color: var(--zp6-color-grey-200);
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.zp6-user-menu__nav-link:hover, .zp6-user-menu__nav-link:focus-visible {
  color: var(--zp6-color-white);
}
.zp6-user-menu__nav-label {
  color: inherit;
}
.zp6-user-menu__nav-item.is-current .zp6-user-menu__nav-link {
  color: var(--zp6-color-white);
  background-color: var(--zp6-color-grey-400);
}
.zp6-user-menu__nav-icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.zp6-user-menu__member .zp-stars {
  font-size: 9px;
  line-height: 1;
}
.zp6-user-menu__section .zp-stars {
  font-size: 13px;
  line-height: 1;
}
.zp6-user-menu__notifications .zp-notifications-list__more {
  margin-top: 10px;
}
.zp6-user-menu__notifications .zp-notifications-list__more-link {
  font-size: 12px;
  color: var(--zp6-color-accent);
  text-decoration: none;
}
.zp6-user-menu__notifications .zp-notifications-list__more-link:hover {
  text-decoration: underline;
}

.main-content::after {
  content: "";
  position: fixed;
  top: 72px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (min-width: 1024px) {
  .main-content::after {
    content: none;
  }
}

body.zp6-user-menu-open .main-content::after {
  opacity: 1;
  pointer-events: auto;
}

.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.zp6-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--zp6-color-black);
}
.zp6-hero__image, .zp6-hero__overlay {
  display: none;
}
.zp6-hero__inner {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px var(--zp6-gutter) 56px;
}
.zp6-hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 588px;
}
.zp6-hero__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.zp6-hero__cta {
  width: auto;
  min-width: 100px;
}
.zp6-hero__note {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 1024px) {
  .zp6-hero__image, .zp6-hero__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .zp6-hero__image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .zp6-hero__overlay {
    z-index: 1;
    background: linear-gradient(90deg, var(--zp6-color-black) 0%, var(--zp6-color-black) 22%, rgba(0, 0, 0, 0.65) 46%, rgba(0, 0, 0, 0) 72%);
  }
  .zp6-hero__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 696px;
    padding-block: 0;
    padding-inline: var(--zp6-gutter);
  }
  .zp6-hero__content {
    max-width: 510px;
  }
}
@media (min-width: 1440px) {
  .zp6-hero__inner {
    min-height: 685px;
  }
}

.zp6-team {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
.zp6-team__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 0 64px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-team__inner {
    padding: 112px 0 112px var(--zp6-gutter);
  }
}
@media (min-width: 1440px) {
  .zp6-team__inner {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.zp6-team__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding-right: var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-team__head {
    padding-right: var(--zp6-gutter);
  }
}
.zp6-team .zp6-block__intro {
  max-width: 620px;
}
.zp6-team__arrows {
  display: none;
}
@media (min-width: 1024px) {
  .zp6-team__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: var(--zp6-space-24);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.zp6-team__arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--zp6-color-white);
  cursor: pointer;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.zp6-team__arrow svg {
  width: 19px;
  height: 19px;
}
.zp6-team__arrow:hover {
  color: var(--zp6-color-accent);
}
.zp6-team__arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.zp6-team__carousel-wrap {
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .zp6-team__carousel-wrap {
    margin-top: 72px;
  }
}
.zp6-team__carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.zp6-team__carousel::-webkit-scrollbar {
  display: none;
}
.zp6-team__carousel.flickity-enabled {
  display: block;
  overflow: visible;
}
.zp6-team__card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: min(300px, 76vw);
  margin-right: 32px;
}
@media (min-width: 1024px) {
  .zp6-team__card {
    width: 296px;
    margin-right: var(--zp6-space-lateral);
  }
}
.zp6-team__figure {
  position: relative;
  width: 100%;
  aspect-ratio: 296/417;
  overflow: hidden;
  border: 1px solid var(--zp6-color-grey-500);
  border-radius: 8px;
  background-color: var(--zp6-color-grey-700);
}
.zp6-team__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.zp6-team__tags {
  position: absolute;
  top: 16px;
  right: 14px;
  left: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  font-size: 8px;
  line-height: 16.5px;
  letter-spacing: var(--zp6-tracking-s);
  text-transform: uppercase;
}
.zp6-team__nickname {
  color: var(--zp6-color-grey-200);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-team__specialty {
  color: var(--zp6-color-grey-300);
  text-align: right;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-team__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--zp6-space-xs);
}
.zp6-team__name {
  margin: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-s-size);
  line-height: var(--zp6-title-s-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-team__name * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-team__name strong {
  color: var(--zp6-color-accent);
}
.zp6-team__role {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}

.zp6-afiliaciones {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
.zp6-afiliaciones__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__inner {
    gap: 75px;
    padding: 169px var(--zp6-gutter);
  }
}
.zp6-afiliaciones .zp6-block__intro {
  max-width: 620px;
}
.zp6-afiliaciones__steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 72px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.zp6-afiliaciones__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__step {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    padding: 24px 24px 12px 24px;
  }
  .zp6-afiliaciones__step:not(:first-child) {
    padding-left: 48px;
    border-left: 1px solid var(--zp6-color-grey-400);
  }
}
.zp6-afiliaciones__step-number {
  margin-bottom: 8px;
  color: var(--zp6-color-grey-400);
  font-family: var(--zp6-font-primary);
  font-size: 48px;
  line-height: 1;
  font-weight: var(--zp6-weight-extrabold);
  font-variation-settings: "wght" var(--zp6-weight-extrabold);
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__step-number {
    margin-bottom: 12px;
  }
}
.zp6-afiliaciones__step-title {
  margin: 0;
  color: var(--zp6-color-white);
  text-transform: uppercase;
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__step-title {
    font-size: var(--zp6-title-xs-size);
    margin-bottom: 6px;
  }
}
.zp6-afiliaciones__step-desc {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__step-desc {
    font-size: var(--zp6-text-xs-size);
    line-height: 21px;
  }
}
.zp6-afiliaciones__example {
  margin-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-900);
  padding: 32px 16px;
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__example {
    margin-top: 6px;
    padding: 48px 56px;
  }
}
.zp6-afiliaciones__example-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__example-group {
    gap: 40px;
  }
}
.zp6-afiliaciones__example-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__example-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.zp6-afiliaciones__example-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__example-text {
    -webkit-box-flex: 0.8;
    -webkit-flex: 0.8 1 0;
        -ms-flex: 0.8 1 0px;
            flex: 0.8 1 0;
    min-width: 0;
    padding-right: 72px;
  }
}
.zp6-afiliaciones__example-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.zp6-afiliaciones__example-eyebrow {
  margin: 0;
  color: var(--zp6-color-accent);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}
.zp6-afiliaciones__example-title {
  margin: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-m-size);
  line-height: var(--zp6-title-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-afiliaciones__example-title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-afiliaciones__example-title strong {
  color: var(--zp6-color-accent);
}
.zp6-afiliaciones__example-accent {
  color: var(--zp6-color-accent);
}
.zp6-afiliaciones__example-note {
  margin: 0;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-afiliaciones__table-wrap {
  overflow: hidden;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-800);
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__table-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    margin-top: 0;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}
.zp6-afiliaciones__table-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.zp6-afiliaciones__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.zp6-afiliaciones__table th,
.zp6-afiliaciones__table td {
  padding: 12px 16px 12px 16px;
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__table th,
  .zp6-afiliaciones__table td {
    padding-inline: 32px;
  }
}
.zp6-afiliaciones__table thead th {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: 10px;
  line-height: 16.5px;
  text-transform: uppercase;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-afiliaciones__table tbody th,
.zp6-afiliaciones__table tbody td,
.zp6-afiliaciones__table tfoot th,
.zp6-afiliaciones__table tfoot td {
  font-family: var(--zp6-font-primary);
  font-size: 12px;
  line-height: 19px;
}
.zp6-afiliaciones__table thead th,
.zp6-afiliaciones__table tbody th,
.zp6-afiliaciones__table tbody td {
  border-bottom: 1px solid var(--zp6-color-grey-400);
}
.zp6-afiliaciones__table th:first-child {
  text-align: left;
}
.zp6-afiliaciones__table th:last-child,
.zp6-afiliaciones__table td:last-child {
  text-align: right;
}
.zp6-afiliaciones__table tbody th {
  color: var(--zp6-color-white);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-afiliaciones__table tbody td {
  color: var(--zp6-color-accent);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-afiliaciones__table tfoot th {
  color: var(--zp6-color-grey-200);
  text-align: left;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
.zp6-afiliaciones__table tfoot td {
  color: var(--zp6-color-grey-300);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
.zp6-afiliaciones__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 44px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-top: 0;
  }
}
.zp6-afiliaciones__link {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: var(--zp6-color-white);
  text-decoration: none;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-afiliaciones__link:hover {
  color: var(--zp6-color-accent);
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__link {
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
  }
}
@media (min-width: 1024px) {
  .zp6-afiliaciones__cta {
    width: auto;
    min-width: 100px;
    padding-inline: 16px;
  }
}

.zp6-preflop {
  border-top: 1px solid var(--zp6-color-grey-400);
  border-bottom: 1px solid var(--zp6-color-grey-400);
  background-color: var(--zp6-color-grey-950);
  color: var(--zp6-color-white);
}
.zp6-preflop__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-preflop__inner {
    padding: 128px 110px 128px var(--zp6-gutter);
  }
}
.zp6-preflop__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .zp6-preflop__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 128px;
  }
}
.zp6-preflop__col-left {
  display: contents;
}
@media (min-width: 1024px) {
  .zp6-preflop__col-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 470px;
        -ms-flex: 0 0 470px;
            flex: 0 0 470px;
    max-width: 470px;
    gap: 48px;
  }
}
.zp6-preflop__specs {
  margin: 0;
  padding: 0px var(--zp6-space-24);
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-800);
}
.zp6-preflop__spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--zp6-space-xs);
  padding: 23px 0;
  border-bottom: 1px solid var(--zp6-color-grey-400);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.zp6-preflop__spec:last-child {
  border-bottom: 0;
}
.zp6-preflop__spec-label {
  margin: 0;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-preflop__spec-value {
  margin: 0;
  color: var(--zp6-color-white);
  text-align: right;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-preflop__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin: 0;
}
@media (min-width: 1024px) {
  .zp6-preflop__media {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    gap: 40px;
  }
}
.zp6-preflop__frame {
  overflow: hidden;
  border: 1px solid var(--zp6-color-grey-950);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-950);
}
.zp6-preflop__image {
  display: block;
  width: 100%;
  height: auto;
}
.zp6-preflop__caption {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: 10px;
  line-height: 16.5px;
  letter-spacing: var(--zp6-tracking-s);
  text-align: center;
  text-transform: uppercase;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-preflop__link {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (min-width: 1024px) {
  .zp6-preflop__link {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

.zp6-niveles {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
.zp6-niveles__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-niveles__inner {
    gap: 56px;
    padding: 128px var(--zp6-gutter);
  }
}
.zp6-niveles .zp6-block__intro {
  max-width: 630px;
}
.zp6-niveles__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.zp6-niveles__table-wrap {
  overflow: hidden;
  overflow-x: auto;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-800);
  padding-bottom: 8px;
}
.zp6-niveles__table-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.zp6-niveles__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.zp6-niveles__table th,
.zp6-niveles__table td {
  padding: 16px;
  border-bottom: 1px solid var(--zp6-color-grey-400);
  vertical-align: middle;
  text-align: left;
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-niveles__table tbody tr:last-child th,
.zp6-niveles__table tbody tr:last-child td {
  border-bottom: 0;
}
.zp6-niveles__table thead th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  padding-block: 8px;
  background-color: var(--zp6-color-grey-500);
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: 10px;
  line-height: 16.5px;
  text-transform: uppercase;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
@media (min-width: 1024px) {
  .zp6-niveles__table thead th {
    white-space: nowrap;
  }
}
.zp6-niveles__table th.zp6-niveles__col--how,
.zp6-niveles__table td.zp6-niveles__col--how {
  padding-inline: 0;
  text-align: center;
}
.zp6-niveles__table th.zp6-niveles__col--price,
.zp6-niveles__table td.zp6-niveles__col--price {
  padding-inline: 8px 16px;
  text-align: right;
}
@media (min-width: 1024px) {
  .zp6-niveles__table th.zp6-niveles__col--level,
  .zp6-niveles__table td.zp6-niveles__col--level {
    width: 220px;
    padding-inline: 32px 56px;
  }
  .zp6-niveles__table th.zp6-niveles__col--unlocks,
  .zp6-niveles__table td.zp6-niveles__col--unlocks {
    padding-inline: 0 24px;
  }
  .zp6-niveles__table th.zp6-niveles__col--how,
  .zp6-niveles__table td.zp6-niveles__col--how {
    width: 285px;
  }
  .zp6-niveles__table th.zp6-niveles__col--price,
  .zp6-niveles__table td.zp6-niveles__col--price {
    width: 239px;
    padding-inline: 24px;
  }
}
.zp6-niveles__col--hide-mobile {
  display: none;
}
@media (min-width: 1024px) {
  .zp6-niveles__col--hide-mobile {
    display: table-cell;
  }
}
.zp6-niveles__level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 1024px) {
  .zp6-niveles__level {
    gap: 6px;
  }
}
.zp6-niveles__level-name {
  color: var(--zp6-color-white);
  text-transform: uppercase;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-m);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  font-size: 13px;
  line-height: 19px;
}
@media (min-width: 1024px) {
  .zp6-niveles__level-name {
    font-size: var(--zp6-text-m-size);
    line-height: var(--zp6-text-m-line);
  }
}
.zp6-niveles__stars {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.zp6-niveles__stars .zp6-stars {
  --zp6-star-size: 11px;
  --zp6-star-gap: 3px;
}
@media (min-width: 1024px) {
  .zp6-niveles__stars .zp6-stars {
    --zp6-star-size: 13px;
  }
}
.zp6-niveles__unlocks {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-niveles__unlocks strong {
  color: var(--zp6-color-grey-200);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
.zp6-niveles__member {
  font-size: 12px;
  line-height: 18px;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
.zp6-niveles__member--muted {
  color: var(--zp6-color-grey-300);
}
.zp6-niveles__member--accent {
  color: var(--zp6-color-violet-500);
}
.zp6-niveles__member--subscribe {
  color: var(--zp6-color-accent);
  text-decoration: none;
}
.zp6-niveles a.zp6-niveles__member--subscribe:hover {
  text-decoration: underline;
}
.zp6-niveles__price-free {
  color: var(--zp6-color-white);
  font-size: 12px;
  line-height: 18px;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
@media (min-width: 1024px) {
  .zp6-niveles__price-free {
    font-size: var(--zp6-text-xs-size);
    line-height: var(--zp6-text-xs-line);
    font-weight: var(--zp6-weight-medium);
    font-variation-settings: "wght" var(--zp6-weight-medium);
  }
}
.zp6-niveles__price-line, .zp6-niveles__price-was {
  display: block;
  color: var(--zp6-color-grey-300);
  font-size: 10px;
  line-height: 18px;
  white-space: nowrap;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
@media (min-width: 1024px) {
  .zp6-niveles__price-line, .zp6-niveles__price-was {
    font-size: 12px;
  }
}
.zp6-niveles__price-from {
  display: block;
}
@media (min-width: 1024px) {
  .zp6-niveles__price-from {
    display: inline;
  }
}
.zp6-niveles__price-amount {
  color: var(--zp6-color-white);
  font-size: 16px;
  line-height: 18px;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
@media (min-width: 1024px) {
  .zp6-niveles__price-amount {
    font-size: var(--zp6-title-s-size);
    line-height: var(--zp6-title-s-line);
  }
}
.zp6-niveles__price-old {
  color: var(--zp6-color-grey-200);
  text-decoration: line-through;
}
.zp6-niveles__price-sep {
  display: none;
}
@media (min-width: 1024px) {
  .zp6-niveles__price-sep {
    display: inline;
  }
}
.zp6-niveles__price-save {
  display: block;
  color: #46a968;
}
@media (min-width: 1024px) {
  .zp6-niveles__price-save {
    display: inline;
  }
}
.zp6-niveles__more {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (min-width: 1024px) {
  .zp6-niveles__more {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

.zp6-imagen-texto {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
.zp6-imagen-texto__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-imagen-texto__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 64px;
    padding: 128px var(--zp6-gutter);
  }
}
@media (min-width: 1024px) {
  .zp6-imagen-texto--media-left .zp6-imagen-texto__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.zp6-imagen-texto__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 588px;
}
@media (min-width: 1024px) {
  .zp6-imagen-texto__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    gap: 40px;
    max-width: 504px;
  }
}
.zp6-imagen-texto__btn {
  width: auto;
  min-width: 160px;
}
.zp6-imagen-texto__media {
  width: 100%;
  max-width: 588px;
}
@media (min-width: 1024px) {
  .zp6-imagen-texto__media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 566px;
        -ms-flex: 0 1 566px;
            flex: 0 1 566px;
    max-width: 566px;
  }
}
.zp6-imagen-texto__media picture {
  display: block;
  width: 100%;
}
.zp6-imagen-texto__img {
  display: block;
  width: 100%;
  height: auto;
}

.zp6-nuestros-cursos {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
.zp6-nuestros-cursos__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-nuestros-cursos__inner {
    gap: 72px;
    padding: 128px var(--zp6-gutter);
  }
}
.zp6-nuestros-cursos .zp6-block__intro {
  max-width: 542px;
}
.zp6-nuestros-cursos__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.zp6-nuestros-cursos__tabs {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  gap: 16px;
  padding: 4px;
  border-radius: 9999px;
  background-color: var(--zp6-color-grey-800);
}
@media (min-width: 1024px) {
  .zp6-nuestros-cursos__tabs {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
.zp6-nuestros-cursos__tab {
  padding: 8px 12px;
  border: 0;
  border-radius: 9999px;
  background: none;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  letter-spacing: var(--zp6-tracking-s);
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-nuestros-cursos__tab:hover {
  color: var(--zp6-color-grey-200);
}
.zp6-nuestros-cursos__tab.is-active {
  background-color: var(--zp6-color-grey-400);
  color: var(--zp6-color-white);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.zp6-nuestros-cursos__panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.zp6-nuestros-cursos__panel[hidden] {
  display: none;
}
.zp6-nuestros-cursos__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zp6-nuestros-cursos__module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: var(--zp6-radius-12);
  overflow: hidden;
}
.zp6-nuestros-cursos__module-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background-color: var(--zp6-color-grey-800);
}
@media (min-width: 1024px) {
  .zp6-nuestros-cursos__module-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    padding: 16px 24px;
  }
}
.zp6-nuestros-cursos__module-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 0px 8px;
}
.zp6-nuestros-cursos__module-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (min-width: 1024px) {
  .zp6-nuestros-cursos__module-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.zp6-nuestros-cursos__module-stars {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 5px;
}
.zp6-nuestros-cursos__module-stars .zp6-stars {
  --zp6-star-size: 13px;
  --zp6-star-gap: 3px;
}
.zp6-nuestros-cursos__module-title {
  margin: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-nuestros-cursos__module-link {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
}
.zp6-nuestros-cursos__module-link:hover {
  color: var(--zp6-color-accent);
}
.zp6-nuestros-cursos__module-desc {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-nuestros-cursos__module-chip {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 5px 9px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: 99px;
  color: var(--zp6-color-grey-200);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: var(--zp6-tracking-s);
  white-space: nowrap;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
.zp6-nuestros-cursos__chip-num {
  color: var(--zp6-module-color, var(--zp6-color-grey-200));
}
.zp6-nuestros-cursos__chip-sep {
  color: var(--zp6-color-grey-200);
}
.zp6-nuestros-cursos__chip-dur {
  color: var(--zp6-color-grey-300);
}
.zp6-nuestros-cursos__module-bar {
  height: 6px;
  border-radius: 0 0 var(--zp6-radius-8) var(--zp6-radius-8);
  background: linear-gradient(90deg, color-mix(in srgb, var(--zp6-module-color, var(--zp6-color-grey-400)) 60%, var(--zp6-color-white)) 0%, var(--zp6-module-color, var(--zp6-color-grey-400)) 48%, var(--zp6-color-black) 100%);
}
.zp6-nuestros-cursos__more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  gap: 8px;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  letter-spacing: var(--zp6-tracking-s);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-nuestros-cursos__more:hover {
  color: var(--zp6-color-white);
}
@media (min-width: 1024px) {
  .zp6-nuestros-cursos__more {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
.zp6-nuestros-cursos__more-arrow {
  display: block;
  width: 15px;
  height: 15px;
}

.zp-course-module {
  scroll-margin-top: 88px;
}

.zp6-testimonios {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
  border-bottom: 1px solid var(--zp6-color-grey-400);
}
.zp6-testimonios__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-testimonios__inner {
    gap: 56px;
    padding: 128px var(--zp6-gutter);
  }
}
.zp6-testimonios__intro {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 630px;
  text-align: center;
}
.zp6-testimonios__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.zp6-testimonios__column {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  height: 1371px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .zp6-testimonios__column {
    height: 1287px;
  }
}
.zp6-testimonios__column::before, .zp6-testimonios__column::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  pointer-events: none;
}
.zp6-testimonios__column::before {
  top: 0;
  height: 149px;
  background: linear-gradient(to bottom, var(--zp6-color-black) 0%, rgba(0, 0, 0, 0) 100%);
}
.zp6-testimonios__column::after {
  bottom: 0;
  height: 199px;
  background: linear-gradient(to top, var(--zp6-color-black) 0%, rgba(0, 0, 0, 0) 100%);
}
.zp6-testimonios__column--desktop {
  display: none;
}
@media (min-width: 1024px) {
  .zp6-testimonios__column--desktop {
    display: block;
  }
}
.zp6-testimonios__track, .zp6-testimonios__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.zp6-testimonios__track {
  will-change: transform;
}
.zp6-testimonios__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 24px;
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-700);
}
.zp6-testimonios__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  min-width: 0;
}
.zp6-testimonios__avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.zp6-testimonios__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zp6-testimonios__avatar-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-title-xs-line);
  letter-spacing: var(--zp6-tracking-m);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-testimonios__name {
  min-width: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-title-xs-line);
  letter-spacing: var(--zp6-tracking-m);
  overflow-wrap: anywhere;
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-testimonios__quote {
  margin: 0;
}
.zp6-testimonios__text {
  margin: 0;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  letter-spacing: var(--zp6-tracking-s);
  overflow-wrap: anywhere;
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
.zp6-testimonios__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.zp6-testimonios__rating .zp6-stars {
  --zp6-star-active-color: var(--zp6-color-star);
  --zp6-star-size: 18px;
  --zp6-star-gap: 5px;
}

@media (prefers-reduced-motion: reduce) {
  .zp6-testimonios__column {
    height: auto;
    overflow: visible;
  }
  .zp6-testimonios__column::before, .zp6-testimonios__column::after {
    content: none;
  }
}
.zp6-ticker {
  overflow: hidden;
  padding-block: var(--zp6-space-40);
  background-color: var(--zp6-color-grey-900);
}
.zp6-ticker__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.zp6-ticker__eyebrow {
  margin: 0;
  color: var(--zp6-color-accent);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-eyebrow);
  text-transform: uppercase;
}
.zp6-ticker__viewport {
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.zp6-ticker__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: zp6-ticker-scroll 40s linear infinite;
          animation: zp6-ticker-scroll 40s linear infinite;
}
.zp6-ticker__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  margin: 0;
  padding: 0 56px 0 0;
  list-style: none;
}
.zp6-ticker__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.zp6-ticker__logo {
  display: block;
  width: auto;
  height: 34px;
}
@media (prefers-reduced-motion: reduce) {
  .zp6-ticker__track {
    -webkit-animation: none;
            animation: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 24px;
  }
  .zp6-ticker__viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@-webkit-keyframes zp6-ticker-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes zp6-ticker-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.zp6-avales {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
.zp6-avales__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-avales__inner {
    padding: 128px var(--zp6-gutter);
  }
}
.zp6-avales__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .zp6-avales__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 56px;
  }
}
.zp6-avales__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  min-width: 0;
  margin: 0;
}
.zp6-avales__quote {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-m);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-avales__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--zp6-color-grey-400);
}
.zp6-avales__avatar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zp6-avales__person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.zp6-avales__name {
  color: var(--zp6-color-white);
  text-transform: uppercase;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-avales__role {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}

.zp6-faq {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
.zp6-faq__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-faq__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 56px;
    padding: 128px var(--zp6-gutter);
  }
}
@media (min-width: 1024px) {
  .zp6-faq .zp6-block__intro {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 366px;
        -ms-flex: 0 0 366px;
            flex: 0 0 366px;
    max-width: 366px;
  }
}
.zp6-faq .zp6-block__text a, .zp6-faq__answer a {
  color: var(--zp6-color-accent);
  text-decoration: none;
}
.zp6-faq .zp6-block__text a:hover, .zp6-faq__answer a:hover {
  text-decoration: underline;
}
.zp6-faq__list {
  width: 100%;
}
@media (min-width: 1024px) {
  .zp6-faq__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0;
    max-width: 677px;
  }
}
.zp6-faq__item {
  border-bottom: 1px solid var(--zp6-color-grey-400);
}
.zp6-faq__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
}
.zp6-faq__question::-webkit-details-marker {
  display: none;
}
.zp6-faq__q-text {
  color: var(--zp6-color-grey-200);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-s-size);
  line-height: var(--zp6-title-s-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-faq__q-text * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-faq__q-text strong {
  color: var(--zp6-color-accent);
}
.zp6-faq__question:hover .zp6-faq__q-text {
  color: var(--zp6-color-white);
}
.zp6-faq__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  height: 24px;
  position: relative;
  margin-top: 4px;
  color: var(--zp6-color-white);
}
.zp6-faq__icon::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.zp6-faq__item[open] .zp6-faq__icon::before {
  content: "−";
}
.zp6-faq__answer {
  padding: 0 16px 24px 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-m);
}
@media (min-width: 1024px) {
  .zp6-faq__answer {
    padding-right: 72px;
  }
}
.zp6-faq__answer p,
.zp6-faq__answer ul,
.zp6-faq__answer ol {
  margin: 0;
}
.zp6-faq__answer ul,
.zp6-faq__answer ol {
  padding-left: 20px;
}
.zp6-faq__answer > * + * {
  margin-top: 8px;
}
.zp6-faq__answer li + li {
  margin-top: 4px;
}
.zp6-faq__answer strong,
.zp6-faq__answer b {
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
@media (prefers-reduced-motion: reduce) {
  .zp6-faq__q-text {
    -webkit-transition: none;
    transition: none;
  }
}

.zp6-cta-final {
  background-color: var(--zp6-color-black);
  background-image: radial-gradient(60% 55% at 70% 30%, rgba(43, 183, 226, 0.1) 0%, rgba(43, 183, 226, 0) 55%);
  color: var(--zp6-color-white);
}
@media (min-width: 1024px) {
  .zp6-cta-final {
    background-image: radial-gradient(60% 55% at 56% 32%, rgba(43, 183, 226, 0.1) 0%, rgba(43, 183, 226, 0) 55%);
  }
}
.zp6-cta-final__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px var(--zp6-gutter);
  text-align: center;
}
@media (min-width: 1024px) {
  .zp6-cta-final__inner {
    padding: 144px var(--zp6-gutter);
  }
}
.zp6-cta-final__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 630px;
}
.zp6-cta-final__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
}
.zp6-cta-final__cta {
  width: 100%;
  max-width: 461px;
}
@media (min-width: 1024px) {
  .zp6-cta-final__cta {
    max-width: 346px;
  }
}
.zp6-cta-final__note {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}

.zp6-hero-logueado {
  background-color: var(--zp6-color-bg);
  color: var(--zp6-color-white);
}
.zp6-hero-logueado__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-hero-logueado__inner {
    padding: 72px var(--zp6-gutter);
  }
}
.zp6-hero-logueado__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
.zp6-hero-logueado__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  min-width: 0;
}
.zp6-hero-logueado__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-hero-logueado__eyebrow {
  margin: 0;
  color: var(--zp6-color-accent);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-eyebrow);
  text-transform: uppercase;
}
.zp6-hero-logueado__level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.zp6-hero-logueado__level-name {
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: 14px;
  line-height: 16.5px;
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
}
.zp6-hero-logueado .zp-stars {
  font-size: 13px;
}
.zp6-hero-logueado__level-meta {
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: 10px;
  line-height: 16.5px;
  letter-spacing: var(--zp6-tracking-s);
  text-transform: uppercase;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-hero-logueado__title {
  margin: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xl-size);
  line-height: var(--zp6-title-xl-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-hero-logueado__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-hero-logueado__title strong {
  color: var(--zp6-color-accent);
}
@media (min-width: 1024px) {
  .zp6-hero-logueado__title {
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-title-xxl-size);
    line-height: var(--zp6-title-xxl-line);
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
    letter-spacing: var(--zp6-tracking-s);
  }
  .zp6-hero-logueado__title * {
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
  }
  .zp6-hero-logueado__title strong {
    color: var(--zp6-color-accent);
  }
}
.zp6-hero-logueado__news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 510px;
  color: var(--zp6-color-grey-200);
  text-decoration: none;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 1024px) {
  .zp6-hero-logueado__news {
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-text-m-size);
    line-height: var(--zp6-text-m-line);
    font-weight: var(--zp6-weight-regular);
    font-variation-settings: "wght" var(--zp6-weight-regular);
    letter-spacing: var(--zp6-tracking-m);
  }
}
.zp6-hero-logueado__news-dot {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--zp6-color-accent);
}
.zp6-hero-logueado__news-text {
  min-width: 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.zp6-hero-logueado__news-arrow {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15px;
  height: 15px;
}
.zp6-hero-logueado a.zp6-hero-logueado__news:hover .zp6-hero-logueado__news-text {
  color: var(--zp6-color-white);
}
@media (prefers-reduced-motion: reduce) {
  .zp6-hero-logueado__news-text {
    -webkit-transition: none;
    transition: none;
  }
}

.zp6-continuar {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
@media (min-width: 1024px) {
  .zp6-continuar {
    border-top: 1px solid var(--zp6-color-grey-400);
    border-bottom: 1px solid var(--zp6-color-grey-400);
  }
}
.zp6-continuar__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-continuar__inner {
    padding: 56px var(--zp6-gutter);
  }
}
@media (min-width: 1280px) {
  .zp6-continuar__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .zp6-continuar__intro {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 400px;
  }
}
.zp6-continuar .zp6-block__titles {
  gap: 16px;
}
.zp6-continuar .zp6-block__title {
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-m-size);
  line-height: var(--zp6-title-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-continuar .zp6-block__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-continuar .zp6-block__title strong {
  color: var(--zp6-color-accent);
}
@media (min-width: 1024px) {
  .zp6-continuar .zp6-block__title {
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-title-l-size);
    line-height: var(--zp6-title-l-line);
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
    letter-spacing: var(--zp6-tracking-s);
  }
  .zp6-continuar .zp6-block__title * {
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
  }
  .zp6-continuar .zp6-block__title strong {
    color: var(--zp6-color-accent);
  }
}
.zp6-continuar__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-950);
}
@media (min-width: 1024px) {
  .zp6-continuar__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .zp6-continuar__card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 840px;
        -ms-flex: 0 1 840px;
            flex: 0 1 840px;
    max-width: 840px;
    min-width: 0;
  }
}
.zp6-continuar__thumb {
  position: relative;
  display: block;
  aspect-ratio: 500/281;
  background-color: var(--zp6-color-grey-800);
}
@media (min-width: 1024px) {
  .zp6-continuar__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54%;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    aspect-ratio: auto;
  }
}
.zp6-continuar__thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zp6-continuar__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  min-width: 0;
  padding: 24px;
}
@media (min-width: 1024px) {
  .zp6-continuar__info {
    gap: 16px;
  }
}
.zp6-continuar__video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .zp6-continuar__video {
    gap: 16px;
  }
}
.zp6-continuar__meta {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}
.zp6-continuar__video-title {
  margin: 0;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-s-size);
  line-height: var(--zp6-title-s-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-continuar__video-title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-continuar__video-title strong {
  color: var(--zp6-color-accent);
}
@media (min-width: 1024px) {
  .zp6-continuar__video-title {
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-title-m-size);
    line-height: var(--zp6-title-m-line);
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
    letter-spacing: var(--zp6-tracking-s);
  }
  .zp6-continuar__video-title * {
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
  }
  .zp6-continuar__video-title strong {
    color: var(--zp6-color-accent);
  }
}
.zp6-continuar__video-title a {
  color: var(--zp6-color-white);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.zp6-continuar__video-title a:hover {
  color: var(--zp6-color-accent);
}
.zp6-continuar__progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-continuar__time {
  margin: 0;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-continuar__bar {
  overflow: hidden;
  height: 2px;
  margin-top: -4px;
  border-radius: 6px;
  background-color: var(--zp6-color-grey-500);
}
.zp6-continuar__bar-fill {
  display: block;
  height: 100%;
  border-radius: 6px;
  background-color: var(--zp6-color-accent);
}
.zp6-continuar__left {
  margin: 0;
  color: var(--zp6-color-grey-350);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-continuar__resume {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  gap: 8px;
  width: auto;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: var(--zp6-radius-8);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
}
.zp6-continuar__resume-icon {
  display: block;
  width: 13px;
  height: 13px;
}
@media (prefers-reduced-motion: reduce) {
  .zp6-continuar__video-title a {
    -webkit-transition: none;
    transition: none;
  }
}

.zp6-ultimos {
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
.zp6-ultimos__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px var(--zp6-gutter);
}
@media (min-width: 1024px) {
  .zp6-ultimos__inner {
    padding: 56px 0 56px var(--zp6-gutter);
  }
}
.zp6-ultimos__title {
  margin: 0;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-m-size);
  line-height: var(--zp6-title-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-ultimos__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-ultimos__title strong {
  color: var(--zp6-color-accent);
}
@media (min-width: 1024px) {
  .zp6-ultimos__title {
    padding-right: var(--zp6-gutter);
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-title-l-size);
    line-height: var(--zp6-title-l-line);
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
    letter-spacing: var(--zp6-tracking-s);
  }
  .zp6-ultimos__title * {
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
  }
  .zp6-ultimos__title strong {
    color: var(--zp6-color-accent);
  }
}
.zp6-ultimos__viewport {
  position: relative;
}
.zp6-ultimos__viewport::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(75%, rgba(0, 0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0.88)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.88) 98%);
  pointer-events: none;
}
@media (min-width: 1024px) {
  .zp6-ultimos__viewport::after {
    display: block;
  }
}
.zp6-ultimos__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zp6-ultimos__track::after {
  content: "";
  display: none;
}
@media (min-width: 1024px) {
  .zp6-ultimos__track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .zp6-ultimos__track::-webkit-scrollbar {
    display: none;
  }
  .zp6-ultimos__track::after {
    content: "flickity";
  }
  .zp6-ultimos__track.flickity-enabled {
    display: block;
    overflow: visible;
  }
}
.zp6-ultimos__item {
  width: 100%;
}
@media (min-width: 1024px) {
  .zp6-ultimos__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 290px;
    margin-right: 24px;
  }
}
@media (min-width: 1440px) {
  .zp6-ultimos__item {
    margin-right: 40px;
  }
}
.zp6-ultimos__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.zp6-ultimos__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 400/223;
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-800);
}
.zp6-ultimos__thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zp6-ultimos__scrim {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.54);
}
.zp6-ultimos__new {
  position: absolute;
  top: 8px;
  right: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: var(--zp6-color-error);
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: 10px;
  line-height: 16.5px;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(2px 2px 6.5px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(2px 2px 6.5px rgba(0, 0, 0, 0.35));
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-ultimos__level {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 4px;
  background-color: var(--zp6-color-bg);
  -webkit-box-shadow: 2px 2px 13px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 2px 2px 13px 0 rgba(0, 0, 0, 0.35);
}
.zp6-ultimos__level .zp-stars {
  font-size: 8px;
}
.zp6-ultimos__lock {
  display: block;
  width: 10px;
  height: 10px;
}
.zp6-ultimos__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px 0;
}
.zp6-ultimos__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-ultimos__meta {
  margin: 0;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-ultimos__card-title {
  margin: 0;
  color: var(--zp6-color-white);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-500-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-m);
}
.zp6-ultimos__card:hover .zp6-ultimos__card-title {
  color: var(--zp6-color-accent);
}
.zp6-ultimos__course {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}
@media (prefers-reduced-motion: reduce) {
  .zp6-ultimos__card-title {
    -webkit-transition: none;
    transition: none;
  }
}

.zp6-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 40px var(--zp6-space-24);
  background-color: var(--zp6-color-bg);
  width: 100%;
}
@media (min-width: 768px) {
  .zp6-login {
    padding: 40px var(--zp6-space-lateral);
  }
}
.zp6-login__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 461px;
}
@media (min-width: 768px) {
  .zp6-login__main {
    gap: 56px;
  }
}
.zp6-login__logo {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
}
@media (min-width: 768px) {
  .zp6-login__logo {
    max-width: 281px;
  }
}
.zp6-login__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
.zp6-login__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
}
.zp6-login__alert {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--zp6-radius-12);
  background-color: rgba(237, 56, 51, 0.1);
  color: var(--zp6-color-error);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-login__register {
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid var(--zp6-color-grey-700);
  text-align: center;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-login__register-link {
  color: var(--zp6-color-accent);
  text-decoration: none;
}
.zp6-login__forgot {
  width: 100%;
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-login__forgot-link {
  color: var(--zp6-color-accent);
  text-decoration: none;
}

.zp6-register {
  min-height: 100vh;
  min-height: 100dvh;
  background-color: var(--zp6-color-bg);
  width: 100%;
}
.zp6-register__layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}
@media (min-width: 1024px) {
  .zp6-register__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.zp6-register__form-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px var(--zp6-space-24);
}
@media (min-width: 1024px) {
  .zp6-register__form-side {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px var(--zp6-space-lateral);
  }
}
.zp6-register__form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--zp6-space-24);
  width: 100%;
  max-width: 461px;
}
.zp6-register__logo {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  margin: 0 auto 16px;
}
@media (min-width: 1024px) {
  .zp6-register__logo {
    margin: 0 0 32px;
    max-width: 200px;
  }
}
.zp6-register__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  text-align: left;
}
.zp6-register__eyebrow {
  color: var(--zp6-color-primary-500);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-eyebrow);
  text-transform: uppercase;
}
.zp6-register__title {
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-l-size);
  line-height: var(--zp6-title-l-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-register__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-register__title strong {
  color: var(--zp6-color-accent);
}
@media (min-width: 1024px) {
  .zp6-register__title {
    font-size: var(--zp6-title-xl-size);
    line-height: var(--zp6-title-xl-line);
  }
}
.zp6-register__subtitle {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 1024px) {
  .zp6-register__subtitle {
    display: none;
  }
}
.zp6-register__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--zp6-space-24);
  width: 100%;
}
.zp6-register__fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--zp6-space-24);
  width: 100%;
}
.zp6-register__alert {
  width: 100%;
  padding: 12px 16px;
  border-radius: var(--zp6-radius-12);
  background-color: rgba(237, 56, 51, 0.1);
  color: var(--zp6-color-error);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-register__legal {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-register__legal a {
  color: inherit;
  text-decoration: underline;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-register__login {
  width: 100%;
  text-align: center;
  color: var(--zp6-color-grey-300);
  padding-top: 16px;
  border-top: 1px solid var(--zp6-color-grey-700);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 1024px) {
  .zp6-register__login {
    text-align: left;
    border-top-color: var(--zp6-color-grey-400);
  }
}
.zp6-register__login-link {
  color: var(--zp6-color-accent);
  text-decoration: none;
}
.zp6-register__visual-side {
  display: none;
}
@media (min-width: 1024px) {
  .zp6-register__visual-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px var(--zp6-space-lateral);
    background-color: #050507;
    background-image: radial-gradient(60% 50% at 80% 20%, rgba(43, 183, 226, 0.16) 0%, transparent 100%), radial-gradient(60% 50% at 20% 80%, rgba(81, 165, 191, 0.1) 0%, transparent 100%), -webkit-gradient(linear, left top, left bottom, from(#0a0a0c), to(#050507));
    background-image: radial-gradient(60% 50% at 80% 20%, rgba(43, 183, 226, 0.16) 0%, transparent 100%), radial-gradient(60% 50% at 20% 80%, rgba(81, 165, 191, 0.1) 0%, transparent 100%), linear-gradient(180deg, #0a0a0c 0%, #050507 100%);
  }
}

.zp6-recover__header,
.zp6-reset__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-align: center;
}
.zp6-recover__title,
.zp6-reset__title {
  margin: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-l-size);
  line-height: var(--zp6-title-l-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-recover__title *,
.zp6-reset__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-recover__title strong,
.zp6-reset__title strong {
  color: var(--zp6-color-accent);
}
.zp6-recover__subtitle,
.zp6-reset__subtitle {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-recover__confirmation,
.zp6-reset__confirmation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--zp6-space-24);
  width: 100%;
  text-align: center;
}
.zp6-recover__confirmation .zp6-recover__title,
.zp6-recover__confirmation .zp6-reset__title,
.zp6-recover__confirmation .zp6-recover__subtitle,
.zp6-recover__confirmation .zp6-reset__subtitle,
.zp6-reset__confirmation .zp6-recover__title,
.zp6-reset__confirmation .zp6-reset__title,
.zp6-reset__confirmation .zp6-recover__subtitle,
.zp6-reset__confirmation .zp6-reset__subtitle {
  text-align: center;
}

html:has(.zp6-onboarding-page) {
  scrollbar-gutter: stable;
}

.zp6-onboarding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background-color: var(--zp6-color-black);
  color: var(--zp6-color-white);
}
.zp6-onboarding__sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.zp6-onboarding__topbar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 40px var(--zp6-gutter) 0;
}
@media (min-width: 1024px) {
  .zp6-onboarding__topbar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 72px;
    padding-block: 0;
    padding: 40px;
  }
}
.zp6-onboarding__logo {
  display: block;
  width: 230px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .zp6-onboarding__logo {
    width: 193px;
  }
}
.zp6-onboarding__layout {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px var(--zp6-gutter) 40px;
}
.zp6-onboarding__progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 688px;
}
.zp6-onboarding__progress-bar {
  position: relative;
  overflow: hidden;
  height: 4px;
  border-radius: 6px;
  background-color: var(--zp6-color-grey-500);
}
.zp6-onboarding__progress-fill {
  display: block;
  width: 12.5%;
  height: 100%;
  border-radius: 6px 0 0 6px;
  background-color: var(--zp6-color-accent);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.zp6-onboarding__progress-gap {
  position: absolute;
  top: 0;
  width: 9px;
  height: 100%;
  background-color: var(--zp6-color-black);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.zp6-onboarding__progress-gap--1 {
  left: 25%;
}
.zp6-onboarding__progress-gap--2 {
  left: 50%;
}
.zp6-onboarding__progress-gap--3 {
  left: 75%;
}
.zp6-onboarding__progress-label {
  margin: 0;
  color: var(--zp6-color-grey-300);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}
.zp6-onboarding__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
}
@media (min-width: 1024px) {
  .zp6-onboarding__form {
    gap: 56px;
  }
}
.zp6-onboarding__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
}
@media (min-width: 1024px) {
  .zp6-onboarding__step {
    gap: 56px;
  }
}
.zp6-onboarding__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 688px;
  text-align: center;
}
.zp6-onboarding__eyebrow {
  color: var(--zp6-color-accent);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-eyebrow);
  text-transform: uppercase;
}
.zp6-onboarding__title {
  margin: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xl-size);
  line-height: var(--zp6-title-xl-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-onboarding__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-onboarding__title strong {
  color: var(--zp6-color-accent);
}
@media (min-width: 1024px) {
  .zp6-onboarding__title {
    font-size: var(--zp6-title-xxl-size);
    line-height: var(--zp6-title-xxl-line);
  }
}
.zp6-onboarding__subtitle {
  margin: 8px 0 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 1024px) {
  .zp6-onboarding__subtitle {
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-text-m-size);
    line-height: var(--zp6-text-m-line);
    font-weight: var(--zp6-weight-regular);
    font-variation-settings: "wght" var(--zp6-weight-regular);
    letter-spacing: var(--zp6-tracking-m);
    min-height: 46px;
  }
}
.zp6-onboarding__options {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 346px;
}
@media (min-width: 1024px) {
  .zp6-onboarding__options--modality {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1078px;
  }
}
@media (min-width: 1024px) {
  .zp6-onboarding__options--level {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 880px;
  }
}
@media (min-width: 1024px) {
  .zp6-onboarding__options--rooms {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 964px;
  }
}
.zp6-onboarding__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 32px 24px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-700);
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  text-align: left;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.zp6-onboarding__card:hover {
  border-color: var(--zp6-color-grey-350);
}
.zp6-onboarding__card--selected, .zp6-onboarding__card--selected:hover {
  border-color: var(--zp6-color-accent);
  background-color: var(--zp6-color-grey-800);
}
.zp6-onboarding__card-check {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.zp6-onboarding__card-check svg {
  display: block;
  width: 100%;
  height: 100%;
}
.zp6-onboarding__card--selected .zp6-onboarding__card-check {
  opacity: 1;
}
.zp6-onboarding__card-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 15px;
  background-color: rgba(43, 183, 226, 0.1);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.zp6-onboarding__card-icon svg {
  display: block;
  width: 25px;
  height: 25px;
}
.zp6-onboarding__card--selected .zp6-onboarding__card-icon {
  background-color: rgba(43, 183, 226, 0.26);
}
.zp6-onboarding__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 8px;
}
.zp6-onboarding__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--zp6-color-grey-400);
}
.zp6-onboarding__dot--on {
  background-color: var(--zp6-color-accent);
}
.zp6-onboarding__card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-onboarding__card-title {
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-s-size);
  line-height: var(--zp6-title-s-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-onboarding__card-title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-onboarding__card-title strong {
  color: var(--zp6-color-accent);
}
.zp6-onboarding__card-text {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-onboarding__card--room {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  padding: 24px;
}
@media (min-width: 1024px) {
  .zp6-onboarding__card--room {
    min-height: 109px;
  }
}
.zp6-onboarding__room-logo {
  display: block;
  width: auto;
  height: 64px;
}
.zp6-onboarding__country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 346px;
  max-width: 100%;
}
.zp6-onboarding__select {
  position: relative;
  width: 100%;
}
.zp6-onboarding__select-trigger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  width: 100%;
  height: 49px;
  padding: 8px 16px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-700);
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-m);
}
.zp6-onboarding__select-trigger:hover {
  border-color: var(--zp6-color-grey-350);
}
.zp6-onboarding__select--open .zp6-onboarding__select-trigger {
  border-bottom-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.zp6-onboarding__select-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zp6-onboarding__select-value--set {
  color: var(--zp6-color-white);
}
.zp6-onboarding__select-arrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.zp6-onboarding__select--open .zp6-onboarding__select-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.zp6-onboarding__select-list {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  left: 0;
  overflow-y: auto;
  max-height: 296px;
  margin: 0;
  padding: 4px;
  border: 1px solid var(--zp6-color-grey-400);
  border-top: 0;
  border-bottom-right-radius: var(--zp6-radius-12);
  border-bottom-left-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-700);
  list-style: none;
}
.zp6-onboarding__select-list::-webkit-scrollbar {
  width: 10px;
}
.zp6-onboarding__select-list::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: var(--zp6-color-grey-800);
}
.zp6-onboarding__select-list::-webkit-scrollbar-thumb {
  border: 2.5px solid var(--zp6-color-grey-800);
  border-radius: 8px;
  background-color: var(--zp6-color-grey-400);
}
.zp6-onboarding__select-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 8px 16px;
  border-radius: 5px;
  color: var(--zp6-color-white);
  cursor: pointer;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-onboarding__select-option:hover, .zp6-onboarding__select-option[aria-selected=true] {
  background-color: var(--zp6-color-grey-800);
}
.zp6-onboarding__select-option:not(:last-child) {
  border-bottom: 1px solid var(--zp6-color-grey-500);
  border-radius: 5px 5px 0 0;
}
.zp6-onboarding__select-flag {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 17px;
  border-radius: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.zp6-onboarding__country-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.zp6-onboarding__country-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.zp6-onboarding__country-search-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 49px;
  padding: 8px 16px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-700);
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-m);
}
.zp6-onboarding__country-search-input::-webkit-input-placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-onboarding__country-search-input::-moz-placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-onboarding__country-search-input:-ms-input-placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-onboarding__country-search-input::-ms-input-placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-onboarding__country-search-input::placeholder {
  color: var(--zp6-color-grey-300);
}
.zp6-onboarding__country-search-input:focus {
  outline: none;
  border-color: var(--zp6-color-grey-350);
}
.zp6-onboarding__country-results {
  overflow-y: auto;
  max-height: 296px;
  margin: 0;
  padding: 4px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-700);
  list-style: none;
}
.zp6-onboarding__country-results::-webkit-scrollbar {
  width: 10px;
}
.zp6-onboarding__country-results::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: var(--zp6-color-grey-800);
}
.zp6-onboarding__country-results::-webkit-scrollbar-thumb {
  border: 2.5px solid var(--zp6-color-grey-800);
  border-radius: 8px;
  background-color: var(--zp6-color-grey-400);
}
.zp6-onboarding__country-result {
  padding: 8px 16px;
  border-radius: 5px;
  color: var(--zp6-color-white);
  text-align: left;
  cursor: pointer;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-onboarding__country-result:hover, .zp6-onboarding__country-result--selected {
  background-color: var(--zp6-color-grey-800);
}
.zp6-onboarding__alert {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 346px;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: var(--zp6-radius-12);
  background-color: rgba(237, 56, 51, 0.1);
  color: var(--zp6-color-error);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-onboarding__nav {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 0;
  background-color: var(--zp6-color-black);
}
@media (min-width: 1024px) {
  .zp6-onboarding__nav {
    position: static;
    gap: 24px;
    width: 346px;
    padding: 0;
  }
}
.zp6-onboarding__next {
  max-width: 461px;
}
@media (min-width: 1024px) {
  .zp6-onboarding__next {
    max-width: 346px;
  }
}
.zp6-onboarding__back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 461px;
  min-height: 52px;
  padding: 14px 16px 10px;
  border: 0;
  background: none;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 1024px) {
  .zp6-onboarding__back {
    max-width: 346px;
  }
}
.zp6-onboarding__back:hover {
  color: var(--zp6-color-white);
}

.zp6-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: var(--zp6-color-bg);
  color: var(--zp6-color-white);
  width: 100%;
  max-width: 1440px;
}
.zp6-checkout__extra .zp6-faq__inner {
  padding-left: 0;
  padding-right: 0;
}
.zp6-checkout__topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px var(--zp6-gutter);
}
.zp6-checkout__logo {
  width: auto;
  height: 34px;
}
.zp6-checkout__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 56px;
  width: 100%;
  margin: 0 auto;
  padding: 24px var(--zp6-gutter) 64px;
}
.zp6-checkout__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 688px;
  margin: 0 auto;
}
.zp6-checkout__steps-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 9px;
  width: 100%;
}
.zp6-checkout__steps-seg {
  height: 4px;
  border-radius: 999px;
  background-color: var(--zp6-color-grey-400);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.zp6-checkout__steps-seg.is-done, .zp6-checkout__steps-seg.is-active {
  background-color: var(--zp6-color-accent);
}
.zp6-checkout__steps-label {
  margin: 0;
  color: var(--zp6-color-grey-300);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}
.zp6-checkout__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 688px;
  margin: 0 auto;
  text-align: center;
}
.zp6-checkout__eyebrow {
  margin: 0;
  color: var(--zp6-color-accent);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-eyebrow);
  text-transform: uppercase;
}
.zp6-checkout__title {
  margin: 0;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xl-size);
  line-height: var(--zp6-title-xl-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout__title strong {
  color: var(--zp6-color-accent);
}
@media (min-width: 1024px) {
  .zp6-checkout__title {
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-title-xxl-size);
    line-height: var(--zp6-title-xxl-line);
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
    letter-spacing: var(--zp6-tracking-s);
  }
  .zp6-checkout__title * {
    font-weight: var(--zp6-weight-bold);
    font-variation-settings: "wght" var(--zp6-weight-bold);
  }
  .zp6-checkout__title strong {
    color: var(--zp6-color-accent);
  }
}
.zp6-checkout__subtitle {
  margin: 0;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 1024px) {
  .zp6-checkout__subtitle {
    font-family: var(--zp6-font-primary);
    font-size: var(--zp6-text-m-size);
    line-height: var(--zp6-text-m-line);
    font-weight: var(--zp6-weight-regular);
    font-variation-settings: "wght" var(--zp6-weight-regular);
    letter-spacing: var(--zp6-tracking-m);
  }
}
.zp6-checkout__link {
  color: var(--zp6-color-accent);
  text-decoration: none;
}
.zp6-checkout__link:hover {
  text-decoration: underline;
}
.zp6-checkout__text {
  margin: 0;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-m-size);
  line-height: var(--zp6-text-m-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-m);
}
.zp6-checkout__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .zp6-checkout__step {
    gap: 56px;
  }
}
.zp6-checkout__alert {
  max-width: 688px;
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid var(--zp6-color-error);
  border-radius: var(--zp6-radius-8);
  color: var(--zp6-color-error);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout__alert.is-info {
  border-color: var(--zp6-color-grey-400);
  color: var(--zp6-color-grey-200);
}
.zp6-checkout__interval-wrap {
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.zp6-checkout__interval {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background-color: var(--zp6-color-grey-800);
}
.zp6-checkout__interval-btn {
  padding: 8px 24px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--zp6-color-grey-300);
  cursor: pointer;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xs-size);
  line-height: var(--zp6-title-xs-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout__interval-btn * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout__interval-btn strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout__interval-btn.is-active {
  background-color: #26262b;
  color: var(--zp6-color-white);
}
.zp6-checkout__promo-tag {
  position: absolute;
  top: -12px;
  right: -6px;
  padding: 4px 10px;
  border-radius: 999px;
  background-color: var(--zp6-color-success);
  color: var(--zp6-color-black);
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 0.06em;
  font-family: var(--zp6-font-primary);
  font-size: 10px;
  line-height: 1.5;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout__plans {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 768px) {
  .zp6-checkout__plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .zp6-checkout__plans {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.zp6-checkout__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 461px;
  margin: 0 auto;
}
.zp6-checkout__legal {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout__legal strong {
  color: var(--zp6-color-grey-200);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout__next {
  width: 100%;
}
.zp6-checkout__mini {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin: 0 calc(-1 * var(--zp6-gutter));
  padding: 12px var(--zp6-gutter);
  border-bottom: 1px solid var(--zp6-color-grey-400);
  background-color: rgba(0, 0, 0, 0.92);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
@media (min-width: 768px) {
  .zp6-checkout__mini {
    display: none;
  }
}
.zp6-checkout__mini-amount {
  color: var(--zp6-color-white);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout__pay-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 768px) {
  .zp6-checkout__pay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
.zp6-checkout__pay-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.zp6-checkout__final {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px 0;
}
.zp6-checkout__pending {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 688px;
  margin: 0 auto;
  text-align: center;
}

.zp6-checkout-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--zp6-plan-color, var(--zp6-color-grey-400)) 60%, transparent);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-950);
  position: relative;
}
.zp6-checkout-plan--blocked {
  opacity: 0.5;
}
.zp6-checkout-plan__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-checkout-plan__name {
  color: var(--zp6-color-white);
  text-transform: uppercase;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-s-size);
  line-height: var(--zp6-title-s-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__name * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-plan__name strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-plan__stars {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.zp6-checkout-plan__pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.zp6-checkout-plan__was {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--zp6-color-grey-350);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
.zp6-checkout-plan__amount {
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xl-size);
  line-height: var(--zp6-title-xl-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__amount * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-plan__amount strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-plan__old {
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: var(--zp6-color-grey-350);
  text-decoration: none;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__old::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  left: -2px;
  height: 1px;
  background-color: var(--zp6-color-error);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zp6-checkout-plan__cycle {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xs-size);
  line-height: var(--zp6-title-xs-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__cycle * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-plan__cycle strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-plan__billing {
  padding: 10px 12px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-8);
  background-color: var(--zp6-color-grey-700, #101010);
}
.zp6-checkout-plan__billing-variant strong {
  display: block;
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-plan__billing-variant span {
  display: block;
  margin-top: 2px;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__change {
  padding: 10px 12px;
  border: 1px solid var(--zp6-color-grey-400);
  border-left: 3px solid var(--zp6-color-accent);
  border-radius: var(--zp6-radius-8);
  background-color: var(--zp6-color-grey-700, #101010);
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__saving {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__saving b {
  color: var(--zp6-color-success);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-plan__features {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__features ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zp6-checkout-plan__features li {
  position: relative;
  padding-left: 14px;
}
.zp6-checkout-plan__features li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--zp6-plan-color, var(--zp6-color-accent));
}
.zp6-checkout-plan__features p {
  margin: 0 0 16px;
}
.zp6-checkout-plan__features p:last-child {
  margin-bottom: 0;
}
.zp6-checkout-plan__cta {
  margin-top: auto;
}
.zp6-checkout-plan__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 8px 16px;
  border: 0;
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-plan-color, var(--zp6-color-accent));
  color: var(--zp6-color-black);
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xs-size);
  line-height: var(--zp6-title-xs-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__btn * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-plan__btn strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-plan__btn:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.zp6-checkout-plan__btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.zp6-checkout-plan__current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 52px;
  color: var(--zp6-color-grey-300);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}
.zp6-checkout-plan__fine {
  margin: 8px 0 0;
  color: var(--zp6-color-grey-350);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-plan__note {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}

.zp6-checkout-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 24px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-700);
}
@media (min-width: 1024px) {
  .zp6-checkout-summary {
    padding: 40px;
  }
}
.zp6-checkout-summary__title {
  margin: 0;
  color: var(--zp6-color-grey-100);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-m-size);
  line-height: var(--zp6-title-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-summary__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-summary__title strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-summary__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--zp6-color-grey-400);
}
.zp6-checkout-summary__plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-checkout-summary__name {
  color: var(--zp6-color-white);
  text-transform: uppercase;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-s-size);
  line-height: var(--zp6-title-s-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-summary__name * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-summary__name strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-summary__stars {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.zp6-checkout-summary__stars .zp6-stars {
  --zp6-stars-size: 12px;
  --zp6-stars-gap: 2px;
}
.zp6-checkout-summary__change {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-summary__bill-opts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.zp6-checkout-summary__bill-opt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-8);
  background: transparent;
  color: var(--zp6-color-white);
  text-align: left;
  cursor: pointer;
}
.zp6-checkout-summary__bill-opt.is-selected {
  border-color: var(--zp6-color-accent);
  background-color: rgba(43, 183, 226, 0.05);
}
.zp6-checkout-summary__bill-opt:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.zp6-checkout-summary__bill-radio {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--zp6-color-grey-400);
  border-radius: 50%;
}
.zp6-checkout-summary__bill-opt.is-selected .zp6-checkout-summary__bill-radio {
  border-color: var(--zp6-color-accent);
  background-color: var(--zp6-color-accent);
  -webkit-box-shadow: inset 0 0 0 3px var(--zp6-color-black);
          box-shadow: inset 0 0 0 3px var(--zp6-color-black);
}
.zp6-checkout-summary__bill-main {
  min-width: 0;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-summary__bill-sub {
  display: block;
  margin-top: 2px;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
}
.zp6-checkout-summary__bill-save {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  color: var(--zp6-color-success);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-summary__label {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-eyebrow-size);
  line-height: var(--zp6-eyebrow-line);
  font-weight: var(--zp6-weight-medium);
  font-variation-settings: "wght" var(--zp6-weight-medium);
  letter-spacing: var(--zp6-tracking-label);
  text-transform: uppercase;
}
.zp6-checkout-summary__amount-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.zp6-checkout-summary__amount {
  color: var(--zp6-color-white);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xl-size);
  line-height: var(--zp6-title-xl-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-summary__amount * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-summary__amount strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-summary__iva {
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-summary__hr {
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--zp6-color-grey-400);
}
.zp6-checkout-summary__next-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-checkout-summary__next {
  margin: 0;
  color: var(--zp6-color-grey-100);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-summary__next-sub {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-summary__note {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-summary__trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zp6-checkout-summary__trust li {
  position: relative;
  padding-left: 22px;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-summary__trust li:not(.zp6-checkout-summary__trust-contact)::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--zp6-color-success);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-summary__trust li.zp6-checkout-summary__trust-contact {
  padding-left: 0;
  color: var(--zp6-color-grey-300);
}

.zp6-checkout-support {
  margin: 0;
  color: var(--zp6-color-grey-350);
  text-align: center;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}

.zp6-chip {
  padding: 2px 8px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: 6px;
  color: var(--zp6-color-grey-300);
  letter-spacing: 0.04em;
  font-family: var(--zp6-font-primary);
  font-size: 11px;
  line-height: 1.5;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}

.zp6-checkout-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-950);
}
@media (min-width: 1024px) {
  .zp6-checkout-account {
    padding: 40px;
  }
}
.zp6-checkout-account__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-checkout-account__title {
  margin: 0;
  color: var(--zp6-color-grey-100);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-m-size);
  line-height: var(--zp6-title-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-account__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-account__title strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-account__login {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-account__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.zp6-checkout-account.is-locked {
  opacity: 0.6;
  pointer-events: none;
}

.zp6-checkout-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-950);
}
@media (min-width: 1024px) {
  .zp6-checkout-payment {
    padding: 40px;
  }
}
.zp6-checkout-payment__title {
  margin: 0;
  color: var(--zp6-color-grey-100);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-m-size);
  line-height: var(--zp6-title-m-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-payment__title * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-payment__title strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-payment__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}
.zp6-checkout-payment__legend {
  margin-bottom: 8px;
  padding: 0;
  color: var(--zp6-color-grey-200);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-title-xs-size);
  line-height: var(--zp6-title-xs-line);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-payment__legend * {
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-payment__legend strong {
  color: var(--zp6-color-accent);
}
.zp6-checkout-payment__saved {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--zp6-color-grey-400);
  border-radius: var(--zp6-radius-8);
  cursor: pointer;
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xs-size);
  line-height: var(--zp6-text-xs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-payment__saved:has(input:checked) {
  border-color: var(--zp6-color-accent);
}
.zp6-checkout-payment__saved-digits {
  color: var(--zp6-color-grey-200);
}
.zp6-checkout-payment__saved-exp {
  margin-left: auto;
  color: var(--zp6-color-grey-300);
}
.zp6-checkout-payment__new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.zp6-checkout-payment__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.zp6-checkout-payment__field-title {
  color: var(--zp6-color-grey-200);
  font-size: 18px;
  line-height: 1.5;
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-payment__stripe {
  min-height: 52px;
  padding: 15px 16px;
  border-radius: var(--zp6-radius-12);
  background-color: var(--zp6-color-grey-700, #101010);
}
.zp6-checkout-payment__stripe.invalid {
  border: 1px solid var(--zp6-color-error);
}
.zp6-checkout-payment__error {
  color: var(--zp6-color-error);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-payment__submit {
  width: 100%;
}
.zp6-checkout-payment__legal {
  margin: 0;
  color: var(--zp6-color-grey-300);
  font-family: var(--zp6-font-primary);
  font-size: var(--zp6-text-xxs-size);
  line-height: var(--zp6-text-xxs-line);
  font-weight: var(--zp6-weight-regular);
  font-variation-settings: "wght" var(--zp6-weight-regular);
  letter-spacing: var(--zp6-tracking-s);
}
.zp6-checkout-payment__legal strong {
  color: var(--zp6-color-grey-200);
  font-weight: var(--zp6-weight-bold);
  font-variation-settings: "wght" var(--zp6-weight-bold);
}
.zp6-checkout-payment__legal a {
  color: var(--zp6-color-grey-200);
  text-decoration: underline;
}
.zp6-checkout-payment__legal a:hover {
  color: var(--zp6-color-white);
}

.zp6-field--select .zp6-field__select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27 stroke=%27%23939598%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M3.5 6l4.5 4.5L12.5 6%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.zp6--inprogress {
  opacity: 0.3;
}

/*# sourceMappingURL=v6.css.map*/