/*! normalize.css v8.0.0 | 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.
 */
* {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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 {
  -moz-box-sizing: content-box;
       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 */
  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 {
  -moz-box-sizing: border-box;
       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"] {
  -moz-box-sizing: border-box;
       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: 'Poppins';
  src: url("../fonts/Poppins/Poppins-ExtraLightItalic.eot");
  src: local("Poppins ExtraLight Italic"), local("Poppins-ExtraLightItalic"), url("../fonts/Poppins/Poppins-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-ExtraLightItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-ExtraBoldItalic.eot");
  src: local("Poppins ExtraBold Italic"), local("Poppins-ExtraBoldItalic"), url("../fonts/Poppins/Poppins-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-ExtraBoldItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-ExtraBold.eot");
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("../fonts/Poppins/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Thin.eot");
  src: local("Poppins Thin"), local("Poppins-Thin"), url("../fonts/Poppins/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Thin.woff") format("woff"), url("../fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-BoldItalic.eot");
  src: local("Poppins Bold Italic"), local("Poppins-BoldItalic"), url("../fonts/Poppins/Poppins-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-BoldItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-SemiBoldItalic.eot");
  src: local("Poppins SemiBold Italic"), local("Poppins-SemiBoldItalic"), url("../fonts/Poppins/Poppins-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-SemiBoldItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Black.eot");
  src: local("Poppins Black"), local("Poppins-Black"), url("../fonts/Poppins/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Black.woff") format("woff"), url("../fonts/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-ThinItalic.eot");
  src: local("Poppins Thin Italic"), local("Poppins-ThinItalic"), url("../fonts/Poppins/Poppins-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-ThinItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Medium.eot");
  src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/Poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-ExtraLight.eot");
  src: local("Poppins ExtraLight"), local("Poppins-ExtraLight"), url("../fonts/Poppins/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-ExtraLight.woff") format("woff"), url("../fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-LightItalic.eot");
  src: local("Poppins Light Italic"), local("Poppins-LightItalic"), url("../fonts/Poppins/Poppins-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-LightItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Regular.eot");
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/Poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-MediumItalic.eot");
  src: local("Poppins Medium Italic"), local("Poppins-MediumItalic"), url("../fonts/Poppins/Poppins-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-MediumItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-SemiBold.eot");
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/Poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Light.eot");
  src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/Poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Light.woff") format("woff"), url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-BlackItalic.eot");
  src: local("Poppins Black Italic"), local("Poppins-BlackItalic"), url("../fonts/Poppins/Poppins-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-BlackItalic.woff") format("woff"), url("../fonts/Poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Italic.eot");
  src: local("Poppins Italic"), local("Poppins-Italic"), url("../fonts/Poppins/Poppins-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Italic.woff") format("woff"), url("../fonts/Poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Bold.eot");
  src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/Poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora/Sora-ExtraLight.eot");
  src: local("Sora ExtraLight"), local("Sora-ExtraLight"), url("../fonts/Sora/Sora-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Sora/Sora-ExtraLight.woff2") format("woff2"), url("../fonts/Sora/Sora-ExtraLight.woff") format("woff"), url("../fonts/Sora/Sora-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora/Sora-SemiBold.eot");
  src: local("Sora SemiBold"), local("Sora-SemiBold"), url("../fonts/Sora/Sora-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Sora/Sora-SemiBold.woff2") format("woff2"), url("../fonts/Sora/Sora-SemiBold.woff") format("woff"), url("../fonts/Sora/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora/Sora-Thin.eot");
  src: local("Sora Thin"), local("Sora-Thin"), url("../fonts/Sora/Sora-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Sora/Sora-Thin.woff2") format("woff2"), url("../fonts/Sora/Sora-Thin.woff") format("woff"), url("../fonts/Sora/Sora-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora/Sora-Medium.eot");
  src: local("Sora Medium"), local("Sora-Medium"), url("../fonts/Sora/Sora-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Sora/Sora-Medium.woff2") format("woff2"), url("../fonts/Sora/Sora-Medium.woff") format("woff"), url("../fonts/Sora/Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora/Sora-Light.eot");
  src: local("Sora Light"), local("Sora-Light"), url("../fonts/Sora/Sora-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Sora/Sora-Light.woff2") format("woff2"), url("../fonts/Sora/Sora-Light.woff") format("woff"), url("../fonts/Sora/Sora-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora/Sora-Regular.eot");
  src: local("Sora Regular"), local("Sora-Regular"), url("../fonts/Sora/Sora-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Sora/Sora-Regular.woff2") format("woff2"), url("../fonts/Sora/Sora-Regular.woff") format("woff"), url("../fonts/Sora/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora/Sora-ExtraBold.eot");
  src: local("Sora ExtraBold"), local("Sora-ExtraBold"), url("../fonts/Sora/Sora-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Sora/Sora-ExtraBold.woff2") format("woff2"), url("../fonts/Sora/Sora-ExtraBold.woff") format("woff"), url("../fonts/Sora/Sora-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Sora';
  src: url("../fonts/Sora/Sora-Bold.eot");
  src: local("Sora Bold"), local("Sora-Bold"), url("../fonts/Sora/Sora-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Sora/Sora-Bold.woff2") format("woff2"), url("../fonts/Sora/Sora-Bold.woff") format("woff"), url("../fonts/Sora/Sora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@-webkit-keyframes sect15Animation {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg); } }

@-moz-keyframes sect15Animation {
  0% {
    -moz-transform: translateX(-50%) rotate(0deg);
         transform: translateX(-50%) rotate(0deg); }
  100% {
    -moz-transform: translateX(-50%) rotate(360deg);
         transform: translateX(-50%) rotate(360deg); } }

@keyframes sect15Animation {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
       -moz-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
       -moz-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg); } }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html,
body {
  font-family: "Poppins", sans-serif;
  color: #333333; }

html {
  font-size: 16px; }
  @media (max-width: 480px) {
    html {
      font-size: 12px; } }

section {
  width: 100%; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }
  ul li, ol li {
    margin-bottom: 20px; }
    ul li:last-child, ol li:last-child {
      margin-bottom: 0; }

sup,
sub {
  font-size: 60%; }

sup {
  top: -6px; }

sub {
  bottom: 0;
  text-transform: uppercase; }

img {
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

.wrapper {
  width: 100%;
  min-width: 320px;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  opacity: 1;
  background-color: #ffffff; }

.content {
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.svg-gradients {
  position: absolute;
  pointer-events: none;
  opacity: 0; }

@media (max-width: 991.98px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 991.98px) {
  .container,
  .container-fluid {
    padding: 0 20px; } }

@media (max-width: 991.98px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 991.98px) {
  .row {
    margin-left: -10px;
    margin-right: -10px; } }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.z-index {
  z-index: 10;
  position: relative; }

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none; }

.mta {
  margin-top: auto; }

.mb60 {
  margin-bottom: 60px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb18 {
  margin-bottom: 18px; }

.mb16 {
  margin-bottom: 16px; }

.mb14 {
  margin-bottom: 14px; }

.mb12 {
  margin-bottom: 14px; }

.mb10 {
  margin-bottom: 10px; }

.mb8 {
  margin-bottom: 8px; }

.mb0 {
  margin-bottom: 0; }

.mb36 {
  margin-bottom: 36px; }
  @media (max-width: 767.98px) {
    .mb36 {
      margin-bottom: 20px; } }

@media (max-width: 1149.98px) {
  .mb-noxl {
    margin-bottom: 0 !important; } }

@media (max-width: 1149.98px) {
  .xl-mb {
    margin-bottom: 20px !important; } }

@media (max-width: 991.98px) {
  .lg-mb {
    margin-bottom: 20px !important; } }

@media (max-width: 767.98px) {
  .md-mb {
    margin-bottom: 20px !important; } }

@media (max-width: 575.98px) {
  .sm-mb {
    margin-bottom: 20px !important; } }

@media (max-width: 1149.98px) {
  .xl-mb18 {
    margin-bottom: 18px !important; } }

@media (max-width: 991.98px) {
  .lg-mb18 {
    margin-bottom: 18px !important; } }

@media (max-width: 767.98px) {
  .md-mb18 {
    margin-bottom: 18px !important; } }

@media (max-width: 575.98px) {
  .sm-mb18 {
    margin-bottom: 18px !important; } }

@media (max-width: 1149.98px) {
  .xl-mb24 {
    margin-bottom: 24px !important; } }

@media (max-width: 991.98px) {
  .lg-mb24 {
    margin-bottom: 24px !important; } }

@media (max-width: 767.98px) {
  .md-mb24 {
    margin-bottom: 24px !important; } }

@media (max-width: 575.98px) {
  .sm-mb24 {
    margin-bottom: 24px !important; } }

.highcharts-credits {
  display: none; }

@media (max-width: 575.98px) {
  .datepicker {
    position: fixed !important;
    top: 10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    pointer-events: none !important; }
    .datepicker.active {
      pointer-events: all !important; } }

@media (max-width: 575.98px) {
  .datepicker--pointer {
    display: none !important; } }

.copy-success {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  z-index: 9999;
  display: none;
  border: 7px solid #C5ACFA; }
  .copy-success svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #C5ACFA;
    width: 80%;
    height: 80%; }

.highcharts-label > span br {
  display: none; }

.highcharts-label > span > span {
  display: none; }

.header {
  padding: 33px 0px 83px 0;
  width: 100%;
  background-image: url("../img/header-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 100%;
  position: relative;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .header {
      z-index: auto;
      padding-top: 88px;
      padding-bottom: 40px; } }
  .header-logo {
    max-width: 133px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    text-decoration: none; }
    @media (max-width: 480px) {
      .header-logo {
        max-width: 100%; }
        .header-logo svg, .header-logo img {
          width: 100%;
          max-width: 133px;
          max-height: 30px; } }
    .header-logo svg {
      width: 100%;
      height: 30px;
      fill: #333333; }
  .header-top {
    background-color: rgba(255, 255, 255, 0.49);
    border-radius: 100px;
    padding: 12px 12px 12px 20px;
    width: 100%;
    position: relative;
    z-index: 100;
    border: 1px solid transparent; }
    @media (max-width: 1149.98px) {
      .header-top {
        padding: 12px 12px 12px 20px; } }
    @media (max-width: 991.98px) {
      .header-top {
        padding: 8px 20px;
        border-radius: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        -webkit-backdrop-filter: blur(14.9px);
                backdrop-filter: blur(14.9px); } }
  .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 1149.98px) {
      .header-menu {
        gap: 15px; } }
    .header-menu a {
      font-family: "Sora", sans-serif;
      font-weight: 400;
      font-size: 16px;
      text-decoration: none;
      color: #333333;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1149.98px) {
        .header-menu a {
          font-size: 12px; } }
      .header-menu a:hover, .header-menu a.active {
        color: #C5ACFA; }
  .header-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    margin-right: 16px; }
    @media (max-width: 1149.98px) {
      .header-btns {
        margin-right: 12px;
        gap: 10px; } }
    @media (max-width: 991.98px) {
      .header-btns {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        margin-right: 0;
        margin-top: auto;
        width: 100%; }
        .header-btns .btn {
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
    .header-btns .btn_tr:hover {
      color: #1E1E1E; }
  .header-content {
    padding-top: 195px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .header-content {
        padding-top: 0; } }
  .header-text {
    margin-bottom: 48px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px; }
    @media (max-width: 991.98px) {
      .header-text {
        margin-bottom: 30px;
        gap: 20px; } }
    .header-text h1 {
      font-size: 57px;
      font-family: "Sora", sans-serif;
      font-weight: 800;
      line-height: 1; }
      @media (max-width: 991.98px) {
        .header-text h1 {
          font-size: 36px; } }
    .header-text p {
      color: #5A5A5A;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.4; }
      @media (max-width: 991.98px) {
        .header-text p {
          font-size: 14px; } }
  .header-form {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 2px solid white;
    border-radius: 200px;
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.2);
    padding: 4px;
    height: 64px;
    max-width: 478px;
    margin-bottom: 135px; }
    @media (max-width: 991.98px) {
      .header-form {
        margin-bottom: 30px; } }
    .header-form input {
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      border-radius: 100px;
      border: none;
      padding: 15px 20px;
      font-weight: 400;
      font-size: 16px;
      color: #333333;
      outline: none;
      padding-right: 150px; }
    .header-form ::-webkit-input-placeholder {
      color: #858687; }
    .header-form :-moz-placeholder {
      color: #858687; }
    .header-form ::-moz-placeholder {
      color: #858687; }
    .header-form :-ms-input-placeholder {
      color: #858687; }
    .header-form ::placeholder {
      color: #858687; }
    .header-form .btn {
      position: absolute;
      top: 4px;
      right: 4px;
      height: -moz-calc(100% - 8px);
      height: calc(100% - 8px); }
  .header-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px; }
    @media (max-width: 991.98px) {
      .header-soc {
        gap: 15px; } }
    .header-soc p {
      margin-bottom: -4px;
      width: 100%;
      font-size: 20px;
      font-weight: 400;
      color: #767676;
      line-height: 1; }
    .header-soc a {
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header-soc a:hover {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }
      .header-soc a img {
        width: 40px; }
        @media (max-width: 991.98px) {
          .header-soc a img {
            width: 36px; } }
      .header-soc a span {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -6px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        white-space: nowrap;
        font-weight: 500;
        font-size: 10px;
        color: #ffffff;
        text-transform: uppercase;
        padding: 2px 4px;
        border-radius: 10px;
        box-shadow: 0px 0px 4.8px 0px rgba(255, 255, 255, 0.33);
        background: #38383d;
        line-height: 1.4; }
  .header-scene {
    width: 470px;
    height: 603px;
    position: relative;
    margin-top: -151px;
    background-image: url(../img/header-scene-bg.svg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1; }
    .header-scene__item {
      position: absolute;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      z-index: 10; }
      .header-scene__item img {
        width: 100%;
        z-index: 10; }
      .header-scene__item_1 {
        width: 181px;
        top: 207px !important;
        left: 140px !important; }
      .header-scene__item_2 {
        width: 195px;
        top: 88px !important;
        left: -40px !important; }
      .header-scene__item_3 {
        width: 187px;
        top: 13px !important;
        left: 191px !important; }
      .header-scene__item_4 {
        width: 169px;
        top: 188px !important;
        right: -94px !important;
        left: auto !important; }
      .header-scene__item_5 {
        width: 169px;
        top: auto !important;
        bottom: 100px !important;
        right: -48px !important;
        left: auto !important; }
      .header-scene__item_6 {
        width: 170px;
        top: auto !important;
        bottom: 8px !important;
        left: 106px !important; }
      .header-scene__item_7 {
        width: 163px;
        top: auto !important;
        bottom: 118px !important;
        left: -88px !important; }
  .header-burger {
    display: none;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    margin-left: 20px; }
    @media (max-width: 991.98px) {
      .header-burger {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
    .header-burger:hover svg {
      fill: #9C80F4; }
    .header-burger svg {
      width: 20px;
      height: 20px;
      fill: #1E1E1E;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .header-burger span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 2.5px;
      border-radius: 10px;
      background-color: #1E1E1E; }
    .header-burger:after, .header-burger:before {
      width: 26px;
      height: 2.5px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      border-radius: 10px;
      background-color: #9C80F4;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      content: "";
      display: none; }
    .header-burger:before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .header-burger.active svg {
      opacity: 0; }
    .header-burger.active:after, .header-burger.active:before {
      opacity: 1;
      display: block; }

.m-title {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px; }
  .m-title h2 {
    font-family: "Sora", sans-serif;
    font-weight: 800;
    font-size: 48px;
    color: #333333;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .m-title h2 {
        font-size: 32px; } }
  .m-title p {
    padding-left: 12px;
    position: relative;
    letter-spacing: -0.02em;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #9C80F4;
    line-height: 1;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .m-title p {
        font-size: 16px; } }
    .m-title p:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      content: '';
      background-color: #9C80F4;
      line-height: 1; }
  .m-title_center {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .m-title_sm h2 {
    font-size: 24px;
    font-weight: 600; }

.m-text {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .m-text h3 {
    font-family: "Sora", sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #333333;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .m-text h3 {
        font-size: 20px;
        margin-bottom: 12px; } }
    .m-text h3:last-child {
      margin-bottom: 0; }
  .m-text h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .m-text h4 {
        font-size: 18px;
        margin-bottom: 12px; } }
  .m-text p {
    font-weight: 400;
    font-size: 17px;
    color: #64607D;
    letter-spacing: -0.03em;
    line-height: 1.5;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .m-text p {
        font-size: 14px;
        margin-bottom: 16px; } }
    .m-text p:last-child {
      margin-bottom: 0; }
    .m-text p b {
      font-weight: 700; }
    .m-text p i {
      font-style: italic; }
    .m-text p a {
      color: #9C80F4;
      text-decoration: underline; }
      .m-text p a:hover {
        text-decoration: none; }
  .m-text ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6px;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .m-text ul {
        margin-bottom: 16px; } }
    .m-text ul p,
    .m-text ul h3,
    .m-text ul h4 {
      margin-bottom: 0; }
    .m-text ul li {
      position: relative;
      padding-left: 24px;
      margin-bottom: 0; }
      .m-text ul li:after {
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 50%;
        content: '';
        width: 4px;
        height: 4px;
        background-color: #64607d; }
  .m-text_center {
    text-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .m-text_sm p {
    font-size: 14px; }
  .m-text_cab p {
    font-size: 16px; }
  .m-text_dark p {
    color: #333333; }

.m-input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  position: relative; }
  .m-input ::-webkit-input-placeholder {
    color: #8c8c8c; }
  .m-input :-moz-placeholder {
    color: #8c8c8c; }
  .m-input ::-moz-placeholder {
    color: #8c8c8c; }
  .m-input :-ms-input-placeholder {
    color: #8c8c8c; }
  .m-input ::placeholder {
    color: #8c8c8c; }
  .m-input input,
  .m-input textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F; }
  .m-input textarea {
    height: 157px;
    resize: none;
    padding-top: 12px;
    padding-bottom: 12px; }
    .m-input textarea::-webkit-scrollbar {
      width: 0px;
      height: 0px; }
    .m-input textarea::-webkit-scrollbar-track {
      background: transparent; }
    .m-input textarea::-webkit-scrollbar-thumb {
      background: transparent;
      border-radius: 10px;
      cursor: -webkit-grab;
      cursor: grab; }
    .m-input textarea::-webkit-scrollbar-thumb:hover {
      background: transparent; }
  .m-input__head {
    margin-bottom: 6px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 4px; }
    .m-input__head h3 {
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.2; }
      .m-input__head h3 a {
        font-family: "Sora", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #6d4bd7;
        text-underline-offset: 2px;
        cursor: pointer;
        text-decoration: underline; }
        .m-input__head h3 a:hover {
          text-decoration: none; }
    .m-input__head p {
      font-family: "Sora", sans-serif;
      font-size: 12px;
      font-weight: 300;
      color: #454545; }
    .m-input__head_col {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .m-input_pass input {
    padding-right: 56px; }
  .m-input_pass > svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
    fill: #BFBFBF;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    .m-input_pass > svg:hover {
      fill: #6D4BD7; }
  .m-input_icon {
    position: relative; }
    .m-input_icon > img,
    .m-input_icon > svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 16px;
      width: 24px;
      height: 24px; }
    .m-input_icon input {
      padding-right: 52px; }
  .m-input_edit {
    position: relative; }
    .m-input_edit > svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 16px;
      width: 24px;
      height: 24px;
      fill: none;
      stroke: #bfbfbf;
      stroke-width: 2;
      stroke-linecap: round; }
    .m-input_edit input {
      padding-left: 52px;
      padding-right: 52px; }
    .m-input_edit button, .m-input_edit a {
      position: absolute;
      top: 0;
      right: 0;
      width: 52px;
      height: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      border: none;
      background: transparent;
      outline: none;
      cursor: pointer;
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #7656dd;
      text-transform: uppercase;
      padding: 0 16px 0 0;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .m-input_edit button:hover, .m-input_edit a:hover {
        color: #9C80F4; }
        .m-input_edit button:hover svg, .m-input_edit a:hover svg {
          stroke: #6D4BD7; }
      .m-input_edit button svg, .m-input_edit a svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #bfbfbf;
        stroke-width: 2;
        stroke-linecap: round;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .m-input_amount {
    position: relative; }
    .m-input_amount > svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 16px;
      width: 24px;
      height: 24px;
      fill: #bfbfbf; }
    .m-input_amount input {
      padding-left: 52px;
      padding-right: 52px; }
    .m-input_amount button, .m-input_amount_btn {
      position: absolute;
      top: 0;
      right: 0;
      width: 52px;
      height: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: absolute;
      top: 0;
      right: 0;
      width: 52px;
      height: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      border: none;
      background: transparent;
      outline: none;
      cursor: pointer;
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #7656dd;
      text-transform: uppercase;
      padding: 0 16px 0 0;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .m-input_amount button:hover, .m-input_amount_btn:hover {
        color: #9C80F4; }
        .m-input_amount button:hover svg, .m-input_amount_btn:hover svg {
          stroke: #6D4BD7; }
      .m-input_amount button svg, .m-input_amount_btn svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #bfbfbf;
        stroke-width: 2;
        stroke-linecap: round;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.m-select {
  width: 100%;
  position: relative; }
  .m-select:hover .m-select__btn > svg {
    stroke: #6D4BD7; }
  .m-select .cab-cur__icon {
    width: 24px;
    height: 24px; }
    .m-select .cab-cur__icon.dbl img:nth-child(2) {
      width: 10px;
      right: -1px;
      bottom: -1px; }
  .m-select__btn {
    width: 100%;
    position: relative;
    padding: 10px 52px;
    min-height: 48px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    cursor: pointer; }
    .m-select__btn .cab-cur__icon {
      left: 16px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .m-select__btn p {
      font-weight: 400;
      font-size: 18px;
      color: #757575; }
    .m-select__btn > svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 16px;
      width: 24px;
      height: 24px;
      fill: none;
      stroke: #bfbfbf;
      stroke-width: 2;
      stroke-linecap: round;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .m-select__drop {
    position: absolute;
    top: -moz-calc(100% + 5px);
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    max-height: 168px;
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4), 0px 8px 24px -6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    z-index: 1;
    overflow: auto;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none; }
    .m-select__drop::-webkit-scrollbar {
      width: 16px;
      height: 16px; }
    .m-select__drop::-webkit-scrollbar-track {
      background: transparent; }
    .m-select__drop::-webkit-scrollbar-thumb {
      background: #C5ACFA;
      border-radius: 100px;
      cursor: -webkit-grab;
      cursor: grab;
      border: 5px solid #fff; }
    .m-select__drop::-webkit-scrollbar-thumb:hover {
      background: #C5ACFA; }
  .m-select__item {
    position: relative;
    padding-left: 44px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 40px;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    cursor: pointer; }
    .m-select__item:hover {
      background-color: rgba(0, 0, 0, 0.04); }
    .m-select__item p {
      font-weight: 400;
      font-size: 16px;
      color: #1e1e1e; }
    .m-select__item .cab-cur__icon {
      left: 12px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .m-select__item.active p {
      color: #6D4BD7; }
  .m-select.active .m-select__btn > svg {
    stroke: #6D4BD7;
    -webkit-transform: translateY(-50%) scaleY(-1);
       -moz-transform: translateY(-50%) scaleY(-1);
        -ms-transform: translateY(-50%) scaleY(-1);
            transform: translateY(-50%) scaleY(-1); }
  .m-select.active .m-select__drop {
    opacity: 1;
    pointer-events: all; }
  .m-select.top .m-select__drop {
    bottom: -moz-calc(100% + 5px);
    bottom: calc(100% + 5px);
    top: auto; }
  .m-select_2 .m-select__btn {
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 16px;
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
    background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    min-height: 32px;
    padding: 5px 36px 5px 16px; }
    .m-select_2 .m-select__btn > svg {
      right: 16px;
      stroke: #6D4BD7;
      width: 18px;
      height: 18px; }
    .m-select_2 .m-select__btn p {
      color: #6D4BD7;
      font-weight: 400;
      font-size: 14px; }
  .m-select_2 .m-select__drop {
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 16px;
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
    background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    padding: 8px 16px;
    gap: 2px;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .m-select_2 .m-select__drop::-webkit-scrollbar {
      width: 0px;
      height: 0px; }
    .m-select_2 .m-select__drop::-webkit-scrollbar-track {
      background: transparent; }
    .m-select_2 .m-select__drop::-webkit-scrollbar-thumb {
      background: transparent;
      border-radius: 10px;
      cursor: -webkit-grab;
      cursor: grab; }
    .m-select_2 .m-select__drop::-webkit-scrollbar-thumb:hover {
      background: transparent; }
  .m-select_2 .m-select__item {
    padding: 6px;
    min-height: 32px;
    border-radius: 100px;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .m-select_2 .m-select__item:hover {
      background: #c9bfff; }
    .m-select_2 .m-select__item p {
      font-size: 14px;
      font-weight: 400;
      color: #6D4BD7; }
    .m-select_2 .m-select__item.active p {
      color: #333333; }

.m-tabs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .m-tabs__item:hover, .m-tabs__item.active {
    background-color: #6D4BD7;
    border-color: #6D4BD7;
    color: #ffffff; }

.lang {
  position: relative; }
  .lang:hover .lang-btn {
    background-color: #C5ACFA;
    border-color: #9C80F4; }
    .lang:hover .lang-btn > svg {
      stroke: #333333; }
  .lang-btn {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 400;
    font-size: 14px;
    color: #1E1E1E;
    border: 2px solid rgba(0, 0, 0, 0.13);
    border-radius: 100px;
    padding: 11px 14px 11px 21px;
    min-height: 50px;
    line-height: 1;
    gap: 6px;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    .lang-btn > svg {
      fill: none;
      stroke: #B2B2B2;
      width: 24px;
      height: 24px;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      stroke-linecap: round; }
  .lang-drop {
    position: absolute;
    top: -moz-calc(100% + 24px);
    top: calc(100% + 24px);
    border-radius: 20px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.49);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    padding: 11px;
    opacity: 0;
    pointer-events: none;
    width: 350px; }
    @media (max-width: 991.98px) {
      .lang-drop {
        display: none; } }
  .lang-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px; }
  .lang-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    text-decoration: none;
    color: #1E1E1E;
    font-size: 12px;
    padding: 11px 21px;
    border: 2px solid rgba(0, 0, 0, 0.13);
    border-radius: 100px;
    width: -moz-calc(50% - 5px / 2);
    width: calc(50% - 5px / 2);
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    .lang-item:hover {
      background-color: #C5ACFA;
      border-color: #9C80F4; }
    .lang-item.active {
      color: #C5ACFA;
      border-color: #C5ACFA;
      background-color: transparent; }
  .lang-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
    .lang-flag svg {
      width: 100%;
      height: 100%; }
  .lang.active .lang-btn {
    background-color: #C5ACFA;
    border-color: #9C80F4; }
    .lang.active .lang-btn > svg {
      stroke: #333333;
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .lang.active .lang-drop {
    opacity: 1;
    pointer-events: all; }

.btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-decoration: none;
  text-align: center;
  padding: 11px 21px;
  border-radius: 40px;
  border: 2px solid rgba(0, 0, 0, 0.13);
  font-weight: 400;
  font-size: 16px;
  color: #1E1E1E;
  min-height: 46px;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(201, 191, 255, 0.5);
  cursor: pointer;
  outline: none; }
  .btn:hover {
    background-color: #6D4BD7;
    border-color: #6D4BD7;
    color: #ffffff; }
  .btn > svg {
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    min-width: 24px;
    fill: #B2B2B2;
    stroke-linecap: round; }
  .btn_tr {
    padding: 0;
    border: none;
    background-color: transparent; }
    .btn_tr:hover {
      background-color: transparent;
      text-decoration: underline; }
      .btn_tr:hover svg {
        fill: #333333; }
  .btn_bg {
    background-color: #C5ACFA;
    border: none; }
    .btn_bg:hover {
      background-color: #6D4BD7;
      color: #ffffff; }
      .btn_bg:hover > svg {
        fill: #ffffff; }
  .btn_bd {
    background-color: transparent;
    border: 1px solid #C5ACFA; }
  .btn_arrow-right {
    padding-right: 10px;
    padding-left: 40px;
    min-height: 52px; }
    .btn_arrow-right:hover > svg {
      fill: none;
      stroke: #ffffff;
      opacity: 1; }
    .btn_arrow-right > svg {
      fill: none;
      stroke: #000;
      stroke-width: 2;
      opacity: 0.2;
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .btn_cab {
    background-color: #6D4BD7;
    color: #ffffff;
    padding: 10px 24px;
    gap: 4px;
    min-height: 48px;
    border: none;
    font-size: 16px;
    min-width: 187px; }
    .btn_cab:hover {
      background-color: #6D4BD7;
      opacity: 0.7; }
    .btn_cab svg {
      fill: none;
      stroke: #ffffff;
      stroke-width: 2;
      width: 24px;
      height: 24px;
      stroke-linecap: round; }
    .btn_cab-tr {
      border: 1px solid #6D4BD7;
      background-color: transparent;
      color: #6D4BD7; }
      .btn_cab-tr:hover {
        background-color: #6D4BD7;
        color: #ffffff;
        opacity: 1; }

.mob-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: -moz-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: none;
  opacity: 0;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #ffffff;
  z-index: 999;
  background-image: url("../img/header-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 100%;
  display: none;
  overflow: auto; }
  .mob-nav::-webkit-scrollbar {
    width: 0px;
    height: 0px; }
  .mob-nav::-webkit-scrollbar-track {
    background: transparent; }
  .mob-nav::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
    cursor: -webkit-grab;
    cursor: grab; }
  .mob-nav::-webkit-scrollbar-thumb:hover {
    background: transparent; }
  @media (max-width: 991.98px) {
    .mob-nav {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .mob-nav .container {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .mob-nav__content {
    width: 100%;
    overflow: auto;
    padding: 88px 0 20px 0;
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .mob-nav__content::-webkit-scrollbar {
      width: 0px;
      height: 0px; }
    .mob-nav__content::-webkit-scrollbar-track {
      background: transparent; }
    .mob-nav__content::-webkit-scrollbar-thumb {
      background: transparent;
      border-radius: 10px;
      cursor: -webkit-grab;
      cursor: grab; }
    .mob-nav__content::-webkit-scrollbar-thumb:hover {
      background: transparent; }
  .mob-nav__menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
    width: 100%; }
    .mob-nav__menu a {
      font-family: "Sora", sans-serif;
      font-weight: 400;
      font-size: 14px;
      text-decoration: none;
      color: #333333;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 100%; }
      .mob-nav__menu a:hover, .mob-nav__menu a.active {
        color: #C5ACFA; }
  .mob-nav .lang-drop {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    padding: 88px 0px 20px 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    pointer-events: all; }
  .mob-nav .cab-notifi__list {
    display: none;
    padding-top: 88px;
    padding-bottom: 20px;
    width: 100%;
    padding-right: 0; }
  .mob-nav_lang .mob-nav__content {
    display: none; }
  .mob-nav_lang .lang-drop {
    display: block; }
  .mob-nav_lang .cab-notifi__list {
    display: none; }
  .mob-nav_notifi .mob-nav__content {
    display: none; }
  .mob-nav_notifi .lang-drop {
    display: none; }
  .mob-nav_notifi .cab-notifi__list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .mob-nav.active {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all; }

.footer {
  background-image: url("../img/footer-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 64px;
  padding-bottom: 16px;
  margin-top: auto; }
  @media (max-width: 991.98px) {
    .footer {
      padding-top: 40px; } }
  .footer-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 133px;
    width: 100%;
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .footer-logo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
    .footer-logo img {
      width: 100%; }
    .footer-logo svg {
      width: 100%;
      height: 30px;
      fill: #333333; }
  .footer-text {
    font-family: "Sora", sans-serif;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -3%;
    margin-bottom: 32px;
    line-height: 30px;
    color: #0f0f0f; }
    @media (max-width: 991.98px) {
      .footer-text {
        text-align: center;
        margin-bottom: 20px; } }
  .footer-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    margin-bottom: 101px;
    max-width: 406px; }
    @media (max-width: 991.98px) {
      .footer-btns {
        max-width: 100%;
        margin-bottom: 20px; } }
    .footer-btns .btn {
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border: 1px solid #9C80F4;
      font-size: 16px; }
      .footer-btns .btn:nth-child(2) {
        background-color: #9c80f4;
        color: #ffffff; }
        .footer-btns .btn:nth-child(2):hover {
          background-color: #6D4BD7; }
  .footer-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px; }
    .footer-menu h3 {
      margin-bottom: -12px;
      font-family: "Sora", sans-serif;
      font-weight: 800;
      line-height: 30px;
      letter-spacing: -3%;
      color: #0f0f0f; }
    .footer-menu a {
      font-weight: 400;
      font-size: 16px;
      font-family: "Sora", sans-serif;
      color: #000;
      text-decoration: none;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .footer-menu a:hover {
        color: #9C80F4; }
  .footer-copy {
    width: 100%;
    text-align: center;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: rgba(15, 15, 15, 0.5); }
  .footer-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px; }
    @media (max-width: 991.98px) {
      .footer-links {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        margin-bottom: 20px; } }
    .footer-links a {
      text-decoration: none;
      font-family: "Sora", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #0f0f0f;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .footer-links a:hover {
        text-decoration: underline; }
  .footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #ffffff;
    width: 100%;
    padding-bottom: 48px; }
    @media (max-width: 1149.98px) {
      .footer-bottom {
        padding-bottom: 20px; } }
  .footer-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px; }
    @media (max-width: 1149.98px) {
      .footer-soc {
        gap: 15px; } }
    @media (max-width: 991.98px) {
      .footer-soc {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer-soc a {
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .footer-soc a:hover {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }
      .footer-soc a img {
        width: 40px;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 1149.98px) {
          .footer-soc a img {
            width: 36px; } }
      .footer-soc a span {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -6px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        white-space: nowrap;
        font-weight: 500;
        font-size: 8px;
        color: #ffffff;
        text-transform: uppercase;
        padding: 2px 4px;
        border-radius: 10px;
        box-shadow: 0px 0px 4.8px 0px rgba(255, 255, 255, 0.33);
        background: #38383d;
        line-height: 1.4; }

.sect-bg-1 {
  width: 100%;
  background-image: url("../img/sect-bg-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.sect-bg-2 {
  width: 100%;
  background-image: url("../img/sect-bg-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 100%;
  margin-bottom: -74px;
  padding-bottom: 74px; }

.sect-bg-3 {
  background-image: url(../img/sect-bg-3.webp);
  background-position: 50% -61px;
  background-size: 1348px auto;
  background-repeat: no-repeat; }

.sect-1 {
  width: 100%;
  padding: 48px 0px 83px 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .sect-1 {
      padding: 20px 0; } }
  .sect-1 .m-title {
    margin-bottom: 32px; }
  .sect-1-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px; }
    .sect-1-list__item {
      max-width: 272px;
      width: 100%;
      background-color: #ffffff;
      border: 3px solid rgba(156, 128, 244, 0.4);
      border-radius: 10px;
      box-shadow: 0px 0px 10px 0px rgba(82, 85, 141, 0.25);
      padding: 16px 9px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      gap: 16px; }
      .sect-1-list__item h3 {
        font-family: "Sora", sans-serif;
        font-weight: 800;
        font-size: 24px;
        color: #333333;
        letter-spacing: -0.01em;
        width: 100%; }
      .sect-1-list__item p {
        margin-top: auto;
        margin-bottom: auto;
        font-weight: 400;
        font-size: 17px;
        color: #64607d;
        line-height: 1.26; }

.sect-2 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 120px; }
  @media (max-width: 991.98px) {
    .sect-2 {
      padding-bottom: 40px; } }
  .sect-2 .m-title {
    margin-bottom: 16px; }
  .sect-2 .m-text {
    margin-bottom: 52px; }
    @media (max-width: 991.98px) {
      .sect-2 .m-text {
        margin-bottom: 30px; } }
  .sect-2-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 461px;
    margin-left: 21px; }
    @media (max-width: 991.98px) {
      .sect-2-img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
    .sect-2-img img {
      width: 100%; }
  .sect-2-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 50px; }
    .sect-2-list__item {
      padding: 24px 24px 24px 120px;
      position: relative;
      z-index: 1;
      border-radius: 18px;
      box-shadow: 0px 0px 25px 0px rgba(82, 85, 141, 0.25);
      -webkit-backdrop-filter: blur(72px);
              backdrop-filter: blur(72px);
      background: rgba(246, 245, 249, 0.56);
      width: 100%;
      margin-bottom: -50px;
      min-height: 136px;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      overflow: hidden;
      cursor: pointer; }
      @media (max-width: 575.98px) {
        .sect-2-list__item {
          padding: 20px; } }
      .sect-2-list__item:hover {
        padding-left: 132px;
        border: none;
        width: -moz-calc(100% + 42px);
        width: calc(100% + 42px);
        margin-left: -42px;
        z-index: 2;
        padding-top: 36px;
        padding-bottom: 36px; }
        @media (max-width: 575.98px) {
          .sect-2-list__item:hover {
            width: -moz-calc(100% + 40px);
            width: calc(100% + 40px);
            margin-left: -20px;
            margin-right: -20px;
            padding: 30px; } }
        .sect-2-list__item:hover:after {
          opacity: 1; }
        .sect-2-list__item:hover:before {
          border: 4px solid rgba(255, 255, 255, 0.4); }
        .sect-2-list__item:hover > span {
          font-weight: 600; }
        .sect-2-list__item:hover h3 {
          color: #ffffff; }
        .sect-2-list__item:hover p {
          color: #ffffff; }
      .sect-2-list__item:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 18px;
        content: "";
        border: 2px solid rgba(156, 128, 244, 0.2);
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .sect-2-list__item:after {
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 18px;
        box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 122px 34px 0px rgba(160, 160, 162, 0), 0px 78px 31px 0px rgba(160, 160, 162, 0.01), 0px 44px 26px 0px rgba(160, 160, 162, 0.03), 0px 20px 20px 0px rgba(160, 160, 162, 0.04), 0px 5px 11px 0px rgba(160, 160, 162, 0.05);
        background: -moz-linear-gradient(left, #6d4bd7, #9c80f4 100%);
        background: linear-gradient(90deg, #6d4bd7, #9c80f4 100%);
        content: "";
        top: 0;
        left: 0;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .sect-2-list__item > span {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 24px;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        content: attr(data-num);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: "Sora", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: -0.02em;
        background-color: #333333;
        color: #ffffff;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.13); }
        @media (max-width: 575.98px) {
          .sect-2-list__item > span {
            position: relative;
            top: auto;
            left: auto;
            -webkit-transform: translate(0, 0);
               -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                    transform: translate(0, 0);
            margin-bottom: 20px; } }
      .sect-2-list__item h3 {
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: -0.03em;
        font-family: "Sora", sans-serif;
        margin-bottom: 16px;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .sect-2-list__item p {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: -0.02em;
        color: #c7c7c7;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .sect-2-cur {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991.98px) {
      .sect-2-cur {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px; } }
    .sect-2-cur__item {
      padding: 16px 16px 21px 102px;
      position: relative;
      box-shadow: 0 0 10px 0 rgba(82, 85, 141, 0.25);
      background-color: #ffffff;
      border-radius: 10px;
      max-width: 330px;
      width: 100%; }
      .sect-2-cur__item > img {
        position: absolute;
        top: 25px;
        left: 28px;
        width: 52px; }
      .sect-2-cur__item > span {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 24px;
        line-height: 1;
        text-transform: uppercase;
        background-color: rgba(243, 101, 74, 0.2);
        color: #F3654A;
        padding: 3px 7px;
        border-radius: 8px;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 14px;
        font-family: "Sora", sans-serif;
        min-width: 49px; }
      .sect-2-cur__item h3 {
        font-weight: 600;
        font-size: 30px;
        color: #333; }
      .sect-2-cur__item p {
        font-weight: 600;
        font-size: 16px;
        color: #99B2C6; }
      .sect-2-cur__item:nth-child(1) {
        -webkit-transform: rotate(-7deg);
           -moz-transform: rotate(-7deg);
            -ms-transform: rotate(-7deg);
                transform: rotate(-7deg);
        margin-left: 49px;
        margin-bottom: 12px; }
        @media (max-width: 991.98px) {
          .sect-2-cur__item:nth-child(1) {
            margin-left: 0; } }
      .sect-2-cur__item:nth-child(2) {
        -webkit-transform: rotate(12deg);
           -moz-transform: rotate(12deg);
            -ms-transform: rotate(12deg);
                transform: rotate(12deg);
        margin-left: 126px;
        margin-bottom: -5px;
        z-index: 2; }
        @media (max-width: 1149.98px) {
          .sect-2-cur__item:nth-child(2) {
            margin-left: 100px; } }
        @media (max-width: 991.98px) {
          .sect-2-cur__item:nth-child(2) {
            margin-left: 0; } }
        .sect-2-cur__item:nth-child(2) > span {
          background-color: #80CBEE;
          color: #3490E2; }
      .sect-2-cur__item:nth-child(3) {
        -webkit-transform: rotate(-15deg);
           -moz-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
                transform: rotate(-15deg);
        margin-left: 21px; }
        @media (max-width: 991.98px) {
          .sect-2-cur__item:nth-child(3) {
            margin-left: 0; } }
        .sect-2-cur__item:nth-child(3) > span {
          background-color: #ECEFF0;
          color: #2F3030; }
      .sect-2-cur__item:nth-child(4) {
        margin-left: 152px; }
        @media (max-width: 1149.98px) {
          .sect-2-cur__item:nth-child(4) {
            margin-left: 100px; } }
        @media (max-width: 991.98px) {
          .sect-2-cur__item:nth-child(4) {
            margin-left: 0; } }
        .sect-2-cur__item:nth-child(4) > span {
          background-color: #23292F;
          color: #FDFEFE; }

.sect-3 {
  background-image: url("../img/sect-3-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 24px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .sect-3 {
      padding-bottom: 29px; } }
  .sect-3 .btn {
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    background-color: rgba(201, 191, 255, 0.5); }
  .sect-3 .m-title,
  .sect-3 .m-text {
    max-width: 614px; }
  .sect-3 .m-text p {
    line-height: 1.26; }
  .sect-3-content {
    padding: 32px 0px 29px 0; }
  .sect-3-sliders {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -30px;
    min-height: 100%; }
    @media (max-width: 991.98px) {
      .sect-3-sliders {
        width: -moz-calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .sect-3-slider {
    width: -moz-calc(100% / 2 - 4px);
    width: calc(100% / 2 - 4px);
    max-height: 328px;
    min-height: 100%; }
    @media (max-width: 991.98px) {
      .sect-3-slider {
        max-height: auto;
        width: 100%; } }
    .sect-3-slider .swiper {
      width: 100%;
      height: 100%;
      overflow: visible; }
      .sect-3-slider .swiper-wrapper {
        -moz-transition-timing-function: linear !important;
             transition-timing-function: linear !important; }
      .sect-3-slider .swiper-slide {
        height: 54px; }
        @media (max-width: 991.98px) {
          .sect-3-slider .swiper-slide {
            height: auto;
            width: 232px; } }
  .sect-3-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2px;
    background: -moz-linear-gradient(41deg, #6d4bd7 0%, #9c80f4 100%);
    background: linear-gradient(49deg, #6d4bd7 0%, #9c80f4 100%);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.53);
    padding: 8px 18px 8px 20px;
    min-height: 100%; }
    .sect-3-item__cur {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-family: "Sora", sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      gap: 6px;
      min-width: 74px;
      color: #ffffff; }
      .sect-3-item__cur img {
        width: 24px;
        min-width: 24px; }
    .sect-3-item__chart {
      height: 36px;
      width: 59px;
      margin-left: auto;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .sect-3-item__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 4px;
      min-width: 53px;
      margin-left: 4px; }
      .sect-3-item__val h3 {
        font-weight: 400;
        font-size: 12px;
        color: #ffffff; }
      .sect-3-item__val p {
        font-weight: 500;
        font-size: 12px;
        color: #16C784; }
        .sect-3-item__val p.red {
          color: #EA3943; }

.sect-4 {
  padding-top: 120px; }
  @media (max-width: 991.98px) {
    .sect-4 {
      padding-top: 40px; } }
  .sect-4 .m-text p {
    line-height: 1.36; }
  .sect-4-percent {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 46px 30px;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 4px 25px 0px rgba(82, 85, 141, 0.15);
    gap: 24px;
    background-image: url(../img/sect-4-bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    margin-bottom: 30px;
    min-height: 274px; }
    @media (max-width: 575.98px) {
      .sect-4-percent {
        padding: 30px 20px;
        min-height: 0; } }
    .sect-4-percent h3 {
      font-family: "Sora", sans-serif;
      font-size: 132px;
      font-weight: 800;
      line-height: 1;
      color: #6D4BD7;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 575.98px) {
        .sect-4-percent h3 {
          font-size: 80px; } }
      .sect-4-percent h3 span {
        font-size: 64px;
        vertical-align: middle;
        font-weight: 600; }
      .sect-4-percent h3 sub {
        font-size: 64px;
        margin-top: auto;
        bottom: auto;
        top: auto;
        line-height: 1; }
    .sect-4-percent p {
      font-weight: 600;
      font-size: 24px;
      font-family: "Sora", sans-serif;
      text-transform: uppercase;
      color: #333333;
      line-height: 1; }
      @media (max-width: 575.98px) {
        .sect-4-percent p {
          font-size: 20px; } }
    .sect-4-percent_sm {
      padding: 24px;
      gap: 15px;
      min-height: 181px; }
      .sect-4-percent_sm h3 {
        font-size: 83px; }
        .sect-4-percent_sm h3 span {
          font-size: 40px; }
        .sect-4-percent_sm h3 sub {
          font-size: 40px;
          bottom: 14px; }
      .sect-4-percent_sm p {
        font-size: 15px; }
  .sect-4-text {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0px 0px 25px 0px rgba(82, 85, 141, 0.15);
    padding: 16px;
    margin-bottom: 30px; }
  .sect-4-title {
    text-align: center;
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -3%;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .sect-4-chart {
    border-radius: 16px;
    box-shadow: 0px 0px 25px 0px rgba(82, 85, 141, 0.15);
    background-color: #ffffff;
    padding: 16px;
    height: 312px; }
    .sect-4-chart__tooltip {
      background: -moz-linear-gradient(315deg, #c9adf9, rgba(201, 173, 249, 0.06) 100%);
      background: linear-gradient(135deg, #c9adf9, rgba(201, 173, 249, 0.06) 100%);
      padding: 16px;
      border-radius: 4px;
      font-family: "Sora", sans-serif;
      font-size: 18px;
      color: #333333;
      font-weight: 700; }
    .sect-4-chart__img {
      position: relative; }
      .sect-4-chart__img img {
        max-width: 100%; }
      .sect-4-chart__img .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 45%;
        color: #ffffff;
        text-shadow: 0 0 4px #6D4BD7;
        text-align: center;
        padding: 15px; }

.sect-5 {
  padding-top: 110px; }
  @media (max-width: 991.98px) {
    .sect-5 {
      padding-bottom: 20px;
      padding-top: 40px; } }
  .sect-5 .m-text p {
    line-height: 1.26; }
  .sect-5-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: -297px 0 -158px -219px;
    width: 1167px;
    pointer-events: none; }
    @media (max-width: 991.98px) {
      .sect-5-img {
        width: 100%;
        margin: -16% 0 -10% 0; } }
    .sect-5-img img {
      width: 100%; }
    .sect-5-img p {
      position: absolute;
      box-shadow: 0 4px 25px 0 rgba(82, 85, 141, 0.15);
      background: #fff;
      -webkit-transform: translate(-50%, -50%) rotate(-11deg);
         -moz-transform: translate(-50%, -50%) rotate(-11deg);
          -ms-transform: translate(-50%, -50%) rotate(-11deg);
              transform: translate(-50%, -50%) rotate(-11deg);
      border: 6px solid rgba(201, 191, 255, 0.44);
      border-radius: 18px;
      padding: 13px 16px;
      font-weight: 600;
      font-size: 24px;
      letter-spacing: -0.03em;
      color: #333;
      font-family: "Sora", sans-serif;
      top: 27%;
      left: 42%; }
      @media (max-width: 991.98px) {
        .sect-5-img p {
          top: 44%;
          left: 38%; } }
      @media (max-width: 575.98px) {
        .sect-5-img p {
          font-size: 18px;
          padding: 10px 12px; } }
      @media (max-width: 480px) {
        .sect-5-img p {
          top: 34%;
          left: 60%; } }
      .sect-5-img p:nth-child(2) {
        top: 73%;
        left: 77%;
        -webkit-transform: translate(-50%, -50%) rotate(7deg);
           -moz-transform: translate(-50%, -50%) rotate(7deg);
            -ms-transform: translate(-50%, -50%) rotate(7deg);
                transform: translate(-50%, -50%) rotate(7deg); }
        @media (max-width: 991.98px) {
          .sect-5-img p:nth-child(2) {
            left: 74%;
            top: 78%; } }
        @media (max-width: 767.98px) {
          .sect-5-img p:nth-child(2) {
            top: 72%; } }
        @media (max-width: 480px) {
          .sect-5-img p:nth-child(2) {
            top: 61%;
            left: 30%; } }

.sect-6 {
  padding-bottom: 60px; }
  @media (max-width: 991.98px) {
    .sect-6 {
      padding-bottom: 20px; } }
  .sect-6-slider {
    width: 100%;
    position: relative;
    margin-bottom: 26px; }
    @media (max-width: 767.98px) {
      .sect-6-slider {
        margin-bottom: 44px; } }
    .sect-6-slider .swiper {
      width: 100%; }
      .sect-6-slider .swiper-button-prev, .sect-6-slider .swiper-button-next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: auto;
        right: auto; }
        @media (max-width: 767.98px) {
          .sect-6-slider .swiper-button-prev, .sect-6-slider .swiper-button-next {
            top: -moz-calc(100% + 25px);
            top: calc(100% + 25px); } }
        .sect-6-slider .swiper-button-prev:hover, .sect-6-slider .swiper-button-next:hover {
          background-color: #9C80F4; }
        .sect-6-slider .swiper-button-prev svg, .sect-6-slider .swiper-button-next svg {
          width: 24px;
          height: 24px;
          fill: none;
          stroke: #ffffff;
          stroke-width: 2;
          stroke-linecap: round; }
      .sect-6-slider .swiper-button-prev {
        right: -moz-calc(100% + 12px);
        right: calc(100% + 12px); }
        @media (max-width: 767.98px) {
          .sect-6-slider .swiper-button-prev {
            right: auto;
            left: 0; } }
        .sect-6-slider .swiper-button-prev svg {
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .sect-6-slider .swiper-button-next {
        left: -moz-calc(100% + 12px);
        left: calc(100% + 12px); }
        @media (max-width: 767.98px) {
          .sect-6-slider .swiper-button-next {
            left: auto;
            right: 0; } }
        .sect-6-slider .swiper-button-next svg {
          -webkit-transform: rotate(-90deg);
             -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .sect-6-slider .swiper-pagination {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -moz-calc(100% + 16px);
        top: calc(100% + 16px);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 6px;
        bottom: auto; }
        @media (max-width: 767.98px) {
          .sect-6-slider .swiper-pagination {
            top: -moz-calc(100% + 20px);
            top: calc(100% + 20px); } }
        .sect-6-slider .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          background-color: rgba(0, 0, 0, 0.2);
          opacity: 1;
          margin: 0 !important;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          cursor: pointer;
          border-radius: 10px;
          -webkit-backdrop-filter: blur(4px);
                  backdrop-filter: blur(4px); }
          .sect-6-slider .swiper-pagination-bullet:hover {
            background-color: #9C80F4; }
          .sect-6-slider .swiper-pagination-bullet-active {
            width: 44px; }
  .sect-6-item {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 16px;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .sect-6-item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto; } }
    .sect-6-item > img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      z-index: -1; }
    .sect-6-item__box {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 8px;
      -webkit-backdrop-filter: blur(4px);
              backdrop-filter: blur(4px);
      padding: 10px; }
      .sect-6-item__box h3 {
        font-family: "Sora", sans-serif;
        font-weight: 800;
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: -0.03em;
        margin-bottom: 4px; }
        .sect-6-item__box h3:last-child {
          margin-bottom: 0; }
      .sect-6-item__box h4 {
        font-weight: 400;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
        line-height: 1.26;
        letter-spacing: -0.03em;
        color: #757575;
        margin-bottom: 12px; }
        .sect-6-item__box h4:last-child {
          margin-bottom: 0; }
      .sect-6-item__box p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.26;
        letter-spacing: -0.03em;
        margin-bottom: 12px; }
        .sect-6-item__box p:last-child {
          margin-bottom: 0; }
    .sect-6-item__soc {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 10px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .sect-6-item__soc a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .sect-6-item__soc a:hover {
          -webkit-transform: scale(1.2);
             -moz-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .sect-6-item__soc a img {
          width: 24px;
          min-width: 24px; }

.sect-7 {
  width: 100%;
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .sect-7 {
      padding: 20px 0; } }
  .sect-7 .m-title {
    margin-bottom: 16px; }
  .sect-7 .m-text {
    margin-bottom: 32px; }
  .sect-7-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 991.98px) {
      .sect-7-list {
        gap: 20px; } }
  .sect-7-item {
    max-width: 255px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    gap: 12px; }
    @media (max-width: 991.98px) {
      .sect-7-item {
        width: -moz-calc(100% / 3 - 15px);
        width: calc(100% / 3 - 15px);
        max-width: 100%; } }
    @media (max-width: 767.98px) {
      .sect-7-item {
        width: auto;
        -webkit-flex: 1 1 calc(50% - 15px);
           -moz-box-flex: 1;
            -ms-flex: 1 1 calc(50% - 15px);
                flex: 1 1 calc(50% - 15px); } }
    .sect-7-item__icon {
      width: 160px;
      height: 160px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      border: 4px solid rgba(156, 128, 244, 0.4); }
      @media (max-width: 991.98px) {
        .sect-7-item__icon {
          width: 120px;
          height: 120px; } }
      .sect-7-item__icon svg {
        width: 86px;
        height: 86px;
        fill: #7656dd; }
        @media (max-width: 991.98px) {
          .sect-7-item__icon svg {
            width: 60px;
            height: 60px; } }
    .sect-7-item h3 {
      font-weight: 800;
      font-size: 24px;
      color: #9C80F4;
      font-family: "Sora", sans-serif; }
      @media (max-width: 991.98px) {
        .sect-7-item h3 {
          font-size: 20px; } }
    .sect-7-item p {
      font-weight: 400;
      font-size: 17px;
      color: #64607d;
      line-height: 1.26;
      letter-spacing: -0.03em; }
      @media (max-width: 991.98px) {
        .sect-7-item p {
          font-size: 14px; } }
      .sect-7-item p span {
        font-weight: 500;
        color: #333333; }

.sect-8 {
  padding: 60px 0px 120px 0; }
  @media (max-width: 991.98px) {
    .sect-8 {
      padding: 20px 0px 40px 0; } }
  .sect-8 .m-title {
    margin-bottom: 16px; }
  .sect-8 .m-text {
    margin-bottom: 32px; }
  .sect-8-slider {
    width: 100%;
    position: relative;
    margin-bottom: 26px; }
    @media (max-width: 767.98px) {
      .sect-8-slider {
        margin-bottom: 44px; } }
    .sect-8-slider .swiper {
      width: 100%; }
      .sect-8-slider .swiper-button-prev, .sect-8-slider .swiper-button-next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: auto;
        right: auto; }
        @media (max-width: 767.98px) {
          .sect-8-slider .swiper-button-prev, .sect-8-slider .swiper-button-next {
            top: -moz-calc(100% + 25px);
            top: calc(100% + 25px); } }
        .sect-8-slider .swiper-button-prev:hover, .sect-8-slider .swiper-button-next:hover {
          background-color: #9C80F4; }
        .sect-8-slider .swiper-button-prev svg, .sect-8-slider .swiper-button-next svg {
          width: 24px;
          height: 24px;
          fill: none;
          stroke: #ffffff;
          stroke-width: 2;
          stroke-linecap: round; }
      .sect-8-slider .swiper-button-prev {
        right: -moz-calc(100% + 12px);
        right: calc(100% + 12px); }
        @media (max-width: 767.98px) {
          .sect-8-slider .swiper-button-prev {
            right: auto;
            left: 0; } }
        .sect-8-slider .swiper-button-prev svg {
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .sect-8-slider .swiper-button-next {
        left: -moz-calc(100% + 12px);
        left: calc(100% + 12px); }
        @media (max-width: 767.98px) {
          .sect-8-slider .swiper-button-next {
            left: auto;
            right: 0; } }
        .sect-8-slider .swiper-button-next svg {
          -webkit-transform: rotate(-90deg);
             -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .sect-8-slider .swiper-pagination {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -moz-calc(100% + 16px);
        top: calc(100% + 16px);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 6px;
        bottom: auto; }
        @media (max-width: 767.98px) {
          .sect-8-slider .swiper-pagination {
            top: -moz-calc(100% + 20px);
            top: calc(100% + 20px); } }
        .sect-8-slider .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          background-color: rgba(0, 0, 0, 0.2);
          opacity: 1;
          margin: 0 !important;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          cursor: pointer;
          border-radius: 10px;
          -webkit-backdrop-filter: blur(4px);
                  backdrop-filter: blur(4px); }
          .sect-8-slider .swiper-pagination-bullet:hover {
            background-color: #9C80F4; }
          .sect-8-slider .swiper-pagination-bullet-active {
            width: 44px; }
    .sect-8-slider.soon .swiper-slide {
      border: 1px solid rgba(156, 128, 244, 0.4);
      opacity: 0.5;
      overflow: hidden;
      border-radius: 10px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      position: relative; }
      .sect-8-slider.soon .swiper-slide:after {
        content: attr(data-text);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #333333;
        color: #ffffff;
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        padding: 10px 16px;
        border-radius: 10px;
        font-weight: 600; }
    .sect-8-slider.soon .sect-8-item {
      -webkit-filter: blur(10px);
              filter: blur(10px); }
  .sect-8-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 128px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 16px; }
    .sect-8-item:hover img {
      -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    @media (max-width: 991.98px) {
      .sect-8-item {
        height: 100px; } }
    .sect-8-item img {
      max-height: 100%;
      max-width: 100%;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.sect-9 {
  background-image: url("../img/sect-9-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 0;
  background-size: 1440px auto;
  background-color: #0b0611;
  border-radius: 24px;
  padding: 177px 0px 48px 0; }
  @media (max-width: 991.98px) {
    .sect-9 {
      padding: 170px 0px 40px 0; } }
  .sect-9 .btn {
    color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #9C80F4;
    border: none; }
    .sect-9 .btn:hover {
      background-color: #C5ACFA; }
    .sect-9 .btn svg {
      stroke: #ffffff;
      opacity: 1; }
  .sect-9-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 11px;
    margin-bottom: 40px; }
    @media (max-width: 575.98px) {
      .sect-9-text {
        text-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px; } }
    .sect-9-text h3 {
      font-family: "Sora", sans-serif;
      font-weight: 400;
      font-size: 52px;
      color: #ffffff;
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        .sect-9-text h3 {
          font-size: 32px; } }
      .sect-9-text h3:nth-child(even) {
        margin-left: auto; }
        @media (max-width: 575.98px) {
          .sect-9-text h3:nth-child(even) {
            margin-right: auto; } }
      .sect-9-text h3 span {
        font-weight: 400;
        color: rgba(255, 255, 255, 0.42); }
      .sect-9-text h3 b {
        font-weight: 800;
        color: #9C80F4; }
    .sect-9-text p {
      text-align: center;
      width: 100%;
      color: #ffffff;
      font-size: 20px; }

.sect-10 {
  width: 100%;
  padding: 120px 0px 60px 0; }
  @media (max-width: 991.98px) {
    .sect-10 {
      padding: 40px 0px 20px 0; } }
  .sect-10 .m-title {
    margin-bottom: 16px; }
  .sect-10 .m-text {
    margin-bottom: 32px; }
  .sect-10-slider {
    width: 100%;
    position: relative;
    margin-bottom: 26px; }
    @media (max-width: 767.98px) {
      .sect-10-slider {
        margin-bottom: 44px; } }
    .sect-10-slider .swiper {
      width: 100%; }
      .sect-10-slider .swiper-slide {
        width: 286px;
        height: auto;
        min-height: auto; }
      .sect-10-slider .swiper-button-prev, .sect-10-slider .swiper-button-next {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: auto;
        right: auto; }
        @media (max-width: 767.98px) {
          .sect-10-slider .swiper-button-prev, .sect-10-slider .swiper-button-next {
            top: -moz-calc(100% + 25px);
            top: calc(100% + 25px); } }
        .sect-10-slider .swiper-button-prev:hover, .sect-10-slider .swiper-button-next:hover {
          background-color: #9C80F4; }
        .sect-10-slider .swiper-button-prev svg, .sect-10-slider .swiper-button-next svg {
          width: 24px;
          height: 24px;
          fill: none;
          stroke: #ffffff;
          stroke-width: 2;
          stroke-linecap: round; }
      .sect-10-slider .swiper-button-prev {
        right: -moz-calc(100% + 12px);
        right: calc(100% + 12px); }
        @media (max-width: 767.98px) {
          .sect-10-slider .swiper-button-prev {
            right: auto;
            left: 0; } }
        .sect-10-slider .swiper-button-prev svg {
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .sect-10-slider .swiper-button-next {
        left: -moz-calc(100% + 12px);
        left: calc(100% + 12px); }
        @media (max-width: 767.98px) {
          .sect-10-slider .swiper-button-next {
            left: auto;
            right: 0; } }
        .sect-10-slider .swiper-button-next svg {
          -webkit-transform: rotate(-90deg);
             -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .sect-10-slider .swiper-pagination {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -moz-calc(100% + 16px);
        top: calc(100% + 16px);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 6px;
        bottom: auto; }
        @media (max-width: 767.98px) {
          .sect-10-slider .swiper-pagination {
            top: -moz-calc(100% + 20px);
            top: calc(100% + 20px); } }
        .sect-10-slider .swiper-pagination-bullet {
          width: 10px;
          height: 10px;
          background-color: rgba(0, 0, 0, 0.2);
          opacity: 1;
          margin: 0 !important;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          cursor: pointer;
          border-radius: 10px;
          -webkit-backdrop-filter: blur(4px);
                  backdrop-filter: blur(4px); }
          .sect-10-slider .swiper-pagination-bullet:hover {
            background-color: #9C80F4; }
          .sect-10-slider .swiper-pagination-bullet-active {
            width: 44px; }
    .sect-10-slider.soon .swiper-slide {
      border: 1px solid rgba(156, 128, 244, 0.4);
      opacity: 0.5;
      overflow: hidden;
      border-radius: 10px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
      position: relative; }
      .sect-10-slider.soon .swiper-slide:after {
        content: attr(data-text);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #333333;
        color: #ffffff;
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
        padding: 10px 16px;
        border-radius: 10px;
        font-weight: 600; }
    .sect-10-slider.soon .sect-10-item {
      -webkit-filter: blur(4px);
              filter: blur(4px); }
  .sect-10-item {
    border: 1px solid rgba(156, 128, 244, 0.4);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background: #f6f5f9;
    padding: 16px;
    height: 100%; }
    .sect-10-item > p {
      color: #64607d;
      font-weight: 400;
      font-size: 17px;
      line-height: 1.26;
      letter-spacing: -0.03em; }
    .sect-10-item__head {
      width: 100%;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 48px;
      gap: 4px;
      margin-bottom: 12px; }
      .sect-10-item__head h3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.26;
        letter-spacing: -0.03em; }
    .sect-10-item__stars {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 91px;
      width: 100%; }
      .sect-10-item__stars img {
        width: 100%; }
    .sect-10-item__icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 38px;
      height: 38px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 50%;
      overflow: hidden; }
      .sect-10-item__icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }

.sect-11 {
  padding: 60px 0px 120px 0; }
  @media (max-width: 991.98px) {
    .sect-11 {
      padding: 20px 0px 40px 0; } }
  .sect-11 .m-title {
    margin-bottom: 32px; }
  .sect-11 .accordion {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px; }
    .sect-11 .accordion__item {
      width: 100%;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: 2px solid rgba(156, 128, 244, 0.2);
      border-radius: 18px;
      background: white;
      z-index: 1;
      position: relative; }
      .sect-11 .accordion__item:hover {
        border-color: #9C80F4; }
      .sect-11 .accordion__item:after {
        position: absolute;
        z-index: -2;
        width: 100%;
        height: 100%;
        content: "";
        border-radius: 18px;
        background: -moz-linear-gradient(left, #6d4bd7, #9c80f4 100%);
        background: linear-gradient(90deg, #6d4bd7, #9c80f4 100%);
        top: 0;
        left: 0;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 122px 34px 0px rgba(160, 160, 162, 0), 0px 78px 31px 0px rgba(160, 160, 162, 0.01), 0px 44px 26px 0px rgba(160, 160, 162, 0.03), 0px 20px 20px 0px rgba(160, 160, 162, 0.04), 0px 5px 11px 0px rgba(160, 160, 162, 0.05);
        pointer-events: none; }
      .sect-11 .accordion__item:before {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        border: 4px solid rgba(255, 255, 255, 0.4);
        border-radius: 18px;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        content: "";
        width: 100%;
        height: 100%;
        pointer-events: none; }
      .sect-11 .accordion__item.active {
        border: none; }
        .sect-11 .accordion__item.active:after, .sect-11 .accordion__item.active:before {
          opacity: 1; }
        .sect-11 .accordion__item.active .accordion__head {
          padding-bottom: 17px; }
          .sect-11 .accordion__item.active .accordion__head h3 {
            color: #ffffff; }
        .sect-11 .accordion__item.active .accordion__icon {
          background: #faf8fe;
          border: 1px solid rgba(156, 128, 244, 0.13); }
          .sect-11 .accordion__item.active .accordion__icon:after {
            -webkit-transform: translate(-50%, -50%) rotate(225deg);
               -moz-transform: translate(-50%, -50%) rotate(225deg);
                -ms-transform: translate(-50%, -50%) rotate(225deg);
                    transform: translate(-50%, -50%) rotate(225deg);
            width: 20px; }
          .sect-11 .accordion__item.active .accordion__icon:before {
            height: 20px;
            -webkit-transform: translate(-50%, -50%) rotate(225deg);
               -moz-transform: translate(-50%, -50%) rotate(225deg);
                -ms-transform: translate(-50%, -50%) rotate(225deg);
                    transform: translate(-50%, -50%) rotate(225deg); }
    .sect-11 .accordion__head {
      padding: 25px 80px 25px 24px;
      position: relative;
      cursor: pointer;
      width: 100%;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sect-11 .accordion__head h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.03em;
        color: #333333;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .sect-11 .accordion__icon {
      position: absolute;
      top: 24px;
      right: 24px;
      border-radius: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid rgba(156, 128, 244, 0.13);
      background: rgba(156, 128, 244, 0.05);
      width: 32px;
      height: 32px; }
      .sect-11 .accordion__icon:after {
        width: 14px;
        height: 2px;
        background-color: #9C80F4;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 10px;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .sect-11 .accordion__icon:before {
        height: 14px;
        width: 2px;
        background-color: #9C80F4;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 10px;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .sect-11 .accordion__body {
      padding: 0px 24px 24px 24px;
      display: none; }
      .sect-11 .accordion__body .m-text p {
        font-size: 18px;
        color: #ffffff; }

.sect-12 {
  width: 100%;
  padding-bottom: 120px;
  width: 100%; }
  @media (max-width: 991.98px) {
    .sect-12 {
      padding-bottom: 40px; } }

.sect-13 {
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .sect-13 {
      padding-bottom: 40px; } }
  .sect-13 .m-title {
    margin-bottom: 16px; }
  .sect-13 .m-text {
    margin-bottom: 16px; }
    .sect-13 .m-text p {
      margin-bottom: 16px; }
      .sect-13 .m-text p:last-child {
        margin-bottom: 0; }
  .sect-13 .btn {
    max-width: 207px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 38px; }
    @media (max-width: 991.98px) {
      .sect-13 .btn {
        margin-bottom: 20px; } }
  .sect-13-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 424px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    margin-bottom: 38px; }
    @media (max-width: 991.98px) {
      .sect-13-img {
        margin-top: 0;
        margin-bottom: 20px; } }
    .sect-13-img img {
      width: 100%; }
  .sect-13-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px; }
    .sect-13-text svg {
      width: 65px;
      height: 50px;
      fill: #64607d; }
    .sect-13-text h3 {
      font-weight: 700;
      font-size: 50px;
      color: #333333;
      font-family: "Sora", sans-serif; }
      @media (max-width: 991.98px) {
        .sect-13-text h3 {
          font-size: 28px; } }
      .sect-13-text h3 span {
        font-weight: 800;
        color: #9C80F4; }

.sect-14 {
  width: 100%;
  padding-bottom: 120px; }
  @media (max-width: 991.98px) {
    .sect-14 {
      padding-bottom: 40px; } }
  .sect-14 .m-title {
    margin-bottom: 16px; }
  .sect-14 .m-text {
    margin-bottom: 40px; }
  .sect-14-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 991.98px) {
      .sect-14-list {
        gap: 20px; } }
  .sect-14-item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding-bottom: 126px; }
    @media (max-width: 991.98px) {
      .sect-14-item {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-bottom: 0; } }
    .sect-14-item:last-child {
      padding-bottom: 0; }
    .sect-14-item:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -8px;
      width: 1px;
      height: -moz-calc(100% + 8px);
      height: calc(100% + 8px);
      background: #e2e1e1;
      content: ""; }
      @media (max-width: 991.98px) {
        .sect-14-item:after {
          display: none; } }
    .sect-14-item:before {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 4px solid #e2e1e1;
      background: #111111;
      content: "";
      z-index: 2; }
      @media (max-width: 991.98px) {
        .sect-14-item:before {
          display: none; } }
    .sect-14-item__left, .sect-14-item__right {
      width: -moz-calc(100% / 2 - 45px);
      width: calc(100% / 2 - 45px); }
      @media (max-width: 1149.98px) {
        .sect-14-item__left, .sect-14-item__right {
          width: -moz-calc(100% / 2 - 30px);
          width: calc(100% / 2 - 30px); } }
      @media (max-width: 991.98px) {
        .sect-14-item__left, .sect-14-item__right {
          width: 100%; } }
    .sect-14-item__left {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: right; }
      @media (max-width: 991.98px) {
        .sect-14-item__left {
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      .sect-14-item__left h3 {
        font-weight: 700;
        font-size: 24px;
        color: #333333;
        line-height: 29px;
        text-transform: uppercase; }
      .sect-14-item__left h4 {
        font-family: "Sora", sans-serif;
        font-size: 64px;
        color: rgba(156, 128, 244, 0.12);
        font-weight: 700;
        line-height: 81px; }
        @media (max-width: 1149.98px) {
          .sect-14-item__left h4 {
            font-size: 40px; } }
        @media (max-width: 767.98px) {
          .sect-14-item__left h4 {
            font-size: 32px;
            line-height: 50px;
            margin-bottom: 10px; } }
    .sect-14-item__right .m-text {
      margin-bottom: 0; }
      .sect-14-item__right .m-text h3 {
        font-weight: 700;
        margin-bottom: 16px; }
      .sect-14-item__right .m-text p {
        font-size: 18px; }

.sect-15 {
  width: 100%;
  padding-bottom: 127px; }
  @media (max-width: 991.98px) {
    .sect-15 {
      padding-bottom: 40px; } }
  .sect-15 .m-title {
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 114px; }
    .sect-15 .m-title h2 {
      line-height: 1.3;
      letter-spacing: -0.03em; }
  .sect-15-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .sect-15-list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        gap: 20px; } }
    .sect-15-list:after {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -194px;
      content: "";
      z-index: -1;
      width: 607px;
      height: 607px;
      background-image: url("../img/sect-15-bg.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      -webkit-animation: sect15Animation 5s infinite ease-in-out;
         -moz-animation: sect15Animation 5s infinite ease-in-out;
              animation: sect15Animation 5s infinite ease-in-out;
      pointer-events: none; }
  .sect-15-item {
    max-width: 273px;
    -webkit-backdrop-filter: blur(16.5px);
            backdrop-filter: blur(16.5px);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 16px;
    border: 6px solid rgba(201, 191, 255, 0.44);
    padding: 22px 10px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center; }
    @media (max-width: 991.98px) {
      .sect-15-item {
        width: -moz-calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px);
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%; } }
    @media (max-width: 575.98px) {
      .sect-15-item {
        width: 100%; } }
    .sect-15-item:nth-child(1), .sect-15-item:nth-child(3) {
      margin-top: 73px; }
      @media (max-width: 991.98px) {
        .sect-15-item:nth-child(1), .sect-15-item:nth-child(3) {
          margin-top: 0; } }
    .sect-15-item h3 {
      font-family: "Sora", sans-serif;
      font-size: 48px;
      font-weight: 800;
      line-height: 1;
      margin-bottom: 12px; }
      @supports (-webkit-background-clip: text) {
        .sect-15-item h3 {
          background: -moz-linear-gradient(right, #9c80f4, #6d4bd7 100%);
          background: linear-gradient(270deg, #9c80f4, #6d4bd7 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
      .sect-15-item h3:last-child {
        margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .sect-15-item h3 {
          font-size: 32px; } }
    .sect-15-item h4 {
      font-weight: 400;
      font-size: 16px;
      color: #333333;
      line-height: 1.4;
      letter-spacing: -0.03em;
      margin-bottom: 32px; }
      .sect-15-item h4:last-child {
        margin-bottom: 0; }
    .sect-15-item p {
      font-weight: 400;
      font-size: 14px;
      line-height: 1.5;
      color: #64607d;
      letter-spacing: -0.03em; }
      @media (max-width: 991.98px) {
        .sect-15-item p {
          font-size: 12px; } }

.sect-16 {
  padding-bottom: 100px; }
  @media (max-width: 991.98px) {
    .sect-16 {
      padding-bottom: 20px; } }
  .sect-16 .m-title {
    margin-bottom: 16px; }
  .sect-16 .m-text {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .sect-16 .m-text {
        margin-bottom: 20px; } }
  .sect-16-item {
    width: 100%;
    background-image: url("../img/sect-16-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: 0 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(82, 85, 141, 0.15);
    border-radius: 16px;
    padding: 16px 24px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .sect-16-item {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 16px;
        margin-bottom: 20px; } }
    .sect-16-item__content {
      -webkit-flex: 1 1;
         -moz-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; }
      .sect-16-item__content h3 {
        font-family: "Sora", sans-serif;
        font-size: 24px;
        font-weight: 800;
        color: #333333;
        line-height: 1.3;
        letter-spacing: -0.03em;
        margin-bottom: 4px; }
        .sect-16-item__content h3:last-child {
          margin-bottom: 0; }
      .sect-16-item__content h4 {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.26;
        color: #757575;
        letter-spacing: -0.03em;
        margin-bottom: 16px; }
        .sect-16-item__content h4:last-child {
          margin-bottom: 0; }
      .sect-16-item__content p {
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        line-height: 1.5;
        letter-spacing: -0.03em; }
    .sect-16-item__hero {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 6px;
      max-width: 254px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%; }
    .sect-16-item__img {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 24px;
      overflow: hidden; }
      .sect-16-item__img img {
        width: 100%; }
    .sect-16-item__soc {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 7px 14px;
      border-radius: 16px;
      background-color: rgba(255, 255, 255, 0.6);
      border: 1px solid rgba(201, 191, 255, 0.44);
      gap: 16px;
      width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 767.98px) {
        .sect-16-item__soc {
          gap: 12px; } }
      .sect-16-item__soc a {
        width: 24px;
        height: 24px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-decoration: none;
        cursor: pointer;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .sect-16-item__soc a:hover {
          -webkit-transform: scale(1.2);
             -moz-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .sect-16-item__soc a img {
          width: 100%; }
    .sect-16-item_sm {
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      height: -moz-calc(100% - 30px);
      height: calc(100% - 30px); }
      @media (max-width: 1149.98px) {
        .sect-16-item_sm {
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (max-width: 767.98px) {
        .sect-16-item_sm {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

.sect-17 {
  padding-bottom: 149px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .sect-17 {
      padding-bottom: 40px; } }
  .sect-17:after {
    z-index: -1;
    width: 100%;
    height: 1027px;
    top: -171px;
    pointer-events: none;
    background-image: url("../img/sect-17-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .sect-17 .m-title {
    margin-bottom: 20px; }
  .sect-17 .m-text {
    margin-bottom: 20px; }
    .sect-17 .m-text p {
      font-size: 16px; }
  .sect-17-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .sect-17-links {
        gap: 20px; } }
    .sect-17-links a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      gap: 16px;
      font-family: "Sora", sans-serif;
      font-weight: 800;
      font-size: 18px;
      color: #333333;
      line-height: 1.3;
      letter-spacing: -0.03em; }
      .sect-17-links a svg {
        width: 24px;
        height: 24px;
        min-width: 24px;
        fill: #7656dd; }
  .sect-17-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    max-width: 540px; }
    @media (max-width: 991.98px) {
      .sect-17-btns {
        max-width: 100%;
        gap: 20px; } }
    @media (max-width: 480px) {
      .sect-17-btns {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 10px; } }
    .sect-17-btns .btn {
      -webkit-flex: 1 1;
         -moz-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; }
      @media (max-width: 480px) {
        .sect-17-btns .btn {
          width: 100%; } }
  .sect-17-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    max-width: 474px; }
    @media (max-width: 991.98px) {
      .sect-17-img {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; } }
    .sect-17-img img {
      width: 100%; }

.sect-18 {
  padding-bottom: 90px; }
  @media (max-width: 991.98px) {
    .sect-18 {
      padding-bottom: 40px; } }
  .sect-18 .m-title {
    margin-bottom: 16px; }
  .sect-18 .m-text {
    margin-bottom: 0; }
  .sect-18-img {
    margin-top: -53px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 372px; }
    @media (max-width: 991.98px) {
      .sect-18-img {
        margin-top: 0;
        margin-bottom: 20px; } }
    .sect-18-img img {
      width: 100%; }

.sect-19 {
  padding-bottom: 120px;
  background-image: url(../img/sect-19-bg.webp);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 961px auto; }
  @media (max-width: 991.98px) {
    .sect-19 {
      padding-bottom: 40px; } }
  .sect-19 .m-title {
    margin-bottom: 32px; }
  .sect-19-wrap {
    background-image: url("../img/sect-19-bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 25px 0px rgba(82, 85, 141, 0.15);
    border-radius: 24px;
    background-color: rgba(201, 191, 255, 0.4);
    padding-bottom: 16px;
    padding-right: 24px; }
    @media (max-width: 991.98px) {
      .sect-19-wrap {
        padding: 0; } }
  .sect-19-box {
    background-image: url("../img/sect-19-bg-2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 24px;
    padding: 24px;
    width: 100%;
    margin-bottom: 30px;
    gap: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    box-shadow: 4px 6px 6px 0 rgba(233, 233, 233, 0.25), -4px 6px 6px 0 rgba(233, 233, 233, 0.25), 4px -6px 6px 0 rgba(233, 233, 233, 0.25), inset 0 4px 4px 0 rgba(143, 143, 143, 0.25); }
    @media (max-width: 991.98px) {
      .sect-19-box {
        margin-bottom: 20px; } }
    .sect-19-box .btn {
      background: #d8daff;
      border: 1px solid rgba(0, 0, 0, 0.13);
      max-width: 207px;
      width: 100%;
      padding-left: 24px;
      padding-right: 24px; }
      @media (max-width: 991.98px) {
        .sect-19-box .btn {
          max-width: 100%; } }
      .sect-19-box .btn:hover {
        background-color: #9C80F4;
        border-color: #9C80F4;
        color: #ffffff; }
    .sect-19-box__wrap {
      background-color: rgba(255, 255, 255, 0.85);
      border-radius: 24px;
      padding: 16px 170px 16px 16px;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px;
      width: 100%;
      min-height: 152px; }
      @media (max-width: 575.98px) {
        .sect-19-box__wrap {
          padding-right: 120px; } }
      .sect-19-box__wrap img {
        position: absolute;
        bottom: 15px;
        right: 0;
        width: 156px; }
        @media (max-width: 575.98px) {
          .sect-19-box__wrap img {
            width: 100px; } }
      .sect-19-box__wrap h3 {
        font-family: "Sora", sans-serif;
        font-size: 36px;
        font-weight: 800;
        line-height: 1; }
        @supports (-webkit-background-clip: text) {
          .sect-19-box__wrap h3 {
            background: -moz-linear-gradient(right, #9c80f4, #6d4bd7 100%);
            background: linear-gradient(270deg, #9c80f4, #6d4bd7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
        @media (max-width: 575.98px) {
          .sect-19-box__wrap h3 {
            font-size: 28px; } }
      .sect-19-box__wrap p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.05em;
        color: #000; }
        @media (max-width: 575.98px) {
          .sect-19-box__wrap p {
            font-size: 12px; } }
        .sect-19-box__wrap p b {
          font-weight: 700; }
  .sect-19-text {
    width: -moz-calc(100% - 48px);
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #b2b2b2;
    padding-top: 16px; }
    .sect-19-text p {
      font-weight: 400;
      font-size: 14px;
      color: #333333;
      line-height: 1.5;
      letter-spacing: 0.05em; }
  .sect-19-info {
    padding: 21px 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 18px; }
    @media (max-width: 991.98px) {
      .sect-19-info {
        padding: 20px; } }
    .sect-19-info__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 20px;
      width: 100%; }
      @media (max-width: 480px) {
        .sect-19-info__item {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 8px; } }
      .sect-19-info__item h3 {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0.05em;
        color: #64607d;
        gap: 16px; }
        @media (max-width: 480px) {
          .sect-19-info__item h3 {
            gap: 10px; } }
        .sect-19-info__item h3 svg {
          width: 24px;
          height: 24px;
          min-width: 24px;
          fill: #6D4BD7; }
      .sect-19-info__item p {
        text-align: right;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4;
        left: 0.05em;
        color: #222222; }
        @media (max-width: 480px) {
          .sect-19-info__item p {
            text-align: left;
            padding-left: 34px; } }
        .sect-19-info__item p b {
          font-weight: 700; }
        .sect-19-info__item p img {
          width: 20px;
          margin-bottom: -3px; }
        .sect-19-info__item p span {
          font-size: 12px;
          max-width: 203px;
          display: inline-block; }
          @media (max-width: 991.98px) {
            .sect-19-info__item p span {
              max-width: 100%; } }

.sect-20 {
  padding-bottom: 120px;
  background-image: url("../img/sect-20-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 0; }
  @media (max-width: 991.98px) {
    .sect-20 {
      padding-bottom: 40px; } }
  .sect-20 .m-title {
    margin-bottom: 28px; }
  .sect-20 .sect-4-percent {
    margin-bottom: 38px;
    height: -moz-calc(100% - 38px);
    height: calc(100% - 38px); }
    @media (max-width: 991.98px) {
      .sect-20 .sect-4-percent {
        margin-bottom: 30px;
        height: auto; } }
  .sect-20-calendar {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 16px;
    box-shadow: 0px 0px 15px 0px rgba(82, 85, 141, 0.25);
    background: white;
    padding: 16px 12px 0px 12px;
    margin-bottom: 38px;
    overflow: auto; }
    .sect-20-calendar::-webkit-scrollbar {
      width: 0px;
      height: 0px; }
    .sect-20-calendar::-webkit-scrollbar-track {
      background: transparent; }
    .sect-20-calendar::-webkit-scrollbar-thumb {
      background: transparent;
      border-radius: 10px;
      cursor: -webkit-grab;
      cursor: grab; }
    .sect-20-calendar::-webkit-scrollbar-thumb:hover {
      background: transparent; }
    @media (max-width: 991.98px) {
      .sect-20-calendar {
        margin-bottom: 20px; } }
    .sect-20-calendar__item {
      -webkit-flex: 1 1;
         -moz-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-width: 114px; }
      .sect-20-calendar__item:last-child .sect-20-calendar__day {
        border-right: none; }
      .sect-20-calendar__item > h3 {
        width: 100%;
        padding: 2px 6px;
        font-family: "Sora", sans-serif;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        color: #1c1c1c;
        margin-bottom: 18px; }
    .sect-20-calendar__day {
      width: 100%;
      padding: 16px 10px 27px 10px;
      border-top: 1px solid #e7e8ea;
      border-right: 1px solid #e7e8ea;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 14px; }
      .sect-20-calendar__day > p {
        margin-left: auto;
        text-align: right;
        font-weight: 400;
        font-size: 16px;
        line-height: 0.8;
        color: #64607d; }
    .sect-20-calendar__info {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 8px;
      background: rgba(201, 191, 255, 0.3);
      padding: 7px 9px;
      gap: 6px;
      width: 100%; }
      .sect-20-calendar__info h3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        color: #64607d; }
      .sect-20-calendar__info p {
        font-family: "Sora", sans-serif;
        font-weight: 800;
        font-size: 16px;
        line-height: 1;
        color: #6d4bd7; }

.sect-21 {
  padding-bottom: 114px; }
  @media (max-width: 991.98px) {
    .sect-21 {
      padding-bottom: 40px; } }
  .sect-21 .m-title {
    margin-bottom: 10px; }
  .sect-21 .m-text {
    margin-bottom: 16px; }
  .sect-21 .btn {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 207px;
    width: 100%; }
  .sect-21-img {
    margin-top: -81px;
    max-width: 575px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none; }
    @media (max-width: 1149.98px) {
      .sect-21-img {
        margin-top: -40px; } }
    @media (max-width: 991.98px) {
      .sect-21-img {
        margin-top: 0;
        margin-bottom: 20px; } }
    .sect-21-img img {
      width: 100%; }

.sect-22 {
  padding-bottom: 90px; }
  @media (max-width: 991.98px) {
    .sect-22 {
      padding-bottom: 20px; } }
  .sect-22 .m-title {
    margin-bottom: 32px; }
  .sect-22-box-1 {
    background-image: url("../img/sect-22-bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 24px;
    padding: 36px 162px 36px 36px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .sect-22-box-1 {
        margin-bottom: 20px;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 16px;
        padding: 20px 160px 20px 20px; } }
    @media (max-width: 767.98px) {
      .sect-22-box-1 {
        padding-right: 20px; } }
    .sect-22-box-1 > svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 34px;
      width: 165px;
      height: 165px;
      fill: #ffffff;
      opacity: 0.27;
      z-index: -1; }
      @media (max-width: 767.98px) {
        .sect-22-box-1 > svg {
          width: 60px;
          height: 60px;
          top: 25px;
          right: 20px;
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); } }
    .sect-22-box-1 .btn {
      background: -moz-linear-gradient(left, #6d4bd7, #9c80f4 100%);
      background: linear-gradient(90deg, #6d4bd7, #9c80f4 100%);
      border: none;
      padding-left: 24px;
      padding-right: 24px;
      min-width: 208px;
      color: #ffffff; }
      .sect-22-box-1 .btn svg {
        stroke: #ffffff;
        opacity: 1; }
    .sect-22-box-1__content {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px; }
      .sect-22-box-1__content > p {
        font-weight: 400;
        font-size: 17px;
        line-height: 1.4;
        letter-spacing: 0.05em;
        color: #000; }
    .sect-22-box-1__percent {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 20px; }
      @media (max-width: 767.98px) {
        .sect-22-box-1__percent {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 10px; } }
      .sect-22-box-1__percent h3 {
        font-family: "Sora", sans-serif;
        font-weight: 800;
        font-size: 96px;
        line-height: 1; }
        @supports (-webkit-background-clip: text) {
          .sect-22-box-1__percent h3 {
            background: -moz-linear-gradient(right, #9c80f4, #6d4bd7 100%);
            background: linear-gradient(270deg, #9c80f4, #6d4bd7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
        @media (max-width: 480px) {
          .sect-22-box-1__percent h3 {
            font-size: 80px; } }
      .sect-22-box-1__percent h4 {
        font-family: "Sora", sans-serif;
        font-weight: 800;
        font-size: 36px;
        line-height: 1;
        max-width: 290px; }
        @media (max-width: 767.98px) {
          .sect-22-box-1__percent h4 {
            max-width: 100%; } }
  .sect-22-box-2 {
    position: relative;
    background-image: url("../img/sect-22-bg-2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 24px;
    padding: 35px 32px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    z-index: 1;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .sect-22-box-2 {
        margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .sect-22-box-2 {
        padding: 20px 80px 20px 20px; } }
    .sect-22-box-2 svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 126px;
      height: 126px;
      fill: #ffffff;
      opacity: 0.27;
      z-index: -1;
      pointer-events: none; }
      @media (max-width: 767.98px) {
        .sect-22-box-2 svg {
          width: 60px;
          height: 60px;
          top: 20px;
          right: 20px;
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0); } }
    .sect-22-box-2 h3 {
      font-weight: 800;
      font-size: 24px;
      font-family: "Sora", sans-serif;
      color: #333333; }
    .sect-22-box-2 p {
      font-weight: 400;
      font-size: 17px;
      color: #222; }
      .sect-22-box-2 p b {
        font-weight: 700; }
    .sect-22-box-2_2 {
      background-image: url(../img/sect-22-bg-3.webp); }

.sect-23 {
  padding-bottom: 82px; }
  @media (max-width: 991.98px) {
    .sect-23 {
      padding-bottom: 20px; } }
  .sect-23 .m-title {
    margin-bottom: 40px; }
  .sect-23-box-1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-image: url("../img/sect-23-bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 48px 32px 56px 32px;
    border-radius: 16px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .sect-23-box-1 {
        padding: 20px;
        margin-bottom: 20px; } }
    .sect-23-box-1:after {
      position: absolute;
      top: 45px;
      right: 0;
      width: 282px;
      height: 282px;
      background-image: url(../img/sect-23-img-2.webp);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      content: "";
      z-index: -1; }
      @media (max-width: 991.98px) {
        .sect-23-box-1:after {
          display: none; } }
    .sect-23-box-1:before {
      right: 362px;
      top: 18px;
      width: 219px;
      height: 219px;
      content: "";
      background-image: url(../img/sect-23-img-1.webp);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      position: absolute; }
      @media (max-width: 991.98px) {
        .sect-23-box-1:before {
          display: none; } }
    .sect-23-box-1 h3 {
      font-weight: 800;
      font-size: 48px;
      margin-bottom: 4px;
      line-height: 1; }
      @supports (-webkit-background-clip: text) {
        .sect-23-box-1 h3 {
          background: -moz-linear-gradient(right, #9c80f4, #6d4bd7 100%);
          background: linear-gradient(270deg, #9c80f4, #6d4bd7 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
      @media (max-width: 575.98px) {
        .sect-23-box-1 h3 {
          font-size: 32px; } }
    .sect-23-box-1 h4 {
      margin-bottom: 16px;
      font-family: "Sora", sans-serif;
      font-size: 24px;
      font-weight: 800;
      line-height: 1; }
    .sect-23-box-1 p {
      font-weight: 400;
      font-size: 17px;
      line-height: 1.5;
      letter-spacing: -0.03em; }
  .sect-23-box-2 {
    margin-bottom: 30px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-image: url("../img/sect-23-bg-2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    padding: 32px 32px 30px 32px;
    min-height: 310px; }
    @media (max-width: 991.98px) {
      .sect-23-box-2 {
        margin-bottom: 20px;
        padding: 20px; } }
    .sect-23-box-2 h3 {
      font-weight: 800;
      font-size: 24px;
      font-family: "Sora", sans-serif;
      color: #333333;
      margin-bottom: 30px; }
      @media (max-width: 1149.98px) {
        .sect-23-box-2 h3 {
          margin-bottom: 10px; } }
    .sect-23-box-2__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; }
      .sect-23-box-2__list p {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 10px 16px;
        border-radius: 18px;
        border: 6px solid rgba(201, 191, 255, 0.44);
        box-shadow: 0px 4px 25px 0px rgba(82, 85, 141, 0.15);
        background-color: #ffffff;
        font-family: "Sora", sans-serif;
        font-size: 24px;
        font-weight: 800;
        min-height: 68px; }
        @media (max-width: 1149.98px) {
          .sect-23-box-2__list p {
            font-size: 22px; } }
        @media (max-width: 575.98px) {
          .sect-23-box-2__list p {
            font-size: 16px; } }
        .sect-23-box-2__list p:nth-child(1) {
          -webkit-transform: rotate(-8.67deg);
             -moz-transform: rotate(-8.67deg);
              -ms-transform: rotate(-8.67deg);
                  transform: rotate(-8.67deg);
          margin-left: -14px; }
        .sect-23-box-2__list p:nth-child(2) {
          -webkit-transform: rotate(5.34deg);
             -moz-transform: rotate(5.34deg);
              -ms-transform: rotate(5.34deg);
                  transform: rotate(5.34deg);
          margin-left: auto;
          margin-right: -26px;
          margin-top: -30px;
          z-index: 2; }
          @media (max-width: 1149.98px) {
            .sect-23-box-2__list p:nth-child(2) {
              margin-top: -5px; } }
          @media (max-width: 991.98px) {
            .sect-23-box-2__list p:nth-child(2) {
              margin-right: -16px; } }
        .sect-23-box-2__list p:nth-child(3) {
          -webkit-transform: rotate(-5.24deg);
             -moz-transform: rotate(-5.24deg);
              -ms-transform: rotate(-5.24deg);
                  transform: rotate(-5.24deg);
          margin-left: 20px; }
          @media (max-width: 575.98px) {
            .sect-23-box-2__list p:nth-child(3) {
              margin-left: 0; } }
        @supports (-webkit-background-clip: text) {
          .sect-23-box-2__list p span {
            background: -moz-linear-gradient(right, #9c80f4, #6d4bd7 100%);
            background: linear-gradient(270deg, #9c80f4, #6d4bd7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
  .sect-23-box-3 {
    min-height: 310px;
    width: 100%;
    background-image: url("../img/sect-23-bg-3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    padding: 32px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px; }
    @media (max-width: 991.98px) {
      .sect-23-box-3 {
        padding: 20px;
        margin-bottom: 20px; } }
    .sect-23-box-3 h3 {
      font-family: "Sora", sans-serif;
      font-weight: 800;
      font-size: 48px;
      line-height: 1; }
      @supports (-webkit-background-clip: text) {
        .sect-23-box-3 h3 {
          background: -moz-linear-gradient(right, #9c80f4, #6d4bd7 100%);
          background: linear-gradient(270deg, #9c80f4, #6d4bd7 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
    .sect-23-box-3 p {
      font-family: "Sora", sans-serif;
      font-size: 24px;
      font-weight: 800;
      line-height: 1; }

.sect-24 {
  background-position: 50% 0;
  padding-bottom: 120px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .sect-24 {
      padding-bottom: 40px; } }
  .sect-24:after {
    z-index: -1;
    height: -moz-calc(100% + 112px);
    height: calc(100% + 112px);
    top: -112px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    background-image: url("../img/sect-24-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    pointer-events: none;
    background-position: 50% 0; }
  .sect-24 .m-title {
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .sect-24 .m-title {
        margin-bottom: 20px; } }
  .sect-24-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1052px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/sect-24-wrap-bg.webp);
    background-repeat: no-repeat;
    background-position: 50% 48px;
    background-size: 100% auto;
    min-height: 671px;
    gap: 10px; }
    @media (max-width: 991.98px) {
      .sect-24-wrap {
        max-width: 100%;
        min-height: 0; } }
  .sect-24-logo {
    width: 240px;
    height: 246px;
    border-radius: 50%;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 153px;
    box-shadow: inset 0px 3.96px 19.78252px 0px rgba(167, 165, 169, 0.25);
    background: #c9bfff;
    z-index: 1;
    min-width: 240px;
    margin-top: 220px; }
    @media (max-width: 991.98px) {
      .sect-24-logo {
        display: none; } }
    .sect-24-logo:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      width: 205px;
      height: 205px;
      border: 4.95px solid rgba(201, 191, 255, 0.5);
      border-radius: 153px;
      box-shadow: -9.89px 9.89px 9.89126px 0px rgba(0, 0, 0, 0.25);
      background: #f6f5f9;
      content: ""; }
    .sect-24-logo svg {
      width: 131px;
      height: 166px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #9385f7;
      opacity: 0.33;
      z-index: 1; }
    .sect-24-logo h3 {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-family: "Sora", sans-serif;
      font-size: 38px;
      font-weight: 800;
      line-height: 1; }
      @supports (-webkit-background-clip: text) {
        .sect-24-logo h3 {
          background: -moz-linear-gradient(right, #9c80f4, #6d4bd7 100%);
          background: linear-gradient(270deg, #9c80f4, #6d4bd7 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
  .sect-24-list {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
    -webkit-flex: 1 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    gap: 14px; }
    @media (max-width: 991.98px) {
      .sect-24-list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: stretch;
           -moz-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        gap: 20px;
        padding-left: 0; } }
    .sect-24-list:after {
      width: 310px;
      height: 345px;
      background-image: url(../img/sect-24-lines.webp);
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-size: contain;
      content: "";
      position: absolute;
      top: 164px;
      left: 0; }
      @media (max-width: 991.98px) {
        .sect-24-list:after {
          display: none; } }
  .sect-24-item {
    position: relative;
    padding-left: 150px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 520px;
    min-height: 126px; }
    @media (max-width: 991.98px) {
      .sect-24-item {
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 125px; } }
    @media (max-width: 480px) {
      .sect-24-item {
        padding-top: 150px;
        padding-left: 30px; } }
    .sect-24-item__icon {
      position: absolute;
      top: 11px;
      left: 0; }
      @media (max-width: 991.98px) {
        .sect-24-item__icon {
          top: 50% !important;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media (max-width: 480px) {
        .sect-24-item__icon {
          top: 0 !important;
          left: 0 !important;
          -webkit-transform: translate(0, 0) !important;
             -moz-transform: translate(0, 0) !important;
              -ms-transform: translate(0, 0) !important;
                  transform: translate(0, 0) !important; } }
      .sect-24-item__icon:after {
        left: 30px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 1;
        width: 107px;
        height: 143px;
        border-radius: 0px 64px 64px 0px;
        background-color: #dc67ce;
        content: ""; }
      .sect-24-item__icon-box {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        border: 5px solid rgba(156, 128, 244, 0.4);
        border-radius: 72px;
        box-shadow: -14.84px 14.84px 9.89126px 0px rgba(0, 0, 0, 0.25);
        background: #f6f5f9;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 2;
        position: relative; }
        .sect-24-item__icon-box img {
          width: 56px; }
    .sect-24-item h3 {
      font-weight: 800;
      font-size: 20px;
      font-family: "Sora", sans-serif;
      color: #dc67ce;
      text-transform: uppercase; }
    .sect-24-item p {
      font-weight: 400;
      font-size: 16px;
      color: #64607d;
      line-height: 1.5;
      letter-spacing: -0.03em; }
    .sect-24-item:nth-child(2) {
      margin-left: 185px;
      max-width: 469px;
      margin-bottom: 15px; }
      @media (max-width: 991.98px) {
        .sect-24-item:nth-child(2) {
          max-width: 100%;
          margin-left: 0;
          margin-bottom: 0; } }
      .sect-24-item:nth-child(2) .sect-24-item__icon {
        top: -15px; }
        .sect-24-item:nth-child(2) .sect-24-item__icon:after {
          background-color: #c767dc; }
      .sect-24-item:nth-child(2) h3 {
        color: #c767dc; }
    .sect-24-item:nth-child(3) {
      margin-left: 326px;
      max-width: 413px;
      margin-bottom: 25px; }
      @media (max-width: 1149.98px) {
        .sect-24-item:nth-child(3) {
          margin-bottom: 0; } }
      @media (max-width: 991.98px) {
        .sect-24-item:nth-child(3) {
          max-width: 100%;
          margin-left: 0; } }
      .sect-24-item:nth-child(3) .sect-24-item__icon {
        top: -3px; }
        .sect-24-item:nth-child(3) .sect-24-item__icon:after {
          background-color: #a367dc; }
      .sect-24-item:nth-child(3) h3 {
        color: #a367dc; }
    .sect-24-item:nth-child(4) {
      margin-left: 185px;
      max-width: 469px;
      margin-bottom: 20px; }
      @media (max-width: 1149.98px) {
        .sect-24-item:nth-child(4) {
          margin-bottom: 0; } }
      @media (max-width: 991.98px) {
        .sect-24-item:nth-child(4) {
          max-width: 100%;
          margin-left: 0; } }
      .sect-24-item:nth-child(4) .sect-24-item__icon {
        top: -13px; }
        .sect-24-item:nth-child(4) .sect-24-item__icon:after {
          background-color: #8067dc; }
      .sect-24-item:nth-child(4) h3 {
        color: #8067dc; }
    .sect-24-item:nth-child(5) {
      max-width: 470px; }
      @media (max-width: 991.98px) {
        .sect-24-item:nth-child(5) {
          max-width: 100%; } }
      .sect-24-item:nth-child(5) .sect-24-item__icon {
        top: -88px; }
        .sect-24-item:nth-child(5) .sect-24-item__icon:after {
          background-color: #6771dc; }
      .sect-24-item:nth-child(5) h3 {
        color: #6771dc; }

.sect-25 {
  padding-bottom: 13px; }
  @media (max-width: 991.98px) {
    .sect-25 {
      padding-bottom: 20px; } }
  .sect-25 .m-text {
    margin-bottom: 0; }
  .sect-25-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 387px;
    width: 100%;
    margin-left: auto;
    margin-top: -91px; }
    @media (max-width: 991.98px) {
      .sect-25-img {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        width: -moz-calc(100% + 25px);
        width: calc(100% + 25px); } }
    .sect-25-img img {
      width: 100%; }

.sect-26 {
  padding-bottom: 120px; }
  @media (max-width: 991.98px) {
    .sect-26 {
      padding-bottom: 40px; } }
  .sect-26 .m-title {
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .sect-26 .m-title {
        margin-bottom: 20px; } }
  .sect-26-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px; }
  .sect-26-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 84px 0px 84px;
    background-image: url("../img/sect-26-bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    overflow: hidden;
    gap: 30px;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .sect-26-item {
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 20px 20px 0px 20px;
        gap: 20px; } }
    .sect-26-item:nth-child(even) {
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      background-image: url(../img/sect-26-bg-2.webp); }
      @media (max-width: 991.98px) {
        .sect-26-item:nth-child(even) {
          -webkit-flex-direction: column-reverse;
             -moz-box-orient: vertical;
             -moz-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
    .sect-26-item__img {
      max-width: 348px;
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 14px 14px 0 0;
      overflow: hidden;
      position: relative;
      height: 216px;
      cursor: pointer;
      margin-top: auto;
      background-color: #efefef;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 2; }
      @media (max-width: 991.98px) {
        .sect-26-item__img {
          margin-left: auto;
          margin-right: auto; } }
      .sect-26-item__img:hover {
        box-shadow: 0px 4px 4px 5px rgba(0, 0, 0, 0.1); }
        .sect-26-item__img:hover:after {
          opacity: 1; }
        .sect-26-item__img:hover svg {
          opacity: 1; }
      .sect-26-item__img:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        content: "";
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0; }
      .sect-26-item__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .sect-26-item__img svg {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 136px;
        width: 32px;
        height: 32px;
        z-index: 2;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        fill: #ffffff;
        opacity: 0; }
      .sect-26-item__img p {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: 130px;
        font-family: "Sora", sans-serif;
        font-size: 32px;
        font-weight: 400;
        letter-spacing: -0.03em; }
      .sect-26-item__img.empty {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px; }
    .sect-26-item__content {
      max-width: 394px;
      width: 100%;
      position: relative;
      z-index: 1;
      padding-bottom: 50px; }
      @media (max-width: 991.98px) {
        .sect-26-item__content {
          max-width: 100%;
          padding-bottom: 0; } }
      .sect-26-item__content:after {
        z-index: -1;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -76px;
        font-size: 382px;
        font-family: "Sora", sans-serif;
        font-weight: 600;
        line-height: 480px;
        letter-spacing: -0.03em;
        content: attr(data-num); }
        @supports (-webkit-background-clip: text) {
          .sect-26-item__content:after {
            background: -moz-linear-gradient(right, rgba(156, 128, 244, 0.12), rgba(109, 75, 215, 0.12) 100%);
            background: linear-gradient(270deg, rgba(156, 128, 244, 0.12), rgba(109, 75, 215, 0.12) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
        @media (max-width: 575.98px) {
          .sect-26-item__content:after {
            font-size: 300px; } }
      .sect-26-item__content .m-text {
        margin-bottom: 0; }
        .sect-26-item__content .m-text h3 {
          font-size: 32px;
          margin-bottom: 16px; }
        .sect-26-item__content .m-text p {
          font-size: 18px; }

.sect-27 {
  padding-bottom: 90px; }
  @media (max-width: 991.98px) {
    .sect-27 {
      padding-bottom: 20px; } }
  .sect-27 .m-title {
    margin-bottom: 16px; }
  .sect-27 .m-text {
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .sect-27 .m-text {
        margin-bottom: 20px; } }
  .sect-27-box {
    padding: 24px;
    width: 100%;
    background-image: url("../img/sect-27-bg-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
    background-position: 0 0; }
    @media (max-width: 991.98px) {
      .sect-27-box {
        min-height: 0;
        padding: 20px !important;
        margin-bottom: 20px;
        height: auto !important; } }
    .sect-27-box .m-text {
      margin-bottom: 20px; }
      .sect-27-box .m-text:last-child {
        margin-bottom: 0; }
      .sect-27-box .m-text h3 {
        margin-bottom: 16px; }
        .sect-27-box .m-text h3:last-child {
          margin-bottom: 0; }
      .sect-27-box .m-text p {
        font-size: 15px; }
    .sect-27-box .btn {
      margin-left: auto;
      margin-right: auto;
      padding-left: 24px;
      padding-right: 24px;
      min-width: 207px;
      background-color: #9C80F4;
      color: #ffffff;
      border-color: #9C80F4; }
      .sect-27-box .btn > svg {
        stroke: #ffffff; }
    .sect-27-box_2 {
      background-image: url(../img/sect-27-bg-2.webp); }
    .sect-27-box_3 {
      background-image: url(../img/sect-27-bg-3.webp);
      height: -moz-calc(100% - 30px);
      height: calc(100% - 30px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 60px;
      position: relative; }
      @media (max-width: 480px) {
        .sect-27-box_3 {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 20px; } }
      .sect-27-box_3:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 1px;
        height: -moz-calc(100% - 48px);
        height: calc(100% - 48px);
        background-color: #ffffff;
        content: ""; }
        @media (max-width: 480px) {
          .sect-27-box_3:after {
            display: none; } }
      .sect-27-box_3 .m-text {
        -webkit-flex: 1 1;
           -moz-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        margin-bottom: 0; }
        .sect-27-box_3 .m-text:nth-child(2) {
          margin-top: auto; }
          @media (max-width: 991.98px) {
            .sect-27-box_3 .m-text:nth-child(2) {
              margin-top: 0; } }
    .sect-27-box_4 {
      background-image: url(../img/sect-27-bg-4.webp); }
    .sect-27-box_5 {
      background-image: url(../img/sect-27-bg-5.webp);
      padding: 48px 31px; }
      @media (max-width: 991.98px) {
        .sect-27-box_5 .m-text {
          margin-bottom: 20px !important; } }
      .sect-27-box_5 .m-text p {
        font-size: 17px; }
  .sect-27-cur {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    width: 100%; }
    .sect-27-cur__item {
      border-radius: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #ffffff;
      width: 48px;
      text-align: center;
      font-weight: 400;
      font-size: 12px;
      color: #64607d;
      letter-spacing: -0.03em;
      margin-right: -5px; }
      @media (max-width: 480px) {
        .sect-27-cur__item {
          font-size: 10px; } }
      .sect-27-cur__item img {
        width: 100%; }
  .sect-27-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
    .sect-27-list p {
      border-radius: 200px;
      box-shadow: 0px 0px 25px 0px rgba(82, 85, 141, 0.25);
      background: white;
      padding: 8px 10px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-height: 34px;
      font-weight: 400;
      font-size: 14px;
      color: #64607d;
      line-height: 1.26;
      letter-spacing: -0.03em; }
      .sect-27-list p:nth-child(even) {
        margin-left: auto; }
      .sect-27-list p:nth-child(1) {
        -webkit-transform: rotate(-11.06deg);
           -moz-transform: rotate(-11.06deg);
            -ms-transform: rotate(-11.06deg);
                transform: rotate(-11.06deg); }
      .sect-27-list p:nth-child(2) {
        -webkit-transform: rotate(7.74deg);
           -moz-transform: rotate(7.74deg);
            -ms-transform: rotate(7.74deg);
                transform: rotate(7.74deg); }
      .sect-27-list p:nth-child(3) {
        -webkit-transform: rotate(-7.26deg);
           -moz-transform: rotate(-7.26deg);
            -ms-transform: rotate(-7.26deg);
                transform: rotate(-7.26deg); }
      .sect-27-list p:nth-child(4) {
        -webkit-transform: rotate(5.03deg);
           -moz-transform: rotate(5.03deg);
            -ms-transform: rotate(5.03deg);
                transform: rotate(5.03deg); }
      .sect-27-list p:nth-child(5) {
        -webkit-transform: rotate(-6.01deg);
           -moz-transform: rotate(-6.01deg);
            -ms-transform: rotate(-6.01deg);
                transform: rotate(-6.01deg); }
  .sect-27-icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 18px; }
    .sect-27-icon img {
      max-width: 100%; }
  .sect-27-rating {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 6px;
    background-color: #ffffff;
    border-radius: 58px;
    padding: 10px 16px;
    margin-bottom: 20px;
    max-width: 207px;
    margin-left: auto;
    margin-right: auto; }
    .sect-27-rating__stars {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .sect-27-rating__stars img {
        width: 26px; }
      .sect-27-rating__stars span {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.26;
        letter-spacing: -0.03em;
        color: #64607d; }
  .sect-27-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 12px; }
    .sect-27-info img {
      width: 48px; }
    .sect-27-info h3 {
      color: #9c80f4;
      font-family: "Sora", sans-serif;
      font-size: 24px;
      font-weight: 800;
      line-height: 1; }
    .sect-27-info p {
      color: #64607d;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: -0.03em; }

.sect-28 {
  padding-bottom: 120px; }
  @media (max-width: 991.98px) {
    .sect-28 {
      padding-bottom: 40px; } }
  .sect-28 .m-title {
    margin-bottom: 16px; }
  .sect-28 .m-text {
    margin-bottom: 123px; }
    @media (max-width: 991.98px) {
      .sect-28 .m-text {
        margin-bottom: 20px; } }
  .sect-28 .footer-soc {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px; }
    @media (max-width: 991.98px) {
      .sect-28 .footer-soc {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .sect-28 .footer-soc {
        gap: 10px; } }
    .sect-28 .footer-soc p {
      margin-bottom: -4px;
      font-weight: 400;
      font-size: 17px;
      line-height: 1.26;
      letter-spacing: -0.03em;
      width: 100%; }
    @media (max-width: 480px) {
      .sect-28 .footer-soc a img {
        width: 30px; } }
  .sect-28-wrap {
    width: 100%;
    border: 6px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(201, 191, 255, 0.3);
    padding: 14px;
    margin-bottom: 48px; }
    @media (max-width: 991.98px) {
      .sect-28-wrap {
        margin-bottom: 20px; } }
    .sect-28-wrap .info {
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 17px;
      font-weight: 400;
      line-height: 1.26;
      letter-spacing: -0.03em; }
      .sect-28-wrap .info span {
        color: #900b09; }
    .sect-28-wrap .btn {
      width: 100%;
      border: none;
      background: #c5acfa; }
      .sect-28-wrap .btn:hover {
        background-color: #9C80F4;
        color: #ffffff; }
  .sect-28-link {
    width: 100%;
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 6px;
    -webkit-backdrop-filter: blur(29.3px);
            backdrop-filter: blur(29.3px);
    background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    padding: 20px;
    height: 100%; }
    .sect-28-link__icon {
      border: 2px solid rgba(156, 128, 244, 0.4);
      border-radius: 4px;
      box-shadow: 0px 122px 34px 0px rgba(160, 160, 162, 0), 0px 78px 31px 0px rgba(160, 160, 162, 0.01), 0px 44px 26px 0px rgba(160, 160, 162, 0.03), 0px 20px 20px 0px rgba(160, 160, 162, 0.04), 0px 5px 11px 0px rgba(160, 160, 162, 0.05);
      background: #f6f5f9;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      margin-bottom: 16px; }
      .sect-28-link__icon img {
        width: 24px; }
    .sect-28-link p {
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.26;
      letter-spacing: -0.03em;
      margin-bottom: 6px; }
    .sect-28-link a {
      font-size: 16px;
      font-weight: 400;
      color: #64607d;
      line-height: 1.26;
      letter-spacing: -0.03em;
      text-decoration: none;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sect-28-link a:hover {
        color: #9C80F4; }

.page {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: url("../img/page-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 0;
  background-size: 100% auto;
  padding-top: 33px; }
  @media (max-width: 991.98px) {
    .page {
      padding-top: 128px; } }
  @media (max-width: 480px) {
    .page {
      padding-top: 108px; } }
  .page .header-top {
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin-bottom: 140px; }
    @media (max-width: 1149.98px) {
      .page .header-top {
        margin-bottom: 80px; } }
    @media (max-width: 991.98px) {
      .page .header-top {
        margin-bottom: 0; } }
  .page-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .page-title {
        margin-bottom: 20px; } }
    .page-title h1 {
      font-family: "Sora", sans-serif;
      font-weight: 800;
      font-size: 52px;
      color: #333333;
      position: relative;
      text-transform: uppercase;
      line-height: 1;
      z-index: 1; }
      @media (max-width: 991.98px) {
        .page-title h1 {
          font-size: 32px; } }
      @media (max-width: 480px) {
        .page-title h1 {
          font-size: 22px; } }
      .page-title h1 span {
        line-height: 1.2;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 160px;
        white-space: nowrap;
        top: -111px;
        z-index: -1; }
        @supports (-webkit-background-clip: text) {
          .page-title h1 span {
            background: -moz-linear-gradient(top, rgba(130, 86, 239, 0.12), rgba(91, 74, 142, 0) 100%);
            background: linear-gradient(180deg, rgba(130, 86, 239, 0.12), rgba(91, 74, 142, 0) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }
        @media (max-width: 1149.98px) {
          .page-title h1 span {
            font-size: 100px;
            top: -70px; } }
        @media (max-width: 991.98px) {
          .page-title h1 span {
            font-size: 80px;
            top: -50px; } }
        @media (max-width: 575.98px) {
          .page-title h1 span {
            font-size: 60px;
            top: -40px; } }
        @media (max-width: 480px) {
          .page-title h1 span {
            font-size: 40px;
            top: -30px; } }
    .page-title_sm h1 span {
      font-size: 94px;
      top: -77px; }
      @media (max-width: 1149.98px) {
        .page-title_sm h1 span {
          font-size: 70px;
          top: -50px; } }
      @media (max-width: 991.98px) {
        .page-title_sm h1 span {
          font-size: 50px;
          top: -40px; } }
      @media (max-width: 767.98px) {
        .page-title_sm h1 span {
          font-size: 40px;
          top: -30px; } }
      @media (max-width: 480px) {
        .page-title_sm h1 span {
          font-size: 24px;
          top: -20px; } }
  .page_sign {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 991.98px) {
      .page_sign {
        padding-top: 88px; } }
    .page_sign .header-top {
      margin-bottom: 24px; }

.sign {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sign-wrap {
    background-image: url("../img/sign-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 24px;
    padding: 24px; }
    .sign-wrap__404 {
      text-align: center; }
      .sign-wrap__404 h2 {
        font-size: 92px;
        color: #ffffff;
        -webkit-text-stroke: 2px #0000001c;
        paint-order: stroke fill; }
      .sign-wrap__404 p {
        margin-bottom: 30px;
        color: #3c3c3c; }
      .sign-wrap__404 .btn {
        width: auto !important; }
  .sign-left {
    width: 100%;
    padding: 32px 24px 26px 24px;
    border-radius: 18px;
    background-color: #9C80F4;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sign-left > h3 {
      font-family: "Sora", sans-serif;
      font-size: 36px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 48px;
      line-height: 1; }
    .sign-left_2 > h3 {
      margin-bottom: 30px; }
    .sign-left_2 .sign-logo img:nth-child(1) {
      max-width: 134px;
      margin-bottom: 6px; }
    .sign-left_3 > h3 {
      margin-bottom: 30px; }
    .sign-left_3 .sign-logo img:nth-child(1) {
      max-width: 105px;
      margin-bottom: 14px; }
    .sign-left_3 .sign-logo img:nth-child(2) {
      max-width: 251px; }
  .sign-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: auto; }
    .sign-logo img {
      max-width: 100%; }
      .sign-logo img:nth-child(1) {
        margin-bottom: 49px;
        max-width: 317px;
        width: 100%; }
      .sign-logo img:nth-child(2) {
        width: 100%; }
  .sign .m-title {
    margin-bottom: 16px; }
  .sign .m-text {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 24px; }
    .sign .m-text_2 {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 24px; }
  .sign-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #64607d; }
    .sign-text a {
      color: #333333;
      font-weight: 600;
      text-decoration: underline; }
      .sign-text a:hover {
        text-decoration: none; }
    .sign-text span {
      font-family: "Sora", sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #6d4bd7;
      letter-spacing: 0.05em; }
    .sign-text_2 {
      text-align: center;
      font-size: 16px; }
  .sign .btn {
    width: 100%;
    margin-bottom: 12px;
    min-height: 52px;
    font-size: 16px; }
    .sign .btn:last-child {
      margin-bottom: 0; }

.cab {
  background-image: url("../img/cab-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: 50% 0;
  min-height: -moz-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 30px 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 991.98px) {
    .cab {
      padding-top: 88px; } }
  .cab .col,
  .cab .col-1,
  .cab .col-10,
  .cab .col-11,
  .cab .col-12,
  .cab .col-2,
  .cab .col-3,
  .cab .col-4,
  .cab .col-5,
  .cab .col-6,
  .cab .col-7,
  .cab .col-8,
  .cab .col-9,
  .cab .col-auto,
  .cab .col-lg,
  .cab .col-lg-1,
  .cab .col-lg-10,
  .cab .col-lg-11,
  .cab .col-lg-12,
  .cab .col-lg-2,
  .cab .col-lg-3,
  .cab .col-lg-4,
  .cab .col-lg-5,
  .cab .col-lg-6,
  .cab .col-lg-7,
  .cab .col-lg-8,
  .cab .col-lg-9,
  .cab .col-lg-auto,
  .cab .col-md,
  .cab .col-md-1,
  .cab .col-md-10,
  .cab .col-md-11,
  .cab .col-md-12,
  .cab .col-md-2,
  .cab .col-md-3,
  .cab .col-md-4,
  .cab .col-md-5,
  .cab .col-md-6,
  .cab .col-md-7,
  .cab .col-md-8,
  .cab .col-md-9,
  .cab .col-md-auto,
  .cab .col-sm,
  .cab .col-sm-1,
  .cab .col-sm-10,
  .cab .col-sm-11,
  .cab .col-sm-12,
  .cab .col-sm-2,
  .cab .col-sm-3,
  .cab .col-sm-4,
  .cab .col-sm-5,
  .cab .col-sm-6,
  .cab .col-sm-7,
  .cab .col-sm-8,
  .cab .col-sm-9,
  .cab .col-sm-auto,
  .cab .col-xl,
  .cab .col-xl-1,
  .cab .col-xl-10,
  .cab .col-xl-11,
  .cab .col-xl-12,
  .cab .col-xl-2,
  .cab .col-xl-3,
  .cab .col-xl-4,
  .cab .col-xl-5,
  .cab .col-xl-6,
  .cab .col-xl-7,
  .cab .col-xl-8,
  .cab .col-xl-9,
  .cab .col-xl-auto {
    padding-left: 8px;
    padding-right: 8px; }
  .cab .container,
  .cab .container-fluid {
    padding: 0 16px; }
  @media (min-width: 1383px) {
    .cab .container {
      max-width: 1384px; } }
  .cab .row {
    margin-left: -8px;
    margin-right: -8px; }
  .cab .header-top {
    background: rgba(201, 191, 255, 0.46);
    padding: 12px 16px;
    margin-bottom: 32px; }
    @media (max-width: 991.98px) {
      .cab .header-top {
        padding: 9px 20px;
        z-index: 1000; } }
    .cab .header-top .lang {
      margin-left: 20px; }
      @media (max-width: 1149.98px) {
        .cab .header-top .lang {
          margin-left: 12px; } }
      .cab .header-top .lang-btn {
        border: 2px solid rgba(109, 75, 215, 0.5); }
        .cab .header-top .lang-btn > svg {
          stroke: #333333;
          stroke-width: 2; }
      @media (max-width: 991.98px) {
        .cab .header-top .lang-drop {
          display: none; } }
  .cab .header-menu {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 35px; }
    @media (max-width: 1383px) {
      .cab .header-menu {
        padding-left: 0; } }
  @media (max-width: 991.98px) {
    .cab .header-burger {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .cab .mob-nav .cab-side {
    max-width: 100%;
    display: block; }
  .cab-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .cab-menu {
        gap: 10px; } }
    .cab-menu:last-child {
      margin-bottom: 0; }
    .cab-menu__line {
      width: 100%;
      height: 1px;
      background-color: rgba(201, 191, 255, 0.3); }
      @media (max-width: 991.98px) {
        .cab-menu__line {
          background-color: rgba(255, 255, 255, 0.7); } }
    .cab-menu__item {
      padding: 10px 24px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-decoration: none;
      font-family: "Sora", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #757575;
      width: 100%;
      border-radius: 100px; }
      @media (max-width: 991.98px) {
        .cab-menu__item {
          background-color: rgba(255, 255, 255, 0.7); } }
      .cab-menu__item svg {
        fill: none;
        stroke: #757575;
        stroke-width: 2;
        width: 24px;
        min-width: 24px;
        height: 24px;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .cab-menu__item:hover {
        background-color: #7656dd;
        color: #ffffff; }
        .cab-menu__item:hover > svg {
          stroke: #ffffff; }
      .cab-menu__item.active {
        background-color: #7656dd;
        color: #ffffff;
        font-weight: 600; }
        .cab-menu__item.active > svg {
          stroke: #ffffff; }
  .cab-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px; }
  .cab-content {
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0; }
    .cab-content__box {
      background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      border-radius: 24px;
      padding: 20px 16px;
      width: 100%; }
      @media (max-width: 991.98px) {
        .cab-content__box {
          border-radius: 0;
          background: transparent;
          padding: 0; } }
      .cab-content__box_tr {
        background: transparent;
        border: none;
        border-radius: none;
        padding: 0px 16px; }
        @media (max-width: 991.98px) {
          .cab-content__box_tr {
            padding: 0; } }
        .cab-content__box_tr .accordion-cab.active .accordion__head .cab-subtitle svg {
          -webkit-transform: rotate(180deg) translateY(50%);
             -moz-transform: rotate(180deg) translateY(50%);
              -ms-transform: rotate(180deg) translateY(50%);
                  transform: rotate(180deg) translateY(50%); }
        .cab-content__box_tr .accordion-cab .accordion__head {
          cursor: pointer; }
          .cab-content__box_tr .accordion-cab .accordion__head:hover .cab-subtitle {
            color: #7656dd; }
            .cab-content__box_tr .accordion-cab .accordion__head:hover .cab-subtitle svg {
              stroke: #7656dd; }
          .cab-content__box_tr .accordion-cab .accordion__head .cab-subtitle {
            padding-right: 24px;
            position: relative;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .cab-content__box_tr .accordion-cab .accordion__head .cab-subtitle svg {
              position: absolute;
              stroke-width: 1;
              stroke: #757575;
              fill: none;
              right: 5px;
              width: 24px;
              height: 24px;
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
                 -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              -moz-transition: all 0.3s ease;
              transition: all 0.3s ease;
              -webkit-transform: rotate(0) translateY(-50%);
                 -moz-transform: rotate(0) translateY(-50%);
                  -ms-transform: rotate(0) translateY(-50%);
                      transform: rotate(0) translateY(-50%); }
              .cab-content__box_tr .accordion-cab .accordion__head .cab-subtitle svg use {
                transform-box: fill-box;
                -webkit-transform-origin: center;
                   -moz-transform-origin: center;
                    -ms-transform-origin: center;
                        transform-origin: center;
                -webkit-transform: scale(1.8);
                   -moz-transform: scale(1.8);
                    -ms-transform: scale(1.8);
                        transform: scale(1.8); }
  .cab-title {
    font-family: "Sora", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    color: #565079; }
    @media (max-width: 991.98px) {
      .cab-title {
        font-size: 28px; } }
  .cab-side {
    max-width: 224px;
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .cab-side {
        display: none; } }
    .cab-side .footer-soc {
      width: 100%;
      border: 1px solid rgba(109, 75, 215, 0.5);
      border-radius: 14px;
      background: rgba(109, 75, 215, 0.1);
      margin-bottom: 24px;
      padding: 10px 16px;
      gap: 15px;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-side .footer-soc:last-child {
        margin-bottom: 0; }
      .cab-side .footer-soc p {
        color: #39383d;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        letter-spacing: -0.01em;
        width: 100%; }
      .cab-side .footer-soc a img {
        width: 36px; }
      .cab-side .footer-soc a span {
        font-size: 8px; }
  .cab-copy {
    color: #9894a9;
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .cab-copy {
        color: #333333; } }
  .cab-hero {
    position: relative;
    padding: 4px 49px 4px 58px;
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 100px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
    margin-left: 20px;
    max-width: 220px;
    white-space: nowrap; }
    @media (max-width: 1149.98px) {
      .cab-hero {
        margin-left: 12px; } }
    @media (max-width: 991.98px) {
      .cab-hero {
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0;
        max-width: 100%; } }
    .cab-hero h3,
    .cab-hero p {
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%; }
    .cab-hero h3 {
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 400; }
    .cab-hero p {
      font-weight: 400;
      font-size: 12px;
      line-height: 1.2;
      color: #9894a9; }
    .cab-hero__img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 5px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      overflow: hidden;
      background: #cfbcfa; }
      .cab-hero__img.empty {
        border: 2px solid rgba(109, 75, 215, 0.5);
        background-image: url(../img/cab-set-ava.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 25px; }
      .cab-hero__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .cab-hero__logout {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 11px;
      cursor: pointer;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-hero__logout:hover svg {
        stroke: #333333; }
      .cab-hero__logout svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #d25677;
        stroke-width: 2;
        stroke-linecap: round;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .cab-notifi {
    position: relative; }
    .cab-notifi:hover .cab-notifi__btn svg {
      stroke: #9C80F4; }
    .cab-notifi__btn {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      width: 48px;
      height: 48px;
      cursor: pointer; }
      .cab-notifi__btn svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #333333;
        stroke-linecap: round;
        stroke-width: 2;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .cab-notifi__btn span {
        position: absolute;
        top: 9px;
        right: 4px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #9C80F4;
        border-radius: 50%;
        color: #ffffff;
        width: 17px;
        height: 16px;
        font-family: "Sora", sans-serif;
        font-weight: 400;
        font-size: 12px; }
    .cab-notifi__drop {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -moz-calc(100% + 30px);
      top: calc(100% + 30px);
      box-shadow: -2px 2px 10px 0px rgba(112, 112, 117, 0.3);
      background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 16px;
      width: 456px;
      padding: 16px;
      max-height: 399px;
      gap: 10px;
      pointer-events: none;
      opacity: 0;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 991.98px) {
        .cab-notifi__drop {
          display: none;
          overflow: visible; } }
      .cab-notifi__drop:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 100%;
        width: 25px;
        height: 21px;
        background-image: url(../img/cab-notifi-arrow.svg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: 100% 100%;
        content: ''; }
    .cab-notifi__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      gap: 10px;
      overflow: auto;
      width: -moz-calc(100% + 11px);
      width: calc(100% + 11px);
      margin-left: auto;
      padding-right: 5px; }
      .cab-notifi__list::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      .cab-notifi__list::-webkit-scrollbar-track {
        background: transparent; }
      .cab-notifi__list::-webkit-scrollbar-thumb {
        background: #C5ACFA;
        border-radius: 100px;
        cursor: -webkit-grab;
        cursor: grab; }
      .cab-notifi__list::-webkit-scrollbar-thumb:hover {
        background: #C5ACFA; }
      @media (max-width: 991.98px) {
        .cab-notifi__list {
          margin-left: 0; } }
    .cab-notifi__item {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px;
      border: 1px solid rgba(109, 75, 215, 0.5);
      border-radius: 6px;
      background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      padding: 16px; }
      .cab-notifi__item-head {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 8px;
        min-height: 30px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .cab-notifi__item-head h3 {
          font-family: "Sora", sans-serif;
          font-size: 18px;
          font-weight: 600;
          letter-spacing: -0.03em;
          color: #7656dd;
          line-height: 30px; }
        .cab-notifi__item-head p {
          font-family: "Sora", sans-serif;
          font-size: 14px;
          font-weight: 400;
          line-height: 1.4;
          color: #9894a9; }
      .cab-notifi__item > p {
        font-weight: 400;
        font-size: 17px;
        color: #1e1e1e;
        line-height: 1.26;
        letter-spacing: -0.03em; }
      .cab-notifi__item.new .cab-notifi__item-head {
        padding-left: 16px;
        position: relative; }
        .cab-notifi__item.new .cab-notifi__item-head:after {
          position: absolute;
          top: 11px;
          left: 0;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          content: '';
          background-color: #26a17b; }
    .cab-notifi__read {
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      color: #6d4bd7;
      text-underline-offset: 2px;
      cursor: pointer; }
    .cab-notifi.active .cab-notifi__drop {
      opacity: 1;
      pointer-events: all; }
  .cab-bal {
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 24px;
    background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    padding: 24px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .cab-bal {
        padding: 20px; } }
    .cab-bal__top {
      padding-bottom: 30px;
      margin-bottom: 30px;
      width: 100%;
      border-bottom: 1px solid rgba(201, 191, 255, 0.3); }
      @media (max-width: 991.98px) {
        .cab-bal__top {
          padding-bottom: 20px;
          margin-bottom: 20px; } }
    .cab-bal__total {
      font-family: "Sora", sans-serif;
      font-size: 48px;
      color: #565079;
      margin-bottom: 10px;
      font-weight: 800; }
      @media (max-width: 1382.98px) {
        .cab-bal__total {
          font-size: 32px; } }
      .cab-bal__total:last-child {
        margin-bottom: 0; }
    .cab-bal__date {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px;
      font-family: "Sora", sans-serif;
      font-weight: 400;
      line-height: 1.4;
      font-size: 16px;
      color: #757575;
      margin-bottom: 10px; }
      .cab-bal__date:last-child {
        margin-bottom: 0; }
      .cab-bal__date svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
        fill: #9894a9; }
    .cab-bal__profit {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 8px;
      font-family: "Sora", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.4;
      color: #26a17b; }
      @media (max-width: 575.98px) {
        .cab-bal__profit {
          margin-bottom: 20px; } }
      .cab-bal__profit svg {
        fill: none;
        stroke: #26a17b;
        stroke-linecap: round;
        stroke-width: 2;
        width: 24px;
        height: 24px;
        min-width: 24px; }
      .cab-bal__profit.red {
        color: #d25677; }
        .cab-bal__profit.red svg {
          stroke: #d25677; }
    .cab-bal__btns {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      gap: 16px;
      max-width: 198px;
      margin-left: auto; }
      @media (max-width: 575.98px) {
        .cab-bal__btns {
          max-width: 100%; } }
      .cab-bal__btns .btn {
        width: 100%;
        text-align: center;
        font-size: 16px;
        min-height: 48px; }
        .cab-bal__btns .btn:nth-child(1) {
          color: #ffffff;
          background-color: #9C80F4;
          border: none; }
          .cab-bal__btns .btn:nth-child(1):hover {
            opacity: 0.7; }
        .cab-bal__btns .btn:nth-child(2) {
          border: 1px solid #9c80f4;
          background: #c5acfa; }
          .cab-bal__btns .btn:nth-child(2):hover {
            opacity: 0.7; }
    .cab-bal__list {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 16px; }
      .cab-bal__list-item {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 10px; }
        .cab-bal__list-item > p {
          font-weight: 600;
          font-size: 18px;
          color: #1e1e1e;
          line-height: 1.4;
          text-align: right; }
  .cab-box-title {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #757575;
    width: 100%; }
  .cab-cur {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 36px;
    position: relative;
    padding-left: 48px;
    gap: 6px; }
    .cab-cur h3 {
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      color: #565079; }
    .cab-cur p {
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.14;
      color: #9894a9;
      line-height: 1; }
      @media (max-width: 480px) {
        .cab-cur p {
          font-size: 12px; } }
    .cab-cur__icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 36px;
      height: 36px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .cab-cur__icon img:nth-child(1) {
        width: 100%; }
      .cab-cur__icon.dbl img:nth-child(2) {
        position: absolute;
        right: -2px;
        bottom: -2px;
        z-index: 2;
        width: 16px; }
  .cab-stat {
    width: 100%;
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 24px;
    background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    padding: 24px;
    height: -moz-calc(100% - 24px);
    height: calc(100% - 24px); }
    @media (max-width: 1149.98px) {
      .cab-stat {
        height: auto; } }
    @media (max-width: 480px) {
      .cab-stat {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .cab-stat .cab-box-title {
      margin-bottom: 35px; }
      @media (max-width: 991.98px) {
        .cab-stat .cab-box-title {
          margin-bottom: 20px; } }
    .cab-stat__labels {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 84px; }
      @media (max-width: 1382.98px) {
        .cab-stat__labels {
          gap: 20px;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .cab-stat__labels p {
        padding-left: 26px;
        position: relative;
        font-weight: 500;
        font-size: 14px;
        color: #1e1e1e;
        letter-spacing: -0.01em; }
        @media (max-width: 480px) {
          .cab-stat__labels p {
            font-size: 12px;
            min-width: 0; } }
        .cab-stat__labels p:after {
          background: -moz-linear-gradient(295.76deg, #eaabf0, #4623e9 100%);
          background: linear-gradient(154.24deg, #eaabf0, #4623e9 100%);
          width: 16px;
          height: 16px;
          content: '';
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          border-radius: 50%;
          left: 0; }
        .cab-stat__labels p:nth-child(2):after {
          background: -moz-linear-gradient(248.69deg, #6739fb, #d3fed3 100%);
          background: linear-gradient(201.31deg, #6739fb, #d3fed3 100%); }
    .cab-stat__chart {
      margin-bottom: 35px;
      width: 274px;
      height: 274px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px;
      border-radius: 50%;
      box-shadow: 0px 0px 71.8px 0px rgba(226, 236, 249, 0.24);
      background: #c5acfa;
      position: relative; }
      @media (max-width: 991.98px) {
        .cab-stat__chart {
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .cab-stat__chart {
          margin-left: 0;
          margin-right: 0; } }
      .cab-stat__chart-tooltip {
        background-color: #C9BFFF;
        padding: 14px 10px;
        font-family: "Sora", sans-serif;
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        border-radius: 10px; }
      .cab-stat__chart-total {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        gap: 4px; }
        .cab-stat__chart-total h3 {
          font-weight: 400;
          font-size: 14px;
          color: #f3f3f3;
          line-height: 13px;
          letter-spacing: -0.01em; }
        .cab-stat__chart-total p {
          font-family: "Sora", sans-serif;
          font-size: 20px;
          font-weight: 800;
          line-height: 1;
          color: whitesmoke; }
      .cab-stat__chart-wrap {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .cab-subtitle {
    font-family: "Sora", sans-serif;
    font-size: 24px;
    color: #565079;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.03em; }
  .cab-ref-link {
    width: 100%;
    position: relative;
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 200px;
    background: rgba(109, 75, 215, 0.1);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
    gap: 20px;
    min-height: 52px; }
    .cab-ref-link > p {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 400;
      font-size: 16px;
      color: #565079;
      line-height: 1.4; }
    .cab-ref-link__copy {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 14px 24px;
      border-radius: 100px;
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
      background-color: #7656dd;
      margin-bottom: -1px;
      margin-top: -1px;
      margin-right: -1px;
      color: #ffffff;
      gap: 4px;
      margin-left: auto;
      white-space: nowrap;
      min-height: 52px;
      cursor: pointer;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cab-ref-link__copy:hover {
        background-color: #9C80F4; }
      @media (max-width: 480px) {
        .cab-ref-link__copy {
          font-size: 0;
          width: 52px;
          padding: 0;
          min-width: 52px; } }
      .cab-ref-link__copy svg {
        width: 24px;
        height: 24px;
        min-width: 24px;
        fill: none;
        stroke: #ffffff;
        stroke-width: 2;
        stroke-linecap: round;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .cab-ref-stat {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
    position: relative; }
    @media (max-width: 1149.98px) {
      .cab-ref-stat {
        gap: 40px; } }
    @media (max-width: 575.98px) {
      .cab-ref-stat {
        gap: 20px; } }
    .cab-ref-stat:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 1px;
      height: 48px;
      background-color: #C9BFFF;
      content: ''; }
    .cab-ref-stat__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 10px; }
      @media (max-width: 1149.98px) {
        .cab-ref-stat__item {
          -webkit-flex: 1 1;
             -moz-box-flex: 1;
              -ms-flex: 1 1;
                  flex: 1 1; } }
      .cab-ref-stat__item:nth-child(2) h3,
      .cab-ref-stat__item:nth-child(2) p {
        color: #6D4BD7; }
      .cab-ref-stat__item:nth-child(2) h3 svg {
        fill: #6D4BD7; }
      .cab-ref-stat__item h3 {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 10px;
        font-family: "Sora", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #565079; }
        @media (max-width: 480px) {
          .cab-ref-stat__item h3 {
            font-size: 12px; } }
        .cab-ref-stat__item h3 img {
          width: 20px;
          min-width: 20px; }
        .cab-ref-stat__item h3 svg {
          width: 20px;
          height: 20px;
          min-width: 20px;
          fill: #565079; }
      .cab-ref-stat__item p {
        font-family: "Sora", sans-serif;
        font-weight: 800;
        font-size: 24px;
        color: #565079; }
    .cab-ref-stat_2 {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 12px;
      border: 1px solid rgba(109, 75, 215, 0.5);
      border-radius: 16px;
      box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
      background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      padding: 16px; }
      .cab-ref-stat_2:after {
        display: none; }
      .cab-ref-stat_2 .cab-ref-stat__item {
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .cab-ref-stat_2 .cab-ref-stat__item h3 {
          color: #64607D; }
          @media (max-width: 1382.98px) {
            .cab-ref-stat_2 .cab-ref-stat__item h3 {
              font-size: 13px; } }
        .cab-ref-stat_2 .cab-ref-stat__item p {
          font-size: 16px;
          font-weight: 600;
          color: #1e1e1e;
          text-align: right; }
          @media (max-width: 1382.98px) {
            .cab-ref-stat_2 .cab-ref-stat__item p {
              font-size: 13px; } }
  .cab .sect-4-chart {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    height: 265px; }
  .cab-btn {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 16px;
    background: #c5acfa;
    min-height: 48px;
    text-decoration: none;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    color: #6d4bd7;
    line-height: 1.26;
    letter-spacing: -0.03em; }
    .cab-btn:hover {
      background-color: #9C80F4;
      color: #ffffff;
      border-color: #9C80F4; }
  .cab-period {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cab-period__item {
      min-width: 90px;
      min-height: 42px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      border: 1px solid rgba(109, 75, 215, 0.5);
      border-radius: 200px;
      background: rgba(109, 75, 215, 0.1);
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-family: "Sora", sans-serif;
      color: #5a5a5a;
      font-size: 14px;
      font-weight: 400;
      cursor: pointer; }
      .cab-period__item:hover, .cab-period__item.active {
        background: rgba(109, 75, 215, 0.4);
        font-weight: 600;
        color: #333333; }
  .cab-dep {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 16px;
    background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    padding: 12px 16px;
    min-height: 245px; }
    @media (max-width: 480px) {
      .cab-dep {
        padding: 10px; } }
    .cab-dep__head {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 4px; }
      .cab-dep__head p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4; }
      .cab-dep__head h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        color: #565079; }
        @media (max-width: 1149.98px) {
          .cab-dep__head h3 {
            font-size: 16px; } }
      .cab-dep__heads {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .cab-dep__heads .switch {
          --w: 52px;
          --h: 25px;
          --pad: 3px;
          --dur: 260ms;
          position: relative;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          gap: 10px;
          cursor: pointer;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          .cab-dep__heads .switch__input {
            position: absolute;
            opacity: 0;
            width: 1px;
            height: 1px;
            pointer-events: none; }
            .cab-dep__heads .switch__input:checked + .switch__track {
              background: #3ad27a;
              box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 10px 18px rgba(0, 0, 0, 0.12); }
              .cab-dep__heads .switch__input:checked + .switch__track .switch__thumb {
                -webkit-transform: translateX(calc(var(--w) - var(--h)));
                   -moz-transform: translateX(-moz-calc(var(--w) - var(--h)));
                    -ms-transform: translateX(calc(var(--w) - var(--h)));
                        transform: translateX(calc(var(--w) - var(--h))); }
            .cab-dep__heads .switch__input:focus-visible + .switch__track {
              box-shadow: 0 0 0 4px rgba(58, 210, 122, 0.25), inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 6px 14px rgba(0, 0, 0, 0.1); }
            .cab-dep__heads .switch__input:disabled + .switch__track {
              opacity: 0.55;
              cursor: not-allowed; }
            .cab-dep__heads .switch__input:disabled ~ .switch__label {
              opacity: 0.6;
              cursor: not-allowed; }
          .cab-dep__heads .switch__track {
            position: relative;
            width: var(--w);
            height: var(--h);
            border-radius: 999px;
            background: #c9cdd6;
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 6px 14px rgba(0, 0, 0, 0.1);
            -moz-transition: background var(--dur) ease, box-shadow var(--dur) ease;
            transition: background var(--dur) ease, box-shadow var(--dur) ease;
            -webkit-order: 3;
               -moz-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3; }
            .cab-dep__heads .switch__track::after {
              content: "";
              position: absolute;
              inset: 1px;
              border-radius: inherit;
              background: -moz-linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.1));
              background: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.1));
              pointer-events: none; }
          .cab-dep__heads .switch__thumb {
            position: absolute;
            top: var(--pad);
            left: var(--pad);
            width: -moz-calc(var(--h) - (var(--pad) * 2));
            width: calc(var(--h) - (var(--pad) * 2));
            height: -moz-calc(var(--h) - (var(--pad) * 2));
            height: calc(var(--h) - (var(--pad) * 2));
            border-radius: 999px;
            background: #fff;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
            -webkit-transform: translateX(0);
               -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0);
            transition: width 160ms ease, box-shadow var(--dur) ease, -webkit-transform var(--dur) cubic-bezier(0.2, 0.9, 0.2, 1.1);
            -moz-transition: transform var(--dur) cubic-bezier(0.2, 0.9, 0.2, 1.1), width 160ms ease, box-shadow var(--dur) ease, -moz-transform var(--dur) cubic-bezier(0.2, 0.9, 0.2, 1.1);
            transition: transform var(--dur) cubic-bezier(0.2, 0.9, 0.2, 1.1), width 160ms ease, box-shadow var(--dur) ease;
            transition: transform var(--dur) cubic-bezier(0.2, 0.9, 0.2, 1.1), width 160ms ease, box-shadow var(--dur) ease, -webkit-transform var(--dur) cubic-bezier(0.2, 0.9, 0.2, 1.1), -moz-transform var(--dur) cubic-bezier(0.2, 0.9, 0.2, 1.1); }
          .cab-dep__heads .switch__label {
            font-size: 14px;
            color: #778190;
            -webkit-order: 2;
               -moz-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            font-weight: 500; }
    .cab-dep__info {
      width: 100%;
      padding: 10px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 1px solid rgba(201, 191, 255, 0.5);
      border-radius: 12px;
      background: #9c80f4; }
      .cab-dep__info-item {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 2px; }
        .cab-dep__info-item:nth-child(even) {
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          text-align: right; }
        .cab-dep__info-item p {
          font-size: 12px;
          font-weight: 400;
          color: #f3f3f3;
          line-height: 1.4; }
        .cab-dep__info-item h3 {
          font-weight: 600;
          font-size: 16px;
          line-height: 1.4;
          color: #ffffff; }
    .cab-dep__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      gap: 10px;
      width: 100%; }
      .cab-dep__list-item {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 2px;
        -webkit-flex: 1 1 45%;
           -moz-box-flex: 1;
            -ms-flex: 1 1 45%;
                flex: 1 1 45%; }
        .cab-dep__list-item:nth-child(even) {
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          text-align: right; }
        .cab-dep__list-item p {
          font-weight: 400;
          font-size: 12px;
          line-height: 1.4;
          color: #9894a9; }
        .cab-dep__list-item h3 {
          color: #1e1e1e;
          font-weight: 500;
          font-size: 14px;
          line-height: 1.4; }
    .cab-dep__status {
      padding: 6px 16px;
      background: rgba(156, 128, 244, 0.3);
      border-radius: 10px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 400;
      font-size: 14px;
      color: #6d4bd7;
      min-height: 32px; }
    .cab-dep__profit {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 4px; }
      .cab-dep__profit p {
        margin-left: auto;
        text-align: right;
        font-weight: 500;
        font-size: 16px;
        color: #7656dd;
        line-height: 1.4; }
      .cab-dep__profit-bar {
        width: 100%;
        position: relative;
        background-color: #c9bfff;
        height: 8px;
        border-radius: 100px;
        overflow: hidden; }
        .cab-dep__profit-bar span {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          border-radius: 100px;
          background: -moz-linear-gradient(left, #6e4cd8, #9b7ef3 100%);
          background: linear-gradient(90deg, #6e4cd8, #9b7ef3 100%); }
    .cab-dep_2 {
      padding: 16px;
      gap: 16px; }
      @media (max-width: 575.98px) {
        .cab-dep_2 {
          padding: 10px;
          gap: 10px; } }
      .cab-dep_2 .cab-cur {
        min-height: 48px;
        padding-left: 62px; }
        @media (max-width: 575.98px) {
          .cab-dep_2 .cab-cur {
            padding-left: 52px;
            min-height: 38px; } }
        .cab-dep_2 .cab-cur h3 {
          font-size: 16px;
          color: #454545; }
          @media (max-width: 575.98px) {
            .cab-dep_2 .cab-cur h3 {
              font-size: 14px; } }
        .cab-dep_2 .cab-cur__icon {
          width: 48px;
          height: 48px; }
          @media (max-width: 575.98px) {
            .cab-dep_2 .cab-cur__icon {
              width: 38px;
              height: 38px; } }
          .cab-dep_2 .cab-cur__icon.dbl img:nth-child(2) {
            width: 24px;
            right: -2px;
            bottom: -4px; }
            @media (max-width: 575.98px) {
              .cab-dep_2 .cab-cur__icon.dbl img:nth-child(2) {
                width: 18px; } }
      .cab-dep_2 .cab-dep__head p {
        color: #9894a9; }
      .cab-dep_2 .cab-dep__head h3 {
        color: #6D4BD7;
        font-size: 20px; }
      .cab-dep_2 .cab-dep__info-item h3 {
        font-size: 18px; }
      .cab-dep_2 .cab-dep__list {
        gap: 16px 10px; }
        @media (max-width: 991.98px) {
          .cab-dep_2 .cab-dep__list {
            gap: 10px; } }
    .cab-dep.disabled {
      border: 1px solid #c5c5c5;
      box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
      background: #f7f8fb; }
      .cab-dep.disabled .cab-dep__status {
        background-color: #eff2f5;
        color: #505967; }
      .cab-dep.disabled .cab-dep__head p {
        color: #b3b3b3; }
      .cab-dep.disabled .cab-dep__head h3 {
        color: #778190; }
      .cab-dep.disabled .cab-dep__info {
        border: 1px solid #dfdfdf;
        background: #edf0f4; }
        .cab-dep.disabled .cab-dep__info-item p {
          color: #939ca9; }
        .cab-dep.disabled .cab-dep__info-item h3 {
          color: #778190; }
      .cab-dep.disabled .cab-dep__list-item p {
        color: #b3b3b3; }
      .cab-dep.disabled .cab-dep__list-item h3 {
        color: #778190; }
      .cab-dep.disabled .cab-dep__profit p {
        color: #778190; }
      .cab-dep.disabled .cab-dep__profit-bar span {
        background: #778190; }
  .cab-transaction {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.5px;
    width: 100%;
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 16px;
    background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    padding: 13px 16px;
    min-height: 117px; }
    @media (max-width: 1149.98px) {
      .cab-transaction {
        gap: 9px; } }
    .cab-transaction__icon {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      min-width: 24px;
      width: 24px;
      margin-right: 10px; }
      .cab-transaction__icon img {
        width: 100%; }
    .cab-transaction__date {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: right;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 4px; }
      .cab-transaction__date h3 {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        color: #1e1e1e; }
      .cab-transaction__date p {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        color: #9894a9;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.4;
        gap: 4px; }
        .cab-transaction__date p svg {
          width: 15px;
          height: 15px;
          min-width: 15px;
          fill: #9894A9; }
    .cab-transaction__status {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      border-radius: 10px;
      background: #9c80f4;
      padding: 6px 16px;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.4;
      color: #f3f3f3; }
    .cab-transaction_2 {
      padding-top: 8px;
      padding-bottom: 10px;
      gap: 8px; }
  .cab-val {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2px; }
    .cab-val p {
      font-weight: 400;
      font-size: 12px;
      line-height: 1.4;
      color: #9894a9; }
    .cab-val h3 {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.4;
      color: #26a17b; }
      .cab-val h3.red {
        color: #d25677; }
      .cab-val h3.empty {
        color: #1e1e1e;
        font-weight: 400; }
    .cab-val_right {
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .cab-acc-stat {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
    @media (max-width: 1382.98px) {
      .cab-acc-stat {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (max-width: 767.98px) {
      .cab-acc-stat {
        gap: 20px; } }
    .cab-acc-stat__col {
      -webkit-flex: 1 1 32%;
         -moz-box-flex: 1;
          -ms-flex: 1 1 32%;
              flex: 1 1 32%;
      max-width: 32%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 1382.98px) {
        .cab-acc-stat__col {
          -webkit-flex-basis: 48%;
              -ms-flex-preferred-size: 48%;
                  flex-basis: 48%;
          max-width: 100%; } }
      @media (max-width: 767.98px) {
        .cab-acc-stat__col {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; } }
      .cab-acc-stat__col .cab-btn {
        margin-top: auto; }
  .cab-user {
    position: relative;
    padding-left: 60px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 48px;
    white-space: nowrap;
    max-width: 100%;
    gap: 8px; }
    .cab-user__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-radius: 50%;
      border: 2px solid #26a17b;
      background-image: url("../img/ava.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .cab-user__img img {
        width: 100%;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 50%;
           object-position: 50% 50%; }
      .cab-user__img span {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: -3px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        border-radius: 5px;
        min-width: 48px;
        min-height: 16px;
        padding: 2px 5px;
        background-color: #26a17b;
        font-size: 8px;
        font-weight: 600;
        color: #ffffff; }
      .cab-user__img.red {
        border-color: #d25677; }
        .cab-user__img.red span {
          background-color: #d25677; }
    .cab-user h3,
    .cab-user p {
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%; }
    .cab-user h3 {
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #565079;
      line-height: 1; }
    .cab-user p {
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #9894a9;
      line-height: 1; }
  .cab-links {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 17px; }
    @media (max-width: 991.98px) {
      .cab-links {
        gap: 14px; } }
    .cab-links a {
      padding: 14px 0;
      border-bottom: 2px solid transparent;
      text-decoration: none;
      line-height: 1;
      font-family: "Sora", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #9894a9;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 991.98px) {
        .cab-links a {
          padding: 0px 0px 10px 0; } }
      .cab-links a:hover {
        color: #6d4bd7; }
      .cab-links a.active {
        border-bottom-color: #6d4bd7;
        color: #6d4bd7; }
    .cab-links_2 {
      gap: 16px; }
      .cab-links_2 a {
        padding: 13px 20px;
        min-height: 42px; }
        .cab-links_2 a.active {
          font-weight: 700; }
  .cab-table {
    width: 100%;
    overflow: auto;
    width: -moz-calc(100% + 32px);
    width: calc(100% + 32px);
    padding: 0px 16px;
    margin-left: -16px;
    margin-top: -20px;
    margin-bottom: 6px; }
    .cab-table::-webkit-scrollbar {
      width: 0px;
      height: 0px; }
    .cab-table::-webkit-scrollbar-track {
      background: transparent; }
    .cab-table::-webkit-scrollbar-thumb {
      background: transparent;
      border-radius: 10px;
      cursor: -webkit-grab;
      cursor: grab; }
    .cab-table::-webkit-scrollbar-thumb:hover {
      background: transparent; }
    .cab-table__arbitrage {
      width: 100%;
      margin-left: 0;
      padding: 0;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: auto;
      scrollbar-color: rgba(255, 255, 255, 0.35) transparent; }
      @media (max-width: 1382.98px) {
        .cab-table__arbitrage {
          cursor: -webkit-grab;
          cursor: -moz-grab;
          cursor: grab; } }
      .cab-table__arbitrage::-webkit-scrollbar {
        height: 10px; }
      .cab-table__arbitrage::-webkit-scrollbar-track {
        background: transparent; }
      .cab-table__arbitrage::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.25);
        border-radius: 999px; }
      .cab-table__arbitrage::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.4); }
    .cab-table table {
      width: 100%;
      border-spacing: 0px 10px;
      white-space: nowrap; }
      .cab-table table td:first-child {
        padding-left: 24px; }
      .cab-table table td:last-child {
        padding-right: 24px;
        width: 1%; }
      .cab-table table thead tr {
        -webkit-transform: translateY(10px);
           -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px); }
      .cab-table table thead td {
        padding: 12px;
        background-color: #c5acfa; }
        .cab-table table thead td:first-child {
          border-top-left-radius: 16px; }
        .cab-table table thead td:last-child {
          border-top-right-radius: 16px; }
      .cab-table table tbody td {
        padding: 14px 12px; }
      .cab-table table tbody tr {
        position: relative;
        z-index: 1; }
        .cab-table table tbody tr:after {
          z-index: -1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          content: '';
          border: 1px solid rgba(109, 75, 215, 0.5);
          border-radius: 16px;
          background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
          background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%); }
        .cab-table table tbody tr:first-child:after {
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
    .cab-table__title {
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #6d4bd7;
      line-height: 1.4; }
    .cab-table__cur {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .cab-table__status {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: 6px 16px;
      white-space: nowrap;
      border: 1px solid rgba(109, 75, 215, 0.5);
      border-radius: 16px;
      box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
      background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      font-size: 14px;
      font-weight: 400;
      color: #7656dd;
      line-height: 1;
      min-height: 32px; }
    .cab-table__mail {
      max-width: 200px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 400; }
      .cab-table__mail a {
        color: #333333;
        text-decoration: none; }
        .cab-table__mail a:hover {
          text-decoration: underline; }
    .cab-table__val {
      font-weight: 400;
      font-size: 16px;
      color: #757575;
      line-height: 1.4; }
    .cab-table .cab-transaction__date {
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left; }
      .cab-table .cab-transaction__date h3 {
        font-size: 14px;
        color: #757575; }
    .cab-table_2 {
      margin-top: -10px; }
      .cab-table_2 table tr:after {
        border-radius: 16px !important; }
  .cab-pag ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px; }
  .cab-pag li {
    margin-bottom: 0; }
    .cab-pag li a {
      width: 30px;
      height: 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      border: 1px solid #c5acfa;
      border-radius: 9px;
      font-weight: 700;
      font-size: 12px;
      color: #757575;
      text-align: center;
      line-height: 1;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 575.98px) {
        .cab-pag li a {
          width: 26px;
          height: 26px; } }
      .cab-pag li a:hover {
        border: 1px solid #6d4bd7;
        border-radius: 9px;
        background: #c5acfa;
        color: #6d4bd7; }
        .cab-pag li a:hover svg {
          stroke: #6d4bd7; }
      .cab-pag li a svg {
        width: 24px;
        height: 24px;
        fill: none;
        stroke: #757575;
        stroke-width: 2;
        stroke-linecap: round;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .cab-pag li.prev a, .cab-pag li.next a {
      background: #c5acfa; }
    .cab-pag li.prev a svg {
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1); }
    .cab-pag li.active a {
      border: 1px solid #6d4bd7;
      border-radius: 9px;
      background: #c5acfa;
      color: #6d4bd7; }
      .cab-pag li.active a svg {
        stroke: #6d4bd7; }
  .cab-set-box {
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 16px;
    background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    width: 100%;
    padding: 16px; }
    .cab-set-box .m-text p {
      line-height: 1.26; }
    .cab-set-box .m-input__head p {
      word-break: break-all; }
  .cab-set-ava {
    display: block;
    cursor: pointer; }
    .cab-set-ava input {
      display: none; }
    .cab-set-ava__wrap {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 575.98px) {
        .cab-set-ava__wrap {
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          text-align: center;
          margin-bottom: 20px; } }
      .cab-set-ava__wrap p {
        background-color: #6D4BD7;
        padding: 10px 12px;
        border-radius: 100px;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: whitesmoke;
        font-weight: 700;
        font-size: 12px;
        margin-left: -17px; }
        @media (max-width: 575.98px) {
          .cab-set-ava__wrap p {
            margin-left: 0;
            margin-top: -20px; } }
    .cab-set-ava__img {
      width: 86px;
      height: 86px;
      border-radius: 50%;
      border: 2px solid rgba(109, 75, 215, 0.5);
      background: #cfbcfa;
      background-image: url(../img/cab-set-ava.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 36px; }
      .cab-set-ava__img img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 50%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .cab-set-ava__select {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 16px;
      border-left: 1px solid #fff;
      gap: 16px; }
      .cab-set-ava__select h3 {
        font-family: "Sora", sans-serif;
        font-size: 16px;
        color: #454545;
        line-height: 1.2; }
    .cab-set-ava__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 16px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (max-width: 575.98px) {
        .cab-set-ava__list {
          gap: 10px; } }
      .cab-set-ava__list label {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .cab-set-ava__list label input {
          display: none; }
          .cab-set-ava__list label input:checked + .cab-set-ava__item:after, .cab-set-ava__list label input:checked + .cab-set-ava__item:before,
          .cab-set-ava__list label input:checked + .cab-set-ava__item svg {
            opacity: 1; }
    .cab-set-ava__item {
      width: 48px;
      height: 48px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      border-radius: 50%;
      background-color: #C5ACFA;
      cursor: pointer; }
      .cab-set-ava__item:hover:after {
        opacity: 1; }
      .cab-set-ava__item:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #26a17b;
        content: '';
        z-index: 2;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        pointer-events: none; }
      .cab-set-ava__item:before {
        top: 0;
        right: -5px;
        position: absolute;
        width: 16px;
        height: 16px;
        content: '';
        border-radius: 50%;
        background-color: #26a17b;
        z-index: 3;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        pointer-events: none; }
      .cab-set-ava__item svg {
        position: absolute;
        width: 10px;
        height: 10px;
        fill: none;
        stroke: #ffffff;
        stroke-width: 2;
        stroke-linecap: round;
        right: -2px;
        top: 3px;
        z-index: 4;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        pointer-events: none; }
      .cab-set-ava__item img {
        width: 100%;
        border-radius: 50%; }
    .cab-set-ava__link {
      font-family: "Sora", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.2;
      color: #6d4bd7;
      text-decoration: underline;
      text-underline-offset: 2px;
      cursor: pointer; }
      .cab-set-ava__link:hover {
        text-decoration: none; }
  .cab-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block; }
  .cab-2fa__title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    letter-spacing: -0.03em;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 480px) {
      .cab-2fa__title {
        font-size: 16px; } }
    .cab-2fa__title span {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.4;
      color: #f3f3f3;
      background-color: #6D4BD7;
      padding: 6px 12px;
      border-radius: 10px; }
    .cab-2fa__title img {
      width: 40px;
      min-width: 40px; }
      @media (max-width: 480px) {
        .cab-2fa__title img {
          width: 24px;
          min-width: 24px; } }
    .cab-2fa__title.active span {
      margin-left: auto;
      background-color: #e9f9ee;
      color: #26a17b;
      font-weight: 600; }
      @media (max-width: 480px) {
        .cab-2fa__title.active span {
          margin-left: 0; } }
  .cab-2fa__app {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 575.98px) {
      .cab-2fa__app {
        gap: 10px; } }
    .cab-2fa__app a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 124px; }
      .cab-2fa__app a img {
        width: 100%; }
  .cab-2fa__box {
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 160px;
    min-height: 160px;
    border: 1px solid rgba(201, 191, 255, 0.5);
    border-radius: 12px;
    background: rgba(156, 128, 244, 0.3);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 480px) {
      .cab-2fa__box {
        padding: 10px;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .cab-2fa__box > h3 {
      color: #333333;
      font-family: "Sora", sans-serif;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px; }
      .cab-2fa__box > h3:last-child {
        margin-bottom: 0; }
    .cab-2fa__box > p {
      font-family: "Sora", sans-serif;
      color: #757575;
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 6px; }
      .cab-2fa__box > p:last-child {
        margin-bottom: 0; }
    .cab-2fa__box > img {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 140px;
      border-radius: 10px;
      padding: 10px;
      background: #ffffff; }
      @media (max-width: 480px) {
        .cab-2fa__box > img {
          position: static;
          top: auto;
          left: auto;
          max-width: 140px;
          width: 100%;
          margin-bottom: 10px; } }
  .cab-2fa__code {
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: #e6e6e6;
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 16px;
    gap: 12px; }
    .cab-2fa__code p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      font-weight: 400;
      color: #8c8c8c; }
    .cab-2fa__code-btn {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 24px;
      width: 24px;
      cursor: pointer;
      height: 100%; }
      .cab-2fa__code-btn:hover svg {
        stroke: #6D4BD7; }
      .cab-2fa__code-btn svg {
        width: 24px;
        height: 24px;
        stroke: #bfbfbf;
        fill: none;
        stroke-linecap: round;
        stroke-width: 2;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .cab-pin {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px 16px; }
    @media (max-width: 575.98px) {
      .cab-pin {
        gap: 6px; } }
    .cab-pin ::-webkit-input-placeholder {
      color: #f3f3f3; }
    .cab-pin :-moz-placeholder {
      color: #f3f3f3; }
    .cab-pin ::-moz-placeholder {
      color: #f3f3f3; }
    .cab-pin :-ms-input-placeholder {
      color: #f3f3f3; }
    .cab-pin ::placeholder {
      color: #f3f3f3; }
    .cab-pin p {
      width: 100%;
      font-family: "Sora", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #454545;
      line-height: 1.2; }
    .cab-pin input {
      width: 48px;
      height: 48px;
      border: 1px solid #6d4bd7;
      border-radius: 9px;
      background: #c5acfa;
      text-align: center;
      font-size: 20px;
      color: #f3f3f3;
      outline: none;
      font-weight: 700;
      line-height: 48px; }
      @media (max-width: 575.98px) {
        .cab-pin input {
          width: 36px;
          height: 36px;
          line-height: 36px;
          font-size: 18px; } }
  .cab-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: -moz-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 9999;
    display: none; }
    .cab-modal__wrap {
      margin: auto;
      border: 1px solid rgba(109, 75, 215, 0.5);
      border-radius: 16px;
      background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      max-width: 300px;
      padding: 20px; }
    .cab-modal__title {
      font-family: "Sora", sans-serif;
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: -0.03em;
      color: #333333; }
    .cab-modal__close {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      cursor: pointer;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .cab-modal__close:hover {
        opacity: .7; }
      .cab-modal__close svg {
        width: 24px;
        height: 24px;
        stroke: #9894a9;
        stroke-width: 2;
        stroke-linecap: round;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .cab-modal .cab-set-ava__list {
      max-height: 240px;
      overflow: auto;
      width: -moz-calc(100% + 6px);
      width: calc(100% + 6px);
      gap: 16px; }
      .cab-modal .cab-set-ava__list::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      .cab-modal .cab-set-ava__list::-webkit-scrollbar-track {
        background: transparent; }
      .cab-modal .cab-set-ava__list::-webkit-scrollbar-thumb {
        background: #C5ACFA;
        border-radius: 100px;
        cursor: -webkit-grab;
        cursor: grab; }
      .cab-modal .cab-set-ava__list::-webkit-scrollbar-thumb:hover {
        background: #C5ACFA; }
    .cab-modal.active {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
  .cab-pay {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px; }
    .cab-pay label {
      display: block; }
      @media (max-width: 480px) {
        .cab-pay label {
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
      .cab-pay label input {
        display: none; }
        .cab-pay label input:checked + p {
          background-color: rgba(156, 128, 244, 0.5);
          color: #6d4bd7; }
          .cab-pay label input:checked + p svg {
            width: 20px;
            min-width: 20px; }
      .cab-pay label p {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        background-color: #d9d9d9;
        gap: 4px;
        border-radius: 10px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4;
        padding: 6px 16px;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer; }
        @media (max-width: 480px) {
          .cab-pay label p {
            font-size: 12px;
            width: 100%;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        .cab-pay label p:hover {
          background-color: rgba(156, 128, 244, 0.5);
          color: #6d4bd7; }
        .cab-pay label p svg {
          height: 20px;
          width: 0;
          min-width: 0;
          fill: #6D4BD7;
          stroke-linecap: round;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  .cab-plans_pay {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px; }
    .cab-plans_pay-label {
      display: block; }
      @media (max-width: 480px) {
        .cab-plans_pay-label {
          -webkit-flex-grow: 1;
             -moz-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
    .cab-plans_pay .cab-plans__item {
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background-color: #d9d9d9;
      gap: 4px;
      border-radius: 10px;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.4;
      padding: 6px 16px;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 480px) {
        .cab-plans_pay .cab-plans__item {
          font-size: 12px;
          width: 100%;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .cab-plans_pay .cab-plans__item:hover {
        background-color: rgba(156, 128, 244, 0.5);
        color: #6d4bd7; }
      .cab-plans_pay .cab-plans__item.active {
        background-color: rgba(156, 128, 244, 0.5);
        color: #6d4bd7; }
      .cab-plans_pay .cab-plans__item h3 {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 4px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4; }
        @media (max-width: 480px) {
          .cab-plans_pay .cab-plans__item h3 {
            font-size: 12px;
            width: 100%;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        .cab-plans_pay .cab-plans__item h3 svg {
          height: 20px;
          width: 0;
          min-width: 0;
          fill: #6D4BD7;
          stroke-linecap: round;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .cab-plans_pay .cab-plans__item span {
        font-size: 12px;
        opacity: 0.7;
        margin-left: 6px; }
      .cab-plans_pay .cab-plans__item svg {
        height: 20px;
        width: 0;
        min-width: 0;
        fill: #6D4BD7;
        stroke-linecap: round;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .cab-plans_pay .cab-plans__item.active svg {
        width: 20px;
        min-width: 20px; }
  .cab-invest {
    width: 100%;
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 24px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
    background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
    background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%); }
    .cab-invest__left {
      padding: 20px 12px 20px 20px;
      width: 100%; }
      @media (max-width: 1149.98px) {
        .cab-invest__left {
          padding: 20px; } }
      .cab-invest__left .sect-19-text {
        width: 100%; }
        .cab-invest__left .sect-19-text p {
          color: #565079; }
    .cab-invest__right {
      padding: 20px 16px 20px 12px; }
      @media (max-width: 1149.98px) {
        .cab-invest__right {
          padding: 0px 20px 20px 20px; } }
      .cab-invest__right .sect-19-info {
        padding: 0; }
        .cab-invest__right .sect-19-info__item p {
          color: #464646; }
    .cab-invest-logo {
      max-width: 263px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 1149.98px) {
        .cab-invest-logo {
          display: none; } }
      .cab-invest-logo img {
        width: 100%; }
      .cab-invest-logo_2 {
        max-width: 341px; }
    .cab-invest .m-input input {
      font-size: 18px; }
  .cab-total {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fcfaff;
    padding-right: 16px;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 12px 16px;
    gap: 12px; }
    .cab-total > p {
      font-family: "Sora", sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #757575;
      line-height: 1.2; }
      .cab-total > p span {
        font-size: 16px;
        font-weight: 600;
        display: inline-block; }
    .cab-total .m-select {
      width: auto;
      -webkit-flex: 1 1;
         -moz-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1;
      position: static;
      margin-left: -16px;
      margin-top: -12px;
      margin-bottom: -12px;
      margin-right: -16px; }
      .cab-total .m-select__btn {
        background-color: transparent;
        border: none;
        white-space: nowrap; }
  .cab-change__icon {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 18px; }
    .cab-change__icon img {
      width: 40px;
      min-width: 40px; }
    .cab-change__icon:after, .cab-change__icon:before {
      background-color: #c9bfff;
      height: 1px;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      content: ''; }
  .cab-change__info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px; }
    .cab-change__info p {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 6px;
      color: #454545;
      font-family: "Sora", sans-serif;
      font-size: 14px;
      line-height: 1.2;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .cab-change__info p span {
        font-weight: 600; }
      .cab-change__info p svg {
        width: 16px;
        height: 16px;
        min-width: 16px;
        fill: none;
        stroke: #64607d;
        stroke-width: 2;
        stroke-linecap: round; }
  .cab-ref-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14); }
    @media (max-width: 1149.98px) {
      .cab-ref-info {
        gap: 20px; } }
    @media (max-width: 767.98px) {
      .cab-ref-info {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .cab-ref-info__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: center;
      gap: 32px;
      position: relative; }
      @media (max-width: 1149.98px) {
        .cab-ref-info__item {
          max-width: -moz-calc(100% / 3 - 20px) !important;
          max-width: calc(100% / 3 - 20px) !important; } }
      @media (max-width: 767.98px) {
        .cab-ref-info__item {
          width: 100%;
          max-width: 100% !important;
          gap: 20px; } }
      .cab-ref-info__item:after {
        position: absolute;
        left: -moz-calc(50% + 70px);
        left: calc(50% + 70px);
        top: 22px;
        width: 259px;
        height: 3px;
        background-color: #6d4bd7;
        content: ''; }
        @media (max-width: 1382.98px) {
          .cab-ref-info__item:after {
            width: 150px; } }
        @media (max-width: 1149.98px) {
          .cab-ref-info__item:after {
            display: none; } }
      .cab-ref-info__item:nth-child(1) {
        max-width: 182px; }
      .cab-ref-info__item:nth-child(2) {
        max-width: 286px; }
      .cab-ref-info__item:nth-child(3) {
        max-width: 239px; }
      .cab-ref-info__item:last-child:after {
        display: none; }
      .cab-ref-info__item img {
        max-width: 48px;
        width: 100%; }
      .cab-ref-info__item p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.03em;
        color: #1E1E1E;
        line-height: 1.26; }
  .cab-ref-cur {
    width: 100%;
    border: 1px solid rgba(109, 75, 215, 0.5);
    border-radius: 7px;
    background: rgba(109, 75, 215, 0.1);
    padding: 11px 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px; }
    .cab-ref-cur .cab-cur h3 {
      font-size: 16px;
      color: #333333; }
    .cab-ref-cur p {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 10px;
      font-weight: 400;
      font-size: 14px;
      color: #64607d;
      line-height: 1.26; }
      .cab-ref-cur p span {
        color: #1e1e1e; }
  .cab-detail {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px; }
    @media (max-width: 1149.98px) {
      .cab-detail {
        max-width: 100%; } }
    .cab-detail .cab-cur {
      padding-left: 40px;
      min-height: 24px; }
      .cab-detail .cab-cur__icon {
        width: 24px;
        height: 24px; }
        .cab-detail .cab-cur__icon.dbl img:nth-child(2) {
          width: 10px; }
      .cab-detail .cab-cur h3 {
        color: #454545;
        font-size: 16px;
        font-weight: 400; }
    .cab-detail__box {
      width: 100%;
      border: 1px solid rgba(109, 75, 215, 0.5);
      border-radius: 16px;
      box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
      background: -moz-linear-gradient(315deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      background: linear-gradient(135deg, #eee8ff, #d8ceff 75%, #e9e3ff 100%);
      padding: 16px; }
    .cab-detail__btns {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 16px; }
      @media (max-width: 575.98px) {
        .cab-detail__btns {
          gap: 10px; } }
      .cab-detail__btns .btn {
        -webkit-flex: 1 1;
           -moz-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        min-width: 0; }
    .cab-detail__title {
      font-family: "Sora", sans-serif;
      color: #333333;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.4;
      letter-spacing: -0.03em; }
    .cab-detail__val {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 2px; }
      .cab-detail__val p {
        font-family: "Sora", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2; }
      .cab-detail__val h3 {
        font-family: "Sora", sans-serif;
        font-size: 24px;
        font-weight: 800;
        color: #6D4BD7; }
        .cab-detail__val h3 span {
          font-size: 14px; }
    .cab-detail__info {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 16px; }
      .cab-detail__info-item {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 10px; }
        .cab-detail__info-item h3 {
          font-weight: 400;
          font-size: 16px;
          line-height: 1.26;
          color: #64607d; }
        .cab-detail__info-item p {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 6px;
          font-weight: 500;
          font-size: 17px;
          line-height: 1.26;
          color: #757575;
          text-align: right; }
          .cab-detail__info-item p svg {
            width: 20px;
            height: 20px;
            min-width: 20px;
            fill: none;
            stroke: #9894a9;
            stroke-width: 2;
            stroke-linecap: round;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            cursor: pointer; }
            .cab-detail__info-item p svg:hover {
              stroke: #6D4BD7; }
          @media (min-width: 1383px) {
            .cab-detail__info-item p span {
              word-break: keep-all; } }
          @media (max-width: 1382.98px) {
            .cab-detail__info-item p span {
              word-break: break-all; } }
    .cab-detail__qr {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 141px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .cab-detail__qr img {
        width: 100%; }

.accordion-cab {
  margin-bottom: 25px; }
