.cf-core-header {
  background-color: hsla(0deg, 0%, 5%, 0.8);
  padding: 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.cf-core-header a {
  text-decoration: none;
}

.cf-core-header .cf-core-nav {
  max-width: 1920px;
  margin: auto;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cf-core-header .cf-core-nav .cf-core-logo {
  display: flex;
  align-items: center;
  color: #e5e5e5;
  font-size: 16px;
}

.cf-core-header .cf-core-nav .cf-core-logo svg {
  width: 88px;
  height: 16px;
  margin-right: 16px;
}

.nav-menu .hamburger-menu-btn {
  z-index: 1;
  display: none;
  margin-left: auto;
  background: transparent;
  width: 32px;
  height: 32px;
  border: none;
  position: relative;
  z-index: 2;
}

.nav-menu .hamburger-menu-btn > div {
  position: relative;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}

.nav-menu .hamburger-menu-btn > div span {
  background: #e5e5e5;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: 0.4s ease-in-out;
  border-radius: 1px;
}

.nav-menu .hamburger-menu-btn > div span:first-child {
  top: 0;
  left: 0;
}

.nav-menu .hamburger-menu-btn > div span:nth-child(2) {
  top: 6px;
  left: 0;
}

.nav-menu .hamburger-menu-btn > div span:nth-child(3) {
  top: 12px;
  left: 0;
}

.nav-menu .nav-links {
  display: flex;
  align-items: center;
}

.nav-menu .nav-links .nav-link {
  margin-right: 32px;
}

.nav-menu .nav-links .nav-link a {
  color: #e5e5e5;
  font-size: 16px;
}

.nav-menu .nav-links .nav-link.active a,
.nav-menu .nav-links .nav-link a:hover {
  color: #f16436;
}

.nav-menu.is-open .hamburger-menu-btn > div {
  transform: rotate(-180deg);
}

.nav-menu.is-open .hamburger-menu-btn > div span {
  height: 2.49px;
}

.nav-menu.is-open .hamburger-menu-btn > div span:first-child {
  transform: translate(2px, 6px) rotate(45deg);
  width: 15px;
}

.nav-menu.is-open .hamburger-menu-btn > div span:nth-child(2) {
  transform: scaleX(0);
}

.nav-menu.is-open .hamburger-menu-btn > div span:nth-child(3) {
  transform: translate(2px, -6px) rotate(-45deg);
  width: 15px;
}

.nav-menu.is-open .nav-links {
  top: -44px;
}

.nav-menu.is-open + .black-overlay {
  opacity: 1;
  pointer-events: all;
}

.black-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  height: 150%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 0;
}

.site-footer {
  font-family: Lato;
  background-color: #060606;
  width: 100%;
  position: relative;
  z-index: 1;
}

.site-footer .site-footer-nav {
  max-width: 1344px;
  margin: 0 auto;
  display: flex;
  padding: 60px 20px;
  justify-content: space-between;
}

.site-footer .site-footer-nav .logo {
  width: 74px;
  height: 74px;
  margin-left: -22px;
  margin-top: 0;
  margin-right: 152px;
  color: #b5b5b5;
}

.site-footer .site-footer-nav nav {
  flex: 1;
}

.site-footer .site-footer-nav nav > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 52px 70px;
  padding: 0;
  list-style: none;
}

.site-footer .site-footer-nav nav > ul h5 {
  font-size: 16px;
  line-height: 24px;
  color: #b5b5b5;
}

.site-footer .site-footer-nav nav > ul ul {
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.site-footer .site-footer-nav nav > ul ul li + li {
  margin-top: 12px;
}

.site-footer .site-footer-nav nav > ul ul li a {
  font-size: 14px;
  line-height: 21px;
  color: #909090;
  text-decoration: none;
}

.site-footer .site-footer-nav nav > ul ul li a.is-active,
.site-footer .site-footer-nav nav > ul ul li a:hover {
  color: #909090;
  text-decoration: underline;
}

.site-footer .site-footer-social {
  background: #1c1c1c;
}

.site-footer .site-footer-social .site-footer-social-inner {
  max-width: 1344px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
}

.site-footer .site-footer-social .copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer .site-footer-social .copyright span {
  color: #909090;
  font-size: 14px;
}

.site-footer .site-footer-social .social-links {
  display: flex;
  padding: 0;
  list-style: none;
}

.site-footer .site-footer-social .social-links li + li {
  margin-left: 10px;
}

.site-footer .site-footer-social .social-links li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #909090;
  display: inline-block;
}

.site-footer .site-footer-social .social-links li a:hover {
  background-color: #e2e2e2;
}

.site-footer .site-footer-social .social-links li a svg {
  color: #060606;
}

.site-footer .site-footer-social .social-links img {
  width: 24px;
  height: 24px;
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

svg {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0d0d0d;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 145%;
  color: #e5e5e5;
  overflow-x: hidden;
}

main {
  width: 100%;
  padding: 0;
}

:focus {
  outline: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  width: 100%;
  max-width: inherit;
}

b,
strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0.3;
}

h1 {
  font-size: 64px;
  line-height: 80px;
}

h2 {
  font-size: 48px;
  line-height: 60px;
}

h3 {
  font-size: 42px;
  line-height: 50px;
}

h4 {
  font-size: 36px;
  line-height: 48px;
}

h5 {
  font-size: 32px;
  line-height: 42px;
}

h6 {
  font-size: 24px;
  line-height: 36px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-family: Lato, sans-serif;
}

.hidden {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: underline;
  overflow-wrap: break-word;
  text-underline-offset: 3px;
}

a:hover {
  color: #f16436;
}

.link-btn {
  font-family: inherit;
  background-color: inherit;
  transition: all 0.15s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  justify-content: center;
  min-height: 36px;
  border: none;
  text-decoration: none;
}

.link-btn svg {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  pointer-events: none;
}

.link-btn.elongated-btn {
  width: 192px;
}

.link-btn.primary {
  color: #fff;
  background-color: #f16436;
}

.link-btn.primary:hover {
  background-color: #ff784d;
}

.link-btn.secondary {
  border: 1px solid gray;
  color: #fff;
}

.link-btn.secondary:hover {
  background-color: #333;
}

.link-btn:focus {
  outline: none;
}

@media (max-width: 800px) {
  .cf-core-header {
    padding: 0 16px 0 32px;
  }
  .cf-core-header .cf-core-nav {
    height: 56px;
  }
  .cf-core-header .cf-core-nav a {
    position: relative;
    z-index: 2;
  }
  .cf-core-header .cf-core-nav a span {
    display: none;
  }
  .nav-menu .hamburger-menu-btn {
    display: block;
  }
  .nav-menu .nav-links {
    position: absolute;
    z-index: 1;
    left: 0;
    padding-top: 100px;
    background: #1a1a1a;
    width: 100%;
    flex-direction: column;
    align-items: inherit;
    top: -610px;
    transition: top 0.6s cubic-bezier(0.65, -0.29, 0.28, 1.25);
  }
  .nav-menu .nav-links li {
    border-top: 1px solid #333;
  }
  .nav-menu .nav-links li.btn-link {
    padding: 10px;
    text-align: center;
  }
  .nav-menu .nav-links .nav-link {
    margin-right: 0;
    border-top: 1px solid #333;
  }
  .nav-menu .nav-links .nav-link a {
    display: block;
    padding: 16px;
    text-align: center;
  }
  .site-footer .site-footer-nav {
    flex-direction: column;
  }
  .site-footer .site-footer-nav .logo {
    width: 64px;
    height: 64px;
    margin: 0 0 34px;
  }
  .site-footer .site-footer-nav nav > ul {
    gap: 52px 30px;
  }
  .site-footer .site-footer-social .site-footer-social-inner {
    padding: 14px 20px 12px;
  }
}