/* Minification failed. Returning unminified contents.
(4,36): run-time error CSS1046: Expect comma, found '0'
(4,40): run-time error CSS1046: Expect comma, found '/'
(4,66): run-time error CSS1046: Expect comma, found '0'
(4,70): run-time error CSS1046: Expect comma, found '/'
 */
.tippy-box {
    background-color: #fff;
    color: #222;
    box-shadow: 0 9px 46px 0 rgb(0 0 0 / 6%), 0 5px 15px 0 rgb(0 0 0 / 12%);
}

.tippy-content {
    padding: 25px 32px;
}

.tippy-arrow {
    color: #fff;
}

.question-mark {
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    cursor: pointer;
    transition: all .2s ease-in-out;
    color: #222;
    line-height: 1.4em;
    font: 1em Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .question-mark:hover {
        color: #898f97;
    }

    .question-mark svg {
        fill: currentColor;
    }

