body {
  font-family: Anek Latin;
}
.display-1 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-1 > .framework-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .framework-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .framework-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .framework-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Anek Latin', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .framework-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8510fc !important;
}
.bg-success {
  background-color: #8510fc !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #c286ff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8510fc !important;
  border-color: #8510fc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  border-color: #5a02b3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5a02b3 !important;
  border-color: #5a02b3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8510fc !important;
  border-color: #8510fc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  border-color: #5a02b3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5a02b3 !important;
  border-color: #5a02b3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c286ff !important;
  border-color: #c286ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  border-color: #962fff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #962fff !important;
  border-color: #962fff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212132 !important;
  border-color: #212132 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8510fc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8510fc !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8510fc !important;
  border-color: #8510fc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8510fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8510fc !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8510fc !important;
  border-color: #8510fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c286ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c286ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c286ff !important;
  border-color: #c286ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212132;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #212132 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212132 !important;
  border-color: #212132 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8510fc !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #8510fc !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #c286ff !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #212132 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5202a4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5202a4 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8f20ff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8510fc;
}
.nav-tabs .nav-link:not(.active) {
  color: #212132;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #c286ff;
}
.alert-danger {
  background-color: #000000;
}
.framework-gallery-filter li.active .btn {
  background-color: #8510fc;
  border-color: #8510fc;
  color: #ffffff;
}
.framework-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8510fc;
}
.framework-plan-header.bg-primary .framework-plan-subtitle,
.framework-plan-header.bg-primary .framework-plan-price-desc {
  color: #ecd9ff;
}
.framework-plan-header.bg-success .framework-plan-subtitle,
.framework-plan-header.bg-success .framework-plan-price-desc {
  color: #ecd9ff;
}
.framework-plan-header.bg-info .framework-plan-subtitle,
.framework-plan-header.bg-info .framework-plan-price-desc {
  color: #ffffff;
}
.framework-plan-header.bg-warning .framework-plan-subtitle,
.framework-plan-header.bg-warning .framework-plan-price-desc {
  color: #ffffff;
}
.framework-plan-header.bg-danger .framework-plan-subtitle,
.framework-plan-header.bg-danger .framework-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anek Latin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .framework-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8510fc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anek Latin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .framework-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #8510fc;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8510fc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8510fc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8510fc;
  border-bottom-color: #8510fc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #8510fc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%238510fc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 991px) {
  .container {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.container-fluid {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  margin-left: -6vw;
  margin-right: -6vw;
}
.row > [class*="col"] {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .row > [class*="col"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-left: -96px;
    margin-right: -96px;
  }
  .row > [class*="col"] {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  justify-content: center;
}
.framework-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 20px 40px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 575px) {
  .framework-section-btn {
    width: 100%;
  }
  .framework-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-framework-section-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.custom-section-btn {
  display: inline-block;
  padding: 3px;
  position: relative;
  border-radius: 0.75rem !important;
  margin-top: 0.42rem;
  margin-left: 0.42rem;
}
.custom-section-btn::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem !important;
  transition: all 300ms ease;
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn .btn {
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  position: relative;
  z-index: 11;
  transform-style: preserve-3d;
  transition: all 300ms ease;
  border: none !important;
  margin: 0 !important;
  min-height: 106px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .custom-section-btn .btn {
    padding: 12px 24px;
    min-height: 68px;
  }
}
.custom-section-btn:hover .btn {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn:hover::after {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  position: relative !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:before {
  font-family: software2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.l0pkGEp-uQ00QIR6ub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:hover,
.l0pkGEp-uQ00QIR6ub .dropdown-item:focus {
  background: #8510fc !important;
  color: white !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.l0pkGEp-uQ00QIR6ub .nav-link {
  position: relative;
}
.l0pkGEp-uQ00QIR6ub .container {
  display: flex;
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu,
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  background: #c286ff !important;
}
.l0pkGEp-uQ00QIR6ub .nav-item:focus,
.l0pkGEp-uQ00QIR6ub .nav-link:focus {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  transition: all 0.3s;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
  width: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed {
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ00QIR6ub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short {
  min-height: 60px;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-logo a {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item.active,
.l0pkGEp-uQ00QIR6ub .dropdown-item:active {
  background-color: transparent;
}
.l0pkGEp-uQ00QIR6ub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.l0pkGEp-uQ00QIR6ub ul.navbar-nav {
  flex-wrap: wrap;
}
.l0pkGEp-uQ00QIR6ub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  padding: .7rem 1rem;
}
.l0pkGEp-uQ00QIR6ub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l0pkGEp-uQ00QIR6ub .navbar {
    height: 70px;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened {
    height: auto;
  }
  .l0pkGEp-uQ00QIR6ub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.l0pkGEp-uQ01bUpJf0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ01bUpJf0 .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ01bUpJf0 .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ01bUpJf0 .container {
  max-width: 1600px;
}
.l0pkGEp-uQ01bUpJf0 .row {
  justify-content: center;
}
.l0pkGEp-uQ01bUpJf0 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .content-container {
    flex-wrap: wrap;
  }
}
.l0pkGEp-uQ01bUpJf0 .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .info-container {
    width: 100%;
  }
}
.l0pkGEp-uQ01bUpJf0 .title-container {
  margin-bottom: 50px;
}
.l0pkGEp-uQ01bUpJf0 .framework-section-title {
  color: #c286ff;
  text-align: center;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .framework-section-title {
    text-align: center !important;
  }
}
.l0pkGEp-uQ01bUpJf0 .framework-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .framework-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.l0pkGEp-uQ01bUpJf0 .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.l0pkGEp-uQ01bUpJf0 .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .text-container {
    margin: 24px auto;
  }
}
.l0pkGEp-uQ01bUpJf0 .framework-text {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .framework-text {
    text-align: center !important;
  }
}
.l0pkGEp-uQ01bUpJf0 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .text-item-container {
    flex-wrap: wrap;
  }
}
.l0pkGEp-uQ01bUpJf0 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.l0pkGEp-uQ01bUpJf0 .icon-text {
  color: #AE5EFF;
}
.l0pkGEp-uQ01bUpJf0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.l0pkGEp-uQ01bUpJf0 .iconfont-wrapper .framework-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.l0pkGEp-uQ01bUpJf0 .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.l0pkGEp-uQ01bUpJf0 form {
  width: 100%;
}
.l0pkGEp-uQ01bUpJf0 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.l0pkGEp-uQ01bUpJf0 form p {
  color: #ffffff;
}
.l0pkGEp-uQ01bUpJf0 form .framework-section-btn {
  width: max-content;
  max-width: 50%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 form .framework-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.l0pkGEp-uQ01bUpJf0 form .framework-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 form .framework-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.l0pkGEp-uQ01bUpJf0 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.l0pkGEp-uQ01bUpJf0 form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.l0pkGEp-uQ01bUpJf0 form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ae5eff 29.66%, #ffffff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ01bUpJf0 form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ae5eff 29.66%, #ffffff 61%, #c286ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.l0pkGEp-uQ01bUpJf0 form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 form .group-border {
    flex-wrap: wrap;
  }
}
.l0pkGEp-uQ01bUpJf0 form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.l0pkGEp-uQ01bUpJf0 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.l0pkGEp-uQ01bUpJf0 form .form-control::-moz-placeholder {
  color: #939292;
}
.l0pkGEp-uQ01bUpJf0 form .form-control:-moz-placeholder {
  color: #939292;
}
.l0pkGEp-uQ01bUpJf0 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.l0pkGEp-uQ01bUpJf0 form .form-control:hover {
  outline: none !important;
}
.l0pkGEp-uQ01bUpJf0 form select {
  color: #939292 !important;
}
.l0pkGEp-uQ01bUpJf0 form textarea {
  height: 200px;
}
.l0pkGEp-uQ01bUpJf0 form input:active,
.l0pkGEp-uQ01bUpJf0 form textarea:active,
.l0pkGEp-uQ01bUpJf0 form input:focus,
.l0pkGEp-uQ01bUpJf0 form textarea:focus {
  background-color: #FFFFFF !important;
}
.l0pkGEp-uQ01bUpJf0 form input:active::-webkit-input-placeholder,
.l0pkGEp-uQ01bUpJf0 form textarea:active::-webkit-input-placeholder,
.l0pkGEp-uQ01bUpJf0 form input:focus::-webkit-input-placeholder,
.l0pkGEp-uQ01bUpJf0 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.l0pkGEp-uQ01bUpJf0 form input:active::-moz-placeholder,
.l0pkGEp-uQ01bUpJf0 form textarea:active::-moz-placeholder,
.l0pkGEp-uQ01bUpJf0 form input:focus::-moz-placeholder,
.l0pkGEp-uQ01bUpJf0 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.l0pkGEp-uQ01bUpJf0 form input:active:-moz-placeholder,
.l0pkGEp-uQ01bUpJf0 form textarea:active:-moz-placeholder,
.l0pkGEp-uQ01bUpJf0 form input:focus:-moz-placeholder,
.l0pkGEp-uQ01bUpJf0 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.l0pkGEp-uQ01bUpJf0 form input:active:-ms-input-placeholder,
.l0pkGEp-uQ01bUpJf0 form textarea:active:-ms-input-placeholder,
.l0pkGEp-uQ01bUpJf0 form input:focus:-ms-input-placeholder,
.l0pkGEp-uQ01bUpJf0 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.l0pkGEp-uQ01bUpJf0 form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.l0pkGEp-uQ01bUpJf0 form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.l0pkGEp-uQ01bUpJf0 form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.l0pkGEp-uQ01bUpJf0 form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.l0pkGEp-uQ01bUpJf0 form .form-check-input:focus,
.l0pkGEp-uQ01bUpJf0 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.l0pkGEp-uQ01bUpJf0 form .form-check-input:checked {
  border-color: #ffffff !important;
}
.l0pkGEp-uQ01bUpJf0 .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ01bUpJf0 .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.l0pkGEp-uQ01bUpJf0 .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ae5eff 29.66%, #ffffff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ01bUpJf0 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ae5eff 29.66%, #ffffff 61%, #c286ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.l0pkGEp-uQ01bUpJf0 .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
}
.l0pkGEp-uQ01bUpJf0 .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.l0pkGEp-uQ9OhpduYJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ9OhpduYJ .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ9OhpduYJ .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ9OhpduYJ .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ9OhpduYJ .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.l0pkGEp-uQ9OhpduYJ .content-wrapper .label-wrapper .framework-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.l0pkGEp-uQ9OhpduYJ .content-wrapper .title-wrapper .framework-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ9OhpduYJ .content-wrapper .title-wrapper .framework-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l0pkGEp-uQ9OhpduYJ .content-wrapper .text-wrapper .framework-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ9OhpduYJ .content-wrapper .text-wrapper .framework-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ9OhpduYJ .content-wrapper .text-wrapper .framework-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l0pkGEp-uQ9OhpduYJ .framework-label,
.l0pkGEp-uQ9OhpduYJ .label-wrapper {
  color: #19171c;
  text-align: center;
}
.l0pkGEp-uQ9OhpduYJ .framework-section-title {
  color: #19171c;
}
.l0pkGEp-uQ9OhpduYJ .framework-text,
.l0pkGEp-uQ9OhpduYJ .text-wrapper {
  color: #19171c;
  text-align: center;
}
.l0pkGEp-uQ9OhpduYJ .framework-section-title,
.l0pkGEp-uQ9OhpduYJ .title-wrapper,
.l0pkGEp-uQ9OhpduYJ .framework-section-btn {
  text-align: center;
}
.l0pkGEp-uQ01QjJmCI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ01QjJmCI .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ01QjJmCI .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ01QjJmCI .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ01QjJmCI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ01QjJmCI .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ01QjJmCI .image-wrapper {
    margin-bottom: 50px;
  }
}
.l0pkGEp-uQ01QjJmCI .image-wrapper img {
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ01QjJmCI .image-wrapper img {
    height: 300px;
  }
}
.l0pkGEp-uQ01QjJmCI .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ01QjJmCI .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.l0pkGEp-uQ01QjJmCI .title-wrapper .framework-section-subtitle {
  margin-bottom: 18px;
}
.l0pkGEp-uQ01QjJmCI .title-wrapper .framework-section-title {
  margin-bottom: 18px;
}
.l0pkGEp-uQ01QjJmCI .title-wrapper .framework-text {
  margin-bottom: 0;
}
.l0pkGEp-uQ01QjJmCI .cards-wrapper {
  margin: 0 0 0 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ01QjJmCI .cards-wrapper {
    margin: 0;
  }
}
.l0pkGEp-uQ01QjJmCI .cards-wrapper .cards-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ01QjJmCI .cards-wrapper .cards-wrap {
    display: block;
  }
}
.l0pkGEp-uQ01QjJmCI .cards-wrapper .cards-wrap .card:first-child {
  margin-right: 18px;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ01QjJmCI .cards-wrapper .cards-wrap .card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.l0pkGEp-uQ01QjJmCI .cards-wrapper .cards-wrap .card .framework-card-title {
  margin-bottom: 18px;
}
.l0pkGEp-uQ01QjJmCI .cards-wrapper .cards-wrap .card .framework-text {
  margin-bottom: 0;
}
.l0pkGEp-uQ01QjJmCI .framework-section-title {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQ01QjJmCI .framework-section-subtitle {
  color: #ffffff;
}
.l0pkGEp-uQ01QjJmCI .framework-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ01QjJmCI .framework-card-title {
  color: #ffffff;
}
.l0pkGEp-uQ01QjJmCI .framework-card-title,
.l0pkGEp-uQ01QjJmCI .cards-wrapper {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQ02xUaFLM {
  padding-top: 3rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #0c0c22;
}
.l0pkGEp-uQ02xUaFLM .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ02xUaFLM .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ02xUaFLM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ02xUaFLM .container {
    padding: 0 15px;
  }
}
.l0pkGEp-uQ02xUaFLM .title-wrapper .framework-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ02xUaFLM .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQ02xUaFLM .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ02xUaFLM .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQ02xUaFLM .content-wrapper .framework-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ02xUaFLM .content-wrapper .framework-section-subtitle {
    margin-bottom: 20px;
  }
}
.l0pkGEp-uQ02xUaFLM .content-wrapper .framework-text {
  margin-bottom: 0;
}
.l0pkGEp-uQ02xUaFLM .content-wrapper .framework-section-btn {
  margin-top: 40px;
}
.l0pkGEp-uQ02xUaFLM .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ02xUaFLM .image-wrapper {
    margin: 0;
  }
}
.l0pkGEp-uQ02xUaFLM .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #ffffff;
}
.l0pkGEp-uQ02xUaFLM .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #c286ff;
  filter: blur(80px);
  pointer-events: none;
}
.l0pkGEp-uQ02xUaFLM .image-wrapper .framework-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.l0pkGEp-uQ02xUaFLM .framework-section-title {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQ02xUaFLM .framework-section-subtitle {
  color: #f2ac2b;
}
.l0pkGEp-uQ02xUaFLM .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQ02xUaFLM .framework-image-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ02xUaFLM .framework-section-subtitle,
.l0pkGEp-uQ02xUaFLM .framework-section-btn {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQa2Qy6KLP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container {
    padding: 0 26px;
  }
}
.l0pkGEp-uQa2Qy6KLP .row {
  justify-content: center;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
    width: 100%;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .framework-iconfont {
  margin-right: 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a .framework-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.l0pkGEp-uQa2Qy6KLP .framework-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: right;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .item-wrap,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: left;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  position: relative !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:before {
  font-family: software2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.l0pkGEp-uQ00QIR6ub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:hover,
.l0pkGEp-uQ00QIR6ub .dropdown-item:focus {
  background: #8510fc !important;
  color: white !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.l0pkGEp-uQ00QIR6ub .nav-link {
  position: relative;
}
.l0pkGEp-uQ00QIR6ub .container {
  display: flex;
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu,
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  background: #c286ff !important;
}
.l0pkGEp-uQ00QIR6ub .nav-item:focus,
.l0pkGEp-uQ00QIR6ub .nav-link:focus {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  transition: all 0.3s;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
  width: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed {
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ00QIR6ub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short {
  min-height: 60px;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-logo a {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item.active,
.l0pkGEp-uQ00QIR6ub .dropdown-item:active {
  background-color: transparent;
}
.l0pkGEp-uQ00QIR6ub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.l0pkGEp-uQ00QIR6ub ul.navbar-nav {
  flex-wrap: wrap;
}
.l0pkGEp-uQ00QIR6ub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  padding: .7rem 1rem;
}
.l0pkGEp-uQ00QIR6ub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l0pkGEp-uQ00QIR6ub .navbar {
    height: 70px;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened {
    height: auto;
  }
  .l0pkGEp-uQ00QIR6ub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.l0pkGEp-uQ039mIxo0 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ039mIxo0 .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ039mIxo0 .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ039mIxo0 .container {
    padding: 0 15px;
  }
}
.l0pkGEp-uQ039mIxo0 .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ039mIxo0 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.l0pkGEp-uQ039mIxo0 .content-wrapper .framework-section-subtitle {
  margin-bottom: 30px;
}
.l0pkGEp-uQ039mIxo0 .content-wrapper .framework-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ039mIxo0 .content-wrapper .framework-section-title {
    margin-bottom: 20px;
  }
}
.l0pkGEp-uQ039mIxo0 .content-wrapper .framework-text {
  margin-bottom: 0;
}
.l0pkGEp-uQ039mIxo0 .content-wrapper .framework-section-btn {
  margin-top: 40px;
}
.l0pkGEp-uQ039mIxo0 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l0pkGEp-uQ039mIxo0 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #ffffff;
  box-shadow: 10px 10px 50px #c286ff;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .l0pkGEp-uQ039mIxo0 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .l0pkGEp-uQ039mIxo0 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ039mIxo0 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.l0pkGEp-uQ039mIxo0 .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQ039mIxo0 .framework-section-subtitle {
  color: #f2ac2b;
}
.l0pkGEp-uQ039mIxo0 .framework-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ039mIxo0 .framework-section-title,
.l0pkGEp-uQ039mIxo0 .framework-section-btn {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQ044r2gFK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #0c0c22;
}
.l0pkGEp-uQ044r2gFK .row {
  position: relative;
}
.l0pkGEp-uQ044r2gFK .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #c286ff 50%, #c286ff);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .l0pkGEp-uQ044r2gFK .row .blur-circle {
    display: none;
  }
}
.l0pkGEp-uQ044r2gFK .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ044r2gFK .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ044r2gFK .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ044r2gFK .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .l0pkGEp-uQ044r2gFK .row {
    padding: 0 24px;
  }
}
.l0pkGEp-uQ044r2gFK .row {
  justify-content: center;
}
.l0pkGEp-uQ044r2gFK .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ044r2gFK .title-wrapper {
    margin-bottom: 32px;
  }
}
.l0pkGEp-uQ044r2gFK .title-wrapper .framework-section-title {
  margin-bottom: 10px;
}
.l0pkGEp-uQ044r2gFK .title-wrapper .framework-section-title span {
  position: relative;
  z-index: 1;
}
.l0pkGEp-uQ044r2gFK .title-wrapper .framework-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.l0pkGEp-uQ044r2gFK .title-wrapper .framework-text {
  margin-bottom: 0;
}
.l0pkGEp-uQ044r2gFK .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.l0pkGEp-uQ044r2gFK .card .framework-card-title {
  margin-bottom: 30px;
}
.l0pkGEp-uQ044r2gFK .card .framework-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .l0pkGEp-uQ044r2gFK .card {
    padding: 32px;
  }
}
.l0pkGEp-uQ044r2gFK .card.first {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-bottom-right-radius: 16px;
}
.l0pkGEp-uQ044r2gFK .card.last {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-top-left-radius: 16px;
}
.l0pkGEp-uQ044r2gFK .framework-section-title {
  color: #111111;
  text-align: center;
}
.l0pkGEp-uQ044r2gFK .framework-text {
  color: #111111;
  text-align: center;
}
.l0pkGEp-uQ044r2gFK .framework-card-title {
  color: #111111;
}
.l0pkGEp-uQ044r2gFK .framework-card-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ044r2gFK .framework-card-title,
.l0pkGEp-uQ044r2gFK .framework-section-btn {
  text-align: center;
  color: #c286ff;
}
.l0pkGEp-uQ03woMIuU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ03woMIuU .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ03woMIuU .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ03woMIuU .container {
    padding: 0 30px;
  }
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item:first-child {
  position: relative;
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .9;
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #c286ff;
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item:last-child {
  position: relative;
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .9;
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.l0pkGEp-uQ03woMIuU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.l0pkGEp-uQ03woMIuU .item-title {
  color: #144031;
}
.l0pkGEp-uQ03woMIuU .item-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ03woMIuU .item-title,
.l0pkGEp-uQ03woMIuU .framework-section-btn {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQ04B8qal6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #0c0c22;
}
.l0pkGEp-uQ04B8qal6 .row {
  position: relative;
}
.l0pkGEp-uQ04B8qal6 .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #c286ff 50%, #c286ff);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .l0pkGEp-uQ04B8qal6 .row .blur-circle {
    display: none;
  }
}
.l0pkGEp-uQ04B8qal6 .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ04B8qal6 .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ04B8qal6 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ04B8qal6 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .l0pkGEp-uQ04B8qal6 .row {
    padding: 0 24px;
  }
}
.l0pkGEp-uQ04B8qal6 .row {
  justify-content: center;
}
.l0pkGEp-uQ04B8qal6 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ04B8qal6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.l0pkGEp-uQ04B8qal6 .title-wrapper .framework-section-title {
  margin-bottom: 10px;
}
.l0pkGEp-uQ04B8qal6 .title-wrapper .framework-section-title span {
  position: relative;
  z-index: 1;
}
.l0pkGEp-uQ04B8qal6 .title-wrapper .framework-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb639;
  z-index: -1;
}
.l0pkGEp-uQ04B8qal6 .title-wrapper .framework-text {
  margin-bottom: 0;
}
.l0pkGEp-uQ04B8qal6 .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.l0pkGEp-uQ04B8qal6 .card .framework-card-title {
  margin-bottom: 30px;
}
.l0pkGEp-uQ04B8qal6 .card .framework-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .l0pkGEp-uQ04B8qal6 .card {
    padding: 32px;
  }
}
.l0pkGEp-uQ04B8qal6 .card.first {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-bottom-right-radius: 16px;
}
.l0pkGEp-uQ04B8qal6 .card.last {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-top-left-radius: 16px;
}
.l0pkGEp-uQ04B8qal6 .framework-section-title {
  color: #111111;
  text-align: center;
}
.l0pkGEp-uQ04B8qal6 .framework-text {
  color: #111111;
  text-align: center;
}
.l0pkGEp-uQ04B8qal6 .framework-card-title {
  color: #111111;
}
.l0pkGEp-uQ04B8qal6 .framework-card-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ04B8qal6 .framework-card-title,
.l0pkGEp-uQ04B8qal6 .framework-section-btn {
  text-align: center;
  color: #c286ff;
}
.l0pkGEp-uQ04E6Nf10 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ04E6Nf10 .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ04E6Nf10 .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ04E6Nf10 .container {
    padding: 0 30px;
  }
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item:first-child {
  position: relative;
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .9;
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #c286ff;
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item:last-child {
  position: relative;
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: .9;
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.l0pkGEp-uQ04E6Nf10 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.l0pkGEp-uQ04E6Nf10 .item-title {
  color: #144031;
}
.l0pkGEp-uQ04E6Nf10 .item-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ04E6Nf10 .item-title,
.l0pkGEp-uQ04E6Nf10 .framework-section-btn {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQa2Qy6KLP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container {
    padding: 0 26px;
  }
}
.l0pkGEp-uQa2Qy6KLP .row {
  justify-content: center;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
    width: 100%;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .framework-iconfont {
  margin-right: 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a .framework-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.l0pkGEp-uQa2Qy6KLP .framework-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: right;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .item-wrap,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: left;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  position: relative !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:before {
  font-family: software2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.l0pkGEp-uQ00QIR6ub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:hover,
.l0pkGEp-uQ00QIR6ub .dropdown-item:focus {
  background: #8510fc !important;
  color: white !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.l0pkGEp-uQ00QIR6ub .nav-link {
  position: relative;
}
.l0pkGEp-uQ00QIR6ub .container {
  display: flex;
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu,
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  background: #c286ff !important;
}
.l0pkGEp-uQ00QIR6ub .nav-item:focus,
.l0pkGEp-uQ00QIR6ub .nav-link:focus {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  transition: all 0.3s;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
  width: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed {
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ00QIR6ub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short {
  min-height: 60px;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-logo a {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item.active,
.l0pkGEp-uQ00QIR6ub .dropdown-item:active {
  background-color: transparent;
}
.l0pkGEp-uQ00QIR6ub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.l0pkGEp-uQ00QIR6ub ul.navbar-nav {
  flex-wrap: wrap;
}
.l0pkGEp-uQ00QIR6ub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  padding: .7rem 1rem;
}
.l0pkGEp-uQ00QIR6ub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l0pkGEp-uQ00QIR6ub .navbar {
    height: 70px;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened {
    height: auto;
  }
  .l0pkGEp-uQ00QIR6ub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.l0pkGEp-uQ0516clRm {
  background-color: #0c0c22;
}
.l0pkGEp-uQ0516clRm .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ0516clRm .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ0516clRm .row {
    padding: 0 24px;
  }
}
.l0pkGEp-uQ0516clRm .text-wrapper {
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ0516clRm .text-wrapper {
    margin-top: 64px;
    margin-bottom: 32px;
    padding: 0;
  }
}
.l0pkGEp-uQ0516clRm .text-wrapper .framework-section-title {
  margin-bottom: 28px;
}
.l0pkGEp-uQ0516clRm .text-wrapper .framework-text {
  margin-bottom: 48px;
}
.l0pkGEp-uQ0516clRm .image-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ0516clRm .image-wrap {
    justify-content: center;
  }
}
.l0pkGEp-uQ0516clRm .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ0516clRm .image-wrap .image-wrapper:first-child {
    padding: 0;
  }
}
.l0pkGEp-uQ0516clRm .image-wrap .image-wrapper .card {
  max-width: 290px;
  min-width: 250px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #c286ff;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ0516clRm .image-wrap .image-wrapper .card {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ0516clRm .image-wrap .image-wrapper .card {
    display: none;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ0516clRm .image-wrap .image-wrapper .card {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .l0pkGEp-uQ0516clRm .image-wrap .image-wrapper .card {
    height: 200px;
  }
}
.l0pkGEp-uQ0516clRm .image-wrap .image-wrapper .image {
  max-width: 290px;
  min-width: 200px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ0516clRm .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ0516clRm .image-wrap .image-wrapper .image {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .l0pkGEp-uQ0516clRm .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.l0pkGEp-uQ0516clRm .framework-section-title {
  color: #FFF6EB;
}
.l0pkGEp-uQ0516clRm .framework-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ0516clRm .framework-section-title,
.l0pkGEp-uQ0516clRm .framework-section-btn {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQ05nYJWbo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ05nYJWbo .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ05nYJWbo .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ05nYJWbo .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ05nYJWbo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05nYJWbo .container {
    padding: 0 20px;
  }
}
.l0pkGEp-uQ05nYJWbo .item {
  margin-top: 32px;
}
.l0pkGEp-uQ05nYJWbo .item:first-child {
  margin-top: 0;
}
.l0pkGEp-uQ05nYJWbo .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05nYJWbo .item:nth-child(2) {
    margin-top: 32px;
  }
}
.l0pkGEp-uQ05nYJWbo .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.l0pkGEp-uQ05nYJWbo .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
  color: #ffffff;
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #000000;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper {
    padding: 46px 20px;
  }
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .card-desc_1,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .card-desc_1,
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1,
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 60px;
  }
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .icon-wrapper_2 .framework-iconfont {
  color: #ffffff;
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .card-title_1,
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #c286ff);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #c286ff);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05nYJWbo .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.l0pkGEp-uQ05nYJWbo .card-desc_1 {
  color: #000000;
  text-align: center;
}
.l0pkGEp-uQ05nYJWbo .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05nYJWbo .card-text_1,
.l0pkGEp-uQ05nYJWbo .text-wrapper_1 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05nYJWbo .card-text_2,
.l0pkGEp-uQ05nYJWbo .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05nYJWbo .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.l0pkGEp-uQ05nYJWbo .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05nYJWbo .card-title_1,
.l0pkGEp-uQ05nYJWbo .buttons_1,
.l0pkGEp-uQ05nYJWbo .icon-wrapper_1,
.l0pkGEp-uQ05nYJWbo .title-wrapper_1 {
  text-align: center;
}
.l0pkGEp-uQ05nYJWbo .card-title_2,
.l0pkGEp-uQ05nYJWbo .buttons_2,
.l0pkGEp-uQ05nYJWbo .icon-wrapper_2,
.l0pkGEp-uQ05nYJWbo .title-wrapper_2 {
  text-align: center;
}
.l0pkGEp-uQ05Lh5qAq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ05Lh5qAq .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ05Lh5qAq .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05Lh5qAq .container {
    padding: 0 30px;
  }
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05Lh5qAq .content-wrapper {
    display: block;
  }
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .card {
  justify-content: center;
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05Lh5qAq .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .content-wrap .framework-section-title {
  margin-bottom: 35px;
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .content-wrap .framework-text {
  margin-bottom: 40px;
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #c286ff;
  opacity: .9;
  z-index: 1;
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05Lh5qAq .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.l0pkGEp-uQ05Lh5qAq .framework-section-title {
  color: #144031;
}
.l0pkGEp-uQ05Lh5qAq .framework-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05Lh5qAq .list {
  color: #144031;
}
.l0pkGEp-uQ05Lh5qAq .framework-section-title,
.l0pkGEp-uQ05Lh5qAq .framework-section-btn {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQ05GxVtoX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ05GxVtoX .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ05GxVtoX .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ05GxVtoX .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ05GxVtoX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05GxVtoX .container {
    padding: 0 20px;
  }
}
.l0pkGEp-uQ05GxVtoX .item {
  margin-top: 32px;
}
.l0pkGEp-uQ05GxVtoX .item:first-child {
  margin-top: 0;
}
.l0pkGEp-uQ05GxVtoX .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05GxVtoX .item:nth-child(2) {
    margin-top: 32px;
  }
}
.l0pkGEp-uQ05GxVtoX .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.l0pkGEp-uQ05GxVtoX .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
  color: #ffffff;
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #000000;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper {
    padding: 46px 20px;
  }
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .card-desc_1,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .card-desc_1,
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1,
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 60px;
  }
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .icon-wrapper_2 .framework-iconfont {
  color: #ffffff;
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .card-title_1,
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #c286ff);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #c286ff);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05GxVtoX .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.l0pkGEp-uQ05GxVtoX .card-desc_1 {
  color: #000000;
  text-align: center;
}
.l0pkGEp-uQ05GxVtoX .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05GxVtoX .card-text_1,
.l0pkGEp-uQ05GxVtoX .text-wrapper_1 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05GxVtoX .card-text_2,
.l0pkGEp-uQ05GxVtoX .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05GxVtoX .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.l0pkGEp-uQ05GxVtoX .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05GxVtoX .card-title_1,
.l0pkGEp-uQ05GxVtoX .buttons_1,
.l0pkGEp-uQ05GxVtoX .icon-wrapper_1,
.l0pkGEp-uQ05GxVtoX .title-wrapper_1 {
  text-align: center;
}
.l0pkGEp-uQ05GxVtoX .card-title_2,
.l0pkGEp-uQ05GxVtoX .buttons_2,
.l0pkGEp-uQ05GxVtoX .icon-wrapper_2,
.l0pkGEp-uQ05GxVtoX .title-wrapper_2 {
  text-align: center;
}
.l0pkGEp-uQ05YzVqzC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ05YzVqzC .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ05YzVqzC .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05YzVqzC .container {
    padding: 0 30px;
  }
}
.l0pkGEp-uQ05YzVqzC .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05YzVqzC .content-wrapper {
    display: block;
  }
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .card {
  justify-content: center;
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05YzVqzC .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .content-wrap .framework-section-title {
  margin-bottom: 35px;
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .content-wrap .framework-text {
  margin-bottom: 40px;
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #c286ff;
  opacity: .9;
  z-index: 1;
  right: 0;
  left: 6rem;
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ05YzVqzC .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.l0pkGEp-uQ05YzVqzC .framework-section-title {
  color: #144031;
}
.l0pkGEp-uQ05YzVqzC .framework-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ05YzVqzC .list {
  color: #144031;
}
.l0pkGEp-uQ05YzVqzC .framework-section-title,
.l0pkGEp-uQ05YzVqzC .framework-section-btn {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQ068y4yFe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ068y4yFe .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ068y4yFe .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ068y4yFe .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ068y4yFe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ068y4yFe .container {
    padding: 0 20px;
  }
}
.l0pkGEp-uQ068y4yFe .item {
  margin-top: 32px;
}
.l0pkGEp-uQ068y4yFe .item:first-child {
  margin-top: 0;
}
.l0pkGEp-uQ068y4yFe .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ068y4yFe .item:nth-child(2) {
    margin-top: 32px;
  }
}
.l0pkGEp-uQ068y4yFe .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.l0pkGEp-uQ068y4yFe .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
  color: #ffffff;
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #000000;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper {
    padding: 46px 20px;
  }
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .card-desc_1,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .card-desc_1,
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1,
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 60px;
  }
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .icon-wrapper_2 .framework-iconfont {
  color: #ffffff;
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .card-title_1,
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #c286ff);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #c286ff);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ068y4yFe .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.l0pkGEp-uQ068y4yFe .card-desc_1 {
  color: #000000;
  text-align: center;
}
.l0pkGEp-uQ068y4yFe .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ068y4yFe .card-text_1,
.l0pkGEp-uQ068y4yFe .text-wrapper_1 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ068y4yFe .card-text_2,
.l0pkGEp-uQ068y4yFe .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ068y4yFe .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.l0pkGEp-uQ068y4yFe .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ068y4yFe .card-title_1,
.l0pkGEp-uQ068y4yFe .buttons_1,
.l0pkGEp-uQ068y4yFe .icon-wrapper_1,
.l0pkGEp-uQ068y4yFe .title-wrapper_1 {
  text-align: center;
}
.l0pkGEp-uQ068y4yFe .card-title_2,
.l0pkGEp-uQ068y4yFe .buttons_2,
.l0pkGEp-uQ068y4yFe .icon-wrapper_2,
.l0pkGEp-uQ068y4yFe .title-wrapper_2 {
  text-align: center;
}
.l0pkGEp-uQ068y4yFe .card-title_1,
.l0pkGEp-uQ068y4yFe .icon-wrapper_1,
.l0pkGEp-uQ068y4yFe .buttons_1,
.l0pkGEp-uQ068y4yFe .title-wrapper_1 {
  text-align: center;
}
.l0pkGEp-uQ06aJsh76 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ06aJsh76 .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ06aJsh76 .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06aJsh76 .container {
    padding: 0 30px;
  }
}
.l0pkGEp-uQ06aJsh76 .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06aJsh76 .content-wrapper {
    display: block;
  }
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .card {
  justify-content: center;
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06aJsh76 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .content-wrap .framework-section-title {
  margin-bottom: 35px;
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .content-wrap .framework-text {
  margin-bottom: 40px;
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #c286ff;
  opacity: .9;
  z-index: 1;
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06aJsh76 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.l0pkGEp-uQ06aJsh76 .framework-section-title {
  color: #144031;
}
.l0pkGEp-uQ06aJsh76 .framework-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ06aJsh76 .list {
  color: #144031;
}
.l0pkGEp-uQ06aJsh76 .framework-section-title,
.l0pkGEp-uQ06aJsh76 .framework-section-btn {
  color: #c286ff;
  text-align: center;
}
.l0pkGEp-uQ06bPg4Zq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ06bPg4Zq .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ06bPg4Zq .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ06bPg4Zq .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ06bPg4Zq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06bPg4Zq .container {
    padding: 0 20px;
  }
}
.l0pkGEp-uQ06bPg4Zq .item {
  margin-top: 32px;
}
.l0pkGEp-uQ06bPg4Zq .item:first-child {
  margin-top: 0;
}
.l0pkGEp-uQ06bPg4Zq .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06bPg4Zq .item:nth-child(2) {
    margin-top: 32px;
  }
}
.l0pkGEp-uQ06bPg4Zq .item:nth-child(2n) .item-wrapper {
  background-color: #000000;
}
.l0pkGEp-uQ06bPg4Zq .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
  color: #ffffff;
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 40px;
  background-color: #000000;
  border-radius: 20px !important;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper {
    padding: 46px 20px;
  }
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .card-desc_1,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .card-desc_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .card-desc_1,
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .card-desc_2 {
    margin-bottom: 46px;
  }
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1,
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 {
    margin-bottom: 46px;
  }
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap,
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap {
    display: inline-block;
  }
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap,
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap {
    margin: 0 0 20px 0;
  }
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap:first-child,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap:first-child {
  margin-left: 0;
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
  display: block;
  font-size: 65px;
  color: #000000;
}
@media (max-width: 1440px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 100px;
  }
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .framework-iconfont,
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .framework-iconfont {
    font-size: 60px;
  }
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_1,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_1,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_1 .icons-wrap .icon-wrap .icon-desc_2,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .icons-wrap .icon-wrap .icon-desc_2 {
  margin: 20px 0 0 0;
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .icon-wrapper_2 .framework-iconfont {
  color: #ffffff;
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .card-title_1,
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #c286ff);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .title-wrapper_1 .card-title_1 {
    width: 100%;
  }
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
  display: inline-flex;
  width: 70%;
  margin-bottom: 32px;
  background-image: linear-gradient(#ffffff 31.5%, #c286ff);
  color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 1200px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .title-wrapper_2 .card-title_2 {
    width: 100%;
  }
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .text-wrapper_1 .card-text_1 {
    width: 100%;
  }
}
.l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06bPg4Zq .item .item-wrapper .card-box .text-wrapper_2 .card-text_2 {
    width: 100%;
  }
}
.l0pkGEp-uQ06bPg4Zq .card-desc_1 {
  color: #000000;
  text-align: center;
}
.l0pkGEp-uQ06bPg4Zq .card-desc_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ06bPg4Zq .card-text_1,
.l0pkGEp-uQ06bPg4Zq .text-wrapper_1 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ06bPg4Zq .card-text_2,
.l0pkGEp-uQ06bPg4Zq .text-wrapper_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ06bPg4Zq .icon-desc_1 {
  color: #000000;
  text-align: center;
}
.l0pkGEp-uQ06bPg4Zq .icon-desc_2 {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ06bPg4Zq .card-title_1,
.l0pkGEp-uQ06bPg4Zq .buttons_1,
.l0pkGEp-uQ06bPg4Zq .icon-wrapper_1,
.l0pkGEp-uQ06bPg4Zq .title-wrapper_1 {
  text-align: center;
}
.l0pkGEp-uQ06bPg4Zq .card-title_2,
.l0pkGEp-uQ06bPg4Zq .buttons_2,
.l0pkGEp-uQ06bPg4Zq .icon-wrapper_2,
.l0pkGEp-uQ06bPg4Zq .title-wrapper_2 {
  text-align: center;
}
.l0pkGEp-uQ06bPg4Zq .card-title_1,
.l0pkGEp-uQ06bPg4Zq .icon-wrapper_1,
.l0pkGEp-uQ06bPg4Zq .buttons_1,
.l0pkGEp-uQ06bPg4Zq .title-wrapper_1 {
  text-align: center;
}
.l0pkGEp-uQ06dW4jW5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ06dW4jW5 .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ06dW4jW5 .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06dW4jW5 .container {
    padding: 0 30px;
  }
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06dW4jW5 .content-wrapper {
    display: block;
  }
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .card {
  justify-content: center;
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06dW4jW5 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .content-wrap .framework-section-title {
  margin-bottom: 35px;
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .content-wrap .framework-text {
  margin-bottom: 40px;
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 6rem;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  background-color: #c286ff;
  opacity: .9;
  z-index: 1;
  right: 0;
  left: 6rem;
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #eaffe2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06dW4jW5 .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.l0pkGEp-uQ06dW4jW5 .framework-section-title {
  color: #144031;
}
.l0pkGEp-uQ06dW4jW5 .framework-text {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQ06dW4jW5 .list {
  color: #144031;
}
.l0pkGEp-uQ06dW4jW5 .framework-section-title,
.l0pkGEp-uQ06dW4jW5 .framework-section-btn {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQa2Qy6KLP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container {
    padding: 0 26px;
  }
}
.l0pkGEp-uQa2Qy6KLP .row {
  justify-content: center;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
    width: 100%;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .framework-iconfont {
  margin-right: 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a .framework-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.l0pkGEp-uQa2Qy6KLP .framework-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: right;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .item-wrap,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: left;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  position: relative !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:before {
  font-family: software2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.l0pkGEp-uQ00QIR6ub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:hover,
.l0pkGEp-uQ00QIR6ub .dropdown-item:focus {
  background: #8510fc !important;
  color: white !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.l0pkGEp-uQ00QIR6ub .nav-link {
  position: relative;
}
.l0pkGEp-uQ00QIR6ub .container {
  display: flex;
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu,
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  background: #c286ff !important;
}
.l0pkGEp-uQ00QIR6ub .nav-item:focus,
.l0pkGEp-uQ00QIR6ub .nav-link:focus {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  transition: all 0.3s;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
  width: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed {
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ00QIR6ub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short {
  min-height: 60px;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-logo a {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item.active,
.l0pkGEp-uQ00QIR6ub .dropdown-item:active {
  background-color: transparent;
}
.l0pkGEp-uQ00QIR6ub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.l0pkGEp-uQ00QIR6ub ul.navbar-nav {
  flex-wrap: wrap;
}
.l0pkGEp-uQ00QIR6ub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  padding: .7rem 1rem;
}
.l0pkGEp-uQ00QIR6ub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l0pkGEp-uQ00QIR6ub .navbar {
    height: 70px;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened {
    height: auto;
  }
  .l0pkGEp-uQ00QIR6ub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.l0pkGEp-uQ06YQEd81 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ06YQEd81 .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ06YQEd81 .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06YQEd81 .container {
    padding: 0 22px;
  }
}
.l0pkGEp-uQ06YQEd81 .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.l0pkGEp-uQ06YQEd81 .row .card {
  padding: 0 6px;
  justify-content: center;
}
.l0pkGEp-uQ06YQEd81 .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #c286ff;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06YQEd81 .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.l0pkGEp-uQ06YQEd81 .row .title-wrapper .framework-section-title {
  margin-bottom: 0;
}
.l0pkGEp-uQ06YQEd81 .image-wrapper {
  margin-bottom: 12px;
}
.l0pkGEp-uQ06YQEd81 .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06YQEd81 .image-wrapper img {
    height: 350px;
  }
}
.l0pkGEp-uQ06YQEd81 .image-wrap {
  margin-bottom: 12px;
}
.l0pkGEp-uQ06YQEd81 .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06YQEd81 .image-wrap img {
    height: 350px;
  }
}
.l0pkGEp-uQ06YQEd81 .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ06YQEd81 .content-wrapper {
    padding: 32px 0;
  }
}
.l0pkGEp-uQ06YQEd81 .content-wrapper .framework-desc {
  margin-bottom: 32px;
}
.l0pkGEp-uQ06YQEd81 .content-wrapper .framework-text {
  margin-bottom: 22px;
}
.l0pkGEp-uQ06YQEd81 .framework-section-title {
  color: #000000;
  text-align: center;
}
.l0pkGEp-uQ06YQEd81 .framework-desc {
  color: #000000;
}
.l0pkGEp-uQ06YQEd81 .framework-text {
  color: #000000;
}
.l0pkGEp-uQ06YQEd81 .framework-text,
.l0pkGEp-uQ06YQEd81 .framework-section-btn {
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQa2Qy6KLP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container {
    padding: 0 26px;
  }
}
.l0pkGEp-uQa2Qy6KLP .row {
  justify-content: center;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
    width: 100%;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .framework-iconfont {
  margin-right: 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a .framework-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.l0pkGEp-uQa2Qy6KLP .framework-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: right;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .item-wrap,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: left;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  position: relative !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:before {
  font-family: software2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.l0pkGEp-uQ00QIR6ub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:hover,
.l0pkGEp-uQ00QIR6ub .dropdown-item:focus {
  background: #8510fc !important;
  color: white !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.l0pkGEp-uQ00QIR6ub .nav-link {
  position: relative;
}
.l0pkGEp-uQ00QIR6ub .container {
  display: flex;
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu,
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  background: #c286ff !important;
}
.l0pkGEp-uQ00QIR6ub .nav-item:focus,
.l0pkGEp-uQ00QIR6ub .nav-link:focus {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  transition: all 0.3s;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
  width: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed {
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ00QIR6ub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short {
  min-height: 60px;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-logo a {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item.active,
.l0pkGEp-uQ00QIR6ub .dropdown-item:active {
  background-color: transparent;
}
.l0pkGEp-uQ00QIR6ub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.l0pkGEp-uQ00QIR6ub ul.navbar-nav {
  flex-wrap: wrap;
}
.l0pkGEp-uQ00QIR6ub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  padding: .7rem 1rem;
}
.l0pkGEp-uQ00QIR6ub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l0pkGEp-uQ00QIR6ub .navbar {
    height: 70px;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened {
    height: auto;
  }
  .l0pkGEp-uQ00QIR6ub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.l0pkGEp-uQ07eHdgRY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ07eHdgRY .container {
  max-width: 1600px;
}
.l0pkGEp-uQ07eHdgRY .row {
  align-items: center;
}
.l0pkGEp-uQ07eHdgRY .content-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ07eHdgRY .content-container {
    flex-wrap: wrap;
  }
}
.l0pkGEp-uQ07eHdgRY .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 45%;
  margin-right: auto;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ07eHdgRY .title-container {
    max-width: 455px;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQ07eHdgRY .main-title {
  color: #c286ff;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.l0pkGEp-uQ07eHdgRY .main-subtitle {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ07eHdgRY .main-subtitle {
    margin-top: 12px;
  }
}
.l0pkGEp-uQ07eHdgRY .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  background-color: #c286ff;
  padding: 40px;
  border-radius: 2.08rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ07eHdgRY .form-container {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .l0pkGEp-uQ07eHdgRY .form-container {
    flex-direction: column;
    align-items: center;
  }
}
.l0pkGEp-uQ07eHdgRY .form-subtitle {
  color: #212132;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ07eHdgRY .form-subtitle {
    width: 30%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .l0pkGEp-uQ07eHdgRY .form-subtitle {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .l0pkGEp-uQ07eHdgRY .form-size {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .l0pkGEp-uQ07eHdgRY .form-size {
    width: 100%;
  }
}
.l0pkGEp-uQ07eHdgRY form {
  width: 100%;
}
.l0pkGEp-uQ07eHdgRY form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.l0pkGEp-uQ07eHdgRY form p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .l0pkGEp-uQ07eHdgRY form .framework-section-btn {
    width: 100%;
  }
}
.l0pkGEp-uQ07eHdgRY form .framework-section-btn .custom-section-btn {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .l0pkGEp-uQ07eHdgRY form .framework-section-btn .custom-section-btn {
    width: 100%;
  }
}
.l0pkGEp-uQ07eHdgRY form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .l0pkGEp-uQ07eHdgRY form .form-group {
    margin-bottom: 12px !important;
  }
}
.l0pkGEp-uQ07eHdgRY form .group-container {
  position: relative;
  width: 100%;
  margin-top: 0.42rem;
}
.l0pkGEp-uQ07eHdgRY form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #f1f5f7 2.76%, #9935ff 29.66%, #f1f5f7 61%, #ae5eff 99.93%);
}
.l0pkGEp-uQ07eHdgRY form .group-border {
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #f1f5f7 2.76%, #9935ff 29.66%, #f1f5f7 61%, #ae5eff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.l0pkGEp-uQ07eHdgRY form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.l0pkGEp-uQ07eHdgRY form .form-control {
  height: 100px;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l0pkGEp-uQ07eHdgRY form .form-control {
    height: 62px;
    font-size: 16px;
    padding: 12px 24px;
  }
}
.l0pkGEp-uQ07eHdgRY form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.l0pkGEp-uQ07eHdgRY form .form-control::-moz-placeholder {
  color: #939292;
}
.l0pkGEp-uQ07eHdgRY form .form-control:-moz-placeholder {
  color: #939292;
}
.l0pkGEp-uQ07eHdgRY form .form-control:-ms-input-placeholder {
  color: #939292;
}
.l0pkGEp-uQ07eHdgRY form .form-control:hover {
  outline: none !important;
}
.l0pkGEp-uQ07eHdgRY form select {
  color: #939292 !important;
}
.l0pkGEp-uQ07eHdgRY form textarea {
  height: 200px;
}
.l0pkGEp-uQ07eHdgRY form input:active,
.l0pkGEp-uQ07eHdgRY form textarea:active,
.l0pkGEp-uQ07eHdgRY form input:focus,
.l0pkGEp-uQ07eHdgRY form textarea:focus {
  background-color: #FFFFFF !important;
}
.l0pkGEp-uQ07eHdgRY form input:active::-webkit-input-placeholder,
.l0pkGEp-uQ07eHdgRY form textarea:active::-webkit-input-placeholder,
.l0pkGEp-uQ07eHdgRY form input:focus::-webkit-input-placeholder,
.l0pkGEp-uQ07eHdgRY form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.l0pkGEp-uQ07eHdgRY form input:active::-moz-placeholder,
.l0pkGEp-uQ07eHdgRY form textarea:active::-moz-placeholder,
.l0pkGEp-uQ07eHdgRY form input:focus::-moz-placeholder,
.l0pkGEp-uQ07eHdgRY form textarea:focus::-moz-placeholder {
  color: #939292;
}
.l0pkGEp-uQ07eHdgRY form input:active:-moz-placeholder,
.l0pkGEp-uQ07eHdgRY form textarea:active:-moz-placeholder,
.l0pkGEp-uQ07eHdgRY form input:focus:-moz-placeholder,
.l0pkGEp-uQ07eHdgRY form textarea:focus:-moz-placeholder {
  color: #939292;
}
.l0pkGEp-uQ07eHdgRY form input:active:-ms-input-placeholder,
.l0pkGEp-uQ07eHdgRY form textarea:active:-ms-input-placeholder,
.l0pkGEp-uQ07eHdgRY form input:focus:-ms-input-placeholder,
.l0pkGEp-uQ07eHdgRY form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.l0pkGEp-uQ07eHdgRY form .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.l0pkGEp-uQ07eHdgRY form .row [class*=col] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.l0pkGEp-uQ07eHdgRY form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.l0pkGEp-uQ07eHdgRY form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.l0pkGEp-uQ07eHdgRY form .form-check-input:focus,
.l0pkGEp-uQ07eHdgRY form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.l0pkGEp-uQ07eHdgRY form .form-check-input:checked {
  border-color: #ffffff !important;
}
.l0pkGEp-uQ07eHdgRY .custom-section-btn {
  background-image: linear-gradient(90deg, #f1f5f7 2.76%, #9935ff 29.66%, #f1f5f7 61%, #ae5eff 99.93%);
}
.l0pkGEp-uQ07eHdgRY .custom-section-btn::after {
  background-image: linear-gradient(90deg, #f1f5f7 2.76%, #9935ff 29.66%, #f1f5f7 61%, #ae5eff 99.93%);
}
.l0pkGEp-uQa2Qy6KLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQa2Qy6KLP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container {
    padding: 0 26px;
  }
}
.l0pkGEp-uQa2Qy6KLP .row {
  justify-content: center;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
    width: 100%;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .framework-iconfont {
  margin-right: 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a .framework-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.l0pkGEp-uQa2Qy6KLP .framework-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: right;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .item-wrap,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: left;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  position: relative !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:before {
  font-family: software2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.l0pkGEp-uQ00QIR6ub .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:hover,
.l0pkGEp-uQ00QIR6ub .dropdown-item:focus {
  background: #8510fc !important;
  color: white !important;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.l0pkGEp-uQ00QIR6ub .nav-link {
  position: relative;
}
.l0pkGEp-uQ00QIR6ub .container {
  display: flex;
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown-menu,
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  background: #c286ff !important;
}
.l0pkGEp-uQ00QIR6ub .nav-item:focus,
.l0pkGEp-uQ00QIR6ub .nav-link:focus {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.l0pkGEp-uQ00QIR6ub .dropdown .dropdown-menu .dropdown-item .framework-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.opened {
  transition: all 0.3s;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
  width: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed {
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ00QIR6ub .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.l0pkGEp-uQ00QIR6ub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ00QIR6ub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .l0pkGEp-uQ00QIR6ub .navbar ul.navbar-nav li {
    margin: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .l0pkGEp-uQ00QIR6ub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short {
  min-height: 60px;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.l0pkGEp-uQ00QIR6ub .navbar-brand .navbar-logo a {
  outline: none;
}
.l0pkGEp-uQ00QIR6ub .dropdown-item.active,
.l0pkGEp-uQ00QIR6ub .dropdown-item:active {
  background-color: transparent;
}
.l0pkGEp-uQ00QIR6ub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.l0pkGEp-uQ00QIR6ub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c286ff;
}
.l0pkGEp-uQ00QIR6ub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.l0pkGEp-uQ00QIR6ub .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.l0pkGEp-uQ00QIR6ub ul.navbar-nav {
  flex-wrap: wrap;
}
.l0pkGEp-uQ00QIR6ub .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ00QIR6ub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ00QIR6ub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ00QIR6ub .navbar-dropdown {
  padding: .7rem 1rem;
}
.l0pkGEp-uQ00QIR6ub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l0pkGEp-uQ00QIR6ub .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l0pkGEp-uQ00QIR6ub .navbar {
    height: 70px;
  }
  .l0pkGEp-uQ00QIR6ub .navbar.opened {
    height: auto;
  }
  .l0pkGEp-uQ00QIR6ub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.l0pkGEp-uQ0802ZlB2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ0802ZlB2 .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ0802ZlB2 .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ0802ZlB2 .row {
  justify-content: left;
}
.l0pkGEp-uQ0802ZlB2 .framework-section-title {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l0pkGEp-uQ0802ZlB2 .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ0802ZlB2 .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.l0pkGEp-uQ0802ZlB2 .custom-framework-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ0802ZlB2 .custom-framework-section-btn {
    padding-bottom: 0;
  }
}
.l0pkGEp-uQ0802ZlB2 .custom-section-btn {
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ0802ZlB2 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ0802ZlB2 .custom-section-btn .btn {
  height: 100%;
}
.l0pkGEp-uQ0802ZlB2 .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ0802ZlB2 .text-container {
    margin: 26px auto 0;
  }
}
.l0pkGEp-uQ0802ZlB2 .framework-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ0802ZlB2 .framework-text {
    text-align: center !important;
  }
}
.l0pkGEp-uQ0802ZlB2 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ0802ZlB2 .text-item-container {
    flex-wrap: wrap;
  }
}
.l0pkGEp-uQ0802ZlB2 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ0802ZlB2 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.l0pkGEp-uQ0802ZlB2 .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.l0pkGEp-uQ0802ZlB2 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.l0pkGEp-uQ0802ZlB2 .iconfont-wrapper .framework-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.l0pkGEp-uQ08ffIRVD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ08ffIRVD .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ08ffIRVD .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ08ffIRVD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08ffIRVD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08ffIRVD .container {
    padding: 0 24px;
  }
}
.l0pkGEp-uQ08ffIRVD .row {
  justify-content: center;
}
.l0pkGEp-uQ08ffIRVD .content-wrapper {
  border-radius: 40px;
  background-color: #c286ff;
  padding: 64px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08ffIRVD .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ08ffIRVD .content-wrapper {
    padding: 32px;
  }
}
.l0pkGEp-uQ08ffIRVD .content-wrapper .framework-section-title {
  margin-bottom: 0;
}
.l0pkGEp-uQ08ffIRVD .content-wrapper .framework-text {
  margin: 16px 0 0;
}
.l0pkGEp-uQ08ffIRVD .framework-section-title {
  color: #FF3399;
}
.l0pkGEp-uQ08ffIRVD .framework-text {
  color: #000000;
}
.l0pkGEp-uQa2Qy6KLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQa2Qy6KLP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container {
    padding: 0 26px;
  }
}
.l0pkGEp-uQa2Qy6KLP .row {
  justify-content: center;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
    width: 100%;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .framework-iconfont {
  margin-right: 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a .framework-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.l0pkGEp-uQa2Qy6KLP .framework-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: right;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .item-wrap,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: left;
}
.l0pkGEp-uQ08jIvtZa .navbar-dropdown {
  position: relative !important;
}
.l0pkGEp-uQ08jIvtZa .dropdown-item:before {
  font-family: software2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ08jIvtZa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.l0pkGEp-uQ08jIvtZa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.l0pkGEp-uQ08jIvtZa .dropdown-item:hover,
.l0pkGEp-uQ08jIvtZa .dropdown-item:focus {
  background: #8510fc !important;
  color: white !important;
}
.l0pkGEp-uQ08jIvtZa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l0pkGEp-uQ08jIvtZa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l0pkGEp-uQ08jIvtZa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.l0pkGEp-uQ08jIvtZa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.l0pkGEp-uQ08jIvtZa .nav-link {
  position: relative;
}
.l0pkGEp-uQ08jIvtZa .container {
  display: flex;
  margin: auto;
}
.l0pkGEp-uQ08jIvtZa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.l0pkGEp-uQ08jIvtZa .dropdown-menu,
.l0pkGEp-uQ08jIvtZa .navbar.opened {
  background: #c286ff !important;
}
.l0pkGEp-uQ08jIvtZa .nav-item:focus,
.l0pkGEp-uQ08jIvtZa .nav-link:focus {
  outline: none;
}
.l0pkGEp-uQ08jIvtZa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ08jIvtZa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.l0pkGEp-uQ08jIvtZa .dropdown .dropdown-menu .dropdown-item .framework-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.l0pkGEp-uQ08jIvtZa .dropdown .dropdown-menu .dropdown-item .framework-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ08jIvtZa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.l0pkGEp-uQ08jIvtZa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.l0pkGEp-uQ08jIvtZa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c286ff;
}
.l0pkGEp-uQ08jIvtZa .navbar.opened {
  transition: all 0.3s;
}
.l0pkGEp-uQ08jIvtZa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.l0pkGEp-uQ08jIvtZa .navbar .navbar-logo img {
  width: auto;
}
.l0pkGEp-uQ08jIvtZa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.l0pkGEp-uQ08jIvtZa .navbar.collapsed {
  justify-content: center;
}
.l0pkGEp-uQ08jIvtZa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.l0pkGEp-uQ08jIvtZa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ08jIvtZa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.l0pkGEp-uQ08jIvtZa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.l0pkGEp-uQ08jIvtZa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.l0pkGEp-uQ08jIvtZa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.l0pkGEp-uQ08jIvtZa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.l0pkGEp-uQ08jIvtZa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.l0pkGEp-uQ08jIvtZa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08jIvtZa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .l0pkGEp-uQ08jIvtZa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .l0pkGEp-uQ08jIvtZa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .l0pkGEp-uQ08jIvtZa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .l0pkGEp-uQ08jIvtZa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .l0pkGEp-uQ08jIvtZa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .l0pkGEp-uQ08jIvtZa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .l0pkGEp-uQ08jIvtZa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .l0pkGEp-uQ08jIvtZa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .l0pkGEp-uQ08jIvtZa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .l0pkGEp-uQ08jIvtZa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.l0pkGEp-uQ08jIvtZa .navbar.navbar-short {
  min-height: 60px;
}
.l0pkGEp-uQ08jIvtZa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.l0pkGEp-uQ08jIvtZa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.l0pkGEp-uQ08jIvtZa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.l0pkGEp-uQ08jIvtZa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.l0pkGEp-uQ08jIvtZa .navbar-brand .navbar-logo a {
  outline: none;
}
.l0pkGEp-uQ08jIvtZa .dropdown-item.active,
.l0pkGEp-uQ08jIvtZa .dropdown-item:active {
  background-color: transparent;
}
.l0pkGEp-uQ08jIvtZa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.l0pkGEp-uQ08jIvtZa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.l0pkGEp-uQ08jIvtZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.l0pkGEp-uQ08jIvtZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c286ff;
}
.l0pkGEp-uQ08jIvtZa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.l0pkGEp-uQ08jIvtZa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.l0pkGEp-uQ08jIvtZa ul.navbar-nav {
  flex-wrap: wrap;
}
.l0pkGEp-uQ08jIvtZa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.l0pkGEp-uQ08jIvtZa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.l0pkGEp-uQ08jIvtZa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.l0pkGEp-uQ08jIvtZa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.l0pkGEp-uQ08jIvtZa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ08jIvtZa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ08jIvtZa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.l0pkGEp-uQ08jIvtZa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ08jIvtZa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ08jIvtZa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ08jIvtZa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ08jIvtZa .navbar-dropdown {
  padding: .7rem 1rem;
}
.l0pkGEp-uQ08jIvtZa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l0pkGEp-uQ08jIvtZa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l0pkGEp-uQ08jIvtZa .navbar {
    height: 70px;
  }
  .l0pkGEp-uQ08jIvtZa .navbar.opened {
    height: auto;
  }
  .l0pkGEp-uQ08jIvtZa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.l0pkGEp-uQ08jJicIQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ08jJicIQ .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ08jJicIQ .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ08jJicIQ .row {
  justify-content: left;
}
.l0pkGEp-uQ08jJicIQ .framework-section-title {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l0pkGEp-uQ08jJicIQ .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08jJicIQ .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.l0pkGEp-uQ08jJicIQ .custom-framework-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08jJicIQ .custom-framework-section-btn {
    padding-bottom: 0;
  }
}
.l0pkGEp-uQ08jJicIQ .custom-section-btn {
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ08jJicIQ .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ08jJicIQ .custom-section-btn .btn {
  height: 100%;
}
.l0pkGEp-uQ08jJicIQ .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08jJicIQ .text-container {
    margin: 26px auto 0;
  }
}
.l0pkGEp-uQ08jJicIQ .framework-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08jJicIQ .framework-text {
    text-align: center !important;
  }
}
.l0pkGEp-uQ08jJicIQ .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08jJicIQ .text-item-container {
    flex-wrap: wrap;
  }
}
.l0pkGEp-uQ08jJicIQ .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08jJicIQ .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.l0pkGEp-uQ08jJicIQ .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.l0pkGEp-uQ08jJicIQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.l0pkGEp-uQ08jJicIQ .iconfont-wrapper .framework-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.l0pkGEp-uQ08jJXBHQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ08jJXBHQ .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ08jJXBHQ .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ08jJXBHQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08jJXBHQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08jJXBHQ .container {
    padding: 0 24px;
  }
}
.l0pkGEp-uQ08jJXBHQ .row {
  justify-content: center;
}
.l0pkGEp-uQ08jJXBHQ .content-wrapper {
  border-radius: 40px;
  background-color: #c286ff;
  padding: 64px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08jJXBHQ .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ08jJXBHQ .content-wrapper {
    padding: 32px;
  }
}
.l0pkGEp-uQ08jJXBHQ .content-wrapper .framework-section-title {
  margin-bottom: 0;
}
.l0pkGEp-uQ08jJXBHQ .content-wrapper .framework-text {
  margin: 16px 0 0;
}
.l0pkGEp-uQ08jJXBHQ .framework-section-title {
  color: #FF3399;
}
.l0pkGEp-uQ08jJXBHQ .framework-text {
  color: #000000;
}
.l0pkGEp-uQa2Qy6KLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQa2Qy6KLP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container {
    padding: 0 26px;
  }
}
.l0pkGEp-uQa2Qy6KLP .row {
  justify-content: center;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
    width: 100%;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .framework-iconfont {
  margin-right: 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a .framework-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.l0pkGEp-uQa2Qy6KLP .framework-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: right;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .item-wrap,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: left;
}
.l0pkGEp-uQ08l9RP0x .navbar-dropdown {
  position: relative !important;
}
.l0pkGEp-uQ08l9RP0x .dropdown-item:before {
  font-family: software2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ08l9RP0x .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.l0pkGEp-uQ08l9RP0x .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.l0pkGEp-uQ08l9RP0x .dropdown-item:hover,
.l0pkGEp-uQ08l9RP0x .dropdown-item:focus {
  background: #8510fc !important;
  color: white !important;
}
.l0pkGEp-uQ08l9RP0x .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l0pkGEp-uQ08l9RP0x .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l0pkGEp-uQ08l9RP0x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.l0pkGEp-uQ08l9RP0x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.l0pkGEp-uQ08l9RP0x .nav-link {
  position: relative;
}
.l0pkGEp-uQ08l9RP0x .container {
  display: flex;
  margin: auto;
}
.l0pkGEp-uQ08l9RP0x .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.l0pkGEp-uQ08l9RP0x .dropdown-menu,
.l0pkGEp-uQ08l9RP0x .navbar.opened {
  background: #c286ff !important;
}
.l0pkGEp-uQ08l9RP0x .nav-item:focus,
.l0pkGEp-uQ08l9RP0x .nav-link:focus {
  outline: none;
}
.l0pkGEp-uQ08l9RP0x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ08l9RP0x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.l0pkGEp-uQ08l9RP0x .dropdown .dropdown-menu .dropdown-item .framework-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.l0pkGEp-uQ08l9RP0x .dropdown .dropdown-menu .dropdown-item .framework-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ08l9RP0x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.l0pkGEp-uQ08l9RP0x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.l0pkGEp-uQ08l9RP0x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c286ff;
}
.l0pkGEp-uQ08l9RP0x .navbar.opened {
  transition: all 0.3s;
}
.l0pkGEp-uQ08l9RP0x .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.l0pkGEp-uQ08l9RP0x .navbar .navbar-logo img {
  width: auto;
}
.l0pkGEp-uQ08l9RP0x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.l0pkGEp-uQ08l9RP0x .navbar.collapsed {
  justify-content: center;
}
.l0pkGEp-uQ08l9RP0x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.l0pkGEp-uQ08l9RP0x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ08l9RP0x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.l0pkGEp-uQ08l9RP0x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.l0pkGEp-uQ08l9RP0x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.l0pkGEp-uQ08l9RP0x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.l0pkGEp-uQ08l9RP0x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.l0pkGEp-uQ08l9RP0x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.l0pkGEp-uQ08l9RP0x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08l9RP0x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .l0pkGEp-uQ08l9RP0x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .l0pkGEp-uQ08l9RP0x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .l0pkGEp-uQ08l9RP0x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .l0pkGEp-uQ08l9RP0x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .l0pkGEp-uQ08l9RP0x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .l0pkGEp-uQ08l9RP0x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .l0pkGEp-uQ08l9RP0x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .l0pkGEp-uQ08l9RP0x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .l0pkGEp-uQ08l9RP0x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .l0pkGEp-uQ08l9RP0x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.l0pkGEp-uQ08l9RP0x .navbar.navbar-short {
  min-height: 60px;
}
.l0pkGEp-uQ08l9RP0x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.l0pkGEp-uQ08l9RP0x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.l0pkGEp-uQ08l9RP0x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.l0pkGEp-uQ08l9RP0x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.l0pkGEp-uQ08l9RP0x .navbar-brand .navbar-logo a {
  outline: none;
}
.l0pkGEp-uQ08l9RP0x .dropdown-item.active,
.l0pkGEp-uQ08l9RP0x .dropdown-item:active {
  background-color: transparent;
}
.l0pkGEp-uQ08l9RP0x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.l0pkGEp-uQ08l9RP0x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.l0pkGEp-uQ08l9RP0x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.l0pkGEp-uQ08l9RP0x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c286ff;
}
.l0pkGEp-uQ08l9RP0x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.l0pkGEp-uQ08l9RP0x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.l0pkGEp-uQ08l9RP0x ul.navbar-nav {
  flex-wrap: wrap;
}
.l0pkGEp-uQ08l9RP0x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.l0pkGEp-uQ08l9RP0x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.l0pkGEp-uQ08l9RP0x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.l0pkGEp-uQ08l9RP0x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.l0pkGEp-uQ08l9RP0x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ08l9RP0x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ08l9RP0x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.l0pkGEp-uQ08l9RP0x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ08l9RP0x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ08l9RP0x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ08l9RP0x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ08l9RP0x .navbar-dropdown {
  padding: .7rem 1rem;
}
.l0pkGEp-uQ08l9RP0x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l0pkGEp-uQ08l9RP0x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l0pkGEp-uQ08l9RP0x .navbar {
    height: 70px;
  }
  .l0pkGEp-uQ08l9RP0x .navbar.opened {
    height: auto;
  }
  .l0pkGEp-uQ08l9RP0x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.l0pkGEp-uQ08laOuXK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ08laOuXK .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ08laOuXK .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ08laOuXK .row {
  justify-content: left;
}
.l0pkGEp-uQ08laOuXK .framework-section-title {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l0pkGEp-uQ08laOuXK .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08laOuXK .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.l0pkGEp-uQ08laOuXK .custom-framework-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08laOuXK .custom-framework-section-btn {
    padding-bottom: 0;
  }
}
.l0pkGEp-uQ08laOuXK .custom-section-btn {
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ08laOuXK .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ08laOuXK .custom-section-btn .btn {
  height: 100%;
}
.l0pkGEp-uQ08laOuXK .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08laOuXK .text-container {
    margin: 26px auto 0;
  }
}
.l0pkGEp-uQ08laOuXK .framework-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08laOuXK .framework-text {
    text-align: center !important;
  }
}
.l0pkGEp-uQ08laOuXK .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08laOuXK .text-item-container {
    flex-wrap: wrap;
  }
}
.l0pkGEp-uQ08laOuXK .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08laOuXK .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.l0pkGEp-uQ08laOuXK .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.l0pkGEp-uQ08laOuXK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.l0pkGEp-uQ08laOuXK .iconfont-wrapper .framework-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.l0pkGEp-uQ08lbIbRY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ08lbIbRY .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ08lbIbRY .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ08lbIbRY .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08lbIbRY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08lbIbRY .container {
    padding: 0 24px;
  }
}
.l0pkGEp-uQ08lbIbRY .row {
  justify-content: center;
}
.l0pkGEp-uQ08lbIbRY .content-wrapper {
  border-radius: 40px;
  background-color: #c286ff;
  padding: 64px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08lbIbRY .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ08lbIbRY .content-wrapper {
    padding: 32px;
  }
}
.l0pkGEp-uQ08lbIbRY .content-wrapper .framework-section-title {
  margin-bottom: 0;
}
.l0pkGEp-uQ08lbIbRY .content-wrapper .framework-text {
  margin: 16px 0 0;
}
.l0pkGEp-uQ08lbIbRY .framework-section-title {
  color: #FF3399;
}
.l0pkGEp-uQ08lbIbRY .framework-text {
  color: #000000;
}
.l0pkGEp-uQa2Qy6KLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQa2Qy6KLP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container {
    padding: 0 26px;
  }
}
.l0pkGEp-uQa2Qy6KLP .row {
  justify-content: center;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
    width: 100%;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .framework-iconfont {
  margin-right: 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a .framework-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.l0pkGEp-uQa2Qy6KLP .framework-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: right;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .item-wrap,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: left;
}
.l0pkGEp-uQ08m7dGWT .navbar-dropdown {
  position: relative !important;
}
.l0pkGEp-uQ08m7dGWT .dropdown-item:before {
  font-family: software2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ08m7dGWT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.l0pkGEp-uQ08m7dGWT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.l0pkGEp-uQ08m7dGWT .dropdown-item:hover,
.l0pkGEp-uQ08m7dGWT .dropdown-item:focus {
  background: #8510fc !important;
  color: white !important;
}
.l0pkGEp-uQ08m7dGWT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l0pkGEp-uQ08m7dGWT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.l0pkGEp-uQ08m7dGWT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.l0pkGEp-uQ08m7dGWT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.l0pkGEp-uQ08m7dGWT .nav-link {
  position: relative;
}
.l0pkGEp-uQ08m7dGWT .container {
  display: flex;
  margin: auto;
}
.l0pkGEp-uQ08m7dGWT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.l0pkGEp-uQ08m7dGWT .dropdown-menu,
.l0pkGEp-uQ08m7dGWT .navbar.opened {
  background: #c286ff !important;
}
.l0pkGEp-uQ08m7dGWT .nav-item:focus,
.l0pkGEp-uQ08m7dGWT .nav-link:focus {
  outline: none;
}
.l0pkGEp-uQ08m7dGWT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ08m7dGWT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.l0pkGEp-uQ08m7dGWT .dropdown .dropdown-menu .dropdown-item .framework-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.l0pkGEp-uQ08m7dGWT .dropdown .dropdown-menu .dropdown-item .framework-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.l0pkGEp-uQ08m7dGWT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.l0pkGEp-uQ08m7dGWT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.l0pkGEp-uQ08m7dGWT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #c286ff;
}
.l0pkGEp-uQ08m7dGWT .navbar.opened {
  transition: all 0.3s;
}
.l0pkGEp-uQ08m7dGWT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.l0pkGEp-uQ08m7dGWT .navbar .navbar-logo img {
  width: auto;
}
.l0pkGEp-uQ08m7dGWT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.l0pkGEp-uQ08m7dGWT .navbar.collapsed {
  justify-content: center;
}
.l0pkGEp-uQ08m7dGWT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.l0pkGEp-uQ08m7dGWT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .l0pkGEp-uQ08m7dGWT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.l0pkGEp-uQ08m7dGWT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.l0pkGEp-uQ08m7dGWT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.l0pkGEp-uQ08m7dGWT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.l0pkGEp-uQ08m7dGWT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.l0pkGEp-uQ08m7dGWT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.l0pkGEp-uQ08m7dGWT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08m7dGWT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .l0pkGEp-uQ08m7dGWT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .l0pkGEp-uQ08m7dGWT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .l0pkGEp-uQ08m7dGWT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .l0pkGEp-uQ08m7dGWT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .l0pkGEp-uQ08m7dGWT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .l0pkGEp-uQ08m7dGWT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .l0pkGEp-uQ08m7dGWT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .l0pkGEp-uQ08m7dGWT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .l0pkGEp-uQ08m7dGWT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .l0pkGEp-uQ08m7dGWT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.l0pkGEp-uQ08m7dGWT .navbar.navbar-short {
  min-height: 60px;
}
.l0pkGEp-uQ08m7dGWT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.l0pkGEp-uQ08m7dGWT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.l0pkGEp-uQ08m7dGWT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.l0pkGEp-uQ08m7dGWT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.l0pkGEp-uQ08m7dGWT .navbar-brand .navbar-logo a {
  outline: none;
}
.l0pkGEp-uQ08m7dGWT .dropdown-item.active,
.l0pkGEp-uQ08m7dGWT .dropdown-item:active {
  background-color: transparent;
}
.l0pkGEp-uQ08m7dGWT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.l0pkGEp-uQ08m7dGWT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.l0pkGEp-uQ08m7dGWT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.l0pkGEp-uQ08m7dGWT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #c286ff;
}
.l0pkGEp-uQ08m7dGWT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.l0pkGEp-uQ08m7dGWT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.l0pkGEp-uQ08m7dGWT ul.navbar-nav {
  flex-wrap: wrap;
}
.l0pkGEp-uQ08m7dGWT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.l0pkGEp-uQ08m7dGWT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.l0pkGEp-uQ08m7dGWT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.l0pkGEp-uQ08m7dGWT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.l0pkGEp-uQ08m7dGWT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ08m7dGWT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.l0pkGEp-uQ08m7dGWT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.l0pkGEp-uQ08m7dGWT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ08m7dGWT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ08m7dGWT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.l0pkGEp-uQ08m7dGWT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.l0pkGEp-uQ08m7dGWT .navbar-dropdown {
  padding: .7rem 1rem;
}
.l0pkGEp-uQ08m7dGWT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l0pkGEp-uQ08m7dGWT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .l0pkGEp-uQ08m7dGWT .navbar {
    height: 70px;
  }
  .l0pkGEp-uQ08m7dGWT .navbar.opened {
    height: auto;
  }
  .l0pkGEp-uQ08m7dGWT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.l0pkGEp-uQ08m8sGmp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ08m8sGmp .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ08m8sGmp .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ08m8sGmp .row {
  justify-content: left;
}
.l0pkGEp-uQ08m8sGmp .framework-section-title {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l0pkGEp-uQ08m8sGmp .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08m8sGmp .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.l0pkGEp-uQ08m8sGmp .custom-framework-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08m8sGmp .custom-framework-section-btn {
    padding-bottom: 0;
  }
}
.l0pkGEp-uQ08m8sGmp .custom-section-btn {
  height: 100%;
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ08m8sGmp .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ffffff 2.76%, #ffffff 29.66%, #c286ff 61%, #c286ff 99.93%);
}
.l0pkGEp-uQ08m8sGmp .custom-section-btn .btn {
  height: 100%;
}
.l0pkGEp-uQ08m8sGmp .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08m8sGmp .text-container {
    margin: 26px auto 0;
  }
}
.l0pkGEp-uQ08m8sGmp .framework-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08m8sGmp .framework-text {
    text-align: center !important;
  }
}
.l0pkGEp-uQ08m8sGmp .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08m8sGmp .text-item-container {
    flex-wrap: wrap;
  }
}
.l0pkGEp-uQ08m8sGmp .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .l0pkGEp-uQ08m8sGmp .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.l0pkGEp-uQ08m8sGmp .icon-text {
  color: #ffffff;
  opacity: 0.6;
}
.l0pkGEp-uQ08m8sGmp .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.l0pkGEp-uQ08m8sGmp .iconfont-wrapper .framework-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.l0pkGEp-uQ08m9oaDG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #0c0c22;
}
.l0pkGEp-uQ08m9oaDG .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQ08m9oaDG .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQ08m9oaDG .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08m9oaDG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08m9oaDG .container {
    padding: 0 24px;
  }
}
.l0pkGEp-uQ08m9oaDG .row {
  justify-content: center;
}
.l0pkGEp-uQ08m9oaDG .content-wrapper {
  border-radius: 40px;
  background-color: #c286ff;
  padding: 64px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQ08m9oaDG .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .l0pkGEp-uQ08m9oaDG .content-wrapper {
    padding: 32px;
  }
}
.l0pkGEp-uQ08m9oaDG .content-wrapper .framework-section-title {
  margin-bottom: 0;
}
.l0pkGEp-uQ08m9oaDG .content-wrapper .framework-text {
  margin: 16px 0 0;
}
.l0pkGEp-uQ08m9oaDG .framework-section-title {
  color: #FF3399;
}
.l0pkGEp-uQ08m9oaDG .framework-text {
  color: #000000;
}
.l0pkGEp-uQa2Qy6KLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image.disabled {
  display: none;
}
.l0pkGEp-uQa2Qy6KLP .framework-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.l0pkGEp-uQa2Qy6KLP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .container {
    padding: 0 26px;
  }
}
.l0pkGEp-uQa2Qy6KLP .row {
  justify-content: center;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .framework-section-title {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .title-wrapper .text-wrapper .framework-text {
    width: 100%;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #dcd4cb;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .framework-iconfont {
  margin-right: 0;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont,
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .framework-iconfont {
  color: #54595f;
}
.l0pkGEp-uQa2Qy6KLP .content-wrapper .social-wrapper .social-wrap .soc-item a .framework-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.l0pkGEp-uQa2Qy6KLP .framework-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.l0pkGEp-uQa2Qy6KLP .framework-section-title {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .framework-text {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list {
  color: #ffffff;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: right;
}
.l0pkGEp-uQa2Qy6KLP .list,
.l0pkGEp-uQa2Qy6KLP .item-wrap,
.l0pkGEp-uQa2Qy6KLP .nav-wrapper,
.l0pkGEp-uQa2Qy6KLP .social-wrapper {
  text-align: left;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: fadeOut 0.3s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes bounceUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.navbar-brand {
    animation: bounceUp 1.5s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 21: translate bounce */
a, button, .btn {
  position: relative;
}
a:active, button:active, .btn:active {
  animation: bounce-click 0.3s ease-out;
}
@keyframes bounce-click {
  0% { transform: translateY(0); }
  50% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}
/* endmainanimations */

.quiz-section {
  background-image: url("../../../assets/images/low_peace.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}