*, *::before,
*::after {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: inherit;
}

svg:focus {
  outline: none;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Inter", serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #1A1C20;
}
@media (max-width: 991px) {
  body {
    font-size: 12px;
  }
  body.inner-page {
    padding-top: 40px;
  }
}

main {
  position: relative;
  overflow: hidden;
}

a {
  color: inherit;
  transition: 250ms ease-in-out;
}
a:hover, a:visited {
  color: inherit;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}
.row > * {
  padding-right: 8px;
  padding-left: 8px;
}

.section--bg {
  background: #26282C;
  padding: 120px;
  position: relative;
  z-index: 1;
}
.section--bg.color-change {
  background: #2C2E33;
}
@media (max-width: 991px) {
  .section--bg {
    padding: 40px 0;
  }
}

#top.active {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.scroll-container {
  position: relative;
}

.scroll-section {
  width: 100%;
  transition: transform 0.3s ease-out;
}

#section1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #1A1C20;
}
@media (max-width: 991px) {
  #section1 {
    position: relative !important;
  }
}

#section2 {
  z-index: 2;
  position: absolute;
  top: 1000vh;
}
@media (max-width: 991px) {
  #section2 {
    position: relative !important;
    top: 0 !important;
  }
}

#section3 {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1A1C20;
}
@media (max-width: 991px) {
  #section3 {
    position: relative !important;
  }
}

@media (min-width: 1399px) {
  .container {
    max-width: 1344px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: 250ms ease-in-out;
  color: inherit;
}
.btn-primary {
  width: auto;
  min-width: 248px;
  height: 38px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #9550D0;
  background: #7B2CBF;
  box-shadow: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:first-child:active, .btn-primary:visited, .btn-primary:focus-visible {
  background: #7B2CBF;
  color: #FFFFFF;
  border: 1px solid #9550D0;
  box-shadow: none;
}
.btn-primary:hover {
  background: linear-gradient(0deg, rgba(180, 112, 239, 0.2) 0%, rgba(180, 112, 239, 0.2) 100%), #7b2cbf;
  color: #FFFFFF;
  border: 1px solid #9550D0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .btn-primary {
    width: 100%;
    max-width: 300px;
    min-width: 248px;
    height: 30px;
    font-size: 12px;
  }
}
.btn-secondary {
  width: 200px;
  height: 60px;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid #9550D0;
  background: #7B2CBF;
  box-shadow: 0px 0px 10px 0px #B470EF inset;
  margin: 12px;
  color: #FFFFFF;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.btn-secondary:before {
  content: "";
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border-radius: 16px;
  border: 1px solid rgba(123, 44, 191, 0.5);
  position: absolute;
  top: -12px;
  left: -12px;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:first-child:active, .btn-secondary:visited, .btn-secondary:focus-visible {
  background: #7B2CBF;
  color: #FFFFFF;
  border: 1px solid #9550D0;
  box-shadow: 0px 0px 10px 0px #B470EF inset;
}
.btn-secondary:hover {
  background: linear-gradient(0deg, rgba(180, 112, 239, 0.2) 0%, rgba(180, 112, 239, 0.2) 100%), #B470EF;
  color: #FFFFFF;
  border: 1px solid #9550D0;
  box-shadow: 0px 0px 10px 0px #B470EF inset;
}
@media (max-width: 991px) {
  .btn-secondary {
    width: 100px;
    height: 30px;
    padding: 8px 6px;
    border-radius: 4px;
    margin: 6px;
    font-size: 12px;
  }
  .btn-secondary:before {
    content: "";
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-radius: 8px;
    border: 1px solid rgba(123, 44, 191, 0.5);
    position: absolute;
    top: -6px;
    left: -6px;
  }
}
.btn-calculator {
  width: 100%;
  height: 60px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #9550D0;
  background: #7B2CBF;
  box-shadow: 0px 0px 10px 0px #B470EF inset;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.btn-calculator:focus, .btn-calculator:active, .btn-calculator:first-child:active, .btn-calculator:visited, .btn-calculator:focus-visible {
  background: #7B2CBF;
  color: #FFFFFF;
  border: 1px solid #9550D0;
  box-shadow: 0px 0px 10px 0px #B470EF inset;
}
.btn-calculator:hover {
  background: linear-gradient(0deg, rgba(180, 112, 239, 0.2) 0%, rgba(180, 112, 239, 0.2) 100%), #7b2cbf;
  color: #FFFFFF;
  border: 1px solid #9550D0;
  box-shadow: 0px 0px 10px 0px #B470EF inset;
}
@media (max-width: 991px) {
  .btn-calculator {
    width: 100%;
    height: 30px;
    border-radius: 0px 0px 4px 4px;
    font-size: 12px;
  }
}
.btn-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  height: 40px;
  padding: 8px;
  border-radius: 8px;
  border: none;
  background: #1A1C20;
  box-shadow: none;
  color: #B4B9C6;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.btn-icon:focus, .btn-icon:active, .btn-icon:first-child:active, .btn-icon:visited, .btn-icon:focus-visible {
  background: #1A1C20;
  color: #B4B9C6;
  border: none;
  box-shadow: none;
}
.btn-icon:hover {
  background: #26282C;
  color: #B4B9C6;
  border: none;
  box-shadow: none;
}

.header {
  padding: 0 12px;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header__inner {
  border-radius: 16px;
  padding: 16px;
  margin: 0 auto;
}
.header .navbar {
  padding: 0;
  justify-content: space-between;
  gap: 40px;
}
.header__logo img {
  width: 204px;
  height: 40px;
}
.header__nav {
  align-items: center;
  gap: 40px;
}
.header__menu .menu li a {
  color: #B4B9C6;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
@media (max-width: 991px) {
  .header {
    top: 16px;
  }
  .header__inner {
    border-radius: 16px;
    padding: 10px 16px;
    border: 1px solid #3A3E46 !important;
    background: rgba(38, 40, 44, 0.7) !important;
    box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04) !important;
    backdrop-filter: blur(25px) !important;
  }
  .header__logo img {
    width: 115px;
    height: 22px;
  }
}

.inner-page .header__inner {
  max-width: 1294px;
  border: 1px solid #3A3E46;
  background: rgba(38, 40, 44, 0.7);
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  backdrop-filter: blur(25px);
}

.dropdown .btn-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 40px;
  padding: 8px 40px 8px 8px;
  color: #B4B9C6;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
}
.dropdown .btn-dropdown:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/images/icons/arrow-dropdown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
  margin: 0;
  border: none;
  transition: 250ms ease-in-out;
}
.dropdown .btn-dropdown:focus, .dropdown .btn-dropdown:active, .dropdown .btn-dropdown:first-child:active, .dropdown .btn-dropdown:visited, .dropdown .btn-dropdown:focus-visible {
  background: transparent;
  color: #B4B9C6;
  border: none;
  box-shadow: none;
}
.dropdown .btn-dropdown:hover {
  background: transparent;
  color: #B4B9C6;
  border: none;
  box-shadow: none;
}
.dropdown .btn-dropdown.show::after {
  transform: rotate(180deg);
}
.dropdown .dropdown-menu {
  width: 160px;
  padding: 0;
  margin-top: 32px;
  border-radius: 8px;
  border: 1px solid #3A3E46;
  background: #2C2E33;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown .dropdown-menu:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #2C2E33;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid #3A3E46;
  border-left: 1px solid #3A3E46;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 16px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #B4B9C6;
  border-bottom: 1px solid #3A3E46;
}
.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.mobile-menu {
  background-color: #26282C;
  border: none;
  width: 100%;
}
.mobile-menu .header__close {
  width: 24px;
  height: 24px;
}
.mobile-menu .offcanvas-header {
  padding: 16px;
}
.mobile-menu .offcanvas-body {
  display: flex;
  align-items: center;
}
.mobile-menu .mobile-nav {
  padding: 0;
  margin-top: -80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
}
.mobile-menu .mobile-nav li {
  padding: 3.5vh 0;
}
.mobile-menu .mobile-nav a {
  color: inherit;
}

.footer {
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  background-color: #1A1C20;
  z-index: 2;
}
.footer__slogan {
  font-size: 40px;
  line-height: 0.85;
  font-weight: 600;
  text-align: center;
  color: #B4B9C6;
  margin-bottom: 80px;
  text-align: center;
}
.footer__content {
  padding: 40px 16px 16px 16px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  position: relative;
  overflow: hidden;
}
.footer__content:before {
  content: "";
  width: 524px;
  height: 524px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -266px;
  border-radius: 524px;
  background: rgba(123, 44, 191, 0.15);
  filter: blur(100px);
}
.footer__logo {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.footer__logo img {
  width: 204px;
  height: 40px;
  margin: 0 auto;
}
.footer__navbar {
  position: relative;
}
.footer__navbar .footer-menu {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 80px;
}
.footer__navbar .footer-menu a {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #B4B9C6;
}
.footer__navbar .footer-menu a:hover {
  color: #FFFFFF;
}
.footer__info {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #3A3E46;
  background: rgba(38, 40, 44, 0.7);
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  backdrop-filter: blur(25px);
  position: relative;
}
.footer__submenu {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.footer__submenu a {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
  color: #B4B9C6;
}
.footer__submenu a:hover {
  color: #FFFFFF;
}
.footer__payments {
  display: flex;
  gap: 15px;
  align-items: center;
}
.footer__copy {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
  color: #B4B9C6;
}
@media (max-width: 1199px) {
  .footer__info {
    padding: 12px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .footer__submenu {
    order: 1;
  }
  .footer__payments {
    order: 2;
  }
  .footer__payments img {
    max-width: 36px;
    height: auto;
  }
  .footer__copy {
    order: 3;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .footer__slogan {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .footer__content {
    padding: 24px 16px 16px 16px;
  }
  .footer__logo {
    margin-bottom: 24px;
  }
  .footer__navbar .footer-menu {
    align-items: center;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .footer__navbar .footer-menu a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer__submenu {
    flex-direction: column;
    text-align: center;
  }
}

.terms {
  margin: 120px 0 60px 0;
}
.terms__content {
  padding: 40px 40px 20px 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  overflow: hidden;
  position: relative;
}
.terms__content:before {
  content: "";
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: #3A3E46;
  filter: blur(100px);
  position: absolute;
  left: -300px;
  top: -300px;
  z-index: -1;
}
.terms__title {
  font-size: 80px;
  line-height: 1.125;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.terms__date {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
  color: #B4B9C6;
  margin-bottom: 60px;
}
.terms h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin: 60px 0 20px 0;
  color: #B4B9C6;
}
.terms p {
  margin: 0 0 20px 0;
}
.terms ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0 0 20px 0;
}
@media (max-width: 991px) {
  .terms {
    margin: 40px 0;
  }
  .terms__content {
    padding: 24px 16px 4px 16px;
    border-radius: 16px;
  }
  .terms__title {
    font-size: 24px;
  }
  .terms__date {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .terms h2 {
    font-size: 16px;
    margin: 24px 0 20px 0;
  }
  .terms ul {
    padding-left: 12px;
  }
}

.contact-us {
  padding-top: 180px;
}
.contact-us__title {
  font-size: 80px;
  line-height: 1.125;
  font-weight: 600;
  text-align: center;
  margin: 0 0 60px 0;
}
@media (max-width: 991px) {
  .contact-us {
    padding-top: 40px;
  }
  .contact-us__title {
    font-size: 24px;
    margin: 0 0 24px 0;
  }
}

.about-us {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}
.about-us:before {
  content: "";
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: #3A3E46;
  filter: blur(100px);
  position: absolute;
  left: -300px;
  bottom: -300px;
  z-index: -1;
}
.about-us__box {
  padding-right: 12px;
}
.about-us__icon {
  margin-bottom: 80px;
}
.about-us__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #B4B9C6;
}
.about-us__img {
  padding-left: 12px;
}
.about-us__img img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}
.about-us__description {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #2c2e33;
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  margin-top: 40px;
}
.about-us__description p {
  margin: 0 0 40px 0;
}
.about-us__description p:last-child {
  margin: 0;
}
.about-us__description p span {
  color: #B470EF;
}
@media (max-width: 991px) {
  .about-us {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
  .about-us__box {
    padding-right: 0;
  }
  .about-us__icon {
    margin-bottom: 24px;
    width: 24px;
    height: 24px;
  }
  .about-us__title {
    font-size: 16px;
  }
  .about-us__img {
    padding-left: 0;
  }
  .about-us__description {
    padding: 24px 16px;
  }
  .about-us__description p {
    margin: 0 0 24px 0;
  }
}

.contact-offer {
  position: relative;
  margin-bottom: 60px;
}
.contact-offer:before {
  content: "";
  width: 720px;
  height: 720px;
  border-radius: 50%;
  opacity: 0.5;
  background: #7B2CBF;
  filter: blur(100px);
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.contact-offer::after {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.5;
  background: #ff5f00;
  filter: blur(100px);
  position: absolute;
  top: 30px;
  left: 40%;
}
.contact-offer__title {
  font-size: 80px;
  line-height: 1.125;
  font-weight: 600;
  margin: 0 0 60px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact-offer__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #3A3E46;
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  height: calc(100% - 16px);
  min-height: 180px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.contact-offer__img {
  width: 48px;
  height: 48px;
}
.contact-offer__text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
@media (max-width: 991px) {
  .contact-offer {
    margin-bottom: 40px;
  }
  .contact-offer__title {
    font-size: 24px;
    margin: 0 0 24px 0;
  }
  .contact-offer__card {
    padding: 12px;
    border-radius: 8px;
    min-height: 100px;
  }
  .contact-offer__img {
    width: 24px;
    height: 24px;
  }
  .contact-offer__text {
    font-size: 12px;
  }
}

.form-box {
  margin-bottom: 80px;
}
.form-box__img {
  display: block;
  margin: 0 auto 80px auto;
}
@media (max-width: 991px) {
  .form-box {
    margin-bottom: 40px;
  }
  .form-box__img {
    margin-bottom: 40px;
    width: 50px;
    height: auto;
  }
}

.contact-form {
  padding: 16px 16px 24px 16px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #26282C;
  box-shadow: 0px 0px 40px 0px rgba(20, 22, 25, 0.32), 0px 0px 6.5px 0px rgba(20, 22, 25, 0.16);
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.contact-form__title {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  margin: 0 0 24px 0;
  color: #FFFFFF;
}

.contact-header {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.contact-header__icon {
  margin-bottom: 80px;
}
.contact-header__title {
  font-size: 80px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 40px;
  max-width: 500px;
}
.contact-header__subtitle {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  max-width: 400px;
}
@media (max-width: 991px) {
  .contact-header {
    padding: 24px 16px;
  }
  .contact-header__icon {
    width: 24px;
    height: 24px;
    margin-bottom: 24px;
  }
  .contact-header__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .contact-header__subtitle {
    font-size: 12px;
  }
}

.blog {
  padding: 120px 0 80px 0;
}
.blog__row {
  margin: 40px 0 20px 0;
}
.blog__col {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog {
    padding: 40px 0;
  }
  .blog__row {
    margin: 20px 0 0 0;
  }
  .blog__col {
    margin-bottom: 0;
  }
}

.blog-card {
  padding-top: 40%;
  margin-bottom: 20px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.blog-card.blog-card--top {
  padding-top: 30%;
}
.blog-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-card__excerpt {
  padding: 16px 16px 20px 16px;
  border-radius: 0px 0px 16px 16px;
  background: rgba(26, 28, 32, 0.1);
  backdrop-filter: blur(25px);
}
.blog-card__date {
  color: #B470EF;
  margin-bottom: 20px;
}
.blog-card h1.blog-card__title {
  margin-bottom: 20px;
  color: #B4B9C6;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
.blog-card h3.blog-card__title {
  height: 50px;
  margin: 0;
  color: #B4B9C6;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-card__description {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .blog-card {
    margin-bottom: 8px;
    border-radius: 8px;
  }
  .blog-card.blog-card--top {
    padding-top: 0;
    border-radius: 16px;
    border: 1px solid #3a3e46;
    box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  }
  .blog-card.blog-card--top .blog-card__img {
    position: relative;
  }
  .blog-card.blog-card--top .blog-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .blog-card.blog-card--top .blog-card__excerpt {
    padding: 12px 12px 16px 12px;
    border-radius: 0px 0px 16px 16px;
  }
  .blog-card__excerpt {
    padding: 12px 12px 16px 12px;
    border-radius: 0px 0px 8px 8px;
  }
  .blog-card__date {
    margin-bottom: 12px;
  }
  .blog-card h1.blog-card__title {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .blog-card h3.blog-card__title {
    height: 40px;
    font-size: 16px;
  }
  .blog-card__description {
    margin-bottom: 12px;
  }
}

.social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social .social-heading {
  color: #B4B9C6;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .social .social-heading {
    font-size: 16px;
  }
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination .pagination-arrow {
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #7B2CBF;
}
.pagination .pagination-num {
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #3A3E46;
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  font-weight: 600;
  color: #FFFFFF;
}
.pagination .pagination-num.active {
  background: #2C2E33;
}
@media (max-width: 991px) {
  .pagination .pagination-arrow {
    width: 28px;
    height: 28px;
    border-radius: 6px;
  }
  .pagination .pagination-num {
    width: 28px;
    height: 28px;
    border-radius: 6px;
  }
}

.blog-body {
  padding-right: 0;
}
.blog-body p {
  position: relative;
}
.blog-body h2 {
  color: #B4B9C6;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.blog-body h3 {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.blog-body img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  margin-bottom: 40px;
}
.blog-body ol {
  list-style-type: decimal;
  padding-left: 20px;
  position: relative;
}
.blog-body ol li {
  margin-bottom: 16px;
}
.blog-body ol li span {
  color: #B470EF;
  font-weight: 600;
}
.blog-body ol li::marker {
  color: #B470EF;
}
.blog-body ol.unhighlighted li::marker {
  color: #FFFFFF;
}
.blog-body ul {
  list-style-type: disc;
  padding-left: 20px;
  position: relative;
}
.blog-body ul li {
  margin-bottom: 16px;
}
.blog-body ul li span {
  color: #B470EF;
  font-weight: 600;
}
.blog-body ul li::marker {
  color: #B470EF;
}
.blog-body ul.unmarked li {
  margin-bottom: 0;
}
.blog-body ul.unmarked li::marker {
  color: #B4B9C6;
}
.blog-body ul.unhighlighted li {
  margin-bottom: 16px;
}
.blog-body ul.unhighlighted li::marker {
  color: #B4B9C6;
}
.blog-body .highlight-text {
  color: #B470EF;
  font-weight: 600;
}
.blog-body .underline-text {
  text-decoration: underline;
}
.blog-body .underline-text:hover {
  text-decoration: none;
}
.blog-body .bg-box {
  padding: 40px 40px 20px 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #2C2E33;
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  margin-bottom: 40px;
  height: calc(100% - 40px);
  position: relative;
  overflow: hidden;
}
.blog-body .bg-box--decor-top:before {
  content: "";
  width: 600px;
  height: 600px;
  position: absolute;
  left: -300px;
  top: -314px;
  border-radius: 50%;
  background: #3A3E46;
  filter: blur(100px);
}
.blog-body .bg-box--decor-bottom:before {
  content: "";
  width: 600px;
  height: 600px;
  position: absolute;
  left: -300px;
  bottom: -314px;
  border-radius: 50%;
  background: #3A3E46;
  filter: blur(100px);
}
.blog-body .section-box {
  margin-bottom: 40px;
}
.blog-body .border-box {
  padding: 40px 40px 20px 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  margin-bottom: 40px;
}
.blog-body table {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #3A3E46;
  background: #2C2E33;
  border-spacing: 0;
  border-collapse: separate;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog-body table thead th {
  background-color: #3A3E46;
  border-bottom: 1px solid #3A3E46;
  text-transform: uppercase;
}
.blog-body table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #3A3E46;
}
.blog-body table th,
.blog-body table td {
  padding: 12px;
  font-size: 12px;
  color: #B4B9C6;
}
.blog-body table th:not(:last-child),
.blog-body table td:not(:last-child) {
  border-right: 1px solid #3A3E46;
}
.blog-body table th span,
.blog-body table td span {
  color: #B470EF;
  font-weight: 700;
}
.blog-body table ul li {
  margin-bottom: 0;
}
.blog-body table ul li::marker {
  color: #B4B9C6;
}
@media (max-width: 1199px) {
  .blog-body {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .blog-body h2 {
    font-size: 20px;
  }
  .blog-body h3 {
    font-size: 16px;
  }
  .blog-body .bg-box {
    padding: 24px 24px 8px 24px;
    border-radius: 16px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
  }
  .blog-body .section-box {
    margin-bottom: 20px;
  }
  .blog-body .border-box {
    padding: 24px 24px 8px 24px;
    border-radius: 16px;
    margin-bottom: 20px;
  }
  .blog-body table {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-body table th,
  .blog-body table td {
    padding: 6px;
    font-size: 10px;
  }
}

.blog-sidebar {
  padding-left: 16px;
}
.blog-sidebar__title {
  color: #B4B9C6;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .blog-sidebar {
    padding-left: 0;
  }
  .blog-sidebar__title {
    font-size: 16px;
  }
}

.related-card {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  max-width: 600px;
}
.related-card__img {
  flex: 1;
}
.related-card__img a {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
}
.related-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.related-card__excerpt {
  flex: 1;
}
.related-card__date {
  color: #B470EF;
  margin-bottom: 8px;
}
.related-card__title {
  margin-bottom: 8px;
  color: #B4B9C6;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 539px) {
  .related-card {
    flex-direction: column;
    gap: 8px;
  }
  .related-card__img a {
    padding-bottom: 60%;
  }
  .related-card__img img {
    border-radius: 8px;
  }
  .related-card__date {
    margin-bottom: 4px;
  }
  .related-card__title {
    font-size: 16px;
  }
}

.step-box {
  display: flex;
  flex-wrap: wrap;
  gap: 78px;
  padding: 16px 16px 0 16px;
  margin-bottom: 40px;
  position: relative;
}
.step-box .step {
  width: calc(33% - 50px);
  position: relative;
}
.step-box .step__inner {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 4px;
  border-radius: 16px;
  background: #1A1C20;
  position: relative;
}
.step-box .step__number {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: #7B2CBF;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.step-box .step__text {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #B4B9C6;
}
.step-box .step:nth-child(1) .step__arrow, .step-box .step:nth-child(2) .step__arrow {
  width: 56px;
  height: 2px;
  background: #7B2CBF;
  position: absolute;
  top: 50%;
  right: -64px;
}
.step-box .step:nth-child(1) .step__arrow::before, .step-box .step:nth-child(2) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.step-box .step:nth-child(1) .step__arrow::after, .step-box .step:nth-child(2) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: 0;
}
.step-box .step:nth-child(3) .step__arrow {
  width: 2px;
  height: 56px;
  background: #7B2CBF;
  position: absolute;
  top: 52px;
  left: 20px;
}
.step-box .step:nth-child(3) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -4px;
}
.step-box .step:nth-child(3) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  left: -4px;
}
.step-box .step:nth-child(4) {
  order: 6;
}
.step-box .step:nth-child(4) .step__arrow {
  width: 56px;
  height: 2px;
  background: #7B2CBF;
  position: absolute;
  top: 50%;
  left: -70px;
}
.step-box .step:nth-child(4) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: 0;
}
.step-box .step:nth-child(4) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(225deg);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.step-box .step:nth-child(5) {
  order: 5;
}
.step-box .step:nth-child(5) .step__arrow {
  width: 56px;
  height: 2px;
  background: #7B2CBF;
  position: absolute;
  top: 50%;
  left: -70px;
}
.step-box .step:nth-child(5) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: 0;
}
.step-box .step:nth-child(5) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(225deg);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.step-box .step:nth-child(6) {
  order: 4;
}
.step-box .step:nth-child(6) .step__arrow {
  display: none;
}
.step-box--5 {
  justify-content: flex-end;
}
.step-box--5 .step:nth-child(3) .step__arrow {
  width: 100px;
  height: 128px;
  background-color: transparent;
  border-right: 2px solid #7B2CBF;
  border-bottom: 2px solid #7B2CBF;
  border-radius: 0 0 16px 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
}
.step-box--5 .step:nth-child(3) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: auto;
  right: -6px;
}
.step-box--5 .step:nth-child(3) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(225deg);
  position: absolute;
  bottom: -6px;
  left: 0;
}
.step-box--5 .step:nth-child(4) {
  margin-right: 158px;
}
.step-box--5 .step:nth-child(5) .step__arrow {
  display: none;
}
@media (max-width: 767px) {
  .step-box {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 16px 32px 0 0;
    margin-bottom: 40px;
  }
  .step-box .step {
    width: 100%;
    position: relative;
  }
  .step-box .step__inner {
    gap: 12px;
    padding: 4px;
    border-radius: 12px;
  }
  .step-box .step__number {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    font-size: 10px;
    line-height: 18px;
  }
  .step-box .step__text {
    font-size: 12px;
  }
  .step-box .step:nth-child(1) .step__arrow, .step-box .step:nth-child(2) .step__arrow {
    width: 1px;
    height: 32px;
    top: 36px;
    right: auto;
    left: 14px;
  }
  .step-box .step:nth-child(1) .step__arrow::before, .step-box .step:nth-child(2) .step__arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    bottom: auto;
    top: 0;
    left: -2px;
  }
  .step-box .step:nth-child(1) .step__arrow::after, .step-box .step:nth-child(2) .step__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -2px;
  }
  .step-box .step:nth-child(3) .step__arrow {
    width: 1px;
    height: 32px;
    top: 36px;
    right: auto;
    left: 14px;
    border: none;
    background: #7B2CBF;
  }
  .step-box .step:nth-child(3) .step__arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    bottom: auto;
    top: 0;
    left: -2px;
  }
  .step-box .step:nth-child(3) .step__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -2px;
    left: auto;
  }
  .step-box .step:nth-child(4) {
    order: 4;
    margin: 0;
  }
  .step-box .step:nth-child(4) .step__arrow {
    width: 1px;
    height: 32px;
    top: 36px;
    right: auto;
    left: 14px;
  }
  .step-box .step:nth-child(4) .step__arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    bottom: auto;
    top: 0;
    left: -2px;
  }
  .step-box .step:nth-child(4) .step__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -2px;
    left: auto;
  }
  .step-box .step:nth-child(5) {
    order: 5;
  }
  .step-box .step:nth-child(5) .step__arrow {
    width: 1px;
    height: 32px;
    top: 36px;
    right: auto;
    left: 14px;
  }
  .step-box .step:nth-child(5) .step__arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    bottom: auto;
    top: 0;
    left: -2px;
  }
  .step-box .step:nth-child(5) .step__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -2px;
    left: auto;
  }
  .step-box .step:nth-child(6) {
    order: 6;
  }
  .step-box .step:nth-child(6) .step__arrow {
    display: none;
  }
}

.form-field {
  margin: 0 0 16px 0;
}

.form-label {
  padding: 0 4px;
  border-radius: 4px;
  background: #1A1C20;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 600;
  color: #B4B9C6;
}

.form-control {
  min-height: 36px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #3A3E46;
  background: #2C2E33;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #B4B9C6;
}
.form-control:focus {
  border: 1px solid #3A3E46;
  background: #2C2E33;
  font-size: 14px;
  color: #B4B9C6;
  outline: 0;
  box-shadow: none;
}
.form-control.is-invalid {
  background-image: none;
  border: 1px solid #3A3E46;
  background-color: #2C2E33;
}
.form-control.is-invalid:focus {
  box-shadow: none;
}

textarea.form-control {
  height: 100%;
}

.select2-container .select2-selection--single {
  border-radius: 8px;
  border: 1px solid #3A3E46;
  background: #2C2E33;
  height: 36px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 48px;
  color: #B4B9C6;
  line-height: 36px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #B4B9C6;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  background-image: url("/images/icons/arrow-dropdown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: 250ms ease-in-out;
  top: 8px;
  right: 8px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 8px;
}
.select2-container.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 8px;
}
.select2-container.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #3A3E46;
  border-radius: 8px;
  margin-top: 16px;
}
.select2-container.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #3A3E46;
  border-radius: 8px;
  margin-bottom: 16px;
}

.select2-dropdown {
  padding: 0 8px;
  background-color: #26282C;
  border: 1px solid #3A3E46;
  border-radius: 8px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
}
.select2-container--default .select2-results__option--selected {
  background-color: transparent;
}
.select2-container--default .select2-search__field {
  padding: 4px 8px 4px 32px;
  border: 1px solid #3A3E46 !important;
  background-color: #2C2E33;
  background-image: url("/images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 24px;
  border-radius: 8px;
  margin-top: 4px;
  color: #FFFFFF;
  outline: none;
}
.select2-container--default .select2-search__field::placeholder {
  color: #B4B9C6;
  opacity: 1;
}
.select2-container--default .select2-search__field::-ms-input-placeholder {
  color: #B4B9C6;
}

.error__text {
  margin: 4px 0 0;
  font-size: 14px;
  color: #e21e32;
}

.form-btn {
  margin-top: 24px;
}

.modal-dialog {
  max-width: 652px;
}

.modal-content {
  padding: 80px 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #2C2E33;
  text-align: center;
}
.modal-content .btn-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-content .modal-header {
  padding: 0;
  border: none;
  justify-content: center;
}
.modal-content .modal-header .modal-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #B4B9C6;
  margin-bottom: 20px;
}
.modal-content .modal-body {
  padding: 0;
  text-align: center;
}
.modal-content .modal-body p {
  margin: 0;
}
@media (max-width: 991px) {
  .modal-content {
    padding: 80px 24px;
  }
  .modal-content .modal-header .modal-title {
    font-size: 24px;
  }
}

.top-box {
  min-height: 100vh;
  padding: 80px 0 40px 0;
  position: relative;
}
.top-box__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-box__bg .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-box__bg .top-img {
  max-width: 1280px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-box__bg .left-img {
  max-height: 50%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.top-box__bg .right-img {
  max-height: 50%;
  position: fixed;
  bottom: 0;
  right: 0;
}
.top-box__content {
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.top-box__title {
  color: #FFFFFF;
  font-size: clamp(24px, 4.1666666667vw, 80px);
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.top-box__title span {
  background: linear-gradient(96deg, #fff 0%, #7b2cbf 205.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-box__text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}
.top-box__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.top-box__icon {
  width: 52px;
  height: 106px;
}
@media (max-width: 991px) {
  .top-box {
    padding: 0;
  }
  .top-box__bg .top-img {
    max-width: 1280px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-box__bg .left-img {
    display: none;
  }
  .top-box__bg .right-img {
    display: none;
  }
  .top-box__content {
    min-height: 100vh;
    justify-content: flex-end;
    padding-bottom: 100px;
  }
  .top-box__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .top-box__text {
    font-size: 12px;
    margin: 0 auto 32px auto;
  }
  .top-box__btn {
    margin-bottom: 0;
  }
  .top-box__icon {
    display: none;
  }
}

#figures {
  padding-top: 200px;
}
@media (max-width: 991px) {
  #figures {
    padding-top: 0;
  }
}

.figures {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: linear-gradient(0deg, #26282c 0%, #3a3e46 177.76%);
  margin: 0 0 80px 0;
  text-align: center;
  position: relative;
}
.figures__title {
  font-size: 40px;
  line-height: 0.85;
  font-weight: 600;
  color: #B4B9C6;
  margin-bottom: 60px;
}
.figures__row {
  display: flex;
  gap: 16px;
}
.figures__col {
  flex: 1;
}
.figures .figures-item {
  height: 100%;
  min-height: 184px;
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid #9550D0;
  background: #7B2CBF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.figures .figures-item__number {
  font-size: clamp(40px, 4.1666666667vw, 80px);
  font-weight: 800;
  line-height: 0.8;
}
.figures .figures-item__text {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
}
@media (max-width: 991px) {
  .figures {
    padding: 16px;
    border-radius: 8px;
    margin: 0 0 60px 0;
  }
  .figures__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .figures__row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .figures__col {
    flex: none;
    width: calc(50% - 4px);
  }
  .figures .figures-item {
    min-height: 116px;
    padding: 16px 12px;
    border-radius: 6px;
  }
  .figures .figures-item__number {
    font-size: 24px;
  }
  .figures .figures-item__text {
    font-size: 12px;
  }
}

.calculator {
  margin-bottom: 60px;
}
.calculator__title {
  font-size: 80px;
  line-height: 1.125;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 60px;
  text-align: center;
}
.calculator__content {
  padding: 20px 0;
  border-radius: 16px 16px 0px 0px;
  border-top: 1px solid #3A3E46;
  border-right: 1px solid #3A3E46;
  border-left: 1px solid #3A3E46;
  background: #26282C;
}
.calculator__row {
  display: flex;
  flex-wrap: wrap;
}
.calculator__col {
  padding: 20px 40px;
  position: relative;
  flex: 1 1 50%;
}
.calculator__col:first-child {
  border-right: 1px solid #3A3E46;
}
.calculator__footer {
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 991px) {
  .calculator__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .calculator__content {
    padding: 0;
    border-radius: 8px 8px 0px 0px;
  }
  .calculator__row {
    display: flex;
    flex-wrap: wrap;
  }
  .calculator__col {
    padding: 16px;
    position: relative;
    flex: 1 1 100%;
  }
  .calculator__col:first-child {
    border-right: none;
  }
  .calculator__footer {
    border-radius: 0px 0px 4px 4px;
  }
}

.range-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.range-box__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: auto;
}
@media (max-width: 991px) {
  .range-box__title {
    font-size: 14px;
  }
}

.range-slider {
  position: relative;
  margin-top: 24px;
}
.range-slider_label {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #B4B9C6;
  margin-bottom: 8px;
}
.range-slider_thumb {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}
.range-slider_input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  height: 4px;
  background: #3A3E46;
}
.range-slider_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 32px;
  background-image: url(../../images/icons/range.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: none;
  transition: 0.2s ease-in-out;
}
.range-slider_input::-moz-range-thumb {
  height: 20px;
  width: 32px;
  background-image: url(../../images/icons/range.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: none;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .range-slider {
    margin-top: 20px;
  }
  .range-slider_label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .range-slider_thumb {
    font-size: 12px;
  }
  .range-slider_input {
    height: 2px;
  }
  .range-slider_input::-webkit-slider-thumb {
    height: 10px;
    width: 16px;
  }
  .range-slider_input::-moz-range-thumb {
    height: 10px;
    width: 16px;
  }
}

.calculations__annual {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.calculations__item {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: #B4B9C6;
  margin: 12px 0;
}
.calculations__item span {
  color: #FFFFFF;
}
.calculations__total {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 40px;
}
.calculations__total span {
  color: #9550D0;
}
@media (max-width: 991px) {
  .calculations__annual {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .calculations__item {
    font-size: 12px;
    margin: 6px 0;
  }
  .calculations__total {
    font-size: 14px;
    margin-top: 20px;
  }
}

.offer {
  position: relative;
  margin: 120px 0;
}
.offer__title {
  font-size: 80px;
  line-height: 1.125;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.offer__title span {
  background: linear-gradient(96deg, #fff 0%, #7b2cbf 205.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer__subtitle {
  margin-bottom: 40px;
}
.offer__decor {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.offer__decor img {
  max-width: 400px;
  height: auto;
  opacity: 0.5;
}
.offer__decor:before {
  content: "";
  width: 720px;
  height: 720px;
  border-radius: 50%;
  opacity: 0.5;
  background: #7B2CBF;
  filter: blur(100px);
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.offer__decor::after {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.5;
  background: #ff5f00;
  filter: blur(100px);
  position: absolute;
  top: 210px;
  left: 40%;
}
@media (max-width: 991px) {
  .offer {
    margin: 60px 0 40px 0;
  }
  .offer__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .offer__subtitle {
    margin-bottom: 24px;
  }
  .offer__decor {
    top: 0;
  }
  .offer__decor img {
    max-width: 180px;
  }
  .offer__decor:before {
    top: -40px;
  }
  .offer__decor::after {
    top: 60px;
    left: 20%;
  }
}

.offer-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  height: calc(100% - 16px);
  min-height: 240px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #26282C;
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  margin-bottom: 16px;
}
.offer-card__img {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}
.offer-card__title {
  font-size: 40px;
  line-height: 0.85;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.offer-card__text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #B4B9C6;
  margin: auto 0 0 0;
}
@media (max-width: 991px) {
  .offer-card {
    min-height: 140px;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .offer-card__img {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
  }
  .offer-card__title {
    font-size: 16px;
  }
  .offer-card__text {
    font-size: 12px;
  }
}

.about {
  position: relative;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  margin-bottom: 60px;
  overflow: hidden;
}
.about__title {
  position: relative;
  font-size: 80px;
  line-height: 1.125;
  font-weight: 600;
  padding-right: 180px;
  margin: 0 0 60px 0;
}
.about__logo {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}
.about__text {
  position: relative;
  margin: 0 0 60px 0;
  z-index: 1;
}
.about__btn {
  position: relative;
}
.about:before {
  content: "";
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: #3A3E46;
  filter: blur(100px);
  position: absolute;
  left: -300px;
  top: -300px;
}
.about--partner1 .about__logo {
  width: 136px;
  height: 40px;
}
.about--partner1:after {
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #94c947;
  filter: blur(100px);
  opacity: 0.5;
  position: absolute;
  right: -250px;
  top: -250px;
}
.about--partner2 .about__logo {
  width: 180px;
  height: 60px;
}
.about--partner2:after {
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #fcc015;
  filter: blur(100px);
  opacity: 0.5;
  position: absolute;
  right: -250px;
  top: -250px;
}
.about__subtitle {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 0 40px 0;
  color: #B4B9C6;
  text-align: center;
}
.about__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}
.about__cards .about-card {
  flex: 1 1 33.3%;
  min-width: 33.3%;
  height: auto;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.about__cards .about-card__content {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #3A3E46;
  background: #26282c;
  display: flex;
  align-items: center;
  min-height: 100px;
  height: 100%;
}
.about__cards .about-card__img {
  width: 48px;
  height: 48px;
}
.about__cards .about-card__text {
  flex: 1 0 48px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #B4B9C6;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .about {
    padding: 24px 16px;
    border-radius: 16px;
    margin-bottom: 40px;
  }
  .about__title {
    font-size: 24px;
    padding-right: 100px;
    margin: 0 0 24px 0;
  }
  .about__logo {
    top: 20px;
    right: 16px;
  }
  .about__text {
    margin: 0 0 24px 0;
  }
  .about:before {
    width: 326px;
    height: 326px;
    left: -163px;
    top: -163px;
  }
  .about--partner1 .about__logo {
    max-width: 68px;
    height: auto;
  }
  .about--partner1:after {
    width: 180px;
    height: 180px;
    right: -90px;
    top: -90px;
  }
  .about--partner2 .about__logo {
    max-width: 90px;
    height: auto;
  }
  .about--partner2:after {
    content: "";
    width: 180px;
    height: 180px;
    right: -90px;
    top: -90px;
  }
  .about__subtitle {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
  .about__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
  }
  .about__cards .about-card__img {
    width: 24px;
    height: 24px;
  }
  .about__cards .about-card__text {
    flex: 1 0 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .about__cards .about-card {
    flex: 1 1 100%;
  }
}

.process {
  margin-bottom: 60px;
}
.process__title {
  font-size: 80px;
  line-height: 1.125;
  font-weight: 600;
  margin: 0 0 40px 0;
  text-align: center;
}
.process__content {
  position: relative;
  padding: 12px 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 66px;
}
.process__img1 {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.process__img2 {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.process__img3 {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .process {
    margin-bottom: 40px;
  }
  .process__title {
    font-size: 24px;
  }
  .process__content {
    position: relative;
    padding: 74px 30px;
    flex-direction: column;
    row-gap: 0;
  }
  .process__img1 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .process__img2 {
    width: 60px;
    height: 60px;
  }
  .process__img3 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.process-item {
  width: 50%;
  padding: 24px 10%;
  display: flex;
  align-items: center;
  gap: 29px;
  position: relative;
}
.process-item__number {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: #7B2CBF;
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  text-align: center;
}
.process-item__text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #B4B9C6;
}
.process-item__arrow {
  width: calc(100% - 10px);
  height: 45px;
  border: 2px solid #7B2CBF;
  border-bottom: none;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  position: absolute;
}
.process-item__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: -6px;
}
.process-item__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  right: -6px;
}
.process-item--1 {
  order: 1;
}
.process-item--1 .process-item__arrow {
  top: 0;
  left: 0;
}
.process-item--2 {
  order: 2;
}
.process-item--2 .process-item__arrow {
  top: 0;
  right: 0;
}
.process-item--3 {
  order: 4;
}
.process-item--3 .process-item__arrow {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.process-item--4 {
  order: 3;
}
.process-item--4 .process-item__arrow {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .process-item {
    width: 100%;
    height: 84px;
    padding: 24px 0;
    gap: 12px;
  }
  .process-item__number {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    font-size: 10px;
  }
  .process-item__text {
    font-size: 12px;
    max-width: 180px;
  }
  .process-item__arrow {
    width: 94px;
    height: 210px;
    border: 1px solid #7B2CBF;
    border-right: none;
    border-radius: 8px 0 0 8px;
    position: absolute;
  }
  .process-item__arrow::before {
    width: 5px;
    height: 5px;
    right: 0;
    left: auto;
    bottom: -3px;
  }
  .process-item__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(45deg);
    right: 0;
    top: -3px;
  }
  .process-item--1 {
    order: 1;
    text-align: right;
    flex-direction: row-reverse;
  }
  .process-item--1 .process-item__arrow {
    top: -24px;
    left: -32px;
  }
  .process-item--2 {
    order: 3;
    text-align: right;
    flex-direction: row-reverse;
  }
  .process-item--2 .process-item__arrow {
    top: -24px;
    left: -32px;
    right: auto;
  }
  .process-item--3 {
    order: 4;
  }
  .process-item--3 .process-item__arrow {
    bottom: -16px;
    left: auto;
    right: -32px;
    transform: rotate(180deg);
  }
  .process-item--4 {
    order: 2;
    margin-bottom: 60px;
  }
  .process-item--4 .process-item__arrow {
    bottom: -16px;
    left: auto;
    right: -32px;
    transform: rotate(180deg);
  }
}

.solutions {
  padding: 40px 20px 24px 20px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #2c2e33;
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  position: relative;
  overflow: hidden;
}
.solutions__item {
  padding: 0 20px;
}
.solutions__title {
  font-size: 40px;
  line-height: 0.85;
  font-weight: 600;
  margin: 0 0 40px 0;
  color: #B4B9C6;
}
.solutions__list {
  list-style-type: disc;
  padding-left: 20px;
}
.solutions__list li {
  margin-bottom: 16px;
}
.solutions__list li span {
  color: #B470EF;
}
.solutions__list--highlighted li::marker {
  color: #B470EF;
}
.solutions__img1 {
  position: absolute;
  right: 200px;
  top: 20px;
}
.solutions__img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .solutions {
    padding: 24px 16px;
  }
  .solutions__item {
    padding: 0;
  }
  .solutions__title {
    font-size: 16px;
    margin: 0 0 24px 0;
  }
  .solutions__list {
    list-style-type: disc;
    padding-left: 12px;
  }
  .solutions__list li {
    margin-bottom: 12px;
  }
  .solutions__img1 {
    display: none;
  }
  .solutions__img2 {
    display: none;
  }
}

.benefits .accordion .accordion-header {
  padding-right: 8px;
}
.benefits .accordion .accordion-button {
  padding: 12px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  overflow-anchor: none;
  transition: background-color 0.15s ease-in-out;
  margin-bottom: 48px;
  box-shadow: none;
  cursor: pointer;
}
.benefits .accordion .accordion-button:not(.collapsed) {
  background: #3A3E46;
}
.benefits .accordion .accordion-button:after {
  content: none;
}
.benefits .accordion .accordion-button:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #3A3E46;
  position: absolute;
  bottom: -24px;
  left: 0;
}
.benefits .accordion .accordion-button:last-child {
  margin-bottom: 0;
}
.benefits .accordion .accordion-button:last-child:before {
  content: none;
}
.benefits .accordion .accordion-body {
  padding: 0 0 0 8px;
  line-height: 1.7;
}
.benefits .accordion .accordion-body p {
  margin: 0 0 40px 0;
}
.benefits .accordion .accordion-body h3 {
  font-size: 40px;
  line-height: 0.85;
  font-weight: 600;
  margin: 0 0 40px 0;
  color: #B4B9C6;
}
.benefits .accordion .accordion-body ul {
  list-style-type: disc;
  padding-left: 20px;
}
.benefits .accordion .accordion-body ul li {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .benefits .accordion .accordion-header {
    padding-right: 0;
  }
  .benefits .accordion .accordion-button {
    padding: 12px;
    font-size: 12px;
    margin-bottom: 24px;
  }
  .benefits .accordion .accordion-button:before {
    bottom: -12px;
  }
  .benefits .accordion .accordion-button:last-child {
    margin-bottom: 0;
  }
  .benefits .accordion .accordion-button:last-child:before {
    content: none;
  }
  .benefits .accordion .accordion-body {
    padding: 0;
    line-height: 1.2;
  }
  .benefits .accordion .accordion-body p {
    margin: 0 0 24px 0;
  }
  .benefits .accordion .accordion-body h3 {
    font-size: 16px;
    margin: 0 0 12px 0;
  }
  .benefits .accordion .accordion-body ul {
    list-style-type: disc;
    padding-left: 20px;
  }
  .benefits .accordion .accordion-body ul li {
    margin-bottom: 12px;
  }
}

.service-box {
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #2c2e33;
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
  padding: 40px;
  margin-bottom: 60px;
}
.service-box:last-child {
  margin-bottom: 0;
}
.service-box__title {
  font-size: 80px;
  line-height: 1.125;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.service-box__title span {
  display: block;
  font-size: 40px;
}
.service-box__text {
  margin: 0 0 40px 0;
}
.service-box__subtitle {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #B4B9C6;
  margin: 0 0 40px 0;
}
.service-box__bg {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #26282c;
  box-shadow: 0px 0px 40px 0px rgba(23, 25, 29, 0.08), 0px 0px 6.5px 0px rgba(23, 25, 29, 0.04);
}
.service-box__list {
  list-style-type: disc;
  padding-left: 20px;
}
.service-box__list li {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  margin: 8px 0;
}
.service-box__description {
  color: #FFFFFF;
  margin: 40px 0 0 0;
}
.service-box__description span {
  font-weight: 600;
  color: #9550D0;
}
.service-box__steps1 {
  display: flex;
  gap: 58px;
  padding: 16px 16px 72px 16px;
  margin-bottom: 40px;
  position: relative;
}
.service-box__steps1 .step {
  flex: 1 0 0;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 4px;
  border-radius: 16px;
  background: #1A1C20;
  position: relative;
}
.service-box__steps1 .step__number {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: #7B2CBF;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.service-box__steps1 .step__text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #B4B9C6;
}
.service-box__steps1 .step__condition {
  position: absolute;
  bottom: -32px;
  left: 48px;
}
.service-box__steps1 .step:nth-child(1) .step__arrow, .service-box__steps1 .step:nth-child(2) .step__arrow, .service-box__steps1 .step:nth-child(3) .step__arrow {
  width: 30px;
  height: 2px;
  background: #7B2CBF;
  position: absolute;
  top: 50%;
  right: -44px;
}
.service-box__steps1 .step:nth-child(1) .step__arrow::before, .service-box__steps1 .step:nth-child(2) .step__arrow::before, .service-box__steps1 .step:nth-child(3) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.service-box__steps1 .step:nth-child(1) .step__arrow::after, .service-box__steps1 .step:nth-child(2) .step__arrow::after, .service-box__steps1 .step:nth-child(3) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: 0;
}
.service-box__steps1 .back-arrow {
  width: calc(75% + 20px);
  height: 45px;
  border: 2px solid #7B2CBF;
  border-top: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  position: absolute;
  bottom: 16px;
  left: 36px;
}
.service-box__steps1 .back-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -6px;
}
.service-box__steps1 .back-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -6px;
}
.service-box__steps2 {
  display: flex;
  flex-wrap: wrap;
  gap: 58px;
  padding: 16px 16px 48px 16px;
  margin-bottom: 40px;
  position: relative;
}
.service-box__steps2 .step {
  width: calc(33% - 36px);
  position: relative;
}
.service-box__steps2 .step__inner {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 4px;
  border-radius: 16px;
  background: #1A1C20;
  position: relative;
}
.service-box__steps2 .step__number {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: #7B2CBF;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.service-box__steps2 .step__text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #B4B9C6;
}
.service-box__steps2 .step__description {
  padding: 12px 12px 12px 48px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.service-box__steps2 .step:nth-child(1) .step__arrow, .service-box__steps2 .step:nth-child(2) .step__arrow {
  width: 30px;
  height: 2px;
  background: #7B2CBF;
  position: absolute;
  top: 50%;
  right: -44px;
}
.service-box__steps2 .step:nth-child(1) .step__arrow::before, .service-box__steps2 .step:nth-child(2) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.service-box__steps2 .step:nth-child(1) .step__arrow::after, .service-box__steps2 .step:nth-child(2) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: 0;
}
.service-box__steps2 .step:nth-child(3) .step__arrow {
  width: 2px;
  height: calc(100% - 12px);
  background: #7B2CBF;
  position: absolute;
  top: 52px;
  left: 20px;
}
.service-box__steps2 .step:nth-child(3) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -4px;
}
.service-box__steps2 .step:nth-child(3) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  left: -4px;
}
.service-box__steps2 .step:nth-child(4) {
  order: 6;
}
.service-box__steps2 .step:nth-child(4) .step__arrow {
  width: 30px;
  height: 2px;
  background: #7B2CBF;
  position: absolute;
  top: 50%;
  left: -44px;
}
.service-box__steps2 .step:nth-child(4) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: 0;
}
.service-box__steps2 .step:nth-child(4) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(225deg);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.service-box__steps2 .step:nth-child(5) {
  order: 5;
}
.service-box__steps2 .step:nth-child(5) .step__arrow {
  width: 30px;
  height: 2px;
  background: #7B2CBF;
  position: absolute;
  top: 50%;
  left: -44px;
}
.service-box__steps2 .step:nth-child(5) .step__arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #7B2CBF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  right: 0;
}
.service-box__steps2 .step:nth-child(5) .step__arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #7B2CBF;
  border-right: 2px solid #7B2CBF;
  transform: rotate(225deg);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.service-box__steps2 .step:nth-child(6) {
  order: 4;
}
.service-box__steps2 .step:nth-child(6) .step__arrow {
  display: none;
}
@media (max-width: 991px) {
  .service-box {
    padding: 24px 16px;
    margin-bottom: 40px;
  }
  .service-box__title {
    font-size: 24px;
    margin: 0 0 24px 0;
  }
  .service-box__title span {
    font-size: 16px;
  }
  .service-box__text {
    margin: 0 0 24px 0;
  }
  .service-box__subtitle {
    font-size: 24px;
    margin: 0 0 24px 0;
  }
  .service-box__bg {
    padding: 16px;
    border-radius: 8px;
  }
  .service-box__list {
    padding-left: 12px;
  }
  .service-box__list li {
    font-size: 12px;
    margin: 4px 0;
  }
  .service-box__description {
    margin: 24px 0;
  }
  .service-box__steps1 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 16px 32px 16px 0;
    margin-bottom: 40px;
  }
  .service-box__steps1 .step {
    flex: 1 0 0;
    gap: 12px;
    padding: 4px;
    border-radius: 12px;
  }
  .service-box__steps1 .step__number {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    font-size: 10px;
    line-height: 18px;
  }
  .service-box__steps1 .step__text {
    font-size: 12px;
  }
  .service-box__steps1 .step__condition {
    font-size: 12px;
    position: absolute;
    bottom: -16px;
    left: 36px;
  }
  .service-box__steps1 .step:nth-child(1) .step__arrow, .service-box__steps1 .step:nth-child(2) .step__arrow, .service-box__steps1 .step:nth-child(3) .step__arrow {
    width: 1px;
    height: 18px;
    top: 36px;
    right: auto;
    left: 14px;
  }
  .service-box__steps1 .step:nth-child(1) .step__arrow::before, .service-box__steps1 .step:nth-child(2) .step__arrow::before, .service-box__steps1 .step:nth-child(3) .step__arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    bottom: auto;
    top: 0;
    left: -2px;
  }
  .service-box__steps1 .step:nth-child(1) .step__arrow::after, .service-box__steps1 .step:nth-child(2) .step__arrow::after, .service-box__steps1 .step:nth-child(3) .step__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -2px;
  }
  .service-box__steps1 .back-arrow {
    width: 20px;
    height: calc(100% - 60px);
    border: 1px solid #7B2CBF;
    border-left: none;
    border-radius: 0 16px 16px 0;
    position: absolute;
    bottom: auto;
    left: auto;
    top: 30px;
    right: 0;
  }
  .service-box__steps1 .back-arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #7B2CBF;
    transform: rotate(45deg);
    position: absolute;
    top: auto;
    right: 16px;
    bottom: -2px;
  }
  .service-box__steps1 .back-arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(225deg);
    position: absolute;
    top: -3px;
    left: 0;
  }
  .service-box__steps2 {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 16px 32px 16px 0;
    margin-bottom: 40px;
  }
  .service-box__steps2 .step {
    width: 100%;
    position: relative;
  }
  .service-box__steps2 .step__inner {
    gap: 12px;
    padding: 4px;
    border-radius: 12px;
  }
  .service-box__steps2 .step__number {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 8px;
    font-size: 10px;
    line-height: 18px;
  }
  .service-box__steps2 .step__text {
    font-size: 12px;
  }
  .service-box__steps2 .step__description {
    padding: 4px 4px 4px 36px;
    font-size: 12px;
    position: absolute;
    top: 28px;
    left: 0;
  }
  .service-box__steps2 .step:nth-child(1) .step__arrow, .service-box__steps2 .step:nth-child(2) .step__arrow {
    width: 1px;
    height: 48px;
    top: 36px;
    right: auto;
    left: 14px;
  }
  .service-box__steps2 .step:nth-child(1) .step__arrow::before, .service-box__steps2 .step:nth-child(2) .step__arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    bottom: auto;
    top: 0;
    left: -2px;
  }
  .service-box__steps2 .step:nth-child(1) .step__arrow::after, .service-box__steps2 .step:nth-child(2) .step__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -2px;
  }
  .service-box__steps2 .step:nth-child(3) .step__arrow {
    width: 1px;
    height: 48px;
    top: 36px;
    right: auto;
    left: 14px;
  }
  .service-box__steps2 .step:nth-child(3) .step__arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    bottom: auto;
    top: 0;
    left: -2px;
  }
  .service-box__steps2 .step:nth-child(3) .step__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -2px;
    left: auto;
  }
  .service-box__steps2 .step:nth-child(4) {
    order: 4;
  }
  .service-box__steps2 .step:nth-child(4) .step__arrow {
    width: 1px;
    height: 48px;
    top: 36px;
    right: auto;
    left: 14px;
  }
  .service-box__steps2 .step:nth-child(4) .step__arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    bottom: auto;
    top: 0;
    left: -2px;
  }
  .service-box__steps2 .step:nth-child(4) .step__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -2px;
    left: auto;
  }
  .service-box__steps2 .step:nth-child(5) {
    order: 5;
  }
  .service-box__steps2 .step:nth-child(5) .step__arrow {
    width: 1px;
    height: 48px;
    top: 36px;
    right: auto;
    left: 14px;
  }
  .service-box__steps2 .step:nth-child(5) .step__arrow::before {
    content: "";
    width: 5px;
    height: 5px;
    bottom: auto;
    top: 0;
    left: -2px;
  }
  .service-box__steps2 .step:nth-child(5) .step__arrow::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #7B2CBF;
    border-right: 1px solid #7B2CBF;
    transform: rotate(135deg);
    position: absolute;
    bottom: 0;
    right: -2px;
    left: auto;
  }
  .service-box__steps2 .step:nth-child(6) {
    order: 6;
  }
  .service-box__steps2 .step:nth-child(6) .step__arrow {
    display: none;
  }
}

.faq {
  position: relative;
  padding: 200px 0 160px 0;
}
.faq__title {
  font-size: 40px;
  line-height: 0.85;
  font-weight: 600;
  color: #B4B9C6;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.faq__img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.faq .accordion {
  max-width: 874px;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  background: #26282c;
  overflow: hidden;
  position: relative;
}
.faq .accordion .accordion-item {
  background-color: transparent;
  border: none;
}
.faq .accordion .accordion-button {
  padding: 32px 24px;
  background-color: transparent;
  border-bottom: 1px solid #3A3E46;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
}
.faq .accordion .accordion-button:not(.collapsed) {
  background: #3A3E46;
}
.faq .accordion .accordion-button:focus {
  outline: none;
  border-color: #3A3E46;
  box-shadow: none;
}
.faq .accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.faq .accordion .accordion-body {
  padding: 16px 24px;
  border-bottom: 1px solid #3A3E46;
  color: #B4B9C6;
}
@media (max-width: 991px) {
  .faq {
    position: relative;
    padding: 60px 0 60px 0;
  }
  .faq__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .faq__img {
    display: none;
  }
  .faq .accordion {
    border-radius: 8px;
  }
  .faq .accordion .accordion-button {
    padding: 16px 12px;
    font-size: 14px;
  }
  .faq .accordion .accordion-button:after {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .faq .accordion .accordion-body {
    padding: 8px 12px;
  }
}

.contact-box {
  padding: 120px 40px;
  border-radius: 16px;
  border: 1px solid #3A3E46;
  margin-bottom: 80px;
  background-image: url("../../images/bg/pattern.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.contact-box__title {
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 1.125;
  font-weight: 600;
}
.contact-box__btn {
  margin-top: 40px;
}
.contact-box:before {
  content: "";
  width: 524px;
  height: 524px;
  border-radius: 50%;
  background: rgba(123, 44, 191, 0.1);
  filter: blur(100px);
  position: absolute;
  top: 50%;
  left: -554px;
  transform: translateY(-50%);
}
.contact-box:after {
  content: "";
  width: 524px;
  height: 524px;
  border-radius: 50%;
  background: rgba(123, 44, 191, 0.1);
  filter: blur(100px);
  position: absolute;
  top: 50%;
  right: -554px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .contact-box {
    padding: 60px 24px;
    margin-bottom: 60px;
  }
  .contact-box__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .contact-box__btn {
    margin-top: 24px;
  }
  .contact-box:before {
    content: none;
  }
  .contact-box:after {
    content: none;
  }
}