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

/* stylelint-disable max-nesting-depth */
.ux-iws-content-header {
  position: relative;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .ux-iws-content-header img {
    box-shadow: 0 90px 60px -71px rgba(0, 0, 0, 0.08);
  }
}
.ux-iws-content-header div[slot=image] {
  font-size: 0;
}
.ux-iws-content-header__box {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 15px 16px;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .ux-iws-content-header__box {
    margin-top: -60px;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-content-header__box {
    margin-top: -100px;
    padding: 40px;
    min-height: 205px;
  }
}
@media only screen and (min-width: 1440px) {
  .ux-iws-content-header__box--left {
    background: rgba(255, 255, 255, 0.9);
    bottom: 30px;
    left: 60px;
    margin-top: 0;
    padding: 27px 30px 30px;
    position: absolute;
  }
  .ux-iws-content-header__box--left h1,
  .ux-iws-content-header__box--left p {
    text-align: left;
  }
}

/* stylelint-enable max-nesting-depth */