.SubpageItem {
  background: #fff;
  color: var(--colorText);
  border-top: 12px solid var(--colorBrandSecondary);
  flex: 1;
  text-align: center;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.SubpageItem-frame {
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 100%;
}

.SubpageItem-icon {
  margin-bottom: clamp(1rem, 3vw, 1.9rem);
}

.SubpageItem-title {
  margin-bottom: 1rem;
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  line-height: clamp(1.5rem, 2.5vw, 1.7rem);
}

.SubpageItem-text {
  padding-bottom: clamp(1.5rem, 2vw, 2rem);
  margin-bottom: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.3;
}

.SubpageItem-btn {
  margin-top: auto;
  position: relative;
}

.SubpageItem-btn::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--colorOutlines);
  inset: calc(-1 * clamp(1.5rem, 2vw, 2rem)) 0 auto 0;
}

.SubpageItem-btn:is([target="_blank"]) {
  position: relative;
}

.SubpageItem-btn:is([target="_blank"])::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3Cpath d='M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease-in-out;
}

/*# sourceMappingURL=subpage-item.min.css.map */
