.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 120px;
  right: calc(50% - 17px);
  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: "Montserrat", sans-serif;
}

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

.site-header {
  margin: 0;
  background-color: #4AA9BB;
  padding: 0;
  position: relative;
  border: none;
}
.site-header::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(34, 34, 34, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0.6) 0, rgba(0, 0, 0, 0) 100%);
  height: 8.4375rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header__top {
  background-color: #1b354e;
  height: 3.125rem;
  z-index: 5;
  position: relative;
}
.site-header__bottom {
  padding: 0.9375rem 0;
}
.site-header__bottom .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__logo {
  max-width: 9.375rem;
  z-index: 5;
  position: relative;
}
.site-header__logo img {
  width: 100%;
}
.site-header__logo__image.display-mobile {
  display: none;
}

.main-navigation {
  background-color: transparent;
  padding: 0;
  z-index: 5;
  position: relative;
}
.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 {
  border-radius: 0.25rem;
}
.main-navigation .nav-menu ul li ul li a {
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #252E38;
  padding: 0.5rem 0.9375rem;
  font-family: "Poppins", sans-serif;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-navigation .nav-menu ul li ul li a:hover {
  color: #27A9CC;
}
.main-navigation .nav-menu > ul > li > a {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #ffffff;
  font-weight: 500;
  padding: 0.3125rem 0.9375rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-navigation .nav-menu > ul > li:hover > a {
  color: #8ed6e9;
}

.site-footer {
  background-color: #1b354e;
  padding: 2.5rem 1.875rem;
}
.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.site-footer__column a, .site-footer__column a:link, .site-footer__column a:visited {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-footer__column a:hover, .site-footer__column a:link:hover, .site-footer__column a:visited:hover {
  color: #27A9CC;
}
.site-footer__column a:first-child, .site-footer__column a:link:first-child, .site-footer__column a:visited:first-child {
  text-decoration: underline;
  margin-bottom: 0.9375rem;
}
.site-footer__contact h3 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -2px;
  white-space: nowrap;
}
.site-footer__contact__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__contact__address p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
  max-width: 12.5rem;
  padding: 0 0.9375rem;
}
.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.site-footer__socials a, .site-footer__socials a:link, .site-footer__socials a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #fff;
  border-radius: 50%;
  color: #252E38;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__socials a.facebook:hover, .site-footer__socials a:link.facebook:hover, .site-footer__socials a:visited.facebook:hover {
  background-color: #3b5998;
  color: #fff;
}
.site-footer__socials a.linkedin:hover, .site-footer__socials a:link.linkedin:hover, .site-footer__socials a:visited.linkedin:hover {
  background-color: #0077b5;
  color: #fff;
}
.site-footer__socials a.instagram:hover, .site-footer__socials a:link.instagram:hover, .site-footer__socials a:visited.instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}
.site-footer__copyright {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__copyright p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.site-footer__copyright p a, .site-footer__copyright p a:link, .site-footer__copyright p a:visited {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}
.site-footer__copyright p a:hover, .site-footer__copyright p a:link:hover, .site-footer__copyright p a:visited:hover {
  color: #27A9CC;
}

@media screen and (max-width: 991px) {
  .site-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
  .site-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .site-footer__contact h3 {
    font-size: 1.75rem;
  }
  .site-footer__contact__address {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer__contact__address p {
    font-size: 1rem;
    max-width: none;
  }
  .site-footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
  .site-footer__copyright p {
    font-size: 0.875rem;
  }
  .site-footer__copyright p a, .site-footer__copyright p a:link, .site-footer__copyright p a:visited {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-header {
    background-color: #ffffff;
    min-height: 10.625rem;
  }
  .site-header::before {
    display: none;
  }
  .site-header__top {
    display: none;
  }
  .site-header__bottom .site-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .site-header__logo__image.display-desktop {
    display: none;
  }
  .site-header__logo__image.display-mobile {
    display: block;
    height: 5.625rem;
  }

  .main-navigation {
    width: 100%;
    margin-top: 3.125rem;
  }
  .main-navigation .nav-menu > ul > li > a {
    color: #1B354E;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}