/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Work Sans";
  font-weight: 500;
  src: url(../fonts/WorkSans-Medium.woff2);
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/InterTight-Regular.woff2);
}
@font-face {
  font-family: "Inter Tight";
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/InterTight-Medium.woff2);
}
@font-face {
  font-family: "Inter Tight";
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/InterTight-SemiBold.woff2);
}
@font-face {
  font-family: "Inter Tight";
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/InterTight-Bold.woff2);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.container {
  max-width: 1264px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}

body {
  font-family: Inter Tight;
  background: #0F172A;
}
body.body-active {
  overflow: hidden;
}

main {
  padding-top: 48px;
}
@media screen and (min-width: 992px) {
  main {
    padding-top: 60px;
  }
}

.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  position: fixed;
  top: 0;
  width: 100%;
  background: #0F172A;
  z-index: 9999;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header.header--hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 12px 12px 0px;
}
.header__logo {
  width: 84px;
  height: 32px;
}
@media screen and (min-width: 992px) {
  .header__logo {
    width: 94px;
  }
}
.header__logo a, .header__logo span {
  height: 100%;
  width: 100%;
}
.header__logo a img, .header__logo span img {
  height: 100%;
  width: 100%;
}
.header__burger-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .header__burger-btn {
    display: none;
  }
}
.header__burger-btn .burger-off {
  display: block;
}
.header__burger-btn .burger-on {
  display: none;
}
.header__burger-btn.btn-burger-active .burger-off {
  display: none;
}
.header__burger-btn.btn-burger-active .burger-on {
  display: block;
}
.header__menu {
  position: absolute;
  left: 0;
  top: 57px;
  width: 100%;
  background: #0F172A;
  height: 0vh;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu.header__menu-active {
  height: 100vh;
  overflow: visible;
  padding: 12px;
}
@media screen and (min-width: 992px) {
  .header__menu {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    overflow: visible;
    padding: 0px 12px;
  }
}
@media screen and (min-width: 992px) {
  .header__menu .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__menu .header-menu > .menu-item a {
  padding: 8px 32px 8px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  width: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .header__menu .header-menu .menu-item-has-children {
    position: relative;
  }
}
.header__menu .header-menu .menu-item-has-children > a {
  padding: 8px 32px 8px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header__menu .header-menu .menu-item-has-children > a {
    padding: 8px 36px 8px 12px;
  }
}
.header__menu .header-menu .menu-item-has-children > a::before, .header__menu .header-menu .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .header__menu .header-menu .menu-item-has-children > a::before, .header__menu .header-menu .menu-item-has-children > a::after {
    right: 16px;
  }
}
.header__menu .header-menu .menu-item-has-children > a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.header__menu .header-menu .menu-item-has-children .sub-menu {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media screen and (min-width: 992px) {
  .header__menu .header-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: #0F172A;
    -webkit-box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
            box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
    border-radius: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.header__menu .header-menu .menu-item-has-children .sub-menu .menu-item {
  padding: 8px;
}
.header__menu .header-menu .menu-item-has-children .sub-menu .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 0;
}
.header__menu .header-menu .menu-item-has-children .sub-menu .menu-item a .menu-icon {
  margin-right: 8px;
}
.header__menu .header-menu .menu-item-has-children .sub-menu .menu-item:hover a {
  color: rgba(255, 255, 255, 0.6078431373);
}
.header__menu .header-menu .menu-item-has-children.has-children-active > a {
  background: #1D2537;
}
.header__menu .header-menu .menu-item-has-children.has-children-active > a::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media screen and (min-width: 992px) {
  .header__menu .header-menu .menu-item-has-children.has-children-active .sub-menu {
    border: 1px solid rgba(255, 255, 255, 0.1215686275);
    padding: 16px;
  }
}
.header__contact-btn {
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 94px;
  height: 32px;
  background: #F1F5F9;
  border: 1px solid #F8FAFC;
  border-radius: 12px;
  color: #1D2537;
  margin-right: 44px;
}
.header__contact-btn:hover {
  background: #E2E8F0;
}
@media screen and (min-width: 992px) {
  .header__contact-btn {
    margin-right: 0;
  }
}

.footer {
  padding: 32px 0px 16px 0px;
  background: #1D2537;
  border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.footer__logo img {
  max-width: 234px;
  max-height: 28px;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .footer__logo img {
    max-width: 300px;
    max-height: 36px;
  }
}
.footer__top {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .footer__top {
    margin-bottom: 64px;
  }
}
.footer__about {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}
@media screen and (min-width: 992px) {
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .footer__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 282px);
    padding-right: 24px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__list-title {
  font-family: "Inter Tight" !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  position: relative;
  padding: 8px 24px 8px 0px;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (min-width: 992px) {
  .footer__list-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.footer__list-title.footer__list-title--has-sub::before, .footer__list-title.footer__list-title--has-sub::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .footer__list-title.footer__list-title--has-sub::before, .footer__list-title.footer__list-title--has-sub::after {
    display: none;
  }
}
.footer__list-title.footer__list-title--has-sub::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.footer__list-title.footer__list-title-active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.footer__sub-list {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (min-width: 992px) {
  .footer__sub-list {
    height: auto;
    overflow: hidden;
  }
}
.footer__sub-list li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  padding: 8px 0px;
}
.footer__sub-list li a:hover {
  color: #FFFFFF;
}
.footer__bottom {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    width: 282px;
    margin-top: 0;
  }
}
.footer__bottom-title {
  font-family: Inter Tight !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  color: #FFFFFF;
}
.footer__bottom-address a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}
.footer__bottom-address a:not(:last-child) {
  margin-bottom: 8px;
}
.footer__bottom-address a:hover {
  color: #FFFFFF;
}
.footer__bottom-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 8px 8px 12px;
  background: rgba(255, 255, 255, 0.0784313725);
  border-radius: 12px;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .footer__bottom-follow {
    margin-top: 64px;
  }
}
.footer__bottom-follow-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.footer__bottom-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer__bottom-social img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__bottom-social img:hover {
  opacity: 0.7;
}
.footer__copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6392156863);
  width: 100%;
  margin-top: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Work Sans !important;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: capitalize;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 44px;
    line-height: 56px;
  }
}

h2 {
  font-size: 32px;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 36px;
    line-height: 48px;
  }
}

h4 {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 32px;
    line-height: 44px;
  }
}

h5 {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 28px;
    line-height: 40px;
  }
}

h6 {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  h6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.section {
  padding: 48px 0px 48px 0px;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 80px 0px 80px 0px;
  }
}
@media screen and (min-width: 992px) {
  .section {
    padding: 120px 0px 120px 0px;
  }
}

.btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 18px;
    line-height: 26px;
  }
}

.light-bottom-section {
  position: relative;
  z-index: 0;
  background: #0F172A;
  overflow: hidden;
}
.light-bottom-section::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 400px;
  width: 100%;
  height: 70px;
  background: -o-radial-gradient(center, ellipse, rgb(156, 92, 239) 0%, rgba(156, 92, 239, 0.85) 15%, rgba(156, 92, 239, 0.5) 30%, rgba(156, 92, 239, 0.2) 45%, rgba(156, 92, 239, 0) 55%);
  background: radial-gradient(ellipse at center, rgb(156, 92, 239) 0%, rgba(156, 92, 239, 0.85) 15%, rgba(156, 92, 239, 0.5) 30%, rgba(156, 92, 239, 0.2) 45%, rgba(156, 92, 239, 0) 55%);
  -webkit-filter: blur(14px);
          filter: blur(14px);
  z-index: -2;
  pointer-events: none;
}
.light-bottom-section::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 260px;
  height: 25px;
  background-color: #7D4ABF;
  border-radius: 130px/12.5px;
  z-index: -1;
  pointer-events: none;
  -webkit-backdrop-filter: blur(56px);
          backdrop-filter: blur(56px);
}
@media screen and (min-width: 992px) {
  .light-bottom-section::after {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 800px;
    height: 100px;
    max-width: none;
    background: -o-radial-gradient(center, ellipse, rgba(156, 92, 239, 0.85) 0%, rgba(156, 92, 239, 0.5) 25%, rgba(156, 92, 239, 0.25) 45%, rgba(156, 92, 239, 0) 65%);
    background: radial-gradient(ellipse at center, rgba(156, 92, 239, 0.85) 0%, rgba(156, 92, 239, 0.5) 25%, rgba(156, 92, 239, 0.25) 45%, rgba(156, 92, 239, 0) 65%);
    -webkit-filter: blur(60px);
            filter: blur(60px);
  }
  .light-bottom-section::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    height: 1px;
    background-color: #7D4ABF;
    border-radius: 0px;
    z-index: -1;
    pointer-events: none;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, black), to(transparent));
    mask-image: linear-gradient(to right, transparent 0%, black 50%, transparent 100%);
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%, transparent 100%);
  }
}

.accordion .accordion-item .accordion-item-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordion .accordion-item .accordion-item-inner {
  padding-top: 16px;
}

.wysiwyg {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}
@media screen and (min-width: 992px) {
  .wysiwyg {
    font-size: 16px;
    line-height: 24px;
  }
}
.wysiwyg strong {
  font-weight: 600;
  color: #FFFFFF;
}
.wysiwyg a {
  color: #7D4ABF;
  display: inline;
}
.wysiwyg a:hover {
  color: #FFFFFF;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg blockquote {
  padding: 8px 0px 8px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  border-left: 3px solid #7D4ABF;
  margin-bottom: 16px;
}
.wysiwyg blockquote p {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .wysiwyg blockquote {
    font-size: 20px;
    line-height: 28px;
  }
}
.wysiwyg p {
  margin-bottom: 16px;
}
.wysiwyg ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 6px 12px 6px 28px;
}
@media screen and (min-width: 992px) {
  .wysiwyg ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.wysiwyg ul li::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7215686275);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 12px;
  top: 12px;
}
.wysiwyg ul li strong {
  font-weight: 600;
  color: #FFFFFF;
}
.wysiwyg ol li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 6px 12px 6px 4px;
  list-style: auto;
  margin-left: 26px;
}
@media screen and (min-width: 992px) {
  .wysiwyg ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
.wysiwyg ol li::marker {
  font-weight: 600;
  color: #FFFFFF;
}
.wysiwyg ol li strong {
  font-weight: 600;
  color: #FFFFFF;
}

.baner {
  padding-top: 48px;
  padding-bottom: 24px;
  background: -o-radial-gradient(50% 10%, 140% 107.13%, rgba(125, 74, 191, 0) 46.57%, #7D4ABF 99.99%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(140% 107.13% at 50% 10%, rgba(125, 74, 191, 0) 46.57%, #7D4ABF 99.99%, rgba(255, 255, 255, 0) 100%);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (min-width: 992px) {
  .baner {
    padding: 88px 0px;
  }
}
.baner h1 {
  margin-bottom: 16px;
}
.baner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .baner__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.baner__content {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .baner__content {
    padding-right: 48px;
    width: 50%;
  }
}
.baner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .baner__btn {
    padding-top: 16px;
  }
}
.baner__btn a {
  color: #FFFFFF;
  width: 124px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .baner__btn a {
    width: 150px;
    height: 48px;
  }
}
.baner__btn a.left_btn {
  margin-right: 8px;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
}
.baner__btn a.left_btn:hover {
  background: #5E378F;
  border: 1px solid #7D4ABF;
}
.baner__btn a.right_btn {
  background: rgba(255, 255, 255, 0.1215686275);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.baner__btn a.right_btn:hover {
  background: rgba(255, 255, 255, 0.3764705882);
  border: 1px solid #475569;
}
.baner__img {
  max-width: 588px;
  width: 100%;
  margin: auto;
}
.baner-slider {
  /* контейнер стрілок */
}
.baner-slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .baner-slider__btns {
    padding-top: 16px;
  }
}
.baner-slider__btns a {
  color: #FFFFFF;
  width: 124px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .baner-slider__btns a {
    width: 150px;
    height: 48px;
  }
}
.baner-slider__btns a.left_btn {
  margin-right: 8px;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
}
.baner-slider__btns a.left_btn:hover {
  background: #5E378F;
  border: 1px solid #7D4ABF;
}
.baner-slider__btns a.right_btn {
  background: rgba(255, 255, 255, 0.1215686275);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.baner-slider__btns a.right_btn:hover {
  background: rgba(255, 255, 255, 0.3764705882);
  border: 1px solid #475569;
}
.baner-slider__slider {
  padding-bottom: 24px !important;
}
@media screen and (min-width: 992px) {
  .baner-slider__slider-wrapper {
    width: 50%;
    position: relative;
  }
}
.baner-slider__slider .swiper-slide a {
  width: 100%;
}
.baner-slider__slider .swiper-slide img {
  width: 100%;
  max-width: 350px;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .baner-slider__slider .swiper-slide img {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .baner-slider__slider .swiper-slide img {
    max-width: 100%;
  }
}
.baner-slider__nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .baner-slider__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.baner-slider__btn-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  z-index: 9;
}
.baner-slider__btn-prev .btn-available {
  display: block;
}
.baner-slider__btn-prev .btn-disabled {
  display: none;
}
.baner-slider__btn-prev.swiper-button-disabled .btn-available {
  display: none;
}
.baner-slider__btn-prev.swiper-button-disabled .btn-disabled {
  display: block;
}
.baner-slider__btn-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  z-index: 9;
}
.baner-slider__btn-next .btn-available {
  display: block;
}
.baner-slider__btn-next .btn-disabled {
  display: none;
}
.baner-slider__btn-next.swiper-button-disabled .btn-available {
  display: none;
}
.baner-slider__btn-next.swiper-button-disabled .btn-disabled {
  display: block;
}
.baner .baner-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 18px !important;
  top: auto;
  z-index: 9;
}
.baner .baner-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.baner .baner-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.infrastructure {
  /* контейнер стрілок */
  /* --- пагінація --- */
}
.infrastructure__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .infrastructure__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.infrastructure__text {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .infrastructure__text {
    padding-left: 48px;
    padding-top: 24px;
    width: 50%;
  }
}
.infrastructure h2 {
  margin-bottom: 12px;
}
.infrastructure__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .infrastructure__subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.infrastructure__content {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  padding-bottom: 12px;
  overflow: hidden;
  max-height: 490px;
  -webkit-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
@media screen and (min-width: 992px) {
  .infrastructure__content {
    font-size: 16px;
    line-height: 24px;
    max-height: 340px;
  }
}
.infrastructure__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 23, 42, 0)), to(#0F172A));
  background: -o-linear-gradient(top, rgba(15, 23, 42, 0), #0F172A);
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0), #0F172A);
  pointer-events: none;
  z-index: 1;
}
.infrastructure__content.expanded {
  max-height: 1500px;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.infrastructure__content.expanded::after {
  content: "";
  background: none;
}
.infrastructure__content p {
  margin-bottom: 24px;
}
.infrastructure__content p:last-child {
  margin-bottom: 0;
}
.infrastructure__more-btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7D4ABF;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .infrastructure__more-btn {
    margin-top: 0;
  }
}
.infrastructure__more-btn:hover {
  opacity: 0.7;
}
.infrastructure__more-btn svg {
  margin-left: 4px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.infrastructure__more-btn svg.rotated {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.infrastructure__img {
  max-width: 588px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .infrastructure__img {
    margin: 0px auto;
  }
}
@media screen and (min-width: 992px) {
  .infrastructure__slider-wrapper {
    width: 50%;
  }
}
.infrastructure__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .infrastructure__btns {
    padding-top: 16px;
  }
}
.infrastructure__btns a {
  color: #FFFFFF;
  width: 124px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .infrastructure__btns a {
    width: 150px;
    height: 48px;
  }
}
.infrastructure__btns a.left_btn {
  margin-right: 8px;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
}
.infrastructure__btns a.left_btn:hover {
  background: #5E378F;
  border: 1px solid #7D4ABF;
}
.infrastructure__btns a.right_btn {
  background: rgba(255, 255, 255, 0.1215686275);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.infrastructure__btns a.right_btn:hover {
  background: rgba(255, 255, 255, 0.3764705882);
  border: 1px solid #475569;
}
.infrastructure__slider {
  padding-bottom: 18px !important;
}
@media screen and (min-width: 992px) {
  .infrastructure__slider-wrapper {
    width: 50%;
    position: relative;
  }
}
.infrastructure__slider .swiper-slide a {
  width: 100%;
}
.infrastructure__slider .swiper-slide img {
  width: 100%;
  max-width: 350px;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .infrastructure__slider .swiper-slide img {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .infrastructure__slider .swiper-slide img {
    max-width: 100%;
  }
}
.infrastructure__nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .infrastructure__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.infrastructure__btn-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  z-index: 9;
}
.infrastructure__btn-prev .btn-available {
  display: block;
}
.infrastructure__btn-prev .btn-disabled {
  display: none;
}
.infrastructure__btn-prev.swiper-button-disabled .btn-available {
  display: none;
}
.infrastructure__btn-prev.swiper-button-disabled .btn-disabled {
  display: block;
}
.infrastructure__btn-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  z-index: 9;
}
.infrastructure__btn-next .btn-available {
  display: block;
}
.infrastructure__btn-next .btn-disabled {
  display: none;
}
.infrastructure__btn-next.swiper-button-disabled .btn-available {
  display: none;
}
.infrastructure__btn-next.swiper-button-disabled .btn-disabled {
  display: block;
}
.infrastructure .infrastructure__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 4px !important;
  top: auto;
  z-index: 9;
}
.infrastructure .infrastructure__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.infrastructure .infrastructure__pagination .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.reasoning__title {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .reasoning__title {
    margin-bottom: 16px;
  }
}
.reasoning__subtitle {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.reasoning__subtitle-top {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .reasoning__subtitle-top {
    font-size: 20px;
    line-height: 28px;
  }
}
.reasoning__subtitle-bottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7215686275);
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .reasoning__subtitle-bottom {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
  }
}
.reasoning__list-wrapper {
  position: relative;
}
.reasoning__list-title {
  font-family: "Inter Tight" !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: none;
  position: sticky;
  top: 8px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reasoning__list-title {
    position: unset;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .reasoning__list-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.reasoning__sticky-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  height: 1300px;
}
@media screen and (min-width: 768px) {
  .reasoning__sticky-container {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 992px) {
  .reasoning__sticky-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
    width: 100%;
  }
}
.reasoning__item {
  position: sticky;
  top: 80px;
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
  padding: 16px 16px 24px 16px;
  height: 210px;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .reasoning__item {
    position: relative;
    top: auto;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .reasoning__item {
    width: calc((100% - 48px) / 3);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 380px;
  }
}
.reasoning__item:nth-child(1) {
  z-index: 3;
}
.reasoning__item:nth-child(2) {
  z-index: 4;
}
.reasoning__item:nth-child(3) {
  z-index: 5;
}
.reasoning__item:nth-child(4) {
  z-index: 6;
}
.reasoning__item:nth-child(5) {
  z-index: 7;
}
.reasoning__item:nth-child(6) {
  z-index: 8;
}
.reasoning__item img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .reasoning__item img {
    margin-bottom: 16px;
  }
}
.reasoning__item-title {
  font-family: "Inter Tight" !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.reasoning__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  height: 100px;
  overflow: hidden;
}

.connect {
  position: relative;
  padding: 12px 0px;
}
.connect .container {
  padding: 0;
}
.connect__wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 22px 12px 46px 12px;
}
@media screen and (min-width: 992px) {
  .connect__wrapper {
    border-radius: 24px;
  }
}
.connect .blob {
  position: absolute;
  width: 120px;
  height: 120px;
  background: -o-radial-gradient(circle, rgba(147, 72, 255, 0.8) 0%, rgba(71, 36, 122, 0.6) 100%);
  background: radial-gradient(circle, rgba(147, 72, 255, 0.8) 0%, rgba(71, 36, 122, 0.6) 100%);
  border-radius: 50%;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}
@media screen and (min-width: 992px) {
  .connect .blob {
    width: 240px;
    height: 240px;
    -webkit-filter: blur(80px);
            filter: blur(80px);
  }
}
.connect__content {
  position: relative;
  z-index: 2;
}
.connect__content img {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px auto 16px auto;
}
@media screen and (min-width: 992px) {
  .connect__content img {
    width: 108px;
    height: 108px;
  }
}
.connect__title {
  text-align: center;
  margin-bottom: 8px;
  font-family: "Work Sans";
  font-weight: 500;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  text-transform: capitalize;
  display: block;
}
@media screen and (min-width: 992px) {
  .connect__title {
    margin-bottom: 16px;
  }
}
.connect__paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8392156863);
  margin: 0px auto 16px auto;
  max-width: 350px;
}
@media screen and (min-width: 992px) {
  .connect__paragraph {
    max-width: 900px;
    font-size: 20px;
    line-height: 26px;
    margin: 0px auto 32px auto;
  }
}
.connect__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.connect__btn {
  color: #FFFFFF;
  width: 124px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .connect__btn {
    width: 148px;
    height: 48px;
  }
}
.connect__btn--left {
  margin-right: 8px;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
}
.connect__btn--left:hover {
  background: #5E378F;
  border: 1px solid #7D4ABF;
}
.connect__btn--right {
  background: rgba(255, 255, 255, 0.1215686275);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.connect__btn--right:hover {
  background: rgba(255, 255, 255, 0.3764705882);
  border: 1px solid #475569;
}

.benefits__title {
  margin-bottom: 12px;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .benefits__title {
    margin-bottom: 16px;
  }
}
.benefits__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7215686275);
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .benefits__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
  }
}
.benefits__list-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .benefits__list-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.benefits__item {
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 8px;
  position: relative;
}
.benefits__item::before, .benefits__item::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 9999px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.benefits__item::before {
  width: 1.5px;
  height: 12px;
  top: calc(28px - 6px);
  right: calc(18px - 0.75px);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.benefits__item::after {
  width: 12px;
  height: 1.5px;
  top: calc(28px - 0.75px);
  right: calc(18px - 6px);
}
.benefits__item.is-open::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  .benefits__item {
    padding: 24px;
  }
  .benefits__item::before {
    top: calc(40px - 6px);
    right: calc(30px - 0.75px);
  }
  .benefits__item::after {
    top: calc(40px - 0.75px);
    right: calc(30px - 6px);
  }
}
.benefits__item-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 34px;
  cursor: pointer;
}
.benefits__item-header img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefits__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-left: 8px;
}
@media screen and (min-width: 992px) {
  .benefits__item-title {
    font-size: 20px;
    line-height: 28px;
    margin-left: 12px;
  }
}
.benefits__item-row {
  padding: 4px 8px 4px 28px;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .benefits__item-row {
    margin-bottom: 16px;
  }
}
.benefits__item-row:nth-child(odd) {
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 4px;
}
.benefits__item-row::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7215686275);
}
.benefits__item-row-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: inline;
}
@media screen and (min-width: 992px) {
  .benefits__item-row-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.benefits__item-row-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  display: inline;
}
@media screen and (min-width: 992px) {
  .benefits__item-row-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.journey__title {
  margin-bottom: 12px;
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .journey__title {
    margin-bottom: 16px;
  }
}
.journey__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7215686275);
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .journey__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 48px;
  }
}
.journey__list-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .journey__list-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.journey__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.journey__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
.journey__item.is-open {
  gap: 8px;
}
.journey__item-img {
  max-width: 320px;
  max-height: 320px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .journey__item-img {
    max-width: 420px;
    max-height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .journey__item-img {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
  }
}
.journey__item-header {
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding: 12px;
  border-radius: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
}
.journey__item-header::before, .journey__item-header::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 9999px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.journey__item-header::before {
  width: 1.5px;
  height: 12px;
  top: calc(24px - 6px);
  right: calc(18px - 0.75px);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.journey__item-header::after {
  width: 12px;
  height: 1.5px;
  top: calc(24px - 0.75px);
  right: calc(18px - 6px);
}
@media screen and (min-width: 992px) {
  .journey__item-header::before {
    top: calc(25px - 6px);
    right: calc(30px - 0.75px);
  }
  .journey__item-header::after {
    top: calc(25px - 0.75px);
    right: calc(30px - 6px);
  }
}
.journey__item.is-open .journey__item-header::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.journey__item-number {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 24px;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
  border-radius: 8px;
  margin-right: 12px;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .journey__item-number {
    font-size: 16px;
    line-height: 24px;
    height: 32px;
    width: 32px;
  }
}
.journey__item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .journey__item-name {
    font-size: 18px;
    line-height: 26px;
  }
}
.journey__item-content {
  background: #1D2537;
  border-radius: 16px;
}
.journey__item-content .accordion-item-inner {
  padding-top: 0 !important;
}
.journey__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
@media screen and (min-width: 992px) {
  .journey__item-inner {
    border: none;
    padding: 48px;
  }
  .journey__item-inner.has-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 72px;
  }
  .journey__item-inner.no-image {
    display: block;
  }
}
.journey__item-title {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .journey__item-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.journey__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7D4ABF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 992px) {
  .journey__item-btn {
    font-size: 18px;
    line-height: 26px;
    gap: 8;
  }
}
.journey__item-btn:hover {
  opacity: 0.7;
}

.edgeguide__title {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .edgeguide__title {
    margin-bottom: 16px;
  }
}
.edgeguide__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .edgeguide__subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 48px;
  }
}
.edgeguide__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.7215686275);
}
@media screen and (min-width: 992px) {
  .edgeguide__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.edgeguide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  width: 1600px;
}
@media screen and (min-width: 768px) {
  .edgeguide__list {
    width: 1840px;
  }
}
@media screen and (min-width: 992px) {
  .edgeguide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    width: 100%;
  }
}
.edgeguide__list-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.edgeguide__list-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 992px) {
  .edgeguide__list-wrapper {
    overflow: auto;
    width: 100%;
  }
}
.edgeguide__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .edgeguide__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media screen and (min-width: 992px) {
  .edgeguide__item {
    min-height: 270px;
    width: calc((100% - 48px) / 3);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 380px;
  }
}
.edgeguide__item-index {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.edgeguide__item-title {
  font-family: "Inter Tight" !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.edgeguide__item.is-last {
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
}
.edgeguide__item.is-last .edgeguide__item-icon {
  width: 32px;
  height: 32px;
  margin-right: auto;
  margin-bottom: 16px;
}
.edgeguide__item.is-last .edgeguide__item-btn {
  color: #1D2537;
  border: 1px solid #EAEDF1;
  height: 40px;
  width: 108px;
  margin-top: 16px;
  background: #F1F5F9;
}
.edgeguide__item.is-last .edgeguide__item-btn:hover {
  background: #E2E8F0;
}

.faq__title {
  text-align: center;
  margin-bottom: 24px;
}
.faq__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.faq__item {
  padding: 12px 16px;
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
  position: relative;
}
.faq__item::before, .faq__item::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  border-radius: 9999px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.faq__item::before {
  width: 1.5px;
  height: 12px;
  top: calc(24px - 6px);
  right: calc(22px - 0.75px);
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq__item::after {
  width: 12px;
  height: 1.5px;
  top: calc(24px - 0.75px);
  right: calc(22px - 6px);
}
.faq__item.is-open::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 992px) {
  .faq__item {
    padding: 12px 24px;
  }
}
.faq__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  width: calc(100% - 50px);
  cursor: pointer;
  font-family: "Inter Tight" !important;
}
@media screen and (min-width: 992px) {
  .faq__item-title {
    font-size: 18px;
    line-height: 26px;
    width: calc(100% - 24px);
  }
}

@media screen and (min-width: 992px) {
  .insights.section {
    padding: 88px 0px 180px 0px;
  }
}
.insights__slider-wrapper {
  position: relative;
  width: 100%;
}
.insights__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .insights__title {
    margin-bottom: 48px;
  }
}
.insights .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.insights .insight-card {
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
  padding: 16px 16px 32px 16px;
  max-width: 260px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .insights .insight-card {
    max-width: 100%;
  }
}
.insights .insight-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 100%;
  height: auto;
  gap: 12px;
}
.insights .insight-card__image img {
  height: 132px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width: 992px) {
  .insights .insight-card__image img {
    height: 200px;
  }
}
.insights .insight-card__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7D4ABF;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .insights .insight-card__date {
    margin-bottom: 12px;
  }
}
.insights .insight-card__title {
  margin-bottom: 12px;
  font-family: Inter Tight !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 72px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .insights .insight-card__title {
    height: 84px;
    font-size: 20px;
    line-height: 28px;
  }
}
.insights .insight-card__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .insights .insight-card__desc {
    font-size: 16px;
    line-height: 24px;
    max-height: 112px;
  }
}
.insights .insight-card:hover .insight-card__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.insights .insight-card:hover .insight-card__title {
  color: #7D4ABF;
}
.insights .insight-card.last-insight-card {
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
}
.insights .insight-card.last-insight-card .insight-card__btn {
  width: 120px;
  height: 40px;
  background: #E2E8F0;
  border: 1px solid #EAEDF1;
  color: #1A1A1A;
  margin-top: 24px;
}
.insights .insight-card.last-insight-card .insight-card__icon {
  min-height: 148px;
}
@media screen and (min-width: 992px) {
  .insights .insight-card.last-insight-card .insight-card__icon {
    min-height: 228px;
  }
}
.insights .insight-card.last-insight-card .insight-card__icon img {
  max-width: 88px;
  max-height: 88px;
}
@media screen and (min-width: 992px) {
  .insights .insight-card.last-insight-card .insight-card__icon img {
    max-height: 100%;
    max-width: 100%;
  }
}
.insights .insight-card.last-insight-card .insight-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .insights .insight-card.last-insight-card .insight-card__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.insights .insight-card.last-insight-card:hover .insight-card__title {
  color: #FFFFFF;
}
.insights .swiper-pagination {
  bottom: -48px !important;
  display: none;
}
@media screen and (min-width: 992px) {
  .insights .swiper-pagination {
    display: block;
  }
}
.insights .swiper-pagination .swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  background: #353b4c;
  margin-right: 10px !important;
}
.insights .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.insights .swiper-button-prev {
  left: auto;
  right: 48px;
  top: -70px;
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (min-width: 992px) {
  .insights .swiper-button-prev {
    display: block;
  }
}
.insights .swiper-button-prev::after {
  display: none;
}
.insights .swiper-button-prev .enabled {
  display: block;
}
.insights .swiper-button-prev .disabled {
  display: none;
}
.insights .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.insights .swiper-button-prev.swiper-button-disabled .enabled {
  display: none;
}
.insights .swiper-button-prev.swiper-button-disabled .disabled {
  display: block;
}
.insights .swiper-button-next {
  right: 0;
  top: -70px;
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (min-width: 992px) {
  .insights .swiper-button-next {
    display: block;
  }
}
.insights .swiper-button-next::after {
  display: none;
}
.insights .swiper-button-next .enabled {
  display: block;
}
.insights .swiper-button-next .disabled {
  display: none;
}
.insights .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.insights .swiper-button-next.swiper-button-disabled .enabled {
  display: none;
}
.insights .swiper-button-next.swiper-button-disabled .disabled {
  display: block;
}

.contact {
  padding: 48px 0px;
}
.contact__title {
  margin-bottom: 8px;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  font-family: Work Sans !important;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (min-width: 992px) {
  .contact__title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 16px;
  }
}
.contact__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .contact__subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 48px;
  }
}
.contact .main-contact-form {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px 16px 24px 16px;
  max-width: 720px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .contact .main-contact-form {
    padding: 40px 32px 52px 32px;
  }
}
.contact .main-contact-form .contact__field {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .contact .main-contact-form .contact__field {
    margin-bottom: 12px;
  }
}
.contact .main-contact-form .contact__field .submit-btn {
  border-radius: 12px;
  background: #1D2537;
  border: 1px solid #334155;
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.contact .main-contact-form .contact__field label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0F172A;
  display: inline-block;
  margin-bottom: 4px;
}
.contact .main-contact-form .contact__field label span {
  color: #FF3838;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin-left: 2px;
}
.contact .main-contact-form .contact__field input {
  border-radius: 10px;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  padding: 10px 12px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #94A3B8;
}
.contact .main-contact-form .contact__field.checkbox-field {
  margin: 4px 0px;
}
.contact .main-contact-form .contact__field .wpcf7-spinner {
  display: none;
}
.contact .main-contact-form .contact__field .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.contact .main-contact-form .contact__field .wpcf7-checkbox .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.contact .main-contact-form .contact__field .wpcf7-checkbox .wpcf7-list-item > label span {
  margin-left: 0;
}
.contact .main-contact-form .contact__field .wpcf7-checkbox .wpcf7-list-item > label > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.contact .main-contact-form .contact__field .wpcf7-checkbox .wpcf7-list-item > label .wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #94A3B8;
}
.contact .main-contact-form .contact__field .wpcf7-checkbox .wpcf7-list-item > label .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22none%22 viewBox=%220 0 24 24%22><path fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M4.25 9C4.25 6.37665 6.37665 4.25 9 4.25H16C18.6234 4.25 20.75 6.37665 20.75 9V16C20.75 18.6234 18.6234 20.75 16 20.75H9C6.37665 20.75 4.25 18.6234 4.25 16V9ZM9 5.75C7.20507 5.75 5.75 7.20507 5.75 9V16C5.75 17.7949 7.20507 19.25 9 19.25H16C17.7949 19.25 19.25 17.7949 19.25 16V9C19.25 7.20507 17.7949 5.75 16 5.75H9Z%22 fill=%22%23E2E8F0%22/></svg>");
}
.contact .main-contact-form .contact__field .wpcf7-checkbox .wpcf7-list-item > label > input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22none%22 viewBox=%220 0 24 24%22><path d=%22M4.5 8.5C4.5 6.29086 6.29086 4.5 8.5 4.5H15.5C17.7091 4.5 19.5 6.29086 19.5 8.5V15.5C19.5 17.7091 17.7091 19.5 15.5 19.5H8.5C6.29086 19.5 4.5 17.7091 4.5 15.5V8.5Z%22 fill=%22%237D4ABF%22/><path fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M3.75 8.5C3.75 5.87665 5.87665 3.75 8.5 3.75H15.5C18.1234 3.75 20.25 5.87665 20.25 8.5V15.5C20.25 18.1234 18.1234 20.25 15.5 20.25H8.5C5.87665 20.25 3.75 18.1234 3.75 15.5V8.5ZM8.5 5.25C6.70507 5.25 5.25 6.70507 5.25 8.5V15.5C5.25 17.2949 6.70507 18.75 8.5 18.75H15.5C17.2949 18.75 18.75 17.2949 18.75 15.5V8.5C18.75 6.70507 17.2949 5.25 15.5 5.25H8.5Z%22 fill=%22%237D4ABF%22/><path fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M15.7702 9.20976C16.0686 9.49708 16.0776 9.97187 15.7903 10.2702L11.4569 14.7702C11.3108 14.922 11.1076 15.0053 10.897 14.9997C10.6864 14.9942 10.4879 14.9004 10.3499 14.7412L8.18324 12.2412C7.91196 11.9282 7.9458 11.4545 8.25881 11.1832C8.57183 10.912 9.0455 10.9458 9.31678 11.2588L10.9458 13.1385L14.7098 9.22977C14.9971 8.9314 15.4719 8.92244 15.7702 9.20976Z%22 fill=%22white%22/></svg>");
}
.contact .main-contact-form .contact__field .wpcf7-checkbox .wpcf7-list-item > label > input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid #7D4ABF;
  outline-offset: 2px;
  border-radius: 4px;
}
.contact .main-contact-form .contact__field .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.contact .main-contact-form .contact__field .wpcf7-acceptance .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.contact .main-contact-form .contact__field .wpcf7-acceptance .wpcf7-list-item > label > input.acceptance-checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.contact .main-contact-form .contact__field .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #94A3B8;
}
.contact .main-contact-form .contact__field .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22none%22 viewBox=%220 0 24 24%22><path fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M4.25 9C4.25 6.37665 6.37665 4.25 9 4.25H16C18.6234 4.25 20.75 6.37665 20.75 9V16C20.75 18.6234 18.6234 20.75 16 20.75H9C6.37665 20.75 4.25 18.6234 4.25 16V9ZM9 5.75C7.20507 5.75 5.75 7.20507 5.75 9V16C5.75 17.7949 7.20507 19.25 9 19.25H16C17.7949 19.25 19.25 17.7949 19.25 16V9C19.25 7.20507 17.7949 5.75 16 5.75H9Z%22 fill=%22%23E2E8F0%22/></svg>");
}
.contact .main-contact-form .contact__field .wpcf7-acceptance .wpcf7-list-item > label > input.acceptance-checkbox:checked + .wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22none%22 viewBox=%220 0 24 24%22><path d=%22M4.5 8.5C4.5 6.29086 6.29086 4.5 8.5 4.5H15.5C17.7091 4.5 19.5 6.29086 19.5 8.5V15.5C19.5 17.7091 17.7091 19.5 15.5 19.5H8.5C6.29086 19.5 4.5 17.7091 4.5 15.5V8.5Z%22 fill=%22%237D4ABF%22/><path fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M3.75 8.5C3.75 5.87665 5.87665 3.75 8.5 3.75H15.5C18.1234 3.75 20.25 5.87665 20.25 8.5V15.5C20.25 18.1234 18.1234 20.25 15.5 20.25H8.5C5.87665 20.25 3.75 18.1234 3.75 15.5V8.5ZM8.5 5.25C6.70507 5.25 5.25 6.70507 5.25 8.5V15.5C5.25 17.2949 6.70507 18.75 8.5 18.75H15.5C17.2949 18.75 18.75 17.2949 18.75 15.5V8.5C18.75 6.70507 17.2949 5.25 15.5 5.25H8.5Z%22 fill=%22%237D4ABF%22/><path fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M15.7702 9.20976C16.0686 9.49708 16.0776 9.97187 15.7903 10.2702L11.4569 14.7702C11.3108 14.922 11.1076 15.0053 10.897 14.9997C10.6864 14.9942 10.4879 14.9004 10.3499 14.7412L8.18324 12.2412C7.91196 11.9282 7.9458 11.4545 8.25881 11.1832C8.57183 10.912 9.0455 10.9458 9.31678 11.2588L10.9458 13.1385L14.7098 9.22977C14.9971 8.9314 15.4719 8.92244 15.7702 9.20976Z%22 fill=%22white%22/></svg>");
}
.contact .main-contact-form .contact__field .wpcf7-acceptance .wpcf7-list-item > label > input.acceptance-checkbox:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid #7D4ABF;
  outline-offset: 2px;
  border-radius: 4px;
}
.contact .main-contact-form .contact__field .wpcf7-acceptance .wpcf7-list-item > label span {
  margin-left: 0;
}
.contact .main-contact-form .contact__text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #94A3B8;
}

.post-baner {
  padding: 36px 0px;
}
@media screen and (min-width: 992px) {
  .post-baner {
    padding: 88px 0px;
  }
}
@media screen and (min-width: 992px) {
  .post-baner__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .post-baner__wrapper.active {
    grid-template-columns: auto;
  }
}
.post-baner__left {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .post-baner__left {
    padding-right: 48px;
    margin-bottom: 0;
  }
}
.post-baner__right {
  width: 100%;
}
.post-baner__right img {
  width: 100%;
  max-height: 240px;
}
@media screen and (min-width: 768px) {
  .post-baner__right img {
    max-height: 392px;
  }
}
.post-baner__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  margin-bottom: 32px;
}
.post-baner__category {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7215686275);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 8px;
  padding: 4px 12px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-baner__category:hover {
  background: rgba(255, 255, 255, 0.3764705882);
  color: #FFFFFF;
}
.post-baner__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.post-baner__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}

.archive {
  padding: 36px 0px 48px 0px;
}
.archive__title {
  margin-bottom: 32px;
}
.archive .blog-categories-outer {
  margin-bottom: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.archive .blog-categories-outer::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 992px) {
  .archive .blog-categories-outer {
    margin-bottom: 24px;
  }
}
.archive .blog-categories-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.archive .blog-category-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  padding: 6px 12px;
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.archive .blog-category-btn.active {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1215686275);
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.archive .blog-category-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1215686275);
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.archive__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .archive__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
.archive .blog-card {
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
  padding: 16px 16px 32px 16px;
  max-width: 350px;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .archive .blog-card:first-child {
    grid-column: 1/-1;
  }
  .archive .blog-card:first-child .blog-card__link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .archive .blog-card:first-child .blog-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .archive .blog-card {
    max-width: 100%;
  }
}
.archive .blog-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 100%;
  height: auto;
  gap: 12px;
}
.archive .blog-card__image img {
  height: 184px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.archive .blog-card__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #7D4ABF;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .archive .blog-card__date {
    margin-bottom: 12px;
  }
}
.archive .blog-card__title {
  margin-bottom: 12px;
  font-family: Inter Tight !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 72px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .archive .blog-card__title {
    height: 84px;
    font-size: 20px;
    line-height: 28px;
  }
}
.archive .blog-card__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .archive .blog-card__desc {
    font-size: 16px;
    line-height: 24px;
    max-height: 112px;
  }
}
.archive .blog-card__categories {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .archive .blog-card__categories {
    margin-top: 32px;
  }
}
.archive .blog-card__category {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7215686275);
  padding: 4px 12px;
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 8px;
}
.archive .blog-card:hover .insight-card__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.archive .blog-card:hover .insight-card__title {
  color: #7D4ABF;
}
.archive .blog-load-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
  border-radius: 12px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.archive .blog-load-more svg {
  margin-left: 4px;
}

.post-navigation {
  margin-bottom: 32px;
}
.post-navigation__list {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
  padding: 24px 0px;
  width: 100%;
}
.post-navigation__item {
  position: relative;
  width: 100%;
  padding: 8px 24px;
  cursor: pointer;
}
.post-navigation__item a {
  font-family: Inter Tight;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}
.post-navigation__item:hover {
  background: rgba(255, 255, 255, 0.132);
}
.post-navigation__item:hover::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 3px;
  background: #7D4ABF;
}
.post-navigation__item:hover a {
  color: #FFFFFF;
}

.post-read-block {
  margin-bottom: 16px;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .post-read-block {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
.post-read-block .wysiwyg blockquote {
  margin-top: 16px;
}
.post-read-block .wysiwyg h1, .post-read-block .wysiwyg h2, .post-read-block .wysiwyg h3, .post-read-block .wysiwyg h4, .post-read-block .wysiwyg h5, .post-read-block .wysiwyg h6 {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .post-read-block .wysiwyg h1, .post-read-block .wysiwyg h2, .post-read-block .wysiwyg h3, .post-read-block .wysiwyg h4, .post-read-block .wysiwyg h5, .post-read-block .wysiwyg h6 {
    margin-bottom: 16px;
  }
}
.post-read-block .wysiwyg ul, .post-read-block .wysiwyg ol {
  margin-bottom: 16px;
}
.post-read-block__title {
  font-family: Work Sans !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .post-read-block__title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 16px;
  }
}

.post-content-img {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .post-content-img {
    margin-bottom: 48px;
  }
}
.post-content-img__img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0 12px;
}

.post-content-table {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .post-content-table {
    margin-bottom: 48px;
  }
}
.post-content-table__wrapper {
  overflow-x: auto;
}
.post-content-table__inner {
  min-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
}
.post-content-table__header, .post-content-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.post-content-table__header {
  background-color: rgba(255, 255, 255, 0.0784313725);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.post-content-table__cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}
.post-content-table__cell:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.post-content-table__cell--heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.post-author {
  padding-bottom: 120px;
}
@media screen and (min-width: 992px) {
  .post-author {
    padding-bottom: 160px;
  }
}
.post-author__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .post-author__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.post-author__info {
  background: #1D2537;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding: 16px;
}
@media screen and (min-width: 992px) {
  .post-author__info {
    padding: 24px;
    grid-column: span 2;
  }
}
.post-author__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .post-author__main {
    margin-bottom: 24px;
  }
}
.post-author img {
  max-width: 56px;
  max-height: 56px;
  margin-right: 16px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .post-author img {
    max-width: 64px;
    max-height: 64px;
  }
}
.post-author__name {
  font-family: Inter Tight;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .post-author__name {
    font-size: 20px;
    line-height: 28px;
  }
}
.post-author__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}
@media screen and (min-width: 992px) {
  .post-author__position {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-author__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .post-author__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.post-author__linkedin {
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.2392156863);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-author__linkedin svg {
  margin-right: 8px;
}
.post-author__social {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding: 16px;
  border-radius: 16px;
}
@media screen and (min-width: 992px) {
  .post-author__social {
    padding: 24px;
    grid-column: span 1;
  }
}
.post-author__social-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .post-author__social-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.post-author__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.post-author__social-item {
  margin-right: 8px;
  max-width: 32px;
  max-height: 32px;
}

.notfound {
  padding: 120px 0px;
}
@media screen and (min-width: 992px) {
  .notfound {
    padding: 150px 0px;
  }
}
.notfound__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.notfound__image {
  margin-bottom: 32px;
}
.notfound__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.notfound__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .notfound__title {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 16px;
  }
}
.notfound__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7215686275);
}
@media screen and (min-width: 992px) {
  .notfound__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
.notfound__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 8px 12px;
  color: #FFFFFF;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.notfound__btn:hover {
  background: #5E378F;
  border: 1px solid #7D4ABF;
}
@media screen and (min-width: 992px) {
  .notfound__btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 26px;
  }
}

.partners {
  padding: 48px 0px 96px 0px;
}
.partners__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .partners__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
}
.partners__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7215686275);
}
@media screen and (min-width: 992px) {
  .partners__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.partners__wrapper {
  margin-top: 24px;
  display: grid;
  grid-template-columns: auto;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .partners__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .partners__wrapper {
    margin-top: 48px;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.partners__item {
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
  padding: 16px 16px 24px 16px;
  max-width: 350px;
  margin: auto;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .partners__item {
    max-width: 100%;
    padding: 16px 16px 32px 16px;
  }
}
.partners__item.hidden {
  display: none;
}
.partners__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.partners__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .partners__item-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.partners__item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  .partners__item-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.partners__img {
  border-radius: 12px;
  max-height: 160px;
}
.partners__load-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
  border-radius: 12px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  margin-top: 32px;
}
.partners__load-more svg {
  margin-left: 4px;
}

.management {
  padding: 48px 0px;
}
@media screen and (min-width: 992px) {
  .management {
    padding: 88px 0px 120px 0px;
  }
}
.management__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .management__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.management__wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.management__wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 992px) {
  .management__wrapper {
    overflow: hidden;
  }
}
.management__wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 8px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .management__wrapper-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    min-width: 100%;
  }
}
.management__item {
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding: 16px;
  border-radius: 16px;
  max-width: 260px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .management__item {
    max-width: 100%;
  }
}
.management__item-content {
  margin-top: 12px;
}
.management__item-title {
  font-family: "Inter Tight";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .management__item-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.management__item-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}
.management__item-links {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.management__item-links--no-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.management__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.2392156863);
  border-radius: 8px;
  width: 96px;
  height: 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.management__item-link svg {
  margin-right: 8px;
}
.management__item:hover .management__overlay {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.management__item-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.management__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: #7D4ABF;
  border-radius: 16px;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.management__overlay-title {
  font-family: "Inter Tight";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .management__overlay-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.management__overlay-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}
.management__overlay-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  margin-top: 4px;
}
.management__overlay-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.management__overlay-content-inner {
  overflow: hidden;
}

.careers__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .careers__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.careers__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7215686275);
  max-width: 900px;
  margin: 12px auto 0;
}
@media screen and (min-width: 992px) {
  .careers__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.careers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .careers__list {
    margin-top: 48px;
  }
}
.careers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.careers__item.is-open {
  gap: 8px;
}
.careers__item-header {
  background: #1d2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding: 12px;
  border-radius: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 992px) {
  .careers__item-header {
    padding: 14px 24px;
  }
}
.careers__item-header::before, .careers__item-header::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 9999px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.careers__item-header::before {
  width: 1.5px;
  height: 12px;
  top: calc(24px - 6px);
  right: calc(18px - 0.75px);
}
.careers__item-header::after {
  width: 12px;
  height: 1.5px;
  top: calc(24px - 0.75px);
  right: calc(18px - 6px);
}
@media screen and (min-width: 992px) {
  .careers__item-header::before {
    top: calc(25px - 6px);
    right: calc(30px - 0.75px);
  }
  .careers__item-header::after {
    top: calc(25px - 0.75px);
    right: calc(30px - 6px);
  }
}
.careers__item.is-open .careers__item-header::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.careers__item-position {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .careers__item-position {
    font-size: 20px;
    line-height: 28px;
  }
}
.careers__item-content {
  background: #1d2537;
  border-radius: 16px;
  overflow: hidden;
  border: none;
  padding: 0;
}
.careers__item-content .accordion-item-inner {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 16px;
}
@media screen and (min-width: 992px) {
  .careers__item-content .accordion-item-inner {
    padding: 48px !important;
  }
}
.careers__item-title {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .careers__item-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.careers__skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .careers__skills {
    margin-bottom: 16px;
  }
}
.careers__skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #1D2537;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  border-radius: 8px;
  padding: 4px 8px;
}
@media screen and (min-width: 992px) {
  .careers__skill {
    height: 32px;
  }
}
.careers__skill-icon {
  margin-right: 8px;
}
.careers__skill-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7215686275);
}
@media screen and (min-width: 992px) {
  .careers__skill-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.careers__info-block {
  margin-top: 12px;
}
.careers__info-title {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .careers__info-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.careers__info-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .careers__info-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.careers__info-list li {
  position: relative;
  padding: 6px 4px 6px 24px;
}
@media screen and (min-width: 992px) {
  .careers__info-list li {
    padding: 6px 4px 6px 26px;
  }
}
.careers__info-list li svg {
  position: absolute;
  left: 0px;
  top: 6px;
  height: 16px;
  width: 16px;
}
@media screen and (min-width: 992px) {
  .careers__info-list li svg {
    left: 2px;
  }
}
.careers__info-list li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7215686275);
}
@media screen and (min-width: 992px) {
  .careers__info-list li span {
    font-size: 16px;
    line-height: 24px;
  }
}
.careers__btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  background: #7D4ABF;
  border-radius: 12px;
  border: 1px solid #9C5CEF;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .careers__btn {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
  }
}

.baner-slider {
  padding-top: 48px;
  padding-bottom: 16px;
  background: -o-radial-gradient(50% 10%, 140% 107.13%, rgba(125, 74, 191, 0) 46.57%, #7D4ABF 99.99%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(140% 107.13% at 50% 10%, rgba(125, 74, 191, 0) 46.57%, #7D4ABF 99.99%, rgba(255, 255, 255, 0) 100%);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  /* контейнер стрілок */
  /* --- пагінація --- */
}
@media screen and (min-width: 992px) {
  .baner-slider {
    padding: 88px 0;
    padding-bottom: 24px;
  }
}
.baner-slider h1 {
  margin-bottom: 16px;
}
.baner-slider__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .baner-slider__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.baner-slider__content {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .baner-slider__content {
    padding-right: 48px;
    width: 50%;
  }
}
.baner-slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .baner-slider__btns {
    padding-top: 16px;
  }
}
.baner-slider__btns a {
  color: #FFFFFF;
  width: 124px;
  height: 40px;
}
@media screen and (min-width: 992px) {
  .baner-slider__btns a {
    width: 150px;
    height: 48px;
  }
}
.baner-slider__btns a.left_btn {
  margin-right: 8px;
  background: #7D4ABF;
  border: 1px solid #9C5CEF;
}
.baner-slider__btns a.left_btn:hover {
  background: #5E378F;
  border: 1px solid #7D4ABF;
}
.baner-slider__btns a.right_btn {
  background: rgba(255, 255, 255, 0.1215686275);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.baner-slider__btns a.right_btn:hover {
  background: rgba(255, 255, 255, 0.3764705882);
  border: 1px solid #475569;
}
@media screen and (min-width: 992px) {
  .baner-slider__slider-wrapper {
    width: 50%;
    position: relative;
  }
}
.baner-slider__slider .swiper-slide a {
  width: 100%;
}
.baner-slider__slider .swiper-slide img {
  width: 100%;
  max-width: 350px;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .baner-slider__slider .swiper-slide img {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .baner-slider__slider .swiper-slide img {
    max-width: 100%;
  }
}
.baner-slider__nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .baner-slider__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.baner-slider__btn-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  z-index: 9;
}
.baner-slider__btn-prev .btn-available {
  display: block;
}
.baner-slider__btn-prev .btn-disabled {
  display: none;
}
.baner-slider__btn-prev.swiper-button-disabled .btn-available {
  display: none;
}
.baner-slider__btn-prev.swiper-button-disabled .btn-disabled {
  display: block;
}
.baner-slider__btn-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  z-index: 9;
}
.baner-slider__btn-next .btn-available {
  display: block;
}
.baner-slider__btn-next .btn-disabled {
  display: none;
}
.baner-slider__btn-next.swiper-button-disabled .btn-available {
  display: none;
}
.baner-slider__btn-next.swiper-button-disabled .btn-disabled {
  display: block;
}
.baner-slider .baner-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 18px !important;
  top: auto;
  z-index: 9;
}
.baner-slider .baner-slider__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.baner-slider .baner-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/swiper.min.css ***!
  \******************************************************************************************************************/
/**
 * Swiper 9.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 12, 2023
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \*****************************************************************************************************************************************/
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/pagination/pagination.min.css ***!
  \*****************************************************************************************************************************************/
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
