@-webkit-keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* breakpoints */
@keyframes scale-display {
  0% {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.cmp-cta-tile {
  height: 100%;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .cmp-cta-tile {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .cmp-cta-tile {
    padding: 25px 0;
  }
}

.cmp-cta-tile p {
  margin-bottom: 0;
}

.cmp-cta-tile::after {
  content: '';
  position: absolute;
  top: -40px;
  bottom: -40px;
  right: -14.5px;
  border-right: 1px solid #c1c1c1;
  z-index: 2;
}

@media (max-width: 991px) {
  .cmp-cta-tile::after {
    top: -15px;
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .cmp-cta-tile::after {
    border-right: none;
    border-bottom: 1px solid #c1c1c1;
    top: initial;
    bottom: 0;
    left: -15px;
    right: -15px;
  }
}

@media (max-width: 991px) {
  .cmp-cta-tile.border-md::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .cmp-cta-tile.border-md::after {
    display: block;
    border-right: none;
    border-bottom: 1px solid #c1c1c1;
    top: initial;
    bottom: 0;
    left: -15px;
    right: -15px;
  }
}

.cmp-cta-tile.last::after {
  display: none;
}

.cmp-cta-tile > .component-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cmp-cta-tile .tile-image {
  display: flex;
  height: 120px;
  text-align: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}

@media (max-width: 991px) {
  .cmp-cta-tile .tile-image {
    height: 100px;
  }
}

.cmp-cta-tile .tile-image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: cover;
}

.cmp-cta-tile .field-headline {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.cmp-cta-tile .field-body-copy {
  color: #445566;
}

.cmp-cta-tile .cmp-cta-tile-links {
  margin-top: auto;
}

.cmp-cta-tile .cmp-cta-tile-links .btn {
  margin-top: 1.875rem;
}

.cmp-cta-tile.button-mt-0 .cmp-cta-tile-links {
  margin-top: 0;
}

.cmp-cta-tile.justify-content-center > .component-content {
  justify-content: center;
}
