html {
  font-family: Arial, Helvetica, sans-serif !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 100px 0 0;
  text-align: center;
  height: 80px;
  z-index: 99;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform: translateY(-150%);
  transition: transform 0.3s linear;
}
@media (max-width: 1024px) {
  .header {
    background: #ffffff;
    border-bottom: 1px solid #198d8f;
    padding: 0 110px;
  }
}
.header.header-visible {
  transform: translateY(0);
}
.header.header-visible:before {
  content: "";
  position: absolute;
  left: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1024px) {
  .header.header-visible:before {
    display: none;
  }
}
.header .header-profile {
  position: relative;
  margin-right: 20px;
}
.header .header-profile .profile-menu-open {
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23198d8f' d='M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256c2.581,0,5.099-0.32,7.68-0.384l0.896,0.171 c0.704,0.128,1.387,0.213,2.091,0.213c0.981,0,1.984-0.128,2.923-0.405l1.195-0.341C405.056,503.509,512,392.171,512,256 C512,114.837,397.163,0,256,0z M408.149,434.325c-1.003-3.264-3.264-6.016-6.549-7.104l-56.149-18.688 c-19.605-8.171-28.736-39.552-30.869-52.139c14.528-13.504,27.947-33.621,27.947-51.797c0-6.187,1.749-8.555,1.408-8.619 c3.328-0.832,6.037-3.2,7.317-6.379c1.045-2.624,10.24-26.069,10.24-41.877c0-0.875-0.107-1.749-0.32-2.581 c-1.344-5.355-4.48-10.752-9.173-14.123v-49.664c0-30.699-9.344-43.563-19.243-51.008c-2.219-15.275-18.581-44.992-76.757-44.992 c-59.477,0-96,55.915-96,96v49.664c-4.693,3.371-7.829,8.768-9.173,14.123c-0.213,0.853-0.32,1.728-0.32,2.581 c0,15.808,9.195,39.253,10.24,41.877c1.28,3.179,2.965,5.205,6.293,6.037c0.683,0.405,2.432,2.795,2.432,8.96 c0,18.176,13.419,38.293,27.947,51.797c-2.112,12.565-11.157,43.925-30.144,51.861l-56.896,18.965 c-3.264,1.088-5.611,3.776-6.635,7.04C53.376,391.189,21.291,327.317,21.291,256c0-129.387,105.28-234.667,234.667-234.667 S490.624,126.613,490.624,256C490.667,327.339,458.56,391.253,408.149,434.325z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
}
.header .profile-menu {
  position: absolute;
  margin: 0;
  background: #198d8f;
  top: 120%;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s linear;
}
.header .profile-menu.active {
  max-height: 500px;
}
.header .profile-menu li {
  list-style: none;
  text-align: left;
  padding: 10px 20px;
}
.header .profile-menu li:first-of-type {
  padding-top: 20px;
}
.header .profile-menu li:last-of-type {
  padding-bottom: 20px;
}
.header .profile-menu li a {
  position: relative;
  display: block;
  color: #ffffff;
  padding-left: 40px;
  white-space: nowrap;
}
.header .profile-menu li a:before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
}
.header .profile-menu li a.profile-menu-edit:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg id='i-edit' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M30 7 L25 2 5 22 3 29 10 27 Z M21 6 L26 11 Z M5 22 L10 27 Z' /%3E%3C/svg%3E");
}
.header .profile-menu li a.profile-menu-publication:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.79 22.54H33.79C34.1146 22.5296 34.4223 22.3933 34.6482 22.16C34.874 21.9267 35.0002 21.6147 35 21.29V11C35 10.6685 34.8683 10.3505 34.6339 10.1161C34.3995 9.8817 34.0816 9.75 33.75 9.75H15.75C15.4255 9.76039 15.1177 9.89666 14.8919 10.13C14.6661 10.3633 14.5399 10.6753 14.54 11V21.29C14.54 21.6215 14.6717 21.9395 14.9062 22.1739C15.1406 22.4083 15.4585 22.54 15.79 22.54ZM17 12.25H32.5V20H17V12.25Z' fill='black'/%3E%3Cpath d='M9.56995 28.6799H17.9199C18.2515 28.6799 18.5694 28.5482 18.8038 28.3138C19.0382 28.0794 19.1699 27.7615 19.1699 27.4299C19.1699 27.0984 19.0382 26.7805 18.8038 26.546C18.5694 26.3116 18.2515 26.1799 17.9199 26.1799H9.56995C9.23843 26.1799 8.92048 26.3116 8.68606 26.546C8.45164 26.7805 8.31995 27.0984 8.31995 27.4299C8.31995 27.7615 8.45164 28.0794 8.68606 28.3138C8.92048 28.5482 9.23843 28.6799 9.56995 28.6799V28.6799Z' fill='white'/%3E%3Cpath d='M57 10.75H47.31V7C47.31 5.87283 46.8622 4.79183 46.0652 3.9948C45.2682 3.19777 44.1872 2.75 43.06 2.75H7C5.87364 2.75264 4.79417 3.20126 3.99771 3.99771C3.20126 4.79417 2.75264 5.87364 2.75 7V57C2.75264 58.1264 3.20126 59.2058 3.99771 60.0023C4.79417 60.7987 5.87364 61.2474 7 61.25H51.25C53.9022 61.25 56.4457 60.1964 58.3211 58.3211C60.1964 56.4457 61.25 53.9022 61.25 51.25V15C61.2474 13.8736 60.7987 12.7942 60.0023 11.9977C59.2058 11.2013 58.1264 10.7526 57 10.75ZM44.81 12V58.75H7C6.53668 58.7474 6.09309 58.5622 5.76546 58.2345C5.43784 57.9069 5.25263 57.4633 5.25 57V7C5.25263 6.53668 5.43784 6.09309 5.76546 5.76546C6.09309 5.43784 6.53668 5.25263 7 5.25H43.06C43.5241 5.25 43.9692 5.43437 44.2974 5.76256C44.6256 6.09075 44.81 6.53587 44.81 7V12ZM58.75 51.25C58.75 53.2391 57.9598 55.1468 56.5533 56.5533C55.1468 57.9598 53.2391 58.75 51.25 58.75H47.31V13.25H57C57.4633 13.2526 57.9069 13.4378 58.2345 13.7655C58.5622 14.0931 58.7474 14.5367 58.75 15V51.25Z' fill='white'/%3E%3Cpath d='M39.5699 31.6599H9.56995C9.40579 31.6599 9.24325 31.6922 9.09159 31.7551C8.93993 31.8179 8.80214 31.91 8.68606 32.026C8.56999 32.1421 8.47792 32.2799 8.4151 32.4316C8.35228 32.5832 8.31995 32.7458 8.31995 32.9099C8.31995 33.0741 8.35228 33.2366 8.4151 33.3883C8.47792 33.5399 8.56999 33.6777 8.68606 33.7938C8.80214 33.9099 8.93993 34.0019 9.09159 34.0648C9.24325 34.1276 9.40579 34.1599 9.56995 34.1599H39.5699C39.9015 34.1599 40.2194 34.0282 40.4538 33.7938C40.6883 33.5594 40.8199 33.2414 40.8199 32.9099C40.8199 32.5784 40.6883 32.2604 40.4538 32.026C40.2194 31.7916 39.9015 31.6599 39.5699 31.6599V31.6599Z' fill='white'/%3E%3Cpath d='M39.5699 37.1499H9.56995C9.23843 37.1499 8.92048 37.2816 8.68606 37.516C8.45164 37.7504 8.31995 38.0684 8.31995 38.3999C8.31995 38.7314 8.45164 39.0494 8.68606 39.2838C8.92048 39.5182 9.23843 39.6499 9.56995 39.6499H39.5699C39.9015 39.6499 40.2194 39.5182 40.4538 39.2838C40.6883 39.0494 40.8199 38.7314 40.8199 38.3999C40.8199 38.0684 40.6883 37.7504 40.4538 37.516C40.2194 37.2816 39.9015 37.1499 39.5699 37.1499V37.1499Z' fill='white'/%3E%3Cpath d='M39.5699 42.6399H9.56995C9.23843 42.6399 8.92048 42.7716 8.68606 43.006C8.45164 43.2404 8.31995 43.5584 8.31995 43.8899C8.31995 44.2214 8.45164 44.5394 8.68606 44.7738C8.92048 45.0082 9.23843 45.1399 9.56995 45.1399H39.5699C39.9015 45.1399 40.2194 45.0082 40.4538 44.7738C40.6883 44.5394 40.8199 44.2214 40.8199 43.8899C40.8199 43.5584 40.6883 43.2404 40.4538 43.006C40.2194 42.7716 39.9015 42.6399 39.5699 42.6399V42.6399Z' fill='white'/%3E%3Cpath d='M39.5699 48.1201H9.56995C9.23843 48.1201 8.92048 48.2518 8.68606 48.4862C8.45164 48.7207 8.31995 49.0386 8.31995 49.3701C8.31995 49.7016 8.45164 50.0196 8.68606 50.254C8.92048 50.4884 9.23843 50.6201 9.56995 50.6201H39.5699C39.9015 50.6201 40.2194 50.4884 40.4538 50.254C40.6883 50.0196 40.8199 49.7016 40.8199 49.3701C40.8199 49.0386 40.6883 48.7207 40.4538 48.4862C40.2194 48.2518 39.9015 48.1201 39.5699 48.1201V48.1201Z' fill='white'/%3E%3Cpath d='M39.5699 53.6101H9.56995C9.23843 53.6101 8.92048 53.7418 8.68606 53.9762C8.45164 54.2106 8.31995 54.5286 8.31995 54.8601C8.31995 55.1916 8.45164 55.5096 8.68606 55.744C8.92048 55.9784 9.23843 56.1101 9.56995 56.1101H39.5699C39.9015 56.1101 40.2194 55.9784 40.4538 55.744C40.6883 55.5096 40.8199 55.1916 40.8199 54.8601C40.8199 54.5286 40.6883 54.2106 40.4538 53.9762C40.2194 53.7418 39.9015 53.6101 39.5699 53.6101V53.6101Z' fill='white'/%3E%3C/svg%3E%0A");
}
.header .profile-menu li a.profile-menu-member:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M256,0C114.837,0,0,114.837,0,256s114.837,256,256,256c2.581,0,5.099-0.32,7.68-0.384l0.896,0.171 c0.704,0.128,1.387,0.213,2.091,0.213c0.981,0,1.984-0.128,2.923-0.405l1.195-0.341C405.056,503.509,512,392.171,512,256 C512,114.837,397.163,0,256,0z M408.149,434.325c-1.003-3.264-3.264-6.016-6.549-7.104l-56.149-18.688 c-19.605-8.171-28.736-39.552-30.869-52.139c14.528-13.504,27.947-33.621,27.947-51.797c0-6.187,1.749-8.555,1.408-8.619 c3.328-0.832,6.037-3.2,7.317-6.379c1.045-2.624,10.24-26.069,10.24-41.877c0-0.875-0.107-1.749-0.32-2.581 c-1.344-5.355-4.48-10.752-9.173-14.123v-49.664c0-30.699-9.344-43.563-19.243-51.008c-2.219-15.275-18.581-44.992-76.757-44.992 c-59.477,0-96,55.915-96,96v49.664c-4.693,3.371-7.829,8.768-9.173,14.123c-0.213,0.853-0.32,1.728-0.32,2.581 c0,15.808,9.195,39.253,10.24,41.877c1.28,3.179,2.965,5.205,6.293,6.037c0.683,0.405,2.432,2.795,2.432,8.96 c0,18.176,13.419,38.293,27.947,51.797c-2.112,12.565-11.157,43.925-30.144,51.861l-56.896,18.965 c-3.264,1.088-5.611,3.776-6.635,7.04C53.376,391.189,21.291,327.317,21.291,256c0-129.387,105.28-234.667,234.667-234.667 S490.624,126.613,490.624,256C490.667,327.339,458.56,391.253,408.149,434.325z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.header .profile-menu li a.profile-menu-partner:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511.936 511.936' style='enable-background:new 0 0 511.936 511.936;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M281.569,245.935c-0.847-0.521-1.821-0.874-2.804-1.028l-21.76-3.84c-4.025-0.712-7.979,2.058-8.689,6.083 c-0.71,4.025,2.057,7.979,6.082,8.689l20.534,3.624l68.288,41.96c3.334,2.049,7.906,1.054,10.119-2.166 c2.375-3.455,1.303-8.421-2.266-10.615L281.569,245.935z' fill='white'/%3E%3Cpath d='M498.848,290.687l-30.405,28.416L329.122,181.639L509.098,12.972c3.022-2.833,3.176-7.579,0.344-10.601 c-2.832-3.022-7.579-3.176-10.601-0.344l-185.667,174c-3.062,2.869-3.126,7.864-0.139,10.812l12.323,12.158l-3.934,3.474 l-82.371-7.093c-1.271-0.108-2.592,0.111-3.752,0.647l-65.265,29.724c-0.19-0.049-0.38-0.097-0.577-0.132l-37.541-6.625 l3.036-7.76c1.501-3.837-0.374-8.167-4.199-9.696l-120-48c-3.848-1.541-8.211,0.332-9.749,4.178 c-1.539,3.846,0.332,8.211,4.178,9.749l113.089,45.236L51.63,383.007L10.473,368.43c-3.906-1.382-8.191,0.661-9.574,4.566 s0.662,8.191,4.566,9.574l48,17c3.768,1.335,8.033-0.618,9.488-4.337l11.138-28.463l29.183,16.354l-3.219,5.217 c-9.12,14.781-4.515,34.227,10.267,43.348c7.817,4.823,17.521,5.967,26.256,3.14c1.401,9.103,6.75,17.226,14.594,22.065 c7.817,4.823,17.52,5.967,26.256,3.14c1.402,9.103,6.749,17.225,14.593,22.065c7.841,4.838,17.494,5.977,26.258,3.149 c1.404,9.099,6.75,17.218,14.592,22.056c11.398,7.032,26.484,5.981,36.757-2.63c2.59-2.171,4.818-4.761,6.592-7.637l5.116-8.291 l4.212,2.588c11.413,7.012,26.495,5.932,36.752-2.698c2.586-2.176,4.809-4.77,6.578-7.649c3.516-5.722,4.97-12.136,4.586-18.379 c2.382,0.573,4.819,0.881,7.279,0.881c10.893,0,21.196-5.744,26.897-15.021c3.434-5.589,5.002-11.961,4.604-18.376 c2.376,0.57,4.808,0.876,7.26,0.876c10.893,0,21.197-5.744,26.897-15.021c3.437-5.593,5.004-11.97,4.603-18.389 c2.402,0.572,4.84,0.871,7.268,0.871c10.593,0,20.95-5.333,26.891-15.001c9.093-14.799,4.451-34.236-10.348-43.329l-5.139-3.158 l17.237-18.01l16.123,15.908c2.828,2.789,7.488,2.851,10.389,0.141l35.667-33.333c3.026-2.828,3.186-7.574,0.358-10.601 C506.62,288.019,501.875,287.859,498.848,290.687z M118.199,418.923c-7.743-4.777-10.155-14.963-5.378-22.706l42.009-68.083 c4.688-7.599,14.749-10.084,22.431-5.545c7.949,4.699,10.143,15.597,5.37,23.333l-41.725,67.623 C136.128,421.287,125.942,423.699,118.199,418.923z M159.049,444.128c-7.649-4.72-10.106-15.045-5.378-22.706l33.606-54.466 c4.688-7.598,14.749-10.084,22.431-5.545c7.949,4.699,10.143,15.597,5.369,23.333l-33.323,54.006 C176.978,446.492,166.791,448.905,159.049,444.128z M212.366,471.347c-4.29,1.017-8.717,0.3-12.467-2.014 c-7.648-4.72-10.105-15.046-5.377-22.706l25.205-40.85c4.688-7.599,14.75-10.084,22.431-5.545 c7.949,4.699,10.143,15.597,5.37,23.333l-24.921,40.39C220.291,467.706,216.654,470.331,212.366,471.347z M263.455,489.161 c-4.72,7.649-15.045,10.104-22.707,5.377c-7.648-4.719-10.104-15.046-5.377-22.706l16.803-27.233 c4.688-7.597,14.75-10.086,22.431-5.544c7.949,4.698,10.143,15.597,5.37,23.333L263.455,489.161z M416.602,328.907l-37.177-22.844 c-3.448-2.119-8.198-0.984-10.316,2.464c-2.119,3.448-0.984,8.198,2.464,10.316l55.39,34.035 c7.751,4.763,10.183,14.944,5.42,22.696c-4.763,7.751-14.945,10.183-22.697,5.42l-59.406-36.503 c-3.529-2.17-8.148-1.065-10.316,2.464c-2.168,3.529-1.065,8.148,2.464,10.316l45.774,28.126 c7.658,4.705,10.133,15.027,5.42,22.696c-4.705,7.658-15.027,10.132-22.696,5.42l-41.483-25.49 c-3.53-2.169-8.148-1.065-10.316,2.464c-2.168,3.529-1.065,8.148,2.464,10.316l27.851,17.113 c7.657,4.706,10.133,15.026,5.42,22.696c-4.705,7.657-15.027,10.133-22.696,5.42c0,0-24.493-15.035-24.722-15.145 c-3.425-1.654-7.612-0.477-9.644,2.831c-2.168,3.529-1.065,8.148,2.464,10.316l10.418,6.401 c7.751,4.763,10.182,14.944,5.419,22.696c-4.705,7.658-15.027,10.132-22.696,5.42l-4.188-2.574l3.527-5.716 c4.508-7.307,5.907-16.306,3.837-24.689c-2.042-8.273-7.135-15.174-14.339-19.433c-5.621-3.322-11.91-4.667-18.033-4.254 c1.15-4.939,1.156-10.145-0.076-15.135c-2.042-8.273-7.135-15.174-14.339-19.433c-5.621-3.323-11.91-4.668-18.033-4.255 c3.093-13.286-2.601-27.582-14.415-34.567c-5.621-3.322-11.91-4.667-18.033-4.255c3.093-13.286-2.601-27.582-14.415-34.567 c-14.667-8.67-33.88-3.922-42.829,10.581l-30.906,50.09L79.61,352.667l46.732-119.427l25.445,4.49 c-7.237,8.989-9.272,21.644-4.172,32.844c5.277,11.587,16.742,18.443,28.714,18.442c4.36,0,8.789-0.91,13.009-2.832l43.923-20.005 c3.72-1.694,5.411-6.214,3.717-9.934c-1.694-3.719-6.214-5.412-9.934-3.717l-43.923,20.004 c-8.278,3.772-18.084,0.103-21.855-8.177c-3.771-8.28-0.103-18.084,8.177-21.855l70.285-32.011l83.608,7.2 c0.215,0.019,0.43,0.028,0.644,0.028c1.82,0,3.587-0.663,4.963-1.877l7.117-6.284l100.173,98.837L416.602,328.907z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.header .profile-menu li a.profile-menu-leave:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-delete'%3E%3Cpath d='M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z'%3E%3C/path%3E%3Cline x1='18' y1='9' x2='12' y2='15'%3E%3C/line%3E%3Cline x1='12' y1='9' x2='18' y2='15'%3E%3C/line%3E%3C/svg%3E");
}
.header .profile-menu li a.profile-menu-messages:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.25 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 16%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect class='cls-1' x='1' y='1' width='45.25' height='30' rx='1'/%3E%3Cpath class='cls-1' d='M46.25,2l-22,17.78a1,1,0,0,1-1.29,0L1,2'/%3E%3Cline class='cls-1' x1='45.5' y1='31' x2='28.95' y2='16'/%3E%3Cline class='cls-1' x1='2' y1='31' x2='18' y2='16.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.header .profile-menu li a.profile-menu-logout:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2a9.985 9.985 0 0 1 8 4h-2.71a8 8 0 1 0 .001 12h2.71A9.985 9.985 0 0 1 12 22zm7-6v-3h-8v-2h8V8l5 4-5 4z' fill='%23fff'/%3E%3C/svg%3E");
}
.header .block-login-popup {
  position: relative;
  margin-right: 30px;
}
/*# sourceMappingURL=header.css.map */
