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

textarea {
  resize: none;
}

input {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: "Apparat-Bold";
  src: url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "Apparat-Medium";
  src: url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Medium.woff");
  font-display: swap;
}
@font-face {
  font-family: "Apparat-Regular";
  src: url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Regular.woff");
  font-display: swap;
}
@font-face {
  font-family: "Apparat-Book";
  src: url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Book.otf");
  font-display: swap;
}
@font-face {
  font-family: FLRD-Medium;
  src: url("https://event.mediacdn.vn/web_fonts/SVN-FLRareDisplay-Medium.otf");
}
@font-face {
  font-family: FLRT-Regular;
  src: url("https://event.mediacdn.vn/web_fonts/SVN-FLRareText-Regular.otf");
}
.list-artist-wrapt .list-wrapt .list-item .item .item-wrapt .item-thumb img {
  border-radius: 12px;
}

.list-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 150px 0;
}
.list-wrapt .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.list-wrapt .label .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 26px;
  line-height: 100%;
}
.list-wrapt .label .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-wrapt .list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6);
  grid-template-columns: repeat(6, calc((100% - 150px) / 6));
  gap: 50px 30px;
}
.list-wrapt .list-item .item {
  width: 100%;
}
.list-wrapt .list-item .item .item-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.list-wrapt .list-item .item .item-wrapt .item-thumb {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.list-wrapt .list-item .item .item-wrapt .item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.list-wrapt .list-item .item .item-wrapt .item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.list-wrapt .list-item .item .item-wrapt .item-name .username {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 20px;
  line-height: 125%;
}
.list-wrapt .list-item .item .item-wrapt .item-name .fan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.list-wrapt .list-item .item .item-wrapt .item-name .fan .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-wrapt .list-item .item .item-wrapt .item-name .fan .txt {
  color: #CACACA;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}

.newVer {
  background: #fff !important;
}
.newVer .list-wrapt {
  padding: 0 0 95px 0;
  gap: 0;
}
.newVer .listWraptCover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.newVer .listWraptCover .leftCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newVer .listWraptCover .leftCol .logo {
  width: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 8vw;
}
.newVer .listWraptCover .leftCol .logo img {
  width: 100%;
  height: auto;
}
.newVer .listWraptCover .leftCol .title {
  color: #FAFAFA;
  font-family: "FLRD-Medium";
  font-size: 48px;
  line-height: 96%;
  letter-spacing: -1.446px;
  margin-bottom: 15px;
}
.newVer .listWraptCover .leftCol .des {
  color: #BFBFBF;
  font-family: "FLRT-Regular";
  font-size: 16px;
  line-height: 141%;
  letter-spacing: -0.8px;
}
.newVer .listWraptCover .rightCol {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: absolute;
  width: 70%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newVer .listWraptCover .rightCol i {
  display: block;
  width: 100%;
}
.newVer .listWraptCover .rightCol i img {
  width: 100%;
  height: auto;
}
.newVer .thumbContainer {
  position: relative;
  overflow: hidden;
  margin-bottom: 95px;
}
.newVer .thumbContainer .thumbItem {
  width: 70%;
}
.newVer .thumbContainer .thumbItem .thumbLink {
  display: block;
  width: 100%;
  padding-top: 44.65%;
  position: relative;
}
.newVer .thumbContainer .thumbItem .thumbLink img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newVer .thumbContainer .swiper-button-next,
.newVer .thumbContainer .swiper-button-prev {
  background-image: none;
  width: 50px;
  height: 50px;
}
.newVer .thumbContainer .swiper-button-next {
  right: 20px;
}
.newVer .thumbContainer .swiper-button-prev {
  left: 20px;
}
.newVer .listWraptContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 85px;
}
.newVer .listWraptContent .label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.newVer .listWraptContent .label .txt {
  color: #000;
  text-align: center;
  font-family: "FLRD-Medium";
  font-size: 48px;
  line-height: 96%;
}
.newVer .listWraptContent .label .sapo {
  color: #606060;
  text-align: center;
  font-family: "FLRT-Regular";
  font-size: 16px;
  line-height: 141%;
  letter-spacing: -0.8px;
  width: 38%;
  margin: 0 auto;
}
.newVer .listWraptContent .list-item {
  width: 100%;
}
.newVer .listWraptContent .list-item .item .item-wrapt {
  gap: 12px;
}
.newVer .listWraptContent .list-item .item .item-wrapt .item-name .username {
  color: #000;
  text-align: center;
  font-family: "FLRT-Regular";
  font-size: 18px;
  letter-spacing: -1.44px;
}
.newVer .listWraptContent .list-item .item .item-wrapt .actionLink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 58px;
  border: 1px solid #DEDEDE;
  background: #FAFAFA;
  padding: 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newVer .listWraptContent .list-item .item .item-wrapt .actionLink:hover {
  background: #000;
}
.newVer .listWraptContent .list-item .item .item-wrapt .actionLink:hover .icn svg path {
  fill: #FFF;
}
.newVer .listWraptContent .list-item .item .item-wrapt .actionLink:hover .txt {
  color: #FFF;
}
.newVer .listWraptContent .list-item .item .item-wrapt .actionLink .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newVer .listWraptContent .list-item .item .item-wrapt .actionLink .txt {
  color: #000;
  text-align: center;
  font-family: "FLRT-Regular";
  font-size: 14px;
  line-height: 141%;
  letter-spacing: -1.12px;
}
.newVer .home-latestNews {
  gap: 40px;
  padding-bottom: 0;
}
.newVer .home-latestNews .label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
}
.newVer .home-latestNews .label .txt {
  color: #000;
  text-align: center;
  font-family: "FLRD-Medium";
  font-size: 48px;
  line-height: 96%;
}
.newVer .home-latestNews .label .sapo {
  color: #606060;
  text-align: center;
  font-family: "FLRT-Regular";
  font-size: 16px;
  line-height: 141%;
  letter-spacing: -0.8px;
  width: 38%;
  margin: 0 auto;
  text-transform: none;
}
.newVer .home-latestNews .news-list {
  -ms-grid-columns: calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4);
  grid-template-columns: repeat(4, calc((100% - 30px) / 4));
  gap: 40px 10px;
}
.newVer .home-latestNews .news-list .news-link {
  height: 100%;
}
.newVer .home-latestNews .news-list .news-link .title {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.newVer .idol14-footer {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
}

/* Skeleton Loading */
@-webkit-keyframes pulse {
  0% {
    background-color: #f0f0f0;
  }
  50% {
    background-color: #e0e0e0;
  }
  100% {
    background-color: #f0f0f0;
  }
}
@keyframes pulse {
  0% {
    background-color: #f0f0f0;
  }
  50% {
    background-color: #e0e0e0;
  }
  100% {
    background-color: #f0f0f0;
  }
}
.sketch-loading .item-thumb,
.sketch-loading .username,
.sketch-loading .actionLink {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  -webkit-animation: pulse 1.5s infinite ease-in-out;
          animation: pulse 1.5s infinite ease-in-out;
  border-radius: 4px;
  color: transparent !important;
  border: none !important;
}

.sketch-loading .item-thumb {
  border-radius: 100% !important;
}

.sketch-loading .item-thumb img,
.sketch-loading .username *,
.sketch-loading .actionLink * {
  opacity: 0 !important;
  visibility: hidden !important;
}

.sketch-loading .username {
  width: 80%;
  height: 20px;
  margin: 0 auto;
}

.sketch-loading .actionLink {
  width: 100%;
  height: 38px;
  border-radius: 58px !important;
}

@media screen and (max-width: 1350px) {
  .newVer .listWraptContent,
  .newVer .home-latestNews {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .list-wrapt {
    gap: 30px;
  }
  .list-wrapt .label .txt {
    font-size: 24px;
  }
  .list-wrapt .list-item {
    -ms-grid-columns: calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3);
    grid-template-columns: repeat(3, calc((100% - 30px) / 3));
    gap: 30px 15px;
  }
  .newVer .listWraptCover .leftCol {
    width: 100%;
    padding: 50px 50px 20vh 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newVer .listWraptCover .leftCol .logo {
    margin-bottom: 30px;
  }
  .newVer .listWraptCover .leftCol .title {
    text-align: center;
    margin-bottom: 11px;
  }
  .newVer .listWraptCover .leftCol .des {
    text-align: center;
  }
  .newVer .listWraptCover .rightCol {
    top: initial;
    right: initial;
    bottom: -55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .newVer .thumbContainer .thumbItem {
    width: 90%;
  }
  .newVer .listWraptContent {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newVer .listWraptContent .label .txt {
    font-size: 38px;
  }
  .newVer .listWraptContent .label .sapo {
    width: 100%;
  }
  .newVer .listWraptContent .list-item {
    -ms-grid-columns: (calc((100% - 12px) / 2))[2];
    grid-template-columns: repeat(2, calc((100% - 12px) / 2));
  }
  .newVer .home-latestNews {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newVer .home-latestNews .label .txt {
    font-size: 38px;
  }
  .newVer .home-latestNews .label .sapo {
    width: 100%;
  }
  .newVer .home-latestNews .news-list {
    -ms-grid-columns: calc((100% - 20px) / 2) 20px calc((100% - 20px) / 2);
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    gap: 25px 20px;
  }
}
.fandom-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding-bottom: 50px;
}
.fandom-detail .fd-cover {
  position: relative;
  width: 100%;
  padding-top: 30%;
  display: block;
}
.fandom-detail .fd-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fandom-detail .fd-body {
  width: 45%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.fandom-detail .fd-body .fd-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.fandom-detail .fd-body .fd-header .avartar {
  width: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fandom-detail .fd-body .fd-header .avartar i {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.fandom-detail .fd-body .fd-header .avartar i img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.fandom-detail .fd-body .fd-header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.fandom-detail .fd-body .fd-header .info .fandom-name-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-name .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.84px;
}
.fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-name .checkmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-followers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-followers .numb {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-followers .numb b {
  color: #FFF;
  font-family: "Apparat-Medium";
}
.fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-followers .owner {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-followers .owner .artist-link {
  margin-left: 8px;
  color: #FFF;
  font-family: "Apparat-Medium";
}
.fandom-detail .fd-body .fd-header .info .fandom-addBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  background: #6258FF;
}
.fandom-detail .fd-body .fd-header .info .fandom-addBtn.following {
  pointer-events: none;
  background: #1C1C1C;
}
.fandom-detail .fd-body .fd-header .info .fandom-addBtn.following .txt {
  color: #8C8C8C;
}
.fandom-detail .fd-body .fd-header .info .fandom-addBtn.following .icn svg path {
  fill: #8C8C8C;
  stroke: #8C8C8C;
}
.fandom-detail .fd-body .fd-header .info .fandom-addBtn .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fandom-detail .fd-body .fd-header .info .fandom-addBtn .txt {
  color: #FFF;
  font-family: "Apparat-Book";
  font-size: 16px;
  line-height: 100%;
}
.fandom-detail .fd-body .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.fandom-detail .fd-body .label .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 22px;
  line-height: 100%;
}
.fandom-detail .fd-body .label .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fandom-detail .fd-body .fd-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.fandom-detail .fd-body .fd-about .description {
  overflow: hidden;
  color: #AEAEAE;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: "Apparat-Regular";
  font-size: 18px;
  line-height: 135%;
}
.fandom-detail .fd-body .fd-about .description.open {
  -webkit-line-clamp: initial;
}
.fandom-detail .fd-body .fd-about .read-more {
  color: #6258FF;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}
.fandom-detail .fd-body .fd-about .read-more.hidden {
  display: none;
}
.fandom-detail .fd-body .fd-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fandom-detail .fd-body .fd-gallery .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4);
  grid-template-columns: repeat(4, calc((100% - 30px) / 4));
  gap: 10px;
}
.fandom-detail .fd-body .fd-gallery .gallery .gallery-item {
  width: 100%;
}
.fandom-detail .fd-body .fd-gallery .gallery .gallery-item i {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.fandom-detail .fd-body .fd-gallery .gallery .gallery-item i img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.fandom-detail .fd-body .fd-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.fandom-detail .fd-body .fd-project .list-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.fandom-detail .fd-body .fd-project .list-project .project-item {
  width: 100%;
  border-radius: 12px;
  background: #1C1C1C;
}
.fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-left {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-left .thumb {
  width: 60px;
  display: block;
}
.fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-left .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-left .name {
  color: #FFF;
  text-align: center;
  font-family: "Apparat-Medium";
  font-size: 22px;
  line-height: 120%;
}
.fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-right {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-right .sapo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 130%;
}
.fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-right .read-more {
  border-radius: 8px;
  background: #696969;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 130%;
}

.popup-is-open {
  overflow: hidden;
}

.popupProject-is-open .popup-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.project-form-wrapt {
  position: relative;
}
.project-form-wrapt .project-form {
  width: 550px;
  max-height: 700px;
  overflow-y: scroll;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(37.75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.project-form-wrapt .project-form .title {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 24px;
  line-height: 120%;
}
.project-form-wrapt .project-form .sapo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.project-form-wrapt .project-form .sapo p {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 130%;
}
.project-form-wrapt .project-form .sapo .thumb,
.project-form-wrapt .project-form .sapo figure {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.project-form-wrapt .project-form .sapo .thumb img,
.project-form-wrapt .project-form .sapo figure img {
  display: block;
  width: 100%;
  height: auto;
}

.popup-project {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-project .popup-container {
  position: relative;
}

.popup-wrapper {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.fandomDetail-wrapt .popup-close {
  position: absolute;
  top: 0;
  right: 0;
}
.fandomDetail-wrapt .popup-close-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #000;
  backdrop-filter: blur(5px);
}
.fandomDetail-wrapt .popup-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.85;
  z-index: -1;
}

@media screen and (max-width: 800px) {
  .fandom-detail {
    gap: 40px;
  }
  .fandom-detail .fd-cover {
    padding-top: 62.5%;
  }
  .fandom-detail .fd-body {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 50px;
  }
  .fandom-detail .fd-body .fd-header .avartar {
    display: none;
  }
  .fandom-detail .fd-body .fd-header .info {
    width: 100%;
    gap: 20px;
  }
  .fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-followers {
    gap: 25px;
  }
  .fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-followers .numb {
    font-size: 14px;
  }
  .fandom-detail .fd-body .fd-header .info .fandom-name-wrapt .fandom-followers .owner {
    font-size: 14px;
  }
  .fandom-detail .fd-body .fd-header .info .fandom-addBtn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fandom-detail .fd-body .fd-project .list-project {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc((100% - 10px) / 2) 10px calc((100% - 10px) / 2);
    grid-template-columns: repeat(2, calc((100% - 10px) / 2));
    gap: 10px;
  }
  .fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    padding: 20px;
  }
  .fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-left {
    width: 100%;
  }
  .fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-left .name {
    font-size: 20px;
  }
  .fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-right {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fandom-detail .fd-body .fd-project .list-project .project-item .pi-wrapt .pi-right .sapo {
    font-size: 14px;
  }
  .project-form-wrapt .project-form {
    width: 100%;
    padding: 30px 15px;
  }
}
.artist-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.artist-detail .ad-left {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.artist-detail .ad-left .adl-thumb {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
}
.artist-detail .ad-left .adl-thumb i {
  display: block;
  width: 100%;
  height: 100vh;
}
.artist-detail .ad-left .adl-thumb i img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.artist-detail .ad-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.artist-detail .ad-right .adr-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.artist-detail .ad-right .adr-content .ad-header {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
.artist-detail .ad-right .adr-content .ad-header .name {
  color: #FFF;
  text-align: center;
  font-family: "Apparat-Bold";
  font-size: 7vw;
  line-height: 100%;
  letter-spacing: -2.56px;
}
.artist-detail .ad-right .adr-content .ad-header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.artist-detail .ad-right .adr-content .ad-header .info .follower {
  color: #FFF;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.artist-detail .ad-right .adr-content .ad-header .info .follower b {
  font-family: "Apparat-Medium";
}
.artist-detail .ad-right .adr-content .ad-header .info .function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.artist-detail .ad-right .adr-content .ad-header .info .function .follow-btn {
  height: 40px;
  width: 185px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.artist-detail .ad-right .adr-content .ad-header .info .function .follow-btn .icn svg path {
  stroke: #8C8C8C;
}
.artist-detail .ad-right .adr-content .ad-header .info .function .btn-accessFandom {
  height: 40px;
  width: 185px;
  text-align: center;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  background: #E4E2FF;
  color: #6258FF;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.artist-detail .ad-right .adr-content .ad-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  padding: 3vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.artist-detail .ad-right .adr-content .ad-body .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.artist-detail .ad-right .adr-content .ad-body .label .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 22px;
  line-height: 100%;
}
.artist-detail .ad-right .adr-content .ad-body .label .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.artist-detail .ad-right .adr-content .ad-body .ad-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 10px) / 2) 10px calc((100% - 10px) / 2);
  grid-template-columns: repeat(2, calc((100% - 10px) / 2));
  gap: 10px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-info .info-item {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #404040;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 150px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-info .info-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-info .info-item .item-top .label {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.artist-detail .ad-right .adr-content .ad-body .ad-info .info-item .item-top .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 18px;
  line-height: 120%;
}
.artist-detail .ad-right .adr-content .ad-body .ad-info .info-item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.artist-detail .ad-right .adr-content .ad-body .ad-info .info-item .item-bottom .icn {
  width: 20px;
  height: 20px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-info .info-item .item-bottom .icn svg {
  width: 100%;
  height: 100%;
}
.artist-detail .ad-right .adr-content .ad-body .ad-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.artist-detail .ad-right .adr-content .ad-body .ad-about .description {
  overflow: hidden;
  color: #AEAEAE;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  font-family: "Apparat-Regular";
  font-size: 18px;
  line-height: 135%;
  max-height: 150px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-about .description.open {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.artist-detail .ad-right .adr-content .ad-body .ad-about .read-more {
  color: #6258FF;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}
.artist-detail .ad-right .adr-content .ad-body .ad-about .read-more.hidden {
  display: none;
}
.artist-detail .ad-right .adr-content .ad-body .ad-awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-awards .ada-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-awards .ada-list .ada-item {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  background: #1C1C1C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-awards .ada-list .ada-item .adai-thumb {
  width: 40px;
  display: block;
}
.artist-detail .ad-right .adr-content .ad-body .ad-awards .ada-list .ada-item .adai-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.artist-detail .ad-right .adr-content .ad-body .ad-awards .ada-list .ada-item .adai-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-awards .ada-list .ada-item .adai-info .label {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 20px;
  line-height: 120%;
}
.artist-detail .ad-right .adr-content .ad-body .ad-awards .ada-list .ada-item .adai-info .sapo {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 130%;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .thumb i {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .thumb i img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .info .info-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .info .info-wrapt .title {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 18px;
  line-height: 120%;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .info .info-wrapt .views {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .info .sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .info .sources .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.artist-detail .ad-right .adr-content .ad-body .ad-tophit .list-tophit .ti-wrapt .info .sources .txt {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}

@media screen and (max-width: 800px) {
  .artist-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .artist-detail .ad-left {
    width: 100%;
  }
  .artist-detail .ad-left .adl-thumb {
    position: relative;
  }
  .artist-detail .ad-left .adl-thumb i {
    height: auto;
    padding-top: 112%;
    position: relative;
  }
  .artist-detail .ad-left .adl-thumb i img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .artist-detail .ad-right .adr-content .ad-header {
    height: auto;
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .artist-detail .ad-right .adr-content .ad-header .name {
    font-size: 68px;
  }
  .artist-detail .ad-right .adr-content .ad-header .info {
    width: 100%;
  }
  .artist-detail .ad-right .adr-content .ad-header .info .function {
    width: 100%;
  }
  .artist-detail .ad-right .adr-content .ad-header .info .function .btn-follower {
    width: calc((100% - 10px) / 2);
  }
  .artist-detail .ad-right .adr-content .ad-header .info .function .btn-accessFandom {
    width: calc((100% - 10px) / 2);
    text-align: center;
  }
  .artist-detail .ad-right .adr-content .ad-body {
    padding: 50px 20px;
  }
  .artist-detail .ad-right .adr-content .ad-body .ad-info .info-item {
    min-height: 160px;
  }
  .artist-detail .ad-right .adr-content .ad-body .ad-info .info-item .item-top .txt {
    font-size: 16px;
  }
  .artist-detail .ad-right .adr-content .ad-body .ad-about .description {
    font-size: 16px;
  }
  .artist-detail .ad-right .adr-content .ad-body .ad-awards .ada-list .ada-item .adai-info .label {
    font-size: 18px;
  }
}
.search-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 135px 0;
}

.sd-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  width: 48%;
}

.search-note {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 16px;
  line-height: 100%;
}
.search-note b {
  margin-left: 10px;
  color: #6258FF;
}

.boxSearch {
  position: relative;
  width: 100%;
  border-radius: 12px;
  backdrop-filter: blur(50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  z-index: 2;
}
.boxSearch .boxSearch-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.boxSearch .boxSearch-wrapt .bs-label {
  color: #BEBEBE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
}
.boxSearch .boxSearch-wrapt .list-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.boxSearch .boxSearch-wrapt .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.boxSearch .boxSearch-wrapt .info .info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.boxSearch .boxSearch-wrapt .info .info-left .thumb {
  display: block;
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.boxSearch .boxSearch-wrapt .info .info-left .thumb i {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.boxSearch .boxSearch-wrapt .info .info-left .thumb i img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.boxSearch .boxSearch-wrapt .info .info-left .vote-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.boxSearch .boxSearch-wrapt .info .info-left .vote-count .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.boxSearch .boxSearch-wrapt .info .info-left .vote-count .name .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 18px;
  line-height: 100%;
}
.boxSearch .boxSearch-wrapt .info .info-left .vote-count .name .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.boxSearch .boxSearch-wrapt .info .info-left .vote-count .count-txt {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}
.boxSearch .boxSearch-wrapt .info .info-right .follow-btn .txt,
.boxSearch .boxSearch-wrapt .info .info-right .follow-btn .txt-following {
  display: none;
}
.boxSearch .read-all {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 68px;
  background: #343434;
  color: #9E9E9E;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}

.search-wrapt {
  border-radius: 89px;
  background: #484848;
  padding: 10px 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.search-wrapt.open {
  width: 100%;
}
.search-wrapt input {
  border: none;
  font-family: "Apparat-Regular";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
}
.search-wrapt .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.home-latestNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 5vw;
}
.home-latestNews .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.home-latestNews .label .sapo {
  color: #BEBEBE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
}
.home-latestNews .news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3) 10px calc((100% - 20px) / 3);
  grid-template-columns: repeat(3, calc((100% - 20px) / 3));
  gap: 20px 10px;
}
.home-latestNews .news-list .news-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.home-latestNews .news-list .news-link .thumb {
  display: block;
  width: 100%;
}
.home-latestNews .news-list .news-link .thumb i {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 62.5%;
}
.home-latestNews .news-list .news-link .thumb i img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.home-latestNews .news-list .news-link .title {
  color: #FFF;
  font-family: "Apparat-Regular";
  font-size: 18px;
  line-height: 130%;
}
.home-latestNews .news-list .news-link .sources {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}

.home-wrapt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-wrapt .home-cover {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: radial-gradient(50% 40.11% at 50% 0%, #5543F7 0%, rgba(85, 67, 247, 0) 100%), #000;
}
.home-wrapt .home-cover .boxHomeSearch {
  width: 42%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.home-wrapt .home-cover .boxHomeSearch .logo {
  display: block;
  width: 300px;
}
.home-wrapt .home-cover .boxHomeSearch .logo img {
  display: block;
  width: 100%;
}
.home-wrapt .home-cover .boxHomeSearch .label {
  color: #fff;
  text-align: center;
  font-family: "Apparat-Medium";
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.84px;
}
.home-wrapt .home-cover .boxHomeSearch .sapo {
  color: #999;
  text-align: center;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 130%;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt {
  border-radius: 89px;
  background: #484848;
  padding: 10px 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt.open .boxSearch {
  visibility: visible;
  opacity: 1;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt input {
  border: none;
  font-family: "Apparat-Regular";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 110%;
  left: 0;
  width: 100%;
  border-radius: 12px;
  background: rgba(33, 33, 33, 0.7);
  backdrop-filter: blur(50px);
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  z-index: 2;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: 0;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .bs-label {
  color: #BEBEBE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .list-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-left .thumb {
  display: block;
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-left .thumb i {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-left .thumb i img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-left .vote-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-left .vote-count .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-left .vote-count .name .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 18px;
  line-height: 100%;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-left .vote-count .name .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-left .vote-count .count-txt {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-right .btn-vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #6258FF;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-right .btn-vote.voted {
  background: #2E2E2E;
  pointer-events: none;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .info .info-right .btn-vote.voted svg path {
  fill: #8C8C8C;
  stroke: #8C8C8C;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .boxSearch-wrapt .no-data {
  text-align: start;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .read-all {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 68px;
  background: #343434;
  color: #9E9E9E;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}
.home-wrapt .home-cover .boxHomeSearch .search-wrapt .boxSearch .no-data {
  color: #fff;
  font-family: "Apparat-Regular";
  font-size: 11px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
}
.home-wrapt .home-cover .img-container {
  position: absolute;
  overflow: visible;
}
.home-wrapt .home-cover .img-container.pst1 {
  top: 12%;
  left: -10%;
}
.home-wrapt .home-cover .img-container.pst2 {
  top: 5%;
  left: 40%;
}
.home-wrapt .home-cover .img-container.pst3 {
  top: 23%;
  right: -7%;
}
.home-wrapt .home-cover .img-container.pst4 {
  top: 69%;
  right: -3%;
}
.home-wrapt .home-cover .img-container.pst5 {
  top: 80%;
  left: 50%;
}
.home-wrapt .home-cover .img-container.pst6 {
  top: 63%;
  left: 3%;
}
.home-wrapt .home-cover .img-container img {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, opacity;
  min-width: 120px;
  min-height: 120px;
  max-width: 250px;
  max-height: 250px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
.home-wrapt .home-slide {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 6vw;
}
.home-wrapt .home-slide .slide {
  width: calc((100% - 10px) / 2);
}
.home-wrapt .home-slide .slide .thumb {
  display: block;
  width: 100%;
  padding-top: 79%;
  position: relative;
  overflow: hidden;
}
.home-wrapt .home-slide .slide .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.home-wrapt .home-slide .swiper-pagination {
  bottom: 0;
}
.home-wrapt .home-slide .swiper-pagination-bullet {
  background: #5A5A5A;
}
.home-wrapt .home-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background: #fff;
  border-radius: 52.8px;
}
.home-wrapt .home-topfandoms {
  padding: 4vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.home-wrapt .home-topfandoms .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.home-wrapt .home-topfandoms .label .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-wrapt .home-topfandoms .label .title .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 26px;
  line-height: 100%;
}
.home-wrapt .home-topfandoms .label .sapo {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.home-wrapt .home-topfandoms .topfandoms-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6) 30px calc((100% - 150px) / 6);
  grid-template-columns: repeat(6, calc((100% - 150px) / 6));
  gap: 30px;
}
.home-wrapt .home-topfandoms .topfandoms-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .thumb {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .info .name {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 20px;
  line-height: 125%;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .info .fans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .info .fans .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .info .fans .txt {
  color: #CACACA;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
  /* 14px */
}
.home-wrapt .home-topfandoms .topfandoms-list .item .follow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  background: #1C1C1C;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .follow-btn.following {
  cursor: default;
  pointer-events: none;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .follow-btn.following .txt {
  display: none;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .follow-btn.following .txt-following {
  display: block;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .follow-btn.following .icn svg path {
  fill: #8C8C8C;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .follow-btn:hover {
  background: #6258FF;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .follow-btn .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .follow-btn .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 14px;
  line-height: 100%;
}
.home-wrapt .home-topfandoms .topfandoms-list .item .follow-btn .txt-following {
  display: none;
  color: #8C8C8C;
  font-family: "Apparat-Medium";
  font-size: 14px;
  line-height: 100%;
}
.home-wrapt .home-ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  background: radial-gradient(46.06% 23.72% at 50% 0%, #5543F7 0%, rgba(85, 67, 247, 0) 100%), #010101;
  padding: 3vw 0 5vw 0;
}
.home-wrapt .home-ranking .ranking-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  gap: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-header .logo {
  display: block;
  width: auto;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-header .logo img {
  display: block;
  width: auto;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-header .des {
  color: #FFF;
  text-align: center;
  font-family: "Apparat-Regular";
  font-size: 18px;
  line-height: 120%;
  width: 60%;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox {
  width: calc((100% - 20px) / 2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-radius: 12px;
  background: #121212;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .flash {
  -webkit-animation: flash 0.8s linear infinite;
          animation: flash 0.8s linear infinite;
}
@-webkit-keyframes flash {
  50% {
    opacity: 0;
  }
}
@keyframes flash {
  50% {
    opacity: 0;
  }
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .label .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .label .title .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 22px;
  line-height: 100%;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .label .update-noti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .label .update-noti .text {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .numb {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  background: #000;
  color: #FFF;
  text-align: center;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-left .thumb {
  display: block;
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-left .thumb i {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-left .thumb i img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-left .vote-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-left .vote-count .name {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 18px;
  line-height: 100%;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-left .vote-count .count-txt {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-right .btn-vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #6258FF;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-right .btn-vote.voted {
  background: #2E2E2E;
  pointer-events: none;
}
.home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-right .btn-vote.voted svg path {
  fill: #8C8C8C;
  stroke: #8C8C8C;
}
.home-wrapt .home-latestNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  padding-bottom: 5vw;
}
.home-wrapt .home-latestNews .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.home-wrapt .home-latestNews .label .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-wrapt .home-latestNews .label .title .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 26px;
  line-height: 100%;
}
.home-wrapt .home-latestNews .label .sapo {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.home-wrapt .home-latestNews .news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4);
  grid-template-columns: repeat(4, calc((100% - 30px) / 4));
  gap: 40px 10px;
}
.home-wrapt .home-latestNews .news-list .news-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.home-wrapt .home-latestNews .news-list .news-link .thumb {
  display: block;
  width: 100%;
}
.home-wrapt .home-latestNews .news-list .news-link .thumb i {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 62.5%;
}
.home-wrapt .home-latestNews .news-list .news-link .thumb i img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.home-wrapt .home-latestNews .news-list .news-link .title {
  color: #FFF;
  font-family: "Apparat-Regular";
  font-size: 18px;
  line-height: 130%;
}
.home-wrapt .home-latestNews .news-list .news-link .sources {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}

@media screen and (max-width: 800px) {
  .home-wrapt {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-wrapt .home-cover .boxHomeSearch {
    width: 95%;
  }
  .home-wrapt .home-cover .img-container.pst1 {
    top: 20%;
  }
  .home-wrapt .home-cover .img-container.pst2 {
    top: 12%;
    left: 35%;
  }
  .home-wrapt .home-cover .img-container.pst3 {
    top: 20%;
    right: -7%;
  }
  .home-wrapt .home-cover .img-container.pst5 {
    top: 80%;
    left: 35%;
  }
  .home-wrapt .home-cover .img-container.pst6 {
    top: 75%;
    left: -6%;
  }
  .home-wrapt .home-cover .img-container img {
    max-width: 120px;
    max-height: 120px;
    min-width: 60px;
    min-height: 60px;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
    will-change: transform, opacity;
  }
  .home-wrapt .home-cover .img-container img:not([src]) {
    display: none;
  }
  @-webkit-keyframes zoomIn {
    from {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0;
    }
    to {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes zoomIn {
    from {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0;
    }
    to {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
  }
  @-webkit-keyframes zoomOut {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
    to {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0;
    }
  }
  @keyframes zoomOut {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
    }
    to {
      -webkit-transform: scale(0.2);
              transform: scale(0.2);
      opacity: 0;
    }
  }
  .home-wrapt .home-topfandoms {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 30px;
    padding: 30px 0 70px 0;
  }
  .home-wrapt .home-topfandoms .label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .home-wrapt .home-topfandoms .label .title .txt {
    font-size: 24px;
  }
  .home-wrapt .home-topfandoms .topfandoms-list {
    -ms-grid-columns: calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3);
    grid-template-columns: repeat(3, calc((100% - 30px) / 3));
    gap: 30px 15px;
  }
  .home-wrapt .home-topfandoms .topfandoms-list .item .info .name {
    font-size: 16px;
  }
  .home-wrapt .home-ranking {
    padding: 35px 0 80px 0;
  }
  .home-wrapt .home-ranking .ranking-wrapt {
    width: 100%;
  }
  .home-wrapt .home-ranking .ranking-wrapt .rw-header .logo {
    width: 360px;
  }
  .home-wrapt .home-ranking .ranking-wrapt .rw-header .logo img {
    width: 100%;
  }
  .home-wrapt .home-ranking .ranking-wrapt .rw-header .des {
    width: 85%;
  }
  .home-wrapt .home-ranking .ranking-wrapt .rw-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox {
    width: 100%;
  }
  .home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .label .title .txt {
    font-size: 20px;
  }
  .home-wrapt .home-ranking .ranking-wrapt .rw-body .rwbBox .list-ranking .ranking-item .info .info-left .vote-count .name {
    font-size: 16px;
  }
  .home-wrapt .home-latestNews {
    gap: 35px;
  }
  .home-wrapt .home-latestNews .label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .home-wrapt .home-latestNews .label .title .txt {
    font-size: 24px;
  }
  .home-wrapt .home-latestNews .news-list {
    -ms-grid-columns: calc((100% - 20px) / 2) 20px calc((100% - 20px) / 2);
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
    gap: 25px 20px;
  }
  .home-wrapt .home-latestNews .news-list .news-link {
    font-size: 16px;
  }
}
/* Back Button */
#back-btn {
  position: absolute;
  top: 40px;
  left: 60px;
  z-index: 1000;
  background: rgba(40, 40, 40, 0.8);
  color: white;
  border: none;
  padding: 12px 24px;
  font-family: "SVN-Apparat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-transform: none;
  /* Removed uppercase for more modern look */
}

#back-btn:hover {
  background: rgb(60, 60, 60);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  #back-btn {
    top: 20px;
    left: 20px;
    padding: 10px 20px;
    font-size: 13px;
  }
}
.backtohome {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(40, 40, 40, 0.8);
  color: white;
  border: none;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 24px;
}
.backtohome:hover {
  background: rgb(60, 60, 60);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.backtohome .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.backtohome .txt {
  font-family: "SVN-Apparat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* HUD Overlay */
#hud-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1000;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hud-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.hud-prefix {
  font-family: "SVN-Apparat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hud-title {
  font-family: "SVN-Vanguard CF", sans-serif;
  font-size: 60px;
  font-weight: 800;
  color: white;
  margin: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.hud-right {
  pointer-events: auto;
}

/* Grid View Button */
#grid-view-btn {
  background: rgba(40, 40, 40, 0.8);
  color: white;
  border: none;
  padding: 12px 24px;
  font-family: "SVN-Apparat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#grid-view-btn:hover {
  background: rgb(60, 60, 60);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.grid-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 1024px) {
  #hud-overlay {
    padding: 30px;
  }
  .hud-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #hud-overlay {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px;
    gap: 15px;
  }
  .hud-prefix {
    font-size: 9px;
  }
  .hud-title {
    font-size: 32px;
  }
  .hud-right {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #grid-view-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
/* Popup Styles */
#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(5px);
}

.popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#popup-img {
  height: 80vh;
  /* Desktop: 80% height */
  width: auto;
  /* Maintain aspect ratio */
  max-width: 90vw;
  /* Safety cap */
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  #popup-img {
    width: 90vw;
    /* Mobile: 90% width */
    height: auto;
    /* Maintain aspect ratio */
    max-height: 80vh;
    /* Safety cap */
  }
}
#popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
}

#popup-close:hover {
  color: #ccc;
}

/* Loading Screen */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;
}

.loader-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.loader-prefix {
  font-family: "SVN-Apparat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -15px;
}

.loader-logo {
  font-family: "SVN-Vanguard CF", sans-serif;
  font-size: 80px;
  color: white;
}

.loader-bar-container {
  width: 240px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

#loader-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #6366F1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-box-shadow: 0 0 10px #6366F1;
          box-shadow: 0 0 10px #6366F1;
}

#loader-status {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  text-transform: uppercase;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
/* Fonts */
@font-face {
  font-family: "SVN-Vanguard CF";
  src: url("https://event.mediacdn.vn/web_fonts/SVN-FLRareDisplay-Medium.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Apparat";
  src: url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Regular.woff") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SVN-Apparat";
  src: url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Bold.woff") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.detailNewVer-wrapt {
  margin: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000000;
  font-family: "SVN-Apparat", sans-serif;
  color: white;
}

#app {
  width: 100%;
  height: 100%;
}

#intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 20px;
}

.intro-prefix {
  font-family: "SVN-Apparat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: -10px;
}

#intro-overlay h1 {
  font-family: "SVN-Vanguard CF", sans-serif;
  font-size: 8vw;
  font-weight: 800;
  color: white;
  margin: 0;
  letter-spacing: -2px;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.intro-description {
  font-family: "SVN-Apparat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #E5E5E5;
  margin: 0;
  max-width: 800px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.intro-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

#explore-btn {
  background: #6258FF !important;
}

#explore-btn:hover {
  background: #4f46e5 !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#explore-btn,
#share-btn {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  font-family: "SVN-Apparat", sans-serif;
  border: none;
  cursor: pointer;
  border-radius: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: white;
  background: rgba(40, 40, 40, 0.8);
  backdrop-filter: blur(10px);
}

#share-btn:hover {
  background: rgb(60, 60, 60);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* Loading Mobile */
  .loader-prefix {
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-bottom: -10px;
  }
  .loader-logo {
    font-size: 40px;
  }
  .loader-bar-container {
    width: 180px;
  }
  /* Intro Mobile */
  .intro-content {
    gap: 15px;
    padding-bottom: 60px;
    /* Leave space for bottom HUD */
  }
  .intro-prefix {
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-bottom: -8px;
  }
  #intro-overlay h1 {
    font-size: 64px;
    letter-spacing: -1px;
    line-height: 0.9;
    margin: 5px 0;
    max-width: 95%;
  }
  .intro-description {
    font-size: 13px;
    max-width: 85%;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
  }
  .intro-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 320px;
    gap: 10px;
    margin-top: 10px;
  }
  #explore-btn,
  #share-btn {
    padding: 12px 16px;
    font-size: 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
  }
  .btn-icon {
    width: 16px;
    height: 16px;
  }
}
.idol14-wrapt {
  position: relative;
  background: #000;
  overflow: hidden;
}
.idol14-wrapt .logoIdol14 {
  display: block;
  width: 130px;
}
.idol14-wrapt .logoIdol14 img {
  width: 100%;
  height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  background: rgba(0, 0, 0, 0.6);
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1C1C1C;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

.w1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.follow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  background: #1C1C1C;
}
.follow-btn.following {
  cursor: default;
  pointer-events: none;
}
.follow-btn.following .txt {
  display: none;
}
.follow-btn.following .txt-following {
  display: block;
}
.follow-btn.following .icn svg path {
  fill: #8C8C8C;
}
.follow-btn:hover {
  background: #6258FF;
}
.follow-btn .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.follow-btn .txt {
  color: #FFF;
  font-family: "Apparat-Medium";
  font-size: 14px;
  line-height: 100%;
}
.follow-btn .txt-following {
  display: none;
  color: #8C8C8C;
  font-family: "Apparat-Medium";
  font-size: 14px;
  line-height: 100%;
}

.menu-bar {
  z-index: 9;
  position: fixed;
  top: 15px;
  left: 50%;
  width: 100%;
  height: 70px;
  padding: 10px 10px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 100px;
  background: rgba(33, 33, 33, 0.7);
  backdrop-filter: blur(50px);
}
.menu-bar .menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.menu-bar .menu-left .list-cateItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.menu-bar .menu-left .list-cateItem .cateItem-link {
  font-size: 16px;
  font-family: "Apparat-Medium";
  line-height: 100%;
  color: #fff;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 53px;
}
.menu-bar .menu-left .list-cateItem .cateItem-link.active, .menu-bar .menu-left .list-cateItem .cateItem-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.menu-bar .menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.menu-bar .menu-right .search-wrapt {
  border-radius: 89px;
  background: #484848;
  padding: 10px 20px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-bar .menu-right .search-wrapt.open {
  width: 350px;
}
.menu-bar .menu-right .search-wrapt input {
  border: none;
  font-family: "Apparat-Regular";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  line-height: 130%;
}
.menu-bar .menu-right .search-wrapt .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-bar .menu-right .login-wrapt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.menu-bar .menu-right .login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 50px;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  background: linear-gradient(75deg, #E8CCA7 -35.06%, #F47119 7.01%, #5543F7 46.03%, rgba(85, 67, 247, 0) 84.83%), #1C1C1C;
}
.menu-bar .menu-right .login-btn .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-bar .menu-right .login-btn .txt {
  color: #FFF;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.menu-bar .menu-right .logout-btn-wrapt {
  position: relative;
}
.menu-bar .menu-right .logout-btn-wrapt:hover .logout-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-bar .menu-right .logout-btn-wrapt .user-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 8px;
  padding: 5px 20px;
  border-radius: 100px;
}
.menu-bar .menu-right .logout-btn-wrapt .user-btn .ava {
  width: 35px;
  height: 35px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.menu-bar .menu-right .logout-btn-wrapt .user-btn .ava img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.menu-bar .menu-right .logout-btn-wrapt .user-btn .txt {
  color: #FFF;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.menu-bar .menu-right .logout-btn-wrapt .logout-btn {
  position: absolute;
  top: 100%;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  background: rgba(33, 33, 33, 0.7);
  backdrop-filter: blur(50px);
}
.menu-bar .menu-right .logout-btn-wrapt .logout-btn .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-bar .menu-right .logout-btn-wrapt .logout-btn .txt {
  color: #FFF;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 100%;
}
.menu-bar .menu-right .src-mobile {
  display: none;
}
.menu-bar .menu-right .navListMob {
  display: none;
}

.idol14-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.idol14-footer .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.idol14-footer .footer-left .logo {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.idol14-footer .footer-left .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.idol14-footer .footer-left .sapo {
  color: #FFF;
  font-family: "Apparat-Regular";
  font-size: 16px;
  line-height: 130%;
}
.idol14-footer .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.idol14-footer .footer-right .list-cateItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.idol14-footer .footer-right .list-cateItem .cateItem-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.idol14-footer .footer-right .list-cateItem .cateItem-link .txt {
  color: #FFF;
  font-family: "Apparat-Regular";
  font-size: 18px;
  line-height: 100%;
}
.idol14-footer .footer-right .list-cateItem .cateItem-link .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idol14-footer .footer-right .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.idol14-footer .footer-right .copyright .sapo,
.idol14-footer .footer-right .copyright .csbm-link {
  color: #AEAEAE;
  font-family: "Apparat-Regular";
  font-size: 14px;
  line-height: 100%;
}

.login-popup .popup-wrapper {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.login-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-popup .popup-container {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.login-popup .popup-wrapper {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.login-popup .login-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.login-popup .login-methods .label {
  font-family: "Apparat-Regular";
  font-size: 16px;
}
.login-popup .login-methods .list-login-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.login-popup .login-methods .login-btn .login-fb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.login-popup .login-methods .login-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 12px;
  background-color: #fff;
  border-radius: 4px;
  gap: 7px;
  font-family: "Apparat-Regular";
  color: #333;
  font-size: 13px;
  border: 1px solid #e5e5e5;
}
.login-popup .login-methods .login-btn a i {
  display: block;
  width: 19px;
}
.login-popup .login-methods .login-btn a i img {
  display: block;
  width: 100%;
  height: auto;
}
.login-popup .close-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border-radius: 100px;
  gap: 10px;
  font-family: "Apparat-Medium";
  font-size: 1vw;
  color: #fff;
  text-transform: uppercase;
}

.login-popup-is-open .login-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.85;
  z-index: -1;
}

@media screen and (max-width: 800px) {
  .idol14-wrapt .logoIdol14 {
    width: 110px;
  }
  .idol14_menu_mobile--is-active .menu-bar .menu-right .src-mobile {
    position: relative;
  }
  .idol14_menu_mobile--is-active .menu-bar .menu-right .src-mobile .src-mobile-wrapt i:nth-child(1) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 6px;
  }
  .idol14_menu_mobile--is-active .menu-bar .menu-right .src-mobile .src-mobile-wrapt i:nth-child(2) {
    display: none;
  }
  .idol14_menu_mobile--is-active .menu-bar .menu-right .src-mobile .src-mobile-wrapt i:nth-child(3) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 6px;
  }
  .idol14_menu_mobile--is-active .menu-bar .menu-right .navListMob {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: block;
    width: 150px;
    border-radius: 12px;
    background: rgba(33, 33, 33, 0.7);
    backdrop-filter: blur(50px);
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .idol14_menu_mobile--is-active .menu-bar .menu-right .navListMob .navList-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
  .idol14_menu_mobile--is-active .menu-bar .menu-right .navListMob .navList-link li {
    width: 100%;
  }
  .idol14_menu_mobile--is-active .menu-bar .menu-right .navListMob .navList-link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .idol14_menu_mobile--is-active .menu-bar .menu-right .navListMob .navList-link li a .txt {
    color: #FFF;
    font-family: "Apparat-Medium";
    font-size: 18px;
    line-height: 100%;
  }
  .menu-bar {
    height: 60px;
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
  .menu-bar .menu-left .list-cateItem {
    display: none;
  }
  .menu-bar .menu-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-bar .menu-right .login-btn {
    height: 40px;
  }
  .menu-bar .menu-right .src-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 55px;
    background: #000;
    position: relative;
  }
  .menu-bar .menu-right .src-mobile .src-mobile-wrapt {
    width: 15px;
    height: 15px;
    position: relative;
    opacity: 1;
    cursor: pointer;
  }
  .menu-bar .menu-right .src-mobile i {
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-bar .menu-right .src-mobile i:nth-child(2) {
    top: 6px;
  }
  .menu-bar .menu-right .src-mobile i:nth-child(3) {
    top: 12px;
  }
  .menu-bar .menu-right .logout-btn-wrapt .user-btn {
    height: 40px;
    padding: 0;
  }
  .menu-bar .menu-right .logout-btn-wrapt .user-btn .ava {
    width: 40px;
    height: 40px;
  }
  .menu-bar .menu-right .logout-btn-wrapt .user-btn .txt {
    font-size: 14px;
  }
  .idol14-footer {
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px;
  }
  .idol14-footer .footer-left {
    width: 100%;
  }
  .idol14-footer .footer-left .logo {
    width: auto;
  }
  .idol14-footer .footer-right {
    width: 100%;
  }
  .idol14-footer .footer-right .list-cateItem .cateItem-link .txt {
    font-size: 24px;
  }
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.hid {
    display: none !important;
}
.feedBox-wrapt .feedBox-wrapt-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.pending-masonry-item {
    visibility: hidden;
}
.swal2-container {
    z-index: 20000 !important;
}