.hero-block{position:relative;display:block;text-decoration:none;width:100vw;max-width:100%;overflow:hidden;max-height:100vh}.hero-block__image,.hero-block__video{width:100%;height:100%;object-fit:cover;position:absolute}.hero-block__overlay{margin:0 auto;position:absolute;top:0;left:0;right:0;bottom:0;max-width:var(--layout-maxWidth);display:flex;flex-direction:column;padding:70px;pointer-events:none}.hero-block__overlay-item{padding:10px;display:none;max-height:100%;white-space:normal;pointer-events:auto}.hero-block__overlay-item h1{letter-spacing:-.3px;font-size:44px;margin:0;line-height:50px;font-family:var(--font-proxima-nova-semi-bold)}.hero-block__overlay-item h2{font-size:40px;margin:0;line-height:45px}.hero-block__overlay-item h3{font-size:30px;margin:0;line-height:30px}.hero-block__overlay-item p{font-size:16px;line-height:24px;font-family:var(--font-proxima-nova-semi-bold);letter-spacing:.9px;margin:8px 0}@media (max-width:767px){.hero-block__overlay{padding:35px 10px}.hero-block__overlay-item{padding:5px;width:100%}.hero-block__overlay-item--phone{display:block}.hero-block__overlay-item--phone-text-left{text-align:left}.hero-block__overlay-item--phone-text-center{text-align:center}.hero-block__overlay-item--phone-text-right{text-align:right}}@media (min-width:768px){.hero-block__overlay-item--desktop{display:block}.hero-block__overlay-item--desktop-text-left{text-align:left}.hero-block__overlay-item--desktop-text-center{text-align:center}.hero-block__overlay-item--desktop-text-right{text-align:right}}.hero-block__overlay--top{align-items:center;justify-content:flex-start}.hero-block__overlay--topleft{align-items:flex-start;justify-content:flex-start}.hero-block__overlay--topright{align-items:flex-end;justify-content:flex-start}.hero-block__overlay--left{align-items:flex-start;justify-content:center}.hero-block__overlay--right{align-items:flex-end;justify-content:center}.hero-block__overlay--center{align-items:center;justify-content:center}.hero-block__overlay--bottom{align-items:center;justify-content:flex-end}.hero-block__overlay--bottomleft{align-items:flex-start;justify-content:flex-end}.hero-block__overlay--bottomright{align-items:flex-end;justify-content:flex-end}