* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* html {
  background-color: #1E1E20;
} */
.main {
  width: 100%;
  position: relative;
}

.title-1 {
  position: sticky;
  top: 0;
  background-color: #fff;
  height: 55px;
  z-index: 10000;
  /* width: 100%; */
  border-color: black;
  border-bottom: 1px solid rgba(60, 60, 60, .12);
}
.title-1 .title-top {
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0 500px 0 500px; */
  margin: 0 auto;
  max-width: calc(1440px - 64px);
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  /* color: #3c3c43; */
  transition: opacity .25s;
}

.logo-size {
  width: 40px;
}
.logo-text {
  margin-left: 10px;
  vertical-align: middle;
  color: #3c3c43;
}

.title-left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}



.search {
  display: none;
  @media (min-width: 768px) {
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding: 5px;
    width: 200px;
    height: 35px;
    border: 0px solid #3c3c3c4a;
    border-radius: 10px;
    background-color: #f6f6f7;
  }
}
.search-icon {
  padding-left: 10px;
  
}

.search-icon img{
  width: 20px;
  vertical-align: middle;
}

.search .search-text {
  color: #3c3c3cb3;
  font-size: 13px;
  margin-left: 5px;
}

.title-right {
  display: none;

  @media (min-width: 768px) {
    font-size: 13px;
    color: #213547;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    /* border-style:solid;
    border-width:1px; */
  }
}
.title-right a {
  text-decoration: none;
}

.title-right-moblie {
  display: block;

  @media (min-width: 768px) {
    display: none;
  }
}

.VPNavBarHamburger[data-v-00cf62f7] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 64px;
}
button:enabled, [role=button]:enabled {
  cursor: pointer;
}
button {
  padding: 0;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
}
button, input, optgroup, select, textarea {
  border: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}
a, area, button, [role=button], input, label, select, summary, textarea {
  touch-action: manipulation;
}
.container[data-v-00cf62f7] {
  position: relative;
  width: 16px;
  height: 14px;
  overflow: hidden;
}
.top[data-v-00cf62f7] {
  top: 0;
  left: 0;
  transform: translate(0);
}
.top[data-v-00cf62f7], .middle[data-v-00cf62f7], .bottom[data-v-00cf62f7] {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #3c3c43;
  transition: top .25s,background-color .5s,transform .25s;
}
.VPNavBarHamburger:hover .top[data-v-00cf62f7] {
  top: 0;
  left: 0;
  transform: translate(4px);
}
.middle[data-v-00cf62f7] {
  top: 6px;
  left: 0;
  transform: translate(8px);
}
.VPNavBarHamburger:hover .middle[data-v-00cf62f7] {
  top: 6px;
  left: 0;
  transform: translate(0);
}
.bottom[data-v-00cf62f7] {
  top: 12px;
  left: 0;
  transform: translate(4px);
}
.VPNavBarHamburger:hover .bottom[data-v-00cf62f7] {
  top: 12px;
  left: 0;
  transform: translate(8px);
}

.doc-text {
  color: #213547;
  transition: color .25s;
}
.doc-text:hover {
  color: #F2ABB9;
}
.res-text {
  color: #213547;
  transition: color .25s;
}
.res-text:hover {
  color: #F2ABB9;
}
.login-text {
  color: #213547;
  transition: color .25s;
}
.login-text:hover {
  color: #F2ABB9;
}

.vt-locales-btn-icon {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.btn {
  position: relative;
  vertical-align: middle;
  border-radius: 11px;
  border: 1px solid #3c3c3c4a;
  background-color: #f1f1f1;
  /* padding: 20px; */
  width: 40px;
  height: 22px;
}
.vt-switch-check {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06);
  transition: background-color .25s,transform .25s;
}
.vt-switch-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
}
.vt-switch-icon svg {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  fill: #3c3c3cb3;
}
.telegram-group {
  margin-left: 20px;
}
.telegram-pindao {
  margin-left: 10px;
}
.tele-logo {
  width: 20px;
  vertical-align: middle;
}
.tele-text {
  display: inline-block;
  color: #3c3c3cb3;
}
.telegram-group:hover {
  color: #3c3c43;
  transition: color .25s;
}
.gun {
  color: #b1b1b1b3;
}

.middle {
  display: flex;
  justify-content: center;
  /* border: solid 1px #000; */
  /* height: 520px; */
  margin: 0 15% 0 15%;
}
.middle-left {
  /* border: solid 1px #000; */
  /* height: 520px; */
  width: 600px;
}
.middle-right {
  display: none;

  @media (min-width: 768px) {
    /* border: solid 1px #000; */
    display: block;
    height: 520px;
    width: 600px;
  }
}
.text-top {
  background: -webkit-linear-gradient(300deg,#F2ABB9 25%,#5d76e6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 100px;
  font-size: 70px;
  font-weight: 700;
}
.text-middle {
  font-size: 32px;
  font-weight: 700;
  color: #3c3c43;
  @media (min-width: 960px) {
    font-size: 56px;
  };
  @media (min-width: 640px) {
    font-size: 56px;
  };
}
.text-buttom {
  padding-top: 10px;
  font-size: 18px;
  color: #383838b3;
  @media (min-width: 960px) {
    font-size: 24px;
  };
  @media (min-width: 640px) {
    font-size: 24px;
  };
}

.middle-btn {
  display: flex;
  padding-top: 50px;
  font-size: 14px;
}
.res-btn {
  line-height: 38px;
  padding: 0px 20px;
  border-radius: 20px;
  border: 0px;
  background-color: #F2ABB9;
  color: #fffff5db;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .25s;
}
.res-btn:hover {
  background-color: #ffc5d0;
}
.login-btn {
  line-height: 38px;
  padding: 0px 20px;
  border-radius: 20px;
  border: 1px solid #3c3c434a;
  color: #3c3c43;
  margin-left: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .25s;
}
.login-btn:hover {
  background-color: #e3e3e5;
}
.middle-right {
  position: relative;
}
.bocchi-img {
  position: absolute;
  top: 50%;
  left: 70%;
  max-width: 400px;
  max-height: 400px;
  transform: translate(-50%,-50%);
  z-index: 999;
}
.image-bg {
  position: absolute;
  top: 50%;
  left: 70%;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  background-image: linear-gradient( -45deg, #F2ABB9 30%, #ffffff80 );
  filter: blur(72px);
  transform: translate(-50%,-50%);
}



.price-plan {
  /* border: solid 1px #000; */
  /* height: 520px; */

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 64px 5% 0 5%;
  @media (min-width: 768px) {
    margin: 64px 15% 0 15%;
  };
  margin-top: 64px;
  margin-bottom: 100px;
}

.price-title {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* margin-top: 50px; */
  padding-top: 100px;
  border-top: 1px solid #3c3c431f;
}

.price-title-text {
  font-size: 30px;
  color: #3c3c43b3;
}


.plan-item {
  width: 400px;
  height: 100%;
  /* border: solid 1px #000; */
  border-radius: 10px;
  background-color: #f6f6f7;
  padding: 50px;
  margin: 0 20px 20px 20px;
}
.plan-name {
  margin-bottom: 28px;
  font-family: Gilroy,sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .1s ease;
  transition-property: color;
}
.plan-price {
  position: relative;
  display: flex;
  align-items: flex-end;
  align-self: flex-start;
  margin-bottom: 6px;
  color: #3c3c43;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  transition: var(--public-transition-hover-fast);
  transition-property: color;
}
.plan-price::before {
  content: "￥";
  font-size: 26px;
  font-weight: 500;
  transform: translateY(-16px) translate(-10px);
  color: #3c3c43;
}
.plan-price::after {
  content: "/mo";
  font-size: 14px;
  font-weight: 600;
  transform: translateY(-8px) translate(8px);
  color: #3c3c43;
}
.plan-price .cents {
  position: absolute;
  top: 10px;
  right: 180px;
  color: #3c3c43b3;
  font-size: 13px;
  font-weight: 500;
}

.membership-cost-summary {
  display: flex;
  gap: 20px;
  padding: 0;
  margin-bottom: 12px;
}

.membership-cost-summary li {
  color: #3c3c43b3;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: var(--public-transition-hover-fast);
  transition-property: color;
  list-style: none;
}

.plan-features {
  flex: 1;
  margin-top: 30px;
  margin-bottom: 52px;
  padding: 0 14px;
}

.plan-features li {
  margin-bottom: 8px;
  padding-left: 4px;
  color: #3c3c43;
  font-size: 14px;
  list-style-type: disc;
  transition: var(--public-transition-hover-fast);
  transition-property: color;
}
.rainbow {
  font-weight: 700;
}

.public-button {
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 600;
  color: #3c3c43;
  border:none;
  border-radius: 5px;
  background-color: #e3e3e5;
  cursor: pointer;
}
.public-button:hover {
  background-color: #3c3c43;
  color: #fff;
  transition: .5s ease;
  transition-property: background-color color;
}


/* .stream {
  height: 150px;
  margin-top: 100px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.youtube img {
  height: 75px;
} */




.VPFeatures {
  margin-top: 50px;
  position: relative;
  padding: 0 24px;
  color: #3c3c43;
}

.container {
  margin: 0 auto;
  max-width: 1152px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.item {
  padding: 8px;
  /* width: 100%; */
  width: calc(100% / 3);
  @media (max-width: 800px) {
    width: 50%;
  };
  @media (max-width: 500px) {
    width: 100%;
  };
}
.VPFeature {
  display: block;
  border: 1px solid #f6f6f7;
  border-radius: 12px;
  height: 100%;
  background-color: #f6f6f7;
  transition: border-color .25s,background-color .25s;
}
.title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.box {
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: 100%;
}
.box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #e3e3e5;
  width: 48px;
  height: 48px;
  font-size: 24px;
  transition: background-color .25s;
}
.details {
  flex-grow: 1;
  padding-top: 8px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #3c3c43bf;
}




.VPHome .VPHomeSponsors {
  margin-top: 112px;
  margin-bottom: -128px;
}

.VPHomeSponsors {
  margin-top: 100px;
  border-top: 1px solid #3c3c431f;
  padding: 88px 24px 96px;
  background-color: #fff;
}

.container {
  margin: 0 auto;
  max-width: 1152px;
}

.sponsors {
  padding-top: 32px;
}

.vp-sponsor {
  border-radius: 16px;
  overflow: hidden;
}

.vp-sponsor.normal .vp-sponsor-tier {
  padding: 13px 0 11px;
  font-family: Gilroy,sans-serif;
  font-size: 14px;
}

.vp-sponsor-tier {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 24px;
  width: 100%;
  font-weight: 600;
  color: #3c3c43b3;
  background-color: #f6f6f7;
}
.vp-sponsor-tier-3 {
  margin-top: 0px;
}

.vp-sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.vp-sponsor-grid.big .vp-sponsor-grid-link {
  height: 184px;
}

.vp-sponsor-grid-link {
  display: flex;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.vp-sponsor-grid-box {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.vp-sponsor-grid[data-vp-grid="2"] .vp-sponsor-grid-item {
  width: calc((100% - 4px)/2);
}

.vp-sponsor-grid.big .vp-sponsor-grid-image {
  max-width: 192px;
  max-height: 56px;
}

.vp-sponsor-grid.medium .vp-sponsor-grid-image {
  max-width: 120px;
  max-height: 36px;
}

.vp-sponsor-grid-image {
  max-width: 100%;
  filter: grayscale(0) invert(0);
  transition: filter .25s;
  @media (min-width: 768px) {
    filter: grayscale(1);
  };
}
.vp-sponsor-grid-item:hover .vp-sponsor-grid-image {
  filter: grayscale(0) invert(0);
}

.vp-sponsor-grid-item {
  flex-shrink: 0;
  width: 100%;
  background-color: #f6f6f7;
  transition: background-color .25s;
}
.vp-sponsor-grid-item:hover {
  background-color: #e3e3e5;
}
.vp-sponsor-grid[data-vp-grid="5"] .vp-sponsor-grid-item {
  width: calc((100% - 8px)/3);
}

.vp-sponsor-grid.medium .vp-sponsor-grid-link {
  height: 112px;
}

.love {
  margin: 0 auto;
  width: 28px;
  height: 28px;
  color: #3c3c4354;
}
.icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.message {
  margin: 0 auto;
  padding-top: 10px;
  max-width: 320px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #3c3c43b3;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

.vp-text {
  display: none;
  @media (min-width: 768px) {
    display: block;
    padding-left: 10px;
    color: #3c3c43;
  };
}



.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80px;
  border-top: 1px solid #3c3c431f;

  /* background-color: #f9f9f9; */
}
.footer p {
  font-size: 12px;

}


.stream {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  /* margin-bottom: 100px; */
  border-top: 1px solid #3c3c431f;
  /* border: 1px solid #000; */
  padding: 88px 24px 96px;
}
.stream-main {
  display: flex;
  justify-content: space-between;
  /* height: 408px; */
  /* margin: 0 15% 0 15% 0; */
  width: 100%;
  /* border: 1px solid #000; */
  background-color: #f6f6f7;
  margin-top: 36px;
  border-radius: 20px;
}
.main-left {
  height: 100%;
  width: 100%;
  @media (min-width: 768px) {
    width: 45%;
  };
  /* border: 1px solid #000; */
  padding: 30px;
}
.stream-title-text {
  font-family: Gilroy,sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #3c3c43;
}
.media-text {
  font-weight: 700;
  font-size: 1.2em;
  color: #213547;
  padding-bottom: 10px;
}
.media-name .name-1 {

  display: inline-block;
  color: #476582;
  font-weight: 600;
  font-size: .85em;
  margin:3px;
  background-color: #e3e3e5;
  padding: 4px 10px;
  border-radius: 6px;
}
.name-2 {
  font-size: 12px;
  color: #38383867;
}
.stream-media {
  margin-top: 20px;
}
.stream-music {
  margin-top: 20px;
}
.stream-in {
  margin-top: 25px;
  color: #3c3c43bf;
  font-size: 14px;
  line-height: 30px;
}

.main-right {
  display: none;
  @media (min-width: 768px) {
    display: block;
    height: 100%;
    width: 55%;
    /* border: 1px solid #000; */
    padding: 30px;
  };
}
.main-right img {
  width: 100%;
  opacity: .7;
}







