.jackpass-steps-container {
  position: relative;

  background: url('/steps-bg.jpg') no-repeat center;
  background-size: cover;
  max-height: 224px;
  z-index: 0;
}

.jackpass-steps-container::before,
.jackpass-steps-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: -1;
}

.jackpass-steps-container::before {
  background: url('https://s3-alpha-sig.figma.com/img/f797/9784/99a2ed4126b81cc43a67b612f65f6bc9?Expires=1722816000&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=n3yIvKgIcE02SCAUtqOyiMIZS4jeTQhdsRuNbe8-5z0sLWmCVY0gYUelJA2lwnse8a4oAjmiiyutqYQ~0cb7Gf9VL6~zP9s4pFWsaehd6kgFNwSSFIKV0GUGRXGOZgDC9Pi0Zv4NIlxqdNh3mOeZv7oXL~QheD0cipVd7XFH2Qw8EfYUILL2wyrqHt8F2pKDF8K~xETW7DHFQO8V2t9pwa0yaAxpDpmgIa52xOhwKrbOygoJeggjfvhdNZPvUMXQ1JBdn-x9yYBQQIu0uLEk8KG99swDewgAxHQVdSvp87jnyz3pIbKGJgCgTQ9TSo1n29jlY93djVzlYBf~Fmb0mQ__');
  opacity: 0.1;
  background-blend-mode: soft-light;
  background-size: contain;
  background-repeat: repeat;
}

.jackpass-steps-container::after {
  background: url('https://s3-alpha-sig.figma.com/img/2e1e/4559/6a726045ecb98f1b086f4698cef311d6?Expires=1722816000&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=i~ZTvOzMwsZrrU~36gnUrkWU77MPL4MZLuj8gamKS4mqL24qw3UEuJGHcJ~VSbbl7GG027VHDTuMr-ydMlMfT5u4j6nfwsMWm6xEP~hx1oTdy6zZjmResfI2VkRajx8AOCP~oOo3f~ZAoOWtgteHe34m8Lqaikk2GaTMCZCZTH8Hkc7CWcWwppP17-Z-r26Vp6oCz5aUjdgQMMKinUOXG8RHOc2YXpLxEUvo0vg-vzHrHbRiqz855pw1x6TjLE9kN3LNPZGryBvlU3Tym43ON7JXRwNshoVnPCl3tkUBd8S7LPitwdnWQxigvtKPCZqOwBfOgfGTvDgkofwL-NCJVA__');
  opacity: 0.1;
  background-blend-mode: soft-light;
  background-size: cover;
}

.jackpass-steps-content {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
}

.jackpass-steps-text-wrapper p {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: right;
  padding: 64px 4px;
  margin: 0;
  /*max-width: 710px;*/
  padding-left: 50%;
}

.jackpass-steps-present-image {
  position: relative;
  max-width: 50%;
}

.jackpass-steps-banner-img {
  position: absolute;
  height: auto;
  bottom: -34px;
  clip-path: inset(0 0 34px 0);
}

@media screen and (max-width: 1040px) {
  .jackpass-steps-banner-img {
    left: 0;
  }

  .jackpass-steps-text-wrapper p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: right;
    padding: 48px 4px;
    margin: 0;
    max-width: 510px;
  }

  .jackpass-steps-banner-img {
    position: absolute;
    max-width: 384px;
    height: auto;
    bottom: -34px;
  }
}

@media screen and (max-width: 850px) {
  .jackpass-steps-container {
    max-height: fit-content;
    background: url('/steps-bg-mobile.jpg') no-repeat center;
  }

  .jackpass-steps-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px 48px;
  }

  .jackpass-steps-text-wrapper p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .jackpass-steps-present-image {
    margin: 0;
    max-width: none;
  }

  .jackpass-steps-banner-img {
    position: static;
    height: auto;
    clip-path: none;
    display: block;
    margin: -60px auto 0;
  }
}

.jackpass-header-wrapper {
  margin: 80px auto;
  display: flex;
  justify-content: center;
}

.jackpass-header-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.jackpass-header-mobile-title {
  display: none;
}

.jackpass-header-text {
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.jackpass-header-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  margin: 0 0 40px;
}

.jackpass-header-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1240px) {
  .jackpass-header-container {
    padding: 0 4px;
  }

  .jackpass-header-wrapper {
    margin: 64px 0;
  }
}

@media screen and (max-width: 1100px) {
  .jackpass-header-title {
    display: none;
  }

  .jackpass-header-mobile-title {
    display: block;
    font-size: 33px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    order: 1;
    margin: 0;
  }

  .jackpass-header-container {
    gap: 16px;
  }
}

@media screen and (max-width: 900px) {
  .jackpass-header-wrapper {
    margin: 40px 0;
  }

  .jackpass-header-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .jackpass-header-mobile-title {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 42.5px;
    text-align: center;
  }

  .jackpass-header-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
  }

  .jackpass-header-container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 700px) {
  .jackpass-header-mobile-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36.4px;
  }
}

section {
  margin: 0;
  padding: 0;
}

.bonuses-section {
  background: #000 !important;
}

.bonuses {
  padding-top: 24px;
}

.deposit-bonuses {
  margin-bottom: 64px;
}

.bonus-icon {
  border-radius: 2px;
}

.welcome-lootbox {
  margin-bottom: 80px;
}

.satellite-block {
  padding: 80px 0;
}

.benefit-item-wrapper {
  padding: 80px 0;
}

.tour-cards {
}

.accordion-section {
  padding: 64px 0;
}

.accordion-list-description {
  padding: 0 !important;
}

.accordion-list-description p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 16px 0;
}

.accordion-list-description li {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}

.accordion-list-description a {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: #c8a0f0;
}

@media screen and (max-width: 1240px) {
  .deposit-bonuses {
    margin-bottom: 44px;
  }

  .satellite-block {
    padding: 65px 0;
  }

  .accordion-section {
    padding: 44px 0;
  }
  .welcome-lootbox {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 900px) {
  .deposit-bonuses {
    margin-bottom: 34px;
  }

  .deposit-bonuses li {
    width: 100%;
  }

  .bonus-icon {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .satellite-block {
    padding: 40px 0;
  }

  .accordion-section {
    padding: 34px 0;
  }
}

@media screen and (max-width: 700px) {
  .deposit-bonuses {
    margin-bottom: 24px;
  }

  .satellite-block {
    padding: 24px 0;
  }

  .accordion-section {
    padding: 24px 0;
  }
}

.jackpass-banner-text-container {
  font-family: 'Poppins', sans-serif;
}

.jackpass-banner-text-container h1 {
  font-size: 54px;
  font-style: italic;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
  margin: 0;
}

.jackpass-banner-section {
  padding: 0;
  height: 798px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jackpass-banner-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;

  justify-content: center;
  height: 100%;
}

.jackpass-button {
  border-radius: 4px;
  border: 0;
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all;
  background-position: right;
  background-size: 200%;
  background-color: #ff3d00;
  background-image: linear-gradient(
    90deg,
    #ff3d00 0%,
    #8032ff 50%,
    #ff3d00 100%
  );
  background-position: right;
  box-shadow:
    0 0 13px transparent,
    0 4px 8px rgba(6, 8, 14, 0.2),
    inset 0 -1px 1px rgba(35, 34, 49, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
  padding: 18px 48px;
}

.jackpass-button:hover,
.jackpass-button:active {
  background-position: left;
  box-shadow:
    0 0 13px #e1616f,
    0 4px 8px rgba(6, 8, 14, 0.2),
    inset 0 -1px 1px rgba(35, 34, 49, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.jackpass-button:active {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    linear-gradient(90deg, #ff3d00 0%, #8032ff 50%, #ff3d00 100%);
}

.jackpass-banner-title {
  font-size: 54px;
  font-style: italic;
  font-weight: 700;
  line-height: 72px;
  text-align: left;
  width: 620px;
}

.jackpass-banner-title span {
  font-weight: 700;
}

.jackpass-banner-button-description {
  font-size: 36px;
  font-weight: 300;
  line-height: 43.2px;
  text-align: left;
  margin: 0;
  border: 1px solid;
}

.jackpass-banner-button-description span {
  font-weight: 600;
}

.jackpass-banner-subtitle {
  width: 620px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  padding-top: 44px;
}

@media (max-width: 1240px) {
  .jackpass-banner-text-block,
  .jackpass-banner-button-wrapper {
    padding-left: 40px;
  }
}

@media (max-width: 1100px) {
  .jackpass-banner-section {
    height: 590px;
  }

  .jackpass-banner-button-wrapper {
    margin-top: 36px;
  }

  .jackpass-banner-title {
    font-size: 44px;
    line-height: 60px;
  }

  .jackpass-banner-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    width: 540px;
  }

  .jackpass-banner-button-description {
    font-size: 22px;
    font-weight: 300;
    line-height: 26.8px;
    text-align: left;
    border: 1px solid;
  }

  .jackpass-button {
    margin-top: 30px;
  }
}

@media (max-width: 850px) {
  .jackpass-banner-section {
    height: 1240px;
  }

  .jackpass-banner-container {
    padding-top: 80px;
    padding-bottom: 120px;
    justify-content: space-between;
    align-items: center;
  }

  .jackpass-button {
    margin-top: 40px;
    padding: 18px 48px;

    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
  }

  .jackpass-banner-button-wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .jackpass-banner-title {
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 36.4px;
    text-align: center;
    width: 312px;
  }

  .jackpass-banner-subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 16px;
    text-align: center;
    width: 312px;
    margin: 0;
  }
  .jackpass-other-offers-button-mobile-wrapper {
    margin-bottom: 32px;
  }
}

@media (max-width: 600px) {
  .jackpass-banner-text-block,
  .jackpass-banner-button-wrapper {
    padding-left: 0;
  }
}

.jackpass-other-offers-text-container {
  display: flex;
  justify-content: space-between;
}

.jackpass-other-offers-button-mobile-wrapper {
  display: flex;
  justify-content: center;
}

.jackpass-other-offers-button-mobile {
  display: none;
}

.jackpass-other-offers-button {
  align-self: flex-start;
  border-radius: 4px;
  border: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s all;
  background-position: right;
  background-size: 200%;
  background-color: #ff3d00;
  background-image: linear-gradient(
    90deg,
    #ff3d00 0%,
    #8032ff 50%,
    #ff3d00 100%
  );
  background-position: right;
  box-shadow:
    0px 0px 13px transparent,
    0px 4px 8px rgba(6, 8, 14, 0.2),
    inset 0px -1px 1px rgba(35, 34, 49, 0.2),
    inset 0px 1px 1px rgba(255, 255, 255, 0.3);
  padding: 12px 24px;
}

.jackpass-other-offers-button:hover,
.jackpass-other-offers-button:active {
  background-position: left;
  box-shadow:
    0px 0px 13px #e1616f,
    0px 4px 8px rgba(6, 8, 14, 0.2),
    inset 0px -1px 1px rgba(35, 34, 49, 0.2),
    inset 0px 1px 1px rgba(255, 255, 255, 0.3);
}

.jackpass-other-offers-button:active {
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    linear-gradient(90deg, #ff3d00 0%, #8032ff 50%, #ff3d00 100%);
}

.jackpass-button-mobile {
  display: none;
}

@media (max-width: 880px) {
  .jackpass-button-mobile {
    display: block;
  }

  .jackpass-button-desktop {
    display: none;
  }

  .jackpass-other-offers-text-container {
    display: flex;
    justify-content: center;
  }
}
