@font-face {
  font-family: Poppins Variablefont Wght;
  src: url('../fonts/Poppins-VariableFont_wght.otf') format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-dark: #14161c;
  --light-purple: #beb3d0;
  --dark: #17171d;
  --white: white;
}

body {
  background-color: var(--background-dark);
  color: var(--light-purple);
  margin-bottom: 0;
  font-family: Poppins Variablefont Wght, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

.page-wrapper {
  min-height: 100svh;
}

.padding-global {
  width: 100%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.375rem;
  padding-right: 5.375rem;
}

.padding-global.is-npc {
  padding-left: 0;
  padding-right: 0;
}

.padding-global.is-slider {
  max-width: 100vw;
  padding-left: 4rem;
  padding-right: 4rem;
}

.background_video {
  position: relative;
}

.hero_body {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.hero_top {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_heading {
  max-width: 35.3125rem;
}

.h1 {
  font-size: 4.75rem;
  line-height: 1;
}

.text-color-gradient.is-purple {
  background-image: linear-gradient(135deg, #9c92b1, #dacfea 35%, #dac9ff 82%, #daccf4);
}

.text-size-18px {
  font-size: 1.125rem;
  line-height: 150%;
}

.button-main_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  transform-origin: 50%;
  color: var(--dark);
  text-transform: uppercase;
  background-image: linear-gradient(300deg, #b39dd2, #ccbdeb);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(150px);
}

.button-main_wrapper:where(.w-variant-8b2d62e6-9920-d257-db17-ba43e060ba6d) {
  padding: 1rem 1.5rem;
  font-size: .875rem;
}

.button-main_wrapper:hover {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.button-main_wrapper.notched:where(.w-variant-98299ec0-f661-f14d-641f-4d9209e20d33), .button-main_wrapper.notched.small {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  padding: 1rem 1.5rem;
  font-size: .875rem;
}

.button-main_wrapper.is-secondary {
  color: var(--white);
  background-color: #e9e9f50d;
  background-image: none;
  border: 1px solid #e9e9f51f;
}

.icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon.is-button-arrow {
  width: .625rem;
  height: .625rem;
}

.icon.is-discord {
  width: 1.5rem;
  height: 1.5rem;
}

.icon.is-logo {
  width: 12rem;
  height: 2.5rem;
}

.icon.is-hero-link {
  width: 4.25rem;
  height: 4.25rem;
}

.icon.is-slider-button {
  width: 4rem;
  height: 4rem;
}

.hero-links_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-video_wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-cover {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-video_gradient {
  z-index: 1;
  background-image: linear-gradient(#06070c63, #06070ccf);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background_photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background_photo.is-1 {
  background-image: url('../images/back-2_1.avif');
}

.background_photo.is-3 {
  background-image: url('../images/image_1.avif');
}

.background_photo.is-2_no-padding {
  background-image: url('../images/back-2_1.avif');
}

.storytelling_body {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.storytelling-image_wraper {
  width: 100%;
  max-width: 31rem;
}

.storytelling_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2 {
  text-shadow: -.5rem .75rem 3.5rem #fff3;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.consistent_body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url('../images/consistent-back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 24.5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.consistent_heading {
  max-width: 28rem;
}

.consistent_paragraph {
  max-width: 20rem;
}

.consistent_image {
  width: 31vw;
  max-width: 28.125rem;
  height: 29vw;
  max-height: 26.125rem;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}

.dynamic_body {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
}

.dynamic_head {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 37rem;
  display: flex;
}

.dynamic-image_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 17rem;
  display: grid;
}

.section_npc {
  background-image: url('../images/Frame-1000002477_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.npc_body {
  grid-column-gap: 5.875rem;
  grid-row-gap: 5.875rem;
  justify-content: center;
  align-items: center;
  padding-top: 4.875rem;
  padding-bottom: 5.625rem;
  display: flex;
}

.npc_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.npc_head {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.npc_heading {
  max-width: 30rem;
}

.rpg_body {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: flex;
}

.rpg_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rpg-image_wrapper {
  mix-blend-mode: lighten;
  width: 100%;
  max-width: 32.75rem;
}

.loot_body {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  -webkit-backdrop-filter: blur(.75rem);
  backdrop-filter: blur(.75rem);
  background-image: url('../images/loot-back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  padding: 2.25rem 1.75rem;
  display: flex;
}

.loot-image_wrapper {
  width: 100%;
  max-width: 15rem;
}

.loot_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_freedom {
  background-image: url('../images/NPC-back.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
}

.freedom_body {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
}

.freedom_head {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 35.25rem;
  display: flex;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.freedom_image.is-1 {
  width: 16.125rem;
  position: absolute;
  inset: -6rem auto auto 0%;
  transform: rotate(-7deg);
}

.freedom_image.is-2 {
  width: 16.125rem;
  position: absolute;
  inset: auto -1rem -6rem auto;
  transform: rotate(8deg);
}

.footer_body {
  justify-content: center;
  align-items: center;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
  display: flex;
}

.footer_item {
  width: 100%;
  display: flex;
}

.footer_item.is-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

.footer_item.is-center {
  justify-content: center;
  align-items: center;
}

.footer_item.is-right {
  justify-content: flex-end;
  align-items: center;
}

.links_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #e9e9f5;
  background-color: #e9e9f50d;
  border: 1px solid #e9e9f50d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .625rem .375rem .375rem;
  font-size: .875rem;
  text-decoration: underline;
  transition: all .333s;
  display: flex;
}

.button-icon:hover {
  background-color: #e9e9f526;
}

.link-white {
  color: #e9e9f5;
  -webkit-text-decoration: underline #e9e9f500;
  text-decoration: underline #e9e9f500;
  transition: all .333s;
}

.link-white:hover {
  text-decoration: underline;
}

.devider-vertical {
  opacity: .1;
  background-color: #fff;
  flex: none;
  width: 1px;
}

.header {
  z-index: 100;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  position: fixed;
  inset: 0% 0% auto;
}

.header_body {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  display: flex;
}

.header-links_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_logo {
  width: 20rem;
}

.header_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hide-desktop, .header-menu_opened {
  display: none;
}

.hero-privacy_body {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10rem;
  padding-bottom: 5.625rem;
  display: flex;
}

.privacy-item_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-22px {
  font-size: 1.375rem;
  font-weight: 500;
}

.hero-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.section_slider {
  position: relative;
  overflow: hidden;
}

.slider-main_component {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.swiper.is-main {
  overflow: visible;
}

.swiper-wrapper.is-main {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-slide.is-main {
  flex: none;
  width: 15.4375rem;
  height: 32rem;
}

.slider-main_button-wrapper {
  z-index: 3;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 4rem;
}

.slider-main_button {
  pointer-events: auto;
}

.hide {
  display: none;
}

.slider-main_blur {
  width: 20.375rem;
  height: 100%;
  position: absolute;
}

.slider-main_blur.is-right {
  z-index: 2;
  background-image: linear-gradient(90deg, #14151c00, #14151c);
  inset: 0% 0% auto auto;
}

.slider-main_blur.is-left {
  z-index: 2;
  background-image: linear-gradient(270deg, #14151c00, #14151c);
  inset: 0% auto auto 0%;
}

.swiper-bullet-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.swiper-bullet {
  opacity: .1;
  background-color: #dacfea;
  border-radius: 50%;
  flex: none;
  width: .625rem;
  min-height: .625rem;
  padding: 0;
  transition: all .333s;
}

.swiper-bullet.is-active {
  opacity: 1;
}

.button-main_content {
  z-index: 3;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
  position: relative;
}

.button-main_content:where(.w-variant-8b2d62e6-9920-d257-db17-ba43e060ba6d) {
  padding: 1rem 1.5rem;
  font-size: .875rem;
}

.button-main_flash {
  z-index: 1;
  opacity: .2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 75rem;
  display: flex;
  position: absolute;
  inset: auto;
}

.button-main_flash-img {
  object-fit: cover;
  flex: none;
  min-width: 24.375rem;
  height: 5.5rem;
  display: block;
}

.hero2_body {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 11.875rem;
  padding-bottom: 5.5rem;
  display: flex;
}

.hero2_heading {
  max-width: 54.75rem;
}

.hero2_top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero2_links_wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero2_paragraph {
  max-width: 58.375rem;
}

.text-size-24px {
  font-size: 1.5rem;
  line-height: 130%;
}

.text-weight-medium {
  font-weight: 500;
}

.text-aling-right {
  text-align: right;
}

.max-width-504px {
  max-width: 31.5rem;
}

.hero2_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero2_bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.perks_wrapper {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.perks-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-image: linear-gradient(135deg, #5f638214, #8f96c605 54%, #45496021);
  border: 1px solid #807793;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22.375rem;
  padding: 1.5rem;
  display: flex;
}

.section_cta {
  background-image: url('../images/back-7_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  overflow: hidden;
}

.cta_body {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.cta_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 42rem;
  display: flex;
}

.hero-contact_body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90svh;
  display: flex;
}

.storytelling_top {
  grid-column-gap: 4.6875rem;
  grid-row-gap: 4.6875rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.stroytelling-image {
  background-image: url('../images/Group-1000003191_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 19rem;
  margin-top: 3.75rem;
}

.storytelling_bottom {
  width: 100%;
  overflow: hidden;
}

.npc_paragraph {
  max-width: 43rem;
}

.freedom_buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.hero-email_top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-email_body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90svh;
  display: flex;
}

.form-field {
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #8f96c605;
  border: 1px solid #80779380;
  border-radius: .5rem;
  width: 23.25rem;
  min-height: 2.875rem;
  margin-bottom: 0;
  padding: .625rem 1.125rem;
}

.form-field::placeholder {
  color: var(--light-purple);
  font-size: 1rem;
}

.form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  transform-origin: 50%;
  color: var(--dark);
  text-transform: uppercase;
  background-image: linear-gradient(300deg, #b39dd2, #ccbdeb);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  height: 2.875rem;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(150px);
}

.button-form:where(.w-variant-8b2d62e6-9920-d257-db17-ba43e060ba6d) {
  padding: 1rem 1.5rem;
  font-size: .875rem;
}

.button-form:hover {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.button-form.notched:where(.w-variant-98299ec0-f661-f14d-641f-4d9209e20d33) {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  padding: 1rem 1.5rem;
  font-size: .875rem;
}

.form-success-message {
  -webkit-backdrop-filter: blur(.8rem);
  backdrop-filter: blur(.8rem);
  background-color: #8f96c608;
  border-radius: .5rem;
}

.padding-section-main {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.image-contain {
  mix-blend-mode: normal;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.art_body {
  background-image: url('../images/art-body_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 31.25rem;
  margin-top: 3.75rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.art_head {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22.25rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.art_slider {
  background-color: #0000;
  width: 33.47vw;
  max-width: 30rem;
  height: 37.36vw;
  max-height: 32rem;
  margin-bottom: 5rem;
  position: static;
  inset: auto auto 2rem 4rem;
}

.consistent_head {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5.25rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-global, .padding-global.is-slider {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.is-slider-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_body {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 3rem;
  }

  .hero_top {
    max-width: 21.4375rem;
  }

  .h1 {
    font-size: 2.875rem;
  }

  .text-size-18px {
    font-size: .875rem;
  }

  .button-main_wrapper {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .icon.is-logo {
    width: 8.9375rem;
    height: 1.875rem;
  }

  .icon.is-40x40px {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hero-links_wrapper {
    flex-flow: wrap;
  }

  .storytelling_body {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .storytelling-image_wraper {
    max-width: none;
  }

  .storytelling_text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .text-size-16px {
    font-size: .875rem;
  }

  .consistent_body {
    justify-content: space-between;
    align-items: center;
  }

  .dynamic_body {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .dynamic_head {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 24rem;
  }

  .dynamic-image_wrapper {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .npc_body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 1.5rem 4rem;
  }

  .npc_heading {
    max-width: 22rem;
  }

  .rpg_body {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .rpg_text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rpg-image_wrapper {
    max-width: none;
  }

  .loot_body {
    padding: 1.5rem;
  }

  .loot_text {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .freedom_body {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 16rem;
    padding-bottom: 3.25rem;
  }

  .freedom_head {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .freedom_image.is-1 {
    width: 12rem;
    transform: rotate(7deg);
  }

  .freedom_image.is-2 {
    width: 12rem;
    inset: -7rem auto auto 14rem;
    transform: rotate(7deg);
  }

  .footer_body {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer_item.is-left {
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-items: center;
  }

  .footer_item.is-right {
    order: 1;
    justify-content: center;
    align-items: center;
  }

  .links_wrapper.is-footer {
    grid-column-gap: 1.625rem;
    grid-row-gap: 1.625rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .devider-vertical.is-footer {
    display: none;
  }

  .header_body {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .header-links_wrapper {
    display: none;
  }

  .header_buttons {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    width: auto;
  }

  .hide-tablet {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .header-button_menu-open {
    background-color: #0000;
    padding: 0;
  }

  .header-menu_opened {
    z-index: 10;
    background-color: var(--dark);
    position: absolute;
    inset: 0% 0% auto;
  }

  .header-button_menu-close {
    background-color: #0000;
    padding: 0;
  }

  .header-menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-bottom: 3rem;
    display: flex;
  }

  .hero-privacy_body {
    justify-content: flex-end;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .slider_body {
    padding-top: 0;
  }

  .slider-main_button-wrapper {
    display: none;
  }

  .slider-main_blur {
    width: 8rem;
  }

  .slider-main_blur.is-right, .slider-main_blur.is-left {
    top: 0%;
  }

  .swiper-bullet-wrapper {
    display: flex;
  }

  .hero2_body {
    justify-content: flex-end;
    align-items: center;
    padding-top: 5rem;
  }

  .hero2_top {
    max-width: 21.4375rem;
  }

  .hero2_links_wrapper {
    flex-flow: column;
  }

  .text-aling-right.is-hero2 {
    text-align: center;
  }

  .cta_body {
    text-align: left;
  }

  .cta_content {
    text-align: center;
    max-width: 18rem;
  }

  .hero-contact_body {
    padding-top: 5rem;
  }

  .storytelling_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .stroytelling-image {
    height: 13rem;
  }

  .npc_paragraph {
    max-width: 30rem;
  }

  .hero-email_body {
    padding-top: 5rem;
  }

  .button-form {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .padding-section-main {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .art_body {
    min-height: 20rem;
    margin-top: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .art_head {
    max-width: 18rem;
    margin-right: 0;
  }

  .art_slider {
    width: 40vw;
    height: 43vw;
    margin-bottom: 3rem;
    bottom: 1rem;
    left: 2.5rem;
  }

  .consistent_head {
    margin-left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .hero2_top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .perks_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero-email_top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .button-main_wrapper {
    padding: 1.5rem 2.25rem;
  }

  .h2 {
    line-height: 1;
  }

  .h2.is-h3 {
    font-size: 1.75rem;
  }

  .consistent_body {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-image: url('../images/back-3_1.avif');
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 1.5rem;
  }

  .consistent_image {
    width: 74.67vw;
    height: 72.53vw;
    margin-bottom: 0;
    margin-right: 0;
  }

  .section_npc {
    background-image: url('../images/back-5_1.avif');
    background-position: 50%;
  }

  .npc_body {
    justify-content: flex-start;
    align-items: center;
    min-height: 52rem;
    padding-top: 4rem;
  }

  .npc_text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .npc_head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rpg_body {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .loot_body {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    background-image: url('../images/back-6_1.avif');
    flex-flow: column-reverse;
  }

  .loot-image_wrapper {
    width: 70vw;
    max-width: none;
    height: 70vw;
  }

  .loot_text {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .freedom_image.is-1 {
    width: 10rem;
    height: 18rem;
    display: block;
    top: -3.5rem;
  }

  .freedom_image.is-2 {
    width: 10rem;
    height: 18.5rem;
    display: block;
    inset: -4rem 0% auto auto;
  }

  .links_wrapper {
    text-align: center;
  }

  .hide-desktop {
    display: block;
  }

  .swiper-slide.is-main {
    width: 12.86rem;
    height: 26.6rem;
  }

  .slider-main_blur {
    width: 4rem;
  }

  .hero2_top {
    max-width: none;
  }

  .hero2_links_wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero2_links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .stroytelling-image {
    background-image: url('../images/Group-1000003191_2.avif');
    height: 31.875rem;
  }

  .freedom_buttons {
    width: 100%;
  }

  .hero-email_top {
    max-width: none;
  }

  .form-field {
    width: auto;
  }

  .form-wrapper {
    flex-flow: column;
  }

  .button-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .art_body {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-image: url('../images/back-2_2.avif');
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 1.25rem;
  }

  .art_head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-right: 0;
  }

  .art_slider {
    width: 74.67vw;
    height: 91.47vw;
    margin-bottom: 0;
  }

  .consistent_head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

#w-node-_21433e7a-ab58-f5d1-cf40-99ea56eff0cd-ffa9ffaa {
  place-self: auto start;
}

#w-node-_45c70207-e311-7a94-fc73-ad76ce334d43-ffa9ffaa {
  justify-self: start;
}

#w-node-_1eba2138-ab4e-a8ee-bc3d-b2ece2b1e5f3-d2844843, #w-node-b599748e-2b35-9bf8-34f8-367ed6a7c0ca-d2844843 {
  align-self: start;
}


@font-face {
  font-family: 'Poppins Variablefont Wght';
  src: url('../fonts/Poppins-VariableFont_wght.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}