<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header_lang{
  gap: 10px;
}

.header_lang .active a{
  color: #a9a9a9;
}
.line-box{
  color: #a6a6a6;
}


div.header_lang_login {
  width: 25%;
}

.header_lang .active a:hover {
  color: #a9a9a9;
  cursor: no-drop;
}

@media(max-width:1600px) {
  .header_information {
      margin: 0 2% 0 2%;
  }
  .header_login&gt;span:nth-child(3) {
      margin-left: 11px;
  }

  #login_img{
    width: 28px;
  }


}

@media(max-width:1500px) {
  #login_text{
    width: 80px;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .header_mian_box&gt;.header_logo{
  margin-left: 10px !important;
  }
}

@media(max-width:1260px) {

.myacc{
  display: none;
}

#login_img{
  display: none !important;
}

#login_text{
  justify-content: flex-start;
}

}


@media(max-width:1194px) {
.header_lang_login&gt;div.header_line&gt;img {
  height: 29px;
 }
}

@media(max-width:1100px) {

.header_information&gt;ul&gt;li:nth-child(1)&gt;span:nth-child(2) {
  width: 110px;
}
}</pre></body></html>