:root {
  --y-video-background-color: #000;
  --y-video-button-width: 68px;
  --y-video-button-height: 48px;
  --y-video-button-padding: 0;
  --y-video-button-border-width: 0;
  --y-video-button-background-color: transparent;
  --y-video-button-fill: #212121;
  --y-video-button-fill-opacity: 0.8;
  --y-video-button-active-fill: red;
  --y-video-button-active-fill-opacity: 1;
  --y-video-button-icon-fill: #fff;
}

.y-video {
  background-color: var(--y-video-background-color, #000);
  cursor: pointer;
}

.y-video__inner {
  position: relative;
}

.y-video__embed,
.y-video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}

.y-video__media--type--img {
  -o-object-fit: cover;
     object-fit: cover;
}

.y-video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: var(--y-video-button-padding, 0);
  border-width: var(--y-video-button-border-width, 0);
  background-color: var(--y-video-button-background-color, transparent);
  width: var(--y-video-button-width, 68px);
  height: var(--y-video-button-height, 48px);
  cursor: pointer;
}

.y-video__button-shape {
  fill: var(--y-video-button-fill, #212121);
  fill-opacity: var(--y-video-button-fill-opacity, 0.8);
}

.y-video__button-icon {
  fill: var(--y-video-button-icon-fill, #fff);
}

.y-video__button:focus {
  outline: 0;
}

.y-video__button:focus .y-video__button-shape {
  fill: var(--y-video-button-active-fill, red);
  fill-opacity: var(--y-video-button-active-fill-opacity, 1);
}

.y-video:hover .y-video__button-shape {
  fill: var(--y-video-button-active-fill, red);
  fill-opacity: var(--y-video-button-active-fill-opacity, 1);
}

@font-face {
  font-family: "SuisseIntl";
  src: url("/misc/fonts/Suisse/SuisseIntl-Regular-WebM.woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("/misc/fonts/Suisse/SuisseIntl-SemiBold-WebM.woff");
  font-weight: 600;
  font-display: swap;
}
@media (min-width: 960px) {
  .ml-md-25 {
    margin-left: 100px !important;
  }
}
.p-relative {
  position: relative;
}

.v-btn {
  align-content: center;
}

.v-btn.animation-shine {
  position: relative;
  overflow: hidden;
}
.v-btn.animation-shine::before {
  animation: shine 5s ease-in-out infinite 1s;
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  opacity: 1;
}
@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  17%, 100% {
    left: 100%;
    transition-property: left;
  }
}

.section {
  padding: 50px 100px;
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (max-width: 1150px) {
  .section {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 769px) {
  .section {
    padding: 15px 18px;
  }
}
.section a {
  color: #0F172A;
}

.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.app-nav .v-btn--plain .v-btn__content, .app-nav-on-scroll .v-btn--plain .v-btn__content, .v-navigation-drawer .v-btn--plain .v-btn__content {
  opacity: 1 !important;
}

.user-badge, .user-badge-large {
  width: 27px;
  height: 27px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.user-badge-large {
  width: 43px;
  height: 43px;
  font-size: 18px;
}

.app-nav a, .app-nav .v-btn, .navigation-drawer a, .navigation-drawer .v-btn {
  color: black;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
}
.app-nav .opacity-1, .navigation-drawer .opacity-1 {
  opacity: 1;
}
.app-nav .flipped, .navigation-drawer .flipped {
  transform: scaleY(-1);
}

.app-nav .menu-top-nav .cursor-auto {
  cursor: auto;
}
.app-nav .menu-top-nav .pro-wrapper {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}
.app-nav .menu-top-nav .email-wrapper {
  max-width: 157px;
}
.app-nav .btn-download {
  color: white;
  background: rgb(var(--v-theme-primary)) !important;
  border-radius: 75px;
  font-weight: 600;
}
.app-nav .btn-download:hover {
  box-shadow: 0px 4px 80px 0px rgba(115, 25, 206, 0.42);
}

.already-user-wrapper {
  color: #ABABAB;
  font-size: 12px;
}
.already-user-wrapper a {
  color: #ABABAB !important;
}

svg.stroke-black {
  stroke: black;
}

svg.stroke-white {
  stroke: white;
}

svg.fill-white {
  fill: white;
}

header .v-toolbar__content {
  justify-content: center;
  padding: 4px 33px 4px 64px;
}
@media (max-width: 1150px) {
  header .v-toolbar__content {
    padding: 16px 20px;
  }
}

.static-app h1.title {
  font-weight: bold;
  font-size: 70px !important;
  line-height: 129.5% !important;
  /* 90.65px */
  z-index: 4;
}
@media (max-width: 1150px) {
  .static-app h1.title {
    font-size: 60px !important;
    line-height: 80px !important;
  }
}
@media (max-width: 550px) {
  .static-app h1.title {
    font-size: 36px !important;
    line-height: 50px !important;
  }
}
.static-app h1.title span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #22B07D 40%);
  border-radius: 20px;
}
.static-app .v-btn.cta {
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 16px;
  padding: 25px !important;
  height: 75px !important;
}
.static-app .v-btn.cta.yellow {
  color: white !important;
  background: linear-gradient(88deg, #4C1D95 1.42%, #8B5CF6 100.09%), #1E293B;
}
.static-app .v-btn.cta.green {
  color: #FFFFFF;
  background: linear-gradient(90deg, #22B07D 0%, #1DB17C 100%);
}
.static-app .v-btn.cta.purple-linear {
  color: #FFFFFF;
  background: radial-gradient(178% 2496.75% at 0% -67.33%, #972DC9 0%, #633899 48.96%, rgb(var(--v-theme-primary)) 100%);
}
.static-app .v-btn.cta.yellow-linear {
  color: #FFFFFF;
  background: linear-gradient(91.38deg, #FFC107 -3.65%, #F8CD57 48.04%, #FFC107 109.12%);
}
.static-app .highlight {
  color: rgb(var(--v-theme-primary));
}
.static-app .highlight-green {
  color: #2ECC93;
}
.static-app .howto img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.static-app .jobs h1.title, .static-app .jobs h2, .static-app .ethics h1.title, .static-app .ethics h2, .static-app .branding-guidelines h1.title, .static-app .branding-guidelines h2, .static-app .dmca-policy h1.title, .static-app .dmca-policy h2, .static-app .affiliate h1.title, .static-app .affiliate h2, .static-app .faq h1.title, .static-app .faq h2, .static-app .supported-platforms h1.title, .static-app .supported-platforms h2 {
  background: linear-gradient(to top, #4C1D95, #2C1156);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.static-app .app-landing-wrapper h1.title, .static-app .app-landing-wrapper h2, .static-app .platforms-landing-wrapper h1.title, .static-app .platforms-landing-wrapper h2 {
  background: linear-gradient(to top, #4C1D95, #2C1156);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.static-app .app-landing-wrapper .no-linear-bg, .static-app .platforms-landing-wrapper .no-linear-bg {
  -webkit-text-fill-color: unset;
  line-height: normal;
}
.static-app .app-landing-wrapper p.description, .static-app .app-landing-wrapper .home p.description, .static-app .platforms-landing-wrapper p.description, .static-app .platforms-landing-wrapper .home p.description {
  color: #0F172A;
}
.static-app .app-landing-wrapper ul, .static-app .platforms-landing-wrapper ul {
  margin-left: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .static-app .home .hero .v-badge {
    margin-top: 65px;
  }
}
.static-app .home .voice-universe-bg {
  background-size: 70%;
  background-position: left center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 959px) {
  .static-app .home .voice-universe-bg {
    padding-bottom: 0;
    padding-top: 0;
    background-size: cover;
  }
}
.static-app .home .voice-universe-bg.visible {
  background-image: url("/img/static/voices22.png");
}
.static-app .home .heading-bg {
  background: #F2F3F5;
  color: #1F1F1F;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 10px 15px;
}
.static-app .home .bg-waves {
  background-position: 0px 225px;
  background-repeat: no-repeat;
}
.static-app .home .bg-waves.visible {
  background-image: url("/img/static/bg-waves.jpg");
}
.static-app .home .section-wrapper.who-section-wrapper {
  background-size: cover;
  background-position: 0px 55px;
  background-repeat: no-repeat;
}
.static-app .home .section-wrapper.who-section-wrapper.visible {
  background-image: url("/img/static/bg-waves.jpg");
}
.static-app .home p.description {
  color: #1F1F1F;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}
.static-app .home p.description .highlight {
  font-weight: bold;
}
.static-app .home p.description-big {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 123%;
  color: #0F172A;
  margin-bottom: 0;
}
.static-app .home p.description-big a {
  color: #0F172A;
}
@media screen and (max-width: 1024px) {
  .static-app .home p.description-big {
    text-align: left;
  }
}
.static-app .home p.description-small {
  color: #0F172A;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 129.5%;
}
.static-app .home p.description-small.medium {
  font-weight: 600;
}
.static-app .home .team-members .member-box {
  color: #171717;
  background: #FFFFFF;
  box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12), 0px 50px 3px -35px rgba(49, 89, 211, 0.08);
  border-radius: 49px;
  padding: 20px 40px;
  margin-bottom: 30px;
  font-size: 20px;
}
.static-app .home .team-members .member-box h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: rgb(var(--v-theme-primary));
}
.static-app .home .team-members .member-box h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #3E3E3E;
}
.static-app .home .team-members .member-box .member-social {
  margin-top: 15px;
}
.static-app .home .team-members .member-box .member-social i {
  font-size: 1.5em;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
}
.static-app .home .team-members .member-box .more, .static-app .home .team-members .member-box .less {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #171717;
  padding-left: 0;
}
.static-app .home .team-members .member-box .more i, .static-app .home .team-members .member-box .less i {
  padding-left: 5px;
}
.static-app .home .hero {
  padding: 70px 0;
  background-size: cover;
  background-position: 0;
}
.static-app .home .hero .title {
  padding-bottom: 8px;
}
.static-app .home .hero .section .description-small:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 959px) {
  .static-app .home .hero .description {
    max-width: 500px;
  }
}
@media (max-width: 550px) {
  .static-app .home .hero .description {
    font-size: 14px;
  }
}
.static-app .home .hero .waves-hero {
  background-image: url("/img/tutorial/wave-bg.jpg");
  background-position: top;
  background-size: cover;
}
.static-app .home .hero.waves {
  overflow: hidden;
}
.static-app .home .hero.waves.howto {
  padding-top: 0;
}
.static-app .home .hero.waves.visible {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url("/img/static/soundwaves4.jpg");
}
.static-app .home .hero.about-page {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url("/img/static/about1.jpg");
  background-position: center;
  color: #FFFFFF;
}
.static-app .home .hero.about-page h1.title {
  font-size: 60px !important;
  line-height: 60px !important;
}
@media screen and (min-width: 960px) {
  .static-app .home .hero.about-page h1.title {
    font-size: 110px !important;
    line-height: 90px !important;
  }
}
.static-app .home .hero.about-page h2.sub-title {
  font-size: 30px !important;
}
@media screen and (min-width: 960px) {
  .static-app .home .hero.about-page h2.sub-title {
    font-size: 35px !important;
  }
}
.static-app .home .hero.about-page .headline {
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.static-app .home .about-our-mission {
  background-color: #F6F7FB;
}
.static-app .home .hero.about-growing {
  background-image: url("/img/static/about3.jpg");
}
.static-app .home .hero.about-growing .v-btn {
  box-shadow: 0px 4px 30px #5843E7;
  border-radius: 15px;
  padding: 20px 30px;
  color: rgb(var(--v-theme-primary));
  font-weight: 600;
}
.static-app .home .hero.about-growing h1 {
  font-size: 50px;
  line-height: 65px;
  color: #FFFFFF;
}
@media (max-width: 550px) {
  .static-app .home .hero.about-growing {
    padding-bottom: 50px;
    padding-top: 50px;
    background-position: center;
  }
  .static-app .home .hero.about-growing h1 {
    font-size: 35px;
    line-height: 55px;
  }
}
.static-app .home .hero.home-page {
  background-position: center;
  height: 100vh;
  width: 100vw;
  position: relative;
}
.static-app .home .hero.home-page.visible {
  background-image: url("/img/static/home-new/soundwaves-white.jpg?v=1");
}
.static-app .home .hero.home-page h1.title {
  font-size: 60px !important;
  line-height: 60px !important;
}
@media screen and (min-width: 960px) {
  .static-app .home .hero.home-page h1.title {
    font-size: 70px !important;
    line-height: 70px !important;
  }
}
.static-app .home .hero.home-page h2.sub-title {
  font-weight: 600;
  font-size: 30px !important;
}
@media screen and (min-width: 960px) {
  .static-app .home .hero.home-page h2.sub-title {
    font-size: 45px !important;
  }
}
.static-app .home .hero.home-page .v-btn {
  padding: 30px 50px;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 24px;
}
.static-app .home .hero.home-page .headline {
  z-index: 1;
  margin-top: 15vh;
}
.static-app .home .hero.home-page .btn-wrapper {
  margin-top: 10vh;
}
.static-app .home .hero.home-page .btn-download {
  color: white;
  background: rgb(var(--v-theme-primary));
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .static-app .home .hero.home-page .btn-download {
    font-size: 20px;
  }
}
.static-app .home .hero.home-page .btn-download:hover {
  box-shadow: 0px 4px 80px 0px rgba(115, 25, 206, 0.42) !important;
}
.static-app .home .hero.home-page .btn-demo {
  background: rgba(11, 11, 44, 0.7);
  border: 2px solid #7461FF;
  border-radius: 15px;
}
.static-app .home .hero.home-page .btn-wrapper-launch {
  margin-top: 10vh;
}
.static-app .home .hero.home-page .btn-wrapper-launch .btn-launch {
  background: rgb(var(--v-theme-pwspecial));
  border-radius: 15px;
  color: #000000;
  animation: btn_pulse 5s infinite;
  animation-timing-function: ease-in-out;
}
.static-app .home .hero.home-page .btn-wrapper-launch .btn-download {
  animation: unset;
}
.static-app .home .hero.home-page .waves-wrapper {
  height: 350px;
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .static-app .home .hero.home-page .waves-wrapper {
    height: 500px;
  }
}
.static-app .home .hero.home-page .waves-wrapper .purple-wave, .static-app .home .hero.home-page .waves-wrapper .green-wave {
  position: absolute;
  display: inline-block;
  background-size: contain;
  height: 100%;
  width: 60%;
}
@media screen and (min-width: 960px) {
  .static-app .home .hero.home-page .waves-wrapper .purple-wave, .static-app .home .hero.home-page .waves-wrapper .green-wave {
    background-size: contain;
  }
}
.static-app .home .hero.home-page .waves-wrapper .purple-wave {
  background-position: left;
  left: -60px;
}
@media screen and (min-width: 960px) {
  .static-app .home .hero.home-page .waves-wrapper .purple-wave {
    left: 0;
  }
}
.static-app .home .hero.home-page .waves-wrapper .purple-wave.visible {
  background-image: url("/img/static/purple_wave.png");
}
.static-app .home .hero.home-page .waves-wrapper .green-wave {
  background-position: right;
  right: -60px;
}
@media screen and (min-width: 960px) {
  .static-app .home .hero.home-page .waves-wrapper .green-wave {
    right: 0;
  }
}
.static-app .home .hero.home-page .waves-wrapper .green-wave.visible {
  background-image: url("/img/static/green_wave.png");
}
.static-app .home.home-new .white-bg {
  background-color: white;
}
@media screen and (min-height: 800px) {
  .static-app .home.home-new .youtubers-bottom {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .static-app .home.home-new.tts-landing p.sub-title {
    font-size: 15px !important;
  }
}
.static-app .home.home-new.tts-landing h1, .static-app .home.home-new.tts-landing h2 {
  font-size: 48px;
  line-height: 54px;
  background: linear-gradient(27deg, #4C1D95 22.1%, #000 133.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 550px) {
  .static-app .home.home-new.tts-landing h1, .static-app .home.home-new.tts-landing h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
}
.static-app .home.home-new.tts-landing .btn-get-started {
  border: 6px solid transparent;
  box-shadow: 0 0 0 1px #A78BFA;
  border-radius: 12px;
  background: linear-gradient(88deg, #4C1D95 1.42%, #8B5CF6 100.09%);
  background-clip: padding-box;
}
.static-app .home.home-new.tts-landing .btn-get-started:hover {
  box-shadow: 0px 4px 80px 0px #A78BFA;
}
.static-app .home.home-new.tts-landing .use-case-wrapper {
  background: #5B21B6;
  padding: 50px 0;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .toggle-wrapper .active {
  background: #6D28D9;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .title, .static-app .home.home-new.tts-landing .use-case-wrapper .feature-title {
  color: #EDE9FE;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .subtitle, .static-app .home.home-new.tts-landing .use-case-wrapper .feature-subtitle {
  color: #DDD6FE;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .feature-title, .static-app .home.home-new.tts-landing .use-case-wrapper .feature-subtitle {
  font-size: 16px;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .feature-title {
  line-height: 16px;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .title {
  font-size: 24px;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .subtitle {
  font-size: 18px;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .vertical-line {
  position: absolute;
  left: 0;
  border-left: 1px solid #F5F3FF;
  height: 16px;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .feature-icon {
  display: inline-block;
  border-radius: 4px;
  background: #C4B5FD;
  box-shadow: 0px 0px 2px 0px #8B5CF6;
}
.static-app .home.home-new.tts-landing .use-case-wrapper .feature-icon svg {
  vertical-align: middle;
}
.static-app .home.home-new.tts-landing .faq .got-questions {
  color: #334155;
  font-size: 48px;
}
.static-app .home.home-new.tts-landing .faq .got-questions svg {
  vertical-align: middle;
}
.static-app .home.home-new.tts-landing .faq .question-wrapper {
  border-top: 1px solid #C4B5FD;
}
.static-app .home.home-new.tts-landing .faq .question-wrapper .question-title {
  color: #334155;
  font-size: 28px;
}
.static-app .home.home-new.tts-landing .faq .question-wrapper .question-answer p {
  color: #475569;
  font-size: 16px;
}
.static-app .home.home-new .hero.home-page-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100dvh - 56px);
  width: 100vw;
  position: relative;
}
.static-app .home.home-new .hero.home-page-new.with-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/static/home-new/soundwaves-white.jpg?v=1");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .hero.home-page-new.with-bg::before {
    background-position: left;
  }
}
.static-app .home.home-new .hero.home-page-new .available {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #7E8690;
  font-weight: 400;
  line-height: normal;
  margin-top: 12px;
  height: 20px;
}
.static-app .home.home-new .hero.home-page-new .youtubers-top {
  margin-top: 10vh;
}
@media screen and (max-height: 800px) {
  .static-app .home.home-new .hero.home-page-new .youtubers-top {
    display: none;
  }
}
.static-app .home.home-new .hero.home-page-new .featured {
  margin-top: 10vh;
  font-size: 14px;
  gap: 15px;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .hero.home-page-new .featured {
    margin-top: 5vh;
  }
}
.static-app .home.home-new .hero.home-page-new .featured img {
  max-width: 60%;
}
@media screen and (max-width: 550px) {
  .static-app .home.home-new .hero.home-page-new h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
.static-app .home.home-new .hero.home-page-new p.sub-title {
  font-size: 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .fade-in {
    opacity: 0;
    transition: 0.3s all ease-out;
    transform: scale(0.8);
  }
}
@media screen and (min-width: 960px) {
  .static-app .home.home-new .fade-in-whole {
    opacity: 0;
    transition: 0.3s all ease-out;
    transform: scale(0.8);
  }
}
.static-app .home.home-new .yt-video-holder {
  margin: 0;
}
.static-app .home.home-new .yt-video-holder .y-video {
  background-color: unset;
}
.static-app .home.home-new .yt-video-holder .y-video .y-video__inner {
  border: none;
}
.static-app .home.home-new .yt-video-holder .y-video .y-video__inner img {
  border-radius: 19px;
}
.static-app .home.home-new .btn-get-started, .static-app .home.home-new .btn-try {
  border-radius: 75px;
  font-weight: 600;
  padding: 30px 50px;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .btn-get-started, .static-app .home.home-new .btn-try {
    width: 100%;
  }
}
.static-app .home.home-new .btn-get-started {
  color: white;
  background: rgb(var(--v-theme-wt-primary));
  z-index: 1;
  padding: 25px;
  font-size: 22px;
}
.static-app .home.home-new .btn-get-started:hover {
  box-shadow: 0px 4px 80px 0px rgba(115, 25, 206, 0.42);
}
.static-app .home.home-new .btn-try {
  background: rgb(var(--v-theme-wt-green));
  color: black;
}
.static-app .home.home-new .btn-try:hover {
  box-shadow: 0px 4px 45px 0px rgba(21, 176, 120, 0.5);
}
.static-app .home.home-new .btn-try:hover::before {
  opacity: 0 !important;
}
.static-app .home.home-new .v-img.rounded-borders {
  border-radius: 15px;
}
.static-app .home.home-new .hover-expand {
  transition: all 0.2s ease-in-out;
}
.static-app .home.home-new .hover-expand:hover {
  transform: scale(1.05);
}
.static-app .home.home-new h1, .static-app .home.home-new h2, .static-app .home.home-new h3, .static-app .home.home-new h4 {
  font-family: "SuisseIntl";
  color: #1F1F1F;
}
.static-app .home.home-new h1 {
  font-size: 75px;
  line-height: 82px;
}
@media screen and (max-width: 550px) {
  .static-app .home.home-new h1 {
    font-size: 35px;
    line-height: 38px;
  }
}
.static-app .home.home-new h2 {
  font-size: 64px !important;
  font-weight: 600 !important;
  line-height: 70px !important;
}
@media (max-width: 550px) {
  .static-app .home.home-new h2 {
    font-size: 35px !important;
    line-height: normal !important;
  }
}
.static-app .home.home-new h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 550px) {
  .static-app .home.home-new h3 {
    font-size: 35px;
  }
}
.static-app .home.home-new h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
}
.static-app .home.home-new p {
  color: #1F1F1F;
  font-family: "SuisseIntl";
}
.static-app .home.home-new p a {
  color: inherit;
}
.static-app .home.home-new .text-link {
  color: #7000FF;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 550px) {
  .static-app .home.home-new .text-link {
    font-size: 22px;
  }
}
.static-app .home.home-new .text-link:hover {
  text-shadow: 0px 0px 15px #15b078;
}
.static-app .home.home-new .ecosystem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  border: 2px solid rgb(var(--v-theme-wt-primary));
  border-radius: 15px;
  padding: 30px;
}
.static-app .home.home-new .ecosystem h1 {
  font-size: 22px;
}
.static-app .home.home-new .ecosystem .label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 15px;
  color: #AFAFAF;
  background: #393939;
  font-weight: 600;
}
.static-app .home.home-new .ecosystem .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.static-app .home.home-new .ecosystem .tags span {
  color: #72767D;
  font-weight: 600;
  padding: 0 14px;
  border-radius: 15px;
  border: 1px solid #D6D6D6;
  background: #F2F3F5;
}
.static-app .home.home-new .voices {
  margin-bottom: 50px;
}
.static-app .home.home-new .voices .access-unlimited {
  margin-left: 5%;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .voices .access-unlimited {
    margin-left: 0;
  }
}
.static-app .home.home-new .kevin {
  font-size: 18px;
  font-weight: bold;
  color: #6a7480;
  margin-top: 30px;
}
.static-app .home.home-new .kevin svg {
  display: inline-block;
  vertical-align: middle;
}
.static-app .home.home-new .voice-changer, .static-app .home.home-new .free-to-use {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .voice-changer, .static-app .home.home-new .free-to-use {
    display: block;
    height: auto;
  }
}
.static-app .home.home-new .free-to-use h2 {
  font-size: 60px;
}
@media screen and (max-width: 550px) {
  .static-app .home.home-new .free-to-use h2 {
    font-size: 35px;
  }
}
.static-app .home.home-new .free-to-use p {
  font-size: 18px;
}
.static-app .home.home-new .easy-to-use .ecosystem {
  padding: 20px;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .easy-to-use .ecosystem {
    padding: 30px 80px;
  }
}
@media screen and (min-width: 960px) {
  .static-app .home.home-new .voice-changer h2 {
    font-size: 75px !important;
    line-height: 82px !important;
  }
}
.static-app .home.home-new .voice-changer.visible {
  background-image: url("/img/static/home-new/circles2.png");
  background-size: 45%;
  background-position: 70%;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .voice-changer.visible {
    background-size: 120%;
    background-position-y: bottom;
    background-position-x: 150px;
  }
}
.static-app .home.home-new .free-to-use.visible {
  background-image: url("/img/static/home-new/circles2.png");
  background-position: center;
  background-size: contain;
}
.static-app .home.home-new .bg-streamers, .static-app .home.home-new .bg-meetings, .static-app .home.home-new .bg-gamers {
  height: 485px;
  align-content: center;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 50px;
  background-size: cover !important;
  background-position-y: center !important;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .bg-streamers, .static-app .home.home-new .bg-meetings, .static-app .home.home-new .bg-gamers {
    height: auto;
    padding: 30px;
    box-shadow: 0px 2.83307px 33.99679px 0px rgba(113, 252, 203, 0.08);
  }
}
.static-app .home.home-new .bg-streamers.visible {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0.07%, rgba(0, 0, 0, 0) 61.7%), url("/img/static/home-new/bg-streamer-new.jpg"), lightgray no-repeat;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .bg-streamers.visible {
    transform: rotateY(180deg) !important;
  }
  .static-app .home.home-new .bg-streamers.visible h2 {
    transform: rotateY(180deg) !important;
  }
}
.static-app .home.home-new .bg-meetings.visible {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0.41%, rgba(0, 0, 0, 0) 52.9%), url("/img/static/home-new/bg-meetings-new.jpg"), lightgray no-repeat;
}
.static-app .home.home-new .bg-gamers.visible {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.85) 33.64%, rgba(0, 0, 0, 0) 69.84%), url("/img/static/home-new/bg-gamers-new.jpg"), lightgray no-repeat;
}
@media screen and (max-width: 959px) {
  .static-app .home.home-new .bg-gamers.visible {
    transform: rotateY(180deg) !important;
  }
  .static-app .home.home-new .bg-gamers.visible h2 {
    transform: rotateY(180deg) !important;
  }
}
.static-app .home.home-new .feature-box {
  color: #1F1F1F;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 2px solid rgb(var(--v-theme-wt-primary));
  border-radius: 25px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: bold;
}
.static-app .home.home-new .feature-box .small {
  color: #868689;
  font-size: 14px;
}
@media (min-width: 959px) {
  .static-app .home .amongus .cta, .static-app .home .csgo .cta, .static-app .home .wow .cta, .static-app .home .minecraft .cta,
.static-app .home .whatsapp .cta, .static-app .home .discord .cta, .static-app .home .skype .cta, .static-app .home .google .cta,
.static-app .home .zoom .cta, .static-app .home .twitch .cta, .static-app .home .fortnite .cta, .static-app .home .lol .cta, .static-app .home .pubg .cta,
.static-app .home .cloning .cta, .static-app .home .pc .cta, .static-app .home .mac .cta, .static-app .home .voiceuniverse .cta, .static-app .home .steam .cta,
.static-app .home .viber .cta, .static-app .home .obs .cta, .static-app .home .messenger .cta, .static-app .home .teamspeak .cta, .static-app .home .valorant .cta, .static-app .home .telegram .cta {
    padding: 24px 50px !important;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    height: auto;
    color: #1E1C29;
  }
}
.static-app .home .voice-changer h1, .static-app .home .voice-changer h2 {
  color: #1F1F1F;
}
.static-app .home .voice-changer .heading-bg {
  font-size: 30px;
}
.static-app .home .voice-changer .apps-featured p {
  margin: 50px 0;
  font-size: 25px;
}
.static-app .home .voice-changer .apps-featured .highlight {
  font-weight: 600;
}
.static-app .home .voice-changer .apps-featured .highlight a {
  text-decoration: unset;
  color: inherit;
}
.static-app .home .hero2.voice-changer {
  background-image: url("/img/static/ai-voice-changer-white/ai-vc.png");
  background-position: right;
  background-size: contain;
}
@media (max-width: 1279px) {
  .static-app .home .hero2.voice-changer .section {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.static-app .home .hero3.voice-changer {
  background-image: url("/img/static/ai-voice-changer-white/ai-vc2.png");
  background-position: left;
  background-size: contain;
}
@media (max-width: 1279px) {
  .static-app .home .hero3.voice-changer .section {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.static-app .home .hero5.voice-changer {
  background-image: url("/img/static/ai-voice-changer-white/ai-vc3.png");
  background-position: right;
}
.static-app .home .hero5.voice-changer .box {
  background: #F2F3F5;
  border-radius: 20px;
  border: 1px solid #CFCFD1;
  color: #1F1F1F;
}
.static-app .home .hero5.voice-changer .box .box-title {
  background: #D7DADE;
  border-radius: 20px;
  padding: 2px 15px;
  margin-left: -2px;
  font-size: 25px;
  font-weight: 600;
}
.static-app .home .hero5.voice-changer .box .box-description {
  font-size: 20px;
  padding: 15px;
  margin-bottom: 0;
}
.static-app .home .hero6.voice-changer .features-box {
  border: 1px solid #CFCFD1;
  background: #F2F3F5;
  box-shadow: 0px 4px 20px 0px rgba(172, 172, 172, 0.25);
}
.static-app .home .hero7.voice-changer {
  background-image: url("/img/static/home-new/soundwaves-white.jpg?v=1");
  background-size: cover;
}
.static-app .home .hero.csgo {
  background-image: url("/img/static/csgo1.jpg");
  background-size: auto 65%;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero.csgo {
    background-image: unset;
  }
}
.static-app .home .hero.csgo h1.title {
  text-transform: none;
}
.static-app .home .hero2.csgo {
  background-image: url("/img/static/csgo2.jpg");
  background-size: auto 70%;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.csgo {
    background-image: unset;
  }
}
.static-app .home .hero3.csgo {
  background-image: url("/img/static/csgo3.jpg");
  background-size: auto 50%;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.csgo {
    background-image: unset;
  }
}
.static-app .home .hero4.csgo {
  background-image: url("/img/static/csgo4.jpg");
  background-size: contain;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero4.csgo {
    background-image: unset;
  }
}
.static-app .home .hero.amongus {
  background-image: url("/img/static/amongus.jpg");
  background-position: right;
  background-size: auto;
}
@media (max-width: 959px) {
  .static-app .home .hero.amongus {
    background-image: unset;
  }
}
.static-app .home .hero2.amongus {
  background-image: url("/img/static/amongus2.jpg");
}
@media (max-width: 959px) {
  .static-app .home .hero2.amongus {
    background-image: unset;
  }
}
.static-app .home .hero3.amongus {
  background-image: url("/img/static/amongus3.jpg");
  background-position: right;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 959px) {
  .static-app .home .hero3.amongus {
    background-image: unset;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.static-app .home .hero4.amongus {
  background-image: url("/img/static/amongus4.jpg");
  background-size: auto;
  background-position: center left;
}
@media (max-width: 959px) {
  .static-app .home .hero4.amongus {
    background-image: unset;
  }
}
.static-app .home .hero5.amongus {
  background-image: url("/img/static/amongus5.jpg");
  background-position: right;
  background-size: auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 959px) {
  .static-app .home .hero5.amongus {
    background-image: unset;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.static-app .home .hero.wow {
  background-image: url("/img/static/wow1.jpg");
  background-position: right;
  background-size: unset;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.wow {
    background-image: unset;
  }
}
.static-app .home .hero2.wow {
  background-image: url("/img/static/wow2.jpg");
}
@media (max-width: 959px) {
  .static-app .home .hero2.wow {
    background-image: unset;
  }
}
.static-app .home .hero2.wow .voices1 {
  z-index: 1;
  margin-bottom: -160px;
}
.static-app .home .hero3.wow {
  background-image: url("/img/static/wow3.jpg");
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.wow {
    background-image: unset;
  }
}
.static-app .home .hero.minecraft {
  background-image: url("/img/static/minecraft1.jpg");
  background-position: right;
  background-size: auto;
}
@media (max-width: 959px) {
  .static-app .home .hero.minecraft {
    background-image: unset;
  }
}
.static-app .home .hero2.minecraft {
  background-image: url("/img/static/minecraft2.jpg");
  background-position: left;
  background-size: auto;
}
@media (max-width: 959px) {
  .static-app .home .hero2.minecraft {
    background-image: unset;
  }
}
.static-app .home .hero2.minecraft .voices1 {
  z-index: 1;
  margin-bottom: -160px;
}
.static-app .home .hero3.minecraft {
  background-image: url("/img/static/minecraft3.jpg");
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.minecraft {
    background-image: unset;
  }
}
.static-app .home .hero4.minecraft {
  background-image: url("/img/static/minecraft4.jpg");
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero4.minecraft {
    background-image: unset;
  }
}
.static-app .home .hero4.minecraft .section {
  padding-top: 0;
}
.static-app .home .hero.whatsapp {
  background-image: url("/img/static/whatsapp1.jpg");
  background-size: auto;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.whatsapp {
    background-image: unset;
  }
}
.static-app .home .hero2.whatsapp {
  background-image: url("/img/static/whatsapp2.jpg");
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.whatsapp {
    background-image: unset;
  }
}
.static-app .home .hero3.whatsapp {
  background-image: url("/img/static/whatsapp3.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.whatsapp {
    background-image: unset;
  }
}
.static-app .home .hero.discord {
  background-size: auto 70%;
  background-position: right;
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .static-app .home .hero.discord {
    background-image: none !important;
  }
}
.static-app .home .hero.discord.visible {
  background-image: url("/img/static/discord1.jpg?v=1");
}
.static-app .home .hero2.discord {
  background-size: auto;
  background-position: -115px center;
}
@media (max-width: 959px) {
  .static-app .home .hero2.discord {
    background-image: unset !important;
  }
}
.static-app .home .hero2.discord.visible {
  background-image: url("/img/static/discord3.jpg");
}
.static-app .home .hero3.discord {
  background-size: contain;
  background-position: center;
}
.static-app .home .hero3.discord .voices1 {
  z-index: 1;
  margin-bottom: -100px;
}
@media (max-width: 959px) {
  .static-app .home .hero3.discord {
    background-size: auto;
  }
}
.static-app .home .hero3.discord.visible {
  background-image: url("/img/static/discord3.jpg");
}
.static-app .home .hero.skype {
  background-image: url("/img/static/skype1.jpg");
  background-size: auto 75%;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.skype {
    background-image: unset;
  }
}
.static-app .home .hero2.skype {
  background-image: url("/img/static/skype2.jpg");
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.skype {
    background-image: unset;
  }
}
.static-app .home .hero3.skype {
  background-image: url("/img/static/skype3.jpg");
  background-size: contain;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.skype {
    background-image: unset;
  }
}
.static-app .home .hero.google {
  background-image: url("/img/static/google1.jpg?v=1");
  background-size: auto;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.google {
    background-image: unset;
  }
}
.static-app .home .hero2.google {
  background-image: url("/img/static/google2.jpg");
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.google {
    background-image: unset;
  }
}
.static-app .home .hero2.google .voices1 {
  z-index: 1;
  margin-bottom: -150px;
}
.static-app .home .hero3.google {
  background-image: url("/img/static/google3.jpg?v=1");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.google {
    background-image: unset;
  }
}
.static-app .home .hero.zoom {
  background-image: url("/img/static/zoom1.jpg");
  background-size: unset;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.zoom {
    background-image: unset;
  }
}
.static-app .home .hero2.zoom {
  background-image: url("/img/static/zoom2.jpg");
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.zoom {
    background-image: unset;
  }
}
.static-app .home .hero3.zoom {
  background-image: url("/img/static/zoom3.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.zoom {
    background-image: unset;
  }
}
.static-app .home .hero.twitch {
  background-image: url("/img/static/twitch1.jpg");
  background-size: auto;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.twitch {
    background-image: unset;
  }
}
.static-app .home .hero2.twitch {
  background-image: url("/img/static/twitch2.jpg");
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero2.twitch {
    background-image: unset;
  }
}
.static-app .home .hero2.twitch .voices1 {
  z-index: 1;
  margin-bottom: -150px;
}
.static-app .home .hero3.twitch {
  background-image: url("/img/static/twitch3.jpg");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero3.twitch {
    background-image: unset;
  }
}
.static-app .home .hero4.twitch {
  background-image: url("/img/static/twitch4.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero4.twitch {
    background-image: unset;
  }
}
.static-app .home .hero.fortnite {
  background-image: url("/img/static/fortnite1.jpg");
  background-size: unset;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.fortnite {
    background-image: unset;
  }
}
.static-app .home .hero2.fortnite {
  background-image: url("/img/static/fortnite2.jpg");
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.fortnite {
    background-image: unset;
  }
}
.static-app .home .hero3.fortnite {
  background-image: url("/img/static/fortnite3.jpg");
  background-size: unset;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.fortnite {
    background-image: unset;
  }
}
.static-app .home .hero3.fortnite .voices1 {
  z-index: 1;
  margin-bottom: -150px;
}
.static-app .home .hero.lol {
  background-image: url("/img/static/lol1.jpg?v=1");
  background-size: auto;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.lol {
    background-image: unset;
  }
}
.static-app .home .hero2.lol {
  background-image: url("/img/static/lol2.jpg?v=1");
  background-position: right;
  background-size: auto;
}
@media (max-width: 959px) {
  .static-app .home .hero2.lol {
    background-image: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.static-app .home .hero3.lol {
  background-image: url("/img/static/lol3.jpg?v=1");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero3.lol {
    background-image: unset;
  }
}
.static-app .home .hero.pubg {
  background-image: url("/img/static/pubg1.jpg");
  background-size: auto;
  background-position: right;
  padding-bottom: 0;
}
.static-app .home .hero.pubg .voices1 {
  z-index: 1;
  margin-bottom: -150px;
}
@media (max-width: 959px) {
  .static-app .home .hero.pubg {
    background-image: unset;
  }
}
.static-app .home .hero2.pubg {
  background-image: url("/img/static/pubg2.jpg");
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.pubg {
    background-image: unset;
  }
}
.static-app .home .hero3.pubg {
  background-image: url("/img/static/pubg3.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.pubg {
    background-image: unset;
  }
}
.static-app .home .hero4.pubg {
  background-image: url("/img/static/pubg4.jpg");
  background-size: auto;
}
@media (max-width: 959px) {
  .static-app .home .hero4.pubg {
    background-image: unset;
  }
}
.static-app .home .hero5.pubg {
  background-image: url("/img/static/pubg5.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero5.pubg {
    background-image: unset;
  }
}
.static-app .home .hero.cloning {
  background-image: url("/img/static/cloning.jpg");
  background-size: cover;
  background-position: left;
  padding-bottom: 0;
}
.static-app .home .hero.cloning .voices1 {
  z-index: 1;
  margin-bottom: -120px;
}
@media (max-width: 959px) {
  .static-app .home .hero.cloning {
    background-size: cover;
    background-position: right;
  }
}
.static-app .home .hero2.cloning {
  background-image: url("/img/static/cloning2.jpg");
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.cloning {
    background-size: auto;
    background-position: left;
  }
}
.static-app .home .hero3.cloning {
  background-image: url("/img/static/cloning3.jpg");
  background-size: cover;
  background-position: right;
  padding-top: 50px;
}
@media (max-width: 959px) {
  .static-app .home .hero3.cloning {
    background-size: auto;
    background-position: right;
    padding-top: 0;
  }
}
.static-app .home .hero4.cloning {
  background-image: url("/img/static/cloning4.svg");
  background-size: contain;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero4.cloning {
    background-size: auto;
    background-position: bottom;
  }
}
.static-app .home .hero.voiceuniverse {
  background-image: url("/img/static/voiceuniverse.svg");
  background-size: cover;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero.voiceuniverse {
    background-size: cover;
    background-position: left;
  }
}
.static-app .home .hero2.voiceuniverse {
  background-image: url("/img/static/voiceuniverse2.png");
}
@media (max-width: 959px) {
  .static-app .home .hero2.voiceuniverse {
    background-image: url("/img/static/voiceuniversefilters.png");
    background-size: contain;
    background-position: center;
  }
}
.static-app .home .hero3.voiceuniverse {
  background-image: url("/img/static/voiceuniverse3.png");
  background-size: contain;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.voiceuniverse {
    background-size: cover;
    background-position: right;
  }
}
.static-app .home .hero4.voiceuniverse {
  background-image: url("/img/static/voiceuniverse4.png");
  background-size: auto;
  background-position: left;
}
.static-app .home .hero5.voiceuniverse {
  background-image: url("/img/static/voiceuniverse5.png");
  background-size: contain;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero5.voiceuniverse {
    background-size: cover;
    background-position: right;
  }
}
.static-app .home .hero6.voiceuniverse {
  background-image: url("/img/static/voiceuniverse6.png");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero6.voiceuniverse {
    background-image: url("/img/static/voiceuniversefilters.png");
    background-size: contain;
    background-position: center;
  }
}
.static-app .home .hero7.voiceuniverse {
  background-image: url("/img/static/voiceuniverse7.svg");
  background-size: contain;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero7.voiceuniverse {
    background-size: auto;
    background-position: bottom;
  }
}
.static-app .home .hero.steam {
  background-image: url("/img/static/steam1.jpg");
  background-size: auto 60%;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero.steam {
    background-image: unset;
  }
}
.static-app .home .hero.steam h1.title {
  text-transform: none;
}
.static-app .home .hero2.steam {
  background-image: url("/img/static/steam2.jpg");
  background-size: auto 60%;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.steam {
    background-image: unset;
  }
}
.static-app .home .hero3.steam .reason-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  color: #0F172A;
  font-size: 20px;
  line-height: 129.5%;
}
.static-app .home .hero3.steam .reason-box span {
  font-size: 30px;
  font-weight: 600;
  line-height: 129.5%;
}
.static-app .home .hero.viber {
  background-image: url("/img/static/viber1.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero.viber {
    background-image: unset;
  }
}
.static-app .home .hero2.viber {
  background-image: url("/img/static/viber2.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero2.viber {
    background-image: unset;
  }
}
.static-app .home .hero3.viber {
  background-image: url("/img/static/viber3.jpg");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero3.viber {
    background-image: unset;
  }
}
.static-app .home .hero.mac {
  background-image: url("/img/static/platforms-mac.jpg");
  background-size: 50%;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero.mac {
    background-image: unset;
  }
}
.static-app .home .hero.pc {
  background-image: url("/img/static/platforms-pc.jpg");
  background-size: 50%;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero.pc {
    background-image: unset;
  }
}
.static-app .home .mac .how-to-box {
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
.static-app .home .hero.obs {
  background-image: url("/img/static/obs1.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero.obs {
    background-image: unset;
  }
}
.static-app .home .hero2.obs {
  background-image: url("/img/static/obs2.jpg");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.obs {
    background-image: unset;
  }
}
.static-app .home .obs .step-wrapper {
  border-radius: 20px;
  border: 1px solid #E2E8F0;
  background: #F8FAFC;
  display: flex;
  width: 250px;
  height: auto;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.static-app .home .obs .step-wrapper:last-child {
  margin-right: 0;
}
.static-app .home .obs .step-wrapper span {
  color: #0F172A;
  font-size: 35px;
  font-weight: 600;
  line-height: 129.5%;
  /* 45.325px */
}
.static-app .home .obs .step-wrapper p {
  color: #0F172A;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 129.5%;
  /* 25.9px */
}
.static-app .home .hero3.obs {
  background-image: url("/img/static/obs3.jpg");
  background-size: contain;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.obs {
    background-size: auto;
    background-position: top;
  }
}
.static-app .home .hero4.obs {
  background-image: url("/img/static/obs4.jpg");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero4.obs {
    background-image: unset;
  }
}
.static-app .home .hero4.obs .trump {
  position: absolute;
  top: 200px;
  right: 20px;
}
.static-app .home .hero.messenger {
  background-image: url("/img/static/messenger1.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero.messenger {
    background-image: unset;
  }
}
.static-app .home .hero2.messenger {
  background-image: url("/img/static/messenger2.jpg");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.messenger {
    background-image: unset;
  }
}
.static-app .home .hero3.messenger {
  background-image: url("/img/static/messenger3.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.messenger {
    background-image: unset;
    background-size: auto;
    background-position: top;
  }
}
.static-app .home .hero4.messenger {
  background-image: url("/img/static/messenger4.jpg");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero4.messenger {
    background-image: unset;
  }
}
.static-app .home .hero5.messenger {
  background-image: url("/img/static/messenger5.jpg");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero5.messenger {
    background-image: unset;
    background-size: auto;
    background-position: top;
  }
}
.static-app .home .hero.teamspeak {
  background-image: url("/img/static/teamspeak1.jpg?v=1");
  background-size: auto;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.teamspeak {
    background-image: unset;
  }
}
.static-app .home .hero2.teamspeak {
  background-image: url("/img/static/teamspeak2.jpg?v=1");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.teamspeak {
    background-image: unset;
  }
}
.static-app .home .hero3.teamspeak {
  background-image: url("/img/static/teamspeak3.jpg?v=1");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.teamspeak {
    background-image: unset;
  }
}
.static-app .home .hero4.teamspeak {
  background-image: url("/img/static/teamspeak4.jpg?v=1");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero4.teamspeak {
    background-image: unset;
  }
}
.static-app .home .hero.valorant {
  background-image: url("/img/static/valorant1.jpg?v=1");
  background-size: auto;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.valorant {
    background-image: unset;
  }
}
.static-app .home .hero2.valorant {
  background-image: url("/img/static/valorant2.jpg?v=1");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.valorant {
    background-image: unset;
  }
}
.static-app .home .hero3.valorant {
  background-image: url("/img/static/valorant3.jpg?v=1");
  background-size: auto;
  background-position: right;
}
@media (max-width: 959px) {
  .static-app .home .hero3.valorant {
    background-image: unset;
  }
}
.static-app .home .hero4.valorant {
  background-image: url("/img/static/valorant4.jpg?v=1");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero4.valorant {
    background-image: unset;
  }
}
.static-app .home .valorant .cloning-wrapper {
  border-radius: 20px;
  border: 1px solid #E2E8F0;
  padding: 50px;
}
.static-app .home .hero.telegram {
  background-image: url("/img/static/telegram1.jpg");
  background-size: auto;
  background-position: right;
  padding-bottom: 0;
}
@media (max-width: 959px) {
  .static-app .home .hero.telegram {
    background-image: unset;
  }
}
.static-app .home .hero2.telegram {
  background-image: url("/img/static/telegram2.jpg");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero2.telegram {
    background-image: unset;
  }
}
.static-app .home .hero3.telegram {
  background-image: url("/img/static/telegram3.jpg");
  background-size: auto;
  background-position: left;
}
@media (max-width: 959px) {
  .static-app .home .hero3.telegram {
    padding-top: 0;
    padding-bottom: 0;
    background-image: unset;
  }
}
.static-app .home .hero4.telegram {
  background-image: url("/img/static/telegram4.jpg");
  background-size: auto;
  background-position: left;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 959px) {
  .static-app .home .hero4.telegram {
    padding-top: 0;
    padding-bottom: 0;
    background-image: unset;
  }
}
@media (min-width: 959px) {
  .static-app .home .obscta .cta {
    padding: 24px 50px !important;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    height: auto;
    color: #1E1C29;
  }
}
.static-app .home .obs ul {
  list-style: none;
  margin-left: 15px;
}
.static-app .home .obs ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
.static-app .home .obs ul li span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  color: rgb(var(--v-theme-primary));
  margin-right: 20px;
}
.static-app .home .section h2 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 55px;
  position: relative;
  z-index: 1;
}
@media (max-width: 550px) {
  .static-app .home .section h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}
.static-app .home .section .mobile-bg-img-container {
  position: relative;
  z-index: 0;
  margin-top: -70px;
}
@media (min-width: 1100px) {
  .static-app .home .section .feature-description {
    padding: 60px;
  }
}
.static-app .home .section .feature-description h3 {
  color: rgb(var(--v-theme-primary));
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 26px;
}
@media (max-width: 550px) {
  .static-app .home .section .feature-description h3 {
    font-size: 18px;
  }
}
.static-app .home .section .gradient-border {
  background: linear-gradient(180deg, #9588F2 0%, rgba(149, 136, 242, 0) 100%);
  padding: 1px;
  border-radius: 40px;
  z-index: 2;
  position: relative;
}
.static-app .home .section .gradient-border .steps-box {
  background: #171A25;
  padding: 2rem;
  border-radius: 40px;
  box-shadow: 0px 4px 100px 0px rgb(var(--v-theme-primary));
  position: relative;
  overflow: hidden;
}
.static-app .home .section .gradient-border .steps-box .list-marker {
  font-weight: bold;
  font-size: 58px;
  display: block;
  position: relative;
  z-index: 1;
}
.static-app .home .section .gradient-border .steps-box .list-marker:after {
  content: "";
  display: block;
  position: absolute;
  height: 42px;
  background: rgb(var(--v-theme-primary));
  left: 0;
  right: calc(100% - 50px);
  margin-left: -100%;
  top: 48px;
  z-index: -1;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.static-app .home .section.who-section .box.left .box-border-gradient-wrapper .box-content-wrapper {
  background: linear-gradient(90.16deg, #242731 0.14%, rgba(36, 39, 49, 0) 98.9%);
}
.static-app .home .section.who-section .box.right .box-border-gradient-wrapper .box-content-wrapper {
  background: linear-gradient(90.16deg, rgba(36, 39, 49, 0) 0.14%, #242731 98.9%);
}
.static-app .home .section.who-section .box .box-border-gradient-wrapper {
  padding: 1px;
  border-radius: 40px;
}
.static-app .home .section.who-section .box .box-border-gradient-wrapper .box-content-wrapper {
  border-radius: 40px;
  padding: 20px 35px;
}
.static-app .home .section.who-section .box .box-title {
  color: rgb(var(--v-theme-primary));
  font-weight: bold;
  font-size: 26px;
}
.static-app .home .section .features-box {
  background-color: rgba(36, 39, 49, 0.7);
  box-shadow: 0px 0px 27px rgba(13, 16, 24, 0.5);
  border-radius: 25px;
  background-image: url("/img/static/ellipse-2.svg?v=1");
  background-position: center;
  background-size: cover;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.static-app .home .section .features-box .feature-icon {
  color: #1F1F1F;
  width: 245px;
  padding: 50px 0;
}
.static-app .home .section .features-box .feature-icon img {
  width: 100px;
}
.static-app .home .section .features-box .feature-icon p {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 600;
}
.static-app .platform-icons .v-img, .static-app .platform-icons img {
  display: inline-flex;
  height: 60px;
  width: 60px;
  margin-top: 30px;
  margin-right: 10px;
  opacity: 0.6;
}
.static-app .platform-icons .v-img:hover, .static-app .platform-icons img:hover {
  opacity: 1;
}
.static-app .platform-icons .v-img.active, .static-app .platform-icons img.active {
  opacity: 1;
}
.static-app .platform-icons p {
  font-size: 14px;
  color: #C4C4C4;
}

.fa-play:before {
  margin-left: 8px;
}

.screen {
  border-radius: 50px;
  border: 22px solid rgb(var(--v-theme-primary));
  border-left: unset;
  border-top: unset;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.mt-40px {
  margin-top: 40px !important;
}

.v-alert {
  position: inherit;
  border-radius: 15px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.members-wrapper {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 20px;
  background: #F8FAFC;
  border: 1px solid rgb(var(--v-theme-wt-whiteish));
  border-radius: 12px;
  height: 100%;
}
.members-wrapper p {
  color: #475569;
  line-height: normal;
  margin-bottom: 0;
}
.members-wrapper p.aps {
  font-size: 40px;
}
.members-wrapper p.quote {
  font-size: 25px;
}
.members-wrapper p.position {
  font-size: 14px;
}
.members-wrapper p.name {
  color: #0F172A;
  font-size: 18px;
  font-weight: 600;
}

.how-to-box {
  display: flex;
  border-radius: 20px;
  border: 1px solid #E2E8F0;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .how-to-box {
    padding: 30px;
  }
}
.how-to-box.shadow {
  box-shadow: 0px 20px 70px 0px rgba(140, 69, 255, 0.2), 0px 0px 70px 0px rgba(140, 69, 255, 0.35);
}
.how-to-box .use-cases {
  color: #0F172A;
}
.how-to-box .use-cases h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 129.5%;
}
.how-to-box .use-cases p {
  font-size: 20px;
  line-height: 129.5%;
}
.how-to-box h4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 129.5%;
  margin-bottom: 60px;
}
.how-to-box .cta.green, .how-to-box .cta.yellow {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1024px) {
  .static-app .home .hero {
    padding: 0;
  }
}
.text-white {
  text-decoration: none !important;
}

.text-purple {
  text-decoration: none !important;
}

.yt-video-holder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 50px 0 60px 0;
}
@media (max-width: 959px) {
  .yt-video-holder {
    margin: 50px 0;
  }
}
.yt-video-holder iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.yt-video-holder .yt-vid-mic {
  position: absolute;
  top: 50%;
  left: -25%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .yt-video-holder .yt-vid-mic {
    display: none;
  }
}

.yt-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-size: cover;
}

.yt-lite {
  margin: 50px 0;
}

h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 28px;
}

.purple-text {
  color: rgb(var(--v-theme-primary));
}

/*# sourceMappingURL=static2.css.map*/