/* ------------------------------------------------------------ *\
	tiles
\* ------------------------------------------------------------ */
.tiles {
  padding: 1rem 0 8.6rem;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .tiles {
    padding: 0 0 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles {
    padding: 0.8rem 0 0;
  }
}
.tiles .shell--short {
  max-width: 87rem;
}
.tiles ul {
  list-style-type: none;
  margin: -1rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles ul {
    margin: 0;
  }
}
.tiles li {
  padding: 1rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles li {
    padding: 0;
  }
}
.tile-alt {
  background-color: #fff;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-alt {
    margin: 0 -2.1rem;
    background-color: transparent;
  }
}
.tile-alt .grid {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-alt .grid {
    display: block;
  }
}
.tile-alt .grid .grid__col {
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-alt .grid .grid__col {
    max-width: 100%;
  }
}
.tile-alt .tile__image {
  padding-top: 101%;
  position: relative;
  overflow: hidden;
  height: 100%;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-alt .tile__image {
    padding-top: 99.9%;
  }
}
.tile-alt .tile__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.tile-alt .tile__content {
  height: 100%;
  padding: 3.3rem 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-alt .tile__content {
    padding: 3.7rem 3.6rem 3.2rem;
  }
}

.tile-alt .tile__content > * {
  max-width: 60.3rem;
}
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-alt .tile__content > * {
    max-width: 90%;
  }
}


.tile-alt .tile__content h5 {
  margin-bottom: 0.5rem;
  color: #5178EC;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-alt .tile__content h5 {
    margin-bottom: 4.4rem;
    font-size: 2.6rem;
  }
}
.tile-alt .tile__content p {
  font-size: 2rem;
  margin-bottom: 4rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-alt .tile__content p {
    font-size: 2.2rem;
    margin-bottom: 2.9rem;
  }
}
.tile-alt .tile__btn {
  width: 100%;
}
.tile-alt .tile__btn--left {
  text-align: left;
}
.tile-alt .tile__btn--center {
  text-align: center;
}
.tile-alt .tile__btn--right {
  text-align: right;
}
.tile-alt .tile__btn--mobile-left {
  text-align: left;
}
.tile-alt .tile__btn--mobile-center {
  text-align: center;
}
.tile-alt .tile__btn--mobile-right {
  text-align: right;
}
.tile-alt--reversed .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tile-alt--reversed .tile__content {
  padding: 3.6rem 3.8rem;
}
.tile-alt--reversed .tile__content > * {
  max-width: 60.8rem;
}
/*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile-alt--reversed .tile__content > * {
    max-width: 90%;
  }
}