.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

ux-iws-sf-sidebar {
  --menu-item-background-color: transparent;
  display: block;
  position: relative;
  pointer-events: auto;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
ux-iws-sf-sidebar[opened] {
  transform: none;
}
ux-iws-sf-sidebar[data-animated] {
  transition: transform 0.3s ease-out;
}
@media (min-width: 568px) {
  ux-iws-sf-sidebar {
    width: 384px;
  }
}
@media (min-width: 768px) {
  ux-iws-sf-sidebar {
    width: 300px;
    z-index: auto;
  }
}
ux-iws-sf-sidebar header {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 30px 30px;
  color: #000;
}
@media (min-width: 768px) {
  ux-iws-sf-sidebar header {
    padding: 80px 40px 50px;
  }
}
ux-iws-sf-sidebar h1,
ux-iws-sf-sidebar h2,
ux-iws-sf-sidebar h3,
ux-iws-sf-sidebar h4,
ux-iws-sf-sidebar h5 {
  font-family: "Frutiger-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2;
  color: currentColor;
  margin: 0;
}
@media (min-width: 768px) {
  ux-iws-sf-sidebar h1,
  ux-iws-sf-sidebar h2,
  ux-iws-sf-sidebar h3,
  ux-iws-sf-sidebar h4,
  ux-iws-sf-sidebar h5 {
    font-size: 34px;
  }
}
ux-iws-sf-sidebar nav {
  display: block;
  width: 100%;
}
ux-iws-sf-sidebar .ux-iws-sf-sidebar__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0 60px;
  margin: 0;
  background: linear-gradient(90deg, #eff0f4 0%, rgba(239, 240, 244, 0.6) 100%), linear-gradient(0deg, #fff 0%, #fff 100%);
  z-index: 1;
}
@media (min-width: 768px) {
  ux-iws-sf-sidebar .ux-iws-sf-sidebar__inner {
    padding-bottom: 100px;
  }
}
ux-iws-sf-sidebar .ux-iws-sf-sidebar__close,
ux-iws-sf-sidebar .ux-iws-sf-sidebar__tab {
  appearance: none;
  border: 0 none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
}
ux-iws-sf-sidebar .ux-iws-sf-sidebar__tab {
  background-color: #bbd03a;
  color: #fff;
  top: 15px;
  left: 100%;
  width: 54px;
  height: 54px;
  transition: transform 0.3s ease-out;
}
ux-iws-sf-sidebar .ux-iws-sf-sidebar__tab ux-icon {
  font-size: 30px;
}
ux-iws-sf-sidebar .ux-iws-sf-sidebar__close {
  color: #000;
  top: 15px;
  right: 10px;
  width: 54px;
  height: 54px;
}
ux-iws-sf-sidebar .ux-iws-sf-sidebar__close ux-icon {
  font-size: 12px;
}
ux-iws-sf-sidebar[fixed] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1000;
}

@media (max-width: 567px) {
  ux-iws-sf-sidebar[opened] .ux-iws-sf-sidebar__tab {
    transform: translateX(-100%);
  }
}