header,
.header {
  flex: 0 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "logo menu actions";
  align-items: center;
  background: #FFFFFF;
  backdrop-filter: blur(4px);
  box-shadow: 0 14px 24px 0 rgba(20, 14, 61, 0.0588235294);
  box-sizing: border-box;
  height: 84px;
}
@media (max-width: 999px) {
  header,
  .header {
    height: 60px;
  }
}
header,
.header {
  padding: 0vw 7.8165711308vw 0vw 8.3376758729vw;
}
@media (max-width: 1919px) {
  header,
  .header {
    padding: 0vw 9.3808630394vw 0vw 6.2539086929vw;
  }
}
@media (max-width: 1599px) {
  header,
  .header {
    padding: 0vw 10.4239054899vw 0vw 10.4239054899vw;
  }
}
@media (max-width: 1439px) {
  header,
  .header {
    padding: 0vw 5.005005005vw 0vw 5.005005005vw;
  }
}
@media (max-width: 999px) {
  header,
  .header {
    padding: 0vw 3.4965034965vw;
  }
}
@media (max-width: 430px) {
  header,
  .header {
    box-shadow: none;
  }
}
header,
.header {
  column-gap: 0.8337675873vw;
}
@media (max-width: 999px) {
  header,
  .header {
    column-gap: 0vw;
  }
}

header.white .header__link {
  color: #FFFFFF;
}

.header__group {
  display: flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
}
.header__group_start {
  display: none;
  align-items: center;
  gap: 1.0422094841vw;
}
@media (max-width: 1439px) {
  .header__group_start {
    gap: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .header__group_start {
    gap: 0vw;
  }
}
.header__group_end {
  grid-area: actions;
  align-self: center;
  justify-self: end;
  gap: 1.2506513809vw;
}
@media (max-width: 1599px) {
  .header__group_end {
    gap: 0.9728978457vw;
  }
}

.header__langs_reduced {
  display: none;
}

.header__logo {
  display: flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
  grid-area: logo;
  width: 7.9207920792vw;
}
@media (max-width: 1919px) {
  .header__logo {
    width: 9.5059412133vw;
  }
}
@media (max-width: 1599px) {
  .header__logo {
    width: 10.5628908965vw;
  }
}
@media (max-width: 1439px) {
  .header__logo {
    width: 15.2152152152vw;
  }
}
@media (max-width: 999px) {
  .header__logo {
    width: 13.986013986vw;
  }
}
.header__logo {
  height: 2.0844189682vw;
}
@media (max-width: 1919px) {
  .header__logo {
    height: 2.5015634772vw;
  }
}
@media (max-width: 1599px) {
  .header__logo {
    height: 2.7797081306vw;
  }
}
@media (max-width: 1439px) {
  .header__logo {
    height: 4.004004004vw;
  }
}
@media (max-width: 999px) {
  .header__logo {
    height: 5.1282051282vw;
  }
}
.header__logo_icon {
  width: auto;
  flex-shrink: 0;
  height: 2.0844189682vw;
}
@media (max-width: 1919px) {
  .header__logo_icon {
    height: 2.5015634772vw;
  }
}
@media (max-width: 1599px) {
  .header__logo_icon {
    height: 2.7797081306vw;
  }
}
@media (max-width: 1439px) {
  .header__logo_icon {
    height: 4.004004004vw;
  }
}
@media (max-width: 999px) {
  .header__logo_icon {
    height: 5.1282051282vw;
  }
}
.header__logo_text {
  width: auto;
  flex-shrink: 0;
  height: 22px;
  margin-left: 0.5211047421vw;
}
@media (max-width: 1919px) {
  .header__logo_text {
    margin-left: 0.6253908693vw;
  }
}
@media (max-width: 1599px) {
  .header__logo_text {
    margin-left: 0.6949270327vw;
  }
}
@media (max-width: 1439px) {
  .header__logo_text {
    margin-left: 1.001001001vw;
  }
}
@media (max-width: 999px) {
  .header__logo_text {
    margin-left: 1.8648018648vw;
  }
}
@media (max-width: 999px) {
  .header__logo_text {
    width: 60px;
  }
}

.header__menu {
  position: static;
  transform: none;
  grid-area: menu;
  justify-self: center;
  align-self: stretch;
  display: flex;
  align-items: stretch;
  width: max-content;
  max-width: 100%;
  min-width: 0;
  margin-inline: auto;
  gap: 1.6675351746vw;
}

.header__link {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #24232F;
  font-family: NunitoSans, "Nunito Sans-fallback";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: color ease-out 0.3s;
}
.header__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background: #6D5BF7;
  transform: scale(0);
  transform-origin: center;
  transition: transform ease-out 0.3s, background ease-out 0.3s;
}
.header__link:hover::after {
  transform: scale(1);
}
.header__link:active::after {
  transform: scale(0.85);
}
.header__link_active {
  color: #6D5BF7;
}
.header__link_active::after {
  transform: scale(1);
}

@media (min-width: 1440px) {
  .header > .header__menu .header__link:hover:not(.header__link_active), .header > .header__menu .header__link:active:not(.header__link_active) {
    color: #24232F;
  }
  .header > .header__menu .header__link:hover:not(.header__link_active)::after, .header > .header__menu .header__link:active:not(.header__link_active)::after {
    background: rgba(109, 91, 247, 0.2);
    transform: scale(1);
  }
  .header > .header__menu .header__link.header__link_active::after {
    background: #6D5BF7;
  }
}
.header__langs {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 150px;
  height: 48px;
  gap: 8px;
  padding: 4px;
  border-radius: 16px;
  background: #EFEDFF;
}
.header__langs-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  gap: 2px;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  user-select: none;
}
.header__langs-toggle:focus, .header__langs-toggle:focus-visible, .header__langs-toggle:active {
  outline: none;
}
.header__langs-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  padding: 8px 11px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 2px 3px 0 rgba(42, 33, 109, 0.1098039216);
  box-sizing: border-box;
  font-family: NunitoSans, "Nunito Sans-fallback";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8878FF;
  flex-shrink: 0;
}
.header__langs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
}
.header__langs-icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #1F212C;
  mask-image: url(/assets/icons/accordion-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 24px 24px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.header__langs_open .header__langs-icon::after {
  transform: rotate(180deg);
}
.header__langs-menu {
  position: absolute;
  padding: 15px 0;
  top: 100%;
  left: 0;
  width: 150px;
  overflow: auto;
  border: 1px solid #E4E4F2;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0 14px 34px 0 rgba(27, 23, 61, 0.1);
  box-sizing: border-box;
  z-index: 10;
}
.header__langs-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 14px;
  box-sizing: border-box;
  font-family: NunitoSans, "Nunito Sans-fallback";
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #1F212C;
  text-decoration: none;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.header__langs-item:focus, .header__langs-item:focus-visible, .header__langs-item:active {
  outline: none;
}
.header__langs-item:hover:not(.header__langs-item_active) {
  background: rgba(133, 146, 163, 0.05);
}
.header__langs-item_active {
  background: linear-gradient(90deg, #FFFFFF 13.94%, #E3E3FF 100%);
  color: #6D5BF7;
  pointer-events: none;
}
.header__langs-item_active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #6D5BF7;
  border-radius: 4px 0 0 4px;
}

.header .button.header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  box-sizing: border-box;
  width: 198px;
  min-width: 198px;
  max-width: 198px;
  height: 48px;
  max-height: 48px;
  padding: 12px 20px;
  margin: 0;
  border: 0;
  border-radius: 16px;
  gap: 10px;
  font-family: NunitoSans, "Nunito Sans-fallback";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.header__mob-menu,
.mobile-menu {
  display: none;
}

.header__mob-menu {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  align-self: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  user-select: none;
}
.header__mob-menu:focus, .header__mob-menu:focus-visible, .header__mob-menu:active {
  outline: none;
}
.header__mob-menu_line {
  display: block;
  border-radius: 2px;
  background: #8878FF;
  transition: ease-out 0.3s;
  transform-origin: center;
}

:root {
  scroll-behavior: auto;
  --footer-height: 210px;
}

@media (min-width: 1000px) and (max-width: 1439px) {
  :root {
    --footer-height: 320px;
  }
}
@media (max-width: 999px) {
  :root {
    --footer-height: 420px;
  }
}
* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #6D5BF7 #F9FBFF;
}

html {
  height: 100%;
}

body {
  touch-action: pan-x pan-y !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: NunitoSans, "Nunito Sans-fallback";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #1F212C;
  background: #F9FBFF;
  position: relative;
  font-size: 0.9379885357vw;
}
@media (max-width: 1919px) {
  body {
    font-size: 1.1257035647vw;
  }
}
@media (max-width: 1599px) {
  body {
    font-size: 1.2508686588vw;
  }
}
@media (max-width: 1439px) {
  body {
    font-size: 1.8018018018vw;
  }
}
@media (max-width: 999px) {
  body {
    font-size: 3.7296037296vw;
  }
}
body {
  line-height: 1.3548723293vw;
}
@media (max-width: 1919px) {
  body {
    line-height: 1.6260162602vw;
  }
}
@media (max-width: 1599px) {
  body {
    line-height: 1.8068102849vw;
  }
}
@media (max-width: 1439px) {
  body {
    line-height: 2.6026026026vw;
  }
}
@media (max-width: 999px) {
  body {
    line-height: 5.5944055944vw;
  }
}
body.overflow {
  overflow: hidden;
}
body .no-scroll {
  height: 100vh;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

iframe {
  border: none;
}

.button__chatbot {
  color: buttontext;
  text-indent: 0;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  margin: 0;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
}

main {
  flex: 1 0 auto;
  padding: 84px 0 0;
  position: relative;
  overflow: hidden;
}

h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.5013027619vw;
}
@media (max-width: 1919px) {
  h1 {
    font-size: 3.0018761726vw;
  }
}
@media (max-width: 1599px) {
  h1 {
    font-size: 3.3356497568vw;
  }
}
@media (max-width: 1439px) {
  h1 {
    font-size: 4.2042042042vw;
  }
}
@media (max-width: 999px) {
  h1 {
    font-size: 6.5268065268vw;
  }
}
h1 {
  line-height: 2.9181865555vw;
}
@media (max-width: 1919px) {
  h1 {
    line-height: 3.502188868vw;
  }
}
@media (max-width: 1599px) {
  h1 {
    line-height: 3.8915913829vw;
  }
}
@media (max-width: 1439px) {
  h1 {
    line-height: 5.2052052052vw;
  }
}
@media (max-width: 999px) {
  h1 {
    line-height: 8.3916083916vw;
  }
}
@media (max-width: 999px) {
  h1 {
    font-weight: 600;
  }
}

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 1.8759770714vw;
}
@media (max-width: 1919px) {
  h2 {
    font-size: 2.2514071295vw;
  }
}
@media (max-width: 1599px) {
  h2 {
    font-size: 2.5017373176vw;
  }
}
@media (max-width: 1439px) {
  h2 {
    font-size: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  h2 {
    font-size: 6.5268065268vw;
  }
}
h2 {
  line-height: 2.3970818134vw;
}
@media (max-width: 1919px) {
  h2 {
    line-height: 2.8767979987vw;
  }
}
@media (max-width: 1599px) {
  h2 {
    line-height: 3.1966643502vw;
  }
}
@media (max-width: 1439px) {
  h2 {
    line-height: 4.2042042042vw;
  }
}
@media (max-width: 999px) {
  h2 {
    line-height: 8.3916083916vw;
  }
}
@media (max-width: 999px) {
  h2 {
    font-weight: 600;
  }
}
h2.home-section__title {
  font-family: NunitoSans, "Nunito Sans-fallback";
  text-align: center;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  z-index: 2;
  position: relative;
  font-size: 1.8759770714vw;
}
@media (max-width: 1919px) {
  h2.home-section__title {
    font-size: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  h2.home-section__title {
    font-size: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  h2.home-section__title {
    font-size: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  h2.home-section__title {
    font-size: 6.5268065268vw;
  }
}
h2.home-section__title {
  line-height: 2.3970818134vw;
}
@media (max-width: 1919px) {
  h2.home-section__title {
    line-height: 2.626641651vw;
  }
}
@media (max-width: 1599px) {
  h2.home-section__title {
    line-height: 2.9186935372vw;
  }
}
@media (max-width: 1439px) {
  h2.home-section__title {
    line-height: 4.2042042042vw;
  }
}
@media (max-width: 999px) {
  h2.home-section__title {
    line-height: 8.3916083916vw;
  }
}
@media (max-width: 999px) {
  h2.home-section__title {
    font-weight: 600;
  }
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 1.4590932777vw;
}
@media (max-width: 1919px) {
  h3 {
    font-size: 1.751094434vw;
  }
}
@media (max-width: 1599px) {
  h3 {
    font-size: 1.9457956915vw;
  }
}
@media (max-width: 1439px) {
  h3 {
    font-size: 2.8028028028vw;
  }
}
@media (max-width: 999px) {
  h3 {
    font-size: 5.5944055944vw;
  }
}
h3 {
  line-height: 1.8759770714vw;
}
@media (max-width: 1919px) {
  h3 {
    line-height: 2.2514071295vw;
  }
}
@media (max-width: 1599px) {
  h3 {
    line-height: 2.5017373176vw;
  }
}
@media (max-width: 1439px) {
  h3 {
    line-height: 3.6036036036vw;
  }
}
@media (max-width: 999px) {
  h3 {
    line-height: 7.9254079254vw;
  }
}

p {
  margin-top: 0;
  font-size: 0.9379885357vw;
}
@media (max-width: 1919px) {
  p {
    font-size: 1.1257035647vw;
  }
}
@media (max-width: 1599px) {
  p {
    font-size: 1.2508686588vw;
  }
}
@media (max-width: 1439px) {
  p {
    font-size: 1.8018018018vw;
  }
}
@media (max-width: 999px) {
  p {
    font-size: 3.7296037296vw;
  }
}
p {
  line-height: 1.3548723293vw;
}
@media (max-width: 1919px) {
  p {
    line-height: 1.6260162602vw;
  }
}
@media (max-width: 1599px) {
  p {
    line-height: 1.8068102849vw;
  }
}
@media (max-width: 1439px) {
  p {
    line-height: 2.6026026026vw;
  }
}
@media (max-width: 999px) {
  p {
    line-height: 5.5944055944vw;
  }
}

a {
  color: #6D5BF7;
  text-decoration: none !important;
  transition: color 0.3s ease-in-out;
}
a:hover, a:active {
  color: #4534CA;
}

li {
  font-size: 0.8337675873vw;
}
@media (max-width: 1919px) {
  li {
    font-size: 1.0006253909vw;
  }
}
@media (max-width: 1599px) {
  li {
    font-size: 1.1118832523vw;
  }
}
@media (max-width: 1439px) {
  li {
    font-size: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  li {
    font-size: 3.2634032634vw;
  }
}
li {
  line-height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  li {
    line-height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  li {
    line-height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  li {
    line-height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  li {
    line-height: 4.662004662vw;
  }
}

.link {
  color: #6D5BF7;
  text-decoration: none;
  font-weight: 700;
  transition: ease-out 0.3s;
  font-size: 0.9379885357vw;
}
@media (max-width: 1919px) {
  .link {
    font-size: 1.1257035647vw;
  }
}
@media (max-width: 1599px) {
  .link {
    font-size: 1.1118832523vw;
  }
}
@media (max-width: 1439px) {
  .link {
    font-size: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  .link {
    font-size: 3.2634032634vw;
  }
}
.link {
  line-height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .link {
    line-height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  .link {
    line-height: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .link {
    line-height: 2.002002002vw;
  }
}
@media (max-width: 999px) {
  .link {
    line-height: 4.1958041958vw;
  }
}
.link:hover {
  color: #6D5BF7;
}
.link:active {
  color: #1F212C;
}
.link:active .small-arrow {
  fill: #1F212C;
}
.link:hover .link__arrow_arrow {
  transform: translateX(30%);
  -ms-transform: translateX(30%);
}
.link__arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  line-height: 1;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.link__arrow:hover {
  color: #6D5BF7;
  cursor: pointer;
}
.link__arrow_arrow {
  transition: ease-out 0.3s;
}
.link__arrow_back {
  color: #1F212C;
  display: flex;
}
.link__arrow_back:hover {
  color: #1F212C;
}
.link__arrow_back:active {
  color: #6D5BF7;
}
.link__arrow_back:hover .link__arrow_arrow {
  transform: translateX(-20%);
  -ms-transform: translateX(-20%);
}
.link__arrow_back:active .big-arrow {
  fill: #6D5BF7;
}
.link__arrow_back svg {
  width: 4.1688379364vw;
}
@media (max-width: 1919px) {
  .link__arrow_back svg {
    width: 5.0031269543vw;
  }
}
@media (max-width: 1599px) {
  .link__arrow_back svg {
    width: 5.5594162613vw;
  }
}
@media (max-width: 1439px) {
  .link__arrow_back svg {
    width: 8.008008008vw;
  }
}
@media (max-width: 999px) {
  .link__arrow_back svg {
    width: 18.648018648vw;
  }
}
.link__arrow_back svg {
  height: 1.6675351746vw;
}
@media (max-width: 1919px) {
  .link__arrow_back svg {
    height: 2.0012507817vw;
  }
}
@media (max-width: 1599px) {
  .link__arrow_back svg {
    height: 2.2237665045vw;
  }
}
@media (max-width: 1439px) {
  .link__arrow_back svg {
    height: 3.2032032032vw;
  }
}
@media (max-width: 999px) {
  .link__arrow_back svg {
    height: 7.4592074592vw;
  }
}

.button {
  cursor: pointer;
  background: 0;
  border: 0;
  border-radius: 8px;
  background: #C5FFBE;
  font-family: NunitoSans, "Nunito Sans-fallback";
  transition: ease-in-out 0.2s;
  text-decoration: none;
}

.button__outline {
  min-width: 9.45vw;
  padding: 0.64vw 1.07vw;
  color: #1F212C;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition-property: background-color;
}
.button__outline:hover {
  color: #FFFFFF;
  background-color: #6D5BF7;
}
.button__outline:active {
  color: #FFFFFF;
  background-color: #4838CA;
}

.button__outline-white {
  background: #C5FFBE;
}

.button__outline-ai {
  min-width: 9.45vw;
  padding: 0.84vw 1.67vw;
  color: #FFFFFF;
  background: #4838CA;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition-property: background-color;
}
.button__outline-ai:hover {
  color: #4838CA;
  background-color: #FFFFFF;
}
.button__outline-ai:active {
  color: #FFFFFF;
  background-color: #4838CA;
}

.button__solid {
  background: #1F212C;
  color: #FFFFFF;
  text-align: center;
  padding: 1.12vw 1.67vw;
  border-color: #1F212C;
  min-width: 14.1vw;
  transition: all 0.3s ease;
}
.button__solid:hover {
  background: #6D5BF7;
  border-color: #6D5BF7;
  color: #FFFFFF;
}
.button__solid_violet {
  background: #4838CA;
  color: #FFFFFF;
  border-color: #4838CA;
}
.button__solid_violet:hover {
  color: #4838CA;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.button__solid:active {
  background: #4838CA;
  border-color: #4838CA;
}

.button__solid_mob:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #6D5BF7;
}

.button__solid_mob:active {
  background: #C1CCFF;
  border-color: #FFFFFF;
  color: #6D5BF7;
}

.button__form {
  display: flex;
  width: 100%;
  border-radius: 16px;
  background: #8878FF;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  transition: background-color 0.3s ease-in-out;
  padding: 0.6774361647vw;
}
@media (max-width: 1919px) {
  .button__form {
    padding: 0.8130081301vw;
  }
}
@media (max-width: 1599px) {
  .button__form {
    padding: 0.9034051425vw;
  }
}
@media (max-width: 1439px) {
  .button__form {
    padding: 1.3013013013vw;
  }
}
@media (max-width: 999px) {
  .button__form {
    padding: 3.0303030303vw;
  }
}
.button__form {
  margin-top: 0.9379885357vw;
}
@media (max-width: 1919px) {
  .button__form {
    margin-top: 1.1257035647vw;
  }
}
@media (max-width: 1599px) {
  .button__form {
    margin-top: 1.2508686588vw;
  }
}
@media (max-width: 1439px) {
  .button__form {
    margin-top: 1.8018018018vw;
  }
}
@media (max-width: 999px) {
  .button__form {
    margin-top: 4.1958041958vw;
  }
}
.button__form {
  gap: 0.6774361647vw;
}
@media (max-width: 1919px) {
  .button__form {
    gap: 0.8130081301vw;
  }
}
@media (max-width: 1599px) {
  .button__form {
    gap: 0.9034051425vw;
  }
}
@media (max-width: 1439px) {
  .button__form {
    gap: 1.3013013013vw;
  }
}
@media (max-width: 999px) {
  .button__form {
    gap: 3.0303030303vw;
  }
}
.button__form {
  font-size: 0.8337675873vw;
}
@media (max-width: 1919px) {
  .button__form {
    font-size: 1.0006253909vw;
  }
}
@media (max-width: 1599px) {
  .button__form {
    font-size: 1.1118832523vw;
  }
}
@media (max-width: 1439px) {
  .button__form {
    font-size: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  .button__form {
    font-size: 3.7296037296vw;
  }
}
.button__form {
  line-height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .button__form {
    line-height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  .button__form {
    line-height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  .button__form {
    line-height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  .button__form {
    line-height: 5.5944055944vw;
  }
}
.button__form:hover {
  background: #6D5BF7;
}
.button__form:active {
  background: #4534CA;
}

.button__icon {
  filter: brightness(0) saturate(100%) invert(100%);
  width: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .button__icon {
    width: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  .button__icon {
    width: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  .button__icon {
    width: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  .button__icon {
    width: 5.5944055944vw;
  }
}
.button__icon {
  height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .button__icon {
    height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  .button__icon {
    height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  .button__icon {
    height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  .button__icon {
    height: 5.5944055944vw;
  }
}

.scroll-top {
  position: fixed;
  right: 4.17vw;
  bottom: 0;
  width: 0;
  height: 0;
  overflow: visible;
  flex-shrink: 0;
  justify-content: flex-end;
  display: flex;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: ease-out 0.7s;
}
.scroll-top .visible {
  pointer-events: auto;
  opacity: 1;
}

.button-scroll-top {
  width: 56px;
  height: 56px;
  background: #1F212C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  cursor: pointer;
  position: fixed;
  bottom: calc(var(--footer-height) + 20px);
  right: 16px;
  z-index: 5;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, transform 0.3s ease-out, bottom 0.3s ease-out;
}
.button-scroll-top:hover {
  background: #FFFFFF;
  color: #1F212C;
}
.button-scroll-top:hover::before {
  background-image: url(/assets/icons/slider-arrow.svg);
}
.button-scroll-top:active {
  background: #C1CCFF;
  color: #FFFFFF;
}
.button-scroll-top svg {
  width: 24px;
  height: 24px;
}

label {
  display: block;
  position: relative;
}
label:not(:first-child) {
  margin-top: 0.9379885357vw;
}
@media (max-width: 1919px) {
  label:not(:first-child) {
    margin-top: 1.1257035647vw;
  }
}
@media (max-width: 1599px) {
  label:not(:first-child) {
    margin-top: 1.2508686588vw;
  }
}
@media (max-width: 1439px) {
  label:not(:first-child) {
    margin-top: 1.8018018018vw;
  }
}
@media (max-width: 999px) {
  label:not(:first-child) {
    margin-top: 4.1958041958vw;
  }
}
label p {
  align-self: stretch;
  color: #7B76A3;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8337675873vw;
}
@media (max-width: 1919px) {
  label p {
    font-size: 1.0006253909vw;
  }
}
@media (max-width: 1599px) {
  label p {
    font-size: 1.1118832523vw;
  }
}
@media (max-width: 1439px) {
  label p {
    font-size: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  label p {
    font-size: 3.7296037296vw;
  }
}
label p {
  line-height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  label p {
    line-height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  label p {
    line-height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  label p {
    line-height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  label p {
    line-height: 5.5944055944vw;
  }
}
label p {
  margin-bottom: 0.4168837936vw;
}
@media (max-width: 1919px) {
  label p {
    margin-bottom: 0.5003126954vw;
  }
}
@media (max-width: 1599px) {
  label p {
    margin-bottom: 0.5559416261vw;
  }
}
@media (max-width: 1439px) {
  label p {
    margin-bottom: 0.8008008008vw;
  }
}
@media (max-width: 999px) {
  label p {
    margin-bottom: 1.8648018648vw;
  }
}
label input,
label textarea {
  display: block;
  width: 100%;
  outline: 0;
  font-family: NunitoSans, "Nunito Sans-fallback";
  font-weight: 400;
  transition: ease-out 0.3s;
  font-size: 0.8337675873vw;
}
@media (max-width: 1919px) {
  label input,
  label textarea {
    font-size: 1.0006253909vw;
  }
}
@media (max-width: 1599px) {
  label input,
  label textarea {
    font-size: 1.1118832523vw;
  }
}
@media (max-width: 1439px) {
  label input,
  label textarea {
    font-size: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  label input,
  label textarea {
    font-size: 3.7296037296vw;
  }
}
label input,
label textarea {
  line-height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  label input,
  label textarea {
    line-height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  label input,
  label textarea {
    line-height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  label input,
  label textarea {
    line-height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  label input,
  label textarea {
    line-height: 5.5944055944vw;
  }
}
label input:hover, label input:focus,
label textarea:hover,
label textarea:focus {
  border-color: #6D5BF7;
}
label input::placeholder,
label textarea::placeholder {
  color: #AEB5D3;
  opacity: 1;
}
label .error input, label .error textarea {
  border-color: #DB2745;
}
label .error-text {
  color: #DB2745;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -1.5633142262vw;
}
@media (max-width: 1919px) {
  label .error-text {
    bottom: -1.8761726079vw;
  }
}
@media (max-width: 1599px) {
  label .error-text {
    bottom: -2.084781098vw;
  }
}
@media (max-width: 1439px) {
  label .error-text {
    bottom: -3.003003003vw;
  }
}
@media (max-width: 999px) {
  label .error-text {
    bottom: -6.993006993vw;
  }
}
label .error-text {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8337675873vw;
}
@media (max-width: 1919px) {
  label .error-text {
    font-size: 1.0006253909vw;
  }
}
@media (max-width: 1599px) {
  label .error-text {
    font-size: 1.1118832523vw;
  }
}
@media (max-width: 1439px) {
  label .error-text {
    font-size: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  label .error-text {
    font-size: 3.7296037296vw;
  }
}
label .error-text {
  line-height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  label .error-text {
    line-height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  label .error-text {
    line-height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  label .error-text {
    line-height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  label .error-text {
    line-height: 5.5944055944vw;
  }
}

textarea {
  resize: none;
  padding-top: 0.6774361647vw;
}
@media (max-width: 1919px) {
  textarea {
    padding-top: 0.8130081301vw;
  }
}
@media (max-width: 1599px) {
  textarea {
    padding-top: 0.9034051425vw;
  }
}
@media (max-width: 1439px) {
  textarea {
    padding-top: 1.3013013013vw;
  }
}
@media (max-width: 999px) {
  textarea {
    padding-top: 3.0303030303vw;
  }
}

footer {
  flex: 0 0 auto;
}

@media (hover: none) {
  .button__outline:hover,
  .button__outline:active {
    background-color: #FFFFFF;
    color: #6D5BF7;
    border-color: #6D5BF7;
  }
  .button__solid:hover {
    border-color: #1F212C;
    background: #1F212C;
  }
  .button__solid_violet:hover {
    color: #4838CA;
    background-color: #FFFFFF;
    border-color: #4838CA;
  }
  .button-scroll-top:hover {
    background: #1f212c;
    color: #FFFFFF;
  }
}
.termsfeed-com---palette-light .cc-nb-okagree {
  background-color: #6D5BF7 !important;
}

.home-section {
  padding: 4.17vw 0;
  position: relative;
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .header__menu {
    gap: 40px;
  }
  .header__group_end {
    gap: 24px;
  }
}
@media (max-width: 1439px) {
  .header {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "start logo end";
  }
  .header__group_start {
    display: flex;
    grid-area: start;
  }
  .header__langs_reduced {
    display: flex;
  }
  .header__langs_desktop {
    display: none;
  }
  .header__logo {
    grid-area: logo;
    justify-self: center;
  }
  .header__menu {
    display: none;
  }
  .header__group_end {
    grid-area: end;
    justify-self: end;
  }
}
@media (max-width: 999px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: unset;
    grid-template-areas: unset;
  }
  .header__group_start {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    grid-area: unset;
    grid-column: unset;
    grid-row: unset;
    justify-self: unset;
    z-index: 10;
  }
  .header__mob-menu {
    display: flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 0;
    background: transparent;
    gap: 3px;
  }
  .header__mob-menu .header__mob-menu_line {
    width: 18px;
    height: 1px;
    background: #8878FF;
  }
  .header__langs-mobile,
  .header__langs_reduced {
    display: none;
  }
  .header__logo {
    display: flex;
    position: relative;
    grid-area: unset;
    grid-column: unset;
    grid-row: unset;
    justify-self: unset;
    margin: 0;
    width: auto;
    align-items: center;
  }
  .header__menu,
  .header__group_end {
    display: none;
  }
  main {
    padding-top: 0;
  }
}
.form-success__modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
}

.form-success__modal_block {
  visibility: visible;
  pointer-events: auto;
}

.small-arrow {
  d: path("M9.46967 4.46967C9.76256 4.17678 10.2374 4.17678 10.5303 4.46967L17.5303 11.4697C17.8232 11.7626 17.8232 12.2374 17.5303 12.5303L10.5303 19.5303C10.2374 19.8232 9.76256 19.8232 9.46967 19.5303C9.17678 19.2374 9.17678 18.7626 9.46967 18.4697L15.1893 12.75H1C0.585786 12.75 0.25 12.4142 0.25 12C0.25 11.5858 0.585786 11.25 1 11.25H15.1893L9.46967 5.53033C9.17678 5.23744 9.17678 4.76256 9.46967 4.46967Z");
  fill: #6D5BF7;
  transition: ease-out 0.3s;
}

.link__arrow:hover .small-arrow {
  d: path("M15.4697 4.46967C15.7626 4.17678 16.2374 4.17678 16.5303 4.46967L23.5303 11.4697C23.8232 11.7626 23.8232 12.2374 23.5303 12.5303L16.5303 19.5303C16.2374 19.8232 15.7626 19.8232 15.4697 19.5303C15.1768 19.2374 15.1768 18.7626 15.4697 18.4697L21.1893 12.75H1C0.585786 12.75 0.25 12.4142 0.25 12C0.25 11.5858 0.585786 11.25 1 11.25H21.1893L15.4697 5.53033C15.1768 5.23744 15.1768 4.76256 15.4697 4.46967Z");
}

.big-arrow {
  d: path("M16.5303 4.46967C16.8232 4.76256 16.8232 5.23744 16.5303 5.53033L10.8107 11.25H59C59.4142 11.25 59.75 11.5858 59.75 12C59.75 12.4142 59.4142 12.75 59 12.75H10.8107L16.5303 18.4697C16.8232 18.7626 16.8232 19.2374 16.5303 19.5303C16.2374 19.8232 15.7626 19.8232 15.4697 19.5303L8.46967 12.5303C8.17678 12.2374 8.17678 11.7626 8.46967 11.4697L15.4697 4.46967C15.7626 4.17678 16.2374 4.17678 16.5303 4.46967Z");
  fill: #1f212c;
  transition: ease-out 0.3s;
}

.link__arrow_back:hover .big-arrow {
  d: path("M8.53033 4.46967C8.82322 4.76256 8.82322 5.23744 8.53033 5.53033L2.81066 11.25H59C59.4142 11.25 59.75 11.5858 59.75 12C59.75 12.4142 59.4142 12.75 59 12.75H2.81066L8.53033 18.4697C8.82322 18.7626 8.82322 19.2374 8.53033 19.5303C8.23744 19.8232 7.76256 19.8232 7.46967 19.5303L0.46967 12.5303C0.176777 12.2374 0.176777 11.7626 0.46967 11.4697L7.46967 4.46967C7.76256 4.17678 8.23744 4.17678 8.53033 4.46967Z");
}

.social-icon {
  d: path("M0.24939 3C0.24939 2.58579 0.585176 2.25 0.99939 2.25H12.9994C13.4136 2.25 13.7494 2.58579 13.7494 3V15C13.7494 15.4142 13.4136 15.75 12.9994 15.75C12.5852 15.75 12.2494 15.4142 12.2494 15V4.81066L2.02972 15.0303C1.73683 15.3232 1.26195 15.3232 0.96906 15.0303C0.676166 14.7374 0.676166 14.2626 0.96906 13.9697L11.1887 3.75H0.99939C0.585176 3.75 0.24939 3.41421 0.24939 3Z");
  transition: ease-out 0.3s;
}

.contact-page__social_item:hover .social-icon {
  d: path("M2.25 1C2.25 0.585786 2.58579 0.25 3 0.25H15C15.4142 0.25 15.75 0.585786 15.75 1V13C15.75 13.4142 15.4142 13.75 15 13.75C14.5858 13.75 14.25 13.4142 14.25 13V2.81066L4.03033 13.0303C3.73744 13.3232 3.26256 13.3232 2.96967 13.0303C2.67678 12.7374 2.67678 12.2626 2.96967 11.9697L13.1893 1.75H3C2.58579 1.75 2.25 1.41421 2.25 1Z");
}

.contact-page__social_item:active .social-icon {
  fill: #1f212c;
}

.home-section__first_ellips-blue {
  animation: rotateScale 12s infinite linear;
  top: 30%;
  left: -30%;
}

.home-section__first_ellips-purple {
  animation: rotateScaleRev 12s infinite linear;
  top: -9.03vw;
  right: 9.03vw;
}

@keyframes rotateScale {
  from {
    transform: rotate(0) translate(70%) scale(1.5) rotate(0);
  }
  50% {
    transform: rotate(180deg) scale(1) translateX(-70%) rotate(-180deg);
  }
  to {
    transform: rotate(360deg) translate(70%) scale(1.5) rotate(-360deg);
  }
}
@keyframes rotateScaleRev {
  from {
    transform: rotate(360deg) translate(50%) scale(1.5) rotate(-360deg);
  }
  50% {
    transform: rotate(180deg) scale(1) translate(-50%) rotate(-180deg);
  }
  to {
    transform: rotate(0) translate(50%) scale(1.5) rotate(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0) translate(-50%) rotate(0);
  }
  to {
    transform: rotate(360deg) translate(-50%) rotate(-360deg);
  }
}
@keyframes rotateRev {
  from {
    transform: rotate(360deg) translate(50%) rotate(-360deg);
  }
  to {
    transform: rotate(0) translate(50%) rotate(0);
  }
}
@media (max-width: 1439px) {
  .header__mob-menu_open .header__mob-menu_line:first-child {
    transform: translateY(3.5px) rotate(-45deg);
    margin-bottom: 0;
  }
  .header__mob-menu_open .header__mob-menu_line:nth-child(2) {
    display: none;
  }
  .header__mob-menu_open .header__mob-menu_line:last-child {
    transform: translateY(-3.5px) rotate(45deg);
  }
  .mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10;
    pointer-events: none;
    visibility: hidden;
  }
  .mobile-menu__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 329px;
    background: rgba(51, 39, 139, 0.2);
    opacity: 0;
    transition: opacity ease-out 0.3s;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    user-select: none;
  }
  .mobile-menu__backdrop:focus, .mobile-menu__backdrop:focus-visible, .mobile-menu__backdrop:active {
    outline: none;
    background: rgba(51, 39, 139, 0.2);
  }
  .mobile-menu__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 329px;
    height: 100%;
    background: #FFFFFF;
    transform: translateX(-100%);
    transition: transform ease-out 0.3s;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
  }
  .mobile-menu__toolbar {
    display: none;
  }
  .mobile-menu__links-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 60px 0 11.655011655vw;
    overflow-y: auto;
    position: relative;
    z-index: 1;
  }
  .mobile-menu_open {
    pointer-events: auto;
    visibility: visible;
  }
  .mobile-menu_open .mobile-menu__backdrop {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .mobile-menu_open .mobile-menu__panel {
    transform: translateX(0);
  }
  .mobile-menu .header__menu {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 0;
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
  }
  .mobile-menu .header__menu .header__link,
  .mobile-menu .header__link_active {
    font-family: NunitoSans, "Nunito Sans-fallback";
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 10px 0;
    gap: 26px;
    box-sizing: border-box;
  }
  .mobile-menu .header__menu .header__link {
    font-weight: 400;
  }
  .mobile-menu .header__menu .header__link::after {
    display: none;
  }
  .mobile-menu .header__link_active {
    color: #6D5BF7;
    font-weight: 600;
    display: flex;
    align-items: center;
    align-self: stretch;
    background: linear-gradient(90deg, #FFFFFF 0%, #E3E3FF 50.48%, #FFFFFF 100%);
  }
  .mobile-menu .header__mob-menu_bottom {
    display: none;
  }
  .mobile-menu .button {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .header__mob-menu,
  .mobile-menu__toolbar .header__mob-menu,
  .header .header__group_start > .header__mob-menu {
    display: flex;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    border-radius: 16px;
    background: #EFEDFF;
    gap: 5px;
    flex-shrink: 0;
  }
  .header__mob-menu .header__mob-menu_line,
  .mobile-menu__toolbar .header__mob-menu .header__mob-menu_line,
  .header .header__group_start > .header__mob-menu .header__mob-menu_line {
    width: 24px;
    height: 2px;
    background: #474466;
  }
  .mobile-menu__toolbar {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 84px;
    box-sizing: border-box;
    padding-left: 8.3376758729vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) and (max-width: 1919px) {
  .mobile-menu__toolbar {
    padding-left: 6.2539086929vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) and (max-width: 1599px) {
  .mobile-menu__toolbar {
    padding-left: 10.4239054899vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) and (max-width: 1439px) {
  .mobile-menu__toolbar {
    padding-left: 5.005005005vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) and (max-width: 999px) {
  .mobile-menu__toolbar {
    padding-left: 3.4965034965vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .mobile-menu_open .mobile-menu__toolbar .header__mob-menu {
    background: #8878FF;
  }
  .mobile-menu_open .mobile-menu__toolbar .header__mob-menu .header__mob-menu_line {
    background: #FFFFFF;
  }
}
@media (max-width: 999px) {
  .header__langs {
    flex-shrink: 0;
  }
  .header__mob-menu {
    margin-right: 0;
  }
  .header__mob-menu .header__mob-menu_line {
    background: #8878FF;
  }
  .header__mob-menu_open .header__mob-menu_line:first-child {
    transform: translateY(3px) rotate(-45deg);
    margin-bottom: 0;
  }
  .header__mob-menu_open .header__mob-menu_line:nth-child(2) {
    display: none;
  }
  .header__mob-menu_open .header__mob-menu_line:last-child {
    transform: translateY(-1px) rotate(45deg);
  }
  body.mobile-menu-is-open .header {
    z-index: 7;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: none;
  }
  body.mobile-menu-is-open .header::after {
    display: none;
  }
  body.mobile-menu-is-open .header .header__group_start {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    display: flex;
    gap: 10px;
    visibility: visible;
  }
  body.mobile-menu-is-open .header .header__logo {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    margin: 0 auto;
    visibility: visible;
  }
  body.mobile-menu-is-open .header .header__menu,
  body.mobile-menu-is-open .header .header__group_end {
    display: none;
  }
  body.mobile-menu-is-open .header__group_start .header__mob-menu {
    background: transparent;
    z-index: 11;
    display: flex;
    width: 24px;
    height: 24px;
    visibility: visible;
  }
  body.mobile-menu-is-open .header__group_start .header__mob-menu .header__mob-menu_line {
    background: #8878FF;
    visibility: visible;
  }
  body.mobile-menu-is-open .mobile-menu {
    padding: 0;
    z-index: 6;
  }
  body.mobile-menu-is-open .mobile-menu__backdrop {
    left: 0;
  }
  body.mobile-menu-is-open .mobile-menu__panel {
    width: 100%;
  }
  body.mobile-menu-is-open .mobile-menu__toolbar {
    display: none;
  }
  body.mobile-menu-is-open .mobile-menu__links-block {
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
  }
  body.mobile-menu-is-open .mobile-menu .header__menu {
    align-items: stretch;
    gap: 24px;
    width: 100%;
  }
  body.mobile-menu-is-open .mobile-menu .header__menu .header__link,
  body.mobile-menu-is-open .mobile-menu .header__link_active {
    width: 100%;
    min-height: 58px;
    padding: 10px 0;
    gap: 26px;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
  }
  body.mobile-menu-is-open .mobile-menu .header__menu .header__link::after {
    display: none;
  }
  body.mobile-menu-is-open .mobile-menu .header__link_active {
    background: linear-gradient(90deg, #FFFFFF 0%, #E3E3FF 50.48%, #FFFFFF 100%);
    width: 100%;
  }
  body.mobile-menu-is-open .mobile-menu .header__mob-menu_bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: auto;
    padding: 45px 20px 54px;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 999px) and (max-width: 429px) {
  body.mobile-menu-is-open .mobile-menu .header__mob-menu_bottom {
    gap: 6px;
  }
}
@media (max-width: 999px) {
  body.mobile-menu-is-open .mobile-menu .header__mob-menu_bottom .header__langs {
    display: flex;
    flex-shrink: 0;
  }
  body.mobile-menu-is-open .mobile-menu .header__mob-menu_bottom .header__mob-menu_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 198px;
    min-width: 198px !important;
    max-width: 198px;
    height: 48px;
    padding: 12px 20px;
    border-radius: 16px;
    gap: 10px;
    flex: 0 0 auto;
    white-space: nowrap;
    font-family: NunitoSans, "Nunito Sans-fallback";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: none;
    color: #1F212C !important;
    background: #C5FFBE !important;
  }
  body.mobile-menu-is-open .mobile-menu:not(.mobile-menu_open) .header__mob-menu_bottom .header__mob-menu_button {
    display: none;
  }
  body.mobile-menu-is-open .mobile-menu .header__langs-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 999px) {
  .home-list__item:before {
    width: 1.2vw;
    height: 2px;
  }
  .mobile-menu .footer__social_item svg path {
    fill: #1F212C;
  }
  .footer__social_item .footer__social-img {
    height: 7.5vw;
    width: 7.5vw;
  }
  .home-list__item {
    padding-left: 7.47vw;
    font-size: 3.74vw;
    line-height: 5.34vw;
  }
  .home-list__item:not(:last-child) {
    margin-bottom: 2.14vw;
  }
  .home-list__item br {
    display: none;
  }
  .home-list__item:before {
    width: 4.27vw;
    height: 4px;
    left: 0.54vw;
    top: 2.2vw;
  }
  .button {
    font-size: 3.74vw;
    line-height: 4.27vw;
    border-radius: 4.27vw;
    font-weight: 700;
  }
  .button__outline {
    padding: 3.2vw;
  }
  .button__solid {
    padding: 4.27vw 6.4vw;
    border-color: #1f212c;
    min-width: 54.4vw;
  }
  .home-section__button {
    display: flex;
    gap: 3.14vw;
    margin: 7.14vw 16.14vw;
  }
  .button__solid_violet {
    border-color: #4838CA;
  }
  .botButton__ai {
    background: #4838CA;
    color: #fff;
    text-align: center;
    border-color: #4838CA;
    min-width: 14.1vw;
    font-size: 3.34vw;
    padding: 3.27vw 5.4vw;
  }
  .botButton__ai:hover {
    color: #4838CA;
    background: rgba(0, 0, 0, 0);
    border-color: #4838CA;
  }
  .header__mob-menu_button {
    color: var(--Black-90, #1F212C) !important;
    background: var(--Green-10, #C5FFBE) !important;
    min-width: 49.1vw !important;
  }
  .botButton {
    background: rgba(0, 0, 0, 0);
    color: #6d5bf7;
    text-align: center;
    border-color: #6d5bf7;
    min-width: 14.1vw;
    font-size: 3.34vw;
    padding: 3.27vw 5.4vw;
    background: #fff;
  }
  .botButton:hover {
    color: #fff;
    background: #6d5bf7;
    border-color: #6d5bf7;
  }
  .botButton__ai {
    background: #6d5bf7;
    color: #fff;
    text-align: center;
    border-color: #6d5bf7;
    min-width: 14.1vw;
  }
  .button__form {
    margin-bottom: 0;
  }
}
#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main h2, #cc-main input, #cc-main p, #cc-main span {
  all: unset;
  box-sizing: border-box;
}

#cc-main .pm__badge, #cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge, #cc-main a, #cc-main button, #cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table, #cc-main tbody, #cc-main td, #cc-main th, #cc-main thead, #cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius: .5rem;
  --cc-btn-border-radius: .4rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title, #cc-main a, #cc-main b, #cc-main em, #cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link, #cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover, #cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc, #cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
  scrollbar-color: #6D5BF7 #ffffff;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar, #cc-main ::-webkit-scrollbar-thumb, #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent, html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s;
  }
}
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  display: flex;
  flex-direction: column;
  max-width: 34rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
  border: 1px solid #e4e7ef;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns, #cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0 0;
}

#cc-main .cm__desc, #cc-main .cm__title {
  padding: 0 1.3rem;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: #1F212C;
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

#cc-main .cm__btn-group {
  display: flex;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0;
}

#cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn, #cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven, #cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven, #cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: 1em;
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 141px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: #fff;
  border-color: #fff;
  color: #6D5BF7;
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group, #cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: .35s;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}

#cc-main .cm--bar .cm__body, #cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body, #cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cc--anim .cm, #cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: .5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns, #cc-main .cm__desc, #cc-main .cm__links, #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__title {
    font-size: 0.95em !important;
  }
  #cc-main .cm__title + .cm__desc {
    margin-top: 0 !important;
  }
  #cc-main .cm__btns {
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0 !important;
    margin-bottom: 1em !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: row !important;
    min-width: auto !important;
    margin-bottom: 1em;
  }
  #cc-main .cm__btn {
    flex: auto !important;
    font-size: 0.72em !important;
    min-width: 108px !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group, #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section, #cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle, #cc-main .section__toggle-wrapper, #cc-main .toggle__icon, #cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
  margin-top: 0;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle, #cc-main .toggle-service .toggle__icon, #cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off, #cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: #6D5BF7;
  transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: #6d5bf7;
  box-shadow: 0 0 0 1px #6d5bf7;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: rgba(109, 91, 247, 0.78);
  box-shadow: 0 0 0 1px rgba(109, 91, 247, 0.78);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: rgba(109, 91, 247, 0.78);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption, #cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: 1em;
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 141px;
  padding: 0.5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: #fff;
  border-color: #fff;
  color: #6D5BF7;
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group, #cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: .35s;
}

#cc-main .pm--bar .pm__section-table, #cc-main .pm--bar .pm__table-body, #cc-main .pm--bar .pm__table-td, #cc-main .pm--bar .pm__table-th, #cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body, #cc-main .pm--bar:not(.pm--wide) .pm__footer, #cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group, #cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body, #cc-main .pm--bar.pm--wide .pm__footer, #cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group, #cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm, #cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td, #cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn, #cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table, #cc-main .pm__table-body, #cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th, #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .cm__desc {
    font-size: 0.7em;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group, #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btns, #cc-main .cm__links {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 1em;
  }
  #cc-main .pm--flip .pm__btn-group, #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  #cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0 !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
#openPreferencesModalButton {
  display: none;
  background: #6D5BF7;
  border-radius: 50%;
  border: none;
  padding: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  z-index: 100;
}

.no-scroll {
  overflow: hidden;
}

.footer {
  background: #6D5BF7;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
}
.footer::before {
  display: none;
}
.footer__container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__container {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8.3391243919vw;
    padding: 2.6055237103vw 7.8165711308vw 2.6055237103vw 8.3376758729vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) and (max-width: 1919px) {
  .footer__container {
    padding: 3.1269543465vw 9.3808630394vw 3.1269543465vw 6.2539086929vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) and (max-width: 1599px) {
  .footer__container {
    padding: 3.4746351633vw 10.4239054899vw 3.4746351633vw 10.4239054899vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) and (max-width: 1439px) {
  .footer__container {
    padding: 5.005005005vw 5.005005005vw 5.005005005vw 5.005005005vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) and (max-width: 999px) {
  .footer__container {
    padding: 11.655011655vw 3.4965034965vw 11.655011655vw 3.4965034965vw;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  flex-shrink: 0;
  min-height: 136px;
  height: auto;
  padding: 1.9280875456vw 7.8165711308vw 1.9280875456vw 8.3376758729vw;
}
@media (max-width: 1919px) {
  .footer__top {
    padding: 2.3139462164vw 9.3808630394vw 2.3139462164vw 6.2539086929vw;
  }
}
@media (max-width: 1599px) {
  .footer__top {
    padding: 2.5712300208vw 10.4239054899vw 2.5712300208vw 10.4239054899vw;
  }
}
@media (max-width: 1439px) {
  .footer__top {
    padding: 3.7037037037vw 5.005005005vw 3.7037037037vw 5.005005005vw;
  }
}
@media (max-width: 999px) {
  .footer__top {
    padding: 9.324009324vw 3.4965034965vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__top {
    display: contents;
    padding: 0;
    min-height: 0;
    height: auto;
  }
}
@media (max-width: 999px) {
  .footer__top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    height: auto;
    padding: 9.324009324vw 0;
    gap: 9.324009324vw;
  }
}
.footer__brand {
  display: contents;
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: 19.4579569145vw;
    order: 1;
    gap: 2.7797081306vw;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  order: 1;
}
.footer__logo img {
  display: block;
  width: auto;
  height: auto;
  width: 9.5883272538vw;
}
@media (max-width: 1919px) {
  .footer__logo img {
    width: 9.5684803002vw;
  }
}
@media (max-width: 1599px) {
  .footer__logo img {
    width: 9.5899930507vw;
  }
}
@media (max-width: 1439px) {
  .footer__logo img {
    width: 9.6096096096vw;
  }
}
@media (max-width: 999px) {
  .footer__logo img {
    width: 32.1678321678vw;
  }
}
.footer__logo img {
  height: 2.5013027619vw;
}
@media (max-width: 1919px) {
  .footer__logo img {
    height: 2.5015634772vw;
  }
}
@media (max-width: 1599px) {
  .footer__logo img {
    height: 2.5017373176vw;
  }
}
@media (max-width: 1439px) {
  .footer__logo img {
    height: 2.5025025025vw;
  }
}
@media (max-width: 999px) {
  .footer__logo img {
    height: 8.3916083916vw;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__logo img {
    width: 138px;
    height: 36px;
  }
}
.footer__nav {
  font-size: 0.8337675873vw;
}
@media (max-width: 1919px) {
  .footer__nav {
    font-size: 1.0006253909vw;
  }
}
@media (max-width: 1599px) {
  .footer__nav {
    font-size: 1.1118832523vw;
  }
}
@media (max-width: 1439px) {
  .footer__nav {
    font-size: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  .footer__nav {
    font-size: 3.7296037296vw;
  }
}
.footer__nav {
  line-height: 1.2506513809vw;
}
@media (max-width: 1919px) {
  .footer__nav {
    line-height: 1.5009380863vw;
  }
}
@media (max-width: 1599px) {
  .footer__nav {
    line-height: 1.6678248784vw;
  }
}
@media (max-width: 1439px) {
  .footer__nav {
    line-height: 2.4024024024vw;
  }
}
@media (max-width: 999px) {
  .footer__nav {
    line-height: 5.5944055944vw;
  }
}
.footer__copyright {
  font-weight: 700;
  font-size: 0.7295466389vw;
}
@media (max-width: 1919px) {
  .footer__copyright {
    font-size: 0.875547217vw;
  }
}
@media (max-width: 1599px) {
  .footer__copyright {
    font-size: 0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .footer__copyright {
    font-size: 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .footer__copyright {
    font-size: 3.7296037296vw;
  }
}
.footer__copyright {
  line-height: 0.9900990099vw;
}
@media (max-width: 1919px) {
  .footer__copyright {
    line-height: 1.1882426517vw;
  }
}
@media (max-width: 1599px) {
  .footer__copyright {
    line-height: 1.3203613621vw;
  }
}
@media (max-width: 1439px) {
  .footer__copyright {
    line-height: 1.9019019019vw;
  }
}
@media (max-width: 999px) {
  .footer__copyright {
    line-height: 5.5944055944vw;
  }
}
@media (max-width: 999px) {
  .footer__copyright {
    font-weight: 500;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  order: 2;
  gap: 2.1365294424vw;
}
@media (max-width: 1919px) {
  .footer__nav {
    gap: 2.5641025641vw;
  }
}
@media (max-width: 1599px) {
  .footer__nav {
    gap: 2.8492008339vw;
  }
}
@media (max-width: 1439px) {
  .footer__nav {
    gap: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  .footer__nav {
    gap: 3.7296037296vw;
  }
}
.footer__nav a {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.9;
  white-space: nowrap;
}
.footer__nav a:hover {
  opacity: 1;
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__nav {
    flex-direction: column;
    align-items: flex-start;
    width: 19.4579569145vw;
    order: 2;
    gap: 0.4169562196vw;
  }
  .footer__nav a {
    opacity: 1;
  }
}
@media (max-width: 999px) {
  .footer__nav {
    flex-direction: column;
    align-items: center;
    gap: 3.7296037296vw;
  }
  .footer__nav a {
    opacity: 1;
  }
}
.footer__socials {
  display: flex;
  flex-shrink: 0;
  order: 3;
  gap: 0.7295466389vw;
}
@media (max-width: 1919px) {
  .footer__socials {
    gap: 0.875547217vw;
  }
}
@media (max-width: 1599px) {
  .footer__socials {
    gap: 0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .footer__socials {
    gap: 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .footer__socials {
    gap: 3.2634032634vw;
  }
}
.footer__socials a {
  border-radius: 10px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8759770714vw;
}
@media (max-width: 1919px) {
  .footer__socials a {
    width: 2.2514071295vw;
  }
}
@media (max-width: 1599px) {
  .footer__socials a {
    width: 2.5017373176vw;
  }
}
@media (max-width: 1439px) {
  .footer__socials a {
    width: 3.6036036036vw;
  }
}
@media (max-width: 999px) {
  .footer__socials a {
    width: 8.3916083916vw;
  }
}
.footer__socials a {
  height: 1.8759770714vw;
}
@media (max-width: 1919px) {
  .footer__socials a {
    height: 2.2514071295vw;
  }
}
@media (max-width: 1599px) {
  .footer__socials a {
    height: 2.5017373176vw;
  }
}
@media (max-width: 1439px) {
  .footer__socials a {
    height: 3.6036036036vw;
  }
}
@media (max-width: 999px) {
  .footer__socials a {
    height: 8.3916083916vw;
  }
}
.footer__socials a {
  padding: 0.3647733194vw;
}
@media (max-width: 1919px) {
  .footer__socials a {
    padding: 0.4377736085vw;
  }
}
@media (max-width: 1599px) {
  .footer__socials a {
    padding: 0.4864489229vw;
  }
}
@media (max-width: 1439px) {
  .footer__socials a {
    padding: 0.7007007007vw;
  }
}
@media (max-width: 999px) {
  .footer__socials a {
    padding: 1.6317016317vw;
  }
}
.footer__socials a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__socials {
    order: 2;
  }
}
.footer__copyright {
  margin: 0;
}
.footer__copyright_brand {
  display: none;
  color: #B7AEFF;
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__copyright_brand {
    display: block;
    order: 3;
    margin-top: auto;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__copyright_brand, .footer__links a {
    font-family: NunitoSans, "Nunito Sans-fallback";
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #B7AEFF;
  }
}
.footer__text {
  font-family: NunitoSans, "Nunito Sans-fallback";
  color: #B7AEFF;
  text-align: center;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  margin: 0;
  font-size: 0.7295466389vw;
}
@media (max-width: 1919px) {
  .footer__text {
    font-size: 0.875547217vw;
  }
}
@media (max-width: 1599px) {
  .footer__text {
    font-size: 0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .footer__text {
    font-size: 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .footer__text {
    font-size: 3.7296037296vw;
  }
}
.footer__text {
  line-height: 0.9900990099vw;
}
@media (max-width: 1919px) {
  .footer__text {
    line-height: 1.1882426517vw;
  }
}
@media (max-width: 1599px) {
  .footer__text {
    line-height: 1.3203613621vw;
  }
}
@media (max-width: 1439px) {
  .footer__text {
    line-height: 1.9019019019vw;
  }
}
@media (max-width: 999px) {
  .footer__text {
    line-height: 5.5944055944vw;
  }
}
@media (max-width: 999px) {
  .footer__text {
    font-weight: 500;
  }
}
.footer__text_right {
  text-align: right;
  width: 16.6753517457vw;
}
@media (max-width: 1919px) {
  .footer__text_right {
    width: 17.5109443402vw;
  }
}
@media (max-width: 1599px) {
  .footer__text_right {
    width: 15.8443363447vw;
  }
}
@media (max-width: 1439px) {
  .footer__text_right {
    width: 28.028028028vw;
  }
}
@media (max-width: 999px) {
  .footer__text_right {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .footer__text_right {
    text-align: left;
  }
}
@media (max-width: 999px) {
  .footer__text_right {
    text-align: center;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #5D4AF0;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 3.1266284523vw;
}
@media (max-width: 1919px) {
  .footer__bottom {
    min-height: 3.7523452158vw;
  }
}
@media (max-width: 1599px) {
  .footer__bottom {
    min-height: 4.169562196vw;
  }
}
@media (max-width: 1439px) {
  .footer__bottom {
    min-height: 6.006006006vw;
  }
}
@media (max-width: 999px) {
  .footer__bottom {
    min-height: 13.986013986vw;
  }
}
.footer__bottom {
  padding: 0.7816571131vw 7.8165711308vw 0.7816571131vw 8.3376758729vw;
}
@media (max-width: 1919px) {
  .footer__bottom {
    padding: 0.9380863039vw 9.3808630394vw 0.9380863039vw 6.2539086929vw;
  }
}
@media (max-width: 1599px) {
  .footer__bottom {
    padding: 1.042390549vw 10.4239054899vw 1.042390549vw 10.4239054899vw;
  }
}
@media (max-width: 1439px) {
  .footer__bottom {
    padding: 1.5015015015vw 5.005005005vw 1.5015015015vw 5.005005005vw;
  }
}
@media (max-width: 999px) {
  .footer__bottom {
    padding: 4.8951048951vw 3.4965034965vw;
  }
}
@media (min-width: 1440px) {
  .footer__bottom {
    justify-content: flex-start;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    width: 19.4579569145vw;
    order: 3;
    min-height: unset;
    padding: 0;
    background: transparent;
    gap: 0.7644197359vw;
  }
}
@media (max-width: 999px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #5D4AF0;
    min-height: unset;
    gap: 3.7296037296vw;
  }
}
.footer__copyright_bottom {
  color: #B7AEFF;
}
@media (min-width: 1440px) {
  .footer__copyright_bottom {
    margin-right: 200px;
    flex-shrink: 0;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__copyright_bottom {
    display: none;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 1.0422094841vw;
}
@media (max-width: 1919px) {
  .footer__links {
    gap: 1.2507817386vw;
  }
}
@media (max-width: 1599px) {
  .footer__links {
    gap: 1.3898540653vw;
  }
}
@media (max-width: 1439px) {
  .footer__links {
    gap: 1.6016016016vw;
  }
}
@media (max-width: 999px) {
  .footer__links {
    gap: 3.7296037296vw;
  }
}
.footer__links a {
  color: #B7AEFF;
  text-decoration: underline !important;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.7295466389vw;
}
@media (max-width: 1919px) {
  .footer__links a {
    font-size: 0.875547217vw;
  }
}
@media (max-width: 1599px) {
  .footer__links a {
    font-size: 0.9728978457vw;
  }
}
@media (max-width: 1439px) {
  .footer__links a {
    font-size: 1.4014014014vw;
  }
}
@media (max-width: 999px) {
  .footer__links a {
    font-size: 3.7296037296vw;
  }
}
.footer__links a {
  line-height: 0.9900990099vw;
}
@media (max-width: 1919px) {
  .footer__links a {
    line-height: 1.1882426517vw;
  }
}
@media (max-width: 1599px) {
  .footer__links a {
    line-height: 1.3203613621vw;
  }
}
@media (max-width: 1439px) {
  .footer__links a {
    line-height: 1.9019019019vw;
  }
}
@media (max-width: 999px) {
  .footer__links a {
    line-height: 5.5944055944vw;
  }
}
@media (max-width: 999px) {
  .footer__links a {
    font-weight: 500;
    text-decoration: none !important;
  }
}
.footer__links a:hover {
  opacity: 1;
}
@media (min-width: 1440px) {
  .footer__links {
    flex: 1;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 1439px) and (min-width: 1000px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7644197359vw;
  }
}
@media (max-width: 999px) {
  .footer__links {
    flex-direction: column;
    align-items: center;
    gap: 3.7296037296vw;
  }
}
