@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;600;700;800&display=swap");:root{--white:#fff;--font:"proxima-nova","Figtree",sans-serif}.srcfcu-hero{align-items:center;display:flex;justify-content:center;min-height:400px;overflow:hidden;position:relative;width:100%}.srcfcu-hero__image-wrap{height:100%;inset:0;position:absolute;width:100%}.srcfcu-hero__image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.srcfcu-hero__overlay{height:100%;inset:0;pointer-events:none;position:absolute;width:100%;z-index:1}.srcfcu-hero__content{max-width:1000px;padding:80px 100px;position:relative;text-align:center;z-index:2}.srcfcu-hero__h1{font-size:56px;font-weight:800;line-height:1.15;margin:0 0 16px;text-shadow:0 2px 12px rgba(0,0,0,.25)}.srcfcu-hero__h1,.srcfcu-hero__h3{color:var(--white);font-family:var(--font)}.srcfcu-hero__h3{font-size:26px;font-weight:400;line-height:1.4;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.2)}.srcfcu-hero__cta{background-color:var(--red,#c6242f);border-radius:4px;color:#fff!important;display:inline-block;font-family:var(--font);font-size:18px;font-weight:700;letter-spacing:.06em;margin-top:28px;padding:16px 40px;text-decoration:none;text-transform:uppercase;transition:background-color .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1)}.srcfcu-hero__cta:hover{background-color:#a81e28;transform:translateY(-2px)}@media (max-width:768px){.srcfcu-hero{min-height:280px}.srcfcu-hero__content{padding:60px 32px}.srcfcu-hero__h1{font-size:36px}.srcfcu-hero__h3{font-size:20px}}