@font-face {
  font-family: HomePlanet-Regular;
  src: url(../fonts/home-planet-bb/HomePlanetBB-Regular.woff);
}
@font-face {
  font-family: HomePlanetBB-Italic;
  src: url(../fonts/home-planet-bb/HomePlanetBB-Italic.woff);
}
@font-face {
  font-family: HomePlanetBB-Bold;
  src: url(../fonts/home-planet-bb/HomePlanetBB-Bold.woff);
}
@font-face {
  font-family: HomePlanetBB-BoldItalic;
  src: url(../fonts/home-planet-bb/HomePlanetBB-BoldItalic.woff);
}
@font-face {
  font-family: Alyrak-Regular;
  src: url(../fonts/Alyrak-Regular.woff);
}
@font-face {
  font-family: Alyrak-Regular-Italic;
  src: url(../fonts/Alyrak-Regular-Italic.woff);
}

.fighters-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: #12161f;
}
.fighters-hero::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background: -webkit-linear-gradient(
    0deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 100%
  );
}
body.fighters.fighter-invincible .fighters-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(0, 115, 150) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(0, 115, 150) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(0, 115, 150) 100%
  );
}
body.fighters.fighter-atom-eve .fighters-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(134, 0, 115) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(134, 0, 115) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(134, 0, 115) 100%
  );
}
body.fighters.fighter-atom-eve .fighters-hero .container-md .text-content h1 {
  text-shadow: -3px 2px 2px #e23038;
}
body.fighters.fighter-bulletproof .fighters-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(213, 109, 34) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(213, 109, 34) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(213, 109, 34) 100%
  );
}
body.fighters.fighter-bulletproof
  .fighters-hero
  .container-md
  .text-content
  h1 {
  text-shadow: -3px 2px 2px #ffbc41;
}
body.fighters.fighter-thula .fighters-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(248, 228, 187) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(248, 228, 187) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(248, 228, 187) 100%
  );
}
body.fighters.fighter-thula .fighters-hero .container-md .text-content h1 {
  text-shadow: -3px 2px 2px #c8cac7;
}
body.fighters.fighter-rex-splode .fighters-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(187, 56, 0) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(187, 56, 0) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(187, 56, 0) 100%
  );
}
body.fighters.fighter-rex-splode .fighters-hero .container-md .text-content h1 {
  text-shadow: -3px 2px 2px #bb3800;
}
body.fighters.fighter-battle-beast .fighters-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(
    240deg,
    rgba(25, 30, 35, 0) 50%,
    rgb(122, 148, 152) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(25, 30, 35, 0) 50%,
    rgb(122, 148, 152) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(25, 30, 35, 0) 50%,
    rgb(122, 148, 152) 100%
  );
}
body.fighters.fighter-battle-beast
  .fighters-hero
  .container-md
  .text-content
  h1 {
  text-shadow: -3px 2px 2px rgb(187, 49, 56);
}
.fighters-hero .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.08;
}
.fighters-hero .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fighters-hero .container-md {
  align-items: center;
}
.fighters-hero .container-md .text-content {
  width: 57%;
  z-index: 2;
}
.fighters-hero .container-md .text-content h1 {
  font-family: Alyrak-Regular-Italic;
  text-shadow: -3px 2px 2px #00cce4;
}
.fighters-hero .container-md .text-content .subtitle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 3rem;
}
.fighters-hero .container-md .text-content .fighter-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fighters-hero .container-md .text-content .fighter-info .col {
  width: 50%;
}
.fighters-hero .container-md .text-content .fighter-info .col.bio {
  padding-right: 15px;
}
.fighters-hero .container-md .text-content .fighter-info .col.overview {
  padding-left: 15px;
}
.fighters-hero .container-md .text-content .fighter-info .col .fi-title {
  color: #f0b400;
  font-size: 2.25rem;
  line-height: 2.875rem;
  letter-spacing: 0.043rem;
  margin-bottom: 1.4rem;
  font-family: Alyrak-Regular;
}
.fighters-hero .container-md .text-content .fighter-info .col .fi-rows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.fighters-hero .container-md .text-content .fighter-info .col .fi-rows .fi-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.fighters-hero
  .container-md
  .text-content
  .fighter-info
  .col
  .fi-rows
  .fi-row
  .fi-row_title {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.043rem;
  margin-bottom: 0.5rem;
}
.fighters-hero
  .container-md
  .text-content
  .fighter-info
  .col
  .fi-rows
  .fi-row
  li {
  font-size: 1.375rem;
  letter-spacing: 0.069rem;
  line-height: 2rem;
  padding-left: 1.688rem;
  position: relative;
}
.fighters-hero
  .container-md
  .text-content
  .fighter-info
  .col
  .fi-rows
  .fi-row
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 19px;
  height: 19px;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
}
.fighters-hero
  .container-md
  .text-content
  .fighter-info
  .col
  .fi-rows
  .fi-row:not(:last-child) {
  margin-bottom: 2rem;
}
.fighters-hero .container-md .text-content .full-name span {
  font-family: Alyrak-Regular;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 3.125rem;
  letter-spacing: 0.025rem;
  color: #6b8088;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: center;
  margin-top: 5px;
}
.fighters-hero .container-md .text-content .subtitle {
  font-size: 2.25rem;
  line-height: 2.875rem;
  letter-spacing: 0.043rem;
  text-transform: uppercase;
  font-family: Alyrak-Regular;
}
.fighters-hero .container-md .character {
  width: 43%;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.fighters-hero .container-md .character img {
  position: absolute;
  width: 100%;
  object-fit: contain;
  z-index: 0;
  max-height: 100%;
}

.fighters-moves-sec {
  overflow: hidden;
}
.fighters-moves-sec .container-sm {
  flex-direction: column;
  align-items: center;
}
.fighters-moves-sec .container-sm h2 {
  margin-bottom: 2.75rem;
  background: -webkit-linear-gradient(#ffd400, #ebb500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fighters-moves-sec .container-sm .swiper {
  width: 100%;
  max-width: 65rem;
}
.fighters-moves-sec .container-sm .swiper.main-moves-slider {
  margin-bottom: 1.75rem;
}
.fighters-moves-sec .container-sm .swiper.main-moves-slider .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
}
.fighters-moves-sec
  .container-sm
  .swiper.main-moves-slider
  .swiper-slide
  .main-img-wrapper {
  height: 33.75rem;
  width: 100%;
  margin-bottom: 2.063rem;
  position: relative;
}
.fighters-moves-sec
  .container-sm
  .swiper.main-moves-slider
  .swiper-slide
  .main-img-wrapper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fighters-moves-sec
  .container-sm
  .swiper.main-moves-slider
  .swiper-slide
  .main-img-wrapper::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: inherit;
  padding: 1px; /* thickness of border */
  background: linear-gradient(
    130deg,
    rgb(43, 56, 70) 0%,
    rgb(255, 255, 255) 33%,
    rgb(40, 51, 62) 68%,
    rgb(255, 255, 255) 88%,
    rgb(30, 39, 48) 100%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  box-sizing: border-box;
}
.fighters-moves-sec
  .container-sm
  .swiper.main-moves-slider
  .swiper-slide
  .text-wrapper {
  text-align: center;
  align-items: center;
  max-width: 41.25rem;
}
.fighters-moves-sec
  .container-sm
  .swiper.main-moves-slider
  .swiper-slide
  .text-wrapper
  .title {
  font-family: HomePlanetBB-Bold;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 2.5rem;
  letter-spacing: 0.087rem;
  margin-bottom: 0.813rem;
}
.fighters-moves-sec
  .container-sm
  .swiper.main-moves-slider
  .swiper-slide
  .text-wrapper
  .p-16 {
  opacity: 0.9;
}
.fighters-moves-sec .container-sm .swiper.thumbs-moves-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 39.375rem;
  padding: 0 20px;
}
.fighters-moves-sec
  .container-sm
  .swiper.thumbs-moves-slider
  .swiper-slide
  .thumbs-img-wrapper {
  height: 6.25rem;
  padding: 3px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  margin-bottom: 0.75rem;
  opacity: 0.9;
  cursor: pointer;
}
.fighters-moves-sec
  .container-sm
  .swiper.thumbs-moves-slider
  .swiper-slide
  .thumbs-img-wrapper
  .thmb-other-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.fighters-moves-sec
  .container-sm
  .swiper.thumbs-moves-slider
  .swiper-slide
  .thumbs-img-wrapper
  .thmb-other-wrapper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: skew(10deg, 0deg);
  -moz-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  scale: 1.15;
}
.fighters-moves-sec
  .container-sm
  .swiper.thumbs-moves-slider
  .swiper-slide.swiper-slide-thumb-active
  .thumbs-img-wrapper {
  border-color: #ffd400;
  opacity: 1;
}
.fighters-moves-sec
  .container-sm
  .swiper.thumbs-moves-slider
  .swiper-slide.swiper-slide-thumb-active
  .text {
  opacity: 1;
}
.fighters-moves-sec
  .container-sm
  .swiper.thumbs-moves-slider
  .swiper-slide
  .text {
  font-size: 0.813rem;
  line-height: 1.25rem;
  letter-spacing: 0.024rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

body.fighters {
  position: relative;
}
body.fighters .fixed-bg-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
body.fighters .fixed-bg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.fighters .fixed-bg-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
}

.fighters-platforms-sec .container-md {
  flex-direction: column;
}
.fighters-platforms-sec .container-md .tab {
  overflow: hidden;
  border-bottom: 1px solid rgba(183, 183, 183, 0.3);
  margin-bottom: 7rem;
}
.fighters-platforms-sec .container-md .tab button {
  padding-bottom: 2.813rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 0.041rem;
  font-family: HomePlanetBB-Bold;
  position: relative;
}
.fighters-platforms-sec .container-md .tab button:not(:last-child) {
  margin-right: 5.125rem;
}
.fighters-platforms-sec .container-md .tab button.active,
.fighters-platforms-sec .container-md .tab button:hover {
  color: #f0b400;
}
.fighters-platforms-sec .container-md .tab button.active::before,
.fighters-platforms-sec .container-md .tab button:hover::before {
  opacity: 1;
  width: 100%;
}
.fighters-platforms-sec .container-md .tab button::before {
  content: "";
  position: absolute;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f0b400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.fighters-platforms-sec .container-md .tabcontent {
  display: none;
  width: 100%;
  -webkit-animation: fadeEffect 1s;
  -moz-animation: fadeEffect 1s;
  -o-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.fighters-platforms-sec .container-md .tabcontent .key-controls-block-wrapper {
  width: 100%;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  h3 {
  margin-bottom: 2.5rem;
  background: -webkit-linear-gradient(#ffd400, #ebb500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows {
  width: 100%;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row-wrapper {
  width: 100%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: -webkit-linear-gradient(
    90deg,
    rgba(35, 41, 55, 0.7) 0%,
    rgba(43, 49, 65, 0.7) 30%,
    rgba(42, 48, 65, 0.7) 60%,
    rgba(31, 37, 52, 0.7) 83%,
    rgba(21, 26, 37, 0.7) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(35, 41, 55, 0.7) 0%,
    rgba(43, 49, 65, 0.7) 30%,
    rgba(42, 48, 65, 0.7) 60%,
    rgba(31, 37, 52, 0.7) 83%,
    rgba(21, 26, 37, 0.7) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(35, 41, 55, 0.7) 0%,
    rgba(43, 49, 65, 0.7) 30%,
    rgba(42, 48, 65, 0.7) 60%,
    rgba(31, 37, 52, 0.7) 83%,
    rgba(21, 26, 37, 0.7) 100%
  );
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 1.875rem;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row.kc-subrow {
  position: relative;
  padding-left: 30px;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row.kc-subrow.full-kc-subrow {
  margin: 10px 0;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row.kc-subrow.full-kc-subrow.level-1 {
  margin-top: 20px;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row.kc-subrow.full-kc-subrow:not(.level-1) {
  padding-left: 40px;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row.kc-subrow.kc-subrow.full-kc-subrow:not(.level-1)::before {
  left: 8px;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row.kc-subrow
  .title {
  font-size: 1.5rem;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row.kc-subrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/corner-down-right.svg");
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .title {
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: 0.081rem;
  font-family: HomePlanetBB-Bold;

  width: 25%;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .controls
  .single-control:not(:last-child) {
  margin-right: 1.875rem;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .right-text
  p
  strong {
  font-weight: unset;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background-color: #f0b400;
  padding: 3px;
  color: #131821;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: HomePlanetBB-Bold;
  position: relative;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .right-text
  p
  strong::before {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #f0b400;
  border-radius: 50%;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .controls
  .single-control
  .circle-control-wrapper {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #f0b400;
  padding: 3px;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .controls
  .single-control
  .circle-control-wrapper
  .circle-control {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f0b400;
  color: #131821;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-family: HomePlanetBB-Bold;
  letter-spacing: 0.081rem;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .middle-text,
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .right-text
  p {
  font-size: 1.325rem;
  line-height: 2.25rem;
  letter-spacing: 0.081rem;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .middle-text {
  width: 45%;
  padding: 0 15px;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .right-text {
  width: 30%;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .right-text
  p {
  width: fit-content;
  margin-left: auto;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper
  .kc-rows
  .kc-single-row
  .controls
  .single-control
  .text {
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: 0.081rem;
  font-family: HomePlanetBB-Bold;
  opacity: 0.8;
}
.fighters-platforms-sec
  .container-md
  .tabcontent
  .key-controls-block-wrapper:not(:last-child) {
  margin-bottom: 6.25rem;
}

.fighters-nav-sec .container-md {
  flex-direction: column;
}
.fighters-nav-sec .container-md h3 {
  margin-bottom: 2.5rem;
  background: -webkit-linear-gradient(#ffd400, #ebb500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 6.25rem;
  line-height: 7.5rem;
  letter-spacing: 0.063rem;
}
.fighters-nav-sec .container-md .fighters-nav-wrapper {
  width: 100%;
}
.fighters-nav-sec .container-md .fighters-nav-wrapper .fighters-nav {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2.5rem;
}
.fighters-nav-sec .container-md .fighters-nav-wrapper .fighters-nav .swiper {
  width: 100%;
  padding: 0 30px;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter {
  width: 14%;
  cursor: pointer;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter
  .img-wrapper {
  height: 100%;
  padding: 3px;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter
  .img-wrapper
  .other-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  background-color: #232e39;
  box-shadow: 0px 5px 5px 0px rgba(33, 33, 33, 0.75);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(33, 33, 33, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(33, 33, 33, 0.75);
  position: relative;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter
  .img-wrapper
  .other-wrapper
  img {
  -webkit-transform: skew(10deg, 0deg);
  -moz-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  width: 125%;
  margin-left: -10%;
  object-fit: cover;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter
  .img-wrapper
  .other-wrapper
  img.placeholder {
  width: auto;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter.placeholder {
  pointer-events: none;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter.active
  .img-wrapper {
  border-color: #ffd400;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter:first-child
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(0, 118, 152) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(0, 118, 152) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(0, 118, 152) 100%
  );
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter:nth-child(2)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(128, 10, 97) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(128, 10, 97) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(128, 10, 97) 100%
  );
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter:nth-child(3)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(5, 4, 0) 0%,
    rgb(240, 180, 0) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(5, 4, 0) 0%,
    rgb(240, 180, 0) 100%
  );
  background: linear-gradient(130deg, rgb(5, 4, 0) 0%, rgb(240, 180, 0) 100%);
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter:nth-child(4)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(23, 35, 38) 0%,
    rgb(116, 144, 165) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(23, 35, 38) 0%,
    rgb(116, 144, 165) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(23, 35, 38) 0%,
    rgb(116, 144, 165) 100%
  );
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter:nth-child(5)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(0, 115, 150, 0) 0%,
    rgb(187, 56, 0) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(0, 115, 150, 0) 0%,
    rgb(187, 56, 0) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(0, 115, 150, 0) 0%,
    rgb(187, 56, 0) 100%
  );
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .fighters-nav
  .single-fighter:nth-child(6)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(25, 30, 35, 0) 0%,
    rgb(122, 148, 152) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(25, 30, 35, 0) 0%,
    rgb(122, 148, 152) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(25, 30, 35, 0) 0%,
    rgb(122, 148, 152) 100%
  );
}

.fighters-nav-sec .container-md .fighters-nav-wrapper .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.fighters-nav-sec .container-md .fighters-nav-wrapper .bottom .line {
  width: 100%;
  height: 4px;
  background-color: #5a5e65;
  margin-right: 1.688rem;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .bottom
  .thumb-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .bottom
  .thumb-navigation
  .roster-prev {
  margin-right: 2rem;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .bottom
  .thumb-navigation
  button
  svg
  path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fighters-nav-sec
  .container-md
  .fighters-nav-wrapper
  .bottom
  .thumb-navigation
  button:not(.disabled)
  svg
  path {
  fill: #ebb500;
  opacity: 1;
}

#subscribe-response .error {
  padding: 10px;
  border-radius: 3px;
  background: #f7d2bb;
  color: #cf0000;
  width: auto;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

#subscribe-response .success {
  padding: 10px;
  border-radius: 3px;
  background: #b3c3b5;
  color: #2d713c;
  width: auto;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

/* Visually hidden for screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.user-is-tabbing {
  /* Show visible focus outline */
}
body.user-is-tabbing *:focus {
  outline: 3px solid #f0b400;
}
body.user-is-tabbing .main-btn button:focus {
  background: #f0b400;
  border-color: #f0b400;
  outline: 3px solid #f0b400;
}
body.user-is-tabbing footer .banner .container-md button:focus {
  outline: 3px solid #1a1a1a;
}

:focus {
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-family: HomePlanet-Regular;
  color: #fff;
  background-color: #12161f;
}

section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.container-lg {
  max-width: 1770px;
  width: 92%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 9.375rem 0;
}

.container-md {
  max-width: 1440px;
  width: 75%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 9.375rem 0;
}

.container-sm {
  max-width: 1270px;
  width: 66%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 9.375rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Alyrak-Regular;
}

h1 {
  font-size: 9.375rem;
  line-height: 10rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
h1.lg-text {
  font-size: 10rem;
  line-height: 10.625rem;
}

h2 {
  font-size: 6.25rem;
  line-height: 7.5rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
}

h3 {
  font-size: 5rem;
  line-height: 5.625rem;
  letter-spacing: 0.05rem;
}

h4 {
  font-size: 4.25rem;
  line-height: 5.125rem;
  letter-spacing: 0.043rem;
}

.visually-h1 {
  font-size: 9.375rem;
  line-height: 10rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-family: Alyrak-Regular-Italic;
}

.visually-hidden-h1,
.visually-hidden-h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

p {
  font-family: HomePlanet-Regular;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.03rem;
}

.p-14 p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.026rem;
}

.p-16 p {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.03rem;
}

.p-22 p {
  font-size: 1.375rem;
  letter-spacing: 0.069rem;
  line-height: 2rem;
}

.p-26 p {
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: 0.081rem;
}

.col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

body.not-found-body .main-btn a {
  padding: 0.813rem 3.625rem;
  display: block;
  overflow: hidden;
  position: relative;
  background: -webkit-linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
}
body.not-found-body .main-btn a span {
  color: #000000;
  font-family: HomePlanetBB-Bold;
  font-size: 1.813rem;
  line-height: 2.188rem;
  letter-spacing: 0.091rem;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.main-btn {
  padding: 4px;
  border: 1.5px solid #ffd700;
}
.main-btn button {
  padding: 0.813rem 3.625rem;
  display: block;
  overflow: hidden;
  position: relative;
  background: -webkit-linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-btn button span {
  color: #000000;
  font-family: HomePlanetBB-Bold;
  font-size: 1.813rem;
  line-height: 2.188rem;
  letter-spacing: 0.091rem;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
.main-btn button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/shapes/button-decorative-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-btn button::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
}
.main-btn button:hover::before {
  opacity: 1;
}
.main-btn button:hover::after {
  -webkit-animation: shine 3s infinite linear;
  -moz-animation: shine 3s infinite linear;
  -o-animation: shine 3s infinite linear;
  animation: shine 3s infinite linear;
}

.play-button .stroke-solid {
  stroke-dashoffset: 300;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.play-button-trailer .stroke-solid {
  stroke-dashoffset: 300;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.play-button:hover svg .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
}
.play-button-trailer:hover svg .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

@keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shine-glide-left {
  0% {
    left: -70px;
  }
  50% {
    left: calc(100% + 10px);
  }
  100% {
    left: -70px;
  }
}
@keyframes shine-glide-right {
  0% {
    right: -70px;
  }
  50% {
    right: calc(100% + 10px);
  }
  100% {
    right: -70px;
  }
}
@keyframes shine-glide-leftTop {
  0% {
    top: -70px;
  }
  50% {
    top: calc(100% + 10px);
  }
  100% {
    top: -70px;
  }
}
@keyframes shine-glide-rightBottom {
  0% {
    bottom: -70px;
  }
  50% {
    bottom: calc(100% + 10px);
  }
  100% {
    bottom: -70px;
  }
}
.not-found .container-md .p-26 {
  margin-bottom: 2rem;
}
.not-found .container-md .main-btn {
  width: fit-content;
}
.age-gate__wrapper .age-gate__background-color {
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
.age-gate__wrapper .age-gate__headline {
  font-size: 2.125rem;
  line-height: 2.75rem;
  font-weight: 400;
  font-family: HomePlanetBB-Bold;
}
.age-gate__wrapper .age-gate__submit {
  padding: 4px;
  border: 2px solid #ffd700;
}
.age-gate__wrapper .age-gate__submit button {
  padding: 0.813rem 3rem;
  font-size: 1.2rem;
  line-height: 1.625rem;
  letter-spacing: 0.09rem;
  background-color: #f0b400;
  text-transform: uppercase;
  color: #000;
  border-radius: 0;
  font-family: HomePlanetBB-Bold;
  background: -webkit-linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 1.125rem 2.75rem;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}
header .header-container {
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  position: relative;
  align-items: center;
}
header .header-container::before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  border-radius: 5px;
  background: -webkit-linear-gradient(
    90deg,
    rgba(35, 41, 55, 0.7) 0%,
    rgba(43, 49, 65, 0.7) 30%,
    rgba(40, 46, 64, 0.7) 57%,
    rgba(31, 37, 52, 0.7) 79%,
    rgba(21, 26, 37, 0.7) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(35, 41, 55, 0.7) 0%,
    rgba(43, 49, 65, 0.7) 30%,
    rgba(40, 46, 64, 0.7) 57%,
    rgba(31, 37, 52, 0.7) 79%,
    rgba(21, 26, 37, 0.7) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(35, 41, 55, 0.7) 0%,
    rgba(43, 49, 65, 0.7) 30%,
    rgba(40, 46, 64, 0.7) 57%,
    rgba(31, 37, 52, 0.7) 79%,
    rgba(21, 26, 37, 0.7) 100%
  );
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
header .header-container::after {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: inherit;
  padding: 1px; /* thickness of border */
  background: linear-gradient(
    130deg,
    rgb(43, 56, 70) 0%,
    rgb(255, 255, 255) 33%,
    rgb(40, 51, 62) 68%,
    rgb(255, 255, 255) 88%,
    rgb(30, 39, 48) 100%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  box-sizing: border-box;
}
header .header-container .logo {
  width: 290px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
header .header-container .logo img {
  max-width: 100%;
}
header .header-container nav {
  margin-left: auto;
}
header .header-container nav ul.main-nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 2.5rem;
  align-items: center;
}
header .header-container nav ul.main-nav-menu > li {
  font-family: HomePlanetBB-Bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0.063rem;
}
header .header-container nav ul.main-nav-menu > li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-container nav ul.main-nav-menu > li:not(:last-child) {
  margin-right: 2.5rem;
}
header .header-container nav ul.main-nav-menu > li.menu-item-has-children {
  position: relative;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children
  > button {
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children
  > button::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 15px;
  height: 13px;
  background-image: url("../images/icons/arrow-down.svg"); /* or use an inline SVG as background */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children
  .dropdown-wrapper {
  opacity: 0;
  position: absolute;
  z-index: 100;
  top: 20px;
  visibility: hidden;
  pointer-events: none;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children
  .dropdown-wrapper
  .dropdown {
  min-width: 15.875rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  border: 1px solid #2e3542;
  opacity: 0;
  background: -webkit-linear-gradient(
    125deg,
    rgba(48, 56, 75, 0.65) 0%,
    rgba(21, 26, 37, 0.65) 100%
  );
  background: -moz-linear-gradient(
    125deg,
    rgba(48, 56, 75, 0.65) 0%,
    rgba(21, 26, 37, 0.65) 100%
  );
  background: linear-gradient(
    125deg,
    rgba(48, 56, 75, 0.65) 0%,
    rgba(21, 26, 37, 0.65) 100%
  );
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px); /* Safari support */
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children
  .dropdown-wrapper
  .dropdown
  a {
  line-height: 1.688rem;
  display: block;
  font-size: 1.25rem;
  padding: 0.813rem 1.375rem;
  text-transform: uppercase;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children
  .dropdown-wrapper
  .dropdown
  a
  span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children
  .dropdown-wrapper
  .dropdown
  a:hover
  span {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children:hover
  > button {
  text-shadow: 0px 0px 7px rgb(255, 215, 0);
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children:hover
  > button::after {
  -webkit-filter: drop-shadow(0px 0px 6px rgb(255, 215, 0));
  filter: drop-shadow(0px 0px 6px rgb(255, 215, 0));
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children:hover
  .dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children:hover
  .dropdown-wrapper
  .dropdown {
  opacity: 1;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children.hover-active
  .dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children.hover-active
  .dropdown-wrapper
  .dropdown {
  opacity: 1;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children:focus-within
  .dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children:focus-within
  .dropdown-wrapper
  .dropdown {
  opacity: 1;
}
header .header-container nav ul.main-nav-menu > li.no-show {
  display: none;
}
header .header-container nav ul.main-nav-menu > li:hover > a {
  text-shadow: 0px 0px 7px rgb(255, 215, 0);
}
header .header-container nav ul.main-nav-menu > li.current-menu-item {
  color: #ffd500;
}
header .header-container .language-dropdown {
  margin-right: 2.5rem;
  position: relative;
  display: none;
  align-items: center;
}
header .header-container .language-dropdown img {
  margin-right: 0.625rem;
}
header .header-container .language-dropdown span {
  font-family: HomePlanetBB-Bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.75rem;
  letter-spacing: 0.063rem;
}
header .header-container .language-dropdown::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 15px;
  height: 13px;
  background-image: url("../images/icons/arrow-down.svg"); /* or use an inline SVG as background */
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
header .header-container .hamburger {
  display: none;
  flex-direction: column;
  padding: 10px;
}
header .header-container .hamburger > div {
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-container .hamburger > div:not(:last-child) {
  margin-bottom: 5px;
}
header .header-container .main-btn button {
  padding: 0.375rem 2.625rem;
}
header .header-container .main-btn button span {
  font-size: 1.25rem;
  letter-spacing: 0.025rem;
  line-height: 1.25rem;
}
header.header-scroll .header-container .logo {
  width: 210px;
}
header.header-scroll
  .header-container
  nav
  ul.main-nav-menu
  > li.menu-item-has-children
  .dropdown-wrapper
  .dropdown {
  -webkit-transform: translateY(29px);
  -moz-transform: translateY(29px);
  -ms-transform: translateY(29px);
  -o-transform: translateY(29px);
  transform: translateY(29px);
}
header.header-scroll .header-container::before {
  opacity: 1;
}
header.header-scroll .header-container::after {
  opacity: 1;
}

.mobile-nav {
  position: fixed;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  pointer-events: none;
  justify-content: flex-end;
  height: 100vh;
  align-items: flex-end;
  overflow: hidden;
  width: 100%;
  right: 0;
}
.mobile-nav::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: -1;
  transition-delay: 0.3s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  background: -webkit-linear-gradient(
    125deg,
    rgba(48, 56, 75, 0.65) 0%,
    rgba(21, 26, 37, 0.65) 100%
  );
  background: -moz-linear-gradient(
    125deg,
    rgba(48, 56, 75, 0.65) 0%,
    rgba(21, 26, 37, 0.65) 100%
  );
  background: linear-gradient(
    125deg,
    rgba(48, 56, 75, 0.65) 0%,
    rgba(21, 26, 37, 0.65) 100%
  );
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  -webkit-transform: translateX(100%) translateY(0);
  -moz-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  -o-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}
.mobile-nav .nav__content {
  width: 94.9%;
  text-align: center;
  height: 85%;
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.mobile-nav .nav__content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  text-align: start;
  padding: 0 5px;
}
.mobile-nav .nav__content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.mobile-nav .nav__content ul li ul {
  display: none;
  margin: 20px 0 25px 0;
  padding: 0 30px;
}
.mobile-nav .nav__content ul li ul li {
  font-family: HomePlanetBB-Bold;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.55rem;
  letter-spacing: 0.063rem;
  position: relative;
}
.mobile-nav .nav__content ul li ul li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-nav .nav__content > ul > li {
  font-family: HomePlanetBB-Bold;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2.875rem;
  letter-spacing: 0.063rem;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}

.mobile-nav .nav__content > ul > li.menu-item-has-children button {
  position: relative;
}
.mobile-nav .nav__content > ul > li.menu-item-has-children > button::before {
  content: "";
  position: absolute;
  right: -28px;
  width: 15px;
  height: 13px;
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  margin: auto 0;
}
.mobile-nav
  .nav__content
  > ul
  > li.menu-item-has-children.open
  > button::before {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.mobile-nav .nav__content > ul > li.no-show {
  display: none;
}
.mobile-nav .nav__content .main-btn {
  width: fit-content;
  opacity: 0;
  margin-top: 2rem;
}
.mobile-nav .nav__content .main-btn button {
  padding: 0.5rem 1.625rem;
}
.mobile-nav .nav__content .main-btn button span {
  font-size: 1.5rem;
}

body.nav-active .hamburger div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.nav-active .hamburger div:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateX(-6px) translateY(2px);
  -moz-transform: rotate(-45deg) translateX(-6px) translateY(2px);
  -ms-transform: rotate(-45deg) translateX(-6px) translateY(2px);
  -o-transform: rotate(-45deg) translateX(-6px) translateY(2px);
  transform: rotate(-45deg) translateX(-6px) translateY(2px);
}
body.nav-active .hamburger div:nth-child(3) {
  -webkit-transform: rotate(45deg) translateX(-2.5px) translateY(0px);
  -moz-transform: rotate(45deg) translateX(-2.5px) translateY(0px);
  -ms-transform: rotate(45deg) translateX(-2.5px) translateY(0px);
  -o-transform: rotate(45deg) translateX(-2.5px) translateY(0px);
  transform: rotate(45deg) translateX(-2.5px) translateY(0px);
}
body.nav-active .hamburger div:nth-child(4) {
  opacity: 0;
}
body.nav-active .mobile-nav {
  visibility: visible;
  pointer-events: all;
}
body.nav-active .mobile-nav::before {
  -webkit-transform: translateX(0%) translateY(0%);
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -o-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  transition-delay: 0.2s;
}

.hero-section {
  position: relative;
  min-height: 100vh;
}
.hero-section .hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  pointer-events: none;
}
.hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 60%,
    rgba(18, 22, 31, 0.85) 77%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 60%,
    rgba(18, 22, 31, 0.85) 77%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 60%,
    rgba(18, 22, 31, 0.85) 77%,
    rgb(18, 22, 31) 100%
  );
}
.hero-section .container-md {
  z-index: 2;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-section .container-md .hero-logo {
  width: 670px;
  margin-bottom: 0.625rem; /* 10px */
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.hero-section .container-md .hero-text {
  margin-bottom: 3.125rem; /* 50px */
  font-family: HomePlanetBB-Bold;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 4.25rem;
  letter-spacing: 0.75rem;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.hero-section .container-md .main-btn {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}

section.bg-wrapper {
  position: relative;
  flex-direction: column;
}
section.bg-wrapper .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  opacity: 0.7;
}
section.bg-wrapper .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.bg-wrapper .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  z-index: 0;
}

.hp-trailer-section {
  overflow: hidden;
  position: relative;
}
.hp-trailer-section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hp-trailer-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-trailer-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgba(18, 22, 31, 0) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgba(18, 22, 31, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgba(18, 22, 31, 0) 100%
  );
  z-index: 0;
}
.hp-trailer-section .container-lg {
  align-items: center;
  z-index: 1;
}
.hp-trailer-section .container-lg .left-c {
  width: 40%;
  padding-right: 6.25rem;
  margin-top: -13%;
}
.hp-trailer-section .container-lg .left-c h1 {
  text-align: end;
  font-family: Alyrak-Regular-Italic;
  text-shadow: -3px 2px 2px rgb(255, 213, 0);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.hp-trailer-section .container-lg .left-c h1:last-child {
  margin-right: 2rem;
}
.hp-trailer-section .container-lg .left-c .subtitle {
  margin-top: 1.938rem;
  font-size: 2.375rem;
  line-height: 2.938rem;
  letter-spacing: 0.119rem;
  text-transform: uppercase;
  font-family: HomePlanetBB-Bold;
  text-align: end;
}
.hp-trailer-section .container-lg .right-c {
  width: 60%;
  align-items: center;
}
.hp-trailer-section .container-lg .right-c .trailer-main-wrapper {
  width: 100%;
  max-width: 1000px;
  height: 38.75rem;
  border: 4px solid #ffd400;
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  background-color: #12161f;
  margin-bottom: 2.813rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hp-trailer-section
  .container-lg
  .right-c
  .trailer-main-wrapper
  .play-button-trailer {
  position: relative;
  z-index: 2;
  -webkit-transform: skew(10deg, 0deg);
  -moz-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}
.hp-trailer-section .container-lg .right-c .trailer-main-wrapper .smoke {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hp-trailer-section .container-lg .right-c .trailer-main-wrapper .smoke img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-trailer-section .container-lg .right-c .trailer-main-wrapper .character {
  position: absolute;
  bottom: 0;
  -webkit-transform: skew(10deg, 0deg);
  -moz-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  max-width: 80%;
}
.hp-trailer-section
  .container-lg
  .right-c
  .trailer-main-wrapper
  .character
  img {
  max-width: 100%;
}
.hp-trailer-section .container-lg .right-c .trailer-main-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgba(25, 35, 45, 0) 0%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(25, 35, 45, 0) 0%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(25, 35, 45, 0) 0%,
    rgb(18, 22, 31) 100%
  );
  z-index: 2;
  mix-blend-mode: multiply;
}
.hp-trailer-section .container-lg .right-c .platforms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.hp-trailer-section .container-lg .right-c .platforms .text {
  font-size: 2.375rem;
  line-height: 2.938rem;
  letter-spacing: 0.119rem;
  text-transform: uppercase;
  font-family: HomePlanetBB-Bold;
  margin-right: 2.688rem;
  text-align: center;
}
.hp-trailer-section .container-lg .right-c .platforms a {
  padding: 0 2.188rem;
  position: relative;
  display: block;
  width: 180px;
}
.hp-trailer-section .container-lg .right-c .platforms a:nth-child(2) {
  width: 240px;
}
.hp-trailer-section .container-lg .right-c .platforms a img {
  width: 100%;
}
.hp-trailer-section .container-lg .right-c .platforms a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 30px;
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 60%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 60%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 60%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.subscribe-section {
  position: relative;
}
.subscribe-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgba(18, 22, 31, 0) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(18, 22, 31, 0) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(18, 22, 31, 0) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  z-index: 0;
}
.subscribe-section .container-sm .form-wrapper {
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(
    90deg,
    rgba(35, 41, 55, 0.7) 0%,
    rgba(43, 49, 65, 0.7) 33%,
    rgba(40, 46, 64, 0.7) 58%,
    rgba(31, 37, 52, 0.7) 80%,
    rgba(21, 26, 37, 0.7) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(35, 41, 55, 0.7) 0%,
    rgba(43, 49, 65, 0.7) 33%,
    rgba(40, 46, 64, 0.7) 58%,
    rgba(31, 37, 52, 0.7) 80%,
    rgba(21, 26, 37, 0.7) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(35, 41, 55, 0.7) 0%,
    rgba(43, 49, 65, 0.7) 33%,
    rgba(40, 46, 64, 0.7) 58%,
    rgba(31, 37, 52, 0.7) 80%,
    rgba(21, 26, 37, 0.7) 100%
  );
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 100%;
  padding: 5rem;
}
.subscribe-section .container-sm .form-wrapper h2 {
  background: -webkit-linear-gradient(#ffd400, #ebb500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subscribe-section .container-sm .form-wrapper .p-26 {
  margin-bottom: 2.938rem;
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-bottom: 2.063rem;
  width: 80%;
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group)
  label {
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: 0.033rem;
  text-transform: uppercase;
  font-family: HomePlanetBB-Bold;
  margin-bottom: 3px;
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group)
  input {
  width: 100%;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group)
  input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.35);
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group)
  input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.35);
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group)
  input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.35);
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group)
  input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.35);
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group)
  input[type="date"]::-webkit-calendar-picker-indicator {
  background-image: url("../images/icons/calendar.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group)
  .input-wrapper {
  position: relative;
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group:not(.checkbox-group)
  .input-wrapper
  img {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.subscribe-section .container-sm .form-wrapper form .form-group.checkbox-group {
  margin-bottom: 2.938rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group.checkbox-group
  input {
  width: 30px;
  height: 30px;
  accent-color: #ffd500;
  border: 1.5px solid rgba(255, 255, 255, 0.52);
  margin-right: 13px;
}
.subscribe-section
  .container-sm
  .form-wrapper
  form
  .form-group.checkbox-group
  label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.026rem;
  max-width: 16.875rem;
}
.subscribe-section .container-sm .form-wrapper form .main-btn {
  width: fit-content;
}
.subscribe-section .container-sm .form-wrapper form .main-btn button {
  padding: 0.5rem 3.5rem;
}
.subscribe-section .container-sm .form-wrapper form .main-btn button span {
  font-size: 1.625rem;
  line-height: 1.75rem;
  letter-spacing: 0.081rem;
}
.subscribe-section .container-sm .form-wrapper .socials {
  width: fit-content;
  margin-left: 270px;
  margin-top: -64px;
  padding-left: 35px;
  position: relative;
}
.subscribe-section .container-sm .form-wrapper .socials span {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
}
.subscribe-section .container-sm .form-wrapper .socials .socials-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.subscribe-section .container-sm .form-wrapper .socials .socials-wrapper a {
  position: relative;
}
.subscribe-section
  .container-sm
  .form-wrapper
  .socials
  .socials-wrapper
  a
  .hover {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.subscribe-section
  .container-sm
  .form-wrapper
  .socials
  .socials-wrapper
  a:hover
  .hover {
  opacity: 1;
}
.subscribe-section
  .container-sm
  .form-wrapper
  .socials
  .socials-wrapper
  a:not(:last-child) {
  margin-right: 1.25rem;
}
.subscribe-section .container-sm .form-wrapper .socials::before {
  content: "";
  opacity: 0.54;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 62px;
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 65%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 65%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 65%,
    rgba(255, 255, 255, 0.5) 100%
  );
}
.subscribe-section .container-sm .form-wrapper .left,
.subscribe-section .container-sm .form-wrapper .right {
  position: absolute;
  width: 3px;
  height: 70px;
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.76) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.76) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.76) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  pointer-events: none;
}
.subscribe-section .container-sm .form-wrapper .left {
  left: 0;
  top: -70px;
}
.subscribe-section .container-sm .form-wrapper .right {
  right: 0;
  bottom: -70px;
}
.subscribe-section .container-sm .form-wrapper::before,
.subscribe-section .container-sm .form-wrapper::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 31%,
    rgba(255, 255, 255, 0.76) 50%,
    rgba(255, 255, 255, 0.5) 66%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 31%,
    rgba(255, 255, 255, 0.76) 50%,
    rgba(255, 255, 255, 0.5) 66%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5) 31%,
    rgba(255, 255, 255, 0.76) 50%,
    rgba(255, 255, 255, 0.5) 66%
  );
  opacity: 0;
  pointer-events: none;
}
.subscribe-section .container-sm .form-wrapper::before {
  top: 0;
  left: -60px;
}
.subscribe-section .container-sm .form-wrapper::after {
  bottom: 0;
  right: -60px;
}
.subscribe-section .container-sm .form-wrapper:hover::before {
  opacity: 0.7;
  -webkit-animation: shine-glide-left 1.5s ease-in-out forwards;
  -moz-animation: shine-glide-left 1.5s ease-in-out forwards;
  -o-animation: shine-glide-left 1.5s ease-in-out forwards;
  animation: shine-glide-left 1.5s ease-in-out forwards;
}
.subscribe-section .container-sm .form-wrapper:hover::after {
  opacity: 0.7;
  -webkit-animation: shine-glide-right 1.5s ease-in-out forwards;
  -moz-animation: shine-glide-right 1.5s ease-in-out forwards;
  -o-animation: shine-glide-right 1.5s ease-in-out forwards;
  animation: shine-glide-right 1.5s ease-in-out forwards;
}
.subscribe-section .container-sm .form-wrapper:hover .left {
  opacity: 0.7;
  -webkit-animation: shine-glide-leftTop 1.5s ease-in-out forwards;
  -moz-animation: shine-glide-leftTop 1.5s ease-in-out forwards;
  -o-animation: shine-glide-leftTop 1.5s ease-in-out forwards;
  animation: shine-glide-leftTop 1.5s ease-in-out forwards;
}
.subscribe-section .container-sm .form-wrapper:hover .right {
  opacity: 0.7;
  -webkit-animation: shine-glide-rightBottom 1.5s ease-in-out forwards;
  -moz-animation: shine-glide-rightBottom 1.5s ease-in-out forwards;
  -o-animation: shine-glide-rightBottom 1.5s ease-in-out forwards;
  animation: shine-glide-rightBottom 1.5s ease-in-out forwards;
}

.game-highlights-section {
  position: relative;
}
.game-highlights-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0.53) 50%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0.53) 50%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0.53) 50%,
    rgb(18, 22, 31) 100%
  );
  z-index: 0;
}
.game-highlights-section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.game-highlights-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-highlights-section .container-md {
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.game-highlights-section .container-md h2 {
  background: -webkit-linear-gradient(#ffd400, #ebb500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5.438rem;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.game-highlights-section .container-md .swiper {
  width: 100%;
}
.game-highlights-section .container-md .swiper .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.game-highlights-section .container-md .swiper .swiper-slide .image-wrapper {
  border: 3px solid #4d505b;
  width: 100%;
  margin-bottom: 2.313rem;
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.game-highlights-section
  .container-md
  .swiper
  .swiper-slide
  .image-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0a0e17;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.game-highlights-section
  .container-md
  .swiper
  .swiper-slide
  .image-wrapper
  img {
  width: 100%;
  object-fit: cover;
}
.game-highlights-section .container-md .swiper .swiper-slide .text-wrapper {
  text-align: center;
  max-width: 35rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.game-highlights-section
  .container-md
  .swiper
  .swiper-slide
  .text-wrapper
  .title {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.game-highlights-section
  .container-md
  .swiper
  .swiper-slide.swiper-slide-active
  .image-wrapper {
  border-color: #ffd400;
}
.game-highlights-section
  .container-md
  .swiper
  .swiper-slide.swiper-slide-active
  .image-wrapper::before {
  opacity: 0;
}
.game-highlights-section
  .container-md
  .swiper
  .swiper-slide.swiper-slide-active
  .text-wrapper {
  opacity: 1;
}
.game-highlights-section
  .container-md
  .swiper
  .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.game-highlights-section .container-md .swiper .swiper-button-next:after,
.game-highlights-section .container-md .swiper .swiper-button-prev:after {
  display: none;
}
.game-highlights-section .container-md .swiper .swiper-button-next,
.game-highlights-section .container-md .swiper .swiper-button-prev {
  width: fit-content;
  height: fit-content;
  top: 220px;
}

.characters-section {
  min-height: 100vh;
  background-color: #12161f;
}
.characters-section .container-lg {
  flex-direction: column;
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.characters-section .container-lg .main-full {
  min-height: 100vh;
  position: relative;
}
.characters-section .container-lg .main-full::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background: -webkit-linear-gradient(
    180deg,
    rgba(18, 22, 31, 0) 0%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(18, 22, 31, 0) 0%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(18, 22, 31, 0) 0%,
    rgb(18, 22, 31) 100%
  );
  z-index: 2;
}
.characters-section .container-lg .main-full .main-swiper {
  position: relative;
}
.characters-section .container-lg .main-full .main-swiper .swiper-slide {
  min-height: 100vh;
  padding-top: 50px;
  height: auto;
  position: relative;
  opacity: 0 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.characters-section .container-lg .main-full .main-swiper .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.08;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .bg
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-character-wrapper {
  position: absolute;
  width: 40%;
  z-index: 1;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-character-wrapper
  img {
  max-width: 100%;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-character-wrapper.fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-character-wrapper.fade-up.active {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper {
  width: 55%;
  margin-left: auto;
  z-index: 1;
  position: relative;
  padding-bottom: 380px;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper
  .full-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.563rem;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper
  .full-name
  span {
  font-family: Alyrak-Regular;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 3.125rem;
  letter-spacing: 0.025rem;
  color: #6b8088;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  text-align: center;
  margin-top: 5px;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper
  .full-name
  .name {
  font-size: 4.25rem;
  line-height: 4.875rem;
  letter-spacing: 0.043rem;
  text-transform: uppercase;
  font-family: Alyrak-Regular;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper
  .p-26 {
  max-width: 55.5rem;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper
  .character-button {
  width: fit-content;
  padding: 0.938rem 3.563rem;
  position: relative;
  display: none;
  overflow: hidden;
  background: -webkit-linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper
  .character-button
  span {
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 2.063rem;
  letter-spacing: 0.081rem;
  font-family: HomePlanetBB-Bold;
  z-index: 1;
  position: relative;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper
  .character-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/shapes/button-decorative-bg-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 0;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper
  .character-button::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.4;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide
  .main-info-wrapper
  .character-button:hover::after {
  -webkit-animation: shine 3s infinite linear;
  -moz-animation: shine 3s infinite linear;
  -o-animation: shine 3s infinite linear;
  animation: shine 3s infinite linear;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.characters-section .container-lg .main-full .main-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  z-index: 0;
  background: -webkit-linear-gradient(
    0deg,
    rgba(18, 22, 31, 0) 0%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(18, 22, 31, 0) 0%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(18, 22, 31, 0) 0%,
    rgb(18, 22, 31) 100%
  );
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:first-child::before {
  background: -webkit-linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(0, 115, 150) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(0, 115, 150) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(0, 115, 150) 100%
  );
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:first-child
  .main-info-wrapper
  .visually-h1 {
  text-shadow: -3px 2px 2px #00cce4;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:first-child
  .main-info-wrapper
  .name {
  color: #00cce4;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:first-child
  .main-character-wrapper
  img {
  width: 100%;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(2)::before {
  background: -webkit-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(134, 0, 115) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(134, 0, 115) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(134, 0, 115) 100%
  );
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(2)
  .main-info-wrapper
  .visually-h1 {
  text-shadow: -3px 2px 2px #e23038;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(2)
  .main-info-wrapper
  .name {
  color: #ea4b7d;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(2)
  .main-character-wrapper
  img {
  width: 130%;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(3)::before {
  background: -webkit-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(213, 109, 34) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(213, 109, 34) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(213, 109, 34) 100%
  );
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(3)
  .main-info-wrapper
  .visually-h1 {
  text-shadow: -3px 2px 2px #ffbc41;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(3)
  .main-info-wrapper
  .name {
  color: #ffbc41;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(3)
  .main-character-wrapper
  img {
  width: 90%;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(4)::before {
  background: -webkit-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(248, 228, 187) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(248, 228, 187) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(134, 0, 115, 0) 50%,
    rgb(248, 228, 187) 100%
  );
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(4)
  .main-info-wrapper
  .visually-h1 {
  text-shadow: -3px 2px 2px #c8cac7;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(4)
  .main-info-wrapper
  .name {
  color: #c8cac7;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(4)
  .main-character-wrapper
  img {
  width: 130%;
}

.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(5)::before {
  background: -webkit-linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(187, 56, 0) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(187, 56, 0) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(0, 115, 150, 0) 50%,
    rgb(187, 56, 0) 100%
  );
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(5)
  .main-info-wrapper
  .visually-h1 {
  text-shadow: -3px 2px 2px #bb3800;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(5)
  .main-info-wrapper
  .name {
  color: #bb3800;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(5)
  .main-character-wrapper
  img {
  width: 100%;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(6)
  .main-info-wrapper
  .visually-h1 {
  text-shadow: -3px 2px 2px #bb3138;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(6)
  .main-info-wrapper
  .name {
  color: #bb3138;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(6)::before {
  background: -webkit-linear-gradient(
    240deg,
    rgba(25, 30, 35, 0) 50%,
    rgb(122, 148, 152) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(25, 30, 35, 0) 50%,
    rgb(122, 148, 152) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(25, 30, 35, 0) 50%,
    rgb(122, 148, 152) 100%
  );
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(7)
  .main-info-wrapper
  .visually-h1 {
  text-shadow: -3px 2px 2px #bb3a3a;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(7)
  .main-info-wrapper
  .name {
  color: #bb3a3a;
}
.characters-section
  .container-lg
  .main-full
  .main-swiper
  .swiper-slide:nth-child(7)::before {
  background: -webkit-linear-gradient(
    240deg,
    rgba(25, 30, 35, 0) 50%,
    rgb(187, 58, 58) 100%
  );
  background: -moz-linear-gradient(
    240deg,
    rgba(25, 30, 35, 0) 50%,
    rgb(187, 58, 58) 100%
  );
  background: linear-gradient(
    240deg,
    rgba(25, 30, 35, 0) 50%,
    rgb(187, 58, 58) 100%
  );
}
.characters-section .container-lg .controller-bottom {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 55%;
  z-index: 3;
}
.characters-section .container-lg .controller-bottom .swiper {
  padding-left: 2rem;
  padding-right: 2rem;
}
.characters-section .container-lg .controller-bottom .swiper .swiper-wrapper {
  padding-top: 40px;
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide {
  height: auto;
  cursor: pointer;
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide
  .img-wrapper {
  height: 100%;
  padding: 3px;
  border: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide
  .img-wrapper
  .other-wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: end;
  background-color: #232e39;
  box-shadow: 0px 5px 5px 0px rgba(33, 33, 33, 0.75);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(33, 33, 33, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(33, 33, 33, 0.75);
  position: relative;
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide
  .img-wrapper
  .other-wrapper
  img {
  -webkit-transform: skew(10deg, 0deg);
  -moz-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  width: 126%;
  margin-left: -13%;
  object-fit: cover;
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide
  .img-wrapper
  .other-wrapper
  img.placeholder {
  width: auto;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide.placeholder {
  pointer-events: none;
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide.swiper-slide-thumb-active
  .img-wrapper {
  border-color: #ffd400;
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide:first-child
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(0, 118, 152) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(0, 118, 152) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(0, 118, 152) 100%
  );
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide:nth-child(2)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(128, 10, 97) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(128, 10, 97) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(22, 35, 46) 0%,
    rgb(128, 10, 97) 100%
  );
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide:nth-child(3)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(5, 4, 0) 0%,
    rgb(240, 180, 0) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(5, 4, 0) 0%,
    rgb(240, 180, 0) 100%
  );
  background: linear-gradient(130deg, rgb(5, 4, 0) 0%, rgb(240, 180, 0) 100%);
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide:nth-child(4)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(23, 35, 38) 0%,
    rgb(116, 144, 165) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(23, 35, 38) 0%,
    rgb(116, 144, 165) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(23, 35, 38) 0%,
    rgb(116, 144, 165) 100%
  );
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide:nth-child(5)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(0, 115, 150, 0) 0%,
    rgb(187, 56, 0) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(0, 115, 150, 0) 0%,
    rgb(187, 56, 0) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(0, 115, 150, 0) 0%,
    rgb(187, 56, 0) 100%
  );
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide:nth-child(6)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(25, 30, 35, 0) 0%,
    rgb(122, 148, 152) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(25, 30, 35, 0) 0%,
    rgb(122, 148, 152) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(25, 30, 35, 0) 0%,
    rgb(122, 148, 152) 100%
  );
}
.characters-section
  .container-lg
  .controller-bottom
  .swiper
  .swiper-wrapper
  .swiper-slide:nth-child(7)
  .other-wrapper {
  background: -webkit-linear-gradient(
    130deg,
    rgb(25, 30, 35, 0) 0%,
    rgb(187, 58, 58) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgb(25, 30, 35, 0) 0%,
    rgb(187, 58, 58) 100%
  );
  background: linear-gradient(
    130deg,
    rgb(25, 30, 35, 0) 0%,
    rgb(187, 58, 58) 100%
  );
}
.characters-section .container-lg .controller-bottom .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 1.625rem;
  width: 80%;
}
.characters-section .container-lg .controller-bottom .bottom .line {
  width: 100%;
  height: 4px;
  background-color: #5a5e65;
  margin-right: 1.688rem;
}
.characters-section .container-lg .controller-bottom .bottom .thumb-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.characters-section
  .container-lg
  .controller-bottom
  .bottom
  .thumb-navigation
  .custom-prev {
  margin-right: 2rem;
}
.characters-section
  .container-lg
  .controller-bottom
  .bottom
  .thumb-navigation
  button
  svg
  path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.characters-section
  .container-lg
  .controller-bottom
  .bottom
  .thumb-navigation
  button:not(.disabled)
  svg
  path {
  fill: #ebb500;
  opacity: 1;
}

.news-section {
  position: relative;
  background-color: #12161f;
}
.news-section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}
.news-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}
.news-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(
    90deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
}
.news-section .container-md {
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.news-section .container-md h2 {
  background: -webkit-linear-gradient(#ffd400, #ebb500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5.313rem;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.news-section .container-md .swiper {
  width: 100%;
  padding: 5px;
}
.news-section .container-md .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.news-section .container-md .swiper .swiper-wrapper .swiper-slide article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 19.688rem;
  padding: 1.813rem 1.625rem;
  z-index: 1;
  position: relative;
}
.news-section
  .container-md
  .swiper
  .swiper-wrapper
  .swiper-slide
  article::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(
    0deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 100%
  );
  z-index: 0;
}
.news-section
  .container-md
  .swiper
  .swiper-wrapper
  .swiper-slide
  article::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: inherit;
  padding: 1px; /* thickness of border */
  background: linear-gradient(
    130deg,
    rgb(43, 56, 70) 0%,
    rgb(255, 255, 255) 33%,
    rgb(40, 51, 62) 68%,
    rgb(255, 255, 255) 88%,
    rgb(30, 39, 48) 100%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  box-sizing: border-box;
}
.news-section
  .container-md
  .swiper
  .swiper-wrapper
  .swiper-slide
  article
  .play-button {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: auto;
}
.news-section
  .container-md
  .swiper
  .swiper-wrapper
  .swiper-slide
  article
  .img-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.news-section
  .container-md
  .swiper
  .swiper-wrapper
  .swiper-slide
  article
  .img-wrapper
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-section
  .container-md
  .swiper
  .swiper-wrapper
  .swiper-slide
  article
  .title {
  position: relative;
  z-index: 1;
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0.014rem;
  margin-top: auto;
}
.news-section
  .container-md
  .swiper
  .swiper-wrapper
  .swiper-slide
  article
  .external {
  position: relative;
  z-index: 1;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-section
  .container-md
  .swiper
  .swiper-wrapper
  .swiper-slide
  article
  .external:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.news-section .container-md .additional-wrapper {
  position: relative;
  width: 100%;
}
.news-section .container-md .additional-wrapper .swiper-button-next:after,
.news-section .container-md .additional-wrapper .swiper-button-prev:after {
  display: none;
}
.news-section .container-md .additional-wrapper .swiper-button-next,
.news-section .container-md .additional-wrapper .swiper-button-prev {
  width: fit-content;
  height: fit-content;
}
.news-section .container-md .additional-wrapper .swiper-button-prev {
  left: -100px;
}
.news-section .container-md .additional-wrapper .swiper-button-next {
  right: -100px;
}

/* Modal styling */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 22, 31, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal .modal-content {
  position: relative;
  padding: 1rem;
  width: 80%;
  height: 80%;
}
.modal .modal-content iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.modal#platform-modal .modal-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal#platform-modal .modal-content .modal-logo {
  width: 500px;
  margin-bottom: 2rem;
}
.modal#platform-modal .modal-content .modal-logo img {
  max-width: 100%;
}
.modal#platform-modal .modal-content .p-26 {
  margin-bottom: 3rem;
  text-align: center;
}
.modal#platform-modal .modal-content .platforms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.modal#platform-modal .modal-content .platforms a {
  padding: 1.5rem 3rem;
  border: 2px solid transparent;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 200px;
}
.modal#platform-modal .modal-content .platforms a img {
  width: 100%;
  height: 40px;
}
.modal#platform-modal .modal-content .platforms a:first-child {
  padding: 1.5rem 2rem;
}
.modal#platform-modal .modal-content .platforms a:not(:last-child) {
  margin-right: 3rem;
}
.modal#platform-modal .modal-content .platforms a:hover {
  border-color: #f0b400;
}
/* Age Gate Modal Styles */
.age-gate-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 22, 31, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}

.age-gate-modal.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.age-gate-content {
  padding: 2.5rem;
  text-align: center;
  max-width: 450px;
  width: 90%;
  background-color: #fff;
  position: relative;
  color: #000;
}
#age-form .birthday-inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem;
}
#age-form #age-error {
  color: #eb0000;
}
#age-form .age-gate-buttons {
  margin-top: 2rem;
}
#age-form .birthday-inputs .input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 30%;
  align-items: center;
}
#age-form .birthday-inputs .input-group label {
  margin-bottom: 0.5rem;
}
#age-form .birthday-inputs .input-group input {
  border: 1px solid #000;
  width: 100%;
  padding: 0.5rem 1rem;
}
.age-gate-title {
  margin-bottom: 1rem;
  font-size: 2.125rem;
  line-height: 2.75rem;
  font-weight: 400;
  font-family: HomePlanetBB-Bold;
  color: #000;
}

.age-gate-text {
  color: #000;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.age-gate-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.age-gate-btn {
  padding: 0.813rem 2rem;
  font-size: 1.2rem;
  line-height: 1.625rem;
  letter-spacing: 0.09rem;
  cursor: pointer;
  min-width: 120px;
  text-transform: uppercase;

  font-family: HomePlanetBB-Bold;
}

.age-gate-btn.confirm {
  background: -webkit-linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(238, 181, 0) 0%,
    rgb(255, 212, 0) 90%,
    rgb(255, 212, 0) 100%
  );
  color: #000;
}

.age-gate-btn.deny {
  background: #666;
  color: #fff;
}

footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #12161f;
}
footer .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}
footer .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
footer > div {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  z-index: 1;
}
footer .line {
  width: 100%;
}
footer .line img {
  width: 100%;
}
footer .upper .container-md {
  padding: 7.188rem 0;
  align-items: center;
}
footer .upper .container-md .logo-col {
  padding-right: 5rem;
  position: relative;
}
footer .upper .container-md .logo-col::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 140px;
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
}
footer .upper .container-md .logo-col .logo {
  display: block;
  width: 20rem;
  margin-bottom: 2.375rem;
}
footer .upper .container-md .logo-col .socials-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
footer .upper .container-md .logo-col .socials-wrapper a {
  position: relative;
}
footer .upper .container-md .logo-col .socials-wrapper a:not(:last-child) {
  margin-right: 1.375rem;
}
footer .upper .container-md .logo-col .socials-wrapper a .hover {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
footer .upper .container-md .logo-col .socials-wrapper a:hover .hover {
  opacity: 1;
}
footer .upper .container-md .menu-col {
  padding-left: 4rem;
}
footer .upper .container-md .menu-col ul li a {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
footer .upper .container-md .menu-col ul li:not(:last-child) {
  margin-bottom: 1.188rem;
}
footer .upper .container-md .other-col {
  padding-left: 3rem;
  margin-left: auto;
  width: 55%;
}
footer .upper .container-md .other-col .platforms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 2.813rem;
}
footer .upper .container-md .other-col .platforms a {
  padding: 0 2.188rem;
  position: relative;
  display: block;
  width: 180px;
}
footer .upper .container-md .other-col .platforms a img {
  width: 100%;
}
footer .upper .container-md .other-col .platforms a:first-child {
  padding-left: 0;
  width: 200px;
}

footer .upper .container-md .other-col .platforms a:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 30px;
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 60%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 60%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgb(255, 255, 255) 60%,
    rgba(255, 255, 255, 0.5) 100%
  );
}
footer .upper .container-md .other-col .important-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
footer .upper .container-md .other-col .important-info .p-14 {
  padding-left: 5.625rem;
}
footer .banner {
  background-color: #f0b400;
  position: relative;
}
footer .banner .bg {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
}
footer .banner .bg img {
  max-width: 100%;
  max-height: 100%;
}
footer .banner .bg.left {
  left: 0;
}
footer .banner .bg.right {
  right: 0;
}
footer .banner .container-md {
  padding: 1rem 0;
  justify-content: space-between;
  align-items: center;
}
footer .banner .container-md .text {
  font-family: HomePlanetBB-Bold;
  color: #1a1a1a;
  font-size: 2.375rem;
  line-height: 3.375rem;
  letter-spacing: 0.831rem;
  text-transform: uppercase;
}
footer .banner .container-md button {
  width: fit-content;
  padding: 0.938rem 3.563rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(33, 33, 33, 0.5);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(33, 33, 33, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(33, 33, 33, 0.5);
  background: -webkit-linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
}
footer .banner .container-md button span {
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 2.063rem;
  letter-spacing: 0.081rem;
  font-family: HomePlanetBB-Bold;
  z-index: 1;
  position: relative;
}
footer .banner .container-md button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/shapes/button-decorative-bg-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 0;
}
footer .banner .container-md button::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.4;
}
footer .banner .container-md button:hover::after {
  -webkit-animation: shine 3s infinite linear;
  -moz-animation: shine 3s infinite linear;
  -o-animation: shine 3s infinite linear;
  animation: shine 3s infinite linear;
}
footer .bottom .container-md {
  padding: 2.813rem 0;
  justify-content: space-between;
}
footer .bottom .container-md nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .bottom .container-md nav ul li:not(:last-child) {
  margin-right: 2.5rem;
}
footer .bottom .container-md nav ul li a {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.03rem;
}

body.news-body {
  position: relative;
}
body.news-body .scene-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
  z-index: -1;
}
body.news-body .scene-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
body.news-body .scene-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  z-index: 1;
}
body.news-body .news .single-news .cover {
  width: 100%;
  height: 15.75rem;
  overflow: hidden;
}
body.news-body .news .single-news .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.news-body .news .single-news .cover.is-video {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.news-body .news .single-news .cover.is-video img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
body.news-body .news .single-news .cover.is-video .play-button {
  z-index: 1;
  position: relative;
}
body.news-body .news .single-news .cover.is-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #12161f;
  opacity: 0.3;
}
body.news-body .news .single-news .news-info {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.news-body .news .single-news .news-info .additional {
  margin-bottom: 0.688rem;
  opacity: 0.6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
body.news-body .news .single-news .news-info .additional .category {
  font-family: HomePlanetBB-Bold;
}
body.news-body .news .single-news .news-info .additional .ln {
  height: 13px;
  width: 1px;
  background-color: #fff;
  margin: 0 0.625rem;
  opacity: 0.5;
}
body.news-body .news .single-news .news-info .title {
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.087rem;
  margin-bottom: 0.688rem;
  font-family: HomePlanetBB-Bold;
}
body.news-body .news .single-news:hover .cover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body.news-body .news .single-news:hover .news-info {
  opacity: 0.6;
}
body.news-body .news .container-md {
  flex-direction: column;
  padding-bottom: 0;
}
body.news-body .news .container-md .upper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.563rem;
}
body.news-body .news .container-md .upper-wrapper h1 {
  background: -webkit-linear-gradient(#ffd400, #ebb500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6.25rem;
  line-height: 7.5rem;
  letter-spacing: 0.063rem;
}
body.news-body .news .container-md .upper-wrapper .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body.news-body .news .container-md .upper-wrapper .actions form.search-form {
  padding: 9.5px 0;
  border-bottom: 1px solid #6b7388;
  width: 280px;
  margin-right: 3.5rem;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  form.search-form
  #news-search {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.034rem;
  width: 85%;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  form.search-form
  #news-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  form.search-form
  #news-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  form.search-form
  #news-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  form.search-form
  #news-search:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
body.news-body .news .container-md .upper-wrapper .actions .filter-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .filter-group,
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .sort-group {
  margin-right: 3.5rem;
  padding: 9.5px 0;
  border-bottom: 1px solid #6b7388;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.034rem;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .filter-group
  select,
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .sort-group
  select {
  border: 0 !important;
  padding: 0 12px;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .filter-group
  option,
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .sort-group
  option {
  background-color: #121822;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.026rem;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .filter-group
  .icon,
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .sort-group
  .icon {
  margin-right: 7px;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .reset-group {
  padding: 9.5px 0;
  border-bottom: 1px solid #6b7388;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .reset-group
  a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.034rem;
  color: #fff;
  font-family: HomePlanetBB-Bold;
}
body.news-body
  .news
  .container-md
  .upper-wrapper
  .actions
  .filter-form
  .reset-group
  .icon {
  margin-right: 5px;
}
body.news-body .news .container-md .recents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 9.375rem;
}
body.news-body .news .container-md .recents .single-news-wrapper {
  width: 31%;
}
body.news-body .news .container-md .recents .single-news-wrapper .single-news {
  position: relative;
  height: 100%;
  background: -webkit-linear-gradient(
    130deg,
    rgba(20, 24, 34, 0.5) 0%,
    rgba(43, 49, 65, 0.5) 35%,
    rgba(40, 46, 64, 0.5) 60%,
    rgba(21, 25, 36, 0.5) 80%,
    rgba(21, 26, 37, 0.5) 100%
  );
  background: -moz-linear-gradient(
    130deg,
    rgba(20, 24, 34, 0.5) 0%,
    rgba(43, 49, 65, 0.5) 35%,
    rgba(40, 46, 64, 0.5) 60%,
    rgba(21, 25, 36, 0.5) 80%,
    rgba(21, 26, 37, 0.5) 100%
  );
  background: linear-gradient(
    130deg,
    rgba(20, 24, 34, 0.5) 0%,
    rgba(43, 49, 65, 0.5) 35%,
    rgba(40, 46, 64, 0.5) 60%,
    rgba(21, 25, 36, 0.5) 80%,
    rgba(21, 26, 37, 0.5) 100%
  );
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
body.news-body
  .news
  .container-md
  .recents
  .single-news-wrapper
  .single-news::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, white, transparent);
  pointer-events: none;
  z-index: 1;
}
body.news-body
  .news
  .container-md
  .recents
  .single-news-wrapper
  .single-news
  .news-info {
  padding: 1.938rem 1.813rem;
}
body.news-body
  .news
  .container-md
  .recents
  .single-news-wrapper
  .single-news
  .news-info
  .additional
  .category {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.026rem;
}
body.news-body
  .news
  .container-md
  .recents
  .single-news-wrapper
  .single-news
  .news-info
  .additional
  .date {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.026rem;
}
body.news-body .news .container-md .all-news-wrapper {
  width: 100%;
}
body.news-body .news .container-md .all-news-wrapper .divider {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 3.75rem;
}
body.news-body .news .container-md .all-news-wrapper .divider .line {
  width: 100%;
  height: 1px;
  background-color: #6b7388;
  margin-right: 20px;
}
body.news-body .news .container-md .all-news-wrapper .divider .text {
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.069rem;
  font-family: HomePlanetBB-Bold;
  color: #6b7388;
}
body.news-body .news .container-md .all-news-wrapper .all-news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
body.news-body .news .container-md .all-news-wrapper .all-news .alm-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .alm-btn-wrap
  .alm-load-more-btn {
  padding: 0.938rem 3.563rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(33, 33, 33, 0.5);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(33, 33, 33, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(33, 33, 33, 0.5);
  background: -webkit-linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 2.063rem;
  letter-spacing: 0.081rem;
  font-family: HomePlanetBB-Bold;
  height: 65px;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .alm-btn-wrap
  .alm-load-more-btn.loading::before {
  right: 0;
  bottom: 0;
  margin: auto;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .alm-btn-wrap
  .alm-load-more-btn::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.4;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .alm-btn-wrap
  .alm-load-more-btn:hover::after {
  -webkit-animation: shine 3s infinite linear;
  -moz-animation: shine 3s infinite linear;
  -o-animation: shine 3s infinite linear;
  animation: shine 3s infinite linear;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .single-news-wrapper {
  padding: 0 1.25rem;
  width: 33.333%;
  margin-bottom: 5.125rem;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .single-news-wrapper
  .single-news
  .news-info {
  padding: 1.063rem 0;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .single-news-wrapper
  .single-news
  .news-info
  .additional
  .category {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.03rem;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .single-news-wrapper
  .single-news
  .news-info
  .additional
  .date {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.03rem;
}
body.news-body .news .container-md .all-news-wrapper .all-news .btn-wrapper {
  width: 100%;
  text-align: center;
  display: none;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .btn-wrapper
  button {
  width: fit-content;
  padding: 0.938rem 3.563rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(33, 33, 33, 0.5);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(33, 33, 33, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(33, 33, 33, 0.5);
  background: -webkit-linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
  background: -moz-linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(26, 26, 26) 0%,
    rgb(26, 26, 26) 15%,
    rgb(51, 51, 51) 100%
  );
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .btn-wrapper
  button
  span {
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 2.063rem;
  letter-spacing: 0.081rem;
  font-family: HomePlanetBB-Bold;
  z-index: 1;
  position: relative;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .btn-wrapper
  button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/shapes/button-decorative-bg-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 0;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .btn-wrapper
  button::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.4;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .btn-wrapper
  button:hover::after {
  -webkit-animation: shine 3s infinite linear;
  -moz-animation: shine 3s infinite linear;
  -o-animation: shine 3s infinite linear;
  animation: shine 3s infinite linear;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper {
  width: 100%;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul
  li {
  margin: 0 15px;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul
  li
  a,
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul
  li
  span {
  width: 40px;
  height: 40px;
  background-color: #19232d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul
  li
  a.current,
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul
  li
  span.current {
  font-family: HomePlanetBB-Bold;
  background-color: #fff;
  color: #000;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul
  li
  a.next,
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul
  li
  a.prev,
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul
  li
  span.next,
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .pagination-wrapper
  ul
  li
  span.prev {
  display: none;
}
body.news-body
  .news
  .container-md
  .all-news-wrapper
  .all-news
  .no-posts
  .go-back {
  text-decoration: underline;
}
body.news-body .subscribe-section::before {
  display: none;
}

body.single-news-body {
  position: relative;
}
body.single-news-body .scene-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
  z-index: -1;
}
body.single-news-body .scene-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
body.single-news-body .scene-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: -moz-linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(18, 22, 31) 0%,
    rgba(18, 22, 31, 0) 50%,
    rgb(18, 22, 31) 100%
  );
  z-index: 1;
}
body.single-news-body .container-sm {
  flex-direction: column;
}
body.single-news-body .container-sm > .additional {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1.063rem;
}
body.single-news-body .container-sm > .additional .category {
  font-size: 1.1rem;
  line-height: 1.625rem;
  letter-spacing: 0.03rem;
  font-family: HomePlanetBB-Bold;
  opacity: 0.8;
}
body.single-news-body .container-sm > .additional .date {
  font-size: 1.1rem;
  line-height: 1.625rem;
  letter-spacing: 0.03rem;
  opacity: 0.8;
}
body.single-news-body .container-sm > .additional .ln {
  margin: 0 0.688rem;
  height: 15px;
  width: 1px;
  background-color: #fff;
  opacity: 0.3;
}

body.single-news-body .container-sm > .additional .author-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

body.single-news-body .container-sm > .additional .author-top img {
  margin-right: 7px;
}
body.single-news-body .container-sm > .additional .author-top span {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.03rem;
  opacity: 0.8;
}

body.single-news-body
  .container-sm
  > .additional
  .author-top
  span.author-position {
  font-style: italic;
  letter-spacing: 0.03rem;
  opacity: 0.6;
  margin-left: 6px;
}

body.single-news-body .author-sep {
  width: 150px;
  height: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 60px;
}

body.single-news-body .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

body.single-news-body .author .avatar {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  margin-right: 10px;
}

body.single-news-body .author .avatar img {
  margin: 7px auto !important;
  width: 16px;
}
body.single-news-body .author span {
  font-size: 1.2rem;
  line-height: 1.625rem;
  letter-spacing: 0.03rem;
  opacity: 0.8;
}

body.single-news-body .author span.author-position {
  font-size: 0.95rem;
  font-style: italic;
  letter-spacing: 0.03rem;
  opacity: 0.6;
}

body.single-news-body .container-sm > h1 {
  margin-bottom: 2.375rem;
  color: #f0b400;
  letter-spacing: 0.04rem;
  font-size: 5rem;
  line-height: 5.625rem;
  font-family: HomePlanetBB-Bold;
}
body.single-news-body .container-sm .main-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .cover-wrapper {
  width: 100%;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .cover-wrapper
  .cover {
  width: 100%;
  height: 38.125rem;
  margin-bottom: 2.5rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .cover-wrapper
  .cover
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .cover-wrapper
  .description {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.052rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content {
  padding: 4.188rem 0;
  position: relative;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, white, transparent);
  pointer-events: none;
  z-index: 1;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h1,
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h2,
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h3,
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h4,
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h5,
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h6 {
  font-family: HomePlanetBB-Bold;
  margin: 1.8rem 0;
  text-transform: none;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h1 {
  font-size: 3.75rem;
  line-height: 4.375rem;
  letter-spacing: 0.113rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h2 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  letter-spacing: 0.094rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h3 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  letter-spacing: 0.075rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h4 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  letter-spacing: 0.068rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h5 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 0.056rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  h6 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.052rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.034rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  p
  strong {
  font-family: HomePlanetBB-Bold;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  ul {
  margin: 1.2rem 0;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  ul
  li {
  padding-left: 1.688rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.034rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  ul
  li:not(:last-child) {
  margin-bottom: 0.6rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  ul
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;

  width: 19px;
  height: 19px;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  ol {
  margin: 1.2rem 0;
  list-style: revert;
  padding: revert;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.034rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  ol
  li {
  position: relative;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  ol
  li:not(:last-child) {
  margin-bottom: 0.6rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  img {
  display: block;
  margin: 2rem 0;
  max-width: 100%;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  img.aligncenter {
  margin: 2rem auto;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  img.alignright {
  margin: 2rem 0 2rem auto;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles {
  margin-top: 7.5rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  h2 {
  background: -webkit-linear-gradient(#ffd400, #ebb500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper {
  width: 32%;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .cover {
  width: 100%;
  height: 15.75rem;
  overflow: hidden;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .cover
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .cover.is-video {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .cover.is-video
  img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .cover.is-video
  .play-button {
  z-index: 1;
  position: relative;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .cover.is-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #12161f;
  opacity: 0.3;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .news-info {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1.063rem 0;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .news-info
  .additional {
  margin-bottom: 0.688rem;
  opacity: 0.6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .news-info
  .additional
  .category {
  font-family: HomePlanetBB-Bold;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.026rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .news-info
  .additional
  .date {
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.026rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .news-info
  .additional
  .ln {
  height: 13px;
  width: 1px;
  background-color: #fff;
  margin: 0 0.625rem;
  opacity: 0.5;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news
  .news-info
  .title {
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.087rem;
  margin-bottom: 0.688rem;
  font-family: HomePlanetBB-Bold;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news:hover
  .cover
  img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .related-articles
  .related-wrapper
  .single-news-wrapper
  .single-news:hover
  .news-info {
  opacity: 0.6;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  .wp-block-gallery
  img {
  margin: 0;
}

body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  p {
  margin-bottom: 15px;
}

body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  ul {
  margin-left: 1rem;
}

body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  iframe {
  width: 90%;
  height: 600px;
  margin: 20px 0;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  .wp-block-embed.is-type-video
  .wp-block-embed__wrapper {
  text-align: center;
}

body.single-news-body
  .container-sm
  .main-content-wrapper
  .main-content
  .text-content
  strong {
  font-weight: bold;
}

body.single-news-body .main-content-wrapper .text-content a {
  border-bottom: 1px solid #f0b400;
  padding-bottom: 4px;
}
body.single-news-body .main-content-wrapper .text-content a:hover {
  color: #f0b400;
}

body.single-news-body .container-sm .main-content-wrapper .socials-wrapper {
  position: sticky;
  top: 7.5rem;
  padding-left: 3.75rem;
}
body.single-news-body
  .container-sm
  .main-content-wrapper
  .socials-wrapper
  a:not(:last-child) {
  margin-bottom: 1.25rem;
}

body.legal-body .container-md .main-content h1,
body.legal-body .container-md .main-content h2,
body.legal-body .container-md .main-content h3,
body.legal-body .container-md .main-content h4,
body.legal-body .container-md .main-content h5,
body.legal-body .container-md .main-content h6 {
  font-family: HomePlanetBB-Bold;
  margin: 1.8rem 0;
  text-transform: none;
}
body.legal-body .container-md .main-content h1 b,
body.legal-body .container-md .main-content h2 b,
body.legal-body .container-md .main-content h3 b,
body.legal-body .container-md .main-content h4 b,
body.legal-body .container-md .main-content h5 b,
body.legal-body .container-md .main-content h6 b {
  font-weight: normal;
}
body.legal-body .container-md .main-content h1 {
  font-size: 3.75rem;
  line-height: 4.375rem;
  letter-spacing: 0.113rem;
}
body.legal-body .container-md .main-content h2 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  letter-spacing: 0.094rem;
}
body.legal-body .container-md .main-content h3 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  letter-spacing: 0.075rem;
}
body.legal-body .container-md .main-content h4 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  letter-spacing: 0.068rem;
}
body.legal-body .container-md .main-content h5 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 0.056rem;
}
body.legal-body .container-md .main-content h6 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.052rem;
}
body.legal-body .container-md .main-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.034rem;
}
body.legal-body .container-md .main-content p strong {
  font-family: HomePlanetBB-Bold;
}
body.legal-body .container-md .main-content ul {
  margin: 1.2rem 0;
  list-style: revert;
  padding: revert;
}
body.legal-body .container-md .main-content ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.034rem;
}
body.legal-body .container-md .main-content ul li:not(:last-child) {
  margin-bottom: 0.6rem;
}
body.legal-body .container-md .main-content ol {
  margin: 1.2rem 0;
  list-style: revert;
  padding: revert;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.034rem;
}
body.legal-body .container-md .main-content ol li {
  position: relative;
}
body.legal-body .container-md .main-content ol li:not(:last-child) {
  margin-bottom: 0.6rem;
}

@media (max-width: 1699px) {
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .right-text
    p
    strong {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  footer .upper .container-md .logo-col {
    padding-right: 3.5rem;
  }
  footer .upper .container-md .menu-col {
    padding-left: 3.5rem;
  }
  body.news-body.search-body .news .container-md .upper-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  body.news-body.search-body .news .container-md .upper-wrapper .actions {
    margin-top: 3rem;
  }
}
@media (max-width: 1599px) {
  .fighters-hero .container-md .character {
    width: 40%;
  }
  .fighters-hero .container-md .text-content {
    width: 60%;
  }
  .hp-trailer-section .container-lg .right-c .platforms a:nth-child(2) {
    width: 230px;
  }
  .hp-trailer-section .container-lg .right-c .platforms a {
    padding: 0 2rem;

    width: 170px;
  }
  body.news-body .news .container-md .upper-wrapper .actions form.search-form {
    width: 200px;
    margin-right: 2rem;
  }
  body.news-body
    .news
    .container-md
    .upper-wrapper
    .actions
    .filter-form
    .filter-group,
  body.news-body
    .news
    .container-md
    .upper-wrapper
    .actions
    .filter-form
    .sort-group {
    margin-right: 2rem;
  }
  .game-highlights-section .container-md .swiper .swiper-button-next,
  .game-highlights-section .container-md .swiper .swiper-button-prev {
    width: fit-content;
    height: fit-content;
    top: 170px;
  }
  footer .upper .container-md .logo-col .logo {
    width: 18rem;
  }
  footer .upper .container-md .logo-col {
    padding-right: 2.5rem;
  }
  footer .upper .container-md .menu-col {
    padding-left: 2.5rem;
  }
  footer .upper .container-md .other-col .important-info .p-14 {
    padding-left: 3.625rem;
  }
  footer .upper .container-md .logo-col .socials-wrapper {
    padding-left: 15px;
  }
  footer .upper .container-md .logo-col .socials-wrapper a:not(:last-child) {
    margin-right: 1rem;
  }
  footer .upper .container-md .other-col .platforms a {
    width: 140px;

    padding: 0px 1.188rem;
  }
  .hp-trailer-section .container-lg .right-c .trailer-main-wrapper {
    height: 32rem;
  }
  .hp-trailer-section .container-lg .right-c .platforms .text {
    font-size: 2rem;
    letter-spacing: 0.05rem;
    margin-right: 2rem;
  }
  .container-sm {
    max-width: 1440px;
    width: 75%;
    padding: 8.375rem 0;
  }
  .container-lg {
    padding: 8.375rem 0;
  }
  .container-md {
    padding: 8.375rem 0;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper
    .p-26 {
    max-width: 46.5rem;
  }
}
@media (max-width: 1399px) {
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .title {
    width: 20%;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .right-text {
    width: 35%;
  }
  .fighters-platforms-sec .container-md .tab button {
    padding-bottom: 1.8rem;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .right-text
    p
    strong {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .fighters-hero .container-md .text-content {
    width: 65%;
  }
  .fighters-hero .container-md .character {
    width: 35%;
  }
  footer .upper .container-md .other-col .platforms a:first-child {
    width: 190px;
  }
  .hp-trailer-section .container-lg .right-c .platforms a {
    width: 130px;
  }
  .hp-trailer-section .container-lg .right-c .platforms a:nth-child(2) {
    width: 200px;
  }
  body.news-body .news .container-md .all-news-wrapper .divider .text {
    font-size: 1.6rem;
  }
  body.single-news-body .container-sm {
    padding-top: 9.375rem;
  }
  body.single-news-body .container-sm .main-content-wrapper .socials-wrapper {
    padding-left: 1.75rem;
  }

  html {
    font-size: 15px;
  }
  .p-14 p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.416px;
  }
  .p-16 p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.48px;
  }
  .container-md {
    max-width: 1632px;
    width: 85%;
  }
  .container-sm {
    max-width: 1500px;
    width: 78%;
  }
  header {
    padding: 1.125rem 1.75rem;
  }
  h1 {
    font-size: 8.375rem;
    line-height: 9rem;
  }
  h1.lg-text {
    font-size: 8.375rem;
    line-height: 9rem;
  }
  .hp-trailer-section .container-lg .right-c .platforms a {
    padding: 0 1.188rem;
  }
  .hp-trailer-section .container-lg .right-c .platforms .text {
    margin-right: 1rem;
  }
  .visually-h1 {
    font-size: 8.375rem;
    line-height: 9rem;
  }
  .hp-trailer-section .container-lg .right-c {
    width: 55%;
  }
  .hp-trailer-section .container-lg .left-c {
    width: 45%;
  }
  .hp-trailer-section .container-lg .right-c .trailer-main-wrapper {
    height: 25rem;
  }
  .subscribe-section .container-sm .form-wrapper {
    padding: 4rem;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper {
    padding-bottom: 325px;
  }
  .characters-section
    .container-lg
    .controller-bottom
    .swiper
    .swiper-wrapper
    .swiper-slide
    .img-wrapper
    .other-wrapper
    img.placeholder {
    width: 30px;
    height: auto;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper
    .p-26 {
    max-width: 42.5rem;
  }
  .news-section .container-md .additional-wrapper .swiper-button-prev {
    left: -70px;
  }
  .news-section .container-md .additional-wrapper .swiper-button-next {
    right: -70px;
  }
  footer .upper .container-md .logo-col .logo {
    width: 17rem;
  }
  footer .upper .container-md .logo-col .socials-wrapper {
    padding-left: 10px;
  }
  .hp-trailer-section .container-lg .right-c .platforms .text {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .fighters-hero
    .container-md
    .text-content
    .fighter-info
    .col
    .fi-rows
    .fi-row
    .fi-row_title {
    font-size: 1.7rem;
  }
  .fighters-hero
    .container-md
    .text-content
    .fighter-info
    .col
    .fi-rows
    .fi-row
    .p-22
    p,
  .fighters-hero
    .container-md
    .text-content
    .fighter-info
    .col
    .fi-rows
    .fi-row
    li {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .middle-text,
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .right-text
    p {
    font-size: 1.25em;
    line-height: 2rem;
    letter-spacing: 0.06rem;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .right-text
    p
    strong {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    iframe {
    height: 400px;
  }
  .modal#platform-modal .modal-content .platforms a:first-child {
    padding: 1.5rem;
  }
  body.news-body .news .container-md .upper-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  body.news-body .news .container-md .upper-wrapper .actions {
    margin-top: 2rem;
  }
  .hp-trailer-section .container-lg .left-c {
    margin-top: 0;
  }
  body.news-body .news .container-md {
    padding-top: 8.5rem;
  }
  .modal#platform-modal .modal-content .platforms a {
    padding: 1.5rem 2rem;
  }
  .modal#platform-modal .modal-content .platforms a:not(:last-child) {
    margin-right: 2rem;
  }
  .modal .modal-content {
    width: 90%;
  }
  .game-highlights-section .container-md .swiper .swiper-button-next,
  .game-highlights-section .container-md .swiper .swiper-button-prev {
    top: 135px;
  }
  header .header-container nav ul.main-nav-menu li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .hp-trailer-section .container-lg {
    align-items: flex-start;
  }
  .container-sm {
    max-width: 1580px;
    width: 82%;
    padding: 6.375rem 0;
  }
  .container-lg {
    padding: 6.375rem 0;
  }
  .container-md {
    padding: 6.375rem 0;
  }
  header .header-container .logo {
    width: 250px;
  }
  .hero-section .container-md .hero-logo {
    width: 540px;
  }
  h1 {
    font-size: 7.375rem;
    line-height: 8rem;
  }
  h1.lg-text {
    font-size: 7.375rem;
    line-height: 8rem;
  }
  .visually-h1 {
    font-size: 7.375rem;
    line-height: 8rem;
  }
  h2 {
    font-size: 5.25rem;
    line-height: 6.5rem;
  }

  .fighters-nav-sec .container-md h3 {
    font-size: 5.25rem;
    line-height: 6.5rem;
  }
  body.news-body .news .container-md .upper-wrapper h1 {
    font-size: 5.25rem;
    line-height: 6.5rem;
  }
  body.single-news-body .container-sm > h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .hp-trailer-section .container-lg .right-c .trailer-main-wrapper {
    height: 22rem;
  }
  footer .upper .container-md .logo-col {
    padding-right: 2.5rem;
  }
  footer .upper .container-md .menu-col {
    padding-left: 2.5rem;
  }
  footer .upper .container-md .other-col {
    padding-left: 4rem;
  }
  footer .upper .container-md .other-col .platforms {
    flex-wrap: wrap;
  }
  footer .upper .container-md .other-col .platforms a {
    margin-bottom: 1.5rem;
  }
  footer .upper .container-md .other-col .important-info .p-14 {
    padding-left: 1.625rem;
  }
  footer .upper .container-md .logo-col .logo {
    width: 15rem;
  }
  footer .upper .container-md {
    align-items: flex-start;
  }
  footer .upper .container-md .menu-col ul li a {
    white-space: nowrap;
  }
  .hp-trailer-section .container-lg .left-c h1:last-child {
    margin-right: 0;
  }
  .hp-trailer-section .container-lg .right-c .platforms a {
    margin-bottom: 1.5rem;
  }
  .hp-trailer-section .container-lg .right-c .platforms .text {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .hp-trailer-section .container-lg .right-c .platforms {
    justify-content: center;
    flex-wrap: wrap;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper
    .full-name
    .name {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper
    .full-name
    span {
    font-size: 2rem;
    line-height: 2.125rem;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper
    .p-26 {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  body.single-news-body .container-sm .main-content-wrapper .socials-wrapper {
    padding-left: 0.8rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .socials-wrapper
    a
    img {
    width: 30px;
    height: 30px;
  }
  .fighters-hero .container-md .character {
    width: 70%;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row.kc-subrow {
    margin-top: 20px;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row.kc-subrow:not(.full-kc-subrow)
    .title {
    margin-bottom: 0;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row.kc-subrow.full-kc-subrow
    .title {
    margin-bottom: 15px;
  }
  .fighters-hero .container-md {
    padding-top: 8.5rem;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row {
    flex-wrap: wrap;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .title {
    width: 100%;
    margin-bottom: 30px;
  }
  .fighters-platforms-sec .container-md .tab button:not(:last-child) {
    margin-right: 3.125rem;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .middle-text {
    padding-left: 0;
    width: 50%;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .right-text {
    width: 50%;
  }
  .fighters-hero::before {
    height: 25%;
  }
  .fighters-hero .container-md {
    flex-direction: column;
  }
  .fighters-hero .container-md .text-content {
    width: 100%;
  }
  .fighters-hero .container-md .character img {
    position: relative;
  }
  .fighters-moves-sec
    .container-sm
    .swiper.main-moves-slider
    .swiper-slide
    .main-img-wrapper {
    height: 30.75rem;
  }
  .fighters-hero .container-md .text-content .subtitle {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    iframe {
    height: 340px;
  }
  .modal#platform-modal .modal-content .platforms a:first-child {
    padding: 1rem;
  }
  body.news-body .news .container-md .upper-wrapper .actions form.search-form {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  body.news-body .news .container-md .upper-wrapper .actions {
    flex-direction: column;
    width: 100%;
  }
  body.news-body .news .container-md .upper-wrapper .actions .filter-form {
    width: 100%;
    justify-content: space-between;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .related-articles
    .related-wrapper
    .single-news-wrapper
    .single-news
    .cover {
    height: 12rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .cover-wrapper
    .description {
    max-width: 90%;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .cover-wrapper
    .cover {
    height: 30rem;
  }
  header .header-container .hamburger {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .hp-trailer-section .container-lg .left-c .subtitle {
    text-align: center;
  }
  header .header-container .main-btn {
    display: none;
  }
  .p-26 p {
    font-size: 1.3rem;
    line-height: 1.9rem;
    letter-spacing: 0.081rem;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper {
    padding-bottom: 260px;
  }
  .news-section .container-md .additional-wrapper .swiper-button-prev {
    left: -40px;
  }
  .news-section .container-md .additional-wrapper .swiper-button-next {
    right: -40px;
  }
  footer .upper .container-md {
    flex-wrap: wrap;
  }
  footer .upper .container-md .logo-col {
    width: 50%;
  }
  footer .upper .container-md .menu-col {
    width: 50%;
  }
  footer .upper .container-md .other-col {
    width: 100%;
    margin-top: 5rem;
    padding-left: 0;
  }
  .container-sm {
    width: 85%;
  }
  .subscribe-section .container-sm .form-wrapper {
    padding: 3rem;
  }
  .subscribe-section .container-sm .form-wrapper .socials::before {
    height: 100%;
  }
  .game-highlights-section .container-md .swiper .swiper-button-next,
  .game-highlights-section .container-md .swiper .swiper-button-prev {
    top: 110px;
  }
  .subscribe-section .container-sm .form-wrapper .socials .socials-wrapper {
    flex-wrap: wrap;
  }
  .subscribe-section .container-sm .form-wrapper .socials .socials-wrapper a {
    margin-bottom: 1.25rem;
  }
  .modal#platform-modal .modal-content .platforms a {
    padding: 1rem 2rem;
    width: 140px;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper
    .full-name
    .name {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper
    .full-name {
    margin-bottom: 1rem;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper
    .full-name
    span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  header .header-container nav ul.main-nav-menu {
    display: none;
  }
  h1 {
    font-size: 6.375rem;
    line-height: 7rem;
  }
  .visually-h1 {
    font-size: 6.375rem;
    line-height: 7rem;
  }
  h2 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
  h3 {
    font-size: 4rem;
    line-height: 5.2rem;
  }
  .fighters-nav-sec .container-md h3 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
  body.news-body .news .container-md .upper-wrapper h1 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
  body.single-news-body .container-sm > h1 {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .hp-trailer-section .container-lg {
    flex-direction: column;
  }
  .hp-trailer-section .container-lg .left-c {
    width: 100%;
    padding-right: 0;
    padding-bottom: 8rem;
  }
  .hp-trailer-section .container-lg .left-c h1 {
    text-align: center;
  }
  .hp-trailer-section .container-lg .right-c {
    width: 100%;
  }
  .hp-trailer-section .container-lg .right-c .trailer-main-wrapper {
    width: 600px;
  }
  body.news-body .news .container-md .recents {
    flex-wrap: wrap;
  }
  body.news-body .news .container-md .recents .single-news-wrapper {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  body.news-body
    .news
    .container-md
    .all-news-wrapper
    .all-news
    .single-news-wrapper {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .fighters-hero::before {
    height: 20%;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .middle-text {
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .right-text {
    width: 100%;
  }
  .fighters-moves-sec
    .container-sm
    .swiper.main-moves-slider
    .swiper-slide
    .main-img-wrapper {
    height: 21rem;
  }
  .fighters-platforms-sec .container-md .tab button:not(:last-child) {
    margin-right: 3.125rem;
  }
  .fighters-platforms-sec .container-md .tab button {
    padding-bottom: 1.813rem;
    padding-top: 1rem;
  }
  .fighters-platforms-sec .container-md .tab {
    margin-bottom: 5rem;
  }
  .characters-section .container-lg .controller-bottom .bottom {
    padding: 0 2rem;
    width: 100%;
  }
  .game-highlights-section .container-md .swiper .swiper-button-next,
  .game-highlights-section .container-md .swiper .swiper-button-prev {
    top: 135px;
  }
  body.news-body .news .container-md .upper-wrapper {
    margin-bottom: 1.5rem;
  }
  body.news-body .news .container-md .upper-wrapper .actions .filter-form {
    flex-wrap: wrap;
  }
  body.news-body
    .news
    .container-md
    .upper-wrapper
    .actions
    .filter-form
    > div {
    margin-bottom: 2rem;
  }
  body.news-body .news .single-news .cover {
    height: 13rem;
  }
  body.news-body
    .news
    .container-md
    .recents
    .single-news-wrapper
    .single-news
    .news-info {
    padding: 1.2rem;
  }
  body.news-body .news .container-md .recents {
    margin-bottom: 6.375rem;
  }
  body.news-body
    .news
    .container-md
    .all-news-wrapper
    .all-news
    .single-news-wrapper {
    margin-bottom: 3.125rem;
  }
  .modal .modal-content iframe {
    height: 400px;
  }
  .modal#platform-modal .modal-content .platforms {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .modal#platform-modal .modal-content .platforms a {
    width: 40%;
    margin-bottom: 2rem;
    margin-right: 0 !important;
  }
  .hp-trailer-section .container-lg .left-c .subtitle {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 1rem;
  }
  h1 {
    font-size: 5.375rem;
    line-height: 6rem;
  }
  h1.lg-text {
    font-size: 5.375rem;
    line-height: 6rem;
  }
  .visually-h1 {
    font-size: 5.375rem;
    line-height: 6rem;
  }
  h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  h3 {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }
  .fighters-nav-sec .container-md h3 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  body.news-body .news .container-md .upper-wrapper h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  body.single-news-body .container-sm > h1 {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .cover-wrapper
    .cover {
    height: 18rem;
    margin-bottom: 1.5rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .cover-wrapper
    .description {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content {
    padding: 3.188rem 0;
  }
  .subscribe-section .container-sm .form-wrapper h2 {
    margin-bottom: 1.5rem;
  }
  .news-section .container-md h2 {
    margin-bottom: 2rem;
  }
  .game-highlights-section .container-md h2 {
    margin-bottom: 2rem;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-character-wrapper {
    position: relative;
  }

  .characters-section .container-lg .main-full .main-swiper .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: auto;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper {
    padding-bottom: 50px;
  }
  footer .upper .container-md .logo-col::before {
    height: 100%;
  }
  footer .banner .container-md button {
    padding: 0.938rem 1.563rem;
  }
  footer .upper .container-md .logo-col .socials-wrapper {
    flex-wrap: wrap;
  }
  footer .upper .container-md .logo-col .socials-wrapper a {
    margin-bottom: 1rem;
  }
  .characters-section,
  .characters-section .container-lg .main-full {
    min-height: auto;
  }
  footer .banner .container-md .text {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.531rem;
  }
  .characters-section .container-lg .controller-bottom {
    position: relative;
    width: 100%;
    bottom: unset;
    padding-bottom: 3rem;
  }
  .characters-section .container-lg .main-full::before {
    display: none;
  }
  .container-lg {
    padding: 4.375rem 0;
  }
  .container-sm {
    padding: 4.375rem 0;
  }
  .container-md {
    padding: 4.375rem 0;
  }
  .hero-section .container-md .hero-logo {
    width: 435px;
  }
  header .header-container .logo {
    width: 180px;
  }
  .hp-trailer-section .container-lg .left-c {
    padding-bottom: 4rem;
  }
  header {
    padding: 1.125rem 0.75rem;
  }
  header.header-scroll .header-container .logo {
    width: 145px;
  }
  .hp-trailer-section .container-lg .right-c .trailer-main-wrapper {
    width: 480px;
  }
  .subscribe-section .container-sm .form-wrapper .socials {
    margin-left: 0;
    margin-top: 4rem;
    padding-left: 0;
  }
  .subscribe-section .container-sm .form-wrapper .socials::before {
    display: none;
  }
  .game-highlights-section .container-md .swiper .swiper-slide {
    padding: 0 25px;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h3 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h4 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  body.legal-body .container-md .main-content h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
  body.legal-body .container-md .main-content h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
  body.legal-body .container-md .main-content h3 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
  body.legal-body .container-md .main-content h4 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .related-articles
    h2 {
    margin-bottom: 3rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .related-articles
    .related-wrapper {
    flex-wrap: wrap;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .related-articles
    .related-wrapper
    .single-news-wrapper {
    width: 48%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .fighters-hero .container-md .character {
    margin-top: 30px;
  }
  .fighters-hero .container-md .text-content .subtitle {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .fighters-hero
    .container-md
    .text-content
    .fighter-info
    .col
    .fi-rows
    .fi-row
    .fi-row_title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  body.fighters .fighters-hero::after {
    top: unset !important;
    bottom: 0;
    height: 50% !important;
  }
  .fighters-hero .container-md .text-content .fighter-info .col {
    width: 100%;
    padding: 0 !important;
  }
  .fighters-nav-sec
    .container-md
    .fighters-nav-wrapper
    .fighters-nav
    .single-fighter {
    min-width: 70px;
  }
  .fighters-hero .container-md .text-content .fighter-info {
    flex-direction: column;
  }
  .fighters-hero
    .container-md
    .text-content
    .fighter-info
    .col
    .fi-rows
    .fi-row:not(:last-child),
  .fighters-hero .container-md .text-content .fighter-info .col .fi-title {
    margin-bottom: 1rem;
  }
  .fighters-hero .container-md .text-content .fighter-info .col.bio {
    margin-bottom: 2rem;
  }
  .fighters-nav-sec .container-md .fighters-nav-wrapper .fighters-nav {
    overflow-x: scroll;
    padding-left: 10px;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row-wrapper {
    padding: 0.875rem;
  }
  .fighters-platforms-sec .container-md .tab button:not(:last-child) {
    margin-right: 2.125rem;
  }

  .fighters-hero .container-md .text-content .full-name span {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .fighters-hero .container-md,
  .alpha-hero .container-md {
    padding-top: 6.5rem;
  }
  .fighters-moves-sec
    .container-sm
    .swiper.main-moves-slider
    .swiper-slide
    .main-img-wrapper {
    height: 15rem;
  }
  .fighters-moves-sec
    .container-sm
    .swiper.thumbs-moves-slider
    .swiper-slide
    .thumbs-img-wrapper {
    height: 4.25rem;
  }
  .fighters-platforms-sec .container-md .tab button {
    padding-bottom: 0.813rem;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    h3 {
    margin-bottom: 1.5rem;
  }

  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper:not(:last-child) {
    margin-bottom: 3.25rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    iframe {
    height: 225px;
  }
  .age-gate-content {
    padding: 1.5rem;
  }
  .age-gate-btn {
    padding: 0.813rem 1rem;
  }
  footer .upper .container-md .other-col .platforms a {
    width: 160px;
  }

  footer .upper .container-md .other-col .platforms a:first-child {
    width: 200px;

    padding-left: 1.188rem;
  }
  footer .upper .container-md .other-col .platforms {
    justify-content: center;
  }
  footer
    .upper
    .container-md
    .other-col
    .platforms
    a:not(:first-child)::before {
    display: none;
  }
  body.news-body .news .container-md .upper-wrapper .actions form.search-form {
    width: 100%;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide:nth-child(4)::before {
    opacity: 0.5;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-character-wrapper {
    width: 100%;
    height: 450px;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-character-wrapper
    img {
    max-height: 100%;
    object-fit: cover;
    object-position: top;
  }
  body.news-body .news .container-md {
    padding-top: 7.5rem;
  }
  body.news-body .news .container-md .upper-wrapper .actions .filter-form {
    justify-content: flex-start;
  }
  body.news-body .news .container-md .recents {
    margin-bottom: 2.375rem;
  }
  body.news-body .news .container-md .upper-wrapper .actions form.search-form,
  body.news-body
    .news
    .container-md
    .upper-wrapper
    .actions
    .filter-form
    .filter-group,
  body.news-body
    .news
    .container-md
    .upper-wrapper
    .actions
    .filter-form
    .sort-group {
    margin-bottom: 1rem;
  }
  body.news-body .news .container-md .recents .single-news-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  body.news-body
    .news
    .container-md
    .all-news-wrapper
    .all-news
    .single-news-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .game-highlights-section .container-md .swiper .swiper-button-next img,
  .game-highlights-section .container-md .swiper .swiper-button-prev img {
    width: 30px;
  }
  .news-section .container-md .additional-wrapper .swiper-button-next img,
  .news-section .container-md .additional-wrapper .swiper-button-prev img {
    width: 30px;
  }
  header .header-container .language-dropdown {
    margin-right: 0.5rem;
  }
  .modal .modal-content {
    width: 95%;
  }
  .modal .modal-content iframe {
    height: 300px;
  }
  .modal#platform-modal .modal-content .modal-logo {
    width: 250px;
  }
  .modal#platform-modal .modal-content .platforms a {
    width: 100%;
  }
  .game-highlights-section .container-md .swiper .swiper-button-next,
  .game-highlights-section .container-md .swiper .swiper-button-prev {
    top: 110px;
  }
  .container-lg {
    max-width: 1770px;
    width: 92%;
  }
  .container-md {
    max-width: 1770px;
    width: 92%;
  }
  .container-sm {
    max-width: 1770px;
    width: 92%;
  }
  .container-lg {
    padding: 3.375rem 0;
  }
  .container-sm {
    padding: 3.375rem 0;
  }
  .container-md {
    padding: 3.375rem 0;
  }
  footer .upper .container-md {
    padding: 3.375rem 0;
  }
  .hero-section .container-md .hero-logo {
    width: 330px;
  }
  .hero-section .container-md .hero-text {
    font-size: 2rem;
    letter-spacing: 0.5rem;
  }
  .hp-trailer-section .container-lg .right-c .trailer-main-wrapper {
    height: 12rem;
    width: 300px;
  }
  .hp-trailer-section .container-lg .left-c .subtitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  h1 {
    font-size: 4.375rem;
    line-height: 5rem;
  }
  h1.lg-text {
    font-size: 4.375rem;
    line-height: 5rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  h3 {
    font-size: 2.9rem;
    line-height: 3.4rem;
  }
  .fighters-nav-sec .container-md h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  body.news-body .news .container-md .upper-wrapper h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  body.single-news-body .container-sm > h1 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin-bottom: 1.375rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .cover-wrapper
    .description {
    max-width: 100%;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .related-articles
    .related-wrapper
    .single-news-wrapper {
    width: 100%;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .related-articles {
    margin-top: 3.5rem;
  }
  body.single-news-body .container-sm .main-content-wrapper .socials-wrapper {
    padding-left: 1rem;
  }
  .subscribe-section .container-sm .form-wrapper {
    padding: 2rem;
  }
  .news-section .container-md .additional-wrapper .swiper-button-next {
    right: 0;
  }
  .news-section .container-md .additional-wrapper .swiper-button-prev {
    left: 0px;
  }
  .visually-h1 {
    font-size: 4.375rem;
    line-height: 5rem;
  }
  footer .upper .container-md .logo-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
  footer .upper .container-md .logo-col::before {
    display: none;
  }
  footer .upper .container-md .menu-col {
    width: 100%;
    padding-left: 0;
  }
  footer .upper .container-md .other-col .important-info {
    flex-direction: column;
  }
  footer .upper .container-md .other-col .important-info figure {
    margin-bottom: 1rem;
  }
  footer .upper .container-md .other-col .important-info > div {
    width: 100%;
    padding: 0 !important;
  }
  footer .banner .container-md button span {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  footer .banner .container-md .text {
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: 0.331rem;
  }
  footer .bottom .container-md {
    flex-direction: column;
  }
  footer .bottom .container-md > div:first-child {
    margin-bottom: 1rem;
  }
  .characters-section .container-lg .main-full .main-swiper .swiper-slide {
    flex-direction: column;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper {
    width: 100%;
    padding: 0 15px 20px 15px;
  }
  .p-26 p {
    font-size: 1.2rem;
    line-height: 1.7rem;
    letter-spacing: 0.071rem;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper
    .p-26 {
    padding-right: 0;
  }
  header .header-container {
    padding: 0.5rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h1 {
    font-size: 2.813rem;
    line-height: 3.438rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h2 {
    font-size: 2.375rem;
    line-height: 3rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h3 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h4 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h5 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
  body.legal-body .container-md .main-content h1 {
    font-size: 2.813rem;
    line-height: 3.438rem;
  }
  body.legal-body .container-md .main-content h2 {
    font-size: 2.375rem;
    line-height: 3rem;
  }
  body.legal-body .container-md .main-content h3 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  body.legal-body .container-md .main-content h4 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  body.legal-body .container-md .main-content h5 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
  body.legal-body .container-md .main-content h6 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
  body.legal-body .container-md .main-content h1,
  body.legal-body .container-md .main-content h2,
  body.legal-body .container-md .main-content h3,
  body.legal-body .container-md .main-content h4,
  body.legal-body .container-md .main-content h5,
  body.legal-body .container-md .main-content h6 {
    margin: 0.8rem 0;
  }
}
@media (max-width: 399px) {
  body.single-news-body .container-sm .main-content-wrapper .socials-wrapper {
    padding-left: 0.5rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .socials-wrapper
    a
    img {
    width: 26px;
    height: 26px;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .socials-wrapper
    a:not(:last-child) {
    margin-bottom: 1rem;
  }
  .fighters-nav-sec .container-md .fighters-nav-wrapper .fighters-nav .swiper {
    padding: 0 15px;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .title {
    margin-bottom: 15px;
  }
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .middle-text,
  .fighters-platforms-sec
    .container-md
    .tabcontent
    .key-controls-block-wrapper
    .kc-rows
    .kc-single-row
    .right-text
    p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    letter-spacing: 0.05rem;
  }
  .fighters-platforms-sec .container-md .tab button:not(:last-child) {
    margin-right: 1.125rem;
  }
  body.single-news-body
    .container-sm
    .main-content-wrapper
    .main-content
    .text-content
    iframe {
    height: 170px;
  }
  footer .upper .container-md .other-col .platforms a {
    width: 140px;
    padding: 0px 1rem;
  }
  footer .upper .container-md .other-col .platforms a:first-child {
    padding-left: 1rem;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-character-wrapper {
    height: 350px;
  }

  body.news-body .news .container-md .recents {
    margin-bottom: 0;
  }
  body.news-body .news .container-md .all-news-wrapper .divider {
    margin-bottom: 1.75rem;
  }
  .modal .modal-content iframe {
    height: 200px;
  }
  .hero-section .container-md .hero-logo {
    width: 280px;
  }
  footer .banner .container-md button {
    padding: 0.938rem 1.163rem;
  }
  footer .banner .container-md .text {
    font-size: 1.4rem;
    letter-spacing: 0.231rem;
  }
  .game-highlights-section .container-md .swiper .swiper-button-next,
  .game-highlights-section .container-md .swiper .swiper-button-prev {
    top: 70px;
  }
  header .header-container .logo {
    width: 120px;
  }
  header.header-scroll .header-container .logo {
    width: 100px;
  }
  .hp-trailer-section .container-lg .right-c .trailer-main-wrapper {
    height: 11rem;
    width: 260px;
  }
  .container-lg {
    padding: 4.5rem 0;
  }
  .container-sm {
    padding: 4.5rem 0;
  }
  .container-md {
    padding: 4.5rem 0;
  }
}
@media (min-width: 2000px) {
  .hp-trailer-section .container-lg .left-c {
    margin-top: -10rem;
  }
  h1.lg-text {
    font-size: 13rem;
    line-height: 13.625rem;
    letter-spacing: 0.4rem;
  }
}
@media (min-width: 2500px) {
  .characters-section .container-lg .main-full .main-swiper .swiper-slide {
    padding-top: 130px;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper {
    padding-bottom: 450px;
  }
}
@media (min-width: 3000px) {
  .characters-section .container-lg .main-full .main-swiper .swiper-slide {
    padding-top: 200px;
  }
  .characters-section
    .container-lg
    .main-full
    .main-swiper
    .swiper-slide
    .main-info-wrapper {
    padding-bottom: 550px;
  }
}
