.sce-solutions {
  position: relative;
  padding: 60px 0;
  background-color: #000;
  color: #fff
}
.sce-solutions__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  filter: brightness(.5)
}
.sce-solutions__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}
.sce-solutions__container {
  position: relative;
  z-index: 1
}
.sce-solutions__title {
  margin-bottom: 20px
}
.sce-solutions__intro {
  color: #fff!important;
  max-width: 700px;
  margin-bottom: 32px;
  font-size: 1.375rem!important;
  line-height: normal
}
@media (max-width:767px) {
  .sce-solutions__grid {
    margin: 0 -20px;
    padding: 0 20px 20px;
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    overflow-y: hidden
  }
  .sce-solutions__grid .sce-solutions-tile {
    flex: 280px 0 0;
    min-height: 300px;
    transition: flex .5s
  }
  .sce-solutions__grid .sce-solutions-tile.is-open {
    flex: calc(100vw - 20px) 0 0
  }
}
@media (min-width:768px) {
  .sce-solutions {
    padding-top: 180px;
    padding-bottom: 113px
  }
  .sce-solutions__title {
    margin-bottom: 32px
  }
  .sce-solutions__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 300px
  }
}
.sce-solutions-tile {
  position: relative;
  background: rgba(0,0,0,.85);
  transition: background-color .3s,transform .5s,visibility .5s,opacity .5s
}
.sce-solutions-tile__inner {
  overflow: hidden;
  transition: width .5s,background-color .3s,transform .5s
}
.sce-solutions-tile__inner > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility .3s,opacity .3s,transform .3s
}
.sce-solutions-tile__content,
.sce-solutions-tile__title {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center
}
.sce-solutions-tile__content h3,
.sce-solutions-tile__title h3 {
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.875rem;
  text-align: center;
  max-width: 250px
}
.sce-solutions-tile__title {
  transition-delay: .3s
}
.sce-solutions-tile__content {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 20px
}
.sce-solutions-tile__content h3,
.sce-solutions-tile__content p {
  transition: visibility .3s,opacity .3s,transform .3s;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50px)
}
.sce-solutions-tile__content h3 {
  text-align: left;
  margin-bottom: 10px;
  max-width: none
}
.sce-solutions-tile__content p {
  color: #fff;
  font-size: 1.125rem;
  margin: 0
}
.sce-solutions-tile__bg,
.sce-solutions-tile__full {
  z-index: 1;
  display: flex;
  overflow: hidden
}
.sce-solutions-tile__bg img,
.sce-solutions-tile__full img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: filter .3s
}
.sce-solutions-tile__bg {
  z-index: 2
}
.sce-solutions-tile__full {
  background-color: #000
}
.sce-solutions-tile__content,
.sce-solutions-tile__full {
  visibility: hidden;
  opacity: 0
}
.sce-solutions-tile__toggle {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: calc(100% - 10px) 10px no-repeat transparent;
  background-size: 28px 28px
}
body.is-keyboard .sce-solutions-tile__toggle:focus {
  border: 3px solid #fff
}
.sce-solutions-tile.is-open {
  z-index: 10;
  background-color: #000!important
}
.sce-solutions-tile.is-open .sce-solutions-tile__inner {
  background-color: #000
}
.sce-solutions-tile.is-open .sce-solutions-tile__title {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition-delay: 0s
}
.sce-solutions-tile.is-open .sce-solutions-tile__bg {
  visibility: hidden;
  opacity: 0;
  transform: scale(1.25)
}
.sce-solutions-tile.is-open .sce-solutions-tile__content,
.sce-solutions-tile.is-open .sce-solutions-tile__full {
  visibility: visible;
  opacity: 1
}
.sce-solutions-tile.is-open .sce-solutions-tile__content h3,
.sce-solutions-tile.is-open .sce-solutions-tile__content p {
  visibility: visible;
  opacity: 1;
  transform: none
}
.sce-solutions-tile.is-open .sce-solutions-tile__content h3 {
  transition-delay: .4s
}
.sce-solutions-tile.is-open .sce-solutions-tile__content p {
  transition-delay: .6s
}
body.is-keyboard .sce-solutions-tile.is-open .sce-solutions-tile__toggle,
body.is-touch .sce-solutions-tile.is-open .sce-solutions-tile__toggle {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.504 1 25.5 26M26.5 1 1 27' stroke='%23fff'/%3E%3C/svg%3E")
}
.sce-solutions-tile.is-open.two-col .sce-solutions-tile__inner {
  width: 100%
}
.sce-solutions-tile.two-col {
  grid-column: span 2
}
.sce-solutions-tile.has-bg:hover {
  background-color: transparent
}
.sce-solutions-tile.has-bg:hover .sce-solutions-tile__bg img {
  filter: blur(5px)
}
.sce-solutions-tile:not(.has-bg)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,rgba(0,0,0,.2) 0,#0097a9 100%);
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s,opacity .3s
}
.sce-solutions-tile:not(.has-bg):not(.is-open):hover::after {
  visibility: visible;
  opacity: 1
}
@media (min-width:768px) {
  .sce-solutions-tile__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  .sce-solutions-tile[data-column="3"] .sce-solutions-tile__inner,
  .sce-solutions-tile[data-column="4"] .sce-solutions-tile__inner {
    left: auto;
    right: 0
  }
  .sce-solutions-tile.is-open .sce-solutions-tile__inner {
    width: calc(200% + 20px)
  }
  .sce-solutions-tile.shift-left {
    transform: translateX(calc(-100% - 20px))
  }
  .sce-solutions-tile.shift-left.two-col {
    transform: translateX(calc(-50% - 10px))
  }
  .sce-solutions-tile.shift-right {
    transform: translateX(calc(100% + 20px))
  }
  .sce-solutions-tile.shift-right.two-col {
    transform: translateX(calc(50% + 10px))
  }
}
@media (min-width:992px) {
  .sce-solutions-tile__title h3 {
    font-size: 2rem;
    line-height: 2.25rem
  }
  .sce-solutions-tile__content {
    padding: 0 80px
  }
}
/*# sourceMappingURL=sce-solutions.min.css.map */
