.hero_section{align-items:center;display:flex;min-height:480px;overflow:hidden;position:relative;width:100%}.hero_section .hero_section_content{max-width:824px}.hero_section .hero_section_heading{color:#fff;font-weight:700;line-height:1}.hero_section .hero_section_heading_accent{color:var(--accent_secondary_color);display:block;font-weight:400}.hero_section .hero_section_subtext p{color:#fff;font-size:24px;margin:0}.hero_section .hero_section_subtext{margin:40px 0 32px}.hero_section .hero_section_cta{background:var(--accent_secondary_color);border-radius:50px;color:#fff;display:inline-block;font-family:var(--secondary_font);font-size:24px;font-weight:600;line-height:normal;padding:21px 30px;text-decoration:none;transition:background .25s ease,transform .2s ease,box-shadow .25s ease}.hero_section .hero_section_cta:hover{background:var(--accent_tertiary_color);color:#fff;text-decoration:none;transform:translateY(-2px)}@media (max-width:991px){.hero_section .hero_section_subtext p{font-size:18px}.hero_section{min-height:auto}.hero_section .hero_section_cta{font-size:18px;padding:15px 20px}.hero_section .hero_section_subtext{margin:16px 0 25px}.hero_section .hero_section_content{max-width:100%}}