header {
  position: fixed;
  background: #000000;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 300ms ease;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  overflow: hidden;
}
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #202020;
  transform: scaleX(0);
  transform-origin: left;
  animation: drawBorder 1.5s forwards;
}
@keyframes drawBorder {
  to {
    transform: scaleX(1);
  }
}
header.animate-border-down::after {
  transform: scaleX(1);
}
header.fixed {
  height: 60px;
  top: 0;
  transition: top 0.3s ease;
}
@media (max-width: 910px) {
  header.fixed {
    height: 50px;
  }
  header.fixed .header-content .navigation {
    margin-top: 77px;
    height: 50px;
  }
  header.fixed .header-content .navigation ul li a {
    height: 48px;
  }
}
header.fixed .header-content .logo {
  height: 40px;
}
@media (max-width: 576px) {
  header.fixed .header-content .logo {
    height: 80px;
  }
}
header.fixed .header-content .logo a img {
  height: 50px;
}
@media (max-width: 375px) {
  header.fixed .header-content .logo a img {
    width: 130px;
  }
}
header.fixed .header-content .navigation {
  height: 60px;
}
@media (max-width: 500px) {
  header.fixed .header-content .navigation {
    margin-left: 0px;
    display: flex;
  }
  header.fixed .header-content .navigation ul {
    display: inline-flex;
    justify-content: flex-start;
  }
  header.fixed .header-content .navigation ul li:first-child {
    margin-left: 5px;
  }
}
@media (max-width: 576px) {
  header.fixed .header-content .navigation ul li {
    margin: 0 15px;
  }
}
header.fixed .header-content .navigation ul li a {
  height: 40px;
  transform: translateY(-66px);
  opacity: 1;
}
header.slide-up {
  top: -81px;
}
header .padding-c {
  max-width: 1360px;
  width: 100%;
}
header .padding-c .header-content {
  background: #000000;
  width: auto;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  z-index: 1000;
  padding: 0 20px;
}
@media (max-width: 992px) {
  header .padding-c .header-content .logo {
    border-right: none;
    width: 50% !important;
    align-items: start !important;
    text-decoration: none;
  }
  header .padding-c .header-content .navigation {
    position: absolute;
    width: 95%;
  }
  header .padding-c .header-content .navigation .dropdown-content {
    width: 191px;
  }
}
@media (max-width: 992px) and (max-width: 1082px) {
  header .padding-c .header-content .navigation .dropdown-content a {
    padding: 10px !important;
  }
  header .padding-c .header-content .navigation .dropdown-content a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px #2C6EF2;
    border-radius: 4px;
  }
}
@media (max-width: 992px) {
  header .padding-c .header-content .navigation .dropdown-content .dropbtn {
    width: 191px;
  }
}
@media (max-width: 910px) {
  header .padding-c .header-content {
    height: 50px;
  }
  header .padding-c .header-content .logo {
    height: 50px !important;
  }
  header .padding-c .header-content .navigation {
    margin-top: 77px;
    display: flex;
    border-top: 1px solid #1a1a1a;
    height: 50px;
    margin-left: 0px;
  }
  header .padding-c .header-content .navigation ul {
    height: 50px;
    padding-left: 0px;
    overflow-y: hidden;
  }
  header .padding-c .header-content .navigation ul li:first-child {
    margin-left: 5px;
  }
  header .padding-c .header-content .navigation ul li a {
    height: 48px;
  }
}
header .padding-c .header-content .logo {
  width: auto;
  flex: 1;
  height: 100%;
  transition: all 300ms ease;
  display: flex;
  flex-direction: row;
  justify-content: left;
  height: 40px;
}
header .padding-c .header-content .logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  transform: translateY(-66px);
  opacity: 0;
}
header .padding-c .header-content .logo a img {
  width: 150px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
header .padding-c .header-content .navigation {
  flex: 3;
  height: 100%;
  transition: all 300ms ease;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}
@media (max-width: 768px) {
  header .padding-c .header-content .navigation {
    margin-left: 0px;
    display: flex;
  }
  header .padding-c .header-content .navigation ul li a {
    font-size: 14px;
  }
  header .padding-c .header-content .navigation .dropdown-content {
    width: 179px !important;
  }
  header .padding-c .header-content .navigation .dropdown-content .dropbtn {
    font-size: 14px !important;
    width: 179px !important;
  }
  header .padding-c .header-content .navigation .dropdown-content a {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
}
header .padding-c .header-content .navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  overflow-y: hidden;
  padding-left: 20px;
}
header .padding-c .header-content .navigation ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-right: 30px;
  transition: all 300ms ease;
}
header .padding-c .header-content .navigation ul li.active-border {
  position: relative;
}
header .padding-c .header-content .navigation ul li.active-border::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-out;
}
header .padding-c .header-content .navigation ul li.active-border.animate-border::after {
  transform: scaleX(1);
}
header .padding-c .header-content .navigation ul li a {
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
  font-weight: 400;
  color: #949494;
  cursor: pointer;
  transition: all 300ms ease;
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 4px transparent;
  top: 2px;
}
header .padding-c .header-content .navigation ul li a:hover {
  color: #ffffff;
}
header .padding-c .header-content .navigation ul li a:focus-visible {
  color: #ffffff;
}
header .padding-c .header-content .navigation ul li a.active {
  color: #ffffff;
  height: 36px;
}
@media (max-width: 576px) {
  header .padding-c .header-content .navigation .dropdown-content {
    width: 163px !important;
  }
  header .padding-c .header-content .navigation .dropdown-content .dropbtn {
    padding: 8px 15px !important;
    width: 163px !important;
  }
  header .padding-c .header-content .navigation .dropdown-content a {
    padding: 8px 15px !important;
  }
}
header .padding-c .header-content .navigation .dropdown-content .dropdown-toggle-bg-grey {
  background-color: #202020;
}
header .padding-c .header-content .navigation .dropdown-content .dropbtn {
  border: 1px solid rgb(0, 0, 0);
  padding: 7px 20px;
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
header .padding-c .header-content .navigation .dropdown-content .dropbtn:hover {
  color: #ffffff;
  border: 1px solid rgba(118, 118, 118, 0.5);
}
header .padding-c .header-content .navigation .dropdown-content .dropbtn:focus-visible {
  color: #ffffff;
  border: 1px solid rgba(118, 118, 118, 0.5);
}
header .padding-c .header-content .navigation .dropdown-content a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
  transform: translateY(-66px);
  opacity: 0;
}
@media (max-width: 1082px) {
  header .padding-c .header-content .navigation .dropdown-content a {
    font-size: 15px;
  }
}
header .padding-c .header-content .main-downloads {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  height: 100%;
  width: auto;
}
@media (max-width: 910px) {
  header .padding-c .header-content .main-downloads {
    align-items: start !important;
    width: 50%;
  }
}
header .padding-c .header-content .mobile-show {
  display: none;
}
@media (max-width: 992px) {
  header .padding-c .header-content .mobile-show {
    display: block;
  }
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger {
  padding: 5px 15px;
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 1000;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transform: translateY(-54px) scale(0.6);
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: visible;
  opacity: 0;
}
@media (max-width: 910px) {
  header .padding-c .header-content .mobile-show .hamburger-btn .hamburger {
    top: -0.5px;
  }
}
@media (max-width: 620px) {
  header .padding-c .header-content .mobile-show .hamburger-btn .hamburger.hamburger {
    right: 10px;
  }
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger.is-active .hamburger-inner,
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger.is-active .hamburger-inner::before,
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger .hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -10px;
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger .hamburger-box .hamburger-inner::before, header .padding-c .header-content .mobile-show .hamburger-btn .hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger .hamburger-box .hamburger-inner::before {
  top: -12px;
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger .hamburger-box .hamburger-inner::after {
  bottom: -12px;
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
header .padding-c .header-content .mobile-show .hamburger-btn .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 992px) {
  header .padding-c .header-content .mobile-hide {
    display: none !important;
  }
}
header a:focus-visible {
  outline: 2px solid #2C6EF2;
  outline-offset: 2px;
  border-radius: 4px;
}

.mobile-menu-overlay {
  position: fixed;
  background: #000000;
  height: 0;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.6, 0.05, 0.7, 1);
}
.mobile-menu-overlay.active {
  height: 100%;
}
.mobile-menu-overlay.active nav ul {
  margin-left: 0 !important;
}
.mobile-menu-overlay.active nav ul li:nth-of-type(1) a::before {
  width: 100%;
  transition-delay: 0.1s;
}
.mobile-menu-overlay.active nav ul li:nth-of-type(1) a::after {
  width: 100%;
  transition-delay: 0.2s;
}
.mobile-menu-overlay.active nav ul li:nth-of-type(2) a::after {
  width: 100%;
  transition-delay: 0.35s;
}
.mobile-menu-overlay.active nav ul li:nth-of-type(3) a::after {
  width: 100%;
  transition-delay: 0.5s;
}
@media (max-width: 992px) {
  .mobile-menu-overlay {
    display: block;
  }
}
.mobile-menu-overlay nav {
  padding-top: 110px;
  height: inherit;
}
.mobile-menu-overlay nav ul {
  margin-left: 0px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-menu-overlay nav ul li {
  list-style: none;
}
.mobile-menu-overlay nav ul li:nth-of-type(4) {
  margin-top: auto;
  margin-bottom: 150px;
}
.mobile-menu-overlay nav ul li:nth-of-type(4) a {
  border: 1px solid #202020;
  font-family: "Noto Sans";
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background-color: #202020;
  line-height: 150%;
}
.mobile-menu-overlay nav ul li:nth-child(1) a {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu-overlay nav ul li:nth-child(1) a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: rgba(118, 118, 118, 0.5);
  width: 0%;
  transition: width 0.4s ease;
}
.mobile-menu-overlay nav ul li:nth-child(2) a {
  transition-delay: 0.25s;
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu-overlay nav ul li:nth-child(3) a {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu-overlay nav ul li:nth-child(4) a {
  transition-delay: 0.55s;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.mobile-menu-overlay nav ul li a {
  width: 95%;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 13px 0;
  color: #949494;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  position: relative;
  overflow: hidden;
}
.mobile-menu-overlay nav ul li a.active {
  color: #ffffff;
}
.mobile-menu-overlay nav ul li a.active::before {
  background: unset;
}
.mobile-menu-overlay nav ul li a.mobile-link-home {
  transition-delay: 0.2s;
}
.mobile-menu-overlay nav ul li a.mobile-link-ranking {
  transition-delay: 0.3s;
}
.mobile-menu-overlay nav ul li a.mobile-link-compare {
  transition-delay: 0.4s;
}
.mobile-menu-overlay nav ul li a#btnDownloads {
  transition-delay: 0.5s;
}
.mobile-menu-overlay nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(118, 118, 118, 0.5);
  width: 0%;
  transition: width 0.4s ease;
}/*# sourceMappingURL=header.css.map */