
html {
  overscroll-behavior: none;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trailer-video {
  aspect-ratio: 16 / 9;
  width: 70%;
}

.trailer-section {
  display: flex;
  justify-content: center;
  margin-top: 200px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  width:80vw;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 2em;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.fera-hero-image {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.image {
  z-index: 0;
  position: relative;
}

.heading {
  z-index: 2;
  position: relative;
}

.container-2 {
  z-index: 1;
  position: relative;
  top: 400px;
  left: -150px;
}

.image-2 {
  margin-top: -200px;
  padding-top: 0;
}

.hero {
  width: 100%;
  height: 75vh;
  min-height: 700px;
  object-fit: cover;
  background-image: url('../images/Fera_hero-image.png');
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -20px;
  line-height: 100vh;
  overflow: hidden;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 800;

}

.heading-2 {
  font-weight: 500;
}

.fera-logo {
  width: 40%;
  max-width: 1000%;
  margin-bottom: 60px;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 3vw;
}

.hero-content-wrapper {
  z-index: 0;
  width: 110%;
  height: 100%;
  max-width: 2100px;
  margin-left: 5%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 5%;
  line-height: 40vh;
  position: relative;
}

.body-2 {
  background-color: #011015;
  line-height: 1;
}

.button {
  width:80vw;
  background-color: #019bb6;
  border-radius: 6px;
  margin-top: 16px;
  padding: 2em;
  font-weight: 500;
}

.button:hover {
  background-color: #035570;
}

.heading-3 {
  max-width: 60px;
}

.heading-4 {
  max-width: 852ch;
}

.heading-5 {
  max-width: 60px;
}

.heading-6 {
  max-width: 852ch;
}

.heading-7 {
  max-width: 60ch;
}

.heading-8 {
  z-index: 1;
  max-width: 400px;
  font-size: 4vw;
  line-height: 1;
  position: relative;
}

.text-block {
  max-width: 300px;
  margin-bottom: -67px;
  font-size: 0;
}

.image-4 {
  z-index: 1;
  position: relative;
}

.wishlist-button {
  width: 80vw;
  color: #033546;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #033546;
  border-radius: 6px;
  margin-top: 40px;
  padding:2em;
  font-weight: 500;
}

.wishlist-button:hover {
  color: #fff;
}

.hero-without-image {
  background-color: #011015;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  background-color: #011015;
  margin-bottom: 24px;
}

.button-primary-2 {
  width: 80vw;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 2em;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-9 {
  color: #019bb6;
  -webkit-text-stroke-color: #019bb6;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.hero-heading-right {
  background-color: #033546;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  font-weight: 500;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-center {
  background-color: #033546;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.video {
  object-fit: fill;
  display: block;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: "Area";
}

.image-5 {
  z-index: 1;
  padding-right: 0;
  position: relative;
}

.heading-10 {
  z-index: 2;
  color: #fff;
  background-color: #011015;
  margin-right: -5px;
  font-size: 25px;
  font-weight: 400;
  position: relative;
  right: -200px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template: "Area Area ."
                 "Area Area Area-2"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  display: grid;
}

.text-block-2 {
  position: static;
}

.heading-11 {
  position: relative;
}

.heading-12 {
  z-index: 2;
  color: #019bb6;
  border-radius: 2px;
  margin-top: 0;
  padding-top: 46px;
  padding-left: 46px;
  padding-right: 46px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  left: 0;
}

.text-block-3 {
  color: #019bb6;
  margin-top: 22px;
  padding-bottom: 45px;
  padding-left: 46px;
  padding-right: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.tribe-copy {
  z-index: 2;
  width: 120%;
  background-color: #011015;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 98px;
  margin-right: 200px;
  display: flex;
  position: relative;
  left: 24%;
}

.dynamic-aerial-image {
  z-index: 1;
  width: 100%;
  height: 50%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-image: url('../images/Charcters-fighting-beast.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: -6px;
  padding-top: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.features-section {
  width: 100%;
  background-color: #011015;
  padding-top: 10vw;
}

.button-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5vw;
  padding: 2em;
  display: flex;
  position: absolute;
  bottom: 40px;
}

.lang-switcher {
  position: absolute;
  top: 16px;     /* adjusts distance from top */
  left: 16px;    /* adjusts distance from left */
  z-index: 20;   /* must sit above the buttons at z-index:10 */
}

.lang-switcher a {
  display: inline-block;
  padding: 0.4em 0.8em;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.button-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
  bottom: 40px;

}

.image-6 {
  width: 100vw;
  object-fit: cover;
}

.solid-button {
  width: 80vw;
  text-align: center;
  background-color: #019bb6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 1.5vw;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.solid-button:hover {
  background-color: #033546;
}

.wishlist {
  width: 80vw;
  color: #fff;
  text-align: center;
  background-color: #01b6a4;
  border: 3px solid #01b6a4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.wishlist:hover {
  color: #fff;
  background-color: #033546;
  border-color: #033546;
}

.dynamic-image {
  z-index: 1;
  width: 80vw;
  height: 50vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Charcters-fighting-beast.jpg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  left: auto;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-right: 10%;
}

.heading-13 {
  color: #78dbd8;
  text-align: center;
  margin: 80px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  display: block;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #019bb6;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-2 {
  color: #011015;
  background-color: #011015;
  padding: 0 5% 0;
}

.heading-14 {
  color: #78dbd8;
  text-align: center;
  margin: 0 0 100px;
  font-size: 4rem;
  font-weight: 500;
}

.tribe-image {
  z-index: 1;
  background-image: url('../images/image-435.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.tribe-image.image {
  margin-top: 10vw;
}

.dynamic-copy {
  z-index: 2;
  width: 200%;
  background-color: #011015;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10vw;
  margin-right: auto;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
  left: -40%;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-left: 0%;
  padding-right: 10px;
  display: flex;
  align-items: flex-start;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.footer {
  z-index: 0;
  width: 100%;
  min-height: 220px;
  background-color: #033546;
  margin-top: -16px;
  margin-bottom: 0;
  padding: 53px 64px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: static;
}

.spark-social-link {
  width: 50px;
  aspect-ratio: 1;
  color: #019bb6;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #019bb6;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  opacity: 1;
  color: #fff;
  background-color: #019bb6;
}

.presskit-button {
  color: #fff;
  background-color: #7f30da;
  border: 1px #5532fa;
  border-radius: 8px;
  flex: none;
  margin-left: 0;
  margin-right: 128px;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.presskit-button:hover {
  opacity: 1;
  background-color: #470099;
  border-color: #1e116e;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-social-link-row.spark-left {
  justify-content: flex-start;
}

.text-block-4 {
  color: #f0ecfd;
}

.text-block-5 {
  color: #f0ecfd;
  padding-bottom: 1vw;
  font-size: 1.125rem;
  font-weight: 500;
}

.paragraph, .paragraph-2 {
  color: #78dbd8;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.combat {
  z-index: 2;
  width: 98%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(231, 236, 235, .96);
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: -1vw;
  margin-bottom: 17.8vw;
  margin-right: 61%;
  padding-top: 0;
  display: block;
  position: relative;
  top: 29%;
  left: auto;
  right: auto;
}

.heading-15 {
  z-index: 2;
  color: #01b6a4;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 2vw;
  margin-right: 1px;
  padding-top: 3vw;
  padding-left: 3vw;
  padding-right: 1vw;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  left: 2%;
  right: auto;
}

.text-block-6 {
  color: #033546;
  margin-top: 22px;
  padding-bottom: 3vw;
  padding-left: 4vw;
  padding-right: 6vw;
  font-weight: 500;
  line-height: 1.2;
}

.section-3 {
  width: 100%;
  padding-top: 41px;
  padding-bottom: 0;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." 356px
                 "." 153px
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

.image-7 {
  z-index: 1;
  display: block;
  position: relative;
}

.dynamic-aerial-action {
  z-index: 1;
  background-image: url('../images/combat-scene.html');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.grid-6, .tribe-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #033546;
  grid-template-rows: 200px 200px auto auto 143px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 49px;
}

.dynamic-feature {
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #011015;
  grid-template-rows: 200px 200px auto auto 143px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 10%;
  display: grid;
  position: relative;
}

.dynamic-aerial-action-copy {
  z-index: 1;
  background-image: url('../images/image-435-p-1080.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.tribe-content {
  z-index: 2;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(1, 16, 21, .9);
  border-radius: 2px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2vw;
  margin-right: 10%;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.dynamic-feature-copy {
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #011015;
  grid-template-rows: 200px 200px auto auto 143px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 10%;
  display: grid;
  position: relative;
}

.dynamic-aerial-action-copy {
  z-index: 1;
  background-image: url('../images/image-435.png');
  background-position: 50%;
  background-size: auto;
  position: relative;
}

.dynamic-feature-copy-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #011015;
  grid-template-rows: 200px 200px auto auto 143px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 10%;
  display: grid;
  position: relative;
}

.dynamic-aerial-action-copy-copy {
  z-index: 1;
  background-image: url('../images/civilization.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.living-tribe {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dynamic-aerial-action-copy-copy-copy {
  z-index: 1;
  background-image: url('../images/Combat-scene.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.solid-button-copy {
  width: 15vw;
  text-align: center;
  background-color: #019bb6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5vw;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.solid-button-copy:hover {
  background-color: #033546;
}

.footer-buttoon {
  width: 15vw;
  text-align: center;
  background-color: #019bb6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: auto;
  padding: 1.5vw;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.footer-buttoon:hover {
  background-color: #033546;
}

.info-button {
  width: 15vw;
  text-align: center;
  background-color: #019bb6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: auto;
  padding: 1.5vw;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.info-button:hover {
  background-color: #033546;
}

.info-button-copy {
  width: 15vw;
  text-align: center;
  background-color: #019bb6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: auto;
  padding: 1.5vw;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.info-button-copy:hover {
  background-color: #033546;
}

.info-button-copy-copy {
  width: 60%;
  text-align: center;
  background-color: #019bb6;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: -2px;
  margin-right: auto;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  padding-right: 1vw;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.info-button-copy-copy:hover {
  width: 17vw;
  background-color: #011015;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.wish-list-button {
  color: #fff;
  text-align: center;
  background-color: #019bb6;
  border-radius: 8px;
  font-weight: 500;
  line-height: 1.1;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  font-size: 0.85rem;
  font-weight:700;

}

.wish-list-button:hover {
  color: #019bb6;
  background-color: #033546;
  border-color: #019bb6;
}

.button-2-copy {
  color: #fff;
  background-color: #019bb6;
  border-radius: 8px;
  padding: 20px 40px;
  font-weight: bold;
  border: 2px solid transparent;
}

.button-2-copy:hover {
  color: #019bb6;
  background-color: rgba(0, 0, 0, 0);
  border-color: #019bb6;
}

.button-2-copy-copy {
  width: 80%;
  color: #fff;
  background-color: #019bb6;
  border-radius: 8px;
  padding: 6% 1% 6% 7%;
  font-weight: bold;
}

.button-2-copy-copy:hover {
  color: #019bb6;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #019bb6;
}

.outline-button {
  color: #011015;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  border: 3px solid #011015;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2em;
  font-weight: bold;
  line-height: 1.1;
  font-size: 0.85rem;
  display: flex;
}

.outline-button:hover {
  color: #1ac3fc;
  background-color: #033546;
  border: 3px solid #1ac3fc;
}

.about-news-button {
  color: #fff;
  background-color: #019bb6;
  border-radius: 8px;
  padding: 2em;
  font-weight: bold;
  border: 2px solid transparent;
}

.about-news-button:hover {
  color: #019bb6;
  background-color: rgba(0, 0, 0, 0);
  border-color: #019bb6;
}

.parallax-background {
  height: 100%;
  position: absolute;
  overflow: auto;
}

.parallax-foreground {
  height: 100px;
  position: absolute;
}

.background-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/Fera_hero-image.png');
  background-position: 0 0;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

@media screen and (min-width: 2100px) {
  .hero {
    width: 100%;
    height: 75vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/Fera_hero-image.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .fera-logo {
    width: 60%;
    max-width: none;
    margin-bottom: 0;
    margin-top: -60px;
    padding-top: 70px;
    padding-bottom: 1vw;
    padding-left: 3vw;
  }

  .hero-content-wrapper {
    width: 40%;
    max-width: none;
    margin-left: 2%;
    margin-right: 0%;
    padding-right: 0%;
    line-height: 40vh;
  }

  .button {
    flex: 0 auto;
    margin: 2% 4% -1%;
    padding: 2% 2% 0%;
    font-size: 1rem;
    display: block;
  }

  .wishlist-button {
    width: 70%;
    color: #fff;
    text-align: center;
    background-color: #019bb6;
    border-style: none;
    border-color: #fff;
    flex-flow: wrap;
    flex: 0 auto;
    margin-top: 0%;
    margin-right: 2vw;
    padding: 1vw;
    font-size: 1.1rem;
    display: flex;
    position: relative;
  }

  .wishlist-button:hover {
    border-width: 3px;
    border-color: #fff;
  }

  .video {
    width: 100vw;
    padding-bottom: 0;
    position: relative;
  }

  .heading-12 {
    margin-bottom: 1vw;
    margin-right: 0;
    padding-top: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.875rem;
  }

  .text-block-3 {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .tribe-copy {
    width: 30vw;
    flex-flow: column;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 1.125rem;
    display: block;
    position: relative;
    bottom: -58px;
  }

  .dynamic-aerial-image {
    margin-top: -2vw;
    position: relative;
    top: 4%;
    bottom: -12%;
    left: 0;
    right: 50%;
  }

  .features-section {
    margin-top: auto;
    padding-top: 6vw;
    font-size: 1.125rem;
  }

  .button-wrapper {
    margin-left: 10%;
    padding-left: 2vw;
    bottom: 100px;
    display: flex;
  }

  .image-6 {
    width: 100vw;
    height: 50vw;
    padding-top: 0;
    display: block;
  }

  .solid-button {
    background-color: #019bb6;
    border: 1px #000;
    border-radius: 9px;
    margin-right: .5vw;
    padding: 1vw;
    font-size: 1.125rem;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .solid-button:hover {
    background-color: #033546;
  }

  .wishlist {
    color: #033546;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #033546;
    border-radius: 4px;
    margin-left: 14px;
    margin-right: 0;
    padding: 1vw;
    font-size: 1.125rem;
    font-weight: 600;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  }

  .wishlist:hover {
    color: #fff;
    background-color: #033546;
    border-style: none;
    border-color: #019bb6;
  }

  .dynamic-copy, .combat {
    width: 30vw;
    flex-flow: column;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 1.125rem;
    display: block;
    position: relative;
    bottom: -58px;
  }

  .heading-15 {
    margin-bottom: 1vw;
    margin-right: 0;
    padding-top: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.875rem;
    position: relative;
  }

  .text-block-6 {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .tribe-content {
    width: 30vw;
    flex-flow: column;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 1.125rem;
    display: block;
    position: relative;
    bottom: -58px;
  }

  .solid-button-copy {
    background-color: #019bb6;
    border: 1px #000;
    border-radius: 9px;
    margin-right: .5vw;
    padding: 1vw;
    font-size: 1.125rem;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .solid-button-copy:hover {
    background-color: #033546;
  }

  .footer-buttoon {
    background-color: #019bb6;
    border: 1px #000;
    border-radius: 9px;
    margin-right: .5vw;
    padding: 1vw;
    font-size: 1.125rem;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .footer-buttoon:hover {
    background-color: #033546;
  }

  .info-button {
    background-color: #019bb6;
    border: 1px #000;
    border-radius: 9px;
    margin-right: .5vw;
    padding: 1vw;
    font-size: 1.125rem;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .info-button:hover {
    background-color: #033546;
  }

  .info-button-copy {
    background-color: #019bb6;
    border: 1px #000;
    border-radius: 9px;
    margin-right: .5vw;
    padding: 1vw;
    font-size: 1.125rem;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .info-button-copy:hover {
    background-color: #033546;
  }

  .info-button-copy-copy {
    background-color: #019bb6;
    border: 1px #000;
    border-radius: 9px;
    margin-right: .5vw;
    padding: 1vw;
    font-size: 1.125rem;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .info-button-copy-copy:hover {
    background-color: #033546;
  }

  .wish-list-button {
    text-align: center;
    background-color: #019bb6;
    padding: 2em;
  }

  .wish-list-button:hover {
    background-color: #033546;
  }

  .outline-button {
    color: #033546;
    text-align: center;
    -webkit-text-stroke-color: #033546;
    background-color: rgba(120, 219, 216, .20);
    padding: 2em;
    
  }

  .outline-button:hover {
    color: #019bb6;
    -webkit-text-stroke-color: #fff;
    background-color: #033546;
    border-color: #019bb6;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero {
    height: 80vh;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-12 {
    align-items: center;
    padding-left: 10%;
    display: flex;
  }

  .text-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tribe-copy {
    width: 200%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: -96px;
    margin-right: auto;
    padding-top: 0;
    position: static;
    left: auto;
  }

  .dynamic-aerial-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    display: flex;
  }

  .features-section {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    display: flex;
    position: relative;
  }

  .dynamic-image, .tribe-image {
    z-index: 0;
    width: 100vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    object-position: 50% 50%;
    background-color: #011015;
    background-image: url('../images/Charcters-fighting-beast.jpg');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1.125rem;
    display: flex;
    position: static;
  }

  .dynamic-copy {
    width: 200%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: -96px;
    margin-right: auto;
    padding-top: 0;
    position: static;
    left: auto;
  }

  .spark-footer-column {
    min-width: 180px;
    align-items: flex-start;
  }

  .spark-footer-grid {
    grid-row-gap: 35px;
    grid-template-columns: 2.25fr;
  }

  .footer {
    min-height: 600px;
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .combat {
    width: 100vw;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: relative;
    left: auto;
  }

  .heading-15 {
    width: 100vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 40px;
    display: flex;
    position: static;
  }

  .text-block-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-bottom: 40px;
  }

  .dynamic-aerial-action, .dynamic-aerial-action-copy {
    width: 100vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: flex;
    position: static;
  }

  .tribe-content {
    width: 100vw;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: relative;
    left: auto;
  }

  .dynamic-aerial-action-copy, .dynamic-aerial-action-copy-copy, .dynamic-aerial-action-copy-copy-copy {
    width: 100vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: flex;
    position: static;
  }
}

@media screen and (max-width: 750px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero {
    height: 80vh;
  }

  .hero-without-image, .hero-heading-right, .hero-heading-center {
    padding: 60px 15px;
  }

  .tribe-copy {
    justify-content: center;
    align-items: center;
    margin-right: 83px;
    display: flex;
  }

  .trailer-video {
    width: 100%;
  }

  .trailer-section {
    margin-top: 50px;
  }

  .wishlist {
    width: 80vw;
    height: auto;
  }

  .dynamic-copy {
    justify-content: center;
    align-items: center;
    margin-right: 83px;
    display: flex;
  }

  .spark-container {
    width: 100%;
  }

  .footer {
    padding-top: 88px;
    padding-bottom: 10px;
  }

  .combat, .tribe-content {
    justify-content: center;
    align-items: center;
    margin-right: 83px;
    display: flex;
  }

  .outline-button,
  .wish-list-button {
    width: 80vw;
  }
}

@media screen and (max-width: 750px) {

  .container {
    max-width: none;
  }

  .hero {
    height: 160vw;
    object-fit: fill;
    margin-left: auto;
    padding-bottom: 0;
    background-position:center;
  }

  .fera-logo {
    width: 82%;
    margin: 0 0 5px -13px;
    padding: 0 0 0 10vw;
  }

  .hero-content-wrapper {
    width: 100vw;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-8 {
    position: static;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .heading-12 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 1%;
    padding-top: 10%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 20px;
  }

  .text-block-3 {
    margin-top: 10%;
    padding-left: 7%;
    padding-right: 16px;
    font-size: 15px;
  }

  .tribe-copy {
    width: 100vw;
    margin-top: -188px;
    margin-right: -24px;
  }

  .dynamic-aerial-image {
    object-fit: fill;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / .25fr .5fr;
    grid-auto-columns: .25fr;
    align-items: stretch;
    margin-top: -102px;
  }

  .button-wrapper {
    width: 100vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
    position: unset;
    padding: 0;
    margin: 0 0 40px;
  }

  .image-6 {
    height: 70vw;
  }

  .solid-button {
    width: 80vw;
    outline-offset: 0px;
    text-align: center;
    background-color: #019bb6;
    border-radius: 0;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    padding: 2em;
    display: flex;
  }

  .solid-button:hover {
    background-color: #01b6a4;
  }

  .wishlist {
    width: 80vw;
    color: #fff;
    text-align: center;
    background-color: #033546;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 2em;
    display: flex;
  }

  .wishlist:hover {
    background-color: #011015;
  }

  .dynamic-image {
    height: 150vw;
  }

  .grid-4 {
    width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 3fr 3.25fr;
  }

  .tribe-image {
    height: 150vw;
  }

  .dynamic-copy {
    width: 100vw;
    margin-top: -188px;
    margin-right: -24px;
  }

  .footer {
    padding: 64px 20px 10px;
  }

  .combat {
    width: 100vw;
    margin-top: -188px;
    margin-right: -24px;
  }

  .heading-15 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 1%;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 20px;
  }

  .text-block-6 {
    margin-top: 0;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 15px;
    padding-bottom: 20px;
  }

  .tribe-content {
    width: 100vw;
    margin-top: -188px;
    margin-right: -24px;
  }

  .solid-button-copy {
    width: 80vw;
    outline-offset: 0px;
    text-align: center;
    background-color: #019bb6;
    border-radius: 0;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    padding: 2em;
    display: flex;
  }

  .solid-button-copy:hover {
    background-color: #01b6a4;
  }

  .footer-buttoon {
    width: 80vw;
    outline-offset: 0px;
    text-align: center;
    background-color: #019bb6;
    border-radius: 0;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    padding: 2em;
    display: flex;
  }

  .footer-buttoon:hover {
    background-color: #01b6a4;
  }

  .info-button {
    width: 80vw;
    outline-offset: 0px;
    text-align: center;
    background-color: #019bb6;
    border-radius: 0;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    padding: 2em;
    display: flex;
  }

  .info-button:hover {
    background-color: #01b6a4;
  }

  .info-button-copy {
    width: 80vw;
    outline-offset: 0px;
    text-align: center;
    background-color: #019bb6;
    border-radius: 0;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    padding: 2em;
    display: flex;
  }

  .info-button-copy:hover {
    background-color: #01b6a4;
  }

  .info-button-copy-copy {
    width: 80vw;
    outline-offset: 0px;
    text-align: center;
    background-color: #019bb6;
    border-radius: 0;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    padding: 2em;
    display: flex;
  }

  .info-button-copy-copy:hover {
    background-color: #01b6a4;
  }
}

@media screen and (max-width: 469px) {

  .button-intro {
    outline-offset: 0px;
    text-align: center;
    border-radius: 0;
    outline: 3px #fff;
    justify-content: center;
    align-items: center;
    padding: 2em;
    display: flex;
    flex-direction: column;
    grid-row-gap:16px;

  }

}

#w-node-_2feaf177-3d39-a57b-23ed-bd3ac461abaa-d405566d {
  grid-area: 1 / 1 / 6 / 8;
}

#w-node-ee647702-9692-2d40-49c8-eb5a51f17a75-d405566d {
  grid-area: 1 / 6 / 5 / 9;
}

#w-node-_30e2d224-7332-5a17-5648-819c2ff9ee95-d405566d {
  grid-area: 1 / 2 / 6 / 10;
}

#w-node-_30e2d224-7332-5a17-5648-819c2ff9ee96-d405566d {
  grid-area: 2 / 1 / 5 / 4;
}

#w-node-d5460e54-23e7-6b0c-2d64-d9923e4daa8f-d405566d {
  grid-area: 1 / 1 / 6 / 8;
}

#w-node-d5460e54-23e7-6b0c-2d64-d9923e4daa90-d405566d {
  grid-area: 1 / 6 / 4 / 9;
}

#w-node-d60c4e7b-e08b-a284-ec75-7820b0544109-d405566d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d60c4e7b-e08b-a284-ec75-7820b054410c-d405566d, #w-node-d60c4e7b-e08b-a284-ec75-7820b0544113-d405566d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_30e2d224-7332-5a17-5648-819c2ff9ee96-d405566d {
    grid-area: 3 / 1 / 6 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2feaf177-3d39-a57b-23ed-bd3ac461abaa-d405566d {
    grid-area: span 5 / span 6 / span 5 / span 6;
  }

  #w-node-ee647702-9692-2d40-49c8-eb5a51f17a75-d405566d {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_30e2d224-7332-5a17-5648-819c2ff9ee95-d405566d {
    grid-area: span 5 / span 6 / span 5 / span 6;
  }

  #w-node-_30e2d224-7332-5a17-5648-819c2ff9ee96-d405566d {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-d5460e54-23e7-6b0c-2d64-d9923e4daa8f-d405566d {
    grid-area: span 5 / span 6 / span 5 / span 6;
  }

  #w-node-d5460e54-23e7-6b0c-2d64-d9923e4daa90-d405566d {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }
}


