/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.eot");
  src: local("Gilroy Black"), local("Gilroy-Black"), url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  background: #4F16EE;
  font: 500 1.25rem/1.4 "Gilroy", sans-serif;
  color: #F6F3FD;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 1499px) {
  body {
    font-size: clamp(1.063rem, 0.263vw + 1.003rem, 1.25rem);
  }
}
body.hidden {
  overflow: hidden;
  padding-right: 17px;
}
@media (max-width: 1259px) {
  body.hidden {
    padding-right: 0;
  }
}

.main {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 991px) {
  .main {
    padding-top: 5rem;
  }
}
.section--animate {
  opacity: 0;
  transform: translateY(20px);
}
.section--show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s, transform 1s;
  transition-delay: 0.35s;
}

a {
  color: #F6F3FD;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
a:hover {
  color: #F6F3FD;
}

ul {
  margin-top: 0;
}

figure {
  margin-top: 0;
}

.d-none {
  display: none !important;
}

@media (min-width: 1259px) {
  .d-xl-flex {
    display: flex !important;
  }
}

.btn {
  transition: 0.35s ease-in-out;
  border-radius: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
  border: 0;
  color: #2F1E5E;
  background: transparent;
  cursor: pointer;
  text-align: center;
}
.btn:disabled {
  opacity: 0.5;
}
.btn:active {
  opacity: 1;
  background: inherit !important;
  color: inherit !important;
}
.btn:focus {
  box-shadow: none !important;
  outline: none;
}

.container {
  padding: 0 1.875rem;
  margin: 0 auto;
  width: 100%;
  max-width: calc(1440px + 3.75rem);
}
@media (max-width: 1499px) {
  .container {
    max-width: calc(1200px + 3.75rem);
  }
}
@media (max-width: 1259px) {
  .container {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.875rem;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  width: calc(100% + 1.875rem);
}
@media (max-width: 1259px) {
  .row {
    row-gap: 1.25rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    width: calc(100% + 1.25rem);
  }
}
.row > * {
  padding: 0 0.9375rem;
}
@media (max-width: 1259px) {
  .row > * {
    padding: 0 0.625rem;
  }
}

.col-4 {
  flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
}

.col-6 {
  flex: 0 0 50%;
  width: 50%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 575px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 575px) {
  .col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 575px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

@media (min-width: 575px) {
  .col-sm-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 767px) {
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 767px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

@media (min-width: 767px) {
  .col-md-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 991px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 991px) {
  .col-lg-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 991px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

@media (min-width: 991px) {
  .col-lg-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 1259px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 1259px) {
  .col-xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 1259px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

@media (min-width: 1259px) {
  .col-xl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (min-width: 1499px) {
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

@media (min-width: 1499px) {
  .col-xxl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}

@media (min-width: 1499px) {
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
}

@media (min-width: 1499px) {
  .col-xxl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h1 {
  font: 700 3.75rem/1.2 "Gilroy", sans-serif;
}
@media (max-width: 1499px) {
  h1 {
    font-size: clamp(1.75rem, 2.807vw + 1.118rem, 3.75rem);
  }
}
h2 {
  font: 700 3.25rem/1.2 "Gilroy", sans-serif;
}
h3 {
  font: 700 2.75rem/1.2 "Gilroy", sans-serif;
}
h4 {
  font: 600 2.375rem/1.2 "Gilroy", sans-serif;
}
h5 {
  font: 600 2rem/1.1 "Gilroy", sans-serif;
}
@media (max-width: 1499px) {
  h5 {
    font-size: clamp(1.5rem, 0.702vw + 1.342rem, 2rem);
  }
}

h6 {
  font: 600 1.375rem/1.2 "Gilroy", sans-serif;
}

@media (max-width: 991px) {
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #4F16EE;
    z-index: 1000;
  }
}
.header__body {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 1.875rem 0;
}
@media (max-width: 991px) {
  .header__body {
    padding: 1.25rem 0;
  }
}
.header__logo > a {
  display: block;
  width: 4.375rem;
  height: 4.375rem;
}
@media (max-width: 991px) {
  .header__logo > a {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.header__logo > a > * {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header__actions {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 991px) {
  .header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    position: static;
  }
}
.header__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .header__nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #4F16EE;
    padding: 1.5rem 1.5rem 2.5rem;
    border-bottom: 1px solid rgba(246, 243, 253, 0.5);
    transition: 0.35s ease-in-out;
    transform: translateY(-100%);
    z-index: -1;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .header.show .header__nav {
    transform: translate(0);
    top: 100%;
    opacity: 1;
  }
}
.header__lang {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (max-width: 991px) {
  .header__lang {
    position: relative;
    top: 0;
    transform: translate(0);
  }
}
.header__lang > li {
  line-height: 1;
}
.header__lang > li > a {
  font-weight: 400;
  color: #937CCA;
  line-height: 1;
}
.header__lang > li > a:hover {
  color: #FFFFFF;
}
.header__lang > li > a.active {
  color: #FFFFFF;
  font-weight: 700;
  position: relative;
  top: -1px;
}
.header__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}
@media (max-width: 991px) {
  .header__menu {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.header__menu > li {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1499px) {
  .header__menu > li {
    font-size: clamp(1.063rem, 0.614vw + 0.924rem, 1.5rem);
  }
}
.header__menu > li > a {
  font-size: 1em;
  line-height: 1;
  position: relative;
}
.header__menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 1px;
  background: #F6F3FD;
  transition: 0.35s ease-in-out;
  opacity: 0;
}
.header__menu > li > a.active::after, .header__menu > li > a:hover::after {
  width: 100%;
  opacity: 1;
}

.bars {
  display: none;
}
@media (max-width: 991px) {
  .bars {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.bars > span {
  display: block;
  background: #F6F3FD;
  transition: 0.35s ease-in-out;
  position: absolute;
  right: 0.375rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  width: 1.75rem;
}
.bars > span:nth-child(1) {
  top: 0.5rem;
}
.bars > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.bars > span:nth-child(3) {
  width: 1rem;
  bottom: 0.5rem;
}
.bars.active > span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.bars.active > span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.bars.active > span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
  width: 1.75rem;
}

.footer {
  padding-bottom: 5.625rem;
}
@media (max-width: 1499px) {
  .footer {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 0;
    background: #3A10B1;
  }
}
.footer__body {
  background: #3A10B1;
  padding: 7.5rem 8.125rem;
  border-radius: 1.25rem;
}
@media (max-width: 1499px) {
  .footer__body {
    padding: clamp(3.75rem, 5.263vw + 2.566rem, 7.5rem) clamp(0.25rem, 11.053vw - 2.237rem, 8.125rem);
    border-radius: clamp(0.625rem, 0.877vw + 0.428rem, 1.25rem);
  }
}
@media (max-width: 767px) {
  .footer__body {
    background: transparent;
    border-radius: 0;
  }
}
.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 1499px) {
  .footer__row {
    margin-bottom: clamp(1.875rem, 4.386vw + 0.888rem, 5rem);
  }
}
@media (max-width: 991px) {
  .footer__row {
    flex-direction: column;
    row-gap: 3.125rem;
  }
}
.footer__logo > a {
  display: block;
  width: 8.75rem;
  height: 8.75rem;
}
.footer__logo > a > * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .footer__mail {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.footer__mail > a {
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1499px) {
  .footer__mail > a {
    font-size: clamp(1.5rem, 7.719vw + 0.263rem, 6rem);
  }
}
.footer__mail > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 0.125rem;
  background: #F6F3FD;
  transition: 0.35s ease-in-out;
  opacity: 0;
}
@media (max-width: 1259px) {
  .footer__mail > a::after {
    height: 1px;
  }
}
.footer__mail > a:hover::after {
  width: 100%;
  opacity: 1;
}
.footer > *:last-child {
  margin-bottom: 0;
}

.footer-address {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media (max-width: 991px) {
  .footer-address {
    flex-direction: column;
    row-gap: 0.75rem;
  }
}
.footer-address__label {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 1499px) {
  .footer-address__label {
    font-size: clamp(0.938rem, 1.316vw + 0.641rem, 1.5rem);
  }
}
.footer-address__address {
  margin: 0;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1499px) {
  .footer-address__address {
    font-size: clamp(1.063rem, 3.772vw + 0.214rem, 3rem);
  }
}

.modal {
  position: fixed;
  z-index: 1060;
  background: rgba(19, 4, 62, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease-in-out;
  transition-delay: 0.35s;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal__dialog {
  width: calc(100% - 3rem);
  max-width: 60.625rem;
  margin: 3rem auto;
  min-height: calc(100% - 6rem);
  display: flex;
  align-items: center;
  transform: scale(0.8);
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, visibility 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 575px) {
  .modal__dialog {
    width: 100%;
    margin-bottom: 0;
    margin-top: 3.125rem;
    height: calc(100% - 3.125rem);
    min-height: calc(100% - 3.125rem);
    align-items: flex-start;
    transform: translateY(100%);
  }
}
.modal.show .modal__dialog {
  transition-delay: 0.15s;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .modal.show .modal__dialog {
    transform: translate(0);
  }
}
.modal__content {
  background: #FFFFFF;
  border-radius: 0.625rem;
  position: relative;
  padding: 3.125rem 3.75rem;
  pointer-events: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .modal__content {
    padding: 3.125rem 1.875rem;
  }
}
@media (max-width: 575px) {
  .modal__content {
    border-radius: 0;
  }
}
.modal__close {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  fill: #937CCA;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
  transition: 0.35s ease-in-out;
}
.modal__close:hover {
  fill: #4F16EE;
}
.modal__title {
  color: #2F1E5E;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 1259px) {
  .modal__title {
    font-size: clamp(1.75rem, 0.444vw + 1.65rem, 2rem);
  }
}
@media (max-width: 575px) {
  .modal__title {
    margin-bottom: 1.25rem;
  }
}
.modal__editor {
  color: #2F1E5E;
  line-height: 1.4;
}
.modal__editor > * {
  margin-bottom: 1rem;
}
.modal__editor > *:last-child {
  margin-bottom: 0;
}
.modal__editor li {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.modal__editor li:last-child {
  margin-bottom: 0;
}
.modal__editor ol, .modal__editor ul {
  padding-left: 1.5rem;
}
.modal__editor > p {
  font-weight: 400;
  margin-top: 0;
}
.modal__editor a {
  color: #4F16EE;
  position: relative;
}
.modal__editor a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 0;
  height: 1px;
  background: #2F1E5E;
  transition: 0.35s ease-in-out;
  opacity: 0;
}
.modal__editor a.active::after, .modal__editor a:hover::after {
  width: 100%;
  opacity: 1;
}
.modal__editor > h5 {
  font-size: 1.75rem;
  margin-top: 1rem;
}
@media (max-width: 1499px) {
  .modal__editor > h5 {
    font-size: clamp(1.5rem, 0.385vw + 1.413rem, 1.75rem);
  }
}
.modal__editor > h6 {
  margin-top: 2.5rem;
}

.breadcrumbs {
  padding-top: 0.625rem;
}
.breadcrumbs__list {
  font-weight: 400;
}
.breadcrumbs__list span {
  margin: 0 1.25rem;
  color: #937CCA;
}
.breadcrumbs__list a {
  color: #937CCA;
}
.breadcrumbs__list a:hover {
  color: #FFFFFF;
}
.breadcrumbs__last {
  margin: 0 !important;
  color: #FFFFFF !important;
}

.hero {
  overflow: hidden;
  position: relative;
}
.hero__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero__body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 2.5rem;
}
@media (max-width: 991px) {
  .hero__body {
    padding-top: 0;
  }
}
.hero__body > *:last-child {
  margin-bottom: 0;
}
.hero__row {
  align-items: center;
}
@media (max-width: 991px) {
  .hero__row > *:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 991px) {
  .hero__row > *:nth-child(2) {
    order: 0;
  }
}
.hero__content {
  position: relative;
  z-index: 4;
}
.hero__content > *:last-child {
  margin-bottom: 0;
}
.hero__title {
  margin-bottom: 3.125rem;
}
@media (max-width: 1499px) {
  .hero__title {
    margin-bottom: clamp(1.25rem, 2.632vw + 0.658rem, 3.125rem);
  }
}
@media (max-width: 991px) {
  .hero__title {
    text-align: center;
  }
}
.hero__subtitle {
  margin-bottom: 5rem;
  font-weight: 400;
}
@media (max-width: 1499px) {
  .hero__subtitle {
    margin-bottom: clamp(1.5rem, 4.912vw + 0.395rem, 5rem);
  }
}
@media (max-width: 991px) {
  .hero__subtitle {
    text-align: center;
  }
}
.hero__subtitle > *:first-child {
  margin-top: 0;
}
.hero__subtitle > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero__subtitle > * > br {
    display: none;
  }
}
.hero__actions {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (max-width: 991px) {
  .hero__actions {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
}
.hero__actions > li {
  line-height: 0;
}
.hero__actions > li > a {
  display: block;
  height: 3.625rem;
  background: #2F1E5E;
  border-radius: 0.625rem;
}
.hero__actions > li > a:hover {
  background: #2B1763;
}
@media (hover: hover) {
  .hero__actions > li > a:hover {
    transform: translateY(-0.25rem);
  }
}
.hero__actions > li > a > * {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__image {
  padding-bottom: 1.25rem;
  width: 100%;
  max-width: 40.625rem;
}
@media (max-width: 991px) {
  .hero__image {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}
.hero__image > div {
  position: relative;
  width: 100%;
  padding-top: 91.5384615385%;
}
.hero__image > div::before {
  content: "";
  display: block;
  width: 86.1538461538%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #3A10B1;
  top: 9.243697479%;
  left: 12.9230769231%;
  position: absolute;
}
.hero__image > div > figure {
  margin: 0;
  display: block;
  position: absolute;
}
.hero__image > div > figure:nth-child(1) {
  width: 42.1538461538%;
  top: 33.1092436975%;
  left: 1.8461538462%;
  z-index: 2;
}
.hero__image > div > figure:nth-child(1).section--animate {
  transform: translateY(-1.5rem);
}
.hero__image > div > figure:nth-child(1).section--show {
  transform: translateY(0);
}
.hero__image > div > figure:nth-child(1) > img {
  transform: rotate(-9.67deg);
  filter: drop-shadow(0px 1.80903px 45.2258px rgba(0, 0, 0, 0.25));
}
.hero__image > div > figure:nth-child(2) {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero__image > div > figure:nth-child(3) {
  width: 62.4615384615%;
  top: 49.5798319328%;
  right: 3.8461538462%;
  z-index: 0;
}
.hero__image > div > figure:nth-child(3) > img {
  transform: rotate(17.3deg);
  filter: blur(3.35041px) drop-shadow(0px 12.1098px 60.5492px #3301C2);
}
.hero__image > div > figure > img {
  color: transparent;
  background: transparent;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__tags {
  height: 16rem;
  position: relative;
}
@media (max-width: 991px) {
  .hero__tags {
    width: 120%;
    margin-left: -10%;
  }
}
@media (max-width: 767px) {
  .hero__tags {
    margin-left: 0;
    width: 100%;
    height: 25rem;
  }
}
.hero__tags > * {
  line-height: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 85rem;
}
@media (max-width: 767px) {
  .hero__tags > * {
    max-width: 25rem;
  }
}
.hero__tags > * > * {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.hero__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.hero__list > li {
  line-height: 1.2083333333;
  font-size: clamp(0.938rem, 0.789vw + 0.76rem, 1.5rem);
  font-weight: 600;
  padding: clamp(0.625rem, 0.877vw + 0.428rem, 1.25rem) clamp(0.75rem, 1.754vw + 0.355rem, 2rem);
  border-radius: clamp(0.625rem, 1.228vw + 0.349rem, 1.5rem);
  background: #FFFFFF;
  color: #2F1E5E;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
}

.about {
  padding: 20.75rem 0 9.625rem;
  background: linear-gradient(180deg, #3A10B1 0%, #4F16EE 100%);
}
@media (max-width: 1499px) {
  .about {
    padding: clamp(3.75rem, 22.982vw - 1.421rem, 20.125rem) 0 clamp(0rem, 13.509vw - 3.039rem, 9.625rem);
  }
}
.about__body {
  padding-left: 5.25rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1259px) {
  .about__body {
    padding-left: 2.5rem;
  }
}
@media (max-width: 991px) {
  .about__body {
    padding-left: 10rem;
  }
}
@media (max-width: 767px) {
  .about__body {
    padding-left: 0;
    padding-bottom: 36.75rem;
  }
}
.about__content {
  position: relative;
  border-radius: 1.25rem;
  background: linear-gradient(106.78deg, #FFFFFF -1.25%, #F8F5FF 101.57%);
  padding: 6rem 6rem 6rem 23.75rem;
  width: 100%;
  max-width: 61.25rem;
}
@media (max-width: 1499px) {
  .about__content {
    border-radius: clamp(0.625rem, 0.877vw + 0.428rem, 1.25rem);
  }
}
@media (max-width: 1259px) {
  .about__content {
    padding: 4.5rem 4.5rem 4.5rem 21.75rem;
  }
}
@media (max-width: 991px) {
  .about__content {
    padding-left: 13.5rem;
    padding-right: 4rem;
    border-radius: 2rem;
  }
}
@media (max-width: 767px) {
  .about__content {
    border-radius: clamp(0.625rem, 0.877vw + 0.428rem, 1.25rem);
    padding: 3.75rem 1.25rem 6.25rem;
  }
}
.about__image {
  position: absolute;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  width: 23.75rem;
}
@media (max-width: 1259px) {
  .about__image {
    width: 20rem;
    left: -2.5rem;
  }
}
@media (max-width: 991px) {
  .about__image {
    left: -10rem;
  }
}
@media (max-width: 767px) {
  .about__image {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 4.375rem);
  }
}
.about__image > figure {
  margin: 0;
  width: 100%;
}
.about__image > figure > * {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0px -9.56842px 41.9538px rgba(0, 0, 0, 0.1)) drop-shadow(0px -27.9692px 29.4413px rgba(255, 255, 255, 0.1)) drop-shadow(0px 60.3547px 92.004px rgba(0, 0, 0, 0.15)) drop-shadow(0px 27.2332px 27.2332px rgba(0, 0, 0, 0.25));
}
.about__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .about__heading {
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
.about__price {
  color: #3804CB;
  line-height: 0.9;
}
.about__price > * {
  display: block;
}
@media (max-width: 991px) {
  .about__price > * {
    text-align: center;
  }
}
.about__price > strong {
  margin-bottom: 1.25rem;
  font-weight: 900;
  font-size: 5rem;
  letter-spacing: 0.03em;
}
.about__price > span {
  font-size: 2.5rem;
  font-weight: 400;
}
.about__circle {
  color: #2F1E5E;
  position: relative;
  --stroke-width: 1.1875rem;
  --width: 13.75rem;
  --dasharray: 629;
  --final-pos: calc(var(--dasharray) - (var(--dasharray) * var(--progress)) / 100);
}
.about__circle.section--animate {
  transform: translate(0);
  opacity: 1;
}
.about__circle > svg {
  width: 13.75rem;
  height: 13.75rem;
  stroke-width: 1.1875rem;
}
.about__circle > svg circle {
  cx: calc(var(--width) / 2);
  cy: calc(var(--width) / 2);
  r: calc((var(--width) - var(--stroke-width)) / 2);
}
.about__circle > svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  stroke-dasharray: var(--dasharray);
  stroke-dashoffset: 627;
  stroke-linecap: round;
  transition: stroke-dashoffset 3s linear;
}
.about__circle.section--show > svg:nth-child(2) {
  stroke-dashoffset: 163.54px;
}
.about__circle > p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0.03em;
  color: #3804CB;
}
.about__desc {
  font: 500 1.5rem/1.4 "Gilroy", sans-serif;
  color: #2F1E5E;
}
@media (max-width: 1499px) {
  .about__desc {
    font-size: clamp(1.063rem, 0.614vw + 0.924rem, 1.5rem);
  }
}
@media (max-width: 991px) {
  .about__desc {
    text-align: center;
  }
}
.about__desc > *:first-child {
  margin-top: 0;
}
.about__desc > *:last-child {
  margin-bottom: 0;
}

.cards {
  padding: 9.125rem 0 8.125rem;
}
@media (max-width: 1499px) {
  .cards {
    padding: clamp(3.75rem, 7.544vw + 2.053rem, 9.125rem) 0 clamp(3.125rem, 7.018vw + 1.546rem, 8.125rem);
  }
}
@media (max-width: 575px) {
  .cards__row {
    row-gap: 1rem;
  }
}
.cards__row > * {
  display: flex;
  flex-direction: column;
}
.cards__row > *:nth-child(1) .card__image {
  width: 13.5rem;
  right: 3.625rem;
  top: 3rem;
}
@media (max-width: 1499px) {
  .cards__row > *:nth-child(1) .card__image {
    width: 12rem;
    right: 3rem;
    top: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cards__row > *:nth-child(1) .card__image {
    right: 5rem;
    width: 13.5rem;
  }
}
.cards__row > *:nth-child(1) .card__image > figure {
  padding-top: 206.0185185185%;
  transform: rotate(7.16deg);
}
.cards__row > *:nth-child(2) .card__image {
  width: 16.5rem;
  top: 3.125rem;
  right: 3.125rem;
}
@media (max-width: 1499px) {
  .cards__row > *:nth-child(2) .card__image {
    width: 13rem;
    top: 2.5rem;
    right: 2rem;
  }
}
@media (max-width: 991px) {
  .cards__row > *:nth-child(2) .card__image {
    width: 15rem;
    right: 4rem;
  }
}
.cards__row > *:nth-child(2) .card__image > figure {
  padding-top: 206.0606060606%;
}
.cards__row > *:nth-child(3) {
  flex: 0 0 calc(380px + 1.75rem);
  width: calc(380px + 1.75rem);
}
@media (max-width: 1499px) {
  .cards__row > *:nth-child(3) {
    flex: 0 0 calc(320px + 1.75rem);
    width: calc(320px + 1.75rem);
  }
}
.cards__row > *:nth-child(4) {
  flex-grow: 1;
}
.cards__row > *:nth-child(4) .card {
  padding: 3.5rem 11rem 3.5rem 24rem;
}
@media (max-width: 1499px) {
  .cards__row > *:nth-child(4) .card {
    padding: 2.5rem 7rem 2.5rem 22rem;
  }
}
@media (max-width: 767px) {
  .cards__row > *:nth-child(4) .card {
    padding: clamp(1.25rem, 1.754vw + 0.855rem, 2.5rem) clamp(1.25rem, 2.456vw + 0.697rem, 3rem);
  }
}
.cards__row > *:nth-child(4) .card__image {
  width: 12.5rem;
  top: 2.75rem;
  left: 5.5rem;
}
.cards__row > *:nth-child(4) .card__image > figure {
  padding-top: 206%;
  transform: rotate(-10.11deg);
}
.cards__row > *:nth-child(5) .card__image {
  width: 14.75rem;
  top: 2.875rem;
  right: 2.875rem;
}
@media (max-width: 1499px) {
  .cards__row > *:nth-child(5) .card__image {
    width: 12rem;
    right: 2rem;
    top: 2rem;
  }
}
@media (max-width: 991px) {
  .cards__row > *:nth-child(5) .card__image {
    right: 5rem;
    width: 13.5rem;
  }
}
.cards__row > *:nth-child(5) .card__image > figure {
  padding-top: 206.3559322034%;
}
.cards__row > *:nth-child(6) .card__image {
  width: 16.875rem;
  right: 3rem;
  top: 2.5rem;
}
@media (max-width: 1499px) {
  .cards__row > *:nth-child(6) .card__image {
    width: 12.5rem;
  }
}
@media (max-width: 991px) {
  .cards__row > *:nth-child(6) .card__image {
    width: 15rem;
    right: 4rem;
  }
}
.cards__row > *:nth-child(6) .card__image > figure {
  padding-top: 205.9259259259%;
  transform: rotate(6.04deg);
}

.card {
  background: linear-gradient(106.78deg, #FFFFFF -1.25%, #F8F5FF 101.57%);
  border-radius: 1.25rem;
  padding: 3.5rem 20rem 3.5rem 3.75rem;
  min-height: 23.75rem;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1499px) {
  .card {
    border-radius: clamp(0.625rem, 0.877vw + 0.428rem, 1.25rem);
    min-height: 20rem;
    padding: 2.5rem 16rem 2.5rem 3rem;
  }
}
@media (max-width: 991px) {
  .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 22.25rem;
    min-height: 17.5rem;
  }
}
@media (max-width: 767px) {
  .card {
    padding: clamp(1.25rem, 1.754vw + 0.855rem, 2.5rem) clamp(1.25rem, 2.456vw + 0.697rem, 3rem);
    align-items: center;
    min-height: 1px;
    text-align: center;
  }
}
.card--logo {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card--logo > figure {
  margin: 0;
  width: 9.375rem;
  height: 9.375rem;
}
.card--logo > figure > * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card__title {
  color: #2F1E5E;
  margin-bottom: 0;
}
.card__desc {
  color: #2F1E5E;
  margin-top: 1.875rem;
}
@media (max-width: 1499px) {
  .card__desc {
    margin-top: clamp(1rem, 1.228vw + 0.724rem, 1.875rem);
  }
}
.card__desc > *:first-child {
  margin-top: 0;
}
.card__desc > *:last-child {
  margin-bottom: 0;
}
.card__image {
  position: absolute;
}
@media (max-width: 767px) {
  .card__image {
    display: none;
  }
}
.card__image > figure {
  margin: 0;
}
.card__image > figure > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: drop-shadow(0px -5.44482px 23.8734px rgba(0, 0, 0, 0.1)) drop-shadow(0px -15.9156px 16.7533px rgba(255, 255, 255, 0.1)) drop-shadow(0px 34.3442px 52.354px rgba(0, 0, 0, 0.15)) drop-shadow(0px 15.4968px 15.4968px rgba(0, 0, 0, 0.25));
  transform: scale(1.01);
}
.card > *:first-child {
  margin-top: 0;
}

.docs {
  padding-top: 9.375rem;
  padding-bottom: 10.625rem;
}
@media (max-width: 1259px) {
  .docs {
    padding: clamp(2.5rem, 12.222vw - 0.25rem, 9.375rem) 0 clamp(2.5rem, 14.444vw - 0.75rem, 10.625rem);
  }
}
@media (max-width: 767px) {
  .docs {
    min-height: 272px;
  }
}
.docs__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 5rem;
}
@media (max-width: 1259px) {
  .docs__list {
    gap: 1.25rem 3rem;
  }
}
@media (max-width: 767px) {
  .docs__list {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.docs__list > li {
  font-size: 2rem;
}
@media (max-width: 1259px) {
  .docs__list > li {
    font-size: clamp(1.75rem, 0.444vw + 1.65rem, 2rem);
    font-weight: 400;
  }
}
.docs__list > li > a {
  font-size: 1em;
  position: relative;
}
.docs__list > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 1px;
  background: #F6F3FD;
  transition: 0.35s ease-in-out;
  opacity: 0;
}
.docs__list > li > a.active::after, .docs__list > li > a:hover::after {
  width: 100%;
  opacity: 1;
}

.page {
  padding: 5rem 0;
}
@media (max-width: 1499px) {
  .page {
    padding: clamp(3rem, 2.847vw + 2.333rem, 5rem) 0;
  }
}
@media (max-width: 1499px) {
  .page__title {
    font-size: clamp(2.25rem, 2.807vw + 1.118rem, 3.75rem);
  }
}
.page__content {
  line-height: 1.4;
}
.page__content > * {
  margin-bottom: 1rem;
}
.page__content > *:last-child {
  margin-bottom: 0;
}
.page__content li {
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.page__content li:last-child {
  margin-bottom: 0;
}
.page__content ol, .page__content ul {
  padding-left: 1.5rem;
}
.page__content > p {
  font-weight: 400;
  margin-top: 0;
}
.page__content a {
  color: #FFFFFF;
  position: relative;
}
.page__content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transition: 0.35s ease-in-out;
}
.page__content a.active, .page__content a:hover {
  opacity: 0.5;
}
.page__content > h5 {
  font-size: 1.75rem;
  margin-top: 1rem;
}
@media (max-width: 1499px) {
  .page__content > h5 {
    font-size: clamp(1.5rem, 0.385vw + 1.413rem, 1.75rem);
  }
}
.page__content > h6 {
  margin-top: 2.5rem;
}