.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  bottom: 11px;
  top: auto;
  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: "Inter", sans-serif;
}

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

.site-header {
  margin: 0;
  -webkit-box-shadow: 0 2px 8px rgba(131, 135, 145, 0.24);
          box-shadow: 0 2px 8px rgba(131, 135, 145, 0.24);
  border: none;
  padding: 0.6875rem 0;
}
.site-header__logo {
  max-width: 4.25rem;
}
.site-header__logo img {
  width: 100%;
}
.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__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__login-button {
  display: block;
  background-color: #E11565;
  color: #ffffff;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 4px;
}
.site-header__login-button:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), #E11565;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #E11565;
}

.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 ul {
  padding: 0.3125rem 0;
}
.main-navigation .nav-menu ul li ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #292929;
  line-height: 1.25rem;
  padding: 0.75rem 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu ul li ul li a:hover {
  background-color: #efefef;
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #292929;
  line-height: 1.125rem;
  padding: 0.3125rem 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu > ul > li:hover > a {
  color: #F05D2A;
}

.site-footer {
  background-color: #3E3E3C;
  padding: 4rem 0 2rem;
}
.site-footer__bottom {
  padding-top: 0.125rem;
  --tw-gradient-to: #f05d2a var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  --tw-gradient-from: #f58023 var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.site-footer__bottom a, .site-footer__bottom a:link, .site-footer__bottom a:visited, .site-footer__bottom p {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
}
.site-footer__bottom-bg {
  background-color: #3E3E3C;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__column {
  margin-bottom: 2rem;
  width: 20%;
}
.site-footer__column h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  padding: 0;
  margin-bottom: 2rem;
}
.site-footer__column h4::after {
  border-bottom: 3px solid #f05d2a;
  bottom: -1rem;
  content: "";
  left: 0;
  position: absolute;
  width: 2rem;
}
.site-footer__column p {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  max-width: 12.5rem;
}
.site-footer__column a, .site-footer__column a:link, .site-footer__column a:visited {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.25rem;
}
.site-footer__column a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .site-footer__top, .site-footer__bottom-bg {
    -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;
  }
  .site-footer__column {
    width: 100%;
    text-align: center;
  }
  .site-footer__column h4::after {
    left: calc(50% - 1rem);
  }
  .site-footer__column p {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-header {
    position: relative;
  }
  .site-header__login-button {
    right: 4.0625rem;
    position: absolute;
    bottom: 0.875rem;
  }
  .site-header__nav {
    display: block;
    width: 100%;
  }

  .main-navigation .nav-menu {
    padding-top: 0.6875rem;
    border-top: 1px solid #e7e7e7;
  }
  .main-navigation .nav-menu ul li ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation .nav-menu ul li ul li a {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .main-navigation .nav-menu > ul > li > a {
    font-size: 0.875rem;
    padding: 0.625rem 0.9375rem;
  }
}