@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_2_Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_3_Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_4_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_5_SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_6_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_7_Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_Oblique_2_Thin.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_Oblique_3_Light.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_Oblique_4_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_Oblique_5_SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_Oblique_6_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "HurmeGeometricSans";
  src: url("../fonts/HurmeGeometricSans_No4_Oblique_7_Black.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 7px;
  left: 15px;
  cursor: pointer;
}
.hamburger span {
  font-size: 16px;
  font-family: monospace;
}
.hamburger div {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
.hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.hamburger.change .bar2 {
  opacity: 0;
}
.hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

a, p, span, li, td, div, label, blockquote, input, textarea, select, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6, a, a:link, a:visited {
  font-family: "HurmeGeometricSans", sans-serif;
}

.site-container {
  max-width: 80rem;
  padding: 0 0.9375rem;
  margin: 0 auto;
  width: 100%;
}

.site-header {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c4c4c4;
}
.site-header__logo {
  max-width: 11.25rem;
  padding: 1.5625rem;
}
.site-header__logo__image, .site-header__logo__link {
  height: 1.875rem;
  display: block;
}
.site-header__logo img {
  width: 100%;
}
.site-header .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  padding: 0 1.25rem;
}

.site-header-top {
  height: 2.8125rem;
  background-color: #003a5c;
}

.main-navigation {
  background-color: transparent;
  padding: 0;
}
.main-navigation .nav-menu {
  border: none;
}
.main-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li a {
  padding: 0.75em 1em;
}
.main-navigation .nav-menu ul li ul {
  background-color: #003a5c;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  padding: 1.875rem 0.9375rem 0.9375rem 0.9375rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main-navigation .nav-menu ul li ul li a {
  color: #ffffff;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.24px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  font-family: "HurmeGeometricSans", sans-serif;
}
.main-navigation .nav-menu ul li ul li a:hover {
  border-bottom: 1px solid #ffffff;
}
.main-navigation .nav-menu > ul > li > a {
  color: #414141;
  font-size: 1rem;
  line-height: 5rem;
  padding: 0 1.5625rem;
  letter-spacing: 0.75px;
  font-family: "HurmeGeometricSans", sans-serif;
}
.main-navigation .nav-menu > ul > li:has(a.dropdown):hover::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-top: 20px solid #fff;
  z-index: 111;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 90%);
          transform: translate(-50%, 90%);
}

.site-footer {
  background-color: #edefec;
  padding: 2.5rem 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.875rem;
}
.site-footer__news {
  border-left: 1px solid #979797;
  padding-left: 6.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.site-footer__news h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.375rem;
  color: #414141;
  white-space: nowrap;
}
.site-footer a.site-footer__button, .site-footer a:link.site-footer__button, .site-footer a:visited.site-footer__button {
  display: block;
  max-width: 10.25rem;
  width: 100%;
  background-color: #006bab;
  font-size: 1.0625rem;
  line-height: 3.125rem;
  font-weight: 700;
  color: #fff;
  padding: 0 1.5625rem;
  text-align: center;
  border-radius: 0.4375rem;
}
.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
.site-footer__socials a, .site-footer__socials a:link, .site-footer__socials a:visited {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
}
.site-footer__socials a.facebook, .site-footer__socials a:link.facebook, .site-footer__socials a:visited.facebook {
  background: url("../images/icon-facebook.svg") no-repeat center center;
  background-size: contain;
}
.site-footer__socials a.instagram, .site-footer__socials a:link.instagram, .site-footer__socials a:visited.instagram {
  background: url("../images/icon-instagram.svg") no-repeat center center;
  background-size: contain;
}
.site-footer__socials a.linkedin, .site-footer__socials a:link.linkedin, .site-footer__socials a:visited.linkedin {
  background: url("../images/icon-linkedin.svg") no-repeat center center;
  background-size: contain;
}
.site-footer__socials a.twitter, .site-footer__socials a:link.twitter, .site-footer__socials a:visited.twitter {
  background: url("../images/icon-x.svg") no-repeat center center;
  background-size: contain;
}
.site-footer__socials a.youtube, .site-footer__socials a:link.youtube, .site-footer__socials a:visited.youtube {
  background: url("../images/icon-youtube.svg") no-repeat center center;
  background-size: contain;
}
.site-footer__content {
  padding-right: 6.25rem;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
.site-footer__content__text {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-footer__content__nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
.site-footer__content__nav a, .site-footer__content__nav a:link, .site-footer__content__nav a:visited {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  letter-spacing: 0.75px;
  font-weight: 700;
  color: #414141;
  display: block;
}
.site-footer__content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3125rem;
  letter-spacing: 0.27px;
  color: #414141;
  margin-bottom: 0.9375rem;
}
.site-footer__content p {
  font-size: 1rem;
  line-height: 1.5625rem;
  letter-spacing: 0.24px;
  color: #414141;
  max-width: 26.875rem;
}
.site-footer__content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
.site-footer p.site-footer__copyright {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.13px;
  color: #414141;
  margin-top: 1.875rem;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .site-footer__content {
    padding-right: 0;
    width: 50%;
  }
  .site-footer__content__text {
    display: none;
  }
  .site-footer__content__nav {
    width: 100%;
  }
  .site-footer__news {
    width: 50%;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 0.9375rem;
  }
  .site-footer__news {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    border-left: none;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #979797;
    padding: 0 0 1.875rem 0;
  }
  .site-footer a.site-footer__button, .site-footer a:link.site-footer__button, .site-footer a:visited.site-footer__button {
    max-width: 21.875rem;
    margin: 0 auto;
  }
  .site-footer__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
  }
  .site-footer__content p {
    max-width: 100%;
    width: 100%;
  }
  .site-footer__content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .site-header-top {
    display: none;
  }

  .site-header__logo {
    padding: 0.875rem 0;
    max-width: 6.75rem;
    margin: 0 auto;
  }
  .site-header__logo__link, .site-header__logo__image {
    height: auto;
  }
  .site-header .site-container {
    display: block;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .main-navigation .nav-menu ul li ul {
    border-radius: 0;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .main-navigation .nav-menu > ul {
    border-top: 1px solid #ebebeb;
  }
  .main-navigation .nav-menu > ul > li {
    border-bottom: 1px solid #ebebeb;
  }
  .main-navigation .nav-menu > ul > li:last-child {
    border-bottom: none;
  }
  .main-navigation .nav-menu > ul > li > a {
    line-height: 1.5rem;
    padding: 0.9375rem;
  }
}