@charset "UTF-8";
/* Card testimony Component */
/* Media query breakpoints */
@font-face {
  font-display: swap;
  font-family: "Alaska Light";
  font-style: normal;
  font-weight: 300;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-Light.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Alaska Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-Regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Alaska Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-Medium.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Alaska Semibold";
  font-style: normal;
  font-weight: 600;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-SemiBold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: "Alaska Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/alphega_theme/assets/fonts/alaska/Alaska-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/themes/custom/alphega_theme/assets/fonts/icomoon/icomoon.tff") format("tff"), url("/themes/custom/alphega_theme/assets/fonts/icomoon/icomoon.eot?") format("eot"), url("/themes/custom/alphega_theme/assets/fonts/icomoon/icomoon.woff") format("woff");
}
.c-card-testimony {
  position: relative;
  height: 100%;
}
.c-card-testimony::before {
  content: "“";
  position: absolute;
  top: -4px;
  right: 10px;
  color: var(--icon-color);
  font-size: 11.25rem;
  opacity: 0.15;
}
.c-card-testimony:hover .c-card-testimony__testimony p {
  text-decoration: underline;
}
.c-card-testimony:hover .c-card-testimony__name .item {
  text-decoration: underline;
}
.c-card-testimony__content {
  height: 100%;
  display: flex;
  padding: var(--spacing-smx);
  gap: var(--spacing-sm);
  flex-direction: column;
  flex-wrap: wrap;
  font-family: var(--regular);
  color: var(--text);
}
.c-card-testimony__testimony p {
  margin-bottom: 0;
  font-family: var(--semi);
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.c-card-testimony__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}
.c-card-testimony__profile {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .c-card-testimony__profile {
    flex-wrap: inherit;
  }
}
.c-card-testimony__profile p {
  margin: 0;
  font-family: var(--regular);
  font-size: 1rem;
  line-height: 1.5rem;
}
.c-card-testimony__profile img {
  border-radius: 50%;
}
.c-card-testimony__name p {
  font-family: var(--semi);
}
.c-card-testimony a {
  font-size: 0;
}

.c-card-testimony__profile {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}
/*# sourceMappingURL=card-testimony.css.map */
