.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333
}

.autocomplete-suggestion b {
    font-weight: 400;
    color: #58585c
}

.autocomplete-suggestion.selected {
    background: #f0f0f0
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*! nouislider - 13.1.1 - 2/14/2019 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

/*!
 * Tabby v11.2.0: Simple, mobile-first toggle tabs.
 * (c) 2016 Chris Ferdinandi
 * MIT License
 * http://github.com/cferdinandi/tabby
 */
.js-tabby .tabs-pane {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.js-tabby .tabs-pane.active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.js-tabby .tabs-pane:focus {
    outline: none
}

@keyframes b {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.button,
.delete,
.file,
.modal-close,
.pagination-link,
.pagination-next,
.pagination-previous,
.tabs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select:not(.is-multiple):not(.is-loading):after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: .625em
}

.block:not(:last-child),
.box:not(:last-child),
.columns-inactive>.column .columns-inactive-box:not(:last-child),
.content:not(:last-child),
.content table:not(:last-child),
.highlight:not(:last-child),
.level:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
    margin-bottom: 1.5rem
}

.delete,
.modal-close {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: hsla(0, 0%, 4%, .2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: none;
    position: relative;
    vertical-align: top;
    width: 20px
}

.delete:after,
.delete:before,
.modal-close:after,
.modal-close:before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.delete:before,
.modal-close:before {
    height: 2px;
    width: 50%
}

.delete:after,
.modal-close:after {
    height: 50%;
    width: 2px
}

.delete:focus,
.delete:hover,
.modal-close:focus,
.modal-close:hover {
    background-color: hsla(0, 0%, 4%, .3)
}

.delete:active,
.modal-close:active {
    background-color: hsla(0, 0%, 4%, .4)
}

.is-small.delete,
.is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.is-medium.delete,
.is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
}

.is-large.delete,
.is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.button.is-loading:after,
.control.is-loading:after,
.select.is-loading:after {
    animation: b .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.is-transparent {
    background-color: transparent !important;
}

.hero-video,
.image.is-1by1 img,
.image.is-1by2 img,
.image.is-1by3 img,
.image.is-2by1 img,
.image.is-2by3 img,
.image.is-3by1 img,
.image.is-3by2 img,
.image.is-3by4 img,
.image.is-3by5 img,
.image.is-4by3 img,
.image.is-4by5 img,
.image.is-5by3 img,
.image.is-5by4 img,
.image.is-9by16 img,
.image.is-16by9 img,
.image.is-square img,
.is-overlay,
.modal,
.modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.button,
.file-cta,
.file-name,
.input,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .9rem;
    height: 2.25em;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.375em - 1px) calc(.625em - 1px);
    position: relative;
    vertical-align: top
}

.button:active,
.button:focus,
.file-cta:active,
.file-cta:focus,
.file-name:active,
.file-name:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.file-cta,
.is-active.file-name,
.is-active.input,
.is-active.pagination-link,
.is-active.pagination-next,
.is-active.pagination-previous,
.is-active.textarea,
.is-focused.button,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.input,
.is-focused.pagination-link,
.is-focused.pagination-next,
.is-focused.pagination-previous,
.is-focused.textarea,
.pagination-link:active,
.pagination-link:focus,
.pagination-next:active,
.pagination-next:focus,
.pagination-previous:active,
.pagination-previous:focus,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    outline: none
}

.button[disabled],
.file-cta[disabled],
.file-name[disabled],
.input[disabled],
.pagination-link[disabled],
.pagination-next[disabled],
.pagination-previous[disabled],
.select select[disabled],
.textarea[disabled] {
    cursor: not-allowed
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

img,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0;
    text-align: left
}

html {
    background-color: #fff;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

article,
figure,
footer,
header,
section {
    display: block
}

body,
button,
input,
select,
textarea {
    font-family: Lato, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif
}

code,
pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    color: #363636
}

code {
    color: #ff3860;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em
}

code,
hr {
    background-color: #f5f5f5
}

hr {
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox],
input[type=radio] {
    vertical-align: baseline
}

small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    color: #363636;
    font-weight: 700
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal
}

pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0
}

table td,
table th {
    text-align: left;
    vertical-align: top
}

table th {
    color: #363636
}

.is-pulled-left {
    float: left !important
}

.is-pulled-right {
    float: right !important
}

.is-size-1 {
    font-size: 2.5rem !important
}

.is-size-2 {
    font-size: 2rem !important
}

.is-size-3 {
    font-size: 1.5rem !important
}

.is-size-4 {
    font-size: 1.25rem !important
}

.is-size-5 {
    font-size: 1.15rem !important
}

.is-size-6 {
    font-size: .95rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width:768px) {
    .is-size-1-mobile {
        font-size: 2.5rem !important
    }

    .is-size-2-mobile {
        font-size: 2rem !important
    }

    .is-size-3-mobile {
        font-size: 1.5rem !important
    }

    .is-size-4-mobile {
        font-size: 1.25rem !important
    }

    .is-size-5-mobile {
        font-size: 1.15rem !important
    }

    .is-size-6-mobile {
        font-size: .95rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-size-1-tablet {
        font-size: 2.5rem !important
    }

    .is-size-2-tablet {
        font-size: 2rem !important
    }

    .is-size-3-tablet {
        font-size: 1.5rem !important
    }

    .is-size-4-tablet {
        font-size: 1.25rem !important
    }

    .is-size-5-tablet {
        font-size: 1.15rem !important
    }

    .is-size-6-tablet {
        font-size: .95rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width:1087px) {
    .is-size-1-touch {
        font-size: 2.5rem !important
    }

    .is-size-2-touch {
        font-size: 2rem !important
    }

    .is-size-3-touch {
        font-size: 1.5rem !important
    }

    .is-size-4-touch {
        font-size: 1.25rem !important
    }

    .is-size-5-touch {
        font-size: 1.15rem !important
    }

    .is-size-6-touch {
        font-size: .95rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1088px) {
    .is-size-1-desktop {
        font-size: 2.5rem !important
    }

    .is-size-2-desktop {
        font-size: 2rem !important
    }

    .is-size-3-desktop {
        font-size: 1.5rem !important
    }

    .is-size-4-desktop {
        font-size: 1.25rem !important
    }

    .is-size-5-desktop {
        font-size: 1.15rem !important
    }

    .is-size-6-desktop {
        font-size: .95rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1280px) {
    .is-size-1-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-2-widescreen {
        font-size: 2rem !important
    }

    .is-size-3-widescreen {
        font-size: 1.5rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.25rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.15rem !important
    }

    .is-size-6-widescreen {
        font-size: .95rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

.has-text-centered {
    text-align: center !important
}

.has-text-left {
    text-align: left !important
}

.has-text-right {
    text-align: right !important
}

@media screen and (max-width:768px) {
    .has-text-centered-mobile {
        text-align: center !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-centered-tablet {
        text-align: center !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .has-text-centered-tablet-only {
        text-align: center !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-centered-touch {
        text-align: center !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-centered-desktop {
        text-align: center !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }
}

@media screen and (min-width:1280px) {
    .has-text-centered-widescreen {
        text-align: center !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .has-text-centered-widescreen-only {
        text-align: center !important
    }
}

@media screen and (max-width:768px) {
    .has-text-left-mobile {
        text-align: left !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-left-tablet {
        text-align: left !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .has-text-left-tablet-only {
        text-align: left !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-left-touch {
        text-align: left !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-left-desktop {
        text-align: left !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .has-text-left-desktop-only {
        text-align: left !important
    }
}

@media screen and (min-width:1280px) {
    .has-text-left-widescreen {
        text-align: left !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .has-text-left-widescreen-only {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    .has-text-right-mobile {
        text-align: right !important
    }
}

@media print,
screen and (min-width:769px) {
    .has-text-right-tablet {
        text-align: right !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .has-text-right-tablet-only {
        text-align: right !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-right-touch {
        text-align: right !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-right-desktop {
        text-align: right !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .has-text-right-desktop-only {
        text-align: right !important
    }
}

@media screen and (min-width:1280px) {
    .has-text-right-widescreen {
        text-align: right !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .has-text-right-widescreen-only {
        text-align: right !important
    }
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.has-text-white {
    color: #fff !important
}

a.has-text-white:focus,
a.has-text-white:hover {
    color: #e6e6e6 !important
}

.has-background-white {
    background-color: #fff !important
}

.has-text-black {
    color: #0a0a0a !important
}

a.has-text-black:focus,
a.has-text-black:hover {
    color: #000 !important
}

.has-background-black {
    background-color: #0a0a0a !important
}

.has-text-light {
    color: #f5f5f5 !important
}

a.has-text-light:focus,
a.has-text-light:hover {
    color: #dbdbdb !important
}

.columns-inactive>.column .columns-inactive-has-background-light,
.has-background-light {
    background-color: #f5f5f5 !important
}

.has-text-dark {
    color: #4c4c4c !important
}

a.has-text-dark:focus,
a.has-text-dark:hover {
    color: #333 !important
}

.has-background-dark,
.modal-close.is-dark:after,
.modal-close.is-dark:before,
.navbar.is-down {
    background-color: #4c4c4c !important
}

.navbar.is-down {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
}

.has-text-primary {
    color: #58585c !important
}

a.has-text-primary:focus,
a.has-text-primary:hover {
    color: #58585c !important
}

.has-background-primary {
    background-color: #58585c !important
}

.has-text-link {
    color: #3273dc !important
}

a.has-text-link:focus,
a.has-text-link:hover {
    color: #205bbc !important
}

.has-background-link {
    background-color: #3273dc !important
}

.has-text-success {
    color: #23d160 !important
}

a.has-text-success:focus,
a.has-text-success:hover {
    color: #1ca64c !important
}

.has-background-success {
    background-color: #23d160 !important
}

.has-text-danger {
    color: #ff3860 !important
}

a.has-text-danger:focus,
a.has-text-danger:hover {
    color: #ff0537 !important
}

.has-background-danger {
    background-color: #ff3860 !important
}

.has-text-facebook {
    color: #4267b2 !important
}

a.has-text-facebook:focus,
a.has-text-facebook:hover {
    color: #34518d !important
}

.has-background-facebook {
    background-color: #4267b2 !important
}

.has-text-twitter {
    color: #1da1f2 !important
}

a.has-text-twitter:focus,
a.has-text-twitter:hover {
    color: #0c85d0 !important
}

.has-background-twitter {
    background-color: #1da1f2 !important
}

.has-text-whatsapp {
    color: #00bfa5 !important
}

a.has-text-whatsapp:focus,
a.has-text-whatsapp:hover {
    color: #008c79 !important
}

.has-background-whatsapp {
    background-color: #00bfa5 !important
}

.has-text-black-ter {
    color: #242424 !important
}

.has-background-black-ter {
    background-color: #242424 !important
}

.has-text-grey-dark {
    color: #4a4a4a !important
}

.has-background-grey-dark {
    background-color: #4a4a4a !important
}

.has-text-grey {
    color: #7a7a7a !important
}

.has-background-grey {
    background-color: #7a7a7a !important
}

.has-text-grey-light {
    color: #b5b5b5 !important
}

.has-background-grey-light {
    background-color: #b5b5b5 !important
}

.has-text-white-ter {
    color: #f5f5f5 !important
}

.has-background-white-ter {
    background-color: #f5f5f5 !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-block {
    display: block !important
}

@media screen and (max-width:768px) {
    .is-block-mobile {
        display: block !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-block-tablet {
        display: block !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-block-tablet-only {
        display: block !important
    }
}

@media screen and (max-width:1087px) {
    .is-block-touch {
        display: block !important
    }
}

@media screen and (min-width:1088px) {
    .is-block-desktop {
        display: block !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width:1280px) {
    .is-block-widescreen {
        display: block !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-block-widescreen-only {
        display: block !important
    }
}

.is-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media screen and (max-width:768px) {
    .is-flex-mobile {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-flex-tablet {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-flex-tablet-only {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width:1087px) {
    .is-flex-touch {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1088px) {
    .is-flex-desktop {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-flex-desktop-only {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1280px) {
    .is-flex-widescreen {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-flex-widescreen-only {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width:768px) {
    .is-inline-mobile {
        display: inline !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-inline-tablet {
        display: inline !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-inline-tablet-only {
        display: inline !important
    }
}

@media screen and (max-width:1087px) {
    .is-inline-touch {
        display: inline !important
    }
}

@media screen and (min-width:1088px) {
    .is-inline-desktop {
        display: inline !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width:1280px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-inline-widescreen-only {
        display: inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width:768px) {
    .is-inline-block-mobile {
        display: inline-block !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-inline-block-tablet {
        display: inline-block !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-inline-block-tablet-only {
        display: inline-block !important
    }
}

@media screen and (max-width:1087px) {
    .is-inline-block-touch {
        display: inline-block !important
    }
}

@media screen and (min-width:1088px) {
    .is-inline-block-desktop {
        display: inline-block !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1280px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-inline-block-widescreen-only {
        display: inline-block !important
    }
}

.is-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media screen and (max-width:768px) {
    .is-inline-flex-mobile {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-inline-flex-tablet {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-inline-flex-tablet-only {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (max-width:1087px) {
    .is-inline-flex-touch {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1088px) {
    .is-inline-flex-desktop {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-inline-flex-desktop-only {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1280px) {
    .is-inline-flex-widescreen {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-inline-flex-widescreen-only {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.is-hidden {
    display: none !important
}

@media screen and (max-width:768px) {
    .is-hidden-mobile {
        display: none !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (max-width:1087px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (min-width:1088px) {
    .is-hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width:1280px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-hidden-widescreen-only {
        display: none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width:768px) {
    .is-invisible-mobile {
        visibility: hidden !important
    }
}

@media print,
screen and (min-width:769px) {
    .is-invisible-tablet {
        visibility: hidden !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (max-width:1087px) {
    .is-invisible-touch {
        visibility: hidden !important
    }
}

@media screen and (min-width:1088px) {
    .is-invisible-desktop {
        visibility: hidden !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1280px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

@media screen and (min-width:1280px) and (max-width:1471px) {
    .is-invisible-widescreen-only {
        visibility: hidden !important
    }
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.columns:not(.columns-inactive) .columns-active-is-shdowless,
.is-shadowless {
    box-shadow: none !important
}

.box,
.columns-inactive>.column .columns-inactive-box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .1);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem
}

.columns-inactive>.column a.columns-inactive-box:focus,
.columns-inactive>.column a.columns-inactive-box:hover,
a.box:focus,
a.box:hover {
    box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1), 0 0 0 1px #3273dc
}

.columns-inactive>.column a.columns-inactive-box:active,
a.box:active {
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .2), 0 0 0 1px #3273dc
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    padding: calc(.375em - 1px) .75em;
    text-align: center;
    white-space: nowrap
}

.button strong {
    color: inherit
}

.button .icon,
.button .icon.is-large,
.button .icon.is-medium,
.button .icon.is-small {
    height: 1.5em;
    width: 1.5em
}

.button .icon:first-child:not(:last-child) {
    margin-left: calc(-.375em - 1px);
    margin-right: .1875em
}

.button .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: calc(-.375em - 1px)
}

.button .icon:first-child:last-child {
    margin-left: calc(-.375em - 1px);
    margin-right: calc(-.375em - 1px)
}

.button.is-hovered,
.button:hover {
    border-color: #b5b5b5;
    color: #363636
}

.button.is-focused,
.button:focus {
    border-color: #3273dc;
    color: #363636
}

.button.is-focused:not(:active),
.button:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.button.is-active,
.button:active {
    border-color: #4a4a4a;
    color: #363636
}

.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline
}

.button.is-text.is-focused,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text:hover {
    background-color: #f5f5f5;
    color: #363636
}

.button.is-text.is-active,
.button.is-text:active {
    background-color: #e8e8e8;
    color: #363636
}

.button.is-text[disabled] {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.button.is-white {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a
}

.button.is-white.is-hovered,
.button.is-white:hover {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a
}

.button.is-white.is-focused,
.button.is-white:focus {
    border-color: transparent;
    color: #0a0a0a
}

.button.is-white.is-focused:not(:active),
.button.is-white:focus:not(:active) {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}

.button.is-white.is-active,
.button.is-white:active {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a
}

.button.is-white[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none
}

.button.is-white.is-inverted {
    background-color: #0a0a0a;
    color: #fff
}

.button.is-white.is-inverted:hover {
    background-color: #000
}

.button.is-white.is-inverted[disabled] {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.button.is-white.is-loading:after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-white.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-white.is-outlined:focus,
.button.is-white.is-outlined:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a
}

.button.is-white.is-outlined.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-white.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a
}

.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined:hover {
    background-color: #0a0a0a;
    color: #fff
}

.button.is-white.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a
}

.button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff
}

.button.is-black.is-hovered,
.button.is-black:hover {
    background-color: #040404;
    border-color: transparent;
    color: #fff
}

.button.is-black.is-focused,
.button.is-black:focus {
    border-color: transparent;
    color: #fff
}

.button.is-black.is-focused:not(:active),
.button.is-black:focus:not(:active) {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 4%, .25)
}

.button.is-black.is-active,
.button.is-black:active {
    background-color: #000;
    border-color: transparent;
    color: #fff
}

.button.is-black[disabled] {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none
}

.button.is-black.is-inverted {
    background-color: #fff;
    color: #0a0a0a
}

.button.is-black.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-black.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #0a0a0a
}

.button.is-black.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-black.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a
}

.button.is-black.is-outlined:focus,
.button.is-black.is-outlined:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff
}

.button.is-black.is-outlined.is-loading:after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-black.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-light {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #4c4c4c
}

.button.is-light.is-hovered,
.button.is-light:hover {
    background-color: #eee;
    border-color: transparent;
    color: #4c4c4c
}

.button.is-light.is-focused,
.button.is-light:focus {
    border-color: transparent;
    color: #4c4c4c
}

.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active) {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25)
}

.button.is-light.is-active,
.button.is-light:active {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #4c4c4c
}

.button.is-light[disabled] {
    background-color: #f5f5f5;
    border-color: transparent;
    box-shadow: none
}

.button.is-light.is-inverted {
    background-color: #4c4c4c;
    color: #f5f5f5
}

.button.is-light.is-inverted:hover {
    background-color: #3f3f3f
}

.button.is-light.is-inverted[disabled] {
    background-color: #4c4c4c;
    border-color: transparent;
    box-shadow: none;
    color: #f5f5f5
}

.button.is-light.is-loading:after {
    border-color: transparent transparent #4c4c4c #4c4c4c !important
}

.button.is-light.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5
}

.button.is-light.is-outlined:focus,
.button.is-light.is-outlined:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #4c4c4c
}

.button.is-light.is-outlined.is-loading:after {
    border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-light.is-outlined[disabled] {
    background-color: transparent;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #4c4c4c;
    color: #4c4c4c
}

.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined:hover {
    background-color: #4c4c4c;
    color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #4c4c4c;
    box-shadow: none;
    color: #4c4c4c
}

.button.is-dark {
    background-color: #4c4c4c;
    border-color: transparent;
    color: #f5f5f5
}

.button.is-dark.is-hovered,
.button.is-dark:hover {
    background-color: #464646;
    border-color: transparent;
    color: #f5f5f5
}

.button.is-dark.is-focused,
.button.is-dark:focus {
    border-color: transparent;
    color: #f5f5f5
}

.button.is-dark.is-focused:not(:active),
.button.is-dark:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(76, 76, 76, .25)
}

.button.is-dark.is-active,
.button.is-dark:active {
    background-color: #3f3f3f;
    border-color: transparent;
    color: #f5f5f5
}

.button.is-dark[disabled] {
    background-color: #4c4c4c;
    border-color: transparent;
    box-shadow: none
}

.button.is-dark.is-inverted {
    background-color: #f5f5f5;
    color: #4c4c4c
}

.button.is-dark.is-inverted:hover {
    background-color: #e8e8e8
}

.button.is-dark.is-inverted[disabled] {
    background-color: #f5f5f5;
    border-color: transparent;
    box-shadow: none;
    color: #4c4c4c
}

.button.is-dark.is-loading:after {
    border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-dark.is-outlined {
    background-color: transparent;
    border-color: #4c4c4c;
    color: #4c4c4c
}

.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #f5f5f5
}

.button.is-dark.is-outlined.is-loading:after {
    border-color: transparent transparent #4c4c4c #4c4c4c !important
}

.button.is-dark.is-outlined[disabled] {
    background-color: transparent;
    border-color: #4c4c4c;
    box-shadow: none;
    color: #4c4c4c
}

.button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5
}

.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined:hover {
    background-color: #f5f5f5;
    color: #4c4c4c
}

.button.is-dark.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #f5f5f5
}

.button.is-primary {
    background-color: #58585c;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-hovered,
.button.is-primary:hover {
    background-color: #58585c;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused,
.button.is-primary:focus {
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(217, 17, 141, .25)
}

.button.is-primary.is-active,
.button.is-primary:active {
    background-color: #58585c;
    border-color: transparent;
    color: #fff
}

.button.is-primary[disabled] {
    background-color: #58585c;
    border-color: transparent;
    box-shadow: none
}

.button.is-primary.is-inverted {
    background-color: #fff;
    color: #58585c
}

.button.is-primary.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-primary.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #58585c
}

.button.is-primary.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #58585c;
    color: #58585c
}

.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined:hover {
    background-color: #58585c;
    border-color: #58585c;
    color: #fff
}

.button.is-primary.is-outlined.is-loading:after {
    border-color: transparent transparent #58585c #58585c !important
}

.button.is-primary.is-outlined[disabled] {
    background-color: transparent;
    border-color: #58585c;
    box-shadow: none;
    color: #58585c
}

.button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #58585c
}

.button.is-primary.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff
}

.button.is-link.is-hovered,
.button.is-link:hover {
    background-color: #276cda;
    border-color: transparent;
    color: #fff
}

.button.is-link.is-focused,
.button.is-link:focus {
    border-color: transparent;
    color: #fff
}

.button.is-link.is-focused:not(:active),
.button.is-link:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.button.is-link.is-active,
.button.is-link:active {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff
}

.button.is-link[disabled] {
    background-color: #3273dc;
    border-color: transparent;
    box-shadow: none
}

.button.is-link.is-inverted {
    background-color: #fff;
    color: #3273dc
}

.button.is-link.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-link.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #3273dc
}

.button.is-link.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-link.is-outlined {
    background-color: transparent;
    border-color: #3273dc;
    color: #3273dc
}

.button.is-link.is-outlined:focus,
.button.is-link.is-outlined:hover {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff
}

.button.is-link.is-outlined.is-loading:after {
    border-color: transparent transparent #3273dc #3273dc !important
}

.button.is-link.is-outlined[disabled] {
    background-color: transparent;
    border-color: #3273dc;
    box-shadow: none;
    color: #3273dc
}

.button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #3273dc
}

.button.is-link.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-success {
    background-color: #23d160;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-hovered,
.button.is-success:hover {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused,
.button.is-success:focus {
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused:not(:active),
.button.is-success:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.button.is-success.is-active,
.button.is-success:active {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff
}

.button.is-success[disabled] {
    background-color: #23d160;
    border-color: transparent;
    box-shadow: none
}

.button.is-success.is-inverted {
    background-color: #fff;
    color: #23d160
}

.button.is-success.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-success.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #23d160
}

.button.is-success.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined {
    background-color: transparent;
    border-color: #23d160;
    color: #23d160
}

.button.is-success.is-outlined:focus,
.button.is-success.is-outlined:hover {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff
}

.button.is-success.is-outlined.is-loading:after {
    border-color: transparent transparent #23d160 #23d160 !important
}

.button.is-success.is-outlined[disabled] {
    background-color: transparent;
    border-color: #23d160;
    box-shadow: none;
    color: #23d160
}

.button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #23d160
}

.button.is-success.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-danger {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-hovered,
.button.is-danger:hover {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused,
.button.is-danger:focus {
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused:not(:active),
.button.is-danger:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.button.is-danger.is-active,
.button.is-danger:active {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff
}

.button.is-danger[disabled] {
    background-color: #ff3860;
    border-color: transparent;
    box-shadow: none
}

.button.is-danger.is-inverted {
    background-color: #fff;
    color: #ff3860
}

.button.is-danger.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-danger.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #ff3860
}

.button.is-danger.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #ff3860;
    color: #ff3860
}

.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined:hover {
    background-color: #ff3860;
    border-color: #ff3860;
    color: #fff
}

.button.is-danger.is-outlined.is-loading:after {
    border-color: transparent transparent #ff3860 #ff3860 !important
}

.button.is-danger.is-outlined[disabled] {
    background-color: transparent;
    border-color: #ff3860;
    box-shadow: none;
    color: #ff3860
}

.button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #ff3860
}

.button.is-danger.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-facebook {
    background-color: #4267b2;
    border-color: transparent;
    color: #fff
}

.button.is-facebook.is-hovered,
.button.is-facebook:hover {
    background-color: #3f62a9;
    border-color: transparent;
    color: #fff
}

.button.is-facebook.is-focused,
.button.is-facebook:focus {
    border-color: transparent;
    color: #fff
}

.button.is-facebook.is-focused:not(:active),
.button.is-facebook:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(66, 103, 178, .25)
}

.button.is-facebook.is-active,
.button.is-facebook:active {
    background-color: #3b5c9f;
    border-color: transparent;
    color: #fff
}

.button.is-facebook[disabled] {
    background-color: #4267b2;
    border-color: transparent;
    box-shadow: none
}

.button.is-facebook.is-inverted {
    background-color: #fff;
    color: #4267b2
}

.button.is-facebook.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-facebook.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #4267b2
}

.button.is-facebook.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-facebook.is-outlined {
    background-color: transparent;
    border-color: #4267b2;
    color: #4267b2
}

.button.is-facebook.is-outlined:focus,
.button.is-facebook.is-outlined:hover {
    background-color: #4267b2;
    border-color: #4267b2;
    color: #fff
}

.button.is-facebook.is-outlined.is-loading:after {
    border-color: transparent transparent #4267b2 #4267b2 !important
}

.button.is-facebook.is-outlined[disabled] {
    background-color: transparent;
    border-color: #4267b2;
    box-shadow: none;
    color: #4267b2
}

.button.is-facebook.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-facebook.is-inverted.is-outlined:focus,
.button.is-facebook.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #4267b2
}

.button.is-facebook.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-twitter {
    background-color: #1da1f2;
    border-color: transparent;
    color: #fff
}

.button.is-twitter.is-hovered,
.button.is-twitter:hover {
    background-color: #119cf1;
    border-color: transparent;
    color: #fff
}

.button.is-twitter.is-focused,
.button.is-twitter:focus {
    border-color: transparent;
    color: #fff
}

.button.is-twitter.is-focused:not(:active),
.button.is-twitter:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(29, 161, 242, .25)
}

.button.is-twitter.is-active,
.button.is-twitter:active {
    background-color: #0d95e8;
    border-color: transparent;
    color: #fff
}

.button.is-twitter[disabled] {
    background-color: #1da1f2;
    border-color: transparent;
    box-shadow: none
}

.button.is-twitter.is-inverted {
    background-color: #fff;
    color: #1da1f2
}

.button.is-twitter.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-twitter.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #1da1f2
}

.button.is-twitter.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-twitter.is-outlined {
    background-color: transparent;
    border-color: #1da1f2;
    color: #1da1f2
}

.button.is-twitter.is-outlined:focus,
.button.is-twitter.is-outlined:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff
}

.button.is-twitter.is-outlined.is-loading:after {
    border-color: transparent transparent #1da1f2 #1da1f2 !important
}

.button.is-twitter.is-outlined[disabled] {
    background-color: transparent;
    border-color: #1da1f2;
    box-shadow: none;
    color: #1da1f2
}

.button.is-twitter.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-twitter.is-inverted.is-outlined:focus,
.button.is-twitter.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #1da1f2
}

.button.is-twitter.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-whatsapp {
    background-color: #00bfa5;
    border-color: transparent;
    color: #fff
}

.button.is-whatsapp.is-hovered,
.button.is-whatsapp:hover {
    background-color: #00b29a;
    border-color: transparent;
    color: #fff
}

.button.is-whatsapp.is-focused,
.button.is-whatsapp:focus {
    border-color: transparent;
    color: #fff
}

.button.is-whatsapp.is-focused:not(:active),
.button.is-whatsapp:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(0, 191, 165, .25)
}

.button.is-whatsapp.is-active,
.button.is-whatsapp:active {
    background-color: #00a68f;
    border-color: transparent;
    color: #fff
}

.button.is-whatsapp[disabled] {
    background-color: #00bfa5;
    border-color: transparent;
    box-shadow: none
}

.button.is-whatsapp.is-inverted {
    background-color: #fff;
    color: #00bfa5
}

.button.is-whatsapp.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-whatsapp.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #00bfa5
}

.button.is-whatsapp.is-loading:after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-whatsapp.is-outlined {
    background-color: transparent;
    border-color: #00bfa5;
    color: #00bfa5
}

.button.is-whatsapp.is-outlined:focus,
.button.is-whatsapp.is-outlined:hover {
    background-color: #00bfa5;
    border-color: #00bfa5;
    color: #fff
}

.button.is-whatsapp.is-outlined.is-loading:after {
    border-color: transparent transparent #00bfa5 #00bfa5 !important
}

.button.is-whatsapp.is-outlined[disabled] {
    background-color: transparent;
    border-color: #00bfa5;
    box-shadow: none;
    color: #00bfa5
}

.button.is-whatsapp.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-whatsapp.is-inverted.is-outlined:focus,
.button.is-whatsapp.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #00bfa5
}

.button.is-whatsapp.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.button.is-medium {
    font-size: 1.15rem
}

.button.is-large {
    font-size: 1.25rem
}

.button[disabled] {
    background-color: #fff;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: .5
}

.button.is-fullwidth {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.button.is-loading {
    color: transparent !important;
    pointer-events: none
}

.button.is-loading:after {
    position: absolute;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    position: absolute !important
}

.button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none
}

.buttons {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.buttons .button {
    margin-bottom: .5rem
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
    margin-right: .5rem
}

.buttons:last-child {
    margin-bottom: -.5rem
}

.buttons:not(:last-child) {
    margin-bottom: 1rem
}

.buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px
}

.buttons.has-addons .button:last-child {
    margin-right: 0
}

.buttons.has-addons .button.is-hovered,
.buttons.has-addons .button:hover {
    z-index: 2
}

.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button.is-selected,
.buttons.has-addons .button:active,
.buttons.has-addons .button:focus {
    z-index: 3
}

.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button.is-selected:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button:focus:hover {
    z-index: 4
}

.buttons.has-addons .button.is-expanded {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.buttons.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.buttons.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.container {
    margin: 0 auto;
    position: relative
}

@media screen and (min-width:1088px) {
    .container {
        max-width: 960px;
        width: 960px
    }

    .container.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto
    }
}

@media screen and (max-width:1279px) {
    .container.is-widescreen {
        max-width: 1152px;
        width: auto
    }
}

@media screen and (min-width:1280px) {
    .container {
        max-width: 1152px;
        width: 1152px
    }
}

@media screen and (min-width:1472px) {
    .container {
        max-width: 1344px;
        width: 1344px
    }
}

.content li+li {
    margin-top: .25em
}

.content blockquote:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
    margin-bottom: 1em
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125
}

.content h1 {
    font-size: 2em;
    margin-bottom: .5em
}

.content h1:not(:first-child) {
    margin-top: 1em
}

.content h2 {
    font-size: 1.75em;
    margin-bottom: .5714em
}

.content h2:not(:first-child) {
    margin-top: 1.1428em
}

.content h3 {
    font-size: 1.5em;
    margin-bottom: .6666em
}

.content h3:not(:first-child) {
    margin-top: 1.3333em
}

.content h4 {
    font-size: 1.25em;
    margin-bottom: .8em
}

.content h5 {
    font-size: 1.125em;
    margin-bottom: .8888em
}

.content h6 {
    font-size: 1em;
    margin-bottom: 1em
}

.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em
}

.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em
}

.content ol:not([type]) {
    list-style-type: decimal
}

.content ol:not([type]).is-lower-roman {
    list-style-type: lower-roman
}

.content ol:not([type]).is-upper-roman {
    list-style-type: upper-roman
}

.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em
}

.content ul ul {
    list-style-type: circle;
    margin-top: .5em
}

.content ul ul ul {
    list-style-type: square
}

.content figure {
    margin-left: 0em;
    margin-right: 0em;
    text-align: center
}

.content figure:not(:first-child) {
    margin-top: 2em
}

.content figure:not(:last-child) {
    margin-bottom: 2em
}

.content figure img {
    display: inline-block
}

.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal
}

.content sub {
    font-size: 75%
}

.content table {
    width: 100%
}

.content table td,
.content table th {
    border: 0;
    border-width: 0;
    vertical-align: top
}

.content table th {
    color: #363636;
    text-align: left
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
    border-bottom-width: 0
}

.content.is-small {
    font-size: .75rem
}

.content.is-medium {
    font-size: 1.15rem
}

.content.is-large {
    font-size: 1.25rem
}

.input,
.textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
    max-width: 100%;
    width: 100%
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input.is-hovered,
.input:hover,
.textarea.is-hovered,
.textarea:hover {
    border-color: #b5b5b5
}

.input.is-active,
.input.is-focused,
.input:active,
.input:focus,
.textarea.is-active,
.textarea.is-focused,
.textarea:active,
.textarea:focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.input[disabled],
.textarea[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.input[readonly],
.textarea[readonly] {
    box-shadow: none
}

.input.is-white,
.textarea.is-white {
    border-color: #fff
}

.input.is-white.is-active,
.input.is-white.is-focused,
.input.is-white:active,
.input.is-white:focus,
.textarea.is-white.is-active,
.textarea.is-white.is-focused,
.textarea.is-white:active,
.textarea.is-white:focus {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}

.input.is-black,
.textarea.is-black {
    border-color: #0a0a0a
}

.input.is-black.is-active,
.input.is-black.is-focused,
.input.is-black:active,
.input.is-black:focus,
.textarea.is-black.is-active,
.textarea.is-black.is-focused,
.textarea.is-black:active,
.textarea.is-black:focus {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 4%, .25)
}

.input.is-light,
.textarea.is-light {
    border-color: #f5f5f5
}

.input.is-light.is-active,
.input.is-light.is-focused,
.input.is-light:active,
.input.is-light:focus,
.textarea.is-light.is-active,
.textarea.is-light.is-focused,
.textarea.is-light:active,
.textarea.is-light:focus {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25)
}

.input.is-dark,
.textarea.is-dark {
    border-color: #4c4c4c
}

.input.is-dark.is-active,
.input.is-dark.is-focused,
.input.is-dark:active,
.input.is-dark:focus,
.textarea.is-dark.is-active,
.textarea.is-dark.is-focused,
.textarea.is-dark:active,
.textarea.is-dark:focus {
    box-shadow: 0 0 0 .125em rgba(76, 76, 76, .25)
}

.input.is-primary,
.textarea.is-primary {
    border-color: #58585c
}

.input.is-primary.is-active,
.input.is-primary.is-focused,
.input.is-primary:active,
.input.is-primary:focus,
.textarea.is-primary.is-active,
.textarea.is-primary.is-focused,
.textarea.is-primary:active,
.textarea.is-primary:focus {
    box-shadow: 0 0 0 .125em rgba(217, 17, 141, .25)
}

.input.is-link,
.textarea.is-link {
    border-color: #3273dc
}

.input.is-link.is-active,
.input.is-link.is-focused,
.input.is-link:active,
.input.is-link:focus,
.textarea.is-link.is-active,
.textarea.is-link.is-focused,
.textarea.is-link:active,
.textarea.is-link:focus {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.input.is-success,
.textarea.is-success {
    border-color: #23d160
}

.input.is-success.is-active,
.input.is-success.is-focused,
.input.is-success:active,
.input.is-success:focus,
.textarea.is-success.is-active,
.textarea.is-success.is-focused,
.textarea.is-success:active,
.textarea.is-success:focus {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.input.is-danger,
.textarea.is-danger {
    border-color: #ff3860
}

.input.is-danger.is-active,
.input.is-danger.is-focused,
.input.is-danger:active,
.input.is-danger:focus,
.textarea.is-danger.is-active,
.textarea.is-danger.is-focused,
.textarea.is-danger:active,
.textarea.is-danger:focus {
    box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.input.is-facebook,
.textarea.is-facebook {
    border-color: #4267b2
}

.input.is-facebook.is-active,
.input.is-facebook.is-focused,
.input.is-facebook:active,
.input.is-facebook:focus,
.textarea.is-facebook.is-active,
.textarea.is-facebook.is-focused,
.textarea.is-facebook:active,
.textarea.is-facebook:focus {
    box-shadow: 0 0 0 .125em rgba(66, 103, 178, .25)
}

.input.is-twitter,
.textarea.is-twitter {
    border-color: #1da1f2
}

.input.is-twitter.is-active,
.input.is-twitter.is-focused,
.input.is-twitter:active,
.input.is-twitter:focus,
.textarea.is-twitter.is-active,
.textarea.is-twitter.is-focused,
.textarea.is-twitter:active,
.textarea.is-twitter:focus {
    box-shadow: 0 0 0 .125em rgba(29, 161, 242, .25)
}

.input.is-whatsapp,
.textarea.is-whatsapp {
    border-color: #00bfa5
}

.input.is-whatsapp.is-active,
.input.is-whatsapp.is-focused,
.input.is-whatsapp:active,
.input.is-whatsapp:focus,
.textarea.is-whatsapp.is-active,
.textarea.is-whatsapp.is-focused,
.textarea.is-whatsapp:active,
.textarea.is-whatsapp:focus {
    box-shadow: 0 0 0 .125em rgba(0, 191, 165, .25)
}

.input.is-small,
.textarea.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.input.is-medium,
.textarea.is-medium {
    font-size: 1.15rem
}

.input.is-large,
.textarea.is-large {
    font-size: 1.25rem
}

.input.is-fullwidth,
.textarea.is-fullwidth {
    display: block;
    width: 100%
}

.input.is-inline,
.textarea.is-inline {
    display: inline;
    width: auto
}

.input.is-static {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: .625em;
    resize: vertical
}

.textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px
}

.textarea[rows] {
    height: auto
}

.textarea.has-fixed-size {
    resize: none
}

.checkbox,
.radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative
}

.checkbox input,
.radio input {
    cursor: pointer
}

.checkbox:hover,
.radio:hover {
    color: #363636
}

.checkbox[disabled],
.radio[disabled] {
    color: #7a7a7a;
    cursor: not-allowed
}

.radio+.radio {
    margin-left: .5em
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.select:not(.is-multiple) {
    height: 2.25em
}

.select:not(.is-multiple):not(.is-loading):after {
    border-color: #3273dc
}

.select select {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none
}

.select select::-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select:-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select.is-hovered,
.select select:hover {
    border-color: #b5b5b5
}

.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select select[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a
}

.select select[disabled]::-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select[disabled]::-webkit-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select[disabled]:-moz-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select[disabled]:-ms-input-placeholder {
    color: hsla(0, 0%, 48%, .3)
}

.select select::-ms-expand {
    display: none
}

.select select[disabled]:hover {
    border-color: #f5f5f5
}

.select select:not([multiple]) {
    padding-right: 2.5em
}

.select select[multiple] {
    height: auto;
    padding: 0
}

.select select[multiple] option {
    padding: .5em 1em
}

.select:not(.is-multiple):not(.is-loading):hover:after {
    border-color: #363636
}

.select.is-white:not(:hover):after,
.select.is-white select {
    border-color: #fff
}

.select.is-white select.is-hovered,
.select.is-white select:hover {
    border-color: #f2f2f2
}

.select.is-white select.is-active,
.select.is-white select.is-focused,
.select.is-white select:active,
.select.is-white select:focus {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 100%, .25)
}

.select.is-black:not(:hover):after,
.select.is-black select {
    border-color: #0a0a0a
}

.select.is-black select.is-hovered,
.select.is-black select:hover {
    border-color: #000
}

.select.is-black select.is-active,
.select.is-black select.is-focused,
.select.is-black select:active,
.select.is-black select:focus {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 4%, .25)
}

.select.is-light:not(:hover):after,
.select.is-light select {
    border-color: #f5f5f5
}

.select.is-light select.is-hovered,
.select.is-light select:hover {
    border-color: #e8e8e8
}

.select.is-light select.is-active,
.select.is-light select.is-focused,
.select.is-light select:active,
.select.is-light select:focus {
    box-shadow: 0 0 0 .125em hsla(0, 0%, 96%, .25)
}

.select.is-dark:not(:hover):after,
.select.is-dark select {
    border-color: #4c4c4c
}

.select.is-dark select.is-hovered,
.select.is-dark select:hover {
    border-color: #3f3f3f
}

.select.is-dark select.is-active,
.select.is-dark select.is-focused,
.select.is-dark select:active,
.select.is-dark select:focus {
    box-shadow: 0 0 0 .125em rgba(76, 76, 76, .25)
}

.select.is-primary:not(:hover):after,
.select.is-primary select {
    border-color: #58585c
}

.select.is-primary select.is-hovered,
.select.is-primary select:hover {
    border-color: #c10f7e
}

.select.is-primary select.is-active,
.select.is-primary select.is-focused,
.select.is-primary select:active,
.select.is-primary select:focus {
    box-shadow: 0 0 0 .125em rgba(217, 17, 141, .25)
}

.select.is-link:not(:hover):after,
.select.is-link select {
    border-color: #3273dc
}

.select.is-link select.is-hovered,
.select.is-link select:hover {
    border-color: #2366d1
}

.select.is-link select.is-active,
.select.is-link select.is-focused,
.select.is-link select:active,
.select.is-link select:focus {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select.is-success:not(:hover):after,
.select.is-success select {
    border-color: #23d160
}

.select.is-success select.is-hovered,
.select.is-success select:hover {
    border-color: #20bc56
}

.select.is-success select.is-active,
.select.is-success select.is-focused,
.select.is-success select:active,
.select.is-success select:focus {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.select.is-danger:not(:hover):after,
.select.is-danger select {
    border-color: #ff3860
}

.select.is-danger select.is-hovered,
.select.is-danger select:hover {
    border-color: #ff1f4b
}

.select.is-danger select.is-active,
.select.is-danger select.is-focused,
.select.is-danger select:active,
.select.is-danger select:focus {
    box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.select.is-facebook:not(:hover):after,
.select.is-facebook select {
    border-color: #4267b2
}

.select.is-facebook select.is-hovered,
.select.is-facebook select:hover {
    border-color: #3b5c9f
}

.select.is-facebook select.is-active,
.select.is-facebook select.is-focused,
.select.is-facebook select:active,
.select.is-facebook select:focus {
    box-shadow: 0 0 0 .125em rgba(66, 103, 178, .25)
}

.select.is-twitter:not(:hover):after,
.select.is-twitter select {
    border-color: #1da1f2
}

.select.is-twitter select.is-hovered,
.select.is-twitter select:hover {
    border-color: #0d95e8
}

.select.is-twitter select.is-active,
.select.is-twitter select.is-focused,
.select.is-twitter select:active,
.select.is-twitter select:focus {
    box-shadow: 0 0 0 .125em rgba(29, 161, 242, .25)
}

.select.is-whatsapp:not(:hover):after,
.select.is-whatsapp select {
    border-color: #00bfa5
}

.select.is-whatsapp select.is-hovered,
.select.is-whatsapp select:hover {
    border-color: #00a68f
}

.select.is-whatsapp select.is-active,
.select.is-whatsapp select.is-focused,
.select.is-whatsapp select:active,
.select.is-whatsapp select:focus {
    box-shadow: 0 0 0 .125em rgba(0, 191, 165, .25)
}

.select.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.select.is-medium {
    font-size: 1.15rem
}

.select.is-large {
    font-size: 1.25rem
}

.select.is-disabled:after {
    border-color: #7a7a7a
}

.select.is-fullwidth,
.select.is-fullwidth select {
    width: 100%
}

.select.is-loading:after {
    margin-top: 0;
    position: absolute;
    right: .625em;
    top: .625em;
    transform: none
}

.select.is-loading.is-small:after {
    font-size: .75rem
}

.select.is-loading.is-medium:after {
    font-size: 1.15rem
}

.select.is-loading.is-large:after {
    font-size: 1.25rem
}

.file {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.file.is-white .file-cta {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a
}

.file.is-white.is-hovered .file-cta,
.file.is-white:hover .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a
}

.file.is-white.is-focused .file-cta,
.file.is-white:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em hsla(0, 0%, 100%, .25);
    color: #0a0a0a
}

.file.is-white.is-active .file-cta,
.file.is-white:active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a
}

.file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff
}

.file.is-black.is-hovered .file-cta,
.file.is-black:hover .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: #fff
}

.file.is-black.is-focused .file-cta,
.file.is-black:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em hsla(0, 0%, 4%, .25);
    color: #fff
}

.file.is-black.is-active .file-cta,
.file.is-black:active .file-cta {
    background-color: #000;
    border-color: transparent;
    color: #fff
}

.file.is-light .file-cta {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #4c4c4c
}

.file.is-light.is-hovered .file-cta,
.file.is-light:hover .file-cta {
    background-color: #eee;
    border-color: transparent;
    color: #4c4c4c
}

.file.is-light.is-focused .file-cta,
.file.is-light:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em hsla(0, 0%, 96%, .25);
    color: #4c4c4c
}

.file.is-light.is-active .file-cta,
.file.is-light:active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #4c4c4c
}

.file.is-dark .file-cta {
    background-color: #4c4c4c;
    border-color: transparent;
    color: #f5f5f5
}

.file.is-dark.is-hovered .file-cta,
.file.is-dark:hover .file-cta {
    background-color: #464646;
    border-color: transparent;
    color: #f5f5f5
}

.file.is-dark.is-focused .file-cta,
.file.is-dark:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(76, 76, 76, .25);
    color: #f5f5f5
}

.file.is-dark.is-active .file-cta,
.file.is-dark:active .file-cta {
    background-color: #3f3f3f;
    border-color: transparent;
    color: #f5f5f5
}

.file.is-primary .file-cta {
    background-color: #58585c;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-hovered .file-cta,
.file.is-primary:hover .file-cta {
    background-color: #cd1085;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-focused .file-cta,
.file.is-primary:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(217, 17, 141, .25);
    color: #fff
}

.file.is-primary.is-active .file-cta,
.file.is-primary:active .file-cta {
    background-color: #c10f7e;
    border-color: transparent;
    color: #fff
}

.file.is-link .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-hovered .file-cta,
.file.is-link:hover .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-focused .file-cta,
.file.is-link:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(50, 115, 220, .25);
    color: #fff
}

.file.is-link.is-active .file-cta,
.file.is-link:active .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff
}

.file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-hovered .file-cta,
.file.is-success:hover .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-focused .file-cta,
.file.is-success:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(35, 209, 96, .25);
    color: #fff
}

.file.is-success.is-active .file-cta,
.file.is-success:active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff
}

.file.is-danger .file-cta {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-hovered .file-cta,
.file.is-danger:hover .file-cta {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-focused .file-cta,
.file.is-danger:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(255, 56, 96, .25);
    color: #fff
}

.file.is-danger.is-active .file-cta,
.file.is-danger:active .file-cta {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff
}

.file.is-facebook .file-cta {
    background-color: #4267b2;
    border-color: transparent;
    color: #fff
}

.file.is-facebook.is-hovered .file-cta,
.file.is-facebook:hover .file-cta {
    background-color: #3f62a9;
    border-color: transparent;
    color: #fff
}

.file.is-facebook.is-focused .file-cta,
.file.is-facebook:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(66, 103, 178, .25);
    color: #fff
}

.file.is-facebook.is-active .file-cta,
.file.is-facebook:active .file-cta {
    background-color: #3b5c9f;
    border-color: transparent;
    color: #fff
}

.file.is-twitter .file-cta {
    background-color: #1da1f2;
    border-color: transparent;
    color: #fff
}

.file.is-twitter.is-hovered .file-cta,
.file.is-twitter:hover .file-cta {
    background-color: #119cf1;
    border-color: transparent;
    color: #fff
}

.file.is-twitter.is-focused .file-cta,
.file.is-twitter:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(29, 161, 242, .25);
    color: #fff
}

.file.is-twitter.is-active .file-cta,
.file.is-twitter:active .file-cta {
    background-color: #0d95e8;
    border-color: transparent;
    color: #fff
}

.file.is-whatsapp .file-cta {
    background-color: #00bfa5;
    border-color: transparent;
    color: #fff
}

.file.is-whatsapp.is-hovered .file-cta,
.file.is-whatsapp:hover .file-cta {
    background-color: #00b29a;
    border-color: transparent;
    color: #fff
}

.file.is-whatsapp.is-focused .file-cta,
.file.is-whatsapp:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(0, 191, 165, .25);
    color: #fff
}

.file.is-whatsapp.is-active .file-cta,
.file.is-whatsapp:active .file-cta {
    background-color: #00a68f;
    border-color: transparent;
    color: #fff
}

.file.is-small {
    font-size: .75rem
}

.file.is-medium {
    font-size: 1.15rem
}

.file.is-medium .file-icon .fa {
    font-size: 21px
}

.file.is-large {
    font-size: 1.25rem
}

.file.is-large .file-icon .fa {
    font-size: 28px
}

.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.file.has-name.is-empty .file-cta {
    border-radius: 0
}

.file.has-name.is-empty .file-name {
    display: none
}

.file.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.file.is-fullwidth .file-label {
    width: 100%
}

.file.is-fullwidth .file-name {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none
}

.file.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.file.is-right .file-cta {
    border-radius: 0 0 0 0
}

.file.is-right .file-name {
    border-radius: 0 0 0 0;
    border-width: 1px 0 1px 1px;
    -ms-flex-order: -1;
    order: -1
}

.file-label {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

.file-label:hover .file-cta {
    background-color: #eee;
    color: #363636
}

.file-label:hover .file-name {
    border-color: #d5d5d5
}

.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636
}

.file-label:active .file-name {
    border-color: #cfcfcf
}

.file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 100%
}

.file-cta,
.file-name {
    border-color: #dbdbdb;
    border-radius: 0;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap
}

.file-cta {
    background-color: #f5f5f5;
    color: #4a4a4a
}

.file-name {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}

.file-icon {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 1em;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5em;
    width: 1em
}

.file-icon .fa {
    font-size: 14px
}

.label {
    color: #363636;
    display: block;
    font-size: .9rem;
    font-weight: 700
}

.label:not(:last-child) {
    margin-bottom: .5em
}

.label.is-small {
    font-size: .75rem
}

.label.is-medium {
    font-size: 1.15rem
}

.label.is-large {
    font-size: 1.25rem
}

.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem
}

.help.is-white {
    color: #fff
}

.help.is-black {
    color: #0a0a0a
}

.help.is-light {
    color: #f5f5f5
}

.help.is-dark {
    color: #4c4c4c
}

.help.is-primary {
    color: #58585c
}

.help.is-link {
    color: #3273dc
}

.help.is-success {
    color: #23d160
}

.help.is-danger {
    color: #ff3860
}

.help.is-facebook {
    color: #4267b2
}

.help.is-twitter {
    color: #1da1f2
}

.help.is-whatsapp {
    color: #00bfa5
}

.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
    margin-right: -1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0
}

.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover {
    z-index: 2
}

.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]):focus {
    z-index: 3
}

.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover {
    z-index: 4
}

.field.has-addons .control.is-expanded {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.field.has-addons.has-addons-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.field.has-addons.has-addons-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.field.is-grouped {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.field.is-grouped>.control {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.field.is-grouped.is-grouped-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
    margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0
}

@media print,
screen and (min-width:769px) {
    .field.is-horizontal {
        display: -ms-flexbox;
        display: flex
    }
}

.field-label .label {
    font-size: inherit
}

@media screen and (max-width:768px) {
    .field-label {
        margin-bottom: .5rem
    }
}

@media print,
screen and (min-width:769px) {
    .field-label {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

    .field-label.is-small {
        font-size: .75rem;
        padding-top: .375em
    }

    .field-label.is-normal {
        padding-top: .375em
    }

    .field-label.is-medium {
        font-size: 1.15rem;
        padding-top: .375em
    }

    .field-label.is-large {
        font-size: 1.25rem;
        padding-top: .375em
    }
}

.field-body .field .field {
    margin-bottom: 0
}

@media print,
screen and (min-width:769px) {
    .field-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .field-body .field {
        margin-bottom: 0
    }

    .field-body>.field {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .field-body>.field:not(.is-narrow) {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .field-body>.field:not(:last-child) {
        margin-right: .75rem
    }
}

.control {
    clear: both;
    font-size: .9rem;
    position: relative;
    text-align: left
}

.control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4
}

.control.has-icon .input:focus+.icon {
    color: #7a7a7a
}

.control.has-icon .input.is-small+.icon {
    font-size: .75rem
}

.control.has-icon .input.is-medium+.icon {
    font-size: 1.15rem
}

.control.has-icon .input.is-large+.icon {
    font-size: 1.25rem
}

.control.has-icon:not(.has-icon-right) .icon {
    left: 0
}

.control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em
}

.control.has-icon.has-icon-right .icon {
    right: 0
}

.control.has-icon.has-icon-right .input {
    padding-right: 2.25em
}

.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .select:focus~.icon {
    color: #7a7a7a
}

.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .select.is-small~.icon {
    font-size: .75rem
}

.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .select.is-medium~.icon {
    font-size: 1.15rem
}

.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .select.is-large~.icon {
    font-size: 1.25rem
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
    padding-left: 2.25em
}

.control.has-icons-left .icon.is-left {
    left: 0
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
    padding-right: 2.25em
}

.control.has-icons-right .icon.is-right {
    right: 0
}

.control.is-loading:after {
    position: absolute !important;
    right: .625em;
    top: .625em;
    z-index: 4
}

.control.is-loading.is-small:after {
    font-size: .75rem
}

.control.is-loading.is-medium:after {
    font-size: 1.15rem
}

.control.is-loading.is-large:after {
    font-size: 1.25rem
}

.icon {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem
}

.icon.is-small {
    height: 1rem;
    width: 1rem
}

.icon.is-medium {
    height: 2rem;
    width: 2rem
}

.icon.is-large {
    height: 3rem;
    width: 3rem
}

.image {
    display: block;
    position: relative
}

.image img {
    display: block;
    height: auto;
    width: 100%
}

.image.is-1by1 img,
.image.is-1by2 img,
.image.is-1by3 img,
.image.is-2by1 img,
.image.is-2by3 img,
.image.is-3by1 img,
.image.is-3by2 img,
.image.is-3by4 img,
.image.is-3by5 img,
.image.is-4by3 img,
.image.is-4by5 img,
.image.is-5by3 img,
.image.is-5by4 img,
.image.is-9by16 img,
.image.is-16by9 img,
.image.is-square img {
    height: 100%;
    width: 100%
}

.image.is-1by1,
.image.is-square {
    padding-top: 100%
}

.image.is-5by4 {
    padding-top: 80%
}

.image.is-4by3 {
    padding-top: 75%
}

.image.is-3by2 {
    padding-top: 66.6666%
}

.image.is-5by3 {
    padding-top: 60%
}

.image.is-16by9 {
    padding-top: 56.25%
}

.image.is-2by1 {
    padding-top: 50%
}

.image.is-3by1 {
    padding-top: 33.3333%
}

.image.is-4by5 {
    padding-top: 125%
}

.image.is-3by4 {
    padding-top: 133.3333%
}

.image.is-2by3 {
    padding-top: 150%
}

.image.is-3by5 {
    padding-top: 166.6666%
}

.image.is-9by16 {
    padding-top: 177.7777%
}

.image.is-1by2 {
    padding-top: 200%
}

.image.is-1by3 {
    padding-top: 300%
}

.image.is-16x16 {
    height: 16px;
    width: 16px
}

.image.is-24x24 {
    height: 24px;
    width: 24px
}

.image.is-32x32 {
    height: 32px;
    width: 32px
}

.image.is-48x48 {
    height: 48px;
    width: 48px
}

.image.is-64x64 {
    height: 64px;
    width: 64px
}

.image.is-96x96 {
    height: 96px;
    width: 96px
}

.image.is-128x128 {
    height: 128px;
    width: 128px
}

.notification {
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    position: relative
}

.notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline
}

.notification strong {
    color: currentColor
}

.notification code,
.notification pre {
    background: #fff
}

.notification pre code {
    background: transparent
}

.notification>.delete {
    position: absolute;
    right: .5rem;
    top: .5rem
}

.notification .content,
.notification .subtitle,
.notification .title {
    color: currentColor
}

.notification.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.notification.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.notification.is-light {
    background-color: #f5f5f5;
    color: #4c4c4c
}

.notification.is-dark {
    background-color: #4c4c4c;
    color: #f5f5f5
}

.notification.is-primary {
    background-color: #58585c;
    color: #fff
}

.notification.is-link {
    background-color: #3273dc;
    color: #fff
}

.notification.is-success {
    background-color: #23d160;
    color: #fff
}

.notification.is-danger {
    background-color: #ff3860;
    color: #fff
}

.notification.is-facebook {
    background-color: #4267b2;
    color: #fff
}

.notification.is-twitter {
    background-color: #1da1f2;
    color: #fff
}

.notification.is-whatsapp {
    background-color: #00bfa5;
    color: #fff
}

.content table,
.table {
    background-color: #fff;
    color: #363636
}

.content table td,
.content table th,
.table td,
.table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top
}

.content table td.is-white,
.content table th.is-white,
.table td.is-white,
.table th.is-white {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a
}

.content table td.is-black,
.content table th.is-black,
.table td.is-black,
.table th.is-black {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff
}

.content table td.is-light,
.content table th.is-light,
.table td.is-light,
.table th.is-light {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #4c4c4c
}

.content table td.is-dark,
.content table th.is-dark,
.table td.is-dark,
.table th.is-dark {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #f5f5f5
}

.content table td.is-primary,
.content table th.is-primary,
.table td.is-primary,
.table th.is-primary {
    background-color: #58585c;
    border-color: #58585c;
    color: #fff
}

.content table td.is-link,
.content table th.is-link,
.table td.is-link,
.table th.is-link {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff
}

.content table td.is-success,
.content table th.is-success,
.table td.is-success,
.table th.is-success {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff
}

.content table td.is-danger,
.content table th.is-danger,
.table td.is-danger,
.table th.is-danger {
    background-color: #ff3860;
    border-color: #ff3860;
    color: #fff
}

.content table td.is-facebook,
.content table th.is-facebook,
.table td.is-facebook,
.table th.is-facebook {
    background-color: #4267b2;
    border-color: #4267b2;
    color: #fff
}

.content table td.is-twitter,
.content table th.is-twitter,
.table td.is-twitter,
.table th.is-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff
}

.content table td.is-whatsapp,
.content table th.is-whatsapp,
.table td.is-whatsapp,
.table th.is-whatsapp {
    background-color: #00bfa5;
    border-color: #00bfa5;
    color: #fff
}

.content table td.is-narrow,
.content table th.is-narrow,
.table td.is-narrow,
.table th.is-narrow {
    white-space: nowrap;
    width: 1%
}

.content table td.is-selected,
.content table th.is-selected,
.table td.is-selected,
.table th.is-selected {
    background-color: #58585c;
    color: #fff
}

.content table td.is-selected a,
.content table td.is-selected strong,
.content table th.is-selected a,
.content table th.is-selected strong,
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
    color: currentColor
}

.content table th,
.table th {
    color: #363636;
    text-align: left
}

.content table tr.is-selected,
.table tr.is-selected {
    background-color: #58585c;
    color: #fff
}

.content table tr.is-selected a,
.content table tr.is-selected strong,
.table tr.is-selected a,
.table tr.is-selected strong {
    color: currentColor
}

.content table tr.is-selected td,
.content table tr.is-selected th,
.table tr.is-selected td,
.table tr.is-selected th {
    border-color: #fff;
    color: currentColor
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th,
.table tbody tr:last-child td,
.table tbody tr:last-child th {
    border-bottom-width: 0
}

.content table.is-bordered td,
.content table.is-bordered th,
.table.is-bordered td,
.table.is-bordered th {
    border-width: 1px
}

.content table.is-bordered tr:last-child td,
.content table.is-bordered tr:last-child th,
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
    border-bottom-width: 1px
}

.content table.is-fullwidth,
.table.is-fullwidth {
    width: 100%
}

.content table tbody tr:not(.is-selected):hover,
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover,
.table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa
}

.content table tbody tr:not(.is-selected):hover:nth-child(2n),
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n) {
    background-color: #f5f5f5
}

.content table.is-narrow td,
.content table.is-narrow th,
.table.is-narrow td,
.table.is-narrow th {
    padding: .25em .5em
}

.content table tbody tr:not(.is-selected):nth-child(2n),
.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
    background-color: #fafafa
}

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%
}

.tags {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tags .tag {
    margin-bottom: .5rem
}

.tags .tag:not(:last-child) {
    margin-right: .5rem
}

.tags:last-child {
    margin-bottom: -.5rem
}

.tags:not(:last-child) {
    margin-bottom: 1rem
}

.tags.has-addons .tag {
    margin-right: 0
}

.tags.has-addons .tag:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.tags.has-addons .tag:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.tags.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.tags.is-centered .tag {
    margin-right: .25rem;
    margin-left: .25rem
}

.tags.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tags.is-right .tag:not(:first-child) {
    margin-left: .5rem
}

.tags.is-right .tag:not(:last-child) {
    margin-right: 0
}

.tag:not(body) {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 0;
    color: #4a4a4a;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.tag:not(body) .delete {
    margin-left: .25rem;
    margin-right: -.375rem
}

.tag:not(body).is-white {
    background-color: #fff;
    color: #0a0a0a
}

.tag:not(body).is-black {
    background-color: #0a0a0a;
    color: #fff
}

.tag:not(body).is-light {
    background-color: #f5f5f5;
    color: #4c4c4c
}

.tag:not(body).is-dark {
    background-color: #4c4c4c;
    color: #f5f5f5
}

.tag:not(body).is-primary {
    background-color: #58585c;
    color: #fff
}

.tag:not(body).is-link {
    background-color: #3273dc;
    color: #fff
}

.tag:not(body).is-success {
    background-color: #23d160;
    color: #fff
}

.tag:not(body).is-danger {
    background-color: #ff3860;
    color: #fff
}

.tag:not(body).is-facebook {
    background-color: #4267b2;
    color: #fff
}

.tag:not(body).is-twitter {
    background-color: #1da1f2;
    color: #fff
}

.tag:not(body).is-whatsapp {
    background-color: #00bfa5;
    color: #fff
}

.tag:not(body).is-medium {
    font-size: .9rem
}

.tag:not(body).is-large {
    font-size: 1.15rem
}

.tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em
}

.tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: -.375em
}

.tag:not(body) .icon:first-child:last-child {
    margin-left: -.375em;
    margin-right: -.375em
}

.tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em
}

.tag:not(body).is-delete:after,
.tag:not(body).is-delete:before {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.tag:not(body).is-delete:before {
    height: 1px;
    width: 50%
}

.tag:not(body).is-delete:after {
    height: 50%;
    width: 1px
}

.tag:not(body).is-delete:focus,
.tag:not(body).is-delete:hover {
    background-color: #e8e8e8
}

.tag:not(body).is-delete:active {
    background-color: #dbdbdb
}

a.tag:hover {
    text-decoration: underline
}

.subtitle,
.title {
    word-break: break-word
}

.subtitle span,
.title span {
    font-weight: inherit
}

.subtitle sub,
.title sub {
    font-size: .75em
}

.subtitle .tag,
.title .tag {
    vertical-align: middle
}

.title {
    color: #363636;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.125
}

.title strong {
    color: inherit;
    font-weight: inherit
}

.title+.highlight {
    margin-top: -.75rem
}

/*.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}*/

.title.is-1 {
    font-size: 2.5rem
}

.title.is-2 {
    font-size: 2rem
}

.title.is-3 {
    font-size: 1.5rem
}

.title.is-4 {
    font-size: 1.25rem
}

.title.is-5 {
    font-size: 1.15rem
}

.title.is-6 {
    font-size: .95rem
}

.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 2.5rem
}

.subtitle.is-2 {
    font-size: 2rem
}

.subtitle.is-3 {
    font-size: 1.5rem
}

.subtitle.is-4 {
    font-size: 1.25rem
}

.subtitle.is-5 {
    font-size: 1.15rem
}

.subtitle.is-6 {
    font-size: .95rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.highlight {
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    padding: 0
}

.highlight pre {
    overflow: auto;
    max-width: 100%
}

.number {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 290486px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.15rem;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: .25rem .5rem;
    text-align: center;
    vertical-align: top
}

.card {
    background-color: #fff;
    box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .1);
    color: #4a4a4a;
    max-width: 100%;
    position: relative
}

.card-header {
    background-color: transparent;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: 0 1px 2px hsla(0, 0%, 4%, .1)
}

.card-header,
.card-header-title {
    display: -ms-flexbox;
    display: flex
}

.card-header-title {
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    padding: .75rem
}

.card-header-icon,
.card-header-title.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.card-header-icon {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    padding: .75rem
}

.card-image {
    display: block;
    position: relative
}

.card-content {
    background-color: transparent;
    padding: 1.5rem
}

.card-footer {
    background-color: transparent;
    border-top: 1px solid #dbdbdb;
    -ms-flex-align: stretch;
    align-items: stretch
}

.card-footer,
.card-footer-item {
    display: -ms-flexbox;
    display: flex
}

.card-footer-item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .75rem
}

.card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb
}

.card .media:not(:last-child) {
    margin-bottom: .75rem
}

.dropdown {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
    display: block
}

.dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0
}

.dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: 0;
    top: auto
}

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20
}

.dropdown-content {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 3px hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .1);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative
}

a.dropdown-item,
button.dropdown-item {
    padding-right: 3rem;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

a.dropdown-item:hover,
button.dropdown-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
    background-color: #3273dc;
    color: #fff
}

.dropdown-divider {
    background-color: #dbdbdb;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.level {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.level code {
    border-radius: 0
}

.level img {
    display: inline-block;
    vertical-align: top
}

.level.is-mobile,
.level.is-mobile .level-left,
.level.is-mobile .level-right {
    display: -ms-flexbox;
    display: flex
}

.level.is-mobile .level-left+.level-right {
    margin-top: 0
}

.level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.level.is-mobile .level-item:not(.is-narrow) {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media print,
screen and (min-width:769px) {
    .level {
        display: -ms-flexbox;
        display: flex
    }

    .level>.level-item:not(.is-narrow) {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.level-item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center
}

.level-item .subtitle,
.level-item .title {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .level-item:not(:last-child) {
        margin-bottom: .75rem
    }
}

.level-left,
.level-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media print,
screen and (min-width:769px) {

    .level-left .level-item:not(:last-child),
    .level-right .level-item:not(:last-child) {
        margin-right: .75rem
    }
}

.level-left {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width:768px) {
    .level-left+.level-right {
        margin-top: 1.5rem
    }
}

@media print,
screen and (min-width:769px) {
    .level-left {
        display: -ms-flexbox;
        display: flex
    }
}

.level-right {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media print,
screen and (min-width:769px) {
    .level-right {
        display: -ms-flexbox;
        display: flex
    }
}

.message {
    background-color: #f5f5f5;
    border-radius: 0;
    font-size: .9rem
}

.message strong {
    color: currentColor
}

.message a:not(.button):not(.tag) {
    color: currentColor;
    text-decoration: underline
}

.message.is-small {
    font-size: .75rem
}

.message.is-medium {
    font-size: 1.15rem
}

.message.is-large {
    font-size: 1.25rem
}

.message.is-white {
    background-color: #fff
}

.message.is-white .message-header {
    background-color: #fff;
    color: #0a0a0a
}

.message.is-white .message-body {
    border-color: #fff;
    color: #4d4d4d
}

.message.is-black {
    background-color: #fafafa
}

.message.is-black .message-header {
    background-color: #0a0a0a;
    color: #fff
}

.message.is-black .message-body {
    border-color: #0a0a0a;
    color: #090909
}

.message.is-light {
    background-color: #fafafa
}

.message.is-light .message-header {
    background-color: #f5f5f5;
    color: #4c4c4c
}

.message.is-light .message-body {
    border-color: #f5f5f5;
    color: #505050
}

.message.is-dark {
    background-color: #fafafa
}

.message.is-dark .message-header {
    background-color: #4c4c4c;
    color: #f5f5f5
}

.message.is-dark .message-body {
    border-color: #4c4c4c;
    color: #58585c
}

.message.is-primary {
    background-color: #fef6fb
}

.message.is-primary .message-header {
    background-color: #58585c;
    color: #fff
}

.message.is-primary .message-body {
    border-color: #58585c;
    color: #951163
}

.message.is-link {
    background-color: #f6f9fe
}

.message.is-link .message-header {
    background-color: #3273dc;
    color: #fff
}

.message.is-link .message-body {
    border-color: #3273dc;
    color: #22509a
}

.message.is-success {
    background-color: #f6fef9
}

.message.is-success .message-header {
    background-color: #23d160;
    color: #fff
}

.message.is-success .message-body {
    border-color: #23d160;
    color: #0e301a
}

.message.is-danger {
    background-color: #fff5f7
}

.message.is-danger .message-header {
    background-color: #ff3860;
    color: #fff
}

.message.is-danger .message-body {
    border-color: #ff3860;
    color: #cd0930
}

.message.is-facebook {
    background-color: #f8f9fc
}

.message.is-facebook .message-header {
    background-color: #4267b2;
    color: #fff
}

.message.is-facebook .message-body {
    border-color: #4267b2;
    color: #354c7b
}

.message.is-twitter {
    background-color: #f5fbfe
}

.message.is-twitter .message-header {
    background-color: #1da1f2;
    color: #fff
}

.message.is-twitter .message-body {
    border-color: #1da1f2;
    color: #0f527a
}

.message.is-whatsapp {
    background-color: #f5fffe
}

.message.is-whatsapp .message-header {
    background-color: #00bfa5;
    color: #fff
}

.message.is-whatsapp .message-body {
    border-color: #00bfa5;
    color: #021d1a
}

.message-header {
    -ms-flex-align: center;
    align-items: center;
    background-color: #4a4a4a;
    border-radius: 0 0 0 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.25;
    padding: .75em 1em;
    position: relative
}

.message-header .delete {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .75em
}

.message-header+.message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.message-body {
    border-color: #dbdbdb;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #4a4a4a;
    padding: 1.25em 1.5em
}

.message-body code,
.message-body pre {
    background-color: #fff
}

.message-body pre code {
    background-color: transparent
}

.modal {
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

.modal.is-active {
    display: -ms-flexbox;
    display: flex
}

.modal-background {
    background-color: hsla(0, 0%, 4%, .86)
}

.modal-card,
.modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

.modal-content {
    overflow-x: hidden;
}

@media print,
screen and (min-width:769px) {

    .modal-card,
    .modal-content {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

.modal-close {
    background: none;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

.modal-card {
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible
}

.modal-card,
.modal-card-head {
    display: -ms-flexbox;
    display: flex
}

.modal-card-head {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title {
    color: #363636;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 1
}

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
}

.navbar {
    background-color: #fff;
    min-height: 3.25rem;
    position: relative;
    z-index: 30
}

.navbar.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link,
.navbar.is-white .navbar-brand>.navbar-item {
    color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link.is-active,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand>a.navbar-item.is-active,
.navbar.is-white .navbar-brand>a.navbar-item:hover {
    background-color: #f2f2f2;
    color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link:after {
    border-color: #0a0a0a
}

.navbar.is-white .navbar-burger {
    color: #0a0a0a
}

@media screen and (min-width:1088px) {

    .navbar.is-white .navbar-end .navbar-link,
    .navbar.is-white .navbar-end>.navbar-item,
    .navbar.is-white .navbar-start .navbar-link,
    .navbar.is-white .navbar-start>.navbar-item {
        color: #0a0a0a
    }

    .navbar.is-white .navbar-end .navbar-link.is-active,
    .navbar.is-white .navbar-end .navbar-link:hover,
    .navbar.is-white .navbar-end>a.navbar-item.is-active,
    .navbar.is-white .navbar-end>a.navbar-item:hover,
    .navbar.is-white .navbar-start .navbar-link.is-active,
    .navbar.is-white .navbar-start .navbar-link:hover,
    .navbar.is-white .navbar-start>a.navbar-item.is-active,
    .navbar.is-white .navbar-start>a.navbar-item:hover {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-end .navbar-link:after,
    .navbar.is-white .navbar-start .navbar-link:after {
        border-color: #0a0a0a
    }

    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #0a0a0a
    }
}

.navbar.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link,
.navbar.is-black .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link.is-active,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand>a.navbar-item.is-active,
.navbar.is-black .navbar-brand>a.navbar-item:hover {
    background-color: #000;
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link:after {
    border-color: #fff
}

.navbar.is-black .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {

    .navbar.is-black .navbar-end .navbar-link,
    .navbar.is-black .navbar-end>.navbar-item,
    .navbar.is-black .navbar-start .navbar-link,
    .navbar.is-black .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-black .navbar-end .navbar-link.is-active,
    .navbar.is-black .navbar-end .navbar-link:hover,
    .navbar.is-black .navbar-end>a.navbar-item.is-active,
    .navbar.is-black .navbar-end>a.navbar-item:hover,
    .navbar.is-black .navbar-start .navbar-link.is-active,
    .navbar.is-black .navbar-start .navbar-link:hover,
    .navbar.is-black .navbar-start>a.navbar-item.is-active,
    .navbar.is-black .navbar-start>a.navbar-item:hover {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-end .navbar-link:after,
    .navbar.is-black .navbar-start .navbar-link:after {
        border-color: #fff
    }

    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #fff
    }
}

.navbar.is-light {
    background-color: #f5f5f5;
    color: #4c4c4c
}

.navbar.is-light .navbar-brand .navbar-link,
.navbar.is-light .navbar-brand>.navbar-item {
    color: #4c4c4c
}

.navbar.is-light .navbar-brand .navbar-link.is-active,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand>a.navbar-item.is-active,
.navbar.is-light .navbar-brand>a.navbar-item:hover {
    background-color: #e8e8e8;
    color: #4c4c4c
}

.navbar.is-light .navbar-brand .navbar-link:after {
    border-color: #4c4c4c
}

.navbar.is-light .navbar-burger {
    color: #4c4c4c
}

@media screen and (min-width:1088px) {

    .navbar.is-light .navbar-end .navbar-link,
    .navbar.is-light .navbar-end>.navbar-item,
    .navbar.is-light .navbar-start .navbar-link,
    .navbar.is-light .navbar-start>.navbar-item {
        color: #4c4c4c
    }

    .navbar.is-light .navbar-end .navbar-link.is-active,
    .navbar.is-light .navbar-end .navbar-link:hover,
    .navbar.is-light .navbar-end>a.navbar-item.is-active,
    .navbar.is-light .navbar-end>a.navbar-item:hover,
    .navbar.is-light .navbar-start .navbar-link.is-active,
    .navbar.is-light .navbar-start .navbar-link:hover,
    .navbar.is-light .navbar-start>a.navbar-item.is-active,
    .navbar.is-light .navbar-start>a.navbar-item:hover {
        background-color: #e8e8e8;
        color: #4c4c4c
    }

    .navbar.is-light .navbar-end .navbar-link:after,
    .navbar.is-light .navbar-start .navbar-link:after {
        border-color: #4c4c4c
    }

    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #e8e8e8;
        color: #4c4c4c
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #4c4c4c
    }
}

.navbar.is-dark {
    background-color: #4c4c4c;
    color: #f5f5f5
}

.navbar.is-dark .navbar-brand .navbar-link,
.navbar.is-dark .navbar-brand>.navbar-item {
    color: #f5f5f5
}

.navbar.is-dark .navbar-brand .navbar-link.is-active,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand>a.navbar-item.is-active,
.navbar.is-dark .navbar-brand>a.navbar-item:hover {
    background-color: #3f3f3f;
    color: #f5f5f5
}

.navbar.is-dark .navbar-brand .navbar-link:after {
    border-color: #f5f5f5
}

.navbar.is-dark .navbar-burger {
    color: #f5f5f5
}

@media screen and (min-width:1088px) {

    .navbar.is-dark .navbar-end .navbar-link,
    .navbar.is-dark .navbar-end>.navbar-item,
    .navbar.is-dark .navbar-start .navbar-link,
    .navbar.is-dark .navbar-start>.navbar-item {
        color: #f5f5f5
    }

    .navbar.is-dark .navbar-end .navbar-link.is-active,
    .navbar.is-dark .navbar-end .navbar-link:hover,
    .navbar.is-dark .navbar-end>a.navbar-item.is-active,
    .navbar.is-dark .navbar-end>a.navbar-item:hover,
    .navbar.is-dark .navbar-start .navbar-link.is-active,
    .navbar.is-dark .navbar-start .navbar-link:hover,
    .navbar.is-dark .navbar-start>a.navbar-item.is-active,
    .navbar.is-dark .navbar-start>a.navbar-item:hover {
        background-color: #3f3f3f;
        color: #f5f5f5
    }

    .navbar.is-dark .navbar-end .navbar-link:after,
    .navbar.is-dark .navbar-start .navbar-link:after {
        border-color: #f5f5f5
    }

    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3f3f3f;
        color: #f5f5f5
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #4c4c4c;
        color: #f5f5f5
    }
}

.navbar.is-primary {
    background-color: #58585c;
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link,
.navbar.is-primary .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand>a.navbar-item.is-active,
.navbar.is-primary .navbar-brand>a.navbar-item:hover {
    background-color: #c10f7e;
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link:after {
    border-color: #fff
}

.navbar.is-primary .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {

    .navbar.is-primary .navbar-end .navbar-link,
    .navbar.is-primary .navbar-end>.navbar-item,
    .navbar.is-primary .navbar-start .navbar-link,
    .navbar.is-primary .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-primary .navbar-end .navbar-link.is-active,
    .navbar.is-primary .navbar-end .navbar-link:hover,
    .navbar.is-primary .navbar-end>a.navbar-item.is-active,
    .navbar.is-primary .navbar-end>a.navbar-item:hover,
    .navbar.is-primary .navbar-start .navbar-link.is-active,
    .navbar.is-primary .navbar-start .navbar-link:hover,
    .navbar.is-primary .navbar-start>a.navbar-item.is-active,
    .navbar.is-primary .navbar-start>a.navbar-item:hover {
        background-color: #c10f7e;
        color: #fff
    }

    .navbar.is-primary .navbar-end .navbar-link:after,
    .navbar.is-primary .navbar-start .navbar-link:after {
        border-color: #fff
    }

    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #c10f7e;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #58585c;
        color: #fff
    }
}

.navbar.is-link {
    background-color: #3273dc;
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link,
.navbar.is-link .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link.is-active,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand>a.navbar-item.is-active,
.navbar.is-link .navbar-brand>a.navbar-item:hover {
    background-color: #2366d1;
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link:after {
    border-color: #fff
}

.navbar.is-link .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {

    .navbar.is-link .navbar-end .navbar-link,
    .navbar.is-link .navbar-end>.navbar-item,
    .navbar.is-link .navbar-start .navbar-link,
    .navbar.is-link .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-link .navbar-end .navbar-link.is-active,
    .navbar.is-link .navbar-end .navbar-link:hover,
    .navbar.is-link .navbar-end>a.navbar-item.is-active,
    .navbar.is-link .navbar-end>a.navbar-item:hover,
    .navbar.is-link .navbar-start .navbar-link.is-active,
    .navbar.is-link .navbar-start .navbar-link:hover,
    .navbar.is-link .navbar-start>a.navbar-item.is-active,
    .navbar.is-link .navbar-start>a.navbar-item:hover {
        background-color: #2366d1;
        color: #fff
    }

    .navbar.is-link .navbar-end .navbar-link:after,
    .navbar.is-link .navbar-start .navbar-link:after {
        border-color: #fff
    }

    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #2366d1;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #3273dc;
        color: #fff
    }
}

.navbar.is-success {
    background-color: #23d160;
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link,
.navbar.is-success .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link.is-active,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand>a.navbar-item.is-active,
.navbar.is-success .navbar-brand>a.navbar-item:hover {
    background-color: #20bc56;
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link:after {
    border-color: #fff
}

.navbar.is-success .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {

    .navbar.is-success .navbar-end .navbar-link,
    .navbar.is-success .navbar-end>.navbar-item,
    .navbar.is-success .navbar-start .navbar-link,
    .navbar.is-success .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-success .navbar-end .navbar-link.is-active,
    .navbar.is-success .navbar-end .navbar-link:hover,
    .navbar.is-success .navbar-end>a.navbar-item.is-active,
    .navbar.is-success .navbar-end>a.navbar-item:hover,
    .navbar.is-success .navbar-start .navbar-link.is-active,
    .navbar.is-success .navbar-start .navbar-link:hover,
    .navbar.is-success .navbar-start>a.navbar-item.is-active,
    .navbar.is-success .navbar-start>a.navbar-item:hover {
        background-color: #20bc56;
        color: #fff
    }

    .navbar.is-success .navbar-end .navbar-link:after,
    .navbar.is-success .navbar-start .navbar-link:after {
        border-color: #fff
    }

    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #20bc56;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff
    }
}

.navbar.is-danger {
    background-color: #ff3860;
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link,
.navbar.is-danger .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link.is-active,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand>a.navbar-item.is-active,
.navbar.is-danger .navbar-brand>a.navbar-item:hover {
    background-color: #ff1f4b;
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link:after {
    border-color: #fff
}

.navbar.is-danger .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {

    .navbar.is-danger .navbar-end .navbar-link,
    .navbar.is-danger .navbar-end>.navbar-item,
    .navbar.is-danger .navbar-start .navbar-link,
    .navbar.is-danger .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-danger .navbar-end .navbar-link.is-active,
    .navbar.is-danger .navbar-end .navbar-link:hover,
    .navbar.is-danger .navbar-end>a.navbar-item.is-active,
    .navbar.is-danger .navbar-end>a.navbar-item:hover,
    .navbar.is-danger .navbar-start .navbar-link.is-active,
    .navbar.is-danger .navbar-start .navbar-link:hover,
    .navbar.is-danger .navbar-start>a.navbar-item.is-active,
    .navbar.is-danger .navbar-start>a.navbar-item:hover {
        background-color: #ff1f4b;
        color: #fff
    }

    .navbar.is-danger .navbar-end .navbar-link:after,
    .navbar.is-danger .navbar-start .navbar-link:after {
        border-color: #fff
    }

    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ff1f4b;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff3860;
        color: #fff
    }
}

.navbar.is-facebook {
    background-color: #4267b2;
    color: #fff
}

.navbar.is-facebook .navbar-brand .navbar-link,
.navbar.is-facebook .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-facebook .navbar-brand .navbar-link.is-active,
.navbar.is-facebook .navbar-brand .navbar-link:hover,
.navbar.is-facebook .navbar-brand>a.navbar-item.is-active,
.navbar.is-facebook .navbar-brand>a.navbar-item:hover {
    background-color: #3b5c9f;
    color: #fff
}

.navbar.is-facebook .navbar-brand .navbar-link:after {
    border-color: #fff
}

.navbar.is-facebook .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {

    .navbar.is-facebook .navbar-end .navbar-link,
    .navbar.is-facebook .navbar-end>.navbar-item,
    .navbar.is-facebook .navbar-start .navbar-link,
    .navbar.is-facebook .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-facebook .navbar-end .navbar-link.is-active,
    .navbar.is-facebook .navbar-end .navbar-link:hover,
    .navbar.is-facebook .navbar-end>a.navbar-item.is-active,
    .navbar.is-facebook .navbar-end>a.navbar-item:hover,
    .navbar.is-facebook .navbar-start .navbar-link.is-active,
    .navbar.is-facebook .navbar-start .navbar-link:hover,
    .navbar.is-facebook .navbar-start>a.navbar-item.is-active,
    .navbar.is-facebook .navbar-start>a.navbar-item:hover {
        background-color: #3b5c9f;
        color: #fff
    }

    .navbar.is-facebook .navbar-end .navbar-link:after,
    .navbar.is-facebook .navbar-start .navbar-link:after {
        border-color: #fff
    }

    .navbar.is-facebook .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-facebook .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3b5c9f;
        color: #fff
    }

    .navbar.is-facebook .navbar-dropdown a.navbar-item.is-active {
        background-color: #4267b2;
        color: #fff
    }
}

.navbar.is-twitter {
    background-color: #1da1f2;
    color: #fff
}

.navbar.is-twitter .navbar-brand .navbar-link,
.navbar.is-twitter .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-twitter .navbar-brand .navbar-link.is-active,
.navbar.is-twitter .navbar-brand .navbar-link:hover,
.navbar.is-twitter .navbar-brand>a.navbar-item.is-active,
.navbar.is-twitter .navbar-brand>a.navbar-item:hover {
    background-color: #0d95e8;
    color: #fff
}

.navbar.is-twitter .navbar-brand .navbar-link:after {
    border-color: #fff
}

.navbar.is-twitter .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {

    .navbar.is-twitter .navbar-end .navbar-link,
    .navbar.is-twitter .navbar-end>.navbar-item,
    .navbar.is-twitter .navbar-start .navbar-link,
    .navbar.is-twitter .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-twitter .navbar-end .navbar-link.is-active,
    .navbar.is-twitter .navbar-end .navbar-link:hover,
    .navbar.is-twitter .navbar-end>a.navbar-item.is-active,
    .navbar.is-twitter .navbar-end>a.navbar-item:hover,
    .navbar.is-twitter .navbar-start .navbar-link.is-active,
    .navbar.is-twitter .navbar-start .navbar-link:hover,
    .navbar.is-twitter .navbar-start>a.navbar-item.is-active,
    .navbar.is-twitter .navbar-start>a.navbar-item:hover {
        background-color: #0d95e8;
        color: #fff
    }

    .navbar.is-twitter .navbar-end .navbar-link:after,
    .navbar.is-twitter .navbar-start .navbar-link:after {
        border-color: #fff
    }

    .navbar.is-twitter .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-twitter .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #0d95e8;
        color: #fff
    }

    .navbar.is-twitter .navbar-dropdown a.navbar-item.is-active {
        background-color: #1da1f2;
        color: #fff
    }
}

.navbar.is-whatsapp {
    background-color: #00bfa5;
    color: #fff
}

.navbar.is-whatsapp .navbar-brand .navbar-link,
.navbar.is-whatsapp .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-whatsapp .navbar-brand .navbar-link.is-active,
.navbar.is-whatsapp .navbar-brand .navbar-link:hover,
.navbar.is-whatsapp .navbar-brand>a.navbar-item.is-active,
.navbar.is-whatsapp .navbar-brand>a.navbar-item:hover {
    background-color: #00a68f;
    color: #fff
}

.navbar.is-whatsapp .navbar-brand .navbar-link:after {
    border-color: #fff
}

.navbar.is-whatsapp .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {

    .navbar.is-whatsapp .navbar-end .navbar-link,
    .navbar.is-whatsapp .navbar-end>.navbar-item,
    .navbar.is-whatsapp .navbar-start .navbar-link,
    .navbar.is-whatsapp .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-whatsapp .navbar-end .navbar-link.is-active,
    .navbar.is-whatsapp .navbar-end .navbar-link:hover,
    .navbar.is-whatsapp .navbar-end>a.navbar-item.is-active,
    .navbar.is-whatsapp .navbar-end>a.navbar-item:hover,
    .navbar.is-whatsapp .navbar-start .navbar-link.is-active,
    .navbar.is-whatsapp .navbar-start .navbar-link:hover,
    .navbar.is-whatsapp .navbar-start>a.navbar-item.is-active,
    .navbar.is-whatsapp .navbar-start>a.navbar-item:hover {
        background-color: #00a68f;
        color: #fff
    }

    .navbar.is-whatsapp .navbar-end .navbar-link:after,
    .navbar.is-whatsapp .navbar-start .navbar-link:after {
        border-color: #fff
    }

    .navbar.is-whatsapp .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-whatsapp .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #00a68f;
        color: #fff
    }

    .navbar.is-whatsapp .navbar-dropdown a.navbar-item.is-active {
        background-color: #00bfa5;
        color: #fff
    }
}

.navbar>.container {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    width: 100%
}

.navbar.has-shadow {
    box-shadow: 0 2px 0 0 #f5f5f5
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30
}

.navbar.is-fixed-bottom {
    bottom: 0
}

.navbar.is-fixed-bottom.has-shadow {
    box-shadow: 0 -2px 0 0 #f5f5f5
}

.navbar.is-fixed-top {
    top: 0
}

body.has-navbar-fixed-top,
html.has-navbar-fixed-top {
    padding-top: 3.25rem
}

body.has-navbar-fixed-bottom,
html.has-navbar-fixed-bottom {
    padding-bottom: 3.25rem
}

.navbar-brand,
.navbar-tabs {
    -ms-flex-align: stretch;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 3.25rem
}

.navbar-brand a.navbar-item:hover {
    background-color: transparent
}

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px
}

.navbar-burger span:first-child {
    top: calc(50% - 6px)
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px)
}

.navbar-burger:hover {
    background-color: rgba(0, 0, 0, .05)
}

.navbar-burger.is-active span:first-child {
    transform: translateY(5px) rotate(45deg)
}

.navbar-burger.is-active span:nth-child(2) {
    opacity: 0
}

.navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg)
}

.navbar-menu {
    display: none
}

.navbar-item,
.navbar-link {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.navbar-link,
a.navbar-item {
    cursor: pointer
}

.navbar-link.is-active,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:hover {
    background-color: #fafafa;
    color: #3273dc
}

.navbar-item {
    display: block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.navbar-item img {
    max-height: 1.75rem
}

.navbar-item.has-dropdown {
    padding: 0
}

.navbar-item.is-expanded {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(.5rem - 1px)
}

.navbar-item.is-tab.is-active,
.navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom-color: #3273dc
}

.navbar-item.is-tab.is-active {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #3273dc;
    padding-bottom: calc(.5rem - 3px)
}

.navbar-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.navbar-dropdown {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.navbar-divider {
    background-color: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: .5rem 0
}

@media screen and (max-width:1087px) {
    .navbar>.container {
        display: block
    }

    .navbar-brand .navbar-item,
    .navbar-tabs .navbar-item {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }

    .navbar-link:after {
        display: none
    }

    .navbar-menu {
        background-color: #fff;
        box-shadow: 0 8px 16px hsla(0, 0%, 4%, .1);
        padding: .5rem 0
    }

    .navbar-menu.is-active {
        display: block
    }

    .navbar.is-fixed-bottom-touch,
    .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0
    }

    .navbar.is-fixed-bottom-touch.has-shadow {
        box-shadow: 0 -2px 3px hsla(0, 0%, 4%, .1)
    }

    .navbar.is-fixed-top-touch {
        top: 0
    }

    .navbar.is-fixed-top-touch .navbar-menu,
    .navbar.is-fixed-top .navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 3.25rem);
        overflow: auto
    }

    body.has-navbar-fixed-top-touch,
    html.has-navbar-fixed-top-touch {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-touch,
    html.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem
    }
}

@media screen and (min-width:1088px) {

    .navbar,
    .navbar-end,
    .navbar-menu,
    .navbar-start {
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -ms-flexbox;
        display: flex
    }

    .navbar {
        min-height: 3.25rem
    }

    .navbar.is-spaced {
        padding: 1rem 0
    }

    .navbar.is-spaced .navbar-end,
    .navbar.is-spaced .navbar-start {
        -ms-flex-align: center;
        align-items: center
    }

    .navbar.is-spaced .navbar-link,
    .navbar.is-spaced a.navbar-item {
        border-radius: 0
    }

    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link,
    .navbar.is-transparent .navbar-link.is-active,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent a.navbar-item:hover {
        background-color: transparent !important
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #3273dc
    }

    .navbar-burger {
        display: none
    }

    .navbar-item,
    .navbar-link {
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-item,
    .navbar-link {
        display: -ms-flexbox;
        display: flex
    }

    .navbar-item.has-dropdown {
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .navbar-item.has-dropdown-up .navbar-link:after {
        transform: rotate(135deg) translate(.25em, -.25em)
    }

    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-bottom: 2px solid #dbdbdb;
        border-radius: 0 0 0 0;
        border-top: none;
        bottom: 100%;
        box-shadow: 0 -8px 8px hsla(0, 0%, 4%, .1);
        top: auto
    }

    .navbar-item.is-active .navbar-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block
    }

    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown,
    .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }

    .navbar-menu {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .navbar-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: auto
    }

    .navbar-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto
    }

    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px hsla(0, 0%, 4%, .1);
        display: none;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20
    }

    .navbar-dropdown .navbar-item {
        padding: .375rem 1rem;
        white-space: nowrap
    }

    .navbar-dropdown a.navbar-item {
        padding-right: 3rem
    }

    .navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #3273dc
    }

    .navbar.is-spaced .navbar-dropdown {
        border-radius: 0;
        border-top: none;
        box-shadow: 0 8px 8px hsla(0, 0%, 4%, .1), 0 0 0 1px hsla(0, 0%, 4%, .1);
        display: block;
        opacity: 0;
        pointer-events: none;
        top: calc(100% + -4px);
        transform: translateY(-5px);
        transition-duration: 86ms;
        transition-property: opacity, transform
    }

    .navbar-dropdown.is-right {
        left: auto;
        right: 0
    }

    .navbar-divider {
        display: block
    }

    .container>.navbar .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -.75rem
    }

    .container>.navbar .navbar-menu,
    .navbar>.container .navbar-menu {
        margin-right: -.75rem
    }

    .navbar.is-down,
    .navbar.is-fixed-bottom-desktop,
    .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0
    }

    .navbar.is-fixed-bottom-desktop.has-shadow {
        box-shadow: 0 -2px 3px hsla(0, 0%, 4%, .1)
    }

    .navbar.is-down,
    .navbar.is-fixed-top-desktop {
        top: 0
    }

    body.has-navbar-fixed-top-desktop,
    html.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-desktop,
    html.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem
    }

    body.has-spaced-navbar-fixed-top,
    html.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem
    }

    body.has-spaced-navbar-fixed-bottom,
    html.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem
    }

    .navbar-link.is-active,
    a.navbar-item.is-active {
        color: #0a0a0a
    }

    .navbar-link.is-active:not(:hover),
    a.navbar-item.is-active:not(:hover) {
        background-color: transparent
    }

    .navbar-item.has-dropdown.is-active .navbar-link,
    .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #fafafa
    }
}

.pagination {
    font-size: .9rem;
    margin: -.25rem
}

.pagination.is-small {
    font-size: .75rem
}

.pagination.is-medium {
    font-size: 1.15rem
}

.pagination.is-large {
    font-size: 1.25rem
}

.pagination,
.pagination-list {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.pagination-link,
.pagination-next,
.pagination-previous {
    font-size: 1em;
    padding-left: .5em;
    padding-right: .5em;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .25rem;
    text-align: center;
    border-color: #dbdbdb;
    color: #363636;
    min-width: 2.25em
}

.pagination-link:hover,
.pagination-next:hover,
.pagination-previous:hover {
    border-color: #b5b5b5;
    color: #363636
}

.pagination-link:focus,
.pagination-next:focus,
.pagination-previous:focus {
    border-color: #3273dc
}

.pagination-link:active,
.pagination-next:active,
.pagination-previous:active {
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .2)
}

.pagination-link[disabled],
.pagination-next[disabled],
.pagination-previous[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: .5
}

.pagination-next,
.pagination-previous {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-link.is-current {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff
}

.pagination-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:768px) {
    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pagination-list li,
    .pagination-next,
    .pagination-previous {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media print,
screen and (min-width:769px) {
    .pagination-list {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-order: 1;
        order: 1
    }

    .pagination-previous {
        -ms-flex-order: 2;
        order: 2
    }

    .pagination-next {
        -ms-flex-order: 3;
        order: 3
    }

    .pagination {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pagination.is-centered .pagination-previous {
        -ms-flex-order: 1;
        order: 1
    }

    .pagination.is-centered .pagination-list {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-order: 2;
        order: 2
    }

    .pagination.is-centered .pagination-next {
        -ms-flex-order: 3;
        order: 3
    }

    .pagination.is-right .pagination-previous {
        -ms-flex-order: 1;
        order: 1
    }

    .pagination.is-right .pagination-next {
        -ms-flex-order: 2;
        order: 2
    }

    .pagination.is-right .pagination-list {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-order: 3;
        order: 3
    }
}

.tabs {
    -webkit-overflow-scrolling: touch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: .9rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

.tabs,
.tabs a {
    display: -ms-flexbox;
    display: flex
}

.tabs a {
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
    vertical-align: top
}

.tabs a:hover {
    border-bottom-color: #363636;
    color: #363636
}

.tabs li {
    display: block
}

.tabs li.is-active a {
    border-bottom-color: #3273dc;
    color: #3273dc
}

.tabs ul {
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs ul.is-center,
.tabs ul.is-left {
    padding-right: .75em
}

.tabs ul.is-center {
    -ms-flex: none;
    flex: none;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .75em
}

.tabs ul.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: .75em
}

.tabs .icon:first-child {
    margin-right: .5em
}

.tabs .icon:last-child {
    margin-left: .5em
}

.tabs.is-centered ul {
    -ms-flex-pack: center;
    justify-content: center
}

.tabs.is-right ul {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tabs.is-fullwidth li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tabs.is-toggle a {
    border: 1px solid #dbdbdb;
    margin-bottom: 0;
    position: relative
}

.tabs.is-toggle a:hover {
    background-color: #f5f5f5;
    border-color: #b5b5b5;
    z-index: 2
}

.tabs.is-toggle li+li {
    margin-left: -1px
}

.tabs.is-toggle li:first-child a,
.tabs.is-toggle li:last-child a {
    border-radius: 0 0 0 0
}

.tabs.is-toggle li.is-active a {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
    z-index: 1
}

.tabs.is-toggle ul {
    border-bottom: none
}

.tabs.is-small {
    font-size: .75rem
}

.tabs.is-medium {
    font-size: 1.15rem
}

.tabs.is-large {
    font-size: 1.25rem
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile>.column.is-narrow {
    -ms-flex: none;
    flex: none
}

.columns.is-mobile>.column.is-full {
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-half {
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-one-third {
    -ms-flex: none;
    flex: none;
    width: 33.3333%
}

.columns.is-mobile>.column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile>.column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile>.column.is-1 {
    -ms-flex: none;
    flex: none;
    width: 8.33333%
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333%
}

.columns.is-mobile>.column.is-2 {
    -ms-flex: none;
    flex: none;
    width: 16.66667%
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66667%
}

.columns.is-mobile>.column.is-3 {
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
    -ms-flex: none;
    flex: none;
    width: 33.33333%
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333%
}

.columns.is-mobile>.column.is-5 {
    -ms-flex: none;
    flex: none;
    width: 41.66667%
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66667%
}

.columns.is-mobile>.column.is-6 {
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
    -ms-flex: none;
    flex: none;
    width: 58.33333%
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333%
}

.columns.is-mobile>.column.is-8 {
    -ms-flex: none;
    flex: none;
    width: 66.66667%
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66667%
}

.columns.is-mobile>.column.is-9 {
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
    -ms-flex: none;
    flex: none;
    width: 83.33333%
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333%
}

.columns.is-mobile>.column.is-11 {
    -ms-flex: none;
    flex: none;
    width: 91.66667%
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66667%
}

.columns.is-mobile>.column.is-12 {
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width:768px) {

    .column.is-full-mobile,
    .column.is-narrow-mobile {
        -ms-flex: none;
        flex: none
    }

    .column.is-full-mobile {
        width: 100%
    }

    .column.is-three-quarters-mobile {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-half-mobile {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-1-mobile {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333%
    }

    .column.is-2-mobile {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66667%
    }

    .column.is-3-mobile {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333%
    }

    .column.is-5-mobile {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66667%
    }

    .column.is-6-mobile {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333%
    }

    .column.is-8-mobile {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66667%
    }

    .column.is-9-mobile {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333%
    }

    .column.is-11-mobile {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66667%
    }

    .column.is-12-mobile {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media print,
screen and (min-width:769px) {

    .column.is-narrow,
    .column.is-narrow-tablet {
        -ms-flex: none;
        flex: none
    }

    .column.is-full,
    .column.is-full-tablet {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters,
    .column.is-three-quarters-tablet {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-half,
    .column.is-half-tablet {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third,
    .column.is-one-third-tablet {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-offset-three-quarters,
    .column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-half,
    .column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third,
    .column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-1,
    .column.is-1-tablet {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1,
    .column.is-offset-1-tablet {
        margin-left: 8.33333%
    }

    .column.is-2,
    .column.is-2-tablet {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2,
    .column.is-offset-2-tablet {
        margin-left: 16.66667%
    }

    .column.is-3,
    .column.is-3-tablet {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3,
    .column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4,
    .column.is-4-tablet {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4,
    .column.is-offset-4-tablet {
        margin-left: 33.33333%
    }

    .column.is-5,
    .column.is-5-tablet {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5,
    .column.is-offset-5-tablet {
        margin-left: 41.66667%
    }

    .column.is-6,
    .column.is-6-tablet {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6,
    .column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7,
    .column.is-7-tablet {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7,
    .column.is-offset-7-tablet {
        margin-left: 58.33333%
    }

    .column.is-8,
    .column.is-8-tablet {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8,
    .column.is-offset-8-tablet {
        margin-left: 66.66667%
    }

    .column.is-9,
    .column.is-9-tablet {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9,
    .column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10,
    .column.is-10-tablet {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10,
    .column.is-offset-10-tablet {
        margin-left: 83.33333%
    }

    .column.is-11,
    .column.is-11-tablet {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11,
    .column.is-offset-11-tablet {
        margin-left: 91.66667%
    }

    .column.is-12,
    .column.is-12-tablet {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12,
    .column.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media screen and (max-width:1087px) {

    .column.is-full-touch,
    .column.is-narrow-touch {
        -ms-flex: none;
        flex: none
    }

    .column.is-full-touch {
        width: 100%
    }

    .column.is-three-quarters-touch {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-half-touch {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .column.is-offset-half-touch {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .column.is-1-touch {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333%
    }

    .column.is-2-touch {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66667%
    }

    .column.is-3-touch {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333%
    }

    .column.is-5-touch {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66667%
    }

    .column.is-6-touch {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333%
    }

    .column.is-8-touch {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66667%
    }

    .column.is-9-touch {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333%
    }

    .column.is-11-touch {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66667%
    }

    .column.is-12-touch {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width:1088px) {
    .column.is-narrow-desktop {
        -ms-flex: none;
        flex: none
    }

    .column.is-full-desktop {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-half-desktop {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-1-desktop {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333%
    }

    .column.is-2-desktop {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66667%
    }

    .column.is-3-desktop {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333%
    }

    .column.is-5-desktop {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66667%
    }

    .column.is-6-desktop {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333%
    }

    .column.is-8-desktop {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66667%
    }

    .column.is-9-desktop {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333%
    }

    .column.is-11-desktop {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66667%
    }

    .column.is-12-desktop {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width:1280px) {
    .column.is-narrow-widescreen {
        -ms-flex: none;
        flex: none
    }

    .column.is-full-widescreen {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-half-widescreen {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-1-widescreen {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333%
    }

    .column.is-2-widescreen {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66667%
    }

    .column.is-3-widescreen {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333%
    }

    .column.is-5-widescreen {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66667%
    }

    .column.is-6-widescreen {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333%
    }

    .column.is-8-widescreen {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66667%
    }

    .column.is-9-widescreen {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333%
    }

    .column.is-11-widescreen {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66667%
    }

    .column.is-12-widescreen {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: 0.75rem
}

.columns.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.columns.is-gapless>.column {
    margin: 0;
    padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
    margin-bottom: 0
}

.columns.is-mobile {
    display: -ms-flexbox;
    display: flex
}

.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.columns.is-vcentered {
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:769px) {
    .columns:not(.is-desktop) {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:1088px) {
    .columns.is-desktop {
        display: -ms-flexbox;
        display: flex
    }
}

.hero {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero .navbar {
    background: none
}

.hero .tabs ul {
    border-bottom: none
}

.hero.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-white strong {
    color: inherit
}

.hero.is-white .title {
    color: #0a0a0a
}

.hero.is-white .subtitle {
    color: hsla(0, 0%, 4%, .9)
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
    color: #0a0a0a
}

@media screen and (max-width:1087px) {
    .hero.is-white .navbar-menu {
        background-color: #fff
    }
}

.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
    color: hsla(0, 0%, 4%, .7)
}

.hero.is-white .navbar-link.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white a.navbar-item.is-active,
.hero.is-white a.navbar-item:hover {
    background-color: #f2f2f2;
    color: #0a0a0a
}

.hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: .9
}

.hero.is-white .tabs a:hover,
.hero.is-white .tabs li.is-active a {
    opacity: 1
}

.hero.is-white .tabs.is-toggle a {
    color: #0a0a0a
}

.hero.is-white .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff
}

.hero.is-white.is-bold {
    background-image: linear-gradient(141deg, #e6e6e6, #fff 71%, #fff)
}

@media screen and (max-width:768px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e6e6e6, #fff 71%, #fff)
    }
}

.hero.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-black strong {
    color: inherit
}

.hero.is-black .title {
    color: #fff
}

.hero.is-black .subtitle {
    color: hsla(0, 0%, 100%, .9)
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-black .navbar-menu {
        background-color: #0a0a0a
    }
}

.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
    color: hsla(0, 0%, 100%, .7)
}

.hero.is-black .navbar-link.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black a.navbar-item.is-active,
.hero.is-black a.navbar-item:hover {
    background-color: #000;
    color: #fff
}

.hero.is-black .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-black .tabs a:hover,
.hero.is-black .tabs li.is-active a {
    opacity: 1
}

.hero.is-black .tabs.is-toggle a {
    color: #fff
}

.hero.is-black .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a
}

.hero.is-black.is-bold {
    background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616)
}

@media screen and (max-width:768px) {
    .hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616)
    }
}

.hero.is-light {
    background-color: #f5f5f5;
    color: #4c4c4c
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-light strong {
    color: inherit
}

.hero.is-light .title {
    color: #4c4c4c
}

.hero.is-light .subtitle {
    color: rgba(76, 76, 76, .9)
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
    color: #4c4c4c
}

@media screen and (max-width:1087px) {
    .hero.is-light .navbar-menu {
        background-color: #f5f5f5
    }
}

.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
    color: rgba(76, 76, 76, .7)
}

.hero.is-light .navbar-link.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light a.navbar-item.is-active,
.hero.is-light a.navbar-item:hover {
    background-color: #e8e8e8;
    color: #4c4c4c
}

.hero.is-light .tabs a {
    color: #4c4c4c;
    opacity: .9
}

.hero.is-light .tabs a:hover,
.hero.is-light .tabs li.is-active a {
    opacity: 1
}

.hero.is-light .tabs.is-toggle a {
    color: #4c4c4c
}

.hero.is-light .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    color: #f5f5f5
}

.hero.is-light.is-bold {
    background-image: linear-gradient(141deg, #dfd8d9, #f5f5f5 71%, #fff)
}

@media screen and (max-width:768px) {
    .hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #dfd8d9, #f5f5f5 71%, #fff)
    }
}

.hero.is-dark {
    background-color: #4c4c4c;
    color: #f5f5f5
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-dark strong {
    color: inherit
}

.hero.is-dark .title {
    color: #f5f5f5
}

.hero.is-dark .subtitle {
    color: hsla(0, 0%, 96%, .9)
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
    color: #f5f5f5
}

@media screen and (max-width:1087px) {
    .hero.is-dark .navbar-menu {
        background-color: #4c4c4c
    }
}

.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
    color: hsla(0, 0%, 96%, .7)
}

.hero.is-dark .navbar-link.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark a.navbar-item.is-active,
.hero.is-dark a.navbar-item:hover {
    background-color: #3f3f3f;
    color: #f5f5f5
}

.hero.is-dark .tabs a {
    color: #f5f5f5;
    opacity: .9
}

.hero.is-dark .tabs a:hover,
.hero.is-dark .tabs li.is-active a {
    opacity: 1
}

.hero.is-dark .tabs.is-toggle a {
    color: #f5f5f5
}

.hero.is-dark .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #4c4c4c
}

.hero.is-dark.is-bold {
    background-image: linear-gradient(141deg, #382d2f, #4c4c4c 71%, #5d5654)
}

@media screen and (max-width:768px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #382d2f, #4c4c4c 71%, #5d5654)
    }
}

.hero.is-primary {
    background-color: #58585c;
    color: #fff
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
    color: inherit
}

.hero.is-primary .title {
    color: #fff
}

.hero.is-primary .subtitle {
    color: hsla(0, 0%, 100%, .9)
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-primary .navbar-menu {
        background-color: #58585c
    }
}

.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
    color: hsla(0, 0%, 100%, .7)
}

.hero.is-primary .navbar-link.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary a.navbar-item.is-active,
.hero.is-primary a.navbar-item:hover {
    background-color: #c10f7e;
    color: #fff
}

.hero.is-primary .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-primary .tabs a:hover,
.hero.is-primary .tabs li.is-active a {
    opacity: 1
}

.hero.is-primary .tabs.is-toggle a {
    color: #fff
}

.hero.is-primary .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #58585c
}

.hero.is-primary.is-bold {
    background-image: linear-gradient(141deg, #b3048e, #58585c 71%, #f31077)
}

@media screen and (max-width:768px) {
    .hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #b3048e, #58585c 71%, #f31077)
    }
}

.hero.is-link {
    background-color: #3273dc;
    color: #fff
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-link strong {
    color: inherit
}

.hero.is-link .title {
    color: #fff
}

.hero.is-link .subtitle {
    color: hsla(0, 0%, 100%, .9)
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-link .navbar-menu {
        background-color: #3273dc
    }
}

.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
    color: hsla(0, 0%, 100%, .7)
}

.hero.is-link .navbar-link.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link a.navbar-item.is-active,
.hero.is-link a.navbar-item:hover {
    background-color: #2366d1;
    color: #fff
}

.hero.is-link .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-link .tabs a:hover,
.hero.is-link .tabs li.is-active a {
    opacity: 1
}

.hero.is-link .tabs.is-toggle a {
    color: #fff
}

.hero.is-link .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-link .tabs.is-toggle li.is-active a,
.hero.is-link .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3273dc
}

.hero.is-link.is-bold {
    background-image: linear-gradient(141deg, #1577c6, #3273dc 71%, #4366e5)
}

@media screen and (max-width:768px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1577c6, #3273dc 71%, #4366e5)
    }
}

.hero.is-success {
    background-color: #23d160;
    color: #fff
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-success strong {
    color: inherit
}

.hero.is-success .title {
    color: #fff
}

.hero.is-success .subtitle {
    color: hsla(0, 0%, 100%, .9)
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-success .navbar-menu {
        background-color: #23d160
    }
}

.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
    color: hsla(0, 0%, 100%, .7)
}

.hero.is-success .navbar-link.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success a.navbar-item.is-active,
.hero.is-success a.navbar-item:hover {
    background-color: #20bc56;
    color: #fff
}

.hero.is-success .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-success .tabs a:hover,
.hero.is-success .tabs li.is-active a {
    opacity: 1
}

.hero.is-success .tabs.is-toggle a {
    color: #fff
}

.hero.is-success .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #23d160
}

.hero.is-success.is-bold {
    background-image: linear-gradient(141deg, #12af2f, #23d160 71%, #2ce28a)
}

@media screen and (max-width:768px) {
    .hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #12af2f, #23d160 71%, #2ce28a)
    }
}

.hero.is-danger {
    background-color: #ff3860;
    color: #fff
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-danger strong {
    color: inherit
}

.hero.is-danger .title {
    color: #fff
}

.hero.is-danger .subtitle {
    color: hsla(0, 0%, 100%, .9)
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-danger .navbar-menu {
        background-color: #ff3860
    }
}

.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
    color: hsla(0, 0%, 100%, .7)
}

.hero.is-danger .navbar-link.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger a.navbar-item.is-active,
.hero.is-danger a.navbar-item:hover {
    background-color: #ff1f4b;
    color: #fff
}

.hero.is-danger .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-danger .tabs a:hover,
.hero.is-danger .tabs li.is-active a {
    opacity: 1
}

.hero.is-danger .tabs.is-toggle a {
    color: #fff
}

.hero.is-danger .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff3860
}

.hero.is-danger.is-bold {
    background-image: linear-gradient(141deg, #ff0561, #ff3860 71%, #ff5257)
}

@media screen and (max-width:768px) {
    .hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #ff0561, #ff3860 71%, #ff5257)
    }
}

.hero.is-facebook {
    background-color: #4267b2;
    color: #fff
}

.hero.is-facebook a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-facebook strong {
    color: inherit
}

.hero.is-facebook .title {
    color: #fff
}

.hero.is-facebook .subtitle {
    color: hsla(0, 0%, 100%, .9)
}

.hero.is-facebook .subtitle a:not(.button),
.hero.is-facebook .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-facebook .navbar-menu {
        background-color: #4267b2
    }
}

.hero.is-facebook .navbar-item,
.hero.is-facebook .navbar-link {
    color: hsla(0, 0%, 100%, .7)
}

.hero.is-facebook .navbar-link.is-active,
.hero.is-facebook .navbar-link:hover,
.hero.is-facebook a.navbar-item.is-active,
.hero.is-facebook a.navbar-item:hover {
    background-color: #3b5c9f;
    color: #fff
}

.hero.is-facebook .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-facebook .tabs a:hover,
.hero.is-facebook .tabs li.is-active a {
    opacity: 1
}

.hero.is-facebook .tabs.is-toggle a {
    color: #fff
}

.hero.is-facebook .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-facebook .tabs.is-toggle li.is-active a,
.hero.is-facebook .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4267b2
}

.hero.is-facebook.is-bold {
    background-image: linear-gradient(141deg, #2b6096, #4267b2 71%, #4a5ec4)
}

@media screen and (max-width:768px) {
    .hero.is-facebook.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #2b6096, #4267b2 71%, #4a5ec4)
    }
}

.hero.is-twitter {
    background-color: #1da1f2;
    color: #fff
}

.hero.is-twitter a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-twitter strong {
    color: inherit
}

.hero.is-twitter .title {
    color: #fff
}

.hero.is-twitter .subtitle {
    color: hsla(0, 0%, 100%, .9)
}

.hero.is-twitter .subtitle a:not(.button),
.hero.is-twitter .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-twitter .navbar-menu {
        background-color: #1da1f2
    }
}

.hero.is-twitter .navbar-item,
.hero.is-twitter .navbar-link {
    color: hsla(0, 0%, 100%, .7)
}

.hero.is-twitter .navbar-link.is-active,
.hero.is-twitter .navbar-link:hover,
.hero.is-twitter a.navbar-item.is-active,
.hero.is-twitter a.navbar-item:hover {
    background-color: #0d95e8;
    color: #fff
}

.hero.is-twitter .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-twitter .tabs a:hover,
.hero.is-twitter .tabs li.is-active a {
    opacity: 1
}

.hero.is-twitter .tabs.is-toggle a {
    color: #fff
}

.hero.is-twitter .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-twitter .tabs.is-toggle li.is-active a,
.hero.is-twitter .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1da1f2
}

.hero.is-twitter.is-bold {
    background-image: linear-gradient(141deg, #01acdb, #1da1f2 71%, #308bf9)
}

@media screen and (max-width:768px) {
    .hero.is-twitter.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #01acdb, #1da1f2 71%, #308bf9)
    }
}

.hero.is-whatsapp {
    background-color: #00bfa5;
    color: #fff
}

.hero.is-whatsapp a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-whatsapp strong {
    color: inherit
}

.hero.is-whatsapp .title {
    color: #fff
}

.hero.is-whatsapp .subtitle {
    color: hsla(0, 0%, 100%, .9)
}

.hero.is-whatsapp .subtitle a:not(.button),
.hero.is-whatsapp .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-whatsapp .navbar-menu {
        background-color: #00bfa5
    }
}

.hero.is-whatsapp .navbar-item,
.hero.is-whatsapp .navbar-link {
    color: hsla(0, 0%, 100%, .7)
}

.hero.is-whatsapp .navbar-link.is-active,
.hero.is-whatsapp .navbar-link:hover,
.hero.is-whatsapp a.navbar-item.is-active,
.hero.is-whatsapp a.navbar-item:hover {
    background-color: #00a68f;
    color: #fff
}

.hero.is-whatsapp .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-whatsapp .tabs a:hover,
.hero.is-whatsapp .tabs li.is-active a {
    opacity: 1
}

.hero.is-whatsapp .tabs.is-toggle a {
    color: #fff
}

.hero.is-whatsapp .tabs.is-toggle a:hover {
    background-color: hsla(0, 0%, 4%, .1)
}

.hero.is-whatsapp .tabs.is-toggle li.is-active a,
.hero.is-whatsapp .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #00bfa5
}

.hero.is-whatsapp.is-bold {
    background-image: linear-gradient(141deg, #008c62, #00bfa5 71%, #00d2d9)
}

@media screen and (max-width:768px) {
    .hero.is-whatsapp.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #008c62, #00bfa5 71%, #00d2d9)
    }
}

.hero.is-small .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media print,
screen and (min-width:769px) {
    .hero.is-medium .hero-body {
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

@media print,
screen and (min-width:769px) {
    .hero.is-large .hero-body {
        padding-bottom: 18rem;
        padding-top: 18rem
    }
}

.hero.is-fullheight-with-navbar .hero-body,
.hero.is-fullheight .hero-body {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.hero.is-fullheight-with-navbar .hero-body>.container,
.hero.is-fullheight .hero-body>.container {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.hero.is-fullheight {
    min-height: 100vh
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.25rem)
}

.hero-video {
    overflow: hidden
}

.hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.hero-video.is-transparent {
    opacity: .3
}

@media screen and (max-width:768px) {
    .hero-video {
        display: none
    }
}

.hero-buttons {
    margin-top: 1.5rem
}

@media screen and (max-width:768px) {
    .hero-buttons .button {
        display: -ms-flexbox;
        display: flex
    }

    .hero-buttons .button:not(:last-child) {
        margin-bottom: .75rem
    }
}

@media print,
screen and (min-width:769px) {
    .hero-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem
    }
}

.hero-head {
    -ms-flex-positive: 0;
    flex-grow: 0
}

.hero-body,
.hero-head {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hero-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 3rem 1.5rem
}

.section {
    padding: 2rem 1.5rem
}

@media screen and (min-width:1088px) {
    .section.is-medium {
        padding: 9rem 1.5rem
    }

    .section.is-large {
        padding: 18rem 1.5rem
    }
}

.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem
}

.has-background-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.has-background-image.is-contain {
    background-size: contain
}

.card-image-overlay.has-background-gradient,
.has-background-gradient {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent)
}

.has-background-gradient.is-short {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 50%)
}

.has-background-transparent {
    background: transparent
}

.has-background-light-semi-transparent {
    background-color: hsla(0, 0%, 71%, .6)
}

.is-flex-centered,
.is-flex-v-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.is-flex-centered {
    -ms-flex-align: center;
    align-items: center
}

.is-flex-justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

@media print,
screen and (min-width:769px) {
    .is-flex-centered-tablet {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.is-margin-centered {
    margin-left: auto !important;
    margin-right: auto !important
}

.is-paddingless-h {
    padding-left: 0;
    padding-right: 0
}

.is-paddingless-v {
    padding-top: 0;
    padding-bottom: 0
}

.is-paddingless-top {
    padding-top: 0
}

.is-padded {
    padding: 1rem
}

.is-padded-h {
    padding-left: 1rem;
    padding-right: 1rem
}

.is-padded-v {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media print,
screen and (min-width:769px) {
    .is-padded-tablet {
        padding: 1rem
    }
}

.is-padded-small {
    padding: .5rem
}

.is-marginless-bottom {
    margin-bottom: 0 !important
}

.is-margin-bottom-10 {
    margin-bottom: 10px !important
}

.is-simple-fullwidth {
    width: 100%
}

.is-simple-fullheight {
    height: 100%
}

@media screen and (max-width:768px) {
    .is-simple-fullwidth-mobile {
        width: 100%
    }
}

.is-min-height-400 {
    height: 400px
}

.is-max-w-100 {
    max-width: 100px
}

.is-min-w-100 {
    min-width: 100px
}

.is-max-w-150 {
    max-width: 150px
}

.is-min-w-150 {
    min-width: 150px
}

.is-max-w-200 {
    max-width: 200px
}

.is-min-w-200 {
    min-width: 200px
}

.is-max-w-250 {
    max-width: 250px
}

.is-min-w-250 {
    min-width: 250px
}

.is-max-w-300 {
    max-width: 300px
}

.is-min-w-300 {
    min-width: 300px
}

.is-max-w-350 {
    max-width: 350px
}

.is-min-w-350 {
    min-width: 350px
}

.is-max-w-500 {
    max-width: 500px
}

.is-min-w-500 {
    min-width: 500px
}

.is-max-w-600 {
    max-width: 600px
}

.is-min-w-600 {
    min-width: 600px
}

.is-max-w-700 {
    max-width: 700px
}

.is-min-w-700 {
    min-width: 700px
}

.is-max-w-800 {
    max-width: 800px
}

.is-min-w-800 {
    min-width: 800px
}

.is-max-w-950 {
    max-width: 950px
}

.is-min-w-950 {
    min-width: 950px
}

.is-max-w-1150 {
    max-width: 1150px
}

.is-min-w-1150 {
    min-width: 1150px
}

.has-text-white a:not(.navbar-item):hover,
.has-text-white strong {
    color: #fff
}

@media screen and (max-width:768px) {
    .has-text-white-mobile {
        color: #fff !important
    }
}

.has-unstyled-lists ol,
.has-unstyled-lists ul {
    margin-left: 0
}

.has-unstyled-lists li {
    list-style: none
}

.content.is-small-medium {
    font-size: .85rem
}

.content.has-inline-p p {
    display: inline
}

.content.has-hidden-br br {
    display: none
}

.content table td,
.content table th {
    border: 1px solid transparent;
    padding: .75em
}

.content table th {
    font-size: 1.15rem
}

.has-medium-content .title {
    font-size: 1.5rem
}

.has-medium-content .content {
    font-size: 1.15rem
}

.is-borderless {
    border: 0
}

.has-overlay {
    display: block
}

.has-bg-overlay,
.has-overlay {
    position: relative
}

.has-bg-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2
}

.has-bg-overlay.is-light:before {
    background-color: hsla(0, 0%, 100%, .3)
}

.has-bg-overlay.is-grey:before {
    background-color: hsla(0, 0%, 60%, .5)
}

.has-bg-overlay.is-blue:before {
    background-color: rgba(13, 47, 111, .5)
}

.is-position-static {
    position: static
}

.is-underlined {
    text-decoration: underline
}

.iframe.is-16by9,
.iframe.is-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.is-circle {
    border-radius: 50%
}

.is-circle.is-32 {
    width: 32px;
    height: 32px
}

.is-circle.is-42 {
    min-width: 42px;
    min-height: 42px
}

.is-foreground {
    z-index: 9
}

@media screen and (max-width:768px) {
    .is-scroll-x-mobile {
        overflow-x: scroll
    }

    .is-w-200-mobile {
        width: 200px
    }
}

ul.is-wrapped {
    column-count: 2;
    column-gap: 30px
}

ul.has-discs {
    list-style-type: disc
}

ul.is-wrapped li {
    margin-bottom: .8rem
}

.has-links-not-decorated a {
    text-decoration: none !important
}

.section.is-small {
    padding: 2rem 1.5rem
}

@media screen and (max-width:440px) {

    .subtitle.is-1-small-mobile,
    .title.is-1-small-mobile {
        font-size: 2.5rem
    }
}

@media screen and (max-width:768px) {

    .subtitle.is-1-mobile,
    .title.is-1-mobile {
        font-size: 2.5rem
    }
}

@media print,
screen and (min-width:769px) {

    .subtitle.is-1-tablet,
    .title.is-1-tablet {
        font-size: 2.5rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {

    .subtitle.is-1-tablet-only,
    .title.is-1-tablet-only {
        font-size: 2.5rem
    }
}

@media screen and (min-width:1088px) {

    .subtitle.is-1-desktop,
    .title.is-1-desktop {
        font-size: 2.5rem
    }
}

@media screen and (min-width:1280px) {

    .subtitle.is-1-widescreen,
    .title.is-1-widescreen {
        font-size: 2.5rem
    }
}

@media screen and (max-width:440px) {

    .subtitle.is-2-small-mobile,
    .title.is-2-small-mobile {
        font-size: 2rem
    }
}

@media screen and (max-width:768px) {

    .subtitle.is-2-mobile,
    .title.is-2-mobile {
        font-size: 2rem
    }
}

@media print,
screen and (min-width:769px) {

    .subtitle.is-2-tablet,
    .title.is-2-tablet {
        font-size: 2rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {

    .subtitle.is-2-tablet-only,
    .title.is-2-tablet-only {
        font-size: 2rem
    }
}

@media screen and (min-width:1088px) {

    .subtitle.is-2-desktop,
    .title.is-2-desktop {
        font-size: 2rem
    }
}

@media screen and (min-width:1280px) {

    .subtitle.is-2-widescreen,
    .title.is-2-widescreen {
        font-size: 2rem
    }
}

@media screen and (max-width:440px) {

    .subtitle.is-3-small-mobile,
    .title.is-3-small-mobile {
        font-size: 1.5rem
    }
}

@media screen and (max-width:768px) {

    .subtitle.is-3-mobile,
    .title.is-3-mobile {
        font-size: 1.5rem
    }
}

@media print,
screen and (min-width:769px) {

    .subtitle.is-3-tablet,
    .title.is-3-tablet {
        font-size: 1.5rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {

    .subtitle.is-3-tablet-only,
    .title.is-3-tablet-only {
        font-size: 1.5rem
    }
}

@media screen and (min-width:1088px) {

    .subtitle.is-3-desktop,
    .title.is-3-desktop {
        font-size: 1.5rem
    }
}

@media screen and (min-width:1280px) {

    .subtitle.is-3-widescreen,
    .title.is-3-widescreen {
        font-size: 1.5rem
    }
}

@media screen and (max-width:440px) {

    .subtitle.is-4-small-mobile,
    .title.is-4-small-mobile {
        font-size: 1.25rem
    }
}

@media screen and (max-width:768px) {

    .subtitle.is-4-mobile,
    .title.is-4-mobile {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width:769px) {

    .subtitle.is-4-tablet,
    .title.is-4-tablet {
        font-size: 1.25rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {

    .subtitle.is-4-tablet-only,
    .title.is-4-tablet-only {
        font-size: 1.25rem
    }
}

@media screen and (min-width:1088px) {

    .subtitle.is-4-desktop,
    .title.is-4-desktop {
        font-size: 1.25rem
    }
}

@media screen and (min-width:1280px) {

    .subtitle.is-4-widescreen,
    .title.is-4-widescreen {
        font-size: 1.25rem
    }
}

@media screen and (max-width:440px) {

    .subtitle.is-5-small-mobile,
    .title.is-5-small-mobile {
        font-size: 1.15rem
    }
}

@media screen and (max-width:768px) {

    .subtitle.is-5-mobile,
    .title.is-5-mobile {
        font-size: 1.15rem
    }
}

@media print,
screen and (min-width:769px) {

    .subtitle.is-5-tablet,
    .title.is-5-tablet {
        font-size: 1.15rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {

    .subtitle.is-5-tablet-only,
    .title.is-5-tablet-only {
        font-size: 1.15rem
    }
}

@media screen and (min-width:1088px) {

    .subtitle.is-5-desktop,
    .title.is-5-desktop {
        font-size: 1.15rem
    }
}

@media screen and (min-width:1280px) {

    .subtitle.is-5-widescreen,
    .title.is-5-widescreen {
        font-size: 1.15rem
    }
}

@media screen and (max-width:440px) {

    .subtitle.is-6-small-mobile,
    .title.is-6-small-mobile {
        font-size: .95rem
    }
}

@media screen and (max-width:768px) {

    .subtitle.is-6-mobile,
    .title.is-6-mobile {
        font-size: .95rem
    }
}

@media print,
screen and (min-width:769px) {

    .subtitle.is-6-tablet,
    .title.is-6-tablet {
        font-size: .95rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {

    .subtitle.is-6-tablet-only,
    .title.is-6-tablet-only {
        font-size: .95rem
    }
}

@media screen and (min-width:1088px) {

    .subtitle.is-6-desktop,
    .title.is-6-desktop {
        font-size: .95rem
    }
}

@media screen and (min-width:1280px) {

    .subtitle.is-6-widescreen,
    .title.is-6-widescreen {
        font-size: .95rem
    }
}

@media screen and (max-width:440px) {

    .subtitle.is-7-small-mobile,
    .title.is-7-small-mobile {
        font-size: .75rem
    }
}

@media screen and (max-width:768px) {

    .subtitle.is-7-mobile,
    .title.is-7-mobile {
        font-size: .75rem
    }
}

@media print,
screen and (min-width:769px) {

    .subtitle.is-7-tablet,
    .title.is-7-tablet {
        font-size: .75rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {

    .subtitle.is-7-tablet-only,
    .title.is-7-tablet-only {
        font-size: .75rem
    }
}

@media screen and (min-width:1088px) {

    .subtitle.is-7-desktop,
    .title.is-7-desktop {
        font-size: .75rem
    }
}

@media screen and (min-width:1280px) {

    .subtitle.is-7-widescreen,
    .title.is-7-widescreen {
        font-size: .75rem
    }
}

.subtitle.is-section-title,
.title.is-section-title {
    position: relative;
    color: #878787;
    padding-bottom: 30px;
    margin-bottom: 45px
}

.subtitle.is-section-title:before,
.title.is-section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 6px;
    width: 200px;
    background-color: #c21f41
}

.subtitle.is-section-title.is-underlined-left:before,
.title.is-section-title.is-underlined-left:before {
    left: 0;
    transform: none
}

.subtitle.is-extra-large,
.title.is-extra-large {
    font-size: 3rem
}

@media print,
screen and (min-width:769px) {

    .subtitle.is-extra-large-tablet,
    .title.is-extra-large-tablet {
        font-size: 3rem
    }
}

@media screen and (min-width:1088px) {

    .subtitle.is-extra-large-desktop,
    .title.is-extra-large-desktop {
        font-size: 3rem
    }
}

.subtitle.is-line-spaced,
.title.is-line-spaced {
    line-height: 1.35
}

.has-background-danger .is-section-title:before {
    background-color: #121212
}

.has-text-white .subtitle,
.has-text-white .title {
    color: #fff
}

.overlay {
    position: absolute;
    z-index: 9;
    opacity: 1;
    transition: opacity .3s
}

.overlay.is-centered {
    left: 50%;
    transform: translateX(-50%)
}

.overlay.is-centered-v {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.overlay.is-bottom {
    bottom: 10%
}

.overlay.is-bottom-0 {
    bottom: 0
}

.overlay.is-top {
    top: 10%
}

.overlay.is-left {
    left: 6%
}

@media screen and (max-width:768px) {
    .overlay.is-top-fullwidth-mobile {
        bottom: auto;
        top: 0;
        left: 0;
        width: 100%
    }

    .overlay.is-bottom-fullwidth-mobile {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

.media-hover-overlay:hover+.overlay {
    opacity: 0
}

.input,
.select select,
input.button {
    border-radius: 0
}

.select:not(.is-multiple):not(.is-loading):after {
    border-color: #7a7a7a;
    right: 1.125em;
    z-index: 4
}

label.has-radio input[type=radio] {
    width: 0;
    height: 0;
    opacity: 0
}

.label.is-small {
    font-size: .9rem
}

.input.is-transparent,
.select select.is-transparent,
.textarea.is-transparent {
    background: transparent
}

.input.is-transparent:not(:focus),
.select select.is-transparent:not(:focus),
.textarea.is-transparent:not(:focus) {
    box-shadow: none
}

.input.is-bordered-bottom,
.select select.is-bordered-bottom,
.textarea.is-bordered-bottom {
    border: 0;
    border-bottom: 2px solid #7a7a7a
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: #b5b5b5
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
    color: #b5b5b5
}

.input::placeholder,
.textarea::placeholder {
    color: #b5b5b5
}

.nouislider-wrapper {
    height: 2.25em
}

.icon,
.icon-label {
    vertical-align: bottom;
    line-height: 1
}

.icon-label.is-middle,
.icon.is-middle {
    vertical-align: middle
}

.icon-label {
    margin-left: 2px
}

@media print,
screen and (min-width:769px) {
    .icon-label.has-extra-space {
        margin-left: 4px
    }
}

.icon-label.is-medium {
    font-size: 1.1rem
}

.icons.level-left .icon-label {
    padding-right: 8px
}

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.svg-inline--fa,
svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.fa-xs {
    font-size: .75em
}

.fa-1x {
    font-size: 1em
}

.fa-1-3x {
    font-size: 1.3em
}

.fa-1-5x {
    font-size: 1.5em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pulse {
    animation: c 1s infinite steps(8)
}

@keyframes c {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2em
}

.fa-inverse {
    color: #fff
}

@media screen and (max-width:400px) {
    .icon.is-small-mobile-narrow {
        height: 1rem;
        width: 1rem
    }
}

@media screen and (max-width:768px) {
    .icon.is-small-mobile {
        height: 1rem;
        width: 1rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .icon.is-small-tablet-only {
        height: 1rem;
        width: 1rem
    }
}

.tag.tag--feature {
    white-space: normal;
    width: 100%;
    -ms-flex-pack: left;
    justify-content: left
}

@media screen and (max-width:768px) {
    .tag.tag--feature {
        min-height: 2em;
        height: auto
    }
}

.button.is-dark.is-semi-transparent,
.button.is-primary.is-semi-transparent {
    background-color: rgba(54, 54, 54, .8)
}

@media screen and (max-width:768px) {
    .button.is-small-mobile {
        font-size: .75rem
    }
}

@media screen and (max-width:400px) {
    .button.is-small-mobile-narrow {
        font-size: .75rem
    }
}

@media print,
screen and (min-width:769px) {
    .button.is-medium-tablet {
        font-size: 1.15rem
    }
}

.box,
.columns-inactive>.column .columns-inactive-box {
    border-radius: 0
}

.image.is-covered img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media print,
screen and (min-width:769px) {
    .sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 100px
    }
}

.navbar .dropdown-menu {
    position: static
}

@media screen and (min-width:1088px) {
    .navbar .dropdown-menu.is-fullwidth {
        position: absolute;
        left: 0;
        width: 100%;
        top: 80px
    }
}

@media screen and (max-width:1087px) {
    .navbar .dropdown:not(.is-active).is-hoverable:hover .dropdown-menu {
        display: none
    }
}

.navbar .dropdown.is-active .dropdown-menu {
    display: block
}

@media screen and (max-width:768px) {
    .navbar .section {
        padding: 10px 0
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .navbar .section {
        padding: 10px 0
    }
}

.dropdown__submenu {
    margin-bottom: 6px
}

@media screen and (min-width:1088px) {
    .dropdown__submenu {
        margin-bottom: 12px
    }
}

@media screen and (max-width:1087px) {
    .dropdown__submenu-title.title {
        font-size: 1rem;
        margin-bottom: 10px
    }

    .dropdown__submenu-title.title.is-spaced {
        margin-bottom: 10px
    }

    .navbar-item.has-separator-mobile {
        border-bottom: 1px solid #efefef
    }
}

.navbar {
    padding: 1rem;
    background: #fff;
    animation: none
}

.navbar.is-down {
    animation: d .2s forwards;
    transform: translateY(-100px);
    top: 0;
}

.is-down .navbar-burger{
    color: #fff;
}

@media screen and (min-width:1088px) {
    .navbar.is-down .navbar-item>a {
        color: #fff
    }

    .navbar.is-down .navbar-item:after {
        border-color: #fff
    }
}

.navbar.is-down .is-logo {
    width: 150px;
    height: 46.84px;
    transition: color .3s
}

.navbar.is-down .is-logo g,
.navbar.is-down .is-logo path,
.navbar.is-down .is-logo polygon,
.navbar.is-down .is-logo rect {
    fill: #fff;
    transition: fill .3s
}

.navbar.is-down .is-logo:hover {
    color: #7a7a7a
}

.navbar.is-down .is-logo:hover g,
.navbar.is-down .is-logo:hover path,
.navbar.is-down .is-logo:hover polygon,
.navbar.is-down .is-logo:hover rect {
    fill: #7a7a7a
}

.navbar.is-overlayed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.navbar.is-overlayed.is-transparent .logo {
    width: 200px;
    height: 62px
}

.navbar.is-overlayed .navbar-burger {
    color: #fff;
    background-color: #7a7a7a
}

.navbar-item .is-bordered-onhover {
    position: relative;
    padding-bottom: inherit;
    padding-top: inherit
}

.navbar-item .is-bordered-onhover:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    height: 2px;
    width: 100%;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: .3s
}

.navbar-item .is-bordered-onhover:hover:before {
    bottom: 0;
    opacity: 1
}

.navbar-item .logo {
    width: 180px;
    height: 56px;
    transition: color .3s
}

.navbar-item .logo:hover {
    color: initial;
    color: #4c4c4c
}

@media screen and (max-width:768px) {
    .navbar-menu {
        position: absolute;
        width: 100%;
        top: 90px;
        left: 0
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .navbar-menu {
        position: absolute;
        width: 100%;
        top: 90px;
        left: 0
    }
}

.navbar-item.dropdown>a {
    font-size: 15px
}

.navbar-end>.navbar-item a,
.navbar-link {
    color: #0a0a0a
}

@keyframes d {
    to {
        transform: translateY(0)
    }
}

#top-offset-observer {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 250px;
    left: 0
}

body.has-fixed-header {
    padding-top: 88px
}

.navbar-divider {
    display: block
}

@media screen and (min-width:1088px) {
    .navbar-dropdown.is-special {
        width: 20rem
    }
}

.navbar-dropdown.is-special .navbar-item {
    white-space: normal
}

.navbar-link-special {
    padding: 1rem;
    color: #7a7a7a
}

.navbar-link-special:hover {
    color: #0a0a0a !important
}

.navbar-link-title {
    font-size: 1rem
}

.navbar-item .icon.is-hidden-inactive,
.navbar-item.is-active .icon.is-hidden-active {
    display: none
}

.navbar-item.is-active .icon.is-hidden-inactive {
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media screen and (max-width:768px) {
    .navbar-item:not(.is-active) .navbar-dropdown.is-special {
        display: none
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .navbar-item:not(.is-active) .navbar-dropdown.is-special {
        display: none
    }
}

.card.is-fullheight {
    height: 100%
}

.card.has-background-image .card-image {
    height: inherit
}

.card-image-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .4s
}

.card-image-overlay.has-background-gradient {
    background-color: transparent
}

.card-image-overlay.is-displayed {
    opacity: 1;
    transition: background .4s
}

.card-image-overlay.is-displayed:hover {
    background-color: rgba(0, 0, 0, .2)
}

@media screen and (max-width:768px) {
    .card-image-overlay.is-displayed-mobile {
        opacity: 1
    }
}

.card:hover .card-image-overlay {
    opacity: 1
}

.noUi-connect {
    background-color: #7a7a7a
}

.noUi-horizontal {
    height: 8px
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: none;
    top: -6px;
    background-color: #4c4c4c;
    border: none
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
    content: normal
}

.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding: calc(.375em - 1px) calc(.625em - 1px);
    height: 2.25em;
    font-size: .9rem
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(../../icons/cross-inverse.svg);
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(../../icons/cross.svg);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7
}

.is-flipped.is-open .choices__inner,
.is-open .choices__inner {
    border-radius: 0 0 0 0
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 0 16px 0 4px;
    width: 100%;
    margin-right: 8px
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    display: none;
    z-index: 99;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    word-break: break-all
}

.choices__list--dropdown.is-active {
    display: block
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__list.is-short {
    max-height: 185px
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width:640px) {
    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
    background-color: #58585c;
    color: #fff
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.choices__button:focus {
    outline: none
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__item--selectable .is-hidden-selected {
    display: none
}

.choices__list--dropdown .is-hidden-selected {
    display: inline
}

.has-choices-dropdown--300 .choices__list--dropdown {
    min-width: 274px
}

.swiper-nav-button {
    background-color: #333333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    padding: 10px;
    opacity: 0;
    transition: opacity .4s, background-color .4s;
    max-width: 40px;
    justify-content: center;
    display: flex;
    color: white;
}

.swiper-nav-button.is-large {
    max-width: 50px
}

.swiper-nav-button:not(.has-no-background):not(.has-no-background-tablet):hover {
    background-color: rgba(0, 0, 0, .8)
}

.swiper-nav-button.has-no-background {
    background: none
}

@media print,
screen and (min-width:769px) {
    .swiper-nav-button.has-no-background-tablet {
        background: none
    }
}

@media screen and (min-width:1088px) {
    .swiper-nav-button.is-outer {
        background: none
    }

    .swiper-nav-button.is-outer svg path {
        fill: #000
    }
}

.swiper-container:hover .swiper-nav-button,
.swiper-nav-button__shown {
    opacity: 1
}

.swiper-nav-button__prev {
    left: 0
}

.swiper-nav-button__prev.is-outer {
    left: -20px
}

@media print,
screen and (min-width:769px) {
    .swiper-nav-button__prev.is-outer {
        left: -20px
    }
}

@media screen and (min-width:1088px) {
    .swiper-nav-button__prev.is-outer {
        left: -50px
    }
}

.swiper-nav-button__next {
    right: 0
}

.swiper-nav-button__next.is-outer {
    right: -20px
}

@media print,
screen and (min-width:769px) {
    .swiper-nav-button__next.is-outer {
        right: -20px
    }
}

@media screen and (min-width:1088px) {
    .swiper-nav-button__next.is-outer {
        right: -50px
    }
}

.swiper-lazy[data-src] {
    opacity: 0;
    transition: opacity .6s
}

.swiper-lazy-loaded {
    opacity: 1
}

.swiper-slide .swiper-lazy-preloader {
    opacity: 0
}

.swiper-slide.swiper-slide-active .swiper-lazy-preloader {
    opacity: 1
}

.swiper-slide.is-equal-height {
    height: auto
}

.swiper-slide.swiper-fade-on-slide {
    opacity: 0;
    transition: opacity .4s ease-in-out
}

.swiper-slide.swiper-fade-on-slide.swiper-slide-active,
.swiper-slide.swiper-fade-on-slide.swiper-slide-duplicate-active {
    opacity: 1
}

.is-multiple-per-view.is-mobile .swiper-slide {
    width: 70% !important
}

.is-multiple-per-view.is-mobile .swiper-slide .hero {
    box-sizing: border-box
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: .3
}

.swiper-pagination-bullet-active {
    background-color: #58585c !important;
    opacity: 1
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 40px
}

.swiper-container.is-swiper-centered .swiper-slide {
    background-color: #252525
}

.swiper-container .card,
.swiper-container .columns {
    box-sizing: border-box
}

.swiper-container.has-opaque-sides:after,
.swiper-container.has-opaque-sides:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: inherit;
    z-index: 9
}

.swiper-container.has-opaque-sides:before {
    left: 0
}

.swiper-container.has-opaque-sides:after {
    right: 0
}

@media print,
screen and (min-width:769px) {

    .swiper-container.has-opaque-sides,
    .swiper-container.has-opaque-sides-tablet {
        padding-left: 60px;
        padding-right: 60px
    }

    .swiper-container.has-opaque-sides-tablet:after,
    .swiper-container.has-opaque-sides-tablet:before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 50px;
        background-color: inherit;
        z-index: 9
    }

    .swiper-container.has-opaque-sides-tablet:before {
        left: 0
    }

    .swiper-container.has-opaque-sides-tablet:after {
        right: 0
    }
}

.swiper-slide.is-fullheight {
    height: auto
}

.swiper-wrapper[data-target-modal=gallery] {
    cursor: zoom-in
}

@media screen and (max-width:768px) {
    .modal-content.is-fullheight-mobile {
        max-height: 100vh
    }
}

.modal-content.has-gallery {
    width: 90%
}

@media print,
screen and (min-width:769px) {
    .modal-content.has-gallery {
        width: 70%;
        max-width: 1500px
    }
}

.modal-content.has-gallery .swiper-zoom-container {
    height: calc(100vh - 160px)
}

@media print,
screen and (min-width:769px) {
    .modal-content.has-gallery .swiper-zoom-container {
        height: calc(100vh - 40px)
    }
}

@media print,
screen and (min-width:769px) {
    .columns.is-centered-tablet {
        -ms-flex-pack: center;
        justify-content: center
    }

    .columns.is-multiline-tablet {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.columns.has-margin-small {
    margin-bottom: 6px !important
}

.columns.is-gapless-v {
    margin-top: 0
}

.columns.is-gapless-v>.column {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.columns .columns.is-nested,
.columns .columns.is-nested .column {
    margin: 0;
    padding: 0
}

.columns .columns.is-nested .column.is-nested-hidden {
    display: none
}

.columns-inactive>.column,
.columns.has-nested .columns>.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem;
    width: auto
}

.columns-inactive>.column .columns-inactive-hidden {
    display: none
}

@media screen and (min-width:1280px) {
    .is-narrow-widescreen {
        width: auto !important
    }
}

.hero.has-image {
    position: relative;
    overflow: hidden;
    height: 80vh;
    height: calc(100vh - 140px)
}

.hero.has-image .hero-image img {
    height: 80vh;
    height: calc(100vh - 140px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.hero.has-image.is-large,
.hero.has-image.is-large .hero-image img {
    height: 80vh;
    height: calc(100vh - 88px)
}

.hero.has-image.is-large.has-bar,
.hero.has-image.is-large.has-bar .hero-image img {
    height: calc(95vh - 88px)
}

.hero.has-image.is-fullheight {
    height: 100vh;
    height: calc(100vh - 104px);
    min-height: calc(100vh - 104px)
}

.hero.has-image.is-fullheight img {
    height: 100vh !important;
    height: calc(100vh - 104px) !important
}

.hero.has-image.is-600,
.hero.has-image.is-600 .hero-image img,
.hero.has-image.is-medium,
.hero.has-image.is-medium .hero-image img {
    height: 600px
}

.hero.has-image.is-250,
.hero.has-image.is-250 .hero-image img {
    height: 250px
}

.hero.has-image .hero-body {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3
}

.hero .hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px
}

.hero .hero-nav.is-left {
    left: 0
}

.hero .hero-nav.is-right {
    right: 0
}

header.is-overlayed+.hero.has-image,
header.is-overlayed-disabled+.hero.has-image {
    height: 100vh
}

header.is-overlayed+.hero.has-image img,
header.is-overlayed-disabled+.hero.has-image img {
    height: 100vh !important
}

.footer {
    padding: 3rem 1.5rem
}

.footer a {
    color: #f1f1f1
}

.footer-logo {
    margin-bottom: 4px
}

.footer-logo svg {
    width: 150px;
    height: 47px
}

@media print,
screen and (min-width:769px) {
    .property-grid {
        display: grid;
        grid-gap: 1em;
        grid-template-columns: 49% 49%;
        grid-column-gap: 2em
    }

    .property-grid .property-grid__slider {
        -ms-flex-order: 1;
        order: 1;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 3
    }

    .property-grid .property-grid__intro {
        -ms-flex-order: 2;
        order: 2;
        grid-column-start: 2;
        grid-row-start: 1
    }

    .property-grid .property-grid__desc {
        -ms-flex-order: 3;
        order: 3;
        grid-column-start: 2;
        grid-row-start: 2;
        grid-row-end: span 4
    }

    .property-grid .property-grid__features {
        -ms-flex-order: 4;
        order: 4;
        grid-row-start: 3;
        grid-column-start: 1
    }

    .property-grid .property-grid__location {
        -ms-flex-order: 7;
        order: 7;
        grid-column-start: 1
    }
}

/*# sourceMappingURL=styles.css.map */

#supportchatwidget .circular-widget {
    width: 42px !important;
    height: 42px !important;
}

#supportchatwidget .circular-widget .logo-img-icon {
    margin: -4px 0 0;
}


/* team page design css start */

.main-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
}

.main-card .card-image {
    height: 100%;
}

.main-card figure {
    width: 100%;
    height: 100%;
}

.main-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.team-description {
    position: absolute;
    background-color: #fff;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 6px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.detail-team-description {
    width: 80% !important;
    pointer-events: none;
}

.team-button {
    padding: 10px;
    background-color: #333333 !important;
    border-radius: 4px;
}

.detail-team-button {
    padding: 0px 10px !important;
}

.team-description .title {
    font-weight: 600;
    margin-bottom: 0.15rem;
    color: #4a4a4a;
}

.team-description .subtitle {
    font-weight: 400;
    color: #7a7a7a;
}

.silder-agent-profile img {
    border-radius: 10px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .main-card  figure {
        min-height: 400px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .team-card .is-4 {
        width: 50%;
    }
    .main-card figure {
        aspect-ratio: 4 / 5;
    }    
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .team-description .title,
    .team-button {
        font-size: 1rem !important;
    }
    .team-button {
        padding: 8px;
    }
    .team-description .subtitle {
        font-size: 0.95rem;
    }
}

@media screen and (min-width: 1024px) {
    .main-card figure {
        aspect-ratio: 4 / 5;
    }    
}

.team-heading {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 1.5rem;
}

.team-margin {
    margin-top: 20px;
}
/* team page design css end */

.margin-bottom-0 {
    margin-bottom: 0 !important;
}