.link-arrow-right::after {
  content: '';
  background: url('/new-design/landing/link-arrow-right.svg') no-repeat center center;
  width: 21px;
  height: 12px;
  display: inline-block;
  margin-left: 10px;
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 530px;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 59, 59, 0.67);
}

.hero-title {
  position: relative;
  color: #fafafa;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  z-index: 2;
  padding-top: 115px;
  white-space: pre-line;
}

.hero-content {
  position: relative;
  padding: 0 0 115px 0;
  z-index: 1;
}

.hero-text {
  color: #fafafa;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}

.btn-primary {
  background: #0177cc;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fafafa;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  width: max-content;
}

.btn-secondary {
  background: #ff7900;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  width: max-content;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn-secondary-black {
  background: #3D3E40;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  width: max-content;
}

.hero-buttons .btn-outline-primary {
  background: transparent;
  border: 2px solid #ff7900;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fafafa;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

.hero-buttons .btn-outline-secondary {
  background: transparent;
  border: 2px solid #0177cc;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fafafa;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

/* Advantages Section */
.advantages-section {
  padding: 40px 0 60px;
  background: url('/new-design/landing/advantage_background.svg') repeat-y center right, url('/new-design/landing/advantage_background2.svg') no-repeat center left;
  background-size: auto 100%, auto 50%;
}

.section-title {
  color: #3d3e40;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  white-space: pre-line;
}

.stats-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.stats-number {
  color: #0177cc;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.stats-text {
  color: #3d3e40;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

/* Pillars Section */
.pillars-section {
  padding: 40px 0 60px;
  position: relative;
}

.pillar-card {
  background: linear-gradient(99.71deg,
      rgba(210, 217, 235, 0.8) 0%,
      rgba(213, 198, 221, 0.8) 100%);
  border-radius: 10px;
  padding: 25px;
  position: relative;
  height: 100%;
  min-height: 200px;
}

.pillar-title {
  color: #21315a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pillar-text {
  color: #21315a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.pillar-img {
  position: absolute;
  max-width: 130px;
}

.pillar-img-1 {
  top: 0;
  left: -70px;
}

.pillar-img-2 {
  top: 0;
  left: -40px;
}

.pillar-img-3 {
  bottom: -40px;
  right: -60px;
}

/* Programs Section */
.programs-section {
  padding: 40px 0 60px;
}

.program-card {
  border: 2px solid #3d3e40;
  border-radius: 10px;
  padding: 0px 0px;
  height: 100%;
  min-height: 180px;
  max-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.program-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.program-card-no-border {
  border: none;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-title {
  color: #3d3e40;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.program-text {
  color: #3d3e40;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Journey Steps Section */
.journey-section {
  padding: 40px 0 60px;
  position: relative;
}

@media (min-width: 768px) {
  .journey-section::before {
    display: block;
  }
}

.step-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.step-item-arrow {
  background: url('/new-design/landing/arrow-round.svg') no-repeat center center;
}

.step-item-arrow-black {
  background: url('/new-design/landing/arrow-round-black.svg') no-repeat center center;
}

.step-item-arrow-black-2 {
  background: url('/new-design/landing/Vector121.svg') no-repeat center center;
  background-size: contain;
}

.step-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.step-title {
  color: #3d3e40;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-text {
  color: #3d3e40;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.pillars-row {
  gap: 30px;
}

.programs-row {
  gap: 30px;
}

/* Chess Methodology Section */
.chess-methodology-section {
  padding: 40px 0 60px;
}

.methodology-text {
  color: #3d3e40;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.assessment-card {
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.assessment-image {
  margin-bottom: 20px;
}

.assessment-title {
  color: #3d3e40;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.assessment-text {
  color: #3d3e40;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.level-system-card {
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  border-radius: var(--van-size-radius-desktop, 10px);
  border-style: solid;
  border-color: #3d3e40;
  border-width: 2px;
  flex-shrink: 0;
  height: 470px;
  position: relative;
  overflow: hidden;
}

.level-system-title {
  color: #3d3e40;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
}

.frame-16193 {
  background: #f4cd94;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 95px;
  top: 395.5px;
}

.icon-strk-pawn {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.absolute-beginner {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 90%;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.frame-16194 {
  background: #f2bd71;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 145px;
  top: 366.5px;
}

.icon-strk-pawn2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16195 {
  background: #f09f40;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 195px;
  top: 337.5px;
}

.icon-strk-pawn3 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16196 {
  background: #a4d57f;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 235px;
  top: 308.5px;
}

.icon-strk-pawn4 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16197 {
  background: #71bc3e;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 285px;
  top: 279.5px;
}

.icon-strk-knight {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16198 {
  background: #86c0f6;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 335px;
  top: 250.5px;
}

.icon-strk-knight2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16199 {
  background: #4a9bf4;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 385px;
  top: 221.5px;
}

.icon-strk-bishop {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16200 {
  background: #7a91db;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 425px;
  top: 192.5px;
}

.icon-strk-bishop2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16201 {
  background: #294cc6;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 465px;
  top: 163.5px;
}

.icon-strk-rock {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16202 {
  background: #d770a3;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 505px;
  top: 134.5px;
}

.icon-strk-rock2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16203 {
  background: #c62b6b;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 545px;
  top: 105.5px;
}

.icon-strk-queen {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-16204 {
  background: #c63620;
  border-radius: var(--van-size-radius-desktop, 10px);
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 118px;
  position: absolute;
  left: 595px;
  top: 76.5px;
}

.icon-strk-king {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

/* Chess Teaches Section */
.chess-teaches-section {
  padding: 100px 0 100px;
  background: rgba(1, 119, 204, 0.2);
  position: relative;
}

.real-skills-section {
  padding: 80px 0 80px;
  background-image: url('/new-design/landing/real-skills-bg.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bold-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.chess-teaches-bg {
  position: absolute;
  top: -10%;
  left: 20%;
  width: 10%;
}

.chess-heroes-section {
  padding: 40px 0 40px;
}

.banner-boy {
  background-image: url('/new-design/landing/banner-boy-30.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.chess-heroes-gradient-bg {
  background: linear-gradient(to right, #768293, #ecf3ff);
  padding: 40px 0 40px;
  border-radius: 10px;
  padding: 0;
}

.chess-heroes-logo {
  width: 196px;
}

.chess-heroes-text {
  color: #ffffff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  letter-spacing: -0.011000000000000001em;
  font-weight: 700;
}

.chess-heroes-button {
  background: url('/new-design/landing/_0000000-set-08012023-10.png') no-repeat center center;
  width: 160px;
  color: #3D3E40;
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chess-heroes-button:hover {
  color: #3D3E40;
}

.chess-heroes-content {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-performers-section {
  padding: 40px 0 40px;
}

.performer-card {
  border: 2px solid #3d3e40;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.performer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* Scroll Container with Snapping */
.scroll-container {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  margin: 30px 0;
}

.scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

/* Center slides if fewer than 3 */
.scroll-wrapper.few-items {
  justify-content: center;
}

.scroll-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

.scroll-item {
  flex: 0 0 auto;
  width: 33.333%;
  scroll-snap-align: start;
  padding: 0 15px;
}

/* Desktop view: show 3 items */
@media (max-width: 991px) {
  .scroll-item {
    width: 100%;
  }
}

.scroll-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 40px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
}

.scroll-prev {
  left: -10px;
  background-image: url('/new-design/landing/slider-arrow-left.svg');
}

.scroll-next {
  right: -10px;
  background-image: url('/new-design/landing/slider-arrow-right.svg');
}

.line-background {
  background-image: url('/new-design/landing/vector125.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 100%;
  height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.event-card {
  border-radius: 10px;
  padding: 20px 20px;
  height: 100%;
  min-height: 180px;
  max-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}

.event-card-background {
  background: url('/new-design/landing/mask-group5.svg') no-repeat bottom right, url('/new-design/landing/mask-group6.svg') no-repeat bottom right;
  width: 100%;
  height: 100%;
}

.event-card-blue {
  background: linear-gradient(98.94deg, rgba(255, 255, 255, 0.8) 0%, rgba(1, 119, 204, 0.8) 100%);
}

.event-card-orange {
  background: linear-gradient(98.94deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 121, 0, 0.8) 100%);
}

.event-card-block-orange {
  background: #ff7900;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.event-card-block-blue {
  background: #0177cc;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.event-card-title {
  padding: 10px 0 10px 0;
  color: #3d3e40;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
}

.event-card-text {
  color: #3d3e40;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  min-height: 30%;
}

.event-card-button {
  padding-top: 10px;
  text-align: left;
}

.participate-event-link,
.participate-event-link:after {
  font-weight: bold;
  font-size: 16px;
  color: #0177CC !important;
  fill: #0177CC !important;
  stroke: #0177CC !important;
}

.level-system-grid-container {
  position: relative;
}

.frame-16071 {
  position: relative;
  top: -60px;
  left: 35%;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .chess-heroes-text {
    font-size: 30px;
  }

  .banner-boy {
    height: 200px;
  }

  .chess-heroes-content {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .skill-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .chess-teaches-bg {
    display: none;
  }

  .frame-16071 {
    position: relative;
    top: -60px;
    left: 0;
  }

  .level-system-card {
    border: none;
  }

  .level-system-title {
    text-align: center !important;
  }

  .journey-buttons {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .step-item-arrow-black-2, .step-item-arrow {
    height: 60px;
    transform: rotate(90deg);
    background-size: 60px 60px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .step-item {
    gap: 1px;
  }

  .programs-row {
    gap: 20px;
  }

  .pillar-img {
    max-width: 80px;
  }

  .pillar-img-2 {
    top: -40px;
    left: -40px;
  }

  .pillars-row {
    padding-left: 40px;
    padding-right: 40px;
    gap: 20px;
  }

  .hero-content-row {
    justify-content: center;
  }

  .hero-section {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .hero-background {
    position: relative;
    height: calc(100vh - 64px); /* Header height */
    min-height: 300px;
    overflow: hidden;
  }

  .overlay-hero {
    transform: rotate(90deg);
    height: 100vw;
  }

  .hero-title {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    right: 0;
    padding: 0 15px;
    z-index: 2;
    margin-bottom: 0;
    color: #fafafa;
    text-align: center;
  }

  .hero-content {
    padding: 30px 60px 40px 60px;
    position: relative;
    background: #fff;
    margin-top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-text {
    color: #3d3e40;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .hero-buttons {
    gap: 20px;
    flex-direction: column;
  }

  .hero-buttons .btn {
    display: block;
    width: max-content;
    font-size: 12px;
    padding: 5px 15px;
  }
  .hero-buttons .btn-outline-primary, .hero-buttons .btn-outline-secondary {
    padding: 3px 13px;
    color: #000000;
  }

  .section-title {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 20px;
    max-width: 70%;
    margin: 0 auto;
  }

  .hero-text {
    font-size: 16px;
  }
}

.frame-16193 {
  left: -150px;
  top: 395.5px;
}

.frame-16194 {
  left: -110px;
  top: 366.5px;
}

.frame-16195 {
  left: -70px;
  top: 337.5px;
}

.frame-16196 {
  left: -30px;
  top: 308.5px;
}

.frame-16197 {
  left: 10px;
  top: 279.5px;
}

.frame-16198 {
  left: 50px;
  top: 250.5px;
}

.frame-16199 {
  left: 90px;
  top: 221.5px;
}

.frame-16200 {
  left: 130px;
  top: 192.5px;
}

.frame-16201 {
  left: 170px;
  top: 163.5px;
}

.frame-16202 {
  left: 210px;
  top: 134.5px;
}

.frame-16203 {
  left: 250px;
  top: 105.5px;
}

.frame-16204 {
  left: 290px;
  top: 76.5px;
}
@media (max-width: 768px) {
  .frame-16193 {
    left: 0px;
    top: 395.5px;
  }
  
  .frame-16194 {
    left: 15px;
    top: 366.5px;
  }
  
  .frame-16195 {
    left: 30px;
    top: 337.5px;
  }
  
  .frame-16196 {
    left: 45px;
    top: 308.5px;
  }
  
  .frame-16197 {
    left: 60px;
    top: 279.5px;
  }
  
  .frame-16198 {
    left: 75px;
    top: 250.5px;
  }
  
  .frame-16199 {
    left: 90px;
    top: 221.5px;
  }
  
  .frame-16200 {
    left: 105px;
    top: 192.5px;
  }
  
  .frame-16201 {
    left: 120px;
    top: 163.5px;
  }
  
  .frame-16202 {
    left: 135px;
    top: 134.5px;
  }
  
  .frame-16203 {
    left: 150px;
    top: 105.5px;
  }
  
  .frame-16204 {
    left: 165px;
    top: 76.5px;
  }
}
.btn-outline-primary {
  color: #000000;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  font-weight: 500;
}

.challenge-section {
  background: url('/new-design/landing/dailysectionback.png') no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 40px;
}

.challenge-section-play {
  background: none;
}

.challenge-section .section-title {
  color: #ffffff;
  white-space: pre-line;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.challenge-section .challenge-item {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
  background: #FFFCF4;
  min-width: 160px;
  border: 2px solid #1B9DFB;
  box-shadow: 0px 0px 10px 0px #ACE4FC;
  min-height: 105px;
}

.chalenge-item-disabled {
  background: #CACACA !important;
  box-shadow: none !important;
  border: 2px solid #000000 !important;
}

.chalenge-item-active {
  background: #1B9DFB !important;
}

.chalenge-item-active .challenge-title {
  color: #ffffff !important;
}

.challenge-section .challenge-item .challenge-title {
  color: #3D475C;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}

.section-title-orange {
  color: #F76E1A !important;
  margin-top: 50px;
  margin-bottom: 0px;
}

.challenge-section .challenge-row {
  gap: 15px;
}

.challenge-section .challenge-buttons {
  padding: 10px;
}

.chalenge-sticker {
  position: absolute;
  top: 33%;
  right: -55px;
  background: #ff7900;
  border-radius: 5px;
  padding: 2px 15px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #ffffff;
  transform: rotate(90deg);
}

.results-text {
  color: #3D3E40;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: pre-line;
}

.results-section {
  margin-bottom: 80px;
}

.join-reason-section .section-title {
  margin-bottom: 10px;
}

.reason-item-1 {
  background: url('/new-design/landing/andvanteges-icon-1.svg') no-repeat;
}

.reason-item-2 {
  background: url('/new-design/landing/andvanteges-icon-8.svg') no-repeat;
}

.reason-item-3 {
  background: url('/new-design/landing/andvanteges-icon-9.svg') no-repeat;
}

.reason-item-4 {
  background: url('/new-design/landing/andvanteges-icon-6.svg') no-repeat;
}

.reason-item-5 {
  background: url('/new-design/landing/andvanteges-icon-4.svg') no-repeat;
}

.reason-item-6 {
  background: url('/new-design/landing/andvanteges-icon-2.svg') no-repeat;
}

.reason-item-7 {
  background: url('/new-design/landing/andvanteges-icon-7.svg') no-repeat;
}

.reason-item-8 {
  background: url('/new-design/landing/andvanteges-icon-5.svg') no-repeat;
}

.reason-item-9 {
  background: url('/new-design/landing/andvanteges-icon-3.svg') no-repeat;
}

.reason-item {
  background-position: left top;
  text-align: left;
  padding-left: 50px;
  padding-right: 60px;
  padding-top: 24px;
}

.reason-item-title {
  color: #FF7900;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.reason-item-content {
  color: #3D3E40;
  font-weight: bold;
  font-size: 16px;
  max-width: 300px;
}

@media (max-width: 991px) {
  .join-reason-section .section-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .reason-item {
    background-position: center top !important;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 120px;
  }

  .hero-img2 {
    object-position: -275px !important;
  }
}

.private-classes-hero .hero-title {
  text-align: center;
}

/* Advantages Section */
.private-classes-advantages-section {
  padding: 40px 0 60px;
  background: url('/new-design/landing/private-advantages-background.svg') repeat-y center center;
  background-size: 100% 100%;
}

.section-text {
  color: #3D3E40;
  font-size: 16px;
  font-weight: bold;
  white-space: pre-line;
}

.private-classes-journey-section .step-text {
  font-size: 16px;
  font-weight: bold;
  white-space: pre-line;
}

.private-classes-journey-section .background-container {
  background: rgba(1, 119, 204, 0.2) !important;
  padding: 40px 0 40px;
}

.private-classes-why-work .section-text {
  font-weight: normal;
  white-space: pre-line;
}

.contacts-card {
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  border-radius: var(--van-size-radius-desktop, 10px);
  border-style: solid;
  border-color: #3d3e40;
  border-width: 2px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: max-content;
  height: max-content;
}

.contacts-card dl {
  display: flex;
  gap: 30px;
}

.contacts-card dt {
  min-width: 100px;
  text-align: left;
}

.contacts-card dd {
  text-align: left;
}

.hero-img-mobile {
  display: none;
}
@media (max-width: 767px) {
  .private-classes-hero .hero-title {
    font-size: 20px;
    max-width: 80%;
    margin: 0 auto;
    top: 50px;
  }

  .private-classes-hero .hero-background {
    height: 80vw;
  }

  .private-classes-hero .hero-img {
    display: none;
  }
  .private-classes-hero .hero-img-mobile {
    display: block;
  }
  .private-classes-advantages-section, .private-classes-hero .hero-content {
    padding: 30px 30px 40px 30px;
  }
  .private-classes-journey-section .step-icon {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .private-classes-why-work .section-text {
    text-align: center;
  }
  .private-classes-why-work .row {
    flex-direction: column;
    gap: 20px;
  }
  .contacts-section {
    margin-top: 40px;
  }
  .contacts-section .row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .contacts-section .contacts-card {
    width: 100%;
  }
}
.journey-start-section {
  margin: 70px 0;
}
.journey-start-section .section-text {
  font-weight: normal;
}

.join-tour-reason-section .reason-item-1 {
  background: url('/new-design/landing/tour-icon-1.svg') no-repeat;
}

.join-tour-reason-section .reason-item-2 {
  background: url('/new-design/landing/tour-icon-2.svg') no-repeat;
}

.join-tour-reason-section .reason-item-3 {
  background: url('/new-design/landing/tour-icon-3.svg') no-repeat;
}

.join-tour-reason-section .reason-item-4 {
  background: url('/new-design/landing/tour-icon-4.svg') no-repeat;
}

.join-tour-reason-section .reason-item-5 {
  background: url('/new-design/landing/tour-icon-5.svg') no-repeat;
}

.join-tour-reason-section .reason-item-6 {
  background: url('/new-design/landing/tour-icon-6.svg') no-repeat;
}

.tournament-banner {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  padding: 17px 3.78% 23px 0;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, #D2D9EB 0%, #D5C6DD 100%);
  display: flex;
  align-items: center;
  gap: 4.36%;
  color: #3D3E40;
  line-height: 1;
}
.tournament-banner .btn {
  line-height: 1.3;
}
.tournament-banner__img {
  width: 14%;
}
.tournament-banner__content {
  width: 100%;
}
.tournament-banner__title {
  font-size: 60px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 17px;
}
.tournament-banner__subtitle {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: unset;
}
.tournament-banner__description-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.tournament-banner__description-line:not(:last-child) {
  margin-bottom: 30px;
}
.tournament-banner__description-line:last-child {
  align-items: flex-end;
}
.tournament-banner__rules {
  text-align: right;
  font-size: 14px;
}
.tournament-banner__list {
  margin-left: 3%;
  margin-bottom: 10px;
  display: grid;
  gap: 10px;
}
.tournament-banner__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.banner-scroll {
  margin-left: 5%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
}
.tournament-banner_scroll {
  padding: 14px 14px 23px;
  gap: unset;
}
.tournament-banner_scroll  .tournament-banner__img {
  width: 29%;
}
.tournament-banner_scroll .tournament-banner__title {
  margin-bottom: 28px;
}
.tournament-banner_scroll .tournament-banner__subtitle {
  margin-bottom: 16px;
}


@media (max-width: 991px) {
  .tournament-banner-section {
    max-width: unset;
    padding: unset;
  }
  .tournament-banner {
    font-size: 14px;
    margin: 0;
    border-radius: 0;
  }
  .tournament-banner__title {
    font-size: 30px;
  }
  .tournament-banner__subtitle {
    font-size: 20px;
  }
  .tournament-banner__rules {
    font-size: 12px;
  }
  .tournament-banner__list {
    margin-left: 2%;
  }
  .banner-scroll {
    margin-left: 3%;
    gap: 10px;
    font-size: 14px;
  }
}

.tournament-banner-text-block {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}
.tournament-banner-text-title {
  font-size: 30px;
  font-weight: bold;
}
.tournament-banner-text-description {
  font-size: 16px;
  font-weight: bold;
}
.tournament-banner .discount {
  font-size: 100px;
  font-weight: bold;
  color: #ffffff;
}
.tournament-banner .discount .discount-percent {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 767px) {
  .tournament-banner-container {
    padding-left: 0;
    padding-right: 0;
  }
  .tournament-banner .banner-img-block {
    order:2;
  }
  .tournament-banner .discount {
    order:3;
  }
  .tournament-banner .buy-now-block {
    order:4;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .tournament-banner .discount {
    font-size: 80px;
  }
  .tournament-banner .discount .discount-percent {
    font-size: 30px;
  }
  .banner-img-block img {
    max-width: 180%;
  }
  .tournament-banner-text-block {
    text-align: center;
  }
  .tournament-banner-text-title {
    margin-top: 20px;
  }
  .join-tour-reason-section {
    margin-top: 20px !important;
    padding-top: 20px !important;
  }
}
.input-group {
  width: auto;
}
.tournaments__table .grid-table {
  table-layout: auto;
}
.tournaments__table .grid-table a.blue {
  color: #0177CC;
  font-weight: bold;
}

@media (max-width: 767px) {
  .tournaments__filters {
    justify-content: center;
  }
}

.programs1-section {
  background: rgba(255, 121, 0, 0.2);
  padding: 40px 0 10px;
}

.line-background.line-background-2 {
  margin:0;
  padding:0;
  background-position: center top;
  background-size: auto 70%;
  height: 20px;
  width: 100%;
  position: relative;
  top: -7px;
}
.programs1-section-background {
background:  url('/new-design/landing/advantage_background.svg') repeat-y center right, url('/new-design/landing/advantage_background2.svg') no-repeat center left;
  background-size: auto 100%, auto 50%;
}

.programs-selector-section {
  padding: 40px 0;
}

.programs-selector-section .list-group-item {
  border: 1px solid transparent;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  max-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  
}
.programs-selector-section .list-group-item img{
  margin-right: 10px;
  margin-left: 10px;
}
.programs-selector-section .list-group-item.active {
  background-color: transparent;
  border: 2px solid #000000;
  color: #3d3e40;
}
.programs-selector-title {
  font-size: 28px;
  font-weight: bold;
  color: #3d3e40;
  text-align: center;
}
.programs-selector-text {
  font-size: 16px;
  font-weight: bold;
  color: #3d3e40;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  
}
.programs-selector-list {
 margin:0 auto;
 width: max-content;
}
.programs-selector-list li {
  margin-bottom: 20px;
}
.programs-selector-section .program-info-block {
  border: 2px solid #3d3e40;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}
.journey-start-section.journey-start-section-2 {
  background: url('/new-design/landing/journey-section-2-back.svg') no-repeat center center;
  background-size: auto;
  padding-bottom: 100px;
}
.programs-selector-list-block-slider {
  display: none;
}
.program-selector-item a {
  border: 2px solid #000000;
  color: #3d3e40;
  margin:auto !important;
}

@media (max-width: 767px) {
  .programs-selector-list-block {
    display: none;
  }
  .programs-selector-list-block-slider {
    display: block;
  }

  .scroll-wrapper.few-items {
    justify-content: unset;
  }

  .programs-selector-section {
    padding: 0;
  }
  .line-background.line-background-2 {
    
    background-size: 80% 80%;
  }
  .tab-pane.fade:not(.show) {
    display: none;
  }
  .program-info-block-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .programs-selector-section {
    margin-bottom: 50px;
  }
}
#gameInfo {
  font-weight: 600;
  padding: 10px;
}