*,
::before,
::after {
  box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure, fieldset):where([class]) {
  margin: 0;
}

:where(h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

p {
  margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

a:where([class]) {
  display: inline-flex;
}

button,
label {
  cursor: pointer;
}

button {
  -webkit-tap-highlight-color: transparent;
}

:where([fill]:not([fill=none],
[fill^=url])) {
  fill: currentColor;
}

:where([stroke]:not([stroke=none],
[stroke^=url])) {
  stroke: currentColor;
}

svg * {
  transition-property: fill, stroke;
}

:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family-base: 'Quicksand', sans-serif;
  --font-family-second: 'Cinzel', sans-serif;
  --font-family-third: 'Inter', sans-serif;
  --font-family-fourth: 'Roboto', sans-serif;
  --color-white: #FFFFFF;
  --color-second-white: #F8EEFA;
  --color-white-grey: #BCB1D3;
  --color-pink: #E65FDE;
  --color-orange: #F70;
  --color-black-blue: rgba(19, 6, 49, 0.6);
  --color-black-policy: #09001D;
  --shadow: 0 0 40px rgba(251, 72, 206, 0.5), 0 0 20px rgba(255, 143, 59, 0.7);
  --border: 1px solid rgba(59, 46, 106, 0.5);
  --border-radius: 1.5rem;
  --header-height: clamp(4.75rem, 4.6179577465rem + 0.5633802817vw, 5.125rem);
  --container-width: 79.75rem;
  --container-padding-x: 1.3125rem;
  --transform: all 0.3s ease;
  --transform-box-shadow: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 64.1875rem) {
  :root {
    --container-padding-x: 2.625rem;
  }
}
@media (min-width: 89.9375rem) {
  :root {
    --container-padding-x: 4.875rem;
  }
}

.tvx-container {
  width: 100%;
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}

body {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-family: var(--font-family-base);
  color: var(--color-white-grey);
}

main {
  background: radial-gradient(circle at 50% 92%, rgba(21, 15, 133, 0.4) 0%, rgba(21, 15, 133, 0) 50%), radial-gradient(circle at 50% 8%, rgba(81, 0, 99, 0.4) 0%, rgba(81, 0, 99, 0) 50%), #130631;
}

h1 {
  font-size: clamp(4rem, 3.2957746479rem + 3.0046948357vw, 6rem);
  font-family: var(--font-family-second);
  font-weight: 900;
  color: #fedfff;
  text-align: center;
  letter-spacing: 0.03em;
  text-shadow: var(--shadow);
}
@media (min-width: 64.1875rem) {
  h1 {
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

h2 {
  font-size: clamp(2.75rem, 2.3978873239rem + 1.5023474178vw, 3.75rem);
  font-family: var(--font-family-second);
  text-shadow: var(--shadow);
  color: var(--color-orange);
  line-height: 1.09;
}
@media (min-width: 64.1875rem) {
  h2 {
    line-height: 1;
  }
}

h3 {
  font-size: clamp(1.25rem, 1.161971831rem + 0.3755868545vw, 1.5rem);
  font-family: var(--font-family-second);
  color: var(--color-second-white);
}

a {
  text-decoration: none;
}

.tvx-sprite-icon {
  display: block;
  flex-shrink: 0;
}

body.tvx-is-locked {
  overflow: hidden;
}

.tvx-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 999;
}
.tvx-header:has(.tvx-header__menu.tvx-is-active) {
  backdrop-filter: none;
}
.tvx-header {
  border-bottom: var(--border);
  backdrop-filter: blur(24px);
  background-color: var(--color-black-blue);
}
.tvx-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: clamp(1rem, 0.9339788732rem + 0.2816901408vw, 1.1875rem);
}
.tvx-header__logo {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  transition: var(--transform);
}
.tvx-header__logo:hover {
  transform: scale(1.05);
}
.tvx-header__logo-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #ff8f3b 0%, #fb48ce 100%);
  box-shadow: var(--shadow);
}
.tvx-header__logo-image {
  width: 1.25rem;
  height: 1.25rem;
}
.tvx-header__logo-text {
  font-family: var(--font-family-second);
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-orange);
  text-shadow: var(--shadow);
}
.tvx-header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.75rem;
  padding: 7.5625rem 10.625rem 2.75rem 3.75rem;
  border-bottom: 1px solid rgba(59, 46, 106, 0.5);
  backdrop-filter: blur(24px);
  background: rgba(19, 6, 49, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 64.1875rem) {
  .tvx-header__menu {
    border-bottom: none;
  }
}
.tvx-header__menu.tvx-is-active {
  opacity: 1;
  visibility: visible;
}
.tvx-header__menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
}
.tvx-header__menu-link {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(248, 238, 250, 0.8);
  transition: all 0.3s ease;
}
.tvx-header__menu-link:hover {
  font-weight: 700;
  color: var(--color-white);
}
@media (min-width: 64.1875rem) {
  .tvx-header__menu {
    position: static;
    height: auto;
    z-index: auto;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: row;
  }
  .tvx-header__menu-list {
    flex-direction: row;
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .tvx-header__menu-item--mobile {
    display: none;
  }
}
.tvx-header__button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 0.75rem 2.8125rem;
  border-radius: 50px;
  box-shadow: 0 0 80px rgba(251, 72, 206, 0.3), 0 0 40px rgba(255, 143, 59, 0.5);
  background: linear-gradient(114.41deg, #ff8f3b 6.28%, #fb48ce 93.72%);
  color: #130631;
  transition: var(--transform);
}
.tvx-header__button:hover {
  transform: scale(1.05);
}
.tvx-header__button--mobile {
  display: flex;
}
@media (min-width: 64.1875rem) {
  .tvx-header__button--mobile {
    display: none;
  }
}
.tvx-header__button--desktop {
  display: none;
}
@media (min-width: 64.1875rem) {
  .tvx-header__button--desktop {
    display: flex;
  }
}
.tvx-header__burger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 3.5625rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-image: linear-gradient(114.41deg, #ff8f3b -11.18%, #fb48ce 111.18%);
  box-shadow: var(--shadow);
}
.tvx-header__burger-line {
  position: absolute;
  width: 1.125rem;
  height: 0.125rem;
  background-color: currentColor;
  border-radius: 0.0625rem;
  transition: background-color 0.3s ease;
}
.tvx-header__burger-line::before, .tvx-header__burger-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: inherit;
  transition: transform 0.3s ease, top 0.3s ease, width 0.3s ease;
}
.tvx-header__burger-line::before {
  top: -0.5rem;
  left: 0;
}
.tvx-header__burger-line::after {
  left: auto;
  right: 0;
  top: 0.5rem;
  width: 0.875rem;
}
.tvx-header__burger.tvx-is-active .tvx-header__burger-line {
  background-color: transparent;
}
.tvx-header__burger.tvx-is-active .tvx-header__burger-line::before {
  top: 0;
  transform: rotate(45deg);
}
.tvx-header__burger.tvx-is-active .tvx-header__burger-line::after {
  top: 0;
  width: 100%;
  transform: rotate(-45deg);
}
@media (min-width: 64.1875rem) {
  .tvx-header__burger {
    display: none;
  }
}

.tvx-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1rem;
}
.tvx-section-header--left {
  align-items: flex-start;
  text-align: left;
}
.tvx-section-header__subtitle {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--color-pink);
}
.tvx-section-header__description {
  max-width: 630px;
  margin-top: 2.25rem;
}

.tvx-section-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: clamp(4rem, 3.2957746479rem + 3.0046948357vw, 6rem);
  flex-direction: column;
  row-gap: clamp(2.5rem, 2.1478873239rem + 1.5023474178vw, 3.5rem);
}

.tvx-hero {
  position: relative;
  min-height: 100dvh;
  background: url("../images/hero-img/hero-bg.webp") center/cover no-repeat;
}
.tvx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(180deg, rgb(19, 6, 49) 0%, rgba(19, 6, 49, 0.4) 50%, rgba(19, 6, 49, 0) 100%), linear-gradient(0deg, rgb(19, 6, 49) 0%, rgba(19, 6, 49, 0.4) 50%, rgba(19, 6, 49, 0) 100%);
}
.tvx-hero__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 55.375rem;
  min-height: calc(100dvh - var(--header-height));
  padding-top: calc(var(--header-height) + clamp(6rem, 5.911971831rem + 0.3755868545vw, 6.25rem));
  padding-bottom: clamp(7.8125rem, 5.2156690141rem + 11.0798122066vw, 15.1875rem);
  flex-direction: column;
  row-gap: 1.25rem;
  z-index: 2;
}
.tvx-hero__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: var(--border);
  border-radius: 3.125rem;
  backdrop-filter: blur(8px);
  background: var(--color-black-blue);
  padding: 0.375rem 1rem;
}
.tvx-hero__header-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.tvx-hero__header-text {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-white);
}
.tvx-hero__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.25rem;
}
.tvx-hero__content-description {
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
  color: var(--color-white);
}

.tvx-about__inner {
  gap: clamp(1.625rem, 1.2288732394rem + 1.6901408451vw, 2.75rem);
}
@media (min-width: 64.1875rem) {
  .tvx-about__inner {
    flex-direction: row;
  }
}
.tvx-about__image {
  order: 2;
  flex-shrink: 0;
}
.tvx-about__image-picture {
  border-radius: var(--border-radius);
}
@media (min-width: 64.1875rem) {
  .tvx-about__image {
    order: 1;
    width: 50%;
  }
}
.tvx-about__body {
  display: flex;
  flex-direction: column;
  row-gap: clamp(2.5rem, 2.1478873239rem + 1.5023474178vw, 3.5rem);
  order: 1;
}
.tvx-about__body-content {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.tvx-about__body-description {
  color: var(--color-second-white);
}
@media (min-width: 64.1875rem) {
  .tvx-about__body {
    order: 2;
    width: 50%;
  }
}

.tvx-play__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
}
@media (min-width: 64.1875rem) {
  .tvx-play__list {
    flex-direction: row;
  }
}
.tvx-play__item {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  width: 100%;
  max-width: 24.75rem;
  min-height: 17rem;
  border: var(--border);
  border-radius: var(--border-radius);
  padding-block: clamp(1.5rem, 1.235915493rem + 1.1267605634vw, 2.25rem);
  padding-inline: clamp(1rem, 0.735915493rem + 1.1267605634vw, 1.75rem);
  background-color: #1b1244;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.18), 0 16px 32px rgba(10, 3, 28, 0.7), 0 0 25px rgba(255, 143, 59, 0.12);
  transition: var(--transform-box-shadow);
}
.tvx-play__item:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 20px 40px rgba(10, 3, 28, 0.85), 0 0 35px rgba(251, 72, 206, 0.25), 0 0 15px rgba(255, 143, 59, 0.2);
}
@media (min-width: 64.1875rem) {
  .tvx-play__item {
    min-height: 18.5rem;
  }
}
.tvx-play__item--action {
  min-height: 21.5rem;
}
.tvx-play__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  box-shadow: var(--shadow);
  background-image: linear-gradient(135deg, #ff8f3b 0%, #fb48ce 100%);
}
.tvx-play__item-info {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.tvx-game {
  position: relative;
  overflow: hidden;
}
.tvx-game .tvx-section-inner {
  position: relative;
  z-index: 7;
}
.tvx-game__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 0.8019366197rem + 0.8450704225vw, 1.5625rem);
}
@media (min-width: 64.1875rem) {
  .tvx-game__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tvx-game__item {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
  row-gap: 1rem;
  padding: 1.5625rem 1rem;
  background: linear-gradient(135deg, #1b1244 -11.98%, rgba(53, 34, 106, 0.4) 111.98%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.14), 0 12px 24px rgba(10, 3, 28, 0.75), 0 0 20px rgba(187, 72, 251, 0.15);
  width: 100%;
  max-width: 22.8125rem;
  transition: var(--transform-box-shadow);
}
.tvx-game__item:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 1px 1.5px rgba(255, 255, 255, 0.3), 0 18px 36px rgba(10, 3, 28, 0.9), 0 0 30px rgba(251, 72, 206, 0.3);
}
@media (min-width: 64.1875rem) {
  .tvx-game__item {
    padding: 1.75rem;
  }
}
.tvx-game__item-info {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.tvx-game__gradient {
  position: absolute;
  width: 32.75rem;
  height: 33.125rem;
  border-radius: 50%;
  filter: blur(138px);
  z-index: 6;
}
.tvx-game__gradient-first {
  top: 23%;
  right: 70%;
  background: rgba(255, 143, 59, 0.2);
}
.tvx-game__gradient-second {
  top: 10%;
  left: 70%;
  background: rgba(255, 143, 59, 0.1);
}

.tvx-worlds__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.tvx-worlds__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 64.1875rem) {
  .tvx-worlds__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.tvx-worlds__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 39rem;
  border: var(--border);
  border-radius: var(--border-radius);
  background-color: #1B1244;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 24px 48px rgba(10, 3, 28, 0.85), 0 0 35px rgba(251, 72, 206, 0.15);
  overflow: hidden;
  transition: var(--transform-box-shadow);
}
.tvx-worlds__item:hover {
  transform: translateY(-6px);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.4), 0 30px 60px rgba(10, 3, 28, 0.95), -12px 0 35px rgba(255, 143, 59, 0.2), 12px 0 35px rgba(251, 72, 206, 0.25);
}
.tvx-worlds__item-image {
  position: relative;
}
.tvx-worlds__item-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  bottom: -2px;
  pointer-events: none;
  background: linear-gradient(0deg, #1b1244 0%, rgba(27, 18, 68, 0.3) 50%, rgba(27, 18, 68, 0) 100%);
}
.tvx-worlds__item-info {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 1.25rem 2.25rem;
}
.tvx-worlds__note {
  text-align: center;
}

.tvx-contact {
  position: relative;
  overflow: hidden;
}
.tvx-contact__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: clamp(4rem, 3.2957746479rem + 3.0046948357vw, 6rem);
  flex-direction: column;
  text-align: center;
}
.tvx-contact__wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: clamp(1.5rem, 0.9718309859rem + 2.2535211268vw, 3rem);
  padding-inline: clamp(1.875rem, 1.2147887324rem + 2.8169014085vw, 3.75rem);
  border-radius: 3.75rem;
  background-image: linear-gradient(135deg, #1b1244 2.96%, rgba(53, 34, 106, 0.4) 50%, #1b1244 97.04%);
}
.tvx-contact__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.25rem;
}
.tvx-contact__header-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #ff8f3b 0%, #fb48ce 100%);
  box-shadow: var(--shadow);
  transition: var(--transform);
}
.tvx-contact__header-image:hover {
  transform: scale(1.2);
}
.tvx-contact__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.875rem;
  margin-top: 0.5rem;
}
.tvx-contact__content-email {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(0.875rem, 0.6549295775rem + 0.9389671362vw, 1.5rem);
       column-gap: clamp(0.875rem, 0.6549295775rem + 0.9389671362vw, 1.5rem);
  padding-inline: clamp(1rem, 0.6478873239rem + 1.5023474178vw, 2rem);
  padding-block: clamp(0.625rem, 0.4049295775rem + 0.9389671362vw, 1.25rem);
  border-radius: 2.25rem;
  box-shadow: 0 0 80px rgba(251, 72, 206, 0.3), 0 0 40px rgba(255, 143, 59, 0.5);
  background-image: linear-gradient(99.83deg, #ff8f3b 2.4%, #fb48ce 97.6%);
  transition: var(--transform);
}
.tvx-contact__content-email:hover {
  transform: scale(1.08);
}
.tvx-contact__content-email-text {
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  color: #130631;
}
.tvx-contact__content-note {
  width: 100%;
  max-width: 35.625rem;
}
.tvx-contact__gradient {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  pointer-events: none;
  z-index: 4;
}
.tvx-contact__gradient-first {
  top: 65%;
  left: 70%;
  width: 15rem;
  height: 15rem;
  background: rgba(255, 143, 59, 0.2);
}
@media (min-width: 64.1875rem) {
  .tvx-contact__gradient-first {
    top: 50%;
  }
}
.tvx-contact__gradient-second {
  top: 5%;
  right: 60%;
  width: 16.875rem;
  height: 16.875rem;
  background: rgba(230, 95, 222, 0.2);
}
@media (min-width: 64.1875rem) {
  .tvx-contact__gradient-second {
    right: 75%;
  }
}
@media (min-width: 89.9375rem) {
  .tvx-contact__gradient-second {
    right: 68%;
  }
}

.tvx-footer {
  background-image: linear-gradient(180deg, #0a001f 0%);
}
.tvx-footer__inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-block: 2.5rem;
}
@media (min-width: 64.1875rem) {
  .tvx-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.tvx-footer__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.tvx-footer__logo-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #ff8f3b 0%, #fb48ce 100%);
  box-shadow: var(--shadow);
}
.tvx-footer__logo-text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-second-white);
}
.tvx-footer__logo-description {
  font-size: 12px;
}
.tvx-footer__copyright {
  text-align: center;
  font-size: 0.75rem;
}
.tvx-footer__menu-description {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.tvx-footer__menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.tvx-footer__menu-item {
  display: flex;
  align-items: center;
}
.tvx-footer__menu-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: 0.75rem;
  margin-left: 1.3125rem;
  background-color: var(--color-white-grey);
}
.tvx-footer__menu-link {
  font-size: 0.875rem;
  color: var(--color-white-grey);
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.tvx-footer__menu-link:hover {
  color: #fb48ce;
  transform: scale(1.1);
}

.tvx-policy {
  background: var(--color-black-policy);
}
.tvx-policy__title {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.25;
  padding-top: calc(var(--header-height) + clamp(3.75rem, 3.3098591549rem + 1.8779342723vw, 5rem));
  padding-bottom: 3.75rem;
  color: var(--color-white);
  text-shadow: none;
}
.tvx-policy__content {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem);
}
.tvx-policy__content-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  text-shadow: none;
}
.tvx-policy__content-item {
  position: relative;
  padding-left: 1.25rem;
}
.tvx-policy__content-item::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.3125rem;
  height: 0.3125rem;
  top: 0.8em;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-white);
}
.tvx-policy__content-list-number {
  padding-left: 20px;
}/*# sourceMappingURL=main.css.map */