section.berg-banner-wrap .slick-track{display:flex !important}section.berg-banner-wrap .slick-slide{height:inherit !important}.newsticker .slick-dots{position:absolute;top:-30px;width:auto !important;height:0px !important;left:41% !important}.newsticker .uagb-slick-carousel ul.slick-dots li button:before{color:#c8b0a5}.newsticker .uagb-slick-carousel ul.slick-dots li.slick-active button:before{color:#61a43f}.uagb-slick-carousel .slick-slide img{height:auto}ul.slick-dots{bottom:25px}.slick-dots li button:before{font-size:15px !important;color:white !important;opacity:1 !important}.slick-dots li.slick-active button:before{color:#61a43f !important}section.berg-banner{min-height:530px;background-size: 100% auto;background-size:cover;background-position:center;display:flex;align-items:center;position:relative;width:100%;padding:50px 0px}section.berg-banner span{display:block;color:white}section.berg-banner span.vb-preline{text-transform:uppercase;font-size:14px}section.berg-banner .vb-title{color:#fff;font-size:70px;font-weight:bold;max-width:710px;line-height:1;margin-top:10px}section.berg-banner span.vb-descr{font-size:20px;max-width:500px;margin-top:30px}section.berg-banner .slick-list{width:100%}section.berg-banner .vb-overlay{position:absolute;top:0px;left:0px;width:100%;height:100%;background:#000;background:linear-gradient(9deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.35) 33%, transparent 100%);z-index:1}section.berg-banner .content-container{position:relative;z-index:2;padding:70px 0px 70px 70px}section.berg-banner .square-border-l{position:absolute;height:100%;width:3px;background:white;top:0px;left:0px}section.berg-banner .square-border-t{position:absolute;height:3px;width:290px;background:white;top:0px;left:0px}section.berg-banner .square-border-t:after{content:"";display:block;width:3px;height:30px;background:white;position:absolute;top:0px;right:0px}section.berg-banner .square-border-b{position:absolute;height:3px;width:290px;background:white;bottom:0px;left:0px}section.berg-banner .square-border-b:after{content:"";display:block;width:3px;height:30px;background:white;position:absolute;bottom:0px;right:0px}@media (max-width: 768px){section.berg-banner{min-height:580px}section.berg-banner .vb-title{font-size:50px;font-weight:bold;max-width:480px}section.berg-banner .content-container{padding:50px 0px 50px 40px}}@media (max-width: 600px){section.berg-banner{min-height:0px}section.berg-banner .vb-title{font-size:34px}section.berg-banner span.vb-descr{font-size:14px}section.berg-banner .berg-banner .be-cta{font-size:15px}}
/*# sourceMappingURL=block-style.css.map */

.slick-dots li:before{content:'' !important;}

section.berg-banner-wrap {
    max-width: 100vw;
    overflow: hidden;
	margin-bottom:45px;
}

.berg-banner .content-container:before{
	    content: ' ';
    background: transparent url(assets/testi-left.png) no-repeat top center;
    height: 100px;
    width: 100px;
    position: absolute;
    left: -45px;
    top: 32px;
    background-size: 90px 90px;
    z-index: 0;
}

.vv-cta {
    background: #222d64;
    color: #61a43f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 66px 12px 96px;
    display: inline-block;
    margin-top: 25px;
    position: relative;
    line-height: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.vv-cta:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 66px;
    top: 15px;
    background: url(/wp-content/themes/berg/img/arrow-right.svg);
    background-size: 100% 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.vv-cta:hover {
    background: #61a43f;
    padding: 17px 96px 12px 66px;
}
.vv-cta:hover:before {
    left: calc(100% - 86px);
}
.vv-cta.white {
    background: white !important;
    color: #61a43f !important;
}
.vv-cta.white:before {
    background: url(/wp-content/themes/berg/img/arrow-right-green.svg);
}
.vv-cta.white:hover {
    background: #61a43f !important;
    color: white !important;
}
.vv-cta.white:hover:before {
    background: url(/wp-content/themes/berg/img/arrow-right.svg);
}
.vv-cta.sm {
    padding: 17px 26px 12px 46px;
}
.vv-cta.sm:before {
    left: 20px;
}
.vv-cta.sm:hover {
    padding: 17px 46px 12px 26px;
}
.vv-cta.sm:hover:before {
    left: calc(100% - 35px);
}