html,
body {
  padding: 0;
  margin: 0;
  font-size: 1vw;
  font-family: 'Montserrat', sans-serif;
  color: white;
  min-height: 100vh;
  background-color: black;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.thumb,
.mobow,
.mobdates,
.mobbird {
  display: none;
}

.cta,
.mbtn {
  display: flex;
  height: 1;
  line-height: 1;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  font-size: 0.833rem;
  font-weight: 600;
  /* display: inline-block; */
  vertical-align: middle;
  letter-spacing: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  width: auto;
  padding: 0.625vw 1.25vw;

  width: 290px;
  height: 48px;
  padding: 16px;

  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.cta.mbtn,
.mbtn.mbtn {
  padding: 0.3125vw 0.833vw 0.3125vw 0.625vw;
  height: auto;
  line-height: 2.0833vw;
  width: 8.125vw;
}

.cta.mbtn img,
.mbtn.mbtn img {
  vertical-align: middle;
  height: 1.04vw;
  margin-right: 0.4167vw;
}

.cta.primary,
.mbtn.primary {
  color: white;
  background: black;
  border: none;
}




section.hero {
  height: 46.875vw;
  position: relative;
  background: url("../img/hero.webp") center right no-repeat, #EB622B;
  background-size: contain;
}

section.hero #particles {
  height: 100%;
  width: 100%;
}

section.hero #particles canvas {
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: screen;
  opacity: 0.9;
}

section.hero .down {
  position: absolute;
  width: 24px;
  left: 50%;
  margin-left: -12px;
  bottom: 4vw;
  filter: brightness(1.9);
}

section.hero .spark {
  height: 34.219vw;
  position: absolute;
  left: -7vw;
  top: 1.5vw;
}

section.hero article {
  position: absolute;
  top: 9.896vw;
  left: 13.646vw;
  display: flex;
  gap: 1.25vw;
  flex-direction: column;
  width: 43.95vw;
  justify-content: flex-start;
  align-items: flex-start;
}

section.hero article h1 {
  margin: 0;
  font-weight: 700;
  font-size: 3.33rem;
  color: #FFF;
  font-size: 6.04vw;
  font-weight: 700;
  position: relative;
  line-height: 100%;
}

section.hero article h1:before {
  content: "";
  width: 0.99vw;
  height: 0.99vw;
  transform: rotate(-90deg);
  position: absolute;
  left: 5vw;
  top: -0.83vw;
  background: #000;
}

/* section.hero article h1:after {
  content: "";
  width: 0.99vw;
  height: 0.99vw;
  transform: rotate(-90deg);
  position: absolute;
  right: 8.59vw;
  top: -0.83vw;
  background: #FF9;
} */

section.hero article h2 {
  margin: 0;
  font-weight: 500;
  line-height: 145.455%;
  font-size: 1.146rem;
  color: #DFDFDF;
  box-sizing: border-box;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: 125%;
}

section.hero article h3 {
  margin: 0;
  font-weight: 500;
  line-height: 145.455%;
  font-size: 1.146rem;
  color: #DFDFDF;
  box-sizing: border-box;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 500;
  line-height: 145.455%;
  padding-right: 18.02vw;
}

section.hero article .icons {
  color: #DFDFDF;
  font-size: 0.78125vw;
  display: flex;
  gap: 3.125vw;
  align-items: center;
  height: 6.25vw;
}

section.hero article .icons.mob {
  display: none;
}

section.hero article .icons .icon {
  display: flex;
  flex-direction: column;
  gap: 0.521vw;
  text-align: center;
  justify-content: center;
  align-items: center;
}

section.hero article .icons .icon img {
  height: 2.0833vw;
}

section.hero article .btns {
  letter-spacing: 3px;
  display: flex;
  margin-top: 1.25vw;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 0.63vw; */
  gap: 8px;
  justify-content: stretch;
  align-items: stretch;
}

section.hero article .unqs {
  display: grid;
  gap: 2.5vw 3.75vw;
  width: 35.73vw;
  margin-top: 1.67vw;
  grid-template-columns: 1fr 1fr;
}

section.hero article .unqs .item {
  display: flex;
  gap: 0.83vw;
  justify-content: flex-start;
  align-items: center;
}

section.hero article .unqs .item .line {
  width: 1px;
  height: 4.167vw;
  background: #DFDFDF;
}

section.hero article .unqs .item .title {
  font-weight: 500;
  line-height: 145.455%;
  font-size: 1.146rem;
  color: #DFDFDF;
  margin-bottom: 0.1vw;
}

section.hero article .unqs .item .sum {
  justify-content: flex-start;
  align-items: center;
}

section.hero article .unqs .item .sum strong {
  font-size: 1.67rem;
  font-weight: 700;
  color: #EB622B;
}

section.hero article .unqs .item .sum span {
  font-size: 0.833vw;
  font-weight: 600;
  color: #BFBFBF;
  vertical-align: text-top;
  margin-left: 0.2vw;
  line-height: 1.5;
}

section.games {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12.5vw;
}

section.games img {
  height: 6.458vw;
}

section.feats {
  height: 42.3vw;
  background: url("../img/Vector.webp") center center no-repeat;
  background-size: contain;
  margin-top: 0.8vw;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  overflow: visible;
}

section.feats .birds-contain {
  position: absolute;
  width: 100%;
  height: 130%;
  left: 0;
  top: 0;
  overflow: hidden;
}

section.feats .birdr {
  position: absolute;
  top: -9%;
  right: 0;
  height: 23vw;
}

section.feats .birdl {
  position: absolute;
  top: 50%;
  left: 0;
  height: 19vw;
}

section.feats article {
  padding-top: 6.04vw;
  padding-bottom: 6.04vw;
  position: relative;
  display: inline-block;
}

section.feats article h2 {
  color: white;
  font-weight: 700;
  line-height: 112.5%;
  font-size: 3.33rem;
  margin-bottom: 1.875vw;
  margin-top: 0;
}

section.feats article .items {
  display: flex;
  width: 72.71vw;
  justify-content: space-between;
  align-items: flex-start;
}

section.feats article .items .item {
  display: flex;
  padding: 1.25vw 0.417vw;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
  flex-direction: column;
  max-width: 16.146vw;
}

section.feats article .items .item .num {
  color: #EB622B;
  font-size: 5vw;
  font-weight: 700;
}

section.feats article .items .item p {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.042vw;
}

section.feats .bar {
  height: 9.22vw;
  width: 100%;
  background: #EB622B;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.feats .bar .date {
  width: 12.6vw;
  font-size: 0.89rem;
  text-align: center;
  line-height: 1.6;
}

section.feats .bar .date strong {
  font-weight: 600;
}

section.feats .bar .arrow {
  cursor: pointer;
}

section.feats .bar .arrow svg {
  width: 0.9375vw;
  height: auto;
}

section.feats .bar .icon img {
  height: 2.083vw;
  width: auto;
}

section.feats .bar .container {
  display: inline-flex;
  width: 72.4vw;
  justify-content: space-between;
  align-items: center;
}

section.prizes {
  box-sizing: border-box;
  padding: 6.25vw 0;
}

section.prizes .glow {
  position: absolute;
  mix-blend-mode: screen;
  z-index: 999;
  pointer-events: none;
  width: 6vw;
  height: 6vw;
  background: #EB622B;
  filter: blur(4vw);
  top: 0;
  opacity: 0;
  filter: blur(1.1);
  z-index: 4;
  transform: scale(0.1);
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.4s ease;
}

section.prizes .glow.active {
  transform: scale(0.1);
  filter: blur(1.4);
  opacity: 0.9;
}

section.prizes .btns {
  letter-spacing: 3px;
  text-align: center;
  margin-top: 4.8vw;
}

section.prizes h2 {
  margin: 0 auto;
  text-align: center;
  color: white;
  font-weight: 700;
  line-height: 112.5%;
  font-size: 2.0833rem;
  margin-bottom: 4.79vw;
  margin-top: 0;
}

section.prizes .items {
  width: 87.5vw;
  display: grid;
  margin: 0 auto;
  gap: 1.25vw;
  grid-template-columns: 1fr 1fr;
}

section.prizes .items .item {
  background: #101010;
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 20.833vw;
  padding: 0 2.5vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}


section.prizes .items .item:before {
  content: "";
  position: absolute;
  height: 3.25vw;
  width: 15.46875vw;
  left: 0;
  bottom: -1.58vw;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(0deg, rgba(59, 56, 65, 0) 22.4%, #a594fd 60.94%, rgba(59, 56, 65, 0));
  background: url(../img/star2.svg) no-repeat 50% 50%;
  transform: rotate(180deg);
  transition: left 0.8s ease, opacity 0.4s linear;
  will-change: transform, opacity;
  background-size: auto 100%;
  pointer-events: none;
}

section.prizes .items .item:after {
  content: "";
  position: absolute;
  height: 3.25vw;
  width: 15.46875vw;
  right: 0;
  top: -1.58vw;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(59, 56, 65, 0) 22.4%, #a594fd 60.94%, rgba(59, 56, 65, 0));
  background: url(../img/star2.svg) no-repeat 50% 50%;
  transition: right 0.8s ease, opacity 0.4s linear;
  will-change: transform, opacity;
  background-size: auto 100%;
}

section.prizes .items .item article {
  width: 21.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.833vw;
}

section.prizes .items .item article .icon img {
  height: 2.1vw;
}

section.prizes .items .item article .title {
  font-weight: 700;
  line-height: 120%;
  font-size: 1.25rem;
}

section.prizes .items .item article p {
  margin: 0;
  color: #BFBFBF;
  font-size: 0.89rem;
  line-height: 1.5;
  font-weight: 400;
  box-sizing: border-box;
  font-family: 'Lato';
  width: 88%;
}

section.prizes .items .item article p.sml {
  padding-right: 3.4vw;
}

section.prizes .items .item article .sum {
  justify-content: flex-start;
  align-items: center;
}

section.prizes .items .item article .sum strong {
  font-size: 1.67rem;
  font-weight: 700;
  color: #EB622B;
}

section.prizes .items .item article .sum span {
  font-size: 0.833vw;
  font-weight: 600;
  color: #BFBFBF;
  vertical-align: text-top;
  margin-left: 0.2vw;
  line-height: 1.5;
}

section.mods {
  background: #101010;
  padding: 10vw 6.25vw;
  box-sizing: border-box;
}

section.mods h2 {
  margin: 0 auto;
  text-align: left;
  color: white;
  font-weight: 700;
  line-height: 112.5%;
  font-size: 1.67rem;
  margin-bottom: 2.79vw;
  margin-top: 0;
}

section.mods .items {
  display: grid;
  margin: 0 auto;
  gap: 1.25vw;
  grid-template-columns: 1fr 1fr 1fr;
}

section.mods .items .item {
  padding: 1.04vw;
  box-sizing: border-box;
  background: #202020;
  text-align: center;
  position: relative;
}

section.mods .items .item .ver {
  position: absolute;
  display: inline-flex;
  height: 2.08vw;
  padding: 0.42vw 0.83vw;
  justify-content: flex-end;
  align-items: center;
  gap: 0.42vw;
  flex-shrink: 0;
  background: #202020;
  box-shadow: 0.104vw 0.104vw 0.208vw 0px rgba(0, 0, 0, 0.24);
  top: 1.88vw;
  box-sizing: border-box;
  right: 1.88vw;
}

section.mods .items .item .ver span {
  color: #FFF;
  text-align: right;
  /* Caption - 14 */
  font-family: Lato;
  font-size: 0.73vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.04vw;
}

section.mods .items .item .ver svg {
  width: 1.04vw;
  height: 1.04vw;
}

section.mods .items .item .poster {
  width: 100%;
}

section.mods .items .item .headline {
  gap: 0.2vw;
  display: flex;
  flex-direction: column;
}

section.mods .items .item .headline p {
  margin-top: 0.6vw;
}

section.mods .items .item .info {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  padding: 1vw 0;
  justify-content: space-between;
  height: 11vw;
}

section.mods .items .item a {
  color: inherit;
  text-decoration: none;
}

section.mods .items .item .sub {
  color: #DFDFDF;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

section.mods .items .item h3 {
  margin: 0;
  font-size: 1.146rem;
  font-weight: 500;
}

section.mods .items .item p {
  margin: 0;
  font-size: 0.78125rem;
  color: #DFDFDF;
  padding: 0 3vw;
  box-sizing: border-box;
  line-height: 1.45;
  font-family: 'Lato', sans-serif;
}

section.mods .items .item .btns {
  display: flex;
  gap: 1.04vw;
  justify-content: center;
  align-items: center;
  margin-top: 1.2vw;
}

section.mods .items .item .btns .primary {
  background: #EB622B;
}

section.mods .items .item .btns .btn {
  text-transform: none;
}

/* section.mods .explore {
  display: flex;
  justify-content: flex-end;
  padding: 2vw 0;
} */

/* section.mods .explore a {
  text-decoration: underline;
  color: #DFDFDF;
  font-size: 0.9375rem;
  font-family: 'Lato', sans-serif;
} */

section.btm {
  height: 31.25vw;
  background: url("../img/btmbg.webp") center right no-repeat black;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  padding-left: 12.5vw;
  box-sizing: border-box;
  position: relative;
}

section.btm .btns.desk {
  display: flex;
  gap: 1.25vw;
}

section.btm .wolf {
  width: 33.46vw;
  flex-shrink: 0;
  right: 9.11vw;
  bottom: 0;
  position: absolute;
}

section.btm h2 {
  font-size: 2.292rem;
  font-size: 3.33vw;
}

section.btm .primary {
  background: #EB622B;
}

section.curseforge {
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #0D0D0D 29.18%);
  padding: 8vw 0;
  padding-bottom: 6vw;
}

section.curseforge article {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
  text-align: center;
}

section.curseforge article .cfv {
  height: 5.78125vw;
}

section.curseforge article .gamesline img {
  width: 74.79167vw;
}

section.curseforge .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 3.125vw;
  padding-top: 0.5vw;
}

section.curseforge .icons .icon {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

section.curseforge .icons .icon img {
  vertical-align: middle;
  height: 1.875vw;
  margin-right: 0.1vw;
}

section.curseforge .icons .icon label {
  font-size: 1.04rem;
  color: white;
  font-weight: 600;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

section.hype {
  height: 43.385vw;
  position: relative;
  overflow: visible;
}

section.hype .chars {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 48.72vw;
}

section.hype .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.hype .vec {
  position: absolute;
  right: -6vw;
  top: 7.97vw;
  height: 30.312vw;
}

section.hype .ctext {
  width: 77.4vw;
  position: absolute;
  left: 50%;
  top: 13vw;
  transform: translateX(-50%);
}

section.hype .star {
  width: 2.76vw;
  position: absolute;
  left: 65.55%;
  top: 24vw;
  margin-left: -1.38vw;
  animation: rotate 3s linear infinite;
}

section.hype .text {
  width: 76.5vw;
  position: absolute;
  left: 49.7%;
  top: 11vw;
  height: 19.4vw;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-50%);
}

section.hype .text p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}

section.faq {
  padding-top: 8.04vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}

section.faq .sparks {
  height: 55.9375vw;
  position: absolute;
  left: -20%;
  top: 12vw;
}

section.faq .bird {
  position: absolute;
  height: 10.208vw;
  right: 3vw;
  top: 2.5vw;
}

section.faq a {
  color: inherit;
  text-decoration: underline;
}

section.faq h2 {
  margin: 0;
  font-weight: 500;
  line-height: 145.455%;
  font-size: 2.29rem;
  color: white;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5vw;
}

section.faq .faqs {
  width: 46.1vw;
  display: flex;
  gap: 1.25vw;
  margin: 0 auto;
  flex-direction: column;
}

section.faq .faqs .item {
  border-bottom: 1px solid #DFDFDF;
  text-align: left;
  cursor: pointer;
}

section.faq .faqs .item.active .a {
  max-height: 500px;
}

section.faq .faqs .item.active .q .chevron {
  transform: rotate(0deg);
}

section.faq .faqs .q {
  padding-bottom: 1.25vw;
  font-size: 1.146vw;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

section.faq .faqs .q .chevron {
  height: 1.25vw;
  position: absolute;
  right: 0;
  top: 0.1vw;
  transform: rotate(180deg);
  transition: all 0.4s ease;
}

section.faq .faqs .q p {
  margin: 0;
  max-width: 90%;
}

section.faq .faqs .a {
  background: #101010;
  box-sizing: border-box;
  border-left: 1px solid #D34037;
  line-height: 1.5;
  color: #DFDFDF;
  display: none;
}

section.faq .faqs .a ul {
  padding: 1.25vw 5.2vw;
  padding-left: 4.2vw;
  margin: 0;
}

section.faq .faqs .a p {
  margin: 0;
  padding: 1.25vw 1.875vw;
  padding-right: 5.2vw;
  box-sizing: border-box;
}

section.faq .terms {
  margin-top: 1.25vw;
  text-align: center;
  font-size: 0.833vw;
  color: #e2e2e2;
  font-weight: 400;
  line-height: 144%;
  /* 23.04px */
  text-decoration-line: underline;
}

section.faq .terms a {
  color: #e2e2e2 !important;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-8px);
  }
}

footer {
  margin-top: 2.5vw;
  text-align: center;
}

footer .backtop {
  text-align: center;
  font-size: 16px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  color: #DFDFDF;
  margin-bottom: 3.5vw;
  opacity: 0.7;
  transition: all 0.3s ease;
  cursor: pointer;
}

footer .backtop svg {
  width: 24px;
  margin-bottom: 4px;
}

footer .backtop img {
  height: 4.17vw;
}

footer .desc {
  text-align: center;
  max-width: 57.9vw;
  margin: 0 auto;
}

footer .desc .logo {
  margin-bottom: 1.5vw;
}

footer .desc a {
  text-decoration: underline;
  color: inherit;
}

footer .desc p {
  color: #9F9F9F;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}

a {
  text-decoration: none;
}

.owfooter {
  background: #101010;
  color: #9F9F9F;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 120px;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
  align-items: center;
}

.owfooter .nav {
  display: flex;
  gap: 32px;
}

.owfooter a {
  color: #9F9F9F !important;
  text-decoration: none;
}

.owfooter .social {
  display: flex;
  gap: 20px;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
  padding: 0.8vw 2vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
}

.header .cta {
  text-transform: none;
  padding: 6px 10px;
  max-width: 185px;
}

@media only screen and (max-width: 1024px) {
  .header .cta {
    max-height: 40px;
    max-width: 153px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }
}



@media only screen and (min-width: 1025px) {
  .header .cta {
    max-height: 40px;
    max-width: 233px;
  }
}

.header.terms {
  position: static;
  background: black;
}

.content {
  max-width: 828px;
  margin: 0 auto;
  margin-top: 100px;
  font-size: 18px;
  color: #D6D6D6;
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
}

.content .headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.content a {
  color: white;
  text-decoration: underline;
}

.termhero {
  height: 372px;
  width: 100%;
  background: url("../img/termshero.jpg") center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.termhero img {
  height: 154px;
}

.pop {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.btns.mob {
  display: none !important;
}

.opt {
  display: none;
}

.cta.mob {
  display: none;
}

.mobgameline {
  display: none;
}

@media only screen and (max-width: 600px) {
  .content {
    word-break: break-word;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 16px;
  }

  .termhero {
    height: 240px;
  }

  .termhero img {
    height: 110px;
  }

  .cta {
    margin: 0 auto;
    height: auto;
    padding: 12px 24px;
    font-size: 16px;
    width: auto;
    margin-bottom: 6px;
    width: 100%;
    line-height: 1;
  }

  section.hero {
    padding-top: 86px;
    text-align: center;
    background-position: center top;
    height: auto;
    background: #EB622B;
    height: 798px;
    margin-bottom: 60px;
  }

  section.hero:after {
    position: absolute;
    width: 100%;
    height: 378px;
    flex-shrink: 0;
    background: url("../img/heromob.webp") center center no-repeat;
    background-size: contain;
    bottom: -44px;
    content: '';
    left: 0;
  }

  section.hero #particles {
    display: none;
  }

  section.hero article {
    position: static;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  section.hero article .icons {
    display: none;
  }

  section.hero article .icons.mob {
    margin: 0 auto;
    display: grid;
    width: 90%;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    height: auto;
    padding: 60px 0;
  }

  section.hero article .icons.mob .icon img {
    height: 40px;
  }

  section.hero article .icons.mob .icon span {
    font-size: 14px;
  }

  section.hero article .unqs {
    grid-template-columns: 1fr;
    width: auto;
    gap: 24px;
  }

  section.hero article .unqs .item {
    gap: 16px;
  }

  section.hero article .unqs .item .title {
    font-size: 18px;
  }

  section.hero article .unqs .item .sum strong {
    font-size: 32px;
  }

  section.hero article .unqs .item .sum span {
    font-size: 14px;
    vertical-align: baseline;
  }

  section.hero article .unqs .item .line {
    height: 80px;
  }

  section.hero article h1 {
    position: relative;
    line-height: 1;
    font-size: 80px;
  }

  section.hero article h1:after {
    right: 69px;
    height: 12px;
    bottom: 73px;
    top: auto;
    width: 12px;
  }

  section.hero article h1:before {
    height: 12px;
    position: absolute;
    left: 144px;
    top: -5px;
    width: 12px;
  }

  section.hero article h2 {
    font-size: 18px;
    width: 100%;
    padding: 0;
    letter-spacing: -0.25px;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
  }

  section.hero article h3 {
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    padding: 0;
  }

  section.feats {
    height: auto;
  }

  section.feats .bar {
    height: auto;
    padding: 40px 0;
  }

  section.feats .bar .container {
    flex-direction: column;
  }

  section.feats .bar .date {
    width: 100%;
    font-size: 16px;
  }

  section.feats .bar .arrow svg {
    width: 30px;
    padding: 20px 0;
    transform: rotate(90deg);
  }

  section.feats .bar .icon img {
    height: 40px;
  }

  section.feats article {
    display: block;
  }

  section.feats article .items {
    width: 84%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }

  section.feats article .items .item {
    gap: 24px;
    max-width: 100%;
  }

  section.feats article .items .item .thumb {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }

  section.feats article .items .item .num {
    font-size: 64px;
  }

  section.feats article .items .item p {
    font-size: 16px;
  }

  section.prizes h2 {
    font-size: 30px;
    max-width: 73%;
  }

  section.prizes .items {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  section.prizes .items .item {
    height: auto;
    flex-direction: column;
    padding: 0;
    background-size: 75%;
    background-position: bottom right;
    height: 479px;
    flex-direction: column;
    padding: 0;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
    background-size: 435px auto;
    background-position: 38% 238%;
  }

  section.prizes .items .item:first-of-type .icon {
    margin-top: 9px;
  }

  section.prizes .items .item article {
    width: 84%;
    padding: 24px;
    gap: 12px;
    padding-bottom: 220px;
    position: relative;
    padding-top: 40px;
  }

  section.prizes .items .item article .icon {
    position: absolute;
  }

  section.prizes .items .item article .icon img {
    height: auto;
    width: 32px;
  }

  section.prizes .items .item article .title {
    font-size: 24px;
    padding-left: 43px;
  }

  section.prizes .items .item article p {
    font-size: 16px;
    width: 100%;
  }

  section.prizes .items .item article p.sml {
    padding-right: 3.4vw;
  }

  section.prizes .items .item article p.smlr {
    padding-right: 10.4vw;
  }

  section.prizes .items .item article .sum strong {
    font-size: 32px;
  }

  section.prizes .items .item article .sum span {
    font-size: 14px;
    vertical-align: baseline;
  }

  section.prizes .btns {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    margin-top: 24px;
  }

  section.hype {
    display: none;
  }

  .mobdates {
    display: block;
    margin: 24px 0;
  }

  .mobdates img {
    width: 100%;
  }

  section.faq h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  section.faq .faqs {
    width: 90%;
    gap: 24px;
  }

  section.faq .faqs .q {
    position: relative;
    padding-bottom: 24px;
  }

  section.faq .faqs .q p {
    font-size: 22px;
  }

  section.faq .faqs .q .chevron {
    top: 44%;
  }

  section.faq .faqs .a {
    font-size: 18px;
  }

  section.faq .faqs .a p {
    padding: 15px;
  }

  section.faq .terms {
    margin-top: 40px;
  }

  section.faq .terms a {
    font-size: 16px;
  }

  footer .desc {
    max-width: 90%;
  }

  footer .backtop img {
    height: 80px;
  }

  .owfooter {
    flex-direction: column;
    padding: 15px;
  }

  .owfooter .nav {
    display: flex;
    gap: 9px;
  }

  .owfooter .nav p:first-of-type {
    display: none;
  }

  .owfooter .mobow {
    display: inline-block;
  }

  .header {
    padding: 5vw;
    padding-top: 10px;
  }

  .header img {
    height: 40px;
  }

  .header .btns {
    display: none;
  }

  .birdr,
  .birdl,
  .down {
    display: none;
  }

  .faq .bird,
  .faq .sparks {
    display: none;
  }

  .mobbird {
    display: block;
    width: 90%;
    margin: 24px auto;
  }

  .thumb,
  .mobow,
  .mobdates,
  .mobbird {
    display: block;
  }

  .btns.desk {
    display: none !important;
  }

  .btns.mob {
    display: flex !important;
  }

  section.games {
    display: none;
  }

  section.mods {
    padding: 30px 0;
  }

  section.mods h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
  }

  /* section.mods .explore {
    justify-content: center;
    padding-top: 30px;
  } */
  /* 
  section.mods .explore a {
    font-size: 16px;
  } */

  section.mods .items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  section.mods .items .item {
    width: 308px;
    flex: 0 0 auto;
    position: relative;
    width: 308px;
    flex: 0 0 auto;
    position: relative;
    height: 500px;
    padding: 16px;
  }

  section.mods .items .item .headline {
    gap: 8px;
  }

  section.mods .items .item .ver {
    display: inline-flex;
    height: 32px;
    padding: 8px 12px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    top: 30px;
    right: 30px;
    flex-shrink: 0;
  }

  section.mods .items .item .ver span {
    font-size: 14px;
  }

  section.mods .items .item .ver svg {
    width: 20px;
    height: 20px;
  }

  section.mods .items .item .info {
    gap: 12px;
    padding: 20px 0;
    padding-bottom: 100px;
  }

  section.mods .items .item .sub {
    font-size: 12px;
  }

  section.mods .items .item h3 {
    font-size: 18px;
  }

  section.mods .items .item p {
    font-size: 14px;
  }

  section.mods .items .item .btns {
    position: absolute;
    bottom: 20px;
  }

  section.mods .items .item .btns .btn {
    width: 130px;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
    margin-top: 20px;
    padding: 6px 16px 6px 12px;
  }

  section.mods .items .item .btns .btn img {
    height: 20px;
    margin-right: 3px;
  }

  section.curseforge {
    background: linear-gradient(180deg, #0D0D0D 55.63%, rgba(0, 0, 0, 0) 100%);
  }

  section.curseforge article {
    gap: 32px;
  }

  section.curseforge article .cfv {
    height: 80px;
  }

  section.curseforge article .icons {
    flex-direction: column;
  }

  section.curseforge article .icons .icon img {
    height: 36px;
    width: auto;
    margin-right: 10px;
  }

  section.curseforge article .icons .icon label {
    font-size: 16px;
    font-weight: 500;
  }

  section.curseforge .gamesline {
    display: none;
  }

  section.curseforge .mobgameline {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 365px;
  }

  section.curseforge .mobgameline img {
    height: 365px;
  }

  section.btm {
    height: 570px;
    background: url('../img/mobbtm.webp') center no-repeat #000000;
    padding: 0;
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin-top: 140px;
  }

  section.btm .wolf {
    width: 342.745px;
    height: 349px;
    flex-shrink: 0;
    top: 0;
    left: 10px;
    top: -120px;
  }

  section.btm article {
    text-align: center;
    width: 90%;
  }

  section.btm article h2 {
    font-size: 32px;
    margin-top: 130px;
  }

  section.btm article .btns {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  section.btm article .btns.desk {
    display: none;
  }

  section.btm article .btns.mob {
    display: inline-flex !important;
    letter-spacing: 3px;
    display: flex;
    margin-top: 1.25vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.63vw;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  section.btm article .btns .cta {
    width: 100%;
    font-size: 16px;
  }

  footer .desc p {
    font-size: 12px;
  }

  .owfooter {
    font-size: 12px;
  }

  .opt {
    display: block;
    width: 100%;
    margin: 30px 0;
  }

  .header {
    padding: 20px;
    justify-content: space-between;
  }

  .header .btns {
    display: block;
  }

  .header .cta {
    display: none;
  }

  .header .cta.mob {
    display: block;
    font-size: 16px;
    flex: 1;
    padding: 0;
    width: 155px;
    line-height: 40px;
    text-align: center;
    height: 40px;
  }
}

/*# sourceMappingURL=style.css.map */

/* Modal Popup */

/* The Modal (background) */
.modal * {
  box-sizing: border-box;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 4;
}

/* Modal Content */
.download-btn.mac.hidden,
.download-btn.pc.hidden {
  display: none;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 32px 32px 39px;
  width: 100%;
  max-width: 520px;
  max-height: 335px;
  height: 100%;
  overflow: hidden;
  background: url("./../img/popup.webp") no-repeat 50% 50%;
  background-size: cover;
}

.modal-content .modal-logo {
  width: 139px;
  height: 36.405px;
  margin: 0 0 20px;
}

.modal-content .first-heading {
  max-width: 300px;
  margin: 33px 0 0;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0px 0px 10px #151136;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  line-height: 40px;
  /* 125% */
  letter-spacing: -0.32px;
}

.modal-content .first-heading span {
  font-family: 'Montserrat', sans-serif;
}

.modal-content .first-heading.popup span {
  position: absolute;
  opacity: 0;
  z-index: -4;
}

.modal-content .modal-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.modal-content .modal-block-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0px 0 20px;
}

.modal-content .popup-text {
  max-width: 254px;
  margin: 10px 0 10px;
  padding: 0;
  color: #dfdfdf;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.56%;
}

.modal-content .popup-text a {
  color: #EB622B;
  margin: 3px 0 0;
  display: inline-block;
  text-decoration-line: underline;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.56%;
}

.modal-content .popup-text-small {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.letter-style {
  position: relative;
  display: inline-block;
}

.letter-style::before {
  display: block;
  position: absolute;
  top: -9.5px;
  top: -0.83vw;
  left: 50%;
  width: 0.95vw;
  height: 0.95vw;
  /* width: 19px;
  height: 19px; */

  transform: translateX(-50%);
  background: #FF9;
  content: '';
}

@media only screen and (max-width: 600px) {
  .letter-style::before {
    top: -8.5px;
    width: 12px;
    height: 12px;
  }
}

/* carousel section */
.carousel-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  min-width: 0;
}

.carousel-section * {
  box-sizing: border-box;
}

.carousel-section .content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1476px;
  padding: 80px 20px 72px;
  margin: 0 auto;
}

.carousel-section .heading-third a {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
}

.carousel-section .swiper {
  position: relative;
}

.swiper-container,
.content-wrapper-inner {
  width: 100%;
  height: 100%;
}

.carousel-section .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.carousel-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-section .carousel-item {
  display: flex;
  position: relative;
  overflow: hidden;
  max-height: 585px;
  max-width: 464px;
  width: auto;
  margin: 14px 0;
  padding: 20px;
  transition: .2s ease-in-out;
  cursor: pointer;
  height: auto;
  background-color: #202020;
}

.carousel-section .carousel-item-text-small {
  display: block;
  margin: 0px auto 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #9F9F9F;
}

.carousel-section .carousel-item-img img {
  transform: translateY(0px);
  transition: .6s ease-in-out;
}

.carousel-section .carousel-item-block {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  flex-grow: 1;
  justify-content: stretch;
}

.carousel-section .carousel-item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  transform: translateY(0px);
  flex-grow: 1;
}

.carousel-section .carousel-item-text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
}

.carousel-section .carousel-item-text-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}

.carousel-section .carousel-item-text-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  padding-bottom: 0;
}

.carousel-section .carousel-item-title {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 160%;
}

.carousel-section .carousel-item-description {
  display: inline-block;
  max-width: 362px;
  min-height: 89px;
  margin: 0 auto;
  padding-bottom: 26px;
  color: #DFDFDF;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.carousel-section .carousel-item .decorated-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 23px;
  margin-bottom: 21px;
  padding: 1px 14px;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 100%;
  text-align: center;
  color: #fff;
  border: 0.661441px solid #999;
  border-radius: 4px;
  white-space: nowrap;
}

.carousel-section .carousel-item .decorated-text.mob {
  display: none;
}

.carousel-section .img-item {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 16px;
  width: auto;
  height: 42px;
  padding: 11px 17px;
  background: #202020;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.24);
  z-index: 1;
}

.carousel-section .img-item-icon {
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("./../img/game_version.svg") no-repeat 50% 50%;
  background-size: 100%;
}

.carousel-section .img-item-text {
  color: #FFF;
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}

.explore-link {
  display: flex;
  justify-content: flex-end;
  max-width: 1680px;
  margin: 36px 0 123px;
  padding: 0;
}

.explore-link a {
  color: #DFDFDF;
  text-align: right;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
  cursor: pointer;
}

.btn-action {
  background: #EB622B;
}

.btn-view,
.btn-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 39px;
  margin: 3px 10px;
  padding: 6px 16px 6px 12px;
  white-space: nowrap;
  text-decoration: none;
  transition: all .2s ease-in-out;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.btn-view span,
.btn-action span {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.btn-view svg,
.btn-action svg {
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btn-view {
  border: 1px solid #DFDFDF;
  background: transparent;
}




.btn-action {
  background: #EB622B;
}



.heading-third {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .carousel-section .swiper-wrapper {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .heading-third {
    text-align: center;
  }

  section.hero .down {
    display: none;
  }

  .explore-link {
    justify-content: center;
    margin: 0 auto;
  }

  .explore-link a {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-align: center;
  }

  .carousel-section .heading-third {
    padding: 64px 0 0;
  }

  .carousel-section .content-wrapper {
    padding: 0;
  }

  .carousel-section .carousel-item {
    display: flex;
    align-items: stretch;
    min-height: 530px;
    margin: 23px 0px 63px;
    padding: 16px 16px 18px;
  }

  .carousel-section .carousel-item-text-small {
    margin: -2px auto 11px;
  }

  .carousel-section .carousel-item-img {
    height: 240px;
    min-height: 240px;
    overflow: hidden;
  }

  .carousel-section .carousel-item-text {
    padding: 0;
    align-items: flex-start;
  }

  .carousel-section .carousel-item-title {
    padding: 16px 0 5px;
    font-size: 18px;
    line-height: 136%;
  }

  .carousel-section .carousel-item-description {
    max-width: 280px;
    min-height: unset;
    padding-bottom: 4px;
  }

  .carousel-section .carousel-item .decorated-text.mob {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 19px;
    margin-bottom: 12px;
    height: 23px;
    padding: 3px 12px;
  }
}



/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
.features-section .content-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;

}


.features-section .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}


.features-section .carousel-item .decorated-text.mob {
  display: none;
}


@media only screen and (max-width: 1024px) {
  .features-section .carousel-item {
    display: flex;
    align-items: stretch;
  }

  .img-item {
    top: 16px;
    right: 16px;
  }
}

@media only screen and (max-width: 899px) {
  .features-section .swiper-wrapper {
    display: flex;
    grid-gap: unset;
  }
}

@media only screen and (max-width: 500px) {
  .features-section .carousel-item {
    max-width: 308px;
    min-width: 308px;
    max-height: 530px;
    width: 308px;
    height: 567px;
  }

  .features-section .carousel-item-description {
    max-width: 219px;
  }
}

@media only screen and (max-width: 350px) {
  .features-section .carousel-item {
    max-width: 280px;
    min-width: 280px;
    height: auto;
  }
}

@keyframes OpacityLinkAppear {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (min-width: 1025px) {


  .header-link.border.mac.hidden,
  .header-link.border.pc.hidden {
    display: none;
  }

  .cta.dl.download-btn.mac,
  .cta.dl.download-btn.pc,
  .cta.primary.dl.download-btn.pc,
  .cta.primary.dl.download-btn.mac {
    opacity: 0;
    animation: OpacityLinkAppear 1s linear forwards;
  }

  .cta.dl.download-btn.mac,
  .cta.dl.download-btn.pc,
  .cta.primary.dl.download-btn.pc,
  .cta.primary.dl.download-btn.mac {
    animation: OpacityLinkAppear 1s linear forwards;
    animation-delay: .3s;
  }
}

/* HOVER only for desktop */
@media only screen and (min-width: 1025px) {
  .btn-view:hover {
    background: #F18536;
    border: 1px solid #F18536;
  }

  .btn-action:hover {
    background: #F18536;
  }

  .cta.primary:hover,
  .mbtn.primary:hover {
    background: #F18536;
  }

  .cta:hover,
  .mbtn:hover {
    background: #F18536;
    border-color: #F18536;
    color: white;
  }

  section.prizes .items .item:hover:before {
    left: 67.5%;
    opacity: 1;
  }
  
  section.prizes .items .item:hover:after {
    right: 67.5%;
    opacity: 1;
  }

  footer .backtop:hover {
    opacity: 1;
  }
  
  footer .backtop:hover svg {
    animation: bounce 2s infinite;
  }
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #000;
  opacity: 0;
  z-index: 27;
  animation: OpacityLinkAppear .3s linear forwards;
}