.h-top,
.management-home-menu,
#footer {
    display: none !important;
}

.nl-new-home {
    --green: #4ba731;
    --dark: #07090c;
    --text: #1b1f26;
    --muted: #69717d;
    --cream: #fff1d7;
    --pink: #f3e4ef;
    --blue: #e2f7ff;
    --purple: #a1188e;
    --orange: #f28a00;
    --cyan: #36aee2;
    color: var(--text);
    background: #fff;
    font-family: "Inter", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.42;
    overflow: hidden;
}

.nl-new-home * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.nl-new-home a {
    color: inherit;
    text-decoration: none;
}
.nl-new-home-wrap{
    width: 1114px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.nl-wrap {
    width: 1444px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.nl-hero {
    padding-top: 70px;
    text-align: center;
}

.nl-hero h1 {
    margin: 0;
    color: #000;
    font-size: 82px;
    font-weight: 500;
    line-height: .86;
}

.nl-hero-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 930px;
    height: 526px;
    margin: 104px auto 0;
}

.nl-hero-card {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px;
    filter: drop-shadow(0 13px 20px rgba(0, 0, 0, .24));
}

.nl-green-strip {
position: relative;
    display: grid;
    grid-template-columns: 64px 1fr auto;
    align-items: center;
    gap: 22px;
    min-height: 146px;
    margin-top: 0;
    padding: 34px 76px;
    border-radius: 11px;
    background: var(--green);
    color: #fff;
    z-index: 4;
}

.nl-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 6px solid #FFF;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 900;
}

.nl-green-strip p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.nl-green-strip strong {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 900;
}

.nl-new-home .nl-small-btn,
.nl-new-home .nl-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 27px;
    padding: 8px 13px 7px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: var(--green);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.nl-section {
    margin-top: 18px;
}

.nl-card-section {
    display: grid;
    gap: 34px;
    align-items: center;
    min-height: 690px;
    padding: 40px;
    border-radius: 11px;
}

.nl-card-section h2,
.nl-testimonials h2,
.nl-feedback h2 {
    margin: 0;
    color: #111;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.05;
}

.nl-card-section p,
.nl-testimonials p,
.nl-feedback p {
    margin: 18px 0 0;
    color: #1f2a32;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.nl-number {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    min-width: 63px;
    height: 24px;
    margin-bottom: 24px;
    padding: 0 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.nl-section-01 {
    grid-template-columns: 415px 1fr;
    background: var(--cream);
}

.nl-section-01 .nl-number {
    background: var(--orange);
}

.nl-section-01 img,
.nl-section-02 img,
.nl-section-03 img {
    width: 100%;
    border-radius: 8px;
}

.nl-section-01 .nl-content {
    padding: 15px 34px 0 0;
}

.nl-new-home .nl-section-01 .nl-play {
    float: right;
    margin-top: 28px;
    background: var(--orange);
    color: #fff;
}

.nl-section-02 {
    grid-template-columns: 1fr 550px;
    min-height: 500px;
    background: var(--pink);
}

.nl-section-02 .nl-number {
    background: var(--purple);
}

.nl-section-02 .nl-content {
    align-self: start;
    padding: 18px 0 0;
}

.nl-new-home .nl-section-02 .nl-small-btn {
    margin-top: 40px;
    background: var(--purple);
    color: #fff;
}

.nl-section-03 {
    grid-template-columns: 430px 1fr;
    min-height: 573px;
    background: var(--blue);
}

.nl-section-03 .nl-number {
    background: var(--cyan);
}

.nl-section-03 .nl-content {
    padding-right: 34px;
}

.nl-media-play {
    position: relative;
}

.nl-media-play .nl-play {
    position: absolute;
    left: 148px;
    bottom: 41px;
    background: #fff;
    color: #111;
    box-shadow: 0 9px 20px rgba(0, 0, 0, .16);
}

.nl-team-help {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 35px;
}

.nl-avatars {
    display: flex;
}

.nl-avatar {
    width: 34px;
    height: 34px;
    margin-left: -8px;
    border: 3px solid #fff;
    border-radius: 50%;
    object-fit: cover;
}

.nl-avatar:first-child {
    margin-left: 0;
}

.nl-help-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--cyan);
    color: #fff;
    font-size: 20px;
}

.nl-team-help strong {
    display: block;
    color: #111;
    font-size: 13px;
    font-weight: 900;
}

.nl-team-help span {
    color: #54616d;
    font-size: 12px;
    font-weight: 700;
}

.nl-testimonials {
    padding: 82px 0 95px;
}

.nl-testimonials .nl-number {
    margin-bottom: 15px;
    background: var(--green);
}

.nl-testimonials p {
    margin-top: 26px;
    color: #65707a;
}

.nl-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
    margin-top: 45px;
}

.nl-testimonial img {
    width: 100%;
    border-radius: 8px;
}

.nl-quote {
color: #000;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 15px; }

.nl-feedback-band {
    background: var(--green);
}

.nl-feedback {
    display: grid;
    grid-template-columns: 1fr 190px;
    align-items: center;
    min-height: 273px;
    color: #111;
}

.nl-feedback .nl-number {
    margin-bottom: 16px;
    background: #fff;
    color: var(--green);
}

.nl-feedback h2 {
    color: #111;
}

.nl-feedback p {
    color: #fff;
}

.nl-feedback img {
    width: 199px;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .16);
    background: white;
}

.nl-webseries {
    background: #61707a;
}

.nl-webseries-grid {
    display: grid;
    grid-template-columns: 76px 745px 1fr;
    min-height: 404px;
}

.nl-web-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5a6872;
    top: 20px;
    color: rgba(255, 255, 255, .78);
    font-size: 17px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.nl-webseries-img {
    width: 100%;
    object-fit: cover;
}

.nl-web-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 38px;
    background: #61707a;
    color: #fff;
    overflow: hidden;
}

.nl-web-copy:before {
    content: "W";
    position: absolute;
    right: 262px;
    top: 71px;
    color: rgba(255, 255, 255, .12);
    font-size: 245px;
    font-weight: 900;
    line-height: 1;
}

.nl-web-copy h2 {
    position: relative;
    margin: 0 0 42px;
    color: #fff;
    font-size: 54px;
    font-weight: 300;
    line-height: .9;
    white-space: nowrap;
}

.nl-web-copy h2 strong {
    font-weight: 900;
}

.nl-web-copy .nl-play {
    position: relative;
    align-self: flex-start;
    color: #4e5c66;
}

@media (max-width: 1190px) {
    .nl-wrap {
        max-width: calc(100% - 30px);
    }

    .nl-hero h1 {
        font-size: 88px;
    }

    .nl-hero-cards {
        width: 860px;
        transform: scale(.92);
        transform-origin: top center;
        margin-bottom: -42px;
    }

    .nl-card-section,
    .nl-section-01,
    .nl-section-02,
    .nl-section-03,
    .nl-feedback,
    .nl-webseries-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .nl-hero {
        padding-top: 48px;
    }

    .nl-hero h1 {
        font-size: 54px;
        letter-spacing: -1px;
    }

    .nl-hero-cards {
        width: 100%;
        height: auto;
        gap: 8px;
        transform: none;
        margin-top: 45px;
    }

    .nl-hero-card {
        width: 33.333%;
        max-height: none;
    }

    .nl-green-strip {
        grid-template-columns: 1fr;
        margin-top: -45px;
        padding: 24px;
    }

    .nl-card-section {
        padding: 24px;
    }

    .nl-card-section h2,
    .nl-testimonials h2,
    .nl-feedback h2 {
        font-size: 28px;
    }

    .nl-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .nl-webseries-grid {
        display: block;
    }

    .nl-web-label {
        display: none;
    }

    .nl-web-copy {
        padding: 36px 24px;
    }

    .nl-webseries-img {
        height: auto;
    }

    .nl-web-copy h2 {
        font-size: 46px;
    }
        .nl-hero-cards {
        width: 100%;
        height: 390px;
        transform: none;
        margin-top: 45px;
    }

    .nl-hero-card {
        max-height: 85%;
    }
}

.nl-hero-card-left {
position: relative;
    left: 114px;
    top: 102px;
    width: 373px;
    transform: rotate(-5deg);
    z-index: 5;
}

.nl-hero-card-center {
    left: 226px;
    top: 0;
    width: 481px;
    z-index: 6;
}

.nl-hero-card-right {
    position: relative;
    right: 100px;
    top: 79px;
    width: 399px;
    transform: rotate(6deg);
    z-index: 5;
}
.nl-hero-cards {
    position: relative;
    width: 930px;
    height: 526px;
    margin: 104px auto 0;
}