.your-lms-is-not{
    background-color: #EEEEEE;
    padding: 160px 0 0;
    border-radius: 0 0 22px 22px;
}

.your-lms-is-not .block-bg-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 240px;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007359-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.your-lms-is-not .block-bg-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 240px;
    background-image: url(/wp-content/uploads/2026/03/Group-1000007360.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.your-lms-is-not__desktop {
    display: block;
}

.your-lms-is-not__mobile {
    display: none;
}

.your-lms-is-not__mobile-slider {
    overflow: hidden;
}

.your-lms-is-not__mobile-wrapper {
    align-items: stretch;
}

.your-lms-is-not__mobile-slide {
    height: auto!important;
    box-sizing: border-box;
}

.your-lms-is-not__mobile-slide .your-lms-is-not__item {
    height: 100%;
}

@media (max-width: 1180px){
    .your-lms-is-not .block-bg-left{
        width: 85px;
        height: 85px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007359-1.svg);
        background-size: cover;
        background-position: right;
    }

    .your-lms-is-not .block-bg-right{
        top: -4px;
        width: 120px;
        height: 85px;
        background-image: url(/wp-content/uploads/2026/03/Group-1000007360.svg);
    }
}

.your-lms-is-not.your-lms-is-not--white{
    padding: 160px 0 160px;
    background-color: #FFF;
}

.your-lms-is-not__inner{
    max-width: 1398px;
    margin: 0 auto;
    padding: 0 20px;
}

.your-lms-is-not__title{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 63px;
    color: #1C1C1C;
    letter-spacing: -0.021em;
    z-index: 1;
    position: relative;
}

.your-lms-is-not.style-2 .your-lms-is-not__title{
    margin-bottom: 20px;
    text-align: center;
}

.your-lms-is-not__description{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 50px;
    color: #575757;
}

.your-lms-is-not__items {
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.your-lms-is-not__item {
    padding: 30px 30px 41px;
    flex: 1;
    height: auto;
    min-height: 400px;
    display: flex !important;
    flex-direction: column;
    position: relative;
    background-color: #EEEEEE;
    border-radius: 8px;
    border: 1px solid #1C1C1C;
    transition: all 0.3s;
}

.your-lms-is-not.your-lms-is-not--white .your-lms-is-not__item{
    background-color: #FFF;
}

.your-lms-is-not.your-lms-is-not--white .your-lms-is-not__item:last-child::after{
    background-color: #FFFFFF;
}

.your-lms-is-not__item:last-child {
    border: none;
    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item:last-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1C1C1C;
    z-index: 0;

    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item:last-child::after{
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #EEEEEE;
    z-index: 1;
    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item:hover {
    background-color: #FFF;
    box-shadow: 0 12px 16px -4px #10182814;
    border: 1px solid transparent;
}

.your-lms-is-not__item:hover:last-child::before{
    background-color: #FFF;
}

.your-lms-is-not__item:hover:last-child::after{
    background-color: #FFF;
}

.your-lms-is-not__item.accent:last-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #FFF;
    z-index: 0;

    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item.accent:last-child::after{
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #FFF;
    z-index: 1;
    clip-path: polygon(
            0 0,
            calc(100% - 80px) 0,
            100% 80px,
            100% 100%,
            0 100%
    );
    border-radius: 8px;
}

.your-lms-is-not__item:last-child > *{
    position: relative;
    z-index: 2;
}

.your-lms-is-not__item-icon {
    background-color: #FFFFFF;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.3s;
}

.your-lms-is-not__item.icons-bottom .your-lms-is-not__item-icon{
    order: 1;
    margin-top: auto;
    background-color: #FFFFFF;
}

.your-lms-is-not__item.accent .your-lms-is-not__item-icon {
    background-color: #EEEEEE;
}

.your-lms-is-not__item.icons-bottom .your-lms-is-not__item-title{
    margin-top: 10px;
}

.your-lms-is-not__item-title{
    font-family: 'Geist', sans-serif;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
    margin-top: 90px;
}

.your-lms-is-not__item-text{
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #575757;
}

@media (max-width:1024px) {
    .your-lms-is-not {
        border-radius: 0;
    }
    .your-lms-is-not.your-lms-is-not--white{
        padding: 116px 0 40px;
    }

    .your-lms-is-not__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 37px;
        text-align: left;
    }

    .your-lms-is-not__description {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 30px;
    }

    .your-lms-is-not__desktop {
        display: none;
    }

    .your-lms-is-not__mobile {
        display: block;
    }

    .your-lms-is-not__item{
        flex: auto;
        min-height: 360px;
    }

    .your-lms-is-not__pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .your-lms-is-not__pagination .swiper-pagination-bullet{
        margin: 0 !important;
        width: 6px;
        height: 6px;
        background: #D9D9D9;
        border-radius: 12px;
        transition: all 0.5s;
        opacity: 0.4;
        border: none;
    }

    .your-lms-is-not__pagination .swiper-pagination-bullet-active{
        width: 18px;
        background: #575757;
        opacity: 1;
    }
}