:root {
  --clr-1: #000;
  --clr-2: #fff;
  --clr-3: #ff2525;
  --clr-4: #ad0000;
  --clr-p: #ffffffa6;
  --clr-shadow: #ffffff50;
  --clr-bg: #00000050;
}
@font-face {
  font-family: DmSerif;
  src: url(/static/media/DMSerifDisplay-Regular.3dc35422a8813390b30f.ttf);
}
@font-face {
  font-family: Oswald;
  src: url(/static/media/Oswald-Variable.081935b0034a515c1872.ttf);
}
@font-face {
  font-family: Inconsolata;
  src: url(/static/media/Inconsolata-Variable.ecc7975f1fb4ad9869f1.ttf);
}
button,
h1,
h2,
h3,
h4 {
  font-family: Oswald, sans-serif;
  text-shadow: 0 0 5px #ffffff50;
  text-shadow: 0 0 5px var(--clr-shadow);
  text-transform: uppercase;
}
a,
h5,
li,
p {
  font-family: Inconsolata, sans-serif;
  text-transform: uppercase;
}
h1 {
  font-size: 6rem;
  letter-spacing: -2px;
}
h1,
h2 {
  font-weight: 600;
  line-height: 1.1;
}
h2 {
  font-size: 5rem;
}
h3 {
  font-size: 1.8rem;
  line-height: 1.1;
}
h3,
h4 {
  font-weight: 400;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  color: #ffffffa6;
  color: var(--clr-p);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 0 0 0 10px;
  position: relative;
}
h5:before {
  animation: h5blink 1s linear infinite;
  background-color: #ffffffa6;
  background-color: var(--clr-p);
  border-radius: 1rem;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 5px;
  z-index: 1;
}
a,
button,
li,
p {
  color: #ffffffa6;
  color: var(--clr-p);
  font-size: 1rem;
  font-weight: 400;
}
a {
  color: #000;
  color: var(--clr-1);
  transition: 0.3s;
}
a:hover {
  color: #ff2525;
  color: var(--clr-3);
}
span {
  color: #ffffffa6;
  color: var(--clr-p);
  text-shadow: none;
}
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  text-decoration: none;
}
:root,
body {
  overflow-x: hidden;
}
body {
  background-color: #000;
  background-color: var(--clr-1);
  color: #fff;
  color: var(--clr-2);
  font-family: Inconsolata, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  position: relative;
}
.section {
  padding: 10rem 5rem;
}
.container,
.section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.container {
  max-width: 1800px;
}
.intro {
  flex-direction: column;
  margin-bottom: 3rem;
  width: 75%;
}
.intro,
button {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  text-align: center;
}
button {
  border: none;
  border-radius: 0;
  color: #fff;
  color: var(--clr-2);
  flex-direction: row;
  padding: 1rem 2rem;
  transition: 0.3s;
}
button:hover {
  cursor: pointer;
  filter: brightness(50%);
}
button > img {
  height: 1rem;
}
.btn01 {
  border: 1px solid #000;
  border: 1px solid var(--clr-1);
  color: #000;
  color: var(--clr-1);
}
.btn01,
.btn02 {
  background-color: initial;
}
.btn02 {
  box-shadow: inset 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px var(--clr-2) inset;
  color: #fff;
  color: var(--clr-2);
}
.btn02 img {
  filter: invert(1);
}
.btn03 {
  background-color: #ff2525;
  background-color: var(--clr-3);
  background: linear-gradient(180deg, #ff2525, #ad0000);
  background: linear-gradient(180deg, var(--clr-3), var(--clr-4));
  border: none;
  color: #fff;
  color: var(--clr-2);
}
.btn03 img {
  filter: invert(1);
}
.btn05 {
  background-color: blue;
  background: linear-gradient(180deg, #1919fa, #0000e6);
  border: none;
  color: #fff;
  color: var(--clr-2);
}
.btn05 img {
  filter: invert(1);
}
::-webkit-scrollbar {
  background: #000;
  background: var(--clr-1);
  width: 0.5rem;
}
::-webkit-scrollbar-track {
  border: none;
}
::-webkit-scrollbar-thumb {
  background: #fff;
  background: var(--clr-2);
  border: 2px solid #000;
  border: 2px solid var(--clr-1);
  border-radius: 1rem;
  cursor: grab;
}
@media screen and (max-width: 1800px) {
  h1 {
    font-size: 5vw;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1rem;
  }
  .section {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 15vw;
  }
  h2 {
    font-size: 9vw;
  }
  h3 {
    font-size: 6vw;
  }
  .section {
    padding: 3rem 1rem;
  }
  .container,
  .intro {
    width: 100%;
  }
  .intro {
    align-items: start;
    gap: 0.5rem;
    justify-content: start;
    margin-bottom: 2rem;
    text-align: left;
  }
  button {
    padding: 0.5rem 1rem;
  }
  .btnFlex {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
  }
  .btnFlex a,
  .btnFlex button {
    min-width: 220px;
  }
}
.BgVid01 {
  background-color: var(--clr-1);
  height: 100vh;
  height: 100svh;
  pointer-events: none;
  top: 0;
  z-index: -1;
}
.BgVid01,
.BgVid01:before {
  left: 0;
  position: absolute;
  width: 100%;
}
.BgVid01:before {
  background: linear-gradient(180deg, #0000, var(--clr-1));
  bottom: 0;
  content: "";
  height: 20rem;
  z-index: 1;
}
.BgVid01 > video {
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  width: 100%;
}
.Disclaimer {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000c;
  height: 100vh;
  height: 100svh;
  left: 0;
  padding: 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.Disclaimer-box {
  align-items: center;
  background-color: var(--clr-bg);
  border: 1px solid var(--clr-shadow);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 5rem;
  text-align: center;
  width: 600px;
}
.Disclaimer-logo {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: start;
}
.Disclaimer-logo > img {
  width: 1.5rem;
}
.Disclaimer-logo > p {
  color: var(--clr-2);
}
.Disclaimer-box > button {
  margin-top: 1rem;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .Disclaimer-box {
    padding: 2rem;
    width: 100%;
  }
}
.Navbar01 {
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: var(--clr-bg);
  border-bottom: 1px solid var(--clr-shadow);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.Navbar01 .container {
  padding: 1rem;
}
.Navbar01-box {
  gap: 5rem;
  justify-content: space-between;
  padding: 5px;
  width: 100%;
}
.Navbar01-box,
.Navbar01-logo {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.Navbar01-logo {
  gap: 0.5rem;
  justify-content: center;
}
.Navbar01-logo img {
  height: 1.8rem;
  width: 1.8rem;
}
.Navbar01-logo p {
  color: var(--clr-2);
  font-size: 1.2rem;
  font-weight: 600;
}
.Navbar01-logo p span {
  font-weight: 800;
}
.Navbar01-links {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: end;
}
.Navbar01-links li,
.Navbar01-links li a {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}
.Navbar01-links li a {
  background-color: initial;
  border: 1px solid var(--clr-shadow);
  color: var(--clr-2);
  padding: 5px 10px;
}
.Navbar01-links li a.blue {
  background-color: blue;
  color: var(--clr-2);
}
.Navbar01-links li a.red {
  background-color: var(--clr-3);
  color: var(--clr-2);
}
.Navbar01-links li a:hover {
  background-color: var(--clr-shadow);
  color: var(--clr-2);
}
.Navbar01-links li a.btn01 {
  background-color: var(--clr-3);
  color: var(--clr-2);
}
.Navbar01-links li a.btn01:hover {
  background-color: var(--clr-1);
  color: var(--clr-2);
}
.Navbar01-links li a.btn01 img {
  filter: invert(100%);
  height: 0.8rem;
}
.Navbar01-links li a.btn01:hover img {
  filter: invert(0);
}
.Navbar01-links li .links {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}
.Navbar01-links li .links a img {
  height: 1.05rem;
}
.menu-button {
  background-color: initial;
  background-image: url(/static/media/menu.6f77482fc99f7ffd3107.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0;
  display: none;
  height: 1.5rem;
  position: relative;
  width: 1.5rem;
}
.Navbar01-mobile {
  align-items: end;
  background-color: var(--clr-bg);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: start;
  left: 0;
  padding: 1rem;
  position: absolute;
  top: 4.4rem;
  width: 100%;
  z-index: 10;
}
.Navbar01-mobile li,
.Navbar01-mobile li a {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}
.Navbar01-mobile li a {
  background-color: initial;
  border: 1px solid var(--clr-shadow);
  color: var(--clr-2);
  padding: 10px 20px;
}
.Navbar01-mobile li a:hover {
  background-color: var(--clr-shadow);
  color: var(--clr-2);
}
.Navbar01-mobile li a.btn01 {
  background-color: var(--clr-3);
  color: var(--clr-2);
}
.Navbar01-mobile li a.btn01:hover {
  background-color: var(--clr-1);
  color: var(--clr-2);
}
.Navbar01-mobile li a.btn01 img {
  filter: invert(100%);
  height: 0.8rem;
}
.Navbar01-mobile li a.btn01:hover img {
  filter: invert(0);
}
.Navbar01-mobile li .links {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}
.Navbar01-mobile li .links a {
  padding: 10px;
}
.Navbar01-mobile li .links a img {
  height: 1.05rem;
}
@media screen and (max-width: 1800px) {
  .Navbar01-box {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .Navbar01-box {
    gap: 2rem;
  }
  .Navbar01-links > li {
    display: none;
  }
  .menu-button {
    display: block;
  }
}
.Hero01 {
  align-items: end;
  height: 100vh;
  height: 100svh;
  justify-content: end;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
.Hero01:after,
.Hero01:before {
  border-radius: 50%;
  bottom: -200px;
  content: "";
  filter: blur(200px);
  height: 400px;
  position: absolute;
  width: 400px;
  z-index: -1;
}
.Hero01:before {
  background-color: var(--clr-3);
  left: -200px;
}
.Hero01:after {
  background-color: blue;
  right: -200px;
}
.Hero01 p {
  font-size: 1.5rem;
}
.Hero01-box {
  align-items: end;
  display: flex;
  flex-direction: row;
  gap: 5rem;
  justify-content: space-between;
  width: 100%;
}
.Hero01-box > img {
  height: 700px;
}
.Hero01-box > div {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: start;
  padding-bottom: 5rem;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .Hero01-box {
    gap: 5rem;
  }
  .Hero01-box > img {
    height: 80vh;
    height: 80svh;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .Hero01 {
    padding-top: 10rem;
  }
  .Hero01:before {
    display: none;
  }
  .Hero01:after {
    background-color: var(--clr-3);
    border-radius: 50%;
    bottom: -40vw;
    content: "";
    filter: blur(40vw);
    height: 80vw;
    position: absolute;
    right: -40vw;
    width: 80vw;
    z-index: 0;
  }
  .Hero01 h5 {
    margin-bottom: 0;
  }
  .Hero01 p {
    font-size: 1rem;
  }
  .Hero01 .container {
    align-items: start;
    justify-content: start;
  }
  .Hero01-box {
    align-items: end;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: start;
    width: 80%;
  }
  .Hero01-box > img {
    bottom: 0;
    height: 80vh;
    height: 80svh;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 1;
  }
  .Hero01-box > div {
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
  }
}
.Stats01 {
  background-color: var(--clr-1);
  padding: 5rem;
}
.Stats01-box {
  align-items: stretch;
  background-color: var(--clr-bg);
  border: 1px solid var(--clr-shadow);
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: space-between;
  width: 100%;
}
.Stats01-box > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  padding: 3rem;
  width: 100%;
}
.Stats01-box > div:first-child {
  border-right: 1px solid var(--clr-shadow);
}
.Stats01-box > div:nth-child(3) {
  background-color: var(--clr-3);
  background: linear-gradient(180deg, var(--clr-3), var(--clr-4));
  color: var(--clr-2);
}
.Stats01-box > div:nth-child(3) p {
  color: var(--clr-2);
}
@media screen and (max-width: 1800px) {
  .Stats01 {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .Stats01 {
    padding: 0;
  }
  .Stats01-box {
    align-items: start;
    border: none;
    border-bottom: 1px solid var(--clr-shadow);
    border-top: 1px solid var(--clr-shadow);
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: start;
    width: 100%;
  }
  .Stats01-box > div {
    padding: 2rem;
  }
  .Stats01-box > div:first-child {
    border-bottom: 1px solid var(--clr-shadow);
    border-right: none;
  }
}
.About01 {
  background-color: var(--clr-1);
}
.About01 > .container {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.About01 > .container.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.About01-box {
  grid-gap: 10rem;
  align-items: center;
  display: grid;
  gap: 10rem;
  grid-template-columns: repeat(2, calc(50% - 5rem));
  justify-content: center;
  width: 100%;
}
.About01-box > div {
  flex-direction: column;
  width: 100%;
}
.About01-box > div,
.About01-box > div > .buttons {
  align-items: start;
  display: flex;
  gap: 0.5rem;
  justify-content: start;
}
.About01-box > div > .buttons {
  flex-direction: row;
  margin-top: 1rem;
}
.About01-box > img {
  aspect-ratio: 3/2;
  background-color: var(--clr-3);
  justify-self: center;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .About01-box {
    gap: 5rem;
    grid-template-columns: repeat(2, calc(50% - 2.5rem));
  }
}
@media screen and (max-width: 768px) {
  .About01-box {
    align-items: start;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
    justify-content: start;
  }
  .About01-box > div > .buttons {
    flex-direction: column;
    width: 100%;
  }
  .About01-box > div > .buttons a,
  .About01-box > div > .buttons button {
    width: 100%;
  }
}
.Banner01 {
  background-color: var(--clr-bg);
  padding-top: 0;
}
.Banner01 > .container {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.Banner01 > .container.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.Banner01-box {
  grid-gap: 20rem;
  align-items: center;
  display: grid;
  gap: 20rem;
  grid-template-columns: repeat(2, calc(50% - 10rem));
  justify-content: center;
  width: 100%;
}
.Banner01-box > div:first-child {
  flex-direction: column;
}
.Banner01-box > div:first-child,
.Banner01-box > div > .buttons {
  align-items: start;
  display: flex;
  gap: 0.5rem;
  justify-content: start;
}
.Banner01-box > div > .buttons {
  flex-direction: row;
  margin-top: 1rem;
}
.Banner01-box > img {
  aspect-ratio: 3/2;
  background-color: var(--clr-3);
  justify-self: center;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .Banner01-box {
    gap: 5rem;
    grid-template-columns: repeat(2, calc(50% - 2.5rem));
  }
}
@media screen and (max-width: 768px) {
  .Banner01-box {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: start;
  }
  .Banner01-box > div > .buttons {
    flex-direction: column;
    width: 100%;
  }
  .Banner01-box > div > .buttons a,
  .Banner01-box > div > .buttons button {
    width: 100%;
  }
}
.Features01 {
  background-color: var(--clr-1);
  padding-top: 0;
}
.Features01 > .container {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.Features01 > .container.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.Features01-box {
  grid-gap: 0;
  align-items: stretch;
  border-left: 1px solid var(--clr-shadow);
  border-top: 1px solid var(--clr-shadow);
  display: grid;
  gap: 0;
  grid-template-columns: 40% 20% 20% 20%;
  justify-content: start;
  width: 100%;
}
.Features01-box > div {
  align-items: start;
  background-color: var(--clr-1);
  border-bottom: 1px solid var(--clr-shadow);
  border-right: 1px solid var(--clr-shadow);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: start;
  padding: 2rem;
  width: 100%;
}
.Features01-box > div > img {
  width: 1.5rem;
}
@media screen and (max-width: 1480px) {
  .Features01-box {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .Features01-box {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
  }
  .Features01-box > div {
    padding: 1rem;
  }
  .Features01-box > div:first-child {
    display: none;
  }
  .Features01-box > div.feature {
    grid-column-end: 4;
    grid-column-start: 1;
  }
}
.Slogan01 {
  background-color: var(--clr-3);
  background: linear-gradient(180deg, var(--clr-3), var(--clr-4));
  padding: 5rem;
}
.Slogan01-box {
  text-wrap: balance;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Slogan01 {
    padding: 2rem 1rem;
  }
}
.Token01-box {
  grid-gap: 10rem;
  align-items: center;
  display: grid;
  gap: 10rem;
  grid-template-columns: repeat(2, calc(50% - 5rem));
  justify-content: center;
  width: 100%;
}
.Token01-box > img {
  aspect-ratio: 3/2;
  background-color: var(--clr-3);
  justify-self: center;
  object-fit: cover;
  width: 100%;
}
.Token01-box > div {
  gap: 2rem;
}
.Token01-box > div,
.Token01-box > div > div:first-child {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.Token01-box > div > div:first-child {
  gap: 0.5rem;
}
.Token01-box-info {
  align-items: start;
  border: 1px solid var(--clr-shadow);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: start;
  width: 100%;
}
.Token01-box-info > div {
  align-items: center;
  border-bottom: 1px solid var(--clr-shadow);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.8rem;
  width: 100%;
}
.Token01-box-info > div:last-child {
  border-bottom: none;
}
.Token01-box-info > div.ca {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding: 0;
  width: 100%;
}
.Token01-box-info > div.ca h4 {
  overflow: hidden;
  padding: 0.8rem 1rem;
  white-space: nowrap;
  width: 100%;
}
.Token01-box-info > div.ca button {
  background-color: var(--clr-bg);
  border: none;
  filter: invert(100%);
  padding: 0.5rem;
}
.Token01-box-info > div.ca button:hover {
  transform: none;
}
.Token01-box-info > div.ca button:hover img {
  height: 0.9rem;
  margin: 0.75rem 1.15rem;
}
.Token01-box-info > div.ca button img {
  height: 1.2rem;
  margin: 0.6rem 1rem;
}
@media screen and (max-width: 1800px) {
  .Token01-box {
    gap: 5rem;
    grid-template-columns: repeat(2, calc(50% - 2.5rem));
  }
}
@media screen and (max-width: 768px) {
  .Token01-box {
    align-items: center;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    width: 100%;
  }
}
.Dex01 {
  background-color: var(--clr-1);
  padding-top: 0;
}
.Dex01 > .container {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.Dex01 > .container.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.carousel-wrapper {
  margin-top: 2rem;
  overflow: hidden;
  width: 100%;
}
.carousel-track {
  animation: scrollCarousel 60s linear infinite;
  animation-play-state: running;
  display: flex;
}
.carousel-track:hover {
  animation-play-state: paused;
}
.carousel-item {
  border: 1px solid var(--clr-shadow);
  border-radius: 0.5rem;
  flex-shrink: 0;
  height: 4rem;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  text-align: center;
  transition: 0.3s;
}
.carousel-item:hover {
  box-shadow: 0 0 0.5rem var(--clr-shadow);
  transform: translateY(-5px);
}
.carousel-item img {
  height: 2rem;
}
.carousel-item p {
  display: none;
}
@keyframes scrollCarousel {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1280px + -8rem));
  }
}
@media screen and (max-width: 768px) {
  .carousel-item {
    height: 3.5rem;
  }
  .carousel-item img {
    height: 1.5rem;
  }
  @keyframes scrollCarousel {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-1120px + -8rem));
    }
  }
  .carousel-wrapper {
    margin-top: 1rem;
  }
}
.Doc01 {
  background-color: var(--clr-1);
  padding-top: 0;
}
.Doc01 > .container {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.Doc01 > .container.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.Doc01-box {
  grid-gap: 0;
  align-items: stretch;
  border: 1px solid var(--clr-shadow);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 33.33%);
}
.Doc01-box,
.Doc01-box > div {
  justify-content: start;
  width: 100%;
}
.Doc01-box > div {
  align-items: start;
  background-color: var(--clr-bg);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 3rem;
}
.Doc01-box > div:nth-child(2) {
  background-color: var(--clr-3);
  background: linear-gradient(180deg, var(--clr-3), var(--clr-4));
  color: var(--clr-2);
}
.Doc01-box > div h4 {
  color: var(--clr-2);
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  position: relative;
  z-index: 1;
}
.Doc01-box > div h4:before {
  background-color: var(--clr-3);
  border-radius: 50%;
  content: "";
  height: 2.1rem;
  left: -0.75rem;
  position: absolute;
  top: -0.1rem;
  width: 2.1rem;
  z-index: -1;
}
.Doc01-box > div:nth-child(2) h4:before {
  background-color: var(--clr-1);
}
@media screen and (max-width: 1800px) {
  .Doc01-box > div {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .Doc01-box {
    grid-template-columns: 100%;
  }
  .Doc01-box > div {
    padding: 2rem 1rem;
  }
}
.Xfeed01 {
  padding-top: 0;
}
.Xfeed01-carousel-wrapper {
  padding: 0 2rem;
  position: relative;
  width: 77%;
}
.Xfeed01-carousel-wrapper:after {
  background: linear-gradient(90deg, #0000, var(--clr-1));
  content: "";
  height: 100%;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 5rem;
  z-index: 1;
}
.Xfeed01-carousel-container {
  overflow: hidden;
  width: 100%;
}
.Xfeed01-carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.Xfeed01-carousel-item {
  align-items: start;
  background-color: var(--clr-bg);
  border: 1px solid var(--clr-shadow);
  border-radius: 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.5rem;
  justify-content: start;
  margin-right: 20px;
  padding: 1rem 1rem 4rem;
  position: relative;
  width: 300px;
}
.Xfeed01-carousel-inner .Xfeed01-carousel-item:last-child {
  margin-right: 0;
}
.Xfeed01-carousel-item > img {
  aspect-ratio: 3/2;
  margin-bottom: 1rem;
  object-fit: cover;
  width: 100%;
}
.Xfeed01-carousel-item a {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.Xfeed01-carousel-item a button {
  border-top: 1px solid var(--clr-shadow);
  box-shadow: none;
  padding: 0.5rem 1rem;
  width: 100%;
}
.Xfeed01-carousel-item a img {
  height: 0.8rem;
  width: 0.8rem;
}
.carousel-buttons {
  flex-direction: row;
  gap: 1rem;
  margin-top: 1rem;
}
.carousel-button,
.carousel-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.carousel-button {
  background-color: var(--clr-bg);
  border: none;
  border-radius: 50%;
  color: var(--clr-2);
  cursor: pointer;
  font-size: 2rem;
  height: 50px;
  padding: 1rem;
  transition: background-color 0.3s ease;
  width: 50px;
}
.carousel-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .Xfeed01-carousel-wrapper {
    padding: 0;
  }
  .Xfeed01-carousel-wrapper:after {
    right: -1px;
    width: 2rem;
  }
}
.Faq01 {
  background-color: var(--clr-1);
  padding-top: 0;
}
.Faq01 > .container {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.Faq01 > .container.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.Faq01-box {
  gap: 2rem;
  width: 80%;
}
.Faq01-box,
.Faq01-box > div:first-child {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Faq01-box > div:first-child {
  gap: 0.5rem;
  text-align: center;
  width: 100%;
}
.Faq01-box > div:nth-child(2) {
  gap: 0.5rem;
}
.Faq01-box > div:nth-child(2),
.Faq01-box > div:nth-child(2) > div {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.Faq01-box > div:nth-child(2) > div {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid var(--clr-shadow);
  border-radius: 0.5rem;
  gap: 1rem;
  padding: 2rem;
  position: relative;
  transition: 0.3s;
}
.Faq01-box > div:nth-child(2) > div:hover {
  color: var(--clr-3);
  cursor: pointer;
}
.Faq01-box > div:nth-child(2) > div:after {
  color: var(--clr-p);
  content: "+";
  font-weight: 600;
  position: absolute;
  right: 2rem;
  top: 1rem;
  z-index: 1;
}
.Faq01-box > div:nth-child(2) > div:hover:after {
  color: var(--clr-3);
}
@media screen and (max-width: 1480px) {
  .Faq01-box {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .Faq01-box {
    width: 100%;
  }
  .Faq01-box > div:first-child {
    align-items: start;
    justify-content: start;
    text-align: left;
  }
  .Faq01-box > div:nth-child(2) > div {
    border-radius: 1rem;
    padding: 1rem 3rem 1rem 1rem;
  }
  .Faq01-box > div:nth-child(2) > div:after {
    right: 1rem;
    top: 1rem;
  }
}
.Join01 {
  padding-bottom: 2rem;
  padding-top: 0;
}
.Join01 h5,
.Join01 p {
  color: var(--clr-2);
}
.Join01 h5:before {
  background-color: var(--clr-2);
}
.Join01-box {
  background-color: initial;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
  padding: 5rem 10rem;
  position: relative;
  text-align: center;
  width: 80%;
}
.Join01-box,
.Join01-box > div.links {
  align-items: center;
  display: flex;
  justify-content: center;
}
.Join01-box > div.links {
  flex-direction: row;
  gap: 1rem;
  margin-top: 1rem;
}
.Join01-box > div.links a {
  transition: 0.3s;
}
.Join01-box > div.links a img {
  aspect-ratio: 1/1;
  width: 2.2rem;
}
@media screen and (max-width: 1800px) {
  .Join01-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .Join01 {
    padding: 0;
  }
  .Join01-box {
    padding: 2rem 1rem;
    width: 100%;
  }
  .Join01-box h2 {
    font-size: 10vw;
  }
  .Join01-box > div.links a img {
    aspect-ratio: 1/1;
    width: 2rem;
  }
}
.BgVid02 {
  background-color: var(--clr-1);
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.BgVid02 > video {
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  width: 100%;
}
.Footer01 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.Footer01 p {
  color: var(--clr-2);
}
.Footer01-logo {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: start;
}
.Footer01-logo img {
  height: 3rem;
}
.Footer01-links {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: end;
}
/*# sourceMappingURL=main.f486bbee.css.map*/
