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

ux-iws-nb-product-comparison {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  background-color: #f8f8f8;
  /* override patternlab table styles */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
  /* stylelint-disable selector-max-compound-selectors */
  /* stylelint-enable selector-max-compound-selectors */
}
@media (min-width: 1440px) {
  ux-iws-nb-product-comparison {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  ux-iws-nb-product-comparison {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
ux-iws-nb-product-comparison table {
  width: 100%;
  table-layout: fixed;
}
ux-iws-nb-product-comparison td,
ux-iws-nb-product-comparison th {
  text-align: left;
  padding: 10px;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #e3e3e3;
  font-family: "Frutiger-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  overflow: hidden;
  hyphens: auto;
}
ux-iws-nb-product-comparison th {
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  vertical-align: top;
}
ux-iws-nb-product-comparison tbody tr:nth-child(odd) td,
ux-iws-nb-product-comparison tbody tr:nth-child(odd) th {
  background-color: #fff;
}
ux-iws-nb-product-comparison tbody td:first-of-type,
ux-iws-nb-product-comparison thead td:first-of-type {
  --ux-button-text-color: #fff;
  --ux-button-bg-color: #005074;
  --ux-button-border-color: #fff;
  --ux-button-hover-bg-color: #fff;
  --ux-button-hover-border-color: #005074;
  --ux-button-hover-text-color: #285172;
  --ux-button-active-bg-color: #fff;
  --ux-button-active-border-color: #fff;
  --ux-button-active-text-color: #285172;
  --ux-button-focus-text-color: #fff;
  --ux-button-focus-border-color: #fff;
  background-color: #005074 !important;
  color: #fff !important;
}
ux-iws-nb-product-comparison tbody td {
  padding: 20px 30px;
}
ux-iws-nb-product-comparison tbody tr:last-of-type td {
  padding: 60px 10px 10px;
}
ux-iws-nb-product-comparison tbody td > div {
  padding: 20px;
}
ux-iws-nb-product-comparison thead td > div {
  padding: 10px;
}
ux-iws-nb-product-comparison img {
  aspect-ratio: 3/2;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
ux-iws-nb-product-comparison h4 {
  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: inherit;
  margin: 1em 0;
}
ux-iws-nb-product-comparison ux-button {
  width: 100%;
}
ux-iws-nb-product-comparison .is-hidden {
  display: none;
}

.ux-iws-nb-product-comparison__header {
  padding: 30px 30px 15px;
}
@media (min-width: 1024px) {
  .ux-iws-nb-product-comparison__header {
    padding: 30px;
  }
}
.ux-iws-nb-product-comparison__header h2,
.ux-iws-nb-product-comparison__header h3,
.ux-iws-nb-product-comparison__header h4 {
  margin: 0;
  line-height: 1.2;
  color: #000;
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .ux-iws-nb-product-comparison__header h2,
  .ux-iws-nb-product-comparison__header h3,
  .ux-iws-nb-product-comparison__header h4 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 1024px) {
  .ux-iws-nb-product-comparison__header h2,
  .ux-iws-nb-product-comparison__header h3,
  .ux-iws-nb-product-comparison__header h4 {
    font-size: 1.75rem;
  }
}
.ux-iws-nb-product-comparison__container {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.ux-iws-nb-product-comparison__table {
  display: none;
}
@media (min-width: 1440px) {
  .ux-iws-nb-product-comparison__table {
    display: block;
  }
}
.ux-iws-nb-product-comparison__cards {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  padding: 30px;
}
.ux-iws-nb-product-comparison__cards::after {
  display: block;
  content: "";
  flex: 0 0 10px;
}
.ux-iws-nb-product-comparison__card {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 290px;
  background-color: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.ux-iws-nb-product-comparison__card ux-button {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .ux-iws-nb-product-comparison__card {
    width: 400px;
  }
}
.ux-iws-nb-product-comparison__card:first-of-type {
  --ux-button-text-color: #fff;
  --ux-button-bg-color: #005074;
  --ux-button-border-color: #fff;
  --ux-button-hover-bg-color: #fff;
  --ux-button-hover-border-color: #005074;
  --ux-button-hover-text-color: #285172;
  --ux-button-active-bg-color: #fff;
  --ux-button-active-border-color: #fff;
  --ux-button-active-text-color: #285172;
  --ux-button-focus-text-color: #fff;
  --ux-button-focus-border-color: #fff;
  background-color: #005074 !important;
  color: #fff !important;
}
.ux-iws-nb-product-comparison__cell > div {
  padding: 20px;
}
.ux-iws-nb-product-comparison__cell:not(:first-of-type) {
  padding: 0 20px;
}
.ux-iws-nb-product-comparison__cell:not(:first-of-type):not(:last-of-type) > div {
  border-bottom: 1px solid #e3e3e3;
}
.ux-iws-nb-product-comparison__cell-label, .ux-iws-nb-product-comparison__cell-value {
  display: block;
  font-size: 1rem;
  line-height: 1.375;
  font-family: "Frutiger-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
.ux-iws-nb-product-comparison__cell-label {
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin-bottom: 10px;
}