/* Global Root Scaling */
html {
    font-size: 10vw;
    -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 42px;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: .3733rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Document Template Styles */
._label__docTemplate__FfaA0 {
    padding: .2667rem;
    overflow: hidden;
    color: #000;
    word-wrap: break-word;
    background: #fff;
    min-height: 100vh;
}

._label__docTemplate__FfaA0 h1 {
    font-size: .5867rem;
    margin: .5333rem 0;
    font-weight: 600;
}

._label__docTemplate__FfaA0 h2 {
    font-size: .5333rem;
    margin: .48rem 0;
    font-weight: 600;
}

._label__docTemplate__FfaA0 h3 {
    font-size: .48rem;
    margin: .4267rem 0;
    font-weight: 600;
}

._label__docTemplate__FfaA0 h4 {
    font-size: .4267rem;
    margin: .3733rem 0;
    font-weight: 500;
}

._label__docTemplate__FfaA0 h5 {
    font-size: .3733rem;
    margin: .32rem 0;
    font-weight: 500;
}

._label__docTemplate__FfaA0 h6 {
    font-size: .3733rem;
    margin: .2667rem 0;
    font-weight: 500;
}

._label__docTemplate__FfaA0 p {
    line-height: 2;
    margin: .1067rem 0;
}

._label__docTemplate__FfaA0 a {
    line-height: 2;
    color: #3f85ff;
}

._label__docTemplate__FfaA0 ul,
._label__docTemplate__FfaA0 ul li {
    line-height: 1.5;
    list-style-type: disc;
    list-style-position: inside;
}

._label__docTemplate__FfaA0 ol,
._label__docTemplate__FfaA0 ol li {
    list-style: decimal;
    list-style-position: inside;
}

._label__docTemplate__FfaA0 ol li,
._label__docTemplate__FfaA0 ul li {
    margin: .1333rem 0;
    line-height: 2;
}

._label__docTemplate__FfaA0 table {
    border-collapse: collapse;
    margin: .2667rem;
    line-height: 2;
}

._label__docTemplate__FfaA0 table td,
._label__docTemplate__FfaA0 table th {
    border: 1px solid #ccc;
    line-height: 1.5;
    min-width: .8rem;
    padding: .08rem .1333rem;
    text-align: left;
}

._label__docTemplate__FfaA0 table th {
    background-color: #f5f2f0;
    font-weight: 500;
    text-align: center;
}