/*@import "fonts/notoserif.css";*/
/*@import "fonts/archivo.css";*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@media screen and (min-width: 768px){
    .w2{
        width: 20% !important;
    }
    .w4{
        width: 40% !important;
    }
}


.header.is-header-sm.no-background{
    background-color: #fff !important;
}
.header.is-header-sm.no-background.submenu-opened{
    background: #0066f7 !important;
}
#vd_lp section{
    padding: 115px 0;
}
#vd_about section.s1,
#vd_about section.about-product,
#vd_discovery section.s1,
#vd_lp section.s1{
    padding: 140px 0;
    background-image: url("../images_r2/Scoutbee_s1_bg_gradient.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo_title{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.031em;
    margin-bottom: 24px;
    color: #000;
}

#vd_lp section.s1 .vd_banner_text .logo_title{
    color: #fff;
}
#banner_left .logo_title{
    margin-top: 50px;
}
section.s1 h1{
    font-family: 'Noto Serif';
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #000;
}
section.s1 h1 strong{
    font-weight: 700;
}
section.s1 p{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.031em;
}
.vd_banner_button.btn:before{
    display: none;
}
.btn.vd_banner_button{
    display: inline-flex !important;
    width: auto !important;
    min-width: initial !important;
    padding: 14px 28px !important;
    height: auto !important;
    background-color: #fff !important;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    letter-spacing: 0.027em;
    border-radius: 5px ;
    text-transform: capitalize;
    margin: 0px !important;
}
.btn.vd_banner_button:hover{
    opacity: 0.7;
}
#vd_lp #banner-middle,
#vd_lp #banner-right{
    min-height: 400px;
    padding: 0 !important;
}
#vd_lp #banner-right{
    margin-left: 50px;
}
section.s1 .banner-container-middle{
    border-radius: 20px;
}
#vd_lp #banner-right .banner-container-middle{
    background-color: #113273;
}
img.m_width_right{
    display: block;
    position: relative;
    width: 125%;
    max-width: none;
    border-radius: 20px;
}
.vd_no_padding{
    padding: 0px !important;
}
.vd_banner_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.vd_banner_text>div:first-child{
    width: 70%;
}
#logos{
    margin-top: 140px;
}
#logos .logo_title{
    margin-bottom: 50px;
}
#logos .company-logos-banner{
    padding: 0;
}
#logos .company-logos-banner img{
    width: auto !important;
    max-height: 60px !important;
}
#vd_products .text_block{
    border-radius: 20px;
}
.product_title{
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 50px;
    color: #000;
}
#vd_products .text_block ul.product_descriptions li,
#vd_products .text_block ul.product_descriptions{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    list-style-type: disc !important;
}
#vd_products .text_block ul.product_descriptions li{
    margin-bottom: 15px;
    margin-left: 20px;
}
.text_block .product_button_white:hover,
.text_block .product_button_black:hover{
    opacity: 0.7;
}
.text_block .product_button_black,
.text_block .product_button_white{
    display: inline-block !important;
    margin-top: 35px!important;
    line-height: 1 !important;
    border: 2px solid #000 !important;
    display: inline-block !important;
    border-radius: 5px !important;
}
.text_block .product_button_black {
    background: #000000 !important;
    color: #fff!important;
}
.text_block .product_button_white {
    background: #fff !important;
    color: #000!important;
}
.text_block,
.text_block ul,
.text_block ul li,
.text_block p{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.031em;
}
#vd_products .text_block .product_button_black{
    min-width: 60%;
}
#vd_products .text_block{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#vd_products .text_block.bg_blue{
    background: url("../images_r2/products_bg_blue.svg");
}
#vd_products .text_block.bg_orange{
    background: url("../images_r2/products_bg_orange.svg");
}

#vd_lp #new-video{
    background-image: url("../images_r2/Scoutbee_s1_bg_gradient.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vd_lp #new-video{
    color: #000;
    padding: 90px 0;
}
#vd_lp #new-video .logo_title{
    margin-bottom: 40px;
}
#vd_lp #new-video  .video__bg img{
    border-radius: 20px;
}
#vd_lp #new-video .btn-outline-primary{
    background: transparent !important;
    color: #000 !important;
}
#vd_lp #new-video .btn-outline-primary:hover{
    color: #000 !important;
    border: 2px solid #000;
}
#vd_lp #reviews{
    padding: 140px 0 !important;
    padding-top: 240px !important;
    height: auto !important;
}
#reviews .text_block .logo_title{
    text-transform: uppercase;
}
#reviews .text_block .product_title{
    margin-bottom: 70px;
}
#reviews .reviews__slider .slick-dots{
    bottom: -70px;
}
#reviews .reviews_more_link{
    text-align: right;
    margin-top: 33px;
}
#reviews .review-quotemarks{
    height: 25px;
}
#reviews .reviews__text-content,
#reviews .reviews__img-content{
    border-color: #E6E6E6;
    border: none;
}
#reviews .reviews__img-content{
    border-right: 1px solid #E6E6E6;
}
/*#reviews .reviews__slider .reviews__item[aria-hidden="true"]{*/
/*    opacity: 0;*/
/*}*/
#reviews .reviews__slider .reviews__item{
    border: 1px solid #E6E6E6;
    border-radius: 20px !important;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.1) !important;
    width: 50% !important;
}
#reviews .reviews__slider .slick-dots .slick-active button{
    background-color: #105BD8;
    border: 1px solid #105BD8;
    color: #105BD8;
}
#reviews .slick-dots button:before{
    background-color: #105BD8;
}
/*#reviews .reviews__slider .slick-list.draggable{*/
/*    padding-right: 0;*/
/*}*/
#reviews .reviews__slider .author__img img{
    min-width: 52px;
}
#reviews .reviews__slider .reviews__text-content{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.031em;
}
#reviews .reviews__slider .reviews__text-content .name{
    font-weight: bold;
}
.reviews__wrapper .slider-prev{
    left: 50px !important;
}
.reviews__wrapper .slider-next{
    right: 50px !important;
}

section#materials{
    padding: 140px 0 !important;
    padding-top: 40px !important;
    background-color: #F7F7F7;
}
#materials .logo_title{
    margin-bottom: 0;
    text-transform: uppercase;
}
#materials .materials__item .logo_title{
    font-weight: 400;
}
#materials .materials__title a:before{
    display: none;
}
#materials a.link:after{
    content: url("../images_r2/link_arrow.svg");
    position: relative;
    bottom: -4px;
    margin-left: 10px;
}
#materials .materials__title a{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.031em;
    text-decoration: none;
    padding-right: 0;
}
#materials .materials__item a:after{
    content: url("../images_r2/link_arrow_white.svg");
}
#materials .materials__item{
    justify-content: space-between;
    border-radius: 20px;
}
#materials .materials__item.bg-red{
    background-color: #FF7425;
}
#materials .materials__item.bg-darkblue{
    background-color: #113273;
}
#materials .materials__item a.product_title{
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    padding-right: 0;
    margin-bottom: 0;
}
.vd_md_show{
    display: none!important;
}

/*Discovery*/
.vd_facts  .lc-block .logo_title{
    text-transform: uppercase;
}
#vd_discovery section{
    padding: 70px 0;
}
.breadcrumbs-list ol{
    margin-bottom: 0;
}
.breadcrumbs-list ol a,
.breadcrumbs-list ol span{
    font-family: 'Archivo';
    font-style: normal;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.039em;
    font-weight: 400 !important;
}
.breadcrumbs_wrapper{
    padding-top: 50px;
    padding-bottom: 32px;
}
.text_block .product_button_black.w-auto,
.text_block .product_button_white.w-auto{
    min-width: auto !important;
    width: auto !important;
}

#vd_about section.s1,
#vd_discovery section.s1{
    padding-top: 100px;
}
#vd_discovery section.s1 .image_bg{
    width: 100%;
    text-align: center;
    padding: 15px 50px;
    box-shadow: 0px 0px 15px rgb(16 91 216 / 25%);
    border-radius: 20px;
    background: #fff;
}

#vd_discovery .s1 .text_block .product_button_black,
#vd_discovery .s1 .text_block .product_button_white{
    min-width: 134px !important;
}
#vd_discovery .s1 .text_block .product_button_black{
    margin-right: 10px;
}
#vd_discovery .s1 .text_block .product_button_white{
    background: transparent !important;
}

section.vd_facts{
    padding: 90px 0 !important;
}
.vd_facts .facts__item{
    border: none;
    border-radius: 20px;
    color: #fff !important;
}
html[lang="de-DE"] .vd_facts .facts__item{
    min-height: 370px;
}
.vd_facts .facts__item.bg_blue{
    background: #105BD8;
}
.vd_facts .facts__item.bg_dark_blue{
    background: #113273;
}
.vd_facts .facts__item.bg_orange{
    background: #FF7425;
}
.vd_facts .facts__item p{
    margin-top: 0;
}
.vd_facts .facts__item p:last-child{
    margin-bottom: 0;
}
.vd_facts .facts__item .product_title{
    margin-bottom: 20px;
    color: #fff;
}
.vd_facts .facts__item .highlight{
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 1;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 50px;
}
#vd_discovery section.big_data{
    padding: 0;
}
.big_data .left_block{
    display: flex;
    align-items: center;
}
section.big_data{
    position: relative;
}
section.big_data:before{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: url("../images_r2/big_data_bg.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    height: 100%;
    width: 50%;
    border-radius: 0 20px 20px 0;
}
.big_data .left_block .text_block{
    padding: 80px 80px 80px 0;
}
#vd_discovery section.big_data_graph{
    margin: 90px 0;
}
#vd_discovery section.features{
    padding: 0;
    margin: 50px 0;
}
.features__item h3.product_title{
    margin-bottom: 30px;
    font-size: 26px;
}
#vd_discovery  section.features .features__item{
    margin-top: 60px;
}
#vd_discovery  section.features .features__item:first-child{
    margin-top: 0;
}
#vd_discovery section#reviews{
    padding-top: 70px!important;
    padding-bottom: 100px !important;
    height: auto !important;
    background: none;
}
section.stories.vd_stories{
    background: #F7F7F7;
}
section.stories.vd_stories .stories__item-content .logo{
    max-width: 64px;
    width: 64px;
}
section.stories.vd_stories .stories__item-box .logo_title{
    text-transform: none;
}
section.stories.vd_stories .stories__item-box a.product_title{
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
}
section.stories.vd_stories .align-right{
    text-align: right;
}
section.stories.vd_stories .align-right .link{
    display: inline-block;
    margin-top: 65px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.031em;
    text-decoration: none;
    padding-right: 0;
}
section.stories.vd_stories .align-right .link:before{
    display: none;
}
section.stories.vd_stories .align-right .link:after {
    content: url(../images_r2/link_arrow.svg);
    position: relative;
    bottom: -4px;
    margin-left: 10px;
}
section.stories.vd_stories .stories__content{
    margin-top: 20px;
}
section.stories.vd_stories .stories__item{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.1);
    border-radius: 10px;
}
section.stories.vd_stories .stories__item-content{
    justify-content: center;
}
section.stories.vd_stories .stories__item-box .logo_title {
    font-weight: 400;
}
section.stories.vd_stories a.product_title {
    display: block;
    color: #000;
    margin-bottom: 0;
    margin-top: 40px;
}
section.stories.vd_stories a.product_title:after{
    content: url(../images_r2/link_arrow_black.svg);
    position: relative;
    bottom: -4px;
    margin-left: 10px;
}
section.stories.vd_stories .stories__item-box{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    border-radius: 10px;
}
section.stories.vd_stories .stories__item:nth-child(3n+1) .stories__item-box,
section.stories.vd_stories .stories__item:nth-child(odd) .stories__item-box{
    background: url(../images_r2/vd_stories_bg_1.png);
}
section.stories.vd_stories .stories__item:nth-child(even) .stories__item-box{
    background: url(../images_r2/vd_stories_bg_2.png);
}
section.stories.vd_stories .stories__item:nth-child(3n) .stories__item-box{
    background: url(../images_r2/vd_stories_bg_3.png);
}
section.case_studies{
    background: #F7F7F7;
}
section.case_studies .fields__item{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.1);
    border-radius: 20px;
    justify-content: space-between;
}
section.case_studies .case_studies_wrapper .lc-block{
    min-height: 300px;
    height: 300px;
}
section.case_studies .case_studies_wrapper .lc-block a.link{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.031em;
    text-decoration: none;
    padding-right: 0;
}
section.case_studies .case_studies_wrapper .lc-block a.link:before{
    display: none !important;
}
section.case_studies .case_studies_wrapper .lc-block a.link:after {
    content: url(../images_r2/link_arrow.svg);
    position: relative;
    bottom: -4px;
    margin-left: 10px;
}

#vd_discovery section.s1 img{
    border-radius: 20px;
}
#logos .company-logos-banner img{
    border-radius: 0 !important;
}



@media screen and (max-width: 1400px){
     .vd_banner_text>div:first-child{
        width: 90%;
    }
    #vd_lp #banner-right{
        margin-left: 35px;
    }
    .vd_no_padding.vd_md_hidden{
        display: flex;
        align-items: center;
    }
    img.m_width_right{
        width: 150px;
    }
}
@media screen and (max-width: 980px){
    img.m_width_right{
        width: 100px;
    }
    #vd_lp #banner-right{
        margin-left: 25px;
    }
}

@media screen and (max-width: 768px){
    .vd_md_hidden{
        display: none !important;
    }
    .vd_md_show{
        display: block!important;
    }
    #vd_careers #new-video,
    #vd_discovery section.s1,
    #vd_discovery section,
    #vd_about section.s1,
    #vd_about section,
    #vd_lp section.s1,
    #vd_lp section{
        padding: 60px 0 !important;
    }
    #vd_lp>.s1>.container>.row{
        display: block !important;
    }
    #vd_lp img.m_width_right{
        display: none;
    }
    #vd_lp #banner_left,
    #vd_lp #banner-middle,
    #vd_lp #banner-right{
        width: 100% !important;
        min-height: auto;
    }

    .vd_banner_text>div:first-child{
        width: 100%;
    }
    #vd_lp #banner_left{
        margin-bottom: 40px;
    }
    #vd_lp #banner-middle .banner-container-middle{
        border-radius: 20px 20px 0 0;
    }
    #vd_lp #banner-right .banner-container-middle{
        border-radius: 0 0 20px 20px;
    }
    #vd_lp .banner-container-middle p{
        min-height: auto !important;
    }
    #vd_lp #banner-right{
        margin-left: 0!important;
    }
    #vd_lp .vd_banner_button{
        margin-bottom: 20px !important;
    }
    #vd_lp .banner-container-middle img{
        margin: 20px auto;
        max-width: 70%;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    #vd_lp .banner-container-middle .logo_title{
        margin-bottom: 10px;
    }
    #vd_lp #logos{
        margin-top: 60px;
    }
    #logos .company-logos-banner img{
        margin-bottom: 15px !important;
    }
    #vd_lp section#vd_products{
        padding: 44px 0;
    }
    #vd_products .row{
        flex-direction: column-reverse;
    }
    #vd_products .row>div:last-child{
        margin-bottom: 44px;
    }
    #vd_products .text_block{
        padding: 50px 23px;
    }
    #vd_products .text_block ul.product_descriptions li:last-child{
        margin-bottom: 0;
    }
    .text_block .product_button_black{
        margin-top: 30px !important;
    }
    .product_title{
        margin-bottom: 30px;
    }
    #vd_lp #new-video{
        padding: 50px 0;
    }
    #vd_lp #new-video .video-button{
        display: none !important;
    }
    #vd_lp #new-video .product_title{
        margin-bottom: 0;
    }
    #vd_lp #new-video{
        padding-bottom: 0;
    }
    #vd_lp #new-video .video__bg{
        /*margin-bottom: -50px;*/
    }
    #vd_lp #new-video .video__overlay{
        height: 100%;
        /*height: auto;*/
        /*min-height: 220px;*/
        /*margin-top: 160px;*/
    }
    #vd_lp #new-video iframe#video-frame{
        background: #000 !important;
    }
    #vd_lp #reviews{
        margin-top: 100px;
        padding: 60px 0 !important;
    }
    #reviews .reviews__slider .reviews__item{
        width: 100% !important;
        margin-right: 15px !important;
    }
    #reviews .reviews__item-logo img{
        width: 65px;
    }
    #reviews .reviews__slider .author__img img{
        width: 80px;
    }
    #vd_lp #reviews .reviews__img-content{
        border-right:none;
        border-bottom: 1px solid #E6E6E6;
    }
    #reviews .reviews__slider .reviews__item{
        height: 100% !important;
    }
    #reviews .reviews__slider .reviews__text-content{
        padding: 15px !important;
    }
    #reviews .reviews__item-author{
        position: revert;
        margin-top: 50px;
    }
    #vd_lp #reviews .reviews__item-author .review-quotemarks{
        position: relative;
        top: -60px;
    }
    #materials .materials__item{
        margin-bottom: 32px;
    }
    #materials .materials__item a.product_title{
        display: block;
        margin-top: 48px;
    }
    #materials a.product_title.link:after{
        margin-left: 0;
        bottom: 0;
        display: block;
    }
    body .footer {
        padding-top: 50px;
    }
    body .footer .nav--social{
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 30px !important;
    }
    body .footer .nav--social .social{
        margin: 20px;
    }
    body .footer__nav .nav__link{
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
    }
    body .footer__nav ul{
        flex-direction: row !important;
        width: 100%;
    }
    .footer__nav .nav__item .nav__link{
        padding-right: 0;
    }
    body .footer__nav{
        width: 100%;
    }
    body .footer__nav .nav__item {
        display: block;
        width: 100%;
        text-align: center;
    }
    body .footer__nav .nav__item{
        margin-bottom: 0 !important;
    }
    body .footer__legal-links .legal-link{
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
    }
    body .footer__nav-wrapper{
        padding-bottom: 34px;
    }
    body .footer__legal{
        padding-top: 34px !important;
    }
    body .footer__legal-links{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    body .footer__legal-copyright{
        font-family: 'Archivo';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        text-align: center;
    }

    #vd_discovery .s1 .text_block .product_button_black, #vd_discovery .s1 .text_block .product_button_white{
        width: 100% !important;
    }
    #vd_discovery .s1 .text_block .product_button_black{
        margin-top: 25px !important;
    }
    #vd_discovery .s1 .text_block .product_button_white{
        margin-top: 15px !important;
    }
    #logos{
        margin-top: 80px !important;
    }
    section.big_data:before{
        background-position: center;
        width: 100%;
        border-radius: 0 20px 20px 0;
        background-size: cover;
        display: none;
    }
    section.big_data .container{
        padding: 0;
    }
    section.big_data .container .left_block{
        padding: 35px 15px;
    }
    section.big_data .left_block:before{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        background: url(../images_r2/big_data_bg.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        border-radius: 20px 20px 0px 0px;
        background-size: cover;
    }
    section.big_data .left_block .text_block{
        padding: 0 15px;
    }
    section.big_data img{
        padding: 20px;
    }
    #vd_discovery section.big_data{
        padding-top: 0 !important;
    }
    #vd_discovery section.big_data_graph{
        margin: 0;
        padding-top: 0 !important;
    }
    #vd_discovery section.features{
        margin: 0;
        padding-top: 0 !important;
    }
    section.features .features__wrapper .features__item{
        display: flex;
        margin-top: 0 !important;
        justify-content: flex-end;
    }
    section.features .features__wrapper .slick-slide>div{
        height: auto;
    }
    #vd_discovery section#reviews{
        margin: 0;
        padding-top: 0 !important;
    }
    section.stories.vd_stories .align-right{
        text-align: left !important;
    }
    section.stories.vd_stories .align-right a.link{
        margin-top: 0;
    }

    #vd_discovery section.case_studies{
        padding-top: 0 !important;
    }

}
.intelligence_main .logo_title{
    text-transform: uppercase;
}
.intelligence_main .vd_facts .facts__item{
    min-height: 280px;
    justify-content: space-between;
}
.intelligence_main section.features .features__item .features__item-img{
    background-image: url("../images_r2/intelligence_feature_bg_1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    border-radius: 20px;
}
.intelligence_main section.features .features__item:nth-child(2) .features__item-img{
    background-image: url("../images_r2/intelligence_feature_bg_2.png");
}
.intelligence_main section.features .features__item:nth-child(3) .features__item-img{
    background-image: url("../images_r2/intelligence_feature_bg_3.png");
}
.intelligence_main section.features .features__item:nth-child(4) .features__item-img{
    background-image: url("../images_r2/intelligence_feature_bg_4.png");
}
.intelligence_main section.features .features__item:nth-child(5) .features__item-img{
    background-image: url("../images_r2/intelligence_feature_bg_5.png");
}
.intelligence_main section.features .features__item:nth-child(6) .features__item-img{
    background-image: url("../images_r2/intelligence_feature_bg_6.png");
}
.intelligence_main section.features .features__item:nth-child(7) .features__item-img{
    background-image: url("../images_r2/intelligence_feature_bg_7.png");
}
.intelligence_main section.features .features__item:nth-child(2n) {
    flex-direction: row-reverse;
}
.intelligence_main section.features .features__item .features__item-img{
    padding: 60px 20px;
}
.intelligence_main section.features .features__item .features__item-img img{
    width: 100%;
}
.intelligence_main section.features .features__item:nth-child(odd) .features__item-img img{
    margin-right: -140px;
}
.intelligence_main section.features .features__item:nth-child(even) .features__item-img img{
    margin-left: -140px;
}
@media screen and (max-width: 768px){
    .intelligence_main section.features .features__item:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .intelligence_main section.features .features__item .features__item-img{
        padding: 20px;
    }
    .intelligence_main section.features .features__item .features__item-img img{
        margin: 0 auto !important;
    }
}

.big_data.reverse{
    margin-top: 80px;
}
.big_data.reverse .left_block .text_block{
    padding: 80px 0 80px 80px;
}
section.big_data.reverse:before {
    display: none;
}
section.big_data.reverse:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: url(../images_r2/big_data_bg_reverse.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    height: 100%;
    width: 50%;
    border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px){
    section.big_data.reverse:after,
    section.big_data.reverse .left_block:before{
        display: none;
    }
    section.big_data.reverse .row {
        flex-direction: column-reverse;
    }
    section.big_data.reverse .left_block:before{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        background: url(../images_r2/big_data_bg_reverse.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        border-radius: 20px 20px 0px 0px;
        background-size: cover;
    }
    .big_data.reverse .left_block .text_block{
        padding: 0 15px;
    }
    #vd_discovery section.big_data.reverse{
        padding-top: 0 !important;
    }
    .big_data.reverse{
        margin-top: 0;
    }
}

#vd_about{}
#vd_about section{
    padding: 100px 0;
}
#vd_about section.about-scoutbee{
    background: #fff;
}
section.about-scoutbee .about-scoutbee__item .logo_title{
    font-weight: 400;
}
#vd_careers .about-scoutbee__item{
    color: #000;
}
#vd_careers .about-scoutbee__item .logo_title{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.031em;
    color: #000000;
}
#vd_careers .about-scoutbee__item a.link{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.031em;
    color: #105BD8;
    padding-right: 0;
}
#vd_careers section.about-scoutbee .h1,
#vd_about section.about-scoutbee .h1{
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 120%;
    text-align: center;
    color: #000;
}
#vd_about section.about-product{
    padding: 80px 0;
}

section.about-product .text_block ul{
    list-style: initial;
}
section.about-product .text_block ul li{
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 32px;
    line-height: 28px;
}
#vd_careers #new-video img,
#vd_about section.s1 img{
    border-radius: 20px;
}
#vd_about section.leaders{
    /*background: #E5E5E5;*/
}
#vd_about .leaders  .leaders__wrapper .slider-prev,
#vd_about .leaders  .leaders__wrapper .slider-next{
    opacity: 1;
}
#vd_about  .leaders__slider .slick-dots button:before{
    background: #105BD8;
}
#vd_about section.our-team .our-team__photos{
    border-radius: 20px;
    overflow: hidden;
}
#vd_about section.leaders{
    padding-top: 0;
}
#vd_about section.leaders .leaders__slider .slick-slide{
    /*padding-right: 65px;*/
}
#vd_about section.leaders .leaders__item{
    display: block !important;
}
#vd_about section.leaders.our_team .leaders__item .leaders__item-content_wrapper{
    color: #fff;
}
#vd_about section.leaders.our_team .leaders__item.slick-slide:nth-child(2n+1) .leaders__item-content_wrapper,
#vd_about section.leaders.our_team .leaders__item.slick-slide:nth-child(2n) .leaders__item-content_wrapper{
    background: #031835;
}
#vd_about section.leaders.our_team .leaders__item.slick-slide:nth-child(3n+1) .leaders__item-content_wrapper,
#vd_about section.leaders.our_team .leaders__item.slick-slide:nth-child(3n) .leaders__item-content_wrapper{
    background: #FF7425;
}
#vd_about section.leaders.our_team .leaders__item.slick-slide:first-child .leaders__item-content_wrapper,
#vd_about section.leaders.our_team .leaders__item.slick-slide:nth-child(4n) .leaders__item-content_wrapper,
#vd_about section.leaders.our_team .leaders__item.slick-slide .leaders__item-content_wrapper{
    background: #105BD8;
}
#vd_about section.leaders .leaders__item .leaders__item-content_wrapper .product_title{
    margin-bottom: 15px;
}

#vd_about section.leaders .leaders__item .leaders__item-content_wrapper .logo_title{
    margin-bottom: 40px;
}
#vd_about section.leaders .leaders__item .leaders__item-content_wrapper .logo_title,
#vd_about section.leaders .leaders__item .leaders__item-content_wrapper .product_title{
    color: #fff;
}
#vd_about section.leaders.strategic .leaders__item .leaders__item-content_wrapper .logo_title,
#vd_about section.leaders.strategic .leaders__item .leaders__item-content_wrapper .product_title{
    color: #000;
}
#vd_about section.leaders .social:before{
    background-color: #fff;
}
#vd_about section.leaders .leaders__item-social .social{
    margin-right: 30px;
    margin-left: 0;
}
#vd_about section.leaders .leaders__item-image img{
    border-radius: 20px;
}
#vd_about section.leaders .leaders__item {
    display: block !important;
    max-width: 340px;
    margin-right: 50px;
    position: relative;
}
#vd_about section.leaders .leaders__item{
    min-height: 880px;
}
#vd_about section.leaders .leaders__item .leaders__item-image{
    height: 560px;
}
#vd_about section.leaders .leaders__item .leaders__item-content_wrapper{
    position: absolute;
    left: 40px;
    right: -20px;
    padding: 30px;
    border-radius: 20px;
    height: auto;
    top: 330px;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.2);
    z-index: 50;
    background: #fff;
}

#vd_about section.leaders.strategic{
    padding: 100px 0;
    background-image: url(../images_r2/leaders_strategic_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vd_about section.leaders.strategic .slider-prev,
#vd_about section.leaders.strategic .slider-next{
    opacity: 0;
}
#vd_about section.leaders.strategic .leaders__item{
    min-height: 750px;
}

#vd_about #locations .text_block .logo_title + div{
    font-family: 'Noto Serif';
}
main[id^="vd"]{
    color: #000;
}

main[id^="vd"] .text-lg,
main[id^="vd"] .text-md,
main[id^="vd"] .text-sm,
main[id^="vd"] label,
main[id^="vd"] li,
main[id^="vd"] ul.product_descriptions{
    color: #000;
}
header .header__wrapper .nav__link,
.footer__legal-links .legal-link,
footer__legal .footer__legal-copyright,
.footer__nav .nav__item .nav__link{
    color: #000;
}
main[id^="vd"] .slick-arrow:after{
    border: none;
}
main[id^="vd"] .link:before{
    display: none;
}
main[id^="vd"] .link:after {
    content: url(../images_r2/link_arrow.svg);
    position: relative;
    bottom: -4px;
    margin-left: 10px;
}
main.about .awards__item{
    padding: 30px 40px;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.2);
    border-radius: 20px;
    width: 200px;
}
main.about .awards__item img{
    max-width: 100%;
}
#vd_about section.locations{
    padding-top: 0;
}
main.about #locations .locations__item .locations__item-map{
    margin-bottom: 0;
}
main.about #locations .locations__item .text_block{
    padding: 40px;
}
main.about #locations .locations__item{
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
main.about #locations .locations__item.bg_lorange,
main.about #locations .locations__item.bg_lblue{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
main.about #locations .locations__item.bg_lblue{
    background-image: url(../images_r2/locations_lblue_bg.png);
}
main.about #locations .locations__item.bg_lorange{
    background-image: url(../images_r2/locations_lorange_bg.png);
}
main.about #locations .locations__item .locations__item-content>div{
    width: 50%;
}
main.about #locations .locations__item .text_block .logo_title{
    text-transform: capitalize;
    margin-bottom: 10px;
}
main.about #locations .locations__item .locations__item-content .address .directions-link{
    display: inline-block;
    margin-top: 20px;
}
main.about #locations .locations__item .locations__item-content .address .directions-link span:before{
    display: none;
}
main.about #locations .locations__item .locations__item-content .address .directions-link span:after{
    content: url(../images_r2/link_arrow_black.svg);
    position: relative;
    bottom: -4px;
    margin-left: 10px;
}
main.about #investors{
    background-image: url(../images_r2/investors_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
main.about #investors .investors__items{
    filter: drop-shadow(0px 0px 15px rgba(16, 91, 216, 0.2));
    border-radius: 20px;
    overflow: hidden;
}
main.about #investors .investors__item-overlay{
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}
main.about #investors .investors__item-overlay a.color-white{
    color: #000 !important;
}
main.about #investors .investors__item-overlay a.color-white.investors__item-link span:before{
    background-color: #000 !important;
}
main.about #investors .js-investors-open{
    /*color: #000 !important;*/
}
main.about #investors .js-investors-open:before{
    /*background-color: #000 !important;*/
}
main.about #investors .investors__item:hover .js-investors-open:before{
    /*background-color: #fff !important;*/
}
main.about #investors .js-investors-open{
    border-width: 1px;
    border: none !important;
}
main.about #investors .js-investors-open:before{
    /*-webkit-mask: url(../images_r2/plus_new.svg) no-repeat 50% 50%;*/
    /*mask: url(../images_r2/plus_new.svg) no-repeat 50% 50%;*/
    -webkit-mask: none;
    mask: none;
}

#vd_about section.leaders.strategic .social:before{
    background-color: #000 !important;
}
main.about section#materials{
    padding: 100px 0 !important;
}
main#vd_about.about{
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
    main.about .col-md-3:last-child .about-scoutbee__item,
    main.about .about-scoutbee__item .logo_title{
        margin-bottom: 0;
    }
    #vd_about section.leaders .leaders__slider .slick-list.draggable{
        height: 860px !important;
    }
    #vd_about section.leaders.strategic .leaders__slider .slick-list.draggable{
        height: 680px !important;
    }
    #vd_about section.leaders .leaders__slider .leaders__item-content_wrapper,
    #vd_about section.leaders .leaders__slider .leaders__item-image{
        height: auto !important;
        left: 25px;
        right: 0;
    }
    #vd_about section.leaders .leaders__slider .leaders__item-image{
        /*height: 240px !important;*/
    }
    #vd_about section.leaders .leaders__slider .slick-slide{
        height: auto !important;
        min-height: initial !important;
        max-height: initial !important;
    }
    #vd_about section.awards .logo_title{
        margin-bottom: 60px;
    }
    main.about .awards__item{
        margin-right: 0;
        width: 100%;
    }
    #vd_about section.locations .locations__title .logo_title{
        text-transform: uppercase;
    }
    #vd_about section.locations .col-md-6:first-child{
        margin-bottom: 30px;
    }
    main.about #investors .investors__items{
        border-radius: 0;
        box-shadow: none;
        overflow: initial;
    }
    main.about #investors .investors__items .investors__item{
        border-radius: 20px;
        box-shadow: 0px 0px 15px rgba(17, 50, 115, 0.2);
        margin: 0 30px;
        width: 300px !important;
        min-width: initial !important;
        max-width: initial !important;
    }
    main.about #investors .investors__items .slick-dots{
        bottom: -50px;
        left: initial;
        right: initial;
        margin: 0 auto;
        margin-bottom: 60px;
        position: relative;
    }
    main.about section#materials{
        padding: 80px 0 !important;
    }
}

#vd_careers #new-video {
    background: transparent;
    background-image: url(../images_r2/careers_video_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#vd_careers #new-video .product_title{
    color: #000;
}
#vd_careers #new-video .text_block .product_button_black{
    margin-top: 0 !important;
}
#vd_careers #new-video .video__bg img {
    border-radius: 20px;
}
#vd_careers section{
    padding: 100px 0;
}
#vd_careers .we-scoutbee{
    margin-top: 200px;
}

#vd_careers .we-scoutbee .how-we-work .btn{
    height: auto;
    max-height: initial;
}
#vd_careers .about_images img{
    margin-bottom: 20px;
}
#vd_careers .how-we-work img{
    border-radius: 20px;
}
#vd_careers .how-we-work .collage{
    padding: 0;
    padding-top: 100px;
}
#vd_careers .how-we-work img.vd_img_1{
    max-width: 360px;
}
#vd_careers .how-we-work img.vd_img_3{
    position: relative;
    bottom: -100px;
}
#vd_careers section.how-we-work{
    position: relative;
}
#vd_careers section.how-we-work:before{
    display: block;
    position: absolute;
    content: '';
    z-index: -5;
    top: 0;
    right: 0;
    bottom: 220px;
    width: 73.5%;
    background-image: url(../images_r2/how_we_work_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vd_careers div.careers_bg{
    background-image: url(../images_r2/careers_our_values.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vd_careers section.values{
    background-color: transparent;
}
#vd_careers section.values .values__grid-item{
    /*border: 1px solid #000000;*/
}
#vd_careers section.values .values__grid-item:last-child{
    border-right: 2px solid #000000 !important;
}
#vd_careers section.values .values__grid{
    border-radius: 20px;
    overflow: hidden;
    /*border: 1px solid #000000;*/
    border: none;
    /*border-left: none;*/
    /*border-right: none;*/

}
#vd_careers section.values .values__grid .content.active .product_title{
    color: #fff;

}
#vd_careers section.values .values__grid-item{
    /*width: 16.67%;*/
}
#vd_careers section.values .values__grid-item.item-text.wide{
    /*width: 33.33%;*/
}
#vd_careers section.values .values__grid .values__grid-row:first-child .values__grid-item:first-child{
    border-radius: 20px 0 0 0;
}
#vd_careers section.values .values__grid .values__grid-row:first-child .values__grid-item:first-child .content{
    width: calc(100% + 2px);
}
#vd_careers section.values .values__grid .values__grid-row:first-child .values__grid-item:last-child{
    border-radius: 0 20px 0 0;
}
#vd_careers section.values .values__grid .values__grid-row:last-child .values__grid-item:first-child{
    border-radius: 0 0 0 20px;
    /*width: 33.34%;*/
}
#vd_careers section.values .values__grid .values__grid-row:last-child .values__grid-item:last-child{
    border-radius: 0 0 20px 0;
}
#vd_careers section.values .values__grid .values__grid-row:last-child .values__grid-item{
    border-bottom: 2px solid #000000;
}
#vd_careers .fw-image__bg img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}
#vd_careers section.teams .teams__grid-item{
    border-color: #000;
}
#vd_careers section.teams .teams__grid {
    border-radius: 20px;
    overflow: hidden;
}
#vd_careers section.teams .teams__grid .teams__grid-row:first-child .teams__grid-item:first-child{
    border-radius: 20px 0 0 0;
}
#vd_careers section.teams .teams__grid .teams__grid-row:first-child .teams__grid-item:first-child .content{
    width: calc(100% + 2px);
}
#vd_careers section.teams .teams__grid .teams__grid-row:first-child .teams__grid-item:last-child{
    border-radius: 0 20px 0 0;
}
#vd_careers section.teams .teams__grid .teams__grid-row:last-child .teams__grid-item:first-child{
    border-radius: 0 0 0 20px;
}
#vd_careers section.teams .teams__grid .teams__grid-row:last-child .teams__grid-item:last-child{
    border-radius: 0 0 20px 0;
}
#vd_careers section.teams .teams__grid .teams__grid-row:last-child .teams__grid-item{
    border-bottom: 2px solid #000000;
}
#vd_careers section.teams .teams__grid .teams__grid-row .teams__grid-item:last-child{
    border-right: 2px solid #000000;
}

#vd_careers section.teams .teams__grid-item.item-image img{
    border-radius: 0;
}
#vd_careers section.teams .teams__grid .teams__grid-row:first-child .teams__grid-item:last-child img{
    border-radius: 0 20px 0 0;
}
#vd_careers section.learn-more{
    background: none;
    padding-top: 0;
    padding-bottom: 80px;
}
#vd_careers .teams__grid .product_title,
#vd_careers .values__grid .product_title{
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #000;
    margin-bottom: 0px;
}
#vd_careers .teams__grid .content .product_title,
#vd_careers .values__grid .content .product_title,
#vd_careers .teams__grid .content.active .product_title,
#vd_careers .values__grid .content.active .product_title{
    margin-bottom: 30px;
    color: #fff;
}
#vd_careers .we-scoutbee .learn-more__content-item{
    border-radius: 20px;
    width: calc(50% - 15px);
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.2);
}
#vd_careers .we-scoutbee .learn-more__content-item:first-child{
    margin-right: 15px;
}
#vd_careers .we-scoutbee .learn-more__content-item:last-child{
    margin-left: 15px;
}

#vd_careers .we-scoutbee .learn-more__content-item_link{
    display: flex;
    align-items: center;
    justify-content: center;
}
#vd_careers .we-scoutbee .learn-more__content-item_link:before{
    display: none;
}
#vd_careers .we-scoutbee .learn-more__content-item_link:after{
    content: url(../images_r2/link_arrow_black.svg);
    position: relative;
    bottom: -4px;
    margin-left: 10px;
}

@media screen and (max-width: 768px){

    #vd_careers section{
        padding: 60px 0;
    }
    #vd_careers #new-video .text_block .logo_title{
        display: none;
    }
    #vd_careers #new-video{
        background-position: center -220px;
        padding-bottom: 0 !important;
        margin-bottom: 60px;
    }
    #vd_careers .we-scoutbee{
        margin-top: 60px !important;
    }
    #vd_careers section.about-scoutbee{
        padding: 60px 0 !important;
    }
    #vd_careers .about_images img{
        width: 100%;
    }
    #vd_careers .about_images{
        margin-top: 1em !important;
        padding-top: 0 !important;
    }
    #vd_careers section.how-we-work{
        padding-top: 0;
    }
    #vd_careers .how-we-work img.vd_md_show{
        width: 100%;
    }
    #vd_careers .how-we-work img{
        position: initial !important;
    }
    #vd_careers section.how-we-work:before{
        width: 100%;
        top: 250px;
    }
    #vd_careers .how-we-work .collage{
        padding-top: 60px;
    }
    #vd_careers .values__grid-row:last-child{
        border-bottom: none;
    }
    #vd_careers section.teams .teams__grid .teams__grid-row:first-child .teams__grid-item:first-child,
    #vd_careers section.values .values__grid .values__grid-row:first-child .values__grid-item:first-child{
        border-radius: 20px 20px 0 0;
    }
    #vd_careers section.teams .teams__grid .teams__grid-row:last-child .teams__grid-item:last-child,
    #vd_careers section.values .values__grid .values__grid-row:last-child .values__grid-item:last-child{
        border-radius: 0 0 20px 20px;
        border-top: 0px;
    }
    #vd_careers section.teams .teams__grid .teams__grid-row:last-child .teams__grid-item.item-text:first-child,
    #vd_careers section.values .values__grid .values__grid-row:last-child .values__grid-item.item-text:first-child{
        border-bottom: none !important;
    }

    #vd_careers section.values .values__grid-item .product_title,
    #vd_careers section.teams .teams__grid-item .product_title{
        margin-bottom: 0px;
        padding-right: 30px;
    }
    #vd_careers .we-scoutbee .learn-more__content-item:first-child{
        margin-right: 0;
        margin-bottom: 30px;
    }
    #vd_careers .we-scoutbee .learn-more__content-item:last-child{
        margin-left: 0;
    }
    #vd_careers .we-scoutbee .learn-more__content-item{
        width: 100%;
    }
    #vd_careers .we-scoutbee .learn-more__content-item_link{
        right: 30px;
    }
}


main[id^="vd"] .slider-next,
main[id^="vd"] .slider-prev{
    opacity: 1;
}
#vd_events section{
    padding: 80px 0;
}
#vd_events #new-video{
    background: transparent;
    background-image: url(../images_r2/careers_video_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 500px;
    color: #000;
}
#vd_events #new-video img{
    border-radius: 20px;
}
#vd_events #new-video + section.about-product{
    margin-top: 250px;
    background-image: url(../images_r2/events_about_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vd_events section.about-product > section.case_studies{
    background: none;
}

#vd_events section.case_studies .case_studies_wrapper .product_title{
    margin-bottom: 0;
}

#vd_events section.follow_us{
    background-image: url(../images_r2/follow_us_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
#vd_events section.follow_us .product_title{
    margin-bottom: 24px;
}
.vd_social{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.vd_social a[class*="social"]{
    background: transparent;
}
.vd_social .social--twitter:before{
    -webkit-mask: url(../images_r2/Twitter.svg) no-repeat 50% 50%;
    mask: url(../images_r2/Twitter.svg) no-repeat 50% 50%;
}
.vd_social .social--linkedin:before{
    -webkit-mask: url(../images_r2/Linkedin.svg) no-repeat 50% 50%;
    mask: url(../images_r2/Linkedin.svg) no-repeat 50% 50%;
}
.vd_social .social--instagram:before {
    -webkit-mask: url(../images_r2/Instagram.svg) no-repeat 50% 50%;
    mask: url(../images_r2/Instagram.svg) no-repeat 50% 50%;
}

#vd_events section.events_slider_section .leaders__item {
    display: block !important;
    max-width: 330px;
    margin-right: 50px;
    position: relative;
}
#vd_events section.events_slider_section .leaders__item .leaders__item-image{
    height: 560px;
}
#vd_events section.events_slider_section .leaders__item .leaders__item-content_wrapper{
    position: absolute;
    right: -40px;
    left: 40px;
    padding: 30px;
    border-radius: 20px;
    top: 240px;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.1);
    border-radius: 20px;
    height: auto !important;
}
#vd_events section.events_slider_section.strategic .leaders__item .leaders__item-content_wrapper{
    background: #fff;
    color: #000;
}
#vd_events section.events_slider_section .leaders__item .leaders__item-content_wrapper .product_title{
    margin-bottom: 15px;
}
#vd_events section.events_slider_section .leaders__item .leaders__item-content_wrapper .logo_title{
    margin-bottom: 25px;
}
#vd_events section.events_slider_section .social:before{
    background-color: #fff;
}
#vd_events section.events_slider_section .leaders__item-social .social{
    margin-right: 30px;
    margin-left: 0;
}
#vd_events section.events_slider_section .leaders__item-image img{
    border-radius: 20px;
}
#vd_events section.events_slider_section .leaders__item {

}
.events_slider_section .slick-dots button:before{
    background: #105BD8;
}
.events_slider_section .leaders__wrapper .slider-next{
    right: 0;
}
.events_slider_section .slick-dots button {
    border: 0;
    border-radius: 50%;
    background-color: #d9dde1;
    outline: none;
    height: 10px;
    max-width: 10px;
    overflow: hidden;
    padding: 0;
    margin: 0 5px;
    color: #d9dde1;
}
.events_slider_section a.link{
    font-weight: 400 !important;
}
.events_slider_section p.location{
    margin-bottom: 32px;
}
#vd_events .section_last{
    background-image: url(../images_r2/event_s1_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
#vd_events .section_last .text_block .product_button_black{
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
@media screen and (max-width: 768px){
    #vd_events section.follow_us,
    #vd_events section {
        padding: 80px 0;
    }
    #vd_events section.about-product > section.case_studies{
        padding-bottom: 0 !important;
    }
    #vd_events section#events_slider{
        padding-top: 0;
    }
    #vd_events #new-video{
        padding-bottom: 0;
    }
    #vd_events .new-video .video__bg img{
        object-fit: contain;
    }
    #vd_events .new-video .video-box{
        margin-top: 110px;
        height: auto;
    }
    #vd_events .new-video .video__bg{
        height: 220px;
        top: auto;
        bottom: -110px;
    }
    #vd_events #new-video + section.about-product{
        margin-top: 180px;
    }
    .vd_social .nav--social{
        justify-content: center;
    }
    #vd_events section.events_slider_section .leaders__item .leaders__item-image{
        height: 560px;
    }
    #vd_events section.events_slider_section .slick-list{
        height: 700px !important;
    }
}
.slick-dots li button {
    font-size: 0 !important;
}


main[id^="vd"] .slider-next{
    right: 0;
}
main[id^="vd"] .slider-next,
main[id^="vd"] .slider-prev{
    background-color: #0066f7;
    border-radius: 50%;
}
main[id^="vd"] .slider-next:before,
main[id^="vd"] .slider-prev:before{
    /*-webkit-mask: url("../images_r2/link_arrow_white.svg") !important;*/
    /*mask: url("../images_r2/link_arrow_white.svg") !important;*/
    -webkit-mask: none   !important;
    mask: none !important;
    background-image: url(../images_r2/link_arrow_white.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    margin: 15px;
}


main.about #investors .btn-close:hover,
main.about #investors .btn-close,
#vd_careers .btn-close:hover,
#vd_careers .btn-close,
#vd_careers .btn-plus:hover,
#vd_careers .btn-plus{
    border: none !important;
    border-radius: 50% !important;
    background: none;
    background-color: transparent;
}
main.about #investors .btn-plus:hover,
#vd_careers .btn-plus:hover{
    background-color: #000 !important;
}
main.about #investors .btn-plus:before,
#vd_careers .btn-plus:before{
    background-color: transparent !important;
    background-image: url("../images_r2/plus_new.svg") !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    -webkit-mask: none !important;
    mask: none !important;
    border-radius: 50% !important;
}
main.about #investors .investors__item:hover .js-investors-open:before,
main.about #investors .btn-plus:hover:before,
#vd_careers .btn-plus:hover:before{
    background-color: transparent !important;
    background-image: url("../images_r2/plus_new_hover.svg") !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    -webkit-mask: none !important;
    mask: none !important;
    border-radius: 50% !important;
}
main.about #investors .btn-close:before,
#vd_careers .btn-close:before{
    transform: rotate(45deg) !important;
    background-color: transparent !important;
    background-image: url("../images_r2/close_new_hover.svg") !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    -webkit-mask: none !important;
    mask: none !important;
    border-radius: 50% !important;
    opacity: 0.85 !important;
}
body main.about #investors .btn-close:before{
    background-image: url("../images_r2/plus_new.svg") !important;
}
main.about #investors .btn-close:hover:before,
#vd_careers .btn-close:hover:before{
    opacity: 1 !important;
}


#vd_resource section {
    padding: 80px 0;
}
#vd_resource section.s1{
    background: transparent;
    background-image: url(../images_r2/careers_video_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vd_resource section.s1{
    padding-top: 100px;
}
#vd_resource section.s1 .image_bg{
    width: 100%;
    text-align: center;
    padding: 15px 50px;
    box-shadow: 0px 0px 15px rgb(16 91 216 / 25%);
    border-radius: 20px;
    background: #fff;
}

#vd_resource .s1 .text_block .product_button_black,
#vd_resource .s1 .text_block .product_button_white{
    min-width: 134px !important;
}
#vd_resource .s1 .text_block .product_button_black{
    margin-right: 10px;
}
#vd_resource .s1 .text_block .product_button_white{
    background: transparent !important;
}
.img_bottom_minus{
    position: relative;
}
.img_bottom_minus img{
    display: block;
    /*position: absolute;*/
    /*top: 0;*/
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    min-height: 400px;
    max-height: 500px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.1);
}
#vd_resource  section.resource-form{
    /*padding-top: 150px;*/
}
#vd_resource  .resource_form_img{
    padding: 20px;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.1);
    border-radius: 20px;
}
#vd_resource  .resource-form__wrapper{
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.1);
    border-radius: 20px;
    padding: 60px;
}
#vd_resource  .gform_wrapper.gravity-theme .gfield input.large,
#vd_resource  .gform_wrapper.gravity-theme .gfield select.large{
    border: 1px solid #000000;
    border-radius: 5px;
}
#vd_resource .gform_wrapper.gravity-theme input[type="submit"]{
    margin-top: 30px;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background: #000000 !important;
    color: #fff!important;
    line-height: 1 !important;
    border: 2px solid #000 !important;
    /*display: inline-block !important;*/
    display: flex !important;
    width: 100%;
    justify-content: center !important;
    border-radius: 5px !important;
    padding: 0 !important;
}
#vd_resource .gform_wrapper.gravity-theme input[type="submit"]:hover{
    opacity: 0.7;
}
#vd_resource .gform_wrapper.gravity-theme .gfield_label{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
#vd_resource section.resource-form + section.resource-content{
    padding-top: 0;
}
#vd_resource section.resource-content .container > .resource-content__wrapper{
    margin-top: 0;
}
#vd_resource .resource-content__card{
    background-color: transparent !important;
    /*background: url("../images_r2/bg_resource_card.png");*/
    background: url("../images_r2/events_about_bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.1);
    border-radius: 20px;
    margin-bottom: 0;
}
#vd_resource .resource-content__card .text_block{
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #000;
}
#vd_resource .resource-content__card .logo{
    top: 30px;
    right: 30px;
    width: 90px;
    height: 90px;
    padding: 15px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#vd_resource .resource-content__card .logo img{
    width: 100%;
    height: auto;
}
#vd_resource .resource-form__wrapper .gform_wrapper .gfield_required{
    color: #FF7425 !important;
}
:root {
    --select-arrow: transparent;
}
select{
    position: relative;
}
#vd_resource .gform_wrapper.gravity-theme .gfield select.large::-ms-expand {
    display: none;
}
#vd_resource .gform_wrapper.gravity-theme .gfield select.large:before{
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid red;
    position: absolute;
    top: 0px;
    right: 0px;
}
#vd_resource .gform_wrapper.gravity-theme .gfield select.large{
    background: url("../images_r2/select_arrow.svg") !important;
    background-position: 94% center !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
#vd_resource .gform_wrapper.gravity-theme *,
#vd_resource .gform_wrapper.gravity-theme label{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
#vd_resource .gform_wrapper.gravity-theme input[type="checkbox"]{
    margin-right: 15px;
}

@media screen and (max-width: 768px){
    .img_bottom_minus img{
        position: initial;
        min-height: auto;
    }

    #vd_resource .resource-form__wrapper:after,
    #vd_resource .resource-form__wrapper:before{
        display: none;
    }
    #vd_resource section.resource-form{
        padding-top: 50px;
    }
    #vd_resource section {
        padding: 50px 0;
    }
    #vd_resource .resource-form__wrapper{
        padding: 30px 20px;
    }
    #vd_resource .resource-content__card{
        padding-top: 120px;
    }

    body.vd_resource .breadcrumbs_wrapper{
        padding-top: 0;
    }
    body.vd_resource .footer__nav-wrapper{
        flex-direction: column-reverse !important;
    }
    body.vd_resource.scroll-position-not-at-top header{
        background: #fff !important;
    }
}

main[id^="vd"] .slick-dots button:before,
#vd_discovery .slick-dots button:before{
    background-color: #105BD8;
}
main[id^="vd"] .slick-slide[data-slick-index="-2"],
main[id^="vd"] .slick-slide[data-slick-index="-1"]{
    opacity: 0;
}
/*main[id^="vd"] .slick-slide.slick-active,*/
/*main[id^="vd"] .slick-slide.slick-current{*/
/*    opacity: 1;*/
/*}*/

#vd_support_ukraine{
    margin-top: 50px;
}
#vd_support_ukraine #first_screen:before{
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    height: 520px;
    background:url("../images_r2/ukraine-flag.png");
    background-position: center;
    background-size:  cover;
    background-repeat: no-repeat;
}
#vd_support_ukraine #first_screen #first_screen_text{
    background-color: #fff;
    padding: 50px;
    margin-top: 140px;
    margin-bottom: 100px;
    box-shadow: 0px 0px 15px rgba(16, 91, 216, 0.1);
    border-radius: 20px;
}
#first_screen_text .logo_title{
    font-weight: 400;
}
#first_screen_text .product_title{
    margin: 50px 0;
}

#vd_support_ukraine #bottom_text .product_title{
    font-size: 26px;
}
#vd_support_ukraine .support_ukraine_items .row{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#vd_support_ukraine .support_ukraine_items .product_title{
    margin-bottom: 0;
}
#vd_support_ukraine .support_ukraine_items .row .text_block.vd_bg{
    padding: 30px;
    background-color: #105BD8;
    min-height: 280px;
    border-radius: 20px;
}
#vd_support_ukraine .support_ukraine_items .text_block.vd_bg .product_title{
    color: #fff;
}
#vd_support_ukraine .support_ukraine_items .row:nth-child(2) .text_block.vd_bg{
    padding: 30px;
    background-color: #113273;
}
#vd_support_ukraine .support_ukraine_items .row:nth-child(3) .text_block.vd_bg{
    padding: 30px;
    background-color: #FF7425;
}
#vd_support_ukraine .support_ukraine_items .text_block a{
    font-weight: bold;
}

#vd_support_ukraine #bottom_text{
    margin-top: 50px;
    background-color: transparent !important;
    background: url(../images_r2/support_ukraine_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    box-shadow: 0px 0px 15px rgb(16 91 216 / 10%);
    border-radius: 20px;
    padding: 120px 60px;
}
#vd_support_ukraine #bottom_text .product_title{
    margin-bottom: 0;
}
@media screen and (max-width: 768px){
    #vd_support_ukraine #first_screen:before{
        height: 270px;
    }
    #vd_support_ukraine #first_screen #first_screen_text{
        margin-top: 240px;
    }
    #vd_support_ukraine #first_screen #first_screen_text{
        margin-bottom: 50px;
    }
    .support_ukraine_items .col-md-8 .text_block{
        margin-top: 30px;
        margin-bottom: 50px;
    }
    #vd_support_ukraine .support_ukraine_items .row .text_block.vd_bg{
        min-height: auto;
        height: auto;
    }
    .support_ukraine_items .row:last-child .col-md-8 .text_block{
        margin-bottom: 0;
    }
    #vd_support_ukraine #bottom_text{
        padding: 30px;
    }
}

#vd_industries{}
.vd_industries section{
    padding: 80px 0;
}
.vd_industries section.s1{
    padding-top: 100px;
    padding-bottom: 140px;
    background-image: url("../images_r2/Scoutbee_s1_bg_gradient.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vd_industries section.s1 img{
    border-radius: 20px;
}
.vd_industries section.vd_stories{
    background-color: #fff;
}

.vd_industries .stories__item-content .author__img{
    width: 52px;
    height: 52px;
}
.vd_industries .stories__item-content .author__info .name,
.vd_industries .stories__item-content .author__info .position,
.vd_industries .stories__item-content .stories__item-content .quote{
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.vd_industries .stories__item-content .author__info .name{
    font-weight: 700;
}

@media screen and (max-width: 768px){
    .vd_industries section {
        padding: 60px 0 !important;
    }
}

.vd_industries .vd_facts .facts__item{
    min-height: 280px;
}

#vd_contact.about{
    margin-top: 0;
}
#vd_contact section{
    padding: 100px 0;
}
#vd_contact section.s1{
    position: relative;
}
#vd_contact section.s1:before{
    content: '';
    position: absolute;
    background: transparent;
    background-image: url(../images_r2/careers_video_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 640px;
    z-index: -10;
    top: 0;
}
html[lang="de-DE"] #vd_contact section.s1:before{
    height: 680px;
}
#vd_contact section.s1 h1,
#vd_contact section.s1 .product_title{
    margin-bottom: 32px;
}
#vd_contact section.s1 .lc-block+.lc-block.second{
    margin-top: 120px;
}

#vd_contact .contact-top__form{
    padding: 50px 60px;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(16, 91, 216, 0.1);
    border-radius: 20px;
}

#vd_contact section.s1 .text_block ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 16px;
    line-height: 28px;
}
#vd_contact section.s1 .text_block ul li a{
    color: #000;
    text-decoration: underline;
}

#vd_contact #logos{
    margin-top: 60px;
    background-image: url("../images_r2/Scoutbee_s1_bg_gradient.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#vd_contact .s1 iframe{
    height: 690px;
    width: 98%;
    margin: 0 auto;
}

@media screen and (max-width: 768px){
    #vd_contact section{
        padding: 60px 0;
    }
    #vd_contact section.s1:before{
        height: 680px !important;
    }
    #vd_contact .contact-top__form{
        padding: 20px;
    }
    #vd_contact .s1 .lc-block:first-child{
        margin-bottom: 40px;
    }
    #vd_contact .s1 .banner-container-left > br{
        display: none;
    }
    #vd_contact .s1 iframe{
        height: 730px;
    }

    #vd_contact section.s1 .lc-block.second.vd_md_show{
        margin-top: 50px;
    }
    #vd_contact #logos{
        margin-top: 0 !important;
    }
    #vd_contact #locations .locations__item.bg_lorange{
        margin-top: 30px;
    }
    main.about #locations .locations__item .text_block{
        padding: 30px 15px;
    }
    main.about #locations .locations__item .text_block a.text-link{
        font-size: 14px;
    }
}
