@charset "UTF-8";
@import "./animate.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500&display=swap");

@-webkit-keyframes zoomInCenter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes zoomInCenter {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
            transform: translate(-50%, -50%) scale(0.9);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes sticky {
  from {
    opacity: 0;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes sticky {
  from {
    opacity: 0;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes animInUp {
  from {
    -webkit-transform: translateY(10%) scale(0.98);
            transform: translateY(10%) scale(0.98);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes animInUp {
  from {
    -webkit-transform: translateY(10%) scale(0.98);
            transform: translateY(10%) scale(0.98);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animInUp {
  -webkit-animation-name: animInUp;
  animation-name: animInUp;
}

.zoomInCenter {
  -webkit-animation-name: zoomInCenter;
          animation-name: zoomInCenter;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@font-face {
  font-family: "fontello";
  src: url("../font-icon/font/fontello.eot?32429489");
  src: url("../font-icon/font/fontello.eot?32429489#iefix") format("embedded-opentype"), url("../font-icon/font/fontello.woff2?32429489") format("woff2"), url("../font-icon/font/fontello.woff?32429489") format("woff"), url("../font-icon/font/fontello.ttf?32429489") format("truetype"), url("../font-icon/font/fontello.svg?32429489#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?32429489#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-clipboardtext:before {
  content: "\e800";
} /* '' */
.icon-clipboardtick:before {
  content: "\e801";
} /* '' */
.icon-devices:before {
  content: "\e802";
} /* '' */
.icon-diagram:before {
  content: "\e803";
} /* '' */
.icon-eye:before {
  content: "\e804";
} /* '' */
.icon-home:before {
  content: "\e805";
} /* '' */
.icon-profile2user:before {
  content: "\e806";
} /* '' */
.icon-receiptitem:before {
  content: "\e807";
} /* '' */
.icon-truckfast:before {
  content: "\e808";
} /* '' */
.icon-car:before {
  content: "\e809";
} /* '' */
.icon-cardano:before {
  content: "\e80a";
} /* '' */
.icon-category2:before {
  content: "\e80b";
} /* '' */
.icon-icon-1:before {
  content: "\e80c";
} /* '' */
.icon-icon-4:before {
  content: "\e80d";
} /* '' */
.icon-icon-5:before {
  content: "\e80e";
} /* '' */
.icon-icon-3:before {
  content: "\e80f";
} /* '' */
.icon-icon-8:before {
  content: "\e810";
} /* '' */
.icon-icon-7:before {
  content: "\e811";
} /* '' */
.icon-icon-6:before {
  content: "\e812";
} /* '' */
.icon-icon-2:before {
  content: "\e813";
} /* '' */
.icon-arrow-right:before {
  content: "\e814";
} /* '' */
.icon-arrow-left:before {
  content: "\e815";
} /* '' */
.icon-printer:before {
  content: "\e817";
} /* '' */
.icon-documenttext:before {
  content: "\e818";
} /* '' */
.icon-copy:before {
  content: "\e819";
} /* '' */
.icon-down-open:before {
  content: "\e81f";
} /* '' */
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../font-text/fonts/Satoshi-Bold.woff2") format("woff2"), url("../font-text/fonts/Satoshi-Bold.woff") format("woff"), url("../font-text/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Typography */
h1 {
  font-size: 9vh;
  text-transform: uppercase;
  word-break: break-word;
  letter-spacing: -4px;
}
h1 ._lg {
  font-size: 1.16em;
  text-transform: initial;
  font-style: italic;
  display: block;
  font-weight: 500;
}
h1 span {
  line-height: inherit !important;
}

h2 {
  font-size: 112px;
}
h2._sm {
  font-size: 104px;
}

h3 {
  font-size: 60px;
}
h3._lg {
  font-size: 78px;
}
h3._sm {
  font-size: 50px;
}

h4 {
  font-size: 42px;
}
h4._extra-lg {
  font-size: 48px;
}
h4._lg {
  font-size: 46px;
}
h4._sm {
  font-size: 32px;
}
h4._extra-sm {
  font-size: 29px;
}

h5 {
  font-size: 22px;
}
h5._extra-lg {
  font-size: 26px;
}
h5._lg {
  font-size: 24px;
}
h5._sm {
  font-size: 20px;
}
h5._extra-sm {
  font-size: 18px;
}

h6 {
  font-size: 12px;
}
h6._extra-lg {
  font-size: 16px;
}
h6._lg {
  font-size: 14px;
}
h6._sm {
  font-size: 10px;
}
h6._extra-sm {
  font-size: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 400;
}
p._sm {
  font-size: 18px;
}

:root {
  height: 100%;
}

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

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  cursor: pointer;
  outline: none;
  background: transparent;
}
button:focus {
  outline: none;
}

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

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #161616;
  margin-block: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(99, 129, 255, 0.6);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(99, 129, 255, 0.8);
}

body {
  height: 100%;
  cursor: default;
  font-size: 18px;
  color: #fff;
  line-height: 1.6em;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  background: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.active {
  overflow: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img,
svg {
  pointer-events: none;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 12px;
}
.input input,
.input textarea {
  padding: 1.4em 1.6em;
  border-radius: 0.85em;
  width: 100%;
  background-color: rgba(13, 13, 13, 0.7);
  border: 1px solid #161616;
  resize: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #ccd3d9;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 1;
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  color: rgba(204, 211, 217, 0.4);
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: rgba(204, 211, 217, 0.4);
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: rgba(204, 211, 217, 0.4);
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  color: rgba(204, 211, 217, 0.4);
}
.input input::placeholder,
.input textarea::placeholder {
  color: rgba(204, 211, 217, 0.4);
}
.input input:focus,
.input textarea:focus {
  border-color: rgba(13, 59, 250, 0.3);
  background-color: rgba(13, 13, 13, 0.5);
}
.input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.input__group label {
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.input--ico {
  position: relative;
}
.input--ico input {
  padding: 1.4em 4em 1.4em 1.6em;
}
.input--ico .ico {
  width: 1.42em;
  height: 1.42em;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.input--ico .ico svg {
  width: 100%;
  height: 100%;
  stroke: transparent;
  fill: currentColor;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.input--ico .ico:hover {
  color: #9c9ca4;
}
.input--ico .ico._eyeIco::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 120%;
  width: 2px;
  background: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input--ico .ico._eyeIco.active::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 1;
}
.input--ico._stroke svg {
  stroke: currentColor;
  fill: transparent;
}
.input--select {
  position: relative;
}
.input--select.active .input__selected {
  border-radius: 3px 3px 0 0;
}
.input--select.active .input__selected:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.input--select.active .input__dropdown {
  max-height: 500px;
  opacity: 1;
  pointer-events: all;
}
.input__selected {
  padding: 1em 2.8em 1em 1.6em;
  border: 1px solid #191919;
  color: #fff;
  font-size: 1em;
  position: relative;
  border-radius: 4px;
  background: #0c0d0e;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  line-height: 1em;
  font-weight: 500;
  cursor: pointer;
  min-width: 136px;
  text-align: center;
}
.input__selected::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 20px;
  background-image: url("../images/dashboard/table/arrow-down.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.input__selected:hover {
  opacity: 0.7;
}
.input__dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #0c0d0e;
  border: 1px solid #191919;
  padding: 1em 1.6em 1em 1.6em;
  border-top: unset;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  max-height: 0;
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.input__dropdown-item {
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  cursor: pointer;
}
.input__dropdown-item:hover {
  opacity: 0.7;
}

.button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.95em 1.2em;
  border: 1px solid transparent;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 88px;
  min-width: 132px;
}
.button--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#66eba9), color-stop(#6381fd), color-stop(#ce4fba), to(#fa5561)) border-box;
  background: linear-gradient(90deg, #66eba9, #6381fd, #ce4fba, #fa5561) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.button--primary:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#66eba9), color-stop(#6381fd), color-stop(#ce4fba), to(#fa5561));
  background: linear-gradient(90deg, #66eba9, #6381fd, #ce4fba, #fa5561);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  opacity: 0.2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.button--primary span {
  color: #fff;
  position: relative;
  z-index: 2;
}
.button--primary._lg {
  gap: 24px;
  padding: 1.1em 1.14em 1.1em 2em;
}
.button--primary._lg .ico {
  height: 1.42em;
}
.button--primary._extra {
  font-size: 18px;
  padding: 1em 2.4em;
}
.button--primary._extra-lg {
  font-size: 18px;
  padding: 1em 2em;
}
.button--primary:hover:after {
  opacity: 0.2;
}
.button--secondary {
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#66eba9), color-stop(#6381fd), color-stop(#ce4fba), to(#fa5561));
  background: linear-gradient(90deg, #66eba9, #6381fd, #ce4fba, #fa5561);
  border-radius: 88px;
  border: unset;
  padding: 0.87em 1.2em;
}
.button--secondary:hover {
  opacity: 0.8;
  background-size: 150% 100%;
  background-position: 20%;
}
.button--text {
  padding: 1em 1.5em;
  font-weight: 400;
  position: relative;
  color: #fff;
  border-color: #fff;
  border-radius: 40px;
}
.button--text:hover {
  background: rgba(255, 255, 255, 0.05);
}
.button--social {
  gap: 10px;
  font-weight: 500;
  padding: 1.15em 1.4em;
  border-color: #1f1d23;
  border-radius: 0.85em;
}
.button--social .ico {
  width: 1.14em;
  height: 1.14em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button--social .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.button--social .ico svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.button--social:hover {
  background: rgba(31, 29, 35, 0.4);
}
.button--ico {
  background-color: #0d0d0d;
  border: 1px solid #000000;
  border-radius: 15px;
  padding: 0.8em;
}
.button--ico .ico {
  width: 1.7em;
  height: 1.7em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button--ico:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.button--ico:hover .ico {
  opacity: 0.7;
}
.button:active {
  opacity: 0.7;
}
.button:disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.ratioImage {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
}
.ratioImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratioImage video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratioImage--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.badge {
  border-radius: 100px;
  padding: 0.3em 0.5em;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}

.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 18px;
  z-index: 0;
}
.checkbox input {
  width: 1em;
  height: 1em;
  z-index: 1;
  font-size: inherit;
  opacity: 0;
}
.checkbox input:checked + span::before {
  border-color: #000000;
}
.checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkbox span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.5px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkbox span::before {
  content: "";
  position: absolute;
  display: block;
  top: 40%;
  left: 50%;
  width: 0.25em;
  height: 0.5em;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.2);
  border-right: 1.5px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.checkbox__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox__outer label {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-left: 0.7em;
}
.checkbox__outer label a {
  color: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.checkbox__outer label a:hover {
  opacity: 0.6;
}

.custIcon {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 0.8em;
  width: 0.8em;
  color: inherit;
}
.custIcon--left::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  background: transparent;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
          transform: translate(-25%, -50%) rotate(45deg);
}
.custIcon--rtArr:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  background: transparent;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.custIcon--rtArr::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.custIcon--right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  background: transparent;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.custIcon--up::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  border-bottom: 5px solid #7b8a8a;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custIcon--down::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  border-top: 5px solid #7b8a8a;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custIcon--cross:before, .custIcon--cross:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #000000;
}
.custIcon--cross:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.custIcon--cross:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.custIcon--tick {
  margin-right: 5px;
}
.custIcon--tick:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 80%;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.custIcon--dots {
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #000000;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.custIcon--dots:before, .custIcon--dots:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: inherit;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.custIcon--dots:before {
  left: calc(100% + 0.75em);
}
.custIcon--dots:after {
  right: calc(100% + 0.75em);
}
.custIcon--dots.active {
  width: 4.5em;
  border-radius: 2px;
}
.custIcon--dots.active:before, .custIcon--dots.active:after {
  opacity: 0;
}
.custIcon--rounded {
  font-size: inherit;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #ce4fba;
}
.custIcon--rounded:after {
  top: 45%;
  width: 25%;
  height: 50%;
  border-color: #000000;
}

.noBreak {
  white-space: nowrap;
}

.text {
  font-size: inherit;
  line-height: 1.2em;
  -webkit-text-fill-color: transparent;
}
.text--gradient {
  background: -webkit-gradient(linear, left top, right top, from(#66eba9), color-stop(#6381fd), color-stop(#ce4fba), to(#fa5561));
  background: linear-gradient(90deg, #66eba9, #6381fd, #ce4fba, #fa5561);
  -webkit-background-clip: text;
}
.text--gradient-1 {
  background: -webkit-gradient(linear, left top, right top, from(#ce4fba), to(#fa5561));
  background: linear-gradient(90deg, #ce4fba, #fa5561);
  -webkit-background-clip: text;
}
.text--gradient-2 {
  background: -webkit-gradient(linear, left top, right top, from(#66eba9), to(#6381fd));
  background: linear-gradient(90deg, #66eba9, #6381fd);
  -webkit-background-clip: text;
}
.text--secondary {
  color: #66eba9;
}

.logo {
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.logo:hover {
  opacity: 0.7;
}
.logo__image {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo .text {
  font-weight: 700;
  text-transform: uppercase;
}
.logo--lg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  font-size: 22px;
}
.logo--lg .logo__image {
  width: 4.1em;
  height: 4.1em;
}

.ico {
  display: inline-block;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ico svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.ico._stroke svg {
  fill: transparent;
  stroke: currentColor;
}

.toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.toggle__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toggle__switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
}
.toggle__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle__switch input:checked + .toggle__switch-slider:before {
  -webkit-transform: translate(15px, -50%);
          transform: translate(15px, -50%);
}
.toggle__switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #484848;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 70px;
}
.toggle__switch-slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  top: 50%;
  background-color: #66eba9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
}
.toggle__text {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.toggle__text.active {
  color: #fff;
}

.range {
  position: relative;
  padding-bottom: 66px;
}
.range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 16px;
}
.range input[type=range]::-webkit-slider-runnable-track {
  height: 12px;
  background: #2d2d2d;
  border-radius: 50px;
  overflow: hidden;
}
.range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 2px; /* Höhe des Schiebereglers */
  width: 2px; /* Breite des Schiebereglers */
  background: -webkit-gradient(linear, left top, right top, from(#66eba9), color-stop(#6381fd), color-stop(#ce4fba), to(#fa5561)); /* Farbverlauf für Webkit-Browser */
  background: linear-gradient(90deg, #66eba9, #6381fd, #ce4fba, #fa5561); /* Farbverlauf für andere Browser */
  border-radius: 50%; /* Abgerundete Form */
  -webkit-box-shadow: -1000px 0 0 990px #8ab4fd;
  -shadow: -1000px 0 0 990px 	#8ab4fd; /* Schatten für andere Browser */
}
.range__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.range__line-button {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#66eba9), color-stop(#6381fd), color-stop(#ce4fba), to(#fa5561));
  background: linear-gradient(90deg, #66eba9, #6381fd, #ce4fba, #fa5561);
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
  pointer-events: none;
}
.range__info {
  bottom: 0;
  left: 50%;
  position: absolute;
  padding: 13px 20px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1em;
}
.range__info span {
  position: relative;
  z-index: 2;
}
.range__info .bubles {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  z-index: 0;
}
.range__info .bubles__shape {
  opacity: 1;
  width: 70px;
  height: 70px;
}
.range__info .bubles__shape._pink {
  right: -50%;
  top: 50%;
  bottom: 0;
  background: linear-gradient(243deg, #66eba9, #6381fd, #ce4fba, #fa5561);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.range__info .bubles__shape._yellow {
  top: 50%;
  right: unset;
  left: -50%;
  background: linear-gradient(54deg, #66eba9 0%, #fa5561 100%);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.bubles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
}
.bubles__shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: linear-gradient(215deg, #66eba9, #6381fd, #ce4fba, #fa5561);
  -webkit-filter: blur(200px);
          filter: blur(200px);
  opacity: 0.5;
}
.bubles__shape._yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#66eba9), to(#fa5561));
  background: linear-gradient(180deg, #66eba9 0%, #fa5561 100%);
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.title h6 {
  color: #66eba9;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.list__item {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  padding: 1.1em 1.3em;
  overflow: hidden;
  line-height: 1.6em;
  cursor: pointer;
}
.list__item.active {
  background: rgba(255, 255, 255, 0.06);
}
.list__item.active .bubles {
  opacity: 1;
}
.list .bubles {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}
.list .bubles__shape {
  opacity: 0.4;
  width: 300px;
  height: 300px;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.list .bubles__shape._pink {
  right: -200px;
  top: unset;
  bottom: -150px;
  background: linear-gradient(243deg, #66eba9, #6381fd, #ce4fba, #fa5561);
}
.list .bubles__shape._yellow {
  top: unset;
  right: unset;
  left: -200px;
  bottom: -150px;
  background: linear-gradient(126deg, #66eba9 0%, #fa5561 100%);
}

.blurredPolygon {
  display: inline-block;
  position: relative;
}
.blurredPolygon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
          clip-path: polygon(50% 0%, 85% 15%, 100% 50%, 85% 85%, 50% 100%, 15% 85%, 0% 50%, 15% 15%);
}

canvas {
  width: 100%;
}

form {
  width: 100%;
}

.doughnutChart {
  position: relative;
  z-index: 0;
}
.doughnutChart__info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 60%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
}
.doughnutChart__info strong {
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.doughnutChart__info small {
  color: #bababa;
  font-style: normal;
  font-weight: 600;
  font-size: 0.65em;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.footer {
  padding: 100px 0 20px;
}
.footer__inner {
  padding: 70px 80px;
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
.footer__inner-link {
  color: #dcdcdc;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}
.footer__inner-link:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}
.footer__inner-link:hover {
  color: #fff;
}
.footer__inner-link:hover:after {
  width: 100%;
  opacity: 1;
}
.footer__inner-copy {
  color: #dcdcdc;
  font-size: 18px;
  font-weight: 400;
}
.footer .bubles__shape {
  width: 500px;
  height: 500px;
  opacity: 0.8;
}
.footer .bubles__shape._pink {
  right: -100px;
  top: -100px;
  background: linear-gradient(243deg, #66eba9, #6381fd, #ce4fba, #fa5561);
}
.footer .bubles__shape._yellow {
  top: unset;
  right: unset;
  left: -250px;
  bottom: -250px;
  background: linear-gradient(203deg, #66eba9 0%, #fa5561 100%);
}
.footer .logo {
  margin-bottom: 32px;
}
.footer .autoContainer {
  padding: 0 20px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 30px;
  z-index: 3;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transition-property: opacity, padding, -webkit-transform;
  transition-property: opacity, padding, -webkit-transform;
  transition-property: opacity, transform, padding;
  transition-property: opacity, transform, padding, -webkit-transform;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  padding-left: 50px;
  margin-top: 40px; /* as long as banner-in-construction */
}
.header__inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.header .burger {
  position: absolute;
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header.sticky {
  position: fixed;
  padding: 15px 0;
  -webkit-animation: 0.3s sticky ease-in;
          animation: 0.3s sticky ease-in;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, 0.6);
}
.header.sticky .logo {
  font-size: 28px;
}
.header .button--primary {
  text-transform: uppercase;
}
.header .autoContainer {
  position: relative;
}

.nav {
  margin-top: 40px; /* as long as banner-in-construction */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; /* 1800 % to make full screen TODO HLDRM */
  z-index: 6;
  -webkit-transition: all 0s ease 0.25s, opacity 0.2s ease-in-out 0s;
  transition: all 0s ease 0.25s, opacity 0.2s ease-in-out 0s;
  pointer-events: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.nav::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  pointer-events: none;
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 50px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  min-width: 240px;
  background: #0d0d0d;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  opacity: 0;
  -webkit-transition: 0.15s ease-in-out 0s;
  transition: 0.15s ease-in-out 0s;
}
.nav__inner-link {
  display: block;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: relative;
  padding-bottom: 5px;
}
.nav__inner-link:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.nav__inner-link:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.nav.active {
  pointer-events: all;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.nav.active .nav__inner {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out 0.05s;
  transition: 0.3s ease-in-out 0.05s;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  z-index: 5;
  padding: 30px 20px;
  background: rgba(13, 13, 13, 0.8);
  border-right: 1px solid #0d0d0d;
  overflow: auto;
}
.sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.sidebar__inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.sidebarLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  gap: 0.5em;
  padding: 0.5em 0.75em;
  position: relative;
  cursor: pointer;
}
.sidebarLink::before {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  opacity: 0.2;
  border-radius: 0px 5px 5px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#66e6ad), color-stop(20.83%, rgba(99, 129, 253, 0.79)), color-stop(38.54%, rgba(206, 79, 186, 0.61)), color-stop(61.98%, rgba(250, 85, 97, 0.46)), to(rgba(18, 12, 13, 0)));
  background: linear-gradient(90deg, #66e6ad 0%, rgba(99, 129, 253, 0.79) 20.83%, rgba(206, 79, 186, 0.61) 38.54%, rgba(250, 85, 97, 0.46) 61.98%, rgba(18, 12, 13, 0) 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.sidebarLink:after {
  content: "";
  width: 6px;
  height: 90%;
  border-radius: 2px 5px 5px 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.sidebarLink .ico {
  color: #757575;
  font-size: 1em;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.sidebarLink__text {
  color: #dcdcdc;
  line-height: 1;
  font-size: 0.65em;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.sidebarLink:hover::before {
  opacity: 0.1;
}
.sidebarLink:hover::after {
  opacity: 0.1;
}
.sidebarLink.active .ico {
  background: linear-gradient(138deg, #66eba9 0%, #6381fd 28.65%, #ce4fba 63.54%, #fa5561 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.sidebarLink.active .sidebarLink__text {
  color: #fff;
  font-weight: 600;
}
.sidebarLink.active::before {
  opacity: 0.2;
}
.sidebarLink.active:after {
  opacity: 1;
}
.sidebar .logo {
  font-size: 18px;
}
.sidebar .logo__image {
  width: 3.55em;
  height: 3.55em;
}
.sidebar._admin {
  left: 126px;
  top: 24px;
  height: calc(100% - 48px);
  padding: 14px;
  border-radius: 30px;
  width: 242px;
  position: fixed;
  background-image: url("../images/dashboard/sidebar-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar._admin .sidebar__inner {
  gap: 20px;
}
.sidebar._admin .sidebar__inner-group {
  gap: 12px;
}
.sidebar._admin .sidebar__inner-group h6 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.sidebar._admin .sidebar__inner-body {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #232323;
  border-radius: 50%;
}
.sidebar._admin .sidebar__inner-profile {
  padding: 14px;
  background: #0d0d0d;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
}
.sidebar._admin .sidebar__inner-profile:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  right: 14px;
  background: #66eba9;
}
.sidebar._admin .sidebar__inner-image {
  width: 45px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar._admin .sidebar__inner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar._admin .sidebar__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 5px;
}
.sidebar._admin .sidebar__inner-box h6 {
  font-weight: 500;
}
.sidebar._admin .sidebarLink {
  padding: 10px 15px;
  color: #a5a5a5;
}
.sidebar._admin .sidebarLink:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar._admin .sidebarLink:hover::before {
  opacity: 1;
  background: rgba(13, 13, 13, 0.3);
}
.sidebar._admin .sidebarLink::before {
  background: #0d0d0d;
  left: 0;
  border-radius: 15px;
}
.sidebar._admin .sidebarLink::after {
  display: none;
}
.sidebar._admin .sidebarLink.active::before {
  opacity: 1;
}

.panel {
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 96px;
  height: 100%;
  z-index: 5;
  background-image: url("../images/dashboard/admin-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 38px 13px 35px;
}
.panel__inner {
  height: 100%;
}
.panel__inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  height: calc(100% - 106px);
}
.panel__inner-button {
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.panel__inner-button .ico {
  width: 26px;
  height: 26px;
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.panel__inner-button.active {
  color: #fff;
}
.panel__inner-button:last-child {
  margin-top: auto;
}
.panel__inner-button:hover {
  color: rgba(255, 255, 255, 0.4);
}
.panel__inner-devider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 30px 0 35px;
}
.panel .logo {
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.panel__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.panel__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.burger {
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 10px;
  width: 32px;
  height: 12px;
  color: #fff;
  background: transparent;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.burger span, .burger::after, .burger::before {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  border-radius: 0.4em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger span {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.burger::before {
  content: "";
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.burger::after {
  content: "";
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.burger:hover {
  opacity: 0.8;
}
.burger.active {
  color: #ce4fba;
}
.burger.active::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.burger.active::after {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}
.burger.active span {
  width: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  z-index: 0;
}
.main__content {
  padding-left: 250px;
  position: relative;
  height: 100%;
}
.main__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main__content-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(90px);
          backdrop-filter: blur(90px);
  z-index: 2;
}
.main__content-bg img {
  width: 100%;
  height: 100%;
}
.main__content._admin {
  padding-left: 96px;
}
.main__content._sidebar {
  padding-left: 368px;
}

.autoContainer {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 60px;
}

.video {
  position: relative;
  width: 25px;
  z-index: 0;
}
.video__border {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -20px;
  z-index: 1;
}
.video__border img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}
.video__border ._fog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
}
.video__content {
  z-index: -1;
  padding-bottom: 70%;
}
.video__content .ratioImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: unset !important;
  height: 100% !important;
}
.video__content iframe {
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: black;
}
.video__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.video__box-button {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video__box-button:hover {
  opacity: 0.7;
}
.video__box-button svg {
  width: 100%;
  height: 100%;
}

.notifications {
  position: fixed;
  top: 0;
  left: 110%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in 0.2s, all 0s linear 0.35s;
  transition: opacity 0.2s ease-in 0.2s, all 0s linear 0.35s;
}
.notifications.active {
  opacity: 1;
  left: 0%;
  pointer-events: all;
  -webkit-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.notifications.active .notifications__inner {
  -webkit-transform: unset;
          transform: unset;
  -webkit-transition: -webkit-transform 0.2s ease-out 0.15s;
  transition: -webkit-transform 0.2s ease-out 0.15s;
  transition: transform 0.2s ease-out 0.15s;
  transition: transform 0.2s ease-out 0.15s, -webkit-transform 0.2s ease-out 0.15s;
}
.notifications__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  max-width: 400px;
  background: #161616;
  border-left: 1px solid rgba(255, 255, 255, 0.04);
  padding: 30px 10px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in 0s;
  transition: -webkit-transform 0.2s ease-in 0s;
  transition: transform 0.2s ease-in 0s;
  transition: transform 0.2s ease-in 0s, -webkit-transform 0.2s ease-in 0s;
}
.notifications__inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px 15px 10px;
}
.notifications__inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 15px 0;
}
.notifications__item {
  cursor: pointer;
  position: relative;
  padding: 6px 15px 6px 75px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  min-height: 60px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.notifications__item-ico {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(206, 79, 186, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notifications__item-ico svg {
  width: 55%;
  height: 55%;
  color: #ff7324;
}
.notifications__item strong,
.notifications__item span {
  display: block;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.notifications__item span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8em;
}
.notifications__item.new {
  background-color: rgba(24, 237, 134, 0.15);
}
.notifications__item.new .notifications__item-ico {
  background-color: rgba(24, 237, 134, 0.15);
}
.notifications__item.unread {
  background-color: rgba(255, 255, 255, 0.1);
}
.notifications__item:hover {
  opacity: 0.8;
}

.wrapper {
  position: relative;
}
.wrapper__line {
  position: absolute;
  top: 0;
  right: 5%;
  width: 0;
  border-right: 2px dashed lightblue;
}

@-webkit-keyframes modal-enter {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%) scale(0.95);
            transform: translateY(10%) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: unset;
            transform: unset;
  }
}

@keyframes modal-enter {
  from {
    opacity: 0;
    -webkit-transform: translateY(10%) scale(0.95);
            transform: translateY(10%) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: unset;
            transform: unset;
  }
}
@-webkit-keyframes modal-wrapper-enter {
  from {
    background: transparent;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  to {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
@keyframes modal-wrapper-enter {
  from {
    background: transparent;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  to {
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}
.modal {
  position: relative;
  background: #2d2d2d;
  margin: auto;
  width: 95%;
  max-width: 1100px;
  padding: 2.5rem 1rem 1rem 1rem;
  -webkit-box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.6), 0 20px 35px rgba(206, 79, 186, 0.1);
          box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.6), 0 20px 35px rgba(206, 79, 186, 0.1);
  opacity: 1;
}
.modal.enter {
  -webkit-animation: 0.2s modal-enter ease-out 0.1s;
          animation: 0.2s modal-enter ease-out 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.modal .video {
  width: 100%;
}
.modal.exit {
  -webkit-animation: 0.2s modal-enter ease-out;
          animation: 0.2s modal-enter ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-direction: reverse;
}
.modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__wrapper.enter {
  -webkit-animation: 0.15s modal-wrapper-enter ease-out;
          animation: 0.15s modal-wrapper-enter ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.modal__wrapper.exit {
  -webkit-animation: 0.15s modal-wrapper-enter ease-out 0.2s;
          animation: 0.15s modal-wrapper-enter ease-out 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  animation-direction: reverse;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.modal-close:after, .modal-close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 2px;
  height: 60%;
  background: currentColor;
}
.modal-close:hover {
  color: white;
}
.modal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.login {
  position: relative;
}
.login__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  gap: 30px;
  height: 100dvh;
  height: 100vh;
  min-height: 840px;
  max-width: 385px;
  margin: 0 auto;
}
.login__inner-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
}
.login__inner-info h4 {
  font-weight: 500;
}
.login__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login__inner-box .button {
  background: #000000;
  padding: 1.2em 1.5em;
  min-width: 166px;
  font-weight: 500;
}
.login__inner-devider {
  position: relative;
}
.login__inner-devider::before {
  content: "";
  width: calc(50% - 35px);
  height: 1px;
  background-color: #161616;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.login__inner-devider::after {
  content: "";
  width: calc(50% - 35px);
  height: 1px;
  background-color: #161616;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.login__inner-devider h6 {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
}
.login__inner-text {
  color: #9c9ca4;
  text-align: center;
  line-height: 1.5em;
}
.login__inner-text a {
  font-weight: 400 !important;
}
.login h6 {
  font-weight: 400;
}
.login h6 a {
  color: #0d3bfa;
  font-weight: 500;
}
.login__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.login__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.login__bg-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -2;
  -webkit-filter: blur(90px);
          filter: blur(90px);
}
.login__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login__bg-shape {
  position: absolute;
  width: 1068px;
  left: -4%;
  bottom: -35%;
}
.login__bg-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dashboard {
  padding: 38px 0 34px;
  overflow: auto;
  min-height: 100vh;
}
.dashboard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.dashboard__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.dashboard__inner-graph {
  padding: 20px 24px;
  background: #0c0d0e;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.dashboard__inner-graph-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.dashboard__inner-graph-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboard__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dashboard__inner-box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.dashboard__inner-box h5 {
  font-weight: 600;
}
.dashboard__inner-box h6 {
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}
.dashboard__inner-box h6:nth-child(2)::before {
  background-color: #fa5561;
}
.dashboard__inner-box h6::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #66eba9;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dashboard__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.dashboardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}
.dashboardHeader__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: calc(40% - 10px);
}
.dashboardHeader__box h4 {
  font-weight: 500;
}
.dashboardHeader__box h5 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.dashboardHeader__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(60% - 10px);
  gap: 20px;
}
.dashboardHeader__group .input {
  max-width: 376px;
}
.dashboardHeader__group .input input {
  padding: 1.3em 1.6em 1.3em 3.6em;
  border-color: rgba(0, 0, 0, 0.6);
  background: rgba(13, 13, 13, 0.4);
}
.dashboardHeader__group .input input:focus {
  border-color: rgba(255, 255, 255, 0.2);
}
.dashboardHeader__group .input .ico {
  right: unset;
  left: 16px;
}
.dashboardHeader__group-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.dashboardHeader__group-avatar {
  min-width: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #000000;
}
.dashboardHeader__group-avatar::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #18ed86;
  position: absolute;
  top: 2px;
  right: 0;
  border: 1px solid #000000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.dashboardHeader__group-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.dashboardHeader__group-avatar.online:after {
  opacity: 1;
}
.dashboardHeader__group h5 {
  font-weight: 400;
  white-space: nowrap;
}
.dashboardHeader .button .ico {
  position: relative;
}
.dashboardHeader .button .ico:after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #ff2200;
  border: 2px solid #0d0d0d;
  border-radius: 50%;
  top: -2px;
  right: -1px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.dashboardHeader .button.notification .ico:after {
  opacity: 1;
}
.dashboardHeader._sm {
  margin-bottom: 8px;
}
.dashboardInfo {
  width: calc(33% - 10px);
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  gap: 1em;
}
.dashboardInfo__item {
  padding: 1.15em 1.35em;
  background-color: rgba(13, 13, 13, 0.8);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.dashboardInfo__item-body {
  width: 2.5em;
  height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  background: rgb(255, 246, 39);
}
.dashboardInfo__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.2em;
  height: 1.2me;
}
.dashboardInfo__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboardInfo__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.dashboardInfo__item-box h6 {
  font-weight: 500;
  color: #bababa;
}
.dashboardInfo__item-box h5 {
  font-weight: 600;
}
.dashboardInfo__image {
  width: 100%;
  max-width: 272px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboardInfo__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboardInfo._chart {
  padding: 1.4em 2em;
  background-color: rgba(13, 13, 13, 0.8);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboardInfo._lg .dashboardInfo__item {
  height: calc(50% - 10px);
}
.dashboardInfo._big {
  width: calc(25% - 5px);
  font-size: 18px;
}
.dashboardTable {
  background-color: #0e1013;
  border-radius: 27px;
  overflow: hidden;
  position: relative;
}
.dashboardTable__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 30px;
}
.dashboardTable__container-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.dashboardTable__container-group .button {
  font-size: 12px;
  min-width: unset !important;
}
.dashboardTable__container-group .button--ico {
  margin: 0 10px;
  background: transparent;
  border-radius: 50%;
  border-color: #333;
  padding: 0.9em;
}
.dashboardTable__container-group .button--ico .ico {
  width: 1em;
  height: 1em;
}
.dashboardTable__container-group .button--primary {
  font-family: "Satoshi-Bold", sans-serif;
  gap: 4px;
  padding: 0.75em 1.3em;
}
.dashboardTable__container-group .button--primary .ico {
  font-size: 1.3em;
}
.dashboardTable__container h5 {
  font-weight: 600;
}
.dashboardTable .bubles {
  z-index: 2;
}
.dashboardTable .bubles__shape {
  opacity: 0.15;
}
.dashboardTable .bubles__shape._pink {
  top: -200px;
  right: -200px;
}
.dashboardTable .bubles__shape._yellow {
  top: unset;
  right: unset;
  bottom: -20%;
  left: -200px;
}
.dashboardService {
  position: relative;
  padding: 78px 54px 10px;
}
.dashboardService__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.dashboardService__item {
  width: calc(25% - 10px);
  max-width: 240px;
  border-radius: 1.44em;
  padding: 1.83em 1.1em 1.6em;
  position: relative;
  background: #0e1013;
  overflow: hidden;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px;
  cursor: pointer;
}
.dashboardService__item-image {
  position: relative;
  z-index: 2;
  width: 4.88em;
  height: 4.88em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.dashboardService__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboardService__item h5 {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.dashboardService__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  pointer-events: none;
  opacity: 0;
}
.dashboardService__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboardService__item:hover .dashboardService__item-image {
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
}
.dashboardService__item:hover .dashboardService__item-bg {
  opacity: 0.5;
}
.dashboardService__item.active .dashboardService__item-image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.dashboardService__item.active .dashboardService__item-bg {
  opacity: 1;
}
.dashboardService__bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 85px);
  z-index: 1;
}
.dashboardService__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 2;
}
.dashboardService__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard .autoContainer {
  padding: 0 30px;
  max-width: 1172px;
}
.dashboard .autoContainer._lg {
  max-width: 1222px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
.pagination__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.pagination__container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__button {
  font-size: 1em;
  color: #dcdcdc;
  border-radius: 8px;
  width: 2.8em;
  height: 2.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #111721;
  padding: 0.5em;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.pagination__button .ico {
  width: 1.28em;
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.pagination__button:hover {
  background: rgba(17, 23, 33, 0.7);
}
.pagination__button._arrow {
  border-color: rgba(30, 30, 30, 0.5);
}
.pagination__button._arrow:hover {
  color: #66eba9;
  background: #0e1013;
}
.pagination__button.active {
  border-color: rgba(30, 30, 30, 0.5);
  color: #66eba9;
  background: #0e1013;
}
.pagination h6 {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  position: relative;
  z-index: 2;
}
.table thead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
  background: #0e1013;
}
.table thead::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #141414;
  border-right: unset;
  border-left: unset;
}
.table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.table__body h6 {
  font-weight: 500;
}
.table__body .ico {
  width: 0.8em;
  height: 0.8em;
}
.table th {
  padding: 0.7em 1.25em;
}
.table th:nth-child(1) {
  padding: 0.7em 2.55em 0.7em 1.25em;
}
.table tr td:nth-child(1) {
  border-left: unset;
  padding: 1.9em 2.55em 1.9em 1.25em;
  color: #ff7324;
}
.table tr td:nth-child(6) {
  border-right: unset;
  color: #6381ff;
}
.table td {
  border: 1px solid #141414;
  font-size: 12px;
  padding: 1.9em 1.25em;
  line-height: 1em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
}
.table__wrapper {
  overflow: auto;
  height: calc(100vh - 615px);
  min-height: 220px;
}

.hero {
  position: relative;
  min-height: 100vh;
  height: 100dvh;
  min-height: 720px;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 30px;
  padding: 120px 0 32px 80px;
}
.hero__inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.hero__inner-group h6 {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.hero__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 46px;
  position: relative;
  margin: auto 0;
}
.hero__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.hero__inner-box p {
  max-width: 400px;
}
.hero__inner-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 80px;
}
.hero__inner .video {
  position: absolute;
  right: 5%;
  bottom: 0;
}
.hero__inner h1 span br {
  display: none;
}
.hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.hero__bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hero__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__bg-image._blur {
  position: relative;
}
.hero__bg-image._blur::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.74);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.hero__bg-image._sm {
  z-index: 2;
  width: 80%;
  height: unset;
}
.hero__bg-image._sm .video {
  position: absolute;
  top: 50%;
  left: 62%;
  width: 21.5%;
}
.hero__bg-image._sm .video__border {
  opacity: 0.95;
}
.hero__bg-image._sm .video__box-button {
  width: 40%;
  height: auto;
}
.hero .button--primary {
  text-transform: uppercase;
}
.hero h1 {
  line-height: 1em;
}
.hero .autoContainer {
  height: 100%;
}

.sponsors {
  padding-bottom: 100px;
  position: relative;
}
.sponsors__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 170px;
}
.sponsors__inner-image {
  width: 90%;
  height: 128px;
  max-width: 1146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
.sponsors__inner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sponsors__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  overflow: auto;
}
.sponsors__inner .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.sponsorsItem {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.sponsorsItem__image {
  width: 150px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sponsorsItem__image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sponsorsItem:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.sponsors .bubles__shape {
  top: -100px;
  right: -200px;
  background: linear-gradient(222deg, #66eba9, #6381fd, #ce4fba, #fa5561);
}
.sponsors .autoContainer {
  padding: 0;
}

.about {
  padding: 100px 0;
  position: relative;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__inner .video {
  /*width: calc(54% + 100px);
  margin: -30px 0 0 -160px; TODO HLDRM */
  width: 52%;
  margin: -30px 0 0 0;
}
.about__inner .video .ratioImage {
  padding-bottom: 71%;
  width: 99%;
}
.about__inner-image {
  width: calc(54% + 30px);
  margin: -30px -90px 0 0;
  position: relative;
}
.about__inner-image .ratioImage {
  border-radius: 98px 30px 30px 35px;
  overflow: hidden;
  padding-bottom: 58%;
  width: 100%;
}
.about__inner-image .ratioImage:nth-child(2) {
  display: none;
}
.about__inner-image-parts {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  z-index: 2;
  left: 30px;
  top: -27px;
  display: none;
  overflow: hidden;
}
.about__inner-image-parts._bottom {
  top: unset;
  left: unset;
  right: 16px;
  bottom: -31px;
}
.about__inner-content {
  width: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.about__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.about__inner-box h4 {
  letter-spacing: -1.8px;
}
.about__inner-box p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8em;
  letter-spacing: -0.6px;
  max-width: 548px;
}
.about .bubles__shape {
  right: unset;
  top: unset;
}
.about .bubles__shape._yellow {
  bottom: -60px;
  left: -150px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: linear-gradient(314deg, #66eba9 0%, #fa5561 100%);
}
.about .bubles__shape._pink {
  right: unset;
  top: -50px;
  bottom: unset;
  left: -150px;
  background: linear-gradient(158deg, #66eba9, #6381fd, #ce4fba, #fa5561);
}
.achievement {
  padding: 30px 0;
}
.achievement__inner {
  padding: 60px 40px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.achievement__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
}
.achievementItem {
  width: calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.achievementItem__image {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.achievementItem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.achievementItem__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
}
.achievementItem__box h4 {
  font-weight: 500;
}
.achievementItem__box h5 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.achievement .bubles__shape {
  opacity: 0.7;
}
.achievement .bubles__shape._pink {
  right: -100px;
  top: unset;
  bottom: -50px;
  background: linear-gradient(243deg, #66eba9, #6381fd, #ce4fba, #fa5561);
}
.achievement .bubles__shape._yellow {
  top: unset;
  right: unset;
  left: -150px;
  bottom: -70px;
  background: linear-gradient(203deg, #66eba9 0%, #fa5561 100%);
}

.benefits {
  padding: 100px 0;
  position: relative;
}
.benefits__bg {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 800px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -3;
}
.benefits__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.74);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.benefits__bg img {
  width: 100%;
  height: 100%;
  max-height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.benefits__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits__inner-images {
  width: calc(55% - 15px);
  position: relative;
}
.benefits__inner-images .bubles__shape._yellow {
  right: unset;
  top: unset;
  bottom: -80px;
  left: -150px;
  background: linear-gradient(282deg, #66eba9 0%, #fa5561 100%);
}
.benefits__inner-content {
  width: calc(45% - 15px);
  max-width: 565px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
}
.benefitsImage {
  display: none;
}
.benefitsImage .ratioImage {
  border-radius: 30px 98px 35px 30px;
  overflow: hidden;
}
.benefitsImage .ratioImage img:nth-child(2) {
  display: none;
}
.benefitsImage.active {
  display: block;
}
.benefits .autoContainer {
  padding: 0 60px 0 0;
  max-width: 1440px;
}

.price {
  padding: 100px 0;
  position: relative;
}
.price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price__inner-content {
  width: calc(55% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.price__inner-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 545px;
}
.price__inner-tools {
  padding-bottom: 42px;
  border-bottom: 1px solid #2d2d2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.price__inner-body {
  max-width: 580px;
}
.price__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price__inner-image {
  width: calc(45% - 15px);
  position: relative;
}
.price__inner-image .ratioImage {
  padding-bottom: 135%;
}
.price__inner-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 46px 0 42px;
}
.price__inner-group-text h5 {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: -0.48px;
}
.price__inner-group-text h5._lg {
  color: #fff;
  font-weight: 700;
}
.price__inner-group .button {
  width: 100%;
}
.price__inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.price .bubles__shape {
  top: -50px;
  right: -200px;
  background: linear-gradient(215deg, #66eba9, #6381fd, #ce4fba, #fa5561);
}

.swiper-slide {
  width: auto !important;
  margin: 0 30px;
}

@media (max-width: 1440px) {
  .hero__bg-image._sm {
    width: 95%;
  }
  .benefitsImage._lg .ratioImage {
    border-radius: 0 98px 35px 0;
  }
}
@media (max-width: 1280px) {
  h1 {
    font-size: 7.5vh;
  }
  h4._extra-lg {
    font-size: 45px;
  }
  h4._lg {
    font-size: 42px;
  }
  .main__content {
    padding-left: 200px;
  }
  .main__content._sidebar {
    padding-left: 300px;
  }
  .list {
    font-size: 16px;
  }
  .doughnutChart__info {
    font-size: 20px;
  }
  .header__inner {
    padding-left: 60px;
  }
  .sidebar {
    width: 200px;
  }
  .sidebar .logo {
    font-size: 16px;
  }
  .sidebar__inner-link {
    font-size: 18px;
  }
  .sidebar._admin {
    width: 190px;
    left: 110px;
  }
  .sidebar._admin .sidebarLink {
    font-size: 18px;
  }
  .about__inner .video {
    /* TODO HLDRM */
    /*width: calc(54% + 110px);*/
    width: 50%;
  }
  .about__inner .video__box-button {
    width: 70px;
    height: 70px;
  }
  .about__inner-content {
    gap: 30px;
  }
  .about__inner-box {
    gap: 20px;
  }
  .benefits__inner-images .bubles__shape._yellow {
    left: -270px;
    bottom: -270px;
  }
  .hero__inner {
    padding: 120px 0 32px 60px;
  }
  .dashboard__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dashboardInfo._big {
    width: calc(50% - 10px);
    max-width: unset;
  }
}
@media (max-width: 1160px) {
  .autoContainer {
    padding: 0 40px;
  }
  h1 {
    font-size: 7vh;
  }
  h4._extra-lg {
    font-size: 40px;
  }
  h4._lg {
    font-size: 38px;
  }
  p {
    font-size: 18px;
  }
  .button--primary._extra {
    font-size: 16px;
  }
  .button--primary._extra-lg {
    font-size: 16px;
  }
  .doughnutChart__info {
    font-size: 18px;
  }
  .sponsors {
    padding-bottom: 80px;
  }
  .about {
    padding: 80px 0;
  }
  .achievement {
    padding: 20px 0;
  }
  .benefits {
    padding: 80px 0;
  }
  .benefits__inner-content {
    gap: 30px;
  }
  .benefits .autoContainer {
    padding-right: 40px;
  }
  .price {
    padding: 80px 0;
  }
  .footer {
    padding-top: 80px;
  }
  .dashboard .autoContainer {
    padding: 0 15px;
  }
  .dashboardInfo {
    font-size: 18px;
  }
}
@media (max-width: 1025px) {
  .autoContainer {
    padding: 0 30px;
  }
  h1 ._lg {
    font-size: 1.2em;
  }
  h4._extra-lg {
    font-size: 35px;
  }
  h4._lg {
    font-size: 35px;
  }
  h5 {
    font-size: 18px;
  }
  h5._lg {
    font-size: 20px;
  }
  h5._extra-sm {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  p._sm {
    font-size: 16px;
  }
  .button--primary {
    min-width: 120px;
  }
  .button--primary._extra {
    font-size: 14px;
  }
  .button--primary._extra-lg {
    font-size: 14px;
  }
  .button--secondary {
    font-size: 20px;
  }
  .logo {
    font-size: 30px;
  }
  .logo--lg {
    font-size: 20px;
  }
  .list {
    font-size: 14px;
  }
  .toggle {
    font-size: 13px;
  }
  .header {
    padding: 25px 0;
  }
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 40px;
  }
  .header__inner-logo {
    padding-right: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.27);
    border: 0;
  }
  .header__inner .burger {
    z-index: 2;
    left: 15px;
  }
  .hero__inner {
    padding: 120px 0 32px 45px;
  }
  .hero__bg-image._sm {
    width: 60%;
    max-width: 500px;
  }
  .hero__bg-image._sm .video {
    left: 31%;
    top: 52%;
    width: 32.5%;
  }
  .sponsors__inner {
    gap: 150px;
  }
  .sponsors__inner-image {
    height: 110px;
  }
  .sponsors__inner-row {
    gap: 70px;
  }
  .sponsorsItem__image {
    width: 140px;
    height: 30px;
  }
  .achievement__inner {
    padding: 50px 30px;
  }
  .achievement__inner-row {
    gap: 15px;
  }
  .achievementItem {
    gap: 15px;
  }
  .achievementItem__image {
    width: 45px;
    height: 45px;
  }
  .benefits {
    padding: 80px 0;
  }
  .benefits__inner-content {
    gap: 20px;
  }
  .benefits .autoContainer {
    padding-right: 30px;
  }
  .price__inner-tools {
    padding-bottom: 35px;
  }
  .price__inner-content {
    gap: 55px;
  }
  .price__inner-group-text {
    padding: 35px 0;
  }
  .footer__inner {
    padding: 60px;
  }
}
@media (max-width: 940px) {
  .autoContainer {
    padding: 0 30px;
  }
  h1 {
    font-size: 6.5vh;
  }
  h4._extra-lg {
    font-size: 32px;
  }
  h4._lg {
    font-size: 32px;
  }
  .hero__inner {
    padding: 100px 0 32px 45px;
  }
  .sponsors {
    padding-bottom: 60px;
  }
  .sponsors__inner {
    gap: 130px;
  }
  .sponsors__inner-image {
    height: 100px;
  }
  .sponsors__inner-row {
    gap: 60px;
  }
  .sponsorsItem__image {
    width: 130px;
    height: 27px;
  }
  .swiper-slide {
    margin: 0 20px;
  }
  .about {
    padding: 60px 0;
  }
  .about__inner .video {
    /*width: calc(54% + 120px); TODO HLDRM */
    width: 50%;
  }
  .about__inner .video__box-button {
    width: 60px;
    height: 60px;
  }
  .about__inner-content {
    gap: 20px;
  }
  .about__inner-box {
    gap: 15px;
  }
  .achievement {
    padding: 10px 0;
  }
  .benefits {
    padding: 60px 0;
  }
  .price {
    padding: 60px 0;
  }
  .price__inner-tools {
    padding-bottom: 35px;
  }
  .price__inner-content {
    width: calc(50% - 15px);
    gap: 40px;
  }
  .price__inner-image {
    width: calc(50% - 15px);
  }
  .price__inner-group-text {
    padding: 30px 0;
  }
  .footer {
    padding-top: 60px;
  }
  .footer__inner {
    padding: 45px;
  }
  .footer__inner-column {
    gap: 28px;
  }
  .footer__inner-link {
    font-size: 16px;
  }
  .footer__inner-copy {
    font-size: 16px;
  }
  .footer .logo {
    margin-bottom: 25px;
  }
}
@media (max-width: 840px) {
  h1 {
    font-size: 60px;
  }
  h4 {
    font-size: 40px;
  }
  h5._extra-sm {
    font-size: 14px;
  }
  .button {
    font-size: 12px;
  }
  .button--primary {
    min-width: 100px;
  }
  .button--primary._lg {
    gap: 15px;
  }
  .button--primary._extra {
    font-size: 12px;
  }
  .button--primary._extra-lg {
    font-size: 12px;
  }
  .button--secondary {
    font-size: 20px;
  }
  .logo {
    font-size: 28px;
  }
  .logo--lg {
    font-size: 19px;
  }
  .header {
    padding: 20px 0;
  }
  .header.sticky {
    padding: 10px 0;
  }
  .header.sticky .logo {
    font-size: 26px;
  }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .about__inner._lg {
    gap: 70px;
  }
  .about__inner .video {
    width: 100%;
    margin: 0 auto;
    max-width: 700px;
  }
  .about__inner .video__box-button {
    width: 50px;
    height: 50px;
  }
  .about__inner-content {
    gap: 25px;
    max-width: 700px;
    width: 100%;
  }
  .about__inner-box {
    gap: 15px;
  }
  .about__inner-box p {
    max-width: unset;
  }
  .about__inner-image {
    width: 100%;
    width: calc(100% + 30px);
    margin: 0 -30px 0 0;
  }
  .about__inner-image .ratioImage {
    display: none;
  }
  .about__inner-image .ratioImage:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 98px 0 0 35px;
  }
  .about__inner-image-parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__inner h4 {
    max-width: 450px;
  }
  .achievement__inner {
    padding: 50px 20px;
  }
  .achievement__inner-row {
    gap: 10px;
  }
  .achievementItem {
    width: calc(25% - 5px);
  }
  .achievementItem__box {
    gap: 5px;
  }
  .achievementItem__image {
    width: 40px;
    height: 40px;
  }
  .achievementItem h4._lg {
    font-size: 28px;
  }
  .benefits__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 70px;
  }
  .benefits__inner-images {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
  .benefits__inner-content {
    width: 100%;
    max-width: unset;
  }
  .benefitsImage._lg .ratioImage img {
    display: none;
  }
  .benefitsImage._lg .ratioImage img:nth-child(2) {
    display: block;
  }
  .benefitsImage._sm .ratioImage img:nth-child(1) {
    display: none;
  }
  .benefitsImage._sm .ratioImage img:nth-child(2) {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  .benefitsImage._sm .ratioImage img:nth-child(3) {
    display: block;
  }
  .benefitsImage._extra-sm .ratioImage img:nth-child(1) {
    display: none;
  }
  .benefitsImage._extra-sm .ratioImage img:nth-child(2) {
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  .benefitsImage._extra-sm .ratioImage img:nth-child(3) {
    display: block;
  }
  .benefits .autoContainer {
    padding: 0 30px;
  }
  .price__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
  .price__inner-box h4 {
    max-width: 500px;
  }
  .price__inner-box p {
    max-width: unset;
  }
  .price__inner-body {
    margin: 0 auto;
    width: 100%;
  }
  .price__inner-content {
    width: 100%;
    max-width: unset;
    gap: 35px;
  }
  .price__inner-image {
    width: 100%;
  }
  .price__inner-image .ratioImage {
    padding-bottom: 100%;
  }
  .price__inner-image .bubles {
    display: none;
  }
  .login__inner {
    padding: 40px 0;
    gap: 20px;
    min-height: 700px;
  }
  .login__bg-shape {
    left: -10%;
    bottom: -15%;
  }
  .login .logo {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
  p {
    font-size: 14px;
  }
  p._sm {
    font-size: 14px;
  }
  h5._extra-sm {
    font-size: 12px;
  }
  h4 {
    font-size: 35px;
  }
  h6 {
    font-size: 12px;
  }
  h6._lg {
    font-size: 12px;
  }
  .logo {
    font-size: 26px;
  }
  .logo--lg {
    font-size: 18px;
  }
  .hero__inner {
    gap: 40px;
  }
  .hero__inner-content {
    margin: 5vh 0 auto 0;
  }
  .hero__bg-image._sm {
    width: 90%;
    max-width: unset;
  }
  .sponsors__inner {
    gap: 100px;
  }
  .sponsors__inner-image {
    height: 90px;
  }
  .sponsors__inner-row {
    gap: 50px;
  }
  .sponsorsItem__image {
    width: 130px;
    height: 25px;
  }
  .swiper-slide {
    margin: 0 15px;
  }
  .footer__inner {
    padding: 30px;
  }
  .footer__inner-column {
    gap: 22px;
  }
  .footer__inner-link {
    font-size: 14px;
  }
  .footer__inner-copy {
    font-size: 14px;
  }
}
@media (max-width: 668px) {
  .button {
    border-radius: 61px;
  }
  .button--primary::before {
    border: 1px solid transparent;
  }
  .logo {
    font-size: 24px;
  }
  .logo--lg {
    font-size: 16px;
  }
  .bubles__shape {
    -webkit-filter: blur(200px);
            filter: blur(200px);
    width: 350px;
    height: 350px;
  }
  .list .bubles {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .list .bubles__shape {
    opacity: 1;
    width: 150px;
    height: 150px;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0.3;
  }
  .list .bubles__shape._pink {
    right: -70px;
    top: unset;
    bottom: -50px;
  }
  .list .bubles__shape._yellow {
    top: unset;
    right: unset;
    left: -50px;
    bottom: -50px;
  }
  .header__inner {
    padding-left: 0;
  }
  .header__inner .burger {
    z-index: 2;
    left: 0;
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    width: 22px;
    height: 10px;
  }
  .hero__inner {
    padding-left: 0;
  }
  .hero__inner-tabs {
    display: none;
  }
  .sponsors {
    padding: 0 0 50px 0;
  }
  .sponsors__inner {
    gap: 80px;
  }
  .sponsors__inner-row {
    gap: 50px;
  }
  .sponsorsItem__image {
    width: 125px;
    height: 23px;
  }
  .about {
    padding: 50px 0;
  }
  .about__inner .video .bubles__shape._yellow {
    bottom: -170px;
    left: -100px;
  }
  .achievement {
    padding: 0 0;
  }
  .achievement__inner-row {
    gap: 60px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .achievementItem {
    width: calc(50% - 10px);
  }
  .achievementItem__box {
    gap: 5px;
  }
  .achievementItem__image {
    width: 40px;
    height: 40px;
  }
  .achievementItem h4._lg {
    font-size: 28px;
  }
  .achievement .bubles__shape {
    opacity: 1;
  }
  .achievement .bubles__shape._pink {
    right: -300px;
    top: unset;
    bottom: -140px;
  }
  .achievement .bubles__shape._yellow {
    top: -140px;
    right: unset;
    left: -300px;
    bottom: unset;
  }
  .benefits {
    padding: 80px 0 50px;
  }
  .benefits__inner-images .bubles__shape._yellow {
    width: 250px;
    height: 250px;
    -webkit-filter: blur(120px);
            filter: blur(120px);
    left: -100px;
    bottom: -50px;
  }
  .price {
    padding: 50px 0;
  }
  .price__inner-image .ratioImage {
    padding-bottom: 120%;
  }
  .footer {
    padding-top: 50px;
  }
  .footer__inner {
    padding: 26px;
    border-radius: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
  .footer__inner-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 68px 30px;
  }
  .footer__inner-column {
    width: calc(50% - 15px);
  }
  .footer .logo {
    margin-bottom: 0;
  }
  .footer .autoContainer {
    padding: 0 10px;
  }
}
@media (max-width: 550px) {
  .header .logo .text {
    display: none;
  }
  .header.sticky .logo {
    font-size: 20px;
  }
  .nav__inner {
    padding: 50px 30px;
  }
  .nav__inner-link {
    font-size: 16px;
  }
  .hero__inner-footer {
    gap: 40px;
  }
  .hero__inner-group {
    gap: 30px;
  }
  .achievementItem__image {
    width: 35px;
    height: 35px;
  }
  .achievementItem h4._lg {
    font-size: 26px;
  }
}
@media (max-width: 460px) {
  .toggle__text {
    font-size: 14px;
  }
  .about__inner {
    gap: 32px;
  }
  .about__inner .video {
    /*width: calc(100% + 70px);
    margin: 0 0 0 -70px; TODO HLDRM */
    width: 100%;
    margin: 0 0 0 10px;
  }
  .about__inner-image .ratioImage {
    padding-bottom: 64%;
  }
  .about__inner-image .ratioImage:nth-child(2) {
    border-radius: 48px 0 0 17px;
  }
  .about__inner-image-parts {
    width: 62px;
    height: 62px;
  }
  .achievementItem__image {
    width: 30px;
    height: 30px;
  }
  .benefitsImage._lg .ratioImage {
    padding-bottom: 72%;
    border-radius: 0 54px 19px 0;
  }
  .benefitsImage._sm {
    width: 39%;
    top: -20px;
    left: -35px;
  }
  .benefitsImage._sm .ratioImage {
    border-radius: 12px;
  }
  .benefitsImage._sm .ratioImage img:nth-child(2) {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  .benefitsImage._extra-sm {
    bottom: -16px;
    right: 30px;
  }
  .benefitsImage._extra-sm .ratioImage {
    border-radius: 12px;
  }
  .benefitsImage._extra-sm .ratioImage img:nth-child(2) {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  .price__inner-tools {
    padding-bottom: 22px;
  }
  .price__inner-box {
    gap: 10px;
  }
  .price__inner-image .ratioImage {
    padding-bottom: 145%;
  }
  .price__inner-group-text {
    padding: 32px 0 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .price__inner-wrapper {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero {
    min-height: 700px;
  }
  .hero h1 span br {
    display: block;
  }
  .login__inner {
    min-height: 650px;
  }
  .login__inner-box .button {
    min-width: 140px;
  }
  .login .input {
    font-size: 10px;
  }
  .login .input__group {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  h1 ._lg {
    font-weight: 500;
    margin-top: unset;
  }
  p {
    font-size: 12px;
  }
  p._sm {
    font-size: 12px;
    line-height: 1.5em;
  }
  h5 {
    font-size: 15px;
  }
  h5._lg {
    font-size: 17px;
  }
  h5._extra-sm {
    font-size: 10px;
  }
  h4 {
    font-size: 29px;
  }
  h6 {
    font-size: 10px;
  }
  h6._lg {
    font-size: 10px;
  }
  .button {
    font-size: 10px;
    min-width: 92px;
    padding: 0.99em 1.2em;
  }
  .button--primary._lg {
    padding: 1em 1.14em 1em 2em;
    line-height: 1.1em;
  }
  .button--primary._lg.parallaxLayer {
    /* TODO HLDRM */
    margin-top: 120px;
  }
  .button--primary._extra {
    padding: 1em;
  }
  .button--secondary {
    font-size: 17px;
    padding: 0.87em 1.2em;
  }
  .logo {
    font-size: 22px;
  }
  .logo--lg {
    font-size: 15px;
  }
  .list {
    font-size: 12px;
  }
  .range {
    padding-bottom: 45px;
  }
  .range__line-button {
    width: 24px;
    height: 24px;
  }
  .range__info {
    font-size: 12px;
    padding: 9px 14px;
  }
  .range__info .bubles__shape {
    width: 100px;
    height: 100px;
    opacity: 0.4;
  }
  .range__info .bubles__shape._yellow {
    -webkit-filter: blur(30px);
            filter: blur(30px);
    left: -70px;
  }
  .range__info .bubles__shape._pink {
    right: -70px;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  .range input[type=range]::-webkit-slider-runnable-track {
    height: 6px;
  }
  .toggle {
    gap: 8px;
  }
  .toggle__text {
    font-size: 12px;
  }
  .toggle__switch {
    width: 25px;
    height: 16px;
    border-radius: 49px;
  }
  .toggle__switch-slider::before {
    width: 11px;
    height: 11px;
    left: 2px;
  }
  .toggle__switch input:checked + .toggle__switch-slider:before {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  .achievementItem__image {
    width: 27px;
    height: 27px;
  }
  .footer__inner-column {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer__inner-link {
    font-size: 12px;
  }
  .footer__inner-copy {
    font-size: 12px;
  }
  .login__inner {
    padding: 30px 0;
    min-height: 570px;
  }
  .login__inner-box .button {
    min-width: 115px;
  }
  .login__inner-devider::before {
    width: calc(50% - 24px);
  }
  .login__inner-devider::after {
    width: calc(50% - 24px);
  }
  .login__bg-shape {
    left: -10%;
    bottom: -15%;
  }
  .login .logo {
    font-size: 15px;
  }
  .login .input {
    font-size: 8px;
  }
  .login .input--ico .ico {
    width: 1.5em;
    height: 1.5em;
    right: 10px;
  }
  .login .input__group {
    font-size: 10px;
  }
  .login__bg-shape {
    left: -100%;
    bottom: -20%;
    width: 800px;
  }
}