section.hero-space{position:relative;background-color:var(--web-white)}section.hero-space .hero-space__image{background-size:cover;background-position:center center;background-repeat:no-repeat;height:500px}section.hero-space .hero-space-mobile-image{display:none}section.hero-space .hero-space-overlay{background:linear-gradient(to right,rgba(var(--web-black-rgb),.6) 0,transparent 80%,transparent 100%);height:100%;width:100%}section.hero-space .hero-space__card{color:var(--primary);display:flex;flex-direction:column;align-items:start;justify-content:center;height:500px;padding-bottom:3rem}section.hero-space .hero-space__card p.lead{font-size:var(--banner-text-font-size)}section.hero-space .hero-space__card .btn{margin-right:1rem}section.hero-space .scroll-to-explore{position:absolute;bottom:0;z-index:1;display:inline-block;text-align:center;left:0;right:0}section.hero-space .scroll-to-explore a{color:var(--web-white);text-decoration:none;display:inline-block}section.hero-space .scroll-to-explore .scroll-icon{display:block;margin-left:auto;margin-right:auto}@media (max-width:1399.98px){section.hero-space .hero-space__image{height:auto;background:0 0!important}section.hero-space .hero-space-mobile-image{display:inline-block!important}section.hero-space .hero-space-mobile-image img{height:auto;border-bottom-left-radius:0;border-bottom-right-radius:0}section.hero-space .hero-space-overlay{background:var(--web-black)}section.hero-space .hero-space-overlay .container{background-color:var(--web-black);border-bottom-left-radius:var(--border-radius-size);border-bottom-right-radius:var(--border-radius-size)}section.hero-space .hero-space__card{height:auto;padding-top:1rem;padding-bottom:1rem}section.hero-space .hero-space__card p.lead{font-size:var(--lead-font-size)}}@media (max-width:991.98px){section.hero-space .scroll-to-explore{display:none}}