@charset "UTF-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
html::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  background: transparent !important; /* Опционально */
}
html.noscroll {
  overflow: hidden;
}

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

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B0B7C6;
  background: #000103 !important;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  min-width: 320px;
  line-height: 1.4;
  max-width: 100vw;
}
body.noscroll {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

button {
  transition: all 0.3s ease;
  background-color: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: none;
}

ul {
  list-style: none;
}

.h0,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  color: #E6E8ED;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
.h0 {
  font-size: 36px;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 20px;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  cursor: none;
}

@media (min-width: 768px) {
  .h0 {
    font-size: 48px;
  }
  h5, .h5 {
    font-size: 15px;
  }
}
@media (min-width: 900px) {
  .h0 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .h0 {
    font-size: 78px;
  }
  h1, .h1 {
    font-size: 52px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .h0 {
    font-size: 100px;
  }
  .h1 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  .h0 {
    font-size: 130px;
  }
  h1, .h1 {
    font-size: 72px;
  }
  h2, .h2 {
    font-size: 52px;
  }
  h3, .h3 {
    font-size: 40px;
  }
  h4, .h4 {
    font-size: 32px;
  }
  h5, .h5 {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  h4, .h4 {
    font-size: 44px;
  }
}
@media (min-width: 2100px) {
  .h0 {
    font-size: 180px;
  }
}
body {
  cursor: none;
  /* Hide scrollbars during the animation */
}
body.loading {
  overflow: hidden;
}

main {
  background: #000103 !important;
  position: relative;
  z-index: 2;
}

/* Hide page content initially */
body.loading .page-content,
body.loading main,
body.loading .main-content {
  visibility: hidden;
  opacity: 0;
}

.swiper-container-initialized {
  height: 100%;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

.cursor {
  pointer-events: none;
}

.cursor__ball {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 999999999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cursor__ball circle {
  fill: #f7f8fa;
}

.loader-wrapper {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.loader-inner {
  width: 100%;
  height: 100%;
}
.loader-top {
  height: 50%;
  background: linear-gradient(270deg, #00060B 0%, #04001A 50%, #050004 100%);
}
.loader-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
  background: linear-gradient(270deg, #00060B 0%, #04001A 50%, #050004 100%);
}
.loader-bottom h2 {
  text-align: center;
  margin-bottom: 20px;
}
.loader-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.loader-line {
  margin-top: 20px;
  width: 100%;
}
.loader-line-inner {
  display: block;
  width: 0px;
  height: 2px;
  background: linear-gradient(90deg, #000104 0%, #3D7EFE 100%);
}
.loader-right-line {
  transform: rotate(180deg);
}
.loader-logo {
  flex-shrink: 0;
}
.loader-logo-icon {
  margin-top: 15px;
  width: 51px;
  height: 53px;
  position: relative;
  /* Ensure the transform origin is centered */
  transform-origin: center center;
  /* Add will-change to hint the browser to optimize animations */
  will-change: transform;
  /* Ensure hardware acceleration for smoother scaling */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Allow it to expand beyond its container */
  overflow: visible;
  /* Enable proper pointer events during animation */
  pointer-events: none;
}
.loader-logo-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s ease 0s;
}
.loader-logo-icon svg:last-child {
  opacity: 0;
}
.loader-logo-icon.active svg:first-child {
  opacity: 0;
}
.loader-logo-icon.active svg:last-child {
  opacity: 1;
}
.loader-logo-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
}
.rtl .loader-logo-wrapper {
  flex-direction: row-reverse;
}

.feature-section {
  position: relative;
  z-index: 0;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.feature-section-image {
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.5s ease;
}

.feature-section-image img {
  transform-origin: center center;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.5s ease;
}

.cards-section {
  margin-top: 0 !important;
  position: relative;
  z-index: 1;
}

.js-clone {
  position: relative;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Custom scrollbar container */
.custom-scrollbar {
  position: fixed;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 8px;
  height: 150px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Track (the black part) */
.scrollbar-track {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(128, 171, 255, 0.3);
  border-radius: 100px;
  padding: 1px;
}

/* Handle/thumb (the white part) */
.scrollbar-thumb {
  position: absolute;
  width: calc(100% - 2px);
  left: 1px;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #000;
}

/* Add some sample content for demonstration */
.sample-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-bottom: 1px solid #eee;
}

.header {
  padding: 46px 0px 10px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .header {
    background: linear-gradient(180deg, rgba(0, 1, 3, 0.5) 0%, rgba(0, 1, 3, 0) 100%);
    backdrop-filter: blur(7.8000001907px);
    -webkit-backdrop-filter: blur(7.8000001907px);
  }
  .header.not-blur {
    backdrop-filter: blur(0px);
  }
}
.header-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .header-body {
    padding: 0px 40px;
  }
}
.header-logo {
  max-width: 88px;
}
@media (min-width: 768px) {
  .header-logo {
    max-width: 120px;
  }
}
.header-language-toggles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  min-height: 44px;
  min-width: 88px;
  border-radius: 100px;
  padding: 4px;
  background: rgba(30, 49, 87, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 2px 2px 5px 0px rgba(255, 255, 255, 0.1019607843) inset;
  position: relative;
}
@media (min-width: 768px) {
  .header-language-toggles {
    min-height: 54px;
    min-width: 120px;
  }
}
.header-language-toggles:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  height: calc(100% - 8px);
  width: calc(50% - 8px);
  transform: translateY(-50%);
  background: #1262FE;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.rtl .header-language-toggles:after {
  left: calc(50% + 4px);
}
.header-language-toggles.other:after {
  left: calc(50% + 4px);
  transition: all 0.3s ease;
}
.header-language-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  color: #B0B7C6;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .header-language-toggle {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .header-language-toggle:hover {
    color: #E6E8ED;
  }
}
.header-language-toggle.active {
  color: #E6E8ED;
}
.rtl .header-language-toggle:first-child {
  order: 2;
}
.rtl .header-language-toggle:last-child {
  order: 1;
}

.footer {
  position: relative;
  user-select: none; /* Отключает выделение текста */
  -webkit-user-select: none; /* Для Safari */
  -moz-user-select: none; /* Для Firefox */
  -ms-user-select: none;
}
.footer-image {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.footer-image-desktop {
  display: none;
}
@media (min-width: 768px) {
  .footer-image-desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer-image-mobile {
    display: none;
  }
}
.footer-body {
  padding: 20px 16px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 1024px) {
  .footer-body {
    padding: 50px 40px 20px 40px;
    justify-content: space-between;
    flex-direction: row;
    align-items: start;
  }
}
@media (max-width: 1023px) {
  .footer-body h4 {
    font-size: 16px !important;
    text-align: center;
  }
}
.footer-body a {
  display: block;
  max-width: fit-content;
  font-size: 16px;
  margin-top: 16px;
  transition: all 0.5s ease 0s;
  color: #B0B7C6;
}
.footer-body a:hover {
  color: #E6E8ED;
}
@media (min-width: 1024px) {
  .footer-body a {
    font-size: 20px;
  }
}
.footer-copy {
  margin-top: auto;
}

.hero-section {
  height: 100vh;
  position: relative;
}
@media (max-height: 550px) {
  .hero-section {
    height: 150vh;
  }
}
.hero-section-content {
  height: 100%;
  width: 100%;
  padding-top: 150px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .hero-section-content {
    padding-top: 100px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .hero-section-content {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .hero-section-content {
    padding-top: 130px;
  }
}
.hero-section-content svg {
  width: 20px;
  height: 60px;
}
@media (min-width: 768px) {
  .hero-section-content svg {
    width: 48px;
    height: 144px;
  }
}
.rtl .hero-section-content svg {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .hero-section-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hero-section-top {
  display: flex;
  align-items: center;
  gap: 13px;
}
.hero-section-text {
  margin-top: 80px;
  text-align: center;
}
.hero-section-text.hero-section-text-desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero-section-text {
    margin-top: 0px;
    max-width: 325px;
    text-align: left;
  }
  .hero-section-text.hero-section-text-desktop {
    display: block;
  }
  .hero-section-text.hero-section-text-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero-section-text {
    margin-left: 20px;
  }
}
.hero-section-middle {
  padding-right: 9%;
}
@media (min-width: 768px) {
  .hero-section-middle {
    margin-top: -20px;
  }
}
.rtl .hero-section-middle {
  padding-right: 0;
  padding-left: 20%;
}
.hero-section-title-wrapper {
  max-width: fit-content;
  margin-left: auto;
  text-align: right;
  position: relative;
}
.rtl .hero-section-title-wrapper {
  margin-left: 0px;
  margin-right: auto;
  text-align: left;
}
.hero-section-button {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: rotate(-7deg) translateX(-50%);
}
.hero-section-button.hero-section-button-desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero-section-button {
    right: -25px;
    top: 65%;
    transform: rotate(-7deg) translateX(0);
  }
  .hero-section-button.hero-section-button-desktop {
    display: block;
  }
  .hero-section-button.hero-section-button-mobile {
    display: none;
  }
  .rtl .hero-section-button {
    left: -25px;
    top: 85%;
    right: unset;
    transform: rotate(7deg) translateX(0);
  }
}
.hero-section-button-inner {
  position: relative;
  width: 230px;
  height: 60px;
}
@media (min-width: 1200px) {
  .hero-section-button-inner {
    width: 285px;
    height: 76px;
  }
}
.hero-section-button-inner:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 100px;
}
.hero-section-button-inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #E6E8ED;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .hero-section-button-inner span {
    font-size: 20px;
  }
}
.hero-section-button-inner svg {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.hero-section-bottom {
  padding-left: 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.rtl .hero-section-bottom {
  padding-left: 0px;
  padding-right: 7%;
}
@media (min-width: 768px) {
  .hero-section-bottom {
    margin-top: -20px;
  }
}

.values-section {
  height: 300lvh;
  position: relative;
  overflow: clip;
}
.values-section-video {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}
@media (min-width: 480px) {
  .values-section-video {
    transform: translate(-50%, -57%);
  }
}
@media (min-width: 1024px) {
  .values-section-video {
    transform: translate(-50%, -50%);
  }
}
.rtl .values-section-video {
  left: unset;
  right: 50%;
  transform: translate(50%, -50%);
}
.values-section-video video {
  position: relative;
  left: 50%;
  display: block;
  width: 1100px;
  height: 100%;
  object-fit: cover;
  border: 0px;
  box-shadow: none;
  transform: translateX(-50%);
}
.rtl .values-section-video video {
  left: unset;
  right: 50%;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .values-section-video video {
    width: 1600px;
  }
}
@media (min-width: 1440px) {
  .values-section-video video {
    width: 1800px;
  }
}
.rtl .values-section-video video {
  left: unset;
  right: 50%;
  transform: translateX(50%);
}
.values-section-body {
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 16px;
}
@media (min-width: 1024px) {
  .values-section-body {
    padding: 0px 40px;
  }
}
.values-section-content {
  padding-top: 80px;
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .values-section-content {
    padding-top: 170px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media (min-width: 1440px) {
  .values-section-content {
    padding-top: 250px;
    gap: 100px;
  }
}
@media (min-width: 1920px) {
  .values-section-content {
    padding-top: 300px;
  }
}
.values-section-content > .h2 {
  text-align: center;
  color: #556483;
}
@media (min-width: 768px) {
  .values-section-content > .h2 {
    text-align: left;
    color: #E6E8ED;
  }
  .rtl .values-section-content > .h2 {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .values-section-content > .h2 {
    padding-left: 110px;
  }
  .rtl .values-section-content > .h2 {
    font-size: 52px;
    padding-left: 0px;
    padding-right: 200px;
  }
}
@media (min-width: 1920px) {
  .values-section-content > .h2 {
    font-size: 60px;
  }
  .rtl .values-section-content > .h2 {
    font-size: 72px;
  }
}
.values-section-texts {
  height: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .values-section-texts {
    padding-top: 100px;
    margin-top: -100px;
    height: 300px;
    overflow: visible;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25px, rgb(0, 0, 0) 100px, rgb(0, 0, 0) 110px, rgba(0, 0, 0, 0) 275px);
  }
}
.values-section-text {
  padding-bottom: 10px;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transform: translate3d(0, calc(-100% * var(--percent2) - 100% * var(--percent3) - 100% * var(--percent4) - 100% * var(--percent5)), 0);
  text-align: center;
}
@media (min-width: 768px) {
  .values-section-text {
    text-align: left;
  }
  .rtl .values-section-text {
    text-align: right;
  }
}
.values-section-text:first-child {
  opacity: calc(0.2 + 0.8 * var(--percent1) - 0.8 * var(--percent2));
}
.values-section-text:nth-child(2) {
  opacity: calc(0.2 + 0.8 * var(--percent2) - 0.8 * var(--percent3));
}
.values-section-text:nth-child(3) {
  opacity: calc(0.2 + 0.8 * var(--percent3) - 0.8 * var(--percent4));
}
.values-section-text:nth-child(4) {
  opacity: calc(0.2 + 0.8 * var(--percent4) - 0.8 * var(--percent5));
}
.values-section-text:nth-child(5) {
  opacity: calc(0.2 + 0.8 * var(--percent5));
}
@media (min-width: 1024px) {
  .rtl .values-section-text {
    font-size: 52px;
  }
}
@media (min-width: 1920px) {
  .values-section-text {
    font-size: 60px;
  }
  .rtl .values-section-text {
    font-size: 72px;
  }
}
.values-section-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .values-section-bottom {
    flex-direction: row;
    align-items: start;
    margin-top: 40px;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .values-section-bottom {
    margin-top: 68px;
  }
}
.values-section-bottom-texts {
  opacity: calc(0.2 + 0.8 * var(--percent1));
}
@media (min-width: 768px) {
  .values-section-bottom-texts {
    max-width: 325px;
  }
}
@media (min-width: 1024px) {
  .values-section-bottom-texts {
    max-width: 500px;
  }
}
.values-section-bottom-texts.active2 .values-section-bottom-text:not(:nth-child(2)) {
  display: none;
}
.values-section-bottom-texts.active2 .values-section-bottom-text:nth-child(2) {
  display: block;
}
.values-section-bottom-texts.active3 .values-section-bottom-text:not(:nth-child(3)) {
  display: none;
}
.values-section-bottom-texts.active3 .values-section-bottom-text:nth-child(3) {
  display: block;
}
.values-section-bottom-texts.active4 .values-section-bottom-text:not(:nth-child(4)) {
  display: none;
}
.values-section-bottom-texts.active4 .values-section-bottom-text:nth-child(4) {
  display: block;
}
.values-section-bottom-texts.active5 .values-section-bottom-text:not(:nth-child(5)) {
  display: none;
}
.values-section-bottom-texts.active5 .values-section-bottom-text:nth-child(5) {
  display: block;
}
.values-section-bottom-text {
  text-align: center;
}
.values-section-bottom-text:not(:first-child) {
  display: none;
}
@media (min-width: 480px) {
  .values-section-bottom-text {
    max-width: 63%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .values-section-bottom-text {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .values-section-bottom-text {
    text-align: left;
  }
  .rtl .values-section-bottom-text {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .values-section-bottom-text {
    font-size: 20px;
  }
}
.values-section-line {
  margin-top: 4px;
}

.blockchains-section {
  position: relative;
  min-height: 100vh;
  background-image: url("/assets/images/blockchains-bg-mobile.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 480px) {
  .blockchains-section {
    background-image: url("/assets/images/blockchains-bg-tablet.png");
  }
}
@media (min-width: 1024px) {
  .blockchains-section {
    background-image: url("/assets/images/blockchains-bg.png");
  }
  .rtl .blockchains-section {
    background-image: url("/assets/images/blockchains-bg-rtl.png");
  }
}
.blockchains-section-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
.blockchains-section-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
  padding: 0px 16px;
  flex-direction: column;
  padding-top: 140px;
  min-height: 100vh;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .blockchains-section-body {
    flex-direction: row;
    padding: 0px 40px;
    padding-right: 0;
    padding-top: 0px;
  }
  .rtl .blockchains-section-body {
    padding-right: 40px;
    padding-left: 0px;
  }
}
.blockchains-section-left {
  width: 100%;
  max-width: 800px;
  text-align: center;
}
@media (min-width: 480px) {
  .blockchains-section-left {
    max-width: 73%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .blockchains-section-left {
    max-width: 800px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1024px) {
  .blockchains-section-left {
    max-width: 640px;
  }
}
@media (min-width: 1200px) {
  .blockchains-section-left {
    max-width: 700px;
  }
}
@media (min-width: 1440px) {
  .blockchains-section-left {
    max-width: 800px;
  }
}
.blockchains-section-left .h1 {
  position: relative;
  line-height: 1.3;
}
.blockchains-section-left .h1 span {
  text-shadow: 0px 0px 11px rgb(61, 126, 254);
  position: relative;
}
.blockchains-section-left .h1 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #082C72 -30.2%, rgba(8, 44, 114, 0) 108.48%);
  filter: blur(54px);
  -webkit-filter: blur(54px);
  z-index: -1;
}
@media (min-width: 1024px) {
  .blockchains-section-left {
    text-align: left;
  }
  .rtl .blockchains-section-left {
    text-align: right;
  }
}
.blockchains-section-top {
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .blockchains-section-top {
    justify-content: start;
  }
}
.blockchains-section-top .text {
  display: none;
  max-width: 210px;
}
@media (min-width: 1024px) {
  .blockchains-section-top .text {
    display: block;
  }
}
.blockchains-section-row {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .blockchains-section-row {
    margin-top: 56px;
    max-width: 720px;
    flex-direction: row;
    justify-content: space-between;
  }
  .rtl .blockchains-section-row {
    max-width: 680px;
  }
}
.blockchains-section-row-left {
  display: flex;
  align-items: start;
  gap: 20px;
}
.blockchains-section-icon {
  flex: 0 0 66px;
}
.blockchains-section-text {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .blockchains-section-text {
    max-width: 260px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .rtl .blockchains-section-text {
    max-width: 320px;
  }
}
.blockchains-section-container {
  position: relative;
  width: calc(100% + 64px);
  left: -16px;
  height: 340px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: grab; /* Курсор показывает, что элемент можно перетаскивать */
  user-select: none; /* Отключает выделение текста */
  -webkit-user-select: none; /* Для Safari */
  -moz-user-select: none; /* Для Firefox */
  -ms-user-select: none;
}
@media (max-height: 600px) {
  .blockchains-section-container {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .blockchains-section-container {
    width: unset;
    flex: 1;
    height: 100vh;
  }
}
.blockchains-section-container:active {
  cursor: grabbing;
}
@media (min-width: 1024px) {
  .blockchains-section-container {
    justify-content: end;
  }
}
@media (min-width: 1440px) {
  .blockchains-section-container {
    padding-right: 50px;
  }
  .rtl .blockchains-section-container {
    padding-right: 0px;
    padding-left: 50px;
  }
}
@media (min-width: 1920px) {
  .blockchains-section-container {
    padding-right: 200px;
  }
  .rtl .blockchains-section-container {
    padding-right: 0px;
    padding-left: 200px;
  }
}
.blockchains-section-slider {
  position: absolute;
  width: 300px;
  height: 100%;
  transform-style: preserve-3d;
  perspective: 1000px;
  z-index: 2;
  left: calc(50% + 32px);
  transform: translateX(-50%);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .blockchains-section-slider {
    left: unset;
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .blockchains-section-slider {
    width: 440px;
  }
}
@media (min-width: 1920px) {
  .blockchains-section-slider {
    width: 500px;
  }
}
.blockchains-section-item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  opacity: 0;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: none; /* Отключаем все переходы для полного контроля */
}
@media (min-width: 1024px) {
  .blockchains-section-item {
    height: 84px;
  }
}
.blockchains-section-item-icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 24px;
}
.rtl .blockchains-section-item-icon {
  margin-right: 0px;
  margin-left: 24px;
}
@media (min-width: 1024px) {
  .blockchains-section-item-icon {
    width: 84px;
    height: 84px;
  }
}
.blockchains-section-item-icon img {
  object-fit: contain;
}
.blockchains-section-line {
  display: none;
}
@media (min-width: 1024px) {
  .blockchains-section-line {
    display: block;
  }
}
.blockchains-section-button {
  position: relative;
  padding: 1px;
  min-width: 270px;
  flex-shrink: 0;
}
.rtl .blockchains-section-button {
  min-width: 190px;
}
.blockchains-section-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(133.52deg, #1262FE 4.15%, rgba(0, 0, 0, 0) 30.77%), linear-gradient(297.95deg, #1262FE 2.39%, rgba(0, 0, 0, 0) 32.01%);
}
.blockchains-section-button-inner {
  background-color: #010B20;
  padding: 8px 16px;
  position: relative;
  z-index: 2;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.blockchains-section-button-inner span {
  text-shadow: 0px 0px 11px rgb(61, 126, 254);
  position: relative;
  color: #E7EFFF;
  font-size: 16px;
  font-weight: 500;
}
.blockchains-section-button-inner span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #082C72 -30.2%, rgba(8, 44, 114, 0) 108.48%);
  filter: blur(54px);
  -webkit-filter: blur(54px);
  z-index: -1;
}
.blockchains-section-button-inner svg {
  flex: 0 0 40px;
}

.feature-section {
  height: 100vh;
  overflow: hidden;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .feature-section {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .feature-section {
    margin-top: 100px;
  }
}
.feature-section-body {
  position: sticky;
  height: 100vh;
  top: 0;
}
.feature-section-image {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: 100%;
  background-image: url("/assets/images/feature-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.feature-section-2 .feature-section-image {
  background-image: url("/assets/images/feature-2.png");
}
.feature-section-3 .feature-section-image {
  background-image: url("/assets/images/feature-3.png");
}
.feature-section-content {
  position: absolute;
  bottom: 0;
  padding: 40px 16px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 480px) {
  .feature-section-content {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .feature-section-content {
    padding: 40px;
  }
}
.feature-section-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  z-index: 1;
  background: linear-gradient(0.62deg, #11000C 20.32%, rgba(17, 0, 12, 0) 99.46%);
}
.feature-section-2 .feature-section-content:before {
  background: linear-gradient(0.62deg, #05001D 20.32%, rgba(5, 0, 29, 0) 99.46%);
}
.feature-section-3 .feature-section-content:before {
  background: linear-gradient(0.62deg, #000E1A 20.32%, rgba(0, 14, 26, 0) 99.46%);
}
@media (min-width: 480px) {
  .feature-section-content:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .feature-section-content:before {
    display: block;
  }
}
.feature-section-content h3 {
  flex-shrink: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .feature-section-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .feature-section-content h3 {
    text-align: left;
  }
  .rtl .feature-section-content h3 {
    text-align: right;
  }
}
.feature-section-content p {
  margin: 0px;
  max-width: 540px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
@media (min-width: 480px) {
  .feature-section-content p {
    display: none;
  }
}
@media (min-width: 1024px) {
  .feature-section-content p {
    display: block;
    text-align: left;
    font-size: 16px;
  }
  .rtl .feature-section-content p {
    text-align: right;
  }
}
.feature-section-button {
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 100px;
  position: relative;
  place-content: center;
  font-size: 16px;
  color: #E6E8ED;
  flex-shrink: 0;
  text-shadow: 0 1px 0 #000;
  z-index: 2;
  border: solid 2px transparent;
  --gradient-border: conic-gradient(
  	from var(--border-angle),
  	transparent 0%,
  	var(--border-color-1) 10%,
  	var(--border-color-2) 30%,
  	var(--border-color-3) 60%,
  	transparent 80%
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 3s linear infinite;
}
@media (min-width: 1024px) {
  .feature-section-button {
    padding: 14px 22px;
  }
}
.feature-section-button span {
  position: relative;
  z-index: 2;
}
.feature-section-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%) rotate(180deg);
  height: 57px;
  z-index: 1;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.feature-section-button.pink {
  box-shadow: 2px 2px 5px 0px rgba(88, 12, 69, 0.2) inset;
  --border-angle: 0turn;
  --border-color-1: rgba(225, 32, 176, 0.2);
  --border-color-2: rgba(225, 32, 176, 0.8);
  --border-color-3: rgba(225, 32, 176, 0.2);
  --main-bg: conic-gradient(
  	from var(--border-angle),
  	#1F0217,
  	#1F0217 0%,
  	#1F0217 0%,
  	#1F0217 0%
  );
}
.feature-section-button.pink:before {
  background: linear-gradient(180deg, rgba(250, 35, 196, 0.7) -30.2%, rgba(250, 35, 196, 0) 108.48%);
}
.feature-section-button.purple {
  box-shadow: 2px 2px 5px 0px rgba(54, 12, 88, 0.2) inset;
  --border-angle: 0turn;
  --border-color-1: rgba(122, 32, 225, 0.2);
  --border-color-2: rgba(122, 32, 225, 0.8);
  --border-color-3: rgba(116, 32, 225, 0.2);
  --main-bg: conic-gradient(
  	from var(--border-angle),
  	#0D012D,
  	#0D012D 0%,
  	#0D012D 0%,
  	#0D012D 0%
  );
}
.feature-section-button.purple:before {
  background: linear-gradient(180deg, rgba(95, 14, 255, 0.7) -30.2%, rgba(95, 14, 255, 0) 108.48%);
}
.feature-section-button.blue {
  box-shadow: 2px 2px 5px 0px rgba(12, 58, 88, 0.2) inset;
  --border-angle: 0turn;
  --border-color-1: rgba(32, 164, 225, 0.2);
  --border-color-2: rgba(32, 170, 225, 0.8);
  --border-color-3: rgba(32, 164, 225, 0.2);
  --main-bg: conic-gradient(
  	from var(--border-angle),
  	#041824,
  	#041824 0%,
  	#041824 0%,
  	#041824 0%
  );
}
.feature-section-button.blue:before {
  background: linear-gradient(180deg, rgba(50, 212, 254, 0.7) -30.2%, rgba(50, 212, 254, 0) 108.48%);
}
.feature-section-button:hover:before {
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.feature-section-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  background-color: rgba(0, 1, 3, 0.1);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.5s ease 0s;
}
@media (min-width: 1024px) {
  .feature-section-modal {
    padding: 40px;
  }
}
.feature-section-modal.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  transition: all 0.5s ease 0s;
}
.feature-section-modal-wrapper {
  width: 100%;
  position: relative;
  padding: 1px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .feature-section-modal-wrapper {
    border-radius: 60px;
  }
}
.feature-section-modal-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(133.52deg, #350729 4.15%, rgba(0, 0, 0, 0) 30.77%), linear-gradient(297.95deg, #350729 2.39%, rgba(0, 0, 0, 0) 32.01%);
  border-radius: 60px;
}
.purple .feature-section-modal-wrapper:before {
  background: linear-gradient(133.52deg, #140335 4.15%, rgba(0, 0, 0, 0) 30.77%), linear-gradient(297.95deg, #140335 2.39%, rgba(0, 0, 0, 0) 32.01%);
}
.blue .feature-section-modal-wrapper:before {
  background: linear-gradient(133.52deg, #0B2C35 4.15%, rgba(0, 0, 0, 0) 30.77%), linear-gradient(297.95deg, #0B2C35 2.39%, rgba(0, 0, 0, 0) 32.01%);
}
.feature-section-modal-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 1, 3, 0.9);
  overflow-y: auto;
  scrollbar-width: none;
  position: relative;
  z-index: 2;
  padding: 16px;
  max-height: 100dvh;
}
@media (min-width: 1024px) {
  .feature-section-modal-inner {
    padding: 52px 36px;
    border-radius: 60px;
  }
}
.feature-section-modal-inner::-webkit-scrollbar {
  display: none;
}
.feature-section-modal-top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 32px;
}
.feature-section-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(1, 22, 64);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.feature-section-modal-row {
  margin-top: 28px;
}
.feature-section-modal-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .feature-section-modal-content {
    gap: 20px;
  }
}
.feature-section-modal-icon {
  width: 36px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .feature-section-modal-icon {
    width: 95px;
  }
}
.feature-section-modal-title {
  font-size: 16px;
  color: #E6E8ED;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .feature-section-modal-title {
    font-size: 18px;
  }
}
.feature-section-modal-text {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .feature-section-modal-text {
    margin-top: 10px;
    padding-left: 115px;
  }
}
.feature-section-modal-text * {
  line-height: 140%;
}
.feature-section-modal-text ul {
  list-style: disc;
  padding-left: 20px;
}
.rtl .feature-section-modal-text ul {
  padding-left: 0px;
  padding-right: 20px;
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
.cards-section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cards-section {
    height: 100vh;
  }
}
.cards-section-body {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-image: url("/assets/images/cards-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .cards-section-body {
    padding: 40px;
    justify-content: end;
    padding-bottom: 80px;
  }
}
.cards-section-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 6px;
  max-width: 375px;
}
@media (min-width: 480px) {
  .cards-section-title {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .cards-section-title {
    justify-content: center;
    column-gap: 30px;
  }
}
@media (min-width: 1024px) {
  .cards-section-title {
    margin-top: 40px;
  }
}
.cards-section-title svg {
  flex-shrink: 0;
}
.cards-section-items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .cards-section-items {
    flex-direction: row;
    align-items: stretch;
  }
  .rtl .cards-section-items {
    justify-content: end;
  }
}
@media (min-width: 1024px) {
  .cards-section-items {
    margin-top: 85px;
    gap: 40px;
  }
}
.cards-section-item {
  padding: 24px;
  width: 100%;
  max-width: 360px;
  min-height: 343px;
  position: relative;
  background-image: url("/assets/images/card-bg-mobile.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 390px) {
  .cards-section-item {
    min-width: 360px;
  }
}
@media (min-width: 1024px) {
  .cards-section-item {
    min-height: 450px;
  }
}
@media (min-width: 1440px) {
  .cards-section-item {
    padding: 44px;
    min-width: 460px;
    min-height: 500px;
    background-image: url("/assets/images/card-bg.png");
  }
}
@media (min-width: 1920px) {
  .cards-section-item {
    min-width: 600px;
    min-height: 600px;
  }
}
.cards-section-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #011640;
}
.cards-section-item-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .cards-section-item-content {
    justify-content: end;
    gap: 34px;
  }
}
.cards-section-item-content p {
  color: #DBDBDB;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .cards-section-item-content p {
    font-size: 20px;
  }
}

.faq-section {
  padding: 40px 0px;
  background: #000103;
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  .faq-section {
    transform: translateY(0px) !important;
  }
}
@media (min-width: 768px) {
  .faq-section {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 80px 0px;
  }
}
.faq-section-body {
  padding: 0px 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 1024px) {
  .faq-section-body {
    padding: 0px 40px;
  }
}
.faq-section-body .h1 {
  text-align: center;
}
.faq-section-items {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 20px;
}
@media (min-width: 768px) {
  .faq-section-items {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .faq-section-items {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.faq-section-item {
  position: relative;
  cursor: pointer;
  padding: 1px;
}
.faq-section-item:not(:first-child) {
  margin-top: 20px;
}
.faq-section-item.active .faq-section-icon {
  transform: rotate(180deg);
}
.faq-section-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(133.52deg, #1262FE 4.15%, rgba(0, 0, 0, 0) 30.77%), linear-gradient(297.95deg, #1262FE 2.39%, rgba(0, 0, 0, 0) 32.01%);
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.faq-section-item.active:before,
.faq-section-item.active .faq-section-item-inner:before,
.faq-section-item.active .faq-section-item-inner:after {
  opacity: 1;
}
@media (min-width: 1024px) {
  .faq-section-item:hover:before,
  .faq-section-item:hover .faq-section-item-inner:before,
  .faq-section-item:hover .faq-section-item-inner:after {
    opacity: 1;
  }
}
.faq-section-item-inner {
  background-color: #010B20;
  padding: 24px 20px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .faq-section-item-inner {
    padding: 34px;
  }
}
.faq-section-item-inner:before {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  left: -30px;
  top: -30px;
  position: absolute;
  z-index: 1;
  background-color: #1262FE;
  border-radius: 50%;
  filter: blur(60px);
  -webkit-filter: blur(60px);
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.faq-section-item-inner:after {
  content: "";
  display: block;
  width: 86px;
  height: 86px;
  bottom: -30px;
  right: -30px;
  position: absolute;
  z-index: 1;
  background-color: #1262FE;
  border-radius: 50%;
  filter: blur(60px);
  -webkit-filter: blur(60px);
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.faq-section-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  border: 0px;
}
@media (min-width: 768px) {
  .faq-section-toggle {
    min-height: 64px;
  }
}
.faq-section-title {
  text-align: left;
  line-height: 1.6;
}
.rtl .faq-section-title {
  text-align: right;
}
@media (min-width: 1024px) {
  .faq-section-title {
    max-width: 78%;
  }
}
.faq-section-icon {
  transition: all 0.5s ease 0s;
}
.faq-section-content {
  transition: all 0.5s ease 0s;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .faq-section-content {
    max-width: 78%;
  }
}
.faq-section-content p:first-child {
  padding-top: 20px;
}
.faq-section-content * {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .faq-section-content * {
    font-size: 16px;
  }
}
.rtl .faq-section-content {
  text-align: right;
}

/*# sourceMappingURL=styles.min.css.map */
