/*! @creativebulma/bulma-tooltip v1.2.0 | (c) 2020 Gaetan | MIT License | https://github.com/CreativeBulma/bulma-tooltip */
[data-tooltip]:not(.is-disabled), [data-tooltip]:not(.is-loading), [data-tooltip]:not([disabled]) {
    cursor: pointer;
    overflow: visible;
    position: relative
}

    [data-tooltip]:not(.is-disabled):before, [data-tooltip]:not(.is-loading):before, [data-tooltip]:not([disabled]):before {
        background: rgba(74,74,74,.9);
        border-radius: 2px;
        content: attr(data-tooltip);
        padding: .5rem 1rem;
        text-overflow: ellipsis;
        white-space: pre;
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-arrow:after, [data-tooltip]:not(.is-disabled):before, [data-tooltip]:not(.is-loading).has-tooltip-arrow:after, [data-tooltip]:not(.is-loading):before, [data-tooltip]:not([disabled]).has-tooltip-arrow:after, [data-tooltip]:not([disabled]):before {
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
        font-size: .75rem;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        visibility: hidden;
        z-index: 1
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-arrow:after {
        content: "";
        border-style: solid;
        border-width: 6px;
        border-color: rgba(74,74,74,.9) transparent transparent;
        margin-bottom: -5px
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-arrow.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-arrow.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-arrow.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom:before, [data-tooltip]:not([disabled]).has-tooltip-bottom:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left:before, [data-tooltip]:not(.is-loading).has-tooltip-left:before, [data-tooltip]:not([disabled]).has-tooltip-left:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right:before, [data-tooltip]:not(.is-loading).has-tooltip-right:before, [data-tooltip]:not([disabled]).has-tooltip-right:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-multiline:before, [data-tooltip]:not(.is-loading).has-tooltip-multiline:before, [data-tooltip]:not([disabled]).has-tooltip-multiline:before {
        height: auto;
        width: 15rem;
        max-width: 15rem;
        text-overflow: clip;
        white-space: normal;
        word-break: keep-all
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-text-left:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left:before, [data-tooltip]:not([disabled]).has-tooltip-text-left:before {
        text-align: left
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered:before {
        text-align: center
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-text-right:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right:before, [data-tooltip]:not([disabled]).has-tooltip-text-right:before {
        text-align: right
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-white:after, [data-tooltip]:not(.is-loading).has-tooltip-white:after, [data-tooltip]:not([disabled]).has-tooltip-white:after {
        border-color: hsla(0,0%,100%,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-white.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-white.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-white.has-tooltip-bottom:after {
        border-color: transparent transparent hsla(0,0%,100%,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-white.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-white.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-white.has-tooltip-left:after {
        border-color: transparent transparent transparent hsla(0,0%,100%,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-white.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-white.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-white.has-tooltip-right:after {
        border-color: transparent hsla(0,0%,100%,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-white:before, [data-tooltip]:not(.is-loading).has-tooltip-white:before, [data-tooltip]:not([disabled]).has-tooltip-white:before {
        background-color: hsla(0,0%,100%,.9);
        color: #0a0a0a
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-black:after, [data-tooltip]:not(.is-loading).has-tooltip-black:after, [data-tooltip]:not([disabled]).has-tooltip-black:after {
        border-color: hsla(0,0%,4%,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-black.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-black.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-black.has-tooltip-bottom:after {
        border-color: transparent transparent hsla(0,0%,4%,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-black.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-black.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-black.has-tooltip-left:after {
        border-color: transparent transparent transparent hsla(0,0%,4%,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-black.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-black.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-black.has-tooltip-right:after {
        border-color: transparent hsla(0,0%,4%,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-black:before, [data-tooltip]:not(.is-loading).has-tooltip-black:before, [data-tooltip]:not([disabled]).has-tooltip-black:before {
        background-color: hsla(0,0%,4%,.9);
        color: #fff
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-light:after, [data-tooltip]:not(.is-loading).has-tooltip-light:after, [data-tooltip]:not([disabled]).has-tooltip-light:after {
        border-color: hsla(0,0%,96%,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-light.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-light.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-light.has-tooltip-bottom:after {
        border-color: transparent transparent hsla(0,0%,96%,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-light.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-light.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-light.has-tooltip-left:after {
        border-color: transparent transparent transparent hsla(0,0%,96%,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-light.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-light.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-light.has-tooltip-right:after {
        border-color: transparent hsla(0,0%,96%,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-light:before, [data-tooltip]:not(.is-loading).has-tooltip-light:before, [data-tooltip]:not([disabled]).has-tooltip-light:before {
        background-color: hsla(0,0%,96%,.9);
        color: rgba(0,0,0,.7)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-dark:after, [data-tooltip]:not(.is-loading).has-tooltip-dark:after, [data-tooltip]:not([disabled]).has-tooltip-dark:after {
        border-color: rgba(54,54,54,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-dark.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-dark.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-dark.has-tooltip-bottom:after {
        border-color: transparent transparent rgba(54,54,54,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-dark.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-dark.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-dark.has-tooltip-left:after {
        border-color: transparent transparent transparent rgba(54,54,54,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-dark.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-dark.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-dark.has-tooltip-right:after {
        border-color: transparent rgba(54,54,54,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-dark:before, [data-tooltip]:not(.is-loading).has-tooltip-dark:before, [data-tooltip]:not([disabled]).has-tooltip-dark:before {
        background-color: rgba(54,54,54,.9);
        color: #fff
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-primary:after, [data-tooltip]:not(.is-loading).has-tooltip-primary:after, [data-tooltip]:not([disabled]).has-tooltip-primary:after {
        border-color: rgba(0,209,178,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-primary.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-primary.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-primary.has-tooltip-bottom:after {
        border-color: transparent transparent rgba(0,209,178,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-primary.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-primary.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-primary.has-tooltip-left:after {
        border-color: transparent transparent transparent rgba(0,209,178,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-primary.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-primary.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-primary.has-tooltip-right:after {
        border-color: transparent rgba(0,209,178,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-primary:before, [data-tooltip]:not(.is-loading).has-tooltip-primary:before, [data-tooltip]:not([disabled]).has-tooltip-primary:before {
        background-color: rgba(0,209,178,.9);
        color: #fff
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-link:after, [data-tooltip]:not(.is-loading).has-tooltip-link:after, [data-tooltip]:not([disabled]).has-tooltip-link:after {
        border-color: rgba(50,115,220,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-link.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-link.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-link.has-tooltip-bottom:after {
        border-color: transparent transparent rgba(50,115,220,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-link.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-link.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-link.has-tooltip-left:after {
        border-color: transparent transparent transparent rgba(50,115,220,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-link.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-link.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-link.has-tooltip-right:after {
        border-color: transparent rgba(50,115,220,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-link:before, [data-tooltip]:not(.is-loading).has-tooltip-link:before, [data-tooltip]:not([disabled]).has-tooltip-link:before {
        background-color: rgba(50,115,220,.9);
        color: #fff
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-info:after, [data-tooltip]:not(.is-loading).has-tooltip-info:after, [data-tooltip]:not([disabled]).has-tooltip-info:after {
        border-color: rgba(50,152,220,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-info.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-info.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-info.has-tooltip-bottom:after {
        border-color: transparent transparent rgba(50,152,220,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-info.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-info.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-info.has-tooltip-left:after {
        border-color: transparent transparent transparent rgba(50,152,220,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-info.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-info.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-info.has-tooltip-right:after {
        border-color: transparent rgba(50,152,220,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-info:before, [data-tooltip]:not(.is-loading).has-tooltip-info:before, [data-tooltip]:not([disabled]).has-tooltip-info:before {
        background-color: rgba(50,152,220,.9);
        color: #fff
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-success:after, [data-tooltip]:not(.is-loading).has-tooltip-success:after, [data-tooltip]:not([disabled]).has-tooltip-success:after {
        border-color: rgba(72,199,116,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-success.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-success.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-success.has-tooltip-bottom:after {
        border-color: transparent transparent rgba(72,199,116,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-success.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-success.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-success.has-tooltip-left:after {
        border-color: transparent transparent transparent rgba(72,199,116,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-success.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-success.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-success.has-tooltip-right:after {
        border-color: transparent rgba(72,199,116,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-success:before, [data-tooltip]:not(.is-loading).has-tooltip-success:before, [data-tooltip]:not([disabled]).has-tooltip-success:before {
        background-color: rgba(72,199,116,.9);
        color: #fff
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-warning:after, [data-tooltip]:not(.is-loading).has-tooltip-warning:after, [data-tooltip]:not([disabled]).has-tooltip-warning:after {
        border-color: rgba(255,221,87,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-warning.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-warning.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-warning.has-tooltip-bottom:after {
        border-color: transparent transparent rgba(255,221,87,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-warning.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-warning.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-warning.has-tooltip-left:after {
        border-color: transparent transparent transparent rgba(255,221,87,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-warning.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-warning.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-warning.has-tooltip-right:after {
        border-color: transparent rgba(255,221,87,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-warning:before, [data-tooltip]:not(.is-loading).has-tooltip-warning:before, [data-tooltip]:not([disabled]).has-tooltip-warning:before {
        background-color: rgba(255,221,87,.9);
        color: rgba(0,0,0,.7)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-danger:after, [data-tooltip]:not(.is-loading).has-tooltip-danger:after, [data-tooltip]:not([disabled]).has-tooltip-danger:after {
        border-color: rgba(241,70,104,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-danger.has-tooltip-bottom:after, [data-tooltip]:not(.is-loading).has-tooltip-danger.has-tooltip-bottom:after, [data-tooltip]:not([disabled]).has-tooltip-danger.has-tooltip-bottom:after {
        border-color: transparent transparent rgba(241,70,104,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-danger.has-tooltip-left:after, [data-tooltip]:not(.is-loading).has-tooltip-danger.has-tooltip-left:after, [data-tooltip]:not([disabled]).has-tooltip-danger.has-tooltip-left:after {
        border-color: transparent transparent transparent rgba(241,70,104,.9) !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-danger.has-tooltip-right:after, [data-tooltip]:not(.is-loading).has-tooltip-danger.has-tooltip-right:after, [data-tooltip]:not([disabled]).has-tooltip-danger.has-tooltip-right:after {
        border-color: transparent rgba(241,70,104,.9) transparent transparent !important
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-danger:before, [data-tooltip]:not(.is-loading).has-tooltip-danger:before, [data-tooltip]:not([disabled]).has-tooltip-danger:before {
        background-color: rgba(241,70,104,.9);
        color: #fff
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-active:after, [data-tooltip]:not(.is-disabled).has-tooltip-active:before, [data-tooltip]:not(.is-disabled):hover:after, [data-tooltip]:not(.is-disabled):hover:before, [data-tooltip]:not(.is-loading).has-tooltip-active:after, [data-tooltip]:not(.is-loading).has-tooltip-active:before, [data-tooltip]:not(.is-loading):hover:after, [data-tooltip]:not(.is-loading):hover:before, [data-tooltip]:not([disabled]).has-tooltip-active:after, [data-tooltip]:not([disabled]).has-tooltip-active:before, [data-tooltip]:not([disabled]):hover:after, [data-tooltip]:not([disabled]):hover:before {
        opacity: 1;
        visibility: visible
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-fade:after, [data-tooltip]:not(.is-disabled).has-tooltip-fade:before, [data-tooltip]:not(.is-loading).has-tooltip-fade:after, [data-tooltip]:not(.is-loading).has-tooltip-fade:before, [data-tooltip]:not([disabled]).has-tooltip-fade:after, [data-tooltip]:not([disabled]).has-tooltip-fade:before {
        transition: opacity .3s linear,visibility .3s linear
    }

@media screen and (max-width:768px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-mobile.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-mobile.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-mobile.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-mobile:before, [data-tooltip]:not(.is-loading).has-tooltip-top-mobile:before, [data-tooltip]:not([disabled]).has-tooltip-top-mobile:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media print,screen and (min-width:769px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-tablet.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-tablet.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-tablet.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-tablet:before, [data-tooltip]:not(.is-loading).has-tooltip-top-tablet:before, [data-tooltip]:not([disabled]).has-tooltip-top-tablet:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-tablet-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-tablet-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-tablet-only.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-tablet-only:before, [data-tooltip]:not(.is-loading).has-tooltip-top-tablet-only:before, [data-tooltip]:not([disabled]).has-tooltip-top-tablet-only:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-touch.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-touch.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-touch.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-touch:before, [data-tooltip]:not(.is-loading).has-tooltip-top-touch:before, [data-tooltip]:not([disabled]).has-tooltip-top-touch:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (min-width:1024px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-desktop.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-desktop.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-desktop.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-desktop:before, [data-tooltip]:not(.is-loading).has-tooltip-top-desktop:before, [data-tooltip]:not([disabled]).has-tooltip-top-desktop:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-desktop-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-desktop-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-desktop-only.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-desktop-only:before, [data-tooltip]:not(.is-loading).has-tooltip-top-desktop-only:before, [data-tooltip]:not([disabled]).has-tooltip-top-desktop-only:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-until-widescreen.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-until-widescreen.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-until-widescreen.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-until-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-top-until-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-top-until-widescreen:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (min-width:1216px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-widescreen.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-widescreen.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-widescreen.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-top-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-top-widescreen:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-widescreen-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-widescreen-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-widescreen-only.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-widescreen-only:before, [data-tooltip]:not(.is-loading).has-tooltip-top-widescreen-only:before, [data-tooltip]:not([disabled]).has-tooltip-top-widescreen-only:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-until-fullhd.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-until-fullhd.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-until-fullhd.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-until-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-top-until-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-top-until-fullhd:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (min-width:1408px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-top-fullhd.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-top-fullhd.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-top-fullhd.has-tooltip-arrow:after {
        top: 0;
        right: auto;
        bottom: auto;
        left: 50%;
        margin: -5px auto auto -5px;
        border-color: rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-top-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-top-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-top-fullhd:before {
        right: auto;
        bottom: auto;
        left: 50%;
        top: 0;
        margin-top: -5px;
        margin-bottom: auto;
        transform: translate(-50%,-100%)
    }
}

@media screen and (max-width:768px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-mobile.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-mobile.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-mobile.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-mobile:before, [data-tooltip]:not(.is-loading).has-tooltip-right-mobile:before, [data-tooltip]:not([disabled]).has-tooltip-right-mobile:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media print,screen and (min-width:769px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-tablet.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-tablet.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-tablet.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-tablet:before, [data-tooltip]:not(.is-loading).has-tooltip-right-tablet:before, [data-tooltip]:not([disabled]).has-tooltip-right-tablet:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-tablet-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-tablet-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-tablet-only.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-tablet-only:before, [data-tooltip]:not(.is-loading).has-tooltip-right-tablet-only:before, [data-tooltip]:not([disabled]).has-tooltip-right-tablet-only:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-touch.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-touch.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-touch.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-touch:before, [data-tooltip]:not(.is-loading).has-tooltip-right-touch:before, [data-tooltip]:not([disabled]).has-tooltip-right-touch:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (min-width:1024px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-desktop.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-desktop.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-desktop.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-desktop:before, [data-tooltip]:not(.is-loading).has-tooltip-right-desktop:before, [data-tooltip]:not([disabled]).has-tooltip-right-desktop:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-desktop-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-desktop-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-desktop-only.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-desktop-only:before, [data-tooltip]:not(.is-loading).has-tooltip-right-desktop-only:before, [data-tooltip]:not([disabled]).has-tooltip-right-desktop-only:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-until-widescreen.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-until-widescreen.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-until-widescreen.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-until-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-right-until-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-right-until-widescreen:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (min-width:1216px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-widescreen.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-widescreen.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-widescreen.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-right-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-right-widescreen:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-widescreen-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-widescreen-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-widescreen-only.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-widescreen-only:before, [data-tooltip]:not(.is-loading).has-tooltip-right-widescreen-only:before, [data-tooltip]:not([disabled]).has-tooltip-right-widescreen-only:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-until-fullhd.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-until-fullhd.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-until-fullhd.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-until-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-right-until-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-right-until-fullhd:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (min-width:1408px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-right-fullhd.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-right-fullhd.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-right-fullhd.has-tooltip-arrow:after {
        top: auto;
        right: 0;
        bottom: 50%;
        left: auto;
        margin: auto -6px -6px auto;
        border-color: transparent rgba(74,74,74,.9) transparent transparent
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-right-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-right-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-right-fullhd:before {
        top: auto;
        right: -5px;
        bottom: 50%;
        left: auto;
        margin-top: auto;
        transform: translate(100%,50%)
    }
}

@media screen and (max-width:768px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-mobile.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-mobile.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-mobile.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-mobile:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-mobile:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-mobile:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media print,screen and (min-width:769px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-tablet.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-tablet.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-tablet.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-tablet:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-tablet:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-tablet:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-tablet-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-tablet-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-tablet-only.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-tablet-only:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-tablet-only:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-tablet-only:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-touch.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-touch.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-touch.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-touch:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-touch:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-touch:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (min-width:1024px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-desktop.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-desktop.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-desktop.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-desktop:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-desktop:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-desktop:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-desktop-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-desktop-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-desktop-only.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-desktop-only:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-desktop-only:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-desktop-only:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-until-widescreen.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-until-widescreen.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-until-widescreen.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-until-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-until-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-until-widescreen:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (min-width:1216px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-widescreen.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-widescreen.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-widescreen.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-widescreen:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-widescreen-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-widescreen-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-widescreen-only.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-widescreen-only:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-widescreen-only:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-widescreen-only:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-until-fullhd.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-until-fullhd.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-until-fullhd.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-until-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-until-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-until-fullhd:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (min-width:1408px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-fullhd.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-bottom-fullhd.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-bottom-fullhd.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 50%;
        margin: auto auto -5px -5px;
        border-color: transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-bottom-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-bottom-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-bottom-fullhd:before {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-top: auto;
        margin-bottom: -5px;
        transform: translate(-50%,100%)
    }
}

@media screen and (max-width:768px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-mobile.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-mobile.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-mobile.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-mobile:before, [data-tooltip]:not(.is-loading).has-tooltip-left-mobile:before, [data-tooltip]:not([disabled]).has-tooltip-left-mobile:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media print,screen and (min-width:769px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-tablet.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-tablet.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-tablet.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-tablet:before, [data-tooltip]:not(.is-loading).has-tooltip-left-tablet:before, [data-tooltip]:not([disabled]).has-tooltip-left-tablet:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-tablet-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-tablet-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-tablet-only.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-tablet-only:before, [data-tooltip]:not(.is-loading).has-tooltip-left-tablet-only:before, [data-tooltip]:not([disabled]).has-tooltip-left-tablet-only:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-touch.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-touch.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-touch.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-touch:before, [data-tooltip]:not(.is-loading).has-tooltip-left-touch:before, [data-tooltip]:not([disabled]).has-tooltip-left-touch:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (min-width:1024px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-desktop.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-desktop.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-desktop.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-desktop:before, [data-tooltip]:not(.is-loading).has-tooltip-left-desktop:before, [data-tooltip]:not([disabled]).has-tooltip-left-desktop:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-desktop-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-desktop-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-desktop-only.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-desktop-only:before, [data-tooltip]:not(.is-loading).has-tooltip-left-desktop-only:before, [data-tooltip]:not([disabled]).has-tooltip-left-desktop-only:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-until-widescreen.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-until-widescreen.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-until-widescreen.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-until-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-left-until-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-left-until-widescreen:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (min-width:1216px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-widescreen.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-widescreen.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-widescreen.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-left-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-left-widescreen:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-widescreen-only.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-widescreen-only.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-widescreen-only.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-widescreen-only:before, [data-tooltip]:not(.is-loading).has-tooltip-left-widescreen-only:before, [data-tooltip]:not([disabled]).has-tooltip-left-widescreen-only:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-until-fullhd.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-until-fullhd.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-until-fullhd.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-until-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-left-until-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-left-until-fullhd:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (min-width:1408px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-left-fullhd.has-tooltip-arrow:after, [data-tooltip]:not(.is-loading).has-tooltip-left-fullhd.has-tooltip-arrow:after, [data-tooltip]:not([disabled]).has-tooltip-left-fullhd.has-tooltip-arrow:after {
        top: auto;
        right: auto;
        bottom: 50%;
        left: 0;
        margin: auto auto -6px -5px;
        border-color: transparent transparent transparent rgba(74,74,74,.9)
    }

    [data-tooltip]:not(.is-disabled).has-tooltip-left-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-left-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-left-fullhd:before {
        top: auto;
        right: auto;
        bottom: 50%;
        left: -5px;
        transform: translate(-100%,50%)
    }
}

@media screen and (max-width:768px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-mobile:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-mobile:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-mobile:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-mobile:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-mobile:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-mobile:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media print,screen and (min-width:769px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-tablet:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-tablet:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-tablet:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-tablet:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-tablet:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-tablet:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-tablet-only:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-tablet-only:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-tablet-only:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-tablet-only:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-tablet-only:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-tablet-only:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-touch:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-touch:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-touch:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-touch:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-touch:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-touch:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-desktop:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-desktop:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-desktop:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-desktop:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-desktop:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-desktop:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-desktop-only:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-desktop-only:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-desktop-only:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-desktop-only:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-desktop-only:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-desktop-only:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-until-widescreen:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-until-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-until-widescreen:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-until-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-until-widescreen:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-until-widescreen:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (min-width:1216px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-widescreen:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-widescreen:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-widescreen:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-widescreen:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-widescreen-only:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-widescreen-only:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-widescreen-only:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-widescreen-only:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-widescreen-only:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-widescreen-only:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-until-fullhd:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-until-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-until-fullhd:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-until-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-until-fullhd:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-until-fullhd:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (min-width:1408px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-hidden-fullhd:after, [data-tooltip]:not(.is-disabled).has-tooltip-hidden-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-hidden-fullhd:after, [data-tooltip]:not(.is-loading).has-tooltip-hidden-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-hidden-fullhd:after, [data-tooltip]:not([disabled]).has-tooltip-hidden-fullhd:before {
        opacity: 0 !important;
        display: none !important
    }
}

@media screen and (max-width:768px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-mobile:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-mobile:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-mobile:before {
        text-align: left
    }
}

@media print,screen and (min-width:769px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-tablet:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-tablet:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-tablet:before {
        text-align: left
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-tablet-only:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-tablet-only:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-tablet-only:before {
        text-align: left
    }
}

@media screen and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-touch:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-touch:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-touch:before {
        text-align: left
    }
}

@media screen and (min-width:1024px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-desktop:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-desktop:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-desktop:before {
        text-align: left
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-desktop-only:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-desktop-only:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-desktop-only:before {
        text-align: left
    }
}

@media screen and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-until-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-until-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-until-widescreen:before {
        text-align: left
    }
}

@media screen and (min-width:1216px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-widescreen:before {
        text-align: left
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-widescreen-only:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-widescreen-only:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-widescreen-only:before {
        text-align: left
    }
}

@media screen and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-until-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-until-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-until-fullhd:before {
        text-align: left
    }
}

@media screen and (min-width:1408px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-left-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-text-left-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-text-left-fullhd:before {
        text-align: left
    }
}

@media screen and (max-width:768px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-mobile:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-mobile:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-mobile:before {
        text-align: center
    }
}

@media print,screen and (min-width:769px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-tablet:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-tablet:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-tablet:before {
        text-align: center
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-tablet-only:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-tablet-only:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-tablet-only:before {
        text-align: center
    }
}

@media screen and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-touch:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-touch:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-touch:before {
        text-align: center
    }
}

@media screen and (min-width:1024px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-desktop:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-desktop:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-desktop:before {
        text-align: center
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-desktop-only:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-desktop-only:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-desktop-only:before {
        text-align: center
    }
}

@media screen and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-until-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-until-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-until-widescreen:before {
        text-align: center
    }
}

@media screen and (min-width:1216px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-widescreen:before {
        text-align: center
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-widescreen-only:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-widescreen-only:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-widescreen-only:before {
        text-align: center
    }
}

@media screen and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-until-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-until-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-until-fullhd:before {
        text-align: center
    }
}

@media screen and (min-width:1408px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-centered-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-text-centered-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-text-centered-fullhd:before {
        text-align: center
    }
}

@media screen and (max-width:768px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-mobile:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-mobile:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-mobile:before {
        text-align: right
    }
}

@media print,screen and (min-width:769px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-tablet:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-tablet:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-tablet:before {
        text-align: right
    }
}

@media screen and (min-width:769px) and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-tablet-only:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-tablet-only:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-tablet-only:before {
        text-align: right
    }
}

@media screen and (max-width:1023px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-touch:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-touch:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-touch:before {
        text-align: right
    }
}

@media screen and (min-width:1024px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-desktop:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-desktop:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-desktop:before {
        text-align: right
    }
}

@media screen and (min-width:1024px) and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-desktop-only:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-desktop-only:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-desktop-only:before {
        text-align: right
    }
}

@media screen and (max-width:1215px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-until-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-until-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-until-widescreen:before {
        text-align: right
    }
}

@media screen and (min-width:1216px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-widescreen:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-widescreen:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-widescreen:before {
        text-align: right
    }
}

@media screen and (min-width:1216px) and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-widescreen-only:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-widescreen-only:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-widescreen-only:before {
        text-align: right
    }
}

@media screen and (max-width:1407px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-until-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-until-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-until-fullhd:before {
        text-align: right
    }
}

@media screen and (min-width:1408px) {
    [data-tooltip]:not(.is-disabled).has-tooltip-text-right-fullhd:before, [data-tooltip]:not(.is-loading).has-tooltip-text-right-fullhd:before, [data-tooltip]:not([disabled]).has-tooltip-text-right-fullhd:before {
        text-align: right
    }
}

span[data-tooltip] {
    border-bottom: 1px dashed #dbdbdb
}

    span[data-tooltip].has-tooltip-white {
        border-bottom-color: #fff
    }

    span[data-tooltip].has-tooltip-black {
        border-bottom-color: #171717
    }

    span[data-tooltip].has-tooltip-light {
        border-bottom-color: #fff
    }

    span[data-tooltip].has-tooltip-dark {
        border-bottom-color: #424242
    }

    span[data-tooltip].has-tooltip-primary {
        border-bottom-color: #00ebc7
    }

    span[data-tooltip].has-tooltip-link {
        border-bottom-color: #4882e0
    }

    span[data-tooltip].has-tooltip-info {
        border-bottom-color: #48a3e0
    }

    span[data-tooltip].has-tooltip-success {
        border-bottom-color: #5bcd83
    }

    span[data-tooltip].has-tooltip-warning {
        border-bottom-color: #ffe270
    }

    span[data-tooltip].has-tooltip-danger {
        border-bottom-color: #f35e7c
    }

.control span[data-tooltip] {
    border-bottom: none
}
.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}html.lb-disable-scrolling{overflow:hidden;position:fixed;height:100vh;width:100vw}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url("/assets/libs/lightbox2-master/images/loading.gif") no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url("/assets/libs/lightbox2-master/images/prev.png") left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url("/assets/libs/lightbox2-master/images/next.png") right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url("/assets/libs/lightbox2-master/images/close.png") top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
body{font-family:"Open Sans",sans-serif;display:flex;flex-direction:column;min-height:100vh;}navbarExampleTransparentExample{display:flex;flex-basis:0;flex-wrap:wrap;align-items:center;}.noPadding{padding-top:10px !important;padding-bottom:0 !important;}.colorGreen{color:#2a7800;}.colorOrange{color:#ffad30;}.colorBlue{color:#054a8d;}.sectionHome{max-width:930px;}.eight-width{width:80%;}.boxContainer{justify-content:space-around;}.paddingLR{padding-left:15px;padding-right:15px;}.paddingTB{padding-top:20px;padding-bottom:20px;}.paddingT{padding-top:20px;}.boxGreen{border-color:#2a7800 !important;max-width:100%;width:300px;display:inline-block;padding:0;}.boxOrange{border-color:#ffad30 !important;max-width:100%;width:300px;display:inline-block;padding:0;}.boxBlue{border-color:#054a8d !important;max-width:100%;width:300px;margin-bottom:1.5rem;display:inline-block;padding:0;}.bottomBorder{border-bottom-style:inset;border-bottom-width:2px;border-bottom-color:#cccccc;}.ytdSelectContainer{justify-content:flex-end !important;}.ytdSelect{border:none !important;}.detailInfoRef{color:black;text-decoration:underline !important;}.detailContent{padding-bottom:20px;}.hideContent{display:none;}.buttonGrey{margin:5px;font-weight:600;color:#959595;min-width:110px;max-width:240px;border-width:2px;border-color:#959595;}.buttonRemove{margin:10px;font-weight:600;color:#959595;min-width:110px;max-width:280px;border-width:2px;border-color:#959595;}i.down{border:solid #DF072C;border-width:0 3px 3px 0;display:inline-block;padding:5px;}.detailSection__left{margin-right:16px;}.detailSection__right{margin-left:16px;}@media screen and (max-width:1084px){.detailSection__left{margin-right:0;}.detailSection__right{margin-left:0;}.questionArea .column{padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;}.column .selectedButtons{padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;}.column .btnResult{padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;}.columns .detailSection{margin:0 !important;}.buttonGrey{width:166px;word-break:break-all;}.buttonRemove{width:145px;word-break:break-all;}}@media screen and (min-width:1085px){.collapseArrow{display:none;}.borderLeft{border-left-style:solid;border-color:#cccccc;border-width:2px;}.borderBottom{border-bottom-style:solid;border-color:#cccccc;border-width:2px;}}.fund-container .checkboxBtn{display:inline-block;}.checkboxBtn input{opacity:0;width:0;height:0;}input:checked + .buttonGrey{margin:5px;color:#df072c;font-weight:600;min-width:110px;max-width:240px;border-width:2px;border-color:#df072c;}input:checked + .buttonRemove{display:none;}.backButton{border-color:#df072c;font-weight:600;border-width:2px;color:#df072c;}.backButton:hover{border-color:#df072c;font-weight:600;border-width:2px;color:#d45b6f;}button.button.is-danger:disabled{min-width:80px;color:#757575 !important;background:#aaaaaa !important;border-color:#aaaaaa !important;}.fund-loader{height:24px;}.checkboxContainer{margin:10px;display:block;position:relative;padding-left:30px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.checkboxContainer input{position:absolute;opacity:0;cursor:pointer;}.largeCheckboxBorder{width:36px !important;height:36px !important;}.largeCheckbox{width:30px !important;height:30px !important;}.checkboxContainer input:not(:checked) ~ .checkbox{color:white;border-color:grey;border-style:solid;}.radioContainer input:checked ~ .checkmark:after{display:block;}.radioContainer .checkmark:after{top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:grey;}.radioContainer input{position:absolute;opacity:0;cursor:pointer;}.checkmark{position:absolute;top:0;left:0;height:22px;width:22px;background-color:white;border-radius:50%;border-color:grey;border-style:solid;border-width:3px;}.radioContainer:hover input ~ .checkmark{background-color:#ccc;}.radioContainer input:checked ~ .checkmark{background-color:white;border-color:grey;border-style:solid;border-width:3px;}.checkmark:after{content:"";position:absolute;display:none;}.radioContainer input:checked ~ .checkmark:after{display:block;}.radioContainer .checkmark:after{top:2px;left:2px;width:12px;height:12px;border-radius:50%;background:grey;}.indicatorContainer{width:180px !important;display:flex;align-items:center;}.paddingIndicator{padding-left:3px !important;padding-right:0px !important;}.noPadding{padding:0 !important;}.noMarginBottom{margin-bottom:0 !important;}.paddingLR{padding-left:15px;padding-right:15px;}.paddingTB{padding-top:20px;padding-bottom:20px;}.paddingT{padding-top:20px;}.pb-0{padding-bottom:0px !important;}.pt-10{padding-top:10px;}.pl-10{padding-left:10px;}.pl-30{padding-left:30px;}.pr-30{padding-right:30px;}.pr-30{padding-right:30px;}.ml-10{margin-left:10px;}.mr-10{margin-right:10px;}.ml-30{margin-left:30px;}.mr-30{margin-right:30px;}.mb-30{margin-bottom:30px;}.mt-30{margin-top:30px;}.full-width{width:100%;}.is-horizontal-center{justify-content:center;}.page-container{background-image:url("/css/assets/img/bg.png");background-size:cover;}.flex{display:flex;}.valign-top{align-items:end;}.align-center{align-items:center;}.justify-center{justify-content:center;}.justify-between{justify-content:space-between;}.justify-end{justify-content:flex-end;}.justify-around{justify-content:space-around;}.row-direction{flex-direction:row;}.col-direction{flex-direction:column;}.w-100{width:100%;}.w-95{width:95%;}.h-100{height:100%;}.line-chart{width:100% !important;}.container-home{background-color:white;}.navbar-menu{flex-basis:0;flex-wrap:wrap;align-items:center;}.navbar-center{margin-left:auto;margin-right:auto;}text{font-family:"Abel";font-weight:bold;}.lessContent{overflow:hidden;height:82px;}.blogContainer{background-color:#eeeeee;border-color:#eeeeee;}.actionBox{width:350px;}.actionBoxHeader{width:350px;background-color:orangered;padding:10px;}.actionBoxFooter{background-color:white;border:none;}@media screen and (max-width:1024px){.leftImageArea{display:none;}}.pl-20{padding-left:20px;}@media(min-width:1085px){.panel-1,.panel-2,.panel-3,.panel-4{display:block !important;}.panel-5{display:flex !important;}}.customCheckbox{position:absolute;top:0;left:0;height:22px;width:22px;background-color:white;border-color:grey;border-style:solid;border-width:2px;}.checkboxContainer input:not(:checked) ~ .customCheckbox{color:white;border-color:grey;border-style:solid;}.sliderLabel1{padding-left:46%;}.sliderLabel2{padding-left:27%;}.pl-0{padding-left:0 !important;}.block{display:block;}.line-chart svg{max-width:100%;}.filter-4-btn-groups label span{width:205px;}.has-text-darkgrey{color:darkgrey !important;}.has-text-black{color:#000;}.section-home .button.button-lg{font-size:16px;padding:0.4em 1.2em;}ul.fund-page{}ul.fund-page li{display:inline-block;margin:2px 6px;cursor:pointer;}ul.fund-page li:hover:not(.active) a{border-bottom:1px solid #959595;}ul.fund-page li a{color:#959595;font-size:14px;}ul.fund-page li.active{background-color:#df072c;cursor:default;padding:0px 10px;margin:0 2px;}ul.fund-page li.active a{color:white;cursor:default;}.align-end{align-items:flex-end;}.fund-container{position:relative;}.section-home .fund-container .breadcrumb{margin:20px 0 0;padding:0;}@media(max-width:700px){.fund-container{padding-top:70px;}.section{padding-top:1rem;}}.fund-container .fund-header{position:absolute;display:flex;justify-content:space-between;left:0;right:0;top:0;}.fund-container .section{padding:.5rem 1.5rem;}.fund-header .navbar-dropdown{right:0;left:auto;background-color:white;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);position:absolute;z-index:1;}text{font-family:"Open Sans",sans-serif;}
@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i");.text-red{color:#df072c;}.text-green{color:#008800;}.text-red-dark{color:#b50000;}.text-gray{color:#929292;}.text-gray-dark{color:#8c8c8c;}.text-inherit{color:inherit;}.text-black{color:#000;}.bg-red{background-color:#df072c;}.bg-blue{background-color:#052453;}.bg-gray{background-color:#8c8c8c;}*{outline:none !important;}body{font-family:"Open Sans",sans-serif;color:#000;display:flex;flex-direction:column;min-height:100vh;}canvas{max-width:100%;height:auto;}strong,.box,.table,.table thead td,.table thead th,.navbar-item,.navbar-link{color:inherit;}hr.gray{background-color:#bdbcbc;}hr.red{background-color:#b50000;max-width:150px;margin:42px auto 12px;}p,.p{margin-bottom:0.7rem;}.section-home{padding-top:16px;padding-bottom:28px;flex-grow:1;background:url("/assets/img/bg.png") top center no-repeat;background-size:cover;}.section-home .container.content-wrap{margin-top:21px;padding-top:15px;padding-bottom:15px;border-radius:10px;background-color:#fff;}.section-home .breadcrumb{font-style:italic;padding-top:15px;padding-bottom:12px;}.section-home .breadcrumb li + li:before{content:" > ";}.section-home .breadcrumb a{color:inherit !important;padding:0 2.5px;}.section-home .breadcrumb a:hover{color:#3273dc !important;}.section-home .menu-list a.is-active,.section-home .menu-list a.mPS2id-highlight-first{background-color:#df072c;color:#fff;}.section-home .tile{background-position:center center;background-repeat:no-repeat;background-size:cover;}.section-home .tile.is-ancestor{margin-left:-1.5px;margin-right:-1.5px;margin-top:-1.5px;}.section-home .tile.is-ancestor:last-child{margin-bottom:-1.5px;}.section-home .tile.is-parent{padding:1.5px;}.section-home .tile.is-vertical > .tile.is-child:not(:last-child){margin-bottom:5px !important;}.section-home .tile.is-disabled{opacity:0.7;}.section-home .tile.is-disabled:after{background:rgba(0,0,0,0.4) url("/assets/img/lock-white.svg") center center no-repeat;background-size:40px;}.section-home .is-disabled{position:relative;filter:grayscale(100%);}.section-home .is-disabled:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;}.section-home .is-disabled a.link-arrow{opacity:0.3;margin-top:-4px;}.section-home .is-disabled a.link-arrow:after{display:none;}.section-home .is-disabled a.link-arrow:before{content:"";display:inline-block;width:16px;height:22px;margin-right:8px;vertical-align:bottom;background-image:url("/assets/img/lock.svg");background-size:cover;}.section-home .box{border-radius:5px;border:1px solid #e7e7e7;box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15) !important;padding:15px 15px 12px;transition:box-shadow 0.5s;}.section-home .box .img-filter{filter:grayscale(1) opacity(0.75);}.section-home .box:hover{box-shadow:0px 2px 10px 0px rgba(0,0,0,0.15) !important;}.section-home .box:hover .img-filter{filter:none;}.section-home .box .box-img{margin:-15px;margin-bottom:7px;text-align:center;border-radius:5px 5px 0 0;overflow:hidden;}.section-home .box .box-img img{width:100%;}.section-home .box .box-img ~ .fz-17{margin-top:0;margin-bottom:3px;}.section-home .box .box-img ~ ul{padding-left:4px;padding-right:0;}.section-home .box > .fz-17{margin-top:7px;margin-bottom:15px;}.section-home .box > ul{padding-left:19px;padding-right:24px;}.section-home .box > ul li{position:relative;}.section-home .box > ul li:before{content:"•";position:absolute;left:-14px;}.section-home .box > ul.fz-17{padding-right:0;}.section-home .box > ul.fz-17 li{margin-bottom:12px;}.section-home .box > ul.list-not li:before{content:"✓";color:#008800;left:-19px;font-weight:bold;}.section-home .box > ul.list-not li.not:before{content:"x";color:#df072c;}.section-home .box .table-no{margin-top:0;}.section-home .box .table-no:not(.table-not) td,.section-home .box .table-no:not(.table-not) th{padding-bottom:18px;}.section-home .box .table-not thead td,.section-home .box .table-not thead th{padding-bottom:10px;}.section-home .box ul,.section-home .box p{margin-bottom:13px;}.section-home .box.is-disabled .box-img ~ *{opacity:0.3;}.section-home .box.is-disabled a.link-arrow{opacity:1;}.section-home .box.box-2{padding:16px 18px 18px;}.section-home .box.box-2.modal-show{display:block;cursor:pointer;padding-bottom:56px;}.section-home .box.box-2 .fz-17{margin-top:0;margin-bottom:13px;}.section-home .table td,.section-home .table th{text-align:inherit;}.section-home .table tfoot td,.section-home .table tfoot th{color:inherit;}.section-home .pagination-link,.section-home .pagination-ellipsis{color:initial;font-weight:700;border:0;margin:0;padding:0 5px;min-width:auto;}.section-home .pagination-link.is-current,.section-home .pagination-ellipsis.is-current{background-color:transparent;color:#b50000;}.section-home .container,.navbar .container,.modal .container{padding:0 15px;}.section-home .button,.navbar .button,.modal .button{font-size:14.5px;padding:0.3em 1.2em;white-space:normal;}.section-home .button.is-medium,.navbar .button.is-medium,.modal .button.is-medium{font-size:inherit;padding:0.4em 1.1em;}.section-home .button.is-dark,.navbar .button.is-dark,.modal .button.is-dark{background:#929292;}.section-home .button.is-danger,.navbar .button.is-danger,.modal .button.is-danger{background:linear-gradient(-90deg,#df072c 0%,#b50000 100%);border-color:#b50000 !important;}.section-home .button.is-danger:hover,.navbar .button.is-danger:hover,.modal .button.is-danger:hover{background:linear-gradient(90deg,#df072c 0%,#b50000 100%);}.section-home .button.is-danger:active,.navbar .button.is-danger:active,.modal .button.is-danger:active{background:linear-gradient(0deg,#df072c 0%,#b50000 100%);}.section-home .button,.section-home .file-cta,.section-home .file-name,.section-home .input,.section-home .pagination-ellipsis,.section-home .pagination-link,.section-home .pagination-next,.section-home .pagination-previous,.section-home .select select,.section-home .textarea,.navbar .button,.navbar .file-cta,.navbar .file-name,.navbar .input,.navbar .pagination-ellipsis,.navbar .pagination-link,.navbar .pagination-next,.navbar .pagination-previous,.navbar .select select,.navbar .textarea,.modal .button,.modal .file-cta,.modal .file-name,.modal .input,.modal .pagination-ellipsis,.modal .pagination-link,.modal .pagination-next,.modal .pagination-previous,.modal .select select,.modal .textarea{border-radius:6px !important;height:auto;}.section-home .input,.section-home .textarea,.navbar .input,.navbar .textarea,.modal .input,.modal .textarea{border-color:#929292;box-shadow:none;font-size:12px;padding:5px 12px;resize:none;}.section-home .field.has-addons .control:not(:last-child),.navbar .field.has-addons .control:not(:last-child),.modal .field.has-addons .control:not(:last-child){margin-right:5px;}.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}.pt-18{padding-top:18px;}.pt-10{padding-top:10px;}.pt-5{padding-top:5px;}.mt-24{margin-top:24px;}.mb-13{margin-bottom:13px;}.mb-10{margin-bottom:10px;}.mb-24{margin-bottom:24px;}.mr-10{margin-right:10px;}.ml-auto{margin-left:auto;}.fz-176{font-size:176px;line-height:1.1;display:inline-block;}.fz-36{font-size:36px;}.fz-30{font-size:30px;}.fz-27{font-size:27px;}.fz-26{font-size:26px;}.fz-24{font-size:24px;}.fz-21{font-size:21px;}.fz-18{font-size:18px;line-height:1.1;}.fz-17{font-size:17px;}.fz-16{font-size:16.5px;}.fz-15{font-size:15px;line-height:1.2;}.fz-14{font-size:14.5px;line-height:1.4;}.fz-13{font-size:13px;}.fz-12{font-size:12px;line-height:1.3;}.fz-9{font-size:9px;line-height:1.3;}.fz-initial{font-size:initial;}.italic{font-style:italic;}.input-wrap{flex-grow:1;}.input-wrap + .control .button{padding:6px;}ul.list-inline{display:inline-block;}ul.list-inline li{display:inline-block;vertical-align:middle;}ul.list-inline li + li:before{content:"| ";}ul.list-contacts{display:inline-block;}ul.list-contacts li{display:inline-block;vertical-align:middle;}ul.list-contacts li + li{margin-left:4px;}ul.list-contacts li img{vertical-align:middle;margin-right:2px;}ul.list-contacts li a{vertical-align:middle;}a.underline{text-decoration:underline;}a.link-arrow{font-weight:bold;font-style:italic;display:inline-block;color:inherit;padding-bottom:3px;}a.link-arrow:after{content:"";display:inline-block;width:13px;height:11px;margin-left:4px;vertical-align:middle;background-image:url("/assets/img/arrow.svg");background-size:cover;}a.link-arrow:hover{opacity:0.8;}.navbar{padding-top:16px;padding-bottom:19px;}.navbar a{color:inherit;}.navbar a:hover{color:#3273dc;}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{color:#3273dc;}.navbar ul.list-inline{font-size:13px;}.navbar ul.list-inline li:before{display:none;}.navbar ul.list-inline li:not(:last-child):after{content:" |";}.navbar-link:after{position:static;margin-top:0;margin-left:5px;border-color:inherit;border-width:1px;width:0.4em;height:0.4em;}.navbar-menu{flex-basis:0;flex-wrap:wrap;align-items:center;}.navbar-center{margin-left:auto;margin-right:auto;}.navbar-link.is-active,a.navbar-item.is-active{color:#df072c;font-weight:bold;}.navbar-item,.navbar-link{padding:0.5rem 0.7rem;font-size:13px;}.navbar .button,.fz-13 .button{font-size:inherit;padding:4px 3px;}.marker{color:inherit !important;display:inline-block;font-size:18px;font-weight:bold;padding:5.5px 12px;text-transform:uppercase;transition:0.5s;}.marker:hover{opacity:0.8;}.mark-list{display:inline;padding:0;margin:0;list-style:none;}.mark-list:before{content:"|";}.mark-list li{display:inline-block;margin-right:5px;}.mark-list li a{color:inherit !important;}.mark-list li a:before{content:"";display:inline-block;width:13px;height:13px;margin-right:5px;vertical-align:middle;background-image:url("/assets/img/mark-black.svg");background-size:cover;}.mark-list li a:hover{opacity:0.8;}.mark-list.is-2:before{display:none;}.mark-list.is-2 li{margin-right:14px;}.mark-list.is-2 li a:before{opacity:0.4;}.tile-footer{margin-top:auto;padding:14px 16px;padding-top:52px !important;text-shadow:0px 3px 3px rgba(0,0,0,0.35);background-image:linear-gradient(to bottom,transparent,rgba(0,0,0,0.7));}.tile-footer a{color:inherit;}.tile-footer a:hover{opacity:0.8;}.tile-footer.hero-footer{text-shadow:none;padding-left:15px !important;padding-right:15px !important;padding-bottom:19px !important;}.tile-footer .mark-list li a:before{background-image:url("/assets/img/mark.svg");}.tile-footer.is-xl{padding:22px 21px;}.tile-footer.is-xl .mark-list li{margin-right:10px;}.tile-footer.is-xl .mark-list li a:before{width:19px;height:19px;}.hero-header{min-height:284px !important;margin-bottom:27px;}.tape{margin-bottom:23px;padding:10px 54px 14px 113px;border-radius:10px;background:url("/assets/img/bg-2.png") left center no-repeat;background-size:cover;}.tape:not(:first-child){margin-top:28px;}.table-no{margin-top:20px;margin-bottom:14px !important;}.table-no td,.table-no th{border:0;padding:0;}.table-no + .table-no{margin-top:35px;}.table-bottom{margin-top:20px;margin-bottom:20px !important;}.table-bottom td,.table-bottom th{border:0;padding:5px 0;vertical-align:middle;}.table-bottom td:nth-child(2),.table-bottom th:nth-child(2){padding-left:14px !important;padding-right:18px !important;}.table-bottom td:last-child,.table-bottom th:last-child{white-space:nowrap;}.table-bottom + .table-bottom{border-top:1px solid #bdbcbc;border-bottom:1px solid #bdbcbc;}.table-bottom + .table-bottom td,.table-bottom + .table-bottom th{padding:6px 0;}.table-bottom + .table-bottom td:first-child,.table-bottom + .table-bottom th:first-child{width:70px;}.table-bottom + .table-bottom tr:first-child td,.table-bottom + .table-bottom tr:first-child th{padding-top:16px;}.table-bottom + .table-bottom tr:last-child td,.table-bottom + .table-bottom tr:last-child th{padding-bottom:16px;}.table-bottom .button{display:inline-block;width:20px;height:20px;font-size:24px;font-weight:700;padding:0;border-radius:5px !important;}.table-bottom .button:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-57%);}.table-bottom .button.button-info{background-image:url("/assets/img/i.svg");background-position:40% center;background-repeat:no-repeat;background-size:8px;}.table-bottom .button.button-next:before{content:">";}.table-bottom .button.button-plus:before{content:"+";}.dropdown-info{margin-top:15px;text-align:left;left:50%;transform:translateX(-50%);padding:0 !important;}.dropdown-info .dropdown-content{box-shadow:none;border-radius:0;background-color:rgba(135,135,135,0.8);color:#fff;padding:14px 11px;}.dropdown-info .dropdown-content:before{content:"";border:9px solid transparent;border-top:12px solid rgba(135,135,135,0.8);border-bottom:0;position:absolute;transform:translateX(-50%) rotate(180deg);left:50%;bottom:100%;}.is-up .dropdown-info{margin-top:0;margin-bottom:15px;}.is-up .dropdown-info .dropdown-content:before{transform:translateX(-50%);bottom:auto;top:100%;}.is-up .table-bottom{margin-top:7px !important;margin-bottom:0 !important;background-color:transparent;}.is-up .table-bottom td,.is-up .table-bottom th{padding-top:2px !important;padding-bottom:2px !important;}.table-responsive{overflow-x:auto;}.table-head td,.table-head th{border-width:2px !important;border-color:#bdbcbc;}.table-head thead{white-space:nowrap;}.table-head thead:nth-of-type(1) th{background-color:#b50000;border-color:#b50000;border-top:0;border-bottom:0;}.table-head thead:nth-of-type(2) th{background-color:#e7e7e7;border-top:none;border-bottom:none;font-weight:normal;}.table-head tbody td{border-top:none;}.table-head tbody tr:not(:last-child) td{border-bottom:none;}.table-head .link-arrow{opacity:0.4;}.table-head-2 thead{white-space:normal;}.grid-1{margin-top:1px !important;margin-bottom:18px !important;}.article .article-img{position:relative;font-size:0;}.article .article-descr a{color:inherit;}.article .article-descr a:hover{opacity:0.8;}.article.is-disabled .article-img{opacity:0.8;}.article.is-disabled .article-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.4) url("/assets/img/lock-white.svg") center center no-repeat;background-size:17px;}.article.is-disabled .article-descr{opacity:0.3;position:relative;}.grid-2{margin-top:-2px;}.grid-2 .box{height:100%;}.grid-2 .box.box-2{height:100%;margin-top:0;}.page-footer{color:#fff;}.page-footer .container{padding:0 15px;}.page-footer .footer-top{padding-top:21px;padding-bottom:36px;}.page-footer .footer-top .columns{align-items:flex-end;}.page-footer .footer-top .footer-logo{display:inline-block;margin-bottom:6px;}.page-footer .footer-top .fz-17{margin-bottom:13px;}.page-footer .footer-bottom{padding-top:12px;padding-bottom:12px;}.page-footer a{color:inherit;}.page-footer a:hover{color:#3273dc;}.links a{color:inherit;}.links a:hover{color:#3273dc;}.title-sm{padding-top:8px;margin-bottom:32px;}.right-col{position:relative;}.right-col:before{content:"";position:absolute;width:2px;background-color:#8c8c8c;left:0;top:23px;bottom:30px;}.grid-hover article{position:relative;}.grid-hover article .summary{padding:15px;}.grid-hover article .hover{padding:15px;position:absolute;left:0;right:0;top:-10px;min-height:100%;background:rgba(255,255,255,0.9);opacity:0;transition:0.5s;}.grid-hover article:hover .hover{top:0;opacity:1;}.menu-sticky{position:sticky;top:20px;}.collapse:not(.show){display:none;}.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease;}.faq-wrap{padding-bottom:40px;}.accordion{counter-reset:number;}.accordion:not(.no-counter) > li > a:before{counter-increment:number;content:counter(number) ". ";}.accordion > li > *:first-child{padding:5px 0;padding-left:20px;position:relative;}.accordion > li > *:first-child:after{content:"";width:0.625em;height:0.625em;position:absolute;top:1em;left:0;border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;border-color:#df072c;margin-top:-0.3125em;transform:rotate(-135deg);transition:0.35s;z-index:4;}.accordion > li > a{color:inherit;font-size:17px;display:block;}.accordion > li > a:hover{color:#b50000;}.accordion > li > a:hover:after{border-color:#b50000;}.accordion > li > a[aria-expanded="true"]:after{margin-top:-0.4375em;transform:rotate(-45deg);}.accordion > li .content{padding:20px 0 20px 20px;}.accordion > li .content ul{list-style:none;margin-left:0;}.accordion > li .content:after{content:"";display:block;height:1px;background-color:#b50000;max-width:150px;margin:30px auto 12px;}.icon-link{color:initial;word-break:break-word;}.icon-link:before{content:"";font-size:0;display:inline-block;max-width:89px;width:100%;height:67px;margin-bottom:6px;background-repeat:no-repeat;background-position:center center;filter:grayscale(1) opacity(0.25);}.icon-link-1:before{background-image:url("/assets/img/icons/1.svg");}.icon-link-2:before{background-image:url("/assets/img/icons/2.svg");}.icon-link-3:before{background-image:url("/assets/img/icons/3.svg");}.icon-link-4:before{background-image:url("/assets/img/icons/4.svg");}.icon-link-5:before{background-image:url("/assets/img/icons/5.svg");}.icon-link-6:before{background-image:url("/assets/img/icons/6.svg");}.icon-link-7:before{background-image:url("/assets/img/icons/7.svg");}.icon-link-8:before{background-image:url("/assets/img/icons/8.svg");}.icon-link-9:before{background-image:url("/assets/img/icons/9.svg");}.icon-link-10:before{background-image:url("/assets/img/icons/10.svg");}.icon-link:hover,.icon-link.active{color:#b50000;}.icon-link:hover:before,.icon-link.active:before{filter:none;}.checkbox-wrap{padding-left:40px;}.checkbox-wrap .switch{position:absolute;width:19px;height:19px;border:2px solid #8c8c8c;border-radius:4px;left:0;top:2px;}.checkbox-wrap .switch:before{content:"";position:absolute;width:0;height:0;left:6px;top:10px;border:2px solid transparent;border-top:none;border-left:none;transform:rotateZ(37deg);}.checkbox-wrap input[type="checkbox"]{display:none;}.checkbox-wrap input[type="checkbox"]:checked ~ .switch:before{top:-7px;left:0;width:8px;height:19px;border-color:#008800;transform-origin:100% 100%;transition:0.25s;}.checkbox-wrap:hover .switch{opacity:0.8;}.search-results{padding-top:1.5rem;}.search-results article,.search-results .accordion > li{padding-bottom:1.5rem;}.navbar-search{top:100% !important;min-width:260px;width:100%;}.input:focus ~ .navbar-search{opacity:1;pointer-events:auto;transform:translateY(0);}.results-item{padding:0.375rem 0;}.results-item .results-item{padding-left:12px;padding-right:12px;}.barometer-overview-logo{max-height:90px;}.barometer-graph{background-color:#e7e7e7;margin-bottom:1rem;text-align:center;}.canvas-holder{display:inline-block;position:relative;}.canvas-holder canvas{margin-bottom:-36%;}.canvas-holder canvas.animation{position:absolute;top:0;left:0;}.owl-effect-wrap{position:relative;}.owl-effect-wrap img{width:100%;}.owl-effect-wrap .zoom{position:absolute;top:0;right:0;width:32px;height:32px;border-radius:2px;background-color:#929292;background-repeat:no-repeat;background-position:center center;background-size:22px;z-index:9;opacity:0;transition:0.5s;}.owl-effect-wrap .zoom.zoom-in{display:none;background-image:url("https://www.veb.net/images/content/zoom-out-24-white.png");}.owl-effect-wrap .zoom.zoom-out{background-image:url("https://www.veb.net/images/content/zoom-in-24-white.png");}.owl-effect-wrap .zoom:hover{background-color:#2f2f2f;}.owl-effect-wrap .owl-nav{margin-top:0;opacity:0;transition:0.5s;}.owl-effect-wrap .owl-nav [class*=owl-]{font-size:0;color:#fff;margin:0;padding:7px 3px 7px 11px;border-radius:2px;background:#df072c;position:absolute;top:50%;transform:translateY(-50%);transition:0.5s;}.owl-effect-wrap .owl-nav [class*=owl-]:after{content:"";display:inline-block;width:18px;height:18px;border:3px solid;border-radius:2px;border-right:0;border-top:0;transform:rotate(45deg);}.owl-effect-wrap .owl-nav [class*=owl-]:hover{background:#b50000;}.owl-effect-wrap .owl-nav .owl-prev{left:0;}.owl-effect-wrap .owl-nav .owl-next{right:0;transform:translateY(-50%) rotate(180deg);}.owl-effect-wrap:hover .owl-nav,.owl-effect-wrap:hover .zoom{opacity:1;}.effect-list > li > a{display:flex;justify-content:space-between;align-items:flex-end;}.effect-list > li > a:after{content:attr(data-pagelink);margin-left:5px;}.effect-fluid .menu{display:none;}.effect-fluid .owl-carousel{display:block;}.effect-fluid .zoom.zoom-in{display:block;}.effect-fluid .zoom.zoom-out{display:none;}.effect-fluid .col{width:100% !important;}.footnote{position:absolute;left:100%;border-radius:0 5px 5px 5px;padding:5px 10px;color:#fff;width:180px;background-color:#df072c;transition:0.5s;border:0 !important;box-shadow:none !important;}.footnote .footnote-star{position:absolute;top:0;right:100%;font-size:30px;line-height:1.125;width:25px;height:25px;text-align:center;border-radius:5px 0 0 5px;background-color:#df072c;}.text-log{height:250px;overflow:hidden;position:relative;}.text-log:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background-image:linear-gradient(to bottom,transparent 0%,#fff 100%);}#modal .modal-card,#modal .modal-content{max-width:474px;max-height:calc(100vh - 80px);background-color:#fff;padding:20px 15px 30px;margin:0 10px;}#modal .modal-card .fz-24,#modal .modal-content .fz-24{margin-bottom:42px !important;}#modal .modal-card .columns:not(:last-child),#modal .modal-content .columns:not(:last-child){margin-bottom:0;}.links-nav{margin:-5px !important;}.links-nav .column{padding:5px !important;}.links-nav .box-3{color:inherit;display:block;border:3px solid;border-radius:4px;padding:5px 34px 10px;position:relative;}.links-nav .box-3 > img{max-width:100px;filter:grayscale(1) opacity(0.5);}.links-nav .box-3 .on-hover{display:none;position:absolute;top:0;right:0;bottom:0;left:0;padding:0 2px 2px;background-color:#bdbcbc;color:#fff;overflow:hidden;flex-direction:column;justify-content:center;align-items:center;}.links-nav .box-3 .on-hover img{width:24px;vertical-align:middle;}.links-nav .box-3 .bttn{margin:7px;}.links-nav .box-3:hover:not(.active):not(.box-p){border-color:#df072c;}.links-nav .box-3:hover:not(.active):not(.box-p) .on-hover{display:flex;}.links-nav .box-3.active{color:#df072c;}.links-nav .box-3.active > img{filter:none;}.links-nav .box-3.box-4{padding:15px 10px;}.links-nav .box-3.box-4:hover{color:#df072c;}.links-nav .box-3.box-p{padding:12px;}.bttn{color:#fff !important;display:inline-block;background-color:#bdbcbc;border:1px solid #929292;border-radius:4px;padding:1px 7px 3px;}.bttn:hover{background-color:#929292;}.bttn:active{background-color:#8c8c8c;}.links-body .link-body img{width:50px;filter:grayscale(1) opacity(0.5);}.links-body .link-body:hover img{filter:none;}.links-body .button{font-size:inherit;margin:5px 5px 5px 0;padding:1px 7px;vertical-align:middle;}.link-pdf img{width:32px;filter:grayscale(1) opacity(0.5);}.link-pdf:hover img{filter:none;}@media (min-width:769px){.is-20{flex:none !important;width:20% !important;}.article{margin-bottom:-18px !important;}.grid-2 .box{margin-top:6px;height:calc(100% - 6px);}.grid-2 .box.flex{display:flex;flex-direction:column;justify-content:center;}.p-xl{font-size:19.5px;line-height:1.2;}.p-xl p{margin-bottom:1.6rem;}.p-lg{font-size:16.5px;line-height:1.22;}.p-lg p{margin-bottom:1.15rem;}#modal .modal-card,#modal .modal-content{padding:22px 42px 35px;}}@media (min-width:1088px){a.link-arrow{border-bottom:1px solid;}}@media (min-width:1280px){.section-home .container.content-wrap{border-radius:12px;padding-top:25px;padding-bottom:19px;}.section-home .tile.is-4-45-xl{flex:none;width:44.5%;}.section-home .container,.navbar .container{max-width:1152px;width:1152px;padding:0 31px;}.navbar .input{width:363px;}.column.is-five-widescreen{width:20%;}}@media (max-width:1279px){.logo{max-width:170px;margin-top:10px;}.tile-footer{padding-left:15px !important;padding-right:15px !important;padding-bottom:15px !important;}.tape{margin-top:15px;margin-bottom:15px;padding:15px;background-position:center center;}.navbar{padding-top:15px;padding-bottom:15px;}.navbar .navbar-center{order:1;}.navbar .navbar-2{order:2;}.navbar .navbar-start{order:4;margin-right:0;margin-left:auto;}.navbar .navbar-end{order:3;}.navbar-item,.navbar-link{padding:0.5rem;}}@media (max-width:1087px){.fz-36{font-size:30px;}.columns.is-variable.is-4{--columnGap:0.75rem;}.navbar{padding-top:0;padding-bottom:0;}.navbar > .container{padding-left:0;padding-right:0;}.logo{max-width:88px;margin:2px 0 -5px 5px;}}@media (max-width:768px){.article .article-img{display:inline-block;}.article .article-descr{margin-top:-17px;}.section-home .box ul:not(.list-not){padding-left:4px;padding-right:0;}.section-home .box .table-no{font-size:14px;}.right-col:before{height:2px;width:auto;left:20px;right:20px;top:0;bottom:auto;}.container.fz-26 ul{font-size:3.9vw;}}@media (max-width:1539px){.section-home .container{overflow:hidden;}.footnote{border-radius:0 0 0 5px;}.footnote:hover,.footnote:focus{transform:translateX(-180px);}}@media (max-width:413px){.container.fz-26 ul{display:none;}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) and (min-width:769px){.tile:not(.is-child){min-height:200px;}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.hero-header{height:284px;}}@media screen and (min-width:769px){.field-body{flex-grow:2 }}.section-home .input{font-size:1em;}
[ng\:cloak],[ng-cloak],.ng-cloak{display:none !important;}.text-right{text-align:right;}.text-capitalize{text-transform:capitalize;}.chevron-right:before,.section--investment-g ol.accordion-investment li:before{content:"";width:0.75em;height:0.75em;position:absolute;top:0;left:0;border:3.5px solid transparent;border-radius:2px;border-right:0;border-top:0;border-color:#B70000;margin-top:-0.3125em;transform:rotate(-135deg);transition:0.35s;z-index:4;}.contact-form,.contour{width:70%;}@media (max-width:720px){.contact-form,.contour{width:100%;}}.contact-form h4,.contour h4{font-weight:bold;}.contact-form label,.contour label{display:inline-block;font-size:14px;}.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=password],.contour input[type=text],.contour input[type=email],.contour input[type=password]{background:#ebebeb;border:1px solid transparent;border-radius:6px;padding:7px 10px;width:200px;line-height:1.1em;font-size:14px;}.contact-form select,.contour select{width:50%;box-sizing:border-box;border:none;background:#ebebeb;height:34px;overflow:hidden;border-radius:6px;}@media (max-width:720px){.contact-form select,.contour select{width:100%;}}.contact-form textarea,.contour textarea{width:50%;height:200px;box-sizing:border-box;border-radius:6px;padding:7px 10px;}@media (max-width:720px){.contact-form textarea,.contour textarea{width:100%;}}.contact-form input:focus,.contact-form textarea:focus,.contour input:focus,.contour textarea:focus{background:#fff;border-color:#737373;transition:0.7s;}.contact-form button,.contact-form input[type=button],.contour button,.contour input[type=button]{background:linear-gradient(-90deg,#df072c 0%,#b50000 100%);border-color:#b50000 !important;color:#fff;border-radius:6px !important;padding:0.3em 1.2em;white-space:normal;border:1px solid transparent;cursor:pointer;}.contact-form button:hover,.contact-form button:active,.contact-form input[type=button]:hover,.contact-form input[type=button]:active,.contour button:hover,.contour button:active,.contour input[type=button]:hover,.contour input[type=button]:active{background:linear-gradient(0deg,#df072c 0%,#b50000 100%);}.contact-form p > label,.contour p > label{width:49%;box-sizing:border-box;vertical-align:top;padding-top:5px;}.contact-form .radiobuttonlist > .radiobuttonlist,.contour .radiobuttonlist > .radiobuttonlist{width:50%;box-sizing:border-box;display:inline-block;}.contact-form input[type=text],.contour input[type=text]{width:50%;box-sizing:border-box;}@media (max-width:720px){.contact-form input[type=text],.contour input[type=text]{width:100%;}}.contact-form .adresveld > label,.contour .adresveld > label{display:none;}.contact-form .textarea,.contour .textarea{border:none;padding:0;}.contact-form .checkbox,.contour .checkbox{padding-left:0;}.contact-form .checkbox input[type=checkbox],.contour .checkbox input[type=checkbox]{margin-top:10px;display:inline;}.contact-form .input-validation-error,.contour .input-validation-error{border:1px solid #dc0229 !important;}.contact-form .field-validation-error,.contour .field-validation-error{color:#dc0229;font-weight:bold;font-size:14px;}.contact-form .contourFieldSet,.contour .contourFieldSet{border:none;}.contact-form .contourPageName,.contour .contourPageName{color:#dc0229;}table.table_style_1{border:1px solid grey;border-collapse:collapse;border-spacing:0;}table.table_style_1 tr{background:#f0f0eb;}table.table_style_1 > tr:first-child td{background:#990000;color:white;font-weight:bold;}table.table_style_1 tbody > tr:first-child td{background:#990000;color:white;font-weight:bold;}.tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:1em;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:1;filter:alpha(opacity=100);}.tooltip.top{margin-top:-3px;padding:5px 0;}.tooltip.right{margin-left:3px;padding:0 5px;}.tooltip.bottom{margin-top:3px;padding:5px 0;}.tooltip.left{margin-left:-3px;padding:0 5px;}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:left;background-color:#383838;border-radius:4px;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#383838;}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#383838;}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#383838;}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#383838;}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#383838;}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#383838;}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#383838;}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#383838;}.info{background-image:url("/images/css/icon_info.png");background-size:15px 15px;height:15px;width:15px;display:inline-block;}.cookies{background:#383838;color:#FFF;padding:30px 0;text-align:center;position:relative;width:100%;z-index:9999;-moz-box-shadow:0 0 12px #999999;-webkit-box-shadow:0 0 12px #999999;box-shadow:0 0 12px #999999;}.cookies .wrapper{max-width:1152px;margin:0 auto;position:relative;overflow:hidden;}@media screen and (max-width:500px){.cookies .wrapper{margin-top:40px;}}.cookies .wrapper p{padding:0 60px;}.cookies .close{position:absolute;left:100%;margin-left:-70px;top:7px;display:block;cursor:pointer;transition:0.3s;z-index:6;}.cookies .close .fa{font-size:22px;padding:22px;}.sidenote{position:absolute;right:-180px;width:180px;background-color:#b50000;padding:14px;color:#fff;transition:0.5s;}.sidenote__asterisk{position:absolute;right:178px;background:#b50000;height:46px;font-size:48px;top:0;border-radius:10px 0 0 10px;cursor:pointer;padding:0 8px;line-height:58px;}.sidenote--active{right:0;transition:0.5s;}span.note{color:#b50000;font-weight:bold;}@media (max-width:720px){span.note{text-decoration:underline;transition:0.3s;cursor:pointer;}}.section-koersen-detail .breadcrumb,.section-koersen-overview .breadcrumb{margin-bottom:0;padding:0;}.section-koersen-overview #stock-table tr td,.section-koersen-overview #stock-table tr th{border-color:#979797;padding:0.5em 10px;}.section-koersen-overview #stock-table tr td a,.section-koersen-overview #stock-table tr th a{color:black;}.section-koersen-overview #stock-table tr td a:hover,.section-koersen-overview #stock-table tr th a:hover{color:#3273dc;}.section-koersen-detail h1{margin:0 !important;font-size:22px;}@media (min-width:769px){.section-koersen-detail h1{font-size:26px;}}.section-koersen-detail table td{font-size:14px;}.section-koersen-detail .koersen-detail-header{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:center;gap:20px;}@media (min-width:769px){.section-koersen-detail .koersen-detail-header{flex-direction:row;gap:0;margin-bottom:30px;}}.section-koersen-detail .koersen-detail-header a{color:#000;font-size:13px;text-decoration:underline;}.section-koersen-detail .koersen-detail-header > *:first-child{width:100%;}@media (min-width:769px){.section-koersen-detail .koersen-detail-header > *:first-child{width:25%;}}.section-koersen-detail .koersen-detail-header > *:nth-child(2){width:100%;}@media (min-width:769px){.section-koersen-detail .koersen-detail-header > *:nth-child(2){width:50%;}}.section-koersen-detail .koersen-detail-header > *:last-child{width:100%;}@media (min-width:769px){.section-koersen-detail .koersen-detail-header > *:last-child{width:25%;}}table.fund-details-table{border:none;}table.fund-details-table tr:nth-child(odd){background:#e2e2e2;}table.fund-details-table tr td{padding:5px 12px;}#articles-news-section h2{margin-bottom:40px;font-size:20px;}#articles-news-section h3{margin-bottom:10px;font-size:18px;}#articles-news-section p{margin-bottom:10px;font-size:14px;}#articles-news-section datetime{font-style:italic;color:#929292;margin-bottom:10px;display:block;font-size:14px;}#articles-news-section a{text-decoration:underline;font-size:14px;}#articles-news-section #articles-container #articles-list > div{display:flex;gap:25px;align-items:flex-start;}@media (max-width:576px){#articles-news-section #articles-container #articles-list > div{flex-direction:column;}}#articles-news-section #articles-list > div,#articles-news-section #news-list > div{border-bottom:1px solid #979797;margin-bottom:30px;padding-bottom:30px;}.section--investment-g h3{margin-bottom:12px;}.section--investment-g .btn{font-weight:normal;text-shadow:none;border-radius:5px;padding:5px 15px 8px;text-decoration:none;}.section--investment-g .btn--white{background:white;color:#000;border:2px solid white;}.section--investment-g .btn--blue{background:#0d2c83;border:2px solid #0d2c83;color:white;}.section--investment-g .btn--blue-outline{border:2px solid #0d2c83;color:#0d2c83;}.section--investment-g ul li > img{height:14px;margin-right:6px;}.section--investment-g ol{list-style-position:inside;}.section--investment-g ol li{padding-bottom:12px;}.section--investment-g ol.accordion-investment li{position:relative;padding-left:20px;}.section--investment-g ol.accordion-investment li > span,.section--investment-g ol.accordion-investment li > strong{cursor:pointer;}.section--investment-g ol.accordion-investment li > div{display:none;padding-left:10px;padding-top:5px;}.section--investment-g ol.accordion-investment li.active:before{transform:rotate(-45deg);}.section--investment-g a{text-decoration:underline;}.section--investment-g table{width:100%;}.section--investment-g table.checklist{min-width:800px;}.section--investment-g table.checklist tr th{border-bottom:2px solid #979797;}.section--investment-g table.checklist tr td,.section--investment-g table.checklist tr th{border-right:2px solid #979797;}.section--investment-g table.checklist tr td:first-child{width:500px;}.section--investment-g table.checklist tr td:not(:first-child){text-align:center;}.section--investment-g table.calc{min-width:800px;}.section--investment-g table.calc tr td:not(:first-child),.section--investment-g table.calc tr th:not(:first-child){padding:10px;}.section--investment-g select{padding:8px 10px;font-size:16px;border-radius:5px;width:100%;}.section--investment-g input[type=text]{padding:5px 20px;}.section--investment-g.template-1 ul li{margin-bottom:12px;}.section--investment-g.template-2 .content-wrap h1{color:#df072c;font-weight:bold;font-size:36px;}.section--investment-g .chevron-right:before,.section--investment-g ol.accordion-investment li:before{top:12px;}@media (max-width:768px){.pricing-section{background-color:transparent !important;}}.pricing-section__container{max-width:904px;margin:0 auto;margin-top:20px;}.pricing-section__buttons{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:30px;}.pricing-section__button{font-size:16px;border-radius:10px;padding:6px 20px;border:2px solid #0c3a7d;color:#0c3a7d;}.pricing-section__button.active,.pricing-section__button:hover{background:#0c3a7d;color:white;}.pricing-section__boxes{display:flex;flex-direction:row;gap:30px;}@media (min-width:769px){.pricing-section__boxes{gap:50px;}}.pricing-section__box{width:100%;border:1px solid #929292;padding:40px 20px 20px;position:relative;background:white;}@media (max-width:768px){.pricing-section__box{height:100%;}}.pricing-section__box.has-top-text{padding:50px 20px 26px;}@media (min-width:769px){.pricing-section__box{width:calc((100% - 100px) / 3);}}.pricing-section__box .box-top-text{position:absolute;top:0;left:0;right:0;color:white;padding:6px;width:100%;background:#555555;font-size:14px;}.pricing-section__box .box-title{font-size:27px;font-weight:600;color:#3c3c3c;margin-bottom:20px;display:block;line-height:1.25;}@media (min-width:769px){.pricing-section__box .box-title{height:75px;}}.pricing-section__box .box-price{margin-bottom:20px;}.pricing-section__box .box-amount{font-size:28px;font-weight:600;color:#3c3c3c;display:block;line-height:1.2;}.pricing-section__box .box-amount-label{color:#3c3c3c;font-size:18px;}.pricing-section__box .box-amount-description p{font-style:italic;font-size:12px;line-height:1.25;}.pricing-section__box .box-amount-btn{background:#b70000;padding:6px 18px;border-radius:5px;color:white;display:inline-block;font-size:14px;}.pricing-section__box .box-amount-btn:hover{background:#df072c;}.pricing-section__box .box-list{display:flex;flex-direction:column;gap:14px;}.pricing-section__box .box-list li{font-size:13px;line-height:1.2;display:flex;align-items:center;gap:10px;}.pricing-section__box .box-list li img{width:15px;height:16px;}.pricing-section__box .box-list li a{text-decoration:underline;}.pricing-section__box .box-bottom-text{margin-top:30px;text-align:center;}.pricing-section__box .box-bottom-text p{text-align:left;font-size:14px;}.pricing-section__box-upper{text-align:center;margin-bottom:30px;min-height:200px;display:flex;justify-content:space-between;flex-direction:column;}.pricing-section__box-upper.has-amount-desc{min-height:310px;display:flex;flex-direction:column;justify-content:space-between;}@media (min-width:769px){.pricing-section__box-upper.has-amount-desc{min-height:310px;}}.pricing-section__bottom-text{margin-top:30px;text-align:center;}.pricing-section__bottom-text p{font-size:13px;}.pricing-section__content{margin-top:50px;}.pricing-section__content p{font-size:14px;}.pricing-section__content p strong{font-size:16px;}.pricing-section__content p a{text-decoration:underline;}.pricing-section .owl-stage{display:flex;}.koersen-menu{display:flex;margin-bottom:20px;gap:20px;align-items:center;flex-wrap:wrap;font-size:16px;}.koersen-menu select{padding:6px 8px;border-radius:5px;border-color:lightgray;display:none;padding:8px 10px;font-size:16px;}div.p-no-margin p{margin:0;}.rte ul{list-style-type:disc;padding-left:20px;}.rte ol{padding-left:20px;}.rte table{width:auto !important;max-width:100% !important;}.rte img.right{float:right;margin-left:10px;}.rte img.left{float:left;margin-right:10px;}.rte .left{float:left;}.rte .right{float:right;}.rte table.table-template.red-header th{background-color:#9a011d;border-bottom:none;color:#fff;vertical-align:middle;font-weight:normal;padding:7px 10px;line-height:1.2em;border-left:1px solid #fff;}.rte table.table-template tr td{padding:7px 10px;}.rte table.table-striped tbody tr:nth-child(even) td{background:#F5F5F5;}.rte table.table-striped tbody tr:last-child td{border-bottom:1px solid #383838;}.rte table.table-striped tbody tr td a{text-decoration:underline;}.text-center{text-align:center;}.mark-list li a:before{background-image:url("/assets/img/mark-gray.png?width=13");}.text-blue{color:#0d2c83;}.box{position:relative;}.box--link{padding-bottom:40px;}.box .box-link-outer{position:absolute;bottom:14px;display:block;width:100%;left:0;}.search-result-box{opacity:1 !important;pointer-events:auto !important;transform:translateY(0) !important;}.article .premium-label{display:none;}.article .article-img.article-img--is-premium{font-size:inherit;}.article .article-img.article-img--is-premium .premium-label{display:block;position:absolute;top:0;background:red;width:100%;text-align:center;line-height:10px;}.article .article-img.article-img--is-premium .premium-label span{font-size:11px;color:#fff;}.button--normal{padding:5px 0;padding-left:20px;color:#000;font-size:17px;display:block;}.rte-widget ul{margin-bottom:16px;}.bootstrap-iso .thumbnail{min-height:410px;}@media (max-width:991px){.bootstrap-iso .thumbnail{min-height:auto;}}.article-rte h2,.article-rte h3{font-weight:bold;margin:4px 0;}.article-rte h2{font-size:30px;}.article-rte h3{font-size:22px;}.article-rte ul{list-style:disc;list-style-position:inside;}.effect-list{padding-right:34px;}.effect-list li{position:relative;}.effect-list .owl-next-copy{background:#df072c;color:#FFF;text-decoration:none;right:-38px;transform:translateY(-50%) rotate(180deg);margin:0;padding:7px 3px 3px 7px;border-radius:2px;top:50%;transition:0.5s;cursor:pointer;position:absolute;display:inline-block;}.effect-list .owl-next-copy:hover{background:#b50000;color:#fff;}.effect-list .owl-next-copy:after{content:"";display:inline-block;width:18px;height:18px;border:3px solid;border-radius:2px;border-right:0;border-top:0;transform:rotate(45deg);}.freeview-banner{background-color:#b50000;font-size:16px;color:white;padding:10px;text-align:center;}.freeview-banner p{padding:0;margin:0;}.tile.is-disabled{opacity:inherit;}.is-disabled{filter:inherit;}.logo{max-width:unset !important;max-height:unset !important;}.btn-login{display:inline;margin:0;padding:0;}.btn-login,.btn-logout{cursor:pointer;font-family:"Open Sans",sans-serif;background:none;border:none;color:#4a4a4a;font-size:13.33px;font-weight:normal;}.btn-login:hover,.btn-logout:hover{color:#3273dc;}.button.is-danger a{color:white;}.umbraco-forms-page input,.umbraco-forms-page textarea,.umbraco-forms-page button{font-size:16.5px;}.umbraco-forms-field.message{background:unset;}.ng-hide{display:none !important;}.umbraco-forms-form{width:100%;max-width:400px;}.umbraco-forms-form input[type=text],.umbraco-forms-form input[type=email],.umbraco-forms-form input[type=password],.umbraco-forms-form select,.umbraco-forms-form textarea{background:#ebebeb;border-radius:6px;padding:7px 10px !important;border:none !important;line-height:1.1em;font-size:14px !important;width:100%;max-width:400px;box-sizing:border-box;margin:0 !important;}.umbraco-forms-form fieldset legend{color:#b50000;}.umbraco-forms-form .umbraco-forms-field{margin-bottom:14px;display:flex;flex-direction:column;}.umbraco-forms-form label.umbraco-forms-label{font-weight:bold;font-size:15px !important;}.umbraco-forms-form .field-validation-error{padding:0 !important;font-size:14px !important;color:#b50000;font-weight:bold;}.umbraco-forms-form .field-validation-error span{font-size:14px !important;color:#b50000;font-weight:bold;}.umbraco-forms-form .umbraco-forms-field-wrapper{flex-direction:column;display:flex;align-items:flex-start;}.umbraco-forms-form .umbraco-forms-field-wrapper .checkboxlist{padding:0;margin-bottom:10px;}.umbraco-forms-form .umbraco-forms-field-wrapper .checkboxlist input[type=checkbox]{margin-left:5px;}.umbraco-forms-form textarea{border:1px solid #bbb;border-radius:6px;height:250px;padding:7px 10px;display:block;font-size:14px;}.umbraco-forms-fieldset{border:none;}.search-title{padding:0.5em;margin-top:24px;display:block;}.hero-title-button{display:flex;justify-content:center;align-items:center;min-height:324px !important;border-radius:5px;}.hero-title-button > div{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;max-width:600px;width:100%;text-align:center;}.hero-title-button > div h1{font-size:40px;font-weight:bold;}@media (max-width:500px){.hero-title-button > div h1{font-size:32px;}}.hero-title-button a.btn{font-size:20px;}@media (max-width:500px){.hero-title-button a.btn{font-size:16px;}}.is-underlined{text-decoration:underline;}table[cellpadding="0"] td,table[cellpadding="0"] th{padding:0px;}table[cellpadding="0px"] td,table[cellpadding="0px"] th{padding:0px;}table[cellpadding="1"] td,table[cellpadding="1"] th{padding:1px;}table[cellpadding="1px"] td,table[cellpadding="1px"] th{padding:1px;}table[cellpadding="2"] td,table[cellpadding="2"] th{padding:2px;}table[cellpadding="2px"] td,table[cellpadding="2px"] th{padding:2px;}table[cellpadding="3"] td,table[cellpadding="3"] th{padding:3px;}table[cellpadding="3px"] td,table[cellpadding="3px"] th{padding:3px;}table[cellpadding="4"] td,table[cellpadding="4"] th{padding:4px;}table[cellpadding="4px"] td,table[cellpadding="4px"] th{padding:4px;}table[cellpadding="5"] td,table[cellpadding="5"] th{padding:5px;}table[cellpadding="5px"] td,table[cellpadding="5px"] th{padding:5px;}table[cellpadding="6"] td,table[cellpadding="6"] th{padding:6px;}table[cellpadding="6px"] td,table[cellpadding="6px"] th{padding:6px;}table[cellpadding="7"] td,table[cellpadding="7"] th{padding:7px;}table[cellpadding="7px"] td,table[cellpadding="7px"] th{padding:7px;}table[cellpadding="8"] td,table[cellpadding="8"] th{padding:8px;}table[cellpadding="8px"] td,table[cellpadding="8px"] th{padding:8px;}table[cellpadding="9"] td,table[cellpadding="9"] th{padding:9px;}table[cellpadding="9px"] td,table[cellpadding="9px"] th{padding:9px;}table[cellpadding="10"] td,table[cellpadding="10"] th{padding:10px;}table[cellpadding="10px"] td,table[cellpadding="10px"] th{padding:10px;}table[cellpadding="11"] td,table[cellpadding="11"] th{padding:11px;}table[cellpadding="11px"] td,table[cellpadding="11px"] th{padding:11px;}table[cellpadding="12"] td,table[cellpadding="12"] th{padding:12px;}table[cellpadding="12px"] td,table[cellpadding="12px"] th{padding:12px;}table[cellpadding="13"] td,table[cellpadding="13"] th{padding:13px;}table[cellpadding="13px"] td,table[cellpadding="13px"] th{padding:13px;}table[cellpadding="14"] td,table[cellpadding="14"] th{padding:14px;}table[cellpadding="14px"] td,table[cellpadding="14px"] th{padding:14px;}table[cellpadding="15"] td,table[cellpadding="15"] th{padding:15px;}table[cellpadding="15px"] td,table[cellpadding="15px"] th{padding:15px;}table[cellpadding="16"] td,table[cellpadding="16"] th{padding:16px;}table[cellpadding="16px"] td,table[cellpadding="16px"] th{padding:16px;}table[cellpadding="17"] td,table[cellpadding="17"] th{padding:17px;}table[cellpadding="17px"] td,table[cellpadding="17px"] th{padding:17px;}table[cellpadding="18"] td,table[cellpadding="18"] th{padding:18px;}table[cellpadding="18px"] td,table[cellpadding="18px"] th{padding:18px;}table[cellpadding="19"] td,table[cellpadding="19"] th{padding:19px;}table[cellpadding="19px"] td,table[cellpadding="19px"] th{padding:19px;}table[cellpadding="20"] td,table[cellpadding="20"] th{padding:20px;}table[cellpadding="20px"] td,table[cellpadding="20px"] th{padding:20px;}table[cellpadding="21"] td,table[cellpadding="21"] th{padding:21px;}table[cellpadding="21px"] td,table[cellpadding="21px"] th{padding:21px;}table[cellpadding="22"] td,table[cellpadding="22"] th{padding:22px;}table[cellpadding="22px"] td,table[cellpadding="22px"] th{padding:22px;}table[cellpadding="23"] td,table[cellpadding="23"] th{padding:23px;}table[cellpadding="23px"] td,table[cellpadding="23px"] th{padding:23px;}table[cellpadding="24"] td,table[cellpadding="24"] th{padding:24px;}table[cellpadding="24px"] td,table[cellpadding="24px"] th{padding:24px;}table[cellpadding="25"] td,table[cellpadding="25"] th{padding:25px;}table[cellpadding="25px"] td,table[cellpadding="25px"] th{padding:25px;}table[cellpadding="26"] td,table[cellpadding="26"] th{padding:26px;}table[cellpadding="26px"] td,table[cellpadding="26px"] th{padding:26px;}table[cellpadding="27"] td,table[cellpadding="27"] th{padding:27px;}table[cellpadding="27px"] td,table[cellpadding="27px"] th{padding:27px;}table[cellpadding="28"] td,table[cellpadding="28"] th{padding:28px;}table[cellpadding="28px"] td,table[cellpadding="28px"] th{padding:28px;}table[cellpadding="29"] td,table[cellpadding="29"] th{padding:29px;}table[cellpadding="29px"] td,table[cellpadding="29px"] th{padding:29px;}table[cellpadding="30"] td,table[cellpadding="30"] th{padding:30px;}table[cellpadding="30px"] td,table[cellpadding="30px"] th{padding:30px;}table[cellpadding="31"] td,table[cellpadding="31"] th{padding:31px;}table[cellpadding="31px"] td,table[cellpadding="31px"] th{padding:31px;}table[cellpadding="32"] td,table[cellpadding="32"] th{padding:32px;}table[cellpadding="32px"] td,table[cellpadding="32px"] th{padding:32px;}table[cellpadding="33"] td,table[cellpadding="33"] th{padding:33px;}table[cellpadding="33px"] td,table[cellpadding="33px"] th{padding:33px;}table[cellpadding="34"] td,table[cellpadding="34"] th{padding:34px;}table[cellpadding="34px"] td,table[cellpadding="34px"] th{padding:34px;}table[cellpadding="35"] td,table[cellpadding="35"] th{padding:35px;}table[cellpadding="35px"] td,table[cellpadding="35px"] th{padding:35px;}table[cellpadding="36"] td,table[cellpadding="36"] th{padding:36px;}table[cellpadding="36px"] td,table[cellpadding="36px"] th{padding:36px;}table[cellpadding="37"] td,table[cellpadding="37"] th{padding:37px;}table[cellpadding="37px"] td,table[cellpadding="37px"] th{padding:37px;}table[cellpadding="38"] td,table[cellpadding="38"] th{padding:38px;}table[cellpadding="38px"] td,table[cellpadding="38px"] th{padding:38px;}table[cellpadding="39"] td,table[cellpadding="39"] th{padding:39px;}table[cellpadding="39px"] td,table[cellpadding="39px"] th{padding:39px;}table[cellpadding="40"] td,table[cellpadding="40"] th{padding:40px;}table[cellpadding="40px"] td,table[cellpadding="40px"] th{padding:40px;}table[cellpadding="41"] td,table[cellpadding="41"] th{padding:41px;}table[cellpadding="41px"] td,table[cellpadding="41px"] th{padding:41px;}table[cellpadding="42"] td,table[cellpadding="42"] th{padding:42px;}table[cellpadding="42px"] td,table[cellpadding="42px"] th{padding:42px;}table[cellpadding="43"] td,table[cellpadding="43"] th{padding:43px;}table[cellpadding="43px"] td,table[cellpadding="43px"] th{padding:43px;}table[cellpadding="44"] td,table[cellpadding="44"] th{padding:44px;}table[cellpadding="44px"] td,table[cellpadding="44px"] th{padding:44px;}table[cellpadding="45"] td,table[cellpadding="45"] th{padding:45px;}table[cellpadding="45px"] td,table[cellpadding="45px"] th{padding:45px;}table[cellpadding="46"] td,table[cellpadding="46"] th{padding:46px;}table[cellpadding="46px"] td,table[cellpadding="46px"] th{padding:46px;}table[cellpadding="47"] td,table[cellpadding="47"] th{padding:47px;}table[cellpadding="47px"] td,table[cellpadding="47px"] th{padding:47px;}table[cellpadding="48"] td,table[cellpadding="48"] th{padding:48px;}table[cellpadding="48px"] td,table[cellpadding="48px"] th{padding:48px;}table[cellpadding="49"] td,table[cellpadding="49"] th{padding:49px;}table[cellpadding="49px"] td,table[cellpadding="49px"] th{padding:49px;}table[cellpadding="50"] td,table[cellpadding="50"] th{padding:50px;}table[cellpadding="50px"] td,table[cellpadding="50px"] th{padding:50px;}.navbar-menu{display:none;}@media screen and (min-width:1088px){.navbar-menu{display:flex;flex-direction:column;justify-content:space-evenly;}}@media screen and (max-width:1087px){.navbar-menu.is-active{display:flex;}}.navbar-menu__top,.navbar-menu__bottom{display:flex;flex-direction:column;justify-content:space-between;width:100%;align-items:flex-start;}@media screen and (min-width:1088px){.navbar-menu__top,.navbar-menu__bottom{flex-direction:row;align-items:center;}}.navbar-menu__top .navbar-center{width:100%;}@media screen and (min-width:1088px){.navbar-menu__top .navbar-center{width:auto;}}.navbar-menu__bottom .navbar-start{order:unset;flex-wrap:wrap;margin-left:unset;}.navbar-menu__bottom .navbar-end{order:unset;}.section--ei .header-image{height:288px;overflow:hidden;position:relative;}@media (max-width:1087px){.section--ei .header-image{margin-top:20px;height:340px;}}.section--ei .header-image img{position:absolute;height:100%;width:100%;object-fit:cover;top:0;}.section--ei section{padding:40px 12px;}.section--ei section > div.inner{max-width:766px;margin:0 auto;}.section--ei section > div.inner a.button.is-danger{background:linear-gradient(-90deg,#df072c 0%,#b50000 100%);text-decoration:none;border-color:#b50000;font-size:14px;}.section--ei section > div.inner a.button.is-danger:hover{background:linear-gradient(90deg,#df072c 0%,#b50000 100%);}.section--ei section.track-record{background:url("/assets/img/bg.png");background-size:cover;}.section--ei section.image-text-block{background:#f5f8f5;}.section--ei section.image-text-block .inner > div{display:flex;flex-direction:row;gap:30px;}@media (max-width:768px){.section--ei section.image-text-block .inner > div{flex-direction:column;}}.section--ei section.image-text-block .inner > div > div{width:50%;}@media (max-width:768px){.section--ei section.image-text-block .inner > div > div{width:100%;}}.section--ei section.image-text-block .image-box{background-size:cover;background-position:center;}@media (max-width:768px){.section--ei section.image-text-block .image-box{min-height:340px;}}.section--ei section.stock-news .stock-news__items{display:flex;gap:20px;margin-top:20px;}@media (max-width:768px){.section--ei section.stock-news .stock-news__items{gap:12px;flex-direction:column;}}.section--ei section.stock-news .stock-news__items .item{padding:12px;border:1px solid #979797;border-radius:5px;width:50%;display:flex;gap:12px;text-decoration:none;color:#3c3c3c;}@media (max-width:768px){.section--ei section.stock-news .stock-news__items .item{width:100%;}}.section--ei section.stock-news .stock-news__items .item:hover .item__info{opacity:0.8;}.section--ei section.stock-news .stock-news__items .item__image{min-width:122px;}.section--ei section.stock-news .stock-news__items .item__image img{border-radius:5px;display:block;}.section--ei section.stock-news .stock-news__items .item__info{display:flex;flex-direction:column;justify-content:space-between;}.section--ei section.stock-news .stock-news__items .item__info h4{color:#3c3c3c;text-transform:none;font-size:18px;}.section--ei section.stock-news .stock-news__items .item__info time{font-size:14px;}.section--ei .upper-title{font-size:18px;}@media (min-width:769px){.section--ei .upper-title{font-size:26px;}}.section--ei h1{color:#df072c;font-weight:bold;font-size:24px;margin-top:36px;}@media (min-width:769px){.section--ei h1{font-size:34px;}}.section--ei h3{font-size:20px;color:#3c3c3c;font-weight:bold;margin-bottom:8px;}.section--ei h4{color:#b50000;font-weight:bold;text-transform:uppercase;}.section--ei h4 + p{margin-bottom:14px;}.section--ei a{text-decoration:underline;}.section--ei table{width:100%;margin-bottom:20px;}.section--ei table th{padding:4px 10px;}.section--ei table td{padding:2px 10px;}.section--ei table tr th{background:#b50000;color:white;}.section--ei table tr th:first-child{border-right:3px solid #fff;}.section--ei table tr td:first-child{border-right:3px solid #000;}.section--ei table tr:last-child td{border-bottom:3px solid #000;}.section--ei table tr.td-section td{border-top:3px solid #000;font-weight:bold;color:#3c3c3c;}.section--ei table tr.padding-bot td{padding-bottom:10px;}.section--ei table tr.padding-top td{padding-top:6px;}.article-tiles{display:flex;flex-direction:column;gap:3px;}@media (min-width:769px){.article-tiles{flex-direction:row;}}.article-tiles .marker{color:#fff !important;}.article-tiles .marker:hover{opacity:1 !important;}.article-tiles__child-wrapper{display:grid;grid-template-columns:1fr;gap:3px;}@media (min-width:769px){.article-tiles__child-wrapper{grid-template-columns:1fr 1fr;}}.article-tiles__parent,.article-tiles__child-wrapper{width:100%;}@media (min-width:769px){.article-tiles__parent,.article-tiles__child-wrapper{width:50%;}}.article-tiles__parent,.article-tiles__child{position:relative;}@media (min-width:769px){.article-tiles__parent,.article-tiles__child{display:flex;}}.article-tiles__parent > img,.article-tiles__child > img{position:absolute;top:0;right:0;width:100%;height:100%;z-index:0;object-fit:cover;}.article-tiles__parent > article,.article-tiles__child > article{position:relative;flex:1;z-index:1;}@media (min-width:769px){.article-tiles__parent > article,.article-tiles__child > article{display:flex;}}.article-tiles__parent:hover .article-footer span,.article-tiles__child:hover .article-footer span{opacity:0.8;}.article-tiles__parent:hover .marker,.article-tiles__child:hover .marker{opacity:0.8;}@media (min-width:1280px){.article-tiles__parent{width:55.5%;}}@media (min-width:1280px){.article-tiles__child-wrapper{width:44.5%;}}.article-tiles .article-footer{margin-top:auto;padding:14px 16px;padding-top:52px !important;text-shadow:0px 3px 3px rgba(0,0,0,0.35);background-image:linear-gradient(to bottom,transparent,rgba(0,0,0,0.7));width:100%;}.article-tiles .article-footer span{color:#fff;}.absolute{position:absolute;}.form-invoice .field-validation-error,.form-invoice .message{font-size:13px;display:block;line-height:1.2;margin-top:8px;}.form-invoice .message{background:none;color:#3273dc;}.form-invoice .field-validation-error{color:#df072c;}.form-invoice .button-loader{display:flex;align-items:center;gap:8px;position:relative;}.form-invoice .button-loader img.loading{height:14px;position:absolute;right:-20px;display:none;}.is-align-items-center{align-items:center;}#news-list .news-body{overflow:hidden;position:relative;}#news-list .news-body.fade-bottom:after{content:" ";bottom:0;height:100px;width:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgb(255,255,255) 100%);position:absolute;}#news-list .view-more{display:none;padding-top:10px;}.article-social-links{display:flex;gap:6px;margin-top:6px;}.article-social-links .svg-link{height:27px;display:inline-block;}.article-social-links .svg-link svg{height:27px;fill:#929292;}
