.svg-icon { 
    width: 50px; 
    height: 50px;
    margin: .5em;
}

.hidden {
    position: absolute;
    height: 0;
    width: 0;
    top: -100px;
    left: -100px;
}

img {
    max-width: 100%;
    height: auto;
}

.article {
    margin-bottom: 40px;
}

.article h3 {
    margin: 0 0 1.5em;
    font-size: 19px;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.article p {
    margin: 0 0 1.5em;
    font-size: 16px;
    line-height: 1.4;
}

.article img {
    display: block;
    margin: 3em 0;
}

@media (min-width: 576px) {
    .article {
        margin-bottom: 170px;
    }

    .article h3 {
        font-size: 21px;
    }

    .article p {
        font-size: 20px;
    }
}

@media (min-width: 1050px) {
    .article h3 {
        font-size: 25px;
    }

    .article p {
        font-size: 25px;
    }
}

.video-block {
    margin: 50px 0 50px;
}

.video-block__video,
.video-block__poster {
    position: relative;
    padding: 56.26% 0 0;
    cursor: pointer;
}

.video-block__video {
    display: none;
}

.video-block__video iframe,
.video-block__video video,
.video-block__poster img {
    position: absolute;
    top: 0;
    left :0;
    width: 100%;
    height: 100%;
}

.video-block__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    padding: 0;
    background: none;
    border: 0;
    color: #000;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #fff;
    transition: all .2s ease-in;
}

.video-block:hover .video-block__play {
    transform: translate(-50%, -50%) scale(1.05);
}

.video-block__play .svg-icon {
    width: 100%;
    height: 100%;
    margin: 0;
}

@media (min-width: 576px) {
    .video-block__play {
        width: 100px;
        height: 100px;
    }
}

.cta-vidi-select {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 162px;
    padding: 20px 0;
    background: linear-gradient(105deg, #EFF0F1, #EFF0F1 49%, #101010 0%);
}

.cta-vidi-select__content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta-vidi-select__icon {
    margin: 0 0 20px;
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.25);
}

.cta-vidi-select__icon img {
    margin: auto;
    display: block;
    max-width: 58.72%;
    height: auto;
    width: auto;
}

.cta-vidi-select__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 420px;
    min-height: 42px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 3px;
    transition: all .2s;
    box-shadow: 0px 0px 11px rgba(255, 255, 255, 0.54);
    text-decoration: none;
}

/*.cta-vidi-select__btn:not(.--loading):hover {*/
/*    color: rgb(230, 10, 36);*/
/*    border-color: rgb(230, 10, 36);*/
/*    text-decoration: none;*/
/*}*/


.cta-vidi-select__btn.--loading {
    cursor: default;
    opacity: .8;
}

.cta-vidi-select__btn.--loading:after {
    content: '';
    display: inline-block;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px;
    background: url(../../img/mazda/finance/landing/loading.gif) no-repeat center;
}

.cta-vidi-select__buyer {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 130px;
    transform: translateX(-50%);
    height: auto;
    pointer-events: none;
    display: none;
}

.cta-vidi-select__dialog {
    position: absolute;
    left: 56%;
    top: -118px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 47px;
    padding: 18px 40px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.2;
    color: #000000;
    display: none;
}

.cta-vidi-select__dialog:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: -12px;
    width: 19px;
    height: 19px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 48px;
}

@media (min-width: 576px) {
    .cta-vidi-select {
        min-height: 210px;
    }

    .cta-vidi-select.--with-man {
        padding-top: 94px;
    }

    .cta-vidi-select__btn {
        min-height: 50px;
        font-size: 18px;
    }

    .cta-vidi-select__buyer {
        max-width: 205px;
        display: block;
    }

    .cta-vidi-select__dialog {
        display: block;
    }
}

@media (min-width: 768px) {
    .cta-vidi-select {
        min-height: 300px;
        /*background: url(../../img/mazda/finance/landing/cta-pic-1.png) no-repeat left top, url(../../img/mazda/finance/landing/cta-pic-2.png) no-repeat right center, linear-gradient(105deg, #EFF0F1, #EFF0F1 49%, #101010 0%);*/

        background: url(../../img/mazda/finance/landing/cta-pic-1.png) no-repeat left top, linear-gradient(105deg, #EFF0F1, #EFF0F1 49%, #101010 0%);
    }

    .cta-vidi-select__icon {
        margin: 0 0 30px;
        width: 109px;
        height: 109px;
    }
    
    .cta-vidi-select__buyer {
        max-width: 271px;
    }

    .cta-vidi-select__dialog {
        font-size: 36px;
    }
}


@media (min-width: 992px) {
    .cta-vidi-select__btn {
        width: 100%;
        max-width: 530px;
        min-height: 75px;
        font-size: 22px;
    }
}

.page-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 998;
    opacity: 0.95;
    display: none;
}

.page-preloader__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-preloader p {
    margin: 80px 0 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
}

.page-preloader #fountainG {
    margin: 0;
}

.page-preloader .fountainG {
    animation-name: bounce_fountainG_black;
    -o-animation-name: bounce_fountainG_black;
    -ms-animation-name: bounce_fountainG_black;
    -webkit-animation-name: bounce_fountainG_black;
    -moz-animation-name: bounce_fountainG_black;
    background: #000;
}


@keyframes bounce_fountainG_black {
    0% {
        transform: scale(1);
        background-color: #101010
    }
    100% {
        transform: scale(.3);
        background-color: #fff
    }
}

@-o-keyframes bounce_fountainG_black {
    0% {
        -o-transform: scale(1);
        background-color: #101010
    }
    100% {
        -o-transform: scale(.3);
        background-color: #fff
    }
}

@-ms-keyframes bounce_fountainG_black {
    0% {
        -ms-transform: scale(1);
        background-color: #101010
    }
    100% {
        -ms-transform: scale(.3);
        background-color: #fff
    }
}

@-webkit-keyframes bounce_fountainG_black {
    0% {
        -webkit-transform: scale(1);
        background-color: #101010
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: #fff
    }
}

@-moz-keyframes bounce_fountainG_black {
    0% {
        -moz-transform: scale(1);
        background-color: #101010
    }
    100% {
        -moz-transform: scale(.3);
        background-color: #fff
    }
}