<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-header {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 48px;
  z-index: 998;
  padding: 0 30px;
}

.header__container {
  width: 100%;
  max-width: 1256px;
  height: 88px;
  border-radius: 15px;
  background: #fff;
  padding: 14px 35px 14px 28px;
  /* padding: 0 35px 0 28px; */
  background-color: #fff;

  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}

.header__group {
  display: flex;
  align-items: center;
  gap: 41px;
}

.header__logo {
  flex-shrink: 0;
  display: flex;
  max-width: 60px;
  max-height: 60px;
}

img.head-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header__contact {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-right: 2px;
}
.header__contact__img {
  display: flex;
}
.header__contact__text &gt; p:nth-child(1) {
  color: #ff4747;
  font-family: "r0c0i Linotte";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
}
.header__contact__text &gt; p:nth-child(2) {
  color: #1f1f1f;
  font-family: "r0c0i Linotte";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header__qr {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__qr__text &gt; p {
  color: #1f1f1f;
  text-align: right;
  font-family: "r0c0i Linotte";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header__qr__img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #cfcfcf;
}
.header__qr__img &gt; img {
  width: 100%;
  height: 100%;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header__nav__btn {
  display: none;
  max-width: 32px;
  max-height: 32px;
}
.header__nav__btn &gt; img {
  width: 100%;
  height: 100%;
}
.header__nav &gt; a {
  color: #1f1f1f;
  text-align: justify;
  font-family: "r0c0i Linotte";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 222.222% */
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.header__nav &gt; a:hover {
  text-decoration: underline;
}

.header__sub-nav {
  position: relative;
}
.header__sub-nav &gt; p {
  color: #1f1f1f;
  text-align: justify;
  font-family: "r0c0i Linotte";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 222.222% */
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.header__sub-nav &gt; p:hover {
  text-decoration: underline;
}
.header__sub-nav &gt; ul {
  position: absolute;
  top: 110%;
  width: 200%;
  max-height: 0;
  opacity: 0;
  list-style: none;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #ddd;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 1;
}
.header__sub-nav &gt; ul &gt; li &gt; a {
  font-size: 14px;
  line-height: 28px; /* 222.222% */
  white-space: nowrap;
  cursor: pointer;
}
.header__sub-nav.open &gt; ul {
  max-height: 185px;
  opacity: 1;
  padding: 20px;
}

.header__language {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: 8px;
  right: 35px;
  list-style: none;
}
.header__language &gt; li &gt; a {
  color: #1f1f1f;
  font-family: "r0c0i Linotte";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
.header__language &gt; li &gt; a::after {
  content: "";
  position: absolute;
  right: -13px;
  width: 1px;
  height: 14px;
  background: #828282;
}
.header__language &gt; li:last-child &gt; a::after {
  display: none;
}

.scroll__nav {
}

.scroll__nav-list {
}

.mobile-on {
}

@media screen and (max-width: 1276px) {
  .header__group {
    gap: 30px;
  }

  .header__nav {
    gap: 28px;
  }
  .header__nav &gt; a {
    font-size: 16px;
  }

  .header__contact {
    gap: 6px;
    margin-right: 0;
  }
  .header__contact__text &gt; p:nth-child(1) {
    font-size: 16px;
  }

  .header__qr__img {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .header__group {
    gap: 24px;
  }

  .header__nav {
    gap: 24px;
  }
  .header__nav &gt; a {
    font-size: 15px;
  }

  .header__contact {
    gap: 6px;
  }
  .header__contact__text &gt; p:nth-child(1) {
    font-size: 15px;
  }

  .header__qr__img {
    width: 50px;
    height: 50px;
  }

  .header__language {
    gap: 20px;
  }
  .header__language &gt; li &gt; a {
    font-size: 11px;
  }
  .header__language &gt; li &gt; a::after {
    height: 13px;
  }
}
@media screen and (max-width: 1118px) {
  .header__group {
    gap: 22px;
  }

  .header__nav {
    gap: 22px;
  }
  .header__nav &gt; a {
    font-size: 14px;
  }

  .header__contact {
    gap: 5px;
  }
  .header__contact__img {
    width: 32px;
  }
  .header__contact__img img {
    width: 100%;
  }
  .header__contact__text &gt; p:nth-child(1) {
    font-size: 14px;
  }
  .header__contact__text &gt; p:nth-child(2) {
    font-size: 11px;
  }

  .header__qr__text &gt; p {
    font-size: 11px;
  }
  .header__qr__img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1049px) {
  .header__container {
    height: auto;
  }

  .header__logo {
    /* max-width: 110px; */
  }
  .header__logo img {
    width: 100%;
  }

  .header__contact {
    flex-direction: column;
  }
  .header__contact__text &gt; p:nth-child(1) {
    font-size: 12px;
  }
  .header__contact__text &gt; p:nth-child(2) {
    font-size: 10px;
  }

  .header__qr {
    flex-direction: column-reverse;
  }
  .header__qr__img {
    width: 45px;
    height: 45px;
  }

  .header__contact__text &gt; p,
  .header__qr__text &gt; p {
    text-align: center;
  }

  .header__nav {
    gap: 18px;
  }
}
@media screen and (max-width: 914px) {
  .header__logo {
    /* max-width: 80px; */
  }

  .header__contact__img {
    width: 28px;
    height: 28px;
  }
  .header__contact__text &gt; p:nth-child(1) {
    font-size: 10px;
  }
  .header__contact__text &gt; p:nth-child(2) {
    font-size: 9px;
  }

  .header__qr {
    flex-direction: column-reverse;
  }
  .header__qr__img {
    width: 45px;
    height: 45px;
  }

  .header__contact__text &gt; p,
  .header__qr__text &gt; p {
    text-align: center;
  }

  .header__qr__img {
    width: 40px;
    height: 40px;
  }
  .header__qr__text &gt; p {
    font-size: 10px;
  }

  .header__nav &gt; a {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 828px) {
  .header__group {
    gap: 20px;
  }

  .header__contact__img {
    width: 25px;
    height: 25px;
  }

  .header__contact__text &gt; p:nth-child(1) {
    font-size: 9px;
  }
  .header__contact__text &gt; p:nth-child(2) {
    font-size: 8px;
  }

  .header__contact__text &gt; p,
  .header__qr__text &gt; p {
    font-size: 9px;
  }

  .header__qr__img {
    width: 36px;
    height: 36px;
  }

  .header__nav {
    gap: 16px;
  }
  .header__nav &gt; a {
    font-size: 12px;
    letter-spacing: -1px;
  }

  .header__language &gt; li &gt; a {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 12px 16px;
    box-shadow: 0 0 6px 0 #228dc9;
  }

  .header__logo {
    /* max-width: 110px; */
  }

  .header__contact {
    display: none;
  }

  .header__qr {
    display: none;
  }

  .header__sub-nav &gt; p{
    font-size: 12px;
  }

  .header__nav__btn {
    display: block;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    align-self: auto;
  }
  .header__nav__btn:hover {
    border: none;
  }

  .header__nav {
    flex-direction: column;
    padding: 0 30px;
    gap: 15px;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    max-height: 0;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
    box-shadow: 0 0 6px 0 #228dc9;
    z-index: 988;
  }
  .header__nav.open {
    padding: 20px 30px;
    max-height: 300px;
    opacity: 1;
  }

  .header__nav &gt; a {
    line-height: normal;
    letter-spacing: 0;
  }
  .header__nav &gt; a:hover {
    color: #228dc9;
  }

  .header__language {
    position: static;
    margin-top: 20px;
  }
}
</pre></body></html>