<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-search-box{
    width: 100%;
}
.header-search-box form{
    display: flex;
    width: 100%;
}
.header-search-box form input:first-child{
    width: 70%;
    height: 33px;
    border: 1px #00a281 solid;
    padding: 0 0 0 10px;
    font-size: 12px;
    color: #333;
}
.header-search-box form input:first-child:focus{
    border: 1px #00a281 solid;
}
.header-search-box form button[type="button"]{
    width: 30%;
    height: 33px;
    background-color: #00a281;
    color: #fff;
    border: 0;
    margin: 0 0 0 0;
    transition: all 0.5s;
    outline: none;
}
.header-search-box form button[type="button"]:hover{
    background-color: #117863;
    outline: none;
}

.intro{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
    background-color: #3b3b3b;
}
.intro .info-title{
    text-align: justify;
    line-height: 25px;
    padding: 10px 10px 0 10px;
    color: #fff;
    font-weight: bold;
}
.intro .info{
    color: #fff;
    text-align: justify;
    line-height: 25px;
    padding: 10px;
}
#is_menu{
    background-color: #3b3b3b;
    text-transform: uppercase;
}
#is_menu a{
    font-size: 18px;
}
.is_menu{
    background-color: #3b3b3b;
    text-transform: uppercase;
}
.is_menu a{
    font-size: 18px !important;
}</pre></body></html>