.video{padding:8rem 0}@media screen and (max-width:767px){.video{padding:4rem 0}}.video--bg-white{background:var(--white)}.video__inner{margin:0 auto;max-width:73.6rem}.video__head{margin:0 0 4rem;text-align:center}.video__head h2{color:var(--orange);font:700 3.2rem/1 var(--headingfont);margin:0 0 1.6rem}@media screen and (max-width:767px){.video__head h2{font-size:2rem}}.video__head p{color:var(--green);margin:0 0 1.6rem}.video__head p:last-child{margin-bottom:0}.video__main{border-radius:.48rem;overflow:hidden;position:relative}.video__main img{display:block;height:auto;width:100%}.video__link{display:block;position:relative;text-decoration:none}.video__link:hover .video__play{opacity:1}.video__play{height:8rem;left:50%;opacity:.6;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .4s;width:8rem}.video__play svg{display:block;height:100%;width:100%}