html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0;
}

img {
  width: max-content;
  height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

p, li {
  font-weight: 400;
}

p, li, a {
  font-weight: 400;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:active, a:link {
  text-decoration: none;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, button {
  -webkit-appearance: none;
}

@font-face {
  font-family: "Montserrat Std Book";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Std Medium";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Std Bold";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Std Black";
  src: url("fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("fonts/CircularStd-Book.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Medium";
  src: url("fonts/CircularStd-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Bold";
  src: url("fonts/CircularStd-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Black";
  src: url("fonts/CircularStd-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif";
  src: url("fonts/PTSerif-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Code";
  src: url("fonts/FiraCode-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  * html body {
    margin-top: 0 !important;
  }
}
body {
  font-size: 16px;
}

input, select {
  font-size: 100%;
}

body {
  background: rgb(6, 6, 6);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(6, 6, 6)), color-stop(50%, rgb(31, 29, 28)));
  background: -o-linear-gradient(bottom, rgb(6, 6, 6) 50%, rgb(31, 29, 28) 50%);
  background: linear-gradient(0deg, rgb(6, 6, 6) 50%, rgb(31, 29, 28) 50%);
  overflow-x: hidden;
}
body * {
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

button, a {
  outline: none !important;
}
button span, a span {
  position: relative;
}

a.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FB602E;
  padding: 14px 14px;
  color: #fff;
  border: none;
  outline: none;
  position: relative;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Circular Std Black", sans-serif;
  font-weight: 900;
}
a.btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: #7F39FB;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a.btn:hover:before {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.blur {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@-moz-document url-prefix() {
  .blur {
    background: rgba(0, 0, 0, 0.8);
  }
}
#so-wrapper {
  position: relative;
  overflow-x: hidden;
}

.so-content {
  max-width: 1230px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5.5rem;
  padding-left: 5.5rem;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a {
  padding: 16px;
  font-family: Circular Std Bold, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

p {
  font-family: Circular Std Book, sans-serif;
  font-size: 24px;
  line-height: 150%;
  color: #111111;
}

h1 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
}

h2 {
  font-family: Circular Std Black, sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
}

h3 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #FFFFFF;
  padding-bottom: 22px;
}

h4 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

h5 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
}

h6 {
  font-family: Circular Std Bold, sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #111111;
  padding-bottom: 7px;
}

.item_hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item_hover:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

@media screen and (max-width: 661px) {
  .so-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-bottom: 25px;
  position: fixed;
  width: 100%;
  padding-top: 28px;
  z-index: 4;
}
header .so-content-header {
  max-width: 1280px;
  height: 28px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5.5rem;
  padding-left: 5.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
header .so-content-header a.so-logo {
  padding: 0;
}
header .so-content-header .so-logo {
  padding: 0;
}
header .so-content-header .so-logo img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 100%;
  min-width: 112px;
}
header .so-content-header a img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: 100%;
}
header .so-content-header .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .so-content-header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .so-content-header .menu ul li {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  mix-blend-mode: normal;
}
header .so-content-header .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -16px;
  white-space: nowrap;
  font-family: "Circular Std Black", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header .so-content-header .menu ul li a:hover {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #FB602E;
}
header .so-content-header .menu ul li a .img.wp-smiley, header .so-content-header .menu ul li a img.emoji {
  width: 32px !important;
  height: 32px !important;
  margin-left: 8px !important;
}
header .so-content-header .so-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn p {
  position: relative;
  z-index: 2;
  font-family: "Circular Std Book", sans-serif;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #FFFFFF;
  padding-right: 20px;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn.checked .so-menu-trigger input.btn_menu ~ span {
  background: #FB602E;
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(2px, 2px);
  -ms-transform: rotate(45deg) translate(2px, 2px);
  transform: rotate(45deg) translate(2px, 2px);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn.checked .so-menu-trigger input.btn_menu ~ span:nth-last-child(2) {
  background: #FB602E;
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn.checked .so-menu-trigger input.btn_menu ~ span:last-child {
  background: #FB602E;
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0px, 2px);
  -ms-transform: rotate(-45deg) translate(0px, 2px);
  transform: rotate(-45deg) translate(0px, 2px);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -20px;
  left: -20px;
  cursor: pointer;
  opacity: 0;
  z-index: 6;
  -webkit-touch-callout: none;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input.btn_menu_close {
  display: none;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
  -ms-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  -webkit-transition: background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger span:first-child {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger span:last-child {
  margin-bottom: 0;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input.btn_menu:checked ~ span {
  background: #FB602E;
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(2px, 2px);
  -ms-transform: rotate(45deg) translate(2px, 2px);
  transform: rotate(45deg) translate(2px, 2px);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input.btn_menu:checked ~ span:nth-last-child(2) {
  background: #FB602E;
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  -ms-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .so-content-header .so-menu #menuToggle .so-menu-btn .so-menu-trigger input.btn_menu:checked ~ span:last-child {
  background: #FB602E;
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0px, 2px);
  -ms-transform: rotate(-45deg) translate(0px, 2px);
  transform: rotate(-45deg) translate(0px, 2px);
}
header .so-content-header .so-menu #menuToggle #menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100vh + 1px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  background: #1F1D1C;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
header .so-content-header .so-menu #menuToggle #menu:before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 81px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
header .so-content-header .so-menu #menuToggle #menu:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #1F1D1C;
  height: 120%;
  z-index: -1;
}
header .so-content-header .so-menu #menuToggle #menu ul {
  padding: 120px 40px 0 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: calc(100vh + 1px);
}
header .so-content-header .so-menu #menuToggle #menu ul li {
  margin-bottom: 19px;
}
header .so-content-header .so-menu #menuToggle #menu ul li:last-child {
  margin-bottom: 0;
}
header .so-content-header .so-menu #menuToggle #menu ul li a {
  margin-left: -9px;
  padding: 9px;
  font-family: Circular Std Black, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .so-content-header .so-menu #menuToggle #menu ul li a .img.wp-smiley, header .so-content-header .so-menu #menuToggle #menu ul li a img.emoji {
  width: 32px !important;
  height: 32px !important;
  margin-left: 8px !important;
}

@media screen and (max-width: 1200px) {
  header .lang_menu .lang {
    display: none;
  }
  header a.contact-link {
    margin-right: 9px;
  }
  header .so-content-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  header .so-content-header .ae-header-logo {
    position: relative;
    z-index: 2;
  }
  header .so-content-header .menu {
    display: none;
  }
  header .so-content-header .so-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-height: 550px) {
  header .so-content-header .so-menu #menuToggle #menu ul {
    padding-top: 82px;
    padding-bottom: 30px;
  }

  header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children ul.sub-menu {
    height: calc(100vh + 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  header .so-content-header .so-menu #menuToggle #menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }
  header .so-content-header .so-menu #menuToggle #menu ul li {
    margin-bottom: 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .so-content-header .so-menu #menuToggle #menu ul li.menu-item-has-children a svg {
    margin-left: 10px;
  }
}
.homepage .head {
  background-image: url("./image/Blur.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1F1D1C;
}
.homepage .head .head-banner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 118px;
  background-image: url("./image/Confetti.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.homepage .head .head-banner .so-content .img {
  margin: auto;
  width: 100%;
  max-width: 261px;
}
.homepage .head .head-banner .so-content .img img {
  margin-left: 20px;
  width: 100%;
}
.homepage .head .head-banner .so-content .text {
  margin-top: 38px;
}
.homepage .head .head-banner .so-content .text h1 {
  font-family: "Circular Std Bold", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.homepage .head .head-banner .so-content .text p {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.homepage .head .head-banner a.so-scroll {
  padding: 0;
  margin: -16px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .head .head-banner a.so-scroll span {
  font-family: "Circular Std Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FB602E;
  margin-bottom: 4px;
}
.homepage .head .join_activities {
  padding-top: 80px;
  padding-bottom: 160px;
}
.homepage .head .join_activities .so-content h2 {
  margin-bottom: 48px;
}
.homepage .head .join_activities .so-content h2 span {
  color: rgb(127, 57, 251);
}
.homepage .head .join_activities .so-content .tabs {
  gap: 48px;
  -ms-grid-columns: 1fr 48px 1fr;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  display: grid;
}
.homepage .head .join_activities .so-content .tabs .item {
  width: 100%;
  background: rgba(248, 248, 248, 0.1);
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage .head .join_activities .so-content .tabs .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.homepage .head .join_activities .so-content .tabs .item .title img {
  margin-right: 16px;
}
.homepage .head .join_activities .so-content .tabs .item .title h3 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 0;
}
.homepage .head .join_activities .so-content .tabs .item .text p {
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}
.homepage .activities {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}
.homepage .activities .so-content h2 {
  margin-bottom: 48px;
  color: rgb(31, 29, 28);
}
.homepage .activities .so-content .tabs {
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  display: -ms-grid;
  display: grid;
  gap: 32px;
}
.homepage .activities .so-content .tabs .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 48px 32px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.homepage .activities .so-content .tabs .item .content h3 {
  color: #1F1D1C;
  font-size: 32px;
  line-height: 40px;
  font-family: "Circular Std Black", sans-serif;
  font-weight: 900;
  padding-bottom: 16px;
}
.homepage .activities .so-content .tabs .item .content h3 span {
  color: #FB602E;
}
.homepage .activities .so-content .tabs .item .content span.time {
  font-family: "Circular Std Medium", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #8F8E8D;
  margin-bottom: 24px;
  display: block;
}
.homepage .activities .so-content .tabs .item .content .text p {
  font-size: 16px;
  color: #292929;
}
.homepage .fluid_art {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #1F1D1C;
}
.homepage .fluid_art .so-content .title {
  margin-bottom: 48px;
}
.homepage .fluid_art .so-content .title span.subtitle {
  font-family: "Circular Std Black", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 0.5;
  display: block;
  margin-bottom: 8px;
}
.homepage .fluid_art .so-content .title h2 {
  color: #fff;
}
.homepage .fluid_art .so-content .title h2 span {
  color: #7f39fb;
}
.homepage .fluid_art .so-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.homepage .fluid_art .so-content .content .text {
  margin-right: 32px;
  max-width: 544px;
  width: 60%;
}
.homepage .fluid_art .so-content .content .text p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 24px;
}
.homepage .fluid_art .so-content .content .text p:last-child {
  padding-bottom: 0;
}
.homepage .fluid_art .so-content .content .image img {
  width: 100%;
}
.homepage .mind_game {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}
.homepage .mind_game .so-content .title {
  margin-bottom: 48px;
}
.homepage .mind_game .so-content .title span.subtitle {
  font-family: "Circular Std Black", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  opacity: 0.5;
  display: block;
  margin-bottom: 8px;
}
.homepage .mind_game .so-content .title h2 {
  color: #1F1D1C;
}
.homepage .mind_game .so-content .title h2 span {
  color: #FB602E;
}
.homepage .mind_game .so-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.homepage .mind_game .so-content .content .text {
  margin-right: 32px;
  max-width: 544px;
  width: 100%;
}
.homepage .mind_game .so-content .content .text p {
  color: #1F1D1C;
  font-size: 16px;
  padding-bottom: 24px;
}
.homepage .mind_game .so-content .content .text p:last-child {
  padding-bottom: 0;
}
.homepage .mind_game .so-content .content .image {
  width: 100%;
}
.homepage .mind_game .so-content .content .image img {
  width: 100%;
}
.homepage .quest_rooms {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #1F1D1C;
}
.homepage .quest_rooms .so-content .title {
  margin-bottom: 48px;
}
.homepage .quest_rooms .so-content .title span.subtitle {
  font-family: "Circular Std Black", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  opacity: 0.5;
  display: block;
  margin-bottom: 8px;
}
.homepage .quest_rooms .so-content .title h2 {
  color: #fff;
}
.homepage .quest_rooms .so-content .title h2 span {
  color: #7f39fb;
}
.homepage .quest_rooms .so-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
}
.homepage .quest_rooms .so-content .content:last-child {
  margin-bottom: 0;
}
.homepage .quest_rooms .so-content .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .quest_rooms .so-content .content .title img {
  margin-right: 16px;
}
.homepage .quest_rooms .so-content .content .title h3 {
  padding: 0;
  font-size: 24px;
  line-height: 30px;
}
.homepage .quest_rooms .so-content .content .text {
  width: 57.2%;
}
.homepage .quest_rooms .so-content .content .text p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 24px;
}
.homepage .quest_rooms .so-content .content .text p:last-child {
  padding-bottom: 0;
}
.homepage .auction {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 104px;
}
.homepage .auction .so-content .title {
  margin-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.homepage .auction .so-content .title h2 {
  color: #1F1D1C;
  padding-bottom: 0;
}
.homepage .auction .so-content .title img {
  margin-left: 24px;
}
.homepage .auction .so-content .description {
  max-width: 600px;
  width: 100%;
}
.homepage .auction .so-content .description p {
  font-size: 24px;
  color: #1F1D1C;
}
.homepage .auction .so-content .tabs {
  margin-top: 56px;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  display: grid;
}
.homepage .auction .so-content .tabs .item {
  margin-bottom: 16px;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.homepage .auction .so-content .tabs .item img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}
.homepage .auction .so-content .tabs .item .content {
  padding: 24px 32px;
}
.homepage .auction .so-content .tabs .item .content p.title {
  min-height: 70px;
  font-family: "Circular Std Black", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #1F1D1C;
  margin-bottom: 12px;
  font-weight: 900;
}
.homepage .auction .so-content .tabs .item .content p.single_title {
  font-family: "Circular Std Black", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #1F1D1C;
  margin-bottom: 12px;
  font-weight: 900;
}
.homepage .auction .so-content .tabs .item .content .subtitle_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.homepage .auction .so-content .tabs .item .content .subtitle_content p.subtitle {
  font-family: "Circular Std Bold", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: rgba(31, 29, 28, 0.5);
  padding-right: 8px;
  margin-bottom: 0;
  font-weight: 700;
}
.homepage .auction .so-content .tabs .item .content .subtitle_content span.price {
  white-space: nowrap;
  display: block;
  font-family: "Circular Std Medium", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: rgba(31, 29, 28, 0.7);
}
.homepage .auction .so-content .tabs .item .content .text_content p {
  font-size: 16px;
  color: #292929;
}
.homepage .auction .so-content .tabs .item .content .text_content p a {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  margin: -16px;
  text-decoration: underline;
  color: #7F39FB;
}
.homepage .last-section .merch {
  margin-top: -4px;
  background: #fff;
  padding-bottom: 64px;
}
.homepage .last-section .merch .so-content .title_block {
  display: block;
  width: max-content;
  padding: 8px;
  background: #FB602E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.homepage .last-section .merch .so-content .title_block h2 {
  color: #fff;
  padding-bottom: 0;
}
.homepage .last-section .merch .so-content .description {
  margin-top: 33px;
  max-width: 600px;
  width: 100%;
}
.homepage .last-section .merch .so-content .description p {
  font-size: 24px;
  color: #1F1D1C;
}
.homepage .last-section .merch .so-content .tabs {
  margin-top: 48px;
  gap: 32px;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  display: -ms-grid;
  display: grid;
}
.homepage .last-section .merch .so-content .tabs .item {
  margin-bottom: 16px;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.homepage .last-section .merch .so-content .tabs .item img {
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.homepage .last-section .merch .so-content .tabs .item .content {
  padding: 24px 32px;
}
.homepage .last-section .merch .so-content .tabs .item .content .title_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.homepage .last-section .merch .so-content .tabs .item .content .title_content p.title {
  font-family: "Circular Std Black", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #1F1D1C;
  padding-right: 8px;
  margin-bottom: 0;
  font-weight: 900;
}
.homepage .last-section .merch .so-content .tabs .item .content .title_content span.price {
  white-space: nowrap;
  display: block;
  font-family: "Circular Std Medium", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: rgba(31, 29, 28, 0.7);
}
.homepage .last-section .merch .so-content .tabs .item .content .text_content p {
  font-size: 16px;
  color: #292929;
}
.homepage .last-section .how_to_purchase {
  padding-top: 80px;
  background: #1F1D1C;
  padding-bottom: 124px;
}
.homepage .last-section .how_to_purchase .so-content .title {
  margin-bottom: 48px;
}
.homepage .last-section .how_to_purchase .so-content .title h2 {
  color: #fff;
  padding-bottom: 0;
}
.homepage .last-section .how_to_purchase .so-content .title h2 span {
  color: #FB602E;
}
.homepage .last-section .how_to_purchase .so-content .list .tab {
  margin-bottom: 40px;
}
.homepage .last-section .how_to_purchase .so-content .list .tab:last-child {
  margin-bottom: 0;
}
.homepage .last-section .how_to_purchase .so-content .list .tab .title_content {
  margin-bottom: 16px;
}
.homepage .last-section .how_to_purchase .so-content .list .tab .title_content p {
  font-family: "Circular Std Bold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.homepage .last-section .how_to_purchase .so-content .list .tab .title_content p span {
  font-size: 22px;
  margin-right: 8px;
  color: #8F8E8D;
}
.homepage .last-section .how_to_purchase .so-content .list .tab .text_content p {
  color: #fff;
  font-size: 16px;
}
.homepage .last-section .how_to_purchase .so-content .list .tab .text_content p a {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  margin: -16px;
  text-decoration: underline;
  color: #FB602E;
}

@media screen and (max-width: 991px) {
  .homepage .head .join_activities .so-content .tabs {
    gap: 32px;
  }

  .homepage .activities .so-content .tabs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .homepage .activities .so-content .tabs .item a.btn {
    margin: 56px auto 0 auto;
    max-width: 271px;
    width: 100%;
  }

  .homepage .fluid_art .so-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .homepage .fluid_art .so-content .content .image {
    width: 100%;
  }
  .homepage .fluid_art .so-content .content .text {
    margin-top: 32px;
    margin-right: 0;
    max-width: unset;
    width: 100%;
  }

  .homepage .mind_game .so-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .homepage .mind_game .so-content .content .image {
    width: 100%;
  }
  .homepage .mind_game .so-content .content .text {
    margin-top: 32px;
    margin-right: 0;
    max-width: unset;
    width: 100%;
  }

  .homepage .quest_rooms .so-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homepage .quest_rooms .so-content .content .title {
    margin-bottom: 32px;
  }
  .homepage .quest_rooms .so-content .content .text {
    width: 100%;
  }

  .homepage .auction .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homepage .last-section .merch .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-height: 991px) {
  .homepage .head .head-banner a.so-scroll {
    display: none;
  }
}
@media screen and (max-width: 661px) {
  .homepage .head .head-banner {
    padding-top: 150px;
  }

  .homepage .head .head-banner .so-content .img {
    max-width: 90%;
  }

  .homepage .head .head-banner .so-content .text h1 {
    font-size: 64px;
    line-height: 80px;
  }

  .homepage .head .join_activities .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homepage .activities .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homepage .fluid_art .so-content .content .image {
    height: 300px;
  }
  .homepage .fluid_art .so-content .content .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .homepage .mind_game .so-content .content .image {
    height: 300px;
  }
  .homepage .mind_game .so-content .content .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .homepage .auction .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .homepage .last-section .merch .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.store-page .head {
  background-image: url("./image/Blur.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1F1D1C;
}
.store-page .head .head-banner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 118px;
  background-image: url("./image/Confetti.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.store-page .head .head-banner .so-content .img {
  margin: auto;
  width: 100%;
  max-width: 261px;
}
.store-page .head .head-banner .so-content .img img {
  margin-left: 20px;
  width: 100%;
}
.store-page .head .head-banner .so-content .text {
  margin-top: 38px;
}
.store-page .head .head-banner .so-content .text h1 {
  font-family: "Circular Std Bold", sans-serif;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.store-page .head .head-banner .so-content .text p {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
}
.store-page .head .head-banner a.so-scroll {
  padding: 0;
  margin: -16px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.store-page .head .head-banner a.so-scroll span {
  font-family: "Circular Std Bold", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #FB602E;
  margin-bottom: 4px;
}
.store-page .head .join_activities {
  padding-top: 80px;
  padding-bottom: 160px;
}
.store-page .head .join_activities .so-content h2 {
  margin-bottom: 48px;
}
.store-page .head .join_activities .so-content h2 span {
  color: rgb(127, 57, 251);
}
.store-page .head .join_activities .so-content .tabs {
  gap: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.store-page .head .join_activities .so-content .tabs .item {
  width: 100%;
  background: rgba(248, 248, 248, 0.1);
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 47.6%;
}
.store-page .head .join_activities .so-content .tabs .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.store-page .head .join_activities .so-content .tabs .item .title img {
  margin-right: 16px;
}
.store-page .head .join_activities .so-content .tabs .item .title h3 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 0;
}
.store-page .head .join_activities .so-content .tabs .item .text p {
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}
.store-page .activities {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}
.store-page .activities .so-content h2 {
  margin-bottom: 48px;
  color: rgb(31, 29, 28);
}
.store-page .activities .so-content .tabs {
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  display: -ms-grid;
  display: grid;
  gap: 32px;
}
.store-page .activities .so-content .tabs .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 48px 32px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.store-page .activities .so-content .tabs .item .content h3 {
  color: #1F1D1C;
  font-size: 32px;
  line-height: 40px;
  font-family: "Circular Std Black", sans-serif;
  font-weight: 900;
  padding-bottom: 16px;
}
.store-page .activities .so-content .tabs .item .content h3 span {
  color: #FB602E;
}
.store-page .activities .so-content .tabs .item .content span.time {
  font-family: "Circular Std Medium", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #8F8E8D;
  margin-bottom: 24px;
  display: block;
}
.store-page .activities .so-content .tabs .item .content .text p {
  font-size: 16px;
  color: #292929;
}
.store-page .auction {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 104px;
}
.store-page .auction .so-content .title {
  margin-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.store-page .auction .so-content .title h2 {
  color: #1F1D1C;
  padding-bottom: 0;
}
.store-page .auction .so-content .title img {
  margin-left: 24px;
}
.store-page .auction .so-content .description {
  width: 100%;
}
.store-page .auction .so-content .description p {
  font-size: 24px;
  color: #1F1D1C;
}
.store-page .auction .so-content .tabs {
  margin-top: 56px;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  display: grid;
}
.store-page .auction .so-content .tabs .item {
  margin-bottom: 16px;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.store-page .auction .so-content .tabs .item img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}
.store-page .auction .so-content .tabs .item .content {
  padding: 24px 32px;
}
.store-page .auction .so-content .tabs .item .content p.title {
  min-height: 70px;
  font-family: "Circular Std Black", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #1F1D1C;
  margin-bottom: 12px;
  font-weight: 900;
}
.store-page .auction .so-content .tabs .item .content p.single_title {
  font-family: "Circular Std Black", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #1F1D1C;
  margin-bottom: 12px;
  font-weight: 900;
}
.store-page .auction .so-content .tabs .item .content .subtitle_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.store-page .auction .so-content .tabs .item .content .subtitle_content p.subtitle {
  font-family: "Circular Std Bold", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: rgba(31, 29, 28, 0.5);
  padding-right: 8px;
  margin-bottom: 0;
  font-weight: 700;
}
.store-page .auction .so-content .tabs .item .content .subtitle_content span.price {
  white-space: nowrap;
  display: block;
  font-family: "Circular Std Medium", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: rgba(31, 29, 28, 0.7);
}
.store-page .auction .so-content .tabs .item .content .text_content p {
  font-size: 16px;
  color: #292929;
}
.store-page .auction .so-content .tabs .item .content .text_content p a {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  margin: -16px;
  text-decoration: underline;
  color: #7F39FB;
}
.store-page .last-section .how_to_purchase {
  padding-top: 80px;
  background: #1F1D1C;
  padding-bottom: 124px;
}
.store-page .last-section .how_to_purchase .so-content .title {
  margin-bottom: 48px;
}
.store-page .last-section .how_to_purchase .so-content .title h2 {
  color: #fff;
  padding-bottom: 0;
}
.store-page .last-section .how_to_purchase .so-content .title h2 span {
  color: #FB602E;
}
.store-page .last-section .how_to_purchase .so-content .list .tab {
  margin-bottom: 40px;
}
.store-page .last-section .how_to_purchase .so-content .list .tab:last-child {
  margin-bottom: 0;
}
.store-page .last-section .how_to_purchase .so-content .list .tab .title_content {
  margin-bottom: 16px;
}
.store-page .last-section .how_to_purchase .so-content .list .tab .title_content p {
  font-family: "Circular Std Bold", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.store-page .last-section .how_to_purchase .so-content .list .tab .title_content p span {
  font-size: 22px;
  margin-right: 8px;
  color: #8F8E8D;
}
.store-page .last-section .how_to_purchase .so-content .list .tab .text_content p {
  color: #fff;
  font-size: 16px;
}
.store-page .last-section .how_to_purchase .so-content .list .tab .text_content p a {
  font-family: Circular Std Book, sans-serif;
  font-size: 16px;
  margin: -16px;
  text-decoration: underline;
  color: #FB602E;
}

@media screen and (max-width: 991px) {
  .store-page .head .head-banner .so-content .text h1 {
    font-size: 8vw;
  }

  .store-page .head .join_activities .so-content .tabs {
    gap: 32px;
  }

  .store-page .activities .so-content .tabs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .store-page .head .join_activities .so-content .tabs .item {
    width: 100%;
    flex: 100%;
  }

  .store-page .activities .so-content .tabs .item a.btn {
    margin: 56px auto 0 auto;
    max-width: 271px;
    width: 100%;
  }

  .store-page .fluid_art .so-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .store-page .fluid_art .so-content .content .image {
    width: 100%;
  }
  .store-page .fluid_art .so-content .content .text {
    margin-top: 32px;
    margin-right: 0;
    max-width: unset;
    width: 100%;
  }

  .store-page .mind_game .so-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .store-page .mind_game .so-content .content .image {
    width: 100%;
  }
  .store-page .mind_game .so-content .content .text {
    margin-top: 32px;
    margin-right: 0;
    max-width: unset;
    width: 100%;
  }

  .store-page .quest_rooms .so-content .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .store-page .quest_rooms .so-content .content .title {
    margin-bottom: 32px;
  }
  .store-page .quest_rooms .so-content .content .text {
    width: 100%;
  }

  .store-page .auction .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .store-page .last-section .merch .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-height: 991px) {
  .store-page .head .head-banner a.so-scroll {
    display: none;
  }
}
@media screen and (max-width: 661px) {
  .store-page .head .head-banner {
    padding-top: 150px;
  }

  .store-page .head .head-banner .so-content .img {
    max-width: 90%;
  }

  .store-page .head .join_activities .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .store-page .activities .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .store-page .fluid_art .so-content .content .image {
    height: 300px;
  }
  .store-page .fluid_art .so-content .content .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .store-page .mind_game .so-content .content .image {
    height: 300px;
  }
  .store-page .mind_game .so-content .content .image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .store-page .auction .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .store-page .last-section .merch .so-content .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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