@media screen and (width < 60rem) {
  .three-cards {
    padding-bottom: 2.063rem;
    overflow: visible !important;
  }
}
@media screen and (width < 71.25rem) {
  .three-cards--container {
    grid-column: full-width !important;
  }
}
@media screen and (width >= 71.25rem) {
  .three-cards--container {
    border-radius: 0.75rem;
  }
}
.three-cards a {
  text-decoration: none;
  color: var(--White);
}
.three-cards a:hover {
  text-decoration: none;
}
@media screen and (width >= 71.25rem) {
  .three-cards--row1 {
    display: flex;
  }
}
@media screen and (width >= 71.25rem) {
  .three-cards--img {
    border-top-left-radius: 0.75rem;
  }
}
.three-cards--row1col1 {
  max-width: 100%;
  height: auto;
}
@media screen and (width < 60rem) {
  .three-cards--row1col1 img {
    max-height: 320px;
  }
}
.three-cards--row1col1, .three-cards--row1col2 {
  position: relative;
}
@media screen and (width >= 71.25rem) {
  .three-cards--row1col1, .three-cards--row1col2 {
    width: 50%;
  }
}
.three-cards--row1col2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(var(--Pale-Periwinkle-rgb), 0.15);
  position: relative;
}
.three-cards--row1col2-text {
  padding: 4.75rem 1.25rem 30%;
  display: flex;
  flex-direction: column;
  gap: 0.938rem;
  transform: translateY(-1.25rem);
  position: relative;
  z-index: 1;
}
@media screen and (width >= 71.25rem) {
  .three-cards--row1col2-text {
    padding-top: 30%;
    padding-left: clamp(2.5rem, -20rem + 30vw, 6.25rem);
    padding-right: clamp(1.25rem, -21.25rem + 30vw, 5rem);
  }
}
.three-cards--row1col2 svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.three-cards--info-card {
  position: absolute;
  z-index: 2;
  box-shadow: 9px 9px 24px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (width < 71.25rem) {
  .three-cards--info-card {
    right: -50px;
    top: -80px;
  }
}
@media screen and (width < 48rem) {
  .three-cards--info-card {
    right: -115px;
    scale: 0.8;
  }
}
@media screen and (width >= 60rem) {
  .three-cards--info-card {
    right: clamp(-3.125rem, 10rem - 15vw, -1.25rem);
    top: 40%;
    transform: translateY(-50%);
    box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.15);
  }
}
.three-cards--cards {
  display: flex;
}
@media screen and (width < 60rem) {
  .three-cards--cards.splide {
    transform: translateY(2.063rem);
  }
}
.three-cards--cards.splide.is-initialized:not(.is-active) {
  visibility: visible !important;
}
.three-cards--cards.splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}
.three-cards--card {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s ease-out;
}
@media screen and (width < 60rem) {
  .three-cards--card {
    background-color: var(--Medium-Indigo);
    color: var(--White);
    border-radius: 0.5rem;
  }
}
@media screen and (width >= 60rem) {
  .three-cards--card {
    width: 33.3333%;
  }
}
.three-cards--card * {
  transition: 0.3s ease-out;
}
@media screen and (width >= 60rem) {
  .three-cards--card:not(:last-child) {
    border-right: 1px solid rgba(var(--Pale-Periwinkle-rgb), 0.15);
  }
}
.three-cards--card-icon {
  position: relative;
  margin-bottom: 1.25rem;
  height: 3.125rem;
}
@media screen and (width >= 60rem) {
  .three-cards--card-icon {
    height: 3.75rem;
  }
}
.three-cards--card-icon > * {
  position: absolute;
  width: auto;
  height: 100%;
}
@media screen and (width < 60rem) {
  .three-cards--card-icon-img {
    opacity: 0;
  }
}
@media screen and (width >= 60rem) {
  .three-cards--card-icon-img-hover {
    opacity: 0;
  }
}
@media screen and (width >= 60rem) {
  .three-cards--card-body {
    margin-right: 4.625rem;
  }
}
.three-cards--card-title {
  font-size: clamp(1.375rem, -0.1635rem + 2.4038vw, 2rem);
}
@media screen and (width >= 60rem) {
  .three-cards--card-title {
    opacity: 0;
  }
}
.three-cards--card-content {
  font-size: 0.875rem;
}
@media screen and (width >= 60rem) {
  .three-cards--card-content {
    opacity: 0;
    font-size: 1rem;
    transition: opacity 0.2s ease-out 0.1s;
  }
}
.three-cards--card-arrow {
  position: absolute;
  transform: rotate(-45deg);
  width: 1.125rem;
  height: 1.125rem;
  top: 2.5rem;
  right: 2.5rem;
}
.three-cards--card-arrow path {
  stroke: var(--Indigo);
}
@media screen and (width >= 60rem) {
  .three-cards--card-arrow {
    top: auto;
    right: 2rem;
    bottom: 3rem;
  }
  .three-cards--card-arrow path {
    stroke: var(--Medium-Indigo);
  }
}
@media screen and (width >= 60rem) {
  .three-cards--card:hover {
    background-color: var(--Medium-Indigo);
    border-color: rgba(var(--Medium-Indigo-rgb), 0.15);
  }
  .three-cards--card:hover .three-cards--card-icon-img {
    opacity: 0;
  }
  .three-cards--card:hover .three-cards--card-icon-img-hover {
    opacity: 1;
  }
  .three-cards--card:hover .three-cards--card-title {
    transform: translateY(0) !important;
  }
  .three-cards--card:hover .three-cards--card-content {
    opacity: 1;
  }
  .three-cards--card:hover .three-cards--card-arrow {
    transform: rotate(0);
  }
  .three-cards--card:hover .three-cards--card-arrow path {
    stroke: var(--White);
  }
}
