.main__about-text {
  background: linear-gradient(180deg, #d8e77c 27.6%, #6c7c05 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main__brand-text {
  background: linear-gradient(180deg, #f7f7fd 63.54%, #44dbae 86.98%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main__video-text {
	background: linear-gradient(180deg, #FDFFF6 0%, #D2F66B 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#game_carousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-carousel {
  --f-button-width: 38px;
  --f-button-height: 38px;

  --f-button-svg-width: 16px;
  --f-button-svg-height: 16px;
  --f-button-svg-stroke-width: 2.5;

  --f-button-color: #fff;
  --f-button-border-radius: 50%;
  --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);

  --f-button-bg: #373632;
  --f-button-hover-bg: #f9f9f9;
  --f-button-active-bg: #f0f0f0;
	
	--f-button-next-pos: -20px;
	--f-button-prev-pos: -20px;
}
