:root {
  /* ---- Values dynamic color ---- */
  --color_fill: "#ffffff";
  --grid-circle-gap: 90px;
}

@media (min-width: 1124px) {
  :root {
    /* ---- Values dynamic color ---- */
    --color_fill: "#ffffff";
    --grid-circle-gap: 130px;
  }
}

body.menu {
  overflow: hidden;
}

@media (min-width: 760px) {
  html {
    font-size: 10px;
  }
}

@media (min-width: 1124px) {
  html {
    font-size: 16px;
  }
}

/* -------- COMMON STYLES -------- */

.heading-section {
  font-family: "Orbitron", sans-serif;
  text-align: center;
  font-weight: 400;
  line-height: 56px;
  font-size: 34px;
  text-shadow: 0 6px 2px #00000099;
  filter: drop-shadow(0 0 15px #b2fbff50);
  margin: 0;
}

h4.orbitron {
  text-shadow: 0px 2px 8.4px #a6f6ff80;
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

@media (min-width: 760px) {
  h4.orbitron {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

h5.orbitron {
  text-shadow: 0px 2px 8.4px #a6f6ff80;
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

@media (min-width: 760px) {
  h5.orbitron {
    font-size: 1.25rem;
  }
}

h3.sans {
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

@media (min-width: 760px) {
  .heading-section {
    line-height: 140%;
    font-size: 42px;
  }

  h3.sans {
    font-size: 1.875rem;
  }
}

@media (min-width: 1124px) {
  .heading-section {
    line-height: 112px;
    font-size: 80px;
  }
}

.wrapper {
  max-width: 1440px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link {
  transition: 0.3s;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 22.4px;
}

.btn-border-gradient {
  position: relative;
  border: 2px solid #6bb9c350;
  border-radius: 10px;
  padding: 12px 0;
  width: 112px;

  transition: all 0.3s;
}

@media (min-width: 760px) {
  .btn-border-gradient {
    width: 70px;
    font-size: 10px;
    padding: 5px 0;
  }
}

@media (min-width: 1124px) {
  .btn-border-gradient {
    width: 120px;
    padding: 12px 0;
    font-size: 16px;
  }
}

.btn-border-gradient.soon::before {
  content: "COMING SOON";
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  text-wrap: nowrap;
  text-shadow: 0 0 10px #09ffff;
  font-style: italic;
}

.btn-border-gradient.soon::after {
  content: "COMING SOON";
  font-style: italic;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  text-wrap: nowrap;
  text-shadow: 0 0 15px #09ffff;
  filter: blur(3px);
}

.link-shop {
  display: inline-block;
  text-align: center;
}

@media (min-width: 760px) {
  .btn-border-gradient.soon::after,
  .btn-border-gradient.soon::before {
    font-size: 8px;
  }
}

@media (min-width: 1124px) {
  .btn-border-gradient.soon::after,
  .btn-border-gradient.soon::before {
    font-size: 12px;
  }
}

.btn-border-gradient:hover {
  box-shadow: 0px 0px 20.04px 0px #08eff04d;
}

@media (min-width: 760px) {
  .btn-border-gradient.soon::before {
    border-radius: var(--br-3xs);
  }
}

.btn-bg-gradient {
  text-align: center;
  border-radius: var(--br-3xs);
  background: linear-gradient(180deg, #09ffff 0%, #07d3d5 100%);
  color: var(--color-darkslategray-200);
  text-shadow: 0px -3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 9.8px 19.6px 0px #02323340;
  box-shadow: 0px 3.27px 3.27px 0px #09ffff inset;
  box-shadow: 0px -3.27px 3.27px 0px #06c9cb inset;
  box-shadow: 0px 0px 17.1px 0px #cd572d40;

  transition: all 0.3s;
}

.btn-bg-gradient:hover {
  box-shadow: 0px 0px 5.19px 3px #16edf280;
}

.list-dark {
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #0b5c7150;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 8px 16px;
  text-align: center;
  border-radius: var(--br-3xs);

  transition: all 0.3s;
}

.list-dark.nav {
  right: auto;
  left: 0;
}

.list-dark li {
  transition: 0.3s;
  margin: auto;
  width: fit-content;
  text-shadow: 0px 0px 12.9px #b2fbff40;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  line-height: 22.4px;
}

@media (min-width: 760px) {
  .list-dark li:hover {
    opacity: 0.8;
  }
}

.list-dark li:not(:last-child) {
  margin-bottom: 10px;
}

/* -------- HERO SECTION -------- */

@media (max-width: 1023px) {
  .section-hero-bg {
    background: url(../images/home/hero/hero-bg-mobile.png) no-repeat top center;
    aspect-ratio: 480/766;
    background-size: 100%;
  }

  .header-bg {
    background-image: url(../images/home/hero/header-bg-mob.png);
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

.section-hero {
  aspect-ratio: 480/520;
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.section-hero-bg {
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 760px) {
  .section-hero {
    aspect-ratio: 1440/921;
  }

  .section-hero-bg {
    background: url(../images/home/hero/hero-bg-pc.png) no-repeat top center;
    aspect-ratio: 1440/1354;
    background-size: 100%;
  }

  .section-hero .wrapper {
    z-index: 1;
    padding: 0 30px;
    position: relative;
  }

  .header-bg {
    background-image: url(../images/home/hero/header-bg.png);
    background-size: 100% 100%;
    position: absolute;
    width: 108%;
    height: 100%;
    left: -4%;
    top: 0;
    z-index: -1;
  }
}

@media (min-width: 1124px) {
  .section-hero .wrapper {
    padding: 0 var(--content-padding);
  }
}

.hero-line-left {
  position: absolute;
  left: 2%;
  top: 33%;
  width: 14%;
}

.hero-line-right {
  position: absolute;
  right: 2%;
  top: 33%;
  width: 14%;
  transform: scale(-1, 1);
}

.hero-decoration-top {
  display: none;
}

@media (min-width: 760px) {
  .hero-line-left {
    left: 6%;
    top: 21%;
    width: 19%;
  }

  .hero-line-right {
    right: 6%;
    top: 21%;
    width: 19%;
  }

  .hero-decoration-top {
    position: absolute;
    top: 0;
    left: 25%;
    width: 46%;
  }
}

/* -------- HEADER -------- */

header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  z-index: 2;
  padding: 15px 20px 60px 20px;
}

@media (min-width: 760px) {
  header {
    padding: 0 0 90px 0;
    font-size: 10px;
    height: 90px;
  }
}

@media (min-width: 1124px) {
  header {
    font-size: 16px;
    padding: 0 0 105px 0;
  }
}

.header-logo {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 200px;
  width: 27%;
  height: fit-content;
}

.header-logo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

@media (min-width: 760px) {
  .header-logo {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 14%;
  }
}

/* -------- MOBILE BUTTONS -------- */

.nav-menu-mob {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    #071724 0%,
    #0c273e 36%,
    #0c273e 63%,
    #071724 100%
  );
  z-index: 1;
  transform: translateX(-100%);
  transition: 0.5s;
}

.nav-menu-mob.active {
  transform: translateX(0);
}

.nav-menu-mob .grid-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.nav-menu-mob .dropdown-wrapper {
  overflow: hidden;
  height: 70px;
  transition: height 0.3s;
}

.nav-menu-mob .dropdown-wrapper.expanded {
  height: auto;
}

.nav-menu-mob nav {
  position: absolute;
  left: 0;
  top: 175px;
  width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
}

.nav-menu-mob .menu-link {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;

  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  border-bottom: 1px solid #ffffff10;
  text-shadow: 0 0 12px #b2fbff50;
  width: 100%;
}

.nav-menu-mob .menu-link .language-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-menu-mob .menu-link .language-container img {
  height: 80%;
}

.nav-menu-mob .dropdown-wrapper .menu-link .menu-arrow {
  transition: all 0.3s;
}

.nav-menu-mob .dropdown-wrapper .menu-link.active .menu-arrow {
  transform: rotate(180deg);
}

.nav-menu-mob .dropdown-links {
  display: none;
  padding-left: 3rem;
}

.nav-menu-mob .dropdown-links.open {
  display: block;
}

.nav-menu-mob .dropdown-links a {
  font-size: 1.5rem;
  padding: 0.5rem 0;
}

.mobile-buttons {
  display: flex;
  align-items: end;
  gap: 24px;
}

@media (min-width: 760px) {
  .mobile-buttons,
  .nav-menu-mob {
    display: none;
  }
}

.mobile-buttons button {
  height: 33px;
}

.mobile-buttons button img {
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

header .mobile-buttons .btn-shop {
  width: 38px;
  height: 34px;
  border: 1px solid #6bb9c350;
  border-radius: 6px;
  padding: 0;
}

header .mobile-buttons .btn-shop img {
  opacity: 0.4;
}

header .mobile-buttons .btn-shop::before,
.mobile-buttons .btn-shop::after {
  bottom: 0px;
  font-size: 9px;
}

header .mobile-buttons .btn-shop .btn-shop-outer-border {
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 6px);
  height: calc(100% + 4px);
  border: 1px solid #6bb9c350;
  border-radius: 6px;
  filter: drop-shadow(0 0 5px #6bb9c3);

  z-index: -1;
}

header .btn-login {
  width: 38px;
  position: relative;
}

header .btn-login img {
  width: 65%;
  height: auto;
  filter: drop-shadow(0 0 5px #6bb9c3);
}

/* -------- MOBILE NAV-BURGER -------- */

.nav-burger {
  width: 40px;
  height: 36px;
  border-radius: 6px;
  padding: 0;
  position: relative;
  border: 2px solid #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.nav-burger::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #00e5ff;
  filter: blur(2px) drop-shadow(0 0 3px #00e5ff);
}

@media (min-width: 760px) {
  .nav-burger {
    display: none;
  }
}

.nav-burger.active .bar:nth-child(2) {
  opacity: 0;
}

.nav-burger.active .bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-burger.active .bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.bar {
  display: block;
  width: 17px;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: var(--br-base);
  border: 1px solid #fff;
  filter: drop-shadow(0 0 5px #6bb9c3);
}

/* -------- PC NAVIGATION -------- */

.nav-wrapper {
  display: none;
}

.nav-wrapper .link {
  text-shadow: 0px 2px 8.4px #a6f6ff80;
}

header .pc-buttons {
  display: none;
}

@media (min-width: 760px) {
  .nav-wrapper {
    display: flex;
    gap: var(--gap-xl);
  }

  .nav-wrapper .link:hover,
  #lang-btn:hover .link {
    opacity: 0.8;
  }

  .sections-wrapper {
    position: relative;
  }

  .nav-wrapper button {
    display: flex;
    gap: var(--gap-4);
    align-items: center;
  }

  .nav-wrapper button img {
    transition: 0.3s;
  }

  header .pc-buttons {
    display: flex;
    align-items: center;
    gap: var(--gap-xl);
  }

  .pc-buttons .btn-bg-gradient {
    width: 120px;
    padding: 12px 0;
  }

  .lang-wrapper {
    position: relative;
  }

  #lang-btn {
    display: flex;
    align-items: center;
    gap: var(--gap-10);
  }

  #lang-btn span {
    text-shadow: 0px 2px 8.4px #a6f6ff80;
  }

  #lang-btn img {
    transition: 0.3s;
  }

  #lang-btn .icon-arrow {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
      hue-rotate(29deg) brightness(105%) contrast(101%);
  }
}

/* -------- NEWS SECTION -------- */

.heading-section-wrapper {
  position: relative;
  margin: auto;
  width: fit-content;
}

.section-news .heading-wrapper {
  position: relative;
}

.section-news .heading-wrapper .title-pc-lines {
  position: absolute;
  width: 130%;
  top: 35%;
  left: -15%;
}

@media (min-width: 760px) {
  .section-news .heading-wrapper .title-pc-lines {
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
  }
}

.heading-section-wrapper .line-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
}

.heading-section-wrapper .line-right {
  position: absolute;
  bottom: -32%;
  right: 43px;
  width: 13%;
  transform: rotateY(180deg);
}

.news-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 40px;
  margin-bottom: 53px;
}

@media (min-width: 760px) {
  .news-wrapper {
    margin-top: 114px;
    gap: 30px;
    padding: 0 26px;
    margin-bottom: 64px;
  }
}

@media (min-width: 1124px) {
  .news-wrapper {
    margin-top: 114px;
    gap: 30px;
    padding: 0 112px;
    margin-bottom: 64px;
  }
}

.news {
  height: fit-content;
  width: 28.5%;
  position: relative;
  border-radius: var(--br-xl);
  cursor: pointer;

  transition: all 0.3s;
}

.news-wrapper .news {
  display: none;
}

.news.instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    93.13deg,
    #7c0cfe 6.01%,
    #d604e4 28.19%,
    #fe0775 44.99%,
    #fe4d16 58.5%,
    #ffc600 95.96%
  );
  filter: blur(20px);

  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 760px) {
  .news-wrapper .news {
    display: block;
  }

  .news.facebook:hover {
    box-shadow: 0px 22.74px 37.9px 0px #05050a33;
    box-shadow: 0px 0px 36px 0px #1151b1;
  }

  .news.instagram:hover::before {
    opacity: 1;
  }
}

.news-info {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.news-info h1 {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 44px;
  line-height: 54px;
}

@media (min-width: 760px) {
  .news-info h1 {
    font-size: 23px;
    line-height: 122%;
  }

  .news-info {
    padding: 0 3.5%;
  }
}

@media (min-width: 1124px) {
  .news-info h1 {
    font-size: 50px;
    line-height: 61px;
  }
}

.news-info p {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 760px) {
  .news-info p {
    font-size: 1.125rem;
    line-height: 140%;
  }
}

.news-info .btn-shop {
  padding: 14px 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  border-radius: var(--br-3xs);
  margin-left: auto;
  margin-right: auto;

  transition: 0.3s all;

  border: 1px solid #6bb9c3;
  box-shadow: 0px 0px 17.1px 0px #629bae40;
}

.news-info .btn-shop:hover {
  box-shadow: 0px 0px 25.1px 5px #629bae40;
}

.news .news-img {
  aspect-ratio: 1;
  width: 100%;
}

.news .news-title-wrapper {
  margin-top: -4px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  transition: 0.3s;

  border-radius: 0 0 var(--br-xl) var(--br-xl);
  overflow: hidden;
}

.news .news-title-wrapper.facebook {
  background-color: #1151b1;
}

.news .news-title-wrapper.instagram {
  background: linear-gradient(
    93.13deg,
    #7c0cfe 6.01%,
    #d604e4 28.19%,
    #fe0775 44.99%,
    #fe4d16 58.5%,
    #ffc600 95.96%
  );
}

.news .news-title-wrapper .news-heading {
  font-weight: 600;
  font-size: 1.125rem;
}

.news-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-title .news-title-icon {
  width: 1.75rem;
}

.news-tags .news-instagram-dots {
  display: flex;
  gap: 3px;
}

.news-tags .news-instagram-dots .dot {
  width: 3px;
  height: 3px;
  background-color: white;
  border-radius: 100%;
}

.news .news-header-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 14px;
  margin-bottom: 6px;
}

.news .news-header-title.single {
  margin-bottom: 0px;
  font-weight: 600;
}

.news .news-header-subtitle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.news .news-header-icon {
  width: 12px;
}

.news .news-header-dot {
  background-color: #afb0b2;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.news .news-header-subtitle p {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #afb0b2;
}

.news .news-tags {
  position: relative;
  padding-left: 12px;
  padding-right: 24px;
  height: 50px;
  background: #26272903;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);

  display: flex;
  align-items: center;
  gap: 8px;

  overflow: hidden;
}

.news .news-tags.instagram {
  justify-content: space-between;
}

.news .news-instagram {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news .tags-wrapper {
  border-radius: var(--br-xl) var(--br-xl) 0 0;
  overflow: hidden;
}

.news .tags-wrapper.facebook {
  background-image: url(../images/home/news/facebook-top-bg.png);
  background-size: 100% 100%;
}

.news .tags-wrapper.instagram {
  background-image: url(../images/home/news/instagram-top-bg.png);
  background-size: 100% 100%;
}

.news-tags .news-tags-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.news .news-tags span {
  border-radius: 75px;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
}

.news-lines {
  width: 100%;
  margin-bottom: 50px;
  display: none;
}

@media (min-width: 760px) {
  .news-lines {
    display: block;
  }
}

.news .news-logo {
  width: 26px;
  filter: drop-shadow(0 3.8px 3px #00000026);
}

/* -------- Carousell -------- */

.carousell-wrapper {
  margin-top: 55px;
  overflow-x: hidden;
  max-width: none;
  padding-bottom: 10px;
}

@media (min-width: 760px) {
  .carousell-wrapper {
    display: none;
  }
}

.carousell-news {
  display: flex;
  flex-wrap: nowrap;
  transform: translateX(-140vw);
  gap: 5vw;
  padding: 20px;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousell-news.active {
  transition: none;
}

.carousell-news .news {
  min-width: 70vw;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousell-news .news:hover {
  min-width: 70vw;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.carousell-news .news.active.facebook {
  box-shadow: 0px 22.74px 15.9px 0px #05050a33;
  box-shadow: 0px 0px 15px 0px #1151b1;
}

.carousell-news .news.active.instagram::before {
  opacity: 1;
}

.carousell-news .news.instagram::before {
  filter: blur(10px);
}

.carousell-news .image-wrapper {
  margin: 50px 0 10px;
  position: relative;
  width: 100%;
}

.carousell-news .small-image {
  height: 12vh;
}

.carousell-news .large-image {
  height: 220%;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translate(15%, -50%);
}

.carousell-news .title {
  text-align: center;
  text-transform: uppercase;
}

.carousell-news .description {
  margin: 25px 0 70px;
  text-align: justify;
}

.carousell-news .bold {
  font-weight: bold;
}

.carousell-news .navigation {
  align-items: center;
  bottom: 25px;
  display: flex;
  gap: 5vw;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.carousell-nav {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.carousell-nav .carousell-button {
  position: relative;
  width: 17px;
}

.carousell-nav .carousell-button img {
  width: 100%;
}

.carousell-nav .carousell-button.active {
  opacity: 1;
}

.carousell-nav .carousell-button.active {
  filter: drop-shadow(0px 0px 5px #08f0f0);
}

.carousell-nav .carousell-button.active img {
  filter: drop-shadow(0px 0px 5px #08f0f0);
}

.carousell-nav .carousell-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 20%;
  background-color: #ffffff;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;

  filter: blur(7px);
}

.carousell-nav .carousell-button.active::before {
  opacity: 1;
}

.carousell-nav .outer-hex {
  width: 25px;
}

.carousell-nav .inner-hex {
  opacity: 0;
  position: absolute;
  width: 26px;
  left: 0;

  transition: 0.3s;
}

/* -------- BENEFITS SECTION -------- */

.benefits-section {
  position: relative;
}

.benefits-wrapper .heading-wrapper {
  position: relative;
  margin-bottom: 90px;
}

.benefits-wrapper .heading-wrapper .title-pc-lines {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
}

.benefits-wrapper .heading-wrapper .grid-bg-mob {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-32%);
  width: 100%;
}

.section-news .heading-wrapper {
  position: relative;
}

.benefits-container {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 3%;
  padding: 0 25px;

  position: relative;
}

.benefits-container.bottom {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 3%;
}

.benefits-container .grid-bg-mob {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(65%);
}

@media (min-width: 760px) {
  .grid-bg-mob {
    display: none;
  }

  .benefits-wrapper .heading-wrapper {
    position: relative;
    margin-bottom: 70px;
  }

  .benefits-container {
    flex-direction: row;
    padding: 0;
    padding-left: 5%;
  }

  .benefits-container.bottom {
    margin-top: 30px;
    padding-right: 5%;
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    gap: 3%;
  }
}

@media (min-width: 1124px) {
  .benefits-wrapper .heading-wrapper {
    position: relative;
    margin-bottom: 25px;
  }
}

.benefits-card {
  position: relative;
  width: 100%;
  background: linear-gradient(
    180deg,
    #214358 3.46%,
    #0d2940 27.6%,
    #0d2940 75.87%,
    #214358 100%
  );
  padding: 18px 22px 32px 22px;
  border-radius: 19px;
  box-sizing: border-box;
  height: 250px;
  z-index: 1;
}

@media (min-width: 760px) {
  .benefits-card {
    width: 47%;
    padding: 1.56rem 1.875rem 3.125rem 2.5rem;
    height: 270px;
  }
}

@media (min-width: 1124px) {
  .benefits-card {
    width: 47%;
    height: 400px;
  }
}

.benefits-card::before {
  content: "";
  position: absolute;
  left: -3%;
  top: -3.5%;
  width: 106%;
  aspect-ratio: 716/93;

  background-image: url(../images/home/benefits/card-border-top.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.benefits-card::after {
  content: "";
  position: absolute;
  left: -3%;
  bottom: -3.5%;
  width: 106%;
  aspect-ratio: 716/104;

  background-image: url(../images/home/benefits/card-border-bottom.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.benefits-card .benefits-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  margin-left: 5px;
}

.benefits-card .benefits-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5px;
}

.benefits-card .benefits-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.04em;
  opacity: 0.9;
}

.benefits-card .benefits-desc.bottom {
  margin-top: 16px;
}

.benefits-img-container {
  margin-top: -12%;
  flex: 1;
  z-index: 1;
}

.benefits-img-container .benefits-img {
  width: 105%;
  transform: translateX(-2.5%);
}

@media (min-width: 760px) {
  .benefits-card .benefits-subtitle {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-left: 10px;
  }

  .benefits-card .benefits-title {
    font-size: 3.125rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
    margin-left: 10px;
  }

  .benefits-card .benefits-desc {
    font-size: 1.25rem;
    line-height: normal;
    letter-spacing: 0.04em;
    opacity: 0.9;
  }

  .benefits-card .benefits-desc.bottom {
    margin-top: 24px;
  }

  .benefits-img-container {
    flex: 1;
    margin: 0;
  }

  .benefits-img-container .benefits-img {
    width: 100%;
    transform: translateY(4%);
  }
}

.benefits-nav {
  display: flex;
  left: 0;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0px;
  gap: 22px;
  transform: translateY(-70%);
}

.benefits-nav-button .benefits-icon {
  width: 100%;
}

@media (min-width: 760px) {
  .benefits-nav {
    display: flex;
    left: 0;
    justify-content: center;
    width: 100%;
    position: absolute;
    gap: 22px;
    transform: translateY(-82%);
  }
}

.benefits-nav-button {
  border-radius: 6px;
  aspect-ratio: 1/1;
  width: 13.5%;

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  cursor: pointer;
  opacity: 0.2;

  transition: 0.3s all;
}

.benefits-nav-button:hover {
  opacity: 1;
}

.benefits-read-more {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 5%;
  margin-top: 40px;

  cursor: pointer;
  display: none;
}

@media (min-width: 760px) {
  .benefits-read-more {
    display: flex;
  }
}

.benefits-read-more p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-shadow: 0 0 15px #00e5ff;
  position: relative;
}

.benefits-read-more p::before {
  content: "Read more";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;

  text-shadow: 0 0 20px #00e5ff;
  filter: blur(3px);
}

.benefits-read-more .read-more-arrows {
  position: relative;
  filter: drop-shadow(0 0 4px #00e5ff);
  margin-top: 12px;
  margin-left: -5px;

  transition: 0.3s;
}

.benefits-read-more:hover .read-more-arrows {
  transform: translateX(5px);
}

.benefits-nav-button.active {
  background: linear-gradient(
    180deg,
    #0f2c42 3.46%,
    #0d2940 27.6%,
    #0d2940 75.87%,
    #0f2c42 100%
  );
  opacity: 1;
}

.benefits-nav-button::before {
  content: "";
  position: absolute;
  left: -7%;
  top: -7%;
  width: 114%;
  height: 114%;

  background-image: url(../images/home/benefits/nav-button-border.png);
  background-size: 100% 100%;
  background-position: 0;
}

.benefits-nav-button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b2fbff33;
  filter: blur(25px);

  opacity: 0;
  transition: 0.3s all;
}

.benefits-nav-button.active::after {
  opacity: 1;
}

.benefits-bg-grid-pc {
  display: none;
}

@media (min-width: 760px) {
  .benefits-bg-grid-pc {
    display: block;
    position: absolute;
    left: 0;
    top: -8%;
    width: 100%;
    z-index: -1;
  }
}

/* -------- SHOP SECTION -------- */

.shop-section {
  position: relative;
  margin-top: 60px;
  margin-bottom: 55px;
}

@media (min-width: 760px) {
  .shop-section {
    margin-top: 60px;
    margin-bottom: 125px;
  }
}

@media (min-width: 1124px) {
  .shop-section {
    margin-top: 120px;
    margin-bottom: 125px;
  }
}

.shop-section .heading-wrapper {
  position: relative;
  margin-bottom: 33px;
}

.shop-section .heading-wrapper .grid-bg-mob {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  transform: translateY(-26%);
}

.shop-section .heading-wrapper .title-mob-lines {
  position: absolute;
  width: 100%;
  top: 0px;
  transform: translateY(65%);
  left: 0;
}

.shop-section .heading-wrapper .title-pc-lines {
  display: none;
}

@media (min-width: 760px) {
  .shop-section .heading-wrapper .grid-bg-mob {
    display: none;
  }

  .shop-section .heading-wrapper {
    margin-bottom: 90px;
  }

  .shop-section .heading-wrapper .title-pc-lines {
    display: block;
    position: absolute;
    width: calc(100% + 140px);
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
  }

  .shop-section .heading-wrapper .title-mob-lines {
    display: none;
  }
}

@media (min-width: 1124px) {
  .shop-section .heading-wrapper {
    margin-bottom: 60px;
  }
}

.shop-mobile-bg {
  box-shadow: 0px 0px 26.57px 0px #081c2c;
  width: 100%;
}

.shop-mobile-img-wrapper {
  padding: 0 70px;
}

.shop-pc-bg {
  display: none;
}

.shop-pc-wrapper {
  position: relative;
}

@media (min-width: 760px) {
  .shop-mobile-img-wrapper {
    display: none;
  }

  .shop-pc-bg {
    display: block;
    box-shadow: 0px 0px 31.3px 0px #081c2c;
    width: 88vw;
    max-width: 1087px;
    margin: auto;
  }
}

@media (min-width: 1124px) {
  .shop-pc-bg {
    display: block;
    box-shadow: 0px 0px 31.3px 0px #081c2c;
    width: 74vw;
    max-width: 1087px;
    margin: auto;
  }
}
.discover-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: var(--color-darkslategray-200);
  padding: 10px 25px;
  width: fit-content;
  max-width: 600px;
  box-shadow: 0px 0px 22.68px 0px #08eff040;
  border-radius: 7px;
  border: 1px solid #6bb9c3;
  margin: auto;
  margin-top: -30px;
}

@media (min-width: 760px) {
  .discover-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
}

.discover-button .play-button img {
  width: 66px;
  height: fit-content;
}

.shop-button.right {
  transform: rotate(180deg);
}

.shop-button {
  filter: drop-shadow(0 0 3px #b2fbff);
  position: relative;
  height: 30px;
}

.shop-button img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 760px) {
  .shop-button {
    display: block;
    filter: drop-shadow(0 0 3px #b2fbff);
    position: relative;
    height: 2.43rem;
  }

  .shop-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b2fbff05;
    z-index: -1;
    filter: blur(15px);
    border-radius: 100%;

    transition: 0.3s;
  }

  .shop-button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b2fbff10;
    z-index: -1;
    filter: blur(8px);
    border-radius: 100%;

    transition: 0.3s;
    opacity: 0;
  }

  .shop-button:hover::after {
    opacity: 1;
  }

  .discover-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 14px;
    transform: translate(-50%, 50%);

    background-color: var(--color-darkslategray-200);
    gap: 28px;
    padding: 10px 0;
    width: 42vw;
    max-width: 600px;
    box-shadow: 0px 0px 22.68px 0px #08eff040;
    border-radius: 7px;
    border: 1px solid #6bb9c3;
    margin: none;
  }

  .discover-button .play-button {
    display: none;
  }
}

.autoplay {
  top: 10px;
  right: 10%;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  opacity: 1;
  margin: auto;
  margin-top: 25px;

  transition: 0.3s;
  cursor: pointer;
}

.autoplay button,
.autoplay button img {
  width: 35px;
  height: 40px;
}

.shop-bg-grid-pc {
  display: none;
}

@media (min-width: 760px) {
  .autoplay {
    display: flex;
    position: absolute;
    top: 0;
    transform: translateY(-150%);
    right: 5%;
    margin: 0;
    opacity: 0.3;
  }

  .shop-bg-grid-pc {
    display: block;
    position: absolute;
    left: 0;
    top: -9%;
    width: 100%;
    z-index: -1;
  }

  .autoplay:hover {
    opacity: 0.8;
  }
}

@media (min-width: 1124px) {
  .autoplay {
    display: flex;
    transform: none;
    position: absolute;
    right: 2%;
    margin: 0;
    opacity: 0.3;
  }
}

/* -------- ROADMAP SECTION -------- */

.section-roadmap {
  position: relative;
}

.roadmap-wrapper {
  padding: 0 25px;
  padding-bottom: 40px;
}

@media (min-width: 760px) {
  .section-roadmap {
    margin-bottom: 90px;
  }
}

@media (min-width: 1124px) {
  .section-roadmap {
    margin-bottom: 170px;
  }
}

.roadmap-wrapper .heading-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 33px;
}

.roadmap-wrapper .heading-wrapper .grid-bg-mob {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: -1;
}

.roadmap-wrapper .heading-wrapper .title-mob-lines {
  position: absolute;
  width: calc(100% + 40px);
  pointer-events: none;
  bottom: -8px;
  left: -20px;
}

.roadmap-wrapper .heading-wrapper .title-pc-lines {
  display: none;
  pointer-events: none;
}

@media (min-width: 760px) {
  .roadmap-wrapper .heading-wrapper {
    margin-bottom: 20px;
  }

  .roadmap-wrapper .heading-wrapper .title-pc-lines {
    display: block;
    position: absolute;
    width: calc(100% + 240px);
    left: -120px;
    bottom: -15px;
  }

  .roadmap-wrapper .heading-wrapper .title-mob-lines {
    display: none;
  }
}

.roadmap-wrapper h5.orbitron {
  padding: 0 10px;
}

.section-roadmap .hand {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0%, 30%);
  width: 50%;
  max-width: 1000px;
  z-index: 1;
}

.q-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 25px 0;
}

@media (min-width: 760px) {
  .q-wrapper {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .roadmap-wrapper h5.orbitron {
    width: 26.25rem;
    margin: auto;
  }

  .section-roadmap .hand {
    display: block;
  }
}

.q-wrapper .q-button {
  position: relative;
  transition: all 0.3s;
}

.q-wrapper .q-button .hex-bg {
  opacity: 0.3;
}

.q-wrapper .q-button.active .hex-bg,
.q-wrapper .q-button:hover .hex-bg {
  opacity: 1;
}

.q-wrapper .q-button img {
  width: 47px;
  transition: all 0.3s;
  filter: drop-shadow(0px 0px 10px #08f0f0);
}

.q-wrapper .q-button:hover,
.q-wrapper .q-button.active {
  filter: drop-shadow(0px 0px 10px #08f0f0);
}

.q-wrapper .q-button:hover img,
.q-wrapper .q-button.active img {
  filter: drop-shadow(0px 0px 10px #08f0f0);
}

.q-wrapper .q-button p {
  font-family: "Chakra Petch";
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding-bottom: 5px;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 4px #ffffffb2;
  opacity: 0;
  transition: 0.3s all;
}

.q-wrapper .q-button:hover p,
.q-wrapper .q-button.active p {
  opacity: 1;
}

.grid-container {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 50px;
}

@media (min-width: 760px) {
  .grid-container {
    grid-template-columns: 42% 42%;
    row-gap: 0px;
    column-gap: 16%;
    grid-template-rows: 90px 90px 102.5px 90px 90px 102.5px 90px 90px;
  }
}

@media (min-width: 1124px) {
  .grid-container {
    grid-template-columns: 42% 42%;
    row-gap: 0px;
    column-gap: 16%;
    grid-template-rows: 128px 128px 150px 128px 128px 150px 128px 128px;
  }
}

.grid-container .center-line {
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
  height: 100%;
  width: 4px;
  background-color: #78b8c5;
  z-index: -1;
  box-shadow: 0px 0px 9.2px 0px #b2fbff;
}

.grid-item {
  position: relative;
  background-color: var(--color-darkslategray-200);
  border-radius: 16px;
  height: 240px;
  padding: 6px;
  padding-top: 0px;
  padding-bottom: 8px;
}

.grid-item .grid-content {
  background-color: #19344a;
  padding: 24px 20px;
  border-radius: 8px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #a6f6ff;
}

.grid-item::before {
  content: "";
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(21, 191, 253, 0) 8.19%,
    rgba(166, 246, 255, 0.7) 70.61%,
    rgba(166, 246, 255, 0.7) 100%
  );
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: calc(100% + 12px);
  height: 133px;
  border-radius: 16px;
}

.grid-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
  border-radius: 50%;
  background-color: #78b8c5;
  z-index: -1;
  box-shadow: 0px 0px 12px 0px #78b8c5;
}

@media (min-width: 760px) {
  .grid-item .grid-content {
    padding: 24px;
  }

  .grid-item::after {
    display: none;
  }

  .grid-item::before {
    background: linear-gradient(
      90deg,
      rgba(21, 191, 253, 0) 8.19%,
      rgba(166, 246, 255, 0.7) 70.61%,
      rgba(166, 246, 255, 0.7) 100%
    );
    bottom: auto;
    left: auto;
    right: -6px;
    top: -6px;
    width: 35%;
    height: calc(100% + 12px);
  }

  .grid-container .center-line {
    top: 90px;
    height: 88%;
  }
}

@media (min-width: 1124px) {
  .grid-container .center-line {
    top: 130px;
    height: 88%;
  }
}

.grid-item ul {
  list-style-type: disc;
  padding-left: 1.875rem;
}

.grid-item ul li {
  color: #b4c5cb;
  font-size: 14px;
}

.grid-item p {
  font-size: 18px;
  margin: 12px 0;
  text-align: center;
}

.grid-container .frame-circle {
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);

  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #a6f6ff;
  background-color: #0d2940;
  box-sizing: border-box;
  box-shadow: 0px 0px 26.3px 0px #b2fbff;
}

.grid-container .frame-circle img {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}

.grid-container .frame-circle.right img {
  left: auto;
  right: 0;
  transform: translate(100%, -50%) rotateY(180deg);
}

.grid-container .center-line .frame-circle {
  display: none;
}

@media (min-width: 760px) {
  .grid-item ul li {
    font-size: 1rem;
  }

  .grid-container .frame-circle img,
  .grid-container .center-line .frame-circle {
    display: block;
  }

  .grid-container .center-line .frame-circle:nth-of-type(1) {
    top: 0px;
  }

  .grid-container .center-line .frame-circle:nth-of-type(2) {
    top: var(--grid-circle-gap);
  }

  .grid-container .center-line .frame-circle:nth-of-type(3) {
    top: calc(var(--grid-circle-gap) * 3);
  }

  .grid-container .center-line .frame-circle:nth-of-type(4) {
    top: calc(var(--grid-circle-gap) * 4);
  }

  .grid-container .center-line .frame-circle:nth-of-type(5) {
    top: calc(var(--grid-circle-gap) * 6);
  }

  .grid-container .center-line .frame-circle:last-of-type {
    bottom: 0px;
  }

  .grid-item {
    box-sizing: border-box;
    padding: 0.625rem;
    height: 180px;
  }

  .grid-item .frame-circle {
    display: none;
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
    right: -21.5%;
    top: 50%;
  }

  .grid-item .frame-circle img {
    display: block;
    position: absolute;
    width: 64px;
    left: -430%;
    top: 50%;
    transform: translateY(-50%);
  }

  .grid-item:nth-of-type(2) .frame-circle,
  .grid-item:nth-of-type(4) .frame-circle {
    right: auto;
    left: -21.5%;
  }

  .grid-item:nth-of-type(2) .frame-circle img,
  .grid-item:nth-of-type(4) .frame-circle img {
    left: auto;
    right: -430%;
    transform: translateY(-50%) rotate(180deg);
  }

  .grid-item p {
    font-size: 1.25rem;
    text-align: left;
    margin: 1.375rem 0;
  }

  .grid-item:nth-of-type(2) {
    grid-row: 2;
    grid-column: 2;
  }

  .grid-item:nth-of-type(2)::before,
  .grid-item:nth-of-type(4)::before {
    background: linear-gradient(
      -90deg,
      rgba(21, 191, 253, 0) 8.19%,
      rgba(166, 246, 255, 0.7) 70.61%,
      rgba(166, 246, 255, 0.7) 100%
    );
    left: -6px;
    right: auto;
  }

  .grid-item:nth-of-type(3) {
    grid-row: 4;
    grid-column: 1;
  }

  .grid-item:nth-of-type(4) {
    grid-row: 5;
    grid-column: 2;
  }

  .grid-item:nth-of-type(5) {
    grid-row: 7;
    grid-column: 1;
  }
}

@media (min-width: 1124px) {
  .grid-item {
    box-sizing: border-box;
    padding: 10px;
    height: 245px;
  }
}

.roadmap-bg-grid-pc {
  display: none;
}

@media (min-width: 760px) {
  .roadmap-bg-grid-pc {
    display: block;
    position: absolute;
    left: 0;
    top: -5%;
    width: 100%;
    z-index: -1;
  }
}

/* -------- VALUES SECTION -------- */

.section-values {
  position: relative;
}

.values-wrapper {
  padding: 0 20px;
  margin-bottom: 60px;
}

.values-wrapper .heading-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 33px;
}

.values-wrapper .heading-wrapper .grid-bg-mob {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-36%);
  z-index: -1;
}

.values-wrapper .heading-wrapper .title-mob-lines {
  position: absolute;
  width: calc(100% + 40px);
  pointer-events: none;
  bottom: -8px;
  left: -20px;
}

.values-wrapper .heading-wrapper .title-pc-lines {
  display: none;
  pointer-events: none;
}

@media (min-width: 760px) {
  .values-wrapper {
    padding: 0 30px;
    margin-bottom: 80px;
  }

  .values-wrapper .heading-wrapper {
    margin-bottom: 20px;
  }

  .values-wrapper .heading-wrapper .title-pc-lines {
    display: block;
    position: absolute;
    width: calc(100% + 240px);
    left: -120px;
    bottom: -15px;
  }

  .values-wrapper .heading-wrapper .title-mob-lines {
    display: none;
  }

  .values-wrapper h5.orbitron {
    width: 420px;
    margin: auto;
  }
}

@media (min-width: 1124px) {
  .values-wrapper {
    padding: 0 60px;
    margin-bottom: 100px;
  }
}

.values-wrapper h5.orbitron {
  padding: 0 10px;
}

.values-diagram {
  margin-top: 34px;
  padding: 0 20px;

  display: flex;
}

@media (min-width: 760px) {
  .values-diagram {
    margin-top: 34px;
    aspect-ratio: 1416/1119;
    grid-template-rows: 24.5% 3.7% 9% 25% 9% 3.7% 24.5%;
    grid-template-columns: 18.6% 0.7% 12.4% 6.2% 24.8% 6.2% 12.4% 0.7% 18.6%;
    display: grid;
    padding: 0;
  }
}

.value-circle:not(.center) {
  position: relative;
  aspect-ratio: 1/1;

  transition: all 0.3s;

  align-items: center;
  justify-content: center;
  gap: 7%;
  cursor: pointer;

  display: none;
}

.value-circle.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.value-circle.disabled .circle-icon {
  opacity: 0;
}

.value-circle .circle-icon {
  width: 38%;
}

.value-circle .circle-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  object-fit: contain;
}

.value-circle.left .circle-bg {
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}
.value-circle.big p {
  font-size: 9px;
  line-height: 15px;
}

.value-circle.center {
  width: 100%;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}

.value-circle.center .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37%;

  transition: 0.3s all;

  text-align: center;
  font-family: "Inter", sans-serif;
}

.value-circle.center .content .text {
  font-size: 10px;
  font-weight: 400;
  line-height: 17px;
}

.value-circle.center .content .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px;
}

@media (min-width: 760px) {
  .value-circle.center .content {
    width: 38%;
  }

  .value-circle.center .content .title {
    font-size: 1.3125rem;
    line-height: 1.875rem;
    margin-bottom: 1.25rem;
  }

  .value-circle.center .content .text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
}

.value-circle.center .content.hide {
  opacity: 0;
}

.value-circle.center .center-circle-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27%;

  transition: 0.3s opacity;
}

.value-circle.center .center-circle-icon.logo {
  top: 48%;
  width: 35%;
  filter: drop-shadow(0 0 10px #b2fbff80);
}

.value-circle.center .center-circle-icon.hide {
  opacity: 0;
}

.value-circle.center .center-shape {
  position: absolute;
  width: 38.2%;
  cursor: pointer;
}

.value-circle.center .center-circle-bg {
  width: 100%;
  display: none;
}

.value-circle.center .center-circle-mob {
  width: 100%;
}

.value-circle.center .center-shapes-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(330deg);
  transform-origin: center;
}

.center-shape .shape {
  width: 100%;
  filter: drop-shadow(0 0 10px #90cfd280);
}

@media (min-width: 760px) {
  .value-circle.center .center-circle-bg {
    display: block;
  }

  .value-circle.center .center-circle-mob {
    display: none;
  }

  .value-circle.center .center-shapes-container {
    transform: rotate(0deg);
  }

  .center-shape .icon {
    display: none;
  }
}

.center-shape .icon {
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%) rotate(30deg);
  transform-origin: center;
  width: 20%;
}

.value-circle.center .center-shape.education {
  top: 0;
  right: 9%;
}

.value-circle.center .center-shape.sustainability {
  bottom: 0;
  right: 9%;
  transform: rotateX(180deg);
}

.value-circle.center .center-shape.innovation {
  bottom: 0;
  left: 9%;
  transform: rotateX(180deg) rotateY(180deg);
}

.value-circle.center .center-shape.community {
  top: 50%;
  transform: translate(30%, -50%) rotate(59deg);
  transform-origin: center;
  right: 0%;
}

.value-circle.center .center-shape.reliability {
  top: 50%;
  transform: translate(-30%, -50%) rotate(239deg);
  transform-origin: center;
  left: 0%;
}

.value-circle.center .center-shape.creativity {
  top: 0;
  left: 9%;
  transform: rotateY(180deg);
}

.value-circle .line-top {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(80%);
  z-index: -1;
}

.value-circle .line-top.right {
  left: auto;
  right: 50%;
  transform: translateY(80%) rotateY(180deg);
  z-index: -1;
}

.value-circle .line-center {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(100%);
  z-index: -1;
}

.value-circle .line-bottom {
  display: none;
  position: absolute;
  top: 0;
  left: 20%;
  transform: translateY(-50%);
  z-index: -1;
}

.value-circle .line-bottom.right {
  left: auto;
  right: 20%;
  transform: translateY(-50%) rotateY(180deg);
}

.value-circle .line-center.right {
  right: auto;
  left: 0;
  transform: translateX(-100%) rotateY(180deg);
}

.value-circle .line-mob {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 50%;
  z-index: -1;
  max-width: 140px;
}

.value-circle .line-mob.right {
  transform: translateY(100%) rotateY(180deg);
  left: auto;
  right: 50%;
}

.value-circle .line-mob.right.bottom {
  transform: translateY(-100%) rotateY(180deg) rotateX(180deg);
  left: auto;
  right: 50%;
  bottom: auto;
  top: 0;
}

.value-circle .line-mob.bottom {
  transform: translateY(-100%) rotateX(180deg);
  left: 50%;
  bottom: auto;
  top: 0;
}

@media (min-width: 760px) {
  .value-circle .line-top,
  .value-circle .line-middle,
  .value-circle .line-bottom {
    display: block;
  }

  .value-circle:not(.center) {
    display: flex;
  }

  .value-circle:not(.center):hover {
    transform: scale(1.1);
  }

  #circle-creativity {
    grid-row: 1;
    grid-column: 2/5;
  }

  #circle-education {
    grid-row: 1;
    grid-column: 6/9;
  }

  #circle-reliability {
    grid-row: 4;
    grid-column: 1/3;
    align-self: center;
  }

  #circle-community {
    grid-row: 4;
    grid-column: 8/10;
    align-self: center;
  }

  #circle-innovation {
    grid-row: 7;
    grid-column: 2/5;
  }

  #circle-sustainability {
    grid-row: 7;
    grid-column: 6/9;
  }

  .value-circle.center {
    align-self: center;
    grid-row: 3/6;
    grid-column: 4/7;

    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.values-wrapper .values-buttons {
  margin-top: 45px;
  justify-content: center;
  display: flex;
  gap: 40px;
}

.values-wrapper .values-buttons button {
  width: 112px;
  font-size: 14px;
}

.values-wrapper .mobile-buttons {
  margin-top: 35px;
  justify-content: center;
}

.values-bg-grid-pc {
  display: none;
}

@media (min-width: 760px) {
  .values-wrapper .values-buttons {
    margin-top: 0;
    justify-content: center;
    gap: var(--gap-xl);
  }

  .values-bg-grid-pc {
    display: block;
    position: absolute;
    left: 0;
    top: -7%;
    width: 100%;
    z-index: -1;
  }

  .values-wrapper .values-buttons button {
    width: 110px;
    font-size: 1.125rem;
    padding: 0.875rem 0;
    margin-top: 70px;
  }
}

@media (min-width: 1124px) {
  .values-wrapper .values-buttons button {
    width: 140px;
    margin-top: 0;
  }
}

/* -------- NETWORKS SECTION -------- */

.section-networks {
  position: relative;
}

.networks-wrapper {
  padding: 0 50px;
  margin-bottom: 15px;
}

@media (min-width: 760px) {
  .networks-wrapper {
    padding: 0 70px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1124px) {
  .networks-wrapper {
    padding: 0 70px;
    margin-bottom: 180px;
  }
}

.networks-wrapper .heading-wrapper {
  position: relative;
  margin-bottom: 33px;
}

.networks-wrapper .heading-wrapper .grid-bg-mob {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  z-index: -1;
  transform: translateY(-50%);
}

.networks-wrapper .heading-wrapper .title-mob-lines {
  position: absolute;
  width: calc(100% + 100px);
  top: 10px;
  transform: translateY(-50%);
  left: -50px;
}

.networks-wrapper .heading-wrapper .title-pc-lines {
  display: none;
}

@media (min-width: 760px) {
  .networks-wrapper .heading-wrapper {
    margin-bottom: 30px;
  }

  .networks-wrapper .heading-wrapper .title-pc-lines {
    display: block;
    position: absolute;
    width: calc(100% + 140px);
    left: -70px;
    top: 20%;
  }

  .networks-wrapper .heading-wrapper .title-mob-lines {
    display: none;
  }
}

@media (min-width: 1124px) {
  .networks-wrapper .heading-wrapper {
    margin-bottom: 60px;
  }
}

.networks-row {
  display: flex;
  justify-content: center;
}

.networks-row button {
  transition: all 0.3s;
  flex: 1;
  position: relative;
}

@media (min-width: 760px) {
  .networks-row {
    width: 50%;
    margin: auto;
  }

  .networks-row button:hover {
    filter: drop-shadow(0px 0px 20px #08f0f0);
  }
}

@media (min-width: 1124px) {
  .networks-row {
    width: 42%;
    margin: auto;
  }
}

.networks-row button:not(:last-of-type) {
  margin-right: 6.5%;
}

.networks-row div {
  margin-right: 3.25%;
}

.networks-row button .item-bg {
  width: 100%;
}

.networks-row div.offset {
  content: "";
  flex-grow: 0.5;
}

.networks-row .item-icon {
  height: 35%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.networks-bg-grid-pc {
  display: none;
}

@media (min-width: 760px) {
  .networks-bg-grid-pc {
    display: block;
    position: absolute;
    left: 0;
    top: -35%;
    width: 100%;
    z-index: -1;
  }
}

/* -------- FOOTER -------- */

footer {
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc((100% - 1440px) / 2);
  height: 100%;
  z-index: -5;
  background-image: url(../images/home/footer/footer-bg-side.png);
  background-size: 100% 100%;
  background-position: 0;
  background-repeat: no-repeat;
}

footer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc((100% - 1440px) / 2);
  height: 100%;
  z-index: -5;
  background-image: url(../images/home/footer/footer-bg-side.png);
  background-size: 100% 100%;
  background-position: 0;
  background-repeat: no-repeat;
}

@media (max-width: 759px) {
  footer .wrapper {
    background-image: url(../images/home/footer/footer-bg-mob.png);
    background-size: 100%;
    background-position: 0;
    background-repeat: no-repeat;
    padding: 0 40px;
    padding-bottom: 64px;
  }
}

footer .wrapper {
  padding: 0 20px;
  padding-top: 140px;
  padding-bottom: 45px;

  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  flex-direction: column;

  gap: 40px;
}

footer .wrapper::before {
  content: "";
  background-color: #112d44;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

@media (min-width: 760px) {
  footer .wrapper::before {
    display: none;
  }

  footer .wrapper {
    background-image: url(../images/home/footer/footer-bg.png);
    background-size: 100% 100%;
    background-position: 0;
    background-repeat: no-repeat;
    flex-direction: row;

    padding: 0 30px;
    padding-top: 100px;
    padding-bottom: 40px;

    gap: 0;
  }
}

@media (min-width: 1124px) {
  footer .wrapper {
    padding: 0 60px;
    padding-top: 160px;
    padding-bottom: 60px;
  }
}

footer .logo {
  flex: 1;
  max-width: 90px;

  position: absolute;
  left: 45px;
  transform: translateY(-20px);
}

footer .logo img {
  width: 100%;
}

footer .links-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  width: 100%;
}

footer .mobile-btn button {
  font-size: 14px;
  padding: 10px 0;
  width: 90px;
}

footer .mobile-btn .btn-shop {
  margin-right: 8px;
}

@media (min-width: 760px) {
  footer .links-wrapper {
    gap: 4.6875rem;
    margin-right: -4.5%;
    width: auto;
    justify-content: left;
  }

  footer .logo {
    max-width: 75px;
    flex: none;
    position: relative;
    left: 0;
    transform: none;
  }

  footer .mobile-btn {
    display: none;
  }

  footer .mobile-btn .btn-shop {
    margin-right: 0;
  }
}

@media (min-width: 1124px) {
  footer .logo {
    max-width: 115px;
    flex: none;
    position: relative;
    left: 0;
    transform: none;
  }
}

footer .links-wrapper h4 {
  margin-bottom: 10px;
  text-shadow: none;
  font-size: 14px;
  width: fit-content;
}

footer .links-wrapper a {
  line-height: 1.42rem;
  font-size: 12px;
  display: block;
}

footer .wrapper .pc {
  display: none;
}

@media (min-width: 760px) {
  footer .wrapper .pc {
    display: block;
  }

  footer .links-wrapper h4 {
    margin-bottom: 1.55rem;
    font-size: 1rem;
  }

  footer .links-wrapper a {
    font-size: 1rem;
  }
}

footer .btn-whitepaper {
  padding: 5px 0;
  width: 70px;
  border-radius: var(--br-3xs);
  margin-right: 12px;
  font-size: 10px;
}

@media (min-width: 1124px) {
  footer .btn-whitepaper {
    padding: 12px 0;
    width: 120px;
    border-radius: var(--br-3xs);
    margin-right: 15px;
    font-size: 16px;
  }
}

footer .btn-bg-gradient {
  width: 120px;
  padding: 12px 0;
}

footer .wrapper .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: -8%;

  display: none;
}

footer .wrapper .line-mob {
  position: absolute;
  left: 0;
  width: 100%;
  top: 18%;
}

@media (min-width: 760px) {
  footer .wrapper .line {
    display: block;
    top: 0%;
  }
  footer .wrapper .line-mob {
    display: none;
  }
}
@media (min-width: 1124px) {
  footer .wrapper .line {
    top: -8%;
  }
}
