.hero-category .component{overflow:hidden;background-color:#fff;color:#fff;align-content:center}
.hero-category .component__background{display:flex;height:500px;position:relative;width:100%;background-color:#003652;align-content:center}
@media screen and (max-width:767px){.hero-category .component__background{height:710px}
}
@media screen and (min-width:768px) and (max-width:1023px){.hero-category .component__background{height:900px}
}
@media screen and (min-width:1024px){.hero-category .component__background{height:750px}
}
@media screen and (min-width:1024px){.hero-category .component__background{overflow:hidden}
}
.hero-category .component__wrapper{height:100%;width:100%}
@media screen and (min-width:1024px){.hero-category .component__wrapper{align-content:center;overflow:hidden}
}
.hero-category .component__overlay{position:absolute;z-index:1;inset:0;width:100%;height:100%;pointer-events:none}
@media screen and (min-width:1024px){.hero-category .component__overlay{overflow:hidden;display:block}
}
.hero-category .component__overlay--dark .overlay-path{fill:#000;fill-opacity:.54}
.hero-category .component__overlay--light .overlay-path{fill:#fff;fill-opacity:.61}
.hero-category .component__overlay--light .component__eyebrow,.hero-category .component__overlay--light .component__title,.hero-category .component__overlay--light .component__copy{color:#003652}
.hero-category .component__container{align-content:center;position:relative;z-index:2}
@media screen and (max-width:1023px){.hero-category .component__container{padding-top:80px;align-content:flex-start}
}
@media screen and (max-width:767px){.hero-category .component__container{padding-top:64px}
}
.hero-category .component__content{padding-left:0}
.hero-category .component__text-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}
.hero-category .component__eyebrow{padding-right:16px}
.hero-category .component__text-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px}
@media screen and (max-width:1023px){.hero-category .component__text-wrapper,.hero-category .component__title .header-h2,.hero-category .component__text-content{justify-content:center;align-items:center;text-align:center}
}
.hero-category .component__title h1,.hero-category .component__title h2,.hero-category .component__copy p{margin-bottom:0}
.hero-category .component__contact-link a:hover{color:#fff}
@media(max-width:340px){.hero-category .component .d-xxs-inline{display:inline !important}
.hero-category .component .d-xxs-none{display:none !important}
}
@media screen and (min-width:1024px){body[dir="rtl"] .hero-category .component__overlay{transform:scaleX(-1)}
}
body[dir="rtl"] .hero-category .component__eyebrow{padding-right:initial;padding-left:16px}
body[dir="rtl"] .hero-category .component__content{padding-left:initial;padding-right:0}