:root {
  --bs-dark-color-rgb: 46, 46, 46;
  --bs-tertiary-bg-rgb: 236, 243, 253;
  --bs-success-rgb: 0, 196, 78;
  --bs-info-rgb: 0, 107, 255;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(46, 46, 46);
  overflow-x: hidden !important;
  text-align: left;
  background-color: #fff;
  margin: 0;
}

.collapse:not(.show) {
  display: none;
}

.navbar-toggler-icon {
  background-image: url(../../images/icon/menu.svg) !important;
}

#navbar.sticky {
  background-color: white;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  z-index: 999 !important;
}

#navbar-sticky-wrapper {
  height: 0px !important;
}

.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  position: fixed;
  top: 0;
  transition: all 0.2s linear;
  padding: 30px 0;
}

.navbar-toggler {
  margin-top: 0;
  margin-right: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler.collapsed .icon-bar:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
}

.navbar-toggler .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  position: relative;
}

.navbar-toggler.collapsed .icon-bar {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.navbar-toggler .icon-bar {
  background-color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
  width: 22px;
  height: 2px;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .navbar-item {
  margin-right: 40px;
  position: relative;
}

.navbar-item a {
  font:
    400 18px / 18px 'Nunito Sans',
    sans-serif !important;
  padding: 0 !important;
  transition: all 0.3s linear !important;
  position: relative !important;
  text-decoration: none;
  background: 0 0;
  border: 0;
  white-space: nowrap;
  color: black !important;
}

.footer {
  background: #2a2a2a;
  padding: 120px 0;
  font:
    400 15px / 28px 'Open Sans',
    sans-serif;
  color: #585e68;
}

.footer__title {
  color: #ffffff;
  font:
    600 18px / 18px 'Nunito Sans',
    sans-serif;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 25px;
}

.footer__list {
  list-style: none;
  padding-left: 0;
}

.footer__list.footer__list-sublist {
  list-style: circle;
  padding-left: 2em;
}

.footer__list-item {
  color: #c9ccdb;
}

.footer__list-item a {
  color: #c9ccdb;
  font:
    400 15px / 18px 'Nunito Sans',
    sans-serif;
  display: inline-block;
  padding-bottom: 15px;
  text-decoration: unset;
}

.footer__list-item a:hover {
  color: #00c44e;
}

.footer__text-icon {
  margin-left: 16px;
}

.footer__copyright {
  background: #242424;
  color: #757887;
  padding: 30px 8px;
}

.button {
  width: 100%;
  max-width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 35px;
  color: white;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  background-color: rgba(0, 196, 78, 1);
}

.button--border {
  border: 1px solid rgba(46, 46, 46, 1);
}

.button--white {
  background-color: #fff;
  color: rgba(46, 46, 46, 1);
}

.button--small {
  max-width: 182px;
  height: 46px;
}

.button--no-transform {
  text-transform: unset;
}

.font-xxs {
  font-size: 12px;
}
.font-xs {
  font-size: 16px;
}
.font-s {
  font-size: 18px;
}
.font-m {
  font-size: 20px;
}
.font-l {
  font-size: 24px;
}
.font-xl {
  font-size: 32px;
}
.font-xxl {
  font-size: 40px;
}
.font-xxxl {
  font-size: 50px;
}

@media (max-width: 991px) {
  #menu-nav {
    background: white;
    padding: 16px 8px;
    width: calc(100% + 32px) !important;
    margin: 0 -16px;
    opacity: 1;
    transition: 0.2s ease;
    height: 238px;
  }
  #menu-nav.mobile-hide {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0 !important;
    height: 0;
  }
  .navbar-nav .navbar-item {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .footer__title {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 0;
  }
  .footer {
    padding: 60px 16px;
  }
}
