.header-section {
  background: #090a0b;
}
.header-section .content-wrapper {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}
.header-section .left-section .logo-nav {
  align-items: center;
  display: flex;
  flex: 1 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  font-weight: 500;
  letter-spacing: .2px;
  margin-right: 10px;
  padding: 10px 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-section .left-section .logo-nav .nav-bar ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-section .left-section .logo-nav .logo-img a img {
  display: block;
  height: 21px !I;
  !;
  width: auto;
}
.header-section .left-section .logo-nav .logo-img a img {
  width: auto;
  height: 21px !important;
}
a {
  font-family: system, -apple-system, "BlinkMacSystemFont", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", "Ubuntu", "arial", sans-serif;
}
.header-section .left-section .logo-nav .nav-bar ul li.hs-menu-item a {
  color: #fff;
  display: block;
  opacity: .8;
  padding: 12px;
  position: relative;
  transition: opacity .35s ease-in-out;
  font-size: 13px;
  font-weight: 600;
  font-family: system, -apple-system, "BlinkMacSystemFont", ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", "Ubuntu", "arial", sans-serif;
}
.header-section .right-section .twitter a svg {
  height: 22px;
  fill: #cdcece;
}
.header-section .right-section {
  width: 30%;
}
.header-section .right-section .social-links {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-section .right-section .social-links .Github {
  padding: 0 10px;
}
.header-section .right-section .social-links .Github a {
  color: #cdcece;
  line-height: normal;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.header-section .right-section .social-links .Github a svg {
  fill: #cdcece;
  height: 22px;
}
.header-section .row {
  align-items: center;
  margin: 0;
}
.header-section .right-section .social-links .twitter {
  padding: 0 10px;
}
.header-section .row .left-section {
  width: 70%;
}
.header-section .left-section .logo-nav .nav-bar ul li.hs-menu-item a:before {
  background: #fff;
  bottom: 8px;
  content: "";
  height: 1px;
  left: 12px;
  opacity: -0.75;
  position: absolute;
  right: 0;
  transition: all .35s ease-in-out;
}
.header-section .left-section .logo-nav .nav-bar ul li.hs-menu-item a:hover{
  opacity: 1;
  text-decoration: none;
}
.header-section .left-section .logo-nav .nav-bar ul li.hs-menu-item a:hover:before{
  opacity: 1;
  text-decoration: none;
}
.header-section .right-section .social-links .search-bar .search {
  padding: 0 10px;
}
.hs-search-field {
  position: absolute;
  width: 50%;
  left: 25%;
  right: 25%;
  background: #fff;
  height: 16%;
  z-index: 1;
  padding: 16px;
  border: none !important;
  border-radius: 4px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, .25);
  top: 67px;
}
.header-section .left-section .logo-nav .logo-img {
  margin-right: 22px;
}
.search-bar .show_search {
  display: block !IMPORTANT;
}
.header-section .right-section .social-links .search-bar .search svg {
  cursor: pointer;
  fill: #cdcece;
}
.header-section .right-section .social-links .hs-search-field__bar form input.hs-search-field__input {
  font-weight: 700;
  border: 2px solid #eeeeee;
}
.search-bar .icons_system .close_icon {
  position: absolute;
  bottom: 24px;
}
.search-bar .icons_system .close_icon span {
  background: #fff !important;
  border: 1px solid #dfe1e3;
  border-radius: 4px;
  box-shadow: none;
  color: #808284;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 1.428571429;
  margin-bottom: 0;
  padding: 9px 15px;
  text-transform: uppercase;
}
.header-section .right-section .social-links .Github a:hover {
  color: #fff;
}
.header-section .right-section .social-links .Github a:hover svg {
  fill: #fff;
}
.header-section .right-section .twitter a svg:hover {
  fill: #fff;
}
.header-section .right-section .social-links .search-bar .search svg:hover {
  fill: #fff;
}
@media only screen and (max-width: 767px) {
  .header-section .right-section {
    display: none;
  }
  .header-section .row .left-section {
    width: 100%;
  }
  .header-section .left-section .logo-nav .logo-img {
    width: 30%;
    margin: 0;
  }
  .header-section .left-section .logo-nav .nav-bar {
    width: 70%;
  }  
  .header-section .left-section .logo-nav {
    flex-wrap: wrap;
  }
  .header-section .content-wrapper {
    padding: 0 10px;
  }
}
@media (min-width:768px) and (max-width: 1024px){
  .header-section .left-section .logo-nav {
    flex-wrap: wrap;
  }
  .header-section .left-section .logo-nav .logo-img {
    width: 20%;
    margin: 0;
  }
  .header-section .left-section .logo-nav .nav-bar {
    width: 80%;
  }
  .header-section .content-wrapper {
    padding: 0 20px;
  }
}