@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-Bold.eot');
    src: url('fonts/Lexend-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Lexend-Bold.woff2') format('woff2'), url('fonts/Lexend-Bold.woff') format('woff'), url('fonts/Lexend-Bold.ttf') format('truetype'), url('fonts/Lexend-Bold.svg#Lexend-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend-Regular.eot');
    src: url('fonts/Lexend-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Lexend-Regular.woff2') format('woff2'), url('fonts/Lexend-Regular.woff') format('woff'), url('fonts/Lexend-Regular.ttf') format('truetype'), url('fonts/Lexend-Regular.svg#Lexend-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::selection {
    background: rgba(0,149,255, .75);
    color: #fff;
}

html {
    --sbw: 0px;
    font-size: 2.6666666667vw;
    font-size: calc(2.6666666667vw - var(--sbw) / 37.5);
    scroll-behavior: smooth;
    overflow-x: hidden;
}


@media(min-width:0px)and (max-width:1023px) {
    html {
        scroll-behavior: smooth
    }
}

@media(min-width:600px)and (max-width:1023px) {
    html {
        font-size: 1.6666666667vw;
        font-size: calc(1.6666666667vw - var(--sbw) / 60)
    }
}

@media(min-width:1024px) {
    html {
        font-size: .6944444444vw;
        font-size: calc(.6944444444vw - var(--sbw) / 144);
        font-size: min(calc(.6944444444vw - var(--sbw) / 144), 13.3333333333px)
    }
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,149,255, 0.75)
}


@media(min-width:1024px) {
    .mobile-only {
        display: none !important
    }
}

@media(min-width:0px)and (max-width:1023px) {
    .desktop-only {
        display: none !important
    }
}


a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    background: rgba(0,149,255, 1);
    font-family: 'Lexend', helvetica, arial, sans-serif;
    line-height: 1;
    font-size: 0.875rem;
}

@media(min-width:1024px) {
    body {
        font-size: 1rem;
    }
}

ol,
ul {
    list-style: none
}


blockquote,
q {
    quotes: none
}

    blockquote:after,
    blockquote:before,
    q:after,
    q:before {
        content: "";
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
:after,
:before {
    box-sizing: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.container {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    width: 88.8vw
}

@media(min-width:600px)and (max-width:1023px) {
    .container {
        width: 88.8vw
    }
}

@media(min-width:1024px) {
    .container {
        max-width: 132rem
    }
}

.hero {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 0;
    color: #fff;
    font-weight: bold;
}

#heroscroll {
    min-height: 100vh;
}

.hero #video video {
    width: 100%;
    height: 100%;
}

.hero #video {
    width: 600px;
    position: absolute;
    top: 0;
    right: -200px;
    z-index: 0;
}

.mask-t {
    top: -10%;
    left: -10%;
    right: -10%;
    bottom: -10%;
    position: absolute;
    background: radial-gradient(circle, rgba(0,149,255,0) 0%, rgba(0,149,255,1) 100%);
}

@media(min-width:1024px) {
    .hero #video {
        width: 1000px;
        right: -100px;
    }
}

@media(min-width:1400px) {
    .hero #video {
        width: 1600px;
        right: 0px;
        top: auto;
        bottom: 0;
    }

    .mask-t {
        top: -1%;
        left: -1%;
        right: -1%;
        bottom: -1%;
    }
}




.hero article {
    position: relative;
    z-index: 1;
    padding-top: 104px;
}

.hero p,
.hero ul,
.hero div.cta {
    line-height: 1.7;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 0.75s;
    animation-delay: 1.0s;
    animation-fill-mode: forwards;
}

.hero ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

li {
    list-style: none;
    padding-left: 1rem;
    color: #fff;
    position: relative;
}

    li::before {
        content: ' ';
        color: #ffc12e;
        position: absolute;
        display: block;
        background-image: url('svg/list_style.svg');
        background-repeat: no-repeat;
        background-position: 0 8px;
        width: 1rem;
        top: 0;
        left: 0;
        bottom: 0;
    }

.content {
    margin-top: 100vh;
    background: #000;
    position: relative;
    z-index: 2;
}


.title {
    font-family: 'Lexend', helvetica, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -.04em;
}

.visble .title {
    animation-name: appear;
    animation-duration: 1.5s;
}

.title {
    font-size: 2.8rem;
    padding-bottom: 1.5rem;
    line-height: 1.05;
}


@media(min-width:1024px) {
    .title {
        font-size: 6rem;
        padding-bottom: 2rem;
    }
}

@media(min-width:1400px) {
    .title {
        font-size: 8rem;
        padding-bottom: 2.5rem;
    }
}

@media(min-width:1640px) {
    .title {
        font-size: 10rem;
        padding-bottom: 3rem;
    }
}


.title-xl {
    font-family: 'Lexend', helvetica, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -.04em;
    overflow: hidden;
    animation-name: appear;
    animation-duration: 1.5s;
}

.title-xl {
    font-size: 3rem;
    padding-bottom: 0.5rem;
    line-height: 1.05;
}


@media(min-width:1024px) {
    .title-xl {
        font-size: 8rem;
        padding-bottom: 2rem;
    }
}

@media(min-width:1400px) {
    .title-xl {
        font-size: 10rem;
        padding-bottom: 3rem;
    }

    .hero p,
    .hero ul,
    .hero div.cta {
        font-size: 1.1rem;
    }
}

@media(min-width:1640px) {
    .title-xl {
        font-size: 12rem;
        padding-bottom: 4rem;
    }

    .hero p,
    .hero ul,
    .hero div.cta {
        font-size: 1.2rem;
    }
}


.white {
    color: rgb(255,255,255);
}

.orange {
    color: #ffc12e;
}

.blue {
    color: #0095ff;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: .3s ease;
    padding-top: 26px;
    padding-bottom: 26px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,0.10) 70%, rgba(0,0,0,0) 100%);
}

    nav .left .logo {
        display: inline-block;
        background-image: url(../Content/svg/logo.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 82px;
        height: 26px;
    }

    nav.onWhite .left .logo {
        background-image: url(../Content/svg/logo_dark.svg);
    }

    nav .right svg {
        fill: #ffffff;
    }

    nav.onWhite .right svg {
        fill: rgba(0,149,255, 1);
    }

    nav .right a.active {
        color: rgba(0,149,255, 1);
    }

    nav.onWhite {
        color: #fff;
        background: linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0.10) 70%, rgba(255,255,255,0) 100%);
    }

        nav.onWhite a {
            color: #000;
        }

            nav.onWhite a.button {
                color: #fff;
                background: #000;
                border: none;
            }

    nav .container {
        display: flex;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

    nav .right {
        display: none;
    }

    #mobile-menu, #menuIcon, nav .mobile {
        display: block;
    }

    nav .logo {
        padding: 0;
    }

    nav a {
        text-decoration: none;
        color: #fff;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    nav.fade-in a {
        text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
    }

    nav.onWhite.fade-in a {
        text-shadow: none;
    }

    nav.fade-in a.button {
        text-shadow: none;
    }

    nav img {
        height: 26px;
    }

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

nav.onWhite .bar1, nav.onWhite .bar2, nav.onWhite .bar3 {
    background-color: #000;
}

.navbar.onWhite .blur-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.4);
    filter: blur(16px);
    z-index: 0;
}

.navbar.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 7px);
    transform: rotate(-45deg) translate(-7px, 7px);
}

.navbar.change .bar2 {
    opacity: 0;
}

.navbar.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-5px, -6px);
}

.navbar .menu-icon {
    position: relative;
}

    .navbar .menu-icon::before {
        content: 'Menu';
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: 3px;
        left: -50px;
    }

.navbar.fade-in .menu-icon::before {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}

.navbar.onWhite.fade-in .menu-icon::before {
    text-shadow: none;
}

.navbar.onWhite .menu-icon::before {
    color: #000;
}

.navbar.change .menu-icon::before {
    content: 'Sluit';
}

.mobile-menu.inner {
    padding-top: 100px;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    display: block;
}

.mobile-menu .button {
    background: #0095ff;
    color: #fff;
    font-size: 1.2rem;
}

    .mobile-menu .button:hover {
        background: rgba(0,149,255,0.8);
    }

@media(min-width:1400px) {
    nav {
        padding-top: 40px;
    }


        nav .left .logo {
            width: 128px;
            height: 40px;
        }

        nav .right {
            display: block;
        }

        #mobile-menu, #menuIcon, nav .mobile {
            display: none;
        }

    .hero article {
        padding-top: 160px;
    }
}

.cta {
    padding-top: 1em;
}

.button {
    border-radius: 2em;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 2.8em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    text-decoration: none;
    background: #fff;
    color: #000;
    height: 2.8em;
    margin-right: 0.6em;
    margin-bottom: 0.6em;
    cursor: pointer;
}

.block.how .button {
    color: rgb(0,149,255);
}


.button.secondary {
    color: #fff;
    background: transparent;
}

.button.yellow {
    background: #ffc12e;
    margin-top: 1rem;
}

@keyframes appear {
    from {
        transform: translate3d(0, -50%, -50em);
        opacity: 0.1;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.content-block {
    position: relative;
}

    .content-block::after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        mix-blend-mode: multiply;
    }

    .content-block::before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-position: center;
        background-size: cover;
        opacity: 0.75;
    }

.hoewerkthet::before {
    background-image: url('images/hoewerkthet.jpg');
}

.versnelling::before {
    background-image: url('images/versnelling.jpg');
}

.over::before {
    background-image: url('images/over.png');
}

.veelgestelde_vragen::before {
    background-image: url('images/faq.jpg');
}

.mijn_buurt::before {
    background-image: url('images/Zelf aan het stuur.JPG');
    mix-blend-mode: normal;
    opacity: 1;
}

.mijn_buurt::after {
    mix-blend-mode: normal;
    background: transparent;
}

.usp::before {
    background-image: url('images/Van ingewikkeld naar duidelijk.JPG');
    mix-blend-mode: normal;
    opacity: 1;
}

.usp::after {
    mix-blend-mode: normal;
    background: transparent;
}





.oog_voor::before {
    background-image: url('images/oog_voor.jpg');
}

.content-block.black::after {
    background-image: linear-gradient(to top, rgba(0,0,0,0.75) 5%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.75) 95%);
}

.content-block.blue::after {
    background-image: linear-gradient(90deg, rgba(2,0,36,.85) 0%, rgba(3,85,143,0.8) 80%, rgba(0,150,255,0.75) 100%);
}



.webinars {
    background-color: #fff;
}

    .webinars h2 {
        color: #ffc12e;
    }

.content-block article {
    z-index: 3;
    position: relative;
    color: #fff;
    padding-left: 5.6vw;
    padding-right: 5.6vw;
    padding-top: 104px;
    padding-bottom: 104px;
    line-height: 2;
}

    .content-block article.textblack {
        color: #000;
    }

.content-block h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    background-image: url('svg/list_style.svg');
    background-position: 0 10px;
    background-repeat: no-repeat;
}

.content-block.black h4 {
    background-image: url('svg/list_style_blue.svg');
}

.overlay .content-block .description .block {
    color: #ccc;
    cursor: pointer;
    z-index: 9;
    background-position: unset;
}

    .overlay .content-block .description .block h4 {
        background-position: unset;
    }

    .overlay .content-block .description .block:hover {
        color: rgba(0, 0, 0, 0.5);
    }

.overlay .content-block .description .active h4 {
    color: #000;
}

.overlay .block.text a {
    color: rgba(0,149,255, 1);
}

.overlay .block h4 {
    background-image: url('svg/list_style_blue.svg');
}

.overlay .block.text h2 {
    font-family: 'Lexend', helvetica, arial, sans-serif;
    font-weight: bold;
    letter-spacing: -.04em;
    font-size: 1.5rem;
    padding-left: 0;
}

.overlay .block p {
    text-shadow: none;
    padding-left: 0;
    padding-top: 1rem;
    line-height: 24px;
}

.overlay .block ul {
    padding-left: 0;
}

.overlay .block li {
    color: #000;
    line-height: 2;
    margin-bottom: .5rem;
}

    .overlay .block li b {
        font-style: italic;
    }

    .overlay .block li::before {
        display: block;
    }

.overlay .block iframe {
    width: 100%;
    height: 250px;
}

.overlay .block p span {
    font-weight: bold;
    display: block;
}

.overlay .block .image .inner {
    display: block;
    padding: 1rem 1rem 2rem 0;
    background-image: url('images/mijnbuurt.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 56.25%;
}

.overlay .block .video {
    margin: 1rem 0 2rem 0;
    position: relative;
}

    .overlay .block .video::after {
        content: '';
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url('svg/play.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px auto;
    }

.overlay .content-block::after {
    z-index: -2 !important;
}

@media(min-width:1024px) {
    .overlay .block.text h2 {
        padding-left: 2rem;
        font-size: 2.5rem;
    }

    .overlay .block p {
        padding-left: 2rem;
        line-height: 2;
    }

    .overlay .block .video {
        margin: 1rem 0 2rem 2rem;
    }

    .overlay .block ul {
        padding-left: 2rem;
    }

    .overlay .block iframe {
        width: 40%;
        height: 275px;
    }

    .overlay form {
        padding-left: 2rem;
    }

    .overlay .block .image {
        width: 50%;
    }

        .overlay .block .image .inner {
            display: block;
            margin-left: 2rem;
        }
}

.content-block p {
    margin-bottom: 1rem;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}

.content-block.webinars p {
    text-shadow: none;
}



.content-block .location {
    padding-top: 2rem;
    display: flex;
    align-items: center;
}

.content-block p.intro {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 3rem;
}

.content-block .description.how {
    padding-top: 100px;
}

.content-block .description p {
    padding-left: 1rem;
    opacity: 0.75;
}

    .content-block .description p span {
        display: block;
    }

.content-block .description .button {
    margin-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100px;
    text-align: center;
}

.card.activity {
    margin-bottom: 2rem;
}

    .card.activity .image {
        position: relative;
        height: 300px;
        background-image: url(images/mijnbuurt.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 1em;
    }

        .card.activity .image .date-time {
            position: absolute;
            bottom: 1em;
            left: 1em;
            background-color: #fff;
            border-radius: 5px;
            padding: .25rem 1rem;
        }

        .card.activity .image .time {
            font-size: .8rem;
        }



footer {
    background-color: black;
    background-image: linear-gradient(to top, rgba(0,0,0,0.75) 5%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.75) 95%);
    padding: 2rem 0;
}

    footer .container {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    footer img {
        height: 26px;
        border: 0;
        padding-bottom: 1rem;
    }

.footer_column {
    width: 100%;
    padding-bottom: 2rem;
    z-index: 9;
}

    .footer_column p {
        color: #fff;
        width: 75%;
        line-height: 2;
    }

    .footer_column h4 {
        color: #fff;
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 2rem;
        padding-left: 1rem;
        background-image: url('svg/list_style_blue.svg');
        background-position: 0 center;
        background-repeat: no-repeat;
    }

    .footer_column ul li {
        display: block;
        padding-bottom: 1rem;
    }

        .footer_column ul li a {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
            line-height: 1.5;
        }

            .footer_column ul li a:hover {
                color: #ffc12e;
            }

        .footer_column ul li::before {
            display: none;
        }

    .footer_column.partners.logos-container {
        width: 100%;
    }

    .footer_column.partners {
        width: 100%;
        padding-bottom: 0;
    }

    .footer_column .logos-researchpartners {
        width: 100%;
    }

    .footer_column .logos-software {
        width: 100%;
    }

.partners .logos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

    .partners .logos img, .partners.large .logos img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        background: #fff;
        padding: 8px;
        margin: 0 1em 1em 0;
    }

.partners .banner {
    padding: 3em 0;
    background: rgba(0,149,255, 1);
    margin-bottom: 4em;
    z-index: 0;
}

    .partners .banner .inner {
        max-width: 42rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 0 1em;
    }

    .partners .banner h2 {
        color: #fff;
        font-size: 1.75rem;
        font-weight: bold;
        padding-bottom: .5em;
    }

    .partners .banner p {
        padding-bottom: 1em;
        width: 100%;
    }

    .partners .banner a {
    }

@media(min-width:1024px) {
    footer .container {
        display: flex;
    }

    .footer_column {
        width: 33%;
    }

    .partners {
    }

        .partners .container {
            display: flex;
            justify-content: space-between;
        }

        .partners .logos img {
            width: 120px;
            height: 120px;
        }

        .partners .logos.small img {
            width: 100px;
            height: 100px;
        }

        .partners .banner h2 {
            font-size: 2.25rem;
        }
}

.terms {
    background: #fff;
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .terms a {
        text-decoration: none;
        color: #000;
        cursor: pointer;
    }

@media(min-width:1024px) {
    .content-block {
        font-size: 1.1rem;
    }

        .content-block h4,
        .content-block .description p {
            padding-left: 112px;
            background-size: auto 22px;
            background-position: 80px 10px;
        }

        .content-block h4,
        .content-block .partners .description p {
            padding-left: 24px;
            background-size: auto 22px;
            background-position: 0;
        }

        .content-block.webinars h4,
        .content-block.webinars .description p {
            padding-left: 0;
            background-size: auto 22px;
            background-position: 0 10px;
        }

        .content-block .block.text .button.webinar {
            margin-left: 2rem !important;
        }

        .content-block .location {
            padding-left: 2rem;
        }

        .content-block .description .button {
            margin-left: 2rem;
        }

        .content-block .description {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .content-block .description .block {
                width: 45%;
            }

                .content-block .description .block.how {
                    width: 30%;
                }

        .content-block article {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }

        .content-block .description .block.webinar {
            width: 30%;
        }

        .content-block .block.how .button {
            margin-left: 112px;
        }

        .content-block .block.how h4, .content-block .gemeente.block h4, .content-block .bewoner.block h4 {
            padding-left: 112px;
            background-position: 80px 10px;
        }

    .logos-container {
        display: flex;
    }

    .logos-partners {
        width: 66%;
    }
}

@media(min-width:1400px) {
    .content-block article {
        padding-top: 160px;
        padding-bottom: 160px;
    }



    footer {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .footer_column .logos-researchpartners {
        width: 67%;
    }

    .footer_column .logos-software {
        width: 33%;
    }
}


.conversation {
    padding-top: 2em;
    font-family: 'Lexend', helvetica, arial, sans-serif;
}

.chat {
    box-sizing: border-box;
    line-height: 24px;
    margin-bottom: 48px;
    padding-left: 80px;
    position: relative;
    tab-size: 4;
}

.chat_message {
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    box-sizing: border-box;
    padding: 16px;
    position: relative;
    tab-size: 4;
    color: rgba(255,255,255,0.75);
}

    .chat_message.image {
        width: 50%;
    }

        .chat_message.image.video {
            position: relative;
        }

            .chat_message.image.video a {
                display: block;
                position: relative;
                line-height: 1;
            }

                .chat_message.image.video a::after {
                    content: '';
                    margin: 0;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background-image: url('svg/play.svg');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 40px auto;
                }

    .chat_message img {
        width: 100%;
        cursor: pointer;
        border-radius: 6px;
    }

@media(min-width:1400px) {
    .chat_message {
        padding: 24px;
        line-height: 2;
    }

    .content-block .webinarInfo {
        display: flex;
        align-items: center;
    }
}

.x {
    border-bottom-color: rgba(255, 255, 255, 0.5);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.5);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-width: 0px;
    border-top-width: 0px;
    bottom: 24px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    box-sizing: border-box;
    height: 16px;
    left: -9px;
    position: absolute;
    tab-size: 4;
    transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
    width: 16px;
}

.avatar {
    border-bottom-color: rgb(148, 163, 184);
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(148, 163, 184);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(148, 163, 184);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(148, 163, 184);
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    height: 64px;
    left: 0px;
    max-width: 100%;
    position: absolute;
    tab-size: 4;
    width: 64px;
    background-image: url('svg/logo.svg');
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center;
}

section.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    background-color: #fff;
    z-index: 10;
    transition: .3s ease;
}

    section.overlay.show::after {
        content: '';
        background-color: #fff;
        position: absolute;
        top: -300px;
        bottom: -300px;
        right: 100%;
        left: -95px;
        transform: rotate(10deg);
        width: 100%;
        z-index: -1;
        box-shadow: -5px 15px 5px rgba(0,0,0,0.10);
    }

    section.overlay #overlay_close {
        position: absolute;
        top: 1rem;
        right: 1.5rem;
        cursor: pointer;
        color: #fff;
        background-color: #000;
        border-radius: 50%;
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }


    section.overlay.show #overlay_close {
        display: flex;
    }

    section.overlay form {
        display: none;
    }

    section.overlay .content-block {
        display: none;
    }

    section.overlay .description {
        padding-bottom: 100px;
    }

    section.overlay.show {
        left: 20%;
    }

        section.overlay.show form {
            display: block;
        }

        section.overlay.show .content-block {
            display: block;
            position: relative;
            z-index: 12;
            padding-top: 100px;
            padding-bottom: 50px;
        }

            section.overlay.show .content-block .button {
                display: inline-block;
                background-color: #0095ff;
                color: #fff;
                margin-top: 1rem;
                border: none;
            }

    section.overlay #overlay_content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 0;
        padding-right: 2rem;
        z-index: 1;
        overflow-y: auto;
    }

        section.overlay #overlay_content .form-container {
            padding-top: 100px;
            padding-bottom: 50px;
        }

        section.overlay #overlay_content iframe {
            margin-top: 2rem;
            display: block;
        }


@media(min-width:1024px) {
    section.overlay #overlay_content {
        width: 70%;
        padding: 2rem;
    }
}

form {
    width: 90%;
}

    form h2 {
        font-family: 'Lexend', helvetica, arial, sans-serif;
        font-weight: bold !important;
        letter-spacing: -.04em;
        font-size: 1.5rem !important;
        padding-bottom: 1rem;
    }

    form label {
        display: block;
    }

    form .formfield {
        margin-bottom: 1rem;
    }

        form .formfield input, textarea {
            display: block;
            margin-top: .5rem;
            width: 100%;
            border: 1px solid rgb(148, 163, 184);
            padding: 1rem;
            border-radius: .5rem;
            color: #222;
            font-family: 'Lexend', helvetica, arial, sans-serif !important;
        }

    form button {
        background: #0095ff !important;
        border-radius: 2em;
        border: 1px solid #fff;
        display: inline-block;
        line-height: 2.8em;
        padding-left: 1.2em;
        padding-right: 1.2em;
        text-decoration: none;
        color: #fff !important;
        margin-right: 0.6em;
        margin-bottom: 0.6em;
        cursor: pointer;
        font-family: 'Lexend', helvetica, arial, sans-serif !important;
        font-size: 1.1rem;
    }

        form button:hover {
            background: rgba(0,149,255, .8) !important;
        }

.form-message .message-top h2 {
    font-size: 2.5rem;
}

@media(min-width:1024px) {
    form {
        width: 70%;
    }
}


@media(min-width:1400px) {
    .usp ul li {
        font-size: 1.2em;
        padding-left: 1.5rem;
    }

        .usp ul li:before {
            background-position: 0 center;
        }


    .activity p,
    .activity h4 {
        padding-left: 2rem !important;
        background-position: 0 10px !important;
    }
}

.faq {
    max-width: 100%;
    margin: auto;
}

    .faq h5 {
        font-size: 1.5em;
        font-weight: bold;
    }

.accordion {
    cursor: pointer;
    padding: 1em 0;
    width: 100%;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    outline: none;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 1em;
    font-family: 'Lexend', helvetica, arial, sans-serif;
    text-align: left;
    font-weight: bold;
}

    .accordion svg {
        transition: 0.4s;
    }

    .accordion.active svg {
        transform: rotate(180deg);
    }

    .accordion.active {
        border-bottom: none;
    }

.panel {
    padding: 0 0 2em 0;
    display: none;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    margin-bottom: 1em;
}


@media(min-width:1024px) {
    .faq {
        max-width: 70%;
        margin: auto;
    }
}

section.introduction_film {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

    section.introduction_film h3 {
        font-size: 3em;
        font-family: 'Lexend', helvetica, arial, sans-serif;
        font-weight: bold;
        letter-spacing: -.04em;
    }

    section.introduction_film .container {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

        section.introduction_film .container iframe {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 6px solid #ffc12e;
        }

@media(min-width:1024px) {
    section.introduction_film {
        width: 70%;
    }
}

section.professionals article {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1em;
    background: #fff;
    padding-top: 2em;
}

section.professionals a.professionals_card {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background: #efefef;
    padding: 1em 1em 1em 0;
}

section.professionals .professionals_card .image {
    overflow: hidden;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    z-index: 2;
}

    section.professionals .professionals_card .image img {
        width: 75px;
        height: 75px;
        object-fit: cover;
    }

section.professionals .professionals_card .info {
    position: relative;
    color: #000;
    z-index: 1;
    padding-left: 1em;
}

    section.professionals .professionals_card .info:before {
        content: '';
        position: absolute;
        width: 133px;
        height: 237px;
        background: #fff;
        transform: rotate(5deg);
        left: -180px;
        z-index: -1;
        top: -53px;
    }

    section.professionals .professionals_card .info .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    section.professionals .professionals_card .info .bottom {
    }

    section.professionals .professionals_card .info .top a {
        background: rgba(0,149,255, 1);
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.professionals .professionals_card .info h5 {
        font-family: 'Lexend', helvetica, arial, sans-serif;
        font-weight: bold;
        letter-spacing: -.04em;
        font-size: 1.3em;
        line-height: 1.1;
    }

        section.professionals .professionals_card .info h5 span {
            color: rgba(0,149,255, 1);
        }

    section.professionals .professionals_card .info .bottom span {
        color: #444;
        display: block;
        padding-left: 1rem;
        background-image: url('svg/list_style_blue.svg');
        background-position: 0 center;
        background-repeat: no-repeat;
    }

    section.professionals .professionals_card .info .company_name {
        font-size: .85rem;
    }

    section.professionals .professionals_card .info .bottom span {
        font-size: .85rem;
    }

    section.professionals .professionals_card .info p {
        font-size: 1em;
        margin-bottom: 0;
        text-shadow: none;
    }

@media(min-width:880px) {
    section.professionals article {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media(min-width:1400px) {
    section .professionals {
        background: #fff;
    }

        section.professionals article {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            grid-gap: 1em;
        }

        section.professionals .professionals_card .image {
            width: 90px;
            height: 90px;
        }

            section.professionals .professionals_card .image img {
                width: 90px;
                height: 90px;
            }

        section.professionals .professionals_card .info {
        }

            section.professionals .professionals_card .info h5 {
                font-size: 1.3em;
            }

            section.professionals .professionals_card .info p {
                font-size: 1em;
            }
}

@media(min-width:1600px) {
    section.professionals article {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    section.professionals .professionals_card .info h5 {
        font-size: 1.3em;
    }

    section.professionals .professionals_card .info p {
        font-size: 1em;
    }
}

a.no_activities {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

    a.no_activities svg {
        margin-top: 10px;
    }

.professional_overlay {
}

    .professional_overlay .inner {
    }

    .professional_overlay .top_container {
        display: inline-block;
        align-items: center;
        padding-bottom: 2em;
    }

    .professional_overlay img {
        min-width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 1em;
    }

    .professional_overlay .top_container .info {
        padding-left: 0;
    }

        .professional_overlay .top_container .info h5 {
            font-size: 1.5em;
            font-weight: bold;
            letter-spacing: -.04em;
            line-height: 1.1;
            padding-bottom: .5rem;
        }

            .professional_overlay .top_container .info h5 span {
                color: rgba(0,149,255, 1);
            }

.content-block.professional_overlay p {
    text-shadow: none !important;
    line-height: 1.5;
}

.professional_overlay ul li {
    color: black;
    line-height: 2;
}

.professional_overlay .info .bottom {
    display: block;
}

    .professional_overlay .info .bottom .company_name {
        padding-bottom: .5rem;
    }

    .professional_overlay .info .bottom span {
        color: #444;
        display: block;
        padding-left: .85rem;
        background-image: url('svg/list_style_blue.svg');
        background-position: 0 center;
        background-repeat: no-repeat;
        margin-top: .5em;
        font-size: .95rem;
    }

.professional_overlay .contact_professional {
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px solid #ccc;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1em;
}

    .professional_overlay .contact_professional a {
        text-decoration: none;
        color: #000;
        display: flex;
        align-items: center;
        font-size: 1rem;
    }

    .professional_overlay .contact_professional span {
        padding-left: .5em;
        max-width: 90%;
    }

    .professional_overlay .contact_professional svg {
        fill: rgba(0,149,255, 1);
    }

@media(min-width:1400px) {
    .professional_overlay .top_container {
        display: flex;
    }

    .professional_overlay .contact_professional {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .professional_overlay img {
        min-width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
        padding-bottom: 0;
    }

    .professional_overlay .top_container .info {
        padding-left: 2em;
    }

        .professional_overlay .top_container .info h5 {
            font-size: 3em;
        }
}

section.professionals .professionals_card.show {
    display: block;
}

section.professionals .professionals_card.hidden {
    display: none;
}

.professionals .filters {
    background: #fff;
    padding-top: 2em;
}

    .professionals .filters .inner {
        z-index: 3;
        position: relative;
        color: #fff;
        margin-left: 5.6vw;
        margin-right: 5.6vw;
        padding-top: 1em;
        padding-bottom: 1em;
        line-height: 2;
        display: block;
        align-items: center;
        background: #fff;
        font-size: .9em;
    }

    .professionals .filters svg {
        padding-left: 0;
    }

    .professionals .filters a {
        display: block;
        text-decoration: none;
        color: #444;
        padding: .2em 2em;
        border: 1px solid #ccc;
        border-radius: 50px;
        margin-left: 0;
        margin-bottom: .5em;
    }

    .professionals .filters .filter-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: .5em;
    }

        .professionals .filters .filter-icon a {
            margin-bottom: 0;
            text-decoration: underline;
            margin-left: .25em;
            padding-right: .5em;
            padding-left: .5em;
        }

    .professionals .filters a#bww-filters-clear {
        border: none;
    }

    .professionals .filters a.bww-filter-toggle.show {
        color: #fff;
        background: rgba(0,149,255, 1);
        padding: .2em 2em;
        border: 1px solid rgba(0,149,255, 1);
        border-radius: 50px;
    }

    .professionals .filters a.bww-filter-toggle.hidden {
        color: #444;
    }

@media(min-width:1153px) {
    .professionals .filters .inner {
        display: flex;
    }

    .professionals .filters a {
        margin-bottom: 0;
        margin-left: 1em;
    }

    .professionals .filters svg {
        padding-left: 2em;
    }

    .professionals .filters .filter-icon {
        margin-bottom: 0;
    }
}

.content-block .media {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .content-block .media article {
        padding: 6em 0;
    }

    .content-block .media .gallery {
        display: grid;
        grid-gap: 1em;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

        .content-block .media .gallery a {
            height: 200px;
            width: 100px;
        }

        .content-block .media .gallery img {
            height: 200px;
            width: auto;
            object-fit: cover;
        }

.text-page {
    padding-top: 10em;
    padding-bottom: 6em;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    width: 88.8vw;
    color: #fff;
}

    .text-page h2 {
        font-size: 3em;
        padding-bottom: 1em;
        font-weight: bold;
    }

    .text-page h3 {
        font-size: 1.5em;
        padding-bottom: .5em;
        font-weight: bold;
    }

    .text-page p {
        font-size: 1.2rem;
        line-height: 1.6;
        padding-bottom: 1em;
    }
    .text-page p.last {
        padding-bottom: 2em;
    }

    .text-page ul {
        font-size: 1em;
        padding-bottom: 2em;
    }

        .text-page ul li {
            font-size: 1.2rem;
            line-height: 1.6;
        }


@media(min-width:1400px) {
    .text-page {
        padding-top: 13em;
        padding-bottom: 6em;
        max-width: 60%;
        margin: auto;
        color: #fff;
    }

        .text-page h2 {
            font-size: 3em;
            padding-bottom: 1em;
            font-weight: bold;
        }

        .text-page p {
            font-size: 1.2rem;
            line-height: 1.6;
            padding-bottom: 1em;
        }
}
