.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 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: "Nunito Sans", sans-serif;
}

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

.site-header {
  margin: 0;
  border-top: 1.25rem solid #273353;
  border-bottom: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11) 2px 3px 20px 0;
          box-shadow: rgba(0, 0, 0, 0.11) 2px 3px 20px 0;
  padding-top: 1.875rem;
  padding-bottom: 0.9375rem;
}
.site-header .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: 25.3125rem;
  width: 30%;
}
.site-header__logo img {
  width: 100%;
}
.site-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.site-header__nav__button {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  border-radius: 1.0625rem;
  padding: 0.75rem 2rem;
  color: #ffffff;
  background-color: #ee344e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__nav__button.light {
  background-color: #f8f7f4;
  color: #273353;
}
.site-header__nav__button:hover {
  background-color: #da2a43;
  color: #ffffff;
}

.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:last-child ul {
  left: auto;
  right: 0;
}
.main-navigation .nav-menu ul li a {
  padding: 0.75em 1em;
}
.main-navigation .nav-menu ul li ul {
  border-radius: 1.0625rem;
  padding: 1.875rem;
}
.main-navigation .nav-menu ul li ul li a {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #273353;
  padding: 0;
  margin-bottom: 0.625rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.main-navigation .nav-menu ul li ul li a:hover {
  color: #ee344e;
}
.main-navigation .nav-menu ul li ul li:last-child a {
  margin-bottom: 0;
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.5625rem;
  color: #273353;
  padding: 0.9375rem;
}

.site-footer {
  background-color: #273353;
  padding: 0;
}
.site-footer h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.site-footer p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5625rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.site-footer p i {
  line-height: 1.5625rem;
}
.site-footer p a, .site-footer p a:link, .site-footer p a:visited {
  color: #ffffff;
}
.site-footer__row {
  padding: 2.5rem 0;
  border-bottom: 1px solid #415079;
}
.site-footer__row.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.site-footer__row.right > div {
  width: 17%;
}
.site-footer__row.space-between {
  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-footer__row.space-between p {
  margin-bottom: 0;
}
.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.site-footer__socials a, .site-footer__socials a:link, .site-footer__socials a:visited {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
}
.site-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
.site-footer__links a, .site-footer__links a:link, .site-footer__links a:visited {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}
.site-footer__links span {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-footer__row.right > div {
    width: 100%;
  }
  .site-footer__row.space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.9375rem;
  }

  .site-header {
    padding-top: 0.9375rem;
    padding-bottom: 0;
  }
  .site-header__logo {
    max-width: 9.6875rem;
    width: 100%;
    padding-bottom: 0.9375rem;
  }
  .site-header__nav {
    display: block;
  }
  .site-header__nav__top {
    display: none;
  }
  .site-header .site-container {
    display: block;
  }

  .main-navigation .nav-menu > ul > li {
    border-bottom: 1px solid #dfdfdf;
  }
  .main-navigation .nav-menu > ul > li:last-child {
    border-bottom: none;
  }
  .main-navigation .nav-menu > ul > li > a {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 700;
    padding: 0.9375rem;
  }
  .main-navigation .nav-menu ul li ul {
    padding: 0 0.9375rem 0.9375rem;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation .nav-menu ul li ul li a {
    font-size: 1rem;
    line-height: 1.5625rem;
    margin-bottom: 0.625rem;
  }
}