@import "../helpers/colors.scss";

.content-wrapper {
    // padding: 10% 2%;
    padding-top: 92px;
    width: 100%;
    background-color: #f7f7f7;

    main {
        margin: 0;
        padding: 30px 20px 6% 10%;

        .dashboard-message {
            background-color: #fff;
            @include borderCard(#fff);
            @include verCenterHeight(70px);
            overflow: hidden;
            padding: 0;
            position: relative;
            a {
                &:hover {
                    text-decoration: none;
                }
            }
            span.close {
                position: absolute;
                right: 10px;
                font-size: 2rem;
                top: 10px;
                color: gray;
                line-height: 1;
                cursor: pointer;
            }
            h3 {
                line-height: 70px;
                @include boldFont();
                color: #fff;
                text-align: center;
            }

            .leftSection {
                background: url(../../../img/icons/badgeDesktop.png);
                background-size: cover;
                background-position: 90% 0;
                background-repeat: no-repeat;
                max-height: 70px;
                max-width: 350px;
                width: 350px;

                @include boldFont();
            }

            .rightSection {
                padding-left: 20px;

                p {
                    color: $black;
                    font-size: 1.6rem;

                    span {
                        font-size: 1.6rem;

                        &.bold {
                            @include boldFont();
                        }

                        &.discountAmount {
                            color: $green;
                            font-size: 2rem;
                        }

                        &.delimiter {
                            color: #a9cd23;
                        }

                        &.promoCode {
                            text-transform: uppercase;
                        }
                    }
                }
            }
        }

        section {
            margin-top: 20px;
            padding: 0;

            h5 {
                color: $green;
                @include boldFont();
                font-size: 2rem;
                text-transform: uppercase;
            }

            .container-card {
                @include borderCard(#fff);
                position: relative;
                overflow-y: auto;
            }

            hr {
                border-color: #ededed;
            }

            &.analyitics {
                .top-video-link{
                    width: auto;
                    max-width: 100%;
                    clear: both;
                    flex: 1;
                    justify-content: center;
                    display: flex;
                    margin-bottom: 21px;
                    img.banner-video{
                        width: auto;
                        max-width: 100%;
                        height: auto;
                        position: relative;
                    }
                }
                .companyInfoCount {
                    padding: 15px 0;
                }
                .cardsContainer {
                    .container-card {
                        height: 645px;

                        &.middleContainer {
                            .companyTable {
                                background-color: #ededed;

                                &.admin {
                                    background-color: $green;
                                    color: #fff;
                                    position: relative;
                                    top: 0;
                                    left: 0;
                                    .buttons-wrapper {
                                        display: none;
                                    }
                                    &::after {
                                        content: "ADMIN";
                                        position: absolute;
                                        top: 35%;
                                        right: 0%;
                                        @include rotate(90);
                                        @include boldFont();
                                        font-size: 1.6rem;
                                    }

                                    &:hover {
                                        box-shadow: unset;
                                    }

                                    h5,
                                    h3 {
                                        color: #fff;
                                    }

                                    .buttons-wrapper {
                                        a {
                                            i {
                                                color: #fff;

                                                &:hover {
                                                    opacity: 0.5;
                                                }
                                            }

                                            &:hover {
                                                opacity: 0.5;
                                                text-decoration: none;
                                            }
                                        }
                                    }
                                }

                                .companyInfo {
                                    position: relative;
                                    @include ver-center();
                                }

                                .buttons-wrapper {
                                    position: absolute;
                                    right: 15%;
                                    bottom: 5%;

                                    a {
                                        margin-right: 10px;

                                        i {
                                            font-size: 1.5rem;
                                            color: $green;

                                            &:hover {
                                                opacity: 0.5;
                                            }
                                        }

                                        &:hover {
                                            opacity: 0.5;
                                            text-decoration: none;
                                        }
                                    }
                                }
                            }

                            .uploadPerson {
                                background-color: #fff;

                                &:hover {
                                    box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 0.2);
                                }
                            }
                        }

                        &.rightContainer {
                            .companyTable {
                                border-radius: 0;
                                box-shadow: unset;

                                &:hover {
                                    box-shadow: unset;
                                }

                                table {
                                    text-align: center;

                                    th,
                                    td {
                                        vertical-align: middle;
                                    }

                                    thead {
                                        tr {
                                            &:hover {
                                                background: none;
                                            }
                                        }
                                    }

                                    th {
                                        border-top: 0px;
                                        border-bottom: 0px;
                                        @include boldFont();
                                        color: $black;
                                        text-transform: uppercase;
                                        font-size: 1.4rem;
                                    }

                                    tr {
                                        height: 60px;

                                        &:hover {
                                            background: #f7f7f7;
                                        }

                                        td {
                                            font-size: 1.4rem;
                                            color: $black;
                                            border-top: 0px;
                                            border-bottom: 1px solid $lightGray;

                                            &.details {
                                                a {
                                                    display: inline-block;
                                                    font-size: 1.4rem;
                                                    color: $green;
                                                    text-decoration: underline;
                                                    position: relative;
                                                    top: 0;
                                                    left: 0;
                                                    padding-left: 20px;

                                                    &::before {
                                                        content: " ";
                                                        height: 10px;
                                                        width: 17px;
                                                        background: url("../../../img/icons/eye.svg")
                                                            center center
                                                            no-repeat;
                                                        background-size: cover;
                                                        position: absolute;
                                                        left: 0;
                                                        top: 20%;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }

                            a {
                                &.do-all {
                                    display: block;
                                    color: $black;
                                    font-size: 1.4rem;
                                    @include boldFont();
                                    text-decoration: underline;
                                }
                            }
                        }
                    }
                }

                .companyTable {
                    cursor: pointer;
                    min-height: 80px;
                    border-radius: 20px;
                    // border: 1px solid #EDEDED;
                    // transition: border-width 0.6s linear;
                    box-shadow: 0 0 0pt 1px #ededed;
                    margin-bottom: 17px;
                    &:not(:last-of-type) {
                        padding: 5% 0;
                    }
                    &.uploadCompany,
                    &.uploadPerson {
                        box-shadow: none;
                        border: 1px dashed #676767;

                        &:hover {
                            box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 0.2);
                        }

                        h5 {
                            font-size: 1.2rem;
                            font-weight: 400;
                            text-align: center;
                            // margin-left: 37px;
                            padding-left: 46px;
                            margin-bottom: 0;
                            position: relative;
                            @include abs-center();
                            color: $black;
                            width: fit-content;

                            &::before {
                                content: url("../../../img/icons/plus-circle.svg");
                                position: absolute;
                                left: 0;
                                top: 50%;
                                @include ver-center();
                            }
                        }
                    }

                    &:hover {
                        box-shadow: 0 0 0pt 3px $green;
                    }
                    &.active {
                        box-shadow: 0 0 0pt 3px $green;
                    }
                }

                img {
                    width: 55px;
                    height: 55px;
                    @include ver-center();
                    position: absolute;
                    top: 50%;
                    object-fit: contain;
                }

                .companyInfoContainer {
                    padding: 0;

                    .companyInfo {
                        position: relative;
                        @include ver-center();

                        h3 {
                            color: $black;
                            font-weight: bold;
                            font-size: 2rem;
                        }

                        h5 {
                            font-family: $font;
                            font-weight: unset;
                            font-size: 1.4rem;
                            color: $black;
                        }

                        .buttons-wrapper {
                            position: absolute;
                            right: 15%;
                            bottom: -20%;

                            a {
                                margin-right: 10px;

                                i {
                                    font-size: 1.5rem;
                                    color: $green;

                                    &:hover {
                                        opacity: 0.5;
                                    }
                                }

                                &:hover {
                                    opacity: 0.5;
                                    text-decoration: none;
                                }
                            }
                        }
                    }
                }
            }

            &.catalog {
                .cardsContainer {
                    .container-card {
                        height: 420px;

                        // &.leftContainer {}

                        &.rightContainer {
                            background: url("../../../img/cta-bg.png") no-repeat
                                center center;
                            background-size: contain;
                            position: relative;
                            top: 0;
                            left: 0;

                            a {
                                background: $green;
                                border-radius: 25px;
                                color: #fff;
                                @include boldFont();
                                padding: 15px 30px;
                                position: absolute;
                                bottom: 5%;
                                left: 50%;
                                transform: translate(-50%, 0);
                                font-size: 1.3rem;

                                &:hover {
                                    text-decoration: none;
                                    background: $hoverGreen;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.ingenia-welcome {
  font-size: 22px;
  color: #2B2B2B;
    min-height: 590px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    box-shadow: 0px 3px 6px #0000000D;
    border: 1px solid #EDEDED;
    display: flex;
    justify-content: flex-end;
    border-radius: 15px;
    

  .hero-card {
    border-radius: 16px;
    padding: 28px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
    align-items: center;
      width: 60%;
  }

  .hero-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
      
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
      max-width: 405px;
  }

  .logo-row {
    display: flex;
    align-items: center;
      margin-bottom: 10px;
  }

  .hero-logo {
    max-width: 100%;
    height: auto;
  }

  .hero-title {
    font: normal normal bold 26px/37px Istok Web;
    letter-spacing: -1px;
    color: #015055;
    text-transform: uppercase;
    margin: 0;
  }

  .hero-text,
    .hero-text strong{
    font: normal normal normal 22px/32px Istok Web;
    letter-spacing: 0px;
    color: #2B2B2B;
        strong{
            font: normal normal bold 22px/32px Istok Web;
            letter-spacing: 0px;
            color: #276462;
        }
  }

  .hero-cta {
    display: inline;
    margin-top: 8px;
    padding: 12px 28px;
    border: 2px solid #386261;
    border-radius: 999px;
    font: normal normal bold 20px/29px Istok Web;
    letter-spacing: 0px;
    color: #276462;
    text-decoration: none;
    transition: all 0.2s ease;
      width: auto;
      text-align: center;

    &:hover {
      background: #386261;
      color: #fff;
      box-shadow: 0 10px 24px rgba(56, 98, 97, 0.3);
    }
  }

  .hero-stack img {
    width: 100%;
    max-width: 100%;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.15));
  }
}

@media (max-width: 992px) {
  .ingenia-welcome {
      background-size: cover;
    .hero-card {
        background: #fff;
        width: 100%;
      grid-template-columns: 1fr;
      text-align: center;
    }

    .hero-stack {
      display: flex;
      justify-content: center;
    }

    .hero-content {
      align-items: center;
    }
  }
}

.ingenia-green{
    color: #386261 !important;
    font-weight: 700 !important;
}

.ingenia-progress {
  font-size: 22px;
  color: #2B2B2B;

  .progress-hero {
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.05);
  }

  .progress-header p,
    .progress-header span{
        text-align: center;
      max-width: 700px;
      margin: 0 auto;
    font: normal normal normal 22px/32px Istok Web;
    letter-spacing: 0px;
    color: #2B2B2B;
      margin-bottom: 20px;
      strong{
          font: normal normal bold 22px/32px Istok Web;
            letter-spacing: 0px;
            color: #2B2B2B;
      }
  }

  .progress-cards .progress-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 6px #0000000D;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    padding: 8px;
    display: flex;
    flex-direction: column;
  }

  .progress-card {
    &.ready:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
    }

    &.locked {
      opacity: 0.65;
    }

    &.complete {
      border: 2px solid #6CAAA7;
    }
  }

  .card-media {
    position: relative;
    height: 218px;
    overflow: hidden;
      border-radius: 15px;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.9);
    }
  }

  .progress-card {
    &.locked .card-media img {
      filter: grayscale(1) opacity(0.7);
    }

    &.complete .card-media img {
      filter: brightness(1.05);
    }
  }

  .play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 106px;

    .checkmark {
      font-size: 30px;
    }
  }

  .card-body {
    padding: 28px 18px 41px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .step-badge {
    width: 50px;
    height: 50px;
    border: 5px solid #6CAAA7;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 22px/32px Istok Web;
    letter-spacing: 0px;
    color: #2B2B2B;
    opacity: 1;
    background: #fff;
      margin-bottom: 13px;
  }

  .card-title {
    font: normal normal bold 22px/32px Istok Web;
    letter-spacing: 0px;
    color: #2B2B2B;
      margin-bottom: 0px;
  }

  .card-subtitle {
    font: normal normal normal 22px/32px Istok Web;
    letter-spacing: 0px;
    color: #2B2B2B;
    margin-bottom: 19px;
    margin-top: auto;
  }

  .btn-cta {
    display: inline-block;
    padding: 17px 13px;
      min-width: 271px;
    border-radius: 999px;
    background: #386261;
    color: #fff;
    text-decoration: none;
    font: normal normal bold 20px/29px Istok Web;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border: none;
    box-shadow: 0 8px 18px rgba(56, 98, 97, 0.25);

    &:hover {
      background: #2b4f4e;
      color: #fff;
    }

    &.disabled {
      background: #d8d8d8;
      box-shadow: none;
      cursor: not-allowed;
      color: #777;
    }
  }

  .progress-steps {
      width: 100%;
      max-width: 387px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 36px auto 197px;
      position: relative;
      &:before{
          content: "";
          position: absolute;
          height: 5px;
          width: 100%;
          background: #EDEDED;
          display: block;
          z-index: 0;
          top: 50%;
          left: 0;
          transform: translate(0px , -50%);
      }
  }

  .step-dot {
    width: 31px;
    height: 31px;
    border-radius: 100%;
    border: 5px solid #EDEDED;
    background: #fff;
    opacity: 0.6;
      position: relative;

    &.done {
      background: #6CAAA7;
      opacity: 1;
        
        border: 5px solid #6CAAA8;
    }

    &.current {
      opacity: 1;
        
    border: 5px solid #6CAAA8;
    }
  }

  .progress-footer {
    text-align: center;
    margin-top: 8px;
  }
}

@media (max-width: 992px) {
  .ingenia-progress {
    font-size: 18px;

    .progress-hero {
      padding: 18px;
    }
  }
}

.ingenia-video-pg{
    .titles{
        text-align: center;
        margin-bottom: 30px;
        font: normal normal normal 22px/32px Istok Web;
        letter-spacing: 0px;
        color: #2B2B2B;
        h4.card-title{
            font: normal normal bold 22px/32px Istok Web;
            letter-spacing: 0px;
            color: #2B2B2B;
        }
    }
    .video-frame {
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        overflow: hidden;
        .embed-responsive-item{
            object-fit: cover;
        }
    }
    .video-player{
        .card{
            border: none;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 3px 6px #0000000D;
            border-radius: 20px;
            .card-body{
                padding: 10px;
                border-radius: 15px;
                position: relative;
                div#video-actions{
                    display: none !important;
                }
                .embed-responsive.video-frame{
                    border-radius: 15px;
                    overflow: hidden;
                    margin-bottom: 0px !important;
                }
                .video-buttons{
                    padding: 0 30px;
                    position: absolute;
                    bottom: 10px;
                    left: 0px;
                    display: flex;
                    width: 100%;
                    button{
                        background: none;
                        border: none;
                        margin: 0px !important;
                    }
                    button#play-pause img {
                        height: 50px;
                    }
                    .volume-wrapper{
                        margin-left: auto !important;
                        margin-right: 20px !important;
                        margin-bottom: 0px !important;
                        display: flex;
                        column-gap: 10px;
                        img{
                            height: 25px;
                        }
                    }
                    button#fullscreen{
                        img{
                            height: 25px;
                        }
                    }
                }
            }
        }
    }
    .questions-on-hold{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #0000000D;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url(/img/ingenia/video-pg-btm.svg);
        background-size: 100%;
        background-position: bottom;
        .video-qs-text,
        .video-qs-text span{
            text-align: center;
            font: normal normal normal 22px/32px Istok Web;
            letter-spacing: 0px;
            color: #2B2B2B;
            max-width: 609px;
            margin-bottom: 117px;
        }
    }
    .bottom-return{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 71px;
        .return-dsh{
            background: #276462 0% 0% no-repeat padding-box;
            border-radius: 18px;
            text-align: center;
            font: normal normal bold 13px/19px Istok Web;
            letter-spacing: 0px;
            color: #FFFFFF;
            opacity: 1;
            padding: 11px 21px;
            display: inline-block;
            margin-bottom: 15px;
        }
        .return-dsh-info{
            text-align: center;
            font: normal normal normal 18px/26px Istok Web;
            letter-spacing: 0px;
            color: #2B2B2B;
        }
    }
}



.ingenia-red{
    color: #C52020 !important;
    font-weight: 700 !important;
}

.ingenia-video-pg .video-player .card{
    height: 100%;
    .card-body .embed-responsive.video-frame{
        height: 100%;
    }
}


.ingenia-video-pg.video-completed{
    .video-player .card .card-body .embed-responsive.video-frame{
        
        &:after{
            content: "Video terminato";
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font: normal normal normal 18px/26px Istok Web;
            letter-spacing: 0px;
            color: #FFFFFF;
            background: linear-gradient(rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 1) 100%);
            border-radius: 20px;
        }
    }
    .questions-on-hold{
        background-image: none;
        padding: 30px 100px 40px;
        height: 600px;
        .has-errors-q{
            text-align: center;
            .video-qs-text{
                font: normal normal normal 22px/32px Istok Web;
                letter-spacing: 0px;
                color: #000000;
                max-width: 499px;
                text-align: center;
                margin-bottom: 17px;
            }
            .show-questions{
                background: #276462 0% 0% no-repeat padding-box;
                border-radius: 18px;
                text-align: center;
                font: normal normal bold 13px/19px Istok Web;
                letter-spacing: 0px;
                color: #FFFFFF;
                opacity: 1;
                padding: 11px 21px;
                display: inline-block;
                margin-bottom: 15px;
                border: none;
                margin-bottom: 0px;
            }
        }
        .card{
            border: none;
            width: 100%;
            height: 100%;
            .card-body{
                padding: 0px;
                overflow-x: auto;
                margin-bottom: 30px;
                max-height: calc(100% - 70px);
                .quiz-info{
                    margin: 0 auto;
                    justify-content: center !important;
                    width: 430px;
                    text-align: center;
                    font: normal normal normal 18px/26px Istok Web;
                    letter-spacing: 0px;
                    color: #2B2B2B;
                    opacity: 1;
                    margin-bottom: 30px;
                }
                form#quiz-form{
                    .question{
                        text-align: center;
                        margin-bottom: 40px !important;
                        &.border-danger{
                            border: 1px solid #C52020 !important;
                            box-shadow: 0px 3px 6px #d518181D;                            
                            border-radius: 21px;
                            .question-title{
                                color: #C52020;
                            }
                        }
                        .question-title{
                            text-align: center;
                            font: normal normal bold 22px/32px Istok Web;
                            letter-spacing: 0px;
                            color: #276462;
                            margin-bottom: 22px;
                        }
                        .form-check{
                            input{
                                display: none;
                            }
                            label{
                                text-align: center;
                                font: normal normal normal 16px/23px Istok Web;
                                letter-spacing: 0px;
                                color: #2B2B2B;
                                box-shadow: 0px 3px 6px #0000001D;
                                border: 1px solid #707070;
                                border-radius: 21px;
                                width: 100%;
                                padding: 27px;
                                margin-bottom: 22px;
                                cursor: pointer;
                            }
                            input:checked + label{
                                border-color: #276462;
                                box-shadow: 0px 3px 6px #276462;
                                font-weight: 700;
                            }
                        }
                    }
                }
            }
            .text-right{
                text-align: center !important;
                button.btn.btn-primary{
                    background: #276462 0% 0% no-repeat padding-box;
                    border-radius: 18px;
                    text-align: center;
                    font: normal normal bold 13px/19px Istok Web;
                    letter-spacing: 0px;
                    color: #FFFFFF;
                    opacity: 1;
                    padding: 11px 21px;
                    display: inline-block;
                    margin-bottom: 15px;
                    border: none;
                    margin-bottom: 0px;
                }
            }
        }
    }
}
  
.ingenia-video-pg.video-completed .questions-on-hold{
    .all-correct{
        text-align: center;
            .video-qs-text{
                font: normal normal normal 22px/32px Istok Web;
                letter-spacing: 0px;
                color: #000000;
                max-width: 499px;
                text-align: center;
                margin-bottom: 17px;
            }
            .show-questions{
                background: #276462 0% 0% no-repeat padding-box;
                border-radius: 18px;
                text-align: center;
                font: normal normal bold 13px/19px Istok Web;
                letter-spacing: 0px;
                color: #FFFFFF;
                opacity: 1;
                padding: 11px 21px;
                display: inline-block;
                margin-bottom: 15px;
                border: none;
                margin-bottom: 0px;
            }
    }
}

@media (max-width: 1440px) {
    .content-wrapper {
        main {
            padding: 30px 20px 10% 10%;

            section {
                &.analyitics {
                    .cardsContainer {
                        .container-card {
                            &.rightContainer {
                                .companyTable {
                                    table {
                                        tr {
                                            td {
                                                font-size: 1.2rem;
                                                a {
                                                    font-size: 1.2rem !important;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1120px) {
    .content-wrapper {
        main {
            .dashboard-message {
                .rightSection {
                    p {
                        font-size: 1.2rem;

                        span {
                            font-size: 1.4rem;

                            &.discountAmount {
                                font-size: 1.5rem;
                            }
                        }
                    }
                }
            }

            section {
                &.analyitics {
                    .companyInfoContainer .companyInfo .buttons-wrapper {
                        right: 0;
                        top: 50%;

                        a {
                            display: block;

                            i {
                                font-size: 1rem;
                            }
                        }
                    }

                    .cardsContainer {
                        .container-card {
                            &.middleContainer
                                .companyTable
                                .buttons-wrapper
                                a
                                i {
                                font-size: 1rem;
                            }

                            &.rightContainer {
                                .companyTable {
                                    table {
                                        th {
                                            font-size: 1.2rem;
                                            padding: 0 5px;
                                        }

                                        tr {
                                            td {
                                                font-size: 1rem;
                                                padding: 0;
                                                a {
                                                    font-size: 1rem !important;
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 768px) {
    .content-wrapper {
        main {
            padding: 30px 20px 25% 10%;
            section .container-card {
                margin-bottom: 45px;
            }
            .dashboard-message {
                .leftSection {
                    background: url("../../../img/icons/badge.png");
                }
            }
        }
    }
}

@media (max-width: 1291px) {
    .content-wrapper
        main
        section.analyitics
        .companyInfoContainer
        .companyInfo
        h3 {
        font-size: 1.7rem;
    }
}
