html,
body {
  font-family: "Oxanium", cursive;
}

html strong,
body strong {
  font-weight: 700;
}

body {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0041bf;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.site-header.is-active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}

.site-header.scroll {
  position: fixed;
  background: #0041bf;
  box-shadow: inset 0px -10px 10px rgba(128, 0, 255, 0.3);
}

.site-header.scroll .content .main-menu {
  padding: 12px 0px;
}

.site-header.scroll .content .decor {
  opacity: 0;
}

.site-header .content {
  position: relative;
  width: 79.375%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .site-header .content {
    width: 100%;
  }
}

.site-header .content .main-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 8.2020997375%;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .site-header .content .main-menu {
    padding: 0;
    flex-direction: column;
  }
}

.site-header .content .main-menu .logo {
  display: block;
  width: 107px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .site-header .content .main-menu .logo {
    width: 242px;
  }
}

.site-header .content .main-menu .logo:before {
  display: none;
}

.site-header .content .main-menu .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .site-header .content .main-menu li {
    margin-bottom: 20px;
  }

  .site-header .content .main-menu li:last-child {
    margin-bottom: 0px;
  }

  .site-header .content .main-menu li:first-child {
    margin-bottom: 40px;
  }
}

.site-header .content .main-menu li a {
  position: relative;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (min-width: 1025px) {
  .site-header .content .main-menu li a:hover:before {
    width: 50%;
  }
}

.site-header .content .main-menu li a:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -7px;
  width: 0%;
  height: 1px;
  background: #ffffff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-header .content .decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .site-header .content .decor {
    display: none;
  }
}

.site-header .content .decor img {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-icon {
  display: none;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 30px;
  position: fixed;
  cursor: pointer;
  z-index: 103;
  background: #0041bf;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .menu-icon {
    display: flex;
  }
}

@media only screen and (max-width: 480px) {
  .menu-icon {
    right: 15px;
    top: 15px;
  }
}

.menu-icon .--icon,
.menu-icon .--icon:before,
.menu-icon .--icon:after {
  position: absolute;
  content: "";
  right: 0;
  height: 1px;
  width: 23px;
  background: #ffffff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-icon .--icon {
  top: 17px;
  width: 16px;
  right: 6px;
}

.menu-icon .--icon:before {
  top: -6px;
}

.menu-icon .--icon:after {
  top: 6px;
}

.menu-icon.is-active {
  background: transparent;
}

.menu-icon.is-active .--icon {
  width: 0;
}

.menu-icon.is-active .--icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-icon.is-active .--icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-content .section-1 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-content .section-1 .content {
  display: flex;
  align-items: center;
  padding: 150px 4.1666666667% 90px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-1 .content {
    padding: 100px 30px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-1 .content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-1 .content {
    padding: 100px 15px 50px;
  }
}

.site-content .section-1 .content .left {
  width: 42%;
  padding-right: 4.5454545455%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .site-content .section-1 .content .left {
    width: 100%;
    padding-right: 0px;
  }
}

.site-content .section-1 .content .left .logo {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .site-content .section-1 .content .left .logo {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-1 .content .left .logo {
    max-width: 242px;
  }
}

.site-content .section-1 .content .left .logo img {
  display: block;
  max-width: 80%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .site-content .section-1 .content .left .logo img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-1 .content .left .logo img {
    max-width: 100%;
  }
}

.site-content .section-1 .content .left .desc {
  position: relative;
  width: 75.9878419453%;
  margin: 40px auto;
  padding: 50px 40px 30px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-1 .content .left .desc {
    width: calc(100% - 40px);
    padding: 50px 20px 30px;
    margin: 20px auto;
  }
}

.site-content .section-1 .content .left .desc .the-content {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-1 .content .left .desc .the-content {
    margin-bottom: 20px;
  }
}

.site-content .section-1 .content .left .desc .social-network {
  position: relative;
  z-index: 1;
  display: flex;
}

.site-content .section-1 .content .left .desc .social-network a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 20px;
}

.site-content .section-1 .content .left .desc .social-network a:last-child {
  margin-right: 0px;
}

.site-content .section-1 .content .left .desc .social-network a i {
  color: #ffffff;
  font-size: 24px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .site-content .section-1 .content .left .desc .social-network a:hover i {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.site-content .section-1 .content .left .desc .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.site-content .section-1 .content .left .desc .background img {
  display: block;
  width: 100%;
  height: 100%;
}

.site-content .section-1 .content .left .browser {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .site-content .section-1 .content .left .browser {
    justify-content: center;
  }
}

.site-content .section-1 .content .left .browser .item {
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-1 .content .left .browser .item {
    margin-right: 10px;
  }
}

.site-content .section-1 .content .left .browser .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 72px;
  background: linear-gradient(180deg, #6117ff 0%, #c65df8 100%);
  border: 1px solid #d384ff;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px #7d54f0;
  border-radius: 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .site-content .section-1 .content .left .browser .item a {
    width: 108px;
    height: 55px;
    font-size: 13px;
  }
}

.site-content .section-1 .content .left .browser .item a i {
  margin-right: 10px;
  font-size: 32px;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .site-content .section-1 .content .left .browser .item a i {
    margin-right: 5px;
    font-size: 20px;
  }
}

.site-content .section-1 .content .left .browser .item p {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4383ff;
}

@media only screen and (max-width: 480px) {
  .site-content .section-1 .content .left .browser .item p {
    font-size: 12px;
  }
}

.site-content .section-1 .content .left .browser .item:last-child {
  margin-right: 0;
}

.site-content .section-1 .content .right {
  position: relative;
  width: calc(100% - 42% - 4.5454545455%);
  float: left;
}

@media only screen and (max-width: 768px) {
  .site-content .section-1 .content .right {
    width: 100%;
    margin-top: 40px;
  }
}

.site-content .section-1 .content .right .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  opacity: 0 !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: none !important;
}

.site-content .section-1 .content .right .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.site-content .section-1 .content .right .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: calc(90% - 100px);
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-1 .content .right .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 66%;
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-1 .content .right .swiper-container .swiper-wrapper .swiper-slide img {
    max-width: 100%;
  }
}

.site-content .section-1 .content .right .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  left: auto;
  right: auto;
  margin-top: 50px;
}

.site-content .section-1 .content .right .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  margin-right: 10px;
  width: 50px;
  height: 3px;
  opacity: 1;
}

.site-content .section-1 .content .right .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

.site-content .section-1 .content .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #6218ff -0.5%, #c72aec 99.5%);
  box-shadow: 0px 0px 4px #e200e7;
}

.site-content .section-2 {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-2 {
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-2 {
    padding: 50px 0px;
  }
}

.site-content .section-2 .content .label-def {
  position: relative;
  font-weight: 800;
  font-size: 70px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 16px;
}

.site-content .section-2 .content .label-def span {
  color: #e200e7;
}

@media only screen and (max-width: 768px) {
  .site-content .section-2 .content .label-def {
    font-size: 55px;
    padding: 0px 30px 16px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-2 .content .label-def {
    padding: 0px 15px 16px;
    font-size: 27px;
  }
}

.site-content .section-2 .content .label-def:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 574px;
  height: 16px;
  background-image: url("images/label-decor.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .site-content .section-2 .content .label-def:before {
    width: 200px;
    height: 6px;
  }
}

.site-content .section-2 .content .swiper-container {
  width: 83.3333333333%;
  margin: 12px auto 0px;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-2 .content .swiper-container {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-2 .content .swiper-container {
    width: calc(100% - 30px);
  }
}

.site-content .section-2 .content .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 100%;
}

.site-content .section-2 .content .swiper-container .swiper-wrapper .swiper-slide .image img {
  display: block;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

.site-content .section-2 .content .swiper-container .swiper-wrapper .swiper-slide .text h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

.site-content .section-2 .content .swiper-container .swiper-wrapper .swiper-slide .text .excerpt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}

.site-content .section-3 {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #010719;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-3 {
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-3 {
    padding: 50px 0px;
  }
}

.site-content .section-3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 26.6666666667%;
  background: linear-gradient(180deg, #4a0081 0%, rgba(80, 0, 139, 0) 100%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}

.site-content .section-3 .content {
  position: relative;
  z-index: 1;
}

.site-content .section-3 .content .label-def {
  position: relative;
  font-weight: 800;
  font-size: 70px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 16px;
}

.site-content .section-3 .content .label-def span {
  color: #e200e7;
}

@media only screen and (max-width: 768px) {
  .site-content .section-3 .content .label-def {
    font-size: 55px;
    padding: 0px 30px 16px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-3 .content .label-def {
    padding: 0px 15px 16px;
    font-size: 27px;
  }
}

.site-content .section-3 .content .label-def:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 574px;
  height: 16px;
  background-image: url("images/label-decor.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .site-content .section-3 .content .label-def:before {
    width: 200px;
    height: 6px;
  }
}

.site-content .section-3 .content .slide {
  position: relative;
}

.site-content .section-3 .content .slide .swiper-container {
  width: 83.3333333333%;
  margin: 60px auto 0px;
  overflow: inherit;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-3 .content .slide .swiper-container {
    width: calc(100% - 320px);
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-3 .content .slide .swiper-container {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-3 .content .slide .swiper-container {
    width: calc(100% - 100px);
    margin: 30px auto 0px;
  }
}

.site-content .section-3 .content .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
.site-content .section-3 .content .slide .swiper-container .swiper-wrapper .swiper-slide.is-opacity {
  opacity: 0.2;
}

.site-content .section-3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 100%;
}

.site-content .section-3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .image img {
  display: block;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

.site-content .section-3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

.site-content .section-3 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .excerpt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}

.site-content .section-3 .content .slide .btn-slide .swiper-button-prev,
.site-content .section-3 .content .slide .btn-slide .swiper-button-next {
  top: 18.1102362205%;
  left: auto;
  right: auto;
  margin-top: 0px;
  width: auto;
  height: auto;
}

.site-content .section-3 .content .slide .btn-slide .swiper-button-prev:after,
.site-content .section-3 .content .slide .btn-slide .swiper-button-next:after {
  display: none;
}

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

  .site-content .section-3 .content .slide .btn-slide .swiper-button-prev,
  .site-content .section-3 .content .slide .btn-slide .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}

.site-content .section-3 .content .slide .btn-slide .swiper-button-prev img,
.site-content .section-3 .content .slide .btn-slide .swiper-button-next img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-content .section-3 .content .slide .btn-slide .swiper-button-next {
  right: 1.5625%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .site-content .section-3 .content .slide .btn-slide .swiper-button-next {
    right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-3 .content .slide .btn-slide .swiper-button-next {
    right: 0;
  }
}

.site-content .section-3 .content .slide .btn-slide .swiper-button-prev {
  left: 1.5625%;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-3 .content .slide .btn-slide .swiper-button-prev {
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-3 .content .slide .btn-slide .swiper-button-prev {
    left: 0;
  }
}

.site-content .section-4 {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 60px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-4 {
    padding: 70px 0px 60px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 {
    padding: 50px 0px;
  }
}

.site-content .section-4 .content {
  position: relative;
  z-index: 1;
}

.site-content .section-4 .content .label-def {
  position: relative;
  font-weight: 800;
  font-size: 70px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 16px;
}

.site-content .section-4 .content .label-def span {
  color: #e200e7;
}

@media only screen and (max-width: 768px) {
  .site-content .section-4 .content .label-def {
    font-size: 55px;
    padding: 0px 30px 16px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .label-def {
    padding: 0px 15px 16px;
    font-size: 27px;
  }
}

.site-content .section-4 .content .label-def:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 574px;
  height: 16px;
  background-image: url("images/label-decor.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .label-def:before {
    width: 200px;
    height: 6px;
  }
}

.site-content .section-4 .content .slide {
  position: relative;
  width: 79.1666666667%;
  margin: 115px auto 0px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-4 .content .slide {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide {
    /* margin: 50px auto 0px; */
    margin-top: 0;
  }
}

.site-content .section-4 .content .slide .swiper-container {
  width: 41.4473684211%;
  margin: 0 auto;
  overflow: initial;
}

@media only screen and (max-width: 768px) {
  .site-content .section-4 .content .slide .swiper-container {
    width: calc(100% - 60px);
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container {
    width: calc(100% - 30px);
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .image img {
  max-width: 66.3%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .image img {
    max-width: 90%;
    margin: 0 auto;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .image img {
  max-width: 66.3%;
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 768px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .image img {
    max-width: 90%;
    margin: 0 auto;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .image img {
  margin: 0 auto;
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  display: block;
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 100%;
  -webkit-transform: scale(0.70635);
  -moz-transform: scale(0.70635);
  transform: scale(0.70635);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .image img {
  display: block;
  height: auto;
  max-width: 90%;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .image img {
    max-width: 95%;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text {
  display: none;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}

@media only screen and (max-width: 768px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text {
    top: -145px;
    margin-bottom: -145px;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag {
  position: relative;
  left: 25px;
  width: 356px;
  height: 182px;
  position: relative;
  background-image: url("images/screen4-itemBg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag {
    width: 313px;
    height: 160px;
    left: 12.5px;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .icon {
  position: absolute;
  left: -50px;
  top: 5px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .icon {
    max-width: 61px;
    left: -25px;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block {
  position: relative;
  padding: 23px 30px 23px 80px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block {
    padding: 23px 30px 23px 55px;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .title {
  margin-bottom: 10px;
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .title p {
  margin: 0;
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .title p:nth-of-type(1) {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4383ff;
  text-shadow: 0px 4px 4px rgba(67, 131, 255, 0.3);
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .title p:nth-of-type(1) {
    font-size: 12px;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .title p:nth-of-type(2) {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .title p:nth-of-type(2) {
    font-size: 20px;
    line-height: 27px;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 231px;
  height: 50px;
  background: linear-gradient(180deg, #6117ff 0%, #c65df8 100%);
  box-shadow: 0px 3px 10px #7d54f0;
  border-radius: 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .btn-buy {
    font-size: 16px;
    width: 160px;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .vote {
  position: absolute;
  top: 23px;
  right: 30px;
  display: flex;
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .vote p {
  width: 14px;
  height: 14px;
  background-image: url("images/star.png");
  background-repeat: no-repeat;
  margin: 0;
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .tag .block .vote p.is-active {
  background-image: url("images/star-active.png");
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .desc {
  display: flex;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .desc {
    flex-direction: column;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .desc h3 {
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 30px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .desc h3 {
    padding-right: 0px;
  }
}

.site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .desc .excerpt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .desc .excerpt {
    text-align: center;
    font-size: 14px;
  }
}

.site-content .section-4 .content .slide .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  left: auto;
  right: auto;
  margin-top: 50px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-4 .content .slide .swiper-pagination {
    margin-top: 40px;
  }
}

.site-content .section-4 .content .slide .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  margin-right: 10px;
  width: 50px;
  height: 3px;
  opacity: 1;
}

.site-content .section-4 .content .slide .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

.site-content .section-4 .content .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #6218ff -0.5%, #c72aec 99.5%);
  box-shadow: 0px 0px 4px #e200e7;
}

.site-content .section-5 {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #010719;
  padding: 68px 0px 118px;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-5 {
    padding: 20px 0px 60px;
  }
}

.site-content .section-5 .content {
  display: flex;
  flex-wrap: wrap;
  width: 84.2916666667%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-5 .content {
    width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-5 .content {
    width: calc(100% - 60px);
  }
}

.site-content .section-5 .content .item {
  position: relative;
  width: calc((100% - 140px) / 3);
  float: left;
  margin-top: 56px;
  margin-right: 70px;
}

.site-content .section-5 .content .item:nth-of-type(1),
.site-content .section-5 .content .item:nth-of-type(2),
.site-content .section-5 .content .item:nth-of-type(3) {
  margin-top: 0px;
}

.site-content .section-5 .content .item:nth-of-type(3n) {
  margin-right: 0px;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-5 .content .item {
    width: calc((100% - 70px) / 2);
  }

  .site-content .section-5 .content .item:nth-of-type(3n) {
    margin-right: 70px;
  }

  .site-content .section-5 .content .item:nth-of-type(2n) {
    margin-right: 0px;
  }

  .site-content .section-5 .content .item:nth-of-type(3) {
    margin-top: 56px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-5 .content .item {
    width: 100%;
    margin-right: 0px;
  }

  .site-content .section-5 .content .item:nth-of-type(3n) {
    margin-right: 0px;
  }

  .site-content .section-5 .content .item:nth-of-type(2) {
    margin-top: 56px;
  }
}

.site-content .section-5 .content .item .image {
  width: 100%;
  background: url(./images/screen-5-frame.png) center/contain no-repeat;
  background-size: 110%;
}

.site-content .section-5 .content .item .image img {
  position: relative;
  left: 0%;
  display: block;
  width: 100%;
  height: 30rem;
  transform: scale(0.65);
}

@media only screen and (max-width: 480px) {
  .site-content .section-5 .content .item .image img {
    transform: scale(0.55);
  }
}

.site-content .section-5 .content .item .image .img-tag-name {
  position: absolute;
  display: flex;
  align-items: center;
  width: 20%;
  height: 20%;
  top: 10%;
  right: 10%;
  background: url(images/screen-5-frame-name.png) no-repeat center/contain;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .site-content .section-5 .content .item .image .img-tag-name {
    padding-right: 5px;
    padding-left: 10px;
    right: 10%;
  }
}

.site-content .section-5 .content .item .image .img-tag-name p {
  text-align: center;
  flex-grow: 1;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.site-content .section-5 .content .item .text {
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translateX(-50%) scale(0.8);
  -moz-transform: translateX(-50%) scale(0.8);
  transform: translateX(-50%) scale(0.8);
  width: 281px;
  background-image: url("images/screen5-itemBg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 32px 37px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-5 .content .item .text {
    padding: 25px 25px 30px;
    width: 262px;
  }
}

.site-content .section-5 .content .item .text .title {
  margin-bottom: 10px;
}

.site-content .section-5 .content .item .text .title p {
  margin: 0;
}

.site-content .section-5 .content .item .text .title p:nth-of-type(1) {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4383ff;
  text-shadow: 0px 4px 4px rgba(67, 131, 255, 0.3);
}

@media only screen and (max-width: 480px) {
  .site-content .section-5 .content .item .text .title p:nth-of-type(1) {
    font-size: 12px;
  }
}

.site-content .section-5 .content .item .text .title p:nth-of-type(2) {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 480px) {
  .site-content .section-5 .content .item .text .title p:nth-of-type(2) {
    font-size: 20px;
    line-height: 27px;
  }
}

.site-content .section-5 .content .item .text .btn-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 50px;
  background: linear-gradient(180deg, #6117ff 0%, #c65df8 100%);
  box-shadow: 0px 3px 10px #7d54f0;
  border-radius: 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .site-content .section-5 .content .item .text .btn-buy {
    font-size: 16px;
    width: 160px;
  }
}

.site-content .section-5 .content .item .text .vote {
  position: absolute;
  top: 32px;
  right: 37px;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .site-content .section-5 .content .item .text .vote {
    right: 25px;
    top: 25px;
  }
}

.site-content .section-5 .content .item .text .vote p {
  width: 14px;
  height: 14px;
  background-image: url("images/star.png");
  background-repeat: no-repeat;
  margin: 0;
}

.site-content .section-5 .content .item .text .vote p.is-active {
  background-image: url("images/star-active.png");
}

.site-content .section-6 {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #010719;
}

@media only screen and (max-width: 480px) {
  .site-content .section-6 {
    padding: 50px 0px;
  }
}

.site-content .section-6 .label-def {
  position: relative;
  font-weight: 800;
  font-size: 70px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 16px;
}

.site-content .section-6 .label-def span {
  color: #e200e7;
}

@media only screen and (max-width: 768px) {
  .site-content .section-6 .label-def {
    font-size: 55px;
    padding: 0px 30px 16px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-6 .label-def {
    padding: 0px 15px 16px;
    font-size: 27px;
  }
}

.site-content .section-6 .label-def:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 574px;
  height: 16px;
  background-image: url("images/label-decor.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .site-content .section-6 .label-def:before {
    width: 200px;
    height: 6px;
  }
}

.site-content .section-6 .content {
  position: relative;
  width: 91.6666666667%;
  margin: 60px auto 0px;
  z-index: 1;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-6 .content {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-6 .content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-6 .content {
    width: calc(100% - 30px);
    margin: 30px auto 0px;
  }
}

.site-content .section-6 .content .image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 37.2727272727%;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-6 .content .image {
    display: none;
  }
}

.site-content .section-6 .content .image img {
  display: block;
  max-width: 85%;
  height: auto;
  margin: 0 auto;
}

.site-content .section-6 .content .list {
  width: 33.0681818182%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-6 .content .list {
    width: calc((100% - 100px) / 2);
    margin-right: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-6 .content .list {
    width: 100%;
    margin-right: 0px;
  }
}

.site-content .section-6 .content .list:nth-of-type(3) {
  float: right;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-6 .content .list:nth-of-type(3) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-6 .content .list:nth-of-type(3) {
    margin-top: 10px;
  }
}

.site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n + 2),
.site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n + 3) {
  right: 30px;
}

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

  .site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n + 2),
  .site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n + 3) {
    right: 0;
  }
}

.site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n + 1),
.site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n) {
  right: 50px;
}

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

  .site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n + 1),
  .site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n) {
    right: 20px;
  }
}

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

  .site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n + 1),
  .site-content .section-6 .content .list:nth-of-type(3) .item:nth-of-type(4n) {
    right: 0;
  }
}

.site-content .section-6 .content .list:nth-of-type(1) .item:nth-of-type(5n + 2),
.site-content .section-6 .content .list:nth-of-type(1) .item:nth-of-type(5n + 4) {
  left: 20px;
}

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

  .site-content .section-6 .content .list:nth-of-type(1) .item:nth-of-type(5n + 2),
  .site-content .section-6 .content .list:nth-of-type(1) .item:nth-of-type(5n + 4) {
    left: 0;
  }
}

.site-content .section-6 .content .list:nth-of-type(1) .item:nth-of-type(5n),
.site-content .section-6 .content .list:nth-of-type(1) .item:nth-of-type(5n + 1) {
  left: 50px;
}

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

  .site-content .section-6 .content .list:nth-of-type(1) .item:nth-of-type(5n),
  .site-content .section-6 .content .list:nth-of-type(1) .item:nth-of-type(5n + 1) {
    left: 0;
  }
}

.site-content .section-6 .content .list:nth-of-type(1) .item .percent {
  order: 2;
}

@media only screen and (max-width: 768px) {
  .site-content .section-6 .content .list:nth-of-type(1) .item .percent {
    order: 1;
  }
}

.site-content .section-6 .content .list:nth-of-type(1) .item .text {
  order: 1;
  margin-left: 0;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .site-content .section-6 .content .list:nth-of-type(1) .item .text {
    order: 2;
    margin-left: 5px;
    margin-right: 0px;
  }
}

.site-content .section-6 .content .list .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.site-content .section-6 .content .list .item:last-child {
  margin-bottom: 0px;
}

.site-content .section-6 .content .list .item .percent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 137px;
  background-image: url("images/screen6-icon.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .site-content .section-6 .content .list .item .percent {
    width: 70px;
    height: 82px;
  }
}

.site-content .section-6 .content .list .item .percent span {
  font-weight: 800;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 3px 4px rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-6 .content .list .item .percent span {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.site-content .section-6 .content .list .item .text {
  background: rgba(33, 0, 104, 0.3);
  border: 1px solid #be2afa;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 30px rgba(226, 0, 231, 0.4);
  border-radius: 10px;
  width: calc(100% - 117px - 5px);
  margin-left: 5px;
  margin-top: 7px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-6 .content .list .item .text {
    width: calc(100% - 70px - 5px);
  }
}

.site-content .section-6 .content .list .item .text .title {
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 20px 0px 20px;
}

.site-content .section-6 .content .list .item .text .excerpt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  padding: 0px 20px 20px 20px;
}

.site-content .section-7 {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #010719;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-7 {
    padding: 30px 0px 0px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 {
    padding: 20px 0px 0px;
  }
}

.site-content .section-7 .label-def {
  position: relative;
  font-weight: 800;
  font-size: 70px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 16px;
}

.site-content .section-7 .label-def span {
  color: #e200e7;
}

@media only screen and (max-width: 768px) {
  .site-content .section-7 .label-def {
    font-size: 55px;
    padding: 0px 30px 16px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .label-def {
    padding: 0px 15px 16px;
    font-size: 27px;
  }
}

.site-content .section-7 .label-def:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 574px;
  height: 16px;
  background-image: url("images/label-decor.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .label-def:before {
    width: 200px;
    height: 6px;
  }
}

.site-content .section-7 .content {
  position: relative;
  width: 61.1458333333%;
  margin: 60px auto 0px;
  overflow: hidden;
  padding-bottom: 48px;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-7 .content {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content {
    width: calc(100% - 30px);
    margin: 40px auto 0px;
  }
}

.site-content .section-7 .content:before {
  position: absolute;
  content: "";
  width: 1px;
  top: 4px;
  bottom: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e200e7;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content:before {
    left: 7px;
    transform: inherit;
  }
}

.site-content .section-7 .content:after {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0;
  top: auto;
  height: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(0deg, #1e0542 7.81%, rgba(33, 5, 71, 0) 100%),
    #e200e7;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content:after {
    left: 7px;
    transform: inherit;
  }
}

.site-content .section-7 .content .item {
  position: relative;
  width: calc((100% - 120px) / 2);
  float: left;
  margin-right: 120px;
  clear: both;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content .item {
    width: calc(100% - 30px);
    text-align: left;
    float: right;
    margin: 0 0 25px auto;
  }

  .site-content .section-7 .content .item:last-child {
    margin-bottom: 0px;
  }
}

.site-content .section-7 .content .item:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e200e7;
  top: 4px;
  right: -67px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content .item:before {
    right: auto;
    left: -30px;
  }
}

.site-content .section-7 .content .item:after {
  position: absolute;
  content: "";
  right: -53px;
  top: 11.5px;
  width: 30px;
  height: 1px;
  background: #e200e7;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content .item:after {
    width: 10px;
    left: -16px;
    right: auto;
  }
}

.site-content .section-7 .content .item:nth-of-type(2n) {
  text-align: left;
  margin-right: 0px;
  margin-left: 120px;
  float: right;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content .item:nth-of-type(2n) {
    margin: 0px 0px 25px auto;
  }
}

.site-content .section-7 .content .item:nth-of-type(2n):before {
  right: auto;
  left: -67px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content .item:nth-of-type(2n):before {
    left: -30px;
  }
}

.site-content .section-7 .content .item:nth-of-type(2n):after {
  right: auto;
  left: -53px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content .item:nth-of-type(2n):after {
    left: -16px;
  }
}

.site-content .section-7 .content .item .time {
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e200e7;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-7 .content .item .time {
    margin-bottom: 0px;
  }
}

.site-content .section-7 .content .item .excerpt p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin: 0px 0px 10px;
}

.site-content .section-7 .content .item .excerpt p:last-child {
  margin-bottom: 0px;
}

.site-content .section-8 {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-8 {
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-8 {
    padding: 50px 0px;
  }
}

.site-content .section-8 .content {
  position: relative;
  z-index: 1;
}

.site-content .section-8 .content .label-def {
  position: relative;
  font-weight: 800;
  font-size: 70px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 16px;
}

.site-content .section-8 .content .label-def span {
  color: #e200e7;
}

@media only screen and (max-width: 768px) {
  .site-content .section-8 .content .label-def {
    font-size: 55px;
    padding: 0px 30px 16px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-8 .content .label-def {
    padding: 0px 15px 16px;
    font-size: 27px;
  }
}

.site-content .section-8 .content .label-def:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 574px;
  height: 16px;
  background-image: url("images/label-decor.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .site-content .section-8 .content .label-def:before {
    width: 200px;
    height: 6px;
  }
}

.site-content .section-8 .content .slide {
  position: relative;
}

.site-content .section-8 .content .slide .swiper-container {
  width: 91.1458333333%;
  margin: 60px auto 0px;
  overflow: inherit;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-8 .content .slide .swiper-container {
    width: calc(100% - 320px);
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-8 .content .slide .swiper-container {
    width: calc(100% - 200px);
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-8 .content .slide .swiper-container {
    width: calc(100% - 100px);
    margin: 30px auto 0px;
  }
}

.site-content .section-8 .content .slide .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev,
.site-content .section-8 .content .slide .swiper-container .swiper-wrapper .swiper-slide.is-opacity {
  opacity: 0.2;
}

.site-content .section-8 .content .slide .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 100%;
  background: no-repeat center/contain url("images/screen-8-frame.png");
}

.site-content .section-8 .content .slide .swiper-container .swiper-wrapper .swiper-slide .image img {
  display: block;
  max-width: 75%;
  height: auto;
  margin: 0 auto;

  transform: scale(0.7);
}

@media only screen and (max-width: 480px) {
  .site-content .section-8 .content .slide .swiper-container .swiper-wrapper .swiper-slide .image img {
    max-width: 90%;
  }
}

.site-content .section-8 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.site-content .section-8 .content .slide .swiper-container .swiper-wrapper .swiper-slide .text .excerpt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}

.site-content .section-8 .content .slide .btn-slide .swiper-button-prev,
.site-content .section-8 .content .slide .btn-slide .swiper-button-next {
  top: 21.6606498195%;
  left: auto;
  right: auto;
  margin-top: 0px;
  width: auto;
  height: auto;
}

.site-content .section-8 .content .slide .btn-slide .swiper-button-prev:after,
.site-content .section-8 .content .slide .btn-slide .swiper-button-next:after {
  display: none;
}

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

  .site-content .section-8 .content .slide .btn-slide .swiper-button-prev,
  .site-content .section-8 .content .slide .btn-slide .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}

.site-content .section-8 .content .slide .btn-slide .swiper-button-prev img,
.site-content .section-8 .content .slide .btn-slide .swiper-button-next img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-content .section-8 .content .slide .btn-slide .swiper-button-next {
  right: 1.5625%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
  .site-content .section-8 .content .slide .btn-slide .swiper-button-next {
    right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-8 .content .slide .btn-slide .swiper-button-next {
    right: 0;
  }
}

.site-content .section-8 .content .slide .btn-slide .swiper-button-prev {
  left: 1.5625%;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-8 .content .slide .btn-slide .swiper-button-prev {
    left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .site-content .section-8 .content .slide .btn-slide .swiper-button-prev {
    left: 0;
  }
}

.site-content .section-8 .content .slide .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  left: auto;
  right: auto;
  margin-top: 60px;
}

@media only screen and (max-width: 480px) {
  .site-content .section-8 .content .slide .swiper-pagination {
    margin-top: 40px;
  }
}

.site-content .section-8 .content .slide .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  margin-right: 10px;
  width: 50px;
  height: 3px;
  opacity: 1;
}

.site-content .section-8 .content .slide .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

.site-content .section-8 .content .slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #6218ff -0.5%, #c72aec 99.5%);
  box-shadow: 0px 0px 4px #e200e7;
}

.site-content .section-9 {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #010719;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-9 {
    padding: 100px 0px 70px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-9 {
    padding: 50px 0px;
  }
}

.site-content .section-9 .content {
  position: relative;
  z-index: 1;
}

.site-content .section-9 .content .label-def {
  position: relative;
  font-weight: 800;
  font-size: 70px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 16px;
}

.site-content .section-9 .content .label-def span {
  color: #e200e7;
}

@media only screen and (max-width: 768px) {
  .site-content .section-9 .content .label-def {
    font-size: 55px;
    padding: 0px 30px 16px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-9 .content .label-def {
    padding: 0px 15px 16px;
    font-size: 27px;
  }
}

.site-content .section-9 .content .label-def:before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 574px;
  height: 16px;
  background-image: url("images/label-decor.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 480px) {
  .site-content .section-9 .content .label-def:before {
    width: 200px;
    height: 6px;
  }
}

.site-content .section-9 .content .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 91.6666666667%;
  margin: 30px auto 0px;
}

@media only screen and (max-width: 1024px) {
  .site-content .section-9 .content .list {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-9 .content .list {
    margin: 20px auto 0px;
    width: calc(100% - 30px);
  }
}

.site-content .section-9 .content .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #160026; */
  border-radius: 20px;
  float: left;
  width: calc((100% - 90px) / 4);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  min-height: 220px;
  color: #fff;
}

.site-content .section-9 .content .list .item:nth-of-type(4n) {
  margin-right: 0px;
}

@media only screen and (max-width: 768px) {
  .site-content .section-9 .content .list .item {
    width: calc((100% - 30px) / 2);
  }

  .site-content .section-9 .content .list .item:nth-of-type(4n) {
    margin-right: 30px;
  }

  .site-content .section-9 .content .list .item:nth-of-type(2n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .site-content .section-9 .content .list .item {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-top: 10px;
    min-height: 150px;
  }

  .site-content .section-9 .content .list .item:nth-of-type(4n) {
    margin-right: 10px;
  }

  .site-content .section-9 .content .list .item:nth-of-type(2n) {
    margin-right: 0px;
  }
}

.site-content .section-9 .content .list .item img {
  display: block;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  padding: 15px;
}

.site-footer {
  position: relative;
  background: #010719;
  padding: 80px 0px;
}

@media only screen and (max-width: 1024px) {
  .site-footer {
    padding: 80px 0px 40px;
  }
}

@media only screen and (max-width: 480px) {
  .site-footer {
    padding: 50px 0px;
  }
}

.site-footer:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #e200e7 0%, #010719 100%);
}

.site-footer .content {
  position: relative;
  width: 91.6666666667%;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .site-footer .content {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 480px) {
  .site-footer .content {
    width: calc(100% - 30px);
  }
}

.site-footer .content .item {
  margin-right: 50px;
  float: left;
}

.site-footer .content .item:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 1024px) {
  .site-footer .content .item {
    width: 100% !important;
    margin: 30px 0px 0px;
  }
}

.site-footer .content .item:nth-of-type(1) {
  width: 202px;
}

.site-footer .content .item:nth-of-type(2) {
  width: calc(100% - 200px - 202px - 220px - 14.2045454545% - 20.3409090909%);
}

@media only screen and (max-width: 1024px) {
  .site-footer .content .item:nth-of-type(2) {
    width: 60% !important;
    margin-right: 10%;
  }
}

@media only screen and (max-width: 480px) {
  .site-footer .content .item:nth-of-type(2) {
    width: 100% !important;
    margin-right: 0px;
  }
}

.site-footer .content .item:nth-of-type(3) {
  width: 14.2045454545%;
}

@media only screen and (max-width: 1024px) {
  .site-footer .content .item:nth-of-type(3) {
    width: 30% !important;
  }
}

@media only screen and (max-width: 480px) {
  .site-footer .content .item:nth-of-type(3) {
    width: 100% !important;
  }
}

.site-footer .content .item:nth-of-type(4) {
  width: 20.3409090909%;
}

.site-footer .content .item:nth-of-type(5) {
  width: 220px;
}

.site-footer .content .item .logo {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .site-footer .content .item .logo {
    max-width: 242px;
    margin: 0 auto;
  }
}

.site-footer .content .item .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-footer .content .item .title {
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e200e7;
  margin-bottom: 10px;
}

.site-footer .content .item .excerpt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #ffffff;
}

.site-footer .content .item .social-network {
  position: relative;
  z-index: 1;
  display: flex;
}

.site-footer .content .item .social-network a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-right: 25px;
}

.site-footer .content .item .social-network a:last-child {
  margin-right: 0px;
}

.site-footer .content .item .social-network a i {
  color: #ffffff;
  font-size: 18px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .site-footer .content .item .social-network a:hover i {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.site-footer .content .item ul {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .site-footer .content .item ul {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 480px) {
  .site-footer .content .item ul {
    display: block;
  }
}

.site-footer .content .item ul li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-top: 15px;
  float: left;
}

.site-footer .content .item ul li:nth-of-type(2n) {
  margin-right: 0px;
}

.site-footer .content .item ul li:nth-of-type(1),
.site-footer .content .item ul li:nth-of-type(2) {
  margin-top: 0px;
}

@media only screen and (max-width: 1024px) {
  .site-footer .content .item ul li {
    width: auto;
    margin: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .site-footer .content .item ul li {
    margin-right: 19px;
    margin-bottom: 10px;
  }

  .site-footer .content .item ul li:nth-of-type(2n) {
    margin-right: 19px;
  }

  .site-footer .content .item ul li:last-child {
    margin-right: 0px;
  }
}

.site-footer .content .item ul li a {
  font-weight: 800;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

.site-footer .content .item .browser {
  width: 100%;
}

.site-footer .content .item .browser .browserItem {
  position: relative;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #6117ff 0%, #c65df8 100%);
  border: 1px solid #d384ff;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
}

.site-footer .content .item .browser .browserItem:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .site-footer .content .item .browser .browserItem {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    float: left;
    margin-bottom: 0px;
  }

  .site-footer .content .item .browser .browserItem:nth-of-type(3) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .site-footer .content .item .browser .browserItem {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    justify-content: center;
  }

  .site-footer .content .item .browser .browserItem:nth-of-type(3) {
    margin-right: 0px;
  }
}

.site-footer .content .item .browser .browserItem p {
  margin: 0px;
}

.site-footer .content .item .browser .browserItem p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 10px;
}

@media only screen and (max-width: 480px) {
  .site-footer .content .item .browser .browserItem p:nth-of-type(1) {
    margin-left: 0px;
  }
}

.site-footer .content .item .browser .browserItem p:nth-of-type(1) i {
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
}

.site-footer .content .item .browser .browserItem p:nth-of-type(2) {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .site-footer .content .item .browser .browserItem p:nth-of-type(2) {
    display: none;
  }
}

.screen-1 {
  background: no-repeat center/contain url(./images/screen1-TableFrame.png);
}

.site-content .section-1 .content .right .swiper-container .swiper-wrapper .swiper-slide .screen-1-img-main {
  margin: 0;
}

.site-content .section-1 .content .right .swiper-container .swiper-wrapper .swiper-slide .screen-1-img-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.screen-1 .screen-1-img-lineFrame {
  position: absolute;
}

.screen-1-img-description-wrapper {
  position: absolute;
  display: flex;
  bottom: 7%;
  width: 100%;
  background: url(./images/screen-1-LineFrame.png) no-repeat;
  background-size: contain;
  background-position-x: 0;
}

.screen-1-img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ff2042;
  text-transform: uppercase;
  font-weight: 700;
}

.screen-1-img-text-1 {
  font-size: 1rem;
}

.screen-1-img-text-2 {
  font-size: 11px;
  text-align: center;
}

.screen-1 .screen-1-img-warning-icon-1 {
  top: 82.5%;
  left: 34%;
}

.screen-1 .screen-1-img-warning-icon-2 {
  top: 82.5%;
  right: 34%;
}

.screen-2-frame {
  background: url(./images/screen-2-frame.png) no-repeat center/contain;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 46px;
  background: linear-gradient(180deg, rgba(60, 58, 245, 0.9) 3.91%, #3C3AF5 160.16%);
  border-radius: 20px;
  border: 2px solid #336EE7;
  text-align: center;
  min-width: 160px;
  box-shadow: inset 0px -10px 10px rgba(128, 0, 255, 0.3);
  padding: 30px 30px 15px 30px;
  z-index: 1;
}

.dropdown-content-arrow {
  position: absolute;
  right: 19px;
  top: -10px;
}

.dropdown-content.show {
  display: block;
}

.dropdown-menu-item {
  background: #2BE8DA;
  border-radius: 10px;
  margin-bottom: 15px;
}

.dropdown-menu-item-text {
  padding: 10px 56.5px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2B388F;
}

.dropdown-menu-item-responsive {
  display: none;
  padding: 5px;
}

@media screen and (max-width: 1024px) {
  .dropdown-content {
    position: relative;
    top: auto;
    right: auto;
    background: none;
    box-shadow: none;
    padding: 0;
    padding-top: 10px;
    border: none;
  }

  .dropdown-content-arrow {
    display: none;
  }

  .dropdown-button {
    justify-content: center;
  }

  .dropdown-content a {
    display: block;
  }

  .dropdown-menu-item {
    display: none;
  }

  .dropdown-menu-item-responsive {
    display: block;

  }

}

.brand-guides {
  background-image: url(./images/brand-guides/bg.jpeg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #11042C;
}

.brand-guides .banner {
  padding-top: 92px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 480px) {
  .wrapper {
    width: calc(100% - 30px);
  }
}

.brand-guides .banner .content {
  display: flex;
  justify-content: space-between;
}

.brand-guides .banner .content .banner-logo img {
  width: 365px;
}

@media only screen and (max-width: 480px) {
  .brand-guides .banner .content .banner-logo img {
    width: 100%;
  }
}

.brand-guides .banner .content .left,
.brand-guides .banner .content .right {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .brand-guides .banner .content {
    flex-direction: column;
  }

  .brand-guides .banner .content .left,
  .brand-guides .banner .content .right {
    width: 100%;
  }
}

.brand-guides .banner .content .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.brand-guides .banner .content .left hr {
  height: 1px;
  width: 100%;
  background: #674CEC;
  opacity: 0.5;
  border-width: 0;
  max-width: 80%;
  margin-left: 0;
}

.brand-guides .banner .content .left h1 {
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}

.brand-guides .banner .content .left h1 span {
  color: #E200E7;
}

.brand-guides .banner .content .left p {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.brand-guides .banner .content .right {}

.social-box {
  background: rgba(33, 0, 104, 0.3);
  border: 1px solid #B634FF;
  height: 80px;
  width: 100%;
  box-shadow: inset 0px 0px 30px rgba(226, 0, 231, 0.4);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

@media only screen and (max-width: 480px) {
  .social-box {
    gap: 30px;
  }
}

.social-box a {
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
}

.brand-guides-content {
  margin: 0 auto;
  width: 100%;
  max-width: 775px;
  display: flex;
  flex-direction: column;
  padding-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  .brand-guides-content {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 480px) {
  .brand-guides-content {
    width: calc(100% - 30px);
  }
}

.policy-content {
  margin: 0 auto;
  margin-top: 2rem;
  width: 100%;
  max-width: 775px;
  display: flex;
  flex-direction: column;
  padding-bottom: 110px;
  color: #ffffff;
  text-align: justify;
}

.policy-content ul{
  padding-inline-start: 3rem;
}

.policy-content ul li {
  list-style: disc;
  margin-bottom: 1rem;
}
.policy-content ul li ul{
  margin-top: 1rem;
}

.policy-content ol li {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .policy-content {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 480px) {
  .policy-content {
    width: calc(100% - 30px);
  }
}

.card {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}

.card hr {
  height: 1px;
  width: 100%;
  background: #E200E7;
  opacity: 0.5;
  border-width: 0;
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}

.card-title {
  display: flex;
  gap: 20px;
  align-items: center;
  text-transform: uppercase;

}

.card-title span {
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  color: #E200E7;
}

.card-title .divider-vertical {
  height: 36px;
  width: 1px;
  background: #BE2AFA;
  opacity: 0.5;
  border-width: 0;
  margin: 0;
}

.card-title h2 {
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
}

.two-col {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.two-col .left,
.two-col .right {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .two-col {
    flex-direction: column;
  }

  .two-col .left,
  .two-col .right {
    width: 100%;
  }
}

.logo-item {
  border-radius: 10px;
  background-color: #160929;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.color-item {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.logo-item img {
  max-width: 200px;
}

.download-types {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 20px;
}

.download-types a {
  display: contents;
}

.download-types .download-btn {
  background: #351860;
  border: 1px solid #7A3CED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 50%;
  height: 40px;
  font-family: 'Oxanium';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  cursor: pointer;
}

.linkedin {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

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