.accord__container {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.accord__item {
    cursor: pointer;
    padding: 32px;
    background-color: var(--innerBg);
    border-radius: var(--brad)
}

.accord__item h3,
.accord__item p {
    margin-bottom: 0
}

.accord__item>div:first-child>p {
    font-weight: 400;
    color: var(--mainText) !important;
    /* font-size: 24px !important; */
    margin-bottom: 0
}

.accord__item>div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.accord__item>div:last-child {
    max-height: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(.075, .82, .165, 1)
}

/* .accord__item>div:last-child p {
    color: #aaaab4 !important
} */

.show {
    visibility: visible !important
}

@media (max-width:768px) {
    .reason {
        padding: 48px 24px !important
    }

    .reason>a {
        width: 100%
    }

    .accord__item>div:first-child {
        gap: 14px
    }

    .accord__item {
        padding: 32px 24px
    }
}

.faq>div {
    /* background-color: #121213; */
    border-radius: var(--brad)
}

footer {
    background-color: var(--innerBg)
}

.footer__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 36px;
    margin-bottom: 29px
}

.footer__top>div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px
}

.footer__top>div>ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.footer__top>div>ul a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: var(--innerBlackBg);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer__top>div>ul img {
    height: 45%;
    object-fit: contain
}

.footer__top>nav ul {
    margin-left: auto;
    max-width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 39px;
    row-gap: 12px;
    justify-content: right
}

.footer__top>nav li a {
    width: max-content
}

.footer__bottom {
    padding: 8px 0;
    text-align: left;
    background-color: var(--innerBg)
}

.footer__bottom p {
    /* color: #75767f !important; */
    font-size: 14px
}

@media (max-width:768px) {
    .footer__top {
        flex-direction: column-reverse;
        align-items: start;
        gap: 24px
    }

    .footer__top>div:first-child>a {
        max-width: 153px
    }

    .footer__top>div>ul {
        display: none
    }

    .footer__top>nav ul {
        margin-left: initial;
        max-width: 80%;
        align-items: start;
        gap: 24px;
        row-gap: 12px;
        justify-content: left
    }
}

.hiw {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hiw>div:first-child {
    flex: 0 1 42%;
    aspect-ratio: 1/1.2;
    border-radius: var(--brad);
    overflow: hidden;
    max-height: 640px
}

.hiw>div:last-child {
    flex: 0 1 50%
}

.hiwRev {
    flex-direction: row-reverse
}

.hiwRev>div:last-child>div {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.hiw>div:last-child>a {
    max-width: 40%;
    min-width: 312px
}

.hiw>div:last-child>div a {
    /* flex: 1 0 20% */
}

@media (max-width:768px) {
    .hiw {
        flex-wrap: wrap
    }

    .hiw>div {
        flex: 1 1 100% !important
    }

    .hiw>div:last-child {
        margin-top: 24px
    }

    .hiw>div:last-child>div {
        flex-direction: column
    }

    .hiw>div:last-child>a {
        max-width: 100%
    }
}

.htu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px
}

.htu>div {
    flex: 1 1 46%
}

.htu>div:first-child {
    display: flex;
    flex-direction: column
}

.htu_cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1 1 46%;
}

.htu_cards p {
    font-family: poppins, sans-serif;
    margin: auto;
    text-align: center;
    color: var(--textMain)
}

.htu_cards>div {
    flex: 1 1 22%;
    padding: 30px;
    background-color: var(--innerBg);
    border-radius: var(--brad);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 24px
}

.htu_cards>div>div:first-child p:first-child,
.htu_cards>div>p:first-child {
    border-radius: 13px;
    font-weight: 700 !important;
    margin: auto 0;
    z-index: 1;
    height: max-content;
    position: relative
}

.htu_cards>div>div:first-child p:first-child::before,
.htu_cards>div>p:first-child::before {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateX(-37%) translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: var(--bg);
    border-radius: var(--brad)
}

.htu .fz24 {
    /* font-size: 24px !important */
}

@media (max-width:1187px) {
    .htu_cards>div {
        min-width: 407px
    }
}

@media (max-width:768px) {
    .htu {
        padding: 0;
        margin-bottom: 80px
    }

    .htu>div:first-child {
    }
}

@media (max-width:425px) {   
    .htu_cards {
     flex-direction: column;
    }

    .htu_cards>div{
        min-width: 0;
    }

    .htu_cards{
        flex-wrap: nowrap;
    }

    #how-to-use{
            margin-left: auto;
    }
}

.innerBg {
    background-color: #121213;
    padding: 100px 0
}

@media (max-width:768px) {
    .innerBg {
        padding: 64px 0
    }
}

.modes__wrapper {
    background-color: #151516;
    padding: 100px 0
}

.modes__wrapper h2 {
    color: var(--ultraGray30) !important
}

.modes__wrapper>div:first-child>p {
    color: var(--neturalGray50) !important
}

.models__cards_container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap
}

.models__cards_container>div {
    flex: 1 1 49%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 32px;
    background-color: var(--innerBg);
    border-radius: var(--brad)
}

.models__cards_container>div>div {
    flex: 0 1 50%
}

@media (max-width: 768px){
    .models__cards_container>div>div{
        width: 100%;
    }
}

.models__cards_container>div>div:last-child {
    padding-right: 36px
}

.models__cards_container>div h3 {
    /* color: #fff !important */
}

.models__cards_container>div p {
    /* color: #75767f !important */
}

@media (max-width:1864px) {
    .modes__wrapper {
        width: 100vw
    }
}

@media (max-width:768px) {
    .modes__wrapper {
        width: 100vw;
        padding: 30px 0
    }

    .modes__wrapper .warpper_small {
        padding: 0 20px
    }

    .modes__wrapper>div:first-child {
        flex-wrap: wrap
    }

    .modes__wrapper>div:first-child>div {
        flex: 1 0 50%
    }

    .modes__wrapper>div:first-child>p {
        max-width: 100%
    }

    .models__cards_container>div {
        flex-direction: column;
        align-items: start;
        gap: 24px
    }

    .modes__wrapper .warpper_small {
        padding: 0 22px 0 20px
    }

    .models__cards_container>div>div:last-child {
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
        width: 100%
    }

    .models__cards_container>div>div:last-child a {
        max-width: 100%
    }

    .models__cards_container>div p {
        margin-bottom: 24px !important
    }
}

.pricing__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 28px;
    align-items: center
}

.pricing__card {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    padding: 44px 36px;
    background-color: var(--innerBg);
    border-radius: var(--brad);
    text-align: left;
    align-self: stretch;
}

.pricing__card p {
    margin: auto 0;
}

.pricing__card>p:first-child {
    font-size: 32px;
    color: var(--textMain)
}

.pricing__card_cost {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: end;
    text-align: center;
    gap: 14px
}

.pricing__card_cost p:first-child {
    /* font-size: 56px;
    line-height: 92%; */
    color: var(--textMain);
    font-weight: 700;
    font-size: 24px;    
}

.pricing__card_features_title {
    color: var(--textMain);
    margin-bottom: 14px !important
}

.pricing__card>a {
    margin: 24px 0;
}

.pricing__card:nth-child(odd) {
    min-height: 578px
}

.pricing__card ul li:not(:last-child) {
    margin-bottom: 20px
}

.pricing__card_features li::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url(/assets/checkGreen.svg);
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: left
}

.pricing__card_features li {
    margin-left: 34px
}

@media (max-width:768px) {
    .pricing__card {
        flex: 1 1 50%;
        width: 100%
    }

    .pricing__card:nth-child(odd) {
        min-height: max-content
    }

    .pricing__container {
        flex-direction: column
    }

    .pricing__card_cost p:first-child {
        font-size: 24px
    }

    .spacer{
        margin: unset;
    }
}

.results {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    max-width: 98%;
    border-radius: var(--bradMed);
    overflow: hidden
}

.results>.swiper-wrapper {
    aspect-ratio: 4/2;
    max-height: 419px;
    max-height: unset !important;
    align-items: stretch !important
}

.results .swiper-slide {
    height: unset !important;
    border-radius: var(--bradMed);
    display: flex;
    flex-direction: column;
    gap: 14px
}

.results .swiper-slide img {
    object-position: top;
    aspect-ratio: 1/1
}

.resultControls {
    width: 95%
}

.resultControls>div {}

.resultControls>div img {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .5))
}

@media (max-width:768px) {
    .results>.swiper-wrapper {
        aspect-ratio: 0.5/1
    }

    .results>.swiper-wrapper img {
        object-position: top
    }

    .resultControls {
        display: flex;
        width: 117%
    }

    .results .swiper-slide {
        width: 74%
    }

    .resultControls {
        display: none
    }

    .pricing__card>a{
        margin-top: 16px;
    }

    .pricing__container{
        gap: 20px;
    }
}

.reviews__container {
    overflow: hidden;
    border-radius: var(--brad)
}

.reviews__container .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important
}

.reviews__card {
    padding: 50px 40px;
    border-radius: var(--brad);
    background-color: var(--innerBg)
}

.reviews__card>div:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.reviews__card>div:first-child>p:first-child {
    color: var(--black) !important;
    font-weight: 700 !important
}

.reviews__card>div:first-child>p:last-child {
    font-weight: 400 !important;
    /* color: #999896 !important */
}

.reviews__card>p {
    font-weight: 400 !important;
    color: var(--gray) !important
}

.reviews__card {
    display: flex !important;
    flex-direction: column !important
}

.reviews__card>a {
    width: max-content;
    color: var(--mainText) !important;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 20px
}

.reviews__controls {
    left: initial !important;
    right: 0;
    width: initial !important;
    gap: 8px
}

@media (max-width:768px) {
    .reviews__card {
        height: initial !important;
        padding: 20px
    }

    .reviews__card>div p:first-child {
        font-size: 24px !important
    }

    .reviews__card>div p:last-child {
        display: none
    }

    .reviews__card p:first-child {
        font-size: 24px !important
    }

    .reviews__card>p {
        margin-bottom: 22px
    }

    .reviews__card>a {
        margin-top: auto
    }
}

.spacer_xxl {
    margin-top: 172px
}

.spacer_x {
    margin-top: 120px
}

.spacer_68 {
    margin-top: 68px
}

.spacer_60 {
    margin-top: 60px
}

.spacer_200 {
    margin-bottom: 200px
}

.spacer_100 {
    margin-bottom: 100px
}

.spacer_84 {
    margin-bottom: 84px
}

.spacer_64 {
    margin-bottom: 64px
}

.spacer_48 {
    margin-bottom: 48px
}

.spacer_40 {
    margin-bottom: 36px
}

.spacer {
    margin-bottom: 32px
}

.spacer_s {
    margin-bottom: 24px
}

.spacer_16 {
    margin-bottom: 16px
}

@media (max-width:768px) {
    .spacer_xxl {
        margin-top: calc(172px / 2)
    }

    .spacer_x {
        margin-top: calc(120px / 2)
    }

    .spacer_200 {
        margin-bottom: calc(200px / 2)
    }

    .spacer_100 {
        margin-bottom: 60px
    }

    .spacer_68 {
        margin-top: calc(68px / 2)
    }

    .spacer_60 {
        margin-top: calc(60px / 2)
    }

    .spacer_84 {
        margin-bottom: calc(84px / 2)
    }

    .spacer_64 {
        margin-bottom: calc(64px / 2)
    }

    .spacer_48 {
        margin-bottom: calc(48px / 2)
    }

    .spacer_40 {
        margin-bottom: calc(40px / 2)
    }

    .spacer {
        margin-bottom: calc(32px / 2)
    }

    .spacer_16 {
        margin-bottom: calc(16px / 2)
    }

    .spacer_s {
        margin-bottom: calc(24px / 2)
    }
}

/* .toc h2 {
    font-size: 36px !important
} */

.toc__container{
    padding-top: 0!important;
}

.toc__container>ul li {
    min-width: max-content;
    max-width: max-content;
}

.toc__container>ul a {
    padding-left: 24px;
    padding-right: 24px;
}

/* @media (max-width:768px) {
    .toc h2 {
        font-size: 24px !important
    }
} */

.swiper-scrollbar, .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,0)) !important
}

.toc .swiper-wrapper{
    padding-bottom: 8px;
}

.why>h2,
.why>p {
    text-align: left;
}

.why>div:last-child {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

.why>div:last-child>div {
    flex: 0 0 49%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    background-color: var(--innerBg);
    border-radius: var(--brad)
}

.why>div:last-child>div:nth-child(3),
.why>div:last-child>div:nth-child(4) {
    /* flex: 0 0 40% */
}

.why>div:last-child>div>div:first-child {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why>div:last-child>div>div>p:first-child {
    color: var(--textMain) !important;
    font-weight: 700 !important;
    font-size: 22px;
    margin-bottom: 0
}

.why>div:last-child>div>div>p:last-child {
    /* margin-top: auto; */
    margin-bottom: 0;
    color: var(--textMain) !important
}

.why>div:last-child>div>div:last-child {
    background-color: var(--white30);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    border-radius: 100px
}

.why>div:last-child>div>div:last-child img {
    height: 38%;
    object-fit: contain;
    z-index: 10
}

@media (max-width:768px) {
    .why {
        flex-direction: column
    }

    .why>div:last-child>div {
        flex: 1 1 100%
    }

    .why>div:last-child>div>div:last-child {
        max-width: 80px;
        min-width: 80px;
        max-height: 80px;
        min-height: 80px
    }

    section{
        margin-bottom: 80px;
    }
}