.btn-gardient-v2 {
  display: inline-block;
  border-radius: 40px;
  padding: 12px 22px;
  background: linear-gradient(90deg, rgb(255, 232, 175) 0%, rgb(255, 197, 51) 50%, rgb(255, 232, 175) 100%);
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 576px) {
  .btn-gardient-v2 {
    padding: 12px 32px;
    font-size: 16px;
  }
}
.btn-gardient-v2:hover {
  animation: glowing 8s linear infinite;
  background-size: 400%;
}

@font-face {
  font-family: "utm-avo";
  src: url("./fonts/UTMAvo-BoldItalic.woff2") format("woff2"), url("./fonts/UTMAvo-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "utm-avo";
  src: url("./fonts/UTMAvo.woff2") format("woff2"), url("./fonts/UTMAvo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "utm-avo";
  src: url("./fonts/UTMAvo-Italic.woff2") format("woff2"), url("./fonts/UTMAvo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "utm-avo";
  src: url("../fonts/UTMAvoBold.woff2") format("woff2"), url("../fonts/UTMAvoBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vl-authenia";
  src: url("../fonts/VLAuthenia-Regular.woff2") format("woff2"), url("../fonts/VLAuthenia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.home-about-v2-wrapper {
  position: relative;
  overflow: hidden;
}
.home-about-v2-wrapper .home-about-v2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-about-v2-wrapper .home-about-v2--inner {
  position: relative;
  z-index: 1;
}
.home-about-v2-wrapper .home-about-v2--inner.home-about-pc {
  display: none;
}
.home-about-v2-wrapper .home-about-v2--inner.home-about-mb {
  display: block;
  padding: 20px 0;
}
.home-about-v2-wrapper .home-about-v2--inner.home-about-mb .home-about-v2-top {
  display: block;
  gap: 0;
}
.home-about-v2-wrapper .home-about-v2--inner.home-about-mb .sponsor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
}
.home-about-v2-wrapper .home-about-v2--inner.home-about-mb .star {
  max-width: 45%;
  margin: 0 auto;
}
.home-about-v2-wrapper .home-about-v2--inner.home-about-mb .qg-time {
  max-width: 75%;
  margin: 0 auto 20px;
}
@media (min-width: 576px) {
  .home-about-v2-wrapper .home-about-v2--inner.home-about-mb .qg-time {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .home-about-v2-wrapper .home-about-v2--inner.home-about-pc {
    display: block;
  }
  .home-about-v2-wrapper .home-about-v2--inner.home-about-mb {
    display: none;
  }
}
.home-about-v2-wrapper .home-about-v2--inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32.01vw;
  background: linear-gradient(180deg, rgba(114, 0, 1, 0) 0%, rgb(114, 0, 1) 100%);
}
.home-about-v2-wrapper .home-about-v2-top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .home-about-v2-wrapper .home-about-v2-top {
    flex-direction: row;
  }
}
.home-about-v2-wrapper .top-left {
  flex: 0 0 auto;
  width: 100vw;
  max-width: 100%;
}
@media (min-width: 576px) {
  .home-about-v2-wrapper .top-left {
    margin-left: -1.14vw;
    max-width: 52.77vw;
  }
}
@media (min-width: 1400px) {
  .home-about-v2-wrapper .top-left {
    max-width: 760px;
  }
}
.home-about-v2-wrapper .top-right {
  flex: 0 0 auto;
  width: 100vw;
  max-width: 100%;
  padding: 20px;
}
@media (min-width: 576px) {
  .home-about-v2-wrapper .top-right {
    max-width: 27.63vw;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .home-about-v2-wrapper .top-right {
    max-width: 398px;
  }
}
.home-about-v2-wrapper .sponsor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.home-about-v2-wrapper .sponsor img {
  flex: 0 0 auto;
}
.home-about-v2-wrapper .sponsor img:first-child {
  width: 20.15%;
}
@media (min-width: 768px) {
  .home-about-v2-wrapper .sponsor img:first-child {
    width: 30.15%;
  }
}
.home-about-v2-wrapper .sponsor img:last-child {
  width: 30.25%;
}
@media (min-width: 768px) {
  .home-about-v2-wrapper .sponsor img:last-child {
    width: 50.25%;
  }
}
.home-about-v2-wrapper .qg-title {
  position: relative;
  display: block;
  overflow: hidden;
  overflow: visible !important;
  margin-bottom: 15px;
}
.home-about-v2-wrapper .qg-title img,
.home-about-v2-wrapper .qg-title iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-about-v2-wrapper .qg-title::before {
  content: "";
  display: block;
  padding-bottom: 71.95%;
}
@media (min-width: 576px) {
  .home-about-v2-wrapper .qg-title {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .home-about-v2-wrapper .qg-title img,
  .home-about-v2-wrapper .qg-title iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .home-about-v2-wrapper .qg-title::before {
    content: "";
    display: block;
    padding-bottom: 91.95%;
  }
}
.home-about-v2-wrapper .qg-title img {
  object-position: 36% 50%;
  overflow: visible;
}
.home-about-v2-wrapper .home-about-v2-main {
  position: relative;
  padding: 48px 0 80px;
  z-index: 1;
}
.home-about-v2-wrapper .home-about-v2-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 1047px;
  height: 1px;
  background: linear-gradient(90deg, rgb(255, 232, 175) 0%, rgb(255, 197, 51) 50%, rgb(255, 232, 175) 100%);
  opacity: 0.5;
}
.home-about-v2-wrapper .main-text-container {
  max-width: 752px;
  margin: 0 auto 48px;
}
.home-about-v2-wrapper .main-text-container .title {
  margin: 0 auto 16px;
  max-width: 90%;
}
@media (min-width: 576px) {
  .home-about-v2-wrapper .main-text-container .title {
    max-width: 512px;
  }
}
.home-about-v2-wrapper .main-text-container .sapo {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.home-about-v2-wrapper .main-text-container .sapo br {
  display: none;
}
@media (min-width: 768px) {
  .home-about-v2-wrapper .main-text-container .sapo br {
    display: block;
  }
}
@media (min-width: 576px) {
  .home-about-v2-wrapper .main-text-container .sapo {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .home-about-v2-wrapper .main-text-container .sapo {
    font-size: 16px;
  }
}
.home-about-v2-wrapper .main-list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1220px;
  margin: 0 auto;
}
.home-about-v2-wrapper .about-v2-list-item {
  flex: 0 0 auto;
  width: 100%;
  border: 1px solid #ffe8af;
  border-radius: 12px;
  position: relative;
  backdrop-filter: blur(18.7500019073px);
  background: rgba(255, 255, 255, 0.2);
  min-height: 116px;
  cursor: context-menu;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 576px) {
  .home-about-v2-wrapper .about-v2-list-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .home-about-v2-wrapper .about-v2-list-item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
.home-about-v2-wrapper .about-v2-list-item--inner {
  padding: 12px 24px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.home-about-v2-wrapper .about-v2-list-item .txt-small {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-about-v2-wrapper .about-v2-list-item .txt-small {
    font-size: 18px;
  }
}
.home-about-v2-wrapper .about-v2-list-item .txt-big {
  font-family: "utm-avo", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3333333333;
  color: transparent;
  background: linear-gradient(90deg, rgb(255, 232, 175) 0%, rgb(255, 197, 51) 50%, rgb(255, 232, 175) 100%);
  background-clip: text;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .home-about-v2-wrapper .about-v2-list-item .txt-big {
    font-size: 22px;
  }
}

.home-activities-v2 {
  position: relative;
  background: #f8f8f8;
  overflow: hidden;
}
.home-activities-v2::before {
  content: "";
  position: absolute;
  top: -8.54vw;
  left: -64.65vw;
  width: 85.69vw;
  height: 51.59vw;
  border-radius: 50%;
  transform: rotate(45deg);
  opacity: 0.15;
  background: #ff0000;
  filter: blur(199.9999847412px);
  display: none;
}
@media (min-width: 576px) {
  .home-activities-v2::before {
    display: block;
  }
}
.home-activities-v2 .home-activities-head .title {
  font-family: "utm-avo", sans-serif;
  line-height: 1.4;
  background: linear-gradient(90deg, rgb(247, 0, 0) 0%, rgb(255, 119, 119) 50%, rgb(247, 0, 0) 100%);
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .home-activities-v2 .home-activities-head .title {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .home-activities-v2 .home-activities-head .title {
    font-size: 42px;
  }
}
.home-activities-v2 .home-activities-head .sapo {
  color: #000000;
}
.home-activities-v2 .activities-item {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(52.4999961853px);
}
.home-activities-v2 .activities-item.hover {
  background: rgba(251, 230, 141, 0.4);
}
.home-activities-v2 .activities-item.hover .index {
  background: linear-gradient(90deg, rgb(247, 0, 0) 0%, rgb(255, 119, 119) 50%, rgb(247, 0, 0) 100%);
  background-clip: text;
  color: transparent;
}
.home-activities-v2 .activities-item.hover .content-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-activities-v2 .activities-item.hover .content-head .content-title {
  background: linear-gradient(90deg, rgb(247, 0, 0) 0%, rgb(255, 119, 119) 50%, rgb(247, 0, 0) 100%);
  background-clip: text;
  color: transparent;
}
.home-activities-v2 .activities-item .index {
  color: #000000;
  font-weight: 700;
}
.home-activities-v2 .activities-item .content-head .content-title {
  color: #000000;
}
.home-activities-v2 .activities-item .content-body-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 3.8vw;
  line-height: 1.3333333333;
  color: #000000;
  font-weight: 400;
}
@media (min-width: 400px) {
  .home-activities-v2 .activities-item .content-body-item {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .home-activities-v2 .activities-item .content-body-item {
    flex-direction: row;
  }
}
.home-activities-v2 .activities-item .content-body-item .body-title {
  font-weight: 700;
  font-size: 3.8vw;
  margin-bottom: 10px;
}
@media (min-width: 400px) {
  .home-activities-v2 .activities-item .content-body-item .body-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .home-activities-v2 .activities-item .content-body-item .body-title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.home-activities-v2 .activities-item .content-body-item .content-time {
  text-align: right;
}
.home-activities-v2 .activities-item .content-body-item .content-time span {
  display: block;
  font-size: 14px;
}
@media (min-width: 576px) {
  .home-activities-v2 .activities-item .content-body-item .content-time span {
    font-size: 16px;
  }
}
.home-activities-v2 .activities-item .content-body-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .home-activities-v2 .activities-item .content-body-item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.home-activities-v2 .activities-item .content-body-item .item-left {
  flex: 0 0 auto;
  width: 100%;
  text-align: justify;
}
@media (min-width: 992px) {
  .home-activities-v2 .activities-item .content-body-item .item-left {
    width: 70%;
  }
}
.home-activities-v2 .activities-item .content-body-item .item-right {
  flex: 1;
  display: none;
}
@media (min-width: 992px) {
  .home-activities-v2 .activities-item .content-body-item .item-right {
    display: block;
  }
}
.home-activities-v2 .activities-item .content-body-item .content-time-mb {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .home-activities-v2 .activities-item .content-body-item .content-time-mb {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .home-activities-v2 .activities-item .content-body-item .content-time-mb {
    display: none;
  }
}
.home-activities-v2 .activities-item .content-body-item .content-time-mb span {
  display: block;
}

.home-guide-v2 {
  position: relative;
  padding: 40px 0 40px;
  background: linear-gradient(130deg, rgba(115, 115, 115, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  z-index: 2;
  overflow: visible;
}
.home-guide-v2::before {
  content: "";
  position: absolute;
  top: 13.75vw;
  left: 58.05vw;
  width: 85.69vw;
  height: 51.59vw;
  border-radius: 50%;
  transform: rotate(45deg);
  opacity: 0.15;
  background: #ff0000;
  filter: blur(199.9999847412px);
  display: none;
}
@media (min-width: 576px) {
  .home-guide-v2::before {
    display: block;
  }
}
@media (min-width: 1200px) {
  .home-guide-v2 {
    padding: 60px 0 80px;
  }
}
.home-guide-v2 .home-guide-v2--inner {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(49.9999961853px);
  border-radius: 24px;
  padding: 40px 20px;
}
@media (min-width: 576px) {
  .home-guide-v2 .home-guide-v2--inner {
    padding: 40px;
  }
}
.home-guide-v2 .home-guide-head .title {
  font-family: "utm-avo", sans-serif;
  background: linear-gradient(90deg, rgb(247, 0, 0) 0%, rgb(255, 119, 119) 50%, rgb(247, 0, 0) 100%);
  background-clip: text;
  color: transparent;
  font-size: 6vw;
}
@media (min-width: 576px) {
  .home-guide-v2 .home-guide-head .title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .home-guide-v2 .home-guide-head .title {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .home-guide-v2 .home-guide-head .title {
    font-size: 40px;
  }
}
.home-guide-v2 .home-guide-main {
  position: relative;
  margin: 0 auto;
}
.home-guide-v2 .home-guide-main .swiper {
  overflow: visible;
}
.home-guide-v2 .home-guide-main .swiper-wrapper {
  overflow: visible;
}
.home-guide-v2 .home-guide-main .swiper-slide {
  max-width: 738px;
}
.home-guide-v2 .home-guide-main .swiper-slide .guide-image {
  transform: scale(0.9);
  transition: all 0.3s;
}
.home-guide-v2 .home-guide-main .swiper-slide.swiper-slide-active .guide-image {
  transform: scale(1);
  transition: all 0.3s;
}

.home-faq-v2 {
  position: relative;
  background: linear-gradient(-130deg, rgba(115, 115, 115, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  padding: 40px 0;
  overflow: hidden;
}
.home-faq-v2::before {
  content: "";
  position: absolute;
  top: 1.04vw;
  left: -27.08vw;
  width: 48.88vw;
  height: 29.44vw;
  border-radius: 50%;
  background: #ff6a00;
  filter: blur(199.9999847412px);
  opacity: 0.15;
  display: none;
}
@media (min-width: 576px) {
  .home-faq-v2::before {
    display: block;
  }
}
@media (min-width: 992px) {
  .home-faq-v2 {
    padding: 60px 0;
  }
}
.home-faq-v2 .home-faq-inner {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(49.9999961853px);
  box-shadow: 0px 3.81px 15.24px 0px rgba(0, 0, 0, 0.05);
  gap: 30px;
}
@media (min-width: 576px) {
  .home-faq-v2 .home-faq-inner {
    gap: 48px;
  }
}
@media (min-width: 992px) {
  .home-faq-v2 .home-faq-inner {
    padding: 50px 30px;
  }
}
.home-faq-v2 .home-faq-title {
  text-align: center;
}
@media (min-width: 992px) {
  .home-faq-v2 .home-faq-title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .home-faq-v2 .home-faq-title {
    width: 40%;
  }
}
.home-faq-v2 .home-faq-title .title {
  font-family: "utm-avo", sans-serif;
  background: linear-gradient(90deg, rgb(247, 0, 0) 0%, rgb(255, 119, 119) 50%, rgb(247, 0, 0) 100%);
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .home-faq-v2 .home-faq-title .title {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .home-faq-v2 .home-faq-title .title {
    font-size: 40px;
  }
}
.home-faq-v2 .home-faq-title .sapo {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.home-faq-v2 .faq-item {
  text-align: justify;
}
.home-faq-v2 .faq-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-faq-v2 .faq-item .faq-question {
  color: #000000;
  font-size: 16px;
}
.home-faq-v2 .faq-item .faq-item-body {
  color: #000000;
}
.home-faq-v2 .faq-item .plus {
  border: 2px solid #000000;
}
.home-faq-v2 .faq-item .plus::before, .home-faq-v2 .faq-item .plus::after {
  background: #000000;
}
.home-faq-v2 .btn-gardient-v2 {
  display: inline-block;
  width: auto;
  text-align: center;
  border: 0;
  cursor: pointer;
  outline: none;
}

.home-fanzone-v2 {
  position: relative;
  padding: 40px 0;
  background: #f8f8f8;
}
.home-fanzone-v2::before {
  content: "";
  position: absolute;
  top: 10.41vw;
  left: 56.38vw;
  width: 81.59vw;
  height: 49.16vw;
  max-width: 1175px;
  max-height: 708px;
  border-radius: 50%;
  transform: rotate(45deg);
  opacity: 0.15;
  background: #ff0000;
  filter: blur(199.9999847412px);
  display: none;
}
@media (min-width: 576px) {
  .home-fanzone-v2::before {
    display: block;
  }
}
@media (min-width: 992px) {
  .home-fanzone-v2 {
    padding: 60px 0 80px;
  }
}
.home-fanzone-v2 .home-fanzone-inner {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(49.9999961853px);
  box-shadow: 0px 3.81px 15.24px 0px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .home-fanzone-v2 .home-fanzone-inner {
    padding: 50px 30px;
  }
}
.home-fanzone-v2 .fanzone-title .title {
  font-family: "utm-avo", sans-serif;
  line-height: 1.4;
  background: linear-gradient(90deg, rgb(247, 0, 0) 0%, rgb(255, 119, 119) 50%, rgb(247, 0, 0) 100%);
  background-clip: text;
  color: transparent;
  text-transform: none;
  max-width: 100%;
  font-size: 28px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .home-fanzone-v2 .fanzone-title .title {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .home-fanzone-v2 .fanzone-title .title {
    font-size: 40px;
  }
}
.home-fanzone-v2 .fanzone-desc {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  max-width: 100%;
}
.home-fanzone-v2 .fanzone-desc .text-pc {
  display: none;
}
.home-fanzone-v2 .fanzone-desc .text-mb {
  display: block;
}
@media (min-width: 768px) {
  .home-fanzone-v2 .fanzone-desc .text-pc {
    display: block;
  }
  .home-fanzone-v2 .fanzone-desc .text-mb {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-fanzone-v2 .fanzone-desc {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .home-fanzone-v2 .fanzone-desc {
    font-size: 20px;
  }
}
.home-fanzone-v2 .fanzone-desc ul li {
  font-size: 16px;
  font-weight: 500;
}
.home-fanzone-v2 .fanzone-qoute {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.home-fanzone-v2 .fanzone-qoute ul {
  margin: 0;
}
.home-fanzone-v2 .fanzone-qoute ul li {
  font-weight: 500;
}
.home-fanzone-v2 .form-group .form-label {
  color: #000000;
}
.home-fanzone-v2 .form-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  background: rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.home-fanzone-v2 .form-group .form-control::placeholder {
  color: rgba(50, 50, 50, 0.75);
}
.home-fanzone-v2 .form-group .form-select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000000;
  background: rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.home-fanzone-v2 .home-fanzone-v2-btn {
  background: linear-gradient(90deg, rgb(255, 232, 175) 0%, rgb(255, 197, 51) 50%, rgb(255, 232, 175) 100%);
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .home-fanzone-v2 .home-fanzone-v2-btn {
    display: inline-block;
    width: auto;
  }
}
.home-fanzone-v2 .fanzone-cta-block {
  padding: 40px 10px;
}
@media (min-width: 576px) {
  .home-fanzone-v2 .fanzone-cta-block {
    padding: 50px 30px;
  }
}
.home-fanzone-v2 .fanzone-cta-block .cta-title {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .home-fanzone-v2 .fanzone-cta-block .cta-title {
    margin-bottom: 50px;
  }
}
.home-fanzone-v2 .fanzone-cta-block .cta-title .title {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media (min-width: 576px) {
  .home-fanzone-v2 .fanzone-cta-block .cta-title .title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .home-fanzone-v2 .fanzone-cta-block .cta-title .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .home-fanzone-v2 .fanzone-cta-block .cta-title .title {
    font-size: 32px;
  }
}
.home-fanzone-v2 .fanzone-cta-block .cta-btn {
  text-align: center;
}
.home-fanzone-v2 .fanzone-content {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .home-fanzone-v2 .fanzone-content {
    width: 40%;
    text-align: left;
  }
}
.home-fanzone-v2 .fanzone-form {
  flex: 1;
  text-align: justify;
}

.home-moment-v2-wrapper {
  position: relative;
  padding: 40px 0;
  background: linear-gradient(130deg, rgba(115, 115, 115, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.home-moment-v2-wrapper::before {
  content: "";
  position: absolute;
  top: 3.19vw;
  left: 59.93vw;
  width: 87.77vw;
  height: 51.59vw;
  border-radius: 50%;
  transform: rotate(45deg);
  opacity: 0.15;
  background: #ff0000;
  filter: blur(199.9999847412px);
  display: none;
}
@media (min-width: 576px) {
  .home-moment-v2-wrapper::before {
    display: block;
  }
}
@media (min-width: 992px) {
  .home-moment-v2-wrapper {
    padding: 90px 0;
  }
}
.home-moment-v2-wrapper .home-btc-v2 {
  position: relative;
  margin-bottom: 100px;
}
.home-moment-v2-wrapper .home-moment-head {
  margin-bottom: 40px;
  text-align: center;
}
.home-moment-v2-wrapper .home-moment-head .title {
  margin: 0;
  display: inline-block;
  font-family: "utm-avo", sans-serif;
  line-height: 1.4;
  font-size: 6.76vw;
  background: linear-gradient(90deg, rgb(247, 0, 0) 0%, rgb(255, 119, 119) 50%, rgb(247, 0, 0) 100%);
  background-clip: text;
  color: transparent;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home-moment-v2-wrapper .home-moment-head .title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .home-moment-v2-wrapper .home-moment-head .title {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .home-moment-v2-wrapper .home-moment-head .title {
    font-size: 42px;
  }
}
.home-moment-v2-wrapper .btc-block-body {
  max-width: 996px;
  margin: 0 auto;
}
.home-moment-v2-wrapper .btc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.home-moment-v2-wrapper .btc-list:not(:last-child) {
  margin-bottom: 16px;
}
.home-moment-v2-wrapper .btc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(13.7499990463px);
  flex: 0 0 auto;
  width: calc(50% - 8px);
  min-height: 88px;
}
@media (min-width: 576px) {
  .home-moment-v2-wrapper .btc-item {
    min-width: 225px;
    width: auto;
    padding: 20px;
  }
}
.home-moment-v2-wrapper .item-big {
  width: calc(50% - 8px);
  padding: 15px;
}
.home-moment-v2-wrapper .item-small {
  width: calc(50% - 8px);
  padding: 10px;
  min-width: unset;
}
@media (min-width: 768px) {
  .home-moment-v2-wrapper .item-small {
    width: calc(33.3333333333% - 10.6666666667px);
  }
}
@media (min-width: 992px) {
  .home-moment-v2-wrapper .item-small {
    width: calc(25% - 12px);
  }
}
.home-moment-v2-wrapper .gallery-block-body {
  position: relative;
  margin: 0 auto 80px;
}
@media (min-width: 576px) {
  .home-moment-v2-wrapper .gallery-block-body {
    margin: 0 auto 40px;
  }
}
.home-moment-v2-wrapper .gallery-block-body.hidden {
  display: none;
}
.home-moment-v2-wrapper .gallery-block-body .swiper {
  overflow: visible;
}
.home-moment-v2-wrapper .gallery-block-body .swiper-wrapper {
  overflow: visible;
}
.home-moment-v2-wrapper .gallery-block-body .swiper-slide {
  position: relative;
  max-width: 1020px;
}
.home-moment-v2-wrapper .gallery-block-body .swiper-slide .gallery-image {
  position: relative;
  transform: scale(0.95);
  transition: all 0.3s;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: block;
  overflow: hidden;
  border: 5px solid transparent;
}
.home-moment-v2-wrapper .gallery-block-body .swiper-slide .gallery-image img,
.home-moment-v2-wrapper .gallery-block-body .swiper-slide .gallery-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-moment-v2-wrapper .gallery-block-body .swiper-slide .gallery-image::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.home-moment-v2-wrapper .gallery-block-body .swiper-slide .gallery-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.home-moment-v2-wrapper .gallery-block-body .swiper-slide.swiper-slide-active .gallery-image {
  transform: scale(1);
  transition: all 0.3s;
  border: 5px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.25);
}
.home-moment-v2-wrapper .gallery-block-body .swiper-slide.swiper-slide-active .gallery-image::after {
  opacity: 0;
}
.home-moment-v2-wrapper .gallery-block-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
.home-moment-v2-wrapper .gallery-block-cta {
  color: #989898;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 10px;
  min-width: 283px;
  border-radius: 12px;
  border: 1px solid #dbba64;
  background: #ffffff;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
@media (min-width: 576px) {
  .home-moment-v2-wrapper .gallery-block-cta {
    font-size: 22px;
    padding: 20px;
  }
}
.home-moment-v2-wrapper .gallery-block-cta.active {
  background: linear-gradient(90deg, rgb(255, 232, 175) 0%, rgb(255, 197, 51) 50%, rgb(255, 232, 175) 100%);
  color: #000000;
}
.home-moment-v2-wrapper .gallery-block-cta.active:hover {
  animation: glowing 8s linear infinite;
  background-size: 400%;
}
.home-moment-v2-wrapper .custom-nav {
  position: relative;
  margin-top: 40px;
  left: 50%;
  width: 60px;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .home-moment-v2-wrapper .custom-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1020px;
    margin-top: 0;
  }
}
.home-moment-v2-wrapper .swiper-button-prev,
.home-moment-v2-wrapper .swiper-button-next {
  width: 36px;
  height: 36px;
  background: var(--white);
  border-radius: 50%;
}
.home-moment-v2-wrapper .swiper-button-prev img,
.home-moment-v2-wrapper .swiper-button-next img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(1%) saturate(3986%) hue-rotate(8deg) brightness(93%) contrast(74%);
}
@media (min-width: 992px) {
  .home-moment-v2-wrapper .swiper-button-prev,
  .home-moment-v2-wrapper .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.home-moment-v2-wrapper .swiper-button-prev::after,
.home-moment-v2-wrapper .swiper-button-next::after {
  display: none;
}
.home-moment-v2-wrapper .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
.home-moment-v2-wrapper .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}

.home-merch-v2-wrapper {
  position: relative;
  padding: 60px 0;
  background: #ffffff;
}
.home-merch-v2-wrapper .home-news-inner {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 3;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  overflow: hidden;
  z-index: 3;
}
.home-merch-v2-wrapper .news-main-item {
  padding: 24px 24px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .home-merch-v2-wrapper .news-main-item {
    padding: 30px 30px 0 30px;
  }
}
.home-merch-v2-wrapper .news-main-content {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .home-merch-v2-wrapper .news-main-content {
    width: calc(50% - 15px);
  }
}
.home-merch-v2-wrapper .news-main-content .category {
  font-family: "utm-avo", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  background: linear-gradient(90deg, rgb(247, 0, 0) 0%, rgb(255, 119, 119) 50%, rgb(247, 0, 0) 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 576px) {
  .home-merch-v2-wrapper .news-main-content .category {
    margin: 1rem 0;
  }
}
@media (min-width: 992px) {
  .home-merch-v2-wrapper .news-main-content .category {
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  .home-merch-v2-wrapper .news-main-content .category {
    font-size: 42px;
  }
}
.home-merch-v2-wrapper .news-main-content .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3333333333;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 0;
}
@media (min-width: 576px) {
  .home-merch-v2-wrapper .news-main-content .title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .home-merch-v2-wrapper .news-main-content .title {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .home-merch-v2-wrapper .news-main-content .title {
    font-size: 24px;
  }
}
.home-merch-v2-wrapper .news-main-content .news-main-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
.home-merch-v2-wrapper .news-main-content .cta-icon {
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(255, 232, 175) 0%, rgb(255, 197, 51) 50%, rgb(255, 232, 175) 100%);
  padding: 10px;
  flex: 0 0 auto;
  width: 36px;
}
@media (min-width: 1200px) {
  .home-merch-v2-wrapper .news-main-content .cta-icon {
    padding: 12px;
  }
}
@media (min-width: 1400px) {
  .home-merch-v2-wrapper .news-main-content .cta-icon {
    width: 48px;
  }
}
.home-merch-v2-wrapper .news-main-image {
  flex: 0 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.home-merch-v2-wrapper .news-main-image img,
.home-merch-v2-wrapper .news-main-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-merch-v2-wrapper .news-main-image::before {
  content: "";
  display: block;
  padding-bottom: 62.69%;
}
@media (min-width: 576px) {
  .home-merch-v2-wrapper .news-main-image {
    width: calc(50% - 15px);
  }
}
.home-merch-v2-wrapper #thumb .swiper {
  padding: 24px;
}
@media (min-width: 576px) {
  .home-merch-v2-wrapper #thumb .swiper {
    padding: 24px 30px;
  }
}
.home-merch-v2-wrapper #thumb .swiper-slide {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}
.home-merch-v2-wrapper .news-thumb-item {
  position: relative;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.home-merch-v2-wrapper .news-thumb-item img,
.home-merch-v2-wrapper .news-thumb-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-merch-v2-wrapper .news-thumb-item::before {
  content: "";
  display: block;
  padding-bottom: 62.69%;
}

.home-artist-v2-wrapper {
  position: relative;
  overflow: hidden;
}
.home-artist-v2-wrapper .home-artist-background {
  position: relative;
  position: relative;
  display: block;
  overflow: hidden;
}
.home-artist-v2-wrapper .home-artist-background img,
.home-artist-v2-wrapper .home-artist-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-artist-v2-wrapper .home-artist-background::before {
  content: "";
  display: block;
  padding-bottom: 192.3%;
}
.home-artist-v2-wrapper .home-artist-background .background-pc {
  display: none;
}
.home-artist-v2-wrapper .home-artist-background .background-mb {
  display: block;
}
@media (min-width: 576px) {
  .home-artist-v2-wrapper .home-artist-background {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .home-artist-v2-wrapper .home-artist-background img,
  .home-artist-v2-wrapper .home-artist-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .home-artist-v2-wrapper .home-artist-background::before {
    content: "";
    display: block;
    padding-bottom: 56.73%;
  }
  .home-artist-v2-wrapper .home-artist-background .background-pc {
    display: block;
  }
  .home-artist-v2-wrapper .home-artist-background .background-mb {
    display: none;
  }
}
.home-artist-v2-wrapper .home-artist-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 30.94vw;
  background: linear-gradient(0deg, rgba(114, 0, 1, 0) 0%, rgb(114, 0, 1) 100%);
  text-align: center;
}
@media (min-width: 576px) {
  .home-artist-v2-wrapper .home-artist-head {
    min-height: 14.23vw;
  }
}
.home-artist-v2-wrapper .home-artist-head .title {
  padding-top: 10.23vw;
  padding-bottom: 5.5vw;
  font-weight: 700;
  font-family: "utm-avo", sans-serif;
  font-size: 28px;
  line-height: 1.4;
  background: linear-gradient(90deg, rgb(255, 232, 175) 0%, rgb(255, 197, 51) 50%, rgb(255, 232, 175) 100%);
  margin: 0;
  background-clip: text;
  color: transparent;
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .home-artist-v2-wrapper .home-artist-head .title {
    padding-top: 4.1vw;
    padding-bottom: 5.5vw;
  }
}
@media (min-width: 992px) {
  .home-artist-v2-wrapper .home-artist-head .title {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .home-artist-v2-wrapper .home-artist-head .title {
    font-size: 42px;
  }
}
.home-artist-v2-wrapper .home-artist-body {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.home-artist-v2-wrapper .home-artist-body span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5vw;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 390px) {
  .home-artist-v2-wrapper .home-artist-body span {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .home-artist-v2-wrapper .home-artist-body span {
    font-size: 8px;
  }
}
@media (min-width: 992px) {
  .home-artist-v2-wrapper .home-artist-body span {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .home-artist-v2-wrapper .home-artist-body span {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .home-artist-v2-wrapper .home-artist-body span {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .home-artist-v2-wrapper .home-artist-body {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .home-artist-v2-wrapper .home-artist-body {
    padding-bottom: 5.5vw;
  }
}
.home-artist-v2-wrapper .artist-top {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}
.home-artist-v2-wrapper .artist-top > span {
  position: relative;
}
.home-artist-v2-wrapper .artist-top > span:not(:last-child)::before {
  content: "";
  position: absolute;
  background: #ffffff;
  top: 50%;
  right: 0;
  left: unset;
  width: 1px;
  height: 55%;
  transform: translateX(5px) translateY(-50%);
}
@media (min-width: 768px) {
  .home-artist-v2-wrapper .artist-top {
    margin-bottom: 5px;
  }
}
.home-artist-v2-wrapper .line {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
}
.home-artist-v2-wrapper .line:not(:last-child) {
  margin-bottom: 5px;
}
.home-artist-v2-wrapper .line span {
  position: relative;
}
.home-artist-v2-wrapper .line span:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: unset;
  width: 1px;
  height: 55%;
  transform: translateX(5px) translateY(-50%);
  background: #ffffff;
}

.home-qd-v2-wrapper {
  position: relative;
}
.home-qd-v2-wrapper .home-qd-background {
  position: relative;
  position: relative;
  display: block;
  overflow: hidden;
}
.home-qd-v2-wrapper .home-qd-background img,
.home-qd-v2-wrapper .home-qd-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.home-qd-v2-wrapper .home-qd-background::before {
  content: "";
  display: block;
  padding-bottom: 98.46%;
}
.home-qd-v2-wrapper .home-qd-background .background-pc {
  display: none;
}
.home-qd-v2-wrapper .home-qd-background .background-mb {
  display: block;
}
@media (min-width: 576px) {
  .home-qd-v2-wrapper .home-qd-background {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .home-qd-v2-wrapper .home-qd-background img,
  .home-qd-v2-wrapper .home-qd-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
  }
  .home-qd-v2-wrapper .home-qd-background::before {
    content: "";
    display: block;
    padding-bottom: 62.63%;
  }
  .home-qd-v2-wrapper .home-qd-background .background-pc {
    display: block;
  }
  .home-qd-v2-wrapper .home-qd-background .background-mb {
    display: none;
  }
}
.home-qd-v2-wrapper .home-qd-v2-content {
  position: absolute;
  bottom: 11.59vw;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .home-qd-v2-wrapper .home-qd-v2-content {
    bottom: 3.1vw;
  }
}
.home-qd-v2-wrapper .home-qd-v2-content.content-pc {
  display: none;
}
.home-qd-v2-wrapper .home-qd-v2-content.content-mb {
  display: block;
}
.home-qd-v2-wrapper .home-qd-v2-content .title {
  font-family: "utm-avo", sans-serif;
  font-weight: 700;
  font-size: 5.7vw;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(255, 232, 175) 0%, rgb(255, 197, 51) 50%, rgb(255, 232, 175) 100%);
  margin: 0;
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .home-qd-v2-wrapper .home-qd-v2-content .title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .home-qd-v2-wrapper .home-qd-v2-content .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .home-qd-v2-wrapper .home-qd-v2-content .title {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  .home-qd-v2-wrapper .home-qd-v2-content .title {
    font-size: 42px;
  }
}
.home-qd-v2-wrapper .home-qd-v2-content .sapo {
  font-size: 3.6vw;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 576px) {
  .home-qd-v2-wrapper .home-qd-v2-content .sapo {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .home-qd-v2-wrapper .home-qd-v2-content .sapo {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .home-qd-v2-wrapper .home-qd-v2-content .sapo {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .home-qd-v2-wrapper .home-qd-v2-content .sapo {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  .home-qd-v2-wrapper .home-qd-v2-content.content-pc {
    display: block;
  }
  .home-qd-v2-wrapper .home-qd-v2-content.content-mb {
    display: none;
  }
}

.home-banner-v2-wrapper {
  height: auto;
  display: block;
}
.home-banner-v2-wrapper .home-banner-video {
  height: 100vh;
  position: relative;
}
@media (min-width: 992px) {
  .home-banner-v2-wrapper .home-banner-video {
    height: auto;
  }
}
.home-banner-v2-wrapper .home-banner-bottom {
  background: linear-gradient(180deg, rgb(55, 0, 0) 0%, rgb(216, 0, 0) 100%);
}
@media (min-width: 992px) {
  .home-banner-v2-wrapper .home-banner-bottom {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .home-banner-v2-wrapper {
    background: transparent;
    height: 100vh;
    display: flex;
  }
}

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