.heading-menu,
#scroll,
#allFea,
#customers,
.btmBar {
    display: none;
}

:root {
    --text-light: #FFF;
    --text-dark: #000;
    --blue-text: #1D41B8;
    --blue-bg: #1D41B8;
    --bg-grey: #F7F8FB;
    --bright-bg: #FFF;
    --button-color: #e9142b;
    --tile1-bg: #DAEBFF;
    --tile2-bg: #E6F5FF;
    --tile3-bg: #ECF2FF;
    --border-bottom: #2351E9;
    --stroke-span: #BEE0FF;
    --cta-bg: #1D41B8;
    --h1-font: 54px;
    --h2-font: 36px;
    --h3-font: 24px;
    --h4-font: 20px;
    --p-font: 17px;
    --s-font: 12px;
    --m-font: 16px;
    --l-font: 32px;
    --xl-font: 48px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
    --n-gap: 24px;
    --m-top: 60px;
    --tile1-width: 520px;
    --tile2-width: 230px;
    --tile3-width: 230px;
    --multi-wrapper-border-bottom: #E3F1FF;
}


.rpp {
    padding: 80px 40px;
}

.rpp .blue-text {
    color: var(--blue-text);
}

.rpp .blue-bg {
    background: var(--blue-bg);
}

.rpp .bg-wrapper {
    max-width: 1200px;
    margin: auto;
}

.rpp .blue-bg h2 span {
    font-size: 22px;
}

.rpp .blue-cta {
    background-color: var(--blue-text) !important;
    color: var(--text-light) !important;
    border: 1px solid var(--text-light) !important;
}

.rpp .blue-cta:hover {
    color: var(--blue-text) !important;
    background-color: var(--text-light) !important;
    border: 1px solid var(--blue-text) !important;
    margin: auto;
}


.rpp [data-animate="true"] {
    opacity: 0 !important;
    transform: translate(0, 50px) !important;
    transition: all ease 750ms !important;
}

.rpp .active[data-animate="true"] {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.rpp .flex {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: auto;
}

.grey {
    background: var(--bg-grey);
}

.cta-grp.single {
    width: max-content;
    margin: auto;
}

.rpp a.cta.sd.blue-cta {
    background: var(--text-light) !important;
    border: solid var(--blue-text) 1px !important;
    color: var(--blue-text) !important;
}

.rpp h1 {
    font-size: var(--h1-font);
    line-height: normal;
    font-weight: var(--xl-wgt);
    margin: 0 0 20px;
    color: var(--text-dark);
}

.rpp h2 {
    font-size: var(--h2-font);
    line-height: 42px;
    font-weight: var(--l-wgt);
    margin: 0 auto 20px;
    text-align: center;
    color: var(--text-dark);
}

.rpp h3 {
    font-size: var(--h3-font);
    line-height: normal;
    font-weight: var(--l-wgt);
    margin: 0 0 15px;
    color: var(--text-dark);
}

.rpp h3 strong {
    font-weight: 600;
}

.rpp h3 {
    font-size: var(--h4-font);
    line-height: 36px;
    margin: 0 !important;
    color: var(--text-dark);
}

.rpp p,
.rpp li {
    font-size: var(--p-font);
    line-height: 27.2px;
    font-weight: var(--s-wgt);
    margin: 0 0 30px;
    letter-spacing: .1px;
    color: var(--text-dark);
}

.rpp .cta-grp {
    grid-gap: 18px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.rpp .cta {
    font-weight: var(--m-wgt);
    font-size: 16px;
    line-height: 20px;
    padding: 14px 25px;
    display: inline-flex;
    align-items: center;
    min-width: 140px;
    text-decoration: none;
    text-align: center;
    background-color: var(--button-color);
    color: var(--text-light);
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    border: 1px solid var(--button-color);
    border-radius: 6px;
}

.rpp .cta.sd {
    color: var(--button-color);
    background-color: #fff;
}

.rpp .cta.link {
    color: var(--link-color);
    background-color: transparent;
    border: 1px solid var(--link-color);
}

.rpp .banner .content {
    width: 520px;
}

.rpp .banner.flex {
    grid-gap: 30px;
}

.rpp .banner .picture img {
    max-width: 600px;
    width: 100%;
}

.rpp.banner {
    padding-bottom: 130px;
    background-image: url(https://www.manageengine.com/ransomware-protection/images/rpp-banner-bg.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: calc(100vh - 310px);
}

.rpp .desc {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.bg-wrapper {
    max-width: 1200px;
    margin: auto;
}

.blue-bg {
    background: var(--blue-bg);
}

.rpp.blue-bg h2,
.rpp.blue-bg h3,
.rpp.blue-bg p {
    color: var(--text-light) !important;
    margin: 0px 0px 15px !important;
}

.rpp.level-up li.flex.box {
    flex-direction: column;
    position: relative;
    text-align: left;
    max-width: 335px;
    margin: 0px;
    padding: 30px;
    align-items: flex-start;
}

.rpp.level-up ul.flex {
    margin: 40px 0px;
    grid-gap: 0px;
}

.rpp.level-up .flex.box img {
    max-height: 50px;
    margin: 0px 0px 10px;
}

.rpp.level-up .flex.box img {
    max-height: 50px;
    margin: 0px 0px 10px;
}

.rpp.level-up li.flex.box:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    height: 80%;
    width: 1px;
    opacity: 0.2;
    background: #BEE0FF;
}

.rpp.level-up li.flex.box:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 1px;
    width: 100%;
    opacity: 0.2;
    background: #BEE0FF;
}

.rpp li.flex.box.no-after:after {
    display: none;
}

.rpp li.flex.box.no-before:before {
    display: none;
}

.rpp .multi-layer-tab .multi-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 100%;
    gap: 18px 14px;
    margin: 10px auto;
    border-bottom: solid var(--multi-wrapper-border-bottom) 2px;
}

.rpp .multi-layer-tab.flex {
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #fff;
}

.rpp.why .bg-wrapper {
    position: relative;
}

.rpp.why .multi-layer-tab.flex.sticky {
    position: sticky;
    top: 40px;
    left: 0px;
}


.rpp.why .cta-grp.single {
    margin: 20px auto 0px;
}

.rpp .multi-layer-tab .multi-wrapper .layer-list {
    padding: 8px 16px;
    font-size: var(--m-font);
    margin: 0px;
    cursor: pointer;
    background-color: #FFF;
    width: 250px;
    text-align: center;
}

.rpp .multi-layer-tab .multi-wrapper .layer-list.active {
    pointer-events: none;
    border-bottom: solid var(--border-bottom) 2px;
    font-weight: 400;
    margin-bottom: -2px;
    color: var(--blue-text);
}

.rpp.why .flex li.feature-list {
    padding: 8px 20px;
    margin: 0px;
    background: var(--text-light);
    box-shadow: 0px 0px 5px #e0e0e0;
    cursor: pointer;
}

.rpp.why .flex li.feature-list.active {
    border-bottom: solid var(--tab-title-bg) 3px;
    font-weight: var(--l-wgt);
    background: var(--theme);
}

.rpp .layer-content {
    margin: 20px 0px 40px 0px;
}

.rpp .layer-content .layer-list-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    grid-gap: 20px;
    transition: all ease 50ms;
    margin: 0px 0px 60px;
}

.rpp .layer-content .layer-list-content.active {
    opacity: 1;
    z-index: 100;
    position: relative;
    display: flex;
}

.rpp .layer-content .layer-list-content .image {
    width: 500px;
    position: relative;
    height: 360px;
}

.rpp li.key-box.box1 {
    background: var(--tile1-bg);
    max-width: var(--tile1-width);
    ;
}

.rpp li.key-box {
    padding: 30px;
    border-radius: 20px;
    margin: 0px;
}

.rpp li.key-box.box2 {
    max-width: var(--tile2-width);
    background: var(--tile2-bg);
}

.rpp .layer-content .layer-list-content ul.flex {
    align-items: stretch;
    grid-gap: 20px;
}

.rpp li.key-box.box1 img {
    max-width: 515px;
    width: 100%;
}

.rpp li.key-box.box2 img,
.rpp li.key-box.box3 img {
    max-width: 100%;
}

.rpp li.key-box.box3 {
    max-width: var(--tile3-width);
    background: var(--tile3-bg);
    ;
}

.rpp .layer-content .layer-list-content h3 {
    line-height: 28px;
    margin: 0px 0px 15px !important;
    font-weight: 500;
}

.rpp .layer-content .layer-list-content p {
    line-height: 25px;
    margin: 0px 0px 15px;
}

.rpp.testi ul.flex {
    grid-gap: 30px;
}

.rpp.testi .flex.box img {
    max-height: 50px;
    margin: 0px 0px 10px;
}

.rpp.testi .flex.box {
    flex-direction: column;
    position: relative;
    text-align: left;
    max-width: 330px;
    margin: 0px;
    text-align: center;
}

.rpp.map .content {
    max-width: 50%;
}

.rpp.map .picture img {
    max-width: 450px;
    width: 100%;
}

.rpp.map .content h2 {
    text-align: left;
    line-height: normal;
}

.rpp.map .flex {
    grid-gap: 40px;
}

.rpp.maximize .rpp.maximize .flex.minimize {
    padding: 50px 30px;
    border-radius: 20px;
    grid-gap: 0px;
}

.rpp .brown {
    background: #FFF6E8;
}

.rpp .cta.sd.brown-cta {
    border: #B8671D solid 1px;
    color: #B8671D;
}

.rpp.maximize .minimize {
    padding: 60px 0px;
    border-radius: 30px;
}

.rpp.maximize .minimize ul.flex {
    margin: 20px auto;
}

.rpp.maximize .minimize ul.flex li {
    max-width: 290px;
    margin: 0px;
    padding: 0px 25px;
    position: relative;
}

.rpp.maximize .minimize ul.flex li img {
    max-height: 35px;
    margin: 0px 0px 10px;
}

.rpp.maximize .minimize ul.flex li h3 {
    font-weight: var(--l-wgt);
    margin: 0px 0px 10px !important;
}

.rpp.maximize .minimize ul.flex li:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 0px;
    height: 80%;
    width: 1px;
    opacity: 0.2;
    background: #C9B02D;
}

.rpp.maximize .minimize ul.flex li:first-child::after {
    display: none;
}

.rpp.maximize span.link-img img {
    max-height: 20px;
    margin-left: 10px;
}

.rpp.maximize span.link-img {
    height: 20px;
}

.rpp.ai {
    padding-top: 0px;
}

.rpp.ai ul.flex.inner {
    flex-direction: column;
    width: 100%;
    margin: 30px auto;
}

.rpp.ai ul.flex.inner li.defense-section.flex {
    grid-gap: 65px;
    position: relative;
}

.rpp.ai ul.flex.inner li.defense-section.flex img {
    max-width: 300px;
}


.rpp.ai ul.flex.inner li.defense-section.flex .cont {
    background: #E6F5FF;
    border-radius: 10px;
    padding: 20px 35px;
    margin: 5px 0px;
    width: 330px;
}

.rpp.ai ul.flex.inner li.defense-section.flex .cont h3 {
    color: #1C53BD;
    font-weight: 500;
}

.rpp.ai ul.flex.inner li.defense-section.flex .cont ul li {
    list-style: disc;
    margin: 0px 0px 0px 30px;
    font-size: 15px;
}

.rpp.ai ul.flex.inner li.defense-section.flex img:last-child {
    margin: -10px;
}

.rpp.ai ul.flex.inner li.defense-section.flex:nth-child(2) img {
    margin: 0px 0px -50px;
    z-index: 99;
}

.rpp.ai ul.flex.inner li.defense-section.flex:first-child img {
    margin: 0px 0px -50px;
    z-index: 100;
}

.rpp.ai ul.flex.inner li.defense-section.flex .box1 {
    background-color: #E6F5FF;
    margin: 0px 0px 5px 8px;
}

.rpp.ai ul.flex.inner li.defense-section.flex .box2 {
    background-color: #DAEBFF;
    margin: 0px 0px -26px;
}

.rpp.ai ul.flex.inner li.defense-section.flex .cont.box3 {
    background-color: #E9EDF9;
}

.rpp.pricing .tabs {
    display: flex;
    position: relative;
    background-color: var(--text-light);
    padding: 7px;
    border-radius: 26px;
    margin: 30px auto 20px;
    width: 240px;
    border: solid #e2eefe 1px;
}

.rpp.pricing .inner.flex .box ul li strong {
    font-weight: var(--m-wgt);
}

.rpp.pricing .tabs * {
    z-index: 2;
}

.rpp.pricing input[type="radio"] {
    display: none;
}

.rpp.pricing label.tab {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: .8rem;
    color: #2753C1;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    transform: none;
    z-index: 6;
    pointer-events: visible;
    line-height: normal;
    width: 50%;
}

.rpp.pricing input[type="radio"]:checked+label {
    color: #FFF;
}

.rpp.pricing input[id="prdsltdc"]:checked~.glider {
    transform: translateX(0);
}

.rpp.pricing input[id="prdsltdccd"]:checked~.glider {
    transform: translateX(100%);
}

.rpp.cont h2:after {
    content: "Operations";
    color: transparent;
}

.rpp .tabs .glider {
    position: absolute;
    display: flex;
    height: 30px;
    width: 120px;
    background-color: #2753C1;
    z-index: 5;
    border-radius: 26px;
    transition: 0.25s ease-out;
    /* top: 8px; */
}


.rpp.pricing .inner.flex {
    max-width: 800px;
    grid-gap: 40px;
    align-items: stretch;
    margin: 40px auto 0px;
}

.rpp.pricing .inner.flex .box {
    width: 300px;
    padding: 35px;
    border-radius: 30px;
    background: var(--text-light);
    align-items: flex-start;
    justify-content: space-evenly;
    margin: 0px;
    align-content: flex-start;
}

.rpp.pricing .inner.flex .box ul li {
    padding-left: 20px;
}

.rpp.pricing .inner.flex .box ul li:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: url(https://www.manageengine.com/ransomware-protection/images/epp-tick-1.png);
    background-repeat: no-repeat;
    top: 5px;
    left: 0px;
}

.rpp.pricing .inner.flex .box h2,
.rpp.pricing .inner.flex .box h3,
.rpp.pricing .inner.flex .box ul,
.rpp.pricing .inner.flex .box ul li {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0px 0px 10px;
    position: relative;
}


.rpp.pricing .inner.flex .box h2 span.small-text {
    font-size: var(--m-font);
}

.rpp .blue {
    color: #2f3fb6 !important;
}

.rpp.pricing .inner.flex .box .cta {
    margin: 25px 0px 0px;
    /* padding: 12px 25px; */
}

.rpp.pricing .inner.flex .prof.box {
    background: #E0EEFF;
}

.rpp.ai ul.flex.inner li.defense-section:after {
    content: "";
    position: absolute;
    top: 53px;
    left: 287px;
    z-index: 999;
    background: url(https://www.manageengine.com/ransomware-protection/images/rpp-ai-illustration-line.svg);
    height: 83px;
    width: 80px;
    background-repeat: no-repeat;
    z-index: 999;
}

.rpp.ai ul.flex.inner li.defense-section:nth-child(1):after {
    left: 293px;
}

.rpp.ai ul.flex.inner li.defense-section:nth-child(3):after {
    top: 70px;
}

.rpp.customers .youtube {
    position: relative;
    max-width: 480px;
}

.rpp.customers .youtube:after {
    content: "";
    top: 42%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    width: 140px;
    background-size: 140px;
    background-repeat: no-repeat;
    background-image: url(/manageengine/ems/images/icon/youtube-watch-now-icon.svg);
    z-index: 2;
}

.rpp.customers .youtube a {
    position: absolute;
    top: 40%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
}

.rpp.customers .flex {
    padding: 20px;
    border-radius: 20px;
    background: #E0EEFF;
    grid-gap: 60px;
}

.rpp a.cta.sd.empty {
    background: transparent;
    border: none;
    border-radius: 0px;
    /* border-bottom: solid #2f3fb6 2px; */
    padding: 4px;
    color: #2f3fb6;
    font-weight: var(--l-wgt);
    grid-gap: 7px;
}

.rpp a.cta.sd.empty span {
    border-bottom: solid #2f3fb6 2px;
    line-height: 24px;
}

.rpp.customers .flex .content {
    max-width: 48%;
}

.rpp.customers .youtube img {
    width: 100%;
}

.rpp.customers .flex h2,
.rpp.customers .flex p {
    text-align: left;
}

.rpp .flex-column {
    flex-direction: column;
}

.rpp.trial {
    background-image: url(https://www.manageengine.com/ransomware-protection/images/rpp-banner-bg.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0px 40px 130px;
}

.rpp.trial h2 {
    max-width: 650px;
    line-height: 48px;
}

.rpp .mobile-view {
    display: none;
}

.rpp.pricing .inner.flex .toggle-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0px 10px;
}

/* Hide the default checkbox */
.rpp.pricing .inner.flex .toggle-checkbox {
    display: none;
}

.rpp.pricing .inner.flex .toggle-label {
    width: 35px;
    height: 17px;
    background-color: #fff;
    border-radius: 30px;
    border: solid #000000 1px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.rpp.pricing .inner.flex .toggle-label::before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: transform 0.3s ease;
}

.rpp.pricing .inner.flex .toggle-checkbox:checked+.toggle-label::before {
    transform: translateX(15px);
}


.rpp.pricing .inner.flex .inner-tab {
    padding: 0px 0px 10px;
    border-bottom: solid #c5c5c5 1px;
    margin: 0px 0px 15px;
    display: flex;
    align-items: center;
}

.rpp.pricing .inner.flex .inner-tab span {
    line-height: 15px;
    display: inline-block;
}

.rpp.pricing .inner.flex .inner-tab span.active {
    color: #000;
    font-weight: var(--m-wgt);
}

.rpp .animate.active {
    opacity: 1;
    transform: translate(0px, 0px);
}

.rpp .animate {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all ease 750ms;
}

.rpp.faq h2,
.rpp.faq p {
    margin: 0px auto 40px;
}

/* Initial style for spans */
.rpp .desc h2 span.dynamic {
    opacity: 0;
    position: absolute;
    transition: opacity 1s ease;
    color: #2f3fb6;
    display: inline-block;
    text-align: left;
}

/* Style for the h2 and positioning the spans */
.rpp .desc h2 {
    position: relative;
}

/* Make sure all spans are positioned on top of each other */
.rpp .desc h2 span {
    position: absolute;
}

.rpp.faq .bg-wrapper {
    max-width: 900px !important;
}

@media screen and (max-width: 830px) {
    .rpp .mobile-view {
        display: flex;
    }

    .rpp .desktop-view {
        display: none;
    }

    .rpp.map .content,
    .rpp.customers .flex .content {
        width: 100%;
    }

}

@media screen and (max-width: 600px) {
    .rpp .desc h2 span.dynamic {
        text-align: center;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .rpp.level-up li.flex.box:before,
    .rpp.level-up li.flex.box:after,
    .rpp .multi-layer-tab .multi-wrapper {
        display: none;
    }

    .rpp.level-up li.flex.box {
        border-bottom: solid #dcebfe 1px;
    }

    .rpp.level-up li.flex.box:last-child {
        border: 0px;
    }

    .rpp .cta-grp {
        justify-content: center;
    }

    .rpp li.key-box.box1,
    .rpp li.key-box.box2,
    .rpp li.key-box.box3 {
        width: 100% !important;
        max-width: 100%;
    }

    .rpp li.key-box.box2 img,
    .rpp li.key-box.box3 img {
        max-width: 170px;
    }

    .rpp.map .content h2,
    .rpp.map .content {
        text-align: center !important;
        max-width: 100%;
    }

    .rpp .layer-content .layer-list-content {
        margin: 0px 0px 20px;
    }
}