/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/partials/block.css ***!
  \****************************************************************************************************************************************************************************/
.cm-scroll-indicator {
    position: fixed;
    left: 50%;
    bottom: 1.5rem;
    border: 2px solid #fff;
    border-radius: 9999px;
    padding: .41667em 1em;
    z-index: 10000;
    font-size: .75rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    line-height: 1.25em;
    align-items: center;
    transform: translate(-50%, 0px);
    width: auto !important;
}

.cm-scroll-indicator::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgOCA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy43NzA2MyA1LjQ2MjY2TDcuMDg4NDUgNC43NzExNUw0Ljc4MDE4IDcuMDc5MjRMNC43ODAxOCAwLjA2MTUyMzNMMy44MDgyNCAwLjA2MTUyMzNMMy44MDgyNCA3LjA3OTI0TDEuNDk5OTcgNC43NzExNUwwLjgxNzc5MSA1LjQ2MjY2TDQuMjk0MjEgOC45Mzg4MUw3Ljc3MDYzIDUuNDYyNjZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: .5em;
    animation: scrollIndicatorAnim 5s infinite;
}

@keyframes scrollIndicatorAnim {
    0% {
        transform: translate(0, 0px);
    }
    5% {
        transform: translate(0, 2px);
    }
    10% {
        transform: translate(0, 0px);
    }
    15% {
        transform: translate(0, 2px);
    }
    20% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0, 0px);
    }
}

@media screen and (max-width: 781px) {
    .cm-scroll-indicator {
        display: none !important;
    }
}
/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/script.css ***!
  \********************************************************************************************************************************************************************/
@charset "utf-8";

/*# sourceMappingURL=script.css.map*/