.c-page-header {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  background-color: #FCF8FB;
  position: relative;
}
@media (min-width: 992px) {
  .c-page-header {
    margin-bottom: 72px;
    margin-bottom: 4.5rem;
  }
}
.c-page-header__content {
  padding: 108px 0px 24px 0px;
  padding: 6.75rem 0 1.5rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .c-page-header__content {
    padding: 24px 0px;
    padding: 1.5rem 0;
    min-height: 400px;
  }
}
.c-page-header__hyper-title {
  color: #00A651;
}
.c-page-header__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 33px;
  line-height: 2.0625rem;
  margin: 6px 0px 12px 0px;
  margin: 0.375rem 0 0.75rem 0;
  font-weight: 600;
  color: #1C1C1C;
  max-width: 500px;
}
@media (min-width: 992px) {
  .c-page-header__title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 74px;
    line-height: 4.625rem;
    max-width: unset;
  }
}
.c-page-header__title svg {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  width: 24px;
  height: 16px;
}
@media (min-width: 992px) {
  .c-page-header__title svg {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    width: 51px;
    height: 38px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(91, 64, 153);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(91, 64, 153);
  }
}
.c-page-header .svg-page-header-1 {
  -webkit-animation: animate-svg-fill-1 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s both;
  animation: animate-svg-fill-1 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s both;
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(156, 36, 138);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(156, 36, 138);
  }
}
.c-page-header .svg-page-header-2 {
  -webkit-animation: animate-svg-fill-2 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s both;
  animation: animate-svg-fill-2 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s both;
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(91, 64, 153);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(91, 64, 153);
  }
}
.c-page-header .svg-page-header-3 {
  -webkit-animation: animate-svg-fill-3 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s both;
  animation: animate-svg-fill-3 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s both;
}
