.iwn-navbar {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  background: white;
  border-bottom-color: rgb(225, 227, 227);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-family: Hkgrotesk, sans-serif;
  font-size: 16px;
  justify-content: flex-end;
  padding: 0 12px;
}
.iwn-navbar.iwn-navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
.iwn-navbar.iwn-navbar-fixed + .iwn-nav-content-spacer {
  height: 60px;
  width: 0;
}
.iwn-navbar-brand {
  margin-right: 8px;
  justify-self: flex-start;
}
.iwn-nav-container {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media (min-width: 576px) {
  /* bootstrap sm */
  .iwn-navbar {
    padding: 0 32px;
  }

}
@media (min-width: 768px) {
  .iwn-navbar {
    justify-content: flex-start;
  }
  .iwn-nav-container {
    justify-content: flex-start;
    flex: 0;
  }
}
@media (max-width: 319px) {
  .iwn-navbar {
    justify-content: flex-start;
  }

  .iwn-navbar-brand {
    flex: 1;
    order: 0;
  }

  .iwn-navbar-toggler {
    order: 1;
  }

  .iwn-nav-container {
    justify-content: flex-start;
    order: 2;
  }
}

.iwn-navbar-toggler {
  background-color: transparent;
  border-color: rgba(0,0,0,.1);
  border-radius: 4px;
  border: 0;
  border: 1px solid transparent;
  color: #312f2f;
  font-size: 24px;
  line-height: 1;
  padding: 4px 12px;
}
@media (min-width: 768px) {
  .iwn-navbar-toggler {
    display: none;
  }
}
.iwn-navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23312f2f' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 36px;
  vertical-align: middle;
  width: 36px;
}


.iwn-navbar-collapse {
  align-items: center;
  align-self: stretch;
  flex-basis: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .iwn-navbar-collapse {
    align-items: center;
    align-self: stretch!important;
    display: flex!important;
    flex-basis: auto;
    flex-grow: 1;
    height: auto!important;
  }
}

.iwn-navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.iwn-navbar-nav .active > .iwn-nav-link {
  font-weight: 700;
}
.iwn-nav-link:hover, .iwn-nav-link:focus {
  color: #4778ff;
  text-decoration: none;
}
.iwn-navbar-nav .active > .iwn-nav-link:hover,
.iwn-navbar-nav .active > .iwn-nav-link:focus {
  color: #4e4d4d;
}
@media (min-width: 768px) {
  .iwn-navbar-nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }

  .iwn-navbar-nav-left {
    margin-left: 16px;
    margin-right: auto;
  }

  .iwn-navbar-nav .iwn-nav-item {
    height: 100%;
    margin: 0 12px;
  }
  .iwn-navbar-nav .iwn-nav-item.iwn-height-auto {
    height: auto;
  }
  .iwn-navbar-nav .iwn-nav-item.iwn-mr-0 {
    margin-right: 0;
  }
  .iwn-navbar-nav .iwn-nav-item.active {
    border-bottom: 3px solid #2952ef;
    font-weight: 700;
  }

  .iwn-navbar-nav .iwn-nav-item:first-child {
    margin-left: 0;
  }

  .iwn-navbar-nav .iwn-nav-item:last-child {
    margin-right: 0;
  }

  .iwn-navbar-nav .iwn-nav-item .iwn-nav-link {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0;
  }
}

.iwn-nav-link {
  align-items: center;
  color: #4e4d4d;
  display: flex;
  height: 100%;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .iwn-nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.iwn-nav-link h6 {
  color: #4e4d4d;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.iwn-dropdown-menu.show {
  display: block;
}
.iwn-dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  border: 0 solid rgba(0,0,0,.15);
  box-shadow: 0 4px 12px 0 rgba(0,0,0,.25);
  color: #4e4d4d;
  display: none;
  float: left;
  font-size: 16px;
  left: auto;
  list-style: none;
  margin: .125rem 0 0;
  min-width: 160px;
  padding: .5rem 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.iwn-dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #312f2f;
  display: block;
  font-weight: 400;
  padding: 8px 16px;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.iwn-dropdown-item:hover, .iwn-dropdown-item.active, .iwn-dropdown-item:focus {
  background-color: transparent;
  color: #256ccc;
  text-decoration: none;
}

.iwn-icon-down {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8139 0.160034C15.5657 -0.0533448 15.1634 -0.0533448 14.9153 0.160034L7.99967 6.62549L1.08472 0.161179C0.836224 -0.0522007 0.43429 -0.0522007 0.186124 0.161179C-0.0620414 0.373414 -0.0620414 0.718654 0.186124 0.931175L7.38526 7.66206C7.41628 7.72699 7.46231 7.7882 7.52402 7.84112C7.6531 7.9521 7.82455 8.00358 7.994 7.99929C8.16711 8.00673 8.34356 7.95553 8.47598 7.84169C8.53836 7.78792 8.58472 7.72642 8.61574 7.66063L15.8139 0.930603C16.062 0.717509 16.062 0.373128 15.8139 0.160034Z' fill='%238d9494'/%3E%3C/svg%3E");
  display: inline-block;
  height: 8px;
  margin-left: 8px;
  outline: 0;
  vertical-align: text-top;
  width: 16px;
}

.iwn-nav-switcher {
  align-items: center;
  background: transparent;
  border: none;
  display: flex;
  padding: 8px 16px;
}

.iwn-nav-switcher-divider {
  align-self: center;
  border-right-color: rgb(225, 227, 227);
  border-right-style: solid;
  border-right-width: 1px;
  box-sizing: border-box;
  color: rgb(78, 77, 77);
  display: none;
  height: 44px;
  line-height: 24px;
  text-align: left;
  text-size-adjust: 100%;
  width: 1px;
}
@media (min-width: 768px) {
  .iwn-nav-switcher-divider {
    display: block;
  }
}

.iwn-btn-outline {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #4778ff;
  color: #4778ff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 7px 12px;
  text-align: center;
  transition: none;
  user-select: none;
  vertical-align: middle;
}
.iwn-btn-outline:hover, .iwn-btn-outline:focus {
  background-color: #fff;
  border-color: #256ccc;
  color: #256ccc;
  text-decoration: none;
}

.iwn-messages {
  position: relative;
  height: 26px;
}
.iwn-messages-badge {
  background-color: #ff4847;
  border-radius: 20px;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.iwn-messages-badge-icon {
  top: -4px;
  right: -8px;
  position: absolute;
}

.iwn-avatar {
  background: transparent;
  border: none;
  display: inline-block;
  height: 32px;
  padding: 0;
  position: relative;
  width: 32px;
}

.iwn-toggle-menu-divider {
  border-bottom: 1px solid #e1e3e3!important;
  margin: 24px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .iwn-toggle-menu-divider {
    display: none;
  }
}

.iwn-mobile-account {
  display: flex;
}
@media (min-width: 768px) {
  .iwn-mobile-account {
    display: none;
  }
}

.iwn-desktop-account {
  display: none;
}
@media (min-width: 768px) {
  .iwn-desktop-account {
    display: flex;
  }
}

@media (max-width:  768px) {
  /* prevent horizontal scroll */
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
}

.overflow-inherit {
  overflow: inherit;
}
