.faq__inner {
    border-radius: 28px;
    border: 1px solid var(--separator-default);
    padding: 24px;
    background-color: var(--background-tile);
}
.faq__item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--separator-default);
}
.faq__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.faq__item-head {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq__item-head.open .faq__item-head-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq__item-title {
    margin: 0;
}
.faq__item-head-icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    -o-transition: transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    margin-left: 8px;
}
.faq__item-description {
    padding-top: 24px;
    color: var(--gray-default);
}
.faq__item-content {
    display: none;
}
.direction-rtl .faq__item-head-icon {
    margin-left: 0;
    margin-right: 8px;
}
@media (max-width: 768px) {
    .head__title {
        text-align: center; /* 手机端居中 */
    }
}
 {
    .faq__inner {
        padding: 16px;
    }
    .faq__item-description {
        padding-top: 16px;
    }
    .faq__item {
        margin-top: 16px;
        padding-top: 16px;
    }
    .faq__item-head-icon {
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.button-app__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.button-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--separator-default);
    border-radius: 12px;
    padding: 0 12px 0 60px;
    margin-left: -48px;
}
.button-app-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: 8px;
}
.button-app-item:first-child {
    margin-left: 0;
}
.head {
    margin-top: 28px;
}
.head .container {
    padding: 0 16px;
    max-width: 1112px;
}
.head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.head__image {
    width: 532px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 24px;
}
.head__image-box {
    width: 100%;
    height: 0;
    overflow: visible;
    padding-bottom: 100%;
    position: relative;
}
.head__image-box img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateX(-50%);
}
.head__title {
    margin: 0;
}
.head__description {
    margin-top: 24px;
}
.head-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
}
.head-apps__wallet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
}
.head-apps__wallet-outer {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.head-apps__wallet-outer::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--elements-main);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.head-apps__wallet-outer:hover::after {
    top: 0;
    left: 0;
    width: 112px;
    height: 112px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.head-apps__wallet-outer:hover .head-apps__wallet-outer-wrap > svg {
    fill: var(--elements-contrast);
}
.head-apps__wallet-outer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 98px;
    height: 98px;
    position: relative;
}
.head-apps__wallet-outer-wrap > svg {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    fill: var(--elements-main);
}
.head-apps__wallet-inner {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--elements-main);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.head-apps__wallet-inner svg {
    fill: var(--elements-contrast);
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.head-apps__badges {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.head-apps__badges-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
}
.head-apps__badges-item:first-child {
    margin-top: 0;
}
@media (max-width: 992px) {
    .head__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .head__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .head__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        width: 100%;
        max-width: 532px;
    }
}
@media (max-width: 768px) {
    .head {
        margin-top: 0;
    }
    .head__title {
        font-weight: 700;
        font-size: 26px;
        line-height: 120%;
    }
    .head__description {
        margin-top: 8px;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
    }
    .head-apps {
        margin-top: 30px;
        width: 100%;
    }
    .head-apps__badges {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}
.secure {
    margin-top: 128px;
}
.secure__title {
    margin: 0;
}
.secure__inner {
    margin-top: 48px;

}
.secure__item {
    padding: 24px;
    border: 1px solid var(--separator-default);
    border-radius: 28px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.secure__item:first-child {
    margin-top: 0;
}
.secure__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.secure__item-title {
    margin-top: 16px;
}
.secure__item-value {
    margin-top: 16px;
    color: var(--gray-default);
}
.secure__button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px;
}
.secure__button.mobile {
    display: none;
}
@media (max-width: 992px) {
    .secure__title {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .secure {
        margin-top: 40px;
    }
    .secure__inner {
        margin-top: 16px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
  
    .secure__button {
        display: none;
        margin-top: 16px;
        padding: 0 16px;
        width: 100%;
    }
    .secure__button.mobile {
        display: block;
    }
    .secure__button.mobile .button {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .secure__inner {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.features__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
}
.features__item {
    width: calc(50% - 20px);
    margin-left: 20px;
}
.fort {
    margin-top: 128px;
    padding: 64px 0;
    background-size: cover;
    background-position: top;
    position: relative;
}
.fort::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.fort__wrapper {
    position: relative;
    z-index: 5;
}
.fort-title {
    margin: 0;
    color: var(--default-white);
}
.fort-description {
    color: var(--default-white);
    margin-top: 16px;
}
.fort__inner {
    display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 24px;
    margin-top: 48px;
}
.fort__item {
    margin-top: 24px;
    background: rgba(165, 165, 165, 0.25);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    padding: 24px;
    border-radius: 28px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}
.fort__item:first-child {
}
.fort__item-titile {
    color: var(--default-white);
    margin: 0;
}
.fort__item-description {
    color: var(--default-white);
    margin-top: 16px;
}
.fort__info {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 48px;
}
.fort__info-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.fort__info-button.mobile {
    display: none;
}
.fort__info-button .button.large.contrast {
    z-index: 5;
}
.fort__info-button-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    border: 1px solid var(--separator-default);
}
.fort__info-button-item {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fort__info-button-item:first-child {
    margin-left: 0;
}
.fort__info-button-app {
    padding: 12px 12px 12px 56px;
    margin-left: -48px;
    z-index: 1;
}
.fort__info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fort__info-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background-color: var(--default-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.fort__info-wrapper {
    margin-left: 16px;
}
.fort__info-title {
    color: var(--default-white);
}
.fort__info-description {
    margin-top: 8px;
    color: var(--default-white);
}
@media (max-width: 992px) {
    .fort__wrapper {
        padding: 0 16px;
    }
    .fort__info {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .fort {
        margin-top: 40px;
        padding: 40px 0;
    }
    .fort__inner {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        margin-top: 16px;
    }
    .fort__item {
        margin-top: 16px;
    }
    .fort__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 16px;
        margin-top: 16px;
    }
    .fort__info-button {
        display: none;
        margin-left: 0;
        margin-top: 16px;
    }
    .fort__info-button.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .fort__info-button.mobile .button {
        width: 100%;
    }
    .fort-description {
        margin-top: 8px;
    }
}
@media (max-width: 576px) {
    .fort__inner {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.cropty-wallet {
    margin-top: 128px;
}
.cropty-wallet__title {
    margin: 0;
}
.cropty-wallet__description {
    margin-top: 8px;
}
.cropty-wallet__inner {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cropty-wallet__item {
    width: 50%;
    padding: 16px;
}
.cropty-wallet__item-image {
    width: 100%;
}
.cropty-wallet__item-image-box {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 63%;
    position: relative;
}
.cropty-wallet__item-image-box img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.cropty-wallet__item-title {
    margin: 16px 0 0;
    text-align: center;
}
.cropty-wallet__item-description {
    margin-top: 8px;
    text-align: center;
}
.cropty-wallet__item-addition {
    color: var(--gray-default);
    margin-top: 8px;
    text-align: center;
}
.cropty-wallet__item-button {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cropty-wallet__item-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cropty-wallet__item-app:first-child {
    margin-left: 0;
}
.cropty-wallet__item-qrcode {
    margin-left: 16px;
}
.cropty-wallet__item-divider {
    width: 1px;
    padding: 24px 0;
}
.cropty-wallet__item-line {
    background-color: var(--separator-default);
    width: 100%;
    height: 100%;
}
@media (max-width: 992px) {
    .cropty-wallet__title,
    .cropty-wallet__description {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .cropty-wallet {
        margin-top: 40px;
    }
    .cropty-wallet__inner {
        margin-top: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cropty-wallet__item-divider {
        padding: 0 40px;
        width: 100%;
        height: 1px;
        margin: 16px 0 0;
    }
    .cropty-wallet__item {
        width: 100%;
        padding: 0 16px;
    }
    .cropty-wallet__item-image {
        max-width: 508px;
        margin: 0 auto;
    }
}
.spending-control {
    margin-top: 128px;
}
.spending-control__title {
    margin: 0;
}
.spending-control__description {
    margin-top: 16px;
}
.spending-control__wrapper {
    margin-top: 48px;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid var(--separator-default);
    border-radius: 28px;
}
.spending-control__item {
    padding: 0 24px;
    border-left: 1px solid var(--separator-default);
    width: 33.3333333333%;
}
.spending-control__item:first-child {
    border-left: none;
}
.spending-control__item-image {
    width: 100%;
}
.spending-control__item-image-box {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 61.54%;
    border-radius: 28px;
}
.spending-control__item-image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 28px;
}
.spending-control__item-title {
    margin: 16px 0 0;
}
.spending-control__item-title a {
    text-decoration: underline;
    color: var(--elements-link);
}
.spending-control__item-description {
    margin-top: 8px;
}
.spending-control__apps {
    padding: 24px 0 0;
    margin: 24px 24px 0 24px;
    border-top: 1px solid var(--separator-default);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.spending-control__apps-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.spending-control__apps-logo {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid var(--separator-default);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.spending-control__apps-title {
    margin-left: 16px;
}
.spending-control__apps-button {
    margin-left: 48px;
}
.spending-control__apps-button.mobile {
    display: none;
}
@media (max-width: 992px) {
    .spending-control__title,
    .spending-control__description {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .spending-control {
        margin-top: 40px;
    }
    .spending-control__wrapper {
        padding: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 16px;
    }
    .spending-control__item {
        width: 100%;
        padding: 0;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid var(--separator-default);
        border-left: none;
    }
    .spending-control__item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
    .spending-control__apps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 16px 0 0;
        padding-top: 16px;
    }
    .spending-control__apps-button {
        display: none;
    }
    .spending-control__apps-button.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-top: 16px;
        width: 100%;
    }
    .spending-control__apps-button.mobile .button {
        width: 100%;
    }
    .spending-control__description {
        margin-top: 8px;
    }
}
.lightning-fast {
    margin-top: 128px;
}
.lightning-fast__title {
    margin: 0;
}
.lightning-fast__description {
    margin-top: 16px;
}
.lightning-fast__wrapper {
    margin-top: 48px;
    border-radius: 28px;
    border: 1px solid var(--separator-default);
    padding: 24px;
}
.lightning-fast__item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--separator-default);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lightning-fast__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.lightning-fast__item-image {
    width: 100%;
    max-width: 317px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.lightning-fast__item-image-box {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 60.57%;
    position: relative;
}
.lightning-fast__item-image-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.lightning-fast__item-content {
    margin-left: 24px;
}
.lightning-fast__item-content.right {
    margin-left: 0;
    margin-right: 24px;
}
.lightning-fast__item-title {
    margin: 0;
}
.lightning-fast__item-description {
    margin-top: 8px;
}
.lightning-fast__item-description a {
    text-decoration: underline;
    color: var(--elements-link);
}
.lightning-fast__wallet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 48px;
}
.lightning-fast__wallet-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lightning-fast__wallet-logo {
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--separator-default);
}
.lightning-fast__wallet-box {
    margin-left: 16px;
}
.lightning-fast__wallet-description {
    margin-top: 8px;
}
.lightning-fast__wallet-app {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 48px;
}
.lightning-fast__wallet-app.mobile {
    display: none;
}
@media (max-width: 992px) {
    .lightning-fast__title,
    .lightning-fast__description,
    .lightning-fast__wallet {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .lightning-fast {
        margin-top: 40px;
    }
    .lightning-fast__description {
        margin-top: 8px;
    }
    .lightning-fast__wrapper {
        margin-top: 16px;
    }
    .lightning-fast__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 16px;
        padding-top: 16px;
    }
    .lightning-fast__item-content {
        width: 100%;
        margin: 24px 0 0;
    }
    .lightning-fast__item-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .lightning-fast__item-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .lightning-fast__wallet {
        margin-top: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lightning-fast__wallet-app {
        display: none;
        width: 100%;
        margin: 16px 0 0;
    }
    .lightning-fast__wallet-app.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .lightning-fast__wallet-app.mobile .button {
        width: 100%;
    }
    .lightning-fast__wallet-info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.multi-chain {
    margin-top: 128px;
}
.multi-chain__title {
    margin: 0;
}
.multi-chain__description {
    margin-top: 16px;
}
.multi-chain__wrapper {
    margin-top: 48px;
    border: 1px solid var(--separator-default);
    border-radius: 28px;
    padding: 24px;
}
.multi-chain__item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--separator-default);
}
.multi-chain__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.multi-chain__item-title {
    margin: 0;
}
.multi-chain__item-description {
    margin-top: 8px;
}
.multi-chain__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.multi-chain__content-item {
    width: calc(50% - 24px);
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px solid var(--separator-default);
}
.multi-chain__content-item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.multi-chain__content-icon {
    width: 80px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.multi-chain__content-title {
    margin-top: 16px;
}
.multi-chain__content-description {
    margin-top: 16px;
    color: var(--gray-default);
}
.multi-chain__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -24px;
    margin-left: -24px;
    padding-top: 24px;
}
.multi-chain__item-part {
    border-radius: 28px;
    padding: 13px;
    margin-top: 24px;
    margin-left: 24px;
    width: calc(33.3333333333% - 24px);
    overflow: hidden;
    position: relative;
}
.multi-chain__item-part::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 28px;
    background-color: var(--elements-contrast);
    z-index: 5;
}
.multi-chain__item-part-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}
.multi-chain__item-part-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.multi-chain__item-part-content {
    margin-left: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.multi-chain__item-part-name,
.multi-chain__item-part-codename {
    color: var(--elements-main);
}
.multi-chain__item-part-arrow {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.multi-chain__item-part-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
}
.multi-chain__item-part-box {
    position: relative;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.multi-chain__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-top: -24px;
    padding-top: 24px;
}
.multi-chain__box .multi-chain__item-part::before {
    display: none;
}
@media (max-width: 992px) {
    .multi-chain__title,
    .multi-chain__description {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .multi-chain {
        margin-top: 40px;
    }
    .multi-chain__wrapper {
        margin-top: 48px;
        padding: 16px;
    }
    .multi-chain__description {
        margin-top: 8px;
    }
    .multi-chain__item {
        margin-top: 16px;
        padding-top: 16px;
    }
    .multi-chain__item-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .multi-chain__item-part {
        width: calc(50% - 24px);
    }
}
@media (max-width: 576px) {
    .multi-chain__item-part {
        width: 100%;
    }
    .multi-chain__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .multi-chain__content-item {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid var(--separator-default);
    }
    .multi-chain__content-item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
}
.cropty-vs-wallets {
    margin-top: 128px;
}
.cropty-vs-wallets__title {
    margin: 0;
}
.cropty-vs-wallets__inner {
    margin-top: 48px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid var(--separator-default);
}
.cropty-vs-wallets__headers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cropty-vs-wallets__item {
    margin-top: 8px;
    padding-top: 8px;
    margin-left: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid var(--separator-default);
}
.cropty-vs-wallets__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.cropty-vs-wallets__item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 8px;
    width: calc(50% - 8px);
}
.cropty-vs-wallets__item-wrapper {
    width: calc(50% - 12px);
}
.cropty-vs-wallets__item-header-green {
    color: var(--elements-link);
}
.cropty-vs-wallets__strs {
    margin-top: 24px;
}
.cropty-vs-wallets__item-value {
    padding: 4px;
    border-radius: 58px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cropty-vs-wallets__item-value.green {
    background-color: var(--elements-default);
}
.cropty-vs-wallets__item-text {
    padding: 3px 8px 3px 4px;
}
.cropty-vs-wallets__button {
    margin-top: 16px;
}
.cropty-vs-wallets__button.mobile {
    display: none;
}
@media (max-width: 992px) {
    .cropty-vs-wallets__title {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .cropty-vs-wallets {
        margin-top: 40px;
    }
    .cropty-vs-wallets__inner {
        padding: 8px 16px 16px;
        margin-top: 16px;
    }
    .cropty-vs-wallets__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cropty-vs-wallets__item-box {
        width: 100%;
        text-align: center;
    }
    .cropty-vs-wallets__item-box {
        margin-top: 8px;
    }
    .cropty-vs-wallets__item-box:first-child {
        margin-top: 0;
    }
    .cropty-vs-wallets__item-value {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cropty-vs-wallets__item-value svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .cropty-vs-wallets__strs {
        margin-top: 8px;
    }
    .cropty-vs-wallets__headers {
        position: sticky;
        top: 56px;
        background-color: var(--elements-contrast);
        padding: 8px 0;
    }
    .cropty-vs-wallets__headers .cropty-vs-wallets__item-box {
        margin-top: 0;
    }
    .cropty-vs-wallets__button {
        display: none;
    }
    .cropty-vs-wallets__button.mobile {
        display: block;
    }
    .cropty-vs-wallets__button.mobile .button {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .cropty-vs-wallets__item-value svg {
        display: none;
    }
    .cropty-vs-wallets__item-text {
        padding: 0;
    }
}
.support {
    margin-top: 128px;
    padding: 64px 0;
    background-color: var(--background-tile);
}
.support__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.support__head-image {
    width: 128px;
    height: 128px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.support__head-image img {
    width: 100%;
    height: 100%;
}
.support__head-info {
    margin-left: 32px;
}
.support__head-title {
    margin: 0;
}
.support__head-descrition {
    margin-top: 16px;
}
.support__inner {
    padding-top: 48px;
    overflow: auto;
}
.support__inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -24px;
}
.support__item {
    width: calc(25% - 24px);
    margin-left: 24px;
    padding: 24px;
    background-color: var(--elements-contrast);
    border-radius: 28px;
}
.support__item-description {
    margin-top: 16px;
    color: var(--gray-default);
}
.support__description {
    margin-top: 48px;
}
@media (max-width: 992px) {
    .support__head,
    .support__inner,
    .support__description {
        padding-left: 16px;
        padding-right: 16px;
    }
    .support__inner-box {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .support__item {
        width: 280px;
    }
}
@media (max-width: 768px) {
    .support {
        margin-top: 40px;
        padding: 40px 0;
    }
    .support__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .support__head-info {
        width: 100%;
        margin-top: 32px;
        margin-left: 0;
    }
    .support__description {
        margin-top: 16px;
    }
    .support__inner {
        padding-top: 16px;
    }
}
.faq {
    margin-top: 128px;
}
.faq__title {
    margin: 0;
}
.faq__wrapper {
    margin-top: 24px;
}
.faq__description {
    margin-top: 24px;
}
.faq__description a {
    text-decoration: underline;
    color: var(--elements-link);
}
@media (max-width: 992px) {
    .faq__title,
    .faq__description {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .faq {
        margin-top: 40px;
    }
}
.subscribe {
    margin-top: 128px;
}
.subscribe__title {
    margin: 0;
}
.subscribe__wrapper {
    padding: 24px;
    border-radius: 28px;
    background-color: var(--blue-default);
}
.subscribe__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}
.subscribe__image {
    width: 100%;
    max-width: 260px;
}
.subscribe__image-box {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 61.5%;
    position: relative;
}
.subscribe__image-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.subscribe__value {
    margin-left: 32px;
}
.subscribe__form {
    margin-left: 32px;
    min-width: 288px;
}
.subscribe__form-button {
    width: 100%;
    margin-top: 8px;
}
@media (max-width: 992px) {
    .subscribe__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .subscribe__image {
        width: 100%;
    }
    .subscribe__value {
        margin: 32px 0 0;
    }
    .subscribe__form {
        width: 100%;
        margin: 32px 0 0;
    }
}
@media (max-width: 768px) {
    .subscribe {
        margin-top: 40px;
    }
    .subscribe__wrapper {
        padding: 16px;
    }
}
@media (max-width: 576px) {
    .subscribe__image {
        margin: 0 auto;
    }
}
.guru {
    margin-top: 128px;
}
.guru__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -48px;
}
.guru__item {
    margin-left: 48px;
    width: calc(50% - 48px);
}
.guru__item-image {
    max-width: 280px;
}
.guru__item-image-box {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}
.guru__item-image-box img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.guru__item-title {
    margin: 24px 0 0;
}
.guru__item-description {
    margin-top: 8px;
}
.guru__accordion-item {
    margin-top: 24px;
    border-radius: 28px;
    border: 2px solid var(--elements-default);
    padding: 24px;
    -webkit-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    transition: background-color 0.15s;
}
.guru__accordion-item:first-child {
    margin-top: 0;
}
.guru__accordion-item.closed {
    cursor: pointer;
    background-color: var(--elements-default);
}
.guru__accordion-item.closed .guru__accordion-item-icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
.guru__accordion-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.guru__accordion-item-icon {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: opacity 0.15s, -webkit-transform 0.15s;
    -o-transition: transform 0.15s, opacity 0.15s;
    transition: transform 0.15s, opacity 0.15s;
    transition: transform 0.15s, opacity 0.15s, -webkit-transform 0.15s;
}
.guru__accordion-item-content {
    display: none;
}
.guru__accordion-item-value {
    padding-top: 8px;
}
@media (max-width: 992px) {
    .guru__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .guru__item {
        width: 100%;
        margin-top: 16px;
    }
    .guru__item:first-child {
        margin-top: 0;
    }
    .guru__item.guru-head {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .guru {
        margin-top: 40px;
    }
    .guru__accordion-item {
        margin-top: 16px;
        padding: 16px;
    }
}
.direction-rtl .multi-chain__item-part-content {
    margin-right: 8px;
    margin-left: 0;
}
.direction-rtl .head-apps__badges {
    margin-left: 0;
    margin-right: 24px;
}
.direction-rtl .button-app {
    padding: 0 60px 0 12px;
    margin-right: -48px;
    margin-left: 0;
}
.direction-rtl .button-app-item {
    margin-left: 0;
    margin-right: 8px;
}
.direction-rtl .button-app-item:first-child {
    margin-right: 0;
}
.direction-rtl .fort__info-button-app {
    padding: 12px 56px 12px 12px;
    margin-left: 0;
    margin-right: -48px;
}
.direction-rtl .fort__info-button-item {
    margin-left: 0;
    margin-right: 8px;
}
.direction-rtl .fort__info-button-item:first-child {
    margin-right: 0;
}
.direction-rtl .fort__info-button {
    margin-left: 0;
    margin-right: 48px;
}
.direction-rtl .fort__info-wrapper {
    margin-right: 16px;
    margin-left: 0;
}
.direction-rtl .cropty-wallet__item-app {
    margin-left: 0;
    margin-right: 16px;
}
.direction-rtl .cropty-wallet__item-app:first-child {
    margin-right: 0;
}
.direction-rtl .cropty-wallet__item-qrcode {
    margin-left: 0;
    margin-right: 16px;
}
.direction-rtl .spending-control__item {
    border-right: 1px solid var(--separator-default);
    border-left: none;
}
.direction-rtl .spending-control__item:first-child {
    border-right: none;
}
.direction-rtl .spending-control__apps-title,
.direction-rtl .lightning-fast__wallet-box {
    margin-left: 0;
    margin-right: 16px;
}
.direction-rtl .spending-control__apps-button,
.direction-rtl .lightning-fast__wallet-app {
    margin-left: 0;
    margin-right: 48px;
}
.direction-rtl .lightning-fast__item-content {
    margin-left: 0;
    margin-right: 24px;
}
.direction-rtl .lightning-fast__item-content.right {
    margin-right: 0;
    margin-left: 24px;
}
.direction-rtl .multi-chain__item-part-arrow {
    margin-left: 0;
    margin-right: 16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.direction-rtl .multi-chain__content-item {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-right: 24px;
    padding-right: 24px;
    border-right: 1px solid var(--separator-default);
}
.direction-rtl .multi-chain__content-item:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.direction-rtl .cropty-vs-wallets__item-text {
    padding: 3px 4px 3px 8px;
}
.direction-rtl .support__inner-box {
    margin-left: 0;
    margin-right: -24px;
}
.direction-rtl .support__item {
    margin-left: 0;
    margin-right: 24px;
}
.direction-rtl .support__head-info {
    margin-left: 0;
    margin-right: 32px;
}
.direction-rtl .guru__accordion-item-icon {
    margin-left: 0;
    margin-right: 8px;
}
.direction-rtl .subscribe__value,
.direction-rtl .subscribe__form {
    margin-left: 0;
    margin-right: 32px;
}
@media (max-width: 992px) {
    .direction-rtl .subscribe__value,
    .direction-rtl .subscribe__form {
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .direction-rtl .fort__info-button,
    .direction-rtl .spending-control__apps-button,
    .direction-rtl .lightning-fast__wallet-app {
        margin-right: 0;
    }
    .direction-rtl .spending-control__item {
        border-right: none;
    }
    .direction-rtl .lightning-fast__item-content {
        margin-right: 0;
    }
    .direction-rtl .lightning-fast__item-content.right {
        margin-left: 0;
    }
    .direction-rtl .support__head-info {
        margin-right: 0;
    }
}
@media (max-width: 576px) {
    .direction-rtl .multi-chain__content-item {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
}
.about-us {
    margin-top: 64px;
    overflow: hidden;
    width: 100%;
}
.about-us__box {
    padding: 0 32px;
}
.about-us__image {
    width: 110px;
    height: 110px;
}
.about-us__title {
    margin-top: 24px;
}
.about-us__swiper {
    width: calc(100% + 600px);
    margin: 32px -300px 0;
    position: relative;
}
.about-us__swiper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 300px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.about-us__swiper::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 300px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.about-us__swiper-item {
    max-width: 283px;
    padding: 16px;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
}
.about-us__swiper-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.05;
}
.about-us__swiper-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
}
.about-us__swiper-icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.about-us__swiper-icon img {
    width: 100%;
    height: 100%;
}
.about-us__swiper-title {
    margin-left: 16px;
}
.about-us__description {
    margin-top: 10px;
    position: relative;
    z-index: 5;
}
.about-us__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.about-us__stars-item {
    margin-left: 2px;
}
.about-us__stars-item:first-child {
    margin-left: 0;
}
.direction-rtl .about-us__swiper-title {
    margin-right: 16px;
    margin-left: 0;
}
@media (max-width: 768px) {
    .about-us {
        margin-top: 32px;
    }
    .about-us__wrapper {
        padding: 16px;
        border-radius: 28px;
    }
    .about-us__title {
        margin-top: 24px;
    }
    .about-us__swiper,
    .about-us__box {
        padding: 0 16px;
    }
}
.invest__swiper .swiper-slide {
    height: auto;
    width: auto;
}
.invest__swiper-item {
    height: calc(100% - 48px);
    border-radius: 28px;
    padding: 24px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: var(--background-default);
}
.invest__swiper-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.05;
}
.invest__swiper-image {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid var(--gray-default);
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.invest__swiper-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.invest__swiper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
}
.invest__swiper-content {
    margin-left: 16px;
}
.invest__swiper-name {
    color: var(--elements-main);
}
.invest__swiper-description {
    color: var(--gray-default);
}
.invest__swiper-button {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 5;
}
.invest__swiper-button svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    fill: var(--gray-default);
}
.direction-rtl .invest__swiper-content {
    margin-left: 0;
    margin-right: 16px;
}
.direction-rtl .invest__swiper-button svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media (max-width: 768px) {
    .invest__swiper-wrapper {
        margin: 40px -16px 0;
    }
    .invest__swiper-image {
        width: 40px;
        height: 40px;
    }
    .invest__swiper-name {
        font-size: 18px;
        font-weight: 700;
        line-height: 135%;
    }
    .invest__swiper-description {
        font-size: 14px;
        font-weight: 500;
        line-height: 130%;
    }
    .invest__swiper-item {
        padding: 16px;
        height: calc(100% - 32px);
    }
}
.how-to-use {
    margin-top: 128px;
}
.how-to-use__description {
    margin-top: 8px;
}
.how-to-use__inner {
    border-radius: 28px;
    background-color: var(--background-tile);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}
.how-to-use__item {
    padding: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.how-to-use__item:hover .how-to-use__item-chevron {
    opacity: 0.6;
}
.how-to-use__item-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid var(--gray-disable);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--gray-disable);
}
.how-to-use__item-title {
    margin-top: 16px;
    color: var(--elements-main);
    display: inline-block;
}
.how-to-use__item-title:hover {
    text-decoration: underline;
}
.how-to-use__item-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.how-to-use__item-description {
    margin-top: 8px;
}
.how-to-use__item-chevron {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.how-to-use__divider-box {
    padding: 24px 0;
}
.how-to-use__divider {
    height: 100%;
    width: 1px;
    background-color: var(--separator-default);
}
.direction-rtl .how-to-use__item-chevron {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media (max-width: 992px) {
    .how-to-use__title,
    .how-to-use__description {
        padding: 0 16px;
    }
}
@media (max-width: 768px) {
    .how-to-use {
        margin-top: 40px;
    }
    .how-to-use__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .how-to-use__item {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .how-to-use__divider-box {
        width: 100%;
        height: auto;
        padding: 0 24px;
    }
    .how-to-use__divider {
        height: 1px;
        width: 100%;
    }
}
.promo-video {
    margin-top: 128px;
}
.promo-video__container {
    width: 100%;
}
.promo-video__container-box {
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    cursor: pointer;
}
.promo-video__container-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
}
.promo-video__container-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.promo-video__container-box svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
@media (max-width: 768px) {
    .promo-video {
        margin-top: 40px;
    }
}
@media (max-width: 576px) {
    .promo-video__container-box {
        border-radius: 12px;
    }
}

.secure__inner{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1000px) {
    .fort__inner {
       ;
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 760px) {
    .fort__inner {
        grid-template-columns: repeat(1, 1fr);
    }
}



@media (max-width: 1000px) {
    .secure__inner {
        grid-template-columns: repeat(2, 1fr); /* md:grid-cols-2 */
    }
}
@media (max-width: 760px) {
    .secure__inner {
        grid-template-columns: repeat(1, 1fr); /* md:grid-cols-2 */
    }

}
.rayjoo .faq__item-content{
    display: block;
    text-align: left;
}
.rayjoo .faq__item-description{
    padding-top: 0;
}