@keyframes pageHeroFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pageHeroFadeInFaded{0%{opacity:0}to{opacity:.6}}body:has(.page-hero) header.mainmenu{background-color:transparent!important;position:absolute;z-index:5}.page-hero{align-items:center;background-color:#edeae4;box-sizing:border-box;display:flex;min-height:100vh;min-height:100svh;overflow:hidden;padding-bottom:0;padding-top:0;position:relative}@media (max-width:767.98px){.page-hero{min-height:0;padding-bottom:100px;padding-top:180px}}.page-hero__gradient{background:linear-gradient(180deg,#10204e 2%,#203b7e 20%,#317da8 47%,#edeae4);height:100%;inset:0;pointer-events:none;position:absolute;width:100%}.page-hero .content-area{position:relative;z-index:2}.page-hero__title{color:#fff;font-family:Reckless Standard S-TRIAL,Georgia,serif;font-size:96px;font-weight:400;letter-spacing:-1.9px;line-height:110%;margin:0}@media (max-width:767.98px){.page-hero__title{font-size:44px;letter-spacing:-.9px}}.page-hero__word{-webkit-animation:pageHeroFadeIn 4s ease-out forwards;animation:pageHeroFadeIn 4s ease-out forwards;display:block;opacity:0}.page-hero__word:first-child{-webkit-animation-delay:.5s;animation-delay:.5s}.page-hero__word:last-child{-webkit-animation-delay:1s;animation-delay:1s}.page-hero__word--faded{-webkit-animation-name:pageHeroFadeInFaded;animation-name:pageHeroFadeInFaded}.page-hero__word+.page-hero__word{margin-top:-10px}@media (max-width:767.98px){.page-hero__word+.page-hero__word{margin-top:0}}