:root {
  --color-white: #fff;
  --color-black: #222;
  --color-grey-light: #7d808c;
  --color-grey-light-2: #F9F8FF;
  --color-pink: #FF4EFF;
  --color-pink-light: #FFDBFC;
  --color-green: rgba(8, 187, 26, 0.7);
  --app-height: 100vh; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* scrollbar-width: none; */
  -ms-overflow-style: none; }

@media only screen and (min-width: 850px) {
  ::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    /* display: none; */ }
  ::-webkit-scrollbar-thumb {
    border-radius: 17px;
    background-color: var(--color-grey-light) !important;
    /* display: none; */ }
  ::-webkit-scrollbar-track {
    background-image: var(--color-white) !important;
    /* background-color: #6d6b8d; */
    /* display: none; */ } }

::-webkit-scrollbar-button {
  display: none; }

::selection {
  color: #fff;
  background-color: #6d6b8d; }

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s; }

.fade-enter-from,
.fade-enter,
.fade-leave-to {
  opacity: 0; }

html,
body,
.app,
.layout,
#app {
  padding: 0;
  margin: 0;
  color: var(--color-black);
  font-family: Rubik;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--color-white);
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

body {
  overflow-y: visible !important; }

a,
button {
  outline: none;
  border: none;
  background-color: transparent;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  transition: all .3s;
  display: inline-block; }

/* @media only screen and (max-width: 850px) and (min-height: 600px) {
    body,
    .app,
    .layout,
    a,
    button,
    p,
    span,
    div,
    strong {
      font-size: 15px !important;
    }
  } */
ul {
  list-style: none; }

input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  font-size: 1.6rem; }

@media only screen and (max-width: 850px) {
  input,
  textarea {
    font-size: 13px; } }

textarea {
  resize: none;
  overflow: hidden; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield; }

img,
picture,
source,
video,
svg {
  pointer-events: none !important;
  -webkit-user-drag: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

html {
  /* font-size: 62.5%; */
  font-size: 10px; }

@media only screen and (max-width: 1300px) {
  html {
    font-size: 8.96px; } }

@media only screen and (max-width: 1200px) {
  html {
    font-size: 8.36px; } }

@media only screen and (max-width: 1100px) {
  html {
    font-size: 8.04px; } }

@media only screen and (max-width: 900px) {
  html {
    font-size: 7.68px; } }

@media only screen and (max-width: 800px) {
  html {
    font-size: 7.36px; } }

@media only screen and (max-width: 700px) {
  html {
    font-size: 7.04px; } }

@media only screen and (max-width: 680px) and (min-height: 800px) {
  html {
    font-size: 8px; } }

/* @media only screen and (max-width: 950px) and (min-height: 900px) and (min-width: 680px) {
  html {
    font-size: 8.7px;
  }
  } */
@media only screen and (max-width: 600px) {
  html {
    font-size: 7.5px; } }

@media only screen and (max-width: 450px) {
  html {
    font-size: 7.1px; } }

@media only screen and (max-width: 350px) {
  html {
    font-size: 6.56px; } }

@media only screen and (max-width: 1000px) and (max-height: 520px) {
  html {
    font-size: 7px; } }

@media only screen and (min-width: 1650px) {
  html {
    font-size: 11.68px; } }

@media only screen and (min-width: 2400px) {
  html {
    font-size: 12.5px; } }

.tos {
  margin-top: 15rem;
  display: flex;
  flex-direction: column; }
  .tos__bg {
    position: absolute;
    top: 0; }
    .tos__bg.first {
      left: 0;
      height: 34rem; }
      @media screen and (max-width: 1450px) {
        .tos__bg.first {
          height: 20rem; } }
    .tos__bg.second {
      right: 0;
      height: 14.1rem; }
      @media screen and (max-width: 1100px) {
        .tos__bg.second {
          height: 12rem; } }
  .tos__title {
    font-weight: 500;
    font-size: 5.5rem;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.05em;
    text-transform: uppercase; }
  .tos__box {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 75rem;
    align-self: center;
    margin-bottom: 11.55rem; }
    @media screen and (max-width: 850px) {
      .tos__box {
        width: 100%; } }
    .tos__box__el {
      display: flex;
      flex-direction: column;
      gap: 1rem; }
      .tos__box__el__title {
        font-size: 1.71rem;
        font-weight: 700;
        line-height: 150%;
        color: #222222; }
      .tos__box__el__text {
        font-size: 1.71rem;
        line-height: 150%;
        color: #222222; }
  .tos .inner-container {
    margin: 0 auto;
    width: calc(94% - 14rem);
    max-width: 1920px;
    z-index: 10;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 1300px) {
      .tos .inner-container {
        width: calc(100% - 14rem); } }
    @media only screen and (max-width: 850px) {
      .tos .inner-container {
        width: 70%; } }
    @media only screen and (max-width: 750px) {
      .tos .inner-container {
        width: 75%; } }
    @media only screen and (max-width: 600px) {
      .tos .inner-container {
        width: 90%; } }
    @media only screen and (max-width: 450px) {
      .tos .inner-container {
        width: 92%; } }
  .tos .footer-bottom {
    background-color: var(--color-white);
    border-top: 1px solid #D9D9D9;
    height: 34rem;
    width: 100%;
    z-index: 1200; }
    @media screen and (max-width: 850px) {
      .tos .footer-bottom {
        height: 75rem; } }
    .tos .footer-bottom__content {
      margin: 0 auto;
      width: calc(94% - 14rem);
      max-width: 1920px;
      padding: 5.5rem 0 0;
      display: flex;
      flex-direction: column;
      height: 100%; }
      @media only screen and (max-width: 1300px) {
        .tos .footer-bottom__content {
          width: calc(100% - 14rem); } }
      @media only screen and (max-width: 850px) {
        .tos .footer-bottom__content {
          width: 70%; } }
      @media only screen and (max-width: 750px) {
        .tos .footer-bottom__content {
          width: 75%; } }
      @media only screen and (max-width: 600px) {
        .tos .footer-bottom__content {
          width: 90%; } }
      @media only screen and (max-width: 450px) {
        .tos .footer-bottom__content {
          width: 92%; } }
      @media screen and (max-width: 1250px) and (min-width: 850px) {
        .tos .footer-bottom__content {
          padding: 5.5rem 0 0; } }
      @media screen and (max-width: 850px) {
        .tos .footer-bottom__content {
          padding: 6rem 0 0; } }
      .tos .footer-bottom__content__main {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        @media screen and (max-width: 850px) {
          .tos .footer-bottom__content__main {
            flex-direction: column;
            gap: 5rem; } }
        .tos .footer-bottom__content__main__logo {
          height: 8.56rem; }
          @media screen and (max-width: 850px) {
            .tos .footer-bottom__content__main__logo {
              height: 64px; } }
        .tos .footer-bottom__content__main__links {
          display: flex;
          gap: 12.8rem; }
          @media screen and (max-width: 1050px) and (min-width: 850px) {
            .tos .footer-bottom__content__main__links {
              gap: 5rem; } }
          @media screen and (max-width: 850px) {
            .tos .footer-bottom__content__main__links {
              display: grid;
              grid-template-columns: 17rem 17rem;
              justify-content: space-between;
              gap: 4rem; } }
          @media screen and (max-width: 850px) and (min-width: 450px) {
            .tos .footer-bottom__content__main__links {
              justify-content: space-around; } }
          .tos .footer-bottom__content__main__links__el {
            display: flex;
            flex-direction: column;
            align-items: flex-start; }
            .tos .footer-bottom__content__main__links__el__title {
              font-weight: 500;
              font-size: 1.71rem;
              line-height: 2rem;
              color: #222222;
              margin-bottom: 2rem; }
              @media screen and (max-width: 850px) {
                .tos .footer-bottom__content__main__links__el__title {
                  font-size: 15px;
                  line-height: 19px; } }
            .tos .footer-bottom__content__main__links__el__link {
              font-weight: 400;
              font-size: 1.36rem;
              line-height: 2.56rem;
              color: #222222;
              mix-blend-mode: normal;
              opacity: 0.8; }
              @media screen and (max-width: 850px) {
                .tos .footer-bottom__content__main__links__el__link {
                  font-size: 13px;
                  line-height: 30px; } }
              .tos .footer-bottom__content__main__links__el__link:hover {
                opacity: .6; }
            .tos .footer-bottom__content__main__links__el__social {
              display: flex;
              gap: 2rem; }
              .tos .footer-bottom__content__main__links__el__social__link {
                height: 2.5rem;
                width: 2.5rem; }
                @media screen and (max-width: 850px) {
                  .tos .footer-bottom__content__main__links__el__social__link {
                    height: 29px;
                    width: 29px; } }
                .tos .footer-bottom__content__main__links__el__social__link__img {
                  height: 2.5rem;
                  width: 2.5rem; }
                  @media screen and (max-width: 850px) {
                    .tos .footer-bottom__content__main__links__el__social__link__img {
                      height: 29px;
                      width: 29px; } }
            .tos .footer-bottom__content__main__links__el .trustpilot {
              display: flex;
              align-items: flex-end;
              margin-top: 1.4rem; }
              .tos .footer-bottom__content__main__links__el .trustpilot .star {
                width: 2.2rem;
                margin-right: .3rem; }
              .tos .footer-bottom__content__main__links__el .trustpilot span {
                font-size: 1.5rem;
                text-transform: uppercase;
                letter-spacing: -1px; }
                @media screen and (max-width: 850px) {
                  .tos .footer-bottom__content__main__links__el .trustpilot span {
                    font-size: 15px; } }
      .tos .footer-bottom__content__bottom {
        margin-top: 5.4rem;
        padding: 2rem 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top: 2px solid;
        border-image-source: linear-gradient(90deg, rgba(229, 209, 232, 0) 0%, #E5D1E8 51.56%, rgba(229, 209, 232, 0) 100%);
        border-image-slice: 1;
        width: 100%; }
        @media screen and (max-width: 850px) {
          .tos .footer-bottom__content__bottom {
            flex-direction: column;
            gap: 15px;
            padding: 20px 0 30px; } }
        .tos .footer-bottom__content__bottom__digi {
          font-weight: 400;
          font-size: 1.2rem;
          line-height: 1.45rem;
          color: #222222;
          mix-blend-mode: normal;
          opacity: 0.65; }
          @media screen and (max-width: 850px) {
            .tos .footer-bottom__content__bottom__digi {
              font-size: 13px; } }
        .tos .footer-bottom__content__bottom__heavens {
          height: 3rem;
          display: flex;
          align-items: center; }
          @media screen and (max-width: 850px) {
            .tos .footer-bottom__content__bottom__heavens {
              height: 17px;
              padding: 0 2rem;
              font-size: 15px; } }
          .tos .footer-bottom__content__bottom__heavens__img {
            height: 2rem;
            margin-right: .6rem; }
            @media screen and (max-width: 850px) {
              .tos .footer-bottom__content__bottom__heavens__img {
                height: 17px; } }
          .tos .footer-bottom__content__bottom__heavens .red {
            display: inline-block;
            margin-left: 3px;
            color: #FE415E !important; }

.dark-theme .tos * {
  color: var(--color-white); }
