.animate-fade-in{opacity:0;animation:fadeIn 1s ease forwards}.animate-slide-up{opacity:0;animation:slideUp .8s ease forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero_section_wrap{position:relative;min-height:760px;padding-top:160px;background-repeat:no-repeat;background-position:50%;background-size:cover}.hero_section_wrap .inner-wrap{width:92%}.hero_section_wrap .subtitle{margin-bottom:1rem;font-size:25px;font-weight:300;line-height:1.25;text-transform:uppercase}@media(max-width:767.9px){.hero_section_wrap .subtitle{font-size:16px}}.hero_section_wrap .title{margin-bottom:1em;font-size:45px;font-weight:500;line-height:1.25}@media(max-width:767.9px){.hero_section_wrap .title{font-size:30px}}.hero_section_wrap .description{color:#fff 90%;font-size:20px;font-weight:300;line-height:1.55}@media(max-width:767.9px){.hero_section_wrap .description{font-size:15px}}.hero_section_wrap .button-wrap{margin-top:3em}.bg-home{background-image:url(/assets/img/bg_visual_home.png)}.bg-about{background-image:url(/assets/img/bg_visual_about.png)}.bg-organization{background-image:url(/assets/img/bg_visual_organization.png)}.bg-consultant{background-image:url(/assets/img/bg_visual_consultant.png)}.bg-program{background-image:url(/assets/img/bg_visual_program.png)}