.ls-section:not(.has-p-t) {
  padding-top: 4rem;
}
.ls-section:not(.has-p-b) {
  padding-bottom: 4rem;
}
.ls-section.has-background-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ls-section__background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: flex;
  align-content: center;
  justify-content: center;
}
.ls-section__background-image > img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.ls-section.has-parallax .ls-section__background-image {
  width: 120%;
  height: 120%;
}
.ls-section.has-parallax .ls-section__background-image > img {
  min-width: 120%;
  min-height: 120%;
}
.ls-section.gradient-bottom-white {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b8ed3+50,ffffff+50 */
  background: #1b8ed3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1b8ed3 50%, white 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b8ed3 50%, white 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b8ed3 50%, white 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b8ed3', endColorstr='#ffffff',GradientType=0);
  /* IE6-9 */
}
/*# sourceMappingURL=block-section.css.map */