body,html {
    padding:0;
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
}

.main, .page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background-color: #fff;
    color: #050505;
    max-width: 2560px;
    margin: 0 auto;
}

#main-top {
}

ul {
    list-style: none outside;
    margin:0;
    padding: 0
}

#logo {
    font: normal normal normal 30px helvetica-w01-light,sans-serif;
    white-space: nowrap;
}

#menu-wr{
    font: normal normal normal 20px helvetica-w01-light,sans-serif;
    line-height: 60px;
    white-space: nowrap;
}

#comp-name, #comp-name-foot{
    font-weight: 700;
    margin-right: 7px;
}

#comp-inst, #comp-inst-foot{
    font-weight: 200;
}

#comp-name{
    line-height: 60px;
    vertical-align: top;
}

#comp-inst{
    line-height: 60px;
    vertical-align: top;
}

#hat {
    padding: 20px 5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#pic img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

#landing-wrap {
    display: flex;
    justify-content: space-around;
    margin: 30px 7vw 30px;             
}

#landing {
    display: flex;
    flex-direction: column;   
    text-align: center;
}

#landing img{
    height: auto;
    margin: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

#landing h4{
    margin: 0;
    line-height: normal;
    letter-spacing: normal;
    font: normal normal normal 40px/1.3em helvetica-w01-light,sans-serif;
}
#landing h4 + h4{
    font-family: helvetica-w01-bold,sans-serif;
    margin-bottom: 20px;
}

#cntus{
    font: normal normal normal 26px/1.2em helvetica-w01-light,sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    margin: calc(-1 * 0px) 0px 0;
    white-space: nowrap;
    background-color: rgba(222, 177, 0, 1);
    border: solid rgba(236, 236, 236, 1) 0px;
    cursor: pointer;
    padding: 10px 30px;
    text-decoration: none;
}

.block{
    background: #fff;
    padding: 50px 10vw;
    display: flex;
}

.intro{
    background: #e7e8ec;
    font: normal normal normal 20px helvetica-w01-light,sans-serif;
    color: #050505;
}

#wwd-wrap {
    font: normal normal normal 18px helvetica-w01-light,sans-serif;
}

#wwd-wrap h2 {
    font: normal normal normal 32px helvetica-w01-bold,sans-serif;
}

#wwd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

#wwd li{
    max-width: 37vw;
}

#wwd li+li{
    margin-right: 1vw;
}

.questions{
    padding-top: 0;
}

.questions  div{
    font: normal normal normal 20px helvetica-w01-bold,sans-serif;
    margin: 0 auto;
}

#footer{
    flex-direction: column;
    text-align: center;   
    padding-bottom: 20px;     
    font-family: helvetica-w01-light, sans-serif; 
    color: #FFF;
    background: #1c1c1c;
}

#footer h2{
    font-weight: 100;
    margin: 10px;
}

#cntusfoot{
    color: #FFF;
}

#footer #copyrights{
    font-size: 90%;
}
