* {
  --af-color-secondary: #ff0054;
  --af-color-neutral-dark: #121427;
  --af-color-white: #ffffff;
  --af-color-tertiary-dark: #46396c;
  --af-color-primary-dark: #078689;
  --af-color-secondary-dark: #C5004F;
  --af-color-secondary-extra-dark: #3D0025;
  --af-color-tertiary-standard: #5e548e;
  --af-color-primary-standard: #00c0cb;
  --af-color-primary: #00c0cb;
  --af-color-primary-light: #82e0e2;
  --af-color-secondary-light: #ffbbcc;

  --af-font-family-secondary: Montserrat, sans-serif;
  --af-font-family: "Teko", sans-serif;
  --af-general-font-family: "Open Sans", sans-serif;

  /* font-weight */
  --af-regular: 400;
  --af-bold: 600;
  --af-extra-bold: 700;

  --af-border-radius: 8px;

  /* font-size */
  --af-d1-size-font: 96px;
  --af-h1-size: 60px;
  --af-h1-size-mobile: 40px;
  --af-h2-size: 34px;
  --af-subheading-size: 24px;
  --af-heading-h2-size: 32px;
  --af-subheading-regular-size: 20px;
  --af-body-bold-size: 16px;
  --af-body-regular-size: 16px;

  /* line-height */
  --af-d1-line-height: 80%;
  --af-h1-line-height: 80%;
  --af-h2-line-height: 100%;
  --af-subheading-line-height: 140%;
  --af-body-bold-line-height: 140%;
  --af-body-regular-line-height: 140%;

}
div {
  color: unset;
}

#footer {
  background: white;
}

.pageborder {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.af-main {
  margin: 0 auto !important;
  max-width: 1360px;
  font-family: var(--af-font-family);
  background-color: var(--af-color-neutral-dark);
  * {
    margin: 0;
    box-sizing: border-box;
  }
}

.cp-cms {
  background-color: #121427;
}

body {
  background-color: var(--af-color-neutral-dark);
}

#id_1796fe64ecd055f67a7fe4936ba16472 {
  background-color: var(--af-color-neutral-dark);
}

#page {
  margin: 0;
  width: 100vw;
  max-width: none;
  display: flex;
}

.af-faqs-bg {
  width: 100vw;
  background-color: var(--af-color-tertiary-dark) !important;

  .af-faqs {
    margin: 0 auto;
    max-width: 1360px;
    background-color: var(--af-color-tertiary-dark);
  }
}

.go-to-up-button {
  z-index: 10;
  position: fixed;
  right: 16px;
  bottom: 77px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--af-color-primary-standard);
  color: var(--af-color-primary-standard);
  background-color: var(--af-color-neutral-dark);
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  user-select: none;
  border-radius: 50%;
}

.af-text-color {
  color: var(--af-color-secondary);
}

.af-display-d1 {
  font-size: var(--af-d1-size-font);
  font-weight: var(--af-bold);
  line-height: var(--af-d1-line-height);
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.af-link, .af-link-text {
  font-family: var(--af-general-font-family);
  font-weight: var(--af-bold);
  font-size: var(--af-body-regular-size);
  line-height: var(--af-body-regular-line-height);
  letter-spacing: 0.2px;
  color: var(--af-color-primary-light);
  cursor: pointer;
  text-decoration: none;

  &:hover {
    color: var(--af-color-primary);
    text-decoration: underline;
  }

  &:active {
    color: var(--af-color-primary-dark);
  }
}

.af-link-text {
  font-size: var(--af-subheading-size);
  font-weight: normal;
}

.af-heading-h1 {
  font-weight: var(--af-bold);
  font-size: var(--af-h1-size);
  line-height: var(--af-h1-line-height);
  color: var(--af-color-white);
}

.af-heading-h2 {
  font-weight: var(--af-bold);
  font-size: var(--af-h2-size);
  line-height: var(--af-h2-line-height);
  color: var(--af-color-white);
  letter-spacing: 0.25px;
}

.af-subheading-regular {
  font-family: var(--af-general-font-family);
  font-weight: var(--af-regular);
  font-size: var(--af-subheading-size);
  line-height: var(--af-subheading-line-height);
  letter-spacing: 0.25px;
  color: var(--af-color-white);
}

.af-body-bold {
  font-weight: var(--af-extra-bold);
  font-family: var(--af-general-font-family);
  font-size: var(--af-body-bold-size);
  line-height: var(--af-body-bold-line-height);
  letter-spacing: 0.2px;
  color: var(--af-color-white);
}

.af-body-regular {
  font-family: var(--af-general-font-family);
  font-weight: var(--af-regular);
  font-size: var(--af-body-regular-size);
  letter-spacing: 0.2px;
  line-height: var(--af-body-regular-line-height);
  color: var(--af-color-white);
}

.af-secondary-button {
  width: min-content;
  height: 48px;
  user-select: none;
  border-radius: var(--af-border-radius);
  padding: 12px 16px;
  background-color: var(--af-color-secondary);
  font-size: var(--af-body-regular-size);
  font-weight: var(--af-bold);
  line-height: 24px;
  font-family: var(--af-font-family-secondary);
  color: var(--af-color-white) !important;
  text-decoration: none !important;
  text-wrap: nowrap;
  cursor: pointer;

  &:hover {
    background-color: var(--af-color-secondary-dark);
    border: 1px solid var(--af-color-secondary-light);
    padding: 11px 15px;
  }

  &:active {
    background-color: var(--af-color-secondary-extra-dark);
  }
}

.af-header {
  background-image: url("https://www.cyberpuerta.mx/out/cmsp/evergreen/alchemy-force/header.png");
  background-position: bottom;
  background-repeat: no-repeat;
  height: 280px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding-left: 72px;
}

.af-hero {
  margin-top: 40px;
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;

  .af-subheading-regular {
    max-width: 1216px;
  }
}

.af-section {
  background-repeat: no-repeat;
  width: 100%;
  padding: 40px 72px;
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.af-section-left {
  background-position: right;
  justify-content: center;
  align-items: flex-start;
}

.af-section-right {
  background-position: left;
  align-items: flex-end;
  justify-content: center;
}

.af-section-2 {
  background-image: url("https://www.cyberpuerta.mx/out/cmsp/evergreen/alchemy-force/pc-gamer-alchemy-force1.png");
  height: 673px;

  .af-subheading-regular {
    max-width: 585px;
  }
}

.af-section-3 {
  background-image: url("https://www.cyberpuerta.mx/out/cmsp/evergreen/alchemy-force/ensamblador-alchemy-force.png");
  height: 673px;

  .af-subheading-regular {
    max-width: 588px;
  }
}

.af-section-4 {
  background-image: url("https://www.cyberpuerta.mx/out/cmsp/evergreen/alchemy-force/marcas-AAA-en-AF.png");
  height: 787px;
  background-position: 161px;

  .af-subheading-regular {
    max-width: 585px;
  }
}

.af-section-5 {
  background-image: url("https://www.cyberpuerta.mx/out/cmsp/evergreen/alchemy-force/jugador-alchemy-force.webp");
  height: 673px;

  .af-section-5-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }

  .af-subheading-regular {
    max-width: 616px;
  }
}

.af-section-6 {
  background-image: url("https://www.cyberpuerta.mx/out/cmsp/evergreen/alchemy-force/detalle-interior-de-pc.png");
  height: 787px;

  .af-subheading-regular {
    max-width: 585px;
  }
}

.af-section-7 {
  background-image: url("https://www.cyberpuerta.mx/out/cmsp/evergreen/alchemy-force/maestro-ensamblador.png");
  height: 673px;

  .af-subheading-regular {
    max-width: 616px;
  }

  .af-section-7-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }
}

.title {
  line-height: 38px;
}

.mobile {
  display: none;
}

.af-faqs {
  background-color: var(--af-color-tertiary-dark);
  font-family: var(--af-font-family);
  padding: 60px 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;

  .questions {
    display: flex;
    flex-direction: column;

    .question {
      max-height: 86px;
      overflow: hidden;
      transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);

      .question-header {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 86px;
        color: var(--af-color-primary-standard);
        border-top: 1px solid var(--af-color-tertiary-standard);

        i {
          user-select: none;
        }
      }

      span {
        padding: 8px 24px 16px;
        display: inline-block;
      }

      &:has(input:checked) {
        max-height: 500px;
        padding-bottom: 16px;
      }
    }
  }
}

.crosseling {
  width: 100%;
  height: 871px;
  border: none;
}

.af-video-container {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;

  iframe {
    width: 992px;
    height: 556px;
  }
}

.contact-info {
  li {
    margin-left: 16px;
    list-style-type: disc;
  }
  a {
    color: var(--af-color-primary);
    text-decoration: none;
    font-weight: 600;
  }
}

@media screen and (max-width: 1024px) {
  .af-section-2 {
    background-position: -125px;
  }

  .af-video-container {
    padding-top: 0;
  }

  .af-section-3 {
    background-position: -235px;
  }

  .af-section-7 {
    background-position: bottom;
  }
}

@media screen and (max-width: 670px) {
  .crosseling {
    height: 600px;
    width: 100vw;
    margin: 0 -16px;
  }

  .af-video-container {
    margin-left: -16px;
    width: 100vw;
    padding: 0;
  }

  .af-header {
    padding-left: 24px;
    height: 130px;
    border-radius: var(--af-border-radius);
    background-position: -105px;
    background-size: cover;

    .af-display-d1 {
      font-size: var(--af-h1-size-mobile);
      line-height: var(--af-h1-line-height);
    }

    .title {
      line-height: 17px !important;
    }

    .af-heading-h2 {
      font-size: var(--af-body-regular-size);
    }
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .af-button-mobile {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;

    .af-secondary-button {
      width: 100%;
      text-align: center;
    }
  }

  .af-link-text {
    font-size: 20px;
  }

  .af-hero {
    margin: 0;
    padding: 16px 0;
    gap: 16px;
  }

  .af-section-2,
  .af-section-3,
  .af-section-4,
  .af-section-5,
  .af-section-6,
  .af-section-7 {
    padding: 20px 0;
    background-image: none;
    height: fit-content;
    gap: 20px;
  }

  .af-section-5, .af-section-7 {
    gap: 16px;

    .af-secondary-button {
      width: 100%;
      text-align: center;
    }
  }

  .af-faqs-bg {
    margin-left: -16px;
    background-color: var(--af-color-neutral-dark);
  }

  .af-faqs {
    width: 100vw;
    padding: 40px 16px;
    gap: 24px;

    .af-heading-h2 {
      font-size: var(--af-heading-h2-size);
    }

    .af-body-bold {
      font-size: 12px;
    }

    .questions {
      .question {
        .question-header {
          margin: 0 !important;
          padding: 16px;
        }
      }
    }
  }

  .af-heading-h1 {
    font-size: var(--af-h1-size-mobile);
    line-height: var(--af-h1-line-height);
    text-align: left;
  }

  .af-section-right {
    align-items: flex-start;
  }

  .af-section-mobile {
    width: 100%;
    border-radius: var(--af-border-radius);
    margin-top: 16px;
  }

  .af-subheading-regular {
    font-size: var(--af-subheading-regular-size);
    line-height: 28px;
    text-align: left;
  }
}

@media screen and (max-width: 360px) {
  .af-header {
    height: 100px;
  }
}