@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l3sovr");
  src: url("../fonts/icomoon.eot?l3sovr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?l3sovr") format("truetype"), url("../fonts/icomoon.woff?l3sovr") format("woff"), url("../fonts/icomoon.svg?l3sovr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mute:before {
  content: "\e90d";
}

.icon-unmute:before {
  content: "\e90e";
}

.icon-star-two-line:before {
  content: "\e90c";
}

.icon-star:before {
  content: "\e90b";
}

.icon-search-text:before {
  content: "\e908";
}

.icon-user-change:before {
  content: "\e909";
}

.icon-tool:before {
  content: "\e90a";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-twitter-x:before {
  content: "\e904";
}

.icon-linked-in:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e907";
}

.icon-settings:before {
  content: "\e902";
}

.icon-attention:before {
  content: "\e900";
}

.icon-star-two:before {
  content: "\e901";
}

.btn {
  height: 47px;
  padding: 13px 36px;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 0;
  height: 52px;
  line-height: 1;
}
.btn-md {
  font-size: 20px;
  height: 64px;
  padding: 18px 40px;
}
.btn-primary {
  background: #EC45C7;
  background: linear-gradient(90deg, rgb(236, 69, 199) 0%, rgb(230, 89, 204) 50%, rgb(191, 67, 223) 75%, rgb(163, 52, 236) 100%);
}
.btn-dark {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  transition: all 0.3s ease-in-out;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark.focus, .btn-dark.active, .btn-dark.show, .btn-dark-check:checked + .btn-dark, .btn-dark:focus-visible, .btn-dark:not(.btn-check) + .btn-dark:hover, .btn-dark:first-child:hover, .btn-dark-check:focus-visible + .btn-dark, .btn-dark:first-child:active, .btn-dark:not(.btn-check) + .btn-dark:active {
  color: #ffffff !important;
  background-color: black !important;
  border-color: black !important;
  box-shadow: none !important;
}
.btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark {
  background-color: #000000;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.65;
}
.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
  background-color: #000000;
  border-color: #000000;
  box-shadow: none;
}
.btn-outline-dark {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
  color: #ffffff !important;
  background-color: black !important;
  border-color: black !important;
  box-shadow: none !important;
}
.btn-outline-dark.disabled, .btn-outline-dark[disabled], fieldset[disabled] .btn-outline-dark {
  background-color: transparent;
  border-color: #000000;
  box-shadow: none;
  color: #000000;
}
@media (max-width: 1599px) {
  .btn {
    padding: 10px 25px;
    font-size: 16px;
    height: 46px;
  }
  .btn-md {
    padding: 15px 30px;
    font-size: 18px;
    height: 54px;
  }
}
@media (max-width: 1399.98px) {
  .btn {
    padding: 8px 20px;
    font-size: 15px;
    height: 42px;
  }
  .btn-md {
    padding: 12px 25px;
    font-size: 16px;
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .btn {
    padding: 7px 15px;
    font-size: 14px;
    height: 38px;
    border-radius: 6px;
  }
  .btn-md {
    padding: 10px 20px;
    font-size: 15px;
    height: 46px;
  }
}
@media (max-width: 767.98px) {
  .btn {
    padding: 5px 13px;
    height: 35px;
  }
  .btn-md {
    padding: 8px 15px;
    height: 40px;
    font-size: 14px;
  }
}

@keyframes ripple {
  0% {
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(40);
  }
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 1;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

.ripple-effect-dark span.ripple-overlay {
  background: #000000;
  opacity: 0.07;
}

.commonHead {
  margin-bottom: calc(20px + 40 * (100vw - 320px) / 1600);
}
.commonHead_meta {
  font-size: calc(15px + 15 * (100vw - 320px) / 1600);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background: #EC45C7;
  line-height: 1.3;
  background: linear-gradient(90deg, rgb(236, 69, 199) 0%, rgb(230, 89, 204) 50%, rgb(191, 67, 223) 75%, rgb(163, 52, 236) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.commonHead_title {
  font-size: calc(22px + 48 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 40px;
}
.commonHead_title span {
  color: #BFBFBF;
}
.commonHead_para {
  font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  color: #000000;
  margin-bottom: 0;
  line-height: 1.35;
}
.commonHead_para span {
  color: #BFBFBF;
}
@media (min-width: 1921px) {
  .commonHead {
    margin-bottom: 60px;
  }
  .commonHead_meta {
    font-size: 30px;
  }
  .commonHead_title {
    font-size: 70px;
  }
  .commonHead_para {
    font-size: 30px;
  }
}
@media (max-width: 1399.98px) {
  .commonHead_meta {
    margin-bottom: 10px;
  }
  .commonHead_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .commonHead_title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .commonHead_title {
    margin-bottom: 15px;
  }
}

.commonBannerSec {
  background-color: #E9F8EA;
}
.commonBannerSec_inner {
  max-width: 800px;
  margin: 0 auto;
}
.commonBannerSec_title {
  font-size: calc(24px + 34 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}
.commonBannerSec_para {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  line-height: 1.6;
}
@media (min-width: 1921px) {
  .commonBannerSec_title {
    font-size: 58px;
  }
  .commonBannerSec_para {
    font-size: 16px;
  }
}
@media (max-width: 1399.98px) {
  .commonBannerSec_title {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .commonBannerSec_title {
    margin-bottom: 10px;
  }
}

body.homepage .header {
  background-color: rgba(0, 0, 0, 0.2);
}
body.homepage .header.scrollTop {
  background-color: #000000;
}
body.homepage .header.scrollTop .nav-link {
  color: #ffffff;
}
body.homepage .header.scrollTop .nav-link:hover, body.homepage .header.scrollTop .nav-link.active {
  color: #FFDB12;
}
@media (max-width: 991.98px) {
  body.homepage .header {
    background-color: #14103e;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.3s ease;
  background-color: #000000;
  padding: 10px 60px;
}
.header .navbar {
  padding: 0;
}
.header .navbar-brand {
  padding: 0;
}
.header .navbar-brand img {
  height: 80px;
}
.header .navbar-btn {
  margin-left: 80px;
}
.header .navbar-btn .btn-md {
  transition: none;
}
.header.scrollTop {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.07);
  animation: slideDown 0.35s ease-in-out;
  position: fixed;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header.scrollTop .navbar-brand img {
  height: 70px;
}
.header.scrollTop .btn-md {
  max-height: 52px;
  padding: 14px 28px;
  font-size: 18px;
}
.header .nav-link {
  position: relative;
  padding: 0 !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.header .nav-link:not(:last-child) {
  margin-right: 70px;
}
.header .nav-link:hover, .header .nav-link.active {
  color: #FFDB12;
}
@media (max-width: 1599px) {
  .header {
    padding: 8px 40px;
  }
  .header .navbar-brand img {
    height: 70px;
  }
  .header .navbar-btn {
    margin-left: 50px;
  }
  .header.scrollTop .navbar-brand img {
    height: 60px;
  }
  .header.scrollTop .btn-md {
    max-height: 48px;
    padding: 10px 25px;
    font-size: 16px;
  }
  .header .nav-link {
    font-size: 16px;
  }
  .header .nav-link:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 1399.98px) {
  .header {
    padding: 8px 15px;
  }
  .header .navbar-brand img {
    height: 65px;
  }
  .header .navbar-btn {
    margin-left: 40px;
  }
  .header.scrollTop .navbar-brand img {
    height: 55px;
  }
  .header.scrollTop .btn-md {
    max-height: 44px;
    padding: 8px 20px;
    font-size: 15px;
  }
  .header .nav-link {
    font-size: 15px;
  }
  .header .nav-link:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .header {
    padding: 8px 15px;
  }
  .header .navbar-btn {
    margin-left: 25px;
  }
  .header.scrollTop .btn-md {
    max-height: 40px;
    padding: 6px 15px;
  }
  .header .nav-link:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-brand img {
    height: 60px;
  }
  .header .navbar-btn {
    margin-left: auto;
  }
  .header .navbar-mobile {
    padding: 15px 0;
    margin-left: 0;
  }
  .header .navbar-toggler {
    font-size: 18px;
    padding: 4px 6px;
  }
  .header .navbar-toggler:focus {
    box-shadow: none;
    border-color: #ffffff;
  }
  .header .navbar-toggler {
    border: none;
    padding: 0;
    background: transparent;
    width: 22px;
    height: 22px;
    box-shadow: none !important;
    margin-left: 15px;
  }
  .header .navbar-toggler:hover, .header .navbar-toggler:focus {
    background: transparent;
  }
  .header .navbar-toggler-icon {
    border: 1px solid #ffffff;
    width: 22px;
    transition: all 0.2s;
    display: block;
    margin-top: 6px;
    background-image: none;
    height: auto;
  }
  .header .navbar-toggler-icon:nth-of-type(1) {
    transform: rotate(0);
    margin-top: 0;
  }
  .header .navbar-toggler-icon:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header .navbar-toggler-icon:nth-of-type(3) {
    transform: rotate(0);
  }
  .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 28px;
  }
  .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 28px;
  }
  .header .nav-link {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }
  .header .nav-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar-brand img {
    height: 50px;
  }
}

.footerSec {
  padding-top: 60px;
  background-image: url("../img/footer-bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #000000;
  padding-bottom: calc(40px + 145 * (100vw - 320px) / 1600);
  overflow: hidden;
}
.footerSec_star {
  color: rgba(255, 255, 255, 0.2);
  right: 100px;
  top: 40px;
  font-size: calc(30px + 100 * (100vw - 320px) / 1600);
}
.footerSec_title {
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 30px;
}
.footerSec_downloadIcon p {
  color: #ffffff;
  margin-bottom: 6px;
  line-height: 2.45;
  font-size: 18px;
}
.footerSec_menus_title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 500;
}
.footerSec_menus_list_item:not(:last-child) {
  margin-bottom: 15px;
}
.footerSec_menus_list_item a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  font-size: 16px;
}
.footerSec_menus_list_item:hover a {
  color: #ffffff;
}
.footerSec_menus_list_item:hover a span em {
  color: #ffffff;
}
.footerSec_menus_list_item span {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
}
.footerSec_menus_list_item span em {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.footerSec_bottombar {
  padding-top: 60px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  font-size: 16px;
}
.footerSec_bottombar ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}
.footerSec_bottombar ul li a:hover {
  color: #ffffff;
}
.footerSec_brandText {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  cursor: pointer;
}
.footerSec_brandText img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.footerSec_brandText img:first-child {
  position: relative;
  z-index: 1;
}
.footerSec_brandText .fillImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.footerSec_brandText:hover .fillImg {
  clip-path: inset(0 0% 0 0);
}
.footerSec_quickLinks {
  padding-left: 250px;
}
.footerSec_logo {
  margin-bottom: 48px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .footerSec_brandText {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footerSec_brandText {
    max-width: 1140px;
  }
}
@media (max-width: 1599px) {
  .footerSec {
    padding-top: 50px;
  }
  .footerSec_star {
    right: 60px;
    top: 30px;
  }
  .footerSec_title {
    margin-bottom: 20px;
  }
  .footerSec_downloadIcon p {
    font-size: 16px;
    line-height: 1.8;
  }
  .footerSec_bottombar {
    padding-top: 40px;
    font-size: 15px;
  }
  .footerSec_bottombar ul li a {
    font-size: 15px;
  }
  .footerSec_quickLinks {
    padding-left: 180px;
  }
  .footerSec_logo {
    margin-bottom: 35px;
  }
  .footerSec_menus_title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footerSec_menus_list_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .footerSec_menus_list_item a {
    font-size: 15px;
  }
  .footerSec_menus_list_item span {
    width: 24px;
    height: 24px;
  }
  .footerSec_menus_list_item span em {
    font-size: 12px;
  }
}
@media (max-width: 1399.98px) {
  .footerSec {
    padding-top: 40px;
  }
  .footerSec_star {
    right: 40px;
  }
  .footerSec_title {
    margin-bottom: 15px;
  }
  .footerSec_downloadIcon p {
    font-size: 15px;
  }
  .footerSec_downloadIcon img {
    max-width: 175px;
  }
  .footerSec_bottombar {
    padding-top: 30px;
    font-size: 14px;
  }
  .footerSec_bottombar ul li a {
    font-size: 14px;
  }
  .footerSec_quickLinks {
    padding-left: 130px;
  }
  .footerSec_logo {
    margin-bottom: 20px;
    max-height: 110px;
  }
}
@media (max-width: 1199.98px) {
  .footerSec {
    padding-top: 30px;
  }
  .footerSec_star {
    right: 30px;
    top: 20px;
  }
  .footerSec_downloadIcon p {
    font-size: 14px;
  }
  .footerSec_downloadIcon img {
    max-width: 150px;
  }
  .footerSec_bottombar {
    padding-top: 20px;
  }
  .footerSec_quickLinks {
    padding-left: 70px;
  }
  .footerSec_logo {
    margin-bottom: 15px;
    max-height: 100px;
  }
  .footerSec_brandText {
    bottom: -60px;
    max-width: calc(100% - 24px);
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .footerSec {
    padding-top: 20px;
  }
  .footerSec_downloadIcon img {
    max-width: 140px;
  }
  .footerSec_title {
    margin-bottom: 10px;
  }
  .footerSec_bottombar {
    padding-top: 15px;
  }
  .footerSec_quickLinks {
    padding-left: 20px;
  }
  .footerSec_logo {
    margin-bottom: 10px;
    max-height: 90px;
  }
  .footerSec_brandText {
    bottom: -45px;
  }
}
@media (max-width: 767.98px) {
  .footerSec_downloadIcon {
    margin-bottom: 15px;
  }
  .footerSec_downloadIcon img {
    max-width: 130px;
  }
  .footerSec_bottombar {
    padding-top: 15px;
  }
  .footerSec_quickLinks {
    padding-left: 0;
  }
  .footerSec_logo {
    max-height: 80px;
  }
  .footerSec_brandText {
    bottom: -30px;
  }
  .footerSec_bottombar {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footerSec_bottombar ul {
    width: 100%;
  }
  .footerSec_menus_title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .footerSec_menus_list_item:not(:last-child) {
    margin-bottom: 7px;
  }
  .footerSec_menus_list_item a {
    font-size: 14px;
  }
  .footerSec_menus_list_item span {
    width: 22px;
    height: 22px;
  }
  .footerSec_menus_list_item span em {
    font-size: 10px;
  }
}
@media (max-width: 575.98px) {
  .footerSec {
    padding-top: 15px;
  }
  .footerSec_downloadIcon img {
    max-width: 120px;
  }
  .footerSec_logo {
    max-height: 70px;
  }
  .footerSec_brandText {
    bottom: -15px;
  }
}

body {
  color: #000000;
  font-family: "Mona Sans", sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.666;
}
@media (max-width: 991.98px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:focus-visible {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #edf1ed;
}
::-webkit-scrollbar-thumb {
  background: #BF43DF;
}
::-webkit-scrollbar-thumb:hover {
  background: #BF43DF;
}

.py-80 {
  padding-block: calc(20px + 60 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .py-80 {
    padding-block: 80px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1464px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
  }
}

/* Animation */
.starAnimation {
  transform-origin: center;
  opacity: 0;
  transform: scale(0);
  animation: myAnim 4s ease 0s infinite forwards;
}

.starAnimation2 {
  transform-origin: center;
  opacity: 0;
  transform: scale(0);
  animation: myAnim 4s ease 1.3s infinite forwards;
}

.starAnimation3 {
  transform-origin: center;
  opacity: 0;
  transform: scale(0);
  animation: myAnim 4s ease 2.6s infinite forwards;
}

@keyframes myAnim {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.85);
  }
}
.glow-pulse {
  animation: glowPulse 2s infinite ease-in-out;
}

@keyframes glowPulse {
  0%, 100% {
    filter: drop-shadow(0 0 5px #FFFFFF);
    opacity: 0.6;
  }
  50% {
    filter: drop-shadow(0 0 40px #FFFFFF) drop-shadow(0 0 60px #FFFFFF) drop-shadow(0 0 80px #BF43DF);
    opacity: 1;
  }
}
.glow-scale-pulse {
  animation: glowScalePulse 2s ease-in-out infinite;
}

@keyframes glowScalePulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0.85);
    filter: drop-shadow(0 0 5px #ffffff);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 40px #ffffff) drop-shadow(0 0 60px #ffffff) drop-shadow(0 0 80px #bf43df);
  }
}
.gradient-star-animation {
  animation: gradientStarAnimation 3s ease-in-out infinite;
}

@keyframes gradientStarAnimation {
  0%, 100% {
    opacity: 0;
    transform: scale(0.85);
    filter: drop-shadow(0 0 5px #ffffff);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 40px #ffffff) drop-shadow(0 0 60px #ffffff) drop-shadow(0 0 80px #bf43df);
  }
}
.hithere {
  animation: hithere 1s ease infinite;
}

@keyframes hithere {
  30% {
    transform: scale(1.035);
  }
  40%, 60% {
    transform: rotate(-3deg) scale(1.035);
  }
  50% {
    transform: rotate(3deg) scale(1.035);
  }
  70% {
    transform: rotate(0deg) scale(1.035);
  }
  100% {
    transform: scale(1);
  }
}
.shake {
  animation: shake 2s ease infinite;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}
/* Animation delays */
.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

.delay-4 {
  animation-delay: 0.8s;
}

.homepage {
  padding-top: 0 !important;
}
.homepage .bannerSec {
  background-image: url("../img/banner-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 960px;
}
.homepage .bannerSec_cnt {
  display: flex;
  align-items: flex-end;
  height: 100%;
  gap: 70px;
  justify-content: space-between;
}
.homepage .bannerSec_left {
  max-width: 690px;
  width: 100%;
  margin-left: 110px;
  padding-bottom: 150px;
}
.homepage .bannerSec_left_star {
  color: #ffffff;
  font-size: calc(24px + 36 * (100vw - 320px) / 1600);
}
.homepage .bannerSec_left_meta {
  font-size: calc(20px + 33 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
}
.homepage .bannerSec_left_img {
  margin-top: -30px;
}
.homepage .bannerSec_left_img em {
  position: absolute;
  top: -60px;
  right: -52px;
  font-size: 70px;
  color: #ffffff;
}
.homepage .bannerSec_left_title {
  font-size: calc(20px + 33 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  font-family: "Unbounded", sans-serif;
  margin-bottom: 30px;
}
.homepage .bannerSec_left_para {
  font-size: calc(15px + 11 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}
.homepage .bannerSec_right {
  max-width: 1100px;
  position: relative;
  display: flex;
}
.homepage .bannerSec_right video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .bannerSec_right em {
  position: absolute;
  top: 0;
  left: 20%;
  color: #ffffff;
  font-size: calc(24px + 36 * (100vw - 320px) / 1600);
}
@media (min-width: 1921px) {
  .homepage .bannerSec_left_star {
    font-size: 60px;
  }
  .homepage .bannerSec_left_meta {
    font-size: 53px;
  }
  .homepage .bannerSec_left_title {
    font-size: 53px;
  }
  .homepage .bannerSec_left_para {
    font-size: 26px;
  }
}
@media (min-width: 1599px) {
  .homepage .bannerSec .btn-md {
    height: 71px;
    font-size: 22px;
    padding: 20px 42px;
  }
}
@media (max-width: 1799px) {
  .homepage .bannerSec {
    height: 850px;
  }
  .homepage .bannerSec_right {
    max-width: 860px;
  }
}
@media (max-width: 1599px) {
  .homepage .bannerSec {
    height: 730px;
  }
  .homepage .bannerSec_cnt {
    gap: 50px;
  }
  .homepage .bannerSec_left {
    max-width: 600px;
    margin-left: 70px;
    padding-bottom: 100px;
  }
  .homepage .bannerSec_left_title {
    margin-bottom: 20px;
  }
  .homepage .bannerSec_left_para {
    margin-bottom: 40px;
  }
  .homepage .bannerSec_left_img em {
    top: -54px;
    right: -44px;
    font-size: 62px;
  }
  .homepage .bannerSec_right {
    max-width: 730px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .bannerSec {
    height: 645px;
  }
  .homepage .bannerSec_left {
    max-width: 530px;
    margin-left: 30px;
    padding-bottom: 80px;
  }
  .homepage .bannerSec_left_para {
    margin-bottom: 30px;
  }
  .homepage .bannerSec_left_img em {
    top: -46px;
    right: -41px;
    font-size: 53px;
  }
  .homepage .bannerSec_right {
    max-width: 615px;
  }
}
@media (max-width: 1199.98px) {
  .homepage .bannerSec {
    height: 550px;
  }
  .homepage .bannerSec_left {
    max-width: 430px;
    margin-left: 15px;
    padding-bottom: 60px;
  }
  .homepage .bannerSec_left_para {
    margin-bottom: 25px;
  }
  .homepage .bannerSec_left_img em {
    top: -39px;
    right: -36px;
    font-size: 45px;
  }
  .homepage .bannerSec_right {
    max-width: 525px;
  }
}
@media (max-width: 991.98px) {
  .homepage .bannerSec {
    height: 455px;
  }
  .homepage .bannerSec_cnt {
    gap: 15px;
  }
  .homepage .bannerSec_left {
    max-width: 360px;
    flex-shrink: 0;
    margin-left: 0;
    padding-bottom: 50px;
  }
  .homepage .bannerSec_left_para {
    margin-bottom: 20px;
  }
  .homepage .bannerSec_left_img em {
    top: -35px;
    right: -30px;
    font-size: 38px;
  }
  .homepage .bannerSec_right {
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .homepage .bannerSec {
    height: auto;
  }
  .homepage .bannerSec_cnt {
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 100px;
  }
  .homepage .bannerSec_left {
    max-width: 100%;
    padding-bottom: 10px;
  }
  .homepage .bannerSec_left_para {
    margin-bottom: 15px;
  }
  .homepage .bannerSec_left_img {
    max-width: 80%;
    margin-top: -18px;
  }
  .homepage .bannerSec_left_img em {
    top: -30px;
    right: -25px;
    font-size: 32px;
  }
  .homepage .bannerSec_left_title {
    margin-bottom: 15px;
  }
  .homepage .bannerSec_right {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .homepage .bannerSec_cnt {
    padding-top: 85px;
  }
  .homepage .bannerSec_right {
    max-width: 300px;
  }
}
.homepage .businessGrowthSec_cnt {
  gap: 32px;
}
.homepage .businessGrowthSec_img-first {
  width: 418px;
}
.homepage .businessGrowthSec_img-second {
  width: 530px;
}
.homepage .businessGrowthSec_img-third {
  margin-left: 35px;
  width: 285px;
  flex-shrink: 0;
}
.homepage .businessGrowthSec_img_icon {
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #EC45C7;
  background: linear-gradient(90deg, rgb(236, 69, 199) 0%, rgb(230, 89, 204) 36%, rgb(191, 67, 223) 67%, rgb(163, 52, 236) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
}
.homepage .businessGrowthSec_list {
  margin-bottom: 0;
}
.homepage .businessGrowthSec_list_item {
  transition: all 0.4s ease;
  cursor: pointer;
}
.homepage .businessGrowthSec_list_item:not(:last-child) {
  margin-bottom: 20px;
}
.homepage .businessGrowthSec_list_item.active {
  background-color: #F6F4FC;
  border-radius: 5px;
  padding: 15px 15px 10px;
}
.homepage .businessGrowthSec_list_item.active .businessGrowthSec_list_img {
  display: flex;
}
.homepage .businessGrowthSec_list_item.active .businessGrowthSec_list_img img {
  width: 50px;
  height: 50px;
}
.homepage .businessGrowthSec_list_item.active .businessGrowthSec_list_profile, .homepage .businessGrowthSec_list_item.active p {
  display: block;
  opacity: 1;
  max-height: 200px;
  transform: translateY(0);
  visibility: visible;
}
.homepage .businessGrowthSec_list_item.active .businessGrowthSec_list_profile {
  margin-bottom: 10px;
}
.homepage .businessGrowthSec_list_img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.homepage .businessGrowthSec_list_profile {
  margin-left: 10px;
  display: none;
  opacity: 0;
  max-height: 0;
  transform: translateY(-5px);
  visibility: hidden;
  transition: all 0.4s ease;
  overflow: hidden;
}
.homepage .businessGrowthSec_list_profile h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  color: #000000;
}
.homepage .businessGrowthSec_list_profile span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.homepage .businessGrowthSec_list p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
  color: #000000;
  display: none;
  opacity: 0;
  max-height: 0;
  transform: translateY(-5px);
  visibility: hidden;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .homepage .businessGrowthSec_cnt {
    gap: 25px;
  }
  .homepage .businessGrowthSec_img-first {
    width: 400px;
  }
  .homepage .businessGrowthSec_img-second {
    width: 500px;
  }
  .homepage .businessGrowthSec_img-third {
    margin-left: 20px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .businessGrowthSec_cnt {
    gap: 20px;
  }
  .homepage .businessGrowthSec_img-first {
    width: 365px;
  }
  .homepage .businessGrowthSec_img-second {
    width: 440px;
  }
  .homepage .businessGrowthSec_img-third {
    margin-left: 0;
    width: 265px;
  }
  .homepage .businessGrowthSec_img_icon {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
  .homepage .businessGrowthSec_list_item:not(:last-child) {
    margin-bottom: 15px;
  }
  .homepage .businessGrowthSec_list_item.active .businessGrowthSec_list_img img {
    width: 40px;
    height: 40px;
  }
  .homepage .businessGrowthSec_list_item.active .businessGrowthSec_list_profile {
    margin-bottom: 5px;
  }
  .homepage .businessGrowthSec_list_img img {
    width: 60px;
    height: 60px;
  }
  .homepage .businessGrowthSec_list_profile {
    margin-left: 7px;
  }
  .homepage .businessGrowthSec_list_profile h3 {
    font-size: 16px;
  }
  .homepage .businessGrowthSec_list_profile span {
    font-size: 14px;
  }
  .homepage .businessGrowthSec_list p {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .homepage .businessGrowthSec {
    overflow: hidden;
  }
  .homepage .businessGrowthSec_cnt {
    gap: 15px;
    justify-content: center;
  }
  .homepage .businessGrowthSec_img-first {
    width: 300px;
    flex-shrink: 0;
  }
  .homepage .businessGrowthSec_img-second {
    width: 370px;
    flex-shrink: 0;
  }
  .homepage .businessGrowthSec_img_icon {
    margin-bottom: 12px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .homepage .businessGrowthSec_list_item:not(:last-child) {
    margin-bottom: 12px;
  }
  .homepage .businessGrowthSec_list_item.active .businessGrowthSec_list_img img {
    width: 35px;
    height: 35px;
  }
  .homepage .businessGrowthSec_list_img img {
    width: 50px;
    height: 50px;
  }
  .homepage .businessGrowthSec_list_profile h3 {
    font-size: 15px;
  }
  .homepage .businessGrowthSec_list p {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .homepage .businessGrowthSec_cnt {
    flex-wrap: wrap;
  }
  .homepage .businessGrowthSec_img-first {
    width: 235px;
  }
  .homepage .businessGrowthSec_img-second {
    width: 280px;
  }
  .homepage .businessGrowthSec_img-third {
    width: 100%;
  }
  .homepage .businessGrowthSec_img_icon {
    display: none;
  }
  .homepage .businessGrowthSec_list {
    display: flex;
    overflow-x: auto;
  }
  .homepage .businessGrowthSec_list_item {
    background-color: #f6f4fc;
    border-radius: 5px;
    padding: 15px 15px 10px;
    flex-shrink: 0;
    max-width: 260px;
  }
  .homepage .businessGrowthSec_list_item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .homepage .businessGrowthSec_list_img {
    display: flex;
    margin-bottom: 5px;
  }
  .homepage .businessGrowthSec_list_profile {
    display: block;
    opacity: 1;
    max-height: -moz-fit-content;
    max-height: fit-content;
    transform: none;
    visibility: visible;
  }
  .homepage .businessGrowthSec_list p {
    display: block;
    opacity: 1;
    max-height: -moz-fit-content;
    max-height: fit-content;
    transform: none;
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
  .homepage .businessGrowthSec_cnt {
    gap: 10px;
    overflow-x: auto;
  }
  .homepage .businessGrowthSec_img {
    flex-shrink: 0;
  }
  .homepage .businessGrowthSec_img-first {
    width: 220px;
  }
  .homepage .businessGrowthSec_img-second {
    width: 265px;
  }
  .homepage .businessGrowthSec_list_item {
    padding: 10px 10px 8px;
    max-width: 240px;
  }
  .homepage .businessGrowthSec_list_img img {
    width: 40px;
    height: 40px;
  }
  .homepage .businessGrowthSec_list p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .homepage .businessGrowthSec_img-first {
    width: calc(50% - 7px);
  }
  .homepage .businessGrowthSec_img-second {
    width: calc(50% - 7px);
  }
}
.homepage .ecommerceSec_title {
  margin-bottom: 40px;
  line-height: 1.25;
  font-size: calc(18px + 22 * (100vw - 320px) / 1600);
}
.homepage .ecommerceSec_title span {
  color: #BFBFBF;
}
.homepage .ecommerceSec_list li:not(:last-child) {
  margin-bottom: 25px;
}
.homepage .ecommerceSec_list_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #E9F8EA;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #13B022;
  font-size: 22px;
  margin-bottom: 16px;
}
.homepage .ecommerceSec_list_title {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: calc(16px + 9 * (100vw - 320px) / 1600);
}
.homepage .ecommerceSec_list p {
  line-height: 1.4;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.homepage .ecommerceSec_img {
  overflow: hidden;
  border-radius: 5px;
}
.homepage .ecommerceSec_img img {
  transition: all 0.3s ease;
}
.homepage .ecommerceSec_img:hover img {
  transform: scale(1.03);
}
@media (min-width: 1921px) {
  .homepage .ecommerceSec_title {
    font-size: 40px;
  }
  .homepage .ecommerceSec_list_title {
    font-size: 25px;
  }
  .homepage .ecommerceSec_list p {
    font-size: 18px;
  }
}
@media (max-width: 1599px) {
  .homepage .ecommerceSec_title {
    margin-bottom: 30px;
  }
  .homepage .ecommerceSec_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .homepage .ecommerceSec_list_icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .ecommerceSec_title {
    margin-bottom: 25px;
  }
  .homepage .ecommerceSec_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .homepage .ecommerceSec_list_icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .homepage .ecommerceSec_title {
    margin-bottom: 20px;
  }
  .homepage .ecommerceSec_list li:not(:last-child) {
    margin-bottom: 12px;
  }
  .homepage .ecommerceSec_list_icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  .homepage .ecommerceSec_title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .homepage .ecommerceSec_title {
    margin-bottom: 10px;
  }
  .homepage .ecommerceSec_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .homepage .ecommerceSec_list_icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.homepage .memoriesSec_inner {
  gap: 25px;
}
.homepage .memoriesSec_box {
  overflow: hidden;
  transition: all 0.3s ease;
}
.homepage .memoriesSec_box:hover {
  transform: translateY(-5px);
}
.homepage .memoriesSec_box-big {
  width: 601px;
  position: relative;
  z-index: 0;
  background-color: #EB48C8;
  border-radius: 5px;
  overflow: hidden;
}
.homepage .memoriesSec_box-big em {
  position: absolute;
  top: 35px;
  right: 75px;
  font-size: 145px;
  color: #FF6BDF;
  z-index: -1;
}
.homepage .memoriesSec_box-small {
  width: 395px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 25px;
}
.homepage .memoriesSec_box-small .imgCard {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.homepage .memoriesSec_box-small .imgCard em {
  position: absolute;
  top: 30px;
  left: 90px;
  font-size: 110px;
  color: #00827D;
  z-index: -1;
}
.homepage .memoriesSec_box-small:not(:last-child) .imgCard em {
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 110px;
  color: #FFE371;
  z-index: 0;
}
@media (max-width: 1599px) {
  .homepage .memoriesSec_inner {
    gap: 20px;
  }
  .homepage .memoriesSec_box-big {
    width: 575px;
  }
  .homepage .memoriesSec_box-small {
    width: 375px;
    gap: 20px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .memoriesSec_inner {
    gap: 15px;
  }
  .homepage .memoriesSec_box-big {
    width: 506px;
  }
  .homepage .memoriesSec_box-big em {
    font-size: 120px;
  }
  .homepage .memoriesSec_box-small {
    width: 325px;
    gap: 15px;
  }
  .homepage .memoriesSec_box-small .imgCard em {
    font-size: 100px;
    top: 15px;
    left: 75px;
  }
  .homepage .memoriesSec_box-small:not(:last-child) .imgCard em {
    font-size: 100px;
    top: 30px;
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .homepage .memoriesSec {
    overflow: hidden;
  }
  .homepage .memoriesSec_inner {
    justify-content: space-between;
  }
  .homepage .memoriesSec_box-big {
    width: 450px;
  }
  .homepage .memoriesSec_box-big em {
    font-size: 100px;
    top: 20px;
    right: 40px;
  }
  .homepage .memoriesSec_box-small {
    width: 280px;
  }
  .homepage .memoriesSec_box-small .imgCard em {
    font-size: 80px;
  }
  .homepage .memoriesSec_box-small:not(:last-child) .imgCard em {
    font-size: 80px;
  }
}
@media (max-width: 991.98px) {
  .homepage .memoriesSec_box-big em {
    font-size: 80px;
  }
  .homepage .memoriesSec_box-small .imgCard em {
    font-size: 60px;
    left: 55px;
  }
  .homepage .memoriesSec_box-small:not(:last-child) .imgCard em {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  .homepage .memoriesSec_inner {
    gap: 10px;
    overflow-x: auto;
  }
  .homepage .memoriesSec_box {
    flex-shrink: 0;
  }
  .homepage .memoriesSec_box-big {
    width: 320px;
  }
  .homepage .memoriesSec_box-big em {
    font-size: 70px;
  }
  .homepage .memoriesSec_box-small {
    width: 200px;
    gap: 10px;
  }
  .homepage .memoriesSec_box-small .imgCard em {
    font-size: 50px;
  }
  .homepage .memoriesSec_box-small:not(:last-child) .imgCard em {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .homepage .memoriesSec_box-big {
    width: 260px;
  }
  .homepage .memoriesSec_box-big em {
    font-size: 60px;
  }
  .homepage .memoriesSec_box-small {
    width: 160px;
  }
  .homepage .memoriesSec_box-small .imgCard em {
    font-size: 40px;
  }
  .homepage .memoriesSec_box-small:not(:last-child) .imgCard em {
    font-size: 40px;
  }
}
.homepage .truthImgSec_inner {
  background-color: #F5F2F7;
  padding: 20px 20px 0;
  border-radius: 10px;
}
.homepage .truthImgSec_inner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage .truthImgSec_box {
  background-color: #ffffff;
}
.homepage .truthImgSec_box_top {
  padding: 40px 20px 25px;
}
.homepage .truthImgSec_box_label {
  color: #44BD69;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 15px;
}
.homepage .truthImgSec_box_title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}
.homepage .truthImgSec_box p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1599px) {
  .homepage .truthImgSec_inner {
    padding: 15px 15px 0;
  }
  .homepage .truthImgSec_box_top {
    padding: 30px 15px 20px;
  }
  .homepage .truthImgSec_box_label {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .homepage .truthImgSec_box_title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .homepage .truthImgSec_box p {
    font-size: 16px;
  }
  .homepage .truthImgSec_box_img-first {
    padding: 0 15px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .truthImgSec_box_top {
    padding: 20px 15px 15px;
  }
  .homepage .truthImgSec_box_label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .homepage .truthImgSec_box_title {
    font-size: 21px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .homepage .truthImgSec_box p {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 1199.98px) {
  .homepage .truthImgSec_box_top {
    padding: 15px 15px 15px;
  }
  .homepage .truthImgSec_box_title {
    font-size: 18px;
  }
  .homepage .truthImgSec_box p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .homepage .truthImgSec_box_title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .homepage .truthImgSec_inner {
    padding: 15px 10px 0;
  }
  .homepage .truthImgSec_box_title {
    font-size: 15px;
  }
}
.homepage .truthCardSec_box {
  border-radius: 5px;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}
.homepage .truthCardSec_box:hover {
  transform: translateY(-5px);
}
.homepage .truthCardSec_box_label {
  padding: 15px 25px;
  background-color: #ffffff;
  line-height: 1.2;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.homepage .truthCardSec_box_title {
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.2;
  font-size: calc(16px + 19 * (100vw - 320px) / 1600);
}
.homepage .truthCardSec_box p {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  color: rgba(0, 0, 0, 0.7);
}
.homepage .truthCardSec_box-bottom {
  padding: 0 50px;
  position: relative;
  height: 500px;
}
.homepage .truthCardSec_box-bottom_left {
  max-width: 530px;
  padding: 50px 0;
}
.homepage .truthCardSec_box-bottom_right {
  position: absolute;
  bottom: -4px;
  right: 0;
  padding-right: 135px;
  z-index: 1;
}
.homepage .truthCardSec_box-bottom_right .iconLeft {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.homepage .truthCardSec_box-bottom_right .iconLeft em {
  font-size: 70px;
  color: #BBF375;
}
.homepage .truthCardSec_box-bottom_right .iconRight em {
  position: absolute;
  top: 0;
  right: 110px;
  font-size: 108px;
  color: rgba(167, 226, 92, 0.4);
  z-index: -1;
}
.homepage .truthCardSec_box-first {
  background-color: #9886FE;
}
.homepage .truthCardSec_box-first .truthCardSec_box_title {
  color: #ffffff;
}
.homepage .truthCardSec_box-first p {
  color: rgba(255, 255, 255, 0.7);
}
.homepage .truthCardSec_box-second {
  background-color: #FFD86F;
}
.homepage .truthCardSec_box-third {
  background-color: #C9FF85;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .homepage .truthCardSec_box_label {
    font-size: 18px;
  }
  .homepage .truthCardSec_box_title {
    font-size: 35px;
  }
  .homepage .truthCardSec_box p {
    font-size: 18px;
  }
}
@media (max-width: 1599px) {
  .homepage .truthCardSec_box {
    padding: 25px;
  }
  .homepage .truthCardSec_box_label {
    padding: 12px 23px;
    margin-bottom: 20px;
  }
  .homepage .truthCardSec_box_title {
    margin-bottom: 20px;
  }
  .homepage .truthCardSec_box p {
    margin-bottom: 30px;
  }
  .homepage .truthCardSec_box-bottom {
    padding: 0 30px;
  }
  .homepage .truthCardSec_box-bottom_left {
    max-width: 500px;
    padding: 20px 0;
  }
  .homepage .truthCardSec_box-bottom_right {
    padding-right: 100px;
  }
  .homepage .truthCardSec_box-bottom_right .iconLeft em {
    font-size: 65px;
  }
  .homepage .truthCardSec_box-bottom_right .iconRight em {
    font-size: 90px;
    right: 100px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .truthCardSec_box {
    padding: 20px 15px;
  }
  .homepage .truthCardSec_box_label {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .homepage .truthCardSec_box_title {
    margin-bottom: 15px;
  }
  .homepage .truthCardSec_box p {
    margin-bottom: 20px;
  }
  .homepage .truthCardSec_box-bottom {
    padding: 0 15px;
    height: 450px;
  }
  .homepage .truthCardSec_box-bottom_left {
    max-width: 450px;
    padding: 15px 0;
  }
  .homepage .truthCardSec_box-bottom_right {
    padding-right: 70px;
    max-width: 620px;
  }
  .homepage .truthCardSec_box-bottom_right .iconLeft em {
    font-size: 60px;
  }
  .homepage .truthCardSec_box-bottom_right .iconRight em {
    font-size: 90px;
    right: 55px;
  }
}
@media (max-width: 1199.98px) {
  .homepage .truthCardSec_box {
    padding: 15px;
  }
  .homepage .truthCardSec_box_label {
    padding: 8px 16px;
    margin-bottom: 10px;
  }
  .homepage .truthCardSec_box_title {
    margin-bottom: 10px;
  }
  .homepage .truthCardSec_box p {
    margin-bottom: 15px;
  }
  .homepage .truthCardSec_box-bottom {
    height: 410px;
  }
  .homepage .truthCardSec_box-bottom_left {
    max-width: 350px;
  }
  .homepage .truthCardSec_box-bottom_right {
    padding-right: 50px;
    max-width: 570px;
  }
  .homepage .truthCardSec_box-bottom_right .iconLeft em {
    font-size: 50px;
  }
  .homepage .truthCardSec_box-bottom_right .iconRight em {
    font-size: 80px;
    right: 45px;
  }
}
@media (max-width: 991.98px) {
  .homepage .truthCardSec_box_label {
    padding: 6px 12px;
  }
  .homepage .truthCardSec_box-bottom {
    height: 315px;
  }
  .homepage .truthCardSec_box-bottom_left {
    max-width: 300px;
  }
  .homepage .truthCardSec_box-bottom_right {
    padding-right: 20px;
    max-width: 400px;
  }
  .homepage .truthCardSec_box-bottom_right .iconLeft em {
    font-size: 40px;
  }
  .homepage .truthCardSec_box-bottom_right .iconRight em {
    font-size: 70px;
    right: 15px;
  }
}
@media (max-width: 767.98px) {
  .homepage .truthCardSec_box_title {
    margin-bottom: 5px;
  }
  .homepage .truthCardSec_box-bottom {
    height: auto;
    padding-bottom: 0;
  }
  .homepage .truthCardSec_box-bottom_inner {
    flex-wrap: wrap;
  }
  .homepage .truthCardSec_box-bottom_left {
    max-width: 100%;
    padding-top: 0;
  }
  .homepage .truthCardSec_box-bottom_right {
    padding-right: 0;
    position: relative;
    margin: 0 auto;
    max-width: 380px;
  }
  .homepage .truthCardSec_box-bottom_right .iconRight em {
    right: -20px;
    font-size: 60px;
  }
  .homepage .truthCardSec_box-bottom_right .iconLeft em {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .homepage .truthCardSec_box-bottom_right {
    max-width: 300px;
  }
}
.homepage .resultSec .hoverCard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.homepage .resultSec .hoverCard_item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}
.homepage .resultSec .hoverCard_item img {
  width: 100%;
}
.homepage .resultSec .hoverCard_item_title {
  font-size: 20px;
  font-weight: 500;
  padding: 5px 15px;
  line-height: normal;
  position: absolute;
  bottom: 30px;
  left: 30px;
  border-radius: 5px;
  color: #ffffff;
}
.homepage .resultSec .hoverCard_item_title.user-1 {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(49px);
  -webkit-backdrop-filter: blur(49px);
}
.homepage .resultSec .hoverCard_item_title.user-2 {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(18.6px);
  -webkit-backdrop-filter: blur(18.6px);
}
.homepage .resultSec .hoverCard_item_title.user-3 {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(18.6px);
  -webkit-backdrop-filter: blur(18.6px);
}
.homepage .resultSec .hoverCard_item_title.user-4 {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(24.6px);
  -webkit-backdrop-filter: blur(24.6px);
}
.homepage .resultSec .hoverCard_item_content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/hover-card-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 40px;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.homepage .resultSec .hoverCard_item_content img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.homepage .resultSec .hoverCard_item_name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}
.homepage .resultSec .hoverCard_item_review {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.35;
  color: #ffffff;
}
.homepage .resultSec .hoverCard_item:hover .hoverCard_item_content {
  transform: translateY(0);
}
@media (max-width: 1599px) {
  .homepage .resultSec .hoverCard {
    gap: 15px;
  }
  .homepage .resultSec .hoverCard_item_title {
    font-size: 18px;
    padding: 4px 12px;
  }
  .homepage .resultSec .hoverCard_item_content {
    padding: 30px;
  }
  .homepage .resultSec .hoverCard_item_content img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .homepage .resultSec .hoverCard_item_name {
    font-size: 20px;
  }
  .homepage .resultSec .hoverCard_item_review {
    font-size: 18px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .resultSec .hoverCard_item_title {
    font-size: 16px;
    padding: 3px 10px;
    bottom: 20px;
    left: 20px;
  }
  .homepage .resultSec .hoverCard_item_content {
    padding: 20px;
  }
  .homepage .resultSec .hoverCard_item_content img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .homepage .resultSec .hoverCard_item_name {
    font-size: 18px;
  }
  .homepage .resultSec .hoverCard_item_review {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .homepage .resultSec .hoverCard_item_title {
    font-size: 15px;
    bottom: 15px;
    left: 15px;
  }
  .homepage .resultSec .hoverCard_item_content {
    padding: 15px;
  }
  .homepage .resultSec .hoverCard_item_content img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .homepage .resultSec .hoverCard_item_name {
    font-size: 16px;
  }
  .homepage .resultSec .hoverCard_item_review {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .homepage .resultSec .hoverCard {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  .homepage .resultSec .hoverCard_item:last-child {
    grid-column: 1/-1;
    max-width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .homepage .resultSec .hoverCard {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .homepage .resultSec .hoverCard_item:last-child {
    grid-column: auto;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .homepage .resultSec .hoverCard {
    justify-items: unset;
  }
  .homepage .resultSec .hoverCard_item_title {
    font-size: 14px;
  }
  .homepage .resultSec .hoverCard_item_content {
    padding: 15px 12px;
  }
  .homepage .resultSec .hoverCard_item_name {
    font-size: 15px;
  }
  .homepage .resultSec .hoverCard_item_review {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .homepage .resultSec .hoverCard {
    grid-template-columns: repeat(1, 1fr);
  }
  .homepage .resultSec .hoverCard_item {
    max-height: 320px;
  }
}
.homepage .downloadSec .commonHead_btn {
  margin-top: 40px;
}
.homepage .downloadSec_imgBox {
  position: relative;
}
.homepage .downloadSec_imgBox_iconLeft em {
  font-size: 115px;
  color: rgba(196, 196, 196, 0.15);
  position: absolute;
  top: 60px;
  left: 10px;
}
.homepage .downloadSec_imgBox_iconRight em {
  font-size: 120px;
  color: rgba(196, 196, 196, 0.15);
  position: absolute;
  top: -85px;
  right: 0;
}
.homepage .downloadSec_goodBox {
  background-image: url("../img/good-vibes-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0 0 80px;
}
.homepage .downloadSec_goodBox_inner {
  display: flex;
  gap: 30px;
}
.homepage .downloadSec_goodBox_left {
  max-width: 495px;
  width: 100%;
  flex-shrink: 0;
  padding: 30px 0;
}
.homepage .downloadSec_goodBox_left_img img {
  position: absolute;
  top: -12px;
  right: -30px;
}
.homepage .downloadSec_goodBox_title {
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: calc(20px + 60 * (100vw - 320px) / 1600);
}
.homepage .downloadSec_goodBox_title span {
  display: inline-block;
  position: relative;
}
.homepage .downloadSec_goodBox p {
  margin-bottom: 0;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.7);
  font-size: calc(14px + 10 * (100vw - 320px) / 1600);
}
.homepage .downloadSec_goodBox_right {
  position: relative;
}
.homepage .downloadSec_goodBox_right em {
  position: absolute;
  top: 30px;
  left: 30px;
  color: rgba(243, 248, 255, 0.5);
  font-size: 100px;
}
@media (min-width: 1921px) {
  .homepage .downloadSec_goodBox_title {
    font-size: 80px;
  }
  .homepage .downloadSec_goodBox p {
    font-size: 24px;
  }
}
@media (max-width: 1599px) {
  .homepage .downloadSec .commonHead_btn {
    margin-top: 30px;
  }
  .homepage .downloadSec_imgBox_iconLeft em {
    font-size: 100px;
  }
  .homepage .downloadSec_imgBox_iconRight em {
    font-size: 105px;
    top: -75px;
  }
  .homepage .downloadSec_goodBox {
    padding: 20px 0 0 50px;
  }
  .homepage .downloadSec_goodBox_left {
    max-width: 450px;
    padding: 30px 0;
  }
  .homepage .downloadSec_goodBox_left_img img {
    top: -18px;
  }
  .homepage .downloadSec_goodBox_title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .downloadSec .commonHead_btn {
    margin-top: 25px;
  }
  .homepage .downloadSec .commonHead_btn img {
    max-width: 210px;
  }
  .homepage .downloadSec_imgBox_iconLeft em {
    font-size: 85px;
  }
  .homepage .downloadSec_imgBox_iconRight em {
    font-size: 90px;
    top: -60px;
  }
  .homepage .downloadSec_goodBox {
    padding: 15px 0 0 30px;
  }
  .homepage .downloadSec_goodBox_left {
    max-width: 400px;
    padding: 15px 0;
  }
  .homepage .downloadSec_goodBox_title {
    margin-bottom: 10px;
  }
  .homepage .downloadSec_goodBox_right em {
    font-size: 85px;
  }
}
@media (max-width: 1199.98px) {
  .homepage .downloadSec {
    overflow: hidden;
  }
  .homepage .downloadSec .commonHead_btn {
    margin-top: 20px;
  }
  .homepage .downloadSec .commonHead_btn img {
    max-width: 180px;
  }
  .homepage .downloadSec_imgBox_iconLeft em {
    font-size: 70px;
  }
  .homepage .downloadSec_imgBox_iconRight em {
    font-size: 80px;
    top: -50px;
  }
  .homepage .downloadSec_goodBox {
    padding: 15px 0 0 15px;
  }
  .homepage .downloadSec_goodBox_left {
    max-width: 350px;
  }
  .homepage .downloadSec_goodBox_left_img img {
    max-width: 43px;
    right: -26px;
  }
  .homepage .downloadSec_goodBox_right em {
    font-size: 70px;
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 991.98px) {
  .homepage .downloadSec .commonHead_btn {
    margin-top: 15px;
  }
  .homepage .downloadSec .commonHead_btn img {
    max-width: 150px;
  }
  .homepage .downloadSec_imgBox_iconLeft em {
    font-size: 60px;
    top: 45px;
  }
  .homepage .downloadSec_imgBox_iconRight em {
    font-size: 70px;
    top: -30px;
  }
  .homepage .downloadSec_goodBox_left {
    max-width: 280px;
  }
  .homepage .downloadSec_goodBox_left_img img {
    max-width: 43px;
    right: -26px;
  }
  .homepage .downloadSec_goodBox_right em {
    font-size: 60px;
    top: 0;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .homepage .downloadSec .commonHead_btn img {
    max-width: 140px;
  }
  .homepage .downloadSec_imgBox_iconLeft em {
    font-size: 50px;
    top: 30px;
  }
  .homepage .downloadSec_imgBox_iconRight em {
    font-size: 60px;
  }
  .homepage .downloadSec_goodBox_inner {
    gap: 15px;
  }
  .homepage .downloadSec_goodBox_left {
    max-width: 250px;
  }
  .homepage .downloadSec_goodBox_left_img img {
    max-width: 39px;
    right: -22px;
  }
  .homepage .downloadSec_goodBox_right {
    display: flex;
    align-items: flex-end;
  }
  .homepage .downloadSec_goodBox_right em {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .homepage .downloadSec .commonHead_btn img {
    max-width: 125px;
  }
  .homepage .downloadSec_imgBox_iconLeft em {
    font-size: 40px;
    top: 0;
  }
  .homepage .downloadSec_imgBox_iconRight em {
    font-size: 40px;
    top: 0;
  }
  .homepage .downloadSec_goodBox {
    padding-right: 15px;
  }
  .homepage .downloadSec_goodBox_inner {
    gap: 0;
    flex-wrap: wrap;
  }
  .homepage .downloadSec_goodBox_title img {
    display: none;
  }
  .homepage .downloadSec_goodBox_left {
    max-width: 100%;
    padding-top: 0;
  }
  .homepage .downloadSec_goodBox_right em {
    font-size: 40px;
  }
}
.homepage .discoverSec {
  overflow: hidden;
}
.homepage .discoverSec .commonHead_para {
  color: rgba(0, 0, 0, 0.7);
}
.homepage .discoverSec_inner {
  margin: 0 auto;
  z-index: 1;
  display: flex;
  max-width: 1225px;
  margin-bottom: 190px;
}
.homepage .discoverSec_bigStar {
  position: absolute;
  top: -40px;
  left: -95px;
  z-index: -1;
  transform: rotate(-13deg);
}
.homepage .discoverSec_bigStar em {
  font-size: 220px;
  background: #EC45C7;
  background: linear-gradient(90deg, rgb(236, 69, 199) 0%, rgb(230, 89, 204) 50%, rgb(191, 67, 223) 75%, rgb(163, 52, 236) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage .discoverSec_smallStar {
  position: absolute;
  bottom: -115px;
  right: -55px;
  z-index: -1;
}
.homepage .discoverSec_smallStar em {
  font-size: 65px;
  background: #EC45C7;
  background: linear-gradient(90deg, rgb(236, 69, 199) 0%, rgb(230, 89, 204) 50%, rgb(191, 67, 223) 75%, rgb(163, 52, 236) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homepage .discoverSec_item {
  border-radius: 5px;
  position: relative;
  width: 344px;
  flex-shrink: 0;
}
.homepage .discoverSec_item_img {
  overflow: hidden;
  border-radius: 5px;
}
.homepage .discoverSec_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.homepage .discoverSec_item_label {
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}
.homepage .discoverSec_item_label.second {
  background-color: #FFD86F;
  color: #000000;
  bottom: 10px;
  left: -140px;
  transform: rotate(-4deg);
}
.homepage .discoverSec_item_label.third {
  background-color: #9886FE;
  color: #ffffff;
  top: 10px;
  left: -125px;
  transform: rotate(5deg);
}
.homepage .discoverSec_item_label.fourth {
  background-color: #C9FF85;
  color: #000000;
  top: 60px;
  right: -90px;
  transform: rotate(-1deg);
}
.homepage .discoverSec_item_icon {
  position: absolute;
  color: #FFC832;
  font-size: 60px;
}
.homepage .discoverSec_item_icon.second {
  right: -49px;
  bottom: -60px;
  transform: rotate(106deg);
}
.homepage .discoverSec_item_icon.fourth {
  top: -54px;
  right: -49px;
}
.homepage .discoverSec_item-first {
  transform: translate(30px, 10px) rotate(-7deg);
}
.homepage .discoverSec_item-second {
  transform: translate(-35px, 84px) rotate(4deg);
}
.homepage .discoverSec_item-third {
  transform: translate(-76px, -10px) rotate(-5deg);
}
.homepage .discoverSec_item-fourth {
  transform: translate(-125px, 48px) rotate(3deg);
}
@media (max-width: 1799px) {
  .homepage .discoverSec_bigStar {
    left: -110px;
    top: -30px;
  }
  .homepage .discoverSec_bigStar em {
    font-size: 200px;
  }
}
@media (max-width: 1599px) {
  .homepage .discoverSec_bigStar {
    left: -90px;
  }
  .homepage .discoverSec_bigStar em {
    font-size: 180px;
  }
  .homepage .discoverSec_smallStar {
    right: 5px;
  }
  .homepage .discoverSec_inner {
    max-width: 1150px;
    margin-bottom: 165px;
  }
  .homepage .discoverSec_item {
    width: 310px;
  }
  .homepage .discoverSec_item_label {
    padding: 8px 16px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .discoverSec_bigStar {
    left: -70px;
  }
  .homepage .discoverSec_bigStar em {
    font-size: 140px;
  }
  .homepage .discoverSec_smallStar {
    bottom: -106px;
    right: -20px;
  }
  .homepage .discoverSec_smallStar em {
    font-size: 55px;
  }
  .homepage .discoverSec_inner {
    max-width: 1050px;
    margin-bottom: 140px;
  }
  .homepage .discoverSec_item {
    width: 290px;
  }
  .homepage .discoverSec_item_label.second {
    bottom: 5px;
    left: -135px;
  }
  .homepage .discoverSec_item_label.fourth {
    right: -70px;
  }
  .homepage .discoverSec_item_icon {
    font-size: 50px;
  }
  .homepage .discoverSec_item_icon.second {
    right: -42px;
    bottom: -47px;
  }
  .homepage .discoverSec_item_icon.fourth {
    top: -50px;
    right: -42px;
  }
  .homepage .discoverSec_item-first {
    transform: translate(10px, 10px) rotate(-7deg);
  }
  .homepage .discoverSec_item-second {
    transform: translate(-34px, 74px) rotate(4deg);
  }
  .homepage .discoverSec_item-fourth {
    transform: translate(-115px, 48px) rotate(3deg);
  }
}
@media (max-width: 1199.98px) {
  .homepage .discoverSec_bigStar {
    transform: rotate(-10deg);
    left: -45px;
  }
  .homepage .discoverSec_bigStar em {
    font-size: 130px;
  }
  .homepage .discoverSec_smallStar {
    bottom: -96px;
    right: -25px;
  }
  .homepage .discoverSec_smallStar em {
    font-size: 45px;
  }
  .homepage .discoverSec_inner {
    max-width: 900px;
    margin-bottom: 125px;
  }
  .homepage .discoverSec_item {
    width: 260px;
  }
  .homepage .discoverSec_item_label.second {
    bottom: 5px;
    left: -135px;
  }
  .homepage .discoverSec_item_label.fourth {
    right: -13px;
  }
  .homepage .discoverSec_item_icon {
    font-size: 38px;
  }
  .homepage .discoverSec_item_icon.second {
    right: -31px;
    bottom: -35px;
  }
  .homepage .discoverSec_item_icon.fourth {
    top: -34px;
    right: -24px;
  }
  .homepage .discoverSec_item-fourth {
    transform: translate(-131px, 48px) rotate(3deg);
  }
}
@media (max-width: 991.98px) {
  .homepage .discoverSec_bigStar {
    left: -22px;
  }
  .homepage .discoverSec_bigStar em {
    font-size: 110px;
  }
  .homepage .discoverSec_smallStar {
    bottom: -93px;
    right: -15px;
  }
  .homepage .discoverSec_smallStar em {
    font-size: 40px;
  }
  .homepage .discoverSec_inner {
    max-width: 720px;
    margin-bottom: 100px;
  }
  .homepage .discoverSec_item {
    width: 220px;
  }
  .homepage .discoverSec_item_label {
    padding: 7px 10px;
    font-size: 11px;
  }
  .homepage .discoverSec_item_label.second {
    left: -110px;
  }
  .homepage .discoverSec_item_label.third {
    left: -100px;
  }
  .homepage .discoverSec_item_label.fourth {
    right: -20px;
  }
  .homepage .discoverSec_item_icon {
    font-size: 34px;
  }
  .homepage .discoverSec_item_icon.second {
    right: -26px;
    bottom: -29px;
  }
  .homepage .discoverSec_item_icon.fourth {
    top: -24px;
    right: -19px;
    z-index: -1;
  }
  .homepage .discoverSec_item-first {
    transform: translate(10px, 0) rotate(-7deg);
  }
  .homepage .discoverSec_item-second {
    transform: translate(-48px, 58px) rotate(3deg);
  }
  .homepage .discoverSec_item-third {
    transform: translate(-90px, -10px) rotate(-4deg);
  }
  .homepage .discoverSec_item-fourth {
    transform: translate(-162px, 48px) rotate(3deg);
  }
}
@media (max-width: 767.98px) {
  .homepage .discoverSec_bigStar {
    left: -10px;
  }
  .homepage .discoverSec_bigStar em {
    font-size: 80px;
  }
  .homepage .discoverSec_smallStar {
    bottom: -39px;
    right: -10px;
  }
  .homepage .discoverSec_smallStar em {
    font-size: 35px;
  }
  .homepage .discoverSec_inner {
    max-width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .homepage .discoverSec_item {
    width: 100%;
    max-width: calc(50% - 5px);
  }
  .homepage .discoverSec_item_label.second {
    left: 10px;
    transform: none;
    bottom: auto;
    top: 10px;
  }
  .homepage .discoverSec_item_label.third {
    left: 10px;
    transform: none;
    top: 10px;
  }
  .homepage .discoverSec_item_label.fourth {
    right: auto;
    transform: none;
    top: 10px;
    left: 10px;
  }
  .homepage .discoverSec_item_icon {
    display: none;
  }
  .homepage .discoverSec_item-first, .homepage .discoverSec_item-second, .homepage .discoverSec_item-third, .homepage .discoverSec_item-fourth {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .homepage .discoverSec_bigStar {
    top: -40px;
  }
  .homepage .discoverSec_bigStar em {
    font-size: 55px;
  }
  .homepage .discoverSec_smallStar {
    bottom: -30px;
    right: -10px;
  }
  .homepage .discoverSec_smallStar em {
    font-size: 26px;
  }
  .homepage .discoverSec_inner {
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .homepage .discoverSec_item_label {
    padding: 6px 7px;
    font-size: 10px;
  }
  .homepage .discoverSec_item_label.second {
    left: 6px;
    top: 6px;
  }
  .homepage .discoverSec_item_label.third {
    left: 6px;
    top: 6px;
  }
  .homepage .discoverSec_item_label.fourth {
    left: 6px;
    top: 6px;
  }
}
.homepage .getSeenSec {
  background-image: url("../img/getSeenSec-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.homepage .getSeenSec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 275px;
  height: 150px;
  background-image: url("../img/getSeenSec-video-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-4deg);
}
.homepage .getSeenSec::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 140px;
  width: 190px;
  height: 330px;
  background-image: url("../img/getSeenSec-film-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homepage .getSeenSec_starGradient {
  position: absolute;
  top: 50px;
  left: 160px;
}
.homepage .getSeenSec_starGradient em {
  font-size: 90px;
  transform: rotate(-13deg);
  background: linear-gradient(90deg, rgb(255, 109, 223) 0%, rgb(254, 194, 255) 36%, rgb(208, 28, 255) 67%, rgb(251, 0, 255) 100%);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
}
.homepage .getSeenSec_starFilled {
  position: absolute;
  right: -265px;
  bottom: 0;
}
.homepage .getSeenSec_starFilled em {
  font-size: 120px;
  color: #ffdb12;
  transform: rotate(11deg);
  display: inline-block;
}
.homepage .getSeenSec_bottomCnt_title {
  font-size: calc(22px + 48 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
}
.homepage .getSeenSec_bottomCnt em {
  position: absolute;
  top: -21px;
  left: -18px;
  font-size: 40px;
  color: #ffffff;
  transform: rotate(-70deg);
}
.homepage .getSeenSec_videoPlayIcon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  background: #EC45C7;
  background: linear-gradient(90deg, rgb(236, 69, 199) 0%, rgb(230, 89, 204) 36%, rgb(191, 67, 223) 67%, rgb(163, 52, 236) 100%);
}
.homepage .getSeenSec_videoPlayIcon em {
  font-size: 26px;
}
.homepage .getSeenSec_slider {
  max-width: 460px;
  margin: 0 auto;
  height: 700px;
  margin-bottom: 50px;
  margin-top: 35px;
}
.homepage .getSeenSec_slider .swiper-3d .swiper-slide-shadow {
  background: none;
}
.homepage .getSeenSec_slider .swiper {
  width: 100%;
  height: 100%;
}
.homepage .getSeenSec_slider .swiper-slide {
  position: relative;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 420px;
  background-color: #ffffff;
  padding: 6px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
}
.homepage .getSeenSec_slider .swiper-slide-active {
  width: 460px;
  transform: scale(1.02);
}
.homepage .getSeenSec_slider .swiper-slide.hide-card {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0.8) translateY(20px);
}
.homepage .getSeenSec_slider .swiper-slide-next, .homepage .getSeenSec_slider .swiper-slide-prev {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
}
.homepage .getSeenSec_slider .swiper-slide img, .homepage .getSeenSec_slider .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.homepage .getSeenSec_slider_videoImg {
  position: absolute;
  z-index: 2;
  bottom: 90px;
  left: -35px;
}
.homepage .getSeenSec_slider_icon {
  position: absolute;
  top: -45px;
  right: -38px;
}
.homepage .getSeenSec_slider_icon em {
  font-size: 50px;
  color: #FFDB12;
  transform: rotate(11deg);
}
@media (max-width: 1799px) {
  .homepage .getSeenSec:before {
    width: 235px;
    height: 120px;
  }
  .homepage .getSeenSec::after {
    right: 110px;
    width: 170px;
    height: 290px;
  }
}
@media (max-width: 1599px) {
  .homepage .getSeenSec:before {
    width: 200px;
    height: 105px;
  }
  .homepage .getSeenSec::after {
    right: 80px;
    width: 140px;
    height: 260px;
  }
  .homepage .getSeenSec_starFilled {
    right: -240px;
    bottom: 40px;
  }
  .homepage .getSeenSec_starFilled em {
    font-size: 100px;
  }
  .homepage .getSeenSec_bottomCnt em {
    font-size: 35px;
  }
  .homepage .getSeenSec_videoPlayIcon {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
  .homepage .getSeenSec_videoPlayIcon em {
    font-size: 22px;
  }
  .homepage .getSeenSec_slider {
    height: 600px;
    max-width: 400px;
  }
  .homepage .getSeenSec_slider_icon {
    top: -40px;
    right: -34px;
  }
  .homepage .getSeenSec_slider_icon em {
    font-size: 44px;
  }
}
@media (max-width: 1399.98px) {
  .homepage .getSeenSec:before {
    width: 175px;
    height: 95px;
  }
  .homepage .getSeenSec::after {
    right: 50px;
    width: 120px;
    height: 225px;
  }
  .homepage .getSeenSec_starGradient {
    top: 40px;
    left: 120px;
  }
  .homepage .getSeenSec_starGradient em {
    font-size: 75px;
  }
  .homepage .getSeenSec_starFilled {
    right: -215px;
  }
  .homepage .getSeenSec_starFilled em {
    font-size: 90px;
  }
  .homepage .getSeenSec_videoPlayIcon {
    width: 40px;
    height: 40px;
  }
  .homepage .getSeenSec_videoPlayIcon em {
    font-size: 18px;
  }
  .homepage .getSeenSec_slider {
    margin-bottom: 45px;
    height: 560px;
    max-width: 380px;
  }
  .homepage .getSeenSec_slider_icon {
    top: -36px;
    right: -30px;
  }
  .homepage .getSeenSec_slider_icon em {
    font-size: 40px;
  }
  .homepage .getSeenSec_slider_videoImg {
    bottom: 60px;
    left: -28px;
  }
  .homepage .getSeenSec_slider_videoImg img {
    max-width: 100px;
  }
}
@media (max-width: 1199.98px) {
  .homepage .getSeenSec:before {
    width: 150px;
    height: 75px;
    left: 0;
  }
  .homepage .getSeenSec::after {
    right: 25px;
    width: 100px;
    height: 175px;
  }
  .homepage .getSeenSec_starGradient {
    left: 100px;
  }
  .homepage .getSeenSec_starGradient em {
    font-size: 65px;
  }
  .homepage .getSeenSec_starFilled {
    right: -188px;
  }
  .homepage .getSeenSec_starFilled em {
    font-size: 80px;
    transform: rotate(8deg);
  }
  .homepage .getSeenSec_slider {
    margin-bottom: 40px;
    height: 500px;
    max-width: 330px;
    margin-top: 20px;
  }
  .homepage .getSeenSec_slider_icon {
    top: -32px;
    right: -27px;
  }
  .homepage .getSeenSec_slider_icon em {
    font-size: 36px;
  }
  .homepage .getSeenSec_slider_videoImg {
    bottom: 40px;
    left: -20px;
  }
  .homepage .getSeenSec_slider_videoImg img {
    max-width: 85px;
  }
  .homepage .getSeenSec_bottomCnt em {
    font-size: 31px;
  }
}
@media (max-width: 991.98px) {
  .homepage .getSeenSec:before {
    width: 120px;
    height: 65px;
  }
  .homepage .getSeenSec::after {
    right: 10px;
    width: 80px;
    height: 140px;
    top: -20px;
  }
  .homepage .getSeenSec_starGradient {
    top: 30px;
    left: 30px;
  }
  .homepage .getSeenSec_starGradient em {
    font-size: 55px;
  }
  .homepage .getSeenSec_starFilled {
    right: -165px;
  }
  .homepage .getSeenSec_starFilled em {
    font-size: 70px;
  }
  .homepage .getSeenSec_videoPlayIcon {
    width: 35px;
    height: 35px;
  }
  .homepage .getSeenSec_videoPlayIcon em {
    font-size: 15px;
  }
  .homepage .getSeenSec_slider {
    margin-bottom: 30px;
    height: 470px;
    max-width: 290px;
  }
  .homepage .getSeenSec_slider_icon {
    top: -30px;
    right: -25px;
  }
  .homepage .getSeenSec_slider_icon em {
    font-size: 32px;
  }
  .homepage .getSeenSec_slider_videoImg {
    bottom: 25px;
  }
  .homepage .getSeenSec_slider_videoImg img {
    max-width: 75px;
  }
  .homepage .getSeenSec_bottomCnt em {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .homepage .getSeenSec:before {
    width: 90px;
    height: 50px;
  }
  .homepage .getSeenSec::after {
    right: 0;
    width: 60px;
    height: 110px;
  }
  .homepage .getSeenSec_starGradient {
    left: 10px;
  }
  .homepage .getSeenSec_starGradient em {
    font-size: 44px;
  }
  .homepage .getSeenSec_starFilled {
    right: -135px;
  }
  .homepage .getSeenSec_starFilled em {
    font-size: 50px;
    transform: rotate(4deg);
  }
  .homepage .getSeenSec_slider {
    height: 400px;
    max-width: 240px;
    margin-top: 10px;
  }
  .homepage .getSeenSec_slider_icon {
    top: -25px;
    right: -22px;
  }
  .homepage .getSeenSec_slider_icon em {
    font-size: 30px;
  }
  .homepage .getSeenSec_slider_videoImg {
    left: -15px;
  }
  .homepage .getSeenSec_slider_videoImg img {
    max-width: 65px;
  }
  .homepage .getSeenSec_bottomCnt em {
    top: -19px;
    left: -10px;
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .homepage .getSeenSec:before {
    width: 70px;
    height: 40px;
  }
  .homepage .getSeenSec::after {
    width: 50px;
    height: 90px;
  }
  .homepage .getSeenSec_starGradient {
    top: 0;
  }
  .homepage .getSeenSec_starGradient em {
    font-size: 40px;
  }
  .homepage .getSeenSec_starFilled {
    right: -110px;
  }
  .homepage .getSeenSec_starFilled em {
    font-size: 40px;
  }
  .homepage .getSeenSec_videoPlayIcon {
    width: 30px;
    height: 30px;
  }
  .homepage .getSeenSec_videoPlayIcon em {
    font-size: 12px;
  }
  .homepage .getSeenSec_slider {
    height: 350px;
    max-width: 200px;
  }
  .homepage .getSeenSec_slider_icon {
    top: -21px;
    right: -20px;
  }
  .homepage .getSeenSec_slider_icon em {
    font-size: 26px;
  }
  .homepage .getSeenSec_slider_videoImg {
    bottom: 20px;
    left: -12px;
  }
  .homepage .getSeenSec_slider_videoImg img {
    max-width: 50px;
  }
}
@media (max-width: 450px) {
  .homepage .getSeenSec:before {
    width: 50px;
    height: 30px;
  }
  .homepage .getSeenSec::after {
    width: 45px;
    height: 75px;
  }
  .homepage .getSeenSec_starGradient em {
    font-size: 35px;
  }
  .homepage .getSeenSec_starFilled {
    right: -90px;
  }
  .homepage .getSeenSec_starFilled em {
    font-size: 36px;
  }
  .homepage .getSeenSec_slider {
    height: 310px;
    max-width: 170px;
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .homepage .getSeenSec_slider {
    height: 265px;
    max-width: 145px;
  }
}

.discoverSec_item_img {
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
  will-change: transform;
}

.discoverSec_item_img.is-leaving {
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.privacyPolicySec a {
  color: #BF43DF;
}
.privacyPolicySec a:hover {
  color: rgba(191, 67, 223, 0.8);
}
.privacyPolicySec h2 {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.2;
}
.privacyPolicySec h3 {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}
.privacyPolicySec p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.4;
}
.privacyPolicySec p + p, .privacyPolicySec p + ul {
  margin-top: 8px;
}
.privacyPolicySec p + h2, .privacyPolicySec p + h3 {
  margin-top: 15px;
}
.privacyPolicySec ul li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
}
.privacyPolicySec ul li:not(:last-child) {
  margin-bottom: 10px;
}
.privacyPolicySec ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(191, 67, 223, 0.7);
  left: 0px;
  top: 6px;
}
.privacyPolicySec ul + h2, .privacyPolicySec ul h3 {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .privacyPolicySec p {
    font-size: 15px;
    line-height: 1.6;
  }
  .privacyPolicySec p + p, .privacyPolicySec p + ul {
    margin-top: 10px;
  }
  .privacyPolicySec h2 {
    font-size: 18px;
  }
  .privacyPolicySec h3 {
    font-size: 16px;
  }
  .privacyPolicySec ul {
    margin-bottom: 15px;
  }
  .privacyPolicySec ul li {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 15px;
  }
  .privacyPolicySec ul li::before {
    top: 9px;
  }
  .privacyPolicySec ul + h2, .privacyPolicySec ul h3 {
    margin-top: 15px;
  }
  .privacyPolicySec .commonBanner p {
    max-width: 660px;
  }
}
@media (min-width: 1200px) {
  .privacyPolicySec p {
    font-size: 16px;
  }
  .privacyPolicySec p + h2, .privacyPolicySec p + h3 {
    margin-top: 20px;
  }
  .privacyPolicySec h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .privacyPolicySec h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .privacyPolicySec ul li {
    font-size: 16px;
  }
  .privacyPolicySec ul + h2, .privacyPolicySec ul h3 {
    margin-top: 20px;
  }
  .privacyPolicySec_address {
    margin-top: 15px;
  }
}
@media (min-width: 1400px) {
  .privacyPolicySec p {
    font-size: 18px;
    line-height: 1.67;
  }
  .privacyPolicySec p + p, .privacyPolicySec p + ul {
    margin-top: 20px;
  }
  .privacyPolicySec h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .privacyPolicySec h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .privacyPolicySec ul li {
    font-size: 18px;
    padding-left: 20px;
    line-height: 1.67;
  }
  .privacyPolicySec ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .privacyPolicySec ul li::before {
    width: 8px;
    height: 8px;
    top: 12px;
  }
  .privacyPolicySec_address {
    margin-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .privacyPolicySec ul {
    margin-bottom: 10px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
