<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.heading-menu,
#customers,
#allFea,
.btmBar {
    display: none;
}

#scroll {
    padding: 0;
}

@keyframes floating {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(60%, 0px);
    }
}

@keyframes floating1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-60%, 0px);
    }
}

@keyframes jump {
    0% {
        transform: translateY(250px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floating3 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, 10px);
    }

    50% {
        transform: translate(0, 0px);
    }

    75% {
        transform: translate(-5px, 10px);
    }
}

@keyframes transition {
    0% {
        transform: translate(-150px, 100px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes transition2 {
    0% {
        transform: translate(250px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}
:root {
  --sticky-height:0px;
}
.ecnew-fea {
    position: relative;
}

.ecnew-fea.hero .clip img {
    width: 35%;
    position: absolute;
    bottom: 0%;
    left: 37%;
    z-index: 2;
    opacity: 0;
    transition: all ease 350ms;
}

.ecnew-fea.hero.active .clip img {
    opacity: 1;
    transform: translate(0, 0);
    animation: jump 300ms linear;
}

.ecnew-fea.hero .clip .clip-aside li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
}

.ecnew-fea.hero .clip .clip-aside [data-clip="1"] {
    display: none;
    background-position: bottom 0px left;
    background-size: 40% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-2.svg);
    z-index: 0;
    opacity: 0;
    transition: all ease 350ms;
}

.ecnew-fea.hero.active .clip .clip-aside [data-clip="1"] {
    opacity: 1;
}

.ecnew-fea.hero .clip .clip-aside [data-clip="2"] {
    background-position: bottom right -53px;
    background-size: 100% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-3.svg);
    animation: jump 350ms linear 0s;
}

.ecnew-fea.hero .clip .clip-aside [data-clip="3"] {
    display: none;
    background-position: top 26px right 0px;
    background-size: 40% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-2.svg);
    opacity: 0;
    transition: all ease 350ms;
}

.ecnew-fea.hero.active .clip .clip-aside [data-clip="3"] {
    opacity: 1;
}

.ecnew-fea.hero .clip .clip-aside [data-clip="4"] {
    background-position: top 29% right 3%;
    background-size: 15% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-4.svg);
    opacity: 0;
    transition: all ease 700ms;
}

.ecnew-fea.hero.active .clip .clip-aside [data-clip="4"] {
    opacity: 1;
    transform: translate(0, 0);
    animation: floating1 35s infinite ease-in-out;
    animation-delay: 700ms;
    display: none;
}

.ecnew-fea.hero .clip .clip-aside [data-clip="5"] {
    background-position: top 30% left 59%;
    background-size: 57% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-9-6.svg);
    opacity: 0;
    transition: all ease 700ms 600ms;
}

.ecnew-fea.hero.active .clip .clip-aside [data-clip="5"] {
    opacity: 0.6;
    transform: translate(0, 0);
}

.ecnew-fea.hero .clip .clip-aside [data-clip="6"] {
    background-size: 9% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-9.svg);
    opacity: 0;
    transition: all ease 350ms 350ms;
    transform: translate(200px, 0px);
    background-position: bottom 33% left 24%;
}

.ecnew-fea.hero.active .clip .clip-aside [data-clip="6"] {
    opacity: 1;
    transform: translate(0, 0);
}

.ecnew-fea.hero .clip .clip-aside [data-clip="7"] {
    background-size: 9% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-9-1.svg);
    opacity: 0;
    transition: all ease 450ms 350ms;
    transform: translate(164px, 56px);
    background-position: top 25% left 34%;

}

.ecnew-fea.hero.active .clip .clip-aside [data-clip="7"] {
    opacity: 1;
    transform: translate(0, 0);
}

.ecnew-fea.hero .clip .clip-aside [data-clip="8"] {
    background-size: 9% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-9-2.svg);
    opacity: 0;
    transition: all ease 550ms 350ms;
    transform: translate(40px, 174px);
    background-position: top 9% left 53%;

}

.ecnew-fea.hero.active .clip .clip-aside [data-clip="8"] {
    opacity: 1;
    transform: translate(0, 0);
}

.ecnew-fea.hero .clip .clip-aside [data-clip="9"] {
    background-size: 9% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-9-3.svg);
    opacity: 0;
    transition: all ease 650ms 350ms;
    transform: translate(-141px, 56px);
    background-position: top 25% right 24%;

}

.ecnew-fea.hero.active .clip .clip-aside [data-clip="9"] {
    opacity: 1;
    transform: translate(0, 0);
}

.ecnew-fea.hero .clip .clip-aside [data-clip="10"] {
    background-size: 9% auto;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-9-4.svg);
    opacity: 0;
    transition: all ease 750ms 350ms;
    transform: translate(-148px, 0px);
    background-position: bottom 36% right 15%;

}

.ecnew-fea.hero.active .clip .clip-aside [data-clip="10"] {
    opacity: 1;
    transform: translate(0, 0);
}

.ecnew-fea.hero .clip .clip-aside [data-clip="11"] {
    display: none;
}

.ecnew-fea .wrapper {
    position: relative;
    max-width: 1400px;
    margin: auto;
}

.ecnew-fea .flex {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
    width: 100%;
}

.ecnew-fea .cta {
    font-family: 'ZohoPuvi';
    color: #fff;
    background-color: #E34950;
    text-transform: uppercase;
    padding: 14px;
    line-height: normal;
    border-radius: 8px;
    min-width: 160px;
    width: fit-content;
    max-width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin: auto;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
}

.ecnew-fea h1 {
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    font-weight: 500;
}

.ecnew-fea h1 strong {
    font-weight: 600;
    color: #FFBD6F;
}

.ecnew-fea h2 {
    font-size: 30px;
    line-height: normal;
    color: #000 !important;
    font-weight: 600;
    margin: 0 0 20px;
}

.ecnew-fea.dark h2 {
    color: #fff !important;
}

.ecnew-fea h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px !important;
    line-height: 28px;
}

.ecnew-fea p,
.ecnew-fea ul {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    margin: 0 auto 20px;
}

.ecnew-fea p strong {
    font-weight: 500;
}

.ecnew-fea.main li {
    box-sizing: border-box;
    border-radius: 8px;
    line-height: normal;
    display: flex;
    justify-content: left;
    padding: 10px 14px;
    cursor: pointer;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 15px;
}

.ecnew-fea li.active {
    background-color: #EFF6FF !important;
    color: #015EE4 !important;
}

.ecnew-fea.hero {
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-1.png);
    background-size: cover;
    background-color: #123991;
    overflow: hidden;
}

.ecnew-fea.hero .caption {
    width: calc(100% - 850px);
    padding: 100px 0px;
}

.ecnew-fea.hero .clip {
    width: 739px;
    height: 400px;
    position: relative;
}

.ecnew-fea.main {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding: 0;
}

.ecnew-fea.main .menu {
    position: sticky;
    top:  var(--sticky-height);
    width: 350px;
    box-shadow: 9px 0px 20px 0px rgba(0, 0, 0, 0.04);
    height: 100vh;
    padding: 40px;
}

.ecnew-fea.main .menu h3 {
    padding: 0px 15px;
}

.ecnew-fea.main .features {
    width: calc(100vw - 380px);
    margin-right: 60px;
}

.ecnew-fea.main .features .fea-set {
    padding: 60px;
}

.ecnew-fea.main .features .fea-content.active {
    opacity: 1;
    transform: translate(0px, 0px);
}

.ecnew-fea.main .features .fea-content {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all ease 750ms;
}

.ecnew-fea.main .features .fea-set[data-theme="light-skyBlue"] {
    background-color: #E8F6FF;
}

.ecnew-fea.main .features .fea-set[data-theme="light-gray"] {
    background-color: #e3e3e3;
}

.ecnew-fea.main .features .fea-set[data-theme="light-green"] {
    background-color: #E9FFE8;
}

.ecnew-fea.main .features .fea-set[data-theme="light-orange"] {
    background-color: #FFF5E8;
}

.ecnew-fea.main .features .fea-set .flex {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
    max-width: 1000px;
    margin-top: 30px;
    grid-gap: 50px 5px;
}

.ecnew-fea.main .features .box {
    width: 28%;
    opacity: 0;
    transform: translate(0, 100px);
    transition: all ease 750ms;
    position: relative;
    padding: 20px;
}

.ecnew-fea.main .features .box.active:hover {
    transform: scale(1.05);
}

.ecnew-fea.main .features .box.image.active:hover {
    transform: none;
}

.ecnew-fea.main .features .box .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content-visibility: hidden;
    font-size: 0;
}

.ecnew-fea.main .features .box:hover .link {
    border: 1px solid #ededed;
    border-radius: 10px;
    background-color: #00000005;
}

.ecnew-fea.main .features .box.intelligence-image {
    max-height: 275px;
    width: 30%;
    padding: 0px;
    position: relative;
    height: 250px;
}

.ecnew-fea.main .features .box.active {
    opacity: 1;
    transform: translate(0, 0)
}

.ecnew-fea.main .features .box figure {
    margin: 0 0 8px;
    display: flex;
    flex-wrap: wrap;
}

.ecnew-fea.main .features .box figure img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    z-index: 1;
}

.ecnew-fea.main .features .box figure .background {
    position: relative;
    background: #FFE88C;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: -27px;
    z-index: 0;
    color: transparent;
}

.ecnew-fea.main .features .box .tag {
    padding: 0px 28px 0px 4px;
    display: inline-flex;
    line-height: normal;
    color: #fff;
    position: relative;
    border-radius: 3px;
    font-weight: 300;
    justify-content: center;
    align-items: center;
}

.ecnew-fea.main .features .box .tag img {
    position: absolute;
    left: 3px;
    top: 0px;
}

.ecnew-fea.main .features .box .tag.green {
    background: #3EB84A;
}

.ecnew-fea.main .features .box .tag.cadetBlue {
    background: #3E52B8;
    ;
}

.ecnew-fea.main .features .box .tag.blue {
    background: #414db9;
}

.ecnew-fea.main .features .box .tag.lightMint {
    background: #3EB8B1;
}

.ecnew-fea.main .features .box .tag.violet {
    background: #983EB8;
}

.ecnew-fea.main .features .box .tag:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transform: rotate(45deg) translate(2px, 2px);
    margin: 0px -36px 5px 12px;
}

.ecnew-fea.main .features .box .tag:before {
    content: "";
    width: 25px;
    display: inline-block;
    height: 25px;
    object-fit: contain;
    background-repeat: no-repeat;
}

.ecnew-fea.main .features .box .tag.thumb_up:before {
    background-image: url(../images/icon/thumb_up.svg);
}

.ecnew-fea.main .features .box .tag.application:before {
    background-image: url(../images/icon/application.svg);
}

.ecnew-fea.main .features .box .tag.dice_three:before {
    background-image: url(../images/icon/Dice_Three.svg);
}

.ecnew-fea.main .features .box .tag.file_document:before {
    background-image: url(../images/icon/File_Document.svg);
}

.ecnew-fea.main .features .box .tag.laout:before {
    background-image: url(../images/icon/Laout.svg);
}

.ecnew-fea.main .features .box .tag.computer:before {
    background-image: url(../images/icon/Computer.svg);
}

.ecnew-fea.main .features .box .tag.Web_Coding:before {
    background-image: url(../images/icon/Web_Coding.svg);
}

.ecnew-fea.main .features .box .tag.File:before {
    background-image: url(../images/icon/File.svg);
}
.ecnew-fea.main .features p.fea-content {
    margin: 0;
}
.ecnew-fea.main .features .fea-content.sub {
    font-size: 24px;
}
.fea-free {
    position: relative;
    padding: 80px;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-clip-1.png);
    opacity: 100%;
    background-size: cover;
}

.fea-free:before {
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-clip-2.svg);
    /* content: "";*/
    z-index: 0;
    position: absolute;
    bottom: -92px;
    right: 295px;
    opacity: 3;
    background-size: contain, contain;
    background-repeat: no-repeat;
    width: 324px;
    height: 200px;
}

.fea-free:after {
    /* content: "";*/
    z-index: 0;
    position: absolute;
    bottom: 74px;
    right: 0px;
    opacity: 100%;
    background-size: cover;
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    width: 273px;
    height: 179px;
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-clip-3.svg);
}

.fea-free .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    align-content: center;
}

.fea-free .flex .content h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    color: #FFF !important;
    margin: 0 auto 25px;
}

.fea-free .flex .content .nav-dwn a {
    font-size: 16px;
}

.fea-set .card {
    border-radius: 8px;
    background: #D9ECEE;
    max-width: fit-content;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transform: translate(0, 100px);
    transition: all ease 750ms;
}

.fea-set .card.active {
    opacity: 1;
    transform: translate(0px, 0px);
}

.fea-set .card .content {
    width: calc(100% - 235px);
    padding: 35px 0px 35px 35px;
}

.fea-set .card .image {
    width: 200px;
    position: relative;
    height: inherit;
}

.fea-set .card .image img {
    width: 250px;
    object-fit: contain;
    height: 200px;
    top: -40px;
    left: 0px;
    position: absolute;
}

.fea-set .card h3 {
    margin-bottom: 25px !important;
}

.fea-set .card .nav-dwn a {
    width: max-content;
    font-size: 16px;
}

.ecnew-fea.main .features .fea-set[data-content="5"] .card {
    background: #EEEED9 !important;
}

.ecnew-fea.main .features .fea-set[data-content="11"] .card {
    background: #EEE9D9 !important;
}

.ecnew-fea.main .features .fea-set[data-content="1"] .box figure .background {
    background: #FFE88C !important;
}

.ecnew-fea.main .features .fea-set[data-content="2"] .box figure .background {
    background: #A3D4F0 !important;
}

.ecnew-fea.main .features .fea-set[data-content="3"] .box figure .background {
    background: #A3C2F0 !important;
}

.ecnew-fea.main .features .fea-set[data-content="4"] .box figure .background {
    background: #A9F0A3 !important;
}

.ecnew-fea.main .features .fea-set[data-content="5"] .box figure .background {
    background: #FFE88C !important;
}

.ecnew-fea.main .features .fea-set[data-content="6"] .box figure .background {
    background: #FFBD6FB2 !important;
}

.ecnew-fea.main .features .fea-set[data-content="7"] .box figure .background {
    background: #FFE88C !important;
}

.ecnew-fea.main .features .fea-set[data-content="8"] .box figure .background {
    background: #A3D4F0 !important;
}

.ecnew-fea.main .features .fea-set[data-content="9"] .box figure .background {
    background: #A3D4F0 !important;
}

.ecnew-fea.main .features .fea-set[data-content="9"] .flex {
    grid-gap: 0px 25px;
}

.ecnew-fea.main .features .fea-set[data-content="10"] .box figure .background {
    background: #A9F0A3 !important;
}

.ecnew-fea.main .features .fea-set[data-content="11"] .box figure .background {
    background: #FFE88C !important;
}

.ecnew-fea.main .features .fea-set[data-content="12"] .box figure .background {
    background: #FFD19A !important;
}

.ecnew-fea.main .features .fea-set[data-content="13"] .box figure .background {
    background: #FFE88C !important;
}

.ecnew-fea.main .features .fea-set[data-content="8"] .box .tag:after {
    background: #E8F6FF !important;
}

.ecnew-fea.main .features .fea-set[data-content="12"] .box .tag:after {
    background: #FFF5E8 !important;
}

.ecnew-fea.main .features .fea-set .box-image img[alt="ecnew-fea-configuration"] {
    width: 100%;
    object-fit: contain;
    height: inherit;
}

.ecnew-fea.main .features .fea-set .box img[alt="ecnew-fea-patch-clip"] {
    width: 100%;
    object-fit: contain;
    height: inherit;
}

.ecnew-fea.main .features .fea-set .box img[alt="ecnew-fea-vulnerability"] {
    width: 100%;
    object-fit: contain;
    height: inherit;
}

.ecnew-fea.main .features .fea-set .box-image img[alt="ecnew-fea-asset"] {
    width: 100%;
    object-fit: contain;
    max-height: 200px;
}

.ecnew-fea.main .features .fea-set .box img[alt="ecnew-fea-intelligence"] {
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 55px;
}

.ecnew-fea.main .features .fea-set .box-image {
    width: 62%;
}

.ecnew-fea.main .features .fea-set[data-content="9"] .card {
    max-width: 560px;
    margin-top: 40px;
}

.ecnew-fea.main .features .fea-set[data-content="9"] .card .content {
    width: calc(100% - 185px);
}

.ecnew-fea.main .features .fea-set[data-content="9"] .card .image {
    width: 150px;
}

.ecnew-fea.main .features .fea-set[data-content="9"] .card .image img {
    left: 37%;
    height: 210px;
    top: -25%;
    width: 167px;
}

.ecnew-fea.main .features .fea-set[data-content="11"] .card .content {
    width: calc(100% - 265px);
}

.ecnew-fea.main .features .fea-set[data-content="11"] .card .image img {
    top: -29%;
    left: 3px;
    height: 250px;
}

.fea-free .flex .content {
    max-width: 800px;
    margin: auto;
}

.ecnew-fea.main .features .box.active:hover h3 {
    text-decoration: underline;
    text-decoration-color: #696969;
    text-decoration-style: solid;
    text-underline-position: under;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.ecnew-fea.main .features .box.active:hover h3 a:hover {
    text-decoration: underline;
    text-decoration-color: #c3c2c2;
    text-decoration-style: solid;
    text-underline-position: under;
    text-underline-offset: 2px;
}

@media(max-width: 600px) {
    .ecnew-fea.main {
        flex-wrap: nowrap;
    }

    .ecnew-fea.main .menu {
        display: none;
    }

    .ecnew-fea.main .features {
        width: auto;
        margin: auto;
    }

    .ecnew-fea.main .features .fea-set {
        padding: 40px;
    }

    .ecnew-fea.main .features .box {
        width: auto;
        max-height: max-content !important;
    }

    .ecnew-fea .flex {
        flex-wrap: wrap;
    }

    .ecnew-fea.hero .caption {
        width: auto;
        padding: 40px;
    }

    .ecnew-fea.hero .clip {
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

    .fea-set .card .content {
        width: 85% !important;
        padding: 15px;
        text-align: center;
        display: block;
        margin: auto;
    }

    .fea-set .card .image img {
        position: static;
    }

    .fea-set .card h3 {
        margin: 0 !important;
    }

    .fea-set .card .image {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .fea-set .card .content .nav-dwn {
        display: inline-block;
        margin: 20px auto 0;
    }

    .fea-set .card .content .nav-dwn a {
        width: max-content;
        color: #fff;
        position: static;
        padding: 4px 14px;
    }

    .fea-set .card .content .nav-dwn a:before {
        display: none;
    }

    .fea-free {
        padding: 40px;
    }

    .fea-free .flex .content .nav-dwn {
        display: block;
        margin: auto;
        text-align: center;
    }
}

@media(max-height:750px) {
    .ecnew-fea.main li {
        font-size: 13px;
        padding: 6px 14px;
    }
}</pre></body></html>