.embla{position:relative;max-width:1200px;margin-left:auto;margin-right:auto}.embla__viewport{overflow:hidden;width:100%}.embla__viewport.is-draggable{cursor:move;cursor:grab}.embla__viewport.is-dragging{cursor:grabbing}.embla__container{display:flex;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent;margin-left:-10px}.embla__slide{position:relative;padding-left:10px}.embla__slide__inner{position:relative;overflow:hidden;height:500px}.embla__slide__img{position:absolute;display:block;top:50%;left:50%;width:auto;min-height:100%;min-width:100%;max-width:none;transform:translate(-50%,-50%)}.embla__button{outline:0;cursor:pointer;background-color:#0707076e;touch-action:manipulation;position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border:0;width:50px;height:50px;fill:#fff;padding:0;border-radius:100%;display:flex;justify-content:center;align-items:center}@media(max-width:767px){.embla__button:not(.embla__button--fullscreen){display:none}}.embla__button.embla__button--fullscreen{position:absolute;top:0;right:27px;color:#fff;font-size:20px}.embla__button path{box-shadow:1px 1px 0 rgba(0,0,0,.4)}.embla__button:disabled{cursor:default;opacity:.3;visibility:hidden}.embla__button__svg{width:100%;height:100%}.embla__button--prev{left:27px}.embla__button--next{right:27px}.embla__dots{display:flex;list-style:none;justify-content:center;padding-top:25px;flex-flow:wrap}.embla__dot{background-color:rgba(0,0,0,.4);cursor:pointer;position:relative;padding:0;outline:0;border:0;border-radius:100%;width:8px;height:8px;margin-right:4px;margin-left:4px;margin-bottom:4px;display:flex;align-items:center;transition:.3s}.embla__dot:only-child{display:none}.embla__dot.is-selected{background-color:#4800ca}@media(max-width:767px){.embla.embla-rich{padding:0 16px!important}}.embla.embla-rich .embla__dots{padding-top:10px}.embla.embla-rich .embla__dots .embla__dot{height:60px;width:60px;border-radius:8px;background-color:#fff;background-position:50%;background-size:cover;opacity:.6}.embla.embla-rich .embla__dots .embla__dot.is-selected{background-color:rgb(0,0,0,.4);background-blend-mode:overlay;opacity:1}.embla.embla-rich .embla__slide__inner{height:100%;max-height:calc(100vh - 200px)}.embla.embla-rich .embla__slide__inner img{object-fit:contain;object-position:center;box-shadow:none;background-color:transparent;border-radius:12px}.embla.embla-rich{max-width:100vw}@media(max-width:767px){.embla__slide__inner{height:auto}}.embla-box.embla-normalscreen{z-index:3;position:relative}@media(max-width:767px){.embla-box.embla-normalscreen{margin-top:40px}.embla-box.embla-normalscreen .embla__button.embla__button--fullscreen{top:0;right:50%;transform:translate(50%,-50%)}}.embla-box.embla-fullscreen .embla.embla-rich .embla__slide__inner{height:calc(100vh - 135px);max-height:100%}.embla-box.embla-fullscreen .embla.embla-rich+.embla__dots .embla__dot{background-blend-mode:overlay;background-color:transparent}.embla-box.embla-fullscreen .embla.embla-rich+.embla__dots .embla__dot.is-selected{background-color:#fff;background-blend-mode:normal}.embla-box.embla-fullscreen{transition:.3s;transition-property:background-color,backdrop-filter;position:fixed;z-index:10000;top:0;left:0;background-color:#000000b0;height:100%;width:100%;padding:50px 0;backdrop-filter:blur(5px)}