/*
@font-face {
  font-family: "Liberation Sans";
  src: url('/fonts/LiberationSans-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Liberation Sans";
  src: url('/fonts/LiberationSans-Bold.ttf');
  font-weight: 700;
  font-display: swap;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Merriweather Sans", sans-serif;
  list-style: none;
  text-decoration: none;
}

body {
  position: relative;
}

header {
  backdrop-filter: blur(24px);
  background: #131b22;
  position: relative;
  z-index: 99;
}
header .content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
@media only screen and (max-width: 991px) {
  header .content {
    padding: 15px 12px;
    justify-content: center;
  }
}
header .content .logo {
  height: 30px;
}
header .content .logo a {
  display: block;
  height: 30px;
}
header .content .logo a img {
  height: 30px;
}
header .content .menu {
  max-width: 924px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header .content .menu {
    display: none;
  }
}
header .content .menu nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .content .menu nav ul li {
  width: 100%;
  text-align: center;
  position: relative;
  position: relative;
  display: flex;
  gap: 4px;
}
header .content .menu nav ul li.has-submenu a {
  padding: 22px 40px 22px 24px;
}
header .content .menu nav ul li.has-submenu > img {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
header .content .menu nav ul li:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), #131B22;
}
header .content .menu nav ul li:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #e2a328;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
}
header .content .menu nav ul li:active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), #131B22;
}
header .content .menu nav ul li a {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  white-space: nowrap;
  padding: 22px 0px;
  width: 100%;
}
header .content .menu nav ul li a.active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #e2a328;
  width: 100%;
  height: 2px;
}
header .content .menu nav ul li .sub-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 100%;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
header .content .menu nav ul li .sub-menu li {
  border-bottom: 1px solid #AABCC8;
  background: #FFF;
  text-align: left;
  padding: 12px 16px;
}
header .content .menu nav ul li .sub-menu li:hover {
  background: linear-gradient(0deg, rgba(31, 49, 67, 0.08) 0%, rgba(31, 49, 67, 0.08) 100%), #FFF;
}
header .content .menu nav ul li .sub-menu li:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #e2a328;
  width: 2px;
  height: 100%;
  transition: all 0.3s ease;
}
header .content .menu nav ul li .sub-menu li:hover:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #FFF;
}
header .content .menu nav ul li .sub-menu li:first-of-type {
  border-top: 8px solid #ffffff;
}
header .content .menu nav ul li .sub-menu li:last-of-type {
  border: none !important;
}
header .content .menu nav ul li .sub-menu li a {
  color: #1F3143;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
}
header .content .sign-in {
  display: none;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  header .content .sign-in {
    display: none;
  }
}
header .content .sign-in a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  display: flex;
  align-items: center;
}
header .content .sign-in a img {
  margin-right: 8px;
}
@media only screen and (max-width: 991px) {
  header .content .button-survey {
    display: none;
  }
}
header .content .button-survey a {
  border-radius: 4px;
  padding: 10px 24px;
  width: 145px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #1f3143;
  box-shadow: 2px 2px 0 0 rgba(15, 21, 27, 0.2);
  background: #e2a328;
}
header .content .button-survey a:hover {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
  background: #f7b433;
}
header .content .button-survey a:active {
  background: #cc901b;
  box-shadow: none;
}
header .button-mobile-menu {
  display: none;
  position: absolute;
  right: 12px;
  padding: 7px;
  cursor: pointer;
  z-index: 101;
}
@media only screen and (max-width: 991px) {
  header .button-mobile-menu {
    display: block;
  }
}
header .button-mobile-menu.open .icon span {
  background: #0B0F11;
}
header .button-mobile-menu.open .icon span:first-child {
  top: 5px;
  transform: rotate(225deg);
}
header .button-mobile-menu.open .icon span:nth-child(2) {
  top: calc(50% - 2px);
  display: none;
}
header .button-mobile-menu.open .icon span:last-child {
  top: 5px;
  transform: rotate(135deg);
}
header .button-mobile-menu .icon {
  position: relative;
  width: 18px;
  height: 12px;
  display: inline-block;
  top: 0;
}
header .button-mobile-menu .icon span {
  height: 2px;
  width: 100%;
  border-radius: 3px;
  background: #FFFFFF;
  display: inline-block;
  float: left;
  position: absolute;
  left: 0;
}
header .button-mobile-menu .icon span:first-child {
  top: 0;
  transition: all 0.25s;
}
header .button-mobile-menu .icon span:nth-child(2) {
  top: calc(50% - 1px);
  transition: all 0.25s;
}
header .button-mobile-menu .icon span:last-child {
  bottom: 0;
  transition: all 0.25s;
}
header .mobile-content {
  background: #ffffff;
  z-index: 99;
  padding: 15px;
  overflow-y: scroll;
  transition: max-height 0.8s ease;
  flex-direction: column;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  header .mobile-content {
    display: none !important;
  }
}
header .mobile-content.open {
  display: flex;
}
header .mobile-content .logo {
  display: flex;
  justify-content: center;
}
header .mobile-content .menu {
  margin-top: 30px;
}
header .mobile-content .menu nav ul li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding: 22px 0;
}
header .mobile-content .menu nav ul li.has-submenu.mobile.open {
  padding-bottom: 0;
  border-bottom: none;
}
header .mobile-content .menu nav ul li.has-submenu.mobile .chevron-down-icon {
  position: absolute;
  right: 0;
  top: 19px;
}
header .mobile-content .menu nav ul li .sub-menu {
  flex-direction: column;
  width: 100%;
  display: none;
}
header .mobile-content .menu nav ul li .sub-menu li {
  padding-left: 42px;
}
header .mobile-content .menu nav ul li .sub-menu li:nth-of-type(1) {
  border-top: 1px solid #e6e6e6;
  margin-top: 22px;
}
header .mobile-content .menu nav ul li .sub-menu a {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #0b0f11;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .mobile-content .menu nav ul li .sub-menu.submenu-icon li {
  padding-left: 0;
}
header .mobile-content .menu nav ul li .sub-menu.submenu-icon li img {
  width: 28px;
  height: 24px;
}
header .mobile-content .menu nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #0b0f11;
}
header .mobile-content .sign-in {
  display: none;
  margin-top: auto;
}
header .mobile-content .sign-in a {
  border-radius: 4px;
  background: #EDEFF0;
  color: #1F3143;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .mobile-content .button-survey {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
header .mobile-content .button-survey a {
  border-radius: 4px;
  padding: 10px 24px;
  width: 100%;
  max-width: 345px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1f3143;
  box-shadow: 2px 2px 0 0 rgba(15, 21, 27, 0.2);
  background: #e2a328;
}
header .mobile-content .button-survey a:hover {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
  background: #f7b433;
}
header .mobile-content .button-survey a:active {
  background: #cc901b;
  box-shadow: none;
}

.current-page:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #e2a328;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .current-page:before {
    display: none;
  }
}

/*# sourceMappingURL=header.css.map */
