<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.unitsPage .item{
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ececec;
}

/*.unitsPage a h3, .unitsPage a:hover, .unitsPage a:visited{
    text-decoration: none;
    color: #222222;
}

.unitsPage a h4, .unitsPage a:hover, .unitsPage a:visited{
    text-decoration: none;
    color: #222222;
}*/

.unitsPage h3{
    margin-bottom: 12px;
}

.unitsPage .showMoreButton{
    display: block;
    max-width: 260px;
    height: 53px;
    border: 2px solid #1abc9c;
    text-align: center;
    font-size: 18px;
    padding-top: 12px;
    color: #222222;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.unitsPage .showMoreButton:hover{
    background-color: #1abc9c;
    color: #ffffff;
}

.unitsPage .richtext{
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
}

.h2 {
    font-size: 30px;
    margin-bottom: 14px;
}

.richtext img{
    max-width: 100%;
    height: auto;
}


/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
  
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .unitsPage .itemImage img{
        margin-bottom: 20px;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}</pre></body></html>