.e-curp {
   cursor: pointer;
}

.e-df {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
}
.e-aic {
   -ms-align-items: center;
   align-items: center;
}
.e-aifs {
   -ms-align-items: flex-start;
   align-items: flex-start;
}
.e-aife {
   -ms-align-items: flex-end;
   align-items: flex-end;
}
.e-tac {
   text-align: center;
}
.e-jcsb {
   justify-content: space-between;
}

.e-jcc {
   justify-content: center;
}

.e-jcsa {
   justify-content: space-around;
}

.e-jcfs {
   justify-content: flex-start;
}

.e-jcfe {
   justify-content: flex-end;
}

.e-fdc {
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}

.e-por {
   position: relative;
}

.e-poa {
   position: absolute;
}

.e-w100p {
   width: 100%;
}

.e-flxww {
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
   .e-mt40-991 {
      margin-top: 40px;
   }
   .e-flxww-991 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .e-fdc-991 {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .e-w100p-991 {
      width: 100%;
   }
}
