@charset "UTF-8";
/*
 * Soft BUttons Reset CSS v1.0 (https://cmsxl.com/softbuttons)
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}
*:focus {
    outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-style: unset;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section, summary {
    display: block;
}
body {
    line-height: 1.3;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans',
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select, textarea, button {
    margin: 0;
    padding: 0;
    line-height: normal;
    background-color: transparent;
    border: 0;
    -moz-user-select: all;
    -ms-user-select: all;
    -webkit-user-select: auto;
    user-select: all;
    -webkit-appearance: none;
    -webkit-touch-callout: default;
}
textarea {
    overflow-y: scroll;
    resize: vertical;
    -webkit-appearance: none;
}
ins, del {
    text-decoration: none;
}

.mce-content-body[data-mce-placeholder]:before {
    left: 30px !important;
    color: #90909070 !important;
}
