.video-module{aspect-ratio:16/9;display:flex;flex-direction:column;justify-content:flex-end;max-height:90vh;overflow:hidden;padding-bottom:72px;position:relative;width:100%}.video-module__tint{background:rgba(234,230,224,.16);z-index:1}.video-module__shade,.video-module__tint{inset:0;pointer-events:none;position:absolute}.video-module__shade{background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.35));z-index:2}.video-module__toggle{background:none;border:none;cursor:pointer;left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:4}.video-module__toggle-circle{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:hsla(0,0%,100%,.16);border:2px solid hsla(0,0%,100%,.85);border-radius:50%;display:flex;height:88px;justify-content:center;transition:transform .2s ease,background .2s ease;width:88px}.video-module__toggle:hover .video-module__toggle-circle{background:hsla(0,0%,100%,.28);transform:scale(1.06)}.video-module__icon--play{margin-left:4px}.video-module.is-playing .video-module__icon--play,.video-module__icon--pause{display:none}.video-module.is-playing .video-module__icon--pause{display:block}.video-module .container{padding-bottom:48px;padding-top:48px;position:relative;width:100%;z-index:3}.video-module__title{color:#fff;font-family:ElzaText;font-weight:700;margin:0 0 16px}.video-module__subtitle{color:#fff;font-family:Calluna,Arial;font-size:22px;font-weight:400;line-height:28px;margin:0}@media (max-width:1024px){.video-module .container{padding-bottom:32px;padding-top:32px}.video-module__toggle-circle{height:72px;width:72px}.video-module{padding-bottom:20px}}@media (max-width:744px){.video-module{aspect-ratio:4/6}.video-module .container{padding-bottom:24px;padding-top:24px}.video-module__subtitle{font-size:16px;line-height:22px}.video-module__toggle-circle{height:64px;width:64px}}.video-module__video{display:block;height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:0}.video-module__video--full{opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1}.video-module.is-playing .video-module__video--full{opacity:1;pointer-events:auto;z-index:5}.video-module.is-playing .video-module__content,.video-module.is-playing .video-module__shade,.video-module.is-playing .video-module__tint{opacity:0;pointer-events:none;transition:opacity .3s ease}.video-module__toggle{z-index:6}