.adbro-habeco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0!important;
}

.adbro-habeco * {
    box-sizing: border-box;
}

.adbro-habeco__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: url(../images/habeco-bg.png) repeat left top;
    background-size: cover;
    -webkit-animation: fadeIn24 1s .5s both;
    animation: fadeIn24 1s .5s both;
    margin: 0!important;
    overflow: hidden;
}

.adbro-habeco__logo {
    position: absolute;
    bottom: 11px;
    left: 28px;
    margin: 0!important;
    background: url(../images/habeco-logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 86px;
    height: 74px;
    -webkit-animation: zoomIn25 .7s 1.1s both;
    animation: zoomIn25 .7s 1.1s both;
}

.adbro-sm .adbro-habeco__logo {
    left: 10px;
}

.adbro-habeco__text {
    position: absolute;
    left: 50%;
    bottom: 7px;
    margin: 0!important;
    margin-left: -205px!important;
    background: url(../images/habeco-text.png) no-repeat 0 0;
    background-size: contain;
    width: 150px;
    height: 101px;
    -webkit-animation: fadeInLeft24 .7s 1.3s both;
    animation: fadeInLeft24 1s 1.3s both;
}

.adbro-sm .adbro-habeco__text {
    margin-left: -165px!important;
}

.adbro-habeco__image {
    position: absolute;
    right: 50%;
    bottom: 0;
    margin: 0!important;
    margin-right: -283px!important;
    background: url(../images/habeco-img2-1.png) no-repeat 0 0;
    background-size: contain;
    width: 59px;
    height: 157px;
    -webkit-animation: fadeInUp24 .7s 1.4s both, swing24 3.5s 2s infinite;;
    animation: fadeInUp24 .7s 1.4s both, swing24 3.5s 2s infinite;;
}

.adbro-sm .adbro-habeco__image {
    margin-right: -237px!important;
}

.adbro-habeco__image:after {
    content: '';
    position: absolute;
    top: -42px;
    left: 32px;
    margin: 0!important;
    background: url(../images/habeco-img2-2.png?v=1) no-repeat;
    background-size: contain;
    width: 34px;
    height: 44px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: zoomIn27 .7s 1.6s both;
    animation: zoomIn27 .7s 1.6s both;
}

.adbro-habeco__image2 {
    position: absolute;
    right: 50%;
    bottom: 0;
    margin: 0!important;
    margin-right: -245px!important;
    background: url(../images/habeco-img1-1.png) no-repeat 0 0;
    background-size: contain;
    width: 74px;
    height: 103px;
    -webkit-animation: fadeInUp24 .7s 1.3s both, swing24 3.5s 2.3s infinite;
    animation: fadeInUp24 .7s 1.3s both, swing24 3.5s 2.3s infinite;
    z-index: 1;
}

.adbro-sm .adbro-habeco__image2 {
    margin-right: -200px!important;
}

.adbro-habeco__image2:after {
    content: '';
    position: absolute;
    top: -105px;
    left: -48px;
    margin: 0!important;
    background: url(../images/habeco-img1-2.png?v=1) no-repeat;
    background-size: contain;
    width: 118px;
    height: 114px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: zoomIn27 .7s 1.7s both;
    animation: zoomIn27 .7s 1.7s both;
}

.adbro-habeco__image3 {
    position: absolute;
    right: 50%;
    bottom: 0;
    margin: 0!important;
    margin-right: -325px!important;
    background: url(../images/habeco-img3.png) no-repeat 0 0;
    background-size: contain;
    width: 226px;
    height: 79px;
    -webkit-animation: fadeInRight24 .7s 1.5s both;
    animation: fadeInRight24 .7s 1.5s both;
}

.adbro-sm .adbro-habeco__image3 {
    margin-right: -280px!important;
}

.adbro-habeco__btn {
    display: block;
    position: absolute;
    bottom: 36px;
    left: 50%;
    margin: 0!important;
    margin-left: -7px!important;
    background: url(../images/habeco-btn.svg) no-repeat 50% 50%;
    background-size: contain;
    width: 125px;
    height: 25px;
    overflow: hidden;
    -webkit-animation: fadeInUp24 .8s 1.8s both, zoomIn24 2.5s 2.6s both infinite;
    animation: fadeInUp24 .8s 1.8s both, zoomIn24 2.5s 2.6s both infinite;
}

.adbro-sm .adbro-habeco__btn {
    margin-left: -12px!important;
}

.adbro-habeco__btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewX(-40deg);
    transform: translate(-50%, -50%) skewX(-40deg);
    opacity: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
    width: 25%;
    height: 100%;
    -webkit-animation: shine24 1.5s 2s infinite;
    animation: shine24 1.5s 2s infinite;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.adbro-habeco__close {
    position: absolute;
    bottom: 80px;
    right: 5px;
    background: url(../images/adbro-close.svg) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    margin: 0!important;
    z-index: 1;
}

.adbro-habeco__icon {
    position: absolute;
    bottom: 51px;
    right: 5px;
    background: url(../images/adbro-icon.svg) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    -webkit-animation: fadeIn24 1s .4s both;
    animation: fadeIn24 1s .4s both;
    cursor: pointer;
    margin: 0!important;
    z-index: 1;
}

.adbro-habeco__link {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 208px;
    margin: 0!important;
}


@-webkit-keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn24 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp24 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 89%;
    }
}

@keyframes shine24 {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    80% {
        opacity: 0;
    }
    100% {
        left: 89%;
    }
}

@-webkit-keyframes zoomIn24 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomIn24 {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@-webkit-keyframes zoomIn25 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5);
    }
}

@keyframes zoomIn25 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5);
    }
}

@-webkit-keyframes swing24 {
    10% {
        -webkit-transform: rotate3d(0, 0, 1, 10deg);
        transform: rotate3d(0, 0, 1, 10deg);
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 1deg);
        transform: rotate3d(0, 0, 1, 1deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -1deg);
        transform: rotate3d(0, 0, 1, -1deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing24 {
    10% {
        -webkit-transform: rotate3d(0, 0, 1, 10deg);
        transform: rotate3d(0, 0, 1, 10deg);
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 1deg);
        transform: rotate3d(0, 0, 1, 1deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -1deg);
        transform: rotate3d(0, 0, 1, -1deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes zoomIn27 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn27 {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

