@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  color: white;
  border: none;
}

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

body {
  background-color: #1d1d1d;
  overflow-x: hidden;
  min-height: 100%;
}

body::-webkit-scrollbar {
  width: 16px;
  background: #424242;
}

body::-webkit-scrollbar-thumb {
  border: 4px solid #424242;
  background: #979797;
  border-radius: 8px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #1d1d1d;
}

body::-webkit-scrollbar-track-piece {
  margin-bottom: 4px;
  margin-top: 4px;
}

@-moz-document url-prefix() {
  body {
    scrollbar-track-color: #424242;
    scrollbar-color: #979797 #1c1c1c;
    scrollbar-width: thin;
  }
}

a {
  color: white;
  font-family: 'Inter-SemiBold';
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

a:hover {
  color: #7f56d9;
}

a,
label {
  cursor: pointer;
}

input,
button {
  background: transparent;
}

main {
  padding: 0 !important;
}

body{margin:0;color:#fff}.page-wrapper{display:flex;flex-direction:column;align-items:center;padding:0 114px;width:100%}.page-wrapper p{margin-bottom:0}.page-content{display:flex;gap:24px}.heading{font:20px/120% "Inter-SemiBold"}.breadcrumbs{padding:16px 0;display:flex;gap:4px;align-self:flex-start}.breadcrumbs a,.breadcrumbs p{font:12px/150% "Inter-Regular"}body *::-webkit-scrollbar{width:16px;height:8px}body *::-webkit-scrollbar-track{border-radius:20px;background:#424242}body *::-webkit-scrollbar-thumb{background-color:#979797;border:4px solid #424242;border-radius:20px}
:root {
  /* ACCENTS */
  --accent-base: #9747ff;
  --accent-highlight: #6931b2;
  --accent-second: #ffcc00;
  --accent-hover: #7d37d7;
  --accent-disabled: rgba(151, 71, 255, 0.3);
  --accent1: #6931b2;

  /* MAIN */
  --theme-foreground: #ffffff;
  --ideal-foreground: #ffffff;
  --theme-background: #1c1c1c;
  --theme-background-second: #0f0f0f;
  --ideal-background: #000000;
  --busy-background: rgba(0, 0, 0, 0.75);
  --translucent-background: rgba(0, 0, 0, 0.5);
  --dark-bg-color: #121212;
  --semi-gray: #171717;

  /* BUTTON */
  --gray: #7d7d7d;
  --gray1: #f9f9f9;
  --gray2: #7f7f7f;
  --gray3: #9d9d9d;
  --gray4: #a6a6a6;
  --gray5: #b9b9b9;
  --gray6: #cccccc;
  --gray7: #7d7d7d;
  --gray8: #454545;
  --gray9: rgba(201, 201, 201, 0.36);
  --gray10: #2f2f2f;
  --gray11: #545454;
  --gray12: #1d1d1d;
  --gray13: #3d3d3d;
  --gray14: #424242;
  --gray-mouseover: #aaaaaa;
  --gray-semitransparent: rgba(128, 128, 128, 0.25);
  --white-color: #ffffff;
  --black-color: #000000;

  --button-primary-accent: #9747ff;
  --button-primary-hover: #7d37d7;
  --button-primary-pressed: #6931b2;
  --button-primary-disabled: rgba(151, 71, 255, 0.3);
  --button-primary-disabled-text: rgba(255, 255, 255, 0.6);

  --button-secondary-accent: #9747ff;
  --button-secondary-hover: rgba(105, 49, 178, 0.3);
  --button-secondary-pressed: #9747ff;
  --button-secondary-disabled: rgba(151, 71, 255, 0.3);
  --button-secondary-disabled-text: rgba(255, 255, 255, 0.6);

  --button-tertiary-accent: #454545;
  --button-tertiary-accent-text: #d3d3d3;
  --button-tertiary-hover: #454545;
  --button-tertiary-pressed: #323232;
  --button-tertiary-disabled: rgba(69, 69, 69, 0.6);
  --button-tertiary-disabled-text: rgba(255, 255, 255, 0.6);

  --button-quaternary-accent: #454545;
  --button-quaternary-accent-text: #d3d3d3;
  --button-quaternary-hover: #454545;
  --button-quaternary-pressed: rgba(50, 50, 50, 0.3);
  --button-quaternary-pressed-stroke: #454545;
  --button-quaternary-disabled: rgba(69, 69, 69, 0.6);
  --button-quaternary-disabled-text: rgba(211, 211, 211, 0.3);

  --progressbar-color: linear-gradient(
    to right,
    #84169b 0%,
    #5d1bed 33%,
    #84169b 100%
  );

  /* SLIDER */
  --rail-color: linear-gradient(90deg, #6e46c7, #b797ff 50%);

  /* TOOLTIP */
  --tooltip-content-background: #292929;

  /* LISTBOX */
  --listbox-border-unactive: #424242;

  /* LOGIN */
  --login: #272727;

  /* DROPS */
  --error-color: #ff0000;
  --warning-color: #e6c232;
  --success-color: #6aa84f;

  /* ITEMS LABEL*/
  --default-background: #ecfdf3;
  --default-foreground: #027a5e;
  --paid-background: #f8f3c8;
  --paid-foreground: #b4a309;
  --owned-background: #ffcc00;
  --owned-foreground: #000000;
  --moderation-background: #ffcc00;
  --moderation-foreground: #000000;
  --disabled-background: #323232;
  --disabled-foreground: #ffffff;
  --collection-icon-foreground: #e6ebee;
  --collection-icon-foreground-selected: #252525;
}

:root {
  --font-weight-bold: 700;
  --font-weight-semibold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --font-family-main: 'Inter', sans-serif;

  /* headers */
  --font-header-s: var(--font-weight-medium) 24px/30px var(--font-family-main);
  --font-header-m: var(--font-weight-medium) 36px/44px var(--font-family-main);
  --font-header-l: var(--font-weight-medium) 48px/48px var(--font-family-main);

  /* body */
  --font-body-s: var(--font-weight-medium) 16px/24px var(--font-family-main);
  --font-body-m: var(--font-weight-regular) 20px/24px var(--font-family-main);

  /* buttons and captions */
  --font-button-s: var(--font-weight-medium) 12px/16px var(--font-family-main);
  --font-button-m: var(--font-weight-regular) 16px/20px var(--font-family-main);
  --font-caption: var(--font-weight-medium) 14px/18px var(--font-family-main);
}

@keyframes shakeAnimation {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}

.shakeAnimation {
  animation: shakeAnimation 0.4s ease;
}

:root {
  --background-z-index: 0;

  --content-z-index: 10;

  --header-z-index: 20;

  --dropdown-z-index: 30;

  --modal-overlay: 40;
  --modal-content-z-index: 41;

  --notification-overlay: 50;
  --notification: 51;
}

*:not(.auth__guard) > .auth__modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  backdrop-filter: blur(8px);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: var(--modal-content-z-index);
}

.auth__guard {
  width: 100%;
  height: 100%;
  padding: 48px;
}

.auth__guard > .auth__modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
}

.auth__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 535px;
  width: fit-content;
  gap: 24px;
  background: #1c1c1c;
  border-radius: 8px;
  padding: min(64px, 7.5%);
  border: 2px solid #7f56d9;
}

.auth__box > button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
}

.auth__box > button img {
  width: inherit;
  height: inherit;
}

.auth__box > button img:hover {
  filter: invert(73%);
}

.auth__box-btn-prev {
  top: 8px;
  left: 8px;
}

.auth__box-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.auth__box-title h2 {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.auth__box-title h3 {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 16px;
  line-height: 24px;
  color: #979797;
}

.auth__box-fields {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.auth__box input[type='button'] {
  background: #7f56d9 !important;
  color: white !important;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  font-family: 'Inter-SemiBold';
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}

.auth__box-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 4px;
}

.auth__box-footer p,
.auth__box-footer span,
.auth__box-footer a,
.auth__box button {
  margin: 0;
  font-family: 'Inter-Medium';
  font-size: 14px;
  line-height: 20px;
  color: #979797;
  flex-shrink: 1;
}

.auth__box-footer a,
.auth__box button {
  font-family: 'Inter-SemiBold';
  color: #6941c6;
  cursor: pointer;
}

.auth__box-footer-alert,
.auth__box-footer-alert button {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  color: #828282;
}
.auth__box-footer-alert button {
  text-decoration: underline;
  font-weight: 700;
}

.auth__btn {
  color: var(--white-color) !important;
}

@media screen and (max-width: 480px) {
  .auth__box {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}

.tDcBjkyj {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

._sxWE0yo,
.OY_yghsx,
._LbdxCaH {
  width: 50px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._sxWE0yo {
  color: var(--paid-foreground);
  background: var(--paid-background);
}

.OY_yghsx,
._LbdxCaH {
  color: var(--default-foreground);
  background: var(--default-background);
}

.nKZ6hixk {
  height: 100%;
}

.sO5dSFAv {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
}

.ZaLGrQlp {
  cursor: default !important;
  pointer-events: none;
}

/* SIZES */

.gRa0Xikh.nQH2fZP8,
.gRa0Xikh.VIIUWU37 {
  width: 12px;
  height: 12px;
}

.Ae43dRrM.nQH2fZP8,
.Ae43dRrM.VIIUWU37 {
  width: 20px;
  height: 20px;
}

.MD0Nlkzh.nQH2fZP8,
.MD0Nlkzh.VIIUWU37 {
  width: 24px;
  height: 24px;
}

.GvnHlDo1 {
  width: 100%;
}

.gRa0Xikh {
  height: 24px;
  padding: 4px 8px;
  gap: 4px;
  font: var(--font-button-s);
}

.Ae43dRrM {
  height: 36px;
  padding: 8px 16px;
  gap: 8px;
  font: var(--font-button-s);
}

.MD0Nlkzh {
  height: 44px;
  padding: 10px 20px;
  gap: 8px;
  font: var(--font-button-m);
}

.VWwT8Q82 {
  height: 24px;
  width: 24px;
  gap: 4px;
  font: var(--font-button-s);
}

.K4CrmKAP {
  height: 32px;
  width: 32px;
  gap: 4px;
  font: var(--font-button-s);
}

.BXw73QmL {
  height: 40px;
  width: 40px;
  gap: 4px;
  font: var(--font-button-m);
}

/* VARIANTS */

/* PRIMARY */

.ume1nO_r {
  background: var(--button-primary-accent);
}

.ume1nO_r:hover {
  color: var(--white-color) !important;
  background: var(--button-primary-hover);
}

.ume1nO_r:active {
  background: var(--button-primary-pressed);
}

.ume1nO_r.ZaLGrQlp {
  color: var(--button-primary-disabled-text);
  background: var(--accent-disabled);
}

/* SECONDARY */

.jLJEs9tj {
  background: none;
  border: 1px solid var(--button-secondary-accent);
}

.jLJEs9tj:hover {
  color: inherit;
  background: var(--button-secondary-hover);
}

.jLJEs9tj:active {
  background: var(--button-secondary-pressed);
}

.jLJEs9tj.ZaLGrQlp {
  color: var(--button-secondary-disabled-text);
  background: none;
  border: 1px solid var(--button-secondary-disabled);
}

/* Icon */

.yV6ktukw {
  background: none;
}

.yV6ktukw:hover {
  color: inherit;
  background: var(--button-secondary-hover);
}

.bOIsKxCN {
  color: inherit;
  background: var(--button-secondary-hover);
}

.yV6ktukw:active {
  background: var(--button-secondary-pressed);
}

.yV6ktukw.ZaLGrQlp {
  color: var(--button-secondary-disabled-text);
  background: none;
}

/* TERTIARY */

.XxqiezZV {
  background: var(--button-tertiary-accent);
  color: var(--button-tertiary-accent-text);
}

.XxqiezZV:hover {
  color: var(--white-color);
  background: var(--button-tertiary-hover);
}

.XxqiezZV:active {
  color: var(--white-color);
  background: var(--button-tertiary-pressed);
}

.XxqiezZV.ZaLGrQlp {
  color: var(--button-tertiary-disabled-text);
  background: var(--button-tertiary-disabled);
}

/* QUATERNARY */

.y_q02iFE {
  border: 1px solid var(--button-quaternary-accent);
  background: none;
  color: var(--button-quaternary-accent-text);
}

.y_q02iFE:hover {
  border: 1px solid var(--button-quaternary-hover);
  background: none;
  color: var(--white-color);
}

.y_q02iFE:active {
  color: var(--white-color);
  background: var(--button-quaternary-pressed);
  border: 1px solid var(--button-quaternary-pressed-stroke);
}

.y_q02iFE.ZaLGrQlp {
  color: var(--button-quaternary-disabled-text);
  background: none;
  border: 1px solid var(--button-quaternary-disabled);
}

.Skeleton{position:relative;box-shadow:0 2px 10px 0 #272727;background:#272727;overflow:hidden;border-radius:8px;display:flex}.Skeleton::before{content:'';display:block;position:absolute;left:-100px;top:0;height:100%;width:80%;background:linear-gradient(90deg,transparent 0%,#1d1d1d 50%,transparent 100%);animation:load 1.6s infinite linear}@-moz-keyframes load{from{left:-100%}to{left:100%}}@-webkit-keyframes load{from{left:-100%}to{left:100%}}@-o-keyframes load{from{left:-100%}to{left:100%}}@keyframes load{from{left:-100%}to{left:100%}}
.tJjLNjDN {
  cursor: pointer;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: var(--modal-overlay);
  background: rgba(0, 0, 0, 0.8);
}

.jWX_MrjC {
  z-index: var(--modal-content-z-index);
  cursor: auto;
  width: fit-content;
  background: var(--login);
  border-radius: 8px;
  top: 50%;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: var(--login);
  border: 2px solid var(--accent-highlight);
  border-radius: 10px;
  transform: translateY(-50%);
}

/* Text */
.nRhJt60z {
  font-family: var(--font-header-l);
  text-align: center;
  position: relative;
}

.X5e7EUMV {
  font-family: var(--font-body-m);
  text-align: center;
  position: relative;
}

.bccgW71p {
  position: absolute;
  right: 8px;
  top: 12px;
  background: none;
  z-index: var(--modal-content-z-index);
}

.bccgW71p img {
  width: 33px;
  height: 33px;
}

.hU8FoC8k {
  display: flex;
}

.izGsU5Gs {
  justify-content: center;
}

.cUuAIGke {
  justify-content: space-between;
}

.collection-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
}

.collection-row:hover {
  background: #272727;
}

.collection-row .name-collection {
  color: #fff;
  font-family: 'Inter-Semibold';
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.collection-row .added-collection {
  user-select: none;
  white-space: nowrap;
  padding: 4px 16px;
  background: #ecfdf3;
  border-radius: 4px;
  color: #027a48;
  font-family: 'Inter-Medium';
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.modal-box {
  z-index: var(--modal-content-z-index);
  background: #1d1d1d;
  box-shadow:
    0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 12px;
  padding: 24px;
}

.modal-box-add-collection {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  gap: 16px;
}

.modal-box-add-collection h2 {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 28px;
}

.modal-box-add-collection > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.L08IEUZp {
  margin: 0;
  padding: 0;
}

/* ALIGN */

.zKUXHnq7 {
  text-align: left;
}

.IfokeUyF {
  text-align: center;
}

.nUn5iuqq {
  text-align: right;
}

/* FONT */

.h3jFXZpL {
  font: var(--font-header-s);
}

._x54jgx7 {
  font: var(--font-header-m);
}

.KFcUXNB6 {
  font: var(--font-header-l);
}

.Hdx16LOx {
  font: var(--font-body-s);
}

.ljoHoPZW {
  font: var(--font-body-m);
}

.GvwY3rLb {
  font: var(--font-button-s);
}

.NM43EYDA {
  font: var(--font-button-m);
}

.vI8jppXN {
  font: var(--font-caption);
}

/* WEIGHT */

.AaCorv1_ {
  font-weight: 400;
}

.L862LQsv {
  font-weight: 500;
}

.WAGEo8oL {
  font-weight: 600;
}

.fyvjbVWE {
  font-weight: 700;
}

/* WRAP */

.rlKr7KYb {
  white-space: normal;
}

.JwIvgvtl {
  white-space: wrap;
}

.Dd8IGHPm {
  white-space: nowrap;
}

.zdZkCxFe {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rqN0mJ3J {
  color: var(--gray3);
}

.rqN0mJ3J p {
  margin: 0;
  color: var(--gray3);
}

.M0aBmRhq {
  padding: 12px 20px;
  display: flex;
  gap: 8px;
  border-radius: 4px;
  background: var(--gray8);
  font: var(--font-button-m);
  cursor: text;
  width: 100%;
}

.ZqpACp1q {
  background: none;
  width: 100%;
  color: var(--gray6);
  cursor: text;
}

.OZeN1Oem {
  color: var(--accent-second);
}

/* LABEL POSITION */

.zdZkCxFe.MdHqZzH8 {
  flex-direction: column;
}

.zdZkCxFe.MdHqZzH8 .rqN0mJ3J p {
  text-align: start;
}

.zdZkCxFe.pGnCxnnS {
  flex-direction: row;
}

.zdZkCxFe.pGnCxnnS .rqN0mJ3J p {
  text-align: center;
}

/* READONLY STYLES */

.zdZkCxFe.c7qgw67i .rqN0mJ3J {
  cursor: default;
}

.zdZkCxFe.c7qgw67i .rqN0mJ3J p {
  color: var(--gray8);
}

.zdZkCxFe.c7qgw67i .M0aBmRhq {
  cursor: auto;
  background: var(--gray13);
}

.zdZkCxFe.c7qgw67i .ZqpACp1q {
  cursor: auto;
}

.cdEXOLpB {
  position: fixed;
  top: 8px;
  right: 8px;
  left: 8px;
  z-index: var(--notification-overlay);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.voSjsc8L {
  padding: 12px 16px;
  border-radius: 8px;
  color: white;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: Saasgb4G 0.3s ease-in-out;
  min-width: 220px;
  max-width: 420px;
  width: fit-content;
  background: var(--dark-bg-color);
  cursor: pointer;
  z-index: var(--notification);
}

.xMe3Zafd {
  border: 1px solid var(--success-color);
}

.Fqcq2Uzq {
  border: 1px solid var(--error-color);
}

.epJYaaHG {
  border: 1px solid var(--accent-base);
}

.avz6Mc0T {
  border: 1px solid var(--warning-color);
}

@keyframes Saasgb4G {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 480px) {
  .cdEXOLpB {
    top: 20px;
    right: 20px;
    left: unset;
  }
}

.QaD7gApw {
  width: 100% !important;
  height: 44px !important;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
  border-radius: 8px !important;
  font-family: 'Inter-SemiBold' !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 0px 8px !important;
  color: white !important;
  text-align: center !important;
}

/* VARIANTS */

.Qr5Fzw31 {
  background: #1d1d1d !important;
  border: 1px solid #ffffff !important;
}

.Qr5Fzw31:hover {
  background: #272727 !important;
}

.N89qdxVC {
  background: #7f56d9 !important;
  border: 1px solid #7f56d9 !important;
}

.N89qdxVC:hover {
  background: rgba(127, 86, 217, 0.8) !important;
}

.s2pdrcj8 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  max-height: 500px;
  z-index: var(--modal-content-z-index);
  background: #1d1d1d;
  box-shadow:
    0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 12px;
  padding: 24px;
}

.irn5PsgB {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.irn5PsgB h2 {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 28px;
}

.irn5PsgB p {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 12px;
  line-height: 18px;
  color: #eaeaea;
}

.QvQHmavS {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}

.QvQHmavS::-webkit-scrollbar {
  width: 12px;
}

.QvQHmavS::-webkit-scrollbar-thumb {
  border: 4px solid #1d1d1d;
  background: #979797;
  border-radius: 8px;
}

.QvQHmavS::-webkit-scrollbar-track-piece {
  margin-bottom: 0;
  margin-top: 0;
}

.vrK9qIUc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.vrK9qIUc p {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-family: 'Inter-Medium';
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  gap: 8px;
  margin: 0;
}

.vrK9qIUc img {
  width: 16px;
  height: 16px;
  transition: 0.4s;
}

.vrK9qIUc:hover > img {
  transform: rotate(360deg);
  transition: 0.4s;
}

@media screen and (max-width: 1000px) {
  .s2pdrcj8 {
    width: 100%;
  }
}

.eVTCqDp4 {
  display: flex;
}

.LK2sIfMI {
  justify-content: flex-start;
}

.pcKepRSo {
  justify-content: center;
}

.fuR0VvcE {
  justify-content: flex-end;
}

.KzNwSNur {
  justify-content: space-between;
}

.l6pDtchR {
  justify-content: space-evenly;
}

.wF3zrL0d {
  justify-content: normal;
}

.gO37_3Jn {
  align-items: flex-start;
}

.UPzpLu8g {
  align-items: center;
}

.uiblJdij {
  align-items: flex-end;
}

.WLM1_gZq {
  align-items: normal;
}

.gwTOVhre {
  align-items: stretch;
}

.JBQNVBk7 {
  flex-direction: row;
}

.vQe9CnML {
  flex-direction: column;
}

.sqQwUODX {
  width: 100%;
}

.gWDzWQOm {
  flex-wrap: wrap;
}

.G1cr3mgM {
  flex-wrap: nowrap;
}

.OQ9ewNIx {
  width: 100%;
  height: fit-content;
  padding: 16px;
  border-radius: 15px;
  background: var(--login);
}

.OQ9ewNIx p {
  margin: 0;
}

.x_e3scj1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
}

.F6K5bGUt {
  width: 150px;
}

@media screen and (min-width: 1024px) {
  .OQ9ewNIx {
    width: 535px;
    padding: 32px;
  }
}

.Popup{position:relative}.Popup .Popup__trigger{margin:0;padding:0;outline:0;border:none;cursor:pointer;background:none}.Popup .Popup__content{position:absolute}.dropBottomLeft{top:100%;right:0}.dropBottomRight{top:100%;left:0}.dropTopLeft{bottom:100%;right:0}.dropTopRight{bottom:100%;left:0}
.__tTXs07 {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.G1lGwLQb {
  background: var(--gray12);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sAIbT6Q3 {
  font: var(--font-button-s);
  font-weight: var(--font-weight-regular);
  padding: 4px;
}

.sAIbT6Q3:hover {
  color: var(--accent-base);
}

.IYVnTdhX {
  width: 24px;
  height: 24px;
}

.C0RyRWyu {
  color: red;
}

.PQ2UUJN8 {
  background: var(--gray10);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

.YgTFuU53 {
  width: 24px;
  height: 24px;
  align-self: center;
  justify-self: center;
}

.I6hcqHcs {
  max-width: 170px;
  max-height: 170px;
  width: 170px;
  height: 170px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.FOlnP3s3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 170px;
  height: 170px;
}

.SV0rmqfM {
  width: 100%;
  height: 100%;
  position: absolute;
}

.DGPmRkd8 {
  position: absolute;
  z-index: calc(var(--content-z-index) + 1);
  top: 8px;
  left: 8px;
}

.S1N48A27 {
  z-index: var(--content-z-index);
  width: 100%;
  height: 100%;
  padding: 0 0 8px 8px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 4px;
}

.YPZlF9AN {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.VHUQJSmc {
  font: 12px / 16px 'Inter-SemiBold';
}

.G4yfYali {
  font: 8px / 12px 'Inter-SemiBold';
}

.GWDD0YEn {
  z-index: calc(var(--content-z-index) + 1);
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--gray14);
  font: var(--font-button-s);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  padding: 4px 8px;
  height: 24px;
}

.GWDD0YEn img {
  position: relative;
  width: 9px;
  height: 9px;
}

.pfAOsUf4 {
  position: absolute;
  top: 12px;
  left: 16px;
}

.dpvG4mRf {
  opacity: 0;
  z-index: calc(var(--content-z-index) + 1);
}

/* HOVER */

.I6hcqHcs:hover .dpvG4mRf {
  opacity: 1;
}

.I6hcqHcs:hover .S1N48A27 {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .I6hcqHcs {
    width: 170px;
    height: 170px;
  }

  .FOlnP3s3 {
    width: 170px;
    height: 170px;
  }
}

.ItemImagesSlider {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.ItemImagesSlider__box-childs {
  direction: rtl;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  overflow-x: clip;
  padding-left: 8px;
  flex-shrink: 0;
  max-height: 560px;
}

.ItemImagesSlider__box-childs::-webkit-scrollbar {
  width: 16px;
  background: #424242;
  border-radius: 4px;
}

.ItemImagesSlider__box-childs::-webkit-scrollbar-thumb {
  border: 4px solid #424242;
  background: #979797;
  border-radius: 8px;
}

.ItemImagesSlider__box-childs::-webkit-scrollbar-track-piece {
  margin-bottom: 4px;
  margin-top: 4px;
}

.ItemImagesSlider__box-childs img {
  background: #828282;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border-radius: 8px;
  object-fit: contain;
  flex-shrink: 0;
}

.ItemImagesSlider__box-parent {
  max-height: 560px;
  max-width: 560px;
  border-radius: 8px;
  background: #828282;
}

.ItemImagesSlider__box-parent img {
  border-radius: inherit;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  width: 100%;
}

@media (max-width: 1000px) {
  .ItemImagesSlider {
    flex-direction: column-reverse;
    max-width: 560px;
    width: 100%;
  }
  .ItemImagesSlider__box-childs {
    flex-direction: row;
    padding-left: 0;
    padding-bottom: 8px;
    overflow-x: auto;
    width: 100%;
  }
  .ItemImagesSlider__box-childs img {
    max-width: 100%;
  }
}

.ItemList {
  min-height: 500px;
  position: relative;
}

.ItemList.cropped {
  max-height: 500px;
}

.ItemList.cropped .ItemList__items-wrapper {
  justify-content: center;
}

.ItemList .ItemList__models-total {
  font: 12px/150% 'Inter-Regular';
  color: #424242;
  padding-left: 8px;
}

@media screen and (min-width: 480px) {
  .ItemList .ItemList__models-total {
    padding: 0;
  }
}

.ItemList .ItemList__items-wrapper {
  align-content: flex-start;
  justify-content: flex-start;
  align-self: center;
  overflow-y: auto;
  width: 348px;
}

@media screen and (min-width: 480px) {
  .ItemList .ItemList__items-wrapper {
    justify-content: flex-start;
    width: 100%;
  }
}

.ItemList__loading {
  align-self: center;
  justify-content: center;
  border-radius: 8px;
}

@media screen and (min-width: 480px) {
  .ItemList__loading {
    justify-content: flex-start;
  }
}

.tpt5vQmV {
  position: relative;
}

.MoYkVZ06 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 8px;
  font: var(--font-caption);
  font-weight: var(--font-weight-regular);

  background: rgba(255, 255, 255, 0.1);
}

.MoYkVZ06 p {
  color: #a6a6a6;
}

.MoYkVZ06 div {
  display: flex;
}

.nNSsPo1W {
  transform: rotate(90deg);
}

.so9X7QzT {
  z-index: var(--dropdown-z-index);
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  background: var(--gray10);
}

.so9X7QzT * {
  z-index: var(--dropdown-z-index);
}

@media screen and (min-width: 1280px) {
  .MoYkVZ06 {
    font: var(--font-body-s);
    font-weight: var(--font-weight-regular);
  }
}

.TreeList{margin:0;padding:0;list-style:none;overflow:hidden}
.fF2Yn_P8 {
  padding-left: 12px;
  overflow: hidden;
}

.pLyx5mUy {
  border-radius: 8px;
  padding: 4px 8px;
  width: 100%;
  display: flex;
  align-items: center;
  white-space: wrap;
  gap: 8px;
}

.pLyx5mUy.f6SBcnCU {
  background: var(--accent-base);
}

.SJNYbd7G {
  font: var(--font-caption);
  font-weight: var(--font-weight-regular);
  background: none;
  text-align: start;
}

.dVT6RUfH {
  transition: all 0.2s;
}

.f4bU2929 {
  transform: rotate(0deg);
}

.j5tmqUYD {
  transform: rotate(90deg);
}

@media screen and (min-width: 1024px) {
  .fF2Yn_P8 {
    padding-left: 20px;
  }

  .pLyx5mUy {
    padding: 4px 8px;
  }

  .SJNYbd7G {
    font: var(--font-button-m);
  }
}

.DxB0tbt9 {
  border: 1px solid var(--accent-second);
  border-radius: 8px;
  padding: 4px;
}

.CJGSHyKw {
  color: var(--gray3);
}

.e44OgJHJ,
.QkCb3bAK {
  color: var(--accent-second);
  white-space: nowrap;
}

.PXQ3ebCf {
  line-height: 150%;
  color: var(--gray3);
}

._mJQm8hA {
  overflow-y: auto;
  max-height: 450px;
}

.XsXcrO4F {
  padding: 16px;
}

.XsXcrO4F label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.XsXcrO4F label button {
  text-align: center;
  padding: 4px 8px;
  background: var(--gray14);
  margin: 0;
  font: var(--font-caption);
  font-weight: var(--font-weight-regular);
  border-radius: 8px;
}

.rXzZnnsx {
  color: var(--accent-second);
  font: var(--font-caption);
  font-weight: var(--font-weight-regular);
  margin: 0;
  text-align: center;
}

.C5iT831O {
  padding: 0 16px 16px 16px;
}

.nFpbEWVn {
  background: var(--accent-base);
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 8px;
  border-radius: 8px;
}

.CatalogModal .disabled{display:none}.CatalogModal .CatalogModal__item-images{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.CatalogModal .CatalogModal__return-button{padding:4px 8px;background:#424242;border-radius:7px}
.qQ_swAiR {
  color: var(--gray3);
}

.BogDVNWz {
  color: var(--gray3);
}

.Df_vBFQV {
  color: var(--gray3);
  line-height: 150%;
}

.MBYuinxf {
  padding: 4px 8px;
  color: var(--gray3);
}

.default{white-space:nowrap;display:flex;align-items:center;gap:8px;padding:4px 20px;border-radius:8px;background:rgba(255,255,255,0.1);font:14px/150% "Inter-Regular";color:#a6a6a6}.default.active{background:rgba(255,255,255,0.3)}.tertiary{white-space:nowrap;display:flex;align-items:center;gap:8px;padding:4px 20px;border-radius:4px;background:var(--dark-bg-color);height:36px;font:var(--font-button-s)}.tertiary.active{background:rgba(255,255,255,0.3)}.primary{background:var(--button-primary-accent);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;width:fit-content;padding:6px;text-align:center}.primary.active{background:var(--button-primary-pressed)}.primary:hover{color:inherit;background:var(--button-primary-hover)}.primary.disabled{color:var(--button-primary-disabled-text);background:var(--accent-disabled)}@media screen and (min-width:1280px){.default{font:16px/150% "Inter-Regular"}}
.CbuSCPQt {
  color: var(--gray3);
}

.ui1rtO9y {
  color: var(--accent-second);
}

.QIF65xqj {
  color: var(--gray3);
  line-height: 150%;
}

.NjvMynaF {
  overflow-y: auto;
  max-height: 300px;
  padding: 8px;
}

.FlJuKk4q {
  padding: 4px 8px;
  color: var(--gray3);
  margin: 0;
  font: var(--font-body-s);
  line-height: 150%;
  text-align: left;
}

.HgDcjSXO {
  padding: 16px;
}

.HgDcjSXO label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.HgDcjSXO label button {
  text-align: center;
  padding: 4px 8px;
  background: var(--gray14);
  margin: 0;
  font: var(--font-caption);
  font-weight: var(--font-weight-regular);
  border-radius: 8px;
}

.iSb_wQyV {
  color: var(--accent-second);
  font: var(--font-caption);
  font-weight: var(--font-weight-regular);
  margin: 0;
  text-align: center;
}

.P9B0RDiu {
  padding: 0 16px 16px 16px;
}

.dPxx8XBe {
  background: var(--accent-base);
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 8px;
  border-radius: 8px;
}

.JAiOMFKt {
  border: 1px solid var(--accent-second);
  border-radius: 8px;
  padding: 4px;
}

.dRcqwrcs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dRcqwrcs p {
  margin: 0;
}

.YrZAs_VE {
  max-height: 450px;
  overflow-y: auto;
}

.nu3J3SLj {
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  width: 320px;
}

.nu3J3SLj * {
  white-space: nowrap;
}

.nu3J3SLj:hover {
  background: var(--gray13);
}

.nu3J3SLj p {
  color: var(--gray4);
  font: var(--font-caption);
  font-weight: var(--font-weight-regular);
  margin: 0;
}

.VWzuvqZ0 {
  width: 16px;
  height: 16px;
  background: var(--gray14);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

@media screen and (min-width: 1024px) {
  .nu3J3SLj p {
    font: var(--font-button-m);
  }
}

.XxAGUdV0 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.f09tDp3F {
  width: 100px;
  height: 24px;
  position: relative;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

.f09tDp3F span {
  width: 100%;
  height: 100%;
  display: block;
}

.kfl2HhTU {
  width: 158px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px;
}

.LdixBpz4 {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.ui88wBBB {
  margin: 8px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: none;
  color: var(--accent-base);
  font: var(--font-caption);
  font-weight: var(--font-weight-regular);
}

.WFC4GtBX {
  transform: rotate(270deg);
}

.GGFLGzml {
  transform: rotate(90deg);
}

.RG7Pa7Ie {
  background: var(--gray12);
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
}

.RG7Pa7Ie p {
  margin: 0;
}

.sMsbE0Pf {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  height: 16px;
  width: 16px;
}

.CIgEgtDF {
  color: var(--white-color);
  font: var(--font-button-m);
}

.RSpr1el0 {
  transform: rotate(-90deg);
}

.KRRW5ann {
  transform: rotate(90deg);
}

._aIVcDHc {
  background: none;
  -moz-appearance: textfield;
  margin: 0;
  max-width: 96px;
  z-index: 100;
  color: var(--gray4);
  font: var(--font-button-m);
  width: 100%;
}

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

.KnPHXigm {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px;
}

.ConYrDEy {
  font: var(--font-button-m);
  color: var(--gray4);
}

.HXlbyOT6 {
  cursor: text;
  background: var(--gray12);
  border: 1px solid var(--gray14);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  max-width: 600px;
  width: 100%;
}

._KnjnYQW {
  font: var(--font-caption);
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
  background: none;
  color: var(--gray3);
  height: 32px;
}

.ZBRsq9VG {
  min-width: 18px;
  min-height: 18px;
}

.vyY8fZaQ {
  transform: rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .HXlbyOT6 {
    padding: 8px 16px;
  }

  ._KnjnYQW {
    font: var(--font-button-m);
  }
}

.Sort-option{padding:8px 16px;background:none;width:100%;white-space:nowrap;font:14px/150% "Inter-Regular";color:#a6a6a6}@media screen and (min-width:1280px){.Sort-option{font:16px/150% "Inter-Regular"}}.Sort-option:hover{background:rgba(255,255,255,0.1)}
.fYNbLc5m:first-child {
  flex-wrap: wrap;
}

.rjfdLOwO {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  gap: 8px;
}

.rjfdLOwO p {
  font: var(--font-caption);
  color: var(--gray3);
}

.rjfdLOwO div {
  background: var(--gray14);
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.rjfdLOwO div img {
  width: 16px;
  height: 16px;
}

.owlLwNXs,
.RYX1p7Rj {
  cursor: pointer;
  background: none;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 12px;
}

.owlLwNXs {
  height: min-content;
}

.owlLwNXs * {
  font: var(--font-caption);
  font-weight: var(--font-weight-semibold);
  color: var(--accent-base);
}

.RYX1p7Rj {
  height: 32px;
}

.RYX1p7Rj p {
  font: var(--font-caption);
  font-weight: var(--font-weight-medium);
  color: var(--white-color);
}

@media screen and (min-width: 1024px) {
  .rjfdLOwO p {
    font: var(--font-button-m);
  }
}

.w31LDWR4 {
  color: var(--gray3);
}

.FNpE6Jo_ {
  color: var(--gray3);
  line-height: 150%;
}

._9mqDs9rU {
  padding: 8px;
}

.HjJodHRw {
  display: flex;
  align-items: center;
}

.SSZyxb7X {
  width: 18px;
  height: 18px;
  background: var(--gray14);
  border-radius: 4px;
}

.wASDH64m {
  padding: 4px 8px;
  color: var(--gray4);
  font: var(--font-body-s);
}

.gXMdXRVR {
  color: var(--gray3);
}

.welrjSuf {
  color: var(--gray3);
  line-height: 150%;
}

.rb4WgSqF {
  padding: 8px 28px;
  color: var(--gray3);
  background: var(--gray14);
  font: var(--font-body-s);
}

.AE_n3syz {
  width: 100%;
  padding: 0 8px;
}

@media screen and (min-width: 1280px) {
  .AE_n3syz {
    width: 250px;
    padding: 0;
  }
}

.TabsSelector{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px}.TabsSelector .TabsSelector__button{padding:4px 8px;background:#424242;border-radius:8px}
.izDq4F4r {
  border-top: 1px solid var(--white-color);
  padding-top: 20px;
}

.izDq4F4r * {
  font: var(--font-caption);
  color: var(--gray3);
}

.__brvAUz {
  display: flex;
  align-items: center;
  background: none;
  gap: 4px;
  opacity: 1;
}

.K63eM2A2 {
  transform: rotate(180deg);
}

.vcvG5OCg {
  opacity: 0;
  cursor: default;
}

.uwdUx7_7,
.j8MSXtGo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.bpPjHziP {
  background: white;
  color: var(--accent-base);
}

.uwdUx7_7 {
  cursor: default;
}

._vOxS7GQ {
  display: flex;
  align-items: center;
  gap: 8px;
}

.goVNqmbL {
  background: var(--gray14);
  width: 60px;
  height: 24px;
  color: var(--accent-base);
  line-height: 16px;
  padding: 4px;
}

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

.goVNqmbL[type='number'] {
  -moz-appearance: textfield;
}

.Placeholder{margin:16px auto;display:flex;flex-direction:column;align-items:center;gap:8px}.Placeholder .Placeholder__image{max-width:200px;max-height:200px}.Placeholder .Placeholder__text{font:16px/150% "Inter-Medium";text-align:center;white-space:pre-line}@media screen and (min-width:1280px){.Placeholder .Placeholder__text{font:20px/120% "Inter-Medium"}}
.auth__field h3,
.auth__field p {
  margin: 0;
  font-family: 'Inter-Medium';
  font-size: 14px;
  line-height: 20px;
}

.auth__field > div {
  position: relative;
  width: 100%;
}

.auth__field input {
  height: 44px;
  width: 100%;
  background: #1d1d1d;
  border: 1px solid #424242;
  border-radius: 8px;
  padding-left: 14px;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
  caret-color: #ffffff;
}

.auth__field svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.auth__field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 500px #1d1d1d inset;
  -webkit-text-fill-color: white;
}

.auth__field p {
  color: var(--accent-second);
}

.sWw5QJtf:hover path {
  stroke: var(--gray3);
}

.sWw5QJtf path {
  stroke: var(--accent-base);
}

.loO_EFnF {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.EIQUpR52 {
  color: var(--white) !important;
}

.confirm-alert {
  padding: 16px;
  background: #ecfdf3;
  border: 1px solid #6ce9a6;
  border-radius: 8px;
}

.confirm-alert img {
  width: 24px;
  height: 24px;
}

.confirm-alert p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: 'Inter-Regular';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #039855;
}

.confirm-alert p span {
  font-family: 'Inter-Medium';
  color: #05603a;
}

.CzUMq9Vc {
  max-width: 535px;
}

.NPFKuIIv {
  font: var(--font-body-m);
  color: var(--gray);
  text-align: center;
}

.V71kjse1 {
  font: var(--font-body-m);
  color: var(--white-color);
  text-align: center;
}

.GQlMCQ9U {
  color: var(--white-color) !important;
}

.KY0yuKx5 {
  color: var(--white-color) !important;
}

.obAlZa0W {
  font: var(--font-body-s);
  color: var(--gray);
  text-align: center;
}

.Mg8WBlZQ {
  font: var(--font-body-s);
  color: var(--accent-base) !important;
  text-align: center;
}

.SE3PBdbr {
  color: var(--accent-second);
  font: var(--font-body-s);
  text-align: center;
}

.iaPYgOio {
  width: 24px;
  --b: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #ffffff) content-box;
  -webkit-mask: repeating-conic-gradient(
      #0000 0deg,
      #000 1deg 20deg,
      #0000 21deg 36deg
    ),
    radial-gradient(
      farthest-side,
      #0000 calc(100% - var(--b) - 1px),
      #000 calc(100% - var(--b))
    );
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: Kf9KuXh1 1s infinite steps(10);
}
@keyframes Kf9KuXh1 {
  to {
    transform: rotate(1turn);
  }
}

.ErrorAlert__alert {
  padding: 16px;
  background: #fbf4f5;
  border: 1px solid var(--accent-second);
  border-radius: 8px;
}

.ErrorAlert__alert img {
  width: 24px;
  height: 24px;
}

.ErrorAlert__alert p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: 'Inter-Regular';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--accent-second);
}

.ErrorAlert__alert p span {
  font-family: 'Inter-Medium';
  color: var(--accent-second);
}

.auth__box-fields__more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.auth__box-fields__more label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.auth__box-fields__more p {
  margin: 0;
  font-family: 'Inter-Medium';
  font-size: 14px;
  line-height: 20px;
}

.auth__box-fields__more a {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 14px;
  line-height: 20px;
  color: var(--accent-base);
  cursor: pointer;
}

.loader {
  width: 24px;
  --b: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #ffffff) content-box;
  -webkit-mask: repeating-conic-gradient(
      #0000 0deg,
      #000 1deg 20deg,
      #0000 21deg 36deg
    ),
    radial-gradient(
      farthest-side,
      #0000 calc(100% - var(--b) - 1px),
      #000 calc(100% - var(--b))
    );
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}
@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}

._RRco388 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.tg5z0KSb {
  width: 100%;
}

.qjklzsFe {
  color: var(--white-color) !important;
  height: 44px !important;
  padding: 10px 20px !important;
  gap: 8px !important;
  font: var(--font-button-m) !important;
}

.qjklzsFe:disabled {
  color: var(--button-primary-disabled-text) !important;
  background: var(--accent-disabled) !important;
}

.WPqiTU4e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.bDp19T4E {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
}

.IMDcfMlv {
  color: var(--white) !important;
}

.klnPYJEL {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.uSL7zNHT {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rbjXEon5 {
  color: var(--white-color) !important;
  height: 44px !important;
  padding: 10px 20px !important;
  gap: 8px !important;
  font: var(--font-button-m) !important;
}

.bTSvp0pQ {
  color: white !important;
}

.bTSvp0pQ span {
  color: var(--gray);
}

.vYLxjCvC {
  color: var(--accent-second);
}

.duYldXlt {
  background: var(--gray12);
}

.Z0Qrjync {
  margin: 0 auto;
}

.Footer__outer-wrapper {
  width: 100%;
  background: #121212;
  display: flex;
  justify-content: center;
}

footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1240px;
  padding: 64px 7.5% 48px;
  gap: 64px;
}

footer > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer__first-box {
  border-bottom: 1px solid #424242;
  padding-bottom: 32px;
}

.footer__thrid-box {
  border-top: 1px solid #424242;
}

.footer__first-box h2 {
  font-family: 'Inter-SemiBold';
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 16px;
}
.footer__first-box h3 {
  font-family: 'Inter-Regular';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 40px;
}

.footer__first-box > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__first-box > div a {
  text-align: center;
  padding: 12px 20px 12px 20px;
  border-radius: 8px;
  font-family: 'Inter-SemiBold';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
}

.footer__first-box > div a:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px;
  gap: 8px;
  background: white;
  color: black;
}

.footer__first-box > div a:first-child img {
  width: 20px;
  height: 20px;
}

.footer__first-box > div a:first-child:hover {
  color: #7f56d9;
}

.footer__first-box > div a:last-child {
  background: #7f56d9;
}

.footer__first-box > div a:last-child:hover {
  color: #121212;
}

.footer__second-box {
  gap: 32px;
}

.footer__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.footer__logo img {
  border: solid #eaecf5 3px;
  border-radius: 8px;
  background: white;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__info-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 386px;
}

.footer__info-text p,
.footer__info-text a {
  font-family: 'Inter-Regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.footer__privacy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer__privacy div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__privacy div a {
  font-family: 'Inter-SemiBold';
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.footer__privacy a:hover {
  color: #7f56d9 !important;
}

.footer__thrid-box {
  padding: 0;
  padding-top: 32px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer__thrid-box p {
  font-family: 'Inter-Regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #424242;
  margin: 0;
}
.footer__thrid-box div {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer__thrid-box div img {
  height: 32px;
}

.footer__thrid-box div a img {
  width: 22px;
  height: 14px;
}

.footer__second-box > a:nth-child(1) > p:nth-child(2) {
  margin: 0;
}

@media (max-width: 1000px) {
  .footer__first-box > div a {
    width: 100%;
  }
}

.BYqZWSai {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.FGPSO4lK {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: solid #eaecf5 3px;
  border-radius: 8px;
  width: 32px;
  aspect-ratio: 1 / 1;
  border: 1px solid #7f56d9;
}

.UOpWu0gY {
  width: 20px;
  aspect-ratio: 1 / 1;
}

.svAuu_f7 {
  margin: 0;
}

.jZV0zT0I {
  font: var(--font-body-m);
  font-weight: var(--font-weight-semibold);
  color: white;
  -webkit-text-stroke: 0.5px #7f56d9;
  margin: 0;
}

.svAuu_f7:hover {
  color: #7f56d9;
}

.Y0HeDNvn {
  background: #7f56d9;
  border-radius: 8px;
}

.TGR6hZwC a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.TGR6hZwC a img {
  width: 14px;
}

.TGR6hZwC {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #121212;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  padding-left: 7.5%;
}

.TGR6hZwC a:last-child {
  padding-bottom: 16px;
}

.zCFVcLQN {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 14px;
  background: transparent;
}

.zCFVcLQN span,
.zCFVcLQN::before,
.zCFVcLQN::after {
  display: flex;
  width: inherit;
  height: 2px;
  background: white;
  border-radius: 16px;
  transition: all 0.5s ease 0s;
}

.zCFVcLQN::before,
.zCFVcLQN::after {
  content: '';
  position: absolute;
}

.zCFVcLQN::before {
  top: 0px;
}
.zCFVcLQN::after {
  bottom: 0px;
}

.zCFVcLQN.kkZ5_B_d > span {
  transform: scale(0);
}

.zCFVcLQN.kkZ5_B_d:before {
  margin-top: 6px;
  transform: rotate(45deg);
}
.zCFVcLQN.kkZ5_B_d:after {
  margin-bottom: 6px;
  transform: rotate(-45deg);
}

.kjfd36NN {
  position: relative;
  display: inline-block;
}

.lGz10LQ6 {
  cursor: pointer;
  border-radius: 8px;
  font: var(--font-body-s);
  font-weight: var(--font-weight-semibold);
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.fwqltqUW {
  background-color: #000000;
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content;
  z-index: var(--dropdown-z-index);
  border: 1px solid #9747ff;
  border-radius: 8px;
  /* overflow: hidden; */
  animation: Gp5nXbEq 400ms ease forwards;
  transform-origin: top;
  padding: 2px;
}

.wzO3OXJ3 {
  transform: rotate(90deg);
  transition: all 0.2s;
}

.RUZlU3dh {
  transform: rotate(270deg);
}

.contpop {
  position: fixed;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: var(--header-z-index);
}

.news-horizontal {
  z-index: var(--modal-content-z-index);
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-horizontal__content {
  display: flex;
  width: 100%;
  align-items: center;
  background: #56379d;
  position: relative;
  justify-content: center;
  height: 70px;
  overflow: hidden;
  box-sizing: border-box;
}

.news-horizontal__header {
  position: absolute;
  top: 7px;
  right: 7px;
}

.news-horizontal__close {
  background: #56379d;
  color: white;
  border: #56379d;
  font-size: 16px;
  font-family: cursive;
  font-weight: bold;
}

.news-horizontal__close:hover {
  color: #a3a3a3;
  cursor: pointer;
}

.news-horizontal__close:focus {
  outline: none;
  color: white;
  border: #56379d;
}

.news-horizontal__text_with_buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  color: white;
}

.news-horizontal__text {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #56379d;
  flex: 1;
  height: 100%;
  padding: 0 1em;
}

.news-horizontal__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vh;
}

.news-horizontal__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #8554d7;
  color: white;
  border: #8554d7;
  font-weight: bold;
  padding: 8px 16px;
  font-family: 'Inter-Regular';
}

.news-horizontal__button:hover {
  color: #000;
}

.news-horizontal__button:focus {
  outline: none;
  color: white;
  border: #8554d7;
}

@media (max-width: 1024px) {
  .news-horizontal__content {
    height: 90px;
  }

  .news-horizontal__text_with_buttons {
    flex-direction: column;
    padding: 15px;
  }
  .news-horizontal__text,
  .news-horizontal__buttons {
    width: 100%;
    justify-content: center;
  }
  .news-horizontal__button {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .news-horizontal__content {
    padding: 5px;
    height: auto;
  }

  .news-horizontal__text_with_buttons {
    padding: 5px;
  }

  .news-horizontal__button {
    padding: 8px;
    font-size: 14px;
  }
}

.news-modal {
  z-index: var(--modal-content-z-index);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 16px;
  border-radius: 10px;
  width: fit-content;
  height: fit-content;
  max-width: 720px;
  height: 490px;
  border: 2px solid hsl(258, 48%, 42%);
  box-sizing: border-box;
}

.news-modal__title {
  color: white;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.news-modal__content {
  display: flex;
  gap: 16px;
  width: 100%;
  flex: 1;
  justify-content: center;
}

.news-modal__header {
  position: absolute;
  top: 16px;
  right: 16px;
}

.news-modal__next,
.news-modal__back {
  border: #000;
  color: white;
  background: #000;
  font-size: 22px;
  font-family: cursive;
  font-weight: bold;
}

.news-modal__next:hover,
.news-modal__back:hover {
  color: #a3a3a3;
  cursor: pointer;
}

.news-modal__next:focus,
.news-modal__back:focus {
  outline: none;
  border: #000;
  color: white;
  background: #000;
}

.news-modal__text_with_buttons {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.news-modal__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.news-modal-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.news-modal__close {
  border: #000;
  color: white;
  background: #000;
  font-size: 16px;
  font-family: cursive;
  font-weight: bold;
}

.news-modal__close:hover {
  color: #a3a3a3;
  cursor: pointer;
}

.news-modal__close:focus {
  outline: none;
  border: #000;
  color: white;
  background: #000;
}

.news-modal__buttons {
  display: flex;
  flex-direction: row;
  gap: 1vh;
  margin-top: auto;
}

.news-modal__button {
  background: #6f42c1;
  border: #6f42c1;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  height: 40px;
  font-weight: bold;
  flex: 1;
  font-family: 'Inter-Regular';
}

.news-modal__button:hover {
  color: #000;
}

.news-modal__button:focus {
  outline: none;
  background: #6f42c1;
  border: #6f42c1;
  color: white;
}

.news-modal__description {
  font-size: 14px;
  height: 300px;
  overflow-y: auto;
}
.news-modal__description::-webkit-scrollbar {
  width: 12px;
}

.news-modal__description::-webkit-scrollbar-thumb {
  background-color: #8554d7;
  border-radius: 10px;
}

.news-modal__description::-webkit-scrollbar-track {
  background-color: black;
}

.news-modal__description::-webkit-scrollbar-thumb:hover {
  background-color: #6f42c1;
}
.news-modal__next,
.news-modal__back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: white;
}
.news-modal__next {
  left: 98%;
}

.news-modal__back {
  right: 98%;
}
.news-modal__next:hover,
.news-modal__back:hover {
  color: #a3a3a3;
  cursor: pointer;
}

.news-modal__next:focus,
.news-modal__back:focus {
  outline: none;
  background: none;
}
.news-modal__dots {
  height: 30px;
  width: 700px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  justify-content: center;
}

.news-modal__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6f42c1;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.news-modal__dot.active {
  opacity: 1;
}

.news-modal__dot:hover {
  opacity: 0.8;
}

.news-modal__dot:focus {
  outline: none;
}

@media (max-width: 480px) {
  .news-modal {
    width: 90%;
    height: auto;
    padding: 10px;
  }

  .news-modal__content {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .news-modal__image {
    max-width: 85%;
    max-height: 85%;
  }

  .news-modal__text_with_buttons {
    width: 100%;
  }

  .news-modal__buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .news-modal__button {
    width: 90%;
  }
  .news-modal__description {
    font-size: 14px;
    height: auto;
    max-height: 135px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .news-modal__buttons {
    display: flex;
    align-items: center;
  }
  .news-modal__back,
  .news-modal__next {
    top: auto;
    bottom: 50%;
    transform: none;
    font-size: 25px;
    padding: 10px;
  }

  .news-modal__back {
    right: 92%;
  }

  .news-modal__next {
    left: 92%;
  }

  .news-modal__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    bottom: 90px;
    position: relative;
  }

  .news-modal__dot {
    width: 8px;
    height: 8px;
  }
}

.news-popup {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-bottom: 1vh;
  right: 0.5%;
}

.news-popup__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #56379d;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  gap: 10px;
}

.news-popup__text_with_buttons {
  color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  padding-right: 20px;
}

.news-popup__image {
  width: 178px;
  height: 180px;
  object-fit: cover;
  align-self: center;
}

.news-popup__header {
  position: absolute;
  right: 5px;
}

.news-popup__close {
  background: transparent;
  color: white;
  border: hsl(258, 48%, 42%);
  font-size: 16px;
  font-family: cursive;
  font-weight: bold;
}

.news-popup__close:hover {
  color: #a3a3a3;
  cursor: pointer;
}

.news-popup__close:focus {
  outline: none;
  color: white;
  border: #56379d;
}

.news-popup__buttons {
  display: flex;
  flex-direction: row;
  gap: 1vh;
  margin-top: auto;
}

.news-popup__button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background: #8554d7;
  border: #8554d7;
  color: white;
  height: 35px;
  font-weight: bold;
  font-family: 'Inter-Regular';
}

.news-popup__button:hover {
  color: #000;
}

.news-popup__button:focus {
  outline: none;
  color: white;
  border: #8554d7;
}

.news-popup_description {
  height: 140px;
  overflow-y: auto;
  padding-right: 1px;
  font-size: 13px;
}

.news-popup_description::-webkit-scrollbar {
  width: 12px;
}

.news-popup_description::-webkit-scrollbar-thumb {
  background-color: #8554d7;
  border-radius: 10px;
}

.news-popup_description::-webkit-scrollbar-track {
  background-color: #56379d;
}

.news-popup_description::-webkit-scrollbar-thumb:hover {
  background-color: #6f42c1;
}

@media (min-width: 1024px) {
  .news-popup {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .news-popup {
    width: 100%;
  }

  .news-popup__buttons {
    flex-direction: column;
    gap: 2vh;
    margin-top: 1em;
  }
}

@media (max-width: 480px) {
  .contpop {
    align-items: center;
  }

  .news-popup {
    width: fit-content;
    margin: 0 auto 1vh auto;
  }

  .news-popup__buttons {
    flex-direction: column;
    gap: 2vh;
    margin-top: 1em;
  }

  .news-popup__button {
    width: 100%;
  }
}

.Avatar{position:relative;align-self:center}.Avatar .Avatar__small-image{border-radius:50%;width:100%;height:100%;object-fit:fill;cursor:pointer}.Avatar .Avatar__controls{position:absolute;top:0;left:0;right:0;bottom:0;transition:opacity .1s ease-in;opacity:0}.Avatar .Avatar__controls:hover{opacity:100}.Avatar .Avatar__controls .Avatar__controls-delete-button{display:flex;position:absolute;top:0;right:0;cursor:pointer;background:#272727;border-radius:7px}.Avatar .Avatar__controls .Avatar__controls-upload-button{position:absolute;bottom:8px;left:0;right:0;margin-left:auto;margin-right:auto;width:24px;height:24px;padding:4px;background:#272727;border-radius:7px;display:flex;align-items:center;justify-content:center}.Avatar__large-image{max-width:500px;min-width:256px;width:100%;max-height:500px;min-height:256px;height:100%}@media screen and (min-width:480px){.Avatar{align-self:flex-start}.Avatar .Avatar__controls .Avatar__controls-upload-button{cursor:pointer}.Avatar__large-image{width:500px;height:500px}}
.Upload .Upload-input{display:none}
.KLoucCLJ {
  position: relative;
  width: 100%;
}

/* CONTENT */

.RCMLSVEj {
  position: absolute;
  background: var(--tooltip-content-background);
  font: 500 10px/14px 'Inter';
  padding: 8px;
  border-radius: 8px;
  max-width: 300px;
  width: max-content;
  z-index: var(--dropdown-z-index);
}

.RCMLSVEj.hegZaJay {
  bottom: calc(100% + 10px);
}

.RCMLSVEj._hCVPXem {
  right: calc(100% + 10px);
}

.RCMLSVEj.RSxEWeyC {
  left: calc(100% + 10px);
}

.RCMLSVEj.HoEVi9IK {
  top: calc(100% + 10px);
}

/* ARROWS */

.rQvec9iB {
  width: 0;
  height: 0;
  position: absolute;
}

.rQvec9iB.hegZaJay {
  bottom: calc(100% + 4px);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid var(--tooltip-content-background);
}

.rQvec9iB._hCVPXem {
  right: calc(100% + 4px);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid var(--tooltip-content-background);
}

.rQvec9iB.RSxEWeyC {
  left: calc(100% + 4px);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid var(--tooltip-content-background);
}

.rQvec9iB.HoEVi9IK {
  top: calc(100% + 4px);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid var(--tooltip-content-background);
}

.QLFo0W18 {
  margin: 0;
  font: var(--font-body-m);
}

.wXezZfiT {
  color: var(--accent-second);
}

.TBASqUi8 {
  color: var(--accent-base);
  font: var(--font-button-m);
}

.jjglAvfb {
  padding: 64px 42px 22px 42px;
  border-radius: 4px;
  border: 1px solid var(--accent-base);
  background: var(--login);
  position: relative;
}

.oDjMCjm3 {
  padding: 12px 24px 24px 24px;
}

.kRrKx8Kf {
  min-width: 250px;
}

.IP8hZiTx {
  width: 500px;
  padding: 32px;
}

.nG0TscHs {
  width: 350px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .kRrKx8Kf {
    min-width: 500px;
  }
}

.BJLUZhvI {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

/* ACCENT */

.Qt3UiZzE {
  color: var(--accent-base);
  fill: var(--accent-base);
}

.Qt3UiZzE:hover {
  color: var(--ideal-foreground);
  fill: var(--ideal-foreground);
}

.Qt3UiZzE:active {
  color: var(--gray2);
  fill: var(--gray2);
}

/* LIGHT */

.czRJn1cU {
  color: var(--ideal-foreground);
  fill: var(--ideal-foreground);
}

.czRJn1cU:hover {
  color: var(--gray3);
  fill: var(--gray3);
}

.czRJn1cU:active {
  color: var(--gray8);
  fill: var(--gray8);
}

/* WHITE */

.s4b8rKHL {
  color: var(--ideal-foreground);
  fill: var(--ideal-foreground);
  font-weight: var(--font-weight-bold);
}

.s4b8rKHL:hover {
  color: var(--accent-base);
  fill: var(--accent-base);
}

.s4b8rKHL:active {
  color: var(--accent-base);
  fill: var(--accent-base);
}

/* GRAY */

.fO5mHucc {
  color: var(--gray2);
  fill: var(--gray2);
}

.fO5mHucc:hover {
  color: var(--gray8);
  fill: var(--gray8);
}

.fO5mHucc:active {
  color: var(--gray8);
  fill: var(--gray8);
}

.Y0rYfeZ2 {
  pointer-events: none;
  color: var(--gray13);
  fill: var(--gray13);
}

.TOhKvL_W {
  display: flex;
  align-items: center;
  gap: 4px;
  user-select: none;
  width: fit-content;
}

.tFNxdz3r {
  width: 24px;
  height: 24px;
  background: var(--gray8);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.AHkCYbpG {
  width: 24px;
  height: 24px;
}

/* HOVER */

.TOhKvL_W:hover .tFNxdz3r {
  background: var(--gray10);
}

/* DISABLED */

.TOhKvL_W.xhmn9rK5 {
  cursor: default;
}

.TOhKvL_W.xhmn9rK5 .tFNxdz3r {
  background: var(--gray13);
}

.TOhKvL_W.xhmn9rK5 * {
  color: var(--gray13);
}

.bQdZwH3Z {
  --b: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #ffffff) content-box;
  -webkit-mask: repeating-conic-gradient(
      #0000 0deg,
      #000 1deg 20deg,
      #0000 21deg 36deg
    ),
    radial-gradient(
      farthest-side,
      #0000 calc(100% - var(--b) - 1px),
      #000 calc(100% - var(--b))
    );
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: QpVNtXEa 1s infinite steps(10);
}

@keyframes QpVNtXEa {
  to {
    transform: rotate(1turn);
  }
}

.ctUMTtqg {
  padding: 64px 0;
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
}

.ctUMTtqg * {
  margin: 0;
}

.GGHFzFxI {
  padding: 32px;
  background: #121212;
  border-radius: 8px;
  max-width: 440px;
  width: 100%;
}

.cmWW5rzz p {
  color: #a0a0a0;
}

.qCcuGWKc {
  padding: 4px 8px;
  background: rgba(105, 49, 178, 0.3);
  width: fit-content;
  border-radius: 4px;
}

.TE3SyIWO *:first-child {
  color: #a0a0a0;
}

.U6sqXZbW {
  white-space: nowrap;
}

.U6sqXZbW a {
  font: var(--font-button-s);
  font-weight: var(--font-weight-regular);
  display: inline;
}

.dRcwrtZ1 {
  color: var(--error-color);
}

.D8eE7HOa {
  color: var(--gray);
}

.E2iMpxPE {
  min-width: 24px;
  min-height: 24px;
}

.rPku0IZk {
  margin: 0;
  font-family: 'Inter-Regular';
  font-size: 14px;
  line-height: 22px;
  text-align: left !important;
}

.AP0C44JI {
  flex: 1;
  align-self: flex-start;
  margin-bottom: 8px;
}

._UZiQ9VW {
  padding: 16px;
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
}

._UZiQ9VW * {
  margin: 0;
}

.ilhKef57 {
  padding: 16px;
  max-width: 440px;
  width: 100%;
  background: #121212;
  border-radius: 8px;
  gap: 104px;
}

.pLTccJSO {
  gap: 12px;
  padding: 12px 0;
}

.O14GP0mS {
  width: 24px;
  height: 24px;
}

.sklaTkQ_ {
  font: var(--font-body-m);
  font-weight: var(--font-weight-semibold);
}

.tGE7_HUl {
  width: fit-content;
  background: rgba(105, 49, 178, 0.3);
  padding: 4px 8px;
  border-radius: 4px;
}

.o_2Cx1Xc {
  width: 28px;
  height: 28px;
}

.iq2p9gbU {
  background: #000;
  padding: 16px;
  border-radius: 8px;
}

.Pw5c4KuS {
  color: #a0a0a0;
}

.rA_HHRqF {
  color: #4d4d4d;
}

.m7ic5_Lq {
  flex-direction: column-reverse;
  gap: 20px;
}

.TrD2UAE4 {
  font: var(--font-button-s);
  justify-content: center;
}

.qNpT057H {
  width: 100%;
}

.S9bNuOnz {
  width: fit-content;
  padding: 16px;
  background: #121212;
  border-radius: 8px;
}

.rpjEmlyx {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 1024px) {
  ._UZiQ9VW {
    padding: 64px 0;
    text-align: center;
  }

  .ilhKef57 {
    padding: 32px;
    gap: 80px;
  }

  .pLTccJSO {
    gap: 20px;
    padding: 0;
  }

  .sklaTkQ_ {
    font: var(--font-header-s);
    font-weight: var(--font-weight-semibold);
  }

  .O14GP0mS {
    width: 32px;
    height: 32px;
  }

  .m7ic5_Lq {
    flex-direction: row;
    justify-content: space-between;
  }

  .qNpT057H {
    width: fit-content;
  }

  .S9bNuOnz {
    padding: 32px;
  }

  .rpjEmlyx {
    width: 40px;
    height: 40px;
  }
}

.TariffCardButton__auth,
.TariffCardButton__free,
.TariffCardButton__paid {
  margin: 0;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
  background: #7f56d9;
  color: var(--white-color);
  border-radius: 8px;
  cursor: pointer;
}

.TariffCardButton__auth:hover {
  color: var(--white-color) !important;
}

.TariffCardButton__free {
  display: none;
}

@media screen and (min-width: 1024px) {
  .TariffCardButton__free {
    display: flex;
  }
}

.ID9F3Ykw {
  position: absolute;
  top: -24px;
  left: 12%;
  user-select: none;
  z-index: var(--content-z-index);
}

.FW28A1Sa {
  margin: 0;
  font-family: 'Inter-Medium';
  font-size: 14px;
  line-height: 20px;
  color: #6941c6;
  margin-top: -8px;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .ID9F3Ykw {
    left: 75%;
  }
}

.ah3sjEo7 {
  font: var(--font-body-m);
  font-weight: var(--font-weight-semibold);
  width: 100%;
}

.ah3sjEo7 p {
  margin: 0;
}

.RypzEgtm {
  margin: 0;
}

.iKgjmYui {
  display: flex;
  align-items: flex-start;
}

.P6VphtzJ {
  padding: 2px;
  font: 10px / 120% 'Inter-Regular';
  background: var(--accent-base);
  border-radius: 2px;
}

.xoGUc4MF {
  text-decoration: line-through;
}

.neSo9xBV {
  font: var(--font-caption);
  font-weight: var(--font-weight-regular);
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .neSo9xBV {
    font: var(--font-button-m);
  }
}

.SUrTLhVU {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.cte3DRfQ {
  height: 100%;
  max-width: 275px;
  min-width: 275px;
  min-height: 350px;
  padding: 20px 28px;
  background: #272727;
  box-shadow:
    0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  border-radius: 16px;
  position: relative;
}

.EeeUMEPB {
  min-height: 66px;
}

.M4_SUI1t {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.Y9QcrzIv {
  border: 1px solid var(--accent-base);
}

@media screen and (max-width: 480px) {
  .M4_SUI1t {
    font-size: 36px;
    line-height: 44px;
  }
}

.OGlYtBIu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.aOtY8V7c {
  margin-top: 8px;
}

.KksSKk7f {
  padding: 0 16px;
}

.aWrqBDxC {
  font: var(--font-body-s);
  font-weight: var(--font-weight-semibold);
}

.CioNm8Kd {
  font: var(--font-button-m);
  color: var(--gray11);
}

.L_XdkDZC {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  font: var(--font-button-m);
  line-height: 24px;
  width: 100%;
  white-space: nowrap;
}

.s44dcF9p {
  width: 14px;
  height: 14px;
}

.CuiNfZbh {
  width: 95%;
  height: 1px;
  background: var(--gray12);
  align-self: center;
}

@media screen and (min-width: 1024px) {
  .LxGMDHO9 {
    position: relative;
  }

  .aEpQaqzm {
    top: 170%;
    width: 260px;
    transition: none;
    animation: none;
  }

  .L_XdkDZC:hover {
    background: #1d1d1d;
  }
}

.ZZk8gza6 {
  display: flex;
  justify-content: center;
  background-color: var(--dark-bg-color);
}

.FhedG91s {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  flex-direction: row;
  position: sticky;
  top: 0;
  z-index: var(--header-z-index);
  min-height: 88px;
  padding: 0 16px;
}

.FhedG91s a,
.FhedG91s p,
.FhedG91s button {
  font-family: 'Inter-Semibold';
  font-size: max(80%, 100%);
  line-height: 24px;
  margin: 0;
  position: relative;
}

.vMybFMN_ {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 728px;
  gap: 32px;
}

.vMybFMN_ nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: inherit;
}

.pdR7Tckr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
}

.bgUm2QP7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.bgUm2QP7 > a:nth-child(2) {
  padding: 10px 18px;
  border-radius: 8px;
  background: #1d1d1d;
}

.OIaDzj2f {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.ky3guasK {
  width: auto;
  height: auto;
  background: transparent;
}

.BC3qkeRC {
  padding: 12px 16px;
  font: var(--font-button-m);
  display: block;
  white-space: nowrap;
}

.BC3qkeRC:hover {
  background: var(--gray12);
}

.pFd99ln1 {
  display: flex;
  gap: 12px;
}

.x5R2kTqk {
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .FhedG91s .IkLo2rT2 p {
    display: none;
  }
}

@media (max-width: 1172px) {
  .pdR7Tckr > a {
    display: none;
  }
}

.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.home a,
.home p,
.home h1,
.home h2,
.home h3,
.home h4 {
  margin: 0;
}

.home h2 {
  font-family: 'Inter-SemiBold';
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.home > div {
  width: 100%;
}

.home > div > div:not(.home__start-now),
.home__start-now > div {
  width: 100%;
  max-width: 1240px;
}

.home__about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 100px;
}

.HomePage__video-link {
  width: 100%;
}

.HomePage__video-placeholder {
  border-radius: 8px;
  min-width: 100px !important;
  max-width: 700px !important;
  width: 100% !important;
}

.home__about div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 48%;
  min-height: 315px;
  gap: 32px;
}
.home__about div span {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home__about div span h1 {
  width: 530px;
  font-family: 'Inter-SemiBold';
  font-size: 36px;
}
.home__about div span p {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
}

.home__about iframe {
  width: 100%;
  max-width: 48%;
  aspect-ratio: 16 / 9;
  background: #323232;
  border-radius: 8px;
}

.home__sections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 24px;
}

.home__sections h2 {
  font-family: 'Inter-Medium' !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center;
  color: #979797;
  width: 100%;
}

.home__sections > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.home__speeds {
  display: flex;
  gap: 60px;
  margin-top: 100px;
}
.home__speed__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home__speed__text h1 {
  font-size: 36px;
  font-family: 'Inter-SemiBold';
  color: #9e77ed;
}
.home__speed__text span {
  font-family: 'Inter-Regular';
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home__dignities {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 72px;
}

.home__start-now {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background: #53389e;
  padding: 70px 7.5%;
}
.home__three-columns {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.home__column {
  padding: 10px;
  color: #fff;
  margin: 0 10px;
}

.home__column h3 {
  margin-bottom: 10px;
}

.home__column p {
  color: #979797;
  line-height: 1.5;
  max-width: 300px;
  white-space: normal;
}

.home__banner-container {
  display: flex;
  background-color: #53389e;
  padding: 20px;
  height: 260px;
  justify-content: center;
  margin-top: 80px;
}

.home__banner-content {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
}

.home__banner-text {
  max-width: 800px;
}

.home__banner-button-container {
  flex-shrink: 0;
}

.home__banner-container h2 {
  margin-bottom: 25px;
  font-size: 36px;
}

.home__banner-container p {
  margin-bottom: 20px;
  font-size: 20px;
  color: #e9d7fe;
}

.home__banner-button {
  background-color: #7f56d9;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

.home__banner-button:hover {
  background-color: #7a1dbf;
}

.speed-up-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home__not-padding {
  margin-top: 50px;
}
.home__other-benefits {
  display: flex;
  height: 188px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home__other-benefits__title {
  font-size: 36px;
  margin-bottom: 10px;
}

.home__other-benefits__subtitle {
  font-size: 20px;
  color: #aaa;
}
.home__video-text-container {
  display: flex;
  margin-top: 80px;
}
.home__text-container {
  width: 700px !important;
  display: flex;
  flex-direction: column;
  gap: px;
  justify-content: center;
}
.home__text-container h2 {
  color: #9e77ed;
}
.home__text-container p {
  font-size: 17px;
}
.home__video-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home__faq p {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
  color: #bcbcbc;
  margin-top: 5px;
}
.home__faq a {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
}

.home__example .swiper-slide-active {
  opacity: 1;
  transform: scale(1.9);
  border-radius: 20px;
}

@media (max-width: 480px) {
  .home__start-now {
    padding: 32px 16px;
  }
}

.home__start-now > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 32px;
}

.home__start-now > div span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.home__start-now > div span p {
  width: 76%;
  font-family: 'Inter-Regular';
  font-size: 20px;
  line-height: 30px;
  color: #e9d7fe;
}

@media (max-width: 480px) {
  .home__start-now > div span p {
    text-align: center;
  }
}

.home__advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 104px;
}

.home__example {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  padding: none !important;
}

.home__example h2 {
  text-align: center;
  margin-bottom: 10px;
}
.home__example h3 {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
  color: #979797;
}

.home__example img {
  max-height: 530px;
  max-width: 760px;
}

.home__example .swiper-pagination {
  position: unset;
}

.home__example .swiper-pagination-bullet-active {
  background: #7f56d9 !important;
  opacity: 1;
}

.home__example .swiper-pagination-bullet {
  background: #323232;
  opacity: 1 !important;
}

.home__example .swiper-button-prev {
  color: white;
  left: 183px !important;
}
.home__example .swiper-button-next {
  color: white;
  left: 990px !important;
}
.home__example .swiper-slide {
  opacity: 0.2;
  transition: 0.4s;
}

.home__example .swiper-slide-active {
  opacity: 1;
}

.home__example {
  position: relative;
  padding: 20px;
}

.home__example__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.home__example .swiper-pagination {
  margin-top: 60px;
  position: unset;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  object-fit: contain;
  border-radius: 8px;
}
.swiper-slide .swiper-slide-active {
  border: 10px solid palegreen;
}
.home__example .swiper-slide-prev,
.home__example .swiper-slide-next {
  transform: scale(0.8) !important;
}

.home__faqs {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 100px;
}

.home__faqs h3 {
  font-family: 'Inter-Regular';
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #979797;
  margin-bottom: 64px;
}

@media (max-width: 480px) {
  .home__faqs h3 {
    margin-bottom: 16px;
  }
}

.home__faqs > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: 720px;
}

.home__faqs > div > div {
  width: 100%;
}

@media (max-width: 1328px) {
  .home__about {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .home__about div {
    max-width: 100%;
    min-height: fit-content;
    justify-content: center;
  }
  .home__about iframe {
    max-width: 100%;
  }
  .home__start-now > div a {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .home h1 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .home h2:not(.home__sections h2) {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 480px) {
  .home {
    padding: 20px;
    gap: 10px;
  }

  .home h1 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .home h2:not(.home__sections h2) {
    font-size: 28px !important;
    line-height: 38px !important;
    text-align: center;
  }

  .home__about {
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }

  .home__about div {
    max-width: 100%;
    min-height: auto;
    justify-content: center;
    gap: 16px;
  }

  .home__about iframe {
    max-width: 100%;
  }

  .home__about div span h1 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .home__about div span p {
    font-size: 14px;
    line-height: 20px;
  }

  .home__start-now {
    padding: 32px 16px;
    gap: 16px;
  }

  .home__start-now > div {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .home__start-now > div span p {
    width: 100%;
    text-align: center;
  }

  .home__three-columns {
    flex-direction: column;
    margin-top: 50px;
  }

  .home__column {
    padding: 10px 0;
    margin: 10px 0;
  }

  .home__banner-container {
    height: auto;
    padding: 20px 10px;
    margin-top: 40px;
  }

  .home__banner-content {
    flex-direction: column;
    align-items: center;
  }

  .home__banner-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .home__sections,
  .home__dignities,
  .home__advantages {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .home__sections h2 {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .home__faqs {
    margin-top: 50px;
  }

  .home__faqs h3 {
    margin-bottom: 16px;
    font-size: 17px;
  }

  .home__faqs span p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .home__video-text-container {
    flex-direction: column;
    margin-top: 40px;
  }

  .home__text-container {
    width: 100% !important;
    text-align: center;
  }

  .home__video-container {
    justify-content: center;
    width: 100%;
  }

  .home__video-container iframe {
    width: 100%;
    height: 250px;
  }
  .download-app-btn {
    width: 250px;
    height: 40px;
  }
  .home__speeds {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }

  .home__speed__text h1 {
    font-size: 24px;
  }

  .home__speed__text span {
    font-size: 16px;
  }

  .home__speed__video video {
    width: 100%;
    height: auto;
  }

  .home__speed__text ul {
    padding-left: 20px;
  }

  .home__speed__text ul li {
    list-style: none;
    margin-bottom: 10px;
  }
}

/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

.BenefitsDropdownList-accord-section {
  width: 80% !important;
}

.BenefitsDropdownList-accord-item {
  background-color: #424242;
  border-radius: 8px;
  padding: 10px;
}

.BenefitsDropdownList-accord-item.active {
  flex-grow: 1;
}

.BenefitsDropdownList-accord-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  font-size: 23px;
  font-family: 'Inter-SemiBold';
  line-height: 30px;
}

.BenefitsDropdownList-accord-content {
  padding: 10px;
  box-sizing: border-box;
  flex-grow: 1;
}

.BenefitsDropdownList-accord-imag {
  width: 70%;
}

.BenefitsDropdownList-accord-imag img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.BenefitsDropdownList-accord-title img {
  transition: transform 0.3s ease;
}

.BenefitsDropdownList-acord-icon-open {
  transform: rotate(180deg);
}

.BenefitsDropdownList-acord-icon-close {
  transform: rotate(0deg);
}

.BenefitsDropdownList-indet {
  font-size: 18px;
  padding: 10px;
  font-family: 'Inter-Regular';
  height: 220px;
}

.home__faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 24px;
  border-bottom: 2px solid #f2f2f2;
}

.home__faq div h4 {
  font-family: 'Inter-Medium';
  font-size: 18px;
  line-height: 28px;
}

.home__faq div span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #7f56d9;
  border-radius: 16px;
  cursor: pointer;
  flex-shrink: 0;
}

.home__faq div span::before,
.home__faq div span::after {
  content: '';
  position: absolute;
  background: #7f56d9;
  border-radius: 4px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
}

.home__faq div span::before {
  width: 10px;
  height: 2px;
}
.home__faq div span::after {
  width: 2px;
  height: 10px;
}

.home__faq input:checked ~ div span::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.home__faq > span {
  max-height: 0;
  transition: 1s;
  overflow: hidden;
  margin-bottom: 24px;
}

.home__faq p {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
  color: #bcbcbc;
}
.home__faq p a {
  font-family: 'Inter-Regular';
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
.home__faq p span {
  color: white;
}

@media (max-width: 480px) {
  .home__faq p {
    font-size: 12px;
    line-height: 20px;
  }
  .home__faq div h4 {
    font-size: 16px;
    line-height: 25px;
  }
}

.FreeCollectionCard-content {
  margin-top: 100px;
}

.FreeCollectionCard-cards {
  min-width: 60%;
  height: 300px;
}

.FreeCollectionCard-btn-container {
  height: 235px;
}

.FreeCollectionCard-text {
  border-radius: 8px;
  max-width: 40%;
}

.FreeCollectionCard-text h2 {
  margin-bottom: 20px;
}

.FreeCollectionCard-text p {
  font-size: 18.7px;
}

.PreviewLabel {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff99;
  border: 2px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition:
    background-color 0.3s,
    border-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PreviewLabel::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
}

.PreviewLabel__hovered,
.PreviewLabel__clicked {
  border: 2px solid #7f56d9;
}

.PreviewLabel__hovered::before,
.PreviewLabel__clicked::before {
  background-color: #7f56d9;
}

.PreviewLabel__item-card {
  position: absolute;
  z-index: var(--content-z-index);
}

.Review-review {
  width: 727px;
  height: 160px;
  background-color: #323232;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.Review-review__photo {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  margin-right: 10px;
}

.Review-review__content {
  text-align: left;
}

.Review-review__text {
  display: flex;
  width: 590px;
  height: 89px;
  font-size: 13px;
  flex-direction: column;
  justify-content: center;
  font-family: 'Inter-Regular';
}

.Review-review__point {
  font-size: 18px;
  font-family: 'Inter-SemiBold';
}

.Review-review__point h5 {
  font-size: 15px;
}

.Review-one__pont {
  position: relative;
  bottom: 7px;
  font-size: 20px;
}

.Review-review__role {
  font-size: 15px;
}

.one__pont {
  position: relative;
  bottom: 7px;
  font-size: 20px;
}

.dot-container {
  position: absolute;
  top: 20px;
  left: 20px;
}

.dot {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #9e77ed;
}

.SocialMedia__container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.SocialMedia__text {
  gap: 16px;
}

.SocialMedia__text p {
  color: #979797;
}

.SocialMedia__links__to__container {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.SocialMedia__links {
  background-color: #323232;
  width: 370px;
  height: 300px;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}

.SocialMedia__links h4 {
  color: #9e77ed;
  font-family: 'Inter-SemiBold';
}

.SocialMedia__text__links {
  z-index: var(--content-z-index);
}

.SocialMedia__btn__links {
  background-color: #464646;
  width: 246px;
  height: 60px;
  border-radius: 8px;
  z-index: var(--content-z-index);
}

.SocialMedia__icon__links {
  position: absolute;
  top: 0px;
  left: 201px;
  z-index: var(--content-z-index);
}

.SocialMedia__icon__links img {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 0;
}

.SocialMedia__btn__links a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .SocialMedia__container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 16px;
  }

  .SocialMedia__text {
    gap: 10px;
  }

  .SocialMedia__text h1 {
    font-size: 24px;
    text-align: center;
  }

  .SocialMedia__text p {
    font-size: 14px;
    text-align: center;
  }

  .SocialMedia__links__to__container {
    flex-direction: column;
    gap: 20px;
  }

  .SocialMedia__links {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .SocialMedia__btn__links {
    width: 100%;
    height: 50px;
  }

  .SocialMedia__text__links {
    gap: 10px;
  }

  .SocialMedia__icon__links img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .SocialMedia__btn__links a {
    font-size: 14px;
  }
}

.yWy9Wo9q {
  height: 56px;
  width: 260px;
}

#privacyPolicyPage {
  padding: 96px 7.5%;
  max-width: 1240px;
  margin: 0 auto;
}

#privacyPolicyPage b {
  color: inherit;
}

.privacyPolicy-box-text {
  max-width: 720px;
}

.agreement-header h1 {
  margin: 0 !important;
}

.update-doc {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #7f56d9;
}

.privacyPolicy h1 {
  margin: 0;
  font-family: 'Inter-SemiBold';
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.privacyPolicy-header h2 {
  font-family: 'Inter-Regular';
  font-size: 20px;
  line-height: 30px;
  color: #979797;
}

.privacyPolicy p {
  margin: 0;
  margin-top: 24px;
  font-family: 'Inter-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #979797;
  margin-left: -8px;
}

.privacyPolicy-header + p {
  margin: 0;
  font-family: 'Inter-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #979797;
  max-width: 720px;
}

.list-doc {
  display: flex;
  flex-direction: column;
  margin-left: -8px;
}

.privacyPolicy ol {
  padding: 0;
  list-style: none;
  counter-reset: li;
}

.privacyPolicy li:before {
  counter-increment: li;
  content: counters(li, '.') '. ';
}

.privacyPolicy-header-text {
  margin-top: 48px;
  font-family: 'Inter-SemiBold';
  font-size: 30px;
  line-height: 38px;
  padding-left: 8px;
}

.privacyPolicy-text {
  padding-top: 24px;
  font-family: 'Inter-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #979797;
}

.privacyPolicy-nocounter:before {
  height: 0;
  width: 0;
  opacity: 0;
  font-family: 'Inter-Regular';
  font-size: 18px;
  line-height: 28px;
  display: block;
  color: #979797;
}

.privacyPolicy-text a {
  text-decoration: underline;
  color: #979797;
}

.privacyPolicy-text span {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  #privacyPolicyPage {
    padding: 32px 7.5%;
  }
  .privacyPolicy-header {
    margin-bottom: 32px;
  }
  .privacyPolicy h1 {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  .privacyPolicy-header h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

.vtWGh2a6 li::before {
  content: none !important;
}

.V0xs0T1t {
  font-family:
    system-ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    'Noto Sans',
    'Liberation Sans',
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  text-decoration: none !important;
}

.BAxVPPvL {
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
  min-height: 100px;
  width: auto;
  height: auto;
  margin-top: 8px;
}

.SFPq7ORG {
  text-align: center;
}

.Balance{display:flex;flex-direction:column;background:#121212;border-radius:7px;padding:16px;gap:8px;width:100%;height:fit-content}.Balance .Balance__description{font:14px/150% "Inter-Regular";margin:0}.Balance .Balance__digits{text-align:center;font:25px/30px "Inter-Regular"}.Balance .Balance__warning{color:#e2b000;font:14px/150% "Inter-Regular"}.Balance .Balance__button{font:14px/150% "Inter-SemiBold";border-radius:8px;padding:10px 0;background:#7f56d9}.Balance .Balance__button.disabled{background:#424242;color:#272727}@media screen and (min-width:1280px){.Balance{padding:14px 31px 30px 28px;gap:16px;width:462px}.Balance .Balance__description{font:16px/150% "Inter-Regular"}.Balance .Balance__digits{margin:32px 0 32px 0 !important;font:40px/60% "Inter-Regular"}.Balance .Balance__button{font:16px/150% "Inter-SemiBold"}}
.qH8dFcMg {
  margin: 0;
}

.qH8dFcMg p {
  color: var(--gray3);
}

.Ubjtq9si {
  background: var(--gray8);
  font: var(--font-button-m);
  border-radius: 4px;
  width: 100%;
  padding: 12px 20px;
  position: relative;
  height: 170px;
  cursor: text;
}

.KoXaVtNX {
  background: none;
  resize: none;
  width: 100%;
  height: 100%;
  color: var(--gray6);
  cursor: text;
}

.qQ1u7uO_ {
  color: var(--gray6);
  position: absolute;
  bottom: 6px;
  right: 12px;
}

/* READONLY STYLES */

.lLe6tSD9.hAVtPx3q .KoXaVtNX {
  cursor: auto;
}

.lLe6tSD9.hAVtPx3q .qH8dFcMg p {
  color: var(--gray8);
}

.lLe6tSD9.hAVtPx3q .Ubjtq9si {
  cursor: auto;
  background: var(--gray13);
}

.xO4F80Jl {
  border-radius: 15px;
  width: 100%;
  padding: 16px;
  gap: 8px;
}

.xmNGDk6l {
  color: var(--accent-second);
}

@media screen and (min-width: 1280px) {
  .xO4F80Jl {
    width: 535px;
    padding: 32px;
    gap: 12px;
  }
}

.transactions{display:flex;flex-direction:column;background:#121212;border-radius:7px;padding:12px;gap:8px;width:100%;max-height:556px;overflow-y:auto}.transactions p{margin:0}.transactions table thead tr{background:rgba(255,255,255,0.2)}.transactions table thead tr th{padding:4px 0;font:12px/150% "Inter-Regular"}.transactions table thead tr th:first-child{padding:4px 4px 4px 8px;border-radius:5px 0 0 5px}.transactions table thead tr th:last-child{border-radius:0 5px 5px 0;padding:4px}.transactions table tbody tr td{font:12px/150% "Inter-Regular";padding:4px 0;white-space:wrap}.transactions table tbody tr td:first-child{padding:4px}.transactions table tbody tr td:nth-child(3n),.transactions table tbody tr td:nth-child(4n){white-space:nowrap}.greenText{color:#92ee72;font:16px/150% "Inter-SemiBold"}.redText{color:#f00;font:16px/150% "Inter-SemiBold"}@media screen and (min-width:1280px){.transactions{padding:16px;gap:16px;width:762px}.transactions table thead th:first-child{padding:4px 12px}.transactions table tbody tr td{font:16px/150% "Inter-Regular";white-space:nowrap}.transactions table tbody tr td:first-child{padding:4px 12px}}
.zB_CytK_ {
  padding: 0 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.OCYwhCTs,
.wZcs3UYQ {
  width: 100%;
}

.tJmJTIr5 {
  flex-direction: column;
  padding-bottom: 32px;
}

@media screen and (min-width: 480px) {
  .zB_CytK_ {
    padding: 16px;
  }

  .OCYwhCTs {
    width: 462px;
  }

  .wZcs3UYQ {
    width: 762px;
  }

  .tJmJTIr5 {
    flex-direction: row;
    justify-content: center;
  }
}

