footer address {
  margin-bottom: 0 !important;
  color: #cdcdcd;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: calc(1em * (60 / 1000));
  line-height: 24px;
}

.d-flex {
  display: flex;
  flex-direction: row;
}

.mr-3 {
  margin-right: 1rem;
}

.ml-3 {
  margin-left: 1rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.my-footer-5 {
  padding-top: 1.618rem !important;
  padding-bottom: 1.618rem !important;
}

.my-footer-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.my-footer-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.my-footer-2 {
  padding-top: 0.618rem !important;
  padding-bottom: 0.618rem !important;
}

.my-footer-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.my-footer-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Fade In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media only screen and (min-width: 576px) {
  .mb-0 {
    margin-bottom: 0 !important;
  }

  .text-center {
    text-align: center !important;
  }

  .text-left {
    text-align: left !important;
  }
}

@media only screen and (min-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .text-sm-left {
    text-align: left !important;
  }
}

@media only screen and (min-width: 992px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-left {
    text-align: left !important;
  }
}

@media only screen and (min-width: 1024px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  #sidebar-menu-container.sidebar-menu-open .sidebar-menu-overlay .nav-close {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 0.618s;
  }

  #sidebar-menu-container .sidebar-menu-overlay .nav-close {
    position: absolute;
    top: 35px;
    left: calc((750px - 320px) + (30px + 4px + 6px) * 2);
    height: 25px;
    width: 25px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: #ffffff;
  }

  #sidebar-menu-container .sidebar-menu-overlay span.close-nav {
    padding: 0;
    color: #121212;
    font-size: 14px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #sidebar-menu-container .sidebar-menu-overlay .nav-close {
    left: calc(100vw - 320px - 40px);
  }
}

@media only screen and (max-width: 576px) {
  #sidebar-menu-container .sidebar-menu-overlay .nav-close {
    left: calc(100vw - 250px - 40px);
  }
}