/* Base Setup */
@font-face {
    font-family: 'Proximus Regular';
    src:  url('../fonts/Proximus-Regular.eot');
    src:  url('../fonts/Proximus-Regular.eot?#iefix') format("embedded-opentype"),
    url('../fonts/Proximus-Regular.woff') format('woff'),
    url('../fonts/Proximus-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Proximus Light';
    src:  url('../fonts/Proximus-Light.eot');
    src:  url('../fonts/Proximus-Light.eot?#iefix') format("embedded-opentype"),
    url('../fonts/ProximusLight-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Proximus Bold';
    src:  url('../fonts/Proximus-Bold.eot');
    src:  url('../fonts/Proximus-Bold.eot?#iefix') format("embedded-opentype"),
    url('../fonts/Proximus-Bold.woff') format('woff'),
    url('../fonts/Proximus-Bold.ttf') format('truetype');
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    background: #fff;
    color: #565656;
    font-size: 1.6rem;
    font-family: 'Proximus Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
.content-container {
    position: relative;
    z-index: 1;
}
.inner-container {
    max-width: 1050px;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
button > p:focus,
    button:focus,
    a > p:focus,
    a:focus {
    outline: 0;
}
a:active {
    text-decoration: none;
}
.clearfix:before,
    .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
input,
textarea {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    font-family: "Proximus Regular", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    padding: 1rem;
    border-radius: 3px 3px 1.5rem 3px;
    border: 1px solid rgba(0, 0, 0, .1)
}
input:focus, textarea:focus {
    outline: unset;
    border: 1px solid #551e85;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(106, 112, 138, .65);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(106, 112, 138, .65);
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: rgba(106, 112, 138, .65);
}
input::placeholder, textarea::placeholder {
    color: rgba(106, 112, 138, .65);
}
.animatedOpacity {
    opacity: 0;
}
.grecaptcha-badge { visibility: hidden; }
#recaptcha {
    color: #565656;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 12px;
    margin-top: -12px;
    display:none;
}
.nav--mobile,
.pb-office > div,
.carousel__content__panel,
.why-cm__usp,
.why-cm__image {
    z-index: 1;
}
#header,
.pb-why-cm header {
    z-index: 5;
}
/* Components */
.button {
    background-color: #00bcee;
    border: none;
    border-bottom-right-radius: 1.4em;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    color: rgb(255, 255, 255);
    display: inline-block;
    cursor: pointer;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 0.05rem;
    line-height: 1.7rem;
    padding: 1.5rem 2.4rem 1.5rem 2.4rem
}
.button:focus {
    outline:0;
}
.button:hover {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0,-2px,0);
            transform: translate3d(0,-2px,0);
}
.button.button--inverted {
    background-color: #633c91;
    border: 1px solid rgba(255, 255, 255, .25);
}
.button.button--primary {
    background-color: #551e85;
    border: 1px solid rgba(255, 255, 255, .25);
}
.button.button--flat {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.button.button--mobile-menu > span:first-child {
    margin-bottom: 5px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}
.button.button--mobile-menu > span:last-child {
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
.button.button--mobile-menu > span {
    content: " ";
    display: block;
    height: 2px;
    position: relative;
    width: 14px;
    background-color: rgb(255, 255, 255);
    -webkit-transform-origin: 4px 0;
            transform-origin: 4px 0;
    -webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease,
            -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease,
            -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease,
            -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
@media (min-width: 768px) {
    .carousel {
        height: 220px;
    }
}
@media (min-width: 768px) {
    .carousel__nav {
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .carousel__nav {
        width: 25%;
    }
}
.carousel__nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 16px;
    margin-bottom: 8px;
    color: #565656;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.carousel__nav li a span {
    line-height: 125%;
}
@media (min-width: 768px) {
    .carousel__nav li a {
        width: 390px;
    }
}
@media (min-width: 1280px) {
    .carousel__nav li a {
        width: 320px;
    }
}
.carousel__nav li a img {
    margin-right: 8px;
    vertical-align: middle;
    width: 55px;
}
.carousel__nav li a.active,
        .carousel__nav li a:hover {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    color: #551e85;
}
.carousel__content {
    margin-top: 24px;
}
@media (min-width: 768px) {
    .carousel__content {}
}
@media (min-width: 1280px) {
    .carousel__content {}
}
.carousel__content .carousel__content__panel {
    display: none;
    position: relative;
    width: 100%;
}
.carousel__content .active {
    display: block;
}
.footer__info {
    padding: 95px 24px;
    background-color: #551e85;
    color: rgb(255, 255, 255)
}
.footer__info::after {
    display: block;
    height: 700px;/* left: 0; */
    position: absolute;
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
    -webkit-transform-origin: 100%;
    width: 130px;
    height: 100%;
    top: 0;
    background-color: red;
    background: #551E85;
    right: -50px;
}
@media (min-width: 768px) {
    .footer__info::after {
        content: "";
    }
}
@media (min-width: 1024px) {
    .footer__info {
        padding: 130px 60px;
    }
}
@media (min-width: 1280px) {
    .footer__info {
        padding-left: 195px;
    }
}
.footer__info h3 {
    font-size: 1.8rem;
    opacity: 0.8;
    line-height: 22px;
    font-weight: 300;
}
.footer__info h2 {
    font-size: 2.2rem;
    margin: 0.75em 0 6rem;
    line-height: 43px;
}
@media (min-width: 768px) {
    .footer__info h2 {
        font-size: 3rem;
    }
}
.footer__info table .contact_key {
    padding: 16px 35px 16px 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: 0.8;
    letter-spacing: 0.92px;
    line-height: 17px;
}
@media (min-width: 768px) {
    .footer__info table .contact_key {
        padding: 16px 64px 16px 0;
    }
}
.footer__info table .contact_value {
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    .footer__info table .contact_value {
        padding-bottom: 0px;
    }
}
.footer__info table .contact_value a {
    text-decoration: none;
}
.footer__info table tfoot .contact_key,
            .footer__info table tfoot .contact_value {
    padding-top: 80px;
}
.footer__info table tfoot .contact_key {
    vertical-align: middle;
    line-height: 20px;
}
.footer__info table tr:not(:last-child) {
    border-bottom: 1px dotted rgba(255, 255, 255, .1);
}
.footer__clearmedia {
    clear: both;
    padding: 32px 24px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-direction: column;

            flex-direction: column;


}
@media (min-width: 768px) {
    .footer__clearmedia {
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
@media (min-width: 1024px) {
    .footer__clearmedia {
        padding: 48px 60px;
    }
}
@media (min-width: 1280px) {
    .footer__clearmedia {
        padding-left: 195px;
    }
}
.footer__clearmedia > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 12px;
}
@media (min-width: 768px) {
    .footer__clearmedia > div {
        margin-bottom: 0;
    }
}
.footer__clearmedia > div:first-child svg:first-child {
    height: 31px;
    width: 117px;
}
@media (min-width: 768px) {
    .footer__clearmedia > div:first-child svg:first-child {
        width: 160px;
    }
}
.footer__clearmedia > div:nth-child(2) svg {
    height: 74px;
    width:300px;
}
.footer__clearmedia > div a svg:first-child {
    height: 16px;
    width: -webkit-fit-content!important;
    width: -moz-fit-content!important;
    width: fit-content!important;
    width: 300px!important;
}
@media (min-width: 768px) {
    .footer__clearmedia > div a svg:first-child {
        margin: 10px 0 0 15px;
    }
}
@media (min-width: 768px) {
    .footer__clearmedia .footer__links {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
.footer__clearmedia .footer__links a {
    color: #6a708a;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Proximus Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
    margin:  5px 0;
}
@media (min-width: 768px) {
    .footer__clearmedia .footer__links a {
        margin: 0 7.5px;
    }
}
.footer__clearmedia .footer__links a:hover {
    color: #565656;
}
@media (min-width: 768px) {
    .footer__info {
        position: relative;
        height: 70rem;
    }

    .footer__photo,
    .footer__info {
        width: 50%;
        float: left;
    }

    .footer__photo img {
        float: right;
        -o-object-fit: cover;
           object-fit: cover;
        height: 70rem;
    }
}
@media (min-width: 1440px) {
    .footer__info {
        width: 55%;
    }
    .footer__photo {
        width: 45%;
    }
}
#footer-small {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 130px;
    padding: 0 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}
@media (min-width: 768px) {
    #footer-small {
        padding: 0 50px;
    }
}
#footer-small svg {
    width: 140px;
    height:auto;
}
#footer-small a {
    color: #565656;
    text-decoration: none;
    font-size: 14px;
}
#header {
    padding: 24px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #551e85;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 20000;
}
@media (min-width: 1024px) {
    #header {
        padding: 32px 60px;
    }
}
#header.headroom--unpinned {
    top: -100px;
}
#header.headroom--pinned {
    top: 0;
}
#header.headroom--top {
    background-color: transparent;
}
#header.headroom--not-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
#header.headroom--not-top .language-switcher button {
    background-color: rgb(101, 58, 144);
}
.header__logo {
    float: left;
    margin-right: 8px;
    margin-top: 8px
}
.header__logo img {
    width: 14rem;
}
@media (min-width: 1024px) {
    .header__logo {
        margin-right: 16px;
    }
}
@media (min-width: 1280px) {
    .header__logo {
        margin-right: 112px;
    }
}
#header-small {
    height: 111px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 32px;
}
@media (min-width: 768px) {
    #header-small {
        padding: 0 50px;
    }
}
#header-small svg {
    width: 140px;
    height:auto;
}
.masthead {
    position: relative;
    background-color: #551e85;
    color: rgb(255, 255, 255);
    height: 100vh;
    max-height: 500px;
    margin-bottom: -50px;
}
@media (min-width: 768px) {
    .masthead {
        max-height: 750px;
    }
}
.masthead .masthead__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 1440px) {
    .masthead .masthead__background {
        background-image:none!important;
    }
}
.masthead .masthead__background::after {
    background: linear-gradient(74.15deg, hsla(305, 60%, 7%, 1) -1.71%, rgba(94, 19, 215, .52) 75.77%);
}
@media (min-width: 1440px) {
    .masthead .masthead__background::after {
        background:linear-gradient(70.19deg,hsla(264, 58%, 27%, 1) 14.96%, hsl(280, 63%, 30%) 52.96%,rgba(156, 19, 241, .18) 93.18%);
    }
}
.masthead .masthead__background div::after {
    display:none!important;
}
.masthead .masthead__background:after {
    height: 100%;
    //opacity: 0.85;
    width: 100%;
    content: '';
    position: absolute;
}
.masthead .masthead__background .column {
    width: 100%;
    height: 100%;
    background-size: cover;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
}
.masthead .masthead__background .column.justify__content__end {
    justify-content: end;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-orient: initial;
}
@media (min-width: 768px) {
    .masthead .masthead__background .column {
        width: 60%;
    }
}
.masthead .masthead__background .column:last-of-type {
    display: none;
    background: rgba(0, 0, 0, .1);
    background-position: center;
    //background-blend-mode: hue;
    background-size: cover;
}
@media (min-width: 1440px) {
    .masthead .masthead__background .column:last-of-type {
        display: block;
    }
}
.masthead .masthead__background .column > .masthead__text {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    z-index: 10;
    top: 200px;
}
@media (min-width: 768px) {
    .masthead .masthead__background .column > .masthead__text {
        padding-right: 70px;
    }
}
.masthead .masthead__background .column > .masthead__text > h2 {
    font-size: 2.6rem;
    font-family: 'Proximus Bold', serif;
    line-height: 4.5rem;
}
@media (min-width: 768px) {
    .masthead .masthead__background .column > .masthead__text > h2 {
        font-size: 3.6rem;
    }
}
.masthead .masthead__background .column > .masthead__text > p {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 3.0rem;
}
@media (min-width: 768px) {
    .masthead .masthead__background .column > .masthead__text > p {
        font-size: 1.7rem;
    }
}
.masthead .masthead__background .column > .masthead__text > div > a:first-child {
    margin-bottom: 20px;
    display: block;
}
@media (min-width: 768px) {
    .masthead .masthead__background .column > .masthead__text > div > a:first-child {
        margin-right: 20px;
        margin-bottom: 0px;
        display: inline-block;
    }
}
.masthead .masthead__background .column > .masthead__text > div > a:first-child {
    background: #00bcee;
}
.masthead .masthead__background .column > .masthead__text > a {
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.masthead .masthead__background .column > .masthead__text > a > img {
    opacity: 1;
    width: 24px;
    position: static;
    position: initial;
    -webkit-transform: none;
            transform: none;
    float: left;
    margin-right: 15px;
}
.masthead .masthead__background .column > .masthead__text > a > span {
    text-transform: uppercase;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    font-family: 'Proximus Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.masthead .masthead__background > div:nth-of-type(1) {
    width: 100%;
    position: relative;
}
@media (min-width: 768px) {
    .masthead .masthead__background > div:nth-of-type(1) {
        width: 55%;
    }
}
.masthead .masthead__background > div:nth-of-type(1) img {
    mix-blend-mode: multiply;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
}
.masthead .masthead__background > div:nth-of-type(1)::after {
    display: block;
    height: 600px;/* left: 0; */
    position: absolute;
    right: -75px;
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
    -webkit-transform-origin: 100%;
    width: 130px;
    height: 100%;
    top: 0;
    background-color: red;
    background: #551e85;
}
@media (min-width: 768px) {
    .masthead .masthead__background > div:nth-of-type(1)::after {
        content: '';
        z-index: 1;
    }
}
.masthead .masthead__background > div:nth-of-type(2) {
    display: none;
}
.masthead .masthead__background > div:nth-of-type(2) img {
    float: right;
    position: absolute;
    min-height: 100%;
}
.masthead .bottomText__container {
    position: absolute;
    bottom: 5.7rem;
    left: 55%;
    display: none;
}
@media (min-width: 768px) {
    .masthead .bottomText__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        z-index: 1;
    }
}
.masthead .bottomText__container .stripe {
    height: 0.1rem;
    width: 9rem;
    background-color: #ffffff;
    margin-right: 2.5rem;
    margin-top: 1rem;
}
.masthead .bottomText__container .bottomText__text {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    max-width: 30rem;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial,
            sans-serif;
}
.masthead > svg {
    position:absolute;
    bottom: -1px;
}
@media (min-width: 768px) {
    .masthead > svg {
        bottom: -25px;
    }
}
@media (min-width: 1280px) {
    .masthead > svg {
        bottom: -44px;
    }
}
@media (min-width: 1440px) {
    .masthead > svg {
        bottom: -54px;
    }
}
@media (min-width: 2000px) {
    .masthead > svg {
        bottom: -70px;
    }
}
.masthead--small {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .masthead--small {
        max-height: 550px;
        height: 100vh;
    }
}
@media (min-width: 768px) {
    .product-item .masthead--small {
        max-height: 550px;
        height: 100vh;
    }
}
.product-item .masthead--small .column:nth-of-type(1) {
    width: 100%;
}
@media (min-width: 768px) {
    .product-item .masthead--small .column:nth-of-type(1) {
        width: 55%;
    }
}
.product-item .masthead > svg {
    fill: #F5F3F9;
}
.product-item .masthead > svg path {
    fill:#F5F3F9!important;
}
.nav {
    display: none

}
.nav.mobileHomepage {
    display: block;
}
@media (min-width: 768px) {
    .nav.mobileHomepage {
        display: none;
    }
}
@media (min-width: 768px) {
    .nav {
        display: block;
    }
}
.nav > ul {
    float: left;
    margin-top: 6px;
}
.nav > ul > li {
    display: inline-block;
    vertical-align: middle;
}
.nav > ul > li > a {
    display: inline-block;
    padding: 6px 8px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
@media (min-width: 1280px) {
    .nav > ul > li > a {
        padding: 10px 32px;
    }
}
.nav > .nav--buttons {
    float: right;
}
.nav > .nav--buttons > button:first-child {
    margin-right: 5px;
}
@media (min-width: 1024px) {
    .nav > .nav--buttons > button:first-child {
        margin-right: 16px;
    }
}
@media (min-width: 1280px) {
    .nav > .nav--buttons > button:first-child {
        margin-right: 32px;
    }
}
.nav .language-switch {
    display: inline-block;
}
.nav .open > .selectedLanguage {
    border-radius: 0;
}
.nav .open > .selectedLanguage svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.nav .open .language-switcher {
    visibility: visible;
    position: absolute;
    opacity: 1;
}
.nav .open .language-switcher a:first-of-type button {
    border-radius: 0;
}
.nav .language-switcher {
    opacity: 0;
    position: absolute;
    visibility: collapse;
    -webkit-transition: bottom .3s,opacity .3s;
    transition: bottom .3s,opacity .3s;
}
.nav .language-switcher button {
    width: 80px;
}
.nav .language-switcher button:first {
    border-radius: 0;
}
.nav--mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
@media (min-width: 768px) {
    .nav--mobile {
        display: none;
    }
}
.nav--mobile input {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 25px;
    right: 25px;
    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none
}
.nav--mobile input:checked ~ .button--mobile-menu span {
    -webkit-transform: rotate(45deg) translate(1px, -3px);
            transform: rotate(45deg) translate(1px, -3px);
}
.nav--mobile input:checked ~ .button--mobile-menu span:last-child {
    -webkit-transform: rotate(-45deg) translate(2px, 2px);
            transform: rotate(-45deg) translate(2px, 2px);
}
.nav--mobile input:checked ~ .nav--mobile__menu {
    top: 0;
}
.button--mobile-menu {
    position: absolute;
    right: 25px;
}
.nav--mobile__menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    -webkit-transition: top 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    transition: top 0.5s cubic-bezier(0.77,0.2,0.05,1.0)
}
.nav--mobile__menu > ul {
    position: relative;
    text-align: center;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.nav--mobile__menu > ul > li {}
.nav--mobile__menu > ul > li > a {
    display: block;
    margin: 0 auto;
    padding: 2em 0;
    width: 140px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, rgba(255, 255, 255, .2)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .2) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}
.nav--mobile__menu > .nav--mobile__menu__overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #551e85;
}
.nav--mobile__menu > .nav--mobile__menu__buttons {
    bottom: 10rem;
    position: absolute;
    width: 100%;
    text-align: center;
}
.nav--mobile__menu > .nav--mobile__menu__buttons > button:first-child {
    margin-right: 25px;
}
.nav--mobile__menu > .nav--mobile__menu__buttons .language-switch {
    display: inline-block;
}
.nav--mobile__menu > .nav--mobile__menu__buttons .language-switch .language-switcher {
    visibility: collapse;
    -webkit-transition: bottom .3s,opacity .3s;
    transition: bottom .3s,opacity .3s;
    opacity: 0;
    position: absolute;
    max-width: 80px;
    top: -98px;
}
.nav--mobile__menu > .nav--mobile__menu__buttons .language-switch .language-switcher button {
    width: 80px;
    border-radius: 0;
}
.nav--mobile__menu > .nav--mobile__menu__buttons .language-switch.open .language-switcher {
    opacity: 1;
    visibility: visible;
}
.nav--mobile__menu > .nav--mobile__menu__buttons .language-switch.open svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.ordered-list li {
    margin: 40px 0;
}
.ordered-list li:before,
        .ordered-list li:after {
    content: "";
    display: table;
}
.ordered-list li:after {
    clear: both;
}
.ordered-list .ordered-list__nr {
    float: left;
    height: 40px;
    margin-right: 24px;
    margin-top: -12px;
    width: 40px;
    background-color: #e0deeb;
    border-radius: 100%;
    color: #6a708a;
    line-height: 40px;
    text-align: center;
}
@media (min-width: 768px) {
    .ordered-list .ordered-list__nr {
        margin-right: 32px;
    }
}
.ordered-list .ordered-list__body {
    float: left;
    width: 70%;
}
.ordered-list .ordered-list__body h4 {
    margin-bottom: 8px;
    color: #551e85;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ordered-list .ordered-list__body p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.5em;
}
.page-block {
    padding: 95px 24px;
    font-size: 1.4rem;
}
@media (min-width: 768px) {
    .page-block {
        font-size: 1.6rem;
    }
}
@media (min-width: 1024px) {
    .page-block {
        padding: 111px 60px;
    }
}
@media (min-width: 1280px) {
    .page-block {
        padding-left: 195px;
    }
}
@media (min-width: 768px) {
    .page-block .page-block__left {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .page-block .page-block__right {
        float: right;
        width: 50%;
    }
}
.page-block header {
    margin: 50px 0 25px;
}
@media (min-width: 768px) {
    .page-block header {
        margin-top:0;
    }
}
.page-block header h3 {
    color: #00bcee;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.9rem;
    letter-spacing: 0.093rem;
}
@media (min-width: 768px) {
    .page-block header h3 {
        font-size: 1.3rem;
    }
}
.page-block header h2 {
    margin: 8px 0;
    color: #551e85;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
    line-height: 3.2rem;
}
@media (min-width: 768px) {
    .page-block header h2 {
        margin: 0;
        font-size: 3.2rem;
        line-height: 4.8rem;
    }
}
.page-block p {
    margin-bottom: 24px;
    line-height: 24px;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
    .page-block p {
        margin-top: 24px;
        line-height: 30px;
    }
}
.page-block__slant {
    padding-top: 0;
    position: relative;
    background-color: #eff8ff
}
.page-block__slant > div {
    position: relative;
}
.page-block__slant:after,
    .page-block__slant:before {
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg);
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
    z-index: -1;
}
@media (min-width: 1024px) {
    .page-block__slant:after,
    .page-block__slant:before {
        -webkit-transform: skewY(-3deg);
                transform: skewY(-3deg);
    }
}
.page-block__slant:before {
    top: -100px;
    background: #eff8ff;
}
.page-block__slant:after {
    bottom: 0;
    background: #FFF;
}
.scroller {
    top: -150px;
    position: absolute;
    bottom: 24px;
    z-index: 1000;
    width: 100%;
    left: 0;
    text-decoration: none;
    padding-bottom: 0;
    margin-left: 25px;
    height: 35px;
    display:none
}
.scroller.scroller_producten {
    top: auto;
    top: initial;
}
.scroller.header__scroller {
    bottom: 75px;
}
@media (min-width: 768px) {
    .scroller.header__scroller {
        bottom: 100px;
    }
}
@media (min-width: 544px) {
    .scroller {
        display: block;
    }
}
@media (min-width: 1024px) {
    .scroller {
        top: -100px;
        margin-left: 50px;
    }
}
@media (min-width: 1280px) {
    .scroller {
        margin-left: 180px;
    }
}
.scroller .arrowScroller {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
}
.scroller > button {
    float: left;
    height: 32px;
    margin-right: 8px;
    width: 32px;
    background-color: white;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    border:0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .10);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .10);
}
.scroller > button:after {
    display: block;
    content: '';
    width: 2px;
    position: absolute;
    height: 80px;
    background-color: #E0DEEB;
    top: 30px;
    left: 15px;
    z-index: -1;
}
@media (min-width: 768px) {
    .scroller > button {
        //margin-top: 24px;
    }
}
.scroller > button > .caret {
    margin-top: 12px;
    position: relative;
}
.scroller > button > .caret:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 8px solid #551e85;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.scroller > button > .caret:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.scroller > p {
    font-size: 1.1rem;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.scroller.scroller_kmo {
    bottom: -30px;
    left: 0;
    color: red;
    z-index: 1;
    opacity: 0;
}
@media (min-width: 768px) {
    .scroller.scroller_kmo {
        bottom: -70px;
    }
}
.scroller.scroller_kmo > p {
    color: #6A708A;
}
.scroller.scroller_kmo img {
    margin-left: 5px;
    margin-bottom: -6px;
}
.scroller.our-services {
    bottom: auto;
    bottom: initial;
    z-index: 1;
}
.scroller.our-services p {
    color: #565656;
}
.scroller.partners {
    top: 25px;
}
.scroller.why-cm {
    top: 25px;
    z-index: 6;
}
.scroller.scroller-dark p {
    color: #565656;
}
.tab-nav {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (min-width: 768px) {
    .tab-nav {
        display: block;
    }
}
.tab-nav .tab-nav__item {
    display: inline-block;
}
.tab-nav .tab-nav__item .tab-nav__item__link {
    display: block;
    padding: 16px 0;
    width: 150px;
    color: #6a708a;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.tab-nav .tab-nav__item .tab-nav__item__link:hover {
    color: #551e85;
}
@media (min-width: 1024px) {
    .tab-nav .tab-nav__item .tab-nav__item__link {
        width: 200px;
    }
}
@media (min-width: 1280px) {
    .tab-nav .tab-nav__item .tab-nav__item__link {
        width: 220px;
    }
}
.tab-nav .tab-nav__item .active {
    color: #551e85;
    border-bottom: 3px solid #00bcee;
}
.tab-content {
    margin: 0 auto;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}
.tab-content .tab-content__pane {
    display: none;
    min-height: 440px;
    position: relative;
}
.tab-content .active {
    display:block;
    //display: flex;
    //flex-direction: column;
    //justify-content: center;
}
.tab-content ul > li:not([class]) {
    line-height: 24px;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
    position: relative;
}
.tab-content ul > li:not([class]):before {
    content: '•';
    display: inline-block;
    position: absolute;
    left: -1em;
    color: #00bcee;
}
.tab-content ul > li:not([class]) ul {
    margin: 12px 0 12px 1em;
}
.tab-content .tab-content__pane__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 440px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.tab-content .tab-content__pane__inner > div {
    //width: 100%;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .tab-content .tab-content__pane__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .tab-content .tab-content__pane__inner > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        //width:auto;
        min-height: 200px;
        margin-bottom: 0;
    }
    .tab-content .tab-content__pane__inner > div:first-child {
        padding-right: 48px;
    }
}
.tab-content .tab-content__pane__inner img {
    width: 100%;
}
@media (min-width: 768px) {
    .tab-content .tab-content__pane__inner img {}
}
.tab-content .tab-content__pane__inner h3 {
    margin-bottom: 16px;
    color: #551e85;
    font-size: 2.4rem;
    line-height: 3.2rem;
}
.tab-content .tab-content__pane__inner h4 {
    margin-bottom: 4px;
    text-decoration: underline;
    color: #551e85;
    font-size: 1.8rem;
    line-height: 3.2rem;
}
.tab-content .tab-content__pane__inner h5 {
    margin-bottom: 13px;
    color: #565656;
    font-size: 1.7rem;
    line-height: 2.2rem;
}
.tab-content .tab-content__pane__inner p {
    margin: 0 0 16px;
    text-align: left;
}
.tab-content .tab-content__pane__inner strong {
    color: #551e85;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tab-content .tab-content__pane__inner div > ol li {
    counter-increment: step-counter;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tab-content .tab-content__pane__inner div > ol li:before {
    content: counter(step-counter);
    margin-right: 40px;
    font-size: 10px;
    background-color: rgb(182, 163, 201);
    color: white;
    font-weight: bold;
    width: 18px;
    height: 18px;
    padding: 4px 6px;
    border-radius: 50%;
    text-align:center;
    position:absolute;
    left: 0;
}
.videoWrapper{
    display:table;
    position:relative;
    width:100%;
}
@media (min-width: 768px) {
    .videoWrapper {
        width: 50%;
    }
}
.playpause {
    background-image:url('../assets/playButton.svg');
    background-repeat:no-repeat;
    width: 60px;
    height: 60px;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}
.modalContainer {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 2000;
    top: 0;
    width: 100VW;
    height: 100VH;
    visibility: collapse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out

}
.modalContainer.open {
    visibility: visible;
    opacity: 1;
}
.modalContainer .modalContainer__inner {
    position: relative;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (min-width: 768px) {
    .modalContainer .modalContainer__inner {
        max-width: 90rem;
        max-height: 90%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow: visible;
    }
}
@media (min-width: 1024px) {
    .modalContainer .modalContainer__inner {
        padding: 3rem 6rem;
    }
}
.modalContainer .modalContainer__inner .column {
    width: 100%;
    margin: 4rem 0rem 1rem 4rem;
    padding-right: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px) {
    .modalContainer .modalContainer__inner .column {
        width: 50%;
        margin: 4rem 0rem 3rem 4rem;
        padding-right: 8rem;
    }
}
.modalContainer .modalContainer__inner .column:first-of-type {
    border-right: 1px solid rgba(0, 0, 0, .1);
    display: block;
}
.modalContainer .modalContainer__inner .column:nth-of-type(2) {
    margin-bottom: 4rem;
}
.modalContainer .modalContainer__inner .column .column__inner {
    max-width: 34rem;
    margin: auto;
}
.modalContainer .modalContainer__inner .column .column__inner .contactInformation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modalContainer .modalContainer__inner .column .column__inner .contactInformation:not(:last-of-type) {
    margin-bottom: 2rem;
}
.modalContainer .notices {
    display:none;
}
.modalContainer .form-label {
    display: none;
}
.modalContainer textarea {
    resize: vertical;
    width: 100%;
    min-height: 100px;
}
.modalContainer h2 {
    font-size: 1.8rem;
    color: #551E85;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.modalContainer .text {
    display: inline-block;
    font-size: 1.4rem;
    color: #6A708A;
    line-height: 1.7rem;
    margin-left: 2rem;
    text-decoration: none;
}
.modalContainer .button {
    margin: auto;
    display: block;
}
.modalContainer .closeButton {
    height: 30px;
    width: 30px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(-.5rem, .5rem);
            transform: translate(-.5rem, .5rem);
}
@media (min-width: 768px) {
    .modalContainer .closeButton {
        -webkit-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        height: 50px;
        width: 50px;
    }
}
#form-success {
    position: fixed;
    right: 25px;
    top: 25px;
    background: white;
    padding: 25px;
    border: 1px solid #00bcee;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    z-index: 25000


}
#form-success svg {
    margin-right: 15px;
}
.grid {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
.grid .card {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
}
@media (min-width: 768px) {
    .grid .card {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    }
}
@media (min-width: 1280px) {
    .grid .card {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    }
}
.markdown__container h1,
  .markdown__container h2,
  .markdown__container h3,
  .markdown__container h4,
  .markdown__container h5,
  .markdown__container h6,
  .markdown__container strong {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #551e85;
    margin: 50px 0;
}
.markdown__container h1 {
    font-size: 2.6rem;
}
.markdown__container h2 {
    font-size: 2.4rem;
}
.markdown__container h3 {
    font-size: 2.2rem;
}
.markdown__container h4 {
    font-size: 2rem;
}
.markdown__container h5 {
    font-size: 1.8rem;
}
.markdown__container h6 {
    font-size: 1.4rem;
    color: #565656;
    line-height: 2.5rem;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 24px 12.5px;
}
.markdown__container ul > li {
    line-height: 3rem;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 12px;
    position: relative;
}
.markdown__container ul > li:before {
    content: '•';
    display: inline-block;
    position: absolute;
    left: -1em;
    color: #00bcee;
}
.markdown__container strong {
    margin: 0;
}
.markdown__container em {
    font-style: italic;
}
.markdown__container > p {
    color: #565656;
    line-height: 3rem;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 12.5px;
}
.markdown__container > p > a:not(.btnContact) {
    color: #00bcee;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-underline-position: under;
}
.markdown__container > p > a:not(.btnContact):hover {
    color: #0094bd;
}
.markdown__container > p > a:not(.btnContact):hover > svg {
    fill: #0094bd;
}
.markdown__container > p > a:not(.btnContact) > svg {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    margin-bottom: 1px;
    fill: #00bcee;
    -webkit-transition: fill 0.2s linear;
    transition: fill 0.2s linear;
}
.markdown__container img {
    margin: 50px auto;
    display: block;
    max-width: 100%;
}
.markdown__container .image-alt-text {
    text-align: center;
    display: block;
    margin: -50px 0 50px;
    font-size: 13px;
    color: #6a708a;
}
.markdown__container .grav-youtube {
    margin: 50px auto;
    display: block;
}
.markdown__container .btnContact {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.product__other-services {
    margin: 75px 10% 0;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap

}
.product__other-services > a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 50px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    max-width: 500px;
}
@media (max-width: 767px) {
    .product__other-services > a {
        border-left: none;
        border-bottom: 1px solid #e0deeb;
    }
}
@media (min-width: 768px) {
    .product__other-services > a {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .product__other-services > a:nth-child(-n+4) {
        border-bottom: 1px solid #e0deeb;
    }
    .product__other-services > a:nth-child(even) {
        border-left: 1px solid #e0deeb;
    }
}
@media (min-width: 1024px) {
    .product__other-services > a {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    }
    .product__other-services > a:nth-child(-n+4) {
        border-bottom: none;
    }
    .product__other-services > a:nth-child(-n+3) {
        border-bottom: 1px solid #e0deeb;
    }
    .product__other-services > a:nth-child(even) {
        border-left: None;
    }
    .product__other-services > a:not(:nth-child(3n+1)) {
        border-left: 1px solid #e0deeb;
    }
}
.product__other-services > a:hover {
    background: white;
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
            box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
    border-radius: 8px;
}
.product__other-services > a:hover > div {
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
}
.product__other-services > a div {
    background: white no-repeat 50% 50%;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    background-size: 40px;
    -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
            box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
}
.product__other-services > a h4 {
    color: #551e85;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 12.5px 0;
}
.product__other-services > a h5 {
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #6a708a;
    font-size: 1.4rem;
}
.article-highlighted__wrapper {
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 10px 20px rgba(85, 30, 133, .2);
            box-shadow: 0 10px 20px rgba(85, 30, 133, .2);
    border-radius: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    text-decoration: none;
}
@media (min-width: 544px) {
    .article-highlighted__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 600px;
        height: 300px;
    }
}
@media (min-width: 768px) {
    .article-highlighted__wrapper {
        height: 300px;
    }
}
.article-highlighted__wrapper:nth-of-type(2) {
    display: none;
}
@media (min-width: 1440px) {
    .article-highlighted__wrapper:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.article-highlighted__wrapper .article-image__container {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 15px 15px 0 0;
}
@media (min-width: 544px) {
    .article-highlighted__wrapper .article-image__container {
        width: 40%;
        height: 100%;
        border-radius: 15px 0 0 15px;
    }
}
.article-highlighted__wrapper .article-content__container {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (min-width: 544px) {
    .article-highlighted__wrapper .article-content__container {
        width: 70%;
    }
}
@media (min-width: 768px) {
    .article-highlighted__wrapper .article-content__container {
        width: 60%;
    }
}
.article-highlighted__wrapper .article-content__container header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.article-highlighted__wrapper .article-content__container header .article-category {
    border-radius: 25px;
    height: 25px;
    font-family: 'Proximus Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    background-color: #ECF9FE;
    color: #226E8C;
    line-height: 25px;
    padding: 0 15px;
}
.article-highlighted__wrapper .article-content__container header .article-date {
    color: #6a708a;
    opacity: 60%;
    font-size: 11px;
    text-transform: uppercase;
}
.article-highlighted__wrapper .article-content__container .article-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.article-highlighted__wrapper .article-content__container h4 {
    font-size: 18px;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgb(0, 0, 0);
    line-height: 150%;
    margin-bottom: 10px;
}
.article-highlighted__wrapper .article-content__container p {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    color: #565656;
}
.article-highlighted__wrapper .article-content__container footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
}
@media (min-width: 544px) {
    .article-highlighted__wrapper .article-content__container footer {
        margin:0;
    }
}
.article-highlighted__wrapper .article-content__container footer .article-writer-image {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-size: cover;
}
.article-highlighted__wrapper .article-content__container footer span {
    margin-left: 10px;
    font-size: 14px;
    color: #6a708a;
}
.article__wrapper {
    margin: 37.5px 0 0;
    padding-bottom: 37.5px;
    border-bottom: 1px solid #f5f3f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    width: 100%;
}
@media (min-width: 1440px) {
    .article__wrapper.isHighlighted {
        display:none;
    }
}
@media (min-width: 768px) {
    .article__wrapper {
        margin: 50px 25px;
        border: 0;
        -ms-flex-preferred-size: calc(50% - 50px);
            flex-basis: calc(50% - 50px);
        height: 500px;
    }
}
@media (min-width: 1280px) {
    .article__wrapper {
        -ms-flex-preferred-size: calc(33.33333% - 50px);
            flex-basis: calc(33.33333% - 50px);
    }
}
@media (min-width: 1440px) {
    .article__wrapper {
        -ms-flex-preferred-size: calc(25% - 50px);
            flex-basis: calc(25% - 50px);
    }
}
@media (min-width: 2000px) {
    .article__wrapper {
        -ms-flex-preferred-size: calc(20% - 50px);
            flex-basis: calc(20% - 50px);
    }
}
.article__wrapper .article-image__container {
    height: 300px;
    border-radius: 15px;
    position: relative;
    overflow:hidden;
    background-size: cover;
    background-position: center;
}
.article__wrapper .article-image__container img {
    position:absolute;
}
@media (min-width: 768px) {
    .article__wrapper .article-image__container {
        height:200px;
    }
}
@media (min-width: 1280px) {
    .article__wrapper .article-image__container {
        height: 175px;
    }
}
.article__wrapper .article-image__container .article-category {
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 0 15px;
    background: rgb(255, 255, 255);
    border-radius: 0 26px 26px 0;
    font-size: 13px;
    color: #551e85;
    text-transform: uppercase;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 5;
}
.article__wrapper h4 {
    color: #551e85;
    line-height: 150%;
    font-size: 18px;
    margin: 15px 0 10px 0;
}
.article__wrapper .article-date {
    color: #00bcee;
    text-transform: uppercase;
    font-size: 12px;
}
.article__wrapper p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 150%;
    margin-top: 20px;
    height: 115px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #565656;
}
.article__wrapper .article-button {
    text-transform: uppercase;
    color: #551e85;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    text-decoration: none;
}
.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer
}
.radio input {
    display: none;
}
.radio input + span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
}
.radio input + span:not(:empty) {
    padding-left: 30px;
}
.radio input + span:before,
            .radio input + span:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}
.radio input + span:before {
    background: #D1D7E3;
    -webkit-transition: background .2s ease, -webkit-transform .4s cubic-bezier(.175, .885, .32, 2);
    transition: background .2s ease, -webkit-transform .4s cubic-bezier(.175, .885, .32, 2);
    transition: background .2s ease, transform .4s cubic-bezier(.175, .885, .32, 2);
    transition: background .2s ease, transform .4s cubic-bezier(.175, .885, .32, 2), -webkit-transform .4s cubic-bezier(.175, .885, .32, 2);
}
.radio input + span:after {
    background: #fff;
    -webkit-transform: scale(.78);
            transform: scale(.78);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.175, .885, .32, 1.4);
    transition: -webkit-transform .6s cubic-bezier(.175, .885, .32, 1.4);
    transition: transform .6s cubic-bezier(.175, .885, .32, 1.4);
    transition: transform .6s cubic-bezier(.175, .885, .32, 1.4), -webkit-transform .6s cubic-bezier(.175, .885, .32, 1.4);
}
.radio input:checked + span:before {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    background: #5D9BFB;
}
.radio input:checked + span:after {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.radio:hover {
    input + span:before {
        -webkit-transform: scale(.92);
                transform: scale(.92);
    }
    input + span:after {
        -webkit-transform: scale(.74);
                transform: scale(.74);
    }
    input:checked + span:after {
        -webkit-transform: scale(.4);
                transform: scale(.4);
    }
}
// Center & twitter
body {
    min-height: 100vh;
    font-family: Roboto, Arial;
    color: #ADAFB6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    .twitter {
        position: fixed;
        display: block;
        right: 24px;
        bottom: 24px;
        opacity: .5;
        color: #212533;
        text-decoration: none;
        font-weight: 500;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }
    .twitter:hover {
        opacity: 1;
    }
    .twitter {
        img {
            display: block;
            height: 36px;
        }
    }
}
.accordion-container .ac {
    margin: 0 0 32px 0;
    border: none;
    border-top: 1px solid #e0deeb;
}
@media (min-width: 1024px) {
    .accordion-container .ac {
        //margin:0;
    }
}
.accordion-container .ac:last-child {
    border-bottom: 1px solid #e0deeb;
}
.accordion-container .ac .ac-q {
    padding: 24px 0 24px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position:relative;
}
@media (min-width: 1024px) {
    .accordion-container .ac .ac-q {
        padding: 36px 36px 36px 0;
    }
}
.accordion-container .ac .ac-q:hover {
    background-color: #f5f3f9;
}
.accordion-container .ac .ac-q:focus {
    border: none;
    outline:none;
}
.accordion-container .ac .ac-q:after {
    display: none;
}
.accordion-container .ac .ac-q svg {
    width: 15px;
    display: block;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-right: 16px;
}
@media (min-width: 1024px) {
    .accordion-container .ac .ac-q svg {
        width: 30px;
        margin:0;
    }
}
.accordion-container .ac .ac-a > div {
    padding: 18px 16px;
}
.accordion-container .is-active svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
/* Blocks */
.pb-products {
    margin-bottom: 12rem;
    position: relative
}
@media (min-width: 768px) {
    .pb-products > .page-block__left {
        margin-bottom: 0rem;
        width: 40%;
        padding-right: 40px;
    }
}
.pb-products > .page-block__left p {
    margin-top: 1.5rem;
    margin-bottom: 3.2rem;
}
.pb-products > .pb-products__video {
    margin-bottom: 24px;
    width: 100%;
}
.pb-products > .pb-products__video > video, .pb-products > .pb-products__video > img {
    width: 100%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
@media (min-width: 768px) {
    .pb-products > .pb-products__video {
        float: right;
        width: 60%;
        margin: 0;/* margin-right: calc(var(--section-padding) * -1); */
    }
}
.pb-products .pb-products__key_points {
    margin-bottom: 24px;
    padding-left: 32px;
    position: relative;
    color: #6a708a;
    line-height: 1.9rem;
}
.pb-products .pb-products__key_points li {
    min-height: 40px;
    padding-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 2rem;
}
.pb-products .pb-products__key_points li:last-child .pb-products__key_points__bullet:after {
    height: 8px;
}
.pb-products .pb-products__key_points__bullet {
    left: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
            box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
.pb-products .pb-products__key_points__bullet:before {
    content: "";
    display: block;
    height: 10px;
    margin: 5px;
    width: 10px;
    background-color: #551e85;
    border-radius: 100%;
}
.pb-products .pb-products__key_points__bullet:after {
    content: "";
    display: block;
    height: 140%;
    margin-left: 9px;
    width: 2px;
    background-color: #E0DEEB;
}
.pb-office > div {
    position: relative;
    margin-bottom: -45px;
}
@media (min-width: 768px) {
    .pb-office {
        padding-top: 20px;
    }
}
@media (min-width: 1280px) {
    .pb-office {
        padding-left: 0;
        padding-right: 0;
    }
}
.pb-office h2,
    .pb-office p {
    text-align: center;
}
.pb-office header + p {
    opacity: 0;
}
.pb-office p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    margin-bottom: 40px;
    text-align: center;
}
@media (min-width: 768px) {
    .pb-office p {
        margin-bottom: 75px;
    }
}
.pb-office svg {
    width: 100%;
}
.pb-partners {
    margin-top: 75px;
    position: relative

}
.pb-partners .page-block {
    padding-top: 20px;
    padding-bottom: 110px;
}
@media (min-width: 768px) {
    .pb-partners .page-block {
        padding-top: 90px;
        padding-bottom: 95px;
    }
}
.pb-partners .page-block p {
    margin-top: 1rem;
}
@media (min-width: 768px) {
    .pb-partners .page-block__right button {
        float: right;
        margin-top: 24px;
    }
}
.pb-partners__what {
    margin-top: -80px;
    overflow: hidden;
    position: relative;
}
.pb-partners__what__title {
    text-transform: uppercase;
    color: #6a708a;
    height: 32px;
}
.pb-partners__what__clearmedia,
.pb-partners__what__partner {
    padding: 40px 24px;
    padding-top: 80px;
}
@media (min-width: 768px) {
    .pb-partners__what__clearmedia,
.pb-partners__what__partner {
        padding: 40px 24px;
    }
}
.pb-partners__what__clearmedia {
    background-color: #f5f3f9;
}
@media (min-width: 1024px) {
    .pb-partners__what__clearmedia {
        float: left;
        width: 50%;
        position: relative;
    }
    .pb-partners__what__clearmedia:after {
        content: "";
        display: block;
        height: 600px;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: skewY(-85deg);
                transform: skewY(-85deg);
        -webkit-transform-origin: 100%;
                transform-origin: 100%;
        top: 0;
        background: #FFF;
    }
}
@media (min-width: 1280px) {
    .pb-partners__what__clearmedia {
        padding-left: 195px;
    }
}
.pb-partners__what__arrow {
    height: 70px;
    left: 50%;
    margin-left: -30px;
    margin-top: -35px;
    position: absolute;
    width: 70px;
    background-color: #551e85;
    border-radius: 100%;
    text-align: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
@media (min-width: 768px) {
    .pb-partners__what__arrow {
        margin-left: -60px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        top: 50%;
    }
}
.pb-partners__what__arrow svg {
    margin-top: 28px;
    fill: white;
}
.pb-partners__what__arrow svg g {
    fill:white;
}
@media (min-width: 1024px) {
    .pb-partners__what__partner {
        float: left;
        width: 50%;
        padding-left: 7%;
    }
}
#producten {
    background-color:  #eff8ff!important;
}
.pb-partners__quote {
    font-size: 2rem;
    line-height: 3.2rem;

    width: 100%;
    margin: 30px auto;
    color: #551e85;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
}
@media (min-width: 768px) {
    .pb-partners__quote {
        margin: 126px auto;
    }
}
.pb-partners__quote:before, .pb-partners__quote:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    background: url('../images/quote.svg') no-repeat;
}
.pb-partners__quote:after {
    margin-top: 10px;
    background: url('../images/quote-end.svg') no-repeat;
}
@media (min-width: 768px) {
    .pb-partners__quote {
        font-size: 2.8rem;
        line-height: 4rem;
    }
}
.video-item {
    z-index: 10000;
    background: white;

}
.page-item{
    background: white;
    z-index: 100000;

}
.pb-portal {
    margin-top: 215px;
    margin-bottom: 100px;
    position:relative;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 150px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap

}
@media (min-width: 768px) {
    .pb-portal > div > header,
    .pb-portal > div > p {
        width: 50%;
    }
}
@media (min-width: 1280px) {
    .pb-portal > div > header,
    .pb-portal > div > p {
        width: 25%;
    }
}
.pb-portal header {
    padding-top: 2rem;
    width: 100%;
}
@media (min-width: 768px) {
    .pb-portal header {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .pb-portal header {
        width: 30%;
    }
}
.pb-portal .carousel__content {
    width: 100%;
}
@media (min-width: 768px) {
    .pb-portal .carousel__content {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .pb-portal .carousel__content {
        width: 70%;
        -webkit-transform: translate(160px, 0);
                transform: translate(160px, 0);
    }
}
.pb-portal .video__container {
    width: 320px;
    height: 50px;
    color: #565656;
    display:block;
}
.pb-portal .video__container .video-item {
    background:none;
}
.pb-portal .video__container .video-item svg {
    width: 30px;
    float:left;
    margin: 10px 10px 0 16px;
}
.pb-portal .video__container div > p {
    margin:0;
    font-family: 'Proximus Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pb-portal .video__container div > p:hover {
    background: white;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    color: #551e85;
}
.pb-portal .page__container {
    visibility: hidden;
}
.pb-portal .page-item {
    cursor: pointer;
    pointer-events: none;
    background:white;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    z-index: 1000;
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
}
.pb-portal .page-item > div {
    width: 100%;
    height:100%;
}
.pb-portal .page-item > div video {
    width: 100%;
    height:100%;
}
.pb-portal .page-item button {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index:10;
}
.pb-selected-partners {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7rem;
    padding-top: 4rem;
}
@media (min-width: 768px) {
    .pb-selected-partners {
        padding-bottom: 18rem;
        padding-top: 9.5rem;
    }
}
.pb-selected-partners p {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 20px;
}
.pb-selected-partners ul {
    max-width: 760px;
    margin: 0 auto;
}
.pb-selected-partners li {
    display: inline-block;
    margin-bottom: 24px;
    width: 49%;
    text-align: center;
}
@media (min-width: 768px) {
    .pb-selected-partners li {
        width: 24%;
    }
}
.pb-selected-partners img {
    width: 120px;
}
.pb-why-cm {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0rem;
    position: relative;

}
@media (min-width: 768px) {
    .pb-why-cm {
        padding-top: 10rem;
    }
}
.pb-why-cm header {
    height: 77px;
    padding-left: 24px;
    max-width: 219px;
    background-color: #551e85;
    position: relative;
}
.pb-why-cm header:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 77px 0 0 46px;
    border-color: transparent transparent transparent #551e85;
    position: absolute;
    right: -45px;
    top: 0;
}
@media (min-width: 768px) {
    .pb-why-cm header {
        max-width: 454px;
        height: 160px;
    }
    .pb-why-cm header:after {
        border-width: 160px 0 0 46px;
    }
}
@media (min-width: 1024px) {
    .pb-why-cm header {
        padding-left: 60px;
    }
}
.pb-why-cm header h2 {
    color: rgb(255, 255, 255);
    font-size: 1.8rem;
    line-height: 77px;
}
@media (min-width: 768px) {
    .pb-why-cm header h2 {
        margin: 0;
        padding-left: 4rem;
        font-size: 2.6rem;
        line-height: 160px;
    }
}
.pb-why-cm .why-cm__image {
    margin-top: -37px;
    position: relative;
    max-height: 60rem;
    overflow: hidden;
}
.pb-why-cm .why-cm__image img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
@media (min-width: 768px) {
    .pb-why-cm .why-cm__image img {
        -o-object-position: 0px -200px;
           object-position: 0px -200px;
    }
}
.pb-why-cm .why-cm__usp {
    position: relative;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.pb-why-cm .why-cm__usp li {
    padding-left: 2.5rem;
    border-bottom: 1px solid #f5f3f9;
}
@media (min-width: 768px) {
    .pb-why-cm .why-cm__usp li {
        padding-left: 6.8rem;
    }
}
.pb-why-cm .why-cm__usp li img {
    vertical-align: middle;
    margin: 24px 24px 16px 0;
}
.pb-why-cm .why-cm__usp li h3 {
    display: inline;
    color: #551e85;
    font-size: 2rem;
}
.pb-why-cm .why-cm__usp li p {
    font-size: 1.5rem;
    line-height: 2rem;
    clear: both;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .pb-why-cm .why-cm__usp {
        width: 90%;
        max-width: 1050px;
        margin: -160px auto;
        border-radius: 4px;
    }
    .pb-why-cm .why-cm__usp ul {
        overflow: hidden;
    }
    .pb-why-cm .why-cm__usp li {
        float: left;
        height: 240px;
        width: 50%;
        padding-top: 54px;
    }
    .pb-why-cm .why-cm__usp li img {
        float: left;
    }
    .pb-why-cm .why-cm__usp li h3 {
        display: block;
        margin-top: 24px;
    }
    .pb-why-cm .why-cm__usp li p {
        display: inline-block;
        width: 280px;
        margin: 10px 0;
    }
    .pb-why-cm .why-cm__usp li:nth-child(2n+1) {
        border-right: 1px solid #f5f3f9;
    }
    .pb-why-cm .why-cm__usp li:nth-child(3) {
        clear: both;
    }
}
.pb-why-cm .why-cm__usp button {
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
@media (min-width: 768px) {
    .pb-why-cm .why-cm__usp button {
        display: block;
        top: -80px;
        right: 0px;
        left: unset;
        bottom: unset;
        -webkit-transform: unset;
                transform: unset;
    }
}
.pb-why-cm .why-cm__cta {
    text-align: center;
}
.pb-why-cm .why-cm__cta .why-cm__cta__bg {
    background: #f5f3f9;
    display: block;
    height: 400px;
    margin-top: -340px;
    -webkit-transform: skewY(-8deg);
            transform: skewY(-8deg);
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
}
@media (min-width: 768px) {
    .pb-why-cm .why-cm__cta .why-cm__cta__bg {
        height: 800px;
        margin-top: -820px;
        -webkit-transform: skewY(-3deg);
                transform: skewY(-3deg);
    }
}
.pb-security-domain{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: auto;
  max-width: 105rem;
  padding-left: 0;
  padding-right: 0
}
.pb-security-domain .column {
    width: 100%;
    text-align: center;
}
@media (min-width: 768px) {
    .pb-security-domain .column {
        width: 50%;
        text-align: left;
    }
}
.pb-security-domain .column:first-of-type {
    margin-bottom: 8rem;
}
@media (min-width: 768px) {
    .pb-security-domain .column:first-of-type {
        border-right: 1px solid #EFF8FF;
        margin-bottom: 0rem;
    }
}
@media (min-width: 768px) {
    .pb-security-domain .column:nth-of-type(2) {
        padding-left: 6rem;
    }
}
.pb-security-domain .column .column__header {
    display: block;
}
.pb-security-domain .column .column__header svg {
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .pb-security-domain .column .column__header svg {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .pb-security-domain .column .column__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.pb-security-domain .column .column__text {
    font-size: 1.5rem;
    color: #565656;
    line-height: 2.8rem;
    max-width: 34.5rem;
    margin: auto;
}
@media (min-width: 768px) {
    .pb-security-domain .column .column__text {
        margin-left: 10rem;
        margin-right: 2rem;
        max-width: 34.5rem;
    }
}
.pb-security-domain h2 {
    font-size: 2.2rem;
    color: #551E85;
    line-height: 2.6rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .pb-security-domain h2 {
        margin-bottom: 0;
        margin-left: 2rem;
    }
}
.homepage .nav--buttons button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .25);
}
.landinspage__container {
    background: black no-repeat 50% 50%;
    background-size: cover;
    width: 100VW;
    min-height: 100vh;
    position: relative
    }
.landinspage__container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top, left bottom,from(transparent),to(black));
    background-image: linear-gradient(to bottom,transparent,black);
    opacity: .6;
}
@media (min-width: 768px) {
    .landinspage__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 100vh;
    }
}
.landinspage__container h2 {
    color: #00bcee;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    font-family: 'Proximus Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .landinspage__container h2 {
        margin: 0;
    }
}
.landinspage__container p {
    font-size: 1.8rem;
    color: white;
    font-family: 'Proximus Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    line-height: 22.4px;
}
.landinspage__container .button {
    padding: 10px 2.4rem;
}
.landinspage__container .column__container {
    width: 100%;
    padding: 30px;
    position: absolute;
    bottom: 0;
}
@media (min-width: 768px) {
    .landinspage__container .column__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 120px 0 0 0;
        padding: 0;
        bottom: 75px;
    }
}
@media (min-width: 1440px) {
    .landinspage__container .column__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        right:100px;
        width: auto;
        height: 100%;
        bottom: 0;
    }
}
.landinspage__container .column__container .column {
    width: 100%;
    border-bottom-right-radius: 15px;
    border: 1px solid #979797;
    overflow: hidden;
    padding: 25px;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .landinspage__container .column__container .column {
        margin: 50px;
        max-width: 400px;
        position: relative;
    }
}
.landinspage__container .column__container .column__content {
    width: 100%;
    height: 100%;
    padding: 0;
    position: static;
}
#block-vacatures{
    background-color: #F5F3F9;
    padding: 20px;
}
@media (min-width: 768px) {
    #block-vacatures {
        padding-top: 20px;
    }
}
@media (min-width: 1280px) {
    #block-vacatures {
        padding: 100px;
    }
}
#block-vacatures h2 {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #551e85;
    font-size: 3.2rem;
    width: 100%;
}
@media (min-width: 768px) {
    #block-vacatures h2 {
        text-align: center;
    }
}
#block-vacatures > p {
    width: 100%;
    display: block;
    margin-top: 20px;
}
@media (min-width: 768px) {
    #block-vacatures > p {
        padding: 0 20%;
        text-align: center;
    }
}
@media (min-width: 1280px) {
    #block-vacatures > p {
        padding: 0 30%;
    }
}
#block-vacatures .vacature-card {
    -webkit-box-shadow: 0 0 2px 0 rgba(16, 25, 32, .03), 0 2px 4px 0 rgba(6, 21, 33, .04);
            box-shadow: 0 0 2px 0 rgba(16, 25, 32, .03), 0 2px 4px 0 rgba(6, 21, 33, .04);
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    background: rgb(255, 255, 255);
    text-decoration: none;
    color: #6a708a;
    margin: 10px 0;
}
@media (min-width: 768px) {
    #block-vacatures .vacature-card {
        margin: 2.5%;
    }
}
@media (min-width: 1280px) {
    #block-vacatures .vacature-card {
        margin: 1.66667%;
    }
}
#block-vacatures .vacature-card a {
    padding: 50px 40px;
    text-decoration: none;
}
#block-vacatures .vacature-card a h3 {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #551e85;
    font-size: 20px;
    margin-bottom: 10px;
}
#block-vacatures .vacature-card a p {
    color: #6a708a;
}
#kmo-our-services {
    background: #eff8ff;
    position: relative;
    min-height: 1000px;
    padding: 50px 10px;

}
@media (min-width: 768px) {
    #kmo-our-services {
        padding: 50px 0;
    }
}
#kmo-our-services h1 {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #551e85;
    font-size: 3rem;
    text-align: center;
    text-transform: capitalize;
}
#kmo-our-services h3 {
    text-transform: uppercase;
    color: #00bcee;
    text-align: center;
    margin-bottom: 20px;
}
#kmo-our-services .services__container {
    margin-top: 50px;
    min-height: 500px;
}
@media (min-width: 768px) {
    #kmo-our-services .services__container {
        margin-left:0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
#kmo-our-services .services__container .content__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    opacity: 0;
    display: none;
}
@media (min-width: 768px) {
    #kmo-our-services .services__container .content__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
#kmo-our-services .services__container .content__wrapper .content__container {
    height: 100%;
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
#kmo-our-services .services__container .content__wrapper .content__container.active {
    display: block;
}
#kmo-our-services .services__container .content__wrapper .content__container .content__background {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
}
#kmo-our-services .services__container .content__wrapper .content__container .content__description {
    min-height: 200px;
    background: #551e85;
    border-bottom-right-radius: 25px;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1024px) {
    #kmo-our-services .services__container .content__wrapper .content__container .content__description {
        width: 90%;
        margin-left: 5%;
    }
}
@media (min-width: 1280px) {
    #kmo-our-services .services__container .content__wrapper .content__container .content__description {
        width: 80%;
        margin-left: 10%;
    }
}
#kmo-our-services .services__container .content__wrapper .content__container .content__description img {
    width: 50px;
    height: 50px;
    display:none;
}
@media (min-width: 1024px) {
    #kmo-our-services .services__container .content__wrapper .content__container .content__description img {
        display:block;
    }
}
#kmo-our-services .services__container .content__wrapper .content__container .content__description p {
    color: white;
    line-height: 2.8rem;
    margin: 0 20px;
}
@media (min-width: 1024px) {
    #kmo-our-services .services__container .content__wrapper .content__container .content__description p {
        margin: 0 15%;
        width: 70%;
    }
}
#kmo-our-services .services__container .content__wrapper .content__container .content__description a {
    min-width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #00bcee;
    border: none;
    border-bottom-right-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#kmo-our-services .services__container .content__wrapper .content__container .content__description a svg {
    display: block;
    margin: 0 auto;
}
#kmo-our-services .services__container .service-item__wrapper {
    width: 100%;
}
@media (min-width: 768px) {
    #kmo-our-services .services__container .service-item__wrapper {
        margin-right: 25px;
        margin-left: 25px;
        width: 275px;
    }
}
@media (min-width: 1024px) {
    #kmo-our-services .services__container .service-item__wrapper {
        margin-left: 150px;
        width: 375px;
    }
}
@media (min-width: 1280px) {
    #kmo-our-services .services__container .service-item__wrapper {
        margin-left: 300px;
    }
}
#kmo-our-services .services__container .service-item__wrapper .service-item {
    position: relative;
    overflow:hidden;
    opacity: 0;
    width: 100%;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    line-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    border: 1px solid #e0deeb;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (min-width: 768px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item {
        width: 250px;
    }
}
@media (min-width: 1024px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item {
        width: 350px;
    }
}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 75px;
}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__content img {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 25px;
    width: 40px;
}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__content p {}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__content svg {
    fill: #551e85;
    -ms-flex-item-align: center;
        align-self: center;
    position: absolute;
    right: 20px;
    opacity: 1;
}
@media (min-width: 768px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item .service-item__content svg {
        opacity: 0;
    }
}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__content svg {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__content svg g {
    fill: #551e85;
}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__mobile-content {
    background:#fbfbfb;
    line-height: 2rem;
    height: 0;
    border-top: 1px solid #e0deeb;
    -webkit-box-shadow: inset 0px 1px 1px -1px  #e0deeb;
            box-shadow: inset 0px 1px 1px -1px  #e0deeb;
}
@media (min-width: 768px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item .service-item__mobile-content {
        border:none;
    }
}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__mobile-content p {
    padding: 25px;
    line-height: 2.5rem;
}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__mobile-content button {
    float:right;
    margin: 25px 20px 20px 0;
}
#kmo-our-services .services__container .service-item__wrapper .service-item .service-item__mobile-content a {
    text-decoration: none;
    color:white;
    float:right;
}
@media (min-width: 768px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item:hover {
        background: white;
        width: 275px;
        border-color: white;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
                box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    }
}
@media (min-width: 1024px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item:hover {
        width: 375px;
    }
}
#kmo-our-services .services__container .service-item__wrapper .service-item:hover > .service-item__content > p {
    color: #551e85;
}
#kmo-our-services .services__container .service-item__wrapper .service-item:hover > div > svg {
    opacity: 1;
}
#kmo-our-services .services__container .service-item__wrapper .service-item.active {
    background: white;
    width: 100%;
    border-color: white;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
@media (min-width: 768px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item.active {
        width: 275px;
    }
}
@media (min-width: 1024px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item.active {
        width: 375px;
    }
}
#kmo-our-services .services__container .service-item__wrapper .service-item.active .service-item__content  p {
    color: #551e85;
}
#kmo-our-services .services__container .service-item__wrapper .service-item.active svg {
    opacity: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
@media (min-width: 768px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item.active svg {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}
#kmo-our-services .services__container .service-item__wrapper .service-item.active .service-item__mobile-content {
    height: auto;
}
@media (min-width: 768px) {
    #kmo-our-services .services__container .service-item__wrapper .service-item.active .service-item__mobile-content {
        display:none;
    }
}
#product-block {
    display: block;
    background-color: #f5f3f9;
    padding: 0
}
@media (min-width: 768px) {
    #product-block .top {
        padding-top: 20px;
    }
}
@media (min-width: 1280px) {
    #product-block .top {
        padding-left: 0;
        padding-right: 0;
    }
}
#product-block video {
    width: 100%;
    height: 100%;
}
#product-block .tab-content {
    margin: 0 auto 100px;
}
#product-block .page-block__slant::after {
    display:none;
}
#partner-our-services {
    background: #eff8ff;
    padding-top: 0;
}
@media (min-width: 768px) {
    #partner-our-services {
        height: 1000px;
        padding-top: 75px;
    }
}
#partner-our-services:after {
    background: #eff8ff;
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg);
    bottom: -100px;
}
#partner-our-services h2 {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #551e85;
    font-size: 3rem;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    #partner-our-services h2 {
        margin-bottom: 0;
    }
}
#partner-our-services > h3 {
    text-transform: uppercase;
    color: #00bcee;
    text-align: center;
    margin-bottom: 20px;
}
#partner-our-services #services-graph__container {
    display: none;
    position: relative;
    width: 100%;
    min-height: 750px;
}
@media (min-width: 768px) {
    #partner-our-services #services-graph__container {
        display: block;
    }
}
#partner-our-services #services-graph__container > canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}
#partner-our-services #services-graph__container > div {
    position: absolute;
    z-index: 4;
}
@media (min-width: 768px) {
    #partner-our-services #services-mobile__container {
        display:none;
    }
}
#partner-our-services #services-mobile__container .gradient__container {
    float: left;
    margin: 50px;
    margin-left: 0;
    width: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 234, 243, 1)), to(rgba(80, 33, 125, 1)));
    background: linear-gradient(to bottom, rgba(239, 234, 243, 1) 0%, rgba(80, 33, 125, 1) 100%);
}
#partner-our-services #services-mobile__container .gradient__container .service-item {
    height: 175px;
    border-top: 2px solid #551e85;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#partner-our-services #services-mobile__container .gradient__container .service-item:last-child {
    height: 0;
}
#partner-our-services #services-mobile__container .gradient__container .service-item .service-item__icon {
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    top: -30px;
    right: -30px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#partner-our-services #services-mobile__container .gradient__container .service-item .service-item__icon img {
    width: 40px;
    display: block;
    margin: 0 auto;
}
#partner-our-services #services-mobile__container .gradient__container .service-item > img {
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
#partner-our-services #services-mobile__container .content__container {
    margin-top: 41.5px;
    margin-right: 25px;
    padding-left: 130px;
}
#partner-our-services #services-mobile__container .content__container .service-item__content {
    text-align: left;
    height: 175px;
    display:block;
    text-decoration: none;
}
#partner-our-services #services-mobile__container .content__container .service-item__content:last-child {
    height: auto;
}
#partner-our-services #services-mobile__container .content__container .service-item__content h3 {
    font-size: 17px;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #551e85;
}
#partner-our-services #services-mobile__container .content__container .service-item__content h4 {
    margin-top: 20px;
    font-family: 'Proximus Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #6a708a;
    font-size: 15px;
    line-height: 1.5;
}
#spontane-sollicitatie {
    text-align: center
}
#spontane-sollicitatie h3 {
    color: #551e85;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
}
#spontane-sollicitatie p {
    width: 90%;
    margin: 35px auto;
}
@media (min-width: 768px) {
    #spontane-sollicitatie p {
        width: 50%;
    }
}
@media (min-width: 1024px) {
    #spontane-sollicitatie p {
        width: 30%;
    }
}
@media (min-width: 768px) {
    #spontane-sollicitatie button {
        margin-bottom: 50px;
    }
}
@media (min-width: 768px) {
    .vacature-item__container {
        max-width: 1024px;
        margin: 0 auto;
    }
}
.vacature-item__container p:first-child {
    font-family: 'Proximus Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
}
.vacature-item__container p {
    font-size: 1.6rem;
}
.vacature-item__container button {
    margin: 100px auto 50px;
    display: block;
}
#error-page .masthead {
    height: 115px;
    z-index: 10;
}
#error-page img {
    z-index: 10;
    margin: 0 0 0 auto;
    display:none;
}
@media (min-width: 768px) {
    #error-page img {
        display:block;
    }
}
#error-page h1 {
    font-size: 14rem;
    position:relative;
    color:white;
    z-index: 10;
    margin-top: 100px;
    text-align: center;
}
@media (min-width: 768px) {
    #error-page h1 {
        font-size: 20rem;
    }
}
#error-page p {
    font-size: 2rem;
    position: relative;
    color:#551e85;
    z-index: 10;
    text-align: center;
    height: 400px;
    width: 70%;
    margin:  25px auto;
    line-height: 180%;
}
#error-page .image__container {
    height: 100vh;
    position: absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top:0;
    width: 100vw;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #eff8ff;
}
/*Lets start with the cloud formation rather*/
/*The container will also serve as the SKY*/
body {
    /*To hide the horizontal scroller appearing during the animation*/
    overflow: hidden;
}
#clouds{
    background: #c9dbe9;
    background: -linear-gradient(top, #c9dbe9 0%, #fff 100%);
    background: -moz-linear-gradient(top, #c9dbe9 0%, #fff 100%);
}
/*Time to finalise the cloud shape*/
.cloud {
    width: 200px; height: 60px;
    background: #fff;

    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;

    position: fixed;
}
.cloud:before, .cloud:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 100px; height: 80px;
    position: absolute; top: -15px; left: 10px;

    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;

    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}
.cloud:after {
    width: 120px; height: 120px;
    top: -55px; left: auto; right: 15px;
}
@-webkit-keyframes moveclouds {
    0% {margin-left: 1000px;}
    100% {margin-left: -1000px;}
}
.landing__container {
    background: #f5f3f9
}
.landing__container .page-block {
    padding-bottom: 0;
    position:relative;
    top: -200px;
}
@media (min-width: 768px) {
    .landing__container .page-block {
        top: -300px;
    }
}
@media (min-width: 1024px) {
    .landing__container .page-block {
        padding-top: 0;
        height: 250px;
        top: -200px;
    }
}
@media (min-width: 1280px) {
    .landing__container .page-block {
        padding-right: 195px;
        margin-top: -50px;
    }
}
.landing__container .page-block .user-card__container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1200px;
    margin:0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 1024px) {
    .landing__container .page-block .user-card__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
.landing__container .page-block .user-card__container .landing__user-card {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 355px;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 500px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
            box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
    border-radius: 15px;
    padding: 50px 35px;
    position:relative;
    margin: 25px 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    margin-right: 5px;
}
@media (min-width: 1024px) {
    .landing__container .page-block .user-card__container .landing__user-card {
        max-width: 290px;
    }
}
@media (min-width: 1440px) {
    .landing__container .page-block .user-card__container .landing__user-card {
        max-width: 350px;
    }
}
.landing__container .page-block .user-card__container .landing__user-card:hover {
    background: hsla(240, 43%, 97%, 1);
    -webkit-box-shadow: 3px 12px 15px rgba(0, 0, 0, .1);
            box-shadow: 3px 12px 15px rgba(0, 0, 0, .1);
}
.landing__container .page-block .user-card__container .landing__user-card:hover a {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.landing__container .page-block .user-card__container .landing__user-card .user-logo {
    width: 100px;
    height: 100px;
    display:block;
    margin: 0 auto;
    margin-bottom: 25px;
}
.landing__container .page-block .user-card__container .landing__user-card h4 {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #551e85;
    margin-bottom: 15px;
}
.landing__container .page-block .user-card__container .landing__user-card p {
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #6a708a;
    text-align: justify;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    line-height: 150%;
    margin: 0;
}
.landing__container .page-block .user-card__container .landing__user-card span {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #551e85;
    -ms-flex-item-align: center;
        align-self: center;
    position:absolute;
    bottom: -17.5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transform-origin: center;
            transform-origin: center;
}
.landing__container .page-block .user-card__container .landing__user-card span svg {
    fill: white;
    position: absolute;
    top: 52%;
    left: 52%;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.homepage {
    background: #f5f3f9
}
.homepage .masthead svg path {
    fill: #F5F3F9;
}
#blogs-section {
    position:relative;
    margin-top: -100px;
    z-index: 20;
    padding: 0 24px;

}
@media (min-width: 768px) {
    #blogs-section {
        margin-top: -250px;
        padding: 95px 24px;
    }
}
@media (min-width: 1280px) {
    #blogs-section {
        margin-top: -300px;
    }
}
#blogs-section .blogs {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width:100%;
    margin: 0 auto;
}
@media (min-width: 1280px) {
    #blogs-section .blogs {
        width: 1300px;
    }
}
@media (min-width: 2000px) {
    #blogs-section .blogs {
        width: 1600px;
    }
}
#all-blogs__section {
    padding: 0 24px;
}
@media (min-width: 1280px) {
    #all-blogs__section {
        padding: 0 195px 111px 195px;
    }
}
#all-blogs__section header {
    text-align: center;
}
#all-blogs__section .articles__container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.author__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px;
    margin: 50px auto;
    max-width: 100%
}
.author__container .author-image__container {
    width: 100px;
    height: 100px;
    min-width: 100px;
    background-size: cover;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.author__container .author-content__container {
    padding-left: 25px;
    width: 500px;
}
.author__container .author-content__container > span {
    color: #6a708a;
    text-transform: uppercase;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.author__container .author-content__container > h6 {
    color: #551e85;
    text-transform: uppercase;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 10px 0 10px;
}
.author__container .author-content__container > p {
    color: #6a708a;
    line-height: 150%;
}
.share-on-social-media__container {
    width: 600px;
    max-width: 100%;
    height: 75px;
    margin: 0 auto 100px;
    border: 1px solid #c2a572;
    position: relative
}
.share-on-social-media__container .share__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #c2a572;
    opacity: 1;
    -webkit-transition: 0.3s ease-out opacity;
    transition: 0.3s ease-out opacity;
    position: absolute;
    width: 100%;
    height: 100%;
}
.share-on-social-media__container .share__container span {
    text-transform: uppercase;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-left: 10px;
}
.share-on-social-media__container .social-media__container {
    opacity: 0;
    -webkit-transition: 0.3s ease-out opacity;
    transition: 0.3s ease-out opacity;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.share-on-social-media__container .social-media__container svg {
    fill: #c2a572;
    cursor: pointer;
    margin: 0 25px;
}
.share-on-social-media__container:hover .social-media__container {
    opacity: 1;
}
.share-on-social-media__container:hover .share__container {
    opacity: 0;
}
.blog-info {
    padding-top: 0;
    padding-bottom: 0;
}
#body .cm-logo {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 75px;
}
@media (min-width: 768px) {
    #body .cm-logo {
        width: 120px;
        top: 25px;
        left: 25px;
    }
}
@media (min-width: 1024px) {
    #body .cm-logo {
        width: auto;
        top: 63px;
        left: 63px;
    }
}
#body .ms-logo {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 100px;
    height:42px;
    display: block;
}
@media (min-width: 768px) {
    #body .ms-logo {
        width: 120px;
        top: 25px;
        right: 25px;
    }
}
@media (min-width: 1024px) {
    #body .ms-logo {
        width: 179px;
        top: 63px;
        right: 63px;
    }
}
.teams-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height:100vh;
    width:100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    padding: 0 8px;
    position: relative
}
.teams-container h1 {
    margin-top:100px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;/* identical to box height */
    max-width: 700px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;/* Black */
    color: #000000;
}
@media (min-width: 768px) {
    .teams-container h1 {
        font-size: 30px;
        line-height: 38px;
    }
}
@media (min-width: 1024px) {
    .teams-container h1 {
        font-size: 36px;
        line-height: 45px;
    }
}
.teams-container h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 700px;/* Purple */
    margin: 16px;
    color: #551E85;
}
@media (min-width: 768px) {
    .teams-container h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (min-width: 1024px) {
    .teams-container h4 {
        font-size: 22px;
        line-height: 32px;
    }
}
.teams-container .svg_container_form svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
    left: 50%;
}
@media (min-width: 544px) {
    .teams-container .svg_container_form svg {
        -webkit-transform: translate(-50%, -40%);
                transform: translate(-50%, -40%);
    }
}
.teams-container .svg_container_form .thank-you-svg {
    position:static;
    position:initial;
    -webkit-transform:none;
            transform:none;
}
.paper {
    width:100%;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, .09), 4px 6px 8px rgba(0, 0, 0, .01);
            box-shadow: 4px 4px 40px rgba(0, 0, 0, .09), 4px 6px 8px rgba(0, 0, 0, .01);
    border-radius: 20px;
    padding: 24px;
    z-index: 2;
    position:relative;
}
@media (min-width: 768px) {
    .paper {
        padding: 48px;
        width: 734px;
    }
}
.teams-for-doctors__form {
    height: 850px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin: 50px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width:100%;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, .09), 4px 6px 8px rgba(0, 0, 0, .01);
            box-shadow: 4px 4px 40px rgba(0, 0, 0, .09), 4px 6px 8px rgba(0, 0, 0, .01);
    border-radius: 20px;
    padding: 24px;
    z-index: 2;
    position:relative;
}
@media (min-width: 768px) {
    .teams-for-doctors__form {
        margin: 100px;
        height: 800px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 48px;
        width: 734px;
    }
}
.teams-for-doctors__form .title p {
    font-style: normal;
    font-weight: bold;
    line-height: 29px;/* identical to box height */
    font-size: 18px;/* Black */
    display:block;
    color: #000000;
    max-width: 70%;
    text-align: center;
    margin: 0 auto 24px;
}
@media (min-width: 544px) {
    .teams-for-doctors__form .title p {
        font-size: 24px;
        margin: 0 0 24px 0;
        max-width: 100%;
    }
}
.teams-for-doctors__form .title2 p {
    max-width: 100%;
    text-align: left;
    margin: 36px 0 8px 0;
}
@media (min-width: 544px) {
    .teams-for-doctors__form .title2 p {
        text-align: center;
        margin: 36px 0 24px 0;
    }
}
.teams-for-doctors__form .required {
    display: none;
}
.teams-for-doctors__form .form-field {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
}
.teams-for-doctors__form .form-field:nth-of-type(2), .teams-for-doctors__form .form-field:nth-of-type(1), .teams-for-doctors__form .form-field:nth-of-type(7), .teams-for-doctors__form .form-field:nth-of-type(8) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.teams-for-doctors__form .form-field:nth-of-type(3) {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
}
.teams-for-doctors__form .form-field:nth-of-type(4) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
}
.teams-for-doctors__form .form-field:nth-of-type(3) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
}
.teams-for-doctors__form .form-field:nth-of-type(4) {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
}
.teams-for-doctors__form .form-field input {
    background: #FFFFFF;
    border: 2px solid #DBEFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
}
.teams-for-doctors__form .form-field .form-label {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;/* Black */
    color: #000000;
}
.teams-for-doctors__form .buttons {
    text-align: right;
    -ms-flex-item-align: end;
        align-self: flex-end;
    justify-self: flex-end;
    margin: 0 0 0 auto;
}
.teams-for-doctors__form .buttons button {
    margin-top: 25px;
}
@media (min-width: 768px) {
    .teams-for-doctors__form .buttons button {
        margin:0;
    }
}
.teams-for-doctors__form .radio {
    border: none;
}
.teams-for-doctors__form.thank-you {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px;
}
@media (min-width: 768px) {
    .teams-for-doctors__form.thank-you {
        padding: 48px;
    }
}
.teams-for-doctors__form.thank-you svg {
    width: 50%;
    margin:0 auto;
    display:block;
    height: auto;
}
@media (min-width: 768px) {
    .teams-for-doctors__form.thank-you svg {
        width: auto;
    }
}
.teams-for-doctors__form.thank-you h1 {
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
    margin-top: 50px;/* Black */
    //margin-top: 24px;
    color: #000000;
}
.teams-for-doctors__form.thank-you p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #000000;
    margin: 24px auto;
}
@media (min-width: 768px) {
    .teams-for-doctors__form.thank-you p {
        max-width: 80%;
        margin:24px auto 0;
    }
}
.teams-for-doctors__form.thank-you a {
    margin: 25px auto 0;
    display:block;
    width:200px;
}
@media (min-width: 768px) {
    .teams-for-doctors__form.thank-you a {
        margin: 50px auto 0 auto;
    }
}
.more_info_container{
    margin: 0 8px;
    padding: 24px 16px;
}
@media (min-width: 544px) {
    .more_info_container {
        padding: 24px;
    }
}
@media (min-width: 768px) {
    .more_info_container {
        margin: -48px auto 48px;
        padding: 48px;
    }
}
.more_info_container h2 {
    font-style: normal;
    font-weight: bold;
    line-height: 29px;/* identical to box height */
    font-size: 18px;/* Black */
    display:block;
    color: #000000;
    max-width: 70%;
    text-align: center;
    margin: 0 auto 24px;
}
@media (min-width: 544px) {
    .more_info_container h2 {
        font-size: 24px;
        margin: 0 0 24px 0;
        max-width: 100%;
    }
}
.more_info_container h2:nth-of-type(2) {
    margin-top: 36px;
}
.more_info_container a {
    display:block;
    width:100%;
    color: #00bcee;
    margin-bottom: 16px;
    line-height: 1.5;
}
.more-info__button {
    position: absolute;
    z-index: 2;
    bottom: 124px;
    display: block;
    height: 47px;
    line-height: 47px;
    text-decoration: none;
    color: #00bcee;
    font-size: 17px;
    right: 48px;
}
@media (min-width: 544px) {
    .more-info__button {
        right: 136px;
    }
}
@media (min-width: 768px) {
    .more-info__button {
        bottom: 148px;
        right: auto;
        margin-left: 148px;
    }
}
#kmo_hq__form .notices {
    display: none;
}
#kmo_hq__form {
    background-color: #633c91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 16px;
}
@media (min-width: 768px) {
    #kmo_hq__form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 100px 24px;
    }
}
@media (min-width: 1024px) {
    #kmo_hq__form {
        padding: 100px 50px;
    }
}
#kmo_hq__form > div {
    max-width: 1500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 768px) {
    #kmo_hq__form > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
#kmo_hq__form > div > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: white;
    width: 100%;
}
@media (min-width: 768px) {
    #kmo_hq__form > div > div {
        margin: 0 50px;
    }
}
#kmo_hq__form > div > div h4 {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 42px;
}
@media (min-width: 544px) {
    #kmo_hq__form > div > div h4 {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    #kmo_hq__form > div > div h4 {
        font-size: 36px;
    }
}
#kmo_hq__form > div > div p {
    margin-bottom: 24px;
    line-height: 32px;
    font-size: 18px;
}
@media (min-width: 544px) {
    #kmo_hq__form > div > div p {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    #kmo_hq__form > div > div p {
        font-size: 22px;
        max-width: 750px;
    }
}
#kmo_hq__form > div > div form {
    margin-top: 16px;
}
@media (min-width: 544px) {
    #kmo_hq__form > div > div form {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    #kmo_hq__form > div > div form {
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }
}
#kmo_hq__form > div > div form .form-label {
    display: none;
}
@media all and (-ms-high-contrast: none),
                        (-ms-high-contrast: active) {
    #kmo_hq__form > div > div form .form-label {/* IE10+ CSS */
        display: block;
    }
}
#kmo_hq__form > div > div form input,
                #kmo_hq__form > div > div form textarea {
    background: transparent;
    color: white;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid white;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 18px;
    width: 100%;
    display: block;
    height: 45px;
}
@media (min-width: 544px) {
    #kmo_hq__form > div > div form input,
                #kmo_hq__form > div > div form textarea {
        border-bottom: 3px solid white;
    }
}
@media (min-width: 768px) {
    #kmo_hq__form > div > div form input,
                #kmo_hq__form > div > div form textarea {
        max-width: 400px;
    }
}
#kmo_hq__form > div > div form input::-webkit-input-placeholder, #kmo_hq__form > div > div form textarea::-webkit-input-placeholder {
    color: white;
    opacity: 1;
    font-size: 18px;
}
#kmo_hq__form > div > div form input:-ms-input-placeholder, #kmo_hq__form > div > div form textarea:-ms-input-placeholder {
    color: white;
    opacity: 1;
    font-size: 18px;
}
#kmo_hq__form > div > div form input::-ms-input-placeholder, #kmo_hq__form > div > div form textarea::-ms-input-placeholder {
    color: white;
    opacity: 1;
    font-size: 18px;
}
#kmo_hq__form > div > div form input::placeholder, #kmo_hq__form > div > div form textarea::placeholder {
    color: white;
    opacity: 1;
    font-size: 18px;
}
#kmo_hq__form > div > div form input:-ms-input-placeholder, #kmo_hq__form > div > div form textarea:-ms-input-placeholder {/* Internet Explorer 10-11 */
    color: white;
    font-size: 18px;
}
#kmo_hq__form > div > div form input::-ms-input-placeholder, #kmo_hq__form > div > div form textarea::-ms-input-placeholder {/* Microsoft Edge */
    color: white;
    font-size: 18px;
}
#kmo_hq__form > div > div form .buttons {
    margin-top: 24px;
    text-align: right;
}
#kmo_hq__form .partner-link-wrapper {
    text-align: right;
    margin: 22px auto 0;
}
@media (min-width: 768px) {
    #kmo_hq__form .partner-link-wrapper {
        margin: 14px auto 0;
        max-width: 400px;
    }
}
#kmo_hq__form .partner-link-wrapper .parnter-link {
    color: #ffffff;
    font-size: 15px;
}
#kmo_hq__hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 32px;
    max-width: 1400px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    #kmo_hq__hero .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 64px;
    }
}
#kmo_hq__hero .container .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (min-width: 1024px) {
    #kmo_hq__hero .container .text {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        margin-right: 24px;
    }
}
#kmo_hq__hero .container .text h1 {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 4rem;
    margin-bottom: 3rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
}
#kmo_hq__hero .container .text p {
    font-size: 2rem;
    margin-bottom: 3rem;
    line-height: 1.4;
}
@media (min-width: 1024px) {
    #kmo_hq__hero .container svg {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
    }
}
#kmo_hq__solutions {
    position: relative
}
#kmo_hq__solutions .solutions-container {
    margin: 50px 0 80px;
    padding-top: 120px;
}
#kmo_hq__solutions .solutions-container .solutions-container-background {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
    z-index: -1;
    width: 100%;
    height: 550px;
    top: 9%;
}
@media (min-width: 768px) {
    #kmo_hq__solutions .solutions-container .solutions-container-background {
        height: 800px;
        top: 13%;
    }
}
@media (min-width: 1024px) {
    #kmo_hq__solutions .solutions-container .solutions-container-background {
        top: 28%;
        height: 1100px;
    }
}
#kmo_hq__solutions .solutions-container .solutions-title-wrapper {
    margin: auto;
    max-width: 900px;
    padding: 0 20px;
}
#kmo_hq__solutions .solutions-container .solutions-title {
    color: #551e85;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}
#kmo_hq__solutions .solutions-container .solutions-subtitle {
    color: #565656;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 140%;
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}
#kmo_hq__solutions .solutions-container .solutions-cards-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 0 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 1024px) {
    #kmo_hq__solutions .solutions-container .solutions-cards-wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
#kmo_hq__solutions .solutions-container .solutions-card0 {
    padding-bottom: 170px;
}
@media (min-width: 1024px) {
    #kmo_hq__solutions .solutions-container .solutions-card0 {
        padding-bottom: 170px;
    }
}
#kmo_hq__solutions .solutions-container .solutions-card1 {
    padding-bottom: 190px;
}
@media (min-width: 1024px) {
    #kmo_hq__solutions .solutions-container .solutions-card1 {
        padding-bottom: 240px;
    }
}
#kmo_hq__solutions .solutions-container .solutions-card2 {
    padding-bottom: 210px;
}
@media (min-width: 1024px) {
    #kmo_hq__solutions .solutions-container .solutions-card2 {
        padding-bottom: 255px;
    }
}
#kmo_hq__solutions .solutions-container .solutions-card {
    background: #ffffff;
    border-radius: 30px;
    -webkit-box-shadow: 2px 4px 25px rgba(0, 0, 0, .12),
                2px 3px 7px rgba(0, 0, 0, .1);
            box-shadow: 2px 4px 25px rgba(0, 0, 0, .12),
                2px 3px 7px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 20px 10px;
    position: relative;
    min-height: 500px;
    max-width: 320px;
    min-width: 320px;
}
@media (min-width: 768px) {
    #kmo_hq__solutions .solutions-container .solutions-card {
        margin: 20px 10px;
        max-width: 320px;
        min-width: 320px;
    }
}
@media (min-width: 1024px) {
    #kmo_hq__solutions .solutions-container .solutions-card {
        margin: 20px 20px;
        max-width: 320px;
        min-width: 320px;
    }
}
@media (min-width: 1280px) {
    #kmo_hq__solutions .solutions-container .solutions-card {
        margin: 20px 30px;
        max-width: 360px;
        min-width: 360px;
    }
}
#kmo_hq__solutions .solutions-container .solutions-card .card-title-wrapper {
    margin-top: 30px;
    padding: 0 20px;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-title {
    color: #904db0;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 150%;
    text-align: center;
    max-width: 380px;
    margin: auto;
}
#kmo_hq__solutions .solutions-container .solutions-card .title0 {
    color: #904db0;
}
#kmo_hq__solutions .solutions-container .solutions-card .title1 {
    color: #551e85;
}
#kmo_hq__solutions .solutions-container .solutions-card .title2 {
    color: #00bcee;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-title-line {
    border: none;
    height: 3px;
    margin-top: 16px;
    width: 50%;
}
#kmo_hq__solutions .solutions-container .solutions-card #card-title-line0 {
    background: #904db0;
}
#kmo_hq__solutions .solutions-container .solutions-card #card-title-line1 {
    background: #551e85;
}
#kmo_hq__solutions .solutions-container .solutions-card #card-title-line2 {
    background: #00bcee;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-descriptions-wrapper {
    padding: 16px 22px 6px;
}
@media (min-width: 768px) {
    #kmo_hq__solutions .solutions-container .solutions-card .card-descriptions-wrapper {
        padding: 18px 26px 8px;
    }
}
@media (min-width: 1024px) {
    #kmo_hq__solutions .solutions-container .solutions-card .card-descriptions-wrapper {
        padding: 25px 32px 10px;
    }
}
@media (min-width: 1280px) {
    #kmo_hq__solutions .solutions-container .solutions-card .card-descriptions-wrapper {
        padding: 30px 39px 10px;
    }
}
#kmo_hq__solutions .solutions-container .solutions-card .card-description {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 12px 0;
    line-height: 18px;
    height: 54px;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-description-bold1 {
    font-style: bold;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-icon {
    margin-right: 14px;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 15px;
    right: 140px;
    min-height: 220px;
}
@media (min-width: 1280px) {
    #kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper {
        right: 150px;
    }
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    width: 50%;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper .footer-prefix {
    min-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 10px 0;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper .footer-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    line-height: 100%;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper .footer-price-wrapper .footer-euro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper .footer-price-wrapper .footer-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 120px;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper .footer-price-wrapper .footer-price .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper .footer-price-wrapper .footer-price .price-wrap .price-full {
    font-size: 52px;
    line-height: 48px;
}
@media (min-width: 1024px) {
    #kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper .footer-price-wrapper .footer-price .price-wrap .price-full {
        font-size: 62px;
        line-height: 58px;
    }
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper .footer-price-wrapper .footer-price .price-wrap .price-decimal {
    font-size: 18px;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wrapper .footer-wrapper .footer-price-wrapper .footer-price .price-appendix {
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 12px;
}
#kmo_hq__solutions .solutions-container .solutions-card .card-footer-wave {
    bottom: 0;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#kmo_hq__solutions .solutions-container .solutions-card .wave0 path {
    fill: #904db0;
}
#kmo_hq__solutions .solutions-container .solutions-card .wave1 path {
    fill: #551e85;
}
#kmo_hq__solutions .solutions-container .solutions-card .wave2 path {
    fill: #00bcee;
}
#kmo_hq__solutions .solutions-container .solutions-button-wrapper {
    text-align: center;
}
#kmo_hq__cases {
    margin: 128px auto;
    padding: 16px;
    max-width: 1400px;
}
@media (min-width: 768px) {
    #kmo_hq__cases {
        padding:40px;
    }
}
#kmo_hq__cases h2.title {
    font-size: 36px;
    color: #00bcee;
    text-align: center;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 32px;
    line-height: 40px;
}
@media (min-width: 768px) {
    #kmo_hq__cases h2.title {
        font-size: 4rem;
    }
}
#kmo_hq__cases p.subtitle {
    text-align: center;
    margin: 0 auto 48px;
    color: #565656;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 140%;
}
@media (min-width: 1024px) {
    #kmo_hq__cases p.subtitle {
        max-width: 50%;
    }
}
#kmo_hq__cases .case-card.type1 {
    color: #551e85;
    background-color: #f8e9fd;
}
#kmo_hq__cases .case-card.type2 {
    color: #01617a;
    background-color: #e5f8fd;
}
#kmo_hq__cases .case-card.type0 {
    color: #565656;
    background-color: #f7f5fc;
}
#kmo_hq__cases .case-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px 24px;
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, .06);
            box-shadow: 2px 2px 12px rgba(0, 0, 0, .06);
    border-radius: 13px;
    margin: 16px;
    height: 350px;
}
@media (min-width: 1024px) {
    #kmo_hq__cases .case-card {
        margin: 24px;
    }
}
#kmo_hq__cases .case-card h4.case-title {
    font-size: 3rem;
    margin-bottom: 8px;
}
#kmo_hq__cases .case-card .case-name {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#kmo_hq__cases .case-card .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#kmo_hq__cases .case-card .quote .quotation {
    font-size: 4rem;
    margin-bottom: -1rem;
}
#kmo_hq__cases .case-card .quote .end-quotation {
    text-align: right;
}
#kmo_hq__cases .case-card .quote .description {
    line-height: 1.4;
}
#kmo_hq__cases .case-card a {
    color: inherit;
    text-decoration: underline;
}
#kmo_hq__cases .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
}
#kmo_hq__cases .slick-dots li {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border: solid 3px #d0d2d5;
    margin: 0 8px;
}
#kmo_hq__cases .slick-dots li button {
    display: none;
}
#kmo_hq__cases .slick-dots li.slick-active {
    border-color: #00bcee;
}
/* Teams voice webiste */
#teams-voice__container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1400px;
    padding: 40px;
    margin: 128px auto
}
#teams-voice__container h2 {
    font-size: 36px;
    color: #00bcee;
    text-align: center;
    font-family: "Proximus Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 32px;
    line-height: 40px;
}
#teams-voice__container h4 {
    max-width: 50%;
    text-align: center;
    margin: 0 auto 48px;
    color: #565656;
    font-family: "Proximus Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 140%;
}
#teams-voice__container .videoWrapper {
    width: 75%;
}
#teams-voice__container video {
    width: 100%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
#teams-voice__hero{

    padding: 40px 32px;
    max-width: 1400px;
    margin: 0 auto
}
#teams-voice__hero h1 {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3rem;
    margin-bottom: 3rem;
    color: rgb(0, 0, 0);
    line-height: 1.2;
}
@media (min-width: 1024px) {
    #teams-voice__hero h1 {
        width: 60%;
        font-size: 4rem;
    }
}
@media (min-width: 1024px) {
    #teams-voice__hero .hero__wrapper {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:1;
            -ms-flex:1;
                flex:1;
    }
}
#teams-voice__hero .hero__wrapper aside {
    margin-top:24px;
}
@media (min-width: 1024px) {
    #teams-voice__hero .hero__wrapper aside {
        margin:0;
    }
}
#teams-voice__hero .hero__wrapper aside video {
    width: 100%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}
#teams-voice__hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
}
@media (min-width: 1024px) {
    #teams-voice__hero .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
#teams-voice__hero .container .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (min-width: 1024px) {
    #teams-voice__hero .container .text {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        margin-right: 24px;
    }
}
#teams-voice__hero .container .text p {
    font-size: 2rem;
    margin-bottom: 3rem;
    line-height: 1.4;
}
@media (min-width: 1024px) {
    #teams-voice__hero .container svg {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
    }
}
#teams-voice__hero .container .markdown__container li {
    font-size: 20px;
}
@font-face {
    font-family: 'Proximus Display';
    src:  url('../fonts/ProximusDisplay.otf') format("opentype");
}
.cloud__container {
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 64px
}
.cloud__container svg {
    position: absolute;
    width: 175px;
    z-index: -1;
}
.cloud__container svg path {
    stroke: none;
}
#teams-voice__about {
    padding: 40px 0;
    max-width: 1100px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    #teams-voice__about {
        padding: 40px 32px;
    }
}
#teams-voice__about .accordion-container {
    margin-top: 64px;
}
#teams-voice__about .container {
    //padding: 64px;
}
#teams-voice__about .container h2 {
    color: #00bcee;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    padding: 0 24px;
    line-height: 1.2;
}
#teams-voice__about .container h4 {
    color: #551e85;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    pointer-events: none;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    padding-right: 12px;
    padding: 0 16px 0 16px;
}
@media (min-width: 1024px) {
    #teams-voice__about .container h4 {
        padding:0 0 0 16px;
    }
}
#teams-voice__about .container a {
    margin: 24px 0;
    display: block;
}
#teams-voice__about .container span {
    font-family: "Proximus Display";
    color: #551e85;
    font-size: 3rem;
    position:absolute;
    top: -24px;
    left: 16px;
    font-weight: 100;
    pointer-events: none;
}
@media (min-width: 1024px) {
    #teams-voice__about .container span {
        font-size: 4rem;
        top: -32px;
    }
}
#teams-voice__about .container .markdown__container {
    max-width: 1400px;
    padding: 0 0 0 16px;
}
@media (min-width: 1024px) {
    #teams-voice__about .container .markdown__container {
        padding: 0 0 0 32px;
    }
}
#teams-voice__price {
    padding: 40px 16px;
    max-width: 1100px;
    margin: 0 auto;
    position:relative;
}
@media (min-width: 1024px) {
    #teams-voice__price {
        padding: 40px 16px;
    }
}
#teams-voice__price > svg {
    width: 400px;
    height:auto;
    position: absolute;
    bottom: -2px;
    right: 0;
}
@media (min-width: 1024px) {
    #teams-voice__price > svg {}
}
#teams-voice__price h2 {
    color: #00bcee;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
#teams-voice__price .mobile {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (min-width: 1024px) {
    #teams-voice__price .mobile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
#teams-voice__price .mobile .banner {
    background: #E6E5FD;
    color: #551e85;
    padding: 32px 24px;
    border-radius: 13px;
    margin-top: 24px;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
}
@media (min-width: 1024px) {
    #teams-voice__price .mobile .banner {
        margin-top:0;
        margin-left: 16px;
    }
}
#teams-voice__price .mobile .banner h4 {
    font-size: 2rem;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
}
#teams-voice__price .mobile .banner p {
    font-size: 16px;
    line-height: 1.3;
}
#teams-voice__price .mobile .banner .card-options {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 24px 0;
}
#teams-voice__price .mobile .banner .card-options > div {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#teams-voice__price .mobile .banner .card-options > span {
    font-weight: bold;
    text-align: right;
    display: block;
    width:100%;
}
#teams-voice__price .mobile .card {
    color: #01617a;
    background-color: #e5f8fd;
    padding: 32px 24px;
    border-radius: 13px;
    margin-bottom: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media (min-width: 1024px) {
    #teams-voice__price .mobile .card {
        margin-bottom: 0;
        margin-right: 16px;
    }
}
#teams-voice__price .mobile .card h4 {
    font-size: 2rem;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 24px;
}
#teams-voice__price .mobile .card .card-options {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#teams-voice__price .mobile .card .card-options > div {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#teams-voice__price .mobile .card .card-options > div span {
    margin-bottom: 8px;
}
#teams-voice__price .mobile .card .card-options > span {
    font-weight: bold;
}
#teams-voice__price .mobile .card .card-options:last-child {
    margin-bottom:0;
}
#teams-voice__price .mobile .card p {
    font-size: 14px;
    font-style: italic;
    line-height: 1.2;
}
#teams-voice__price-simulation {
    padding: 40px 16px 250px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 1024px) {
    #teams-voice__price-simulation {
        padding: 40px 16px 250px;
    }
}
#teams-voice__price-simulation h2 {
    color: #00bcee;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
#teams-voice__price-simulation h3 {
    font-family: "Proximus Display";
    color: #551e85;
    font-size: 4rem;
    text-align: right;
    margin-bottom: 20px;
}
#teams-voice__price-simulation > svg {
    width: 400px;
    height: auto;
    position: absolute;
    bottom: -2px;
    right: 0;
}
#teams-voice__price-simulation .table__container {
    width: 100%;
    overflow-x: auto;
}
#teams-voice__price-simulation table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
}
#teams-voice__price-simulation table th {
    background-color: #551e85;
    color: rgb(255, 255, 255);
    padding: 17px;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 3px solid white;
    line-height: 140%;
}
#teams-voice__price-simulation table th:first-child {
    background-color: transparent;
}
#teams-voice__price-simulation table td {
    background-color: #EAE8EE;
    padding: 17px;
    text-align: right;
    border: 3px solid white;
}
#teams-voice__price-simulation table td:first-child {
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
}
#teams-voice__price-simulation table .divider td {
    background-color: #551e85;
    color: rgb(255, 255, 255);
    border: 3px solid white;
}
#teams-voice__price-simulation table .subrow td {
    color: #551e85;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-left: 30px;
    background-color: #D2CDDC;
}
#teams-voice__how-it-works .container {
    padding: 40px 32px;
    max-width: 1400px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    #teams-voice__how-it-works .container {
        padding: 64px;
    }
}
#teams-voice__how-it-works .container h2 {
    color: #00bcee;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
#teams-voice__how-it-works .container p {
    text-align: center;
    margin: 0 auto 48px;
    color: #565656;
    font-family: 'Proximus Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 140%;
}
@media (min-width: 1024px) {
    #teams-voice__how-it-works .container p {
        max-width: 50%;
    }
}
#teams-voice__how-it-works .container > svg {
    width:100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
@media (min-width: 1024px) {
    #teams-voice__how-it-works .container > svg {
        width: 90%;
    }
}
#teams-voice__components {
    background: #eff8ff;
    padding: 40px 32px
}
#teams-voice__components h2 {
    color: #00bcee;
    font-family: 'Proximus Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
#teams-voice__components .cards {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (min-width: 1024px) {
    #teams-voice__components .cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
}
#teams-voice__components .card__container {
    max-width: 450px;
    width: 100%;
    -webkit-box-shadow: rgba(47, 106, 129, .12) 2px 2px 44px, rgba(47, 106, 129, .05) 1px 4px 6px;
            box-shadow: rgba(47, 106, 129, .12) 2px 2px 44px, rgba(47, 106, 129, .05) 1px 4px 6px;
    background: rgb(255, 255, 255);
    padding: 32px 24px 32px 48px;
    margin: 44px 16px 24px;
    border-radius: 5px;
    position: relative;
}
@media (min-width: 1024px) {
    #teams-voice__components .card__container {
        margin: 44px 16px 8px;
        max-width: 350px;
        width: unset;
    }
}
#teams-voice__components .card__container > svg {
    -webkit-box-shadow:  rgba(47, 106, 129, .05) 1px -4px 6px;
            box-shadow:  rgba(47, 106, 129, .05) 1px -4px 6px;
    position:absolute;
    top: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
    border-radius: 50%;
}
#teams-voice__components h5 {
    color: #551e85;
    text-align: center;
    font-size: 24px;
    margin: 16px 0;
}
/* Starten bij ClearMedia website */
strong {
  font-weight: bold;
}
.cloudVideo {
  max-width: 100%;
}
#starten-bij-clearmedia__hero {
  max-width: 1200px;
  margin: 0 auto 50px;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__hero {
        margin: 0 auto 220px;
    }
}
#starten-bij-clearmedia__hero .hero_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__hero .hero_wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
#starten-bij-clearmedia__hero .hero_wrapper > .hero_left {
    width: 100%;
    line-height: 200%;
    margin: 0 0 30px 0;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__hero .hero_wrapper > .hero_left {
        width: 35%;
        margin: 0 5% 0 0;
    }
}
#starten-bij-clearmedia__hero .hero_wrapper > .hero_left .button_wrapper {
    margin-top: 20px;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__hero .hero_wrapper > .hero_left .button_wrapper {
        margin-top: 40px;
    }
}
#starten-bij-clearmedia__hero .hero_wrapper > .hero_right {
    width: 100%;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__hero .hero_wrapper > .hero_right {
        width: 60%;
    }
}
#starten-bij-clearmedia__hero .hero_wrapper > .hero_right > div {
    width: 100%;
}
#starten-bij-clearmedia__hero .hero_wrapper video {
    width: 100%;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, .2);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, .2);
    border-radius: 10px;
}
#starten-bij-clearmedia__hero .hero_wrapper .hero_subtitle {
    font-size: 20px;
    color: #333333;
    text-align: left;
    max-width: 550px;
}
#starten-bij-clearmedia__hero .hero_title {
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__hero .hero_title {
        margin-bottom: 100px;
        font-size: 50px;
    }
}
#starten-bij-clearmedia__faq {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px
}
#starten-bij-clearmedia__faq > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
}
#starten-bij-clearmedia__faq > .row.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__faq > .row {
        margin-bottom: 200px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    #starten-bij-clearmedia__faq > .row.mobile-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
#starten-bij-clearmedia__faq .row_video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 40px 30px 10px;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__faq .row_video {
        padding: 30px;
        width: 50%;
    }
}
#starten-bij-clearmedia__faq .row_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#starten-bij-clearmedia__faq .row_text h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}
#starten-bij-clearmedia__faq .row_text p {
    line-height: 170%;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__faq .row_text {
        padding: 0 70px;
        width: 50%;
    }
}
#starten-bij-clearmedia__faq video {
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .3), 20px 20px 0px 0px #00bcee, 20px 20px 10px 0px rgba(0, 0, 0, .2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .3), 20px 20px 0px 0px #00bcee, 20px 20px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 10px;
}
#starten-bij-clearmedia__faq .relative {
    position: relative;
}
#starten-bij-clearmedia__products {
  margin: 80px auto
}
#starten-bij-clearmedia__products .about_title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#starten-bij-clearmedia__products .products_wrapper {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
#starten-bij-clearmedia__products .product_image_link {
    text-decoration: none;
}
#starten-bij-clearmedia__products .products_image {
    padding: 30px 40px;
    max-width: 44%;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__products .products_image {
        max-width: 24%;
        padding: 20px 30px;
    }
}
#starten-bij-clearmedia__about {
  background: #551e85;
  color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__about {
        padding: 80px;
    }
}
#starten-bij-clearmedia__about > .about_wrapper {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#starten-bij-clearmedia__about .about_title {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 70px;
}
#starten-bij-clearmedia__about .list_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#starten-bij-clearmedia__about .key_points_bullets {
    background: white;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
            box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    height: 20px;
    left: 0;
    margin-right: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
}
#starten-bij-clearmedia__about .key_points_bullets:before {
    background-color: #551e85;
    border-radius: 100%;
    content: '';
    display: block;
    height: 10px;
    margin: 5px;
    width: 10px;
}
#starten-bij-clearmedia__about .list_bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 36px;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 1024px) {
    #starten-bij-clearmedia__about .list_bullets {
        width: 45%;
        max-width: 45%;
    }
}
#starten-bij-clearmedia__testimonials {
  margin-bottom: 100px
}
#starten-bij-clearmedia__testimonials .testimonials_title {
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 70px;
    text-align: center;
}
#starten-bij-clearmedia__testimonials .testimonials_wrapper {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#starten-bij-clearmedia__testimonials .testimonial_name {
    color: white;
    font-size: 20px;
    padding: 20px 0 0 10px;
    position: absolute;
}
#starten-bij-clearmedia__testimonials .testimonial_function {
    color: white;
    padding: 40px 0 0 10px;
    position: absolute;
}
#starten-bij-clearmedia__testimonials .testimonial {
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 16px 16px 0 16px;
    max-height: 350px;
    position: relative;
}
#starten-bij-clearmedia__testimonials .testimonial:active {
    border: none;
}
#starten-bij-clearmedia__testimonials .testimonial_blog_wrapper {
    text-align: center;
    margin-top: 10px;
}
#starten-bij-clearmedia__testimonials .testimonial_blog {
    padding: 10px 20px;
    margin: 0 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#starten-bij-clearmedia__testimonials .video_overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .3)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    border-radius: 13px;
    height: 100%;
    position: absolute;
    width: 100%;
}
#starten-bij-clearmedia__testimonials .cloudVideo:active {
    outline: none;
}
#starten-bij-clearmedia__testimonials .cloudVideo:focus {
    outline: none;
}
#starten-bij-clearmedia__testimonials .cloudVideo {
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, .06);
            box-shadow: 2px 2px 12px rgba(0, 0, 0, .06);
    border-radius: 13px;
}
#starten-bij-clearmedia__testimonials .cases-list {
    max-width: 100%;
}
#starten-bij-clearmedia__testimonials .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
}
#starten-bij-clearmedia__testimonials .slick-dots li {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border: solid 3px #d0d2d5;
    margin: 0 8px;
}
#starten-bij-clearmedia__testimonials .slick-dots li button {
    display: none;
}
#starten-bij-clearmedia__testimonials .slick-dots li.slick-active {
    border-color: #00bcee;
}
