@import "custom-variables/variables";
@import "../../bootstrap-4.0.0/scss/functions";
@import "../../bootstrap-4.0.0/scss/variables";
@import "../../bootstrap-4.0.0/scss/mixins";

.gutter-12 {
    margin-left: -12px;
    margin-right: -12px;

    & > [class^='col'] {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

.cms-bg-banner {
    p {
        font-size: rem(24);
        line-height: rem(32);

        @include media-breakpoint-down(md) {
            font-size: rem(20);
            line-height: rem(28);
        }
    }
}

//Why us page
.WhyUsDiscover {
    .image-right-corner-box {
        min-height: auto;

        @include media-breakpoint-down(md) {
            padding: rem(50) rem(35);

        }

        @include media-breakpoint-down(sm) {
            p {
                line-height: 24px;
            }
        }
    }
}

.TradingOpportunity {
    background-color: #fffbec;
    background-image: url(../images/dotted-map.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;

    @include media-breakpoint-down(sm) {
        background-position: center;
        background-size: contain;
    }

    @include media-breakpoint-down(xs) {
        img {
            width: 45px;
        }
    }

    &Inner {
        max-width: 856px;
    }
}

.WhyUsListing {
    .box {
        transition: all .5s ease-in-out;


        p {
            min-height: 46px;
        }

        .box-img {
            overflow: hidden;
            min-height: 232px;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition-duration: 1s;
                margin: 0 auto;
                display: block;
            }
        }

        &:hover {
            box-shadow: 0 3px 29px rgba(0, 0, 0, .08);

            .box-img img {
                transform: scale(1.02);
                z-index: 0;
            }
        }
    }
}

.RiskManagement {
    img {
        @include media-breakpoint-down(sm) {
            height: 71px;
        }
    }

    p {
        @include media-breakpoint-up(md) {
            font-weight: $font-weight-light;
        }
    }
}

.color-block {
    html[dir="ltr"] &{
        background: linear-gradient(to right, lighten($primary, 46.27) 50%, lighten(adjust-hue($primary, 1), 41.76) 50%);
    }
     html[dir="rtl"] &{
        background: linear-gradient(to right, lighten(adjust-hue($primary, 1), 41.76) 50%, lighten($primary, 46.27) 50%);
    }
}

.cms-bg-banner,
.RiskManagement {
    @include media-breakpoint-down(md) {
        br {
            display: none;
        }
    }
}

.steps {
    p {
        line-height: 19px;
    }
}

.cfd {
    &-platform {
        .image-right-corner-box {
            min-height: 336px;

            p {
                min-height: 56px;
            }
        }
    }

    &-video-container {
        max-width: 720px;
        height: rem(420);
    }
}

//Contact us page
.form-listing-frd h3 {
    display: none;
}

.static-banner-block {
    @include media-breakpoint-up(lg) {
        height: 550px;

        &.demo-account-banner {
            height: 590px;
        }

        .address {
            width: 275px;
        }

    }

    &.demo-account-banner {
        @include media-breakpoint-down(md) {
            img {
                max-width: 100%;
                height: auto;
            }
        }
    }

    &.bg-green {
        background: $green;

        @include media-breakpoint-up(lg) {
            height: 620px;

            &.live-account {
                height: 550px;
            }
        }


        @include media-breakpoint-down(md) {
            .col-auto {
                width: 100px;
            }
        }

        p {
            line-height: 1.25;
            margin: 0;
        }

    }
}

.form-block {

    @include media-breakpoint-up(lg) {
        margin-top: -270px;

        .form-pane {
            padding-left: 48px;

            .bg-white {
                margin-top: 93px;

                &:before {
                    content: "";
                    position: absolute;
                    top: -33px;
                    border-top: 33px $primary solid;
                    html[dir="ltr"] &{
                        border-left: 33px $primary solid;
                        left: -33px;
                    }
                    html[dir="rtl"] &{
                        border-right: 33px $primary solid;
                        right: -33px;
                    }
                    width: 158px;
                    height: 158px;
                }
            }
        }

        .map {
            iframe {
                position: absolute;
                html[dir="ltr"] &{
                    right: 15px;
                } 
                html[dir="rtl"] &{
                    left: 15px;
                }
                top: 0;

                @include media-breakpoint-only(xl) {
                    width: 495px !important;
                }

                @include media-breakpoint-only(lg) {
                    width: 375px !important;
                }

                @include media-breakpoint-down(md) {
                    width: 100%;
                    height: auto;
                }
            }
        }

        &.support {
            margin-top: -210px;

            .form-pane {
                padding-left: 15px;

                .bg-white {
                    margin-top: 75px;

                    &:before {
                        left: 0;
                        top: 0;
                    }
                }
            }

            .right-content {
                .position-content {
                    position: absolute;
                    html[dir="ltr"] &{
                        right: 15px;
                    } 
                    html[dir="rtl"] &{
                        left: 15px;
                    }
                    top: 0;

                }

            }
        }

    }

    .right-content {
        .position-content {
            background: #fffbec;
        }
    }

    @include media-breakpoint-down(md) {
        > .container {
            padding: 0;

            > .row {
                margin: 0;

                > .col-12 {
                    padding: 0;
                }
            }
        }
    }
}

.tab-block {
     @include media-breakpoint-down(md) {
         overflow-x: auto;
     }
    white-space: nowrap;
    display: block;

    li {
        @include media-breakpoint-up(sm) {
            width: 24%;
        }

        display: inline-block;
        float: none;
        margin-bottom: -1px;
    }

    a {
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding-bottom: 5px;

        &:after {
            content: "";
            background: transparent;
            height: 4px;
            width: 100%;
            transition: all ease .5s;
            position: absolute;
            left: 0;
            bottom: 0;
        }

        &.active {
            font-weight: $font-weight-semibold;

            &:after {
                background: $primary;
            }
        }
    }
}

@media (max-width: 1100px) and (min-width: 992px) {

    .form-block .map,
    .form-block .right-content {
        img {
            max-width: 400px;
            height: auto;
        }
    }

    .tab-block {
        margin-right: -50px !important
    }
}

.border-top-responsive {
    @include media-breakpoint-down(lg) {
        border-top: $border-color 1px solid;
    }
}

//Markets page

.markets {
    &-graph {
        @include media-breakpoint-up(md) {
            &-bg {
                min-height: rem(780);
                background-image: url(../images/markets-graph.png);
                background-repeat: no-repeat;
                background-position: center 80%;
            }
        }

        @include media-breakpoint-down(sm) {
            .display-1 {
                font-size: rem(42);
                line-height: rem(45);
            }
        }
    }
}

@include media-breakpoint-down(md) {
    .w-85 {
        max-width: 80%;
    }
}

.list-arrow {
    li {
        html[dir="ltr"] & {
            padding-left: rem(28);
        }
        html[dir="rtl"] & {
            padding-right: rem(28);
        }
        position: relative;
        line-height: rem(28);
        margin-bottom: rem(20);

        &:after {
            content: '';
            position: absolute;
            top: rem(9);
            html[dir="ltr"] & {
                left: 0;
            }
            html[dir="rtl"] & {
                right: 0;
            }
            width: rem(9);
            height: rem(9);
            html[dir="ltr"] & {
                border-top: rem(3) solid $gray-400;
                border-right: rem(3) solid $gray-400;
            } 
            html[dir="rtl"] & {
                border-bottom: rem(3) solid $gray-400;
                border-left: rem(3) solid $gray-400;
            }
            transform: rotate(45deg);
        }
    }

    &.md {
        li {
            padding-left: rem(20);
            line-height: rem(24);
            margin-bottom: rem(16);

            &:after {
                top: rem(6);
            }
        }
    }
}

.more-content {
    display: none;
}

//About Us page

.about-banner {
    background: url(../images/about/about-us-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 100vh;
}

.core-value-box {
    p {
        line-height: rem(22);

        @include media-breakpoint-down(md) {
            line-height: 24px;
        }
    }
}

.milestones-blk {
    .milestone-slider {
        &:not(.slick-initialized) {
            .milestone-slide {
                &:not(:first-child) {
                    display: none;
                }
            }
        }
        .milestone-slide {
            p {
                @include media-breakpoint-up(sm) {
                    max-width: 228px;
                }

                line-height: 20px;
            }

            .milestone-img-blk {
                position: relative;
                width: 100%;

                &:before,
                &:after {
                    content: "";
                    width: 95%;
                    height: 12px;
                    background-color: #ddd;
                    display: inline-block;
                    left: 50%;
                    position: absolute;
                    top: 0;
                }

                &:before {
                    transform: translateX(-50%) skew(45deg);
                }

                &:after {
                    position: absolute;
                    top: 12px;
                    transform: translateX(-50%) skew(-45deg);
                }
            }

            .milestone-line {
                height: 90px;
                width: 3px;
                background-color: #ddd;
                display: block;
                margin: 0 auto;
                position: relative;

                &:before {
                    content: "";
                    display: inline-block;
                    width: 13px;
                    height: 11px;
                    border-radius: 50%;
                    background-color: $white;
                    position: absolute;
                    top: 6px;
                    z-index: 9;
                    left: 50%;
                    transform: translateX(-50%);
                }
            }

            .milestone-icon {
                width: 95px;
                height: 95px;
                border-radius: 50%;
                background-color: #ddd;
                display: inline-flex;
                justify-content: center;
                align-items: center;
            }

            &:nth-child(even) {
                .milestone-container {
                    flex-direction: column-reverse !important;

                    .milestone-content {
                        display: flex;
                        flex-direction: column-reverse !important;
                    }

                    .milestone-img-blk {
                        display: flex;
                        flex-direction: column-reverse;
                        align-items: center;

                        &:before {
                            top: inherit;
                            bottom: 12px;
                        }

                        &:after {
                            top: inherit;
                            bottom: 0;
                        }

                        .milestone-line {
                            &:before {
                                top: inherit;
                                bottom: 6px;
                            }
                        }
                    }
                }
            }

            &:nth-child(4n+1) {
                .milestone-img-blk {

                    &:before,
                    &:after {
                        background-color: #d8d6e4;
                    }

                    .milestone-line,
                    .milestone-icon {
                        background-color: #d8d6e4;
                    }
                }
            }

            &:nth-child(4n+2) {
                .milestone-img-blk {

                    &:before,
                    &:after {
                        background-color: #ffdc52;
                    }

                    .milestone-line,
                    .milestone-icon {
                        background-color: #ffdc52;
                    }
                }
            }

            &:nth-child(4n+3) {
                .milestone-img-blk {

                    &:before,
                    &:after {
                        background-color: #d5edee;
                    }

                    .milestone-line,
                    .milestone-icon {
                        background-color: #d5edee;
                    }
                }
            }

            &:nth-child(4n+4) {
                .milestone-img-blk {

                    &:before,
                    &:after {
                        background-color: #d5efd6;
                    }

                    .milestone-line,
                    .milestone-icon {
                        background-color: #d5efd6;
                    }
                }
            }

            @include media-breakpoint-down(xs) {
                &:nth-child(odd) {
                    .milestone-container {
                        flex-direction: column-reverse !important;

                        .milestone-content {
                            display: flex;
                            flex-direction: column-reverse !important;
                        }
                    }
                }

                .milestone-img-blk {

                    &:before,
                    &:after {
                        display: none;
                    }

                    .milestone-line {
                        display: none;
                    }
                }
            }
        }
    }
}



//Trading Platform page

//.trading-platform {
//    @include media-breakpoint-up(md) {
//        background-image: url(../images/trading-platform/trading-platform-banner.png);
//        background-repeat: no-repeat;
//        background-position: right bottom;
//    }
//
//    @include media-breakpoint-down(lg) {
//        background-size: 70%;
//    }
//}

.trading {
    &-platform {
        @include media-breakpoint-up(lg) {
            height: 550px;
        }

        @include media-breakpoint-down(md) {
            height: 445px;
        }

        @include media-breakpoint-down(sm) {
            height: auto;
        }

        &-img {
            @include media-breakpoint-down(lg) {
                width: 73%;
            }
        }
    }

    &-content {
        @include media-breakpoint-up(md) {
            position: absolute;
            bottom: 0;
            right: 0;
            top:0;
        }
    }
}

//cms banner page

.cms-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 550px;

    @media only screen and (min-width: 2000.98px) {
        min-height: 870px !important;
    }

    @media only screen and (max-width: 2000px) and (min-width: 1700px) {
        min-height: 650px !important;
    }

    @include media-breakpoint-down(md) {
        min-height: rem(1050);
    }

    p {
        font-size: rem(24);
        line-height: rem(32);

        @include media-breakpoint-down(sm) {
            font-size: rem(20);
            line-height: rem(28);
        }
    }

    @include media-breakpoint-down(sm) {
        br {
            display: none;
        }
    }
}

//Consultancy page
.consultancy-banner {
     @include media-breakpoint-up(lg) {
        html[dir="ltr"] & {
            background-image: url(../images/consultancy/consultancy-banner.png);
        }
        html[dir="rtl"] & {
            background-image: url(../images/consultancy/consultancy-banner-ar.jpg);
        }
     }

    @include media-breakpoint-down(md) {
        background-image: url(../images/consultancy/consultancy-banner-tab.jpg);
        min-height: rem(1200);
    }

    @include media-breakpoint-down(sm) {
        min-height: rem(1030);
    }

    @include media-breakpoint-down(xs) {
        background-image: url(../images/consultancy/consultancy-banner-mob.jpg);
    }

    @media only screen and (max-width: 479.98px) {
        min-height: 600px;
        min-height: calc(100vh - 50px);
        background-position: right bottom;
    }
}

//Research page
.research-banner {
    @include media-breakpoint-up(lg) {
        html[dir="ltr"] & {
            background-image: url(../images/research/research-banner.png);
        }
        html[dir="rtl"] & {
            background-image: url(../images/research/research-banner-ar.jpg);
        }
    }

    @include media-breakpoint-down(md) {
        background-image: url(../images/research/research-banner-tab.jpg);
    }

    @include media-breakpoint-down(xs) {
        background-image: url(../images/research/research-banner-mob.png);
        min-height: 600px;
        min-height: calc(100vh - 50px);
    }
}

.research-analyst-list {
    .item {
        min-height: rem(256);

        h6 {
            min-height: rem(72);
        }
    }
}

.row--gutter-12 {
    margin-left: rem(-12);
    margin-right: rem(-12);

    & > [class^='col'] {
        padding-left: rem(12) !important;
        padding-right: rem(12) !important;
    }
}

//Live demo
.bg-dark-yellow {
    @include media-breakpoint-up(xl) {
        width: 496px;
    }

    @include media-breakpoint-up(lg) {
        width: 396px;
    }

    background: #fff5cb;
    color: #323232;
}

.round-tick-listing {
    li {
    html[dir="ltr"] & {
        padding: 0 0 10px 35px;
    }
    html[dir="rtl"] & {
        padding: 0 35px 10px 0;
    }
    position: relative;
    margin-bottom: 5px;

    &:before {
        content: "";
        position: absolute;
        html[dir="ltr"] & {
         left: 0;
        } 
        html[dir="rtl"] & {
         right: 0;
        }
        top: 3px;
        background: #f5c412;
        width: 23px;
        height: 23px;
        border-radius: 50%;
    }

    &:after {
        content: "";
        position: absolute;
         html[dir="ltr"] & {
         left: 9px;
        } 
        html[dir="rtl"] & {
         right: 9px;
        }
        top: 9px;
        border-right: #fff 2px solid;
        border-bottom: #fff 2px solid;
        width: 5px;
        height: 10px;
        transform: rotate(45deg);
    }
}
}
@include media-breakpoint-down(md) {
    .bg-white-responsive {
        background: #fff;
    }

    .bg-white.remove-bg-responsive {
        background: transparent !important;
    }
}

//Get Started
.get-started-blk {
    .h2 {
        @include media-breakpoint-up(md) {
            font-size: rem(96);
            line-height: rem(89);
        }

        font-size: rem(48);
        line-height: rem(54);

        @include media-breakpoint-down(sm) {
            br {
                display: none;
            }
        }
    }

    p {
        @include media-breakpoint-down(md) {
            font-size: rem(24);
        }

        @include media-breakpoint-down(xs) {
            font-size: rem(20);
        }
    }

    .btn {
        @include media-breakpoint-down(xs) {
            font-size: 13px;
        }
    }
}

.century-box {
    @include media-breakpoint-up(md) {
        position: relative;
        padding-left: 44px;
        padding-right: 44px;

        &::before {
            content: "";
            width: 82px;
            height: 82px;
            border-left: 24px solid $primary;
            border-bottom: 24px solid $primary;
            display: inline-block;
            position: absolute;
            bottom: -14px;
            left: 0;
        }

        &::after {
            content: "";
            width: 82px;
            height: 82px;
            border-right: 24px solid $primary;
            border-top: 24px solid $primary;
            display: inline-block;
            position: absolute;
            top: -4px;
            right: 0;
        }

        sub {
            font-size: 100%;
            bottom: -1.1rem;
        }
    }
}

.btn-outline-tertiary {
    color: #264a4c;
    background-color: transparent;
    background-image: none;
    border-color: #668e90;
    border-width: 2px;

    &:hover {
        color: #668e90 !important;
        background-color: transparent !important;
        background-image: none !important;
        border-color: #668e90 !important;
        border-width: 2px !important;
    }
}

// Enhanced mobile trading 

.emt-banner {
    background-image: url(../images/ngp/enhanced-mobile-trading-banner-img.jpg);

    @include media-breakpoint-down(md) {
        background-image: url(../images/ngp/enhanced-mobile-trading-mob-banner-img.jpg);
        background-position: right bottom;
    }

    @include media-breakpoint-down(xs) {
        min-height: 600px;
        min-height: calc(100vh - 50px);
    }
}

.version-block {
    background-color: #fffbec;

    @include media-breakpoint-up(sm) {
        h3 {
            line-height: rem(46) !important;
        }
    }

    h5 {
        font-size: rem(26);

        @include media-breakpoint-down(xs) {
            font-size: rem(18);
        }
    }

    @include media-breakpoint-down(xs) {
        img {
            width: 61px;
        }
    }
}

.npf,
.emt,
.trading-app {
    h3 {
        line-height: rem(39);

        @include media-breakpoint-down(xs) {
            line-height: rem(33);
        }
    }

    .list-arrow {
        li {
            margin-bottom: rem(13);
        }
    }

    .image-right-corner-box {
        padding: rem(50) rem(28);

        @include media-breakpoint-down(md) {
            padding: rem(35) rem(25);
        }
    }
}

// Trading App

.trading-app {
    .font-xxl {
        line-height: rem(27);

        @include media-breakpoint-down(xs) {
            font-size: rem(22);
        }
    }

    .cms-banner {
        @include media-breakpoint-down(xs) {
            min-height: 600px;
            min-height: calc(100vh - 50px);
        }
    }
}

.trading-app-slider,
.web-box-slider {
    .slick-dots {
        bottom: 0;
        top: inherit;
        text-align: center;
        margin-top: rem(15);

        li button:focus {
            outline: 0;
        }
    }
}

.iphone-trading-banner {
     @include media-breakpoint-up(lg) {
        html[dir="ltr"] &{
            background-image: url(../images/ngp/iphone-tading-banner-img.jpg);
        }
        html[dir="rtl"] &{
            background-image: url(../images/ngp/iphone-tading-banner-ar-img.jpg);
        }
     }

    @include media-breakpoint-down(md) {
        background-image: url(../images/ngp/iphone-tading-mob-banner-img.jpg);
    }
}

.ipad-trading-banner {
     @include media-breakpoint-up(lg) {
        html[dir="ltr"] &{
            background-image: url(../images/ngp/ipad-banner-img.jpg);
        }
        html[dir="rtl"] &{
            background-image: url(../images/ngp/ipad-banner-img-ar.jpg);
        }
     }

    @include media-breakpoint-down(md) {
        background-image: url(../images/ngp/ipad-mob-banner-img.jpg);
    }
}

.android-trading-banner {
    background-image: url(../images/ngp/android-banner-img.jpg);

    @include media-breakpoint-down(md) {
        background-image: url(../images/ngp/android-mob-banner-img.jpg);
    }
}

.partnership-trading-banner {
    background-image: url(../images/partnership/partnership-banner.jpg);

    @include media-breakpoint-down(md) {
        background-image: url(../images/partnership/partnership-mob-banner.jpeg);
    }

    @include media-breakpoint-down(xs) {
        min-height: 600px;
        min-height: calc(100vh - 50px);
    }
}

.web-box-slider {
    @include media-breakpoint-up(sm) {
        margin: 0;
    }

    &:not(.slick-initialized) {
        padding: 0 rem(11);
    }

    .slick-list {
        padding: 0 rem(11);
    }

    .slick-slide {
        padding-left: 12px;
        padding-right: 12px;
    }
}

//MT4 Trading

.mt-feature-box {
    height: 256px;

    h6 {
        line-height: rem(24);
        font-size: rem(17);
    }

    @include media-breakpoint-down(xs) {
        height: 225px;
    }
}

.mt-feature-blk {
    p {
        @include media-breakpoint-down(xs) {
            br {
                display: none;
            }
        }
    }
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.card-header {
    h6 {
        position: relative;

        &:after,
        &:before {
            content: "";
            width: 15px;
            height: 3px;
            background-color: $body-color;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s ease-in-out;
        }

        &.collapsed {
            &::after {
                transform: translateY(-50%) rotate(90deg);
            }
        }
    }
}

.mt-faq-blk {
    @include media-breakpoint-down(lg) {
        h2 {
            br {
                display: none;
            }
        }
    }
}

.tws-more {
    @include media-breakpoint-up(xl) {
        margin-top: rem(-40);
    }
}

.clickable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-platform {
    @include media-breakpoint-down(xs) {
        padding: 6px 15px;

        img {
            width: 13px;
        }
    }
}

a:focus {
    outline: none;
}

.gain-img {
    height: 122px;
}

// Learn

.learn-trade-blk {
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);

    .learn-trade-box {
        @include media-breakpoint-down(md) {
            .figure {
                img {
                    max-width: 80px;
                }
            }
        }

        @include media-breakpoint-down(sm) {
            .figure {
                img {
                    max-width: 80px;
                }
            }

            &:after {
                content: "";
                width: 100%;
                height: 1px;
                background-color: #f3f3f3;
                position: relative;
                left: 0;
                bottom: -1rem;
            }

            &:last-child {
                &:after {
                    display: none;
                }
            }

            h6 {
                font-size: 18px;

                br {
                    display: none;
                }
            }

            p {
                font-size: 14px;
            }
        }

        h6 {
            line-height: rem(28);
            font-size: rem(24);
        }

        p {
            line-height: rem(22);
            color: rgba($body-color, 0.72);
        }
    }
}

.better-trade-blk {
    @include media-breakpoint-down(xs) {
        h2 {
            font-size: rem(30);
            line-height: rem(36);

            br {
                display: none;
            }
        }
    }

    .image-right-corner-box {
        min-height: 350px;
    }
}

.learn-banner-blk {
    background: url(../images/learn/learn-banner-img.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    min-height: 780px;

    @include media-breakpoint-down(sm) {
        background: url(../images/learn/learn-mob-banner-img.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
        min-height: 780px;
    }

    @include media-breakpoint-down(xs) {
        min-height: 500px;

        p {
            br {
                display: none;
            }
        }
    }
}

.learn-seminar-blk {
    @include media-breakpoint-down(xs) {
        h2 {
            font-size: rem(30);
            line-height: rem(36);
        }
    }
}

.partnership-award {
    .testimony-slider {

        .slick-dots {
            position: absolute;
            bottom: rem(-20);
            top: inherit;
            margin: 0;
            text-align: center;

            li {
                //                &.slick-active button {
                //                    background-color: $white !important;
                //                }

                button:focus {
                    outline: 0;
                }
            }
        }

        .slick-slide {
            padding-left: rem(24);
            padding-right: rem(24);
        }
    }

    .award {
        &-frame {
            box-shadow: 6px 6px 13px 0 rgba(35, 27, 27, 0.17);
            border-left: 1px solid #fafafa;
            border-top: 1px solid #fafafa;
        }

        &-image {
            top: 0;
            left: 0;
            padding: rem(36);

            @include media-breakpoint-down(xs) {
                padding: rem(30) rem(20);
            }

            img {
                max-height: 100%;
            }
        }
    }
}

.sprite-vision, .sprite-mission, .sprite-milestone-2016, .sprite-milestone-2006, .sprite-milestone-2012, .sprite-milestone-2019, .sprite-milestone-1993, .sprite-milestone-2011, .sprite-milestone-2014, .sprite-milestone-2000, .sprite-milestone-2015, .sprite-milestone-1996, .sprite-milestone-2013, .sprite-milestone-2008, .sprite-milestone-2017, .sprite-milestone-1989, .sprite-milestone-2018 {display: inline-block; background: url('../images/sprite-about.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.sprite-vision { background-position: -3px -0px; width: 205px !important; height: 160px !important; }
.sprite-mission { background-position: -3px -163px; width: 203px !important; height: 165px !important; }
.sprite-milestone-1989 { background-position: -101px -528px; width: 41px; height: 60px; }
.sprite-milestone-1993 { background-position: -3px -384px; width: 59px; height: 47px; }
.sprite-milestone-1996 { background-position: -120px -476px; width: 49px; height: 49px; }
.sprite-milestone-2000 { background-position: -65px -430px; width: 52px; height: 53px; }
.sprite-milestone-2006 { background-position: -79px -331px; width: 65px; height: 38px; }
.sprite-milestone-2008 { background-position: -55px -486px; width: 43px; height: 45px; }
.sprite-milestone-2011 { background-position: -147px -331px; width: 55px; height: 39px; }
.sprite-milestone-2012 { background-position: -79px -372px; width: 60px; height: 55px; }
.sprite-milestone-2013 { background-position: -3px -484px; width: 49px; height: 35px; }
.sprite-milestone-2014 { background-position: -142px -420px; width: 54px; height: 53px; }
.sprite-milestone-2015 { background-position: -3px -434px; width: 50px; height: 47px; }
.sprite-milestone-2016 { background-position: -3px -331px; width: 73px; height: 50px; }
.sprite-milestone-2017 { background-position: -3px -522px; width: 42px; height: 55px; }
.sprite-milestone-2018 { background-position: -145px -528px; width: 37px; height: 56px; }
.sprite-milestone-2019 { background-position: -142px -372px; width: 60px; height: 45px; }

.sprite-ambition, .sprite-care, .sprite-education, .sprite-heritage, .sprite-innovation, .sprite-simplicity, .sprite-synergism { display: inline-block; background: url('../images/sprite-about-core.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; width: 125px; height: 147px; }
.sprite-ambition { background-position: -3px -0px; }
.sprite-care { background-position: -131px -0px; }
.sprite-education { background-position: -3px -150px; }
.sprite-heritage { background-position: -131px -150px; }
.sprite-innovation { background-position: -3px -300px; }
.sprite-simplicity { background-position: -131px -300px; }
.sprite-synergism { background-position: -3px -450px; }