body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.Wrapper {
    margin: 0 auto;
    width: 1300px;
}

span.title {
    margin: 0 0 200px 50px;
    text-align: left;
    padding: 0;
    color: #333;
    font-size: 25px;
    font-weight: bold;
    width: 20%;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 10px 0;
    padding: 0;
}

.nav-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 10px 0;
    padding: 0;
}

ul li  {
    float: left;
    list-style-type: none;
    display: inline-block;
    text-align: center;
}



li.ah-off {
    background-image: url("ac-icon-ah-icon-off.svg");
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 50px 30px 0;
    width: 160px;
    height: 200px;
    vertical-align:central;
    text-align:center;
}

li.en-off {
    background-image: url("ac-icon-en-icon-off.svg");
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 50px 30px 0;
    width: 160px;
    height: 200px;
    
    text-align: center;
}

li.re-off {
    background-image: url("ac-icon-re-icon-off.svg");
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 50px 30px 0;
    width: 160px;
    height: 200px;
    
    text-align: center;
}

li.rr-off {
    background-image: url("ac-icon-rr-icon-off.svg");
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 50px 50px 0;
    width: 160px;
    height: 200px;
    
    text-align: center;
}

li.cii-off {
    background-image: url("ac-icon-cii-icon-off.svg");
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 50px 50px 0;
    width: 160px;
    height: 200px;
    
    text-align: center;
}



p.font {
    margin-top: 111px;
    line-height: 1.2em;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0 5px 0 5px;
}

span.hover-ah:hover {
    background: url("ac-icon-ah-icon-hover.svg") top;
    display: block;
    width: 160px;
    height: 200px;
    float: left;
    text-decoration: underline;
    
    text-align: center;
}

span.hover-re:hover {
    background: url("ac-icon-re-icon-hover.svg") top;
    display: block;
    width: 160px;
    height: 200px;
    float: left;
    text-decoration: underline;
    
    text-align: center;
}

span.hover-sas:hover {
    background: url("ac-icon-sas-icon-hover.svg") top;
    display: block;
    width: 160px;
    height: 200px;
    float: left;
    text-decoration: underline;
    
    text-align: center;
}

span.hover-en:hover {
    background: url("ac-icon-en-icon-hover.svg") top;
    display: block;
    width: 160px;
    height: 200px;
    float: left;
    text-decoration: underline;
    
    text-align: center;
}

span.hover-rr:hover {
    background: url("ac-icon-rr-icon-hover.svg") top;
    display: block;
    width: 160px;
    height: 200px;
    float: left;
    text-decoration: underline;
    
    text-align: center;
}

span.hover-cii:hover {
    background: url("ac-icon-cii-icon-hover.svg") top;
    display: block;
    width: 160px;
    height: 200px;
    float: left;
    text-decoration: underline;
    
    text-align: center;
}

.ac-form {
    padding-top: 12px;
}

    .ac-form .text-muted {
        visibility: visible
    }


