.bannerHomeHero{position:relative;padding:20px 20px 0px; min-height: 240px; display: flex;flex-direction: column; justify-content: space-around;}

.bannerHomeBackground{position:absolute;inset:20px 20px 0px;border-radius:30px;overflow:hidden;}
.bannerHomeBackground picture{display:block;width:100%;height:100%;}
.bannerHomeBackground img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}

.bannerHomeBackground .overlay { position: absolute; inset: 0; }
.bannerHomeBackground .overlay:before {content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1.0) 100%);}

.bannerHomeBody{position:relative; }

.bannerHomeContent{max-width:800px;margin:0 auto;text-align:center;padding:80px 20px 80px;}
.bannerHomeContent h2{color:var(--light-font-color);font-weight:600; font-size: 32px;}
.bannerHomeContent h2:not(:last-child) { padding-bottom:20px; }
.bannerHomeContent p{color:var(--light-font-color);text-align:center;opacity:.9; font-size: 16px;}
.bannerHomeContent p:last-child{ padding-bottom:0;}

.bannerHomeButtons{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:35px;}

.bannerHomeBtn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:100px;font-size:var(--fs-16);font-family:var(--accent-font);font-weight:400;border:1px solid var(--light-font-color);transition:0.3s;}
.bannerHomeBtn i{font-size:16px;transition:0.3s;}

.bannerHomeBtn-outline{background:transparent;color:var(--light-font-color);}
.bannerHomeBtn-outline:hover{background:var(--light-font-color);color:var(--head-font-color);}

.bannerHomeBtn-primary{background:var(--light-font-color);color:var(--head-font-color);}
.bannerHomeBtn-primary:hover{background:transparent;color:var(--light-font-color);}

.bannerHomeExtras{position:relative;z-index:2;padding:0 0 50px;}
.bannerHomeExtras ul{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:40px;list-style:none;margin:0;padding:0;}
.bannerHomeExtras li{display:flex;align-items:center;gap:12px;color:var(--light-font-color);font-size:var(--fs-14);font-weight:600;text-transform:uppercase;letter-spacing:0.05em;}
.bannerHomeExtraIcon{width:22px;height:22px;flex-shrink:0;object-fit:contain;}
svg.bannerHomeExtraIcon,
svg.bannerHomeExtraIcon *{fill:var(--light-font-color);}

@media(max-width:767.98px){
	.bannerHomeContent{padding:120px 15px 60px;}
	.bannerHomeContent br { display: none; }
	.bannerHomeExtras ul{gap:20px 30px;}
	.bannerHomeButtons{gap:12px;}
}
@media(min-width:414px){ .bannerHomeHero{min-height: 360px;} }
@media(min-width:568px){ .bannerHomeHero{min-height: 480px;} .bannerHomeContent h2 { font-size: 42px; }.bannerHomeContent p { font-size: 16px; } }
@media(min-width:768px){ .bannerHomeHero{min-height: 600px;}  }
@media(min-width:992px){ .bannerHomeHero{min-height: 720px;} .bannerHomeContent h2 { font-size: 52px; } .bannerHomeContent p { font-size: 21px; } }
@media(min-width:1200px){ .bannerHomeHero{min-height: 840px; padding-top:0;} .bannerHomeBackground{top:0;} .bannerHomeBody { padding-top: var(--headerHeight); } }
@media(min-width:1600px){ .bannerHomeHero{min-height: 960px;} .bannerHomeContent h2 { font-size: 72px; } .bannerHomeContent p { font-size: 24px; } }
@media(min-width:2200px){ .bannerHomeHero{min-height: 1080px;} }
