.promopage-section {
}

.promopage-section h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.promopage-section h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 68px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.promopage-section h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 64px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.promopage-section h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.promopage-section h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 14px;
  margin-bottom: 14px;
}

.promopage-section h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.promopage-section p {
  margin-top: 0px;
  margin-bottom: 16px;
}

.promopage-section ol {
  padding-inline-start: 24px;
}

.promopage-section li {
  margin-top: 18px;
}

.promopage-section .two-parts {
  margin: 20px 0 40px;
  display: flex;
  align-items: flex-start;
}

.promopage-section .two-parts > *:not(:first-child) {
  margin-left: 40px;
}

.promopage-section .promopage-table table {
  border-radius: 8px;
  border-collapse: collapse;
  overflow: hidden;
}

.promopage-section .promopage-table thead tr {
  background: rgba(255, 255, 255, 0.1);
}

.promopage-section .promopage-table thead th {
  min-width: 180px;
  padding: 12px 50px;
}

.promopage-section .promopage-table tbody tr:nth-child(odd) {
  background: #000;
}

.promopage-section .promopage-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

.promopage-section .promopage-table tbody td {
  padding: 12px;
}

.promopage-section .promopage-table strong {
  color: #f0af48;
  background: linear-gradient(
    0deg,
    #faeab3 -2.55%,
    #eda02d 39.86%,
    #ffdf6c 76.56%,
    #ffeeb4 90.07%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
  display: inline-block;
}

.promopage-section .promopage-terms-and-conditions {
  margin-top: 40px;
}

.promopage-steps {
  background: linear-gradient(
    89.95deg,
    #590fd1 0.03%,
    #ff3d00 58.39%,
    #ffae10 114.93%
  );
  padding: 32px;
}

.promopage-steps .section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.promopage-steps .steps {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.promopage-steps .step {
  display: flex;
  align-items: center;
  font-size: 24px;
}

.promopage-steps .step-number {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 22px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.promopage-steps .play-now-button {
  background: #fff;
  border-radius: 4px;
  color: #000;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  align-self: center;
}

@media screen and (max-width: 1240px) {
  .promopage-section .two-parts {
    display: block;
  }

  .promopage-section .two-parts > *:not(:first-child) {
    margin-left: 0px;
  }

  .wide-banner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: linear-gradient(
      89.95deg,
      #590fd1 0.03%,
      #ff3d00 58.39%,
      #ffae10 114.93%
    );
  }

  .promopage-steps .step-number {
    margin-right: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .promopage-steps .section-content {
    flex-direction: column;
  }

  .promopage-steps .steps {
    flex-direction: column;
  }

  .promopage-steps .step {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 700px) {
  .promopage-section h1 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 24px;
  }

  .promopage-section h2 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .promopage-section h3 {
    font-size: 17px;
    line-height: 27px;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .promopage-section h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .promopage-section h5 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .promopage-section h6 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .promopage-section .promopage-table thead th {
    min-width: 85px;
    padding: 12px 17px;
  }

  .promopage-steps .step {
    flex-direction: column;
    align-items: center;
    margin-right: 0px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
  }

  .promopage-steps .step-number {
    width: 32px;
    height: 32px;
    margin-right: 0px;
  }

  .promopage-steps .play-now-button {
    padding: 12px 50px;
    font-size: 16px;
    line-height: 24px;
  }
}
