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

:root {
    --text-light: #E4F1FF;
    --text-dark: #000000;
    --link-color: #3478F6;
    --background-color: #282828;
    --h1-font: clamp(40px, 42px, 56px);
    --h2-font: clamp(28px, 36px, 40px);
    --h3-font: clamp(18px, 22px, 22px);
    --h4-font: clamp(16px, 18px, 18px);
    --p-font: clamp(14px, 16px, 16px);
    --s-font: 12px;
    --m-font: 14px;
    --l-font: 32px;
    --xl-font: 48px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
    --n-gap: 24px;
    --sticky-height:0px;
}

.Inner-pages {
    position: relative;
}

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

.Inner-pages h1 {
    font-size: var(--h1-font);
    line-height: 65px;
    font-weight: var(--xl-wgt);
    margin: 0 0 20px;
}

.Inner-pages h2 {
    font-size: var(--h2-font);
    line-height: normal;
    font-weight: var(--xl-wgt);
    margin: 0 0 20px;
    text-align: center;
}

.Inner-pages h3 {
    font-size: var(--h3-font);
    line-height: normal;
    font-weight: var(--l-wgt);
    margin: 0 0 15px !important;
}

.Inner-pages h4 {
    font-size: var(--h4-font);
    line-height: 36px;
    margin: 0 !important;
}

.Inner-pages p,
.Inner-pages li {
    font-size: var(--p-font);
    line-height: 25px;
    font-weight: var(--s-wgt);
    margin: 0 0 24px;
}
.Inner-pages strong {
    font-weight: var(--l-wgt);
}
.Inner-pages li {
    margin: 0 0 14px;
    position: relative;
    padding-left: 15px;
}

.Inner-pages.content {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding: 0;
}

.Inner-pages.content .menu {
    position: sticky;
    top: var(--sticky-height);
    width: 350px;
    box-shadow: 9px 0px 20px 0px rgba(0, 0, 0, 0.04);
    height: calc(100vh - 180px);
    padding: 40px;
}

.Inner-pages.content .menu .back {
    position: absolute;
    top: 0;
    left: 0;
    margin: 40px 0 0 40px;
    color: #015EE4;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: normal;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #eee;
}

.Inner-pages.content .menu .back:before {
    content: '';
    height: 0;
    width: 0;
    background-color: transparent;
    display: inline-block;
    transform: rotate(90deg);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #015EE4;
}

.Inner-pages.content .menu .back:hover {
    background-color: #015EE4;
    color: #fff;
}

.Inner-pages.content .menu .back:hover:before {
    border-top-color: #fff;
}

.Inner-pages.content .menu ul {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    margin: 0px;
}

.Inner-pages.content .menu ul li {
    box-sizing: border-box;
    border-radius: 8px;
    line-height: normal;
    padding: 10px 14px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.Inner-pages.content .right-content {
    padding: 60px;
    width: calc(100vw - 380px);
}

.Inner-pages.content .menu ul li.active {
    background-color: #EFF6FF !important;
    color: #015EE4 !important;
    font-weight: 600;
}

.Inner-pages.content .right-content h2 {
    text-align: left;
    font-size: 30px !important;
}

.Inner-pages.content .menu ul.inner-tab {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    width: 100%;
    position: relative;
    left: 20px;
}

.Inner-pages.content .menu ul.inner-tab li.active {
    font-weight: 300;
}

.Inner-pages.content .menu ul li a:hover {
    text-decoration: none;
}

.Inner-pages.content .menu h3 a:hover {
    text-decoration: none;
}

.Inner-pages.content .menu ul li.active a {
    color: #015EE4 !important;
}

.Inner-pages.content .menu .scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 220px);
    margin-top: 40px;
}

.Inner-pages.content .menu .scroll::-webkit-scrollbar {
    display: none;
}

.Inner-pages.content .right-content .que-ans {
    margin-bottom: 30px;
    margin-left: 20px;
}

.Inner-pages.content .right-content .question {
    font-weight: 600;
    margin-bottom: 10px !important;
}

.Inner-pages.content .right-content .list-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: inherit;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(239, 239, 239);
    border-image: initial;
    padding: 30px;
    border-radius: 8px;
    background-color: #f4f7fa;
    margin-bottom: 20px;
}

.Inner-pages.content .right-content .list-box-wrapper .flex-list {
    align-items: center;
    align-content: center;
    display: flex;
    grid-gap: 15px 40px;
    flex-wrap: wrap;
    padding: 0px 0px 0px 17px;
    justify-content: left;
}

.Inner-pages.content .right-content .list-box-wrapper .flex-list li {
    margin: 0px;
    line-height: 16px;
    min-width: 150px;
}

.Inner-pages.content .right-content .list-box-wrapper .list-box li {
    width: 47%;
    padding: 20px;
    margin: 0px;
    position: relative;
    padding-left: 15px;
}

.Inner-pages.content .right-content .list-box-wrapper .list-box li:before {
    content: "鈥�";
    color: #015EE4;
    display: inline-block;
    width: 15px;
    margin-left: -1em;
    font-size: 20px;
    position: absolute;
    left: 0px;
}

.Inner-pages.content .right-content .list-box-wrapper ul.list-box {
    display: inline-flex;
    padding-left: 20px;
    grid-gap: 20px;
}

.Inner-pages.content .right-content ol {
    padding: 10px 0 10px 30px;
    list-style-type: decimal;
}

.Inner-pages.content .right-content ol ul {
    padding-top: 15px;
}

.Inner-pages.content .right-content .image-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: inherit;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(239, 239, 239);
    border-image: initial;
    padding: 30px;
    border-radius: 8px;
    background-color: #f4f7fa;
    justify-content: center;
    margin-bottom: 30px;
}

.Inner-pages.content .right-content .image-wrapper .image-heading {
    text-align: center !important;
    color: #015ee4;
    font-weight: 500;
    margin-bottom: 15px !important;
}

.Inner-pages.content .right-content .image-wrapper img {
    max-width: 1000px;
    object-fit: contain;
    width: calc(100% - 30px);
    border-radius: 6px;
}

.Inner-pages.content .right-content ul li:before {
    content: "鈥�";
    color: #015EE4;
    display: inline-block;
    width: 15px;
    font-size: 20px;
    position: absolute;
    left: 0px;
}

.Inner-pages.content .right-content li .heading {
    color: #015EE4;
    font-weight: 500;
}

.Inner-pages.content .right-content .que-ans .list-wrapper ul {
    display: flex;
    column-count: 2;
    list-style-type: none;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    grid-gap: 0px 50px;
}

.Inner-pages.content .right-content .que-ans .list-wrapper .list li {
    color: #015EE4;
    width: 45%;
    margin: 0 0 10px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

.Inner-pages.content .right-content .list-wrapper ul li p {
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
}

.Inner-pages.content .right-content .list-wrapper ul li p a {
    text-decoration: underline;
}

.Inner-pages.content .right-content .list-wrapper ul li {
    margin: 0 0 25px;
}

.Inner-pages.content .right-content .que-ans .list-wrapper {
    margin-bottom: 30px;
}

.Inner-pages.content .right-content .tab-menu-wrapper .tab-menu {
    border-bottom: 1px solid #EEEEEF;
    width: 100%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 60px;
}

.Inner-pages.content .right-content .tab-menu-wrapper .tab-menu li {
    color: #757070;
    padding: 5px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
}

.Inner-pages.content .right-content .tab-menu-wrapper .tab-menu li.active {
    color: var(--text-dark);
    border-bottom: 2px solid #015EE4;
    font-weight: 500;
}

.Inner-pages.content .right-content .tab-menu-wrapper {
    margin-left: 20px;
}

.Inner-pages.content .right-content .tab-menu-wrapper .tab-content li:before {
    content: "鈥�";
    color: #015EE4;
    display: inline-block;
    width: 15px;
    font-size: 20px;
    position: absolute;
    left: 0px;
}

.Inner-pages.content .right-content .benefits-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(239, 239, 239);
    border-image: initial;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    grid-gap: 25px;
}

.Inner-pages.content .right-content .benefits-box .image {
    width: 125px;
    text-align: center;
    position: relative;
    margin: 0 0 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.Inner-pages.content .right-content .benefits-box .image .background {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    left: 14%;
    z-index: 0;
    color: transparent;
    background: #F4F7FA;
}

.Inner-pages.content .right-content .benefits-box .content {
    width: calc(100% - 175px);
}

.Inner-pages.content .right-content .benefits-box .content .benefits-heading {
    color: #0c65e5;
    font-weight: 500;
}

.Inner-pages.content .right-content .benefits-box .image img {
    object-fit: contain;
    z-index: 1;
    width: 50px;
    height: 50px;
}

.Inner-pages.header {
    background-image: url(../../products/desktop-central/images/clip/ecnew-fea-banner-1.png);
    background-size: cover;
    background-color: #123991;
    overflow: hidden;
    color: white;
    padding: 60px 40px;
}

.Inner-pages.header .main-page-heading a {
    color: white;
    font-weight: 200;
    padding-right: 10px;
}

.Inner-pages.header .main-page-heading {
    padding-right: 10px;
}

.Inner-pages.header .flex {
    display: block;
    text-align: center;
}

.Inner-pages.header .description {
    font-weight: 300;
    margin-bottom: 30px;
}

.Inner-pages.header .heading {
    margin-top: 20px;
}

.Inner-pages.header .free-btn a {
    font-size: 16px;
    font-weight: 300;
}

.Inner-pages.content .right-content .content-set:first-child {
    padding-top: 0px;
}

.Inner-pages.content .right-content h3.content-set:first-child {
    padding-top: 60px;
}

.Inner-pages.content .right-content .content-set {
    padding-top: 60px;
}

.Inner-pages.content .right-content .tab-menu-wrapper .tab-content ul {
    margin: 20px 0px;
}

.Inner-pages.header .main-page-heading a:hover {
    text-decoration: none;
}

.Inner-pages.content .menu ul.inner-tab li.active {
    background: white !IMPORTANT;
}

.Inner-pages.content .menu ul li a {
    color: var(--text-dark) !important;
}

.Inner-pages.content .right-content .m-b-0 {
    margin-bottom: 0px !important;
}

.Inner-pages.content .right-content .p-t-60 {
    padding-top: 60px !important;
}

.Inner-pages.content .right-content .p-l-20 {
    padding-left: 20px !important;
}

.Inner-pages.content .faq-box-wrapper {
    background-color: white;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 15px;
    padding: 40px;
    transition: all ease 750ms;
    max-width: 1000px;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper {
    max-width: 1000px;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq {
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper h2 {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq-box {
    border-bottom: 2px solid #f3e2d1;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq-box .faq-header {
    display: flex;
    justify-content: space-between;
    width: inherit;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq-box h4 {
    font-weight: 500;
    line-height: 30px;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq-box .icon {
    font-size: 30px;
    background: none;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq-box p {
    margin: 20px 20px 0px;
    max-width: 800px;
    font-size: 15px;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq-box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.Inner-pages.content .right-content .card-box {
    background-color: #f4f7fa;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(239, 239, 239);
    border-image: initial;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 25px;
    grid-gap: 25px;
}

.Inner-pages.content .right-content .card-box .image {
    width: 30%;
    margin-right: 20px;
}

.Inner-pages.content .right-content .card-box .content {
    width: calc(100% - 400px);
}

.Inner-pages.content .right-content .card-box .image img {
    max-width: 100%;
}

.Inner-pages.content .right-content .card-box .content .free-btn.nav-dwn a {
    width: max-content;
}

.Inner-pages.content .right-content h3.content-set {
    font-size: 26px !important;
    margin-bottom: 8px !important;
}

.faq-wrap {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

.Inner-pages.content.comment {
    background: #F3F6F9;
    ;
    padding: 60px;
}

.Inner-pages.content.comment h3 {
    font-size: 30px;
    margin-bottom: 40px !important;
}

.Inner-pages.content.comment h4 {
    font-weight: 500;
}

.Inner-pages.content.comment .comment-section-wrapper {
    background: white;
    max-width: 1000px;
    border-radius: 14px;
    box-shadow: 0 0 14px 0 #00000012;
    padding: 50px;
    position: relative;
}

.Inner-pages.content.comment .comment-section-wrapper .image {
    position: absolute;
    top: -8%;
    right: -5%;
}

.Inner-pages.content.comment .comment-section-wrapper .image img {
    width: 125px;
    height: auto;
    object-fit: contain;
    transform: rotate(180deg);
}

.Inner-pages.content.comment .comment-section-wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.Inner-pages.content.comment .comment-section-wrapper h3 {
    margin-bottom: 15px !important;
}

.Inner-pages.content .right-content .content {
    max-width: 1200px;
}

.scroll-indicator {
    height: 5px;
    background-size: 100% calc(100% - 100vh + 129px);
    background-repeat: no-repeat;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    transition: .1s ease-in;
}

.scroll-indicator.isSticky {
    background: linear-gradient(to right, #fc6a12 93%, #02fc79 100%);
    background-repeat: no-repeat;
}

.Inner-pages.content .right-content .list-wrapper ul li:last-child {
    margin: 0px;
}
.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq-box a.link {
    position: relative;
    opacity: 1;
}
.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq-box ul {
    margin: 20px 20px 0px;
    list-style: disc inside;
}

.Inner-pages.content .faq-box-wrapper .flex-wrapper .faq-box li a {
    position: relative;
    opacity: 1;
    z-index: 3;
}

.Inner-pages.content .right-content .content .table-index {
    border: 1px dashed #ccc;
    border-left: 0;
    border-right: 0;
    padding: 30px 0 20px;
    margin: 0 0 40px;
}

.Inner-pages.content .right-content .image-wrapper.plain {
   padding: 0;
   background: transparent;
   border: 0;
   justify-content: left;
   max-width: 800px;
}
.Inner-pages.content .right-content .content .table-index li {
    cursor: pointer;
}

.Inner-pages.content .right-content .content .table-index li:hover {
    color: #025de4;
}

.Inner-pages.content .right-content table th {
    background: #e3eeff;
    font-weight: 500;
}

.Inner-pages.content .right-content table td, .Inner-pages.content .right-content table th {
    border-collapse: collapse;
    padding: 8px;
    border: solid #cadefd 1px;
}

@media screen and (max-width: 760px) {
    .Inner-pages.header .free-btn {
        display: block !important;
    }

    .Inner-pages.header .free-btn a:before {
        content: 'TRY FOR FREE' !important;
    }

}

@media (max-width: 600px) {
    .Inner-pages.content .menu {
        display: none;
    }

    .Inner-pages.content .right-content {
        padding: 40px;
        width: auto;
    }

    .Inner-pages.content .right-content .content-set {
        padding: 40px;
    }

    .Inner-pages.content .right-content .benefits-box .image {
        width: 100%;
    }

    .Inner-pages.content .right-content .benefits-box .image .background {
        left: auto;
    }

    .Inner-pages.content .right-content .benefits-box .content {
        width: 100%;
    }

    .Inner-pages.content .right-content .tab-menu-wrapper .tab-menu {
        grid-gap: 10px;
    }

    .Inner-pages.content .right-content .que-ans .list-wrapper .list li {
        width: auto;
    }

    .Inner-pages.content .right-content .list-box-wrapper ul.list-box {
        display: block;
    }

    .Inner-pages.content .right-content .list-box-wrapper .list-box li {
        width: auto;
    }
}

@media(max-height: 750px) {
    .Inner-pages.content #data-list.menu ul li {
        font-size: 13px !important;
        padding: 6px 14px !important;
    }

    .Inner-pages.content #data-list.menu ul.inner-tab li {
        font-size: 12px !important;
        padding: 8px 10px;
    }
}

@media(max-height: 850px) {
    .Inner-pages.content #data-list.menu ul li {
        font-size: 14px;
        padding: 8px 14px;
    }

    .Inner-pages.content #data-list.menu ul.inner-tab li {
        font-size: 13px !important;
        padding: 8px 10px;
    }
}</pre></body></html>