.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    word-wrap: normal;
}

@media (max-width: 782px ) {
    .yoast-show-on-mobile {
        display: initial !important;
    }
}

@media (min-width: 782px ) {
    .yoast-hide-on-desktop {
        display: none;
    }
}

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