.cmp-hero-video{position:relative;margin-bottom:100px}
.cmp-hero-video__container{position:relative;display:grid;grid-gap:0 3.125rem;grid-gap:0 var(--grid-gap);grid-template-columns:calc(max(50px, (100vw - 0px - 1340px) * .5) - 3.125rem) repeat(12,1fr) calc(max(50px, (100vw - 0px - 1340px) * .5) - 3.125rem);grid-template-columns:calc(var(--site-margin) - var(--grid-gap)) repeat(12,1fr) calc(var(--site-margin) - var(--grid-gap))}
.cmp-hero-video__video{aspect-ratio:16/9;width:100%;height:100%;max-height:710px;object-fit:cover;position:absolute}
.cmp-hero-video__content{padding:100px 0;grid-area:1 / 3 / span 1 / span 10;position:relative;z-index:2;min-height:550px;display:flex;flex-direction:column;justify-content:center}
.cmp-hero-video__title{color:#fff;font-family:"Roboto Condensed",Helvetica,sans-serif;font-weight:500;font-size:90px;line-height:normal;margin:0 0 10px}
.cmp-hero-video__content,.cmp-hero-video__content h2,.cmp-hero-video__content h3,.cmp-hero-video__content h4,.cmp-hero-video__content p{color:#fff;font-size:18px;font-weight:400}
.text-black .cmp-hero-video__title,.text-black .cmp-hero-video__content,.text-black .cmp-hero-video__content h2,.text-black .cmp-hero-video__content h3,.text-black .cmp-hero-video__content h4,.text-black .cmp-hero-video__content p{color:#232222}
.text-gray .cmp-hero-video__title,.text-gray .cmp-hero-video__content,.text-gray .cmp-hero-video__content h2,.text-gray .cmp-hero-video__content h3,.text-gray .cmp-hero-video__content h4,.text-gray .cmp-hero-video__content p{color:#545860}
.text-green .cmp-hero-video__title,.text-green .cmp-hero-video__content,.text-green .cmp-hero-video__content h2,.text-green .cmp-hero-video__content h3,.text-green .cmp-hero-video__content h4,.text-green .cmp-hero-video__content p{color:#7ab800;background:-webkit-radial-gradient(circle,#7ab800 0,#006443 300%);background-position:-300px -80px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone}
.cmp-hero-video__control{position:absolute;bottom:40px;right:40px;border:0;border-radius:50%;width:48px;height:48px;font-size:18px;cursor:pointer;z-index:10;background-color:transparent}
.cmp-hero-video__control:hover{background-color:#fff}
.cmp-hero-video__control:hover svg rect{stroke:#7ab800}
.cmp-hero-video__control:hover svg path{stroke:#7ab800}
.hidden{display:none}
@media(max-width:1150px){.cmp-hero-video__content{grid-area:1 / 2 / span 1 / span 12;min-height:490px}
.cmp-hero-video__title{font-size:50px}
}
@media(max-width:750px){.cmp-hero-video{margin-bottom:80px}
.cmp-hero-video__content{min-height:360px}
.cmp-hero-video__content br{display:none}
.cmp-hero-video__control{bottom:20px;right:20px}
}