.section-slideshow--custom > .row {
  max-width: calc(var(--grid-width) + 20px);
  padding: 0;
}
.section-slideshow--custom > .row > .columns {
  padding: 0 10px;
}
.slideshow__static-banner-col .slideshow__slide-content {
  padding: 20px;
}
.slideshow__static-banner-col .slideshow__slide {
  overflow: hidden;
  border-radius: var(--block-border-radius, 16px);
}
.section-slideshow--custom .flickity-page-dots .dot {
  background-color: #0171BB
}
.slideshow__slide-heading,
.slideshow__static-banner__title {
  font-weight: 800;
  letter-spacing: .02em;
}