@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";

.fz1 {
  font-size: 1px;
}

.fz2 {
  font-size: 2px;
}

.fz3 {
  font-size: 3px;
}

.fz4 {
  font-size: 4px;
}

.fz5 {
  font-size: 5px;
}

.fz6 {
  font-size: 6px;
}

.fz7 {
  font-size: 7px;
}

.fz8 {
  font-size: 8px;
}

.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

.fz31 {
  font-size: 31px;
}

.fz32 {
  font-size: 32px;
}

.fz33 {
  font-size: 33px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz36 {
  font-size: 36px;
}

.fz37 {
  font-size: 37px;
}

.fz38 {
  font-size: 38px;
}

.fz39 {
  font-size: 39px;
}

.fz40 {
  font-size: 40px;
}

@font-face {
  font-family: "HelveticaNeue";
  font-style: normal;
  font-weight: 600;
  src: url("~/assets/fonts/HelveticaNeue.eot?") format("eot"),
    url("~/assets/fonts/HelveticaNeue.woff2") format("woff2"),
    url("~/assets/fonts/HelveticaNeue.woff") format("woff"),
    url("~/assets/fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-display: swap;
}

a {
  color: #fff;
  text-decoration: none !important;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

button,
input,
optgroup,
select,
textarea,
.v-application {
  font-family: "Montserrat", sans-serif !important;
}

button {
  border: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

* {
  outline: none !important;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-spacing: 1px;
}

input::-moz-placeholder {
  color: #fff !important;
}

input:-ms-input-placeholder {
  color: #fff !important;
}

input::placeholder {
  color: #fff !important;
}

input:-ms-input-placeholder {
  color: #fff !important;
}

input::-ms-input-placeholder {
  color: #fff !important;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 20px;
  border: 3px solid rgba(0, 0, 0, 0.5);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
  box-sizing: border-box;
}

button {
  border: 0;
  background: rgba(0, 0, 0, 0);
}

html {
  padding: env(safe-area-inset);
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  color: #fff;
  line-height: 1.7;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #080e33 0%, #381e58 46%, #272c5d 100%) 0% 0% no-repeat padding-box;
  margin: 0;
}

@media only screen and (max-width: 1400px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1264px) {
  body {
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 12px;
  }
}

.px-4 {
  padding: 0 16px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.normal {
  font-weight: normal;
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 800;
}

.blackbold {
  font-weight: 900;
}

.helvetica {
  font-family: "HelveticaNeue", sans-serif;
}

.colorWhite {
  color: #fff;
}

.colorBlack {
  color: #000;
}

.colorGray {
  color: #a8b3c1;
}

.colorRed {
  color: #eb3b46;
}

.colorRed2 {
  color: #eb3b46;
}

.colorRed2 {
  color: #eb3b46;
}

.colorRed2--text {
  color: #eb3b46;
}

.colorRuby {
  color: #dcf6f6;
}

.bgGray {
  background-color: #f2f2f2;
}

.bgWhite {
  background-color: #fff;
}

.bgOcean {
  background-color: #282a5c;
}

.bgNav {
  background: rgba(34, 23, 88, 0.25);
}

.hr {
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}

.nowrap {
  white-space: nowrap;
}

.text-elipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.text-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cursor-hands {
  cursor: pointer;
}

.list {
  width: 100%;
  padding-left: 0 !important;
}

.list li {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: white;
  margin-bottom: 16px;
  white-space: normal;
  cursor: pointer;
}

.list li:first-child {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 990px) {
  .list li:first-child {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 990px) {
  .list li:first-child {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 960px) {
  .list li {
    font-size: 15px !important;
    margin-bottom: 8px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #282a5c inset;
}

.description {
  color: #fff;
}

.description * {
  line-height: 28px;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: 10;
}

.overlay.white {
  background: #fff;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fake-expansion-panel:first-child {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}

.NuxtLogo {
  -webkit-animation: 1s appear;
  animation: 1s appear;
  margin: auto;
}

.NuxtLogo.footer-logo {
  width: 105px;
  margin-bottom: 180px;
}

.NuxtLogo.header-logo {
  width: 60px;
}

.NuxtLogo.landing-logo {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 1904px) {
  .NuxtLogo.landing-logo {
    width: 125px;
  }
}

@media only screen and (max-width: 1400px) {
  .NuxtLogo.header-logo {
    width: 60px;
  }
}

@media only screen and (max-width: 1264px) {
  .NuxtLogo.footer-logo {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 960px) {
  .NuxtLogo.header-logo {
    width: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .NuxtLogo.footer-logo {
    width: 78px;
    margin-bottom: 140px;
  }
}

.customLayout .v-menu__content {
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: -3px;
  border-radius: 0;
}

.customLayout .v-navigation-drawer {
  position: fixed !important;
  top: 59.1px !important;
  z-index: 101;
}

.customLayout .v-dialog {
  border-radius: 12px;
}

.customLayout .v-input {
  font-size: 15px;
}

.customLayout .v-input input {
  max-height: 23px;
}

.customLayout .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
  font-size: 13px;
}

.customLayout .theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #eb3b46;
  min-height: 42px;
}

.customLayout .theme--light.v-text-field i.v-icon {
  font-size: 15px;
}

.customLayout .theme--light.v-text-field .v-label {
  color: #a8b3c1;
}

.customLayout .theme--light.v-text-field.v-input--is-focused .v-icon {
  color: #a8b3c1 !important;
}

.customLayout .theme--light.v-input input,
.customLayout .theme--light.v-input textarea {
  color: #fff;
}

.customLayout .theme--light.v-input::-webkit-input-placeholder {
  color: #a8b3c1 !important;
}

.customLayout .theme--light.v-input:-moz-placeholder {
  color: #a8b3c1 !important;
}

.customLayout .theme--light.v-input::-moz-placeholder {
  color: #a8b3c1 !important;
}

.customLayout .theme--light.v-input:-ms-input-placeholder {
  color: #a8b3c1 !important;
}

.customLayout .theme--light.v-input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}

.customLayout .theme--light.v-input:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}

.customLayout .theme--light.v-input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}

.customLayout .theme--light.v-input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}

.customLayout .theme--light.v-input--selection-controls .v-input__slot>.v-label,
.customLayout .theme--light.v-input--selection-controls .v-radio>.v-label {
  color: #fff;
}

.customLayout .theme--light.v-icon {
  color: #a8b3c1;
}

.customLayout .theme--light.v-tabs-items,
.customLayout .theme--light.v-list,
.customLayout .theme--light.v-application {
  background-color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
}

.customLayout .theme--light.v-label {
  color: inherit;
}

.customLayout .theme--light.v-tabs .v-tabs-bar {
  background-color: rgba(0, 0, 0, 0) !important;
}

.customLayout .theme--light.v-pagination .v-pagination__item {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.customLayout .theme--light.v-pagination .v-pagination__item--active {
  background-color: #fff !important;
  color: #eb3b46 !important;
}

.customLayout .theme--light.v-pagination .v-pagination__navigation {
  background-color: rgba(0, 0, 0, 0) !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.customLayout .theme--light.v-pagination .v-pagination__navigation .v-icon {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5) !important;
}

.customLayout .v-messages {
  font-size: 13px;
}

.customLayout .v-messages.is-error {
  color: #eb3b46;
}

.customLayout .container--fluid {
  max-width: 1490px;
  margin: 0 auto;
}

@media only screen and (min-width: 1904px) {
  .customLayout .container--fluid {
    max-width: 1750px;
  }
}

@media only screen and (max-width: 1400px) {
  .customLayout .container--fluid {
    max-width: 1240px;
  }
}

@media only screen and (max-width: 600px) {
  .customLayout .theme--light.v-pagination .v-pagination__item {
    font-size: 13px;
    width: 34px;
    height: 34px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .customLayout .theme--light.v-pagination .v-pagination__item--active {
    background-color: #fff !important;
    color: #eb3b46 !important;
  }

  .customLayout .theme--light.v-pagination .v-pagination__navigation .v-icon {
    font-size: 24px;
  }
}

.bgOval {
  position: relative;
}

.bgOval::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15%;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg,
      rgba(49, 52, 123, 0.8) 10%,
      rgba(49, 52, 123, 0.05) 20%,
      rgba(49, 52, 123, 0) 100%);
  -webkit-clip-path: ellipse(90% 50% at 50% 50%);
  clip-path: ellipse(90% 50% at 50% 50%);
  width: 130%;
  height: 2000px;
  z-index: -1;
}

.bgOval--sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15%;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg,
      rgba(49, 52, 123, 0.8) 0%,
      rgba(49, 52, 123, 0.05) 12%,
      rgba(49, 52, 123, 0) 100%);
  -webkit-clip-path: ellipse(90% 50% at 50% 50%);
  clip-path: ellipse(90% 50% at 50% 50%);
  width: 130%;
  height: 2000px;
  z-index: -1;
}

.bgOval--up {
  padding-top: 100px;
  overflow: hidden;
}

.bgOval--up::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg,
      rgba(49, 52, 123, 0) 0%,
      rgba(49, 52, 123, 0.05) 12%,
      rgba(49, 52, 123, 0.8) 100%);
  -webkit-clip-path: ellipse(90% 50% at 50% 50%);
  clip-path: ellipse(90% 50% at 50% 50%);
  width: 130%;
  height: 2000px;
  z-index: -1;
}

@media only screen and (max-width: 960px) {
  .bgOval:after {
    display: none;
  }

  .bgOval--up {
    padding-top: 30px;
  }

  .bgOval--up:after {
    display: block;
    -webkit-clip-path: none;
    -khtml-clip-path: none;
    -moz-clip-path: none;
    -ms-clip-path: none;
    -o-clip-path: none;
    clip-path: none;
    background: #31347b;
  }
}

.col-12-custom {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 12px;
}

@media only screen and (min-width: 1264px) {
  .col-lg-3-custom {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-lg-9-custom {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media only screen and (max-width: 1904px) {
  .col-lg-3-custom {
    padding-bottom: 12px;
  }

  .col-lg-9-custom {
    padding-bottom: 12px;
  }
}

.btn__join {
  padding: 5px 10px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 17px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ede1e1 0%, #eb3b46 100%);
  border: 0;
  border-radius: 12px;
  max-width: 105px;
  width: 100%;
}

.btn__join:hover {
  color: #fff;
}

.btn--default {
  padding: 8px 18px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  background: #eb3b46;
  border: 0;
  border-radius: 12px;
}

.btn--default:hover {
  color: #fff;
  background: #eb3b46;
}

.btn--comment {
  padding: 8px 18px;
  text-align: center;
  color: #a8b3c1;
  font-weight: 700;
  font-size: 15px;
  background: #31347b;
  border: 0;
  border-radius: 12px;
}

.btn--search {
  border-radius: 50%;
  background-color: #fff;
  width: 38px;
  height: 38px;
}

.btn--search img {
  width: 38px;
  height: 38px;
}

.btn__dropdown {
  border: 1px solid #eb3b46;
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  color: #fff !important;
  font-weight: 900;
  padding: 5px 16px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
}

.btn__dropdown .v-select__selection,
.btn__dropdown .v-icon {
  color: #fff !important;
}

.btn__dropdown[aria-expanded="true"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid;
}

.btn__dropdown[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.btn__dropdown>span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn__dropdown:hover,
.btn__dropdown:focus {
  border-color: #eb3b46;
  background-color: rgba(0, 0, 0, 0);
}

.btn__dropdown--custom {
  font-weight: 500;
}

.btn__dropdown--user {
  font-weight: normal;
  font-size: 15px;
  padding: 8px 16px;
}

.btn__search-panel {
  border: 1px solid #eb3b46;
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  max-width: 556px;
  margin: 0 auto 60px;
}

.btn__search-panel[aria-expanded="true"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid;
  background: #282a5c;
}

.btn__search-panel[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.btn__search-panel strong {
  font-weight: normal;
  color: #a8b3c1;
}

.btn__search-panel:hover,
.btn__search-panel:focus {
  border-color: #eb3b46;
}

.btn__faq-search {
  border: 1px solid #eb3b46;
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  color: #fff !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  max-width: 556px !important;
  margin: 0 auto 60px;
}

.btn__faq-search[aria-expanded="true"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid;
  background: #282a5c;
}

.btn__faq-search[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.btn__faq-search strong {
  font-weight: normal;
  color: #a8b3c1;
}

.btn__faq-search.v-input {
  font-size: 13px;
}

.btn__faq-search input {
  color: #a8b3c1 !important;
  padding: 0px !important;
}

.btn__faq-search input::-moz-placeholder {
  color: #a8b3c1 !important;
}

.btn__faq-search input:-ms-input-placeholder {
  color: #a8b3c1 !important;
}

.btn__faq-search input::placeholder {
  color: #a8b3c1 !important;
}

.btn__faq-search .v-input__slot {
  padding: 0px !important;
}

.btn__faq-search .v-input__append-inner {
  margin-top: 0px !important;
}

.btn__faq-search .v-input__append-inner img {
  height: 20px;
}

.btn__faq-search:hover,
.btn__faq-search:focus {
  border-color: #eb3b46;
}

.btn__info {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
  color: #a8b3c1 !important;
  border: 0;
  padding: 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-height: 24px;
}

.btn__info img {
  width: 26px;
  height: 17px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: block;
  margin-right: 5px;
}

.btn__info--added {
  text-align: right;
}

.btn__info--add-list {
  max-width: 100px;
}

.btn__info--add-list img {
  margin-left: 23px;
}

.btn__info--add-list strong {
  font-weight: normal;
  margin-right: 12px;
}

.btn__info--add-list .text {
  text-align: right;
}

.btn__info--download {
  color: #fff !important;
}

.btn__info--download .icon-download {
  -webkit-mask-image: url("~assets/img/ic_download.svg");
  -khtml-mask-image: url("~assets/img/ic_download.svg");
  -moz-mask-image: url("~assets/img/ic_download.svg");
  -ms-mask-image: url("~assets/img/ic_download.svg");
  -o-mask-image: url("~assets/img/ic_download.svg");
  mask-image: url("~assets/img/ic_download.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background: #fff;
  margin-right: 10px;
}

.btn__info--download .icon-download-2 {
  -webkit-mask-image: url("~assets/img/ic_download.svg");
  -khtml-mask-image: url("~assets/img/ic_download.svg");
  -moz-mask-image: url("~assets/img/ic_download.svg");
  -ms-mask-image: url("~assets/img/ic_download.svg");
  -o-mask-image: url("~assets/img/ic_download.svg");
  mask-image: url("~assets/img/ic_download.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 20px;
  height: 16px;
  background: #fff;
  margin-right: 10px;
}

.btn__info--download:hover {
  color: #eb3b46 !important;
}

.btn__info--download:hover .icon-download,
.btn__info--download:hover .icon-download-2 {
  background: #eb3b46;
}

.btn__info--custom2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.btn__info--custom2 img {
  width: 60px;
  height: 60px;
}

.btn__info--custom2 img.ic-caret {
  width: 30px;
  height: 15px;
  margin-right: 0;
  margin-top: 3px;
  margin-left: 20px;
}

.btn__info--custom3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.btn__info--custom3 img.ic-caret {
  width: 30px;
  height: 15px;
  margin-right: 0;
  margin-top: 3px;
  margin-left: 20px;
  transform: rotate(90deg);
}

.btn__info:hover,
.btn__info:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.btn__trailer {
  background-color: #31347b;
  font-weight: 500;
  font-size: 17px;
  border: 0;
  border-radius: 8px;
  padding: 10px 23px 10px 13px;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-self: start;
  min-height: 24px;
}

.btn__trailer img {
  width: 22px;
  height: 22px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: block;
  margin-left: 20px;
}

.btn__trailer:hover,
.btn__trailer:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: #282a5c;
}

.btn__email {
  border: 0;
  background-color: #eb3b46;
  font-size: 15px;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 12px;
  height: 38px;
}

.btn__email:hover,
.btn__email:focus {
  border: 0;
  background-color: #eb3b46;
}

.btn__main {
  max-width: 270px;
  width: 100%;
  min-height: 47px;
  padding: 5px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-radius: 12px;
  text-transform: uppercase;
  color: #000 !important;
}

.btn__main--gradient {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ede1e1 0%, #eb3b46 100%);
}

.btn__main--gray {
  background: #a8b3c1;
}

.btn__invs {
  padding: 20px 34px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.15);
  font-size: 15px;
}

.btn__invs.active {
  border-color: #eb3b46;
}

.btn__filter {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.btn__filter .ic-filter {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("~/assets/img/ic_filter.svg");
  -khtml-mask-image: url("~/assets/img/ic_filter.svg");
  -moz-mask-image: url("~/assets/img/ic_filter.svg");
  -ms-mask-image: url("~/assets/img/ic_filter.svg");
  -o-mask-image: url("~/assets/img/ic_filter.svg");
  mask-image: url("~/assets/img/ic_filter.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}

.btn__filter .filter-num {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 5px;
}

.btn__filter-board {
  width: 50%;
  padding: 14px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
  color: #000;
  background-color: #a8b3c1;
}

.btn__filter-board--red {
  background-color: #eb3b46;
  color: #fff;
}

.btn__border {
  text-transform: uppercase;
  border: 2px solid #00f8ff;
  padding: 10px 16px;
  color: #00f8ff !important;
  font-size: 17px;
  font-weight: 500;
  border-radius: 12px;
}

.btn__border--red {
  color: #eb3b46 !important;
  border-color: #eb3b46;
}

.btn__user-delete {
  font-size: 14px;
  font-weight: 600;
  border-radius: 15px;
  padding: 8px 12px;
  background: #a8b3c1;
  text-transform: uppercase;
}

.btn__remove {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.btn__remove .icon-close {
  width: 10px;
  height: 10px;
  -webkit-mask-image: url("~assets/img/ic_close.svg");
  -khtml-mask-image: url("~assets/img/ic_close.svg");
  -moz-mask-image: url("~assets/img/ic_close.svg");
  -ms-mask-image: url("~assets/img/ic_close.svg");
  -o-mask-image: url("~assets/img/ic_close.svg");
  mask-image: url("~assets/img/ic_close.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #a8b3c1;
}

.btn__remove:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1904px) {
  .btn {
    max-width: 220px;
  }

  .btn__user-delete {
    font-size: 16px;
  }

  .btn__remove {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1400px) {
  .btn--default {
    font-size: 15px;
    padding: 8px 14px;
  }

  .btn__dropdown {
    font-size: 13px;
    padding: 5px 16px;
    text-overflow: ellipsis;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .btn__search-panel {
    margin-bottom: 30px;
    font-size: 13px;
    padding: 8px 16px;
  }

  .btn__filter-board {
    padding: 8px 14px;
    font-size: 16px;
  }

  .btn__filter-board--red {
    background-color: #eb3b46;
    color: #fff;
  }
}

@media only screen and (max-width: 1264px) {
  .btn--default.mb span {
    padding: 0 16px;
  }

  .btn--default span {
    padding: 0;
  }

  .btn__trailer {
    align-items: center;
  }

  .btn__mb-search i {
    font-size: 25px;
  }
}

@media only screen and (max-width: 960px) {
  .btn__dropdown {
    font-size: 13px;
  }

  .btn--search {
    width: 38px;
    height: 38px;
  }

  .btn__filter {
    font-size: 15px;
  }

  .btn__filter .ic-filter {
    width: 20px;
    height: 20px;
  }

  .btn__info--custom2 img {
    width: 40px;
    height: 40px;
  }

  .btn__info--custom2 img.ic-caret {
    width: 24px;
    height: 8px;
    margin-right: 0;
    margin-top: 3px;
    margin-left: 20px;
  }

  .btn__info--custom3 img.ic-caret {
    width: 24px;
    height: 8px;
    margin-right: 0;
    margin-top: 3px;
    margin-left: 20px;
  }

  .btn__join {
    padding: 10px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .btn__join {
    font-size: 13px;
    margin-top: 10px;
  }
}

.input__search {
  max-width: 384px;
  width: 100%;
  border: 1px solid #eb3b46;
  border-radius: 8px;
  border-color: #eb3b46;
  min-height: 37px;
  display: flex;
}

.input__search input {
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 0;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
}

.input__search img {
  padding-right: 18px;
  width: 37px;
}

.input__location input {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 12px;
  line-height: 1 !important;
  height: 23px !important;
  color: #fff !important;
}

.input__location.v-text-field--rounded>.v-input__control>.v-input__slot {
  padding: 0 !important;
}

.input__location::-webkit-input-placeholder {
  color: #a8b3c1;
}

.input__location:-moz-placeholder {
  color: #a8b3c1;
}

.input__location::-moz-placeholder {
  color: #a8b3c1;
}

.input__location:-ms-input-placeholder {
  color: #a8b3c1;
}

.input__location:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}

.input__location:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}

.input__location:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}

.input__location:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}

@media only screen and (min-width: 1904px) {
  .input__location {
    font-size: 15px;
  }
}

.input__email {
  flex: 0 0 248px;
  border: 1px solid #eb3b46;
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  color: #fff !important;
  font-weight: normal;
  padding: 12px 20px;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 38px;
}

@media only screen and (max-width: 1264px) {
  .input__email {
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}

.comment__user {
  color: #a8b3c1;
  margin-right: 25px;
  min-width: 100px;
  word-break: break-all;
}

.comment__user strong {
  font-weight: 900;
  color: #89d2ff;
}

.comment__content {
  width: 100%;
}

.comment__content p {
  margin-top: 0;
}

.comment__content a {
  color: #eb3b46;
}

.comment__control {
  display: flex;
  align-items: center;
}

.comment__control button {
  color: #a8b3c1;
  margin-right: 30px;
  cursor: pointer;
}

.comment__like {
  display: flex;
  align-items: center;
  color: #a8b3c1;
  font-size: 15px;
}

.comment__like span {
  margin-right: 10px;
}

.comment__replies {
  margin-top: 30px;
  display: flex;
}

.comment__reply-button .icon-caret-up {
  transform: rotateX(180deg);
}

.comment__reply-button.open .icon-caret-up {
  transform: rotateX(0deg);
}

@media only screen and (max-width: 600px) {
  .comment {
    display: block;
    margin-bottom: 20px;
  }

  .comment__user {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .comment__replies {
    display: block;
    margin-top: 0;
    padding-left: 40px;
  }

  .comment__like .icon-like {
    width: 16px;
    height: 16px;
  }

  .comment__reply-button {
    display: inline-flex;
    align-items: center;
  }

  .comment__reply-button .icon-caret-up {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
}

.icon-like {
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-mask-image: url("~assets/img/ic_like.svg");
  -khtml-mask-image: url("~assets/img/ic_like.svg");
  -moz-mask-image: url("~assets/img/ic_like.svg");
  -ms-mask-image: url("~assets/img/ic_like.svg");
  -o-mask-image: url("~assets/img/ic_like.svg");
  mask-image: url("~assets/img/ic_like.svg");
  -webkit-mask-size: cover;
  -khtml-mask-size: cover;
  -moz-mask-size: cover;
  -ms-mask-size: cover;
  -o-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #a8b3c1;
}

.icon-like.red {
  -webkit-mask-image: url("~assets/img/ic_like_red.svg");
  -khtml-mask-image: url("~assets/img/ic_like_red.svg");
  -moz-mask-image: url("~assets/img/ic_like_red.svg");
  -ms-mask-image: url("~assets/img/ic_like_red.svg");
  -o-mask-image: url("~assets/img/ic_like_red.svg");
  mask-image: url("~assets/img/ic_like_red.svg");
  -webkit-mask-size: cover;
  -khtml-mask-size: cover;
  -moz-mask-size: cover;
  -ms-mask-size: cover;
  -o-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.icon-caret-up {
  display: inline-block;
  width: 24px;
  height: 15px;
  -webkit-mask-image: url("~assets/img/ic_caret_up.svg");
  -khtml-mask-image: url("~assets/img/ic_caret_up.svg");
  -moz-mask-image: url("~assets/img/ic_caret_up.svg");
  -ms-mask-image: url("~assets/img/ic_caret_up.svg");
  -o-mask-image: url("~assets/img/ic_caret_up.svg");
  mask-image: url("~assets/img/ic_caret_up.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #a8b3c1;
}

.input__comment {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.input__comment textarea {
  border-radius: 12px;
  font-size: 15px;
  line-height: 24px;
  border: 1px solid #a8b3c1;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 24px;
  color: #fff;
  width: 100%;
}

.input__comment textarea:focus,
.input__comment textarea:hover {
  border-color: #eb3b46;
}

.input__comment .username {
  font-size: 15px;
  line-height: 30px;
  font-weight: 900;
  color: #89d2ff;
  margin-right: 10px;
  max-width: 150px;
  word-break: break-all;
  flex: 0 0 150px;
}

.input__comment button {
  display: block;
}

.input__comment-edit {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.input__comment-edit textarea {
  border-radius: 12px;
  font-size: 15px;
  line-height: 24px;
  border: 1px solid #a8b3c1;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 24px;
  color: #fff;
  width: 100%;
  max-width: 350px;
}

.input__comment-edit textarea:focus,
.input__comment-edit textarea:hover {
  border-color: #eb3b46;
}

.input__comment-edit .username {
  font-size: 15px;
  line-height: 30px;
  font-weight: 900;
  color: #89d2ff;
  margin-right: 10px;
  max-width: 150px;
  word-break: break-all;
  flex: 0 0 150px;
}

.input__comment-edit button {
  display: block;
  margin-left: 30px;
}

@media only screen and (max-width: 600px) {
  .input__comment {
    display: block;
  }

  .input__comment .username {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .input__comment textarea {
    margin-bottom: 10px;
  }
}

.group__button-comment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.group__button-comment button {
  margin-left: 30px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
  background-color: #282a5c;
}

.header.open {
  z-index: 9999;
}

.header__mb {
  width: 100%;
  padding: 5px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  padding: 0 85px;
}

@media only screen and (max-width: 1500px) {
  .header__wrapper {
    padding: 0 55px;
  }
}


@media only screen and (max-width: 1090px) {
  .header__wrapper {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 700px) {
  .header__wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 500px) {
  .header__wrapper {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1904px) {
  .header .fz17 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .header__wrapper {
    max-width: 1240px;
  }

  .header__wrapper .fz17 {
    font-size: 15px;
  }

  .header__wrapper .btn__join {
    font-size: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .header__wrapper {
    grid-template-columns: 1fr;
  }
}

.static-hold {
  height: 60px;
}

@media only screen and (max-width: 960px) {
  .static-hold {
    height: 60px;
  }
}

.show-flex-desk {
  display: flex !important;
}

.show-desk {
  display: block !important;
}

.hide-desk {
  display: none !important;
}

.hide-flex-desk {
  display: none !important;
}

@media only screen and (max-width: 1130px) {
  .header__wrapper {
    display: block;
  }

  .show-desk,
  .show-flex-desk {
    display: none !important;
  }

  .hide-desk {
    display: block !important;
  }

  .hide-flex-desk {
    display: flex !important;
  }
}

.menubar__ul {
  display: flex;
  align-items: center;
  height: 60px;
}

.logo__wrapper {
  height: 45.4px;
  margin-right: 87px;
}

@media only screen and (max-width: 1400px) {
  .logo__wrapper {
    margin-right: 40px;
  }
}

.menubar__li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700 !important;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 20px 20px;
  position: relative;
}

@media only screen and (min-width: 1680px) {
  .menubar__li {
    font-size: 17px;
  }
}

.menubar__li.is-active {
  border-color: #a8b3c1;
  color: #eb3b46;
}

.header__nav {
  display: flex;
  flex-direction: row;
  gap: 47px;
}

@media only screen and (max-width: 1400px) {
  .header__nav {
    gap: 20px;
  }
}

@media only screen and (max-width: 1130px) {
  .header__nav {
    gap: 30px;
  }
}

.menubar__submenu {
  position: fixed;
  left: 0;
  top: 67px;
  z-index: 99;
  width: 100vw;
  height: auto;
  overflow-y: auto;
  background-color: #282a5c;
  padding: 20px 16px 30px;
  color: #fff;
  text-transform: capitalize;
  display: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.menubar__submenu label {
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
}

.menubar__submenu.on-hover {
  display: block;
}

.menubar__label {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-auto-rows: 1fr;
}

@media only screen and (max-width: 1300px) {
  .menubar__label {
    grid-template-columns: 196px 1fr;
  }
}

@media only screen and (max-width: 1904px) {
  .menubar__label {
    grid-template-columns: 223px 1fr;
  }
}

@media only screen and (max-width: 1400px) {
  .menubar__label {
    grid-template-columns: 180px 1fr;
  }
}

.menubar__tabs .v-tabs--vertical>.v-tabs-bar {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-auto-rows: 1fr;
}

.menubar__tabs .v-tabs-slider-wrapper {
  display: none;
}

.menubar__tabs .v-tab {
  font-size: 17px;
  font-weight: 600;
  justify-content: flex-start;
  color: #fff !important;
  padding: 0 16px;
  margin-right: 86px;
  text-transform: capitalize;
}

.menubar__tabs .v-tab--active:before {
  opacity: 1 !important;
  background-color: #31347b;
  z-index: -1;
}

.menubar__tabs .v-tabs>.v-tabs-bar {
  background-color: #282a5c !important;
}

@media only screen and (max-width: 1904px) {
  .menubar__tabs .v-tabs--vertical>.v-tabs-bar {
    grid-template-columns: 223px 1fr;
  }
}

@media only screen and (max-width: 1400px) {
  .menubar__tabs .v-tabs--vertical>.v-tabs-bar {
    grid-template-columns: 180px 1fr;
  }
}

.menubar__city {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 30px;
}

.menubar__city--category {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.menubar__cityitem {
  background-repeat: none;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.menubar__cityitem:after {
  content: "";
  float: left;
  padding-top: 55.92%;
}

.menubar__cityitem>span {
  display: block;
  width: 100%;
  padding: 8px 5px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

.menubar__cityshow {
  background-color: #31347b;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 125px;
  border-radius: 12px;
}

.menubar__drawer {
  text-transform: uppercase;
}

.menubar__drawer .theme--light.v-expansion-panels .v-expansion-panel {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
  text-transform: uppercase;
}

.menubar__drawer .v-expansion-panel-header {
  font-weight: bold;
  text-transform: uppercase;
}

.menubar__drawer .theme--light.v-expansion-panels .v-expansion-panel:not(:first-child)::after {
  display: none;
}

.menubar__drawer .v-expansion-panel::before {
  display: none;
}

.menubar__drawer .theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
  color: #fff;
}

.menubar__search {
  display: flex;
  align-items: center;
}

.menubar__search .search-hide {
  display: none;
}

.menubar__search .notification {
  margin-right: 16px;
}

.menubar__search .input__search {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}

@media only screen and (max-width: 1264px) {
  .menubar__search .input__search {
    top: 60px;
  }
}

.menubar__user {
  position: relative;
  color: #a8b3c1;
  line-height: 1.2;
  cursor: pointer;
}

.menubar__user strong {
  font-weight: 900;
  color: #fff !important;
}

.menubar__user:hover strong {
  text-decoration: underline !important;
}

.menubar__user:hover .menubar__nav {
  display: block;
}

.menubar__nav {
  position: absolute;
  right: -4px;
  top: 38px;
  background: #282a5c;
  padding: 26px 26px 16px !important;
  min-width: 270px;
  display: none;
}

.menubar__nav>li {
  color: #fff;
  font-weight: 700;
  margin-bottom: 24px;
  cursor: pointer;
}

.menubar__nav>li ul {
  padding-left: 24px !important;
}

.menubar__nav>li ul li {
  margin-top: 16px;
}

@media only screen and (max-width: 1400px) {
  .menubar__city {
    grid-gap: 20px;
  }

  .menubar__tabs .v-tab {
    font-size: 14px;
  }

  .menubar__label .fz18 {
    font-size: 16px;
  }

  .menubar__user {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1264px) {
  .menubar__city {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .menubar__drawer .menubar__li {
    font-size: 13px;
    padding: 16px 22px;
  }
}

.group-auth {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dropdown--search.v-list.v-sheet {
  background-color: #282a5c !important;
  border: 1px solid #f7000d !important;
  border-radius: 8px;
}

.dropdown--search .v-list-item {
  min-height: 32px;
}

.dropdown--search .v-list-item__content {
  padding: 0;
}

.dropdown--search .v-list-item__content input {
  color: #fff !important;
}

.dropdown .v-list-item__content {
  padding: 0;
}

.dropdown .v-list-item {
  min-height: 32px;
}

.notification {
  position: relative;
  color: #fff;
}

.notification.open .notification__box {
  display: block;
}

.notification .has-noti {
  position: absolute;
  right: -2px;
  top: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #282a5c;
  background: #eb3b46;
  border-radius: 15px;
}

.notification__box {
  position: absolute;
  right: 0;
  top: 46px;
  width: 296px;
  background: #282a5c;
  padding: 0 13px;
  display: none;
}

.notification__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  color: #a8b3c1;
}

.notification__head a {
  color: #a8b3c1;
}

.notification__head a:hover {
  text-decoration: underline !important;
}

.notification__list {
  height: 444px;
  overflow-y: auto;
}

.notification__list::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #2b245b;
}

.notification__list::-webkit-scrollbar {
  width: 3px;
  background-color: #2b245b;
}

.notification__list::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #5e5b7e;
}

.notification__list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  padding: 10px;
  line-height: 1.2;
  background: #31347b;
  margin-bottom: 16px;
}

.notification__list li.readed {
  background: rgba(0, 0, 0, 0);
}

.notification__list li:last-child {
  margin-bottom: 0;
}

.notification__list li .icon {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("~assets/img/ic_noti_star.svg");
  -khtml-mask-image: url("~assets/img/ic_noti_star.svg");
  -moz-mask-image: url("~assets/img/ic_noti_star.svg");
  -ms-mask-image: url("~assets/img/ic_noti_star.svg");
  -o-mask-image: url("~assets/img/ic_noti_star.svg");
  mask-image: url("~assets/img/ic_noti_star.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #fff;
}

.notification__list li.reply .icon {
  -webkit-mask-image: url("~assets/img/ic_noti_chat.svg");
  -khtml-mask-image: url("~assets/img/ic_noti_chat.svg");
  -moz-mask-image: url("~assets/img/ic_noti_chat.svg");
  -ms-mask-image: url("~assets/img/ic_noti_chat.svg");
  -o-mask-image: url("~assets/img/ic_noti_chat.svg");
  mask-image: url("~assets/img/ic_noti_chat.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.notification__list li.hostess .icon {
  -webkit-mask-image: url("~assets/img/ic_noti_people.svg");
  -khtml-mask-image: url("~assets/img/ic_noti_people.svg");
  -moz-mask-image: url("~assets/img/ic_noti_people.svg");
  -ms-mask-image: url("~assets/img/ic_noti_people.svg");
  -o-mask-image: url("~assets/img/ic_noti_people.svg");
  mask-image: url("~assets/img/ic_noti_people.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.notification__list li.video .icon {
  -webkit-mask-image: url("~assets/img/ic_noti_play.svg");
  -khtml-mask-image: url("~assets/img/ic_noti_play.svg");
  -moz-mask-image: url("~assets/img/ic_noti_play.svg");
  -ms-mask-image: url("~assets/img/ic_noti_play.svg");
  -o-mask-image: url("~assets/img/ic_noti_play.svg");
  mask-image: url("~assets/img/ic_noti_play.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.notification__text {
  text-align: left;
}

@media only screen and (min-width: 1904px) {
  .notification__head {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1264px) {
  .notification__box {
    top: 59x;
  }
}

@media only screen and (max-width: 960px) {
  .notification__box {
    width: 100vw;
    position: fixed;
  }
}

.modal__auth {
  background-color: #282a5c;
  padding: 24px;
}

.list-like {
  display: inline-block;
}

.faq__wrapper {
  max-width: 914px;
  margin: 0 auto;
}

.faq__title {
  margin: 40px 0 60px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.faq__category {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq__custom-panel {
  gap: 16px;
  margin-bottom: 30px;
  border-radius: 0 !important;
  overflow: visible;
}

.faq__custom-panel.theme--light.v-expansion-panels .v-expansion-panel {
  background: rgba(0, 0, 0, 0.15);
}

.faq__custom-panel .v-expansion-panel--active:not(:first-child),
.faq__custom-panel .v-expansion-panel--active+.v-expansion-panel {
  margin-top: 0 !important;
}

.faq__custom-panel .v-expansion-panel--active>.v-expansion-panel-header {
  min-height: auto;
  background: #31347b;
}

.faq__custom-panel .v-expansion-panel-header {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: #221758;
  border-radius: 8px !important;
}

.faq__custom-panel .v-expansion-panel-content__wrap {
  padding: 24px;
  color: #fff;
}

.faq__custom-panel .v-expansion-panel-content__wrap li {
  margin-bottom: 16px;
}

.faq__custom-panel .v-expansion-panel-content__wrap li:last-child {
  margin-bottom: 0;
}

.faq__custom-panel .v-expansion-panel-content__wrap li a {
  color: #fff;
}

.faq__custom-panel .v-expansion-panel-content__wrap li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.faq__custom-panel .v-expansion-panel {
  border-radius: 8px !important;
}

.faq__custom-panel .v-expansion-panel:before {
  display: none;
}

.faq__custom-panel .v-expansion-panel--active .faq__icon:after {
  left: 0;
  top: 50%;
  transform: rotate(0) translateY(-50%);
}

.faq__icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.faq__icon:after,
.faq__icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 30px;
  background: #eb3b46;
}

.faq__icon:after {
  left: -1px;
  top: 7px;
  transform: rotate(90deg) translateY(-50%);
}

.faq__item-like {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin: 10px;
}

.faq__item-like input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.faq__item-like.disactive {
  opacity: 0.5;
}

.faq__item-like.like {
  background-image: url("~/assets/img/ic_pick-like.svg");
  background-size: contain;
}

.faq__item-like.dislike {
  background-image: url("~/assets/img/ic_pick-dislike.svg");
  background-size: contain;
}

.faq__answer .des {
  color: #a8b3c1;
  margin-bottom: 50px;
}

.faq__answer .des p {
  margin-bottom: 10px;
}

.faq__answer-like {
  text-align: center;
}

.faq__answer-like .text {
  font-size: 18px;
  font-weight: 500;
}

.faq__answer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  padding: 24px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 1400px) {
  .faq__title {
    margin: 20px auto 30px;
    font-size: 18px;
  }

  .faq__custom-panel .v-expansion-panel-header {
    font-size: 16px;
    padding: 12px 20px;
  }

  .faq__custom-panel .v-expansion-panel-content__wrap {
    padding: 18px;
  }
}

.privacy__headline {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 60px;
  text-align: center;
}

.privacy__content {
  color: #a8b3c1;
  margin-bottom: 80px;
}

.privacy__content .privacy__title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.privacy__content .subtitle {
  font-weight: 500;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 960px) {
  .privacy__headline {
    font-size: 16px;
  }

  .privacy__content .privacy__title {
    font-size: 16px;
  }
}

.banner-pornstars {
  padding-top: 28px;
}

.banner-pornstars .v-tabs-slider {
  display: none;
}

.banner-pornstars__img {
  position: relative;
  height: 100%;
  -ms-box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 12px;
  height: 590px;
}

.banner-pornstars__img .v-image {
  height: 100%;
}

.banner-pornstars__img-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 35px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.08) 80%,
      rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}

.banner-pornstars__img-detail .ic-love {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url("~/assets/img/ic_heart.svg");
  -khtml-mask-image: url("~/assets/img/ic_heart.svg");
  -moz-mask-image: url("~/assets/img/ic_heart.svg");
  -ms-mask-image: url("~/assets/img/ic_heart.svg");
  -o-mask-image: url("~/assets/img/ic_heart.svg");
  mask-image: url("~/assets/img/ic_heart.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  margin-right: 5px;
}

.banner-pornstars__img-detail .ic-love.red {
  -webkit-mask-image: url("~/assets/img/ic_heart_red.svg");
  -khtml-mask-image: url("~/assets/img/ic_heart_red.svg");
  -moz-mask-image: url("~/assets/img/ic_heart_red.svg");
  -ms-mask-image: url("~/assets/img/ic_heart_red.svg");
  -o-mask-image: url("~/assets/img/ic_heart_red.svg");
  mask-image: url("~/assets/img/ic_heart_red.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.banner-pornstars__img-detail h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
  white-space: normal;
}

.banner-pornstars__img-detail .love-count {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.banner-pornstars__img-detail .ic-share {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url("~/assets/img/ic_share.svg");
  -khtml-mask-image: url("~/assets/img/ic_share.svg");
  -moz-mask-image: url("~/assets/img/ic_share.svg");
  -ms-mask-image: url("~/assets/img/ic_share.svg");
  -o-mask-image: url("~/assets/img/ic_share.svg");
  mask-image: url("~/assets/img/ic_share.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
}

.banner-pornstars__tab.v-tab {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  padding: 0 35px;
  text-transform: none;
}

.banner-pornstars__tab.v-tab:before {
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

.banner-pornstars__tab.v-tab.v-tab {
  color: #fff;
}

.banner-pornstars__tab.v-tab.v-tab:hover {
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}

.banner-pornstars__tab.v-tab--active {
  font-weight: 800;
  background-color: #31347b;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.banner-pornstars__item {
  background-color: #31347b;
  border-radius: 12px;
  padding: 20px;
}

.banner-pornstars__item:first-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border-top-left-radius: 0;
}

.banner-pornstars__wrapper {
  color: #a8b3c1;
  overflow-y: auto;
  overflow-x: hidden;
  height: 503px;
}

.banner-pornstars__wrapper .columns {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.banner-pornstars__masonry {
  padding-right: 30px;
}

.banner-pornstars__masonry .item {
  padding: 10px;
  width: 33.333%;
  font-size: 0;
}

.banner-pornstars__masonry .item img {
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media only screen and (min-width: 1904px) {
  .banner-pornstars__wrapper {
    height: 687px;
  }

  .banner-pornstars__item {
    padding: 35px;
  }

  .banner-pornstars__masonry {
    padding-right: 50px;
  }

  .banner-pornstars__img {
    height: 805px;
  }
}

@media only screen and (max-width: 1400px) {
  .banner-pornstars__wrapper {
    height: 400px;
  }

  .banner-pornstars__img {
    height: 487px;
  }

  .banner-pornstars__img-detail {
    padding: 25px 20px;
  }

  .banner-pornstars__img-detail h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .banner-pornstars {
    padding: 24px 0;
  }
}

@media only screen and (max-width: 600px) {
  .banner-pornstars__img-detail h1 {
    font-size: 24px;
  }

  .banner-pornstars__img-detail .love-count {
    font-size: 13px;
  }

  .banner-pornstars__img-detail .ic-love {
    width: 20px;
    height: 20px;
  }

  .banner-pornstars__tab.v-tab {
    font-size: 15px;
    padding: 0 16px;
  }

  .banner-pornstars__item {
    padding: 16px;
  }

  .banner-pornstars__masonry {
    padding-right: 0;
  }

  .banner-pornstars__masonry .item {
    padding: 4px;
  }

  .banner-pornstars__wrapper {
    padding: 0;
    height: auto;
  }

  .banner-pornstars__wrapper .columns {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .banner-pornstars__img {
    height: auto;
  }
}

.grid-hostess {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: auto;
  grid-gap: 30px;
}

@media only screen and (max-width: 1264px) {
  .grid-hostess {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 960px) {
  .grid-hostess {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 600px) {
  .grid-hostess {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
  }
}

.subscription__countdown-title {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
}

.subscription__box {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-bottom: 30px;
}

.subscription__box .end-text {
  font-size: 35px;
  font-weight: 700;
  color: #eb3b46;
}

.subscription__box .done {
  font-size: 35px;
  font-weight: 700;
  color: #eb3b46;
}

.subscription__box-count {
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-auto-rows: 1fr;
  color: #eb3b46;
  width: 260px;
}

.subscription__box-count .end-text {
  font-size: 35px;
  font-weight: 700;
}

.subscription__box-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.subscription__box-item strong {
  font-size: 35px;
  font-weight: 700;
  width: 100%;
}

.subscription__box-item span {
  font-weight: 600;
}

.subscription__exclusive {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.subscription__exclusive p {
  margin-bottom: 0;
}

.subscription__exclusive-item {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  max-width: 20%;
  flex: 1;
}

.subscription__exclusive-item strong {
  white-space: nowrap;
  font-size: 18px;
}

.subscription__exclusive-item--box {
  border-radius: 15px;
  background: #31347b;
  text-align: center;
  padding: 16px;
  box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.subscription__info {
  padding-bottom: 100px;
  overflow: hidden;
}

.subscription__info label {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 1130px) {
  .subscription__info label {
    font-size: 24px;
    font-weight: 700;
  }
}

.subscription__info .subscription__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 80px;
}

.subscription__info .subscription__row .subscription__col-title {
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}

.subscription__info .subscription__row>.subscription__col {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 40px;
  padding: 0 15px;
}

.subscription__info .subscription__row>.subscription__col img {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 1904px) {
  .subscription__exclusive {
    gap: 25px;
  }

  .subscription__exclusive-item {
    gap: 25px;
    font-size: 20px;
  }

  .subscription__exclusive-item strong {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1904px) {
  .subscription__info {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 960px) {
  .subscription .subscription__countdown-title {
    font-size: 35px;
  }

  .subscription .subscription__box .end-text,
  .subscription .subscription__box .done {
    font-size: 20px;
  }

  .subscription__exclusive {
    margin-top: 40px;
  }

  .subscription__exclusive-item {
    gap: 16px;
    text-align: left;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .subscription__exclusive-item--box {
    flex: 0 0 48%;
    max-width: 50%;
    text-align: center;
  }

  .subscription .subscription__row .subscription__col-title {
    margin-top: 20px;
  }

  .subscription .subscription__row>.subscription__col img {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .subscription .subscription__countdown-title {
    font-size: 28px;
  }

  .subscription .subscription__info label {
    font-size: 24px;
  }

  .subscription__exclusive {
    margin-top: 20px;
  }

  .subscription__exclusive-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .subscription__exclusive-item strong {
    font-size: 16px;
  }

  .subscription__exclusive-item--box {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .subscription .subscription__row {
    margin-top: 40px;
  }

  .subscription .subscription__row>.subscription__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.swiper__subscription {
  position: relative;
  margin-top: 80px;
}

.swiper__subscription:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url(~/assets/img/img_qa.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 92.6%;
  width: calc(100% - 100px);
}

.swiper__subscription .swiper-container {
  z-index: 2;
  max-width: 324px;
  margin: 0 auto;
}

.swiper__subscription .swiper-slide {
  padding-top: 35%;
}

.swiper__subscription .testimonial {
  text-align: center;
  color: #31347b;
  font-weight: 600;
}

.swiper__subscription .author {
  text-align: right;
  padding-top: 50px;
}

.swiper__subscription .swiper-button-prev,
.swiper__subscription .swiper-button-next {
  color: #e0e0e0;
  width: 14px;
  height: 28px;
  top: 65%;
}

.swiper__subscription .swiper-button-prev:after,
.swiper__subscription .swiper-button-next:after {
  font-size: 30px;
}

.swiper__subscription .swiper-button-next {
  right: 20px;
}

.swiper__subscription .swiper-button-prev {
  left: 20px;
}

@media only screen and (min-width: 1904px) {
  .swiper__subscription .swiper-slide {
    padding-top: 45%;
  }
}

@media only screen and (max-width: 1264px) {
  .swiper__subscription:before {
    width: 38%;
  }
}

@media only screen and (max-width: 960px) {
  .swiper__subscription .swiper-container {
    max-width: 215px;
  }

  .swiper__subscription .swiper-slide {
    padding-top: 25%;
  }

  .swiper__subscription .author {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .swiper__subscription .swiper-slide {
    padding-top: 35%;
  }

  .swiper__subscription:before {
    width: calc(100% - 100px);
  }
}

.manage {
  display: flex;
}

.manage .v-input.read-only>.v-input__control>.v-input__slot {
  border-color: #a8b3c1 !important;
  color: #a8b3c1 !important;
}

.manage .menubar {
  max-width: 300px;
  width: 100%;
}

.manage .menubar__li {
  padding: 20px 0;
}

.manage .menubar__li.is-active {
  border: 0;
}

.manage .v-input__append-inner {
  width: 23px;
  height: 23px;
}

.manage .v-input__append-inner img {
  width: 100%;
}

.manage__bg {
  background-color: #31347b;
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 50px 30px 50px;
}

.manage__wrapper {
  max-width: 1222px;
  margin: 0 auto;
}

.manage__wrapper .v-form {
  max-width: 862px;
}

.manage__wrapper [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 24px;
}

.manage__wrapper .row {
  margin-top: 0;
  margin-bottom: 0;
}

.manage__wrapper>.row {
  margin-bottom: 50px;
}

.manage__wrapper>.row p {
  margin-bottom: 6px;
}

.manage__wrapper form>.row {
  margin-bottom: 50px;
}

.manage__wrapper .v-text-field.v-text-field--solo .v-input__control {
  min-height: 100%;
}

.manage__wrapper .pricely__list {
  max-width: 100%;
  justify-content: flex-start;
}

.manage__control {
  display: flex;
  align-items: center;
}

.manage__control img:first-child {
  width: 14px;
  height: 14px;
  margin-right: 30px;
}

.manage__control img:last-child {
  width: 19px;
  height: 19px;
}

.manage .v-tabs-slider {
  display: none;
}

.manage .pricely__content {
  margin-bottom: 0;
}

.manage .v-tabs-items {
  height: 100%;
}

.manage__tab.v-tab {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0 35px;
  text-transform: capitalize;
}

.manage__tab.v-tab:before {
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

.manage__tab.v-tab.v-tab {
  color: #fff;
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

.manage__tab.v-tab.v-tab:hover {
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}

.manage__tab.v-tab--active {
  font-weight: 800;
  background-color: #31347b;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.manage__item {
  background-color: #31347b;
  border-top-right-radius: 15px;
}

.manage__item--expired .pricely {
  opacity: 0.5;
}

.manage__tab-wrapper {
  max-width: 1222px;
  margin: 0 auto;
  padding: 30px;
  color: #a8b3c1;
  border-top: 1px solid #a8b3c1;
}

.manage__tab-wrapper:first-child {
  border: 0;
}

.manage__column {
  height: 770px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 30px;
}

.manage__column p {
  margin-bottom: 8px !important;
}

.manage__column .video-placeholder--custom {
  justify-content: flex-end;
}

.manage__cancel-description {
  color: #a8b3c1;
  max-width: 234px;
  margin: 0 auto;
  text-align: left;
}

.manage__watchcontrol {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1904px) {
  .manage__wrapper {
    max-width: 1024px;
  }

  .manage__wrapper .fz20 {
    font-size: 18px;
  }

  .manage__wrapper>.row {
    margin-bottom: 30px;
  }

  .manage__wrapper form>.row {
    margin-bottom: 30px;
  }

  .manage__bg {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 1400px) {
  .manage__wrapper {
    max-width: 800px;
  }

  .manage__column p {
    margin-bottom: 4px !important;
  }

  .manage__column .text-clamp {
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width: 1264px) {
  .manage__wrapper [class*="col-"] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media only screen and (max-width: 1264px) {
  .manage__column {
    height: auto;
  }
}

@media only screen and (max-width: 960px) {
  .manage .menubar {
    display: none;
  }

  .manage__bg {
    padding: 24px 16px;
  }

  .manage__bg .col-2 {
    padding: 12px 0 !important;
  }

  .manage__column {
    padding-right: 0;
  }

  .manage__control img:first-child {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .manage__tab.v-tab {
    font-size: 15px;
    padding: 0 16px;
  }

  .manage__tab-wrapper {
    padding: 16px;
  }

  .manage__tab-wrapper .columns {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .manage__wrapper .pricely__list {
    justify-content: center;
  }
}

.headtitle {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ede1e1 0%, #eb3b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.headtitle--color2 {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ff47ff 0%, #ffd02a 100%);
}

@media only screen and (max-width: 1400px) {
  .headtitle {
    font-size: 26px;
  }
}

@media screen and (max-width: 1264px) {
  .headtitle {
    font-size: 28px;
  }
}

.headtitle__color2 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ede1e1 0%, #eb3b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1904px) {
  .headtitle__color2 {
    font-size: 25px;
  }
}

.headtitle-link {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 0;
}

.headtitle-link img {
  width: 30px;
  height: 15px;
  margin-left: 10px;
}

@media only screen and (max-width: 960px) {
  .headtitle-link {
    font-size: 15px;
  }

  .headtitle-link img {
    width: 24px;
    height: 12px;
  }
}

.divider {
  width: 1px;
}

.divider--full {
  display: flex;
  align-self: stretch;
}

.divider--colorRed {
  background-color: #eb3b46;
}

.divider--custom {
  height: 30px;
}

@media only screen and (min-width: 1904px) {
  .divider--custom {
    height: 40px;
  }
}

.swiper__text-box {
  position: relative;
  z-index: 1;
  width: 60%;
  padding-bottom: 60px;
  padding-left: 10%;
}

.swiper__text-box p {
  margin-bottom: 0 !important;
}

.swiper__text-box p.fz18 {
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.swiper__countdown {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  padding-right: 5%;
}

.swiper__countdown .subscription__box-count {
  color: #fff;
}

.swiper__countdown .subscription__box-item strong {
  line-height: 1;
}

.swiper__banners {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper__banners .swiper-slide {
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url("../img/banner_overlay.png");
  -khtml-mask-image: url("../img/banner_overlay.png");
  -moz-mask-image: url("../img/banner_overlay.png");
  -ms-mask-image: url("../img/banner_overlay.png");
  -o-mask-image: url("../img/banner_overlay.png");
  mask-image: url("../img/banner_overlay.png");
  -webkit-mask-size: cover;
  -khtml-mask-size: cover;
  -moz-mask-size: cover;
  -ms-mask-size: cover;
  -o-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-type: luminance;
}

.swiper__banners .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 608px;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg,
      rgba(43, 40, 91, 0.8855917367) 0%,
      rgba(43, 40, 91, 0.75) 40%,
      rgba(255, 255, 255, 0) 100%);
}

.swiper__banners .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.swiper__banners .swiper-slide.is-video:before {
  display: none;
}

.swiper__vr {
  text-align: center;
  color: #a8b3c1;
}

.swiper__vr img {
  width: 100%;
  height: 121px;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper__nav {
  max-width: 1185px;
  margin: 0 auto;
}

.swiper__nav .swiper-wrapper {
  justify-content: space-evenly;
}

.swiper__nav .swiper-slide {
  text-align: center;
  padding: 20px 0;
  align-items: center;
}

.swiper__nav .swiper-slide.active a {
  font-weight: 800;
  color: #fff;
}

.swiper__nav .swiper-slide a {
  color: #a8b3c1;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 1400px) {
  .swiper__text-box {
    padding-bottom: 45px;
  }

  .swiper__text-box .fz28 {
    font-size: 20px;
  }

  .swiper__text-box .fz18 {
    font-size: 15px;
  }

  .swiper__countdown {
    padding-bottom: 26px;
  }

  .swiper__nav {
    overflow: visible;
  }

  .swiper__nav .swiper-slide {
    width: auto;
    padding: 16px 0;
  }
}

@media only screen and (max-width: 1264px) {
  .swiper__text-box {
    padding-bottom: 33px;
    width: 100%;
  }

  .swiper__text-box .fz28 {
    font-size: 18px;
  }

  .swiper__text-box p.fz18 {
    font-size: 13px;
    white-space: normal;
    text-overflow: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .swiper__countdown {
    min-height: 18px;
  }

  .swiper__countdown .subscription__box-item strong {
    font-size: 30px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 960px) {
  .swiper__banners .swiper-slide {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .swiper__text-box {
    padding-left: 16px;
  }

  .swiper__countdown {
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 0;
  }

  .swiper__countdown .subscription__box-count {
    grid-template-columns: 35px 20px 35px 20px 35px 20px 35px;
  }

  .swiper__countdown .subscription__box-item strong {
    font-size: 25px;
  }

  .swiper__countdown .end-text {
    display: none;
  }
}

.banner-overlay {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner-overlay:after {
  content: "";
  float: left;
  padding-top: 31.67%;
}

@media only screen and (max-width: 960px) {
  .banner-overlay:after {
    padding-top: 84.54%;
  }
}

.wrapper-container {
  max-width: 862px;
  padding: 0 16px;
}

.wrapper-container--lg {
  max-width: 1222px;
}

@media only screen and (min-width: 1904px) {
  .wrapper-container--lg {
    max-width: 1430px;
  }
}

.location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex: 0 0 auto;
  max-width: 710px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #eb3b46;
  border-radius: 12px;
  padding: 4px 12px;
}

.location label {
  font-size: 12px;
}

.location__group {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 1904px) {
  .location {
    max-width: 910px;
    padding: 10px 12px;
  }

  .location label {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .location .v-input__append-inner {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 960px) {
  .location {
    bottom: -20px;
    width: calc(100% - 30px);
    max-width: 100%;
  }
}

.recommend .col>a>div,
.recommend .col>div {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  display: flex;
  padding: 20px;
  min-height: 128px;
}

.recommend__list {
  margin: 15px 0 0;
}

.recommend__item {
  line-height: 1.3;
  margin-bottom: 10px;
}

.recommend__item p {
  margin: 0 0 6px !important;
}

.recommend__item .text-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 1400px) {
  .recommend__item {
    margin-bottom: 16px;
  }

  .recommend__item p {
    margin: 0 0 4px !important;
  }

  .recommend__item .text-wrap {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media only screen and (max-width: 960px) {
  .recommend__list {
    display: flex;
    flex-wrap: wrap;
  }

  .recommend__item {
    width: 50%;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .recommend__item {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 16px;
    background: rgba(0, 0, 0, 0) linear-gradient(0deg,
        rgba(49, 56, 123, 0.2) 0%,
        rgba(49, 52, 123, 0.5) 20%,
        #31347b 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  }

  .recommend__item .single-view__thumbnail {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .recommend__item:nth-child(odd) {
    padding-right: 0;
  }

  .recommend__item:nth-child(even) {
    padding-left: 0;
  }

  .recommend__item-content {
    margin: 0 16px;
  }
}

.ic-control {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  display: inline-block;
}

.ic-control--full {
  -webkit-mask-image: url("../img/ic_grid_full.svg");
  -khtml-mask-image: url("../img/ic_grid_full.svg");
  -moz-mask-image: url("../img/ic_grid_full.svg");
  -ms-mask-image: url("../img/ic_grid_full.svg");
  -o-mask-image: url("../img/ic_grid_full.svg");
  mask-image: url("../img/ic_grid_full.svg");
  -webkit-mask-size: cover;
  -khtml-mask-size: cover;
  -moz-mask-size: cover;
  -ms-mask-size: cover;
  -o-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
}

.ic-control--full.active {
  opacity: 1;
}

.ic-control--sep {
  -webkit-mask-image: url("../img/ic_grid_sep.svg");
  -khtml-mask-image: url("../img/ic_grid_sep.svg");
  -moz-mask-image: url("../img/ic_grid_sep.svg");
  -ms-mask-image: url("../img/ic_grid_sep.svg");
  -o-mask-image: url("../img/ic_grid_sep.svg");
  mask-image: url("../img/ic_grid_sep.svg");
  -webkit-mask-size: cover;
  -khtml-mask-size: cover;
  -moz-mask-size: cover;
  -ms-mask-size: cover;
  -o-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
}

.ic-control--sep.active {
  opacity: 1;
}

.list-view__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 10px;
}

.list-view__body>div:first-child {
  width: calc(100% - 120px);
}

.list-view__body .title-body {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.list-view__body.not-action>div {
  width: 100%;
}

.list-view__body .btn__info {
  margin-right: 20px;
}

.list-view__body .btn__info.btn__info--download,
.list-view__body .btn__info.btn__info--added,
.list-view__body .btn__info.btn__info--add-list {
  margin-right: 0;
}

.list-view__body .btn__info.btn__info--download strong,
.list-view__body .btn__info.btn__info--added strong,
.list-view__body .btn__info.btn__info--add-list strong {
  font-weight: 500;
}

.list-view__body .btn__info.btn__info--add-list img {
  margin-left: 0;
}

.list-view__body .text-right .btn__info {
  margin-right: 0;
}

@media only screen and (max-width: 1400px) {
  .list-view__body .title-body {
    font-size: 14px;
  }

  .list-view__body .btn__info {
    margin-right: 16px;
  }
}

.list-view__hostess {
  padding: 16px;
}

.list-view--thumbnail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 24px;
}

.list-view__wrapper {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg,
      rgba(49, 56, 123, 0.2) 0%,
      rgba(49, 52, 123, 0.5) 20%,
      #31347b 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  border-radius: 12px;
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
}

.list-view__align {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-view__align-last {
  height: 165px;
}

.list-view__purchase-block {
  margin-bottom: 30px;
}

.list-view__purchase {
  margin-top: 24px;
}

.list-view__purchase-img {
  border-radius: 15px;
}

.list-view__purchase-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.list-view__purchase-content .text {
  font-size: 14px;
  padding-right: 16px;
  font-weight: 500;
}

.list-view__purchase-content .price {
  background-color: #31347b;
  max-width: 82px;
  align-self: flex-start;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
}

.list-view__purchase-content .price.break {
  border: 1px solid #eb3b46;
  line-height: 1;
  padding: 2px 0;
}

.list-view__purchase-content .price.break span {
  font-size: 14px;
  line-height: 1;
  color: #a8b3c1;
  text-decoration: line-through;
}

@media only screen and (min-width: 1904px) {
  .list-view__purchase .text {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1904px) {
  .list-view .space {
    display: none;
  }

  .list-view .space1 {
    display: block;
  }
}

@media only screen and (max-width: 1904px) {
  .list-view .space1 {
    display: none;
  }
}

@media only screen and (max-width: 1264px) {
  .list-view__align-last {
    height: auto;
  }

  .list-view__body .btn__info img {
    width: 16px;
    height: 16px;
  }

  .list-view__body .colorGray {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1400px) {
  .list-view__align-last .fz17 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .list-view__body {
    padding: 16px;
  }

  .list-view__body .v-col {
    margin-bottom: 0;
  }

  .list-view--thumbnail {
    grid-gap: 8px;
  }

  .list-view__body .btn__info.btn__info--download {
    font-size: 14px;
  }

  .list-view__body .colorGray {
    font-size: 14px;
  }
}

.video-placeholder {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.video-placeholder::after {
  content: "";
  float: left;
  padding-top: 55.74%;
}

.video-placeholder--custom {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.video-placeholder--custom .image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.video-placeholder--custom .video-like {
  display: flex;
}

.video-placeholder--custom .video-like span {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/ic_heart.svg");
  -khtml-mask-image: url("../img/ic_heart.svg");
  -moz-mask-image: url("../img/ic_heart.svg");
  -ms-mask-image: url("../img/ic_heart.svg");
  -o-mask-image: url("../img/ic_heart.svg");
  mask-image: url("../img/ic_heart.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  margin-right: 5px;
}

.video-placeholder--custom .video-like span.red {
  -webkit-mask-image: url("../img/ic_heart_red.svg");
  -khtml-mask-image: url("../img/ic_heart_red.svg");
  -moz-mask-image: url("../img/ic_heart_red.svg");
  -ms-mask-image: url("../img/ic_heart_red.svg");
  -o-mask-image: url("../img/ic_heart_red.svg");
  mask-image: url("../img/ic_heart_red.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.video-placeholder--custom::after {
  padding-top: 134.71%;
}

.video-placeholder--custom1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.video-placeholder--custom1 .image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.video-placeholder--custom1 .video-like {
  display: flex;
  position: relative;
}

.video-placeholder--custom1 .video-like span {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/ic_heart.svg");
  -khtml-mask-image: url("../img/ic_heart.svg");
  -moz-mask-image: url("../img/ic_heart.svg");
  -ms-mask-image: url("../img/ic_heart.svg");
  -o-mask-image: url("../img/ic_heart.svg");
  mask-image: url("../img/ic_heart.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  margin-right: 5px;
}

.video-placeholder--custom1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0.08) 80%,
      rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}

.video-placeholder--custom1::after {
  padding-top: 134.71%;
}

.video-placeholder--detail {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.video-placeholder--detail .video__resolution,
.video-placeholder--detail .video__duration {
  z-index: 100;
}

.video-placeholder--detail .video__resolution {
  position: absolute;
  left: 16px;
  right: auto;
  top: auto;
  bottom: 16px;
}

.promotion {
  background: #fff;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.promotion:before {
  content: "";
  float: left;
  padding-top: 24.86%;
}

@media only screen and (max-width: 960px) {
  .promotion::before {
    padding-top: 56.18%;
  }
}

.subscribe {
  background: #fff;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 12px;
}

.subscribe::after {
  content: "";
  float: left;
  padding-top: 56.18%;
}

.prices img {
  width: 100%;
}

.video-preview {
  position: relative;
  font-size: 0;
  overflow: hidden;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.video-preview--radius {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.video-preview--radius video {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.video-preview video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.video-preview.hide-cover .single-view__thumbnail {
  opacity: 0;
}

.video-preview.hide-cover .single-view__preview {
  opacity: 0;
}

.video__duration {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 8;
  padding: 2px 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  width: 66px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video__resolution {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 8;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  width: 66px;
  height: 20px;
  display: flex;
}

.video__resolution span {
  padding: 0 5px;
  color: #000;
}

.video__resolution span:first-child {
  background: rgba(255, 255, 255, 0.45);
}

.video__resolution span:last-child {
  background: rgba(72, 72, 72, 0.45);
}

@media only screen and (max-width: 1400px) {
  .video__duration {
    bottom: 6px;
    right: 8px;
  }

  .video__resolution {
    top: 6px;
    right: 8px;
  }
}

@media only screen and (max-width: 960px) {
  .video__resolution {
    z-index: 8;
  }
}

.single-view {
  background: #282a5c;
  background: rgba(34, 23, 88, 0.75);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px 15px 20px;
}

.single-view__thumbnail {
  border-radius: 12px;
}

.single-view__preview {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

@media only screen and (min-width: 1904px) {
  .single-view {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1264px) {
  .single-view .customer-control {
    justify-content: flex-end;
  }

  .single-view .btn__info img {
    margin-right: 5px;
  }

  .single-view .list-view__body {
    padding-left: 0;
  }
}

.dropdown.v-list.v-sheet {
  background-color: #282a5c !important;
  border: 1px solid #eb3b46 !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 0 !important;
  margin-top: -3px;
}

.dropdown .v-list-item__content {
  color: #fff !important;
  text-transform: capitalize;
}

.dropdown--wrap {
  height: 300px;
  overflow-y: auto;
}

.dropdown--search .v-list-item-group .v-list-item--active,
.dropdown--search .v-list-item-group .v-list-item {
  font-size: 15px !important;
}

.dropdown--download-trailer.v-list.v-sheet {
  background: #221758 !important;
}

@media only screen and (max-width: 960px) {
  .dropdown--search .v-list-item {
    padding: 2px 16px;
  }
}

.footer {
  position: relative;
  background: #282a5c;
  padding: 37px 85px 37px 85px;
}

@media only screen and (max-width: 1500px) {
  .footer {
    padding: 37px 55px 37px 55px;
  }
}

@media only screen and (max-width: 1090px) {
  .footer {
    padding: 37px 40px 37px 40px;
  }
}

@media only screen and (max-width: 700px) {
  .footer {
    padding: 37px 20px 37px 20px;
  }
}

@media only screen and (max-width: 500px) {
  .footer {
    padding: 37px 15px 37px 15px;
  }
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}

@media only screen and (max-width: 990px) {
  .footer__wrapper {
    gap: 30px;
  }
}

.footer__wrapper>*:first-child {
  gap: 73px;
}

@media only screen and (max-width: 990px) {
  .footer__wrapper>*:first-child {
    gap: 40px;
  }
}

.footer__wrapper>ul {
  max-width: 218px;
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .footer__wrapper>ul {
    width: fit-content;
    max-width: 150px;
  }
}

.footer__wrapper .copyright {
  max-width: 150px;
}

.footer__column {
  flex: 0 0 auto;
}

.footer__banner {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f2f2f2;
  color: #000;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.footer__banner::after {
  content: "";
  float: left;
  padding-top: 64.82%;
}

@media only screen and (max-width: 1904px) {
  .footer__banner:after {
    padding-top: 64.82%;
  }
}

.icon-hamburger {
  position: relative;
  z-index: 101;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-hamburger>li {
  width: 25px;
  height: 4px;
  background-color: #eb3b46;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.icon-hamburger>li:nth-child(1) {
  margin-bottom: 4px;
}

.icon-hamburger>li:nth-child(2) {
  margin-bottom: 4px;
}

.icon-hamburger.open>li:nth-child(1) {
  margin-bottom: 0;
  transform: rotate(45deg) translate(3px, 5px);
}

.icon-hamburger.open>li:nth-child(3) {
  margin-bottom: 0;
  transform: rotate(-45deg) translate(3px, -6px);
}

.icon-hamburger.open>li:nth-child(2) {
  opacity: 0;
}

.controller-filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.controller-filter__button {
  width: 225px;
}

.controller-filter__switch {
  display: flex;
}

.controller-filter__switch--destination .ic-control {
  width: 32px;
  height: 32px;
}

.controller-filter__board-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 26px;
  z-index: 99;
  cursor: pointer;
}

.controller-filter__board {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 98;
  background: #282a5c;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  border-radius: 8px;
  border: 1px solid #eb3b46;
}

.controller-filter__board-column {
  padding: 18px 0 26px 18px;
  width: 296px;
}

.controller-filter__board-column .v-list {
  padding: 16px 0;
}

.controller-filter__board-column .v-list-item--active:before {
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1 !important;
}

.controller-filter__board-column .v-list-item__content {
  color: #fff;
  font-size: 17px;
}

.controller-filter__board-column .v-list-item--active {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.controller-filter__board-column--color {
  background-color: rgba(0, 0, 0, 0.15);
}

.controller-filter__board-column--pd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 26px;
}

.controller-filter__board-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
  padding: 2px 0;
}

.controller-filter__board-scroll::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #2b245b;
}

.controller-filter__board-scroll::-webkit-scrollbar {
  width: 3px;
  background-color: #2b245b;
}

.controller-filter__board-scroll::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #5e5b7e;
}

.controller-filter__board-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 1264px) {
  .controller-filter {
    justify-content: space-between;
  }

  .controller-filter__switch .ic-control {
    width: 24px;
    height: 24px;
  }

  .controller-filter__board {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .controller-filter__board-scroll {
    height: 255px;
  }

  .controller-filter__board-column {
    padding: 16px;
  }

  .controller-filter__board-column--pd {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 600px) {
  .controller-filter__board-row {
    justify-content: space-between;
  }

  .controller-filter__board {
    grid-template-columns: 1fr;
    width: 375px;
    grid-auto-rows: auto;
  }

  .controller-filter__board-scroll {
    height: 250px;
    padding-top: 3px;
  }

  .controller-filter__board-scroll .custom-checkbox .custom-control-label {
    font-size: 13px;
  }

  .controller-filter__board-column {
    width: 100%;
    padding: 16px;
  }

  .controller-filter__board-column .v-list-item__content {
    font-size: 13px;
  }

  .controller-filter__board-column .v-list {
    padding-bottom: 0 !important;
  }
}

.drawer--custom {
  background: #282a5c;
}

.drawer--custom header,
.drawer--custom section {
  background: #282a5c;
}

.drawer--custom .el-drawer__body {
  padding-top: 10px;
}

.list-social {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  grid-auto-rows: auto;
  max-width: 121px;
}

.list-social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  overflow: hidden;
}

.list-social img {
  width: 100%;
  height: 100%;
  margin-right: 15px;
}

@media only screen and (max-width: 600px) {
  .list-social {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 20px;
    max-width: 78px;
  }

  .list-social a {
    width: 28px;
    height: 28px;
  }

  .list-social img {
    margin-right: 0;
  }
}

.v-breadcrumbs li a {
  color: #a8b3c1 !important;
  font-weight: 600;
}

.v-slider--horizontal .v-slider__ticks-container,
.v-slider--horizontal .v-slider__track-container {
  height: 11px !important;
  border-radius: 12px;
}

.v-slider--horizontal .v-slider__track-container {
  overflow: hidden;
}

.v-slider__thumb {
  width: 15px !important;
  height: 15px !important;
}

.v-slider__tick {
  background-color: rgba(0, 0, 0, 0) !important;
}

.v-slider__tick-label {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (max-width: 1264px) {
  .v-slider__tick-label {
    font-size: 13px;
  }
}

.customer-control--md .btn__info img {
  width: 26px;
  height: 26px;
}

@media only screen and (max-width: 1264px) {
  .customer-control--md .btn__info img {
    width: 22px;
    height: 15px;
  }
}

.tabs-infomation .v-tabs__nav-wrap:after {
  background-color: #a8b3c1;
  width: 1px !important;
}

.tabs-infomation .v-tabs__active-bar {
  display: none;
}

.tabs-infomation .v-tabs__item {
  height: auto;
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  color: #a8b3c1;
  padding-right: 25px;
}

.tabs-infomation .v-tabs__item.is-left {
  text-align: left;
}

.tabs-infomation .v-tabs__item.is-active {
  color: #fff !important;
  font-weight: 800;
}

.tabs-infomation .v-tabs-items {
  padding-left: 25px;
  border-left: 1px solid #e0e0e0;
}

.tabs-infomation .v-tabs-slider-wrapper {
  display: none;
}

.tabs-infomation .v-tab {
  text-align: left;
  justify-content: flex-start;
  font-weight: 600;
  color: #a8b3c1 !important;
  font-size: inherit !important;
  padding-left: 0;
}

.tabs-infomation .v-tab--active {
  color: #fff !important;
  font-weight: 800;
}

.tabs-infomation .v-chip {
  margin: 6px;
}

.tabs-infomation .v-chip.v-size--default {
  font-size: inherit !important;
}

.tabs-infomation__download {
  color: #a8b3c1;
  max-width: 554px;
  margin-bottom: 16px;
}

.tabs-infomation__download label {
  display: block;
  margin-bottom: 10px;
}

.tabs-infomation__download-item {
  display: grid;
  grid-template-columns: 68px 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 12px;
  align-items: center;
  max-width: 432px;
  margin-left: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1904px) {
  .tabs-infomation .v-chip {
    margin: 4px;
  }
}

@media only screen and (max-width: 1264px) {
  .tabs-infomation .v-tab {
    min-width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .tabs-infomation .v-tabs {
    flex-direction: column;
  }

  .tabs-infomation .v-tabs-items {
    padding-left: 0;
    border-left: 0;
  }

  .tabs-infomation .v-tabs-bar__content {
    flex-direction: row !important;
  }

  .tabs-infomation .v-window {
    padding-top: 20px;
  }
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
}

.pagination-custom button:disabled {
  background: none;
}

.pagination-custom button:disabled span {
  background-color: rgba(255, 255, 255, 0.5);
}

.pagination-custom .btn-next {
  background: rgba(0, 0, 0, 0);
  height: 55px;
}

.pagination-custom .btn-next span {
  -webkit-mask-image: url("assets/img/ic_long_right.svg");
  -khtml-mask-image: url("assets/img/ic_long_right.svg");
  -moz-mask-image: url("assets/img/ic_long_right.svg");
  -ms-mask-image: url("assets/img/ic_long_right.svg");
  -o-mask-image: url("assets/img/ic_long_right.svg");
  mask-image: url("assets/img/ic_long_right.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #eb3b46;
}

.pagination-custom .btn-prev {
  background: rgba(0, 0, 0, 0);
  height: 55px;
}

.pagination-custom .btn-prev span {
  -webkit-mask-image: url("assets/img/ic_long_left.svg");
  -khtml-mask-image: url("assets/img/ic_long_left.svg");
  -moz-mask-image: url("assets/img/ic_long_left.svg");
  -ms-mask-image: url("assets/img/ic_long_left.svg");
  -o-mask-image: url("assets/img/ic_long_left.svg");
  mask-image: url("assets/img/ic_long_left.svg");
  -webkit-mask-size: contain;
  -khtml-mask-size: contain;
  -moz-mask-size: contain;
  -ms-mask-size: contain;
  -o-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  -khtml-mask-position: center;
  -moz-mask-position: center;
  -ms-mask-position: center;
  -o-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -khtml-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #eb3b46;
}

.pagination-custom .el-pager li {
  min-width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

.pagination-custom .el-pager li.active {
  color: #eb3b46;
  background-color: #fff;
}

.detail__headtitle {
  display: flex;
  justify-content: space-between;
}

.detail__headtitle .btn__info {
  margin-right: 40px;
}

.detail__headtitle .btn__info.btn__info--add-list,
.detail__headtitle .btn__info.btn__info--added {
  margin-right: 5px;
  max-width: 100%;
  font-size: 18px;
}

.detail__headtitle .btn__info.btn__info--add-list img,
.detail__headtitle .btn__info.btn__info--added img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.detail__headtitle .btn__info.btn__info--add-list strong,
.detail__headtitle .btn__info.btn__info--added strong {
  font-weight: 500;
}

.detail__headtitle .btn__info.btn__info--add-list img {
  margin-left: 0;
}

@media only screen and (max-width: 1400px) {
  .detail__headtitle .btn__info {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1264px) {
  .detail__headtitle {
    display: block;
  }

  .detail__headtitle .btn__info.btn__info--add-list,
  .detail__headtitle .btn__info.btn__info--added {
    margin-right: 5px;
    max-width: 100%;
    font-size: 15px;
  }

  .detail__headtitle .btn__info.btn__info--add-list img,
  .detail__headtitle .btn__info.btn__info--added img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.form-subscribe {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

@media only screen and (max-width: 1264px) {
  .form-subscribe {
    max-width: 100%;
    margin-right: 0;
  }
}

.custom-checkbox {
  padding-left: 39px;
}

.custom-checkbox .custom-control-label {
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  width: 100%;
  font-size: 15px;
  position: relative;
}

.custom-checkbox .custom-control-label:before,
.custom-checkbox .custom-control-label:after {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 4px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.custom-checkbox .custom-control-label:before {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eb3b46;
}

.custom-checkbox .custom-control-label:after {
  background: 55%/60% 60% no-repeat;
}

.custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ede1e1 0%, #eb3b46 100%);
  border: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("../img/ic_vector_check.svg");
}

.custom-checkbox.style .custom-control-label {
  font-size: 12px;
  color: #a8b3c1;
}

.custom-checkbox.style .custom-control-label:before {
  border-color: #a8b3c1;
}

.custom-checkbox.style .custom-control-input:checked~.custom-control-label:before {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #a8b3c1;
}

.custom-checkbox.style .custom-control-input:checked~.custom-control-label:after {
  background-image: url("../img/ic_vector_check.svg");
}

.swiper-pricely {
  display: none;
}

@media only screen and (max-width: 1264px) {
  .swiper-pricely {
    display: block;
  }

  .swiper-pricely .swiper-container {
    padding: 0 30px;
  }

  .swiper-pricely .pricely {
    justify-content: center;
  }

  .swiper-pricely .pricely button {
    width: auto;
  }

  .swiper-pricely .pricely__content {
    width: 180px;
    height: 285px;
  }

  .swiper-pricely .pricely--vip:hover {
    transform: translateY(0) scale(1);
  }

  .swiper-pricely .pricely--vip .pricely__content {
    width: 180px;
    height: 285px;
  }

  .swiper-pricely .swiper-button-prev,
  .swiper-pricely .swiper-button-next {
    color: #31347b;
    z-index: 9999;
  }
}

.plan-wrapper {
  padding: 0 !important;
}

.block-sub {
  max-width: 270px;
}

@media only screen and (max-width: 960px) {
  .block-sub {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .block-sub {
    width: 230px;
  }
}

.landing {
  background-image: url("../img/landing.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  padding: 50px 0 80px;
}

.landing .bg-gradient {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-gradient.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.landing__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 18px;
  gap: 10px;
}

.landing__content .fz15 {
  flex: 0 0 50%;
}

.landing__content .landing__button {
  flex: 0 0 50%;
  max-width: 50%;
}

.landing__content a {
  text-decoration: underline !important;
}

.landing__button {
  display: flex;
  gap: 16px;
}

.landing__button .btn__landing {
  width: 199px;
  padding: 10px 0;
  border-radius: 12px;
  font-weight: bold;
  font-size: 25px;
  color: #000;
  background: #a8b3c1;
  text-align: center;
  justify-content: center;
}

.landing__button .btn__landing.btn__landing--gradient {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ede1e1 0%, #eb3b46 100%);
}

.pricely .pricely__content.has-discount .pricely__detail:before {
  background-color: #fff;
}

@media only screen and (max-width: 1400px) {
  .landing {
    padding: 20px 0 40px;
  }
}

@media only screen and (max-width: 1904px) {
  .landing .bg-gradient {
    background-position: center;
  }

  .landing__button .btn__landing {
    font-size: 17px;
  }

  .landing__content {
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .landing__content .landing__button {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 30px;
    gap: 0;
  }

  .landing__content .landing__button .btn__landing {
    margin-right: 8px;
    margin-left: 8px;
  }
}

@media only screen and (max-width: 1264px) {
  .landing {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .landing__content .fz15 {
    flex: 0 0 100%;
    text-align: left;
  }

  .landing__content>div {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .landing__content>div:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .landing {
    padding-bottom: 0;
  }
}

.vr-show {
  max-width: 1320px;
  margin: 0 auto;
}

.join_error {
  color: #fde221;
}

@media only screen and (max-width: 1400px) {
  .vr-show {
    max-width: 1145px;
  }
}

.girl-wrapper {
  position: relative;
}

.girl-wrapper a {
  color: #fff;
}

.girl-wrapper a:hover {
  text-decoration: underline !important;
}

.girl-wrapper:after,
.girl-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.girl-wrapper:after {
  left: 0;
  bottom: -67px;
  width: 700px;
  height: 400px;
}

.girl-wrapper:before {
  width: 300px;
  height: 400px;
}

@media only screen and (max-width: 1400px) {
  .girl-wrapper:after {
    width: 500px;
    height: 350px;
  }
}

@media only screen and (max-width: 1264px) {

  .girl-wrapper:after,
  .girl-wrapper:before {
    display: none;
  }
}

@-webkit-keyframes gradient-pan {
  0% {
    background-position: 0% 50%;
  }

  40% {
    background-position: 100% 0%;
  }

  60% {
    background-position: 90% 20%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient-pan {
  0% {
    background-position: 0% 50%;
  }

  40% {
    background-position: 100% 0%;
  }

  60% {
    background-position: 90% 20%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media only screen and (max-width: 1400px) {
  .fz20 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1264px) {
  .fz20 {
    font-size: 17px;
  }

  .fz17 {
    font-size: 13px;
  }

  .fz40 {
    font-size: 24px;
  }

  .mb-fz17 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .headtitle {
    font-size: 17px;
  }
}

.option-share {
  min-height: 36px !important;
}

.option-share .v-list-item__title {
  font-size: 13px;
}

.option-share .v-list-item__title a,
.option-share .v-list-item__title .permalink {
  color: #fff;
}

.option-share .v-list-item__title img {
  width: 20px;
  height: 20px;
}

.fake-expansion-panel {
  width: 100%;
  padding: 18px 24px;
  cursor: pointer !important;
  font-size: 0.9375rem;
  line-height: 1;
  min-height: 48px;
  text-transform: uppercase;
}

.fake-expansion-panel:first-child {
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}

.v-menu__content .v-list {
  overflow-y: auto;
  overflow-x: hidden;
}

.v-menu__content .v-list::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #2b245b;
}

.v-menu__content .v-list::-webkit-scrollbar {
  width: 3px;
  background-color: #2b245b;
}

.v-menu__content .v-list::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #5e5b7e;
}

.white-space-pre {
  white-space: pre-line;
}

.light-gallery__modal {
  z-index: 10000 !important;
}

div {
  margin-bottom: 0px;
}

.pricely {
  display: block;
  margin: 0 auto;
  transition: 0.3s ease;
  position: relative;
}

.pricely button {
  width: 100%;
  border-radius: 8px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #102345 !important;
}

.pricely__button {
  border-radius: 10px;
  padding: 2px;
  background-size: 200% auto !important;
  transition: 0.5s ease;
}

.pricely__button:hover {
  background-position: right center !important;
  transform: scale(1.1, 1.1);
}

.pricely--sub:hover {
  transform: scale(1.1);
}

.pricely--sub .pricely__headline {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #00ffff 0%, #5b0fff 100%);
}

/* Gradient on choose this plan button text */
/* .pricely--sub button span {
  background: linear-gradient(315deg, #5b0fff 0%, #0ba5ff 30%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
} */

.pricely--sub .pricely__button {
  background: linear-gradient(315deg, #5b0fff 0%, #0ba5ff 30%, #ffffff 60%);
}

.pricely--sub .pricely__price {
  background: linear-gradient(315deg, #5b0fff 0%, #0ba5ff 30%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.pricely--sub .pricely__discount {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #5b0fff 0%, #0ba5ff 70%, #00ffff 100%);
}

.pricely--sub .pricely__content {
  width: 100%;
}

.pricely--sub .pricely__content.has-discount .pricely__detail:before {
  background-color: #fff;
}

.pricely--normal:hover {
  transform: scale(1.1);
}

.pricely--normal .pricely__headline {
  background: rgba(0, 0, 0, 0) linear-gradient(315deg, #5b0fff 0%, #0ba5ff 40%, #00ffff 100%);
}

/* Gradient on choose this plan button */
/* .pricely--normal button span {
  background: linear-gradient(315deg, #5b0fff 0%, #0ba5ff 70%, #00ffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
} */

.pricely--normal .pricely__button {
  background: linear-gradient(315deg, #5b0fff 0%, #0ba5ff 30%, #ffffff 60%);
}

.pricely--normal .pricely__price {
  background: linear-gradient(315deg, #5b0fff 0%, #0ba5ff 30%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.pricely--normal .pricely__discount {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg,
      #00ffff 0,
      #0ba5ff 20%,
      #5b0fff 60%,
      #0ba5ff 80%,
      #00ffff 100%);
}

.pricely--normal .pricely__content.has-discount .pricely__detail:before {
  background-color: #fff;
}

.pricely--vip {
  transform: translateY(-45px);
}

.pricely--vip:hover {
  transform: translateY(-45px) scale(1.1);
}

.pricely--vip .pricely__headline {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #a6b1c0 0%, #fff 50%, #eb3b46 100%);
}

.pricely--vip .pricely__button {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #fff 0%, #eb3b46 100%);
}

.pricely--vip button span {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #fff 0%, #eb3b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.pricely--vip .pricely__price {
  font-size: 56px;
}

.pricely--vip .pricely__middle {
  padding: 22px 0 22px 16px;
}

.pricely--vip .pricely__price {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #fff 0%, #eb3b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.pricely--vip .pricely__price span {
  font-size: 12px;
  color: #eb3b46;
  text-transform: none;
}

.pricely--vip .pricely__discount {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #eb3b46 0%, #fff 60%, #a6b1c0 100%);
}

.pricely--vip .pricely__content.has-discount .pricely__detail:before {
  width: 56px;
  background-color: #fff;
}

.pricely--vip-normal:hover {
  transform: scale(1.1);
}

.pricely--vip-normal .pricely__headline {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #a6b1c0 0%, #fff 50%, #eb3b46 100%);
}

.pricely--vip-normal button span {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #fff 0%, #eb3b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.pricely--vip-normal .pricely__button {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #fff 0%, #eb3b46 100%);
}

.pricely--vip-normal .pricely__price {
  background: rgba(0, 0, 0, 0) linear-gradient(135deg, #fff 0%, #eb3b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.pricely--vip-normal .pricely__price span {
  font-size: 12px;
  color: #eb3b46;
  text-transform: none;
}

.pricely--vip-normal .pricely__discount {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #eb3b46 0%, #fff 60%, #a6b1c0 100%);
}

.pricely--vip-normal .pricely__content.has-discount .pricely__detail:before {
  background-color: #fff;
}

.pricely--free:hover {
  transform: scale(1.1);
}

.pricely--free .pricely__headline {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #a6b1c0 0%, #fff 60%, #eb3b46 100%);
}

.pricely--free .pricely__button {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg,
      #a6b1c0 0,
      #fff 25%,
      #eb3b46 51%,
      #fff 75%,
      #a6b1c0 100%);
}

/* Gradient on choose this plan button text */
/* .pricely--free button span {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg,
      #a6b1c0 0,
      #fff 25%,
      #eb3b46 51%,
      #fff 75%,
      #a6b1c0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
} */

.pricely--free .pricely__price span {
  display: inline-block;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #a6b1c0 0%, #fff 60%, #eb3b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.pricely--free .pricely__discount {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg,
      #a6b1c0 0,
      #fff 25%,
      #eb3b46 51%,
      #fff 75%,
      #a6b1c0 100%);
}

.pricely__img {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.pricely__img::after {
  content: "";
  float: left;
  padding-top: 80%;
}

.pricely__headline {
  text-align: center;
  height: 32px;
  width: 86%;
  background: rgba(0, 0, 0, 0);
  border-radius: 15px 15px 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 2.3;
  text-transform: uppercase;
  margin: 0 auto;
}

.pricely__content {
  position: relative;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0) linear-gradient(157deg, #31347b 0%, #080e33 100%);
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 6px 6px 24px #0b1933;
  cursor: pointer;
}

.pricely__content.has-discount {
  margin-bottom: 53px;
}

.pricely__button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricely__middle {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding: 15px;
  background: linear-gradient(180deg, #0f203e 0%, #0b1933 100%);
  text-align: center;
}

.pricely__price {
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
}

.pricely__detail {
  font-size: 12px;
  letter-spacing: 2px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

/* Strikethrough for the text displaying the previous plan amount */
/* .pricely__detail:before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  top: 8px;
  width: 60px;
  height: 1px;
  opacity: 0.6;
} */

.pricely__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

.pricely__item {
  width: 25%;
  padding: 0 15px;
}

.pricely__item:nth-child(1) .pricely__middle,
.pricely__item:nth-child(2) .pricely__middle,
.pricely__item:nth-child(3) .pricely__middle {
  padding-left: 24px;
}

.pricely__discount {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  color: #000;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 6px 6px 24px #0b1933;
  background-size: 200% auto !important;
  transition: 0.5s ease;
}

.pricely__discount:hover {
  background-position: right center !important;
}

@media only screen and (max-width: 1904px) {
  .pricely--sub .pricely__button-wrapper {
    height: 100px;
  }

  .pricely--vip .pricely__button-wrapper {
    height: 142px;
  }
}

@media only screen and (max-width: 1400px) {
  .pricely__discount {
    padding: 6px 0;
    bottom: -34px;
    font-size: 13px;
  }

  .pricely__price {
    font-size: 45px;
  }

  .pricely--vip .pricely__price {
    font-size: 48px;
  }

  .pricely--vip .pricely__button-wrapper {
    height: 120px;
  }

  .pricely--sub .pricely__button-wrapper {
    height: 100px;
  }
}

@media only screen and (max-width: 1264px) {
  .pricely--vip {
    transform: translateY(0);
  }
}

@media only screen and (max-width: 600px) {
  .pricely button {
    font-size: 8px;
    border-radius: 6px;
  }

  .pricely__headline {
    height: 25px;
    font-size: 12px;
  }

  .pricely__button {
    padding: 1px;
    border-radius: 10px;
    padding: 2px;
    background-size: 200% auto !important;
    transition: 0.5s ease;
  }

  .pricely__price {
    font-size: 45px;
    font-weight: 400;
  }

  .pricely__item {
    padding: 0 5px;
  }

  .pricely--vip .pricely__price {
    font-size: 35px;
  }

  .pricely--vip .pricely__price span {
    font-size: 8px;
  }
}

/*# sourceMappingURL=styles_signup.min.css.map */
.hide {
  display: none;
}

.show {
  display: block;
}

.pricely--normal .pricely__content.has-discount .pricely__detail:before,
.pricely--free .pricely__content.has-discount .pricely__detail:before {
  background-color: #fff;
}

@media only screen and (max-width: 960px) {
  .plan-price-info-1 {
    font-size: 15px;
  }

  .plan-price-info-2 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1401px) {
  .banner {
    width: 1270px;
  }
}

.banner-landscape {
  display: block;
}

.banner-portrait {
  display: none;
}

@media only screen and (max-width: 600px) {
  .block-sub {
    width: 280px;
  }

  .pricely button {
    padding: 10px 20px;
  }

  .banner-landscape {
    display: none;
  }

  .banner-portrait {
    display: block;
  }
}

#plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

#plans>*:nth-child(2n) .pricely__headline,
#plans>*:nth-child(2n) .pricely__price span {
  background: transparent linear-gradient(90deg, #a6b1c0, #fff 60%, #eb3b46);
}

#plans>*:nth-child(2n) .pricely__price span {
  -webkit-background-clip: text;
}

#plans>*:nth-child(2n) .pricely__button,
#plans>*:nth-child(2n) .pricely__button button span,
#plans>*:nth-child(2n) .pricely__discount {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg,
      #a6b1c0 0,
      #fff 25%,
      #eb3b46 51%,
      #fff 75%,
      #a6b1c0 100%);
}

#plans>*:nth-child(2n) .pricely__button button span {
  -webkit-background-clip: text;
}

.plan {
  width: 320px;
  max-width: 100%;
}

.pricely__detail {
  flex-wrap: nowrap;
}

.pricely__detail .line-through {
  text-decoration: line-through;
}

.pricely__headline {
  height: 32px;
}

.pricely__headline,
.pricely__button button span {
  font-size: 16px;
}

.picked-plan-and-form-wrapper {
  row-gap: 40px;
  max-width: 862px;
}

.account-form-header {
  font-size: 16px;
  font-weight: 900;
}

@media only screen and (max-width: 960px) {
  .account-form-header {
    font-size: 18px;
    font-weight: 700;
  }
}

h1 {
  font-size: 28px;
  font-weight: 900;
}

@media only screen and (max-width: 1130px) {
  h1 {
    font-size: 24px;
    font-weight: 700;
  }
}

label {
  font-family: "Montserrat", sans-serif !important;
}

.fs24 {
  font-size: 1.6rem;
}

.fs20 {
  font-size: 1.3333333333em;
}

.sp-90 {
  height: 4.5vw;
}

.girl-wrapper {
  overflow: hidden;
}

.bgOval--up:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  background: transparent linear-gradient(0deg,
      rgba(49, 52, 123, 0),
      rgba(49, 52, 123, 0.05) 12%,
      rgba(49, 52, 123, 0.8));
  width: 130%;
  height: 2000px;
  z-index: -1;
}

.subscription__info {
  padding-bottom: 0px;
}

.subscription__info .subscription__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: center;
}

.subscription__info .subscription__row .subscription__col {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .subscription .subscription__row>.subscription__col {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .subscription .subscription__row>.subscription__col img {
    height: 50px;
  }

  .subscription__info img {
    height: 50px !important;
  }
}

.wrap-exclusive>span {
  display: inline-block;
  font-weight: 700;
  margin-right: 24px;
  white-space: nowrap;
}

.wrap-exclusive__item {
  border-radius: 15px;
  background: #31347b;
  padding: 15px 25px;
  text-align: center;
  font-weight: 500;
  height: 100%;
}

.wrap-exclusive__item strong {
  display: block;
}

.footer ul {
  gap: 10px;
}

.footer li {
  cursor: default;
}

.footer .list li {
  margin-bottom: 0px;
}

.footer a:hover {
  text-decoration: none !important;
}

div {
  margin-bottom: 0px;
}

.fz-18 {
  font-size: 18px;
}

.NuxtLogo.footer-logo {
  margin-bottom: 10px;
}
/* New banner CSS - add these right before the final closing brace */
.join-banner {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    display: block;
}

.join-banner picture,
.join-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}