.bwMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 129;
  background: rgba(0, 0, 0, 0.9);
}

/* edit scrollbar */
@media (min-width: 1025px) {
  .bwMenu::-webkit-scrollbar {
    width: 12px;
  }

  .bwMenu::-webkit-scrollbar-thumb {
    background: rgba(252, 192, 0, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }

  .bwMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
}

/* / edit scrollbar */

.bwMenu.visible {
  display: block;
}

.bwMenu.fade-in {
  -webkit-animation: tuxKeyframesFadeIn 0.3s both;
  animation: tuxKeyframesFadeIn 0.3s both;
}

.bwMenu.fade-out {
  -webkit-animation: tuxKeyframesFadeOut 0.2s both;
  animation: tuxKeyframesFadeOut 0.2s both;
}

/* general */
.bwMenu li {
  margin-bottom: 0;
}

.bwMenu--branding {
  position: relative;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bwMenu--brandingImage {
  position: absolute;
  top: 15px;
  left: 13px;
  width: auto;
  height: 50px;
}

.bwMenu--closer,
.bwSearch--closer {
  cursor: pointer;
}

.bwMenu--closer > svg,
.bwSearch--closer > svg {
  display: block;
}

/*
.bwMenu--closer:before
{
	font-family: "Font Awesome 6 Pro";
	content: '\f00d';
	width: 32px;
	height: 32px;
	display: block;
	font-size: 40px;
	line-height: 32px;
	color: white;
}
*/
.bwMenu--closer.branding {
  position: absolute;
  top: 0;
  right: 0;
  padding: 27px 24px 27px 22px;
}

.bwMenu--closer.content {
  display: none;
}

.bwMenu--toc {
  position: absolute;
  top: 69px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 12px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.bwMenu--tocItem {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.bwMenu--tocItem .number {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: normal;
  position: absolute;
  top: -20px;
  display: none;
}

.bwMenu--tocItem.home {
  padding: 10px 15px 20px 15px;
  border-bottom: 1px solid #333333;
}

.bwMenu--tocItem .bwHeader--logoImage {
  position: relative;
  top: 5px;
  left: 0;
}

.home .bwHeader--logoImageWhite {
  opacity: 1;
}

/* edit scrollbar */
@media (min-width: 1025px) {
  .bwMenu--toc::-webkit-scrollbar {
    width: 12px;
  }

  .bwMenu--toc::-webkit-scrollbar-thumb {
    background: rgba(252, 192, 0, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }

  .bwMenu--toc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
}

/* / edit scrollbar */

.bwMenu--tocList {
  margin: 0;
  /* padding-top: 15px; */
  padding-left: 0;
  list-style: none;
}

.bwMenu--tocLink {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4em;
  overflow: hidden;
  padding: 5px 15px 10px 15px;
  border-bottom: 1px solid #333333;
  cursor: pointer;
}

.bwMenu--tocLink:hover,
.bwMenu--tocLink:focus,
.bwMenu--tocItem.active .bwMenu--tocLink {
  color: #fcc000;
  text-decoration: none;
}

.bwMenu--tocItem.active {
  border-bottom: 1px solid #333333;
}

.bwMenu--tocItem.active .bwMenu--tocLink {
  border-bottom: none;
}

/*.bwMenu--tocItem.current .bwMenu--tocLink {
	color: #fcc000;
}*/

.bwMenu--tocIcon {
  position: absolute;
  top: 0;
  left: 0;
}

.bwMenu--tocIcon svg {
  display: block;
}

.bwMenu--tocIcon path {
  fill: #fcc000;
}

.bwMenu--container {
  display: table;
  width: 100%;
}

.bwMenu--pages {
  display: none;
  padding: 10px 15px;
}

.bwMenu--pagesListCaption:before {
  font-family: 'Font Awesome 6 Pro';
  content: '\f105';
  position: absolute;
  left: -16px;
  color: #fcc000;
  line-height: 20px;
}

.bwMenu--pagesListLink,
.bwMenu--pagesListLink:visited {
  display: block;
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 4px;
  color: #fff;
}

.bwMenu.navigation .col.home {
  height: 65px;
  margin-top: -75px;
  margin-bottom: 30px;
}

.bwMenu.navigation .col.home .bwHeader--logoImage {
  top: 5px;
  height: 60px;
  width: auto;
}

@media (max-width: 767px) {
  .bwMenu.visible {
    z-index: 999;
    overflow: auto;
  }

  .bwMenu.navigation .col.home {
    display: none;
  }

  .bwMenu--pagesListLink,
  .bwMenu--pagesListLink:visited {
    margin-bottom: 0;
  }

  .bwMenu--tocList {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .bwMenu--tocLink {
    padding-top: 8px;
    padding-left: 30px;
  }

  .bwMenu--pages {
    padding-top: 0;
  }

  .bwMenu--pagesListLink,
  .bwMenu--pagesListLink:visited {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .bwMenu {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bwMenu.fade-in .bwMenu--frame {
    -webkit-animation: bwMenuFrameFadeIn 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1) both;
    animation: bwMenuFrameFadeIn 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1) both;
  }

  .bwMenu.fade-in .bwMenu--pages {
    -webkit-animation: bwMenuPagesFadeIn 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1) both;
    animation: bwMenuPagesFadeIn 0.5s 0.1s cubic-bezier(0.19, 1, 0.22, 1) both;
  }

  .bwMenu--frame {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }

  .bwMenu--frameLeft,
  .bwMenu--framePages,
  .bwMenu--frameRight,
  .bwMenu--frameToc {
    display: table-cell;
  }

  .bwMenu--frameLeft {
    width: 0;
  }

  .bwMenu--branding {
    display: none;
  }

  .bwMenu--closer.content {
    position: fixed;
    top: 40px;
    right: 40px;
    display: block;
    z-index: 44;
  }

  .bwMenu--pages {
    display: block;
    min-height: 100%;
    margin-left: 60px;
    padding: 0;
  }

  .bwMenu--pagesListLink.current {
    color: #fff;
    font-weight: bold;
  }

  .bwMenu--pagesContainer {
    position: relative;
  }

  .bwMenu--pagesContainer.heightTransition {
    transition: height 0.4s;
  }

  .bwMenu--pagesContainer.transitionTop {
    -webkit-animation: tuxKeyframesDummy 0.4s;
    animation: tuxKeyframesDummy 0.4s;
  }

  .bwMenu--tocItem.home {
    padding: 0;
    border-bottom: none;
  }

  @-webkit-keyframes bwMenuTransitionTop__in {
    0% {
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
      visibility: visible;
      opacity: 0;
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
    }
  }
  @keyframes bwMenuTransitionTop__in {
    0% {
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
      visibility: visible;
      opacity: 0;
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes bwMenuTransitionTop__out {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
      visibility: visible;
      opacity: 1;
    }
    to {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
      opacity: 0;
    }
  }
  @keyframes bwMenuTransitionTop__out {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
      visibility: visible;
      opacity: 1;
    }
    to {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
      opacity: 0;
    }
  }
  .bwMenu--pagesContainer.transitionTop .transitionOrigin {
    display: block;
    -webkit-animation: bwMenuTransitionTop__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: bwMenuTransitionTop__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .bwMenu--pagesContainer.transitionTop .transitionTarget {
    -webkit-animation: bwMenuTransitionTop__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
    animation: bwMenuTransitionTop__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
  }

  .bwMenu--pagesContainer.transitionBottom {
    -webkit-animation: tuxKeyframesDummy 0.4s;
    animation: tuxKeyframesDummy 0.4s;
  }

  @-webkit-keyframes bwMenuTransitionBottom__in {
    0% {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
      visibility: visible;
      opacity: 0;
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
    }
  }
  @keyframes bwMenuTransitionBottom__in {
    0% {
      -webkit-transform: translateY(-100px);
      transform: translateY(-100px);
      visibility: visible;
      opacity: 0;
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes bwMenuTransitionBottom__out {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
      visibility: visible;
      opacity: 1;
    }
    to {
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
      opacity: 0;
    }
  }
  @keyframes bwMenuTransitionBottom__out {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
      visibility: visible;
      opacity: 1;
    }
    to {
      -webkit-transform: translateY(100px);
      transform: translateY(100px);
      opacity: 0;
    }
  }
  .bwMenu--pagesContainer.transitionBottom .transitionOrigin {
    display: block;
    -webkit-animation: bwMenuTransitionBottom__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation: bwMenuTransitionBottom__out 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  .bwMenu--pagesContainer.transitionBottom .transitionTarget {
    -webkit-animation: bwMenuTransitionBottom__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
    animation: bwMenuTransitionBottom__in 0.4s 0ms cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
  }

  .bwMenu--pagesTitle {
    padding: 15px 0;
    font-size: 20px;
    line-height: 30px;
    color: #fcc000;
  }

  .bwMenu--pagesList {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .bwMenu--pagesListLink {
    position: relative;
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3em;
  }

  a.bwMenu--pagesListLink:hover,
  .bwMenu--pagesListLink:focus {
    color: #fcc000;
  }

  .bwMenu--pagesListIcon {
    position: absolute;
    top: 9px;
    left: -16px;
  }

  .bwMenu--toc {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: 100%;
    width: 220px;
    padding: 0;
  }

  .bwMenu--tocContainer {
    display: table;
    width: 100%;
    height: 100%;
  }

  .bwMenu--tocBottom,
  .bwMenu--tocTop {
    display: table-row;
  }

  .bwMenu--tocBottomContent,
  .bwMenu--tocTopContent {
    display: table-cell;
  }

  .bwMenu--tocTopContent {
    height: 100px;
  }

  .bwMenu--tocList {
    display: table;
    height: 0;
    width: 100%;
  }

  .bwMenu--tocLink {
    border-bottom: none;
    transition: color 0.3s;
    cursor: pointer;
    margin-left: 45px;
  }

  .bwMenu--tocLink.title {
    color: #fcc000;
    vertical-align: top;
    cursor: default;
  }

  .bwMenu--tocItem .number {
    font-size: 80px;
    top: -20px;
    display: block;
  }

  .bwMenu--tocItem.active {
    border-bottom: none;
  }

  .current > .bwMenu--tocLink {
    background: transparent;
    color: #fcc000;
  }

  .current > .bwMenu--tocLink path {
    fill: #717171;
  }

  .bwMenu--tocIcon {
    border-right: 1px solid #333333;
  }

  .bwMenu--tocIcon path {
    transition: fill 0.3s;
    fill: #333333;
  }

  .bwMenu li {
    margin-bottom: 30px;
  }

  .bwMenu--tocItem {
    width: 49%;
    min-height: 80px;
  }
}

@media (min-width: 992px) {
  .bwMenu--frameLeft {
    width: 2%;
  }
}

@media (min-width: 1024px) {
  .bwMenu--framePages {
    width: 748px;
  }

  .bwMenu--pagesColumn {
    float: left;
    width: 33.333%;
    padding: 0 10px;
  }

  .bwMenu--tocLink {
    padding-left: 0;
    margin-left: 60px;
  }

  .bwMenu.navigation .col.home {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .bwMenu--framePages {
    width: 1004px;
  }

  .bwMenu--tocItem {
    width: 24%;
  }
}

@-webkit-keyframes bwMenuFrameFadeIn {
  0% {
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes bwMenuFrameFadeIn {
  0% {
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes bwMenuPagesFadeIn {
  0% {
    -webkit-transform: translate(100px);
    transform: translate(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes bwMenuPagesFadeIn {
  0% {
    -webkit-transform: translate(100px);
    transform: translate(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes tuxKeyframesDummy {
  from {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}

@keyframes tuxKeyframesFadeIn {
  from {
    visibility: visible;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tuxKeyframesFadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
