.video-banner{position:relative}.video-banner__wrapper--is-mobile .video-banner__embed-wrapper,.video-banner__wrapper--is-mobile .video-banner__overlay{padding-bottom:100%;height:0}.video-banner__controls{position:absolute;width:100%;top:0;bottom:0;z-index:3;cursor:pointer}.video-banner__text-wrapper{box-sizing:border-box;color:var(--color-white);text-align:center;position:absolute;top:50%;transform:translateY(-50%);width:100%;padding:var(--element-spacing)}@media screen and (min-width:768px){.video-banner__text-wrapper{text-align:left;top:50%;transform:translateY(-50%);width:auto;padding-left:calc(var(--element-spacing)*3)}}@media screen and (min-width:1024px){.video-banner__text-wrapper{padding-left:calc(var(--element-spacing)*5)}}@media screen and (min-width:1200px){.video-banner__text-wrapper{padding-left:calc(var(--element-spacing)*7)}}.video-banner__text-wrapper-heading{font-size:2rem;letter-spacing:.125rem;margin:0}@media screen and (min-width:480px){.video-banner__text-wrapper-heading{font-size:2.5rem}}@media screen and (min-width:1024px){.video-banner__text-wrapper-heading{font-size:3rem}}.video-banner__text-wrapper-paragraph{margin:0}@media screen and (min-width:1024px){.video-banner__text-wrapper-paragraph{font-size:1.125rem}}.video-banner__text-wrapper-button{margin-top:calc(var(--element-spacing)*1.5)}@media screen and (min-width:768px){.video-banner__text-wrapper-button{margin-top:calc(var(--element-spacing)*2)}}.video-banner__play-button{background-color:initial;color:var(--color-white);border:none}@media screen and (min-width:768px){.video-banner__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.video-banner__play-button:focus{outline:none}.video-banner__play-button--is-mobile{display:block;width:auto;margin:var(--element-spacing) auto 0}@media screen and (min-width:768px){.video-banner__play-button--is-mobile{display:none}}.is-video-loading .video-banner__play-button .icon{animation-name:stretch;animation-duration:2s;animation-timing-function:ease-out;animation-direction:alternate;animation-iteration-count:1;animation-play-state:running}.video-banner__play-button .icon{width:2.5rem;height:2.5rem}@media screen and (min-width:360px){.video-banner__play-button .icon{width:3.75rem;height:3.75rem}}@media screen and (min-width:480px){.video-banner__play-button .icon{width:5rem;height:5rem}}.video-banner__overlay{position:absolute;top:0;bottom:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50%;background-size:cover;z-index:2}.video-banner__embed{position:relative;overflow:hidden;margin:0;z-index:1}.video-banner__embed-wrapper{padding-bottom:56.25%;height:0;position:relative}.video-banner__embed-wrapper>*{position:absolute;top:0;left:0;width:100%;height:100%}@keyframes stretch{0%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}}