@charset "UTF-8";
/*
    - Name: "landing.scss"
    - Description: "Add custom styles to Landing view mode Full"
*/
/* 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");
}
.node__testimonial--full {
  max-width: 960px;
  margin: var(--spacing-lg) auto;
  color: var(--text);
}
@media (min-width: 768px) {
  .node__testimonial--full {
    margin: var(--spacing-xl) auto;
  }
}

.group__profile {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
}
@media (min-width: 480px) {
  .group__profile {
    flex-wrap: inherit;
  }
}
@media (min-width: 768px) {
  .group__profile {
    gap: var(--spacing-mdx);
  }
}
.group__profile .field[data-blazy] {
  min-width: auto;
}
.group__profile__name {
  display: flex;
  gap: var(--spacing-sm);
  flex-direction: column;
  flex-wrap: wrap;
}
.group__profile .field--name-field-job-position {
  margin-top: var(--spacing-xs);
  color: var(--text);
  font-family: var(--regular);
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.field--name-field-testimony {
  position: relative;
  margin: var(--spacing-lg) 0 var(--spacing-sm);
  font-family: var(--semi);
  font-size: 1.5rem;
  line-height: 2rem;
}
.field--name-field-testimony::after {
  content: "“";
  position: absolute;
  top: 0;
  right: 10px;
  color: var(--primary-color);
  font-size: 7.5rem;
  opacity: 0.15;
}
@media (min-width: 768px) {
  .field--name-field-testimony::after {
    font-size: 11.25rem;
  }
}
/*# sourceMappingURL=testimonial.css.map */
