/*! HEADER STYLES */.header_header_container__9mfYC{height:80vh}.header_header_parallax__fe2nh{height:100%;width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;background-attachment:fixed}.header_header_opacity__jg4wB{height:100%;width:100%;background-color:#0007;display:flex;flex-direction:column;justify-content:center;align-items:center}.header_header_title__YX15i{font-size:3rem;color:#fff;text-align:center;text-transform:capitalize;max-width:90vw;margin-bottom:5px}.header_slogan_wrapper__gQyLj{color:#fff;display:flex;justify-content:space-between;max-width:90vw}.header_border_effect__WKIob{display:inline-block;position:relative;cursor:default}.header_border_effect__WKIob:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:5px;bottom:0;left:0;background-color:#fb2056;transform-origin:bottom right;transition:transform .25s ease-out}.header_border_effect__WKIob:hover:after{transform:scaleX(1);transform-origin:bottom left}@media (max-width:800px){.header_slogan_wrapper__gQyLj{flex-direction:column;align-items:center}.header_header_title__YX15i{font-size:1.5rem}.header_slogan_wrapper__gQyLj h2{font-size:1rem}}