main{display:block;width:100%}carousel{width:100vw;height:100vh;display:block;white-space:nowrap;overflow:scroll;overflow:-moz-scrollbars-none;-ms-overflow-style:none;font-size:0;cursor:grab !important;cursor:-moz-grab !important;cursor:-webkit-grab !important;user-select:none}carousel::-webkit-scrollbar{width:0 !important;height:0 !important}carousel:not(.is-pointer-device){scroll-snap-type:x mandatory}carousel.is-dragging{cursor:grabbing !important;cursor:-moz-grabbing !important;cursor:-webkit-grabbing !important;scroll-snap-type:none}carousel slide{font-size:1rem;width:100%;height:100%;display:inline-block;padding:64px;position:relative;white-space:normal;scroll-snap-align:start end;user-select:none}carousel slide img{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}carousel button.-large{width:48px;height:48px;display:inline-flex;justify-content:center;align-items:center;flex-flow:column wrap;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.15),0 2px 6px rgba(0,0,0,0.15);border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);color:#4169e1;cursor:pointer;transition:all 150ms ease}carousel button.-large:active{background-color:#eeeeee;box-shadow:0 1px 3px rgba(0,0,0,0.15);color:#2251dd}carousel button.-large:first-of-type{left:48px}carousel button.-large:first-of-type svg{margin-right:3px}carousel button.-large:last-of-type{right:48px}carousel button.-large:last-of-type svg{margin-left:3px}carousel button.-large svg{opacity:0.87;margin:auto;position:relative;width:22px;height:22px}carousel carousel-controls{width:100%;height:36px;display:inline-flex;justify-content:center;align-items:center;flex-flow:row nowrap;position:absolute;bottom:16px;left:0}carousel carousel-controls button{user-select:none;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;width:26px;height:26px;margin:0 8px;padding:0;outline:none;background:transparent;box-sizing:border-box;position:relative}carousel carousel-controls button::before,carousel carousel-controls button::after{content:"";border-radius:50%;position:absolute;width:100%;height:100%;box-sizing:border-box}carousel carousel-controls button:before{border-width:3px;border-color:#ffffff;border-style:solid;transition:all 150ms ease-in}carousel carousel-controls button:after{background-color:#ffffff;transform:scale(0);opacity:0;transform-origin:center;transition:all 75ms ease-out}carousel carousel-controls button:hover:after{transform:scale(0.5);opacity:1;transition:all 150ms ease-in}carousel carousel-controls button:active:after{opacity:1;transform:scale(0.5);background-color:#2251dd;transition:all 75ms ease}carousel carousel-controls button:active:before{border-color:#2251dd;transition:all 75ms ease}carousel carousel-controls button.is-active:after{opacity:1;transform:scale(0.5);background-color:#2251dd;transition:all 75ms ease}carousel carousel-controls button.is-active:before{border-color:#2251dd;transition:all 75ms ease}
