#qodef-page-inner {
  padding: 64px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  #qodef-page-inner {
    padding: 15px 0 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-page-title {
    height: 136px !important;
  }
}
.qodef-header-sticky {
  background-color: rgba(0, 0, 0, 0.16);
}
.qodef-mobile-header-navigation > ul > li > a {
  line-height: 40px;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  height: 30px;
}
.qodef-header--standard #qodef-page-header {
  height: 100px;
}
.qodef-header--standard #qodef-page-header-inner {
  padding-left: 0px;
  padding-right: 0px;
  --qode-header-side-padding: 0px;
  margin-left: 40px;
  margin-right: 40px;
  width: calc(100% - 2 * 40px);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media only screen and (max-width: 680px) {
  h2,
  .qodef-h2 {
    font-size: 40px;
  }
}
