@font-face {
  font-family: "Adelphi PE VF All";
  src: url("/themes/custom/sportea_theme/build/assets/fonts/AdelphiPEVFWeb-All.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelphi PE VF All";
  src: url("/themes/custom/sportea_theme/build/assets/fonts/AdelphiPEDisplayWeb-Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelphi PE VF All";
  src: url("/themes/custom/sportea_theme/build/assets/fonts/AdelphiPEDisplayWeb-Me.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelphi PE VF All";
  src: url("/themes/custom/sportea_theme/build/assets/fonts/AdelphiPEDisplayWeb-Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelphi PE VF All";
  src: url("/themes/custom/sportea_theme/build/assets/fonts/AdelphiPEDisplayWeb-Eb.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adelphi PE VF All";
  src: url("/themes/custom/sportea_theme/build/assets/fonts/AdelphiPEDisplayWeb-LtIt.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.paragraph--testimony {
  position: relative;
  padding: 0;
  margin: 0;
  background: #fff;
}
@media (max-width: 768px) {
  .paragraph--testimony {
    padding: 3rem 0;
  }
}
@media (max-width: 640px) {
  .paragraph--testimony {
    padding: 2rem 0;
  }
}

.paragraph-testimony__container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 6rem 2rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .paragraph-testimony__container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 640px) {
  .paragraph-testimony__container {
    padding: 0 1rem;
  }
}

.paragraph-testimony__shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  transform: scale(0.8);
}
@media (max-width: 768px) {
  .paragraph-testimony__shape {
    display: none;
  }
}

.paragraph-testimony__shape--top-left {
  top: 59px;
  left: 111px;
  transform-origin: top left;
}

.paragraph-testimony__shape--top-right {
  top: 0;
  right: 0;
  transform-origin: top right;
}

.paragraph-testimony__shape--bottom-left {
  bottom: 101px;
  left: 285px;
  transform-origin: bottom left;
}

.paragraph-testimony__shape--bottom-right {
  bottom: 106px;
  right: 43px;
  transform-origin: bottom right;
}
@media (max-width: 768px) {
  .paragraph-testimony__shape--bottom-right {
    display: block;
    opacity: 0.2;
  }
}

.paragraph-testimony__content {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  z-index: 20;
}

.paragraph-testimony__quote {
  font-size: 25px;
  line-height: 130%;
  color: #1f2937;
  font-weight: 300;
  font-style: italic;
  width: 50%;
  margin: 2rem auto;
}
.paragraph-testimony__quote p {
  margin: 0 0 1rem 0;
}
.paragraph-testimony__quote p:last-child {
  margin-bottom: 0;
}
.paragraph-testimony__quote p:before {
  content: '"';
}
.paragraph-testimony__quote p:after {
  content: '"';
}
.paragraph-testimony__quote .field__item {
  margin: 0;
}
@media (max-width: 768px) {
  .paragraph-testimony__quote {
    margin-bottom: 1.5rem;
  }
}

.paragraph-testimony__name {
  font-family: "Adelphi PE VF All", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}
.paragraph-testimony__name .field__item {
  margin: 0;
}

.paragraph-testimony__role {
  font-size: 12px;
  line-height: 100%;
  color: #6b7280;
  margin-bottom: 2rem;
  font-weight: 400;
}
.paragraph-testimony__role .field__item {
  margin: 0;
}
@media (max-width: 768px) {
  .paragraph-testimony__role {
    margin-bottom: 1.5rem;
  }
}

.paragraph-testimony__cta .field__item {
  margin: 0;
}
.paragraph-testimony__cta a {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background: #0073ff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  border-radius: 30px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.paragraph-testimony__cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  background: rgb(0, 103.5, 229.5);
}
@media (max-width: 640px) {
  .paragraph-testimony__cta a {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

.paragraph--testimony .field__label {
  display: none;
}
.paragraph--testimony .field {
  margin: 0;
}
.paragraph--testimony .field__item {
  margin: 0;
}

/*# sourceMappingURL=testimony.css.map*/