.u-center-text {
    text-align: center !important;
  }
  
  .u-margin-bottom-small {
    margin-bottom: 1.5rem !important;
  }
  
  .u-margin-bottom-medium {
    margin-bottom: 4rem !important;
  }
  
  .u-margin-top-big {
    margin-top: 5rem !important;
  }
  
/*  body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    background: #000;
  }*/
  
  .heading-primary {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    margin-bottom: 6rem;
  }
  
  .heading-primary--main {
    display: block;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 3.5rem;
    -webkit-animation-name: moveInLeft;
            animation-name: moveInLeft;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    /*
          animation-delay: 3s;
          animation-iteration-count: 3;
          */
  }
  
  .heading-primary--sub {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.75rem;
    -webkit-animation: moveInRight 1s ease-out;
            animation: moveInRight 1s ease-out;
  }
  
  .heading-secondary {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: transparent;
    letter-spacing: 0.2rem;
    line-height: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #eee;
  }

.TopReports-btn, .TopReports-btn:link, .TopReports-btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.5rem 4rem;
    display: inline-block;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    font-size: 1rem;
    border: none;
    cursor: pointer;
}

    .TopReports-btn:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    }

        .TopReports-btn:hover::after {
            -webkit-transform: scaleX(1.4) scaleY(1.6);
            transform: scaleX(1.4) scaleY(1.6);
            opacity: 0;
        }

    .TopReports-btn:active, .TopReports-btn:focus {
        outline: none;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    }
  
  .TopReports-btn--white {
    background-color: #fff;
    color: #777;
    /*width:90%;*/
    margin:1rem auto;
  }
  
  .btn--white::after {
    background-color: #fff;
  }
  
  .btn--green {
    background: -webkit-gradient(linear, left top, right top, from(#fc466b), to(#3f5efb));
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
  }
  
  .btn--green::after {
    background-color: #55c57a;
  }
  
/*  *,
  *::after,
  *::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }*/
  
/*  html {
    font-size: 62.5%;
  }*/
  
/*  body {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }*/
  
  .section-plans {
    background-color: #000;
    padding: 4rem 0 4rem 0;
  }
  
  .TopReports-card {
    -webkit-perspective: 120rem;
            perspective: 120rem;
    -moz-perspective: 120rem;
    position: relative;
    height: 18rem;
  }
  
  .TopReports-card__side {
    height: 17rem;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0.5rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.5rem rgba(0, 0, 0, 0.15);
  }
  
  .card__side--front {
    background-color: #fff;
  }
  
  /* .TopReports-card__side--front-1 { */
    /*background: linear-gradient(-45deg, #f403d1, #64b5f6);*/
  /* } */

.TopReports-card__price-only {
    font-size: 1rem;
    /*text-transform: uppercase;*/
    text-align:justify;
}
  
  .card__side--front-2 {
    background: linear-gradient(-45deg, #f321d7, #ffec61);
  }
  
  .card__side--front-3 {
    background: linear-gradient(-45deg, #24ff72, #9a4eff);
  }
  
  .TopReports-card__side--back {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  
  .TopReports-card__side--back-1 {
    /*background: linear-gradient(-45deg, #64b5f6, #f403d1);*/
    background: #fff;
  }

.TopReports-card__side__back-1__body{
    height:100%;
}

.TopReports-card__side__back-1__btn{
    width:100%;
    height:15%;
    font-size:.8rem;
    display: flex;
    justify-content:center;
    align-items: center;
    text-align: justify;
}

.card__side--back-2 {
    background: linear-gradient(-45deg, #ffec61, #f321d7);
}
  
  .card__side--back-3 {
    background: linear-gradient(-45deg, #9a4eff, #24ff72);
  }
  
  .TopReports-card:hover .TopReports-card__side--front-1,
  .TopReports-card:hover .card__side--front-2,
  .TopReports-card:hover .card__side--front-3 {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  
  .TopReports-card:hover .TopReports-card__side--back {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  
  .TopReports-card__title {
    height: 5rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            /*align-items: center;*/
  }
  
  .TopReports-card__title--1 .fas {
    font-size: 2rem;
  }
  
  .card__title--2 .fas {
    font-size: 5rem;
  }
  
  .card__title--3 .fas {
    font-size: 5rem;
  }
  
  .TopReports-card__heading {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 75%;
  }
  
  .card__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  
  .TopReports-card__details {
    padding: 0 2rem 2rem;
  }
  
  .TopReports-card__details ul {
    list-style: none;
    width: 80%;
    margin: 0 auto;
  }
  
  .TopReports-card__details ul li {
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem;
  }
  
  .TopReports-card__details ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  
  .TopReports-card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }
  
  .TopReports-card__price-box {
    text-align: center;
    color: #fff;
    margin-bottom: 8rem;
  }
  
  .TopReports-card__price-only {
    height:85%;
    font-size: .7rem;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:justify;
  }
  
  .TopReports-card__price-value {
    font-size: 6rem;
    font-weight: 100;
  }
  
  .TopReports-row {
    max-width: 100%;
    margin: 20px auto;
    display:flex;
  }
  
  .TopReports-row:not(:last-child) {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  
  .TopReports-row::after {
    content: "";
    display: table;
    clear: both;
  }
  
/*  .TopReports-row [class^="col-"] {
    float: left;
  }*/
  
/*  .TopReports-row [class^="col-"]:not(:last-child) {
    margin-right: 6rem;
  }*/
  
  .TopReports-row .TopReports-col-1-of-3 {
    width: 240px;
    margin: 5px;
  }

@media only screen and (max-width: 991.98px) {
    .TopReports-row .TopReports-col-1-of-3 {
        width: 400px;
    }
}
@media only screen and (max-width: 575.98px) {
    .TopReports-row {
        display: block;  
    }
        .TopReports-row .TopReports-col-1-of-3 {
            width: 100%;
            margin: 15px auto;
        }
}
  