.backend #sticky-box.button-box {
    position: fixed!important;
    display: flex!important;
    flex-direction: row!important;
    gap: 2rem!important;
    top: 10px!important;
    /* max-width: 760px; */
    z-index: 211!important;
    margin-left: 20rem!important;
  }
  
  
  .backend #sticky-box.button-box button {
    margin-right: 0!important;
    height: 100%!important;
  }
  
  @media (max-width: 980px) {
    .hero-content.small-hero, .hero-content.small-hero > .item-box {
      min-height: 140px!important;
    }
  }
  
  @media (max-width: 980px) {
    .backend #sticky-box.button-box button {
      margin-right: 0!important;
      font-size: 1.2rem!important;
      min-width: inherit!important;
      padding: 0.5rem!important;
      white-space: nowrap!important;
    }
  }
  
  @media (max-width: 680px) {
    .logo span {
      width: 140px!important;
      background-size: cover!important;
      height: 55px!important;
    }
  }
  
  @media (max-width: 660px) {
    .backend .logo span {
      width: 140px!important;
    }
  
    .backend .hero-content.small-hero, .backend .hero-content.small-hero > .item-box {
      min-height: 80px!important;
    }
  
    .backend #sticky-box.button-box {
      top: 55px!important;
    }
  }
  
  @media (max-width: 440px) {
    .backend #sticky-box.button-box {
      display: block!important;
      top: -10px!important;
      margin-left: 0!important;
      right: 10px!important;
    }
  
    .backend #sticky-box.button-box button {
      min-width: 140px!important;
      width: 100%!important;
    }
  }
  
  @media (max-width: 380px) {
    .hero-content.small-hero {
      min-height: 140px!important;
    }
  }
  
  
  /* FOOTER */
  
  
  footer {
    font-size: 1.4rem!important;
  }
  
  footer.bg-black {
    background-color: #002345!important;
  }
  
  
  footer .footer-nav {
    margin: 0!important;
  }
  
  footer .flex-box {
    justify-content: space-between!important;
  }
  
  footer .footer-nav a {
    display: inline-block!important;
    color: #dfeffc!important;
    text-decoration: none!important;
    border-right: 1px solid #dfeffc!important;
    padding-right: 12px!important;
    margin-left: 8px!important;
  }
  
  footer .footer-nav a:hover {
    color: #fd0!important;
    text-decoration: underline!important;
  }
  
  footer .footer-nav a:last-of-type {
    border-right: 0!important;
    padding-right: 0!important;
  }
  
  span.copyright {
    color: #93c3eb!important;
  }
  
  @media (max-width: 790px) {
    footer .flex-box {
      display: flex!important;
      padding-bottom: 2rem!important;
    }
  }
  
  @media (max-width: 767px) {
    footer {
      font-size: 1.4rem!important;
    }
  }
  
  @media (max-width: 767px) {
    footer .flex-box {
      display: flex!important;
      padding-bottom: 0!important;
      flex-direction: column!important;
      gap: 1.6rem!important;
      align-items: center!important;
    }
  }
  
  @media (max-width: 690px) {
    footer .footer-nav {
      margin: 0!important;
    }
  }
  
  @media (max-width: 567px) {
    footer .footer-nav {
      display: flex!important;
      flex-direction: row!important;
      flex-wrap: wrap!important;
      gap: 1rem!important;
      margin-top: 0!important;
    }
  
    footer .footer-nav a {
      width: calc(50% - 1rem)!important;
      margin: 0!important;
      text-align: center!important;
    }
  
    footer .footer-nav a:last-of-type {
      border-right: 1px solid #dfeffc!important;
    }
  }
