/* _content/Simventory.WebApp/Components/LandingPage/LandingPageFooter.razor.rz.scp.css */
.footer[b-7spzo4zfpx] {
    width: 100%;
    padding-bottom: 67px;
    overflow: hidden;
    position: relative;
}

    .footer .border_block_deco[b-7spzo4zfpx] {
        position: absolute;
        top: 287px;
        z-index: 0;
        height: 24px;
        left: 50%;
        transform: translate(-50%, 0);
    }

@media (max-width: 426px) {
    .footer .border_block_deco[b-7spzo4zfpx] {
        display: none;
    }
}

.border_block_line[b-7spzo4zfpx] {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    max-width: 77%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(260deg, rgba(0, 0, 0, 0) 0, #237360 50%, rgba(0, 0, 0, 0) 100%);
}

.inner_footer[b-7spzo4zfpx] {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.inner_footer-top[b-7spzo4zfpx] {
    width: 100%;
    display: flex;
    padding-top: 80px;
}

@media (max-width: 768px) {
    .inner_footer-top[b-7spzo4zfpx] {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }
}

.info_top_footer[b-7spzo4zfpx] {
    display: flex;
    flex-direction: column;
    max-width: 275px;
    width: 100%;
    margin-right: 10%;
}

@media (max-width: 768px) {
    .info_top_footer[b-7spzo4zfpx] {
        text-align: center;
        margin: 0 0 30px 0;
    }
}

.logo_footer[b-7spzo4zfpx] {
    width: 100%;
    height: 36px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    .logo_footer[b-7spzo4zfpx] {
        background-position: center;
    }
}

.info_top_footer-text-wrapper[b-7spzo4zfpx] {
    padding-top: 35px;
}

@media (max-width: 426px) {
    .info_top_footer-text-wrapper[b-7spzo4zfpx] {
        padding-top: 24px;
    }
}

.info_top_footer-text[b-7spzo4zfpx] {
    font-size: 24px;
    line-height: 31.2px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -0.7px;
    text-align: left;
}

@media (max-width: 768px) {
    .info_top_footer-text[b-7spzo4zfpx] {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
}

.nav_footer[b-7spzo4zfpx] {
    font-family: IBMPlexMono;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 650px;
}

@media (max-width: 768px) {
    .nav_footer[b-7spzo4zfpx] {
        flex-direction: column;
        align-items: center;
        gap: 20px; 
        padding-top: 20px;
    }
}

.nav_footer-list[b-7spzo4zfpx] {
    list-style: none;
}

@media (max-width: 768px) {
    .nav_footer-list[b-7spzo4zfpx] {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.nav_footer-list-item[b-7spzo4zfpx] {
    margin-bottom: 22px;
}

    .nav_footer-list-item a[b-7spzo4zfpx] {
        font-size: 15px;
        line-height: 18.2px;
        font-family: IBMPlexMono;
        font-weight: 400;
        color: #b8bbd3;
        text-decoration: none;
        transition: 0.3s;
        position: relative;
    }

        .nav_footer-list-item a[b-7spzo4zfpx]:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background-color: #50f5ac;
            position: absolute;
            bottom: -4px;
            left: 0;
            opacity: 0;
            transition: 0.3s;
        }

        .nav_footer-list-item a:hover[b-7spzo4zfpx] {
            color: #fff;
        }

            .nav_footer-list-item a:hover[b-7spzo4zfpx]:after {
                opacity: 1;
            }

.nav_footer-list-item-heading span[b-7spzo4zfpx] {
    font-size: 14px;
    line-height: 18.2px;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #b8bbd3;
    text-transform: uppercase;
    display: block;
    margin-bottom: 28px;
}

@media (max-width: 768px) {
    .nav_footer-list-item-heading span[b-7spzo4zfpx] {
        text-transform: uppercase;
    }
}

.inner_footer-bottom[b-7spzo4zfpx] {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .inner_footer-bottom[b-7spzo4zfpx] {
        margin-top: 40px;
        text-align: center;
    }
}

.text_copyright_footer[b-7spzo4zfpx] {
    color: #76768d;
    font-size: 14px;
    line-height: 18.2px;
    font-family: IBMPlexMono;
    font-weight: 400;
    text-align: left;
}

@media (max-width: 768px) {
    .text_copyright_footer[b-7spzo4zfpx] {
        text-align: center; 
    }
}

.nav_footer-list-inner-wrapper[b-7spzo4zfpx] {
    list-style: none;
}

@media (max-width: 426px) {
    .nav_footer-list-inner-wrapper[b-7spzo4zfpx] {
        max-height: 0;
        transition: max-height 0.15s ease-out;
        overflow: hidden;
        margin-bottom: 0;
    }
}

@media (max-width: 426px) {
    .nav_footer-list-inner-wrapper-active[b-7spzo4zfpx] {
        max-height: 1000px;
        transition: max-height 0.25s ease-in;
        margin-bottom: 40px;
    }
}
/* _content/Simventory.WebApp/Components/LandingPage/LandingPageHeader.razor.rz.scp.css */
.header[b-6easzlceg2] {
    background-color: #101223;
    height: 64px;
    width: 100%;
    transition: .3s;
    z-index: 20;
}

.main_container[b-6easzlceg2] {
    width: 100%;
    max-width: 1652px;
    margin: 0 auto;
    padding: 0 10px;
}

@media(max-width:1660px) {
    .main_container[b-6easzlceg2] {
        max-width: 1366px;
    }
}

.menu_main_header[b-6easzlceg2] {
    width: 100%;
    max-width: 650px;
    padding: 0 8px;
}

@media(max-width:1150px) {
    .header[b-6easzlceg2] {
        padding: 5px 25px 5px 10px;
        height: 80px;
    }
}

@media(max-width:426px) {
    .header[b-6easzlceg2] {
        padding: 8px 20px 5px 16px;
    }
}

.header.fixed_header[b-6easzlceg2] {
    position: fixed;
    top: 0;
    left: 0;
}

.header.scrolled_header[b-6easzlceg2] {
    height: 60px;
    background-color: rgba(26,31,57,.9);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
}

@media(max-width:1025px) {
    .header.scrolled_header[b-6easzlceg2] {
        height: 70px;
    }
}

@media(max-width:426px) {
    .header.scrolled_header[b-6easzlceg2] {
        height: 40px;
        padding: 0 20px 0 16px;
    }
}

.header.scrolled_header .inner_header[b-6easzlceg2] {
    height: 60px;
}

@media(max-width:426px) {
    .header.scrolled_header .inner_header[b-6easzlceg2] {
        height: 40px;
    }
}

.inner_header[b-6easzlceg2] {
    width: 100%;
    height: 64px; 
    transition: .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
}

.wrapper_logo_main_header[b-6easzlceg2] {
    display: flex;
    width: 100%;
    max-width: 149px;
    justify-content: flex-start;
}

@media(max-width:1367px) {
    .wrapper_logo_main_header[b-6easzlceg2] {
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.logo_main_header[b-6easzlceg2] {
    width: 200px;
    height: 40px;
    background-image: url('/assets-landingpage/assets/img/simventory-logo.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media(max-width:1150px) {
    .logo_main_header[b-6easzlceg2] {
        background-image: url('/assets-landingpage/assets/img/simventory-logo.svg');
        z-index: 2;
    }
}

@media(max-width:426px) {
    .logo_main_header[b-6easzlceg2] {
        width: 180px;
    }
}

.logo_main_header.logo_main_header-display-none[b-6easzlceg2] {
    display: none;
}

@media(max-width:1150px) {
    .menu_main_header[b-6easzlceg2] {
        width: 390px;
        max-width: 100%;
        height: 100vh;
        position: absolute;
        right: 0;
        top: 0;
        display: none;
    }
}

.menu_main_header-active .menu_main_header-list .menu_main_header-list-item[b-6easzlceg2] {
    width: 100%;
    padding: 18px 0;
    margin-bottom: 10px;
}

@media(max-width:1025px) {
    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item[b-6easzlceg2] {
        padding: 10px 0;
    }
}

@media(max-width:769px) {
    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item[b-6easzlceg2] {
        padding: 9px 0;
        margin-bottom: 17px;
    }
}

@media(max-height:540px) {
    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item[b-6easzlceg2] {
        padding: 7px 0;
        margin-bottom: 0;
    }
}

.menu_main_header-active .menu_main_header-list .menu_main_header-list-item a[b-6easzlceg2] {
    font-size: 26px;
}

@media(max-width:1025px) {
    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item a[b-6easzlceg2] {
        font-size: 16px;
    }
}

@media(max-width:769px) {
    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item a[b-6easzlceg2] {
        font-size: 16px;
    }
}

.menu_main_header-active .menu_main_header-list .menu_main_header-list-item a[b-6easzlceg2]:after {
    bottom: -10px;
}

@media(max-width:1150px) {
    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item-has-submenu[b-6easzlceg2] {
        position: relative;
    }

        .menu_main_header-active .menu_main_header-list .menu_main_header-list-item-has-submenu[b-6easzlceg2]:after {
            content: "";
            display: block;
            width: 10px;
            height: 8px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(../img/footer-menu-arrow.svg);
            position: absolute;
            right: 16px;
            top: 16px;
            transform: rotate(-90deg);
        }
}

.menu_main_header-active .menu_main_header-list .menu_main_header-list-item.menu_main_header-list-item-hidden[b-6easzlceg2] {
    display: none !important;
}

    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item.menu_main_header-list-item-hidden.menu_main_header-list-item-has-submenu.menu_main_header-list-item-has-submenu-active[b-6easzlceg2] {
        display: inline-block !important;
    }

@media(max-width:1150px) {
    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item-has-submenu.menu_main_header-list-item-has-submenu-active[b-6easzlceg2] {
        text-align: center;
    }

        .menu_main_header-active .menu_main_header-list .menu_main_header-list-item-has-submenu.menu_main_header-list-item-has-submenu-active[b-6easzlceg2]:after {
            background-image: url(../img/header-mobile-submenu-opened.svg);
            width: 14px;
            height: 26px;
            right: 91%;
            top: 5px;
            background-size: contain;
            transform: rotate(0);
        }

        .menu_main_header-active .menu_main_header-list .menu_main_header-list-item-has-submenu.menu_main_header-list-item-has-submenu-active a[b-6easzlceg2] {
            font-size: 20px;
            text-align: left;
        }
}

@media(max-width:1150px)and (max-width:769px) {
    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item-has-submenu.menu_main_header-list-item-has-submenu-active .menu_main_header-submenu-wrapper-active a[b-6easzlceg2] {
        font-size: 16px;
    }
}

.menu_main_header-active .menu_main_header-list.menu_main_header-list-any-height[b-6easzlceg2] {
    max-height: none;
}

.menu_main_header-list[b-6easzlceg2] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:1150px) {
    .menu_main_header-list.menu_main_header-list-submenu-active[b-6easzlceg2] {
        padding: 54px 1% 0 1%;
    }
}

.menu_main_header-list-item[b-6easzlceg2] {
    list-style: none;
    position: relative;
    padding: 25px 0;
}

    .menu_main_header-list-item:hover .menu_main_header-submenu-wrapper[b-6easzlceg2] {
        display: flex;
    }

@media(max-width:1150px) {
    .menu_main_header-list-item:hover .menu_main_header-submenu-wrapper[b-6easzlceg2] {
        display: none;
    }
}

@media(max-width:1150px) {
    .menu_main_header-list-item .menu_main_header-submenu-wrapper.menu_main_header-submenu-wrapper-active[b-6easzlceg2] {
        display: flex;
        align-items: flex-start;
        padding: 18px 20px;
    }
}

.menu_main_header-list-item a[b-6easzlceg2],        
.menu_main_header-list-item button[b-6easzlceg2] {
    text-decoration: none;
    position: relative;
    color: #b8bbd3;
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 400;
    transition: .3s;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-transform: none;
}

    .menu_main_header-list-item a:hover[b-6easzlceg2],
    .menu_main_header-list-item button:hover[b-6easzlceg2] {
        color: #fff;
    }

.menu_main_header-list-item:last-child a[b-6easzlceg2]:after {
    display: none;
}

.menu_main_header-list-item.item_menu_active[b-6easzlceg2] {
    position: relative;
}

    .menu_main_header-list-item.item_menu_active > a[b-6easzlceg2]:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 1px;
        background-color: #50f5ac;
    }

@media(max-width:769px) {
    .menu_main_header-active .menu_main_header-list .menu_main_header-list-item.item_menu_active a[b-6easzlceg2]::after {
        left: 0;
        bottom: -6px;
        margin-left: 0;
    }
}

.menu_main_header-active .menu_main_header-list[b-6easzlceg2] {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 100px 1% 0 5%;
}

@media(max-width:426px) {
    .menu_main_header-active .menu_main_header-list[b-6easzlceg2] {
        padding: 84px 1% 0 4%;
    }
}

@media(max-height:540px) {
    .menu_main_header-active .menu_main_header-list[b-6easzlceg2] {
        max-height: calc(100vh - 85px);
        overflow-y: scroll;
        padding: 70px 1% 0 4%;
    }
}

.menu_main_header-submenu-wrapper[b-6easzlceg2] {
    width: auto;
    min-width: 740px;
    position: absolute;
    top: 65px;
    left: -17px;
    display: none;
    flex-direction: column;
    padding: 24px 32px 30px 32px;
    background-color: #101223;
    border: 1px solid #1d3f3e;
}

@media(max-width:1025px) {
    .menu_main_header-submenu-wrapper[b-6easzlceg2] {
        left: -11px;
    }
}

.menu_main_header-submenu-wrapper[b-6easzlceg2]:before {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #101223;
    border: 1px solid #1d3f3e;
    top: -1px;
    left: 39px;
    transform: rotate(45deg);
    z-index: -1;
}

.menu_main_header-submenu-wrapper[b-6easzlceg2]:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #101223;
    position: absolute;
    top: 0;
    left: 40px;
    transform: rotate(45deg);
    z-index: 1;
}

@media(max-width:1150px) {
    .menu_main_header-submenu-wrapper[b-6easzlceg2] {
        width: 390px;
        max-width: 390px;
        min-width: 390px;
        background-color: #101223;
        border: none;
        z-index: 2;
    }

        .menu_main_header-submenu-wrapper[b-6easzlceg2]:before {
            display: none;
        }

        .menu_main_header-submenu-wrapper[b-6easzlceg2]:after {
            display: none;
        }
}

@media(max-width:426px) {
    .menu_main_header-submenu-wrapper[b-6easzlceg2] {
        width: 370px;
        max-width: 370px;
        min-width: 370px;
    }
}

.menu_main_header-submenu[b-6easzlceg2] {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}

    .menu_main_header-submenu .menu_main_header-submenu-item[b-6easzlceg2] {
        width: 100%;
        max-width: 336px;
        position: relative;
        height: 96px;
        border: 1px solid #1d3f3e;
        display: flex;
        align-items: center;
        padding-left: 15px;
        transition: .3s;
        cursor: pointer;
    }

        .menu_main_header-submenu .menu_main_header-submenu-item:hover[b-6easzlceg2] {
            background-color: #192438;
        }

            .menu_main_header-submenu .menu_main_header-submenu-item:hover a[b-6easzlceg2] {
                color: #fff;
            }

            .menu_main_header-submenu .menu_main_header-submenu-item:hover .wrapper_image_item_submenu[b-6easzlceg2] {
                background-color: #192438;
            }

        .menu_main_header-submenu .menu_main_header-submenu-item a[b-6easzlceg2] {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            padding-left: 94px;
            padding-top: 4px;
            justify-content: flex-start;
            align-items: center;
        }

        .menu_main_header-submenu .menu_main_header-submenu-item .wrapper_image_item_submenu[b-6easzlceg2] {
            width: 64px;
            height: 64px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 16px;
            border: 1px solid #1d3f3e;
            background-color: #192438;
        }

        .menu_main_header-submenu .menu_main_header-submenu-item.item_submenu_active[b-6easzlceg2] {
            border: 1px solid #50f5ac;
        }

.menu_main_header-submenu-heading[b-6easzlceg2] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
}

@media(max-width:769px) {
    .menu_main_header-submenu-heading[b-6easzlceg2] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .menu_main_header-submenu-heading[b-6easzlceg2] {
        line-height: 20.8px;
    }
}

.menu_partners .menu_main_header-submenu-wrapper[b-6easzlceg2] {
    min-width: 340px;
    padding: 32px;
}

    .menu_partners .menu_main_header-submenu-wrapper .menu_main_header-submenu[b-6easzlceg2] {
        z-index: 2;
        padding-top: 0;
    }

        .menu_partners .menu_main_header-submenu-wrapper .menu_main_header-submenu .menu_main_header-submenu-item:nth-child(1)[b-6easzlceg2] {
            border-bottom: none;
        }

.container_login_header[b-6easzlceg2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 220px;
}

.menu_main_header-active[b-6easzlceg2] {
    display: flex;
    opacity: 1;
    z-index: 3;
    background-color: #101223;
    border-left: 1px solid #1d3f3e;
}

@media(max-width:426px) {
    .menu_main_header-active[b-6easzlceg2] {
        border-left: none;
    }
}

.login-button[b-6easzlceg2] {
    font-family: IBMPlexMono !important;
    font-size: 1.1rem !important;
    margin: 0.5rem !important;
    border-style: solid !important;
    text-transform: capitalize !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

@media(max-width:1150px) {
    .container_login_header[b-6easzlceg2] {
        display: none;
    }
}

@media(max-width:1150px) {
    .container_login_header-active[b-6easzlceg2] {
        display: flex;
        flex-direction: column;
        z-index: 3;
        position: absolute;
        top: 480px;
        right: 20px;
        max-width: 358px;
        width: calc(100% - 40px);
    }
}

@media(max-height:540px) {
    .container_login_header-active[b-6easzlceg2] {
        flex-direction: row;
        top: 320px;
    }
}

.container_login_header-active .login_header[b-6easzlceg2] {
    background-color: #50f5ac;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 358px;
    max-width: 100%;
    height: 48px;
    text-transform: uppercase;
    color: #101223;
    transition: .3s;
}

@media(max-height:540px) {
    .container_login_header-active .login_header[b-6easzlceg2] {
        width: 50%;
        height: 34px;
        flex-shrink: 0;
    }
}

.container_login_header-active .login_header:hover[b-6easzlceg2] {
    background-color: #1d3f3e;
    color: #fff;
}

.container_login_header-active .up_sign_header[b-6easzlceg2] {
    background-color: rgba(0,0,0,0);
    border: 1px solid #50f5ac;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 358px;
    max-width: 100%;
    height: 48px;
    text-transform: uppercase;
    color: #50f5ac;
}

@media(max-height:540px) {
    .container_login_header-active .up_sign_header[b-6easzlceg2] {
        background-color: #101223;
        width: 50%;
        height: 34px;
        flex-shrink: 0;
    }
}

.container_login_header.container_login_header-inactive[b-6easzlceg2] {
    display: none;
}

.menu_main_header-list-mobile-sub-open[b-6easzlceg2] {
    padding: 54px 1% 0 4%;
}

.login_header[b-6easzlceg2] {
    color: #b8bbd3;
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 400;
    text-decoration: none;
    transition: .3s;
}

    .login_header:hover[b-6easzlceg2] {
        color: #50f5ac;
    }

.up_sign_header[b-6easzlceg2] {
    color: #b8bbd3;
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    border: 1px solid #b8bbd3;
    text-decoration: none;
    padding: 6px 13px;
}

    .up_sign_header:hover[b-6easzlceg2] {
        background-color: #1d3f3e;
        border: 1px solid #50f5ac;
        color: #fff;
    }

.btn_burger_header[b-6easzlceg2] {
    display: none;
}

@media(max-width:1150px) {
    .btn_burger_header[b-6easzlceg2] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 43px;
        height: 26px;
        z-index: 4;
    }
}

@media(max-width:1150px)and (max-width:426px) {
    .btn_burger_header[b-6easzlceg2] {
        width: 26px;
    }
}

@media(max-width:1150px) {
    .btn_burger_header span[b-6easzlceg2] {
        display: flex;
        width: 100%;
        height: 1px;
        background-color: #b8bbd3;
        position: relative;
        border-radius: 30px;
        cursor: pointer;
    }

        .btn_burger_header span[b-6easzlceg2]:before {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background-color: #b8bbd3;
            border-radius: 30px;
            position: absolute;
            top: -12px;
            left: 0;
            transition: .3s;
        }
}

@media(max-width:1150px)and (max-width:426px) {
    .btn_burger_header span[b-6easzlceg2]:before {
        top: -8px;
    }
}

@media(max-width:1150px) {
    .btn_burger_header span[b-6easzlceg2]:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #b8bbd3;
        border-radius: 30px;
        position: absolute;
        left: 0;
        bottom: -12px;
        transition: .3s;
    }
}

@media(max-width:1150px)and (max-width:426px) {
    .btn_burger_header span[b-6easzlceg2]:after {
        bottom: -8px;
    }
}

@media(max-width:1150px) {
    .btn_burger_header-active[b-6easzlceg2] {
        position: fixed;
        right: 37px;
    }

        .btn_burger_header-active span[b-6easzlceg2] {
            background-color: rgba(0,0,0,0);
        }

            .btn_burger_header-active span[b-6easzlceg2]:before {
                top: 0;
                transform: rotate(45deg);
            }

            .btn_burger_header-active span[b-6easzlceg2]:after {
                bottom: 0;
                transform: rotate(-45deg);
            }

    .btn_burger_header.btn_burger_header-margin-top[b-6easzlceg2] {
        margin-top: 64px;
    }
}

@media(max-width:1150px)and (max-height:540px) {
    .btn_burger_header.btn_burger_header-margin-top[b-6easzlceg2] {
        margin-top: 40px;
    }
}

@media(max-width:1150px)and (max-height:540px)and (max-width:426px) {
    .btn_burger_header.btn_burger_header-margin-top[b-6easzlceg2] {
        margin-top: 64px;
    }
}

.header.scrolled_header .btn_burger_header-active[b-6easzlceg2] {
    top: 27px;
}

.menu_main_header-list-item-has-submenu-active .btn_hidden_menus_all_close[b-6easzlceg2] {
    display: none;
}

@media(max-width:1025px) {
    .menu_main_header-list-item-has-submenu-active .btn_hidden_menus_all_close[b-6easzlceg2] {
        display: block;
        width: 48px;
        height: 48px;
        background-image: url(../img/close.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        right: 21px;
        top: -2px;
    }
}

@media(max-height:540px) {
    .menu_main_header-list-item-has-submenu-active .btn_hidden_menus_all_close[b-6easzlceg2] {
        top: -6px;
    }
}

.menu_sidebar-list[b-6easzlceg2] {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

.menu_sidebar-list-item[b-6easzlceg2] {
    font-family: IBMPlexMono !important;
    font-size: 15px !important;
    margin: 10px 0;
    color: #b8bbd3 !important;
    text-transform: capitalize !important;
    justify-content: left !important;
}

    .menu_sidebar-list-item button[b-6easzlceg2] {
        width: 100%;
        text-align: left;
    }

.menu_sidebar[b-6easzlceg2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #101223;
    color: #fff;
    padding: 20px;
    border-right: 1px solid #50f5ac;
}

@media (max-width: 768px) {
    .menu_sidebar[b-6easzlceg2] {
        align-items: normal;
        text-align: left;
        justify-content: flex-start;
    }
}

.btn_burger_header[b-6easzlceg2] {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 24px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

    .btn_burger_header span[b-6easzlceg2] {
        display: block;
        width: 100%;
        height: 3px;
        background-color: black;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

@media (max-width: 768px) {
    .menu_main_header[b-6easzlceg2] {
        display: none;
    }
}

@media (max-width: 768px) {
    .btn_burger_header[b-6easzlceg2] {
        display: flex;
    }
}

.btn_burger_header span[b-6easzlceg2] {
    display: block;
    width: 100%;
    height: 0.5px;
    background-color: #b8bbd3;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn_burger_header-none[b-6easzlceg2] {
    display: none !important;
}

.sidebar[b-6easzlceg2] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 250px !important;
    background-color: #ffffff !important;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1) !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s ease-in-out !important;
    z-index: 1000 !important;
}

.sidebar_open[b-6easzlceg2] {
    transform: translateX(0) !important;
}

.sidebar_closed[b-6easzlceg2] {
    transform: translateX(-100%) !important;
}
/* _content/Simventory.WebApp/Pages/DataProtection.razor.rz.scp.css */
.legal-text[b-fwqpt66hi9] {
    margin-top: 50px;
}

.main_container_legal[b-fwqpt66hi9] {
    font-family: IBMPlexMono;
    width: 100%;
    max-width: 1652px;
    margin: 0 auto;
    padding: 0 10px;
    color: #fff;
}

    .main_container_legal h1[b-fwqpt66hi9] {
        font-size: 2.0rem;
        margin-bottom: 30px;
    }

    .main_container_legal h2[b-fwqpt66hi9] {
        font-size: 1.5rem;
        margin-top: 30px;
    }

    .main_container_legal p[b-fwqpt66hi9] {
        font-size: 1.0rem;
        margin-top: 15px;
        margin-bottom: 30px;
    }

@media(max - width:1660px) {
    .main_container_legal[b-fwqpt66hi9] {
        max-width: 1366px;
    }
}
/* _content/Simventory.WebApp/Pages/Imprint.razor.rz.scp.css */
.legal-text[b-1jslrtb0a4] {
    margin-top: 50px;
}

.main_container_legal[b-1jslrtb0a4] {
    font-family: IBMPlexMono;
    width: 100%;
    max-width: 1652px;
    margin: 0 auto;
    padding: 0 10px;
    color: #fff;
}

    .main_container_legal h1[b-1jslrtb0a4] {
        font-size: 2.0rem;
        margin-bottom: 30px;
    }

    .main_container_legal h2[b-1jslrtb0a4] {
        font-size: 1.5rem;
        margin-top: 30px;
    }

    .main_container_legal p[b-1jslrtb0a4] {
        font-size: 1.0rem;
        margin-top: 15px;
        margin-bottom: 30px;
    }

@media(max - width:1660px) {
    .main_container_legal[b-1jslrtb0a4] {
        max-width: 1366px;
    }
}
/* _content/Simventory.WebApp/Pages/LandingPage.razor.rz.scp.css */
*[b-f9e9yrujs3] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body[b-f9e9yrujs3] {
    background-color: #101223;
    width: 100vw;
    overflow-x: hidden;
}

.padding_body[b-f9e9yrujs3] {
    padding-top: 126px;
}

@media(max-width:1660px) {
    .padding_body[b-f9e9yrujs3] {
        padding-top: 64px;
    }
}

@media(max-width:1150px) {
    .padding_body[b-f9e9yrujs3] {
        padding-top: 80px;
    }
}

.padding_body .green[b-f9e9yrujs3] {
    color: #50f5ac;
}

.scroll_no[b-f9e9yrujs3] {
    overflow: hidden
}

.main_container[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1652px;
    margin: 0 auto;
    padding: 0 10px;
}

@media(max-width:1660px) {
    .main_container[b-f9e9yrujs3] {
        max-width: 1366px;
    }
}

.legal-text[b-f9e9yrujs3] {
    margin-top: 50px;
}

.main_container_legal[b-f9e9yrujs3] {
    font-family: IBMPlexMono;
    width: 100%;
    max-width: 1652px;
    margin: 0 auto;
    padding: 0 10px;
    color: #fff;
}

    .main_container_legal h1[b-f9e9yrujs3] {
        font-size: 2.0rem;
        margin-bottom: 30px;
    }

    .main_container_legal h2[b-f9e9yrujs3] {
        font-size: 1.5rem;
        margin-top: 30px;
    }

    .main_container_legal p[b-f9e9yrujs3] {
        font-size: 1.0rem;
        margin-top: 15px;
        margin-bottom: 30px;
    }

@media(max-width:1660px) {
    .main_container_legal[b-f9e9yrujs3] {
        max-width: 1366px;
    }
}

.function-headline[b-f9e9yrujs3] {
    font-size: 18px;
}

.center-image[b-f9e9yrujs3] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1650px;
    height: auto;
}

.intro-image[b-f9e9yrujs3] {
    margin-top: 10px;
    margin-bottom: 30px;
}

.intro-image2[b-f9e9yrujs3] {
    margin-top: 0px;
    margin-bottom: 10px;
}

.mobile-image[b-f9e9yrujs3] {
    display: none;
}

@media screen and (max-width: 768px) {
    .intro-image .center-image[b-f9e9yrujs3] {
        display: none;
    }

    .intro-image .mobile-image[b-f9e9yrujs3] {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
}

#marktplatz-dashboard[b-f9e9yrujs3] {
    scroll-margin-top: 60px;
}

#sponsored-products-dashboard[b-f9e9yrujs3] {
    scroll-margin-top: 60px;
}

#bestands-dashboard[b-f9e9yrujs3] {
    scroll-margin-top: 60px;
}

#gebuehren-dashboard[b-f9e9yrujs3] {
    scroll-margin-top: 60px;
}

#produkt-dashboard[b-f9e9yrujs3] {
    scroll-margin-top: 60px;
}

#lieferanten-dashboard[b-f9e9yrujs3] {
    scroll-margin-top: 60px;
}

#weitere-tools[b-f9e9yrujs3] {
    scroll-margin-top: 60px;
}

#section-advantages[b-f9e9yrujs3] {
    scroll-margin-top: 50px;
}

@media(max-width:1281px) {
    .banner_hero[b-f9e9yrujs3] {
        min-height: auto;
    }
}

.banner_hero-inner[b-f9e9yrujs3] {
    padding: 34px 0;
}

@media(min-width:1728px) {
    .banner_hero-inner[b-f9e9yrujs3] {
        padding: 10px 0 4px 0;
    }
}

@media(max-width:1150px) {
    .banner_hero-inner[b-f9e9yrujs3] {
        padding: 4px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:426px) {
    .banner_hero-inner[b-f9e9yrujs3] {
        padding-top: 44px;
    }
}

.banner_hero-title[b-f9e9yrujs3] {
    font-size: 84px;
    line-height: 109px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #fff;
    letter-spacing: -1.8px;
    text-align: center;
}

    .banner_hero-title span[b-f9e9yrujs3] {
        font-family: IBMPlexMono;
        font-weight: 700;
        color: #50f5ac;
    }

@media(max-width:1150px) {
    .banner_hero-title[b-f9e9yrujs3] {
        font-size: 63px;
        letter-spacing: -.7px;
    }
}

@media(max-width:769px) {
    .banner_hero-title[b-f9e9yrujs3] {
        font-size: 40px;
        line-height: 1.3;
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

@media(max-width:426px) {
    .banner_hero-title[b-f9e9yrujs3] {
        max-width: 350px;
        letter-spacing: .2px;
        line-height: 43px;
        margin-bottom: 25px;
        margin-top: 0;
    }
}

.banner_hero-text[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

@media(max-width:769px) {
    .banner_hero-text[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:1150px) {
    .banner_hero-text[b-f9e9yrujs3] {
        font-size: 16px;
        margin-top: 0;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 20.8px;
    }
}

.banner_hero-btns[b-f9e9yrujs3] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
}

@media(max-width:426px) {
    .banner_hero-btns[b-f9e9yrujs3] {
        margin-top: 20px;
    }
}

.banner_hero-btn[b-f9e9yrujs3] {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 230px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #101223;
    background-color: #50f5ac;
    text-decoration: none;
    padding: 15px 36px;
    text-transform: uppercase;
    border: 1px solid #50f5ac;
    transition: .3s;
    cursor: pointer;
    padding: 15px 88px;
}

    .banner_hero-btn:hover[b-f9e9yrujs3] {
        background-color: #39a47b;
        border: 1px solid #39a47b;
        color: #fff;
    }

    .banner_hero-btn:disabled[b-f9e9yrujs3] {
        background-color: #2f3148;
        border: 1px solid #2f3148;
        color: #101223;
        pointer-events: none;
    }

@media(max-width:769px) {
    .banner_hero-btn[b-f9e9yrujs3] {
        padding: 15px 15px;
        font-size: 18px;
    }
}

@media(max-width:426px) {
    .banner_hero-btn[b-f9e9yrujs3] {
        padding: 14px 3px;
        max-width: 189px;
        min-width: 189px;
    }
}

.banner_hero-btn-secondary[b-f9e9yrujs3] {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 230px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #50f5ac;
    background-color: rgba(0,0,0,0);
    text-decoration: none;
    padding: 15px 36px;
    text-transform: uppercase;
    border: 1px solid #50f5ac;
    transition: .3s;
    cursor: pointer;
}

    .banner_hero-btn-secondary:hover[b-f9e9yrujs3] {
        background-color: #1d3f3e;
        color: #fff;
    }

    .banner_hero-btn-secondary:disabled[b-f9e9yrujs3] {
        background-color: #2f3148;
        border: 1px solid #2f3148;
        color: #101223;
        pointer-events: none;
        opacity: .5;
    }

@media(max-width:769px) {
    .banner_hero-btn-secondary[b-f9e9yrujs3] {
        padding: 15px 15px;
        font-size: 18px;
    }
}

@media(max-width:769px) {
    .banner_hero-btn-secondary[b-f9e9yrujs3] {
        display: none;
        font-size: 14px;
    }
}

@media(max-height:415px)and (max-width:897px) {
    .banner_hero-btn-secondary[b-f9e9yrujs3] {
        display: none;
    }
}

@media(max-height:390px)and (max-width:844px) {
    .banner_hero-btn-secondary[b-f9e9yrujs3] {
        display: none;
    }
}

@media(max-height:431px)and (max-width:933px) {
    .banner_hero-btn-secondary[b-f9e9yrujs3] {
        display: none;
    }
}

@media(max-height:413px)and (max-width:916px) {
    .banner_hero-btn-secondary[b-f9e9yrujs3] {
        display: none;
    }
}

@media(max-height:413px)and (max-width:916px) {
    .banner_hero-btn-secondary[b-f9e9yrujs3] {
        display: none;
    }
}

@media(max-width:426px) {
    .banner_hero-btn-secondary[b-f9e9yrujs3] {
        padding: 14px 3px;
        max-width: 189px;
        min-width: 189px;
    }
}

@media(max-width:376px) {
    .banner_hero-btn-secondary[b-f9e9yrujs3] {
        font-size: 12px;
        height: 48px;
        max-width: 169px;
        min-width: 169px;
    }
}

.banner_hero-text .mobile-break[b-f9e9yrujs3] {
    display: inline;
}

@media screen and (max-width: 768px) {
    .banner_hero-text .mobile-break[b-f9e9yrujs3] {
        display: block;
        margin-bottom: 0;
    }
}

.banner_hero-bg[b-f9e9yrujs3] {
    min-height: 883px;
    margin: 0 auto;
    position: relative;
    ;
    max-width: 1400px;
    ;
    background: #101223;
    overflow: hidden;
    z-index: -1;
    display: flex;
    justify-content: center;
    margin-top: -67px;
}

@media(min-width:1728px) {
    .banner_hero-bg[b-f9e9yrujs3] {
        margin-top: 30px;
    }
}

@media(max-width:1025px) {
    .banner_hero-bg[b-f9e9yrujs3] {
        height: 730px;
        min-height: 730px;
        margin-top: -60px;
    }
}

@media(max-width:426px) {
    .banner_hero-bg[b-f9e9yrujs3] {
        height: 360px;
        min-height: 360px;
        margin-top: -5px;
    }
}

.banner_hero-bg video[b-f9e9yrujs3] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.section_quote[b-f9e9yrujs3] {
    min-height: 366px;
    background-color: rgba(0,0,0,0);
    margin-top: -124px;
}

@media(max-width:1281px) {
    .section_quote[b-f9e9yrujs3] {
        margin-top: -260px;
    }
}

@media(max-width:1025px) {
    .section_quote[b-f9e9yrujs3] {
        margin-top: -124px;
    }
}

@media(max-width:769px) {
    .section_quote[b-f9e9yrujs3] {
        min-height: 240px;
    }
}

@media(max-width:426px) {
    .section_quote[b-f9e9yrujs3] {
        margin-top: -33px;
    }
}

.section_quote-inner[b-f9e9yrujs3] {
    max-width: 726px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

@media(max-width:769px) {
    .section_quote-inner[b-f9e9yrujs3] {
        justify-content: center;
    }
}

.section_quote-inner[b-f9e9yrujs3]:before {
    content: "";
    width: 186px;
    height: 124px;
    background-image: url(../img/qoute-gg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -154px;
    top: -66px;
}

@media(max-width:769px) {
    .section_quote-inner[b-f9e9yrujs3]:before {
        width: 50px;
        height: 34px;
        left: 177px;
        top: -26px;
        z-index: 2;
    }
}

@media(max-width:426px) {
    .section_quote-inner.section_quote-first[b-f9e9yrujs3]:before {
        left: -2px;
    }
}

@media(max-width:426px) {
    .section_quote-inner.section_quote-second[b-f9e9yrujs3]:before {
        left: -2px;
    }
}

.wrapper_image_quote[b-f9e9yrujs3] {
    width: -moz-fit-content;
    width: fit-content;
    flex-shrink: 0;
}

@media(max-width:769px) {
    .wrapper_image_quote[b-f9e9yrujs3] {
        width: 73px;
        height: 92px;
        margin-right: 16px;
    }
}

.banner_hero-video-wrapper[b-f9e9yrujs3] {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.video-container[b-f9e9yrujs3] {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

    .video-container iframe[b-f9e9yrujs3] {
        width: 100%;
        height: 100%;
        border: none;
    }

.video-caption[b-f9e9yrujs3] {
    font-size: 16px;
    color: #444;
    margin-top: 12px;
}

.simventory-comparison-section[b-f9e9yrujs3] {
    padding: 60px 20px;
    color: #b8bbd3;
}

.simventory-comparison-heading[b-f9e9yrujs3] {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    color: #50f5ac;
}

.simventory-comparison-wrapper[b-f9e9yrujs3] {
    max-width: 1300px;
    margin: 0 auto;
    overflow-x: auto;
}

.simventory-comparison-table[b-f9e9yrujs3] {
    width: 100%;
    border-collapse: collapse;
    font-size: 20px;
    font-family: IBMPlexMono;
}

    .simventory-comparison-table th[b-f9e9yrujs3],
    .simventory-comparison-table td[b-f9e9yrujs3] {
        padding: 18px 20px;
        border: 1px solid #2a2a2a;
        vertical-align: top;
        text-align: left;
    }

    .simventory-comparison-table th[b-f9e9yrujs3] {
        color: #ffffff;
        font-weight: 600;
        text-align: center;
    }

    .simventory-comparison-table td:nth-child(1)[b-f9e9yrujs3] {
        color: #ff5757;
    }

    .simventory-comparison-table td:nth-child(2)[b-f9e9yrujs3] {
        color: #50f5ac;
    }

    .simventory-comparison-table td:nth-child(3)[b-f9e9yrujs3] {
        color: lightgrey;
        font-weight: 500;
    }


@media screen and (max-width: 768px) {
    .simventory-comparison-table[b-f9e9yrujs3] {
        font-size: 17px;
    }

        .simventory-comparison-table thead[b-f9e9yrujs3] {
            display: none;
        }

        .simventory-comparison-table[b-f9e9yrujs3],
        .simventory-comparison-table tbody[b-f9e9yrujs3],
        .simventory-comparison-table tr[b-f9e9yrujs3],
        .simventory-comparison-table td[b-f9e9yrujs3] {
            display: block;
            width: 100%;
        }

            .simventory-comparison-table tr[b-f9e9yrujs3] {
                margin-bottom: 30px;
                border: 1px solid #2a2a2a;
                border-radius: 10px;
                background: #1a1a1a;
                padding: 10px;
            }

            .simventory-comparison-table td[b-f9e9yrujs3] {
                padding: 12px 15px;
                border: none;
                border-bottom: 1px solid #2a2a2a;
                text-align: left;
            }

                .simventory-comparison-table td:nth-child(1)[b-f9e9yrujs3]::before {
                    content: "Ohne simventory: ";
                    font-weight: bold;
                    color: #ff5757;
                    display: block;
                    margin-bottom: 5px;
                }

                .simventory-comparison-table td:nth-child(2)[b-f9e9yrujs3]::before {
                    content: "Mit simventory: ";
                    font-weight: bold;
                    color: #50f5ac;
                    display: block;
                    margin-bottom: 5px;
                }

                .simventory-comparison-table td:nth-child(3)[b-f9e9yrujs3]::before {
                    content: "Dein Vorteil: ";
                    font-weight: bold;
                    color: lightgrey;
                    display: block;
                    margin-bottom: 5px;
                }
}



.wrapper_image_quote img[b-f9e9yrujs3] {
    width: 100%;
    height: auto;
}

.wrapper_author_quote[b-f9e9yrujs3] {
    display: flex;
}

.wrapper_text_author_quote[b-f9e9yrujs3] {
    display: flex;
    flex-direction: column;
}

.wrapper_text_quote[b-f9e9yrujs3] {
    padding: 3px 0 0 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width:769px) {
    .wrapper_text_quote[b-f9e9yrujs3] {
        max-width: 261px;
        padding: 0;
    }
}

.text_quote[b-f9e9yrujs3] {
    font-size: 24px;
    line-height: 31.2px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -.7px;
}

@media(max-width:769px) {
    .text_quote[b-f9e9yrujs3] {
        font-size: 20px;
        line-height: 26px;
    }
}

@media(max-width:769px) {
    .text_quote[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 20.8px;
        letter-spacing: .1px;
    }
}

.heading_quote[b-f9e9yrujs3] {
    font-size: 24px;
    color: #b8bbd3;
    font-family: IBMPlexMono;
    font-weight: 700;
    padding-top: 55px;
    position: relative;
    margin-bottom: 12px;
    text-transform: uppercase;
}

@media(max-width:769px) {
    .heading_quote[b-f9e9yrujs3] {
        font-size: 20px;
        line-height: 26px;
        padding-top: 24px;
        margin-bottom: 4px;
    }
}

.heading_quote[b-f9e9yrujs3]:before {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background-color: #b8bbd3;
    position: absolute;
    top: 39px;
    left: 1px;
}

@media(max-width:769px) {
    .heading_quote[b-f9e9yrujs3]:before {
        top: 11px;
    }
}

.author_quote[b-f9e9yrujs3] {
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
}

@media(max-width:769px) {
    .author_quote[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 20.8px;
    }
}

.section_quote-default[b-f9e9yrujs3] {
    margin-top: 115px;
}

@media(max-width:426px) {
    .section_quote-default[b-f9e9yrujs3] {
        margin-top: 60px;
    }
}

.section_quote-default .section_quote-inner[b-f9e9yrujs3]:before {
    background-image: url(../img/quote-gg-green.svg);
    top: -88px;
}

@media(max-width:769px) {
    .section_quote-default .section_quote-inner[b-f9e9yrujs3]:before {
        top: -24px;
    }
}

.text_quote-green[b-f9e9yrujs3] {
    color: #50f5ac;
}

.section_quote-mac[b-f9e9yrujs3] {
    display: none;
}

.section_clients[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 40px;
}

    .section_clients .border_block_deco[b-f9e9yrujs3] {
        margin: 40px auto;
    }

.section_clients-slider[b-f9e9yrujs3] {
    display: flex;
    justify-content: space-between;
}

.section_clients-slider-item[b-f9e9yrujs3] {
    height: 112px;
    width: 256px;
    background-color: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0;
}

@media(max-width:769px) {
    .section_clients-slider-item[b-f9e9yrujs3] {
        width: 194px;
        height: 85px;
        margin: 0 15px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}

.section_clients-slider-item img[b-f9e9yrujs3] {
    width: auto;
    height: auto;
}

@media(max-width:426px) {
    .section_clients-slider-item img[b-f9e9yrujs3] {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

.revenue[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px 0 12px 0;
}

@media(max-width:769px) {
    .revenue[b-f9e9yrujs3] {
        padding-top: 0;
    }
}

.border_block_deco[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 35px;
    height: 24px;
    background-color: rgba(0,0,0,0);
    position: relative;
}

    .border_block_deco .deco[b-f9e9yrujs3] {
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        left: 35px;
        background-image: url('/assets-landingpage/assets/img/plus-deco.svg');
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -12px;
    }

@media(max-width:769px) {
    .border_block_deco .deco[b-f9e9yrujs3] {
        width: 16px;
        height: 16px;
        margin-left: -8px;
    }
}

@media(max-width:769px) {
    .border_block_deco[b-f9e9yrujs3] {
        height: 16px;
    }
}

.border_block_deco[b-f9e9yrujs3]:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 35px;
    background-image: url('/assets-landingpage/assets/img/plus-deco.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

@media(max-width:769px) {
    .border_block_deco[b-f9e9yrujs3]:before {
        width: 16px;
        height: 16px;
    }
}

@media(max-width:426px) {
    .border_block_deco[b-f9e9yrujs3]:before {
        left: 8px;
    }
}

.border_block_deco[b-f9e9yrujs3]:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 35px;
    background-image: url('/assets-landingpage/assets/img/plus-deco.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

@media(max-width:769px) {
    .border_block_deco[b-f9e9yrujs3]:after {
        width: 16px;
        height: 16px;
    }
}

@media(max-width:426px) {
    .border_block_deco[b-f9e9yrujs3]:after {
        right: 8px;
    }
}

.revenue .border_block_deco:last-child[b-f9e9yrujs3] {
    margin-top: 30px;
}

@media(max-width:769px) {
    .revenue .border_block_deco:last-child[b-f9e9yrujs3] {
        margin-top: 38px;
    }
}

@media(max-width:426px) {
    .revenue .border_block_deco:last-child[b-f9e9yrujs3] {
        margin-top: 59px;
    }
}

@media(max-width:769px) {
    .revenue .border_block_deco[b-f9e9yrujs3] {
        margin-top: 38px;
    }
}

.inner_revenue[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1346px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 66px 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #1d3f3e;
}

@media(max-width:769px) {
    .inner_revenue[b-f9e9yrujs3] {
        border: none;
        flex-direction: column;
        padding: 38px 0;
    }
}

@media(max-width:426px) {
    .inner_revenue[b-f9e9yrujs3] {
        max-width: 360px;
        border: 1px solid #1d3f3e;
        padding: 18px 0;
        margin-top: 60px;
    }
}

.inner_revenue-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    max-width: 605px;
    letter-spacing: -1.1px;
}

@media(max-width:1025px) {
    .inner_revenue-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .inner_revenue-heading[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

@media(max-width:1025px) {
    .inner_revenue-heading[b-f9e9yrujs3] {
        padding-right: 40px;
        max-width: 360px;
    }
}

@media(max-width:769px) {
    .inner_revenue-heading[b-f9e9yrujs3] {
        padding-right: 0;
        max-width: 81%;
        margin-bottom: 40px;
        font-size: 25px;
        line-height: 1.4;
    }
}

@media(max-width:426px) {
    .inner_revenue-heading[b-f9e9yrujs3] {
        margin-bottom: 20px;
        max-width: 322px;
    }
}

.wrapper_image_revenue[b-f9e9yrujs3] {
    text-align: center;
    margin-right: 43px;
    width: 100%;
    max-width: 496px;
    height: 140px;
    background-color: #111a28;
    padding: 19px 32px 15px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1025px) {
    .wrapper_image_revenue[b-f9e9yrujs3] {
        margin-right: 0;
    }
}

@media(max-width:769px) {
    .wrapper_image_revenue[b-f9e9yrujs3] {
        width: 360px;
        height: 92px;
        padding: 11px 10px 11px 10px;
    }
}

.wrapper_image_revenue-count[b-f9e9yrujs3] {
    font-size: 48px;
    font-family: IBMPlexMono;
    font-weight: 700;
    background-image: url(../img/Block-new.svg);
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    margin-bottom: 16px;
    letter-spacing: 1.8px;
}

@media(max-width:769px) {
    .wrapper_image_revenue-count[b-f9e9yrujs3] {
        font-size: 33px;
        margin-bottom: 5px;
        letter-spacing: 1.1px;
        background-size: 13%;
    }
}

.wrapper_image_revenue-text[b-f9e9yrujs3] {
    line-height: 30px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #39a47b;
    font-size: 22px;
}

@media(max-width:769px) {
    .wrapper_image_revenue-text[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 1.4;
    }
}

.steps[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
}

@media(max-width:426px) {
    .steps[b-f9e9yrujs3] {
        padding: 60px 0 42px 0;
    }
}

.steps .border_block_deco:last-child[b-f9e9yrujs3] {
    margin-top: 80px;
}

@media(max-width:426px) {
    .steps .border_block_deco:last-child[b-f9e9yrujs3] {
        margin-top: 60px;
    }
}

.inner_steps[b-f9e9yrujs3] {
    max-width: 1374px;
    padding: 0 15px;
    margin: 0 auto;
}

@media(max-width:426px) {
    .inner_steps[b-f9e9yrujs3] {
        padding: 0 1px;
    }
}

.block_steps[b-f9e9yrujs3] {
    border-left: 1px solid #1d3f3e;
    margin-top: 40px;
}

.step:nth-child(1)[b-f9e9yrujs3] {
    padding: 87px 65px;
    margin-bottom: 32px;
}

@media(max-width:514px) {
    .step:nth-child(1)[b-f9e9yrujs3] {
        padding: 77px 19px 31px 19px;
    }
}

.step:nth-child(2)[b-f9e9yrujs3] {
    padding: 67px 65px;
}

@media(max-width:514px) {
    .step:nth-child(2)[b-f9e9yrujs3] {
        padding: 77px 19px 31px 0;
    }
}

@media(max-width:514px) {
    .step:nth-child(2) .heading_block_step[b-f9e9yrujs3] {
        padding-left: 18px;
    }
}

.step:nth-child(3)[b-f9e9yrujs3] {
    padding: 82px 65px;
    padding-bottom: 40px;
}

@media(max-width:514px) {
    .step:nth-child(3)[b-f9e9yrujs3] {
        padding: 90px 10px 2px 17px;
        margin-top: 20px;
    }
}

.step:nth-child(3) .number_step[b-f9e9yrujs3] {
    top: 14px;
}

.step:nth-child(3)[b-f9e9yrujs3]:before {
    content: "";
    display: block;
    width: 15px;
    height: 150px;
    background-color: #101223;
    position: absolute;
    bottom: -60px;
    left: -15px;
}

@media(max-width:514px) {
    .step:nth-child(3)[b-f9e9yrujs3]:before {
        bottom: -90px;
    }
}

@media(max-width:514px) {
    .step:nth-child(3) .content_inner_block_step[b-f9e9yrujs3] {
        padding-top: 18px;
    }
}

.step:nth-child(3) .content_inner_block_step-image-wrapper img.desktop_3_step[b-f9e9yrujs3] {
    display: block;
    width: 100%;
    height: auto;
}

@media(max-width:514px) {
    .step:nth-child(3) .content_inner_block_step-image-wrapper[b-f9e9yrujs3] {
        margin-bottom: 57px;
    }
}

.step[b-f9e9yrujs3] {
    position: relative;
}

.number_step[b-f9e9yrujs3] {
    width: 74px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 20.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b8bbd3;
    font-family: IBMPlexMono;
    font-weight: 300;
    border: 1px solid #1d3f3e;
    border-left: none;
}

.heading_block_step[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 20px;
}

@media(max-width:1025px) {
    .heading_block_step[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .heading_block_step[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

@media(max-width:426px) {
    .heading_block_step[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
        margin-bottom: 16px;
    }
}

.heading_block_step-green[b-f9e9yrujs3] {
    color: #50f5ac;
}

.text_block_step[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 300;
    max-width: 942px;
    color: #b8bbd3;
}

@media(max-width:769px) {
    .text_block_step[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .text_block_step[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

.images_block_step[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    position: relative;
}

@media(max-width:426px) {
    .images_block_step[b-f9e9yrujs3] {
        padding-top: 30px;
        padding-right: 5px;
    }
}

.images_block_step[b-f9e9yrujs3]:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 53%;
    left: 0;
    z-index: -1;
    background-color: #141f2b;
}

@media(max-width:426px) {
    .images_block_step[b-f9e9yrujs3]:before {
        top: 50%;
        height: 2px;
        width: 98%;
    }
}

.wrapper_image_block_step[b-f9e9yrujs3] {
    display: flex;
    flex-direction: column;
}

.image_block_step[b-f9e9yrujs3] {
    width: 80px;
    height: 80px;
    border: 1px solid #1d3f3e;
    background-color: #141f2b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

@media(max-width:426px) {
    .image_block_step[b-f9e9yrujs3] {
        width: 56px;
        height: 56px;
        margin-bottom: 7px;
    }
}

@media(max-width:426px) {
    .image_block_step img[b-f9e9yrujs3] {
        width: 32px;
        height: 32px;
    }
}

.name_block_step[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
}

@media(max-width:769px) {
    .name_block_step[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .name_block_step[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

@media(max-width:426px) {
    .name_block_step[b-f9e9yrujs3] {
        font-size: 14px;
        padding-left: 7px;
    }
}

.wrapper_inner_block_step[b-f9e9yrujs3] {
    display: flex;
    flex-direction: column;
    border: 1px solid #1d3f3e;
    margin-top: 38px;
}

@media(max-width:426px) {
    .wrapper_inner_block_step[b-f9e9yrujs3] {
        margin-top: 40px;
        border-left: none;
    }
}

.wrapper_inner_block_step-top[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
}

@media(max-width:905px) {
    .wrapper_inner_block_step-top[b-f9e9yrujs3] {
        flex-direction: column;
    }
}

.wrapper_block_text_top_inner_block_step[b-f9e9yrujs3] {
    display: flex;
}

.block_text_top_inner_block_step[b-f9e9yrujs3] {
    min-height: 300px;
    border-bottom: 1px solid #1d3f3e;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

@media(max-width:905px) {
    .block_text_top_inner_block_step[b-f9e9yrujs3] {
        border-top: 1px solid #1d3f3e;
        padding: 17px 0 17px 17px;
        min-height: 208px;
        border-bottom: none;
    }
}

.block_text_top_inner_block_step:last-child[b-f9e9yrujs3] {
    border-bottom: none;
}

.image_top_inner_block_step[b-f9e9yrujs3] {
    max-width: 605px;
    border-right: 1px solid #1d3f3e;
}

@media(max-width:905px) {
    .image_top_inner_block_step[b-f9e9yrujs3] {
        border-right: none;
    }
}

.image_top_inner_block_step img[b-f9e9yrujs3] {
    width: 100%;
    height: auto;
}

.block_text_top_inner_block_step-img[b-f9e9yrujs3] {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1d3f3e;
    background-color: #141f2b;
}

@media(max-width:426px) {
    .block_text_top_inner_block_step-img[b-f9e9yrujs3] {
        width: 56px;
        height: 56px;
    }
}

.block_text_top_inner_block_step-img img[b-f9e9yrujs3] {
    width: 100%;
    max-width: 56px;
    height: auto;
}

@media(max-width:426px) {
    .block_text_top_inner_block_step-img img[b-f9e9yrujs3] {
        width: 32px;
        height: 32px;
    }
}

.heading_text_top_inner_block_step[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #b8bbd3;
    font-family: IBMPlexMono;
    margin-bottom: 5px;
}

@media(max-width:426px) {
    .heading_text_top_inner_block_step[b-f9e9yrujs3] {
        font-size: 16px;
    }
}

.block_text_top_inner_block_step-texts-wrapper[b-f9e9yrujs3] {
    padding-left: 26px;
}

.subheading_text_top_inner_block_step[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
    margin-left: -2px;
    max-width: 270px;
}

@media(max-width:769px) {
    .subheading_text_top_inner_block_step[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .subheading_text_top_inner_block_step[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

@media(max-width:426px) {
    .subheading_text_top_inner_block_step[b-f9e9yrujs3] {
        max-width: 210px;
    }
}

.block_text_top_inner_block_step-text[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
    margin-top: 22px;
    max-width: 541px;
}

@media(max-width:769px) {
    .block_text_top_inner_block_step-text[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .block_text_top_inner_block_step-text[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

@media(max-width:426px) {
    .block_text_top_inner_block_step-text[b-f9e9yrujs3] {
        margin-top: 17px;
    }
}

.wrapper_inner_block_step-bottom[b-f9e9yrujs3] {
    width: 100%;
    padding: 32px 67px;
    border-top: 1px solid #1d3f3e;
}

@media(max-width:426px) {
    .wrapper_inner_block_step-bottom[b-f9e9yrujs3] {
        padding: 19px 6px 11px 17px;
    }
}

.wrapper_inner_block_step-bottom-subheading[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #b8bbd3;
    font-family: IBMPlexMono;
    margin-bottom: 12px;
    text-transform: uppercase;
}

@media(max-width:426px) {
    .wrapper_inner_block_step-bottom-subheading[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 20.8px;
    }
}

.wrapper_inner_block_step-bottom-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    padding-bottom: 4px;
}

@media(max-width:1025px) {
    .wrapper_inner_block_step-bottom-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .wrapper_inner_block_step-bottom-heading[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

@media(max-width:426px) {
    .wrapper_inner_block_step-bottom-heading[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 20.8px;
    }
}

.wrapper_inner_block_step-bottom-heading-green[b-f9e9yrujs3] {
    color: #50f5ac;
}

.heading_block_step-last[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 20px;
    max-width: 1140px;
}

@media(max-width:1025px) {
    .heading_block_step-last[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .heading_block_step-last[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

.content_inner_block_step[b-f9e9yrujs3] {
    padding-top: 27px;
}

.content_inner_block_step-image-wrapper[b-f9e9yrujs3] {
    margin-bottom: 45px;
}

@media(max-width:1025px) {
    .content_inner_block_step-image-wrapper[b-f9e9yrujs3] {
        max-width: 100%;
        width: 100%;
    }
}

.content_inner_block_step-image-wrapper .mobile_3_step[b-f9e9yrujs3] {
    display: none;
}

@media(max-width:426px) {
    .content_inner_block_step-image-wrapper .mobile_3_step[b-f9e9yrujs3] {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}

@media(max-width:426px) {
    .content_inner_block_step-image-wrapper .desktop_3_step[b-f9e9yrujs3] {
        display: none;
    }
}

@media(max-width:1025px) {
    .content_inner_block_step-image-wrapper img[b-f9e9yrujs3] {
        max-width: 100%;
        width: 100%;
    }
}

.content_inner_block_step-btns[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media(max-width:426px) {
    .content_inner_block_step-btns[b-f9e9yrujs3] {
        justify-content: center;
    }
}

.content_inner_block_step-btns .banner_hero-btn[b-f9e9yrujs3] {
    max-width: 50%;
    width: 50%;
}

@media(max-width:426px) {
    .content_inner_block_step-btns .banner_hero-btn[b-f9e9yrujs3] {
        max-width: 180px;
        width: 180px;
        min-width: 1px;
    }
}

.content_inner_block_step-btns .banner_hero-btn-secondary[b-f9e9yrujs3] {
    max-width: 50%;
    width: 50%;
}

@media(max-width:426px) {
    .content_inner_block_step-btns .banner_hero-btn-secondary[b-f9e9yrujs3] {
        max-width: 180px;
        width: 180px;
        min-width: 1px;
    }
}

.section_qouote_double[b-f9e9yrujs3] {
    width: 100%;
    padding-top: 100px;
}

@media(max-width:426px) {
    .section_qouote_double[b-f9e9yrujs3] {
        padding-top: 50px;
    }
}

.section_qouote_double .border_block_deco[b-f9e9yrujs3] {
    margin-top: 143px;
}

@media(max-width:1025px) {
    .section_qouote_double .border_block_deco[b-f9e9yrujs3] {
        margin-top: 15px;
    }
}

.section_qouote_double-inner[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
}

@media(max-width:1150px) {
    .section_qouote_double-inner[b-f9e9yrujs3] {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:426px) {
    .section_qouote_double-inner[b-f9e9yrujs3] {
        padding: 0 25px;
    }
}

.section_qouote_double-quote[b-f9e9yrujs3] {
    display: flex;
    width: 100%;
    max-width: 672px;
    position: relative;
}

@media(max-width:1150px) {
    .section_qouote_double-quote[b-f9e9yrujs3] {
        margin-bottom: 70px;
        justify-content: center;
    }

        .section_qouote_double-quote .wrapper_text_quote[b-f9e9yrujs3] {
            max-width: 370px;
            min-width: 370px;
        }
}

@media(max-width:1150px)and (max-width:514px) {
    .section_qouote_double-quote .wrapper_text_quote[b-f9e9yrujs3] {
        min-width: auto;
    }
}

@media(max-width:426px) {
    .section_qouote_double-quote[b-f9e9yrujs3] {
        margin-bottom: 113px;
    }
}

.section_qouote_double-quote[b-f9e9yrujs3]:before {
    content: "";
    width: 123px;
    height: 82px;
    background-image: url(../img/quote-gg-green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: -28px;
    top: -44px;
}

@media(max-width:769px) {
    .section_qouote_double-quote[b-f9e9yrujs3]:before {
        width: 50px;
        height: 34px;
        left: 140px;
        top: -26px;
        z-index: 2;
    }
}

@media(max-width:426px) {
    .section_qouote_double-quote[b-f9e9yrujs3]:before {
        left: -13px;
        top: -23px;
    }
}

.section_qouote_double-quote .text_quote[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 27px;
    max-width: 370px;
    letter-spacing: -.5px;
}

@media(max-width:769px) {
    .section_qouote_double-quote .text_quote[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 20.8px;
        letter-spacing: .1px;
    }
}

.section_qouote_double-quote .wrapper_text_quote[b-f9e9yrujs3] {
    padding: 0 0 0 25px;
}

@media(max-width:426px) {
    .section_qouote_double-quote .wrapper_text_quote[b-f9e9yrujs3] {
        padding: 0;
    }
}

@media(max-width:426px) {
    .section_qouote_double-quote:last-child[b-f9e9yrujs3] {
        margin-bottom: 64px;
    }
}

.section_table_big[b-f9e9yrujs3] {
    width: 100%;
    padding-top: 40px;
}

@media(max-width:1025px) {
    .section_table_big[b-f9e9yrujs3] {
        padding-top: 40px;
    }
}

@media(max-width:426px) {
    .section_table_big[b-f9e9yrujs3] {
        padding-top: 60px;
    }
}

.section_table_big-inner[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    padding: 0 15px;
    margin: 0 auto;
}

.section_table_big-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 19px;
}

@media(max-width:1025px) {
    .section_table_big-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .section_table_big-heading[b-f9e9yrujs3] {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media(max-width:426px) {
    .section_table_big-heading[b-f9e9yrujs3] {
        margin-bottom: 16px;
    }
}

.section_table_big-subheading[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
}

@media(max-width:769px) {
    .section_table_big-subheading[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .section_table_big-subheading[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

.section_table_big-inner-table-item-icon[b-f9e9yrujs3] {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1d3f3e;
    background-color: #141f2b;
}

    .section_table_big-inner-table-item-icon img[b-f9e9yrujs3] {
        width: 100%;
        max-width: 32px;
        height: auto;
    }

.section_table_big-inner-table[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #1d3f3e;
    margin-top: 30px;
}

@media(max-width:426px) {
    .section_table_big-inner-table[b-f9e9yrujs3] {
        margin-top: 22px;
    }
}

.section_table_big-inner-table-row[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #1d3f3e;
}

@media(max-width:769px) {
    .section_table_big-inner-table-row[b-f9e9yrujs3] {
        flex-direction: column;
    }
}

.section_table_big-inner-table-row:last-child[b-f9e9yrujs3] {
    border-bottom: none;
}

.section_table_big-inner-table-item[b-f9e9yrujs3] {
    width: 50%;
    min-height: 530px;
    padding: 3%;
    border-left: 1px solid #1d3f3e;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media(max-width:769px) {
    .section_table_big-inner-table-item[b-f9e9yrujs3] {
        width: 100%;
    }
}

@media(max-width:426px) {
    .section_table_big-inner-table-item[b-f9e9yrujs3] {
        padding: 0;
        min-height: 520px;
        padding-bottom: 19px;
    }
}

@media(max-width:426px)and (max-width:426px) {
    .section_table_big-inner-table-item:last-child[b-f9e9yrujs3] {
        padding-bottom: 0;
        min-height: 400px;
    }
}

@media(max-width:426px) {
    .section_table_big-inner-table-item:last-child[b-f9e9yrujs3] {
        border-top: 1px solid #1d3f3e;
    }
}

.section_table_big-inner-table-item-wrapper[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
}

@media(max-width:769px) {
    .section_table_big-inner-table-item-wrapper[b-f9e9yrujs3] {
        flex-wrap: wrap;
        padding: 16px 2px 10px 14px;
    }
}

.section_table_big-inner-table-item-wrapper-top[b-f9e9yrujs3] {
    display: flex;
}

    .section_table_big-inner-table-item-wrapper-top .section_table_big-inner-table-heading[b-f9e9yrujs3] {
        display: none;
    }

@media(max-width:769px) {
    .section_table_big-inner-table-item-wrapper-top .section_table_big-inner-table-heading[b-f9e9yrujs3] {
        display: block;
    }
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-image-wrapper.section_table_big-inner-table-item-image-wrapper-second[b-f9e9yrujs3] {
        max-width: 290px;
        max-height: 278px;
        margin: 0 auto;
        padding-top: 13px;
        padding-bottom: 32px;
        border-bottom: none;
    }
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-image-wrapper.section_table_big-inner-table-item-image-wrapper-second img[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
    }
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-image-wrapper.section_table_big-inner-table-item-image-wrapper-third[b-f9e9yrujs3] {
        margin: 0 auto;
        max-width: 248px;
        border-bottom: none;
    }
}

.section_table_big-inner-table-item-icon[b-f9e9yrujs3] {
    flex-shrink: 0;
    margin-right: 24px;
}

@media (max-width: 769px) {
    .section_table_big-inner-table-item-icon[b-f9e9yrujs3] {
        margin-bottom: 20px;
        margin-right: 15px;
    }
}

@media (max-width: 768px) {
    .footer[b-f9e9yrujs3] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .inner_footer[b-f9e9yrujs3] {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .inner_footer-top[b-f9e9yrujs3] {
        padding-top: 20px !important;
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        align-items: center;
    }

    .nav_footer[b-f9e9yrujs3] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
    }

    .nav_footer-list[b-f9e9yrujs3] {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .nav_footer-list-item[b-f9e9yrujs3] {
        text-align: center;
    }

    .text_copyright_footer[b-f9e9yrujs3] {
        text-align: center;
        margin-top: 20px;
    }

    .inner_footer-bottom[b-f9e9yrujs3] {
        margin-top: 10px !important;
    }
}

#section-features[b-f9e9yrujs3]::before {
    content: "";
    display: block;
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}

.section_table_big-inner-table-heading[b-f9e9yrujs3] {
    font-size: 24px;
    line-height: 31.2px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

@media(max-width:769px) {
    .section_table_big-inner-table-heading[b-f9e9yrujs3] {
        font-size: 20px;
        line-height: 26px;
        margin-top: 5px;
    }
}

@media(max-width:769px) {
    .section_table_big-inner-table-heading[b-f9e9yrujs3] {
        display: none;
    }
}

@media(max-width:426px) {
    .section_table_big-inner-table-heading[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 20.8px;
        padding: 23px 0 0 0;
    }
}

@media(max-width:426px) {
    .section_table_big-inner-table-heading.section_table_big-inner-table-heading-long[b-f9e9yrujs3] {
        max-width: 240px;
        padding: 12px 0 0 0;
    }
}

.section_table_big-inner-table-text[b-f9e9yrujs3] {
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
    margin-bottom: 13px;
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-texts-desktop[b-f9e9yrujs3] {
        display: none;
    }
}

.section_table_big-inner-table-item-texts-desktop .section_table_big-inner-table-item-texts[b-f9e9yrujs3] {
    padding: 0 1% 0 4%;
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-texts-desktop .section_table_big-inner-table-item-texts[b-f9e9yrujs3] {
        padding: 23px 1% 0 16px;
    }
}

.section_table_big-inner-table-item-texts-mobile[b-f9e9yrujs3] {
    display: none;
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-texts-mobile[b-f9e9yrujs3] {
        display: block;
        padding-top: 17px;
    }
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-texts-mobile .section_table_big-inner-table-item-texts[b-f9e9yrujs3] {
        padding: 23px 1% 0 16px;
    }
}

.section_table_big-inner-table-item-image-wrapper[b-f9e9yrujs3] {
    width: 100%;
    max-width: 512px;
    margin-top: 5px;
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-image-wrapper[b-f9e9yrujs3] {
        margin-top: 0;
        max-height: 255px;
    }
}

.section_table_big-inner-table-item-image-wrapper .desktop_online_tracking_deepest[b-f9e9yrujs3] {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: auto;
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-image-wrapper .desktop_online_tracking_deepest[b-f9e9yrujs3] {
        display: none;
    }
}

.section_table_big-inner-table-item-image-wrapper .mobile_online_tracking_deepest[b-f9e9yrujs3] {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: auto;
    display: none;
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-image-wrapper .mobile_online_tracking_deepest[b-f9e9yrujs3] {
        display: block;
    }
}

.section_table_big-inner-table-item-image-wrapper .desktop_img_injected[b-f9e9yrujs3] {
    max-width: 100%;
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-image-wrapper .desktop_img_injected[b-f9e9yrujs3] {
        display: none;
    }
}

.section_table_big-inner-table-item-image-wrapper .mobile_img_injected[b-f9e9yrujs3] {
    display: none;
}

@media(max-width:426px) {
    .section_table_big-inner-table-item-image-wrapper .mobile_img_injected[b-f9e9yrujs3] {
        display: block;
        margin: 14px auto;
        margin-bottom: 0;
    }
}

.section_table_big .border_block_deco[b-f9e9yrujs3] {
    margin-top: 40px;
}

@media(max-width:426px) {
    .section_table_big .border_block_deco[b-f9e9yrujs3] {
        margin-top: 60px;
    }
}

.section_table_big-inner-table-item-image-wrapper.section_table_big-inner-table-item-image-wrapper-no-border[b-f9e9yrujs3] {
    border-bottom: none
}

.trusted[b-f9e9yrujs3] {
    width: 100%;
    padding-top: 80px;
}

@media(max-width:426px) {
    .trusted[b-f9e9yrujs3] {
        padding-top: 60px;
    }
}

.trusted .border_block_deco[b-f9e9yrujs3] {
    margin-top: 62px;
}

@media(max-width:426px) {
    .trusted .border_block_deco[b-f9e9yrujs3] {
        margin-top: 72px;
    }
}

.inner_trusted[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    padding: 0 15px;
    margin: 0 auto;
}

.inner_trusted-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.2px;
    max-width: 1090px;
}

@media(max-width:1025px) {
    .inner_trusted-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .inner_trusted-heading[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

.inner_trusted-photos[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

@media(max-width:1150px) {
    .inner_trusted-photos[b-f9e9yrujs3] {
        flex-wrap: wrap;
    }
}

.inner_trusted-photo-wrapper[b-f9e9yrujs3] {
    width: 100%;
    max-width: 244px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border: 1px solid #1d3f3e;
    border-right: none;
    position: relative;
}

    .inner_trusted-photo-wrapper .name_photo[b-f9e9yrujs3] {
        position: absolute;
        bottom: 14px;
        left: 14px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        color: #b8bbd3;
        font-family: IBMPlexMono;
        text-transform: uppercase;
    }

@media(max-width:769px) {
    .inner_trusted-photo-wrapper .name_photo[b-f9e9yrujs3] {
        font-size: 14px;
        line-height: normal;
    }
}

.inner_trusted-photo-wrapper:last-child[b-f9e9yrujs3] {
    border-right: 1px solid #1d3f3e;
}

@media(max-width:769px) {
    .inner_trusted-photo-wrapper:nth-child(3)[b-f9e9yrujs3] {
        border-right: 1px solid #1d3f3e;
    }
}

@media(max-width:1150px) {
    .inner_trusted-photo-wrapper[b-f9e9yrujs3] {
        margin-bottom: 18px;
    }
}

@media(max-width:426px) {
    .inner_trusted-photo-wrapper[b-f9e9yrujs3] {
        margin-bottom: 0;
        max-width: 33%;
        height: auto;
    }
}

.inner_trusted-photo-wrapper img[b-f9e9yrujs3] {
    width: 100%;
    height: 100%;
}

@media(max-width:426px) {
    .inner_trusted-photo-wrapper img[b-f9e9yrujs3] {
        max-width: 100%;
    }
}

.inner_trusted-brands[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

@media(max-width:426px) {
    .inner_trusted-brands[b-f9e9yrujs3] {
        margin-top: 12px;
    }
}

.inner_trusted-brand-wrapper[b-f9e9yrujs3] {
    width: 100%;
    max-width: 210px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:426px) {
    .inner_trusted-brand-wrapper[b-f9e9yrujs3] {
        max-width: 168px;
        height: 73px;
    }
}

.inner_trusted-brand-wrapper img[b-f9e9yrujs3] {
    height: auto;
    width: 100%;
}

@media(max-width:426px) {
    .inner_trusted-brand-wrapper img[b-f9e9yrujs3] {
        max-width: 79%;
    }
}

.stories[b-f9e9yrujs3] {
    width: 100%;
    padding-top: 40px;
}

@media(max-width:426px) {
    .stories[b-f9e9yrujs3] {
        padding-top: 60px;
    }
}

.stories .border_block_deco[b-f9e9yrujs3] {
    margin-top: 40px;
}

@media(max-width:426px) {
    .stories .border_block_deco[b-f9e9yrujs3] {
        display: none;
    }
}

.inner_stories[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    padding: 0 15px;
    margin: 0 auto;
}

.inner_stories-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
}

@media(max-width:1025px) {
    .inner_stories-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .inner_stories-heading[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

.inner_stories-wrapper[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media(max-width:769px) {
    .inner_stories-wrapper[b-f9e9yrujs3] {
        overflow-x: scroll;
        justify-content: flex-start;
        padding-bottom: 8px;
    }
}

.inner_stories-wrapper[b-f9e9yrujs3]::-webkit-scrollbar {
    width: 100px;
    height: 4px;
}

.inner_stories-wrapper[b-f9e9yrujs3]::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
    width: 70px;
}

.inner_stories-wrapper[b-f9e9yrujs3]::-webkit-scrollbar-thumb {
    width: 60px;
    background-color: #1d3f3e;
    border-radius: 0;
}

.inner_stories-wrapper-item[b-f9e9yrujs3] {
    width: 100%;
    max-width: 448px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    border: 1px solid #1d3f3e;
}

    .inner_stories-wrapper-item:nth-child(2)[b-f9e9yrujs3] {
        border-left: none;
        border-right: none;
    }

@media(max-width:769px) {
    .inner_stories-wrapper-item[b-f9e9yrujs3] {
        width: 350px;
        flex-shrink: 0;
    }
}

@media(max-width:426px) {
    .inner_stories-wrapper-item[b-f9e9yrujs3] {
        width: 325px;
        padding-bottom: 10px;
    }
}

.header_card[b-f9e9yrujs3] {
    display: flex;
    width: 100%;
    padding: 24px 8px 18px 24px;
    align-items: center;
}

.photo_author[b-f9e9yrujs3] {
    width: 44px;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.wrapper_texts_author[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 12px;
}

.name_author[b-f9e9yrujs3] {
    font-size: 18px;
    font-family: IBMPlexMono;
    color: #b8bbd3;
    font-weight: 700;
}

.title_author[b-f9e9yrujs3] {
    font-size: 12px;
    font-weight: 500;
    font-family: IBMPlexMono;
    color: #b8bbd3;
}

.text_card[b-f9e9yrujs3] {
    padding: 0 24px 0 24px;
}

.text_storie[b-f9e9yrujs3] {
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
}

@media(max-width:1025px) {
    .text_storie[b-f9e9yrujs3] {
        padding-bottom: 15px;
    }
}

@media(max-width:426px) {
    .text_storie[b-f9e9yrujs3] {
        font-size: 14px;
        line-height: 24px;
    }
}

.pilots_trust[b-f9e9yrujs3] {
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
}

.pilots_trust-inner[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: visible;
}

.pilots_trust-inner-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
}

@media(max-width:1025px) {
    .pilots_trust-inner-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .pilots_trust-inner-heading[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

.pilots_trust-inner-slider-wrapper[b-f9e9yrujs3] {
    display: flex;
    width: 100%;
    margin-top: 30px;
    position: relative;
}

@media(max-width:514px) {
    .pilots_trust-inner-slider-wrapper[b-f9e9yrujs3] {
        flex-direction: column;
    }
}

.pilots_trust-inner-slider-nav[b-f9e9yrujs3] {
    width: 269px;
    height: 454px;
    border: 1px solid #1d3f3e;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 28px;
    padding-bottom: 145px;
    position: relative;
    flex-shrink: 0;
}

@media(max-width:426px) {
    .pilots_trust-inner-slider-nav[b-f9e9yrujs3] {
        width: 358px;
        padding: 30px 10px 24px 28px;
        height: auto;
    }
}

.heading_nav_slider[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
}

@media(max-width:1025px) {
    .heading_nav_slider[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .heading_nav_slider[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

@media(max-width:426px) {
    .heading_nav_slider[b-f9e9yrujs3] {
        font-size: 40px;
    }
}

.reviews[b-f9e9yrujs3] {
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
    margin-top: 7px;
}

@media(max-width:426px) {
    .reviews[b-f9e9yrujs3] {
        padding-top: 12px;
    }
}

.reviews span[b-f9e9yrujs3] {
    padding-left: 22px;
    position: relative;
}

    .reviews span[b-f9e9yrujs3]:before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #b8bbd3;
        position: absolute;
        left: 4px;
        top: 8px;
    }

.stars_rating[b-f9e9yrujs3] {
    width: 183px;
    height: 34px;
    background-image: url(../img/stars-slider.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
    margin-top: 10px;
}

.undertext_reviews[b-f9e9yrujs3] {
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
}

.pilots_trust-slider-buttons[b-f9e9yrujs3] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 40px;
    display: flex;
}

    .pilots_trust-slider-buttons .arrow_slick[b-f9e9yrujs3] {
        font-size: 0;
        border: 1px solid #1d3f3e;
        border-bottom: none;
        border-right: none;
        width: 40px;
        height: 40px;
        background-color: #141f2b;
        cursor: pointer;
        outline: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s;
        background-image: url(../img/prev-btn.svg);
        background-position: center center;
        background-repeat: no-repeat;
    }

        .pilots_trust-slider-buttons .arrow_slick:hover[b-f9e9yrujs3] {
            background-color: rgba(0,0,0,0);
            color: #fff;
        }

        .pilots_trust-slider-buttons .arrow_slick.next_slick[b-f9e9yrujs3] {
            transform: rotate(180deg);
            border-bottom: 1px solid #1d3f3e;
            border-right: 1px solid #1d3f3e;
            border-left: none;
            border-top: none;
        }

.pilots_trust-inner-slider[b-f9e9yrujs3] {
    display: flex;
}

.pilots_trust-inner-slider-item[b-f9e9yrujs3] {
    width: 100%;
    max-width: 403px;
    height: 454px;
    flex-shrink: 0;
    border: 1px solid #1d3f3e;
    border-right: none;
    display: flex;
    flex-direction: column;
    padding: 24px 10px 12px 26px;
    cursor: pointer;
    outline: 0;
    transition: .3s;
}

@media(max-width:426px) {
    .pilots_trust-inner-slider-item[b-f9e9yrujs3] {
        max-width: 358px;
        height: auto;
        padding: 24px 10px 24px 26px;
    }
}

.pilots_trust-inner-slider-item:last-child[b-f9e9yrujs3] {
    border-right: 1px solid #1d3f3e;
}

@media(max-width:426px) {
    .pilots_trust-inner-slider-item:last-child[b-f9e9yrujs3] {
        border-left: 1px solid #1d3f3e;
    }
}

.pilots_trust-inner-slider-item:first-child[b-f9e9yrujs3] {
    border-left: none;
}

@media(max-width:426px) {
    .pilots_trust-inner-slider-item:first-child[b-f9e9yrujs3] {
        border-left: 1px solid #1d3f3e;
    }
}

.pilots_trust-inner-slider-item.active_slick.current_slick[b-f9e9yrujs3] {
    border-left: none;
}

@media(max-width:426px) {
    .pilots_trust-inner-slider-item.active_slick.current_slick[b-f9e9yrujs3] {
        border-left: 1px solid #1d3f3e;
    }
}

.header_review[b-f9e9yrujs3] {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.photo_author_review[b-f9e9yrujs3] {
    width: 44px;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}

.name_author_review[b-f9e9yrujs3] {
    padding-left: 11px;
    font-size: 18px;
    font-weight: 700;
    font-family: IBMPlexMono;
    color: #b8bbd3;
}

.stars_item_review[b-f9e9yrujs3] {
    width: 88px;
    height: 13px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.main_item_review[b-f9e9yrujs3] {
    padding-top: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 340px;
}

@media(max-width:426px) {
    .main_item_review[b-f9e9yrujs3] {
        min-height: 416px;
    }
}

.title_item_review[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
    font-weight: 500;
    color: #b8bbd3;
    margin-bottom: 11px;
}

@media(max-width:769px) {
    .title_item_review[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .title_item_review[b-f9e9yrujs3] {
        font-size: 20px;
        line-height: 26px
    }
}

.text_item_review[b-f9e9yrujs3] {
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
}

.date_item_review[b-f9e9yrujs3] {
    font-size: 14px;
    line-height: 18.2px;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #b8bbd3;
}

.section_cta[b-f9e9yrujs3] {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
}

@media(max-width:426px) {
    .section_cta[b-f9e9yrujs3] {
        padding-top: 57px;
    }
}

.section_cta .border_block_deco[b-f9e9yrujs3] {
    margin-top: 40px;
}

@media(max-width:426px) {
    .section_cta .border_block_deco[b-f9e9yrujs3] {
        display: none;
    }
}

.section_cta-inner[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    padding: 0 15px;
    margin: 0 auto;
}

.section_cta-inner-content[b-f9e9yrujs3] {
    width: 100%;
    border: 1px solid #1d3f3e;
    padding: 4.2% 4.8%;
    text-align: center;
}

@media(max-width:426px) {
    .section_cta-inner-content[b-f9e9yrujs3] {
        padding: 19px 18px 6px 18px;
    }
}

.section_cta-inner-content .content_inner_block_step-btns[b-f9e9yrujs3] {
    margin-top: 45px;
    margin-bottom: 10px;
}

@media(max-width:426px) {
    .section_cta-inner-content .content_inner_block_step-btns[b-f9e9yrujs3] {
        margin-top: 16px;
    }
}

.section_cta-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 10px;
}

@media(max-width:1025px) {
    .section_cta-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .section_cta-heading[b-f9e9yrujs3] {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

.section_cta-heading br[b-f9e9yrujs3] {
    display: none;
}

@media(max-width:426px) {
    .section_cta-heading br[b-f9e9yrujs3] {
        display: block;
    }
}

.section_cta-subheading[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #b8bbd3;
}

@media(max-width:769px) {
    .section_cta-subheading[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .section_cta-subheading[b-f9e9yrujs3] {
        line-height: 23px;
    }
}

.section_features[b-f9e9yrujs3] {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
}

@media(max-width:1025px) {
    .section_features[b-f9e9yrujs3] {
        overflow: hidden;
    }
}

@media(max-width:769px) {
    .section_features[b-f9e9yrujs3] {
        padding-top: 75px;
    }
}

@media(max-width:426px) {
    .section_features[b-f9e9yrujs3] {
        padding-bottom: 40px;
    }
}

.section_features .border_block_deco[b-f9e9yrujs3] {
    margin-top: 121px;
}

@media(max-width:1025px) {
    .section_features .border_block_deco[b-f9e9yrujs3] {
        margin-top: 80px;
        overflow: hidden;
    }
}

@media(max-width:426px) {
    .section_features .border_block_deco[b-f9e9yrujs3] {
        margin-top: 75px;
    }
}

.inner_features[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.inner_features-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 8px;
}

.inner_features-heading-main[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 8px;
    text-align: center;
    margin-bottom: 30px;
    color: #50f5ac;
}



@media(max-width:1025px) {
    .inner_features-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .inner_features-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

.inner_features-cards-wrapper[b-f9e9yrujs3] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 63px;
    position: relative;
}

@media(max-width:769px) {
    .inner_features-cards-wrapper[b-f9e9yrujs3] {
        flex-wrap: wrap;
    }
}

@media(max-width:426px) {
    .inner_features-cards-wrapper[b-f9e9yrujs3] {
        padding-top: 0;
        margin-top: 40px;
    }
}

.inner_features-cards-wrapper[b-f9e9yrujs3]:before {
    content: "";
    display: block;
    width: 120%;
    height: 1px;
    background: #000;
    background: linear-gradient(260deg,rgba(0,0,0,0) 0,#237360 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    position: absolute;
    top: 0;
    left: -10%;
}

.inner_features-cards-wrapper[b-f9e9yrujs3]:after {
    content: "";
    display: block;
    width: 120%;
    height: 1px;
    background: #000;
    background: linear-gradient(260deg,rgba(0,0,0,0) 0,#237360 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    position: absolute;
    bottom: 0;
    left: -10%;
}

.inner_features-card[b-f9e9yrujs3] {
    width: 100%;
    max-width: 336px;
    height: 324px;
    border: 1px solid #1d3f3e;
    position: relative;
    transition: .3s;
    background-color: #101223;
    padding: 28px 20px;
    background-repeat: no-repeat;
    background-position-x: 14%;
    background-position-y: 83%;
}

@media(max-width:1025px) {
    .inner_features-card[b-f9e9yrujs3] {
        height: 255px;
        padding: 20px 15px;
    }
}

@media(max-width:769px) {
    .inner_features-card[b-f9e9yrujs3] {
        height: 205px;
        background-size: 50%;
    }
}

@media(max-width:426px) {
    .inner_features-card[b-f9e9yrujs3] {
        height: 172px;
        max-width: 50%;
        background-size: 40%;
        padding: 14px 5px 9px 14px;
    }
}

.inner_features-card:hover[b-f9e9yrujs3] {
    background-color: #141f2b;
    border: 1px solid #50f5ac;
    background-image: url(../img/E-commerce-b.webp) !important;
}

    .inner_features-card:hover .title_card_features[b-f9e9yrujs3] {
        color: #fff
    }

.inner_features-card:nth-child(2):hover[b-f9e9yrujs3] {
    background-image: url(../img/Info-Education-b.webp) !important;
}

.inner_features-card:nth-child(3):hover[b-f9e9yrujs3] {
    background-image: url(../img/Call-Funnels-b.webp) !important;
}

.inner_features-card:nth-child(4):hover[b-f9e9yrujs3] {
    background-image: url(../img/Local-Agency-b.webp) !important;
}

.inner_features-card[b-f9e9yrujs3]:before {
    content: "";
    display: block;
    width: 1px;
    height: 160%;
    background: #000;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0,#237360 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    position: absolute;
    top: -30%;
    left: -1px;
    opacity: .7;
}

.inner_features-card:last-child[b-f9e9yrujs3]:after {
    content: "";
    display: block;
    width: 1px;
    height: 160%;
    background: #000;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0,#237360 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    position: absolute;
    top: -30%;
    right: -1px;
    opacity: .7;
}

.inner_features-card.inner_features-card-out-now-tag[b-f9e9yrujs3] {
    border: 2px solid #50f5ac;
    box-shadow: 0 2px 24px 0 rgba(80,245,172,.8);
}

    .inner_features-card.inner_features-card-out-now-tag[b-f9e9yrujs3]:after {
        content: "";
        display: block;
        background-image: url(../img/out-now-tag.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 105px;
        height: 105px;
    }

.inner_features-card-link[b-f9e9yrujs3] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/arrow-card.svg);
    background-position-x: 97.5%;
    background-position-y: 3%;
    background-repeat: no-repeat;
}

@media(max-width:426px) {
    .inner_features-card-link[b-f9e9yrujs3] {
        background-position-x: 97.5%;
        background-position-y: .5%;
        background-size: 9%;
    }
}

.title_card_features[b-f9e9yrujs3] {
    color: #b8bbd3;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
}

@media(max-width:769px) {
    .title_card_features[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:769px) {
    .title_card_features[b-f9e9yrujs3] {
        font-size: 13px;
    }
}

@media(max-width:426px) {
    .title_card_features[b-f9e9yrujs3] {
        font-size: 16px;
    }
}

.title_card_features span[b-f9e9yrujs3] {
    font-style: italic;
    color: #101223;
    background-color: #50f5ac;
    padding: 0 9px;
    padding-left: 6px;
    font-weight: 700;
}

@media(max-width:426px) {
    .title_card_features span[b-f9e9yrujs3] {
        font-size: 14px;
    }
}

.section_text[b-f9e9yrujs3] {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
}

@media(max-width:426px) {
    .section_text[b-f9e9yrujs3] {
        padding-bottom: 15px;
    }
}

.section_text-inner[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    margin: 0 auto;
    padding: 0 15px;
}

.section_text-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 15px;
}

@media(max-width:1025px) {
    .section_text-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .section_text-heading[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

.section_text-paragr[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
    margin-bottom: 18px;
    max-width: 1000px;
}

@media(max-width:769px) {
    .section_text-paragr[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .section_text-paragr[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

.row_section_text_image[b-f9e9yrujs3] {
    width: 100%;
}

.row_section_text_image-inner[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1236px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-;
    between;
    align-items: center;
}

@media(max-width:1025px) {
    .row_section_text_image-inner[b-f9e9yrujs3] {
        flex-direction: column;
    }
}

.image_section_text_image[b-f9e9yrujs3] {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 659px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:1025px) {
    .image_section_text_image[b-f9e9yrujs3] {
        margin-bottom: 40px;
    }
}

@media(max-width:426px) {
    .image_section_text_image[b-f9e9yrujs3] {
        max-width: 290px;
    }
}

.image_section_text_image img[b-f9e9yrujs3] {
    width: 100%;
    max-width: 659px;
    height: auto;
}

@media(max-width:426px) {
    .image_section_text_image .image_section_text_image-desktop[b-f9e9yrujs3] {
        display: none;
    }
}

.image_section_text_image .image_section_text_image-mobile[b-f9e9yrujs3] {
    display: none;
}

@media(max-width:426px) {
    .image_section_text_image .image_section_text_image-mobile[b-f9e9yrujs3] {
        display: block;
    }
}

.text_section_text_image[b-f9e9yrujs3] {
    width: 100%;
    max-width: 602px;
}

.heading_upper_section_text_image[b-f9e9yrujs3] {
    font-size: 24px;
    line-height: 31.2px;
    font-family: IBMPlexMono;
    font-weight: 500;
    font-weight: 300;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 16px;
}

@media(max-width:769px) {
    .heading_upper_section_text_image[b-f9e9yrujs3] {
        font-size: 20px;
        line-height: 26px;
    }
}

.heading_section_text_image[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
}

@media(max-width:1025px) {
    .heading_section_text_image[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .heading_section_text_image[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

.subheading_section_text_image[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
    margin-top: 18px;
}

@media(max-width:769px) {
    .subheading_section_text_image[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .subheading_section_text_image[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

.row_section_text_image-reveerse[b-f9e9yrujs3] {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media(max-width:1025px) {
    .row_section_text_image-reveerse[b-f9e9yrujs3] {
        padding-top: 85px;
        padding-bottom: 50px;
    }
}

.row_section_text_image-reveerse .row_section_text_image-inner[b-f9e9yrujs3] {
    flex-direction: row-reverse;
    max-width: 1374px;
}

@media(max-width:1025px) {
    .row_section_text_image-reveerse .row_section_text_image-inner[b-f9e9yrujs3] {
        flex-direction: column;
    }
}

.row_section_text_image-reveerse .row_section_text_image-inner .text_section_text_image[b-f9e9yrujs3] {
    max-width: 538px;
}

.border_block_deco-big-margin[b-f9e9yrujs3] {
    margin-top: 143px;
}

.row_section_text_image-reveerse-low-margin[b-f9e9yrujs3] {
    padding-bottom: 0;
}

@media(max-width:426px) {
    .row_section_text_image-reveerse-low-margin[b-f9e9yrujs3] {
        padding-top: 60px;
    }
}

.row_section_text_image-reveerse-low-margin .border_block_deco[b-f9e9yrujs3] {
    margin-top: 70px;
    margin-bottom: 73px;
}

@media(max-width:514px) {
    .row_section_text_image-reveerse-low-margin .border_block_deco[b-f9e9yrujs3] {
        margin: 60px 0;
    }
}

@media(max-width:426px) {
    .row_section_text_image-reveerse-low-margin .border_block_deco.border_block_deco-big-margin[b-f9e9yrujs3] {
        margin-top: 80px;
    }
}

@media(max-width:426px) {
    .row_section_text_image-reveerse-low-margin .row_section_text_image-inner .image_section_text_image[b-f9e9yrujs3] {
        max-width: 100%;
    }
}

.graph_big[b-f9e9yrujs3] {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media(max-width:514px) {
    .graph_big[b-f9e9yrujs3] {
        padding-top: 40px;
    }
}

@media(max-width:426px) {
    .graph_big[b-f9e9yrujs3] {
        padding-bottom: 60px;
        overflow: hidden;
    }
}

.graph_big .border_block_deco[b-f9e9yrujs3] {
    margin-top: 63px;
}

@media(max-width:426px) {
    .graph_big .border_block_deco[b-f9e9yrujs3] {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .graph_big .border_block_deco[b-f9e9yrujs3] {
        margin-top: 5px;
    }
}

.graph_big-inner[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .graph_big-inner[b-f9e9yrujs3] {
        padding: 0 20px;
    }
}

.graph_big-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 20px;
}

@media(max-width:1025px) {
    .graph_big-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .graph_big-heading[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

@media(max-width:514px) {
    .graph_big-heading[b-f9e9yrujs3] {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 1.3;
    }
}

.graph_big-wrapper[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 1381px;
    background-image: url('/assets-landingpage/assets/img/info-marketplace-board.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 400px;
    }
}

.graph_big-wrapper2[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 958px;
    background-image: url('/assets-landingpage/assets/img/info-advertising.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper2[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 280px;
    }
}

.graph_big-wrapper3[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 579px;
    margin-bottom: 20px;
    background-image: url('/assets-landingpage/assets/img/info-stock.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper3[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
}

.graph_big-wrapper3-2[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 846px;
    margin-bottom: 20px;
    background-image: url('/assets-landingpage/assets/img/info-stock-lost-revenue.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper3-2[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 250px;
    }
}

.graph_big-wrapper3-3[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 855px;
    background-image: url('/assets-landingpage/assets/img/info-stock-recommend-advertise.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper3-3[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 260px;
    }
}

.graph_big-wrapper4[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 815px;
    background-image: url('/assets-landingpage/assets/img/info-fees.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper4[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 270px;
    }
}

.graph_big-wrapper4-2[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 776px;
    background-image: url('/assets-landingpage/assets/img/info-own-fees.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper4-2[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 260px;
    }
}

.graph_big-wrapper5[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 1640px;
    background-image: url('/assets-landingpage/assets/img/info-product-2.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper5[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 500px;
    }
}

.graph_big-wrapper5-2[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 1092px;
    margin-bottom: 20px;
    background-image: url('/assets-landingpage/assets/img/info-article-sales.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper5-2[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 350px;
    }
}

.graph_big-wrapper5-3[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 824px;
    margin-bottom: 20px;
    background-image: url('/assets-landingpage/assets/img/info-article-chart.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper5-3[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 260px;
    }
}

.graph_big-wrapper5-4[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 868px;
    background-image: url('/assets-landingpage/assets/img/info-article-fees.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper5-4[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 300px;
    }
}

.graph_big-wrapper5-5[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 414px;
    margin-bottom: 20px;
    background-image: url('/assets-landingpage/assets/img/info-article-details.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper5-5[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 120px;
    }
}

.graph_big-wrapper5-6[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 712px;
    margin-bottom: 20px;
    background-image: url('/assets-landingpage/assets/img/info-article-notice.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper5-6[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 220px;
    }
}

.graph_big-wrapper6[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 659px;
    background-image: url('/assets-landingpage/assets/img/info-revenue.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper6[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 220px;
    }
}

.graph_big-wrapper6-2[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 515px;
    background-image: url('/assets-landingpage/assets/img/info-order-create.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper6-2[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 180px;
    }
}

.graph_big-wrapper7[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 398px;
    background-image: url('/assets-landingpage/assets/img/info-csv-import.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper7[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 160px;
    }
}

.graph_big-wrapper8[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 768px;
    background-image: url('/assets-landingpage/assets/img/info-shipments.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper8[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 250px;
    }
}

.graph_big-wrapper9[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 476px;
    background-image: url('/assets-landingpage/assets/img/info-prep.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper9[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
}

.graph_big-wrapper10[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 524px;
    background-image: url('/assets-landingpage/assets/img/info-supplier.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper10[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .graph_big-wrapper10[b-f9e9yrujs3] {
        min-height: 160px;
        margin-bottom: 43px;
    }
}

@media(max-width:514px) {
    .graph_big-wrapper[b-f9e9yrujs3] {
        margin-bottom: 43px;
    }
}

@media(max-width:514px) {
    .graph_big-wrapper2[b-f9e9yrujs3] {
        margin-bottom: 43px;
    }
}

@media(max-width:514px) {
    .graph_big-wrapper3[b-f9e9yrujs3] {
        margin-bottom: 20px;
    }
}

@media(max-width:426px) {
    .graph_big-wrapper[b-f9e9yrujs3] {
        max-width: 100%;
        min-height: 192px;
        background-size: contain;
        background-image: url(../img/big-graph-img-mobile.svg);
    }
}

.graph_big-wrapper-product[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 2918px;
    background-image: url('/assets-landingpage/assets/img/info-product-all-details.png');
}

@media screen and (max-width: 768px) {
    .graph_big-wrapper-product[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
        min-height: 850px;
    }
}

.btn-book-now[b-f9e9yrujs3] {
    background-color: rgb(80, 245, 172);
    color: black;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

    .btn-book-now:hover[b-f9e9yrujs3] {
        background-color: rgb(70, 220, 160);
    }

.pricing-toggle h3[b-f9e9yrujs3] {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    border-bottom: 2px solid transparent;
}

    .pricing-toggle h3.active[b-f9e9yrujs3] {
        border-bottom: 2px solid rgb(80, 245, 172);
    }

.wrapper_text_bigger[b-f9e9yrujs3] {
    padding-top: 40px;
}

@media(max-width:514px) {
    .wrapper_text_bigger[b-f9e9yrujs3] {
        padding-top: 0;
    }
}

.graph_big-text[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
    max-width: 1200px;
    margin-bottom: 25px;
}

@media(max-width:769px) {
    .graph_big-text[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:426px) {
    .graph_big-text[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

.graph_big-text-bigger[b-f9e9yrujs3] {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    font-family: IBMPlexMono;
    color: #b8bbd3;
    max-width: 1200px;
    margin-top: 10px;
    margin-bottom: 25px;
}

@media(max-width:769px) {
    .graph_big-text-bigger[b-f9e9yrujs3] {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media(max-width:426px) {
    .graph_big-text-bigger[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

.demonstration[b-f9e9yrujs3] {
    width: 100%;
}

@media(max-width:1025px) {
    .demonstration[b-f9e9yrujs3] {
        overflow: hidden;
    }
}

.demonstration .border_block_deco[b-f9e9yrujs3] {
    margin-top: 80px;
}

@media(max-width:426px) {
    .demonstration .border_block_deco[b-f9e9yrujs3] {
        margin-top: 68px;
    }
}

.inner_demonstration[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1374px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner_demonstration_red[b-f9e9yrujs3] {
    background-color: #231717;
    padding: 30px;
}

.inner_demonstration-heading[b-f9e9yrujs3] {
    margin-top: 60px;
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    letter-spacing: -1.1px;
    margin-bottom: 20px;
    max-width: 1077px;
}

@media(max-width:1025px) {
    .inner_demonstration-heading[b-f9e9yrujs3] {
        font-size: 25px;
        line-height: 1.2;
        margin-top: 30px;
    }
}

}

@media(max-width:769px) {
    .inner_demonstration-heading[b-f9e9yrujs3] {
        font-size: 26px;
        line-height: 1.4;
    }
}

.inner_demonstration-heading-red[b-f9e9yrujs3] {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 0;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #ff5757;
    letter-spacing: -1.1px;
    max-width: 1400px;
}

@media screen and (max-width: 768px) {
    .inner_demonstration-heading-red[b-f9e9yrujs3] {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}


.simventory-green-span[b-f9e9yrujs3] {
    color: #50f5ac;
}

.inner_demonstration-text[b-f9e9yrujs3] {
    font-size: 22px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #b8bbd3;
    margin-bottom: 15px;
}

@media(max-width:769px) {
    .inner_demonstration-text[b-f9e9yrujs3] {
        margin-top: 10px;
        font-size: 17px;
        line-height: 1.4;
    }
}

@media(max-width:426px) {
    .inner_demonstration-text[b-f9e9yrujs3] {
        line-height: 20.8px;
    }
}

.inner_demonstration-image-wrapper[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1344px;
    min-height: 867px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

@media(max-width:1025px) {
    .inner_demonstration-image-wrapper[b-f9e9yrujs3] {
        min-height: 430px;
    }
}

@media(max-width:426px) {
    .inner_demonstration-image-wrapper[b-f9e9yrujs3] {
        min-height: 205px;
    }
}

.inner_demonstration-image-wrapper video[b-f9e9yrujs3] {
    max-width: 100%;
    height: auto;
}

.section_features-column .inner_features-heading[b-f9e9yrujs3] {
    margin: 20px 0px 30px 0px;
}

@media(max-width:769px) {
    .section_features-column .inner_features-heading[b-f9e9yrujs3] {
        margin: 0 0 32px 0;
    }
}

.section_features-column .section_features-wrapper-items[b-f9e9yrujs3] {
    display: flex;
    flex-direction: column;
}

    .section_features-column .section_features-wrapper-items .section_features-item[b-f9e9yrujs3] {
        padding: 32px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #1d3f3e;
        text-decoration: none;
        transition: .3s;
        cursor: pointer;
    }

        .section_features-column .section_features-wrapper-items .section_features-item:not(:last-child)[b-f9e9yrujs3] {
            border-bottom: none;
        }

@media(max-width:769px) {
    .section_features-column .section_features-wrapper-items .section_features-item[b-f9e9yrujs3] {
        padding: 28px 24px;
    }
}

.section_features-column .section_features-wrapper-items .section_features-item .section_features-item-icon[b-f9e9yrujs3] {
    margin-right: 39px;
    max-width: 100px;
}

    .section_features-column .section_features-wrapper-items .section_features-item .section_features-item-icon img[b-f9e9yrujs3] {
        width: 100%;
        height: auto;
    }

@media(max-width:1150px) {
    .section_features-column .section_features-wrapper-items .section_features-item .section_features-item-icon[b-f9e9yrujs3] {
        margin-right: 0;
    }
}

@media(max-width:769px) {
    .section_features-column .section_features-wrapper-items .section_features-item .section_features-item-icon[b-f9e9yrujs3] {
        max-width: 96px;
        margin-bottom: 16px;
    }
}

.section_features-column .section_features-wrapper-items .section_features-item .section_features-item-text[b-f9e9yrujs3] {
    width: 62%;
    color: #b8bbd3;
}

@media(max-width:1281px) {
    .section_features-column .section_features-wrapper-items .section_features-item .section_features-item-text[b-f9e9yrujs3] {
        width: 550px;
    }
}

@media(max-width:1045px) {
    .section_features-column .section_features-wrapper-items .section_features-item .section_features-item-text[b-f9e9yrujs3] {
        width: 100%;
        margin-bottom: 24px;
    }
}

.section_features-column .section_features-wrapper-items .section_features-item .section_features-item-title[b-f9e9yrujs3] {
    display: block;
    font-size: 24px;
    line-height: 31.2px;
    font-family: IBMPlexMono;
    font-weight: 500;
    margin-bottom: 8px;
    transition: .3s;
}

@media(max-width:769px) {
    .section_features-column .section_features-wrapper-items .section_features-item .section_features-item-title[b-f9e9yrujs3] {
        font-size: 20px;
        line-height: 26px;
    }
}

.section_features-column .section_features-wrapper-items .section_features-item .section_features-item-title .inverted_text_green[b-f9e9yrujs3] {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
}

@media(max-width:769px) {
    .section_features-column .section_features-wrapper-items .section_features-item .section_features-item-title[b-f9e9yrujs3] {
        margin-bottom: 12px;
        display: flex;
        flex-direction: column-reverse;
    }

        .section_features-column .section_features-wrapper-items .section_features-item .section_features-item-title .inverted_text_green[b-f9e9yrujs3] {
            max-width: 185px;
            margin-bottom: 8px;
        }
}

.section_features-column .section_features-wrapper-items .section_features-item .section_features-item-subtitle[b-f9e9yrujs3] {
    display: block;
    max-width: 700px;
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
}

.section_features-column .section_features-wrapper-items .section_features-item:nth-child(2) .section_features-item-subtitle[b-f9e9yrujs3] {
    max-width: 700px;
}

.section_features-column .section_features-wrapper-items .section_features-item .banner_hero-btn-secondary[b-f9e9yrujs3] {
    min-width: 288px;
    background-image: url(../img/arrow-card.svg);
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

@media(max-width:769px) {
    .section_features-column .section_features-wrapper-items .section_features-item .banner_hero-btn-secondary[b-f9e9yrujs3] {
        display: block;
        text-align: center;
        min-width: 310px;
    }
}

@media(max-width:514px) {
    .section_features-column .section_features-wrapper-items .section_features-item .banner_hero-btn-secondary[b-f9e9yrujs3] {
        min-width: unset;
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width:514px) {
    .section_features-column .section_features-wrapper-items .section_features-item .section_features-item-btn[b-f9e9yrujs3] {
        display: block;
        width: 100%;
    }
}

.section_features-column .section_features-wrapper-items .section_features-item:hover[b-f9e9yrujs3] {
    outline: 2px solid #50f5ac;
    box-shadow: 0 2px 24px 0 rgba(80,245,172,.8);
}

    .section_features-column .section_features-wrapper-items .section_features-item:hover .section_features-item-title[b-f9e9yrujs3] {
        color: #50f5ac;
    }

    .section_features-column .section_features-wrapper-items .section_features-item:hover .banner_hero-btn-secondary[b-f9e9yrujs3] {
        color: #101223;
        background-color: #50f5ac;
    }

.section_features-column .border_block_deco[b-f9e9yrujs3] {
    margin: 40px auto;
}

@media(max-width:769px) {
    .section_features-column .border_block_deco[b-f9e9yrujs3] {
        margin: 40px auto 20px auto;
    }
}

@media(max-width:769px) {
    .section_features-column[b-f9e9yrujs3] {
        margin-top: 0;
        padding: 60px 0 20px 0;
    }
}

.inverted_text_green[b-f9e9yrujs3] {
    display: inline-block;
    padding: 0 6px;
    color: #101223;
    background: #50f5ac;
}

.form_call_a_book[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 14px;
    margin-bottom: 45px;
}

@media(max-width:769px) {
    .form_call_a_book[b-f9e9yrujs3] {
        padding: 60px 15px 0 15px;
    }
}

.form_call_a_book .border_block_deco[b-f9e9yrujs3] {
    margin-top: 40px;
}

@media(max-width:769px) {
    .form_call_a_book .border_block_deco[b-f9e9yrujs3] {
        margin-top: 60px;
    }
}

.form_call_a_book .form_call_a_book-inner[b-f9e9yrujs3] {
    width: 100%;
    max-width: 1376px;
    margin: 0 auto;
    padding: 46px 6.2% 47px 4.9%;
    border: 1px solid #1d3f3e;
}

@media(max-width:1281px) {
    .form_call_a_book .form_call_a_book-inner[b-f9e9yrujs3] {
        padding: 30px 1% 30px 1%;
    }
}

@media(max-width:769px) {
    .form_call_a_book .form_call_a_book-inner[b-f9e9yrujs3] {
        padding: 25px 15px;
    }
}

.form_call_a_book .form_call_a_book-heading[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    color: #b8bbd3;
    max-width: 902px;
    letter-spacing: -1.1px;
    margin: 0 auto 56px auto;
    text-align: center;
}

@media(max-width:1025px) {
    .form_call_a_book .form_call_a_book-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .form_call_a_book .form_call_a_book-heading[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

@media(max-width:1150px) {
    .form_call_a_book .form_call_a_book-heading[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 38px;
    }
}

@media(max-width:426px) {
    .form_call_a_book .form_call_a_book-heading[b-f9e9yrujs3] {
        font-size: 24px;
        line-height: 31.2px;
        letter-spacing: -.6px;
        max-width: 322px;
        margin: 0 0 23px 0;
        text-align: left;
    }
}

.form_call_a_book #form-wrapper p[b-f9e9yrujs3] {
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #b8bbd3;
    text-align: center;
}

.form_call_a_book #form-wrapper form[b-f9e9yrujs3] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .form_call_a_book #form-wrapper form .input[b-f9e9yrujs3] {
        margin-right: 0;
    }

    .form_call_a_book #form-wrapper form .field[b-f9e9yrujs3] {
        margin-bottom: 40px;
    }

@media(max-width:769px) {
    .form_call_a_book #form-wrapper form .field[b-f9e9yrujs3] {
        margin-bottom: 32px;
    }
}

.form_call_a_book #form-wrapper form .1_columns_form[b-f9e9yrujs3] {
    min-width: 100%;
}

.form_call_a_book #form-wrapper form .2_columns_form[b-f9e9yrujs3] {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    gap: 48px;
}

@media(max-width:769px) {
    .form_call_a_book #form-wrapper form .2_columns_form[b-f9e9yrujs3] {
        flex-direction: column;
        gap: 0;
    }
}

.form_call_a_book #form-wrapper form .2_columns_form .field[b-f9e9yrujs3] {
    width: calc((100% - 48px)/ 2);
}

@media(max-width:769px) {
    .form_call_a_book #form-wrapper form .2_columns_form .field[b-f9e9yrujs3] {
        width: 100%;
    }
}

.form_call_a_book #form-wrapper form label[b-f9e9yrujs3] {
    display: inline-block;
    font-size: 14px;
    line-height: 18.2px;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #b8bbd3;
    margin-bottom: 8px;
}

    .form_call_a_book #form-wrapper form label span.required_form_hs[b-f9e9yrujs3] {
        color: #ee786c;
        display: inline-block;
        vertical-align: super;
    }

.form_call_a_book #form-wrapper form select[b-f9e9yrujs3] {
    -webkit-appearance: none;
}

.form_call_a_book #form-wrapper form .select_fieldtype_hs .input[b-f9e9yrujs3] {
    position: relative;
}

    .form_call_a_book #form-wrapper form .select_fieldtype_hs .input[b-f9e9yrujs3]:after {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 16px;
        height: 16px;
        background: url(../img/select-arr.svg) 50% 50% no-repeat;
    }

.form_call_a_book #form-wrapper form input[type=email][b-f9e9yrujs3], .form_call_a_book #form-wrapper form input[type=tel][b-f9e9yrujs3], .form_call_a_book #form-wrapper form input[type=text][b-f9e9yrujs3], .form_call_a_book #form-wrapper form select[b-f9e9yrujs3] {
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 17px 20px 18px 20px;
    background-color: #141f2b;
    border: 1px solid #1d3f3e;
    color: #fff;
}

.form_call_a_book #form-wrapper form input[type=submit][b-f9e9yrujs3] {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 230px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: IBMPlexMono;
    font-weight: 400;
    color: #101223;
    background-color: #50f5ac;
    text-decoration: none;
    padding: 15px 36px;
    text-transform: uppercase;
    border: 1px solid #50f5ac;
    transition: .3s;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}

    .form_call_a_book #form-wrapper form input[type=submit]:hover[b-f9e9yrujs3] {
        background-color: #39a47b;
        border: 1px solid #39a47b;
        color: #fff;
    }

    .form_call_a_book #form-wrapper form input[type=submit]:disabled[b-f9e9yrujs3] {
        background-color: #2f3148;
        border: 1px solid #2f3148;
        color: #101223;
        pointer-events: none;
    }

.form_call_a_book #form-wrapper form fieldset[b-f9e9yrujs3] {
    border: none;
}

.form_call_a_book #form-wrapper form .hs_phone .phone_intl_fieldtype_hs[b-f9e9yrujs3] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

    .form_call_a_book #form-wrapper form .hs_phone .phone_intl_fieldtype_hs[b-f9e9yrujs3]:after {
        display: none;
    }

@media(max-width:426px) {
    .form_call_a_book #form-wrapper form .hs_phone .phone_intl_fieldtype_hs[b-f9e9yrujs3] {
        width: 100%;
    }
}

.form_call_a_book #form-wrapper form .hs_phone select[b-f9e9yrujs3] {
    max-width: 192px;
}

.form_call_a_book #form-wrapper form .hs_phone input[b-f9e9yrujs3] {
    width: calc(70% - 18px) !important;
}

.bannered[b-f9e9yrujs3] {
    padding-top: 30px;
    background-color: #101223;
}

@media(max-width:769px) {
    .bannered[b-f9e9yrujs3] {
        padding-top: 20px;
    }
}

.banner_top[b-f9e9yrujs3] {
    display: none;
    background-color: #fff01f;
    padding: 20px 10px;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    line-height: 20.8px;
    font-family: IBMPlexMono;
    font-weight: 300;
    color: #000;
}

    .banner_top p[b-f9e9yrujs3] {
        text-align: center;
        font-size: 20px;
        line-height: 1.3em;
        font-weight: 700;
        max-width: 1000px;
        margin: 0 auto 15px auto;
    }

        .banner_top p:nth-of-type(2)[b-f9e9yrujs3] {
            font-size: 16px;
            line-height: 1.3em;
        }

    .banner_top .timer[b-f9e9yrujs3] {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

        .banner_top .timer .block_timer[b-f9e9yrujs3] {
            margin-right: 25px;
            margin-left: 25px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .banner_top .timer .block_timer:first-of-type[b-f9e9yrujs3] {
                margin-left: 0;
            }

            .banner_top .timer .block_timer:last-of-type[b-f9e9yrujs3] {
                margin-right: 0;
            }

            .banner_top .timer .block_timer .value_timer[b-f9e9yrujs3] {
                font-size: 28px;
                font-weight: 700;
            }

            .banner_top .timer .block_timer span[b-f9e9yrujs3] {
                font-size: 10px;
                text-transform: uppercase;
                font-weight: 100;
            }

        .banner_top .timer .separator[b-f9e9yrujs3] {
            font-size: 28px;
        }

@media(max-width:769px) {
    .banner_top p[b-f9e9yrujs3] {
        font-size: 24px;
        line-height: 1.3em;
        max-width: 1150px;
        margin: 0 auto 16px auto;
    }

        .banner_top p:nth-of-type(2)[b-f9e9yrujs3] {
            font-size: 18px;
            line-height: 1.3em;
        }
}

.heading_cursor[b-f9e9yrujs3] {
    position: relative;
}

    .heading_cursor[b-f9e9yrujs3]:after {
        content: "";
        display: block;
        width: 8.4px;
        height: 36px;
        background-color: #b8bbd3;
        position: absolute;
        right: -15px;
        bottom: 3px;
    }

.heading_cursor-short[b-f9e9yrujs3] {
    position: relative;
}

    .heading_cursor-short[b-f9e9yrujs3]:after {
        content: "";
        display: block;
        width: 5px;
        height: 36px;
        background-color: #b8bbd3;
        position: absolute;
        right: -9px;
        bottom: 3px;
    }

.remove_mobile[b-f9e9yrujs3] {
    display: block;
}

.mobile_only[b-f9e9yrujs3] {
    display: none;
}

@media(max-width:514px) {
    .remove_mobile[b-f9e9yrujs3] {
        display: none;
    }

    .mobile_only[b-f9e9yrujs3] {
        display: block;
    }
}

.tabs_thanks[b-f9e9yrujs3] {
    padding: 40px 0;
    color: #b8bbd3;
    font-family: IBMPlexMono,sans-serif;
}

@media(max-width:769px) {
    .tabs_thanks[b-f9e9yrujs3] {
        padding: 60px 16px;
    }
}

.tabs__inner_thanks[b-f9e9yrujs3] {
    width: 99%;
    max-width: 1374px;
    margin: 0 auto;
}

.tabs__title_thanks[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

@media(max-width:1025px) {
    .tabs__title_thanks[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .tabs__title_thanks[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

.tabs__tsubtitle_thanks[b-f9e9yrujs3] {
    font-size: 32px;
    line-height: 39.2px;
    font-family: IBMPlexMono;
    font-weight: 300;
    font-size: 24px;
}

@media(max-width:769px) {
    .tabs__tsubtitle_thanks[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 21.8px;
        letter-spacing: -.9px;
        max-width: 100%;
    }
}

.tabs__nav_thanks[b-f9e9yrujs3] {
    margin-top: 64px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid #1d3f3e;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

@media(max-width:769px) {
    .tabs__nav_thanks[b-f9e9yrujs3] {
        margin-top: 24px;
        overflow-x: scroll;
    }
}

.tabs__nav_thanks--item[b-f9e9yrujs3] {
    color: #b8bbd3;
    text-decoration: unset;
    border: 1px solid #1d3f3e;
    border-top: unset;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 32px;
    border-radius: 0 20px 0 0;
    border-left: unset;
    white-space: nowrap;
    flex-wrap: nowrap;
    font-size: 24px;
    line-height: 1;
    transition: all .3s ease-in-out;
    letter-spacing: -.03em;
}

@media(max-width:769px) {
    .tabs__nav_thanks--item[b-f9e9yrujs3] {
        font-size: 20px;
    }
}

.tabs__nav_thanks--item:first-of-type[b-f9e9yrujs3] {
    border-radius: 20px 20px 0 0;
    border-left: 1px solid #1d3f3e;
}

.tabs__nav_thanks--item.active[b-f9e9yrujs3] {
    border-radius: 20px 20px 0 0;
    background: #1d3f3e;
    color: #fff;
    border-color: #50f5ac;
    border-top: 1px solid #50f5ac;
    border-left: 1px solid #50f5ac;
}

.tabs__content_thanks[b-f9e9yrujs3] {
    padding: 64px;
    border: 1px solid #1d3f3e;
    border-top: unset;
    overflow: hidden;
    display: none;
    transition: all .3s ease-in-out;
}

    .tabs__content_thanks.active[b-f9e9yrujs3] {
        display: block;
    }

@media(max-width:769px) {
    .tabs__content_thanks[b-f9e9yrujs3] {
        padding: 22px 16px;
    }
}

.tabs__heading_thanks[b-f9e9yrujs3] {
    font-size: 40px;
    line-height: 52px;
    font-family: IBMPlexMono;
    font-weight: 500;
    letter-spacing: -.03em;
    padding-bottom: 16px;
}

@media(max-width:1025px) {
    .tabs__heading_thanks[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .tabs__heading_thanks[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

@media(max-width:769px) {
    .tabs__heading_thanks[b-f9e9yrujs3] {
        font-size: 24px;
    }
}

.tabs__text_thanks[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
}

@media(max-width:769px) {
    .tabs__text_thanks[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

.tabs__method_thanks[b-f9e9yrujs3] {
    margin-top: 80px;
    margin-bottom: 24px;
    padding: 7px 16px;
    border: 1px solid #50f5ac;
    background: #1d3f3e;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    font-size: 24px;
    line-height: 1;
}

@media(max-width:769px) {
    .tabs__method_thanks[b-f9e9yrujs3] {
        font-size: 16px;
        margin-top: 32px;
        margin-bottom: 16px;
    }
}

.tabs__method_thanks[b-f9e9yrujs3]::before {
    content: "";
    display: block;
    position: absolute;
    right: calc(100% + 1px);
    top: 50%;
    transform: translateY(50%);
    width: 100px;
    height: 1px;
    background: #1d3f3e;
}

.tabs__subtitle_thanks[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 24px;
    line-height: 1.2;
}

@media(max-width:769px) {
    .tabs__subtitle_thanks[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

.tabs__list_thanks[b-f9e9yrujs3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #1d3f3e;
}

@media(max-width:769px) {
    .tabs__list_thanks[b-f9e9yrujs3] {
        grid-template-columns: 1fr;
        border: unset;
    }
}

.tabs__list_thanks--item[b-f9e9yrujs3] {
    padding: 16px;
}

@media(max-width:769px) {
    .tabs__list_thanks--item[b-f9e9yrujs3] {
        padding: 16px 0;
        position: relative;
    }

        .tabs__list_thanks--item[b-f9e9yrujs3]:before {
            content: " ";
            display: block;
            background-color: #1d3f3e;
            width: 150%;
            height: 1px;
            left: -20px;
            right: -20px;
            top: -16px;
            position: absolute;
        }
}

.tabs__list_thanks--item:nth-of-type(2n+1)[b-f9e9yrujs3] {
    border-right: 1px solid #1d3f3e;
}

@media(max-width:769px) {
    .tabs__list_thanks--item:nth-of-type(2n+1)[b-f9e9yrujs3] {
        border-right: unset;
    }
}

.tabs__list_thanks--item p[b-f9e9yrujs3] {
    padding: 0 16px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
}

@media(max-width:769px) {
    .tabs__list_thanks--item p[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:769px) {
    .tabs__list_thanks--item p[b-f9e9yrujs3] {
        padding: 0;
    }
}

.tabs__list_thanks--item ul[b-f9e9yrujs3] {
    padding: 0 16px 0 32px;
    margin-bottom: 24px;
}

@media(max-width:769px) {
    .tabs__list_thanks--item ul[b-f9e9yrujs3] {
        padding: 0 0 0 16px;
    }
}

.tabs__list_thanks--item ul li[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
    margin-bottom: 24px;
}

@media(max-width:769px) {
    .tabs__list_thanks--item ul li[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

.tabs__list_thanks--item ul li:last-of-type[b-f9e9yrujs3] {
    margin: unset;
}

.tabs__list_thanks--subtitle[b-f9e9yrujs3] {
    font-size: 20px;
    line-height: 26px;
    font-family: IBMPlexMono;
    font-weight: 400;
    font-weight: 300;
    font-size: 34px;
    background-color: #1d3f3e;
    padding: 8px 16px;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

@media(max-width:769px) {
    .tabs__list_thanks--subtitle[b-f9e9yrujs3] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:769px) {
    .tabs__list_thanks--subtitle[b-f9e9yrujs3] {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

.tabs_thanks .video_optimize_video[b-f9e9yrujs3] {
    width: 100%;
    margin: 0 auto;
}

.section_optimize_video[b-f9e9yrujs3] {
    margin-top: 40px;
}

    .section_optimize_video .inner_optimize_video[b-f9e9yrujs3] {
        width: 100%;
        max-width: 1374px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .section_optimize_video .heading_optimize_video[b-f9e9yrujs3] {
        font-size: 40px;
        line-height: 52px;
        font-family: IBMPlexMono;
        font-weight: 500;
        color: #b8bbd3;
        margin-bottom: 32px;
        max-width: 1142px;
        letter-spacing: -1.1px;
    }

@media(max-width:1025px) {
    .section_optimize_video .heading_optimize_video[b-f9e9yrujs3] {
        font-size: 28px;
        line-height: 34px;
    }
}

@media(max-width:769px) {
    .section_optimize_video .heading_optimize_video[b-f9e9yrujs3] {
        font-size: 34px;
        line-height: 44.2px;
    }
}

@media(max-width:769px) {
    .section_optimize_video .heading_optimize_video[b-f9e9yrujs3] {
        margin-bottom: 24px;
    }
}

.section_optimize_video .video_optimize_video[b-f9e9yrujs3] {
    position: relative;
    width: 1094px;
    height: 619px;
    margin-bottom: 40px;
}

@media(max-width:1150px) {
    .section_optimize_video .video_optimize_video[b-f9e9yrujs3] {
        width: 98%;
        height: 500px;
    }
}

@media(max-width:905px) {
    .section_optimize_video .video_optimize_video[b-f9e9yrujs3] {
        height: 400px;
    }
}

@media(max-width:769px) {
    .section_optimize_video .video_optimize_video[b-f9e9yrujs3] {
        height: 300px;
    }
}

@media(max-width:426px) {
    .section_optimize_video .video_optimize_video[b-f9e9yrujs3] {
        height: 203px;
        margin-bottom: 60px;
    }
}

.section_optimize_video .video_optimize_video iframe[b-f9e9yrujs3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:426px) {
    .section_optimize_video .border_block_deco[b-f9e9yrujs3]:before {
        left: 10px;
    }

    .section_optimize_video .border_block_deco[b-f9e9yrujs3]:after {
        right: 10px;
    }
}
/* _content/Simventory.WebApp/Pages/Prices.razor.rz.scp.css */
.price-table-details[b-8ekkmw0f1t] {
    font-size: 17px;
}

.pricing-table[b-8ekkmw0f1t] {
    margin: 50px auto;
    max-width: 1500px;
    border-collapse: collapse;
    width: 100%;
}

.pricing-table-heading[b-8ekkmw0f1t] {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: rgb(80, 245, 172);
    font-family: 'IBM Plex Mono', monospace;
}

.pricing-table-heading-sub[b-8ekkmw0f1t] {
    text-align: center;
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 50px;
    line-height: 1.4;
    color: white;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 400;
}

td.enterprise-column[b-8ekkmw0f1t] {
    vertical-align: top !important;
    height: 100% !important;
}

.enterprise-box-table[b-8ekkmw0f1t] {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.order-volume-row[b-8ekkmw0f1t] {
    height: 50px !important;
    max-height: 50px !important;
    overflow: hidden;
}

.order-volume-row[b-8ekkmw0f1t] {
    height: auto !important;
    min-height: 50px !important;
}


.enterprise-box-table[b-8ekkmw0f1t] {
    width: 100%;
    background: #35363C;
    border: 1px solid #666;
    padding: 15px 12px 15px 12px;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 150px; /* Mindestens 150px Höhe */
    box-sizing: border-box;
}



.pricing-container[b-8ekkmw0f1t] {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.enterprise-column[b-8ekkmw0f1t] {
    display: table-cell !important;
    vertical-align: top !important;
    width: 300px;
    min-width: 300px;
    text-align: center;
    padding: 25px!important;
    position: relative;
}



    .enterprise-column .plan-name[b-8ekkmw0f1t] {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        font-size: 1.5rem;
        font-weight: bold;
    }


    .enterprise-column[b-8ekkmw0f1t]::after {
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        background-color: #1F2027;
        position: absolute;
        left: 0;
        top: 100%;
    }

@media screen and (max-width: 768px) {
    .enterprise-column[b-8ekkmw0f1t] {
        display: table-cell !important;
        width: 25%;
        max-width: 25%; 
        text-align: center;
        padding: 10px;
        vertical-align: top;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .enterprise-box-table[b-8ekkmw0f1t] {
        width: 100%; 
        max-width: 100%;
        padding: 10px;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .enterprise-text[b-8ekkmw0f1t] {
        font-size: 14px;
        text-align: center;
        max-width: 90%;
        line-height: 1.4;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .btn-book-now[b-8ekkmw0f1t] {
        width: 100%;
        max-width: 200px;
    }
}



.enterprise-box[b-8ekkmw0f1t] {
    display: block;
    position: absolute;
    top: calc(180px + 1.5em);
    right: 25px;
    width: 90%;
    max-width: 250px;
    border: 1px solid #666;
    background: #35363C;
    padding: 15px 12px 15px 12px;
    text-align: center;
}

.enterprise-box-yearly[b-8ekkmw0f1t] {
    display: none;
    position: absolute;
    top: calc(208px + 1.5em);
    right: 25px;
    width: 90%;
    max-width: 250px;
    border: 1px solid #666;
    background: #35363C;
    padding: 15px 12px 15px 12px;
    text-align: center;
}

.enterprise-text[b-8ekkmw0f1t] {
    font-family: 'IBM Plex Mono', monospace;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 12px;
}

.enterprise-box .btn-book-now[b-8ekkmw0f1t] {
    background: rgb(80, 245, 172);
    color: black;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .enterprise-box .btn-book-now:hover[b-8ekkmw0f1t] {
        background: rgb(70, 220, 160);
    }

.pricing-comparison[b-8ekkmw0f1t] {
    width: 100%;
    border: 1px solid #444;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    font-family: 'IBM Plex Mono', monospace;
}

    .pricing-comparison th[b-8ekkmw0f1t], .pricing-comparison td[b-8ekkmw0f1t] {
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #444;
        color: white;
    }

    .pricing-comparison thead[b-8ekkmw0f1t] {
        font-weight: bold;
    }

        .pricing-comparison thead th:nth-child(1)[b-8ekkmw0f1t] {
            background-color: #2c3e50;
        }

        .pricing-comparison thead th:nth-child(2)[b-8ekkmw0f1t] {
            background-color: #34495e;
        }

        .pricing-comparison thead th:nth-child(3)[b-8ekkmw0f1t] {
            background-color: #2d3436;
        }

        .pricing-comparison thead th:nth-child(4)[b-8ekkmw0f1t] {
            background-color: #1e272e;
        }

    .pricing-comparison tbody td:nth-child(1)[b-8ekkmw0f1t] {
        background-color: #3b4c5c;
    }

    .pricing-comparison tbody td:nth-child(2)[b-8ekkmw0f1t] {
        background-color: #4a566a;
        color: rgb(80 245 172);
        font-weight: 900;
    }

    .pricing-comparison tbody td:nth-child(3)[b-8ekkmw0f1t] {
        background-color: #3e4349;
        color: rgb(80 245 172);
        font-weight: 900;
    }

    .pricing-comparison tbody td:nth-child(4)[b-8ekkmw0f1t] {
        background-color: #2b3036;
        color: rgb(80 245 172);
        font-weight: 900;
    }

    .pricing-comparison tbody tr:hover[b-8ekkmw0f1t] {
        background-color: #576574;
    }

@media (max-width: 768px) {
    .pricing-comparison[b-8ekkmw0f1t], .pricing-table[b-8ekkmw0f1t] {
        width: 100%;
    }

        .pricing-comparison th[b-8ekkmw0f1t], .pricing-comparison td[b-8ekkmw0f1t] {
            padding: 10px;
            font-size: 0.9rem;
        }
}

.function-headline[b-8ekkmw0f1t] {
    font-size: 17px;
}

.btn-book-now[b-8ekkmw0f1t] {
    font-family: 'IBM Plex Mono', monospace;
    background-color: rgb(80, 245, 172);
    color: black;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

    .btn-book-now:hover[b-8ekkmw0f1t] {
        background-color: rgb(70, 220, 160);
    }

.table-comparison-sub-text[b-8ekkmw0f1t] {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    color: lightgrey;
    text-align: left;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .table-comparison-sub-text[b-8ekkmw0f1t] {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.plan-name[b-8ekkmw0f1t] {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.plan-name-offer-compare[b-8ekkmw0f1t] {
    font-size: 1.2rem;
    font-weight: normal;
    color: #ff5757;
    text-decoration: line-through;
    display: block;
}

.plan-name-offer[b-8ekkmw0f1t] {
    font-size: 0.9rem;
    font-weight: normal;
    font-weight: normal;
    color: white;
    display: block;
    margin-top: 8px;
    margin-bottom: 4px;
}

.plan-payment-time[b-8ekkmw0f1t] {
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}

.custom-check-icon[b-8ekkmw0f1t] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.price[b-8ekkmw0f1t] {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.currency[b-8ekkmw0f1t] {
    font-size: 1.2rem;
    margin-left: 5px;
    vertical-align: middle;
}

.price-month[b-8ekkmw0f1t] {
    font-size: 1rem;
    font-weight: normal;
    color: #ccc;
    margin-left: 10px;
}

.price-from[b-8ekkmw0f1t] {
    font-size: 1rem;
    font-weight: normal;
    color: #ccc;
    margin-right: 8px;
}

th[b-8ekkmw0f1t] {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.pricing-toggle[b-8ekkmw0f1t] {
    font-family: 'IBM Plex Mono', monospace;
    margin-top: 30px;
    margin-bottom: 8px;
}

    .pricing-toggle h3[b-8ekkmw0f1t] {
        color: lightgrey;
        font-size: 18px;
        display: inline-block;
        cursor: pointer;
        margin-right: 20px;
        padding-bottom: 10px;
    }

        .pricing-toggle h3.active[b-8ekkmw0f1t] {
            color: rgb(80 245 172);
            border-bottom: 2px solid rgb(80 245 172);
        }

.pricing-comparison th:nth-child(3)[b-8ekkmw0f1t],
.pricing-comparison td:nth-child(3)[b-8ekkmw0f1t] {
    border-left: 3px solid rgb(80, 245, 172);
    border-right: 3px solid rgb(80, 245, 172);
}

    .pricing-comparison th:nth-child(3)[b-8ekkmw0f1t] {
    border-top: 3px solid rgb(80, 245, 172);
}

.pricing-comparison tr:last-child td:nth-child(3)[b-8ekkmw0f1t] {
    border-bottom: 3px solid rgb(80, 245, 172);
}

@media (max-width: 768px) {
    .pricing-comparison[b-8ekkmw0f1t], .pricing-table[b-8ekkmw0f1t] {
        width: 100%;
        overflow-x: auto;
        display: block;
    }

        .pricing-comparison th[b-8ekkmw0f1t], .pricing-comparison td[b-8ekkmw0f1t] {
            padding: 8px;
            font-size: 0.85rem;
            text-align: center;
            white-space: nowrap;
        }

        .pricing-comparison thead[b-8ekkmw0f1t] {
            display: table-header-group;
        }

        .pricing-comparison tbody tr[b-8ekkmw0f1t] {
            display: table-row;
            height: 50px;
        }

        .pricing-comparison tbody td:nth-child(1)[b-8ekkmw0f1t],
        .pricing-comparison thead th:nth-child(1)[b-8ekkmw0f1t] {
            text-align: left;
            padding-left: 15px;
            padding-right: 15px;
            min-width: 230px;
            min-height: 230px;
            word-wrap: break-word;
            white-space: normal;
        }

        .pricing-comparison tbody td[b-8ekkmw0f1t] {
            border-bottom: 1px solid #444;
        }
}

@media (max-width: 768px) {
    .custom-check-icon[b-8ekkmw0f1t] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        margin: 0 auto;
    }

    .pricing-comparison td[b-8ekkmw0f1t] {
        text-align: center;
        vertical-align: middle;
    }
}

@media (max-width: 768px) {

    .plan-name[b-8ekkmw0f1t] {
        font-size: 1.4em;
    }

    .price[b-8ekkmw0f1t] {
        font-size: 1.4rem;
        padding: 2px 0;
        text-align: center;
    }

    .price-month[b-8ekkmw0f1t] {
        font-size: 0.8rem;
    }

    .currency[b-8ekkmw0f1t] {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .pricing-table-heading[b-8ekkmw0f1t] {
        font-size: 1.5rem;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .pricing-table-heading-sub[b-8ekkmw0f1t] {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    ..pricing-toggle[b-8ekkmw0f1t] {
        margin-top: 20px;
    }

    .pricing-toggle h3[b-8ekkmw0f1t] {
        font-size: 1rem;
        margin: 5px 0;
        padding: 10px;
        text-align: center;
    }

        .pricing-toggle h3.active[b-8ekkmw0f1t] {
            font-size: 1rem;
            border-bottom-width: 1px;
        }
}

.table-scroll-indicator[b-8ekkmw0f1t] {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.pricing-comparison td:not(.enterprise-column)[b-8ekkmw0f1t],
.pricing-comparison th:not(.enterprise-column)[b-8ekkmw0f1t] {
    height: auto !important;
    vertical-align: middle !important;
    white-space: nowrap;
    padding: 15px;
}


    .table-scroll-indicator[b-8ekkmw0f1t]::before {
        content: "→";
        font-size: 18px;
        color: #666;
    }

@media (max-width: 768px) {
    .table-scroll-indicator[b-8ekkmw0f1t] {
        display: flex;
    }
}

@media (min-width: 769px) {
    .table-scroll-indicator[b-8ekkmw0f1t] {
        display: none;
    }
}
/* _content/Simventory.WebApp/Pages/TermsOfService.razor.rz.scp.css */
.legal-text[b-gh966mqmpx] {
    margin-top: 50px;
}

.main_container_legal[b-gh966mqmpx] {
    font-family: IBMPlexMono;
    width: 100%;
    max-width: 1652px;
    margin: 0 auto;
    padding: 0 10px;
    color: #fff;
}

    .main_container_legal h1[b-gh966mqmpx] {
        font-size: 2.0rem;
        margin-bottom: 30px;
    }

    .main_container_legal h2[b-gh966mqmpx] {
        font-size: 1.5rem;
        margin-top: 30px;
    }

    .main_container_legal p[b-gh966mqmpx] {
        font-size: 1.0rem;
        margin-top: 15px;
        margin-bottom: 30px;
    }

@media(max - width:1660px) {
    .main_container_legal[b-gh966mqmpx] {
        max-width: 1366px;
    }
}
/* _content/Simventory.WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-c6k19zbhik] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--branding-page-color);
}

main[b-c6k19zbhik] {
    flex: 1;
}

.sidebar[b-c6k19zbhik] {
    background-color: var(--branding-menu-color);
}

.top-row[b-c6k19zbhik] {
    background-color: var(--branding-menu-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c6k19zbhik]  a, .top-row .btn-link[b-c6k19zbhik] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-c6k19zbhik] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c6k19zbhik] {
        display: none;
    }

    .top-row.auth[b-c6k19zbhik] {
        justify-content: space-between;
    }

    .top-row a[b-c6k19zbhik], .top-row .btn-link[b-c6k19zbhik] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c6k19zbhik] {
        flex-direction: row;
    }

    .sidebar[b-c6k19zbhik] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c6k19zbhik] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-c6k19zbhik], article[b-c6k19zbhik] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Simventory.WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7hjigbzgv6] {
    background-color: var(--branding-menu-color);
}

.top-row[b-7hjigbzgv6] {
    height: 3.5rem;
    background-color: var(--branding-menu-color);
}

.navbar-brand[b-7hjigbzgv6] {
    font-size: 1.1rem;
}

.oi[b-7hjigbzgv6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-7hjigbzgv6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7hjigbzgv6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7hjigbzgv6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7hjigbzgv6]  a {
        color: var(--branding-action-color);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-7hjigbzgv6]  a.active {
            background-color: var(--branding-action-color);
            color: white;
        }

        .nav-item[b-7hjigbzgv6]  a:hover {
            background-color: var(--branding-action-color);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-7hjigbzgv6] {
        display: none;
    }

    .collapse[b-7hjigbzgv6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.submenu[b-7hjigbzgv6] {
    margin-left: 1rem;
}

    .submenu .nav-link[b-7hjigbzgv6] {
        padding-left: 1rem;
        font-size: 0.9em;
    }
