.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-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 30px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background-image: var(--ux-sf-background-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
ux-iws-sf-page[variant^=center] {
  padding: 60px 8.3333333333%;
}
@media (max-width: 399px) {
  ux-iws-sf-page[variant^=center] {
    padding: 60px 15px;
  }
}
ux-iws-sf-page[full-height] {
  min-height: 100vh;
}
@media (max-width: 767px) {
  ux-iws-sf-page ux-button {
    width: 100%;
  }
}