.btn-group{display:flex;flex-wrap:wrap;gap:20px;margin:20px 0}.btn-group.center{justify-content:center}.btn-group.right{justify-content:flex-end}.button{gap:10px}.button.button--secondary.outline{background-color:transparent;border-color:var(--button-secondary-border);color:var(--button-secondary-bg)}.modal{align-items:center;background:rgba(0,0,0,.7);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal-content{background:#000;border-radius:8px;margin:5% auto;max-width:800px;overflow:hidden;padding:0;position:relative;width:80%}.close{align-items:center;background:#2971db;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:30px;font-weight:700;height:35px;justify-content:center;line-height:1;position:absolute;right:15px;top:10px;transition:background .3s ease;width:35px;z-index:10}.video-wrapper iframe{height:450px;width:100%}