/* About hero (from Next.js heroSection.module.css) */
.about-hero.heroSection{position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;padding-bottom: 120px;gap: 72px;border-radius: 0 0 64px 64px;overflow: hidden;background: linear-gradient( 95deg, rgba(52, 148, 253, 0.04) 30%, rgba(243, 127, 84, 0.05) 80% ), #ffffff;}
.about-hero .ellipseDivBlue{width: 50%;height: 110px;position: absolute;bottom: -10px;left: 5%;filter: blur(60px);border-radius: 50%;background-color: #3495ff;z-index: 0;pointer-events: none;}
.about-hero .ellipseDivOrange{width: 50%;height: 110px;position: absolute;bottom: -10px;right: 5%;filter: blur(60px);border-radius: 50%;background-color: #f37f54;z-index: 0;pointer-events: none;}
.about-hero .ellipseDivLightOrange{width: 20%;height: 150px;position: absolute;bottom: -10px;right: 50%;filter: blur(60px);border-radius: 50%;background-color: #f8d194;z-index: 0;pointer-events: none;}
.about-hero .wrapper{position: relative;z-index: 1;text-align: center;max-width: 1068px;margin-inline: auto;padding: 0 64px;}
.about-hero .aboutEyebrow{display: none;}
.about-hero .heading{font-family: "P22 Mackinac Pro", serif;font-size: 100px;font-weight: 500;line-height: 95%;letter-spacing: -4px;color: #333f5b;margin: revert-layer;margin-bottom: 24px;}
.about-hero .subtext{font-family: "Avenir Next";font-size: 20px;font-weight: 500;line-height: 150%;letter-spacing: -0.6px;color: #6d717b;max-width: 480px;margin: 0 auto;}

@media (max-width: 1024px) {
  .about-hero .heading{font-size: 64px;line-height: 100%;max-width: 760px;}
  .about-hero .subtext{font-size: 18px;}
  .about-hero .aboutEyebrow{margin-top: 20px;display: block;}
}
@media (max-width: 768px) {
  .about-hero.heroSection{padding-bottom: 80px;gap: 40px;}
  .about-hero .heading{font-size: 42px;letter-spacing: -2px;max-width: 480px;}
  .about-hero .subtext{font-size: 16px;line-height: 150%;}
  .about-hero .ellipseDivBlue{left: 0;}
  .about-hero .ellipseDivOrange{right: 0;}
  .about-hero .wrapper{padding: 0 38px;}
}