.video-section{display:flex;justify-content:center;align-items:center;padding:64px 0;max-width:1640px;margin:0 auto}@media(max-width: 749.98px){.video-section{padding:32px 20px}}.video-section__inner{position:relative;text-align:center;width:100%}.video-section__wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;justify-content:center;flex-direction:column;text-align:center;align-items:center;max-width:753px;width:100%}.video-section__content{position:relative;width:100%}.video-section__heading{font-size:60px;font-weight:200;margin-bottom:30px;color:#fff}.video-section__poster{position:relative;width:100%;margin:0 auto}.video-section .video-poster-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.video-section__play-icon{cursor:pointer;width:80px;height:80px;background:rgba(0,0,0,.5);border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:2;transition:transform .3s ease}.video-section__play-icon:hover{transform:scale(1.1)}.video-section__video{margin-top:20px;display:block;width:100%;max-width:1200px;margin:0 auto}@media(max-width: 768px){.video-section__play-icon{width:40px;height:40px}.video-section__desktop-heading{display:none}.video-section__mobile-heading{display:flex;flex-direction:column}.video-section__mobile-heading p{line-height:1em;font-size:32px;font-family:"Proforma Ultra Lt"}.video-section{padding:80px 20px}}@media(max-width: 768px)and (max-width: 749.98px){.video-section{padding:32px 20px}}@media(max-width: 768px){.video-poster-image{min-height:467px}}@media(max-width: 768px){.video-section__heading{font-size:24px;line-height:1.1em}}@media(min-width: 769px){.video-section__desktop-heading{display:block;font-family:"Proforma Ultra Lt"}.video-section__mobile-heading{display:none}}.modal-wrapper{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:rgba(0,0,0,.9);transition:opacity .25s ease-in-out}.modal-wrapper[aria-hidden=true]{display:none}.modal-wrapper.is-hidden{opacity:0;z-index:-1}.modal-wrapper.is-active{opacity:1;z-index:9999}.modal-wrapper .modal{position:relative;width:100%;max-width:90%;display:grid;place-items:center}.modal-wrapper .modal .modal-video-wrapper{position:relative;width:90vw;height:80vh;background:#000;display:flex;justify-content:center;align-items:center}.modal-wrapper .modal .modal-video-wrapper video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.modal-close-button{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;cursor:pointer;background:none;border:none;z-index:9999}.modal-close-button::before,.modal-close-button::after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background:#fff}.modal-close-button::before{transform:rotate(45deg)}.modal-close-button::after{transform:rotate(-45deg)}