.homepage-banner{clip-path:polygon(0 0,100% 0,100% 85%,97% 100%,0 100%,0 0);background:linear-gradient(to top,#000 70%,#666 105%);display:flex;position:relative}
@media only screen and (max-width:768px){.homepage-banner{display:block;clip-path:polygon(0 0,100% 0,100% 93%,93% 100%,0 100%,0 0)}
}
.homepage-banner .homepage-banner__text{padding:40px 0 30px 40px;margin:12px 0 38px 0;flex:1}
@media only screen and (max-width:768px){.homepage-banner .homepage-banner__text{padding:12px 27px 35.5px 12px;margin:0}
}
.homepage-banner .homepage-banner__heading{color:#fff;margin-top:0;font-family:var(--font-transducer-bold);font-weight:var(--font-weight-700);font-size:36px;line-height:43.2px;margin-bottom:8px;max-width:534px}
@media only screen and (max-width:768px){.homepage-banner .homepage-banner__heading{font-size:24px;line-height:28.8px}
}
.homepage-banner .homepage-banner__subheading{font-family:var(--font-tstar-medium);font-weight:var(--font-weight-400);font-size:16px;line-height:22.4px;color:#fff;margin-bottom:42px;margin-top:0}
@media only screen and (max-width:768px){.homepage-banner .homepage-banner__subheading{font-size:14px;line-height:19.6px;margin-bottom:23.5px}
}
.homepage-banner .homepage-banner__btn-wrapper{margin:unset;text-align:unset}
@media only screen and (max-width:768px){.homepage-banner .homepage-banner__btn-wrapper{margin:0 auto;text-align:center}
}
.homepage-banner .homepage-banner__btn{font-family:var(--font-tstar-bold);color:#fff;background-color:red;font-size:16px;display:inline-block;line-height:16px;font-weight:var(--font-weight-700);border:0;padding:13px 38px;text-transform:uppercase;cursor:pointer;text-decoration:none}
@media only screen and (max-width:768px){.homepage-banner .homepage-banner__btn{line-height:22.4px;padding:9px 32px}
}
.homepage-banner .homepage-banner__btn:hover{color:#fff}
.homepage-banner .homepage-banner__img-container{padding:27px 0 0 0;flex:1}
@media only screen and (max-width:768px){.homepage-banner .homepage-banner__img-container{padding:0}
}
.homepage-banner .homepage-banner__image{width:100%;height:100%}