.schedule_popup{backdrop-filter:blur(40px);background-color:hsla(0,0%,79%,.5);display:none;inset:0;position:fixed;z-index:2}.schedule_popup__wrapper{display:flex;flex-wrap:wrap;height:100%;overflow-y:auto;padding:20px;position:relative;width:100%}.schedule_popup__inner{display:flex;flex-direction:column;gap:26px;justify-content:center;margin-inline:auto;max-width:900px;width:100%}.schedule_popup__close_button_wrapper{display:flex;justify-content:flex-end}.schedule_popup__close_button{align-items:center;background-color:var(--colorDynamicPrimaryWhite);border:0;border-radius:40px;color:var(--colorDynamicWhitePrimary);display:flex;font-size:14px;justify-content:space-between;line-height:171.4%;max-width:249px;padding:7px 14px 7px 23px;text-align:left;text-transform:uppercase;transition:.2s;width:100%}.schedule_popup__close_button:hover{transform:var(--anchorHoverScale)}.schedule_popup__meeting_box{background:var(--colorDynamicWhite20Primary20);border:1px solid var(--colorWhite10);border-radius:10px;padding:10px 10px 0}@media(max-width:767px){.schedule_popup__wrapper{padding:10px}.schedule_popup__inner{gap:16px}.schedule_popup__close_button_wrapper{justify-content:center}.schedule_popup__close_button{max-width:235px}.schedule_popup__meeting_box{padding-bottom:10px}}