
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Bold.woff2) format('woff2'),
        url(../fonts/Inter-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-ExtraBold.woff2) format('woff2'),
        url(../fonts/Inter-ExtraBold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Light.woff2) format('woff2'),
        url(../fonts/Inter-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-SemiBold.woff2) format('woff2'),
        url(../fonts/Inter-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Regular.woff2) format('woff2'),
        url(../fonts/Inter-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Medium.woff2) format('woff2'),
        url(../fonts/Inter-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body.landing  {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
    box-sizing: border-box;
    line-height: normal;
}

body.landing {
    background: linear-gradient(180deg,rgba(4, 10, 23, 1) 0%, rgba(14, 21, 62, 1) 100%);
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

body.landing #main_header {
    background-color: #24242885;
    padding: 0px 20px;
    color: var(--white-color);
    max-width: 1200px;
    left: 50%;
    transform: translate(-50%,0);
    box-sizing: border-box;
    border-radius: 150px;
    top: 20px;
}

body.landing #main_header .div_module{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
body.landing #main_header header.main_header .left .redirect_menu .data_menu.show::after{
    background-color: transparent;
}

body.landing .footer {
    position: relative;
    padding: 70px 0 30px;
}
body.landing .footer .background{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110%;
    opacity: 0.1;
}

body.landing .footer .img {
    width: 100%;
    opacity: 0.1;
}

body.landing .footer .div_module {
    display: flex;
    justify-content: space-around;
    gap: 130px;
    font-size: 13px;
    padding-top: 30px;
    color: #B6B9C9;
}

body.landing .footer .div_module .child_module{
    flex: 1;
}

body.landing .footer .div_module .left img {
    margin-bottom: 5px;
}

body.landing .footer .div_module .left .copyright {
    font-size: 16px;
    color: #B6B9C9;
    margin-bottom: 10px;
}

body.landing .footer .div_module .middle p{line-height: 27px;color: var(--white-color);}

body.landing .footer .div_module .flex {
    display: flex;
    gap: 9px;
    margin: 12px 0;
}

body.landing .footer .div_module .flex .text {
}

body.landing .footer .div_module .flex .button {
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
}
body.landing .footer .div_module .left{
    line-height: 20px;
}
body.landing .footer .div_module .right {
}

body.landing .footer .div_module .right .social_list{display: flex;gap: 11px;}

body.landing .footer .div_module .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 18px;
    border-radius: 50%;
    background: #556EFA;
}

body.landing .footer .div_module .intro{
}
body.landing .footer .div_module .intro span{
    font-weight: 600;
    color: var(--white-color);
}

body.landing::-webkit-scrollbar {
    width: 0;
}

body.landing .div_module {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

body.landing .hero {
    padding-top: 140px;
    overflow: hidden;
}

body.landing .hero .mockup {
    position: absolute;
    top: 0;
    right: 0;
}

body.landing .hero .hero_background {
    position: absolute;
    width: 100vw;
    top: 50px;
    right: 0;
}
body.landing .hero .icon_background {
    position: absolute;
    height: 130px;
    z-index: -1;
}
body.landing .hero .icon_background.icon_1 {
    left: 5%;
    top: 400px;
}
body.landing .hero .icon_background.icon_2 {
    left: 7%;
    top: 80px;
}
body.landing .hero .icon_background.icon_3 {
    right: 8%;
    top: 190px;
}
body.landing .hero .icon_background.icon_4 {
    right: 12%;
    top: 440px;
}
@media(max-width: 1535px) {body.landing .hero .icon_background {display: none;}}

body.landing .hero .div_module .container {
    display: flex;
    gap: 20px;
}

body.landing .hero .div_module .container .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

body.landing .hero .div_module .container .content .background {
    position: absolute;
    top: -200px;
    left: -250px;
    z-index: -1;
}

body.landing .hero .div_module .container .content .top .header {
    font-size: 40px;
    font-weight: 600;
    color: #556EFA;
    line-height: 1.3em;
    margin-bottom: 15px;
}

body.landing .hero .div_module .container .content .top .description {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
    text-transform: uppercase;
}

body.landing .hero .div_module .container .content .bottom .description {
    font-size: 20px;
    color: #B6B9C9;
    line-height: 1.3em;
    margin-bottom: 10px;
}

body.landing .hero .div_module .container .content .bottom .button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 2px solid #556EFA;
    border-radius: 25px;
    height: 55px;
    padding: 0 6px 0 20px;
    cursor: pointer;
}

body.landing .hero .div_module .container .content .bottom .button .text {
    font-size: 20px;
    color: #556EFA;
    text-transform: uppercase;
    font-weight: 600;
}

body.landing .hero .div_module .container .content .bottom .button .arrow{
    font-size: 40px;
    color: #556EFA;
}

body.landing .hero .div_module .container .card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 370px;
    width: 450px;
}

body.landing .hero .div_module .container .card .circle {
    position: absolute;
    top: 14%;
    width: 350px;
    left: 17%;
}

body.landing .hero .div_module .container .card .decor1 {
    position: absolute;
    top: 5%;
    left: 14%;
}

body.landing .hero .div_module .container .card .decor2 {
    position: absolute;
    top: 3%;
    right: 10%;
}

body.landing .hero .div_module .container .card .sub:nth-child(1) {
    position: relative;
    transition: 0.3s;
    height: 228px;
    width: 210px;
}

body.landing .hero .div_module .container .card .sub:nth-child(1) .avatar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    width: 185px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    transition: 0.3s;
    z-index: 2;
}

body.landing .hero .div_module .container .card .sub:nth-child(1) .info {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    padding: 10px;
    align-items: flex-end;
}

body.landing .hero .div_module .container .card .sub:nth-child(1) .info .name{
    font-size: 14px;
    color: white;
    font-weight: 500;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

body.landing .hero .div_module .container .card .sub:nth-child(1) .info .social {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: -3px;
}

body.landing .hero .div_module .container .card .sub:nth-child(1) .info .social .item {
    background: #ffffff3d;
    line-height: 0;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    position: relative;
    padding: 2px;
}

body.landing .hero .div_module .container .card .sub:nth-child(1) .info .social .item a{
    filter:brightness(100);
}

body.landing .hero .div_module .container .card .sub:nth-child(1) .info .social .item img{
    height: 100%;
    width: 100%;
}

body.landing .hero .div_module .container .card .sub {
    position: absolute;
    background: #5266D8;
    padding: 5px;
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
}
body.landing .hero .div_module .container .card .sub .info {
    display: none;
}

body.landing .hero .div_module .container .card .sub .avatar {
    width: 100%;
    height: 100%;
    scale: 0.95;
    border-radius: 8px;
    cursor: pointer;
}

body.landing .hero .div_module .container .card .sub:nth-child(2) {
    width: 90px;
    height: 90px;
    top: 30%;
    left: 0;
}

body.landing .hero .div_module .container .card .sub:nth-child(3),body.landing .hero .div_module .container .card .sub:nth-child(4) {
    width: 65px;
    height: 65px;
}

body.landing .hero .div_module .container .card .sub:nth-child(3) {
    top: 22%;
    right: -5%;
}

body.landing .hero .div_module .container .card .sub:nth-child(4) {
    top: 48%;
    right: 5%;
}

body.landing .hero .div_module .container .card .sub:nth-child(5) {
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 10px;
    bottom: 30%;
    left: 13%;
}

body.landing .hero .site_info {
    display: flex;
    position: relative;
    justify-content: space-around;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 120px;
    border-radius: 20px;
    background: #5860F2;
    background: linear-gradient(90deg,rgba(88, 96, 242, 1) 0%, rgba(43, 54, 114, 1) 100%);
    padding: 30px;
    margin-bottom: 120px;
}

body.landing .hero .site_info .background1 {
    position: absolute;
    bottom: -35px;
    left: 0;
}

body.landing .hero .site_info .background2 {
    position: absolute;
    top: -50px;
    right: 55px;
}

body.landing .hero .site_info .container {
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    max-width: 1000px;
}

body.landing .hero .site_info .container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.landing .hero .site_info .container .content .text {
    font-size: 18px;
    color: #FAFBFE;
}

body.landing .hero .site_info .container .content .text_primary {
    font-size: 40px;
    background: linear-gradient(180deg,rgba(220, 143, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
    font-weight: 500;
    margin: 5px 0;
}

body.landing .hero .site_info .container .content .description {
    font-size: 14px;
    color: #fff;
}

body.landing .features {
    position: relative;
}

body.landing .features .background1 {
    position: absolute;
    right: 0;
    z-index: -1;
}

body.landing .features .background2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

body.landing .features .content {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

body.landing .features .content .header {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

body.landing .features .content .header .primary {
    color: #556EFA;
    font-weight: 600;
}

body.landing .features .content .description {
    font-size: 16px;
    color: #B6B9C9;
    line-height: 1.6em;
}

body.landing .features .details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 120px;
}

body.landing .features .details .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.landing .features .details .detail .img {
    height: 200px;
}

body.landing .features .details .detail .header {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0;
}

body.landing .features .details .detail .description {
    font-size: 16px;
    margin-bottom: 10px;
    color: #e0e0e0;
    line-height: 30px;
    font-weight: 300;
}

body.landing .tutorials {
    position: relative;
    margin-bottom: 120px;
    overflow: hidden;
}

body.landing .tutorials .background {
    position: absolute;
    z-index: 1;
    left: 50%;
    max-width: 550px;
    width: 60%;
    transform: translateX(-50%);
    top: 105px;
}

body.landing .tutorials .mockup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40%;
}

body.landing .tutorials .content {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 160px;
    margin-bottom: 80px;
    text-align: center;
}

body.landing .tutorials .content .header {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

body.landing .tutorials .content .description {
    font-size: 16px;
    color: #B6B9C9;
    line-height: 1.6em;
}

body.landing .tutorials .steps {
    display: flex;
    gap: 40px;
}

body.landing .tutorials .steps .right {
    flex: 1;
    margin-top: 40px;
}

body.landing .tutorials .steps .right .card {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

body.landing .tutorials .steps .left {
    flex: 1;
}

body.landing .tutorials .steps .card {
    padding: 28px;
    background-color: #111b45eb;
    border: 1px solid #5266d8;
    border-radius: 15px;
    margin-bottom: 25px;
    height: 170px;
}

body.landing .tutorials .steps .card .header {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

body.landing .tutorials .steps .card .description {
    font-size: 16px;
    font-weight: 300;
    color: #e0e0e0;
    max-width: 300px;
    line-height: 24px;
}

body.landing .highlight {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 150px;
}

body.landing .highlight .background {
    width: 100%;
    height: 500px;
    max-width: 1300px;
}

body.landing .highlight .charm1 {
    position: absolute;
    bottom: -60px;
    left: -100px;
}

body.landing .highlight .content {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    max-width: 1100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 45px;
}

body.landing .highlight .content .section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.landing .highlight .content .section .top .header {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

body.landing .highlight .content .section .top .description {
    font-size: 18px;
    max-width: 500px;
    line-height: 1.5em;
    color: #feffff;
    opacity: 0.7;
    font-weight: 200;
}

body.landing .highlight .content .section .bottom {
    display: flex;
    gap: 8px;
    max-width: 556px;
    flex-wrap: wrap;
}

body.landing .highlight .content .section .bottom .button {
    background: #111B45;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    height: 50px;
    width: 30%;
    padding: 0px 8px;
    cursor: pointer;
    transition: 0.3s ease;
    border: 0;
}

body.landing .highlight .content .section .bottom .button:nth-last-of-type(2){
    width: 220px;
}

body.landing .highlight .content .section .bottom .button.active {
    background: #fff;
    color: #5266D8;
}

body.landing .highlight-preview {
    position: relative;
    max-width: 310px;
    height: 310px;
}

body.landing .highlight-preview .charm2 {
    position: absolute;
    top: 0px;
    left: -45px;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

body.landing .highlight-preview .charm3 {
    position: absolute;
    bottom: 80px;
    right: -30px;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

body.landing .highlight-preview .charm4 {
    position: absolute;
    z-index: 2;
    top: -10px;
    right: -30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

body.landing .highlight-preview .button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    font-size: 16px;
    right: -65px;
    top: 50%;
    color: #fff;
    background: #ffffff24;
    line-height: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: translate(0,-50%);
}

body.landing .highlight-preview .button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    font-size: 16px;
    left: -65px;
    top: 50%;
    color: #fff;
    background: #ffffff24;
    line-height: 0;
    cursor: pointer;
    height: 50px;
    width: 50px;
    transform: translate(0,-50%);
}

body.landing .highlight-preview .highlight-swiper {
    width: 100%;
    height: auto;
}

body.landing .highlight-preview .highlight-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    cursor: pointer;
}

body.landing .highlight-preview .highlight-swiper .swiper-slide .preview-image {
    width: 300px;
    height: 300px;
    border-radius: 40px;
    object-fit: cover;
    display: block;
}

body.landing .highlight-preview .highlight-swiper .swiper-slide .name {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    cursor: default;
    width: 100%;
    margin-bottom: 10px;
}

body.landing .highlight-preview .highlight-swiper .swiper-slide .info {
    font-size: 12px;
    color: #fff;
    cursor: default;
    width: 100%;
}

body.landing .faq {
    position: relative;
    margin-bottom: 150px;
}

body.landing .faq .background1 {
    position: absolute;
    left: 0;
}

body.landing .faq .background2 {
    position: absolute;
    right: 0;
}

body.landing .faq .div_module {
    max-width: 720px;
}

body.landing .faq .header {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
}

body.landing .faq .list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.landing .faq .list .item {
    position: relative;
    background: #111b45eb;
    border: 1px solid #5266d8;
    border-radius: 35px;
    padding: 16px 36px;
    cursor: pointer;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

body.landing .faq .list .item .title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

body.landing .faq .list .item .icon {
    position: absolute;
    top: 18px;
    right: 25px;
    color: #fff;
    transition: 0.3s;
    line-height: 0;
}

body.landing .faq .list .item .icon.active {
    transform: rotate(180deg);
}

body.landing .faq .list .item .text {
    height: 0;
    font-size: 16px;
    color: #B6B9C9;
    overflow: hidden;
    transition: 0.3s;
    line-height: 25px;
}

body.landing .cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

body.landing .cta .title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

body.landing .cta .description {
    font-size: 16px;
    color: #B6B9C9;
    margin-bottom: 40px;
}

body.landing .cta .input {
    display: flex;
    color: black;
    font-weight: 500;
}

body.landing .cta .input .input_flex {
    position: relative;
    display: flex;
    align-items: center;
    height: 55px;
}

body.landing .cta .input .input_flex p {
    font-size: 18px;
}

body.landing .cta .input .input_flex input {
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    padding: 0;
    color: black;
    border-radius: 0;
}

body.landing .cta .input .input_flex img {
    position: absolute;
    z-index: -1;
    left: -25px;
    width: calc(100% + 25px);
}

body.landing .cta .input .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 55px;
    border-radius: 35px;
    width: 160px;
    margin-left: 15px;
    background: #556EFA;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0;
}

@media(max-width: 799px) {
    body.landing .footer{
        padding-top: 0;
    }
    body.landing .footer .div_module .middle {flex: none;display: flex;flex-wrap: wrap;gap: 10px;}
    body.landing .hero .mockup {
        width: 150%;
        right: 0;
        left: 50%;
        transform: translateX(-50%);
        top: 148px;
        max-width: 100%;
    }

    body.landing .hero .div_module .container {
        position: relative;
        flex-direction: column;
        align-items: center;
        padding-bottom: 125px;
    }

    body.landing .hero .div_module .container .content {
        align-items: center;
        position: unset;
        justify-content: center;
        text-align: center;
    }

    body.landing .hero .div_module .container .content .background {
        width: 120%;
        left: 0;
        top: 0;
        max-width: 100%;
    }

    body.landing .hero .div_module .container .content .top .header {
        font-size: 27px;
    }

    body.landing .hero .div_module .container .content .top .description {
        font-size: 22px;
    }
    
    body.landing .hero .div_module .container .content .bottom {
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: column;
        bottom: -520px;
        width: 350px;
    }

    body.landing .hero .div_module .container .card {
        margin-top: 10px;
        scale: 0.9;
    }

    body.landing .hero .site_info {
        margin: 120px 15px;
        padding: 40px;
    }

    body.landing .hero .site_info .background1 {
        scale: 0.65;
        left: -35px;
    }

    body.landing .hero .site_info .background2 {
        scale: 0.9;
        right: -16px;
    }

    body.landing .hero .site_info .container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    body.landing .features .background1 {
        width: 30%;
        top: -85px;
    }

    body.landing .features .background2 {
        max-width: 280px;
        width: 40%;
        transform: unset;
        top: 93%;
    }
    body.landing .features .background5 {
        display: block !important;
        max-width: 130px;
        position: absolute;
        top: 60%;
        right: 0;
    }
    body.landing .features .content .header {
        text-align: left;
    }

    body.landing .features .content .description {
        text-align: left;
    }

    body.landing .features .details {
        display: flex;
        flex-direction: column;
    }
    body.landing .tutorials {
        margin-bottom: 200px;
    }

    body.landing .tutorials .background {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    body.landing .tutorials .mockup {
        display: none;
    }

    body.landing .tutorials .content {
        margin-bottom: 10px;
    }

    body.landing .tutorials .content .header {
        text-align: left;
    }

    body.landing .tutorials .content .description {
        text-align: left;
    }

    body.landing .tutorials .steps {
        flex-direction: column;
        gap: 0;
    }

    body.landing .tutorials .steps .right {
        margin-top: 0;
    }

    body.landing .tutorials .steps .right .card {
        text-align: left;
        align-items: unset;
    }

    body.landing .highlight {
    overflow: hidden;
    }

    body.landing .highlight .background {
        display: none;
    }

    body.landing .highlight .background_responsive {
        display: block !important;
        width: 100%;
        max-height: 800px;
    }

    body.landing .highlight .charm1 {
        width: 40%;
        top: 0;
        max-width: 200px;
        right: 15px;
        left: unset;
    }

    body.landing .highlight .content {
        flex-direction: column;
        align-items: center;
        padding: 0 12px;
    }

    body.landing .highlight .content .section {
        margin-bottom: 50px;
    }

    body.landing .highlight .content .section .top .header {
        max-width: calc(100% - 40%);
    }

    body.landing .highlight .content .section .top .description {
        margin-bottom: 10px;
    }

    body.landing .highlight .content .section .bottom .button {
        width: 30%;
        border-radius: 5px;
    }

    body.landing .highlight .content .section .bottom .button:nth-last-of-type(2){
        width: 50%;
    }

    body.landing .highlight-preview {
        scale: 0.95;
    }

    body.landing .faq {
        overflow: unset;
        margin-bottom: 250px;
    }

    body.landing .faq .background1 {
        left: -350px;
        top: 65%;
    }

    body.landing .faq .background2 {
        max-width: 500px;
        width: 70%;
        top: 73px;
    }
    body.landing .cta .title {
        text-align: center;
    }

    body.landing .cta .description {
        font-size: 18px;
    }

    body.landing .cta .input {
        flex-direction: column;
        align-items: center;
    }

    body.landing .cta .input .input_flex {
        margin-bottom: 15px;
    }

    body.landing .cta .input .input_flex p {
        font-size: 18px;
        margin-left: 20px;
    }

    body.landing .cta .input .input_flex img {
        width: 100%;
        left: 0;
    }

    body.landing .footer .background {
        display: none;
    }

    body.landing .footer .div_module {
    flex-direction: column;
    gap: 20px;
    padding-top: 0;
    }
}