/*-------------- Bechabge Area Start  ------------*/
.reports-area {
    padding: 3.125rem 0; }
.reports-area a{
  text-decoration: none;
}
.reports-area a:hover{
  text-decoration: underline;
}
    .reports-area .reports-area__wrapper {
      position: relative; }
      .reports-area .reports-area__wrapper .reports_shp {
        position: absolute;
        top: -10rem;
        left: -6.25rem;
        width: 4.6875rem;
        z-index: -1; }
        @media (min-width: 100rem) and (max-width: 106.1875rem) {
          .reports-area .reports-area__wrapper .reports_shp {
            left: 0; } }
        @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
          .reports-area .reports-area__wrapper .reports_shp {
            left: 0; } }
        @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
          .reports-area .reports-area__wrapper .reports_shp {
            left: 0;
            width: 3.75rem; } }
        @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
          .reports-area .reports-area__wrapper .reports_shp {
            left: 0;
            width: 3.75rem;
            top: -6.25rem; } }
        @media (min-width: 75rem) and (max-width: 81.1875rem) {
          .reports-area .reports-area__wrapper .reports_shp {
            left: 0;
            width: 3.125rem;
            top: -6.25rem; } }
        @media (min-width: 48rem) and (max-width: 61.9375rem) {
          .reports-area .reports-area__wrapper .reports_shp {
            top: -8.4375rem;
            left: 0;
            width: 3.125rem; } }
  
  /*-------------- Bechabge Area End  ------------*/
  
  /*-------------- reports Card Component Start  ---- --------*/
  .reports__card {
    display: flex;
    align-items: center;
    border: 0.0625rem solid #DFE1E2;
    padding: 1.2rem 1.5625rem;
    border-radius: 0.5rem;
    box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(28, 25, 26, 0.04);
    position: relative;
    margin-bottom: 1.5rem;
    transition: .2s; }
    @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
      .reports__card {
        padding: 1.5625rem; } }
    @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
      .reports__card {
        padding: 1.375rem; } }
    @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
      .reports__card {
        padding: 1.25rem; } }
    @media (min-width: 75rem) and (max-width: 81.1875rem) {
      .reports__card {
        padding: 1.25rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .reports__card {
        padding: 0.9375rem; } }
    @media (min-width: 48rem) and (max-width: 61.9375rem) {
      .reports__card {
        padding: 1.25rem;
        margin-bottom: 1.5625rem; } }
    @media only screen and (max-width: 47.9375rem) {
      .reports__card {
        display: block;
        padding: 1.25rem; } }
    .reports__card::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      border: 0.25rem solid #0351A3;
      border-radius: 0.5rem;
      opacity: 0;
      visibility: hidden;
      transition: .2s; }
    .reports__card:hover::after {
      opacity: 1;
      visibility: visible; }
    .reports__card:hover h3 {
      text-decoration: underline; }
    .reports__card:focus::after {
      opacity: 1;
      visibility: visible; }
    .reports__card:focus h3 {
      text-decoration: underline; }
    .reports__card:active::after {
      opacity: 1;
      visibility: visible; }
    .reports__card:active h3 {
      text-decoration: underline; }
    .reports__card .reports__thumb {
      position: relative;
      z-index: 2; 
      font-size: 2.2rem;
      width: 4rem;
      height: 4rem;
      border-radius: 8px;
      background-color: #F2F8FC;
}
.reports__card .reports__thumb i{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
      .reports__card .reports__thumb img {
        width: 100%;
        border-radius: 0.625rem; }
      @media (min-width: 100rem) and (max-width: 106.1875rem) {
        .reports__card .reports__thumb {
          width: 15rem; } }
      @media (min-width: 100rem) and (max-width: 106.1875rem) {
        .reports__card .reports__thumb {
          width: 14.375rem; } }
      @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
        .reports__card .reports__thumb {
          width: 14.375rem; } }
      @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
        .reports__card .reports__thumb {
          width: 13.75rem; } }
      @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
        .reports__card .reports__thumb {
          width: 12.5rem; } }
      @media (min-width: 75rem) and (max-width: 81.1875rem) {
        .reports__card .reports__thumb {
          width: 11.25rem; } }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
        .reports__card .reports__thumb {
          width: 10rem; } }
      @media (min-width: 48rem) and (max-width: 61.9375rem) {
        .reports__card .reports__thumb {
          width: 11.25rem; } }
      @media only screen and (max-width: 47.9375rem) {
        .reports__card .reports__thumb {
          width: 100%;
          margin-bottom: 0.9375rem; } }
    .reports__card .reports__text {
      width: calc(100% - 0rem);
      padding-left: 1.5625rem;
      position: relative;
      z-index: 2; }
      @media (min-width: 100rem) and (max-width: 106.1875rem) {
        .reports__card .reports__text {
          width: calc(100% - 15rem); } }
      @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
        .reports__card .reports__text {
          width: calc(100% - 14.375rem); } }
      @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
        .reports__card .reports__text {
          width: calc(100% - 13.75rem); } }
      @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
        .reports__card .reports__text {
          width: calc(100% - 12.5rem); } }
      @media (min-width: 75rem) and (max-width: 81.1875rem) {
        .reports__card .reports__text {
          width: calc(100% - 11.25rem); } }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
        .reports__card .reports__text {
          width: calc(100% - 10rem);
          padding-left: 0.9375rem; } }
      @media (min-width: 48rem) and (max-width: 61.9375rem) {
        .reports__card .reports__text {
          width: calc(100% - 11.25rem);
          padding-left: 1.25rem; } }
      @media only screen and (max-width: 47.9375rem) {
        .reports__card .reports__text {
          width: 100%;
          padding-left: 0; } }
      .reports__card .reports__text h3, .reports__card {
        color: #151112;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 128.571%;
        /*  */
        transition: .2s;
}
        
        @media (min-width: 100rem) and (max-width: 106.1875rem) {
          .reports__card .reports__text h3 {
            font-size: 1.5625rem; } }
        @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
          .reports__card .reports__text h3 {
            font-size: 1.5rem; } }
        @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
          .reports__card .reports__text h3 {
            font-size: 1.375rem; } }
        @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
          .reports__card .reports__text h3 {
            font-size: 1.5rem; } }
        @media (min-width: 75rem) and (max-width: 81.1875rem) {
          .reports__card .reports__text h3 {
            font-size: 1.25rem; } }
        @media (min-width: 62rem) and (max-width: 74.9375rem) {
          .reports__card .reports__text h3 {
            font-size: 1.125rem; } }
        @media (min-width: 48rem) and (max-width: 61.9375rem) {
          .reports__card .reports__text h3 {
            font-size: 1.375rem; } }
        @media only screen and (max-width: 47.9375rem) {
          .reports__card .reports__text h3 {
            font-size: 1.25rem; } }
      .reports__card .reports__text p {
        color: #1C191A;
        font-size: 1.15rem;
        font-weight: 400;
        line-height: 140%;
        /*  */ }
        @media (min-width: 100rem) and (max-width: 106.1875rem) {
          .reports__card .reports__text p {
            font-size: 1.125rem; } }
        @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
          .reports__card .reports__text p {
            font-size: 1.125rem; } }
        @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
          .reports__card .reports__text p {
            font-size: 1.125rem; } }
        @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
          .reports__card .reports__text p {
            font-size: 1rem; } }
        @media (min-width: 75rem) and (max-width: 81.1875rem) {
          .reports__card .reports__text p {
            font-size: 1rem; } }
        @media (min-width: 62rem) and (max-width: 74.9375rem) {
          .reports__card .reports__text p {
            font-size: 1rem; } }
        @media (min-width: 48rem) and (max-width: 61.9375rem) {
          .reports__card .reports__text p {
            font-size: 1.125rem; } }
        @media only screen and (max-width: 47.9375rem) {
          .reports__card .reports__text p {
            font-size: 1.125rem; } }
    .reports__card.reports--card--two::after {
      border-color: #FFBF00 !important; }
    .reports__card.reports--card--three::after {
      border-color: #34AD65 !important; }
    .reports__card.reports--card--four::after {
      border-color: #FF8C00 !important; }
  
  