.hooper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.hooper-progress {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background-color: #efefef
}

.hooper-progress-inner {
    height: 100%;
    background-color: #4285f4;
    -webkit-transition: .3s;
    transition: .3s
}

.hooper-pagination {
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    padding: 5px 10px
}

.hooper-indicators,
.hooper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hooper-indicators {
    list-style: none;
    margin: 0;
    padding: 0
}

.hooper-indicator.is-active,
.hooper-indicator:hover {
    background-color: #4285f4
}

.hooper-indicator {
    margin: 0 2px;
    width: 12px;
    height: 4px;
    border-radius: 4px;
    border: none;
    padding: 0;
    background-color: #fff;
    cursor: pointer
}

.hooper-pagination.is-vertical {
    bottom: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hooper-pagination.is-vertical .hooper-indicators {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hooper-pagination.is-vertical .hooper-indicator {
    width: 6px
}

.hooper-next,
.hooper-prev {
    background-color: transparent;
    border: none;
    padding: 1em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.hooper-next.is-disabled,
.hooper-prev.is-disabled {
    opacity: .3;
    cursor: not-allowed
}

.hooper-next {
    right: 0
}

.hooper-prev {
    left: 0
}

.hooper-navigation.is-vertical .hooper-next {
    top: auto;
    bottom: 0;
    -webkit-transform: initial;
    transform: none
}

.hooper-navigation.is-vertical .hooper-prev {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    -webkit-transform: initial;
    transform: none
}

.hooper-navigation.is-rtl .hooper-prev {
    left: auto;
    right: 0
}

.hooper-navigation.is-rtl .hooper-next {
    right: auto;
    left: 0
}

.hooper {
    position: relative;
    width: 100%;
    height: 200px
}

.hooper,
.hooper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hooper-list {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hooper-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.hooper.is-vertical .hooper-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 200px
}

.hooper.is-rtl {
    direction: rtl
}

.hooper-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

:root {
    --overlay-bg: #1867c0;
    --transition-duration: .35s
}

.fade-enter-active[data-v-4c22b934],
.fade-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.fade-enter[data-v-4c22b934],
.fade-leave-active[data-v-4c22b934] {
    opacity: 0
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.fade-in-down-leave-to[data-v-4c22b934] {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-in-down-enter[data-v-4c22b934] {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0)
}

.fade-in-down-enter-to[data-v-4c22b934] {
    opacity: 0;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.fade-in-right-leave-to[data-v-4c22b934] {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-in-right-enter[data-v-4c22b934] {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0)
}

.fade-in-right-enter-to[data-v-4c22b934] {
    opacity: 0;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.fade-in-up-leave-to[data-v-4c22b934] {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-in-up-enter[data-v-4c22b934] {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.fade-in-up-enter-to[data-v-4c22b934] {
    opacity: 0;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.fade-in-left-leave-to[data-v-4c22b934] {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-in-left-enter[data-v-4c22b934] {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.fade-in-left-enter-to[data-v-4c22b934] {
    opacity: 0;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.zoom-enter-active[data-v-4c22b934],
.zoom-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.zoom-enter[data-v-4c22b934],
.zoom-leave-to[data-v-4c22b934] {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.flip-x-enter-active[data-v-4c22b934],
.flip-x-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.flip-x-enter[data-v-4c22b934],
.flip-x-leave-to[data-v-4c22b934] {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    opacity: 0
}

.flip-y-enter-active[data-v-4c22b934],
.flip-y-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.flip-y-enter[data-v-4c22b934],
.flip-y-leave-to[data-v-4c22b934] {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    opacity: 0
}

.overlay-right[data-v-4c22b934] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 0;
    background: var(--overlay-bg);
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

.overlay-right-enter~.overlay-right[data-v-4c22b934],
.overlay-right-leave-to~.overlay-right[data-v-4c22b934] {
    width: 0
}

.overlay-right-enter-active~.overlay-right[data-v-4c22b934],
.overlay-right-leave-active~.overlay-right[data-v-4c22b934] {
    width: 100vw
}

.overlay-right-enter-active~.overlay-right[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.overlay-right-leave-active~.overlay-right[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.overlay-right-enter-active[data-v-4c22b934],
.overlay-right-leave-active[data-v-4c22b934],
.overlay-top[data-v-4c22b934] {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

.overlay-top[data-v-4c22b934] {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100vw;
    background: var(--overlay-bg)
}

.overlay-down-enter~.overlay-top[data-v-4c22b934],
.overlay-down-leave-to~.overlay-top[data-v-4c22b934] {
    height: 0
}

.overlay-down-enter-active~.overlay-top[data-v-4c22b934],
.overlay-down-leave-active~.overlay-top[data-v-4c22b934] {
    height: 100vh
}

.overlay-down-enter-active~.overlay-top[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.overlay-down-leave-active~.overlay-top[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.overlay-bottom[data-v-4c22b934],
.overlay-down-enter-active[data-v-4c22b934],
.overlay-down-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

.overlay-bottom[data-v-4c22b934] {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100vw;
    background: var(--overlay-bg)
}

.overlay-up-enter~.overlay-bottom[data-v-4c22b934],
.overlay-up-leave-to~.overlay-bottom[data-v-4c22b934] {
    height: 0
}

.overlay-up-enter-active~.overlay-bottom[data-v-4c22b934],
.overlay-up-leave-active~.overlay-bottom[data-v-4c22b934] {
    height: 100vh
}

.overlay-up-enter-active~.overlay-bottom[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.overlay-up-leave-active~.overlay-bottom[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.overlay-up-enter-active[data-v-4c22b934],
.overlay-up-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

.overlay-left[data-v-4c22b934] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0;
    background: var(--overlay-bg);
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.overlay-left-enter~.overlay-left[data-v-4c22b934],
.overlay-left-leave-to~.overlay-left[data-v-4c22b934] {
    width: 0
}

.overlay-left-enter-active~.overlay-left[data-v-4c22b934],
.overlay-left-leave-active~.overlay-left[data-v-4c22b934] {
    width: 100vw
}

.overlay-left-enter-active~.overlay-left[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.overlay-left-leave-active~.overlay-left[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.overlay-left-enter-active[data-v-4c22b934],
.overlay-left-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.overlay-up-full-enter-active~.overlay-bottom[data-v-4c22b934],
.overlay-up-full-enter~.overlay-bottom[data-v-4c22b934],
.overlay-up-full-leave-active~.overlay-bottom[data-v-4c22b934] {
    height: 100vh
}

.overlay-up-full-enter-active~.overlay-bottom[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.overlay-up-full-enter-active~.overlay-bottom[data-v-4c22b934],
.overlay-up-full-enter-to~.overlay-bottom[data-v-4c22b934] {
    display: none
}

.overlay-up-full-enter-to~.overlay-top[data-v-4c22b934] {
    height: 0
}

.overlay-up-full-leave-active~.overlay-top[data-v-4c22b934] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.overlay-up-full-enter-active~.overlay-top[data-v-4c22b934],
.overlay-up-full-enter-to~.overlay-top[data-v-4c22b934],
.overlay-up-full-enter~.overlay-top[data-v-4c22b934] {
    -webkit-transition-duration: unset !important;
    transition-duration: unset !important;
    height: 100vh
}

.overlay-up-full-enter-active[data-v-4c22b934],
.overlay-up-full-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

.overlay-right-full-enter-active~.overlay-left[data-v-4c22b934],
.overlay-right-full-enter~.overlay-left[data-v-4c22b934],
.overlay-right-full-leave-active~.overlay-left[data-v-4c22b934] {
    width: 100vw
}

.overlay-right-full-enter-active~.overlay-left[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.overlay-right-full-enter-active~.overlay-left[data-v-4c22b934],
.overlay-right-full-enter-to~.overlay-left[data-v-4c22b934] {
    display: none
}

.overlay-right-full-enter-to~.overlay-right[data-v-4c22b934] {
    width: 0
}

.overlay-right-full-leave-active~.overlay-right[data-v-4c22b934] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.overlay-right-full-enter-active~.overlay-right[data-v-4c22b934],
.overlay-right-full-enter-to~.overlay-right[data-v-4c22b934],
.overlay-right-full-enter~.overlay-right[data-v-4c22b934] {
    -webkit-transition-duration: unset !important;
    transition-duration: unset !important;
    width: 100vw
}

.overlay-right-full-enter-active[data-v-4c22b934],
.overlay-right-full-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

.overlay-down-full-enter~.overlay-top[data-v-4c22b934] {
    height: 100vh
}

.overlay-down-full-enter-to~.overlay-bottom[data-v-4c22b934] {
    height: 0
}

.overlay-down-full-enter-active~.overlay-top[data-v-4c22b934],
.overlay-down-full-leave-active~.overlay-top[data-v-4c22b934] {
    height: 100vh
}

.overlay-down-full-enter-active~.overlay-top[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.overlay-down-full-leave-active~.overlay-bottom[data-v-4c22b934] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.overlay-down-full-enter-active[data-v-4c22b934],
.overlay-down-full-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

.overlay-down-full-enter-active~.overlay-top[data-v-4c22b934],
.overlay-down-full-enter-to~.overlay-top[data-v-4c22b934] {
    display: none
}

.overlay-down-full-enter-active~.overlay-bottom[data-v-4c22b934],
.overlay-down-full-enter-to~.overlay-bottom[data-v-4c22b934],
.overlay-down-full-enter~.overlay-bottom[data-v-4c22b934] {
    -webkit-transition-duration: unset !important;
    transition-duration: unset !important;
    height: 100vh
}

.overlay-left-full-enter-active~.overlay-right[data-v-4c22b934],
.overlay-left-full-enter~.overlay-right[data-v-4c22b934],
.overlay-left-full-leave-active~.overlay-right[data-v-4c22b934] {
    width: 100vw
}

.overlay-left-full-enter-active~.overlay-right[data-v-4c22b934] {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

.overlay-left-full-enter-active~.overlay-right[data-v-4c22b934],
.overlay-left-full-enter-to~.overlay-right[data-v-4c22b934] {
    display: none
}

.overlay-left-full-enter-to~.overlay-left[data-v-4c22b934] {
    width: 0
}

.overlay-left-full-leave-active~.overlay-left[data-v-4c22b934] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.overlay-left-full-enter-active~.overlay-left[data-v-4c22b934],
.overlay-left-full-enter-to~.overlay-left[data-v-4c22b934],
.overlay-left-full-enter~.overlay-left[data-v-4c22b934] {
    -webkit-transition-duration: unset !important;
    transition-duration: unset !important;
    width: 100vw
}

.overlay-left-full-enter-active[data-v-4c22b934],
.overlay-left-full-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

.overlay-up-down-enter~.overlay-bottom[data-v-4c22b934],
.overlay-up-down-enter~.overlay-top[data-v-4c22b934] {
    height: 0
}

.overlay-up-down-leave-active~.overlay-bottom[data-v-4c22b934],
.overlay-up-down-leave-to~.overlay-bottom[data-v-4c22b934],
.overlay-up-down-leave-to~.overlay-top[data-v-4c22b934] {
    height: 51vh
}

.overlay-up-down-enter-active~.overlay-bottom[data-v-4c22b934],
.overlay-up-down-enter-active~.overlay-top[data-v-4c22b934],
.overlay-up-down-leave-active~.overlay-bottom[data-v-4c22b934],
.overlay-up-down-leave-active~.overlay-top[data-v-4c22b934] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.overlay-up-down-enter-active[data-v-4c22b934],
.overlay-up-down-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}

.overlay-left-right-enter~.overlay-left[data-v-4c22b934],
.overlay-left-right-enter~.overlay-right[data-v-4c22b934] {
    width: 0
}

.overlay-left-right-leave-active~.overlay-left[data-v-4c22b934],
.overlay-left-right-leave-to~.overlay-left[data-v-4c22b934],
.overlay-left-right-leave-to~.overlay-right[data-v-4c22b934] {
    width: 51vw
}

.overlay-left-right-enter-active~.overlay-left[data-v-4c22b934],
.overlay-left-right-enter-active~.overlay-right[data-v-4c22b934],
.overlay-left-right-leave-active~.overlay-left[data-v-4c22b934],
.overlay-left-right-leave-active~.overlay-right[data-v-4c22b934] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.overlay-left-right-enter-active[data-v-4c22b934],
.overlay-left-right-leave-active[data-v-4c22b934] {
    -webkit-transition-duration: var(--transition-duration);
    transition-duration: var(--transition-duration)
}