/* ============================================================
   FONT TYPE DEFINITIONS
   ============================================================ */

@font-face {
  font-family: "IntelOne Display TH";
  src: url("../fonts/fonts/");
  src:
    url("../fonts/intelone-display-th-regular.woff") format("woff"),
    url("../fonts/intelone-display-th-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelOne Display TH";
  src: url("../fonts/intelone-display-th-medium.eot");
  src:
    url("../fonts/intelone-display-th-medium.woff") format("woff"),
    url("../fonts/intelone-display-th-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelOne Display TH";
  src: url("../fonts/intelone-display-th-light.eot");
  src:
    url("../fonts/intelone-display-th-light.woff") format("woff"),
    url("../fonts/intelone-display-th-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelOne Display TH";
  src: url("../fonts/intelone-display-th-bold.eot");
  src:
    url("../fonts/intelone-display-th-bold.woff") format("woff"),
    url("../fonts/intelone-display-th-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   ESTILOS COMUNES / GLOBALES
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: rgba(0, 0, 0, 1);
}

body {
  font-family: "IntelOne Display TH", sans-serif;
  color: #fff;
  overflow-x: hidden;
  max-width: 1515px;
  margin: 0 auto;
  background-color: #000;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
  color: #fff;
  overflow-wrap: break-word;
  word-break: normal;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: linear-gradient(90deg, #4a3aff 0%, #a923f1 100%);
  padding: 6px 31.5px;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}

.cta-btn:hover {
  background: linear-gradient(90deg, #4a3aff 0%, #9917df 100%);
}

/* ============================================================
   SECTION ONE
   ============================================================ */

.section-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 664px;
  max-width: 1515px;
  overflow: hidden;
  isolation: isolate;
}

.section-one .img-race-car {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-one .img-pattern-blue {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 127px;
}

.section-one .img-pattern-pink {
  position: absolute;
  left: 5px;
  top: 411px;
  z-index: 10;
  width: 164px;
}

.section-one .img-badge {
  width: 54px;
  height: auto;
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  filter: drop-shadow(0 0 18.4px #6ddcff);
}

.section-one .section-one_content-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 664px;
  gap: 275px;
  z-index: 10;
  flex: 1;
  padding-top: 131.69px;
  padding-bottom: 22.38px;
}

.section-one .section-one_content {
  display: none;
}

.section-one .section-one_content-mobile .heading-container {
  width: fit-content;
}

.section-one .section-one_content-mobile .heading-container h1 {
  font-family: "IntelOne Display TH";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.2em;
  z-index: 10;
  width: 320px;
  margin-left: -7px;
}


.section-one .section-one_content-mobile .cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: linear-gradient(90deg, #4a3aff 0%, #a923f1 100%);
  padding: 7px 41.5px;
  cursor: pointer;
  transition: background 300ms ease-in-out;
  position: absolute;
  z-index: 10;
  transform: translate(-10px, 286px);
}

.section-one .section-one_content-mobile .cta-btn p {
  text-align: center;
  font-family: "IntelOne Display TH", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
  letter-spacing: 2%;
}

.section-one .section-one_content-mobile .copy-container {
  display: flex;
  width: 335px;
  flex-direction: column;
  align-items: flex-end;
  gap: 19px;
}

.section-one .section-one_content-mobile .copy-container h2 {
  font-family: "IntelOne Display TH";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1%;
  text-align: right;
  line-height: 1.2em;
  margin: 6px;
}

.section-one
  .section-one_content-mobile
  .copy-container
  h2
  span:nth-of-type(1) {
  margin: 20px;
  
}

.section-one .section-one_content-mobile .copy-container .text {
  width: 238px;
  margin-right: 10px;
}

.section-one .section-one_content-mobile .copy-container .text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
}

.section-one .gradient-bottom {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: blur(11px);
  width: 100%;
  height: 45px;
  display: block;
  position: absolute;
  z-index: 3;
  bottom: -22px;
}

/* ============================================================
   SECTION TWO
   ============================================================ */
.section-two {
  display: none;
}

/* ============================================================
   SECTION THREE
   ============================================================ */

.section-three {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  min-height: 385px;
  max-width: 100%;
  padding: 16px 50px 22.33px 25.44px;
  isolation: isolate;
  overflow: hidden;
}

.section-three .img-pattern.mirror {
  position: absolute;
  right: 0;
  top: 61px;
  z-index: 2;
  width: 163px;
  transform: scale(-1, -1);
}

.section-three .section-three_content-container {
  display: grid;
  grid-template: repeat(3, auto) / repeat(2, auto);
  z-index: 20;
  width: 100%;
  z-index: 20;
}

.section-three .section-three_content-container .heading-container {
  grid-column: span 2;
}

.section-three .section-three_content-container .heading-container h2 {
  font-size: 32px;
  font-family: "IntelOne Display TH";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.32px;
  text-align: left;
  line-height: 1.2em;
}

.section-three .section-three_content-container .heading-container {
  margin-bottom: 28px;
}

.section-three
  .section-three_content-container
  .heading-container
  .heading-tablet {
  display: none;
}

.section-three .section-three_content-container .heading-container h2 span {
  display: block;
}

.section-three
  .section-three_content-container
  .heading-container
  h2
  span:nth-of-type(1) {
  margin-left: 2px;
  letter-spacing: 0;
}

.section-three
  .section-three_content-container
  .heading-container
  h2
  span:nth-of-type(2) {
  margin-left: 46px;
  letter-spacing: 0;
}

.section-three
  .section-three_content-container
  .heading-container
  h2
  span:nth-of-type(3) {
  margin-left: 12px;
  letter-spacing: 0;
}
.section-three
  .section-three_content-container
  .heading-container
  h2
  span:nth-of-type(4) {
  margin-left: 24px;
  letter-spacing: 0;
}

.section-three .section-three_content-container .text {
  grid-column: 1;
  grid-row: 2;
  display: block;
  max-width: 155px;
  font-size: 12px;
  line-height: 1.2em;
  z-index: 11;
  margin-bottom: 23px;
}

.section-three .section-three_content-container .image-container {
  position: relative;
  overflow: visible;
}

.section-three .section-three_content-container .image-container {
  display: block;
}

.section-three .img-battlefield {
  position: absolute;
  right: -50px;
  top: -68px;
  height: 288px;
  width: auto;
  max-width: none;
  z-index: 10;
  mask-image: linear-gradient(to bottom, black 93%, #0000001f 100%);
}

.section-three .section-three_content-container .cta-btn {
  grid-column: 1;
  grid-row: 3;
  font-size: 10px;
  padding: 5.5px 28px;
  line-height: 1.2em;
  margin-left: 24px;
  letter-spacing: 0%;
  width: fit-content;
}

/* ============================================================
   SECTION FOUR
   ============================================================ */

.section-four {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  min-height: 514px;
  overflow: hidden;
  padding: 37px 0 38px 23px;
}

.section-four .sec4-background {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 118px;
  right: 0px;
}

.section-four .img-pattern.mirror {
  position: absolute;
  right: 0px;
  top: 54px;
  z-index: 2;
  width: 156px;
  transform: scale(-1, -1);
}

.section-four .sec4-pattern-cordon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 171px;
  height: auto;
  z-index: 11;
}

.section-four .sec4-pattern-cordon.mirror {
  position: absolute;
  top: 402px;
  left: -17px;
  width: 169px;
  height: auto;
  z-index: 11;
  transform: scale(-1, -1);
}

.section-four .section-four_content-container {
  display: flex;
  flex-direction: column;
  gap: 21px;
  z-index: 20;
}

.section-four .section-four_content-container h2 {
  font-size: 32px;
  font-family: "IntelOne Display TH";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.64px;
  text-align: left;
  line-height: 1.2em;
  z-index: 11;
  width: 200px;
}

.section-four .section-four_content-container h2 span {
  display: block;
}

.section-four .section-four_content-container h2 span:nth-of-type(1) {
  margin-left: 2px;
  letter-spacing: 0;
}

.section-four .section-four_content-container h2 span:nth-of-type(2) {
  margin-left: 46px;
  letter-spacing: 0;
}

.section-four .section-four_content-container .text {
  width: 165px;
  font-size: 12px;
  letter-spacing: 0px;
  margin-left: 7px;
  line-height: 1.2em;
}

/* ============================================================
   SECTION FIVE
   ============================================================ */

.section-five {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 441px;
  max-width: 1515px;
  overflow: hidden;
  z-index: 10;
  isolation: isolate;
  padding-top: 19px;
}

.section-five::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 45px;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.section-five .img-gamer_boy {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 29px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: inset(0 0 0.8% 0);
  mask-image: linear-gradient(to bottom, black 97.3%, transparent 98.2% 98.2%);
}

.section-five .section-five_content-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 20;
}

.section-five .section-five_content-container h2 {
  /* max-width: 367px; */
  font-size: 32px;
  font-family: "IntelOne Display TH";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-left: -8px;
  margin-bottom: 18px;
}

.section-five .text {
  position: relative;
  width: 286px;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
  z-index: 5;
}

.section-five .cta-btn {
  position: absolute;
  bottom: 0;
  z-index: 20;
  flex-shrink: 0;
  line-height: 1.2em;
  font-size: 10px;
  padding: 5.5px 28px;

}

/* ============================================================
   SECTION SIX
   ============================================================ */

.section-six {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 354px;
  overflow: hidden;
  padding-bottom: 10px;
  z-index: 4;
  padding: 25px 25px 30px;
}

.section-six .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section-six .bg .img-glow {
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
}

.section-six .section-six_content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 330px;
}

.section-six h2 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-family: "IntelOne Display TH";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: 1.2em;
  width: auto;
  z-index: 2;
  margin-bottom: 12px;
}

.section-six .section-six_content-container h2>span:nth-of-type(1) {
  display: block;
  letter-spacing: 0;
}

.section-six .section-six_content-container h2 span:nth-of-type(2) {
  letter-spacing: 0;
}



.section-six .section-six_content-container h2 .regis {
  font-size: 26px;
  font-style: normal;
  position: absolute;
  bottom: 5px;
  right: 15px;
}

.section-six .section-six_content-container .text {
  margin-left: 2px;
  text-align: center;
  font-size: 9px;
  line-height: 1.2em;
  z-index: 4;
}
.section-six .text p:nth-child(1) {
}

.section-six .text p {
  font-size: 9px;
  max-width: 320px;
  line-height: 1.2em;
}

.section-six .text p a {
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.section-six .section-six_content-container .text-desktop {
  display: none;
}

.section-six .section-six_content-container .text-desktop p {
  display: none;
}
