.b-popup{background:transparent;border-radius:var(--border-radius-small);bottom:1.5rem;display:flex;flex-direction:column;justify-content:flex-start;left:1.5rem;max-width:960px;overflow:visible;position:fixed;right:1.5rem;top:1.5rem;width:auto;-ms-scroll-chaining:none;overscroll-behavior:none;scroll-behavior:smooth}.b-popup[open]{animation-duration:.2s;animation-fill-mode:backwards;animation-name:showUp;animation-timing-function:ease-in-out;visibility:visible}.b-popup:not([open]){animation-duration:.2s;animation-fill-mode:forwards;animation-timing-function:ease;opacity:0;pointer-events:none;visibility:hidden}.b-popup::-ms-backdrop{animation:fadeIn .2s ease forwards;background-color:rgba(55,0,0,.95)}.b-popup::backdrop{animation:fadeIn .2s ease forwards;background-color:rgba(55,0,0,.95)}.b-popup::-webkit-scrollbar{display:none}.b-popup .b-video{display:block}.b-popup iframe{background:transparent;transform:translateZ(0)}.b-popup__header{position:-webkit-sticky;position:sticky;right:0;top:0;z-index:1}.b-popup__close{align-items:center;background-color:var(--color-white);border:1px solid var(--color-red);border-radius:50%;display:inline-flex;height:2rem;justify-content:center;position:absolute;right:-1rem;top:-1rem;width:2rem}@media(min-width:1280px){.b-popup__close{height:2.5rem;right:-20px;top:-20px;width:2.5rem}}.b-popup__close svg{color:var(--color-red)}.b-popup__inner{width:100%}.b-popup__content{overflow:hidden}@keyframes showUp{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}