@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;500;600;700&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
}

html {
    overflow-y: scroll;
}

a {
    color: #00a8e8;
}

#contentContainer p,
li {
    font-size: 16px;
    font-weight: 400;
}

@font-face {
    font-family: Harabara Mais;
    src: url(/fonts/Harabara\ Mais\ Demo.otf);
}

#headingContainer {
    background-image: url(/public/media/Abstract\ Paper\ \(1\).svg);
    background-position: top;
    background-attachment: fixed;
    height: auto;
    max-width: 1920px;
    width: 100%;
}


/* .shapedividers_com-9052 {
    overflow: hidden;
    position: relative;
}

.shapedividers_com-9052::before {
    content: '';
    font-family: 'shape divider from ShapeDividers.com';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 0%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fbd8c2"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23fbd8c2"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23fbd8c2"/></svg>');
}

@media (min-width:768px) {
    .shapedividers_com-9052::before {
        background-size: 100% 90px;
        background-position: 50% 0%;
    }
}

@media (min-width:1025px) {
    .shapedividers_com-9052::before {
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw;
        background-size: 100% 90px;
        background-position: 50% 0%;
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381 59.27" preserveAspectRatio="none"><g fill="%23dee2e6"><path d="M381 8.47L0 42.33V0h381z"/><path d="M381 33.87L0 59.27V0h381z" opacity=".66"/></g></svg>');
    }
}

@media (min-width:2100px) {
    .shapedividers_com-9052::before {
        background-size: 100% calc(2vw + 90px);
    }
} */



#mobAccNav,
#mobiDivider {
    display: none;
}

#siteHead {
    font-family: Harabara Mais;
    font-size: 78px;
    color: #14243D;
}

#vdw-sprite {

    max-width: 400px;
    width: 100%;
    height: auto;
    padding: 20px 0px;
}

#subTitle {
    font-size: 24px;
}

#compLogo {
    max-width: 95px;
    width: 100%;
    height: auto;
}

#contentContainer {
    margin-top: 50px;
}

.hideSection {
    display: none;
}

.showSection {
    display: block;
}

.collapsing {
    transition: height 0.35s ease !important;
}

/* #our-services,
#governance-and-ethics,
#clients,
#paia-manual-and-popi-act,
#terms-and-conditions-of-service {
    display: none;
} */

ol {
    line-height: 1.8;
}

#pictureContainer {
    max-width: 75%;
    max-width: 900px;
    padding: 0px;
}

footer {
    font-size: 14px;
    font-weight: 400;
    background-color: #DEE2E6;
}

@media (max-width: 900px) {

    #nav,
    #headingDivider {
        display: none;
    }

    #mobAccNav,
    #mobiDivider {
        display: block;
    }

    #contentContainer {
        margin-top: 20px;
    }

    #content {
        margin: auto;
        width: 100%;
    }

    #imgPopi {
        width: 100%;
        height: auto;
    }

    #siteHead {
        font-size: 65px;
    }

    #subTitle {
        display: flex;
        text-align: center;
        font-size: 18px;
    }

    #btnAbout,
    #btnServices,
    #btnEthic,
    #btnClients,
    #btnPaia,
    #btnTerms {
        font-size: 44px;
    }
}