@font-face {
  font-family: 'PlumbCondensed';
  src: url("./fonts/PlumbCondensed.ttf"); }

.store {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .store .storeSwiper {
    width: 100%;
    margin-top: 46px;
    overflow: visible; }
    @media (max-width: 1253px) {
      .store .storeSwiper {
        margin-top: 3px; } }
  .store-card {
    display: flex; }
    .store-card .swiper-slide:first-child {
      margin-left: 12px; }
      @media (max-width: 1920px) {
        .store-card .swiper-slide:first-child {
          margin-left: 20px; } }
      @media (max-width: 1253px) {
        .store-card .swiper-slide:first-child {
          margin-left: 9.59px; } }
      @media (max-width: 826px) {
        .store-card .swiper-slide:first-child {
          margin-left: 10px; } }
    .store-card .swiper-slide:last-child {
      margin-right: 12px; }
      @media (max-width: 1920px) {
        .store-card .swiper-slide:last-child {
          margin-right: 20px; } }
      @media (max-width: 1253px) {
        .store-card .swiper-slide:last-child {
          margin-right: 9.59px; } }
      @media (max-width: 826px) {
        .store-card .swiper-slide:last-child {
          margin-right: 10px; } }
  .store-card-item {
    position: relative;
    width: 317px;
    height: 315px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(180deg, #f399b2 0%, #f399b2 43.25%, #fff 86.51%);
    box-shadow: 0 16px 20.8px 0 rgba(0, 0, 0, 0.06); }
    @media (max-width: 1253px) {
      .store-card-item {
        width: 180px;
        height: 179.2px;
        border-radius: 11.356px;
        background: linear-gradient(180deg, #f399b2 0%, #f399b2 43.25%, #fff 86.51%);
        box-shadow: 0 9.085px 11.811px 0 rgba(0, 0, 0, 0.06); } }
    @media (max-width: 826px) {
      .store-card-item {
        width: 130px;
        height: 130px;
        border-radius: 8.254px;
        background: linear-gradient(180deg, #f399b2 0%, #f399b2 43.25%, #fff 86.51%);
        box-shadow: 0 6.603px 8.584px 0 rgba(0, 0, 0, 0.06); } }
    .store-card-item-img {
      max-width: 80%;
      max-height: 68%;
      height: auto;
      display: block;
      margin: 30px auto;
      object-fit: contain; }
      @media (max-width: 1253px) {
        .store-card-item-img {
          margin: 20px auto; } }
      @media (max-width: 826px) {
        .store-card-item-img {
          margin: 10px auto; } }
    .store-card-item-footer {
      display: flex;
      justify-content: space-between;
      position: absolute;
      width: 100%;
      font-family: 'Sofia Sans Condensed';
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.4px;
      padding-left: 10px;
      padding-right: 8.5px;
      bottom: 15px; }
      @media (max-width: 1253px) {
        .store-card-item-footer {
          font-size: 11.356px;
          letter-spacing: -0.227px;
          padding-left: 6px;
          padding-right: 5.5px;
          bottom: 8px; } }
      @media (max-width: 826px) {
        .store-card-item-footer {
          font-size: 8.254px;
          letter-spacing: -0.165px;
          padding-left: 5px;
          padding-right: 4.5px;
          bottom: 6px; } }
      .store-card-item-footer-title {
        background: linear-gradient(180deg, #000e3b 0%, rgba(0, 14, 59, 0.38) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .store-card-item-footer-right {
        display: flex;
        justify-content: center;
        align-items: center; }
        .store-card-item-footer-right-price {
          background: linear-gradient(180deg, #000e3b 0%, rgba(0, 14, 59, 0.38) 100%);
          background-clip: text;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .store-card-item-footer-right-icon {
          width: 17px;
          height: 17px; }
          @media (max-width: 1253px) {
            .store-card-item-footer-right-icon {
              width: 9.653px;
              height: 9.653px; } }
          @media (max-width: 826px) {
            .store-card-item-footer-right-icon {
              width: 7.016px;
              height: 7.016px; } }
  .store-bar {
    margin-top: 56px;
    margin-bottom: 11px;
    height: 2px;
    width: 100%;
    background: #dd474d;
    position: relative; }
    @media (max-width: 1253px) {
      .store-bar {
        margin-top: 18px;
        margin-bottom: 11px; } }
    .store-bar .swiper-scrollbar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #dd474d;
      border-radius: 0; }
      .store-bar .swiper-scrollbar .swiper-scrollbar-drag {
        background: #fff;
        border-radius: 0;
        height: 2px;
        top: 0;
        cursor: pointer; }
  .store-btn {
    display: flex;
    color: #fffdc3;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    margin-top: 10px; }

.bets {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1253px) {
    .bets {
      max-width: 100%;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 120px;
      padding-right: 120px; } }
  @media (max-width: 826px) {
    .bets {
      padding-top: 40px; } }
  @media (max-width: 684px) {
    .bets {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 450px) {
    .bets {
      padding-left: 9px;
      padding-right: 9px;
      padding-top: 57px;
      padding-bottom: 57px; } }
  .bets-title {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 87px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -1.74px; }
    @media (max-width: 1253px) {
      .bets-title {
        font-size: 70px;
        letter-spacing: -1.4px; } }
    @media (max-width: 684px) {
      .bets-title {
        font-size: 50px;
        letter-spacing: -1px; } }
  .bets-input {
    position: relative;
    width: 100%;
    display: flex; }
    .bets-input-item {
      display: flex;
      width: 100%;
      height: 48px;
      padding: 12.5px 25px 12.5px 25px;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: 24px;
      border: 3px solid #fff;
      background: #b31a20;
      box-shadow: 0 8px 4px 5px rgba(0, 0, 0, 0.05) inset;
      outline: none;
      color: #fff;
      font-family: Urbanist;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 114%; }
      .bets-input-item::placeholder {
        color: #fffdc3;
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 114%;
        opacity: 0.4;
        position: absolute;
        left: 28px;
        transition: left 0.3s ease; }
      .bets-input-item::-webkit-outer-spin-button, .bets-input-item::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .bets-input-item[type='number'] {
        -moz-appearance: textfield;
        appearance: textfield; }
  .bets-terms {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
    @media (max-width: 684px) {
      .bets-terms {
        align-items: flex-start;
        gap: 6px; } }
    .bets-terms-checkbox-wrapper {
      position: relative;
      display: inline-block; }
    .bets-terms-checkbox {
      opacity: 0;
      position: absolute;
      width: 0;
      height: 0; }
    .bets-terms-checkbox-custom {
      display: inline-block;
      cursor: pointer;
      user-select: none;
      display: flex; }
    .bets-terms-checkbox-icon {
      width: 24px;
      height: 24px;
      transition: opacity 0.3s ease; }
    .bets-terms-text {
      color: #fffdc3;
      font-family: Urbanist;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      cursor: pointer;
      user-select: none; }
      @media (max-width: 1253px) {
        .bets-terms-text {
          font-size: 18px; } }
      @media (max-width: 684px) {
        .bets-terms-text {
          font-size: 16px; } }
    .bets-terms-text-terms {
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font; }
  .bets-footer {
    display: flex;
    gap: 10px;
    justify-content: center; }
    @media (max-width: 1253px) {
      .bets-footer {
        flex-direction: column;
        align-items: center; } }
  .bets-btn {
    display: flex;
    width: 244px;
    height: 48px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 14px;
    border: 2px solid #696cff;
    background: #143af5; }
    @media (max-width: 1253px) {
      .bets-btn {
        display: flex;
        width: 280px;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        height: 48px;
        padding: 14.5px 16px;
        gap: 6px;
        flex: 1 0 0; } }
    .bets-btn-title {
      color: #fff;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.4px; }
      @media (max-width: 1253px) {
        .bets-btn-title {
          font-size: 16px;
          letter-spacing: -0.32px; } }
  .bets-btn-second {
    display: flex;
    width: 244px;
    height: 48px;
    padding: 12px 13px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 14px;
    background: #fff; }
    @media (max-width: 1253px) {
      .bets-btn-second {
        display: flex;
        width: 280px;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        height: 48px;
        padding: 14.5px 16px;
        gap: 6px;
        flex: 1 0 0; } }
    @media (max-width: 450px) {
      .bets-btn-second {
        width: 244px; } }
    .bets-btn-second-title {
      color: #00032e;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: -0.4px; }
      @media (max-width: 1253px) {
        .bets-btn-second-title {
          font-size: 16px;
          letter-spacing: -0.32px; } }
      @media (max-width: 450px) {
        .bets-btn-second-title {
          font-size: 20px; } }

.bets-input-item.error {
  transition: border 0.2s, background 0.2s, box-shadow 0.2s;
  position: relative;
  animation: shake 0.25s linear 1; }

.bets-input-item.error::placeholder {
  opacity: 1; }

.bets-terms-checkbox-wrapper.error {
  box-shadow: 0 0 0 2px #c21b23, 0 2px 8px 0 rgba(194, 27, 35, 0.08);
  border-radius: 8px;
  position: relative;
  transition: box-shadow 0.2s, background 0.2s;
  animation: shake 0.25s linear 1; }

.bets-terms-checkbox-wrapper.error::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none; }

@keyframes shake {
  0% {
    transform: translateX(0); }
  20% {
    transform: translateX(-4px); }
  40% {
    transform: translateX(4px); }
  60% {
    transform: translateX(-4px); }
  80% {
    transform: translateX(4px); }
  100% {
    transform: translateX(0); } }

.top1 {
  background: url(./dist/images/top/top1.png) no-repeat;
  background-size: 166px 201px; }

.top2 {
  background: url(./dist/images/top/top2.png) no-repeat;
  background-size: 166px 201px; }

.top3 {
  background: url(./dist/images/top/top3.png) no-repeat;
  background-size: 166px 201px; }

.top4 {
  background: url(./dist/images/top/top4.png) no-repeat;
  background-size: 166px 201px; }

.top5 {
  background: url(./dist/images/top/top5.png) no-repeat;
  background-size: 166px 201px; }

.result {
  max-width: 884px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 17px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1253px) {
    .result {
      max-width: 100%;
      padding: 0 40px; } }
  @media (max-width: 550px) {
    .result {
      padding: 0 14px; } }
  .result-top {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 650px;
    flex-wrap: wrap; }
    @media (max-width: 896px) {
      .result-top {
        flex-wrap: wrap; } }
    @media (max-width: 550px) {
      .result-top {
        gap: 0; } }
    .result-top-item {
      position: relative;
      width: 166px;
      height: 201px; }
      .result-top-item-username {
        position: absolute;
        color: #fff;
        font-family: PlumbCondensed;
        font-size: 26.294px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        top: 96.12px;
        right: 50%;
        transform: translate(50%, 0); }
  .result-all {
    display: flex;
    padding: 19.126px 10px;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    border-radius: 20px;
    border: 2px solid #faa;
    background: #d3262c;
    position: relative;
    max-width: 492px;
    width: 100%; }
    @media (max-width: 1253px) {
      .result-all {
        height: 249px;
        justify-content: space-between;
        gap: 0; } }
    @media (max-width: 550px) {
      .result-all {
        margin-top: 0px;
        height: 220px; } }
    .result-all-header {
      padding: 0 5px 0 8px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      color: #fff;
      font-family: Montserrat;
      font-size: 20px;
      font-style: italic;
      font-weight: 900;
      line-height: 114%;
      height: 23px; }
    .result-all-item {
      width: 100%;
      padding: 0 6px 0 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2.732px;
      height: 25px;
      color: #fffdb8;
      text-align: center;
      font-family: Urbanist;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 114%;
      text-transform: uppercase; }
      @media (max-width: 826px) {
        .result-all-item {
          height: 23px;
          gap: 1.732px; } }
      @media (max-width: 826px) {
        .result-all-item {
          height: 20px; } }
      .result-all-item-id {
        margin-left: 4px;
        flex-shrink: 0; }
      .result-all-item-dots {
        flex: 1;
        min-width: 0;
        height: 1px;
        background: repeating-linear-gradient(to right, #fffdb8 0, #fffdb8 4px, transparent 4px, transparent 8px);
        margin: 3px 3px;
        align-self: flex-end; }
        @media (max-width: 1253px) {
          .result-all-item-dots {
            margin: 1px -1px; } }
      .result-all-item-dots-second {
        background: repeating-linear-gradient(to right, #fffdb8 0, #fffdb8 4px, transparent 4px, transparent 8px); }
      .result-all-item-ticket {
        flex-shrink: 0; }
    .result-all-item-second {
      color: #fffdb8; }
    .result-all-item-active {
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.2); }
    .result-all-item-first {
      font-weight: 900; }
    .result-all-none-info {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 35;
      color: #fff;
      text-align: center;
      font-family: Urbanist;
      font-size: 20px;
      font-style: normal;
      font-weight: 900;
      line-height: 24px;
      max-width: 440px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      pointer-events: none; }
      @media (max-width: 1253px) {
        .result-all-none-info {
          max-width: 274px;
          font-size: 18px; } }
      @media (max-width: 550px) {
        .result-all-none-info {
          font-size: 16px; } }
  .result-top-info {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; }
    @media (max-width: 550px) {
      .result-top-info {
        font-size: 12px;
        max-width: 214px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; } }
  .result-your {
    display: flex;
    height: 156.252px;
    padding: 19.126px 16.394px;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    max-width: 492px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    border: 2px solid #faa;
    background: #d3262c; }
    @media (max-width: 1253px) {
      .result-your {
        justify-content: space-between;
        gap: 0;
        height: 157.252px; } }
    @media (max-width: 826px) {
      .result-your {
        height: 160.252px; } }
    .result-your-item {
      width: 100%;
      display: flex;
      height: 25px;
      padding: 0 6px 2px 10px;
      justify-content: flex-start;
      align-items: center;
      gap: 2.732px;
      flex-shrink: 0;
      align-self: stretch;
      color: #fff; }
      @media (max-width: 1253px) {
        .result-your-item {
          padding: 0 6px 0 10px; } }
      @media (max-width: 826px) {
        .result-your-item {
          height: 23px;
          gap: 1.732px; } }
      .result-your-item-name {
        flex-shrink: 0;
        font-family: Montserrat;
        font-size: 20px;
        font-style: italic;
        font-weight: 900;
        line-height: 114%; }
      .result-your-item-dots {
        flex: 1;
        min-width: 0;
        height: 1px;
        background: repeating-linear-gradient(to right, #fff 0, #fff 4px, transparent 4px, transparent 8px);
        margin: 4px 3px;
        align-self: flex-end; }
        @media (max-width: 1253px) {
          .result-your-item-dots {
            margin: 3px 0px; } }
        @media (max-width: 826px) {
          .result-your-item-dots {
            margin: 1px 0px; } }
        @media (max-width: 550px) {
          .result-your-item-dots {
            margin: 2px 0px; } }
      .result-your-item-dots-second {
        background: repeating-linear-gradient(to right, #fffdb8 0, #fffdb8 4px, transparent 4px, transparent 8px); }
      .result-your-item-info {
        flex-shrink: 0;
        text-align: center;
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 900;
        line-height: 114%;
        text-transform: uppercase; }
        @media (max-width: 1253px) {
          .result-your-item-info {
            font-size: 24px; } }
    .result-your-item-second {
      color: #fffdb8; }
    .result-your-item-active {
      border-radius: 6px;
      background: rgba(255, 255, 255, 0.2); }
  .result-info {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    margin-top: 2px; }
    @media (max-width: 1253px) {
      .result-info {
        font-size: 16px; } }
    @media (max-width: 550px) {
      .result-info {
        margin-top: 5px;
        font-size: 24px; } }

.faq {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 92px 0 64px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 1253px) {
    .faq {
      max-width: 100%;
      padding: 61px 40px 90px 40px; } }
  @media (max-width: 560px) {
    .faq {
      padding: 61px 20px 90px 20px; } }
  .faq-title {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 87px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -1.74px; }
    @media (max-width: 1253px) {
      .faq-title {
        font-size: 70px;
        letter-spacing: -1.4px; } }
    @media (max-width: 560px) {
      .faq-title {
        font-size: 50px;
        letter-spacing: -1px; } }
  .faq-subtitle {
    color: #fffdc3;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    letter-spacing: 0.6px; }
    @media (max-width: 1253px) {
      .faq-subtitle {
        font-size: 16px;
        line-height: 32px;
        letter-spacing: 0px;
        margin-bottom: 24px; } }
    @media (max-width: 560px) {
      .faq-subtitle {
        line-height: 32px;
        margin-bottom: 24px; } }
    @media (max-width: 425px) {
      .faq-subtitle {
        line-height: normal;
        margin-bottom: 24px; } }
  .faq-warp {
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-sizing: border-box; }
    .faq-warp-item {
      border-radius: 16px;
      border: 2px solid #c73238;
      background: #a9181f; }
      .faq-warp-item-header {
        display: flex;
        padding: 12px 32px 12px 16px;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        border-radius: 14px;
        border: 2px solid #faa;
        border-bottom: 2px solid #faa;
        background: #d3262c;
        cursor: pointer;
        transition: all 0.3s ease;
        margin: -2px -2px 0 -2px;
        width: calc(100% + 4px); }
        .faq-warp-item-header-img {
          width: 20px;
          height: 20px;
          aspect-ratio: 1/1; }
        .faq-warp-item-header-text {
          color: #fff;
          font-family: Urbanist;
          font-size: 28px;
          font-style: normal;
          font-weight: 800;
          line-height: 130%;
          text-transform: uppercase;
          flex: 1 1; }
          @media (max-width: 1253px) {
            .faq-warp-item-header-text {
              font-size: 16px; } }
        .faq-warp-item-header-arrow {
          width: 40px;
          height: 40px;
          transition: transform 0.3s ease; }
      .faq-warp-item-main {
        display: flex;
        padding: 24px;
        align-items: flex-start;
        color: #fffdb8;
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease; }
        @media (max-width: 1253px) {
          .faq-warp-item-main {
            font-size: 16px; } }
        .faq-warp-item-main-bold {
          font-weight: 900; }
        .faq-warp-item-main-ul {
          margin-left: 29px; }
          @media (max-width: 1253px) {
            .faq-warp-item-main-ul {
              margin-left: 21px; } }
      .faq-warp-item.closed .faq-warp-item-header-arrow {
        transform: rotate(180deg); }
      .faq-warp-item.closed .faq-warp-item-main {
        max-height: 0;
        padding: 0 24px; }
      .faq-warp-item:not(.closed) .faq-warp-item-header {
        border-radius: 16px; }
      .faq-warp-item:not(.closed) .faq-warp-item-main {
        max-height: 500px; }

.part {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 2;
  padding: 40px 0px; }
  @media (max-width: 845px) {
    .part {
      max-width: 496px; } }
  @media (max-width: 500px) {
    .part {
      max-width: 330px;
      padding: 0; } }
  .part-title {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 87px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -1.74px; }
    @media (max-width: 1253px) {
      .part-title {
        font-size: 70px; } }
    @media (max-width: 845px) {
      .part-title {
        max-width: 398px;
        width: 100%;
        margin: 0 auto;
        line-height: 63px; } }
    @media (max-width: 500px) {
      .part-title {
        font-size: 50px;
        line-height: 90%;
        letter-spacing: -1px; } }
  .part-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    @media (max-width: 845px) {
      .part-wrap {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; } }
    .part-wrap-item {
      display: flex;
      width: 160px;
      padding: 10px;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      gap: 14px;
      position: relative; }
      .part-wrap-item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 73px;
        right: -50%;
        width: 100%;
        height: 2px;
        background-image: repeating-linear-gradient(90deg, #fff 0px, #fff 4px, transparent 4px, transparent 8px);
        z-index: 1; }
        @media (max-width: 845px) {
          .part-wrap-item:not(:last-child)::after {
            top: 73px;
            width: 99%; } }
        @media (max-width: 500px) {
          .part-wrap-item:not(:last-child)::after {
            top: 80px; } }
      .part-wrap-item[data-step]:not(:last-child)::before {
        content: attr(data-step);
        position: absolute;
        top: 65px;
        right: -14px;
        width: 13.375px;
        height: 13.375px;
        background: #b31a20;
        border: 2px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: 700;
        line-height: 17px;
        color: #fff;
        font-family: Urbanist;
        z-index: 2; }
        @media (max-width: 845px) {
          .part-wrap-item[data-step]:not(:last-child)::before {
            top: 64px;
            right: -8px; } }
        @media (max-width: 500px) {
          .part-wrap-item[data-step]:not(:last-child)::before {
            width: 15.375px;
            height: 15.375px;
            font-size: 10px;
            top: 71px;
            right: -10px; } }
      .part-wrap-item-img {
        width: 128px;
        height: 128px;
        box-shadow: 0 20px 40px 0 rgba(135, 27, 30, 0.8);
        border-radius: 50%;
        position: relative;
        z-index: 5;
        background: #b31a20; }
      .part-wrap-item-text {
        color: #fffdc3;
        text-align: center;
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
        @media (max-width: 845px) {
          .part-wrap-item-text {
            font-size: 18px;
            height: 72px; } }

@media (max-width: 845px) {
  .part .part-wrap .part-wrap-item:nth-child(2) .part-wrap-item-text {
    width: 100px !important; }
  .part .part-wrap .part-wrap-item:nth-child(3)::after {
    content: '' !important;
    position: absolute !important;
    top: 128px !important;
    left: -129px !important;
    width: 172px !important;
    height: 142px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='172' height='142' viewBox='0 0 172 142' fill='none'%3E%3Cpath d='M166.5 6.00001C155.5 21.5 145.5 37 105.5 72.5C65.4999 108 18 125.5 18 125.5' stroke='white' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 1 !important;
    background-color: none !important;
    border: none !important;
    border-radius: none !important;
    transform: none !important; }
  .part .part-wrap .part-wrap-item:nth-child(3)::before {
    content: '3' !important;
    position: absolute !important;
    top: 196px !important;
    left: -38px !important;
    width: 13.375px !important;
    height: 13.375px !important;
    background: #b31a20 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    line-height: 17px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: Urbanist !important;
    z-index: 2 !important;
    transform: none !important; } }

@media (max-width: 500px) {
  .part .part-wrap .part-wrap-item:nth-child(3)::after {
    content: '' !important;
    position: absolute !important;
    top: 77px !important;
    left: 43% !important;
    width: 100% !important;
    height: 3px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='3' viewBox='0 0 9 3' fill='none'%3E%3Cpath d='M0.5 1.79492L20.5 1.79492' stroke='white' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E") !important;
    background-repeat: repeat-x !important;
    background-size: auto 100% !important;
    z-index: 1 !important;
    background-color: none !important;
    border: none !important;
    border-radius: none !important;
    transform: none !important; }
  .part .part-wrap .part-wrap-item:nth-child(3)::before {
    content: '3' !important;
    position: absolute !important;
    top: 69px !important;
    left: 151px !important;
    width: 15.375px !important;
    height: 15.375px !important;
    background: #b31a20 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: Urbanist !important;
    z-index: 2 !important;
    transform: none !important; }
  .part .part-wrap .part-wrap-item:nth-child(2)::after {
    content: '' !important;
    position: absolute !important;
    top: 121px !important;
    left: -29px !important;
    width: 59px !important;
    height: 140px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='140' viewBox='0 0 59 140' fill='none'%3E%3Cpath d='M57.4994 1.79493C57.4994 1.79493 26.5887 20.2951 26.5887 38.2951C26.5887 56.2951 26.4995 88.2842 26.4995 101.295C26.4995 114.306 1 138.795 1 138.795' stroke='white' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 1 !important;
    background-color: none !important;
    border: none !important;
    border-radius: none !important;
    transform: none !important; }
  .part .part-wrap .part-wrap-item:nth-child(2)::before {
    content: '2' !important;
    position: absolute !important;
    top: 179px !important;
    left: -11px !important;
    width: 15.375px !important;
    height: 15.375px !important;
    background: #b31a20 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: Urbanist !important;
    z-index: 2 !important; }
  .part .part-wrap .part-wrap-item:nth-child(4)::after {
    content: '' !important;
    position: absolute !important;
    top: 113px !important;
    left: -1px !important;
    width: 37px !important;
    height: 106px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='106' viewBox='0 0 37 106' fill='none'%3E%3Cpath d='M35.9997 1.29492C35.9997 1.29492 1.58823 22.7949 1.58823 40.7949C1.58823 58.7949 1.49908 96.5928 1.49901 105.104' stroke='white' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 1 !important;
    background-color: none !important;
    border: none !important;
    border-radius: none !important;
    transform: none !important; }
  .part .part-wrap .part-wrap-item:nth-child(4)::before {
    content: '4' !important;
    position: absolute !important;
    top: 163px !important;
    left: -9px !important;
    width: 15.375px !important;
    height: 15.375px !important;
    background: #b31a20 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: Urbanist !important;
    z-index: 2 !important; } }

.part-1 {
  max-width: 87px; }

.part-2 {
  max-width: 87px; }
  @media (max-width: 845px) {
    .part-2 {
      max-width: 127px; } }

@media (max-width: 639px) {
  .part-3 {
    height: 48px !important; } }

@media (max-width: 639px) {
  .part-4 {
    height: 48px !important; } }

.footer {
  background: #5c1014;
  height: 225px;
  padding: 0 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2; }
  @media (max-width: 1253px) {
    .footer {
      height: 215px;
      flex-direction: column;
      padding: 60px 0; } }
  .footer-logo {
    display: flex; }
    .footer-logo-img {
      width: 170px;
      height: 22.902px; }
  .footer-terms {
    color: #fff;
    text-align: right;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer; }

.footer-contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px; }

.bg {
  position: relative; }
  .bg::before {
    content: '';
    position: absolute;
    background: url(./dist/images/banner/main3440.png) no-repeat;
    background-size: 2120px 750px;
    width: 2120px;
    height: 750px;
    top: 0px;
    right: 50%;
    transform: translate(50%, 0);
    z-index: 3; }
    @media (max-width: 1920px) {
      .bg::before {
        background: url(./dist/images/banner/main1920.png) no-repeat;
        background-size: 1920px 750px;
        width: 1920px;
        height: 750px;
        top: 0;
        right: 50%;
        transform: translate(50%, 0); } }
    @media (max-width: 1530px) {
      .bg::before {
        background: url(./dist/images/banner/main1500.png) no-repeat;
        background-size: 2120px 788px;
        width: 2120px;
        height: 788px;
        top: -38px;
        right: 50%;
        transform: translate(50%, 0); } }
    @media (max-width: 1253px) {
      .bg::before {
        background: url(./dist/images/banner/main1000.png) no-repeat;
        background-size: 2120px 788px;
        width: 2120px;
        height: 788px;
        top: 148px;
        left: calc(50% - 341px);
        transform: translateX(-50%); } }
    @media (max-width: 768px) {
      .bg::before {
        background: url(./dist/images/banner/main768.png) no-repeat;
        background-size: 768px 630px;
        width: 768px;
        height: 630px;
        top: 159px;
        right: 50%;
        left: auto;
        transform: translate(50%, 0); } }
    @media (max-width: 550px) {
      .bg::before {
        background: url(./dist/images/banner/main480.png) no-repeat;
        background-size: 768px 386px;
        width: 768px;
        height: 386px;
        top: 202px;
        left: calc(50% - 30px);
        transform: translateX(-50%); } }
    @media (max-width: 360px) {
      .bg::before {
        background: url(./dist/images/banner/main360.png) no-repeat;
        background-size: 360px 386px;
        width: 360px;
        height: 386px;
        top: 202px;
        right: 50%;
        left: auto;
        transform: translate(50%, 0); } }

.banner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1253px) {
    .banner {
      padding: 0; } }
  .banner-nav {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    gap: 268px;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    padding: 30px 9px 26px 9px;
    transition: background 0.3s ease, box-shadow 0.3s ease; }
    .banner-nav.fixed {
      background: rgba(74, 0, 4, 0.44);
      box-shadow: 3px 3px 2px -2px rgba(176, 211, 248, 0.1) inset;
      backdrop-filter: blur(15.35px); }
    @media (max-width: 1253px) {
      .banner-nav {
        width: 100%;
        position: fixed;
        z-index: 999;
        flex-wrap: wrap;
        padding: 30.85px 40px;
        justify-content: flex-start;
        gap: 19px;
        transition: background 0.5s ease, box-shadow 0.5s ease; } }
    @media (max-width: 575px) {
      .banner-nav {
        padding: 30.85px 20px; } }
    .banner-nav-logo {
      display: flex; }
      .banner-nav-logo-img {
        display: flex;
        width: 122px;
        height: 16.435px;
        margin-top: 0.37px;
        margin-bottom: 1.49px; }
    .banner-nav-links {
      display: flex;
      width: 756px;
      gap: 40px;
      color: #fffdc3;
      text-align: center;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Urbanist;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; }
      @media (max-width: 1253px) {
        .banner-nav-links {
          gap: 13px;
          margin-top: 16px;
          margin-bottom: 16px; } }
      @media (max-width: 575px) {
        .banner-nav-links {
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.32px; } }
    .banner-nav-links-left-item-link {
      position: relative;
      transition: color 0.3s ease; }
      .banner-nav-links-left-item-link::after {
        content: '';
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fffdc3;
        transition: width 0.3s ease; }
        @media (max-width: 1253px) {
          .banner-nav-links-left-item-link::after {
            display: none; } }
      .banner-nav-links-left-item-link:hover::after {
        width: 100%; }
    .banner-nav-btnsWrap {
      display: none; }
      @media (max-width: 1253px) {
        .banner-nav-btnsWrap {
          gap: 10px;
          display: flex; } }
      @media (max-width: 1253px) {
        .banner-nav-btnsWrap-burger {
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media (max-width: 1253px) {
        .banner-nav-btnsWrap-burger img {
          width: 40px;
          height: 40px; } }
  .banner-main {
    display: flex;
    z-index: 5; }
    .banner-main-left {
      margin: 110px 0 70px 1px;
      max-width: 541px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (max-width: 1253px) {
        .banner-main-left {
          margin: 62px 0 40px 0;
          max-width: 100%;
          padding: 0 40px;
          justify-content: center;
          align-items: center; } }
      @media (max-width: 550px) {
        .banner-main-left {
          margin: 69px 0 38px 0;
          padding: 0 23.16px; } }
      .banner-main-left-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        @media (max-width: 1253px) {
          .banner-main-left-wrap {
            gap: 10px;
            align-items: center; } }
        @media (max-width: 550px) {
          .banner-main-left-wrap {
            gap: 9px; } }
        .banner-main-left-wrap-title {
          margin: 0;
          color: #fff;
          font-family: Urbanist;
          font-size: 87px;
          font-style: normal;
          font-weight: 900;
          letter-spacing: -1.74px;
          line-height: 70px;
          margin-top: 10px; }
          @media (max-width: 1253px) {
            .banner-main-left-wrap-title {
              max-width: 414px;
              text-align: center;
              font-size: 70px;
              line-height: 78px;
              letter-spacing: -1.4px;
              margin-top: 0; } }
          @media (max-width: 550px) {
            .banner-main-left-wrap-title {
              font-size: 67.128px;
              line-height: 55px;
              letter-spacing: -1.343px; } }
        .banner-main-left-wrap-title > span {
          color: #ffcc02; }
        .banner-main-left-wrap-subtitle {
          color: #fffdc3;
          font-family: Urbanist;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          margin-left: 6px;
          max-width: 297.5px; }
          @media (max-width: 1253px) {
            .banner-main-left-wrap-subtitle {
              text-align: center;
              font-size: 18px;
              line-height: normal;
              max-width: 424px;
              margin-left: 0px;
              margin-top: 0px; } }
          @media (max-width: 768px) {
            .banner-main-left-wrap-subtitle {
              max-width: 400px; } }
          @media (max-width: 550px) {
            .banner-main-left-wrap-subtitle {
              max-width: 273px;
              font-size: 16px;
              line-height: normal; } }
    .banner-main-timer {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 3.99px;
      padding-top: 20px;
      padding-bottom: 30px;
      gap: 3.99px; }
      @media (max-width: 1253px) {
        .banner-main-timer {
          padding-top: 522px; } }
      @media (max-width: 768px) {
        .banner-main-timer {
          padding-top: 410px; } }
      @media (max-width: 550px) {
        .banner-main-timer {
          padding-top: 294px;
          padding-bottom: 10px;
          padding-left: 0;
          gap: 2.4px; } }
      .banner-main-timer-dot {
        display: flex;
        flex-direction: column;
        gap: 5.98px;
        margin-bottom: 18.72px; }
        @media (max-width: 550px) {
          .banner-main-timer-dot {
            gap: 3.6px;
            margin-bottom: 10.72px; } }
        .banner-main-timer-dot-item {
          width: 3.988px;
          height: 3.988px;
          border-radius: 3.988px;
          background: #f2f2f2;
          will-change: opacity;
          animation: blink-dots 1s ease-in-out infinite;
          animation-fill-mode: both; }
          @media (max-width: 550px) {
            .banner-main-timer-dot-item {
              width: 2.403px;
              height: 2.403px;
              border-radius: 2.403px; } }
      .banner-main-timer-wrap {
        display: flex;
        flex-direction: column;
        gap: 4.72px;
        justify-content: center;
        align-items: center; }
        @media (max-width: 550px) {
          .banner-main-timer-wrap {
            gap: 2.4px; } }
        .banner-main-timer-wrap-item {
          display: flex;
          flex-direction: column;
          position: relative;
          align-items: center;
          justify-content: center; }
          .banner-main-timer-wrap-item::before {
            content: '';
            position: absolute;
            background: url(./dist/images/tdesc.png) no-repeat;
            background-size: 82px 9px;
            width: 82px;
            height: 9px;
            top: 36%;
            right: 50%;
            transform: translate(50%, 50%);
            z-index: 3; }
            @media (max-width: 550px) {
              .banner-main-timer-wrap-item::before {
                background: url(./dist/images/tmob.png) no-repeat;
                background-size: 50px 6px;
                width: 50px;
                height: 6px;
                top: 34%; } }
          .banner-main-timer-wrap-item-top {
            width: 73.774px;
            height: 31.17px;
            border-radius: 4.482px;
            background: #fecf0e;
            position: relative; }
            @media (max-width: 550px) {
              .banner-main-timer-wrap-item-top {
                width: 44.458px;
                height: 18.784px;
                border-radius: 2.701px; } }
            .banner-main-timer-wrap-item-top::before {
              content: '';
              position: absolute;
              width: 1.994px;
              height: 1.994px;
              left: 4.96px;
              bottom: 1.26px;
              background: #0d5239;
              z-index: 3; }
              @media (max-width: 550px) {
                .banner-main-timer-wrap-item-top::before {
                  width: 1.202px;
                  height: 1.202px;
                  left: 3px;
                  bottom: 0.76px; } }
            .banner-main-timer-wrap-item-top::after {
              content: '';
              position: absolute;
              width: 1.994px;
              height: 1.994px;
              right: 4.96px;
              bottom: 1.26px;
              background: #0d5239;
              z-index: 3; }
              @media (max-width: 550px) {
                .banner-main-timer-wrap-item-top::after {
                  width: 1.202px;
                  height: 1.202px;
                  right: 3px;
                  bottom: 0.76px; } }
          .banner-main-timer-wrap-item-bottom {
            width: 73.774px;
            height: 31.17px;
            border-radius: 4.482px;
            background: #fecf0e;
            position: relative; }
            @media (max-width: 550px) {
              .banner-main-timer-wrap-item-bottom {
                width: 44.458px;
                height: 18.784px;
                border-radius: 2.701px; } }
            .banner-main-timer-wrap-item-bottom::before {
              content: '';
              position: absolute;
              width: 1.994px;
              height: 1.994px;
              left: 4.98px;
              top: 1px;
              background: #0d5239;
              z-index: 3; }
              @media (max-width: 550px) {
                .banner-main-timer-wrap-item-bottom::before {
                  width: 1.202px;
                  height: 1.202px;
                  left: 3px;
                  top: 0.6px; } }
            .banner-main-timer-wrap-item-bottom::after {
              content: '';
              position: absolute;
              width: 1.994px;
              height: 1.994px;
              right: 4.99px;
              top: 1px;
              background: #0d5239;
              z-index: 3; }
              @media (max-width: 550px) {
                .banner-main-timer-wrap-item-bottom::after {
                  width: 1.202px;
                  height: 1.202px;
                  right: 3px;
                  top: 0.6px; } }
          .banner-main-timer-wrap-item-number {
            color: #f2f2f2;
            font-family: Montserrat;
            font-size: 51.219px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            position: absolute;
            z-index: 4; }
            @media (max-width: 550px) {
              .banner-main-timer-wrap-item-number {
                font-size: 30.866px;
                font-weight: 700; } }
        .banner-main-timer-wrap-title {
          color: #f2f2f2;
          text-align: center;
          font-family: Montserrat;
          font-size: 11.524px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase; }
          @media (max-width: 550px) {
            .banner-main-timer-wrap-title {
              font-size: 6.945px; } }
    .banner-main-btn {
      display: flex;
      width: 244px;
      height: 48px;
      padding: 8px 16px;
      justify-content: center;
      align-items: center;
      gap: 6px;
      border-radius: 14px;
      border: 2px solid #696cff;
      background: #143af5; }
      @media (max-width: 1253px) {
        .banner-main-btn {
          display: flex;
          width: 258px;
          padding: 0 20px;
          justify-content: center;
          align-items: center;
          align-content: center;
          flex-wrap: wrap;
          height: 48px;
          padding: 8px 16px;
          gap: 6px;
          flex: 1 0 0; } }
      @media (max-width: 550px) {
        .banner-main-btn {
          display: flex;
          height: 48px;
          padding: 0 16px;
          justify-content: center;
          align-items: center;
          width: 273.6px;
          border-radius: 14px;
          border: 2px solid #696cff;
          background: #143af5;
          flex: auto; } }
      .banner-main-btn-title {
        color: #fff;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.4px; }
        @media (max-width: 1253px) {
          .banner-main-btn-title {
            font-size: 16px;
            letter-spacing: -0.32px; } }
        @media (max-width: 550px) {
          .banner-main-btn-title {
            color: #fff;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.32px; } }

@media (max-width: 1253px) {
  .banner-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 1000; }
  .banner-nav.open + .banner-nav-links,
  .banner-nav.open .banner-nav-links {
    display: flex !important;
    flex-direction: column;
    position: static;
    width: 100%; }
  .banner-nav-links {
    display: none; }
  .banner-nav-logo-mob {
    flex: 0 0 auto;
    margin-right: auto; }
  .banner-nav-btnsWrap {
    position: absolute;
    right: 40px;
    top: 20px; } }
  @media (max-width: 1253px) and (max-width: 575px) {
    .banner-nav-btnsWrap {
      right: 20px; } }

@media (max-width: 1253px) {
  #burger {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
  .banner-nav-links-left-item-wrap {
    display: none !important; }
  .banner-nav-links-left-item {
    display: flex; } }

@keyframes blink-dots {
  0%,
  49% {
    opacity: 1; }
  50%,
  100% {
    opacity: 0; } }

.terms-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10001;
  cursor: pointer;
  pointer-events: auto;
  width: 32px;
  height: 32px; }

.terms-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 7, 10, 0.65);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center; }
  .terms-modal-overlay.active {
    display: flex; }

.terms-modal {
  position: relative;
  z-index: 10000;
  max-width: 1512px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #c52d34 0%, #5f1619 146.04%);
  box-shadow: 0 56px 65.2px 0 rgba(0, 0, 0, 0.24); }
  .terms-modal .terms-modal-content {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; }
    @media (max-width: 1253px) {
      .terms-modal .terms-modal-content {
        padding: 60px; } }
    @media (max-width: 800px) {
      .terms-modal .terms-modal-content {
        padding: 60px 80px; } }
    @media (max-width: 550px) {
      .terms-modal .terms-modal-content {
        padding: 60px; } }
    @media (max-width: 400px) {
      .terms-modal .terms-modal-content {
        padding: 60px 40px; } }
    .terms-modal .terms-modal-content::-webkit-scrollbar {
      display: none; }
  @media (max-width: 1620px) {
    .terms-modal {
      margin: 0 62px; } }
  @media (max-width: 1253px) {
    .terms-modal {
      margin: 0;
      border: none;
      border-radius: 0;
      max-height: 100vh; } }
  @media (max-width: 800px) {
    .terms-modal {
      gap: 20px; } }
  .terms-modal::after {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgleft3440.png) repeat-y;
    background-size: 513px auto;
    width: 513px;
    height: var(--modal-height, 100vh);
    z-index: 1;
    left: -204px;
    top: -72px; }
    @media (max-width: 1620px) {
      .terms-modal::after {
        left: -221px;
        top: -76px; } }
    @media (max-width: 1253px) {
      .terms-modal::after {
        background: url(./dist/images/modal/modalleft1000.png) repeat-y;
        background-size: 281px auto;
        width: 281px;
        height: var(--modal-height, 100vh);
        left: -61px;
        top: 0; } }
    @media (max-width: 800px) {
      .terms-modal::after {
        left: -56px;
        top: -17px; } }
    @media (max-width: 400px) {
      .terms-modal::after {
        left: -114px;
        top: -17px; } }
  .terms-modal::before {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgright3440.png) repeat-y;
    background-size: 475px auto;
    width: 475px;
    height: var(--modal-height, 100vh);
    z-index: 1;
    right: -210px;
    top: -78px; }
    @media (max-width: 1620px) {
      .terms-modal::before {
        right: -225px;
        top: -78px; } }
    @media (max-width: 1253px) {
      .terms-modal::before {
        background: url(./dist/images/modal/modalright1000.png) repeat-y;
        background-size: 326px auto;
        width: 326px;
        height: var(--modal-height, 100vh);
        right: -61px;
        top: 0; } }
    @media (max-width: 800px) {
      .terms-modal::before {
        right: -57px;
        top: -2px; } }
    @media (max-width: 400px) {
      .terms-modal::before {
        right: -115px;
        top: -3px; } }
  .terms-modal-close {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 45px; }
    @media (max-width: 1253px) {
      .terms-modal-close {
        position: fixed;
        z-index: 20;
        top: 22px;
        right: 21px; } }
    @media (max-width: 550px) {
      .terms-modal-close {
        width: 22px;
        height: 22px;
        top: 22px;
        right: 21px; } }
  .terms-modal-title-store {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 87px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -1.74px;
    max-width: 840px;
    z-index: 25; }
    @media (max-width: 1253px) {
      .terms-modal-title-store {
        font-size: 70px;
        margin-top: 20px; } }
    @media (max-width: 800px) {
      .terms-modal-title-store {
        margin-top: 0;
        font-size: 50px;
        letter-spacing: -1px;
        max-width: 308px; } }
  .terms-modal-text {
    max-width: 1254px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    gap: 23px;
    flex-direction: column;
    z-index: 3; }
    @media (max-width: 1620px) {
      .terms-modal-text {
        max-width: 100%; } }
  .terms-modal-store {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    z-index: 25; }

.api-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(59, 7, 10, 0.65);
  backdrop-filter: blur(5px);
  z-index: 15000;
  display: none;
  justify-content: center;
  align-items: center; }
  .api-modal-overlay.active {
    display: flex; }

.api-modal {
  position: relative;
  z-index: 15001;
  max-width: 478px;
  width: 100%;
  max-height: 90vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 56px 65.2px 0 rgba(0, 0, 0, 0.24);
  box-sizing: border-box; }
  @media (max-width: 520px) {
    .api-modal {
      margin: 0 20px; } }
  .api-modal::-webkit-scrollbar {
    display: none; }
  .api-modal::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='596' height='70' viewBox='0 0 596 70' fill='none'%3E%3Cpath d='M298.059 3.11523C326.774 3.11523 351.14 21.7361 359.741 47.5619C363.183 57.8974 371.765 66.8223 382.659 66.8223H517.015C528.06 66.8223 537.015 75.7766 537.015 66.8223H79.1025C68.0568 66.8223 59.1025 66.8223 79.1025 66.8223H213.459C224.352 66.8223 232.934 57.8974 236.376 47.5619C244.977 21.7361 269.343 3.11523 298.059 3.11523Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center; }
    @media (max-width: 520px) {
      .api-modal::before {
        width: 360px;
        left: 50%;
        transform: translate(-50%, 0);
        top: -54px; } }
  .api-modal-img {
    width: 100px;
    height: 100px;
    display: flex;
    margin-top: -48px;
    z-index: 2; }
    @media (max-width: 520px) {
      .api-modal-img {
        width: 60px;
        height: 60px;
        margin-top: -30px; } }
  .api-modal-title {
    color: #1f202d;
    text-align: center;
    font-family: Urbanist;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.8px;
    margin-top: 10px;
    margin-bottom: 30px; }
    @media (max-width: 520px) {
      .api-modal-title {
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 20px; } }
  .api-modal-desc {
    max-width: 358px;
    width: 100%;
    color: #a6a6a6;
    text-align: center;
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px; }
    @media (max-width: 520px) {
      .api-modal-desc {
        font-size: 16px;
        margin-bottom: 22px; } }
  .api-modal-btn {
    display: flex;
    width: 244px;
    height: 48px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    background: #ffb500;
    color: #1f202d;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 24.64px; }
    @media (max-width: 520px) {
      .api-modal-btn {
        font-size: 16px;
        margin-bottom: 22px;
        width: 180px;
        height: 38px; } }

.part-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10001;
  cursor: pointer;
  pointer-events: auto;
  width: 32px;
  height: 32px; }

.part-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 7, 10, 0.65);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center; }
  .part-modal-overlay.active {
    display: flex; }

.part-modal {
  position: relative;
  z-index: 10000;
  max-width: 1512px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 2px solid #fff;
  background: linear-gradient(180deg, #c52d34 0%, #5f1619 146.04%);
  box-shadow: 0 56px 65.2px 0 rgba(0, 0, 0, 0.24); }
  .part-modal .part-modal-content {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 1253px) {
      .part-modal .part-modal-content {
        padding: 60px 5px; } }
    @media (max-width: 800px) {
      .part-modal .part-modal-content {
        padding: 60px 80px; } }
    @media (max-width: 639px) {
      .part-modal .part-modal-content {
        padding: 80px 0px; } }
    .part-modal .part-modal-content::-webkit-scrollbar {
      display: none; }
  @media (max-width: 1620px) {
    .part-modal {
      margin: 0 62px; } }
  @media (max-width: 1253px) {
    .part-modal {
      margin: 0;
      border: none;
      border-radius: 0;
      max-height: 100vh; } }
  @media (max-width: 800px) {
    .part-modal {
      gap: 20px; } }
  @media (max-width: 639px) {
    .part-modal {
      gap: 0; } }
  .part-modal::after {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgleft3440.png) repeat-y;
    background-size: 513px auto;
    width: 513px;
    height: var(--modal-height, 100vh);
    z-index: 1;
    left: -204px;
    top: -72px; }
    @media (max-width: 1620px) {
      .part-modal::after {
        left: -221px;
        top: -76px; } }
    @media (max-width: 1253px) {
      .part-modal::after {
        background: url(./dist/images/modal/modalleft1000.png) repeat-y;
        background-size: 281px auto;
        width: 281px;
        height: var(--modal-height, 100vh);
        left: -61px;
        top: 0; } }
    @media (max-width: 800px) {
      .part-modal::after {
        left: -56px;
        top: -17px; } }
    @media (max-width: 400px) {
      .part-modal::after {
        left: -114px;
        top: -130px; } }
  .part-modal::before {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgright3440.png) repeat-y;
    background-size: 475px auto;
    width: 475px;
    height: var(--part-modal-height, 100vh);
    z-index: 1;
    right: -210px;
    top: -78px; }
    @media (max-width: 1620px) {
      .part-modal::before {
        right: -225px;
        top: -78px; } }
    @media (max-width: 1253px) {
      .part-modal::before {
        background: url(./dist/images/modal/modalright1000.png) repeat-y;
        background-size: 326px auto;
        width: 326px;
        height: var(--part-modal-height, 100vh);
        right: -61px;
        top: 0; } }
    @media (max-width: 800px) {
      .part-modal::before {
        right: -57px;
        top: -2px; } }
    @media (max-width: 400px) {
      .part-modal::before {
        right: -114px;
        top: -115px; } }

.reg {
  padding-top: 15px;
  padding-bottom: 0px; }
  @media (max-width: 500px) {
    .reg {
      padding-top: 35px;
      padding-left: 10px;
      padding-right: 10px; } }

.bets-input-error {
  color: #ff4b4b;
  text-align: center;
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  position: absolute;
  bottom: -25px;
  left: 52px; }
  @media (max-width: 500px) {
    .bets-input-error {
      font-size: 12px;
      bottom: -16px;
      left: 51px; } }

.reg-terms {
  margin-top: 21px; }
  @media (max-width: 500px) {
    .reg-terms {
      margin-top: 15px;
      padding: 0 20px; } }

.bg-terms-first {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1920px) {
    .bg-terms-first {
      width: 1920px;
      left: 50%;
      transform: translate(-50%, 0); } }
  @media (max-width: 1253px) {
    .bg-terms-first {
      width: 100%; } }
  .bg-terms-first::after {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgleft3440.png) no-repeat;
    background-size: 513px 1802px;
    width: 513px;
    height: 1802px;
    z-index: 1;
    left: 0;
    top: 0px; }
    @media (max-width: 1726px) {
      .bg-terms-first::after {
        left: 68px; } }
    @media (max-width: 1253px) {
      .bg-terms-first::after {
        background: url(./dist/images/bg/bgleft1000.png) no-repeat;
        background-size: 203px 2112px;
        width: 203px;
        height: 2112px;
        left: 0px; } }
    @media (max-width: 845px) {
      .bg-terms-first::after {
        left: 6px; } }
    @media (max-width: 550px) {
      .bg-terms-first::after {
        left: -23px; } }
    @media (max-width: 400px) {
      .bg-terms-first::after {
        left: -36px; } }
  .bg-terms-first::before {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgright3440.png) no-repeat;
    background-size: 475px 1802px;
    width: 475px;
    height: 1802px;
    z-index: 1;
    right: 0;
    top: 0px; }
    @media (max-width: 1726px) {
      .bg-terms-first::before {
        right: 68px; } }
    @media (max-width: 1253px) {
      .bg-terms-first::before {
        background: url(./dist/images/bg/bgright1000.png) no-repeat;
        background-size: 248px 2083px;
        width: 248px;
        height: 2083px;
        right: 0px; } }
    @media (max-width: 845px) {
      .bg-terms-first::before {
        right: 6px; } }
    @media (max-width: 550px) {
      .bg-terms-first::before {
        right: -22px; } }
    @media (max-width: 400px) {
      .bg-terms-first::before {
        right: -38px; } }

.bg-terms-second {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1920px) {
    .bg-terms-second {
      width: 1920px;
      left: 50%;
      transform: translate(-50%, 0); } }
  @media (max-width: 1253px) {
    .bg-terms-second {
      width: 100%; } }
  .bg-terms-second::after {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgleft3440.png) no-repeat;
    background-size: 513px 1802px;
    width: 513px;
    height: 1802px;
    z-index: 1;
    left: 0;
    top: 2854px; }
    @media (max-width: 1726px) {
      .bg-terms-second::after {
        left: 68px; } }
    @media (max-width: 1253px) {
      .bg-terms-second::after {
        background: url(./dist/images/bg/bgleft1000.png) no-repeat;
        background-size: 203px 2112px;
        width: 203px;
        height: 2112px;
        left: 0px;
        top: 2952px; } }
    @media (max-width: 845px) {
      .bg-terms-second::after {
        left: 6px;
        top: 2724px; } }
    @media (max-width: 550px) {
      .bg-terms-second::after {
        left: -23px;
        top: 2742px; } }
    @media (max-width: 400px) {
      .bg-terms-second::after {
        left: -36px;
        top: 2750px; } }
  .bg-terms-second::before {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgright3440.png) no-repeat;
    background-size: 475px 1802px;
    width: 475px;
    height: 1802px;
    z-index: 1;
    right: 0;
    top: 2854px; }
    @media (max-width: 1726px) {
      .bg-terms-second::before {
        right: 68px; } }
    @media (max-width: 1253px) {
      .bg-terms-second::before {
        background: url(./dist/images/bg/bgright1000.png) no-repeat;
        background-size: 248px 2083px;
        width: 248px;
        height: 2083px;
        right: 0px;
        top: 2964px; } }
    @media (max-width: 845px) {
      .bg-terms-second::before {
        right: 8px;
        top: 2737px; } }
    @media (max-width: 550px) {
      .bg-terms-second::before {
        right: -23px;
        top: 2757px; } }
    @media (max-width: 400px) {
      .bg-terms-second::before {
        right: -38px;
        top: 2764px; } }

.terms {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 89px 0 147px 0;
  display: flex;
  flex-direction: column;
  gap: 40px; }
  @media (max-width: 1253px) {
    .terms {
      padding: 94px 40px 61px 40px;
      gap: 21px; } }
  .terms-title {
    color: #fff;
    text-align: center;
    font-family: Urbanist;
    font-size: 87px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -1.74px; }
    @media (max-width: 1253px) {
      .terms-title {
        font-size: 70px;
        margin-top: 20px; } }
    @media (max-width: 800px) {
      .terms-title {
        margin-top: 0;
        font-size: 50px;
        letter-spacing: -1px; } }
  .terms-text {
    width: 100%;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    display: flex;
    flex-direction: column;
    z-index: 3; }
    @media (max-width: 1620px) {
      .terms-text {
        max-width: 100%; } }

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

html,
body {
  overflow-x: hidden;
  width: 100%; }

html {
  font-size: 16px;
  line-height: 22px;
  background: linear-gradient(180deg, #c21b23 0%, #c21b23 39.09%, #c21b23 40%, #5c0d11 100%); }

body {
  overflow: clip; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto;
  resize: none; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

a {
  font-family: inherit;
  color: inherit;
  text-decoration: none; }

.hideSection {
  display: none; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 826px) {
    .flex {
      width: 100%;
      flex-direction: column; } }

.showMob {
  display: none; }
  @media (max-width: 826px) {
    .showMob {
      display: block; } }

@media (max-width: 826px) {
  .hideMob {
    display: none; } }

.inputWrap {
  width: 100%;
  display: flex;
  justify-content: space-between; }

::placeholder {
  color: #f6f6f6; }

.textarea {
  width: 100%;
  height: 8em; }

.invalidInput {
  background-color: rgba(255, 116, 45, 0.6);
  animation-name: blink;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: 2; }

@keyframes blink {
  from {
    background: rgba(180, 180, 180, 0.6); }
  to {
    background: rgba(255, 116, 45, 0.6); } }

.btn {
  display: flex;
  gap: 14px;
  border: 2px solid #ffd101;
  background: #ff6d00; }
  @media (max-width: 826px) {
    .btn {
      gap: 9.93px;
      border: 1.333px solid #ffd101; } }
  .btn-title {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    font-style: normal;
    font-feature-settings: 'liga' off, 'clig' off;
    text-transform: uppercase;
    padding: 13px 0 13px 18px; }
    @media (max-width: 826px) {
      .btn-title {
        padding: 10px 0 9px 12.33px;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-weight: 500;
        line-height: normal;
        font-size: 13.333px;
        font-style: normal; } }
  .btn-arrow {
    padding: 16px 17px 17px 18px;
    background: rgba(255, 209, 1, 0.2); }
    @media (max-width: 826px) {
      .btn-arrow {
        padding: 11px 11.67px 11.67px 11px;
        width: 40px;
        height: 40px; } }

.open {
  box-shadow: 0px 90px 133.8px -46px rgba(16, 6, 1, 0.53);
  backdrop-filter: blur(15.35px);
  transition: background 0.3s ease, box-shadow 0.3s ease; }

.title {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: 70%;
  font-size: 60px;
  font-style: normal; }
  @media (max-width: 884px) {
    .title {
      font-family: 'Poppins', sans-serif;
      color: #fff;
      font-weight: 700;
      line-height: 100%;
      font-size: 24px;
      font-style: normal; } }

@keyframes blink {
  from {
    background: rgba(180, 180, 180, 0.6); }
  to {
    background: rgba(255, 116, 45, 0.6); } }

#successMessage {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  font-size: 12px;
  font-style: normal; }

.bg-first {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1920px) {
    .bg-first {
      width: 1920px;
      left: 50%;
      transform: translate(-50%, 0); } }
  @media (max-width: 1253px) {
    .bg-first {
      width: 100%; } }
  .bg-first::after {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgleft3440.png) no-repeat;
    background-size: 513px 1802px;
    width: 513px;
    height: 1802px;
    z-index: 1;
    left: 0;
    top: 1051px; }
    @media (max-width: 1726px) {
      .bg-first::after {
        left: 68px; } }
    @media (max-width: 1253px) {
      .bg-first::after {
        background: url(./dist/images/bg/bgleft1000.png) no-repeat;
        background-size: 203px 2112px;
        width: 203px;
        height: 2112px;
        left: 0px;
        top: 831px; } }
    @media (max-width: 845px) {
      .bg-first::after {
        left: 6px;
        top: 604px; } }
    @media (max-width: 550px) {
      .bg-first::after {
        left: -23px;
        top: 623px; } }
    @media (max-width: 400px) {
      .bg-first::after {
        left: -36px;
        top: 631px; } }
  .bg-first::before {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgright3440.png) no-repeat;
    background-size: 475px 1802px;
    width: 475px;
    height: 1802px;
    z-index: 1;
    right: 0;
    top: 1051px; }
    @media (max-width: 1726px) {
      .bg-first::before {
        right: 68px; } }
    @media (max-width: 1253px) {
      .bg-first::before {
        background: url(./dist/images/bg/bgright1000.png) no-repeat;
        background-size: 248px 2083px;
        width: 248px;
        height: 2083px;
        right: 0px;
        top: 845px; } }
    @media (max-width: 845px) {
      .bg-first::before {
        right: 6px;
        top: 618px; } }
    @media (max-width: 550px) {
      .bg-first::before {
        right: -22px;
        top: 637px; } }
    @media (max-width: 400px) {
      .bg-first::before {
        right: -38px;
        top: 646px; } }

.bg-second {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1920px) {
    .bg-second {
      width: 1920px;
      left: 50%;
      transform: translate(-50%, 0); } }
  @media (max-width: 1253px) {
    .bg-second {
      width: 100%; } }
  .bg-second::after {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgleft3440.png) no-repeat;
    background-size: 513px 1802px;
    width: 513px;
    height: 1802px;
    z-index: 1;
    left: 0;
    top: 2854px; }
    @media (max-width: 1726px) {
      .bg-second::after {
        left: 68px; } }
    @media (max-width: 1253px) {
      .bg-second::after {
        background: url(./dist/images/bg/bgleft1000.png) no-repeat;
        background-size: 203px 2112px;
        width: 203px;
        height: 2112px;
        left: 0px;
        top: 2952px; } }
    @media (max-width: 845px) {
      .bg-second::after {
        left: 6px;
        top: 2724px; } }
    @media (max-width: 550px) {
      .bg-second::after {
        left: -23px;
        top: 2742px; } }
    @media (max-width: 400px) {
      .bg-second::after {
        left: -36px;
        top: 2750px; } }
  .bg-second::before {
    content: '';
    position: absolute;
    background: url(./dist/images/bg/bgright3440.png) no-repeat;
    background-size: 475px 1802px;
    width: 475px;
    height: 1802px;
    z-index: 1;
    right: 0;
    top: 2854px; }
    @media (max-width: 1726px) {
      .bg-second::before {
        right: 68px; } }
    @media (max-width: 1253px) {
      .bg-second::before {
        background: url(./dist/images/bg/bgright1000.png) no-repeat;
        background-size: 248px 2083px;
        width: 248px;
        height: 2083px;
        right: 0px;
        top: 2964px; } }
    @media (max-width: 845px) {
      .bg-second::before {
        right: 8px;
        top: 2737px; } }
    @media (max-width: 550px) {
      .bg-second::before {
        right: -23px;
        top: 2757px; } }
    @media (max-width: 400px) {
      .bg-second::before {
        right: -38px;
        top: 2764px; } }

.hidden {
  display: none !important; }

.blur {
  position: relative;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s; }

.blur::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(255, 53, 63, 0.5);
  backdrop-filter: blur(3.05px);
  border-radius: inherit;
  pointer-events: none; }
