:root {
  --pm-color: #123991;
  --pm-color-plus: #0B2E75;
  --pm-color-minus: #2753C1;
  --pm-color-hvy-minus: #F1F6FF;
  --cp-color: #18181C;
  --cp-color-plus: #111114;
  --cp-color-minus: #27272F;
  --sd-color: #FFBD6F;
  --bk-color: #18181C;
  --bk-color-minus: #1F1E22;
  --bg-light: #F8FAFE;
  --text-light: #ffffff;
  --text-mild: #aaaaaa;
  --text-dark: #000000;
  --text-cp: #FFBD6F;
  --text-bk: #D9DADB;
  --cta-color: #DE2236;
  --link-color: #5C99FF;
  --h1-font: 56px;
  --h2-font: 36px;
  --h3-font: 22px;
  --h4-font: 18px;
  --p-font: 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;
}
.heading-menu,#customers,#allFea,.btmBar {
    display: none;
}
#scroll{
   padding: 0;
}
.epm-page h1 {
    font-size: 52px;
    line-height: 68px;
    font-weight: var(--xs-wgt);
    margin: 0 0 20px;
}
.epm-page h2 {
  font-size: var(--h2-font);
  line-height: 40px;
  font-weight: var(--l-wgt);
  margin: 0 0 8px;
  text-align: center;
}
.epm-page h3 {
  font-size: var(--h3-font);
  line-height: normal;
  font-weight: var(--m-wgt);
  margin: 0 0 8px !important;
}
.epm-page h4 {
  font-size: var(--h4-font);
  margin: 0 !important;
  line-height: normal;
}
.epm-page h4 b {
  font-weight: var(--m-wgt);
  margin: 0 0 8px;
}
.epm-page h4 i {
  font-size: var(--s-font);
  line-height: 30px;
  font-weight: var(--s-wgt);
  margin: 0 0 5px;
}
.epm-page p {
  font-size: var(--p-font);
  line-height: 30px;
  font-weight: var(--s-wgt);
  margin: 0 0 40px;
}
.epm-page li {
  font-size: var(--p-font);
  line-height: 40px;
  font-weight: var(--s-wgt);
  margin: 0 0 5px;
}
.epm-page i strong {
  font-size: var(--l-font);
  font-weight: var(--m-wgt);
}
.epm-page a {
    color: var(--link-color);
}
.epm-page strong, .epm-page b {
  font-weight: var(--l-wgt);
}
.epm-page h1, .epm-page h2, .epm-page h3, .epm-page h4, .epm-page p, .epm-page li, .epm-page i {
  color: var(--text-dark) !important;
}
.epm-page.epm-banner h1,.epm-page.epm-banner p {
  color: var(--text-light) !important;
}
.epm-page .flex {
  display: flex;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin: auto;
  grid-gap: var(--n-gap);
  align-content: center;
  flex-wrap: wrap;
}
.epm-page .cta {
    font-size: var(--p-font);
    line-height: 22px;
    font-weight: var(--s-wgt);
    min-width: 150px;
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: var(--text-light);
    text-decoration: none;
    border: 1px solid var(--cta-color);
    padding: 0 20px;
    background-color:var(--cta-color);
}
.epm-page.epm-banner{
   background: linear-gradient(to bottom, transparent 85%, #F2F5F8 0%);
    background-image: url(../images/icon/bg-pattern-11.png);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-color: #F2F5F8;
    position: relative;
}
.epm-page.epm-banner .content{
    position: relative;
    padding: 80px 40px;
}
.epm-page .content .flex .caption {
    color: white;
    text-align: center;
    max-width: 800px;
}
.epm-page .content .flex .caption .button_link{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
   grid-gap:30px;
}
.epm-page .content .flex .caption .play_icon{
       width: 40px;
    height: 40px;
    background: #cfd4d9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: block;
    cursor: pointer;
}
.epm-page .content .flex .caption .play_icon_wrapper{
font-size: 15px;
    display: inline-block;
    position: relative;
    cursor:pointer;
}
.epm-page .content .flex .caption .play_icon_wrapper:hover{
text-decoration:none;
}
.epm-page .content .flex .caption .play_icon:before{
        content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    animation: 2s pulsate1 ease-out infinite;
    opacity: 1;
    border-radius: 50%;
    border: 6px solid #5d6e82;
    top: -6px;
    left: -7px;
    transform-origin: center;
}
.epm-page .content .flex .caption .play_icon:after{
    content: "";
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #325bc4;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55,0.055,0.675,0.19);
}
.epm-page .content .flex .caption .works_text{
    margin-left: 58px;
    font-size: 16px;
    color: #638fff;
}
.epm-challenges .flex{
    box-shadow: 0px 10px 20px #0000001A;
    transform: scale(1.05);
    position: relative;
    padding: 90px;
    background-color: #2c56c3;
    border-radius: 25px;
    max-width: 1100px;
    grid-gap: 150px;
}
.epm-challenges .flex .topic{
    text-align: left;
}
.epm-challenges .flex h3{
    color: var(--text-light) !important;
}
.epm-challenges .flex p{
    margin: 25px 0 0px;
    font-size:15px;
    line-height:29px;
}
.epm-challenges .flex .topic.challenges{
    color: #ffc6b5 !important;
}
.epm-challenges .flex .topic.solutions{
    color: #c3ffb5 !important;
}
.epm-page.epm-banner .content-challenges{
    position: relative;
    max-width: calc( 100% - 500px);
    width: 600px;
}
.epm-challenges .flex .challenges, .epm-challenges .flex .solutions{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    grid-gap: 40px;
}
.epm-challenges .flex .challenges .image,.epm-challenges .flex .solutions .image{
  max-width:410px;
}
.epm-challenges .flex .challenges .image img,.epm-challenges .flex .solutions .image img{
  max-width:inherit;
}
.epm-page.epm-security{
    padding: 100px 40px 80px;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
}
.epm-page.epm-security.active{
  opacity: 1;
    transform: translate(0px, 0px);
}
.epm-page.epm-security .flex{
    margin-top: 50px;
    background-color: #f6f6f6;
    border-radius: 25px;
    padding: 60px 80px;
}
.epm-page.epm-security .flex .security-content{
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 30px;
    margin: auto;
    height:100%;
    padding-top:30px;
    width:95%;
}
.epm-page.epm-security .flex .security-content .content{
width:calc( 100% - 650px);
 height:450px;
}
.epm-page.epm-security .flex .security-content .content h3{
  font-weight: var(--l-wgt);
}
.epm-page.epm-security .flex .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    background: white;
    border: 1px solid black;
}
.epm-page.epm-security .flex .swiper-pagination-bullet-active{
  background:black;
}
.epm-page.epm-security .flex .mySwiper .swiper-slide-thumb-active{
 /*background:#2c54be !important;*/
 color:#2c54be !important;
}
.epm-page.epm-security .flex .mySwiper .swiper-slide{
    background: white;
    border-radius: 35px;
    text-align: center;
    color:#2c54be;
    padding:10px 2px;
    margin-right:20px !important;
   width:180px !important;
   cursor:pointer;
   overflow:hidden;
}
.epm-page.epm-security .flex .mySwiper .swiper-slide.application{
width:240px !important;
}
.epm-page.epm-security .flex .mySwiper .swiper-slide .security-text{
  font-size:16px;
}
.epm-page.epm-security .flex .mySwiper .swiper-wrapper{
  flex-wrap:wrap;
}
.epm-page.epm-security .flex .mySwiper2 .content ul li:before {
    border: 1px solid #2d55be;
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #2d55be;
    margin-right: 15px;
}
.epm-page.epm-security .flex .mySwiper2 .swiper-slide{
 height:500px;
}
.epm-page.epm-security .flex .mySwiper2 .content ul{
margin-top:35px;
}
.epm-page.epm-security .flex .security-content .image{
  width: 600px;
  height:450px;
  position:relative;
}
.epm-page.epm-security .flex .mySwiper2 .swiper-pagination-bullets{
  bottom:-6px;
}
.epm-page.epm-benefits .flex{
    grid-gap: 60px 80px;
    margin-top: 80px;
    justify-content: space-evenly;
    align-items: center;
}
.epm-page.epm-benefits .flex .benefits-list{
    width: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
   transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
   padding:20px;
   max-width:100%;
}
.epm-page.epm-benefits .flex .benefits-list.active{
    opacity: 1;
    transform: translate(0px, 0px);
}
.epm-page.epm-benefits .flex .benefits-list img{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.epm-page.epm-benefits .flex .benefits-list .content{
    margin-left: 20px;
}
.epm-page.epm-benefits .flex .benefits-list .content h3{
    font-weight: var(--l-wgt);
}
.epm-page.epm-benefits .flex .benefits-list .content p{
    line-height: 25px;
    margin: 0px;
}
.epm-page.epm-benefits .flex .benefits-list .image{
    background: #f6f6f6;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 10px 20px #f8f5f51a;
}
.epm-page.epm-benefits{
    padding-bottom: 100px;
}
.epm-page.epm-works{
    background: linear-gradient(to bottom, transparent 85%, #F2F5F8 0%);
    background-image: url(../images/icon/bg-pattern-10.png);
    background-size: 100% 61%;
    background-repeat: no-repeat;
    background-color: white;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 25px;
    padding: 100px 60px 80px 60px;
}
.epm-page.epm-works .flex .caption h2{
    color: var(--text-light) !important;
    margin: 0 0 70px;
}
.epm-page.epm-works .flex .works-box{
    width: 220px;
    background: #f6f6f6;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 10px 20px #0000001A;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
}
.epm-page.epm-works .flex .works-box.active{
 opacity: 1;
    transform: translate(0px, 0px);
}
.epm-page.epm-works .flex .works-box h1{
    font-weight: 500;
    color: #D8D8D8 !important;
    font-size: 70px;
}
.epm-page.epm-works .flex .works-box h4{
    font-weight: 500;
    font-size: 19px;
    margin: 20px 0px !important;
    width:75%;
}
.epm-page.epm-works .flex .works-box p{
    margin: 0px;
    line-height: 25px;
}
.epm-page.epm-works .flex .works-box img{
    height: 50px;
    object-fit: contain;
}
.epm-page.epm-faq{
    background-color: #fef7f0;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 15px;
    padding: 40px;
   margin-bottom: 80px;
  transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
}
.epm-page.epm-faq .faq{
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.epm-page.epm-faq h2{
    margin-top: 15px;
    margin-bottom: 30px;
}
.epm-page.epm-faq .faq-box{
    border-bottom: 2px solid #f3e2d1;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position:relative;
    width:100%;
}
.epm-page.epm-faq .faq-box .faq-header{
    display: flex;
    justify-content: space-between;
    width: inherit;
}
.epm-page.epm-faq.active{
 opacity: 1;
    transform: translate(0px, 0px);
}
.epm-page.epm-faq .faq-box:last-child{
    border-bottom: none;
}
.epm-page.epm-faq .faq-box h4{
    font-weight: 500;
    line-height:30px;
}
.epm-page.epm-faq .flex-wrapper{
   max-width:1000px;
}
.epm-page.epm-faq .faq-box p{
    margin: 20px;
    max-width: 900px;
    font-size: 15px;
}
.epm-page.epm-faq .faq-box a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity:0;
}
@keyframes pulsate1 {
    0% {
        transform: scale(0.9);
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
.epm-page.epm-banner .epm-challenges .image{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: auto;
    position: relative;
    width: 400px;
}
.epm-page.epm-banner .epm-challenges .solutions .image{
width:420px;
}
.epm-page.epm-banner .epm-challenges .solutions{
grid-gap:50px;
}
.epm-page.epm-banner .solutions .content-challenges{
/*max-width:600px;*/
    max-width: calc( 100% - 550px);
}
.epm-page.epm-banner .epm-challenges .image img{
    position: absolute;
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}
.epm-page.epm-banner .epm-challenges .image.active img {
    opacity: 1;
    transform: translate(0px, 0px) !important;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp="1"] {
    transition-delay: 100ms;
    z-index: 1;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp="2"] {
    transition-delay: 200ms;
    z-index: 2;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp="3"] {
    transition-delay: 300ms;
    z-index: 3;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp="4"] {
    transition-delay: 400ms;
    z-index: 4;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp="5"] {
    transition-delay: 500ms;
    z-index: 5;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp="6"] {
    transition-delay: 600ms;
    z-index: 6;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp="7"] {
    transition-delay: 700ms;
    z-index: 7;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp="8"] {
    transition-delay: 800ms;
    z-index: 8;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp="9"] {
    transition-delay: 900ms;
    z-index: 9;
}

.epm-page.epm-security .flex .mySwiper .swiper-slide-thumb-active:before{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #2c54be21;
    border-radius: 6px;
}
.epm-page.epm-security .flex .mySwiper .swiper-slide-thumb-active:before{
  animation: progress 20s linear forwards;
  overflow:hidden;
}
@keyframes progress {
  0%{
    left: -100%;
  }
  100%{
    left: 0%;
  }
}
.epm-page.epm-security .flex .security-content .image img{
    position: absolute;
    opacity: 0;
    transition: all ease 350ms;
    transform: translate(0px, 100px);
}

.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img{
    opacity: 1;
    transform: translate(0px, 0px) !important;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="1"] {
    transition-delay: 50ms;
    z-index: 1;
    width:100%;
    height:85%;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="2"] {
    transition-delay: 100ms;
    z-index: 2;
    width:25%;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="3"] {
    transition-delay: 150ms;
    z-index: 3;
   width:7%
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="4"] {
    transition-delay: 200ms;
    z-index: 4;
    width:14%;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="5"] {
    transition-delay: 250ms;
    z-index: 5;
    width:55%;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="6"] {
    transition-delay: 300ms;
    z-index: 6;
    width:55%;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="7"] {
    transition-delay: 350ms;
    z-index: 7;
   width:10%
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="8"] {
    transition-delay: 400ms;
    z-index: 8;
    width:10%;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="9"] {
    transition-delay: 450ms;
    z-index: 9;
    width:12%;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="10"] {
    transition-delay: 500ms;
    z-index: 10;
    width:26%;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-epm_elements]{
 display:none;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[data-epm_security] {
    display: none;
}
@media(max-width: 768px) {
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp] {
    display: none;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-clipgrp]{
 display:none;
}
.epm-page.epm-banner .epm-challenges .image.active img[data-epm_elements]{
 max-width:350px;
 display:block;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[data-epm_security] {
    display: block;
    height: 300px;
    width: 350px;
}
.epm-challenges .flex{
  padding: 70px 12px;
  border-radius:0px;
  transform: none;
}
.epm-page.epm-faq{
  margin-bottom:0px !important;
  border-radius:0px !important;
}
.epm-page.epm-works{
  border-radius:0px;
  padding: 100px 40px;
}
.epm-challenges .flex .challenges, .epm-challenges .flex .solutions{
  grid-gap:170px;
}
.epm-page.epm-banner .content-challenges{
  width: auto;
  padding: 0px 30px;
  max-width:max-content !important;
}
.epm-page.epm-banner .epm-challenges .solutions {
    margin-top: 225px;
    grid-gap: 0px;
}
.epm-page.epm-banner .epm-challenges .challenges .image.active img[data-clipgrp="1"]{
    width: 380px !important;
    position: absolute;
    top: -139px  !important;
    left: 14px  !important;
}
.epm-page.epm-banner .epm-challenges .solutions .image.active img[data-clipgrp="1"]{
    width: 387px  !important;
    position: absolute;
    left: 16px  !important;
}
.epm-page.epm-banner .epm-challenges .solutions .image.active img[data-clipgrp="9"]{
    right:2px  !important;
top:38px  !important;
}
.epm-page.epm-banner .epm-challenges .solutions .image.active img[data-clipgrp="8"]{
    left:153px  !important;
top:38px  !important;
}
.epm-page.epm-banner .epm-challenges .solutions .image.active img[data-clipgrp="7"]{
   right: -20px  !important;
    top: 27px  !important;
}
.epm-page.epm-banner .epm-challenges .solutions .image.active img[data-clipgrp="6"]{
        left: -14px  !important;
    top: 27px  !important;
}
.epm-page.epm-security{
  background-color: #f6f6f6;
}
.epm-page.epm-security .flex{
  padding:20px !important;
  background-color: transparent;
}
.epm-page.epm-security .flex .mySwiper2 .swiper-slide{
  height:850px !important;
}
.epm-page.epm-security .flex .security-content{
grid-gap:0px !important;
padding:0px !important;
}
.epm-page.epm-security .flex .security-content .content{
  width:100% !important;
}
.epm-page.epm-security .flex .security-content .image {
    height: 320px;
    padding: 20px 0px;
}
.epm-page.epm-security .flex .mySwiper .swiper-slide-thumb-active{
    background: white;
    border-radius: 35px;
    text-align: center;
    color: #2c54be;
    padding: 10px 2px;
    margin-right: 20px !important;
    width: 180px !important;
    cursor: pointer;
    overflow: hidden;
    display:block !important;
}
.epm-page.epm-security .flex .mySwiper .swiper-slide{
  display:none;
}
.epm-page.epm-security.active{
 padding:100px 20px 80px !important;
}
.epm-page.epm-security .flex .swiper-slide-active .security-content .image.active img[security-clipgrp="1"]{
  top:0px !important;
  left:0px !important;
width:400px !important;
}
.epm-page h1 {
    font-size: 36px;
    line-height: 48px;
}
.epm-page.epm-benefits {
    padding: 100px 20px;
}
.epm-page.epm-benefits .flex {
    grid-gap: 40px;
}
.epm-page.epm-benefits .flex .benefits-list {
    align-items: flex-start;
}
.epm-page.epm-benefits .flex .benefits-list .image {
    padding: 14px;
}
.epm-page.epm-works .flex .works-box h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.epm-page.epm-works .flex .works-box {
    width: 100%;
}
.epm-page.epm-faq .faq-box p {
    margin: 20px 0;
}
}