.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;
}

:host {
  display: block;
}

.ux-iws-gated-content {
  position: relative;
}
.ux-iws-gated-content__content {
  max-height: 500px;
  overflow: hidden;
  pointer-events: none;
}
.ux-iws-gated-content__content.ux-iws-gated-content__content--visible {
  max-height: 100%;
  pointer-events: auto;
}
.ux-iws-gated-content__overlay {
  margin: 0 auto;
  padding: 30px 0 50px;
  width: 100%;
  background-color: #eff0f4;
  z-index: 999;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ux-iws-gated-content__overlay {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .ux-iws-gated-content__overlay {
    padding-bottom: 80px;
  }
}
.ux-iws-gated-content__overlay::before {
  content: "";
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(239, 240, 244, 0) 0%, #eff0f4 100%);
  position: absolute;
}
.ux-iws-gated-content__button {
  display: flex;
  justify-content: center;
}