<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sqhw_navigator &gt; div{
    display: flex;
    height: 100%;
    align-items: center;
}

.sqhw_navigator .lef{
    width: 30%;
    float: left;
    padding: 0 5mm;
}

.sqhw_navigator .lef img{
    width: 60mm;
    object-fit: cover;
}

.sqhw_navigator [name=togglemenu],
.sqhw_navigator [name=togglemenu] label{
    display: none;
}

.sqhw_navigator [name=togglemenu] img{
    width: 9mm;
    filter: invert(1);
}

.sqhw_navigator [name=togglemenu]{
    position: absolute;
    right: 10mm;
    top: 5mm;
}

.sqhw_navigator .right{
    /* width: 70%; */
    justify-content: flex-end;
    /* align-items: center; */
    padding: 0 10mm;
    padding-right: 0;
}

.sqhw_navigator .right a{
    text-decoration: unset;
    color: white;
    /*     font-weight: bolder; */
    text-transform: uppercase;
    padding: 0 5mm;
    display: flex;
    height: 14mm;
    justify-content: center;
    align-items: center;
    font-family: MontserratReg;
    font-size: 1.15em;
    opacity: 0.6;
    transition: 0.25s ease;
}

.sqhw_navigator .right a:hover{
    opacity: 1;
    transition: 0.25s ease;
}

.sqhw_navigator .right a[id=news]{
    font-weight: bolder;
    opacity: 1;
    transform: scale(1.05);
}

.sqhw_navigator .right &gt; a:nth-child(7){
    padding: 0 10mm;
    border: 2px solid;
    margin-left: 3mm;
    border-radius: 10mm;
    white-space: nowrap;
    transition: 0.25s ease;
}

.sqhw_navigator .right &gt; a:nth-child(7):hover{
    background-color: white;
    transition: 0.25s ease;
    color: #4a4a4a;
    border: 2px solid white;
    font-weight: bolder;
}

.sqhw_navigator .right .global-cont{
    display: inline-block;
    position: relative;
    /* margin-left: 5mm; */
    padding: 5mm;
    min-width: 45mm;
}

.sqhw_navigator .right .global-cont:hover a[id=jpn]{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    animation: fade 0.5s ease;
    right: 0;
}

.sqhw_navigator .right .global-cont a{
    display: none;
    height: 8mm;
}

.sqhw_navigator .right .global-cont a.selected{
    display: flex;
    font-weight: bolder;
    opacity: 1;
    padding: 0;
}

.sqhw_navigator .right .global-cont a[id=ww].selected:before{
    content: "";
    background: url(https://img.icons8.com/material-outlined/96/000000/globe--v1.png) no-repeat 50% 50%;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: 17px;
    filter: invert(1);
    margin-right: 3mm;
    border-radius: 8.5px
}

@keyframes fade{
    0%{
        top: 8mm;
    }
    100%{
        top: 13mm;
    }
}</pre></body></html>