<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner#section1 .banner-content .subtext {
    font-weight: 200;
}

.main-section3#section4 .con .content .title {        
    height: 68px;
}

.main-section3#section4 .con .content p{
    height: 72px;
}

@media only screen and (max-width: 767px) {
    .main-section3#section4 .con .content .title { 
        height: auto;
    }
    
    .main-section3#section4 .con .content p{
        height: auto;
    }
}

.main-slider2{
    height: 450px;    
}

.main-slider2 .slick-list{    
    height: 100%;    
}

.main-slider2 .slick-track{    
    height: 100%;
}

.main-section2 .row{
    height: 100%;    
}

.main-section2 img{
    height: 100%;    
}

.main-slider2 .slick-prev, .main-slider2 .slick-next{
    bottom: 0;
    transform: none;
}

.products-section1 .section-heading .title + .sub{
    width: 100%;
    margin: 0 auto;
    color: #88a2bb;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
}

.products-section3 .con .title{
    height: 90px;
}

@media only screen and (max-width: 767px) {
    .products-section3 .con .title{
        height: auto;
    }
    
    .m-hide{
        display: none;
    }
    
    .mo-view{
        display: block;
    }    
}

.products-section4 .con.con2,
.products-section4 .con.con3{
    display: flex;
    justify-content: center;  
}

.products-section4 .con .content{
    display: flex;
    align-items: center;
    vertical-align: top;
    flex-direction: column;
    justify-content: center;    
}

.products-section4 .con .title{
    font-size: var(--h5);
}

.products-section4 .col-md-3 .con .title{
    font-size: var(--h6);
}

.products-section4 .con .list-style li{
    text-align: left;
}

ul.list-hyp li {
    position: relative;
    padding-left: 15px;
    list-style: none;
    text-align: left;
}

ul.list-hyp li + li {
    margin-top: 5px;
}

ul.list-hyp &gt; li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;    
}

ul.list-dots li {
    position: relative;
    padding-left: 15px;
    list-style: none;
    text-align: left;
}

ul.list-dots li + li {
    margin-top: 5px;
}

ul.list-dots li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    vertical-align: 1px;
    border-radius: 50%;
    background: #666
}

.products-section4 .con ul{
    display: flex;    
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;    
}

.products-section4 .con .list-style.list-hyp li{
    padding-left: 15px;    
}

.partner .team-grid .content .title{
    font-size: var(--h5);
    margin-bottom: 0;
}

.team-grid .content{
    display: flex;        
    flex-direction: column;
    align-items:center;
    justify-content: center;   
    height: 60px;
}

.team-grid .content ul{
    margin-bottom: 0;
    padding-left: 0;
}

.team-grid .content ul.subtitle{    
    width: 260px;    
}

@media only screen and (max-width: 767px) {  
    .partner .mb--100,
    .member .mb--100{
        margin-bottom: 20px;
    }
    
    .partner .team-grid,
    .member .team-grid{
        margin: 20px 0;    
    }
    
    .partner .team-grid .thumbnail,
    .member .team-grid .thumbnail{
        margin-bottom: 20px;
    }
    
    .team-grid .content{
        height: auto;
    }
    
    .partner .team-grid .content .title{
        font-size: 20px;
    }
    
    .company-section2{        
        padding: 60px 0 140px;
    }
    
    .team-grid .content ul.subtitle{    
        width: 85%;
    }

}

.footer-area .footer-img{
    font-size: var(--font-body-1);
    line-height: 1.5;
    font-weight: 500;
}
</pre></body></html>