*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    font-family:'DM Sans',sans-serif;
    font-size:16px;
    line-height:1.5em;
    font-weight: 400;
    letter-spacing: 0em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1 {
    font-size: 2em;
    font-weight: 400;
}

h2 {
    font-size: 1.8em;
    font-weight: 600;
}

h3 {
    font-size: 1.5em;
    font-weight: 800;
}

p {
    margin-bottom: 15px;
}

.bold,
b,
strong {
    font-weight: bold;
}

.blue{
    color: #07f
}
.orange {
    color: #F90
}
.green {
    color: #2A2
}
.red {
    color: #f44
}

mark {
    padding: 5px 10px;
    background: #eee;
}

ul {
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

small {
    font-size: 0.75em;
    color: #555;
}

a {
    text-decoration: none;
    color: #07F;
}

a img {
    border: 0;
}

label {
    cursor: pointer;
}

object,
embed,
video,
iframe,
iframe[style] {
    max-width: 100%;
    height: auto;
}

.container {
    float: left;
    width: 100%;
}

.content {
    display: block;
    margin: 50px auto;
    padding: 10px 30px;
    width: 96%;
    max-width: 960px;
    box-shadow: 5px 20px 40px #cccccf;
    border: 1px solid #bbbbbf;
    border-radius: 25px;
}

.content p {
    margin-top: 35px;
}

.clear {
    clear: both;
}

.input {
    padding: 5px;
    border: 1px solid #AAA;
    background: rgba(255, 255, 255, 0.5);
    outline: none;
}

.input:focus {
    background-color: #FFD;
}

.fixed {
    width: 100%;
}

.btn {
    cursor: pointer;
    text-align: center;
    padding:.9rem 1.2rem;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    background-color: #FC0;
    border: none;
    border-bottom: 3px solid #F90;
}

.btn:hover {
    background-color: #FA0;
}

.btn:active {
    position: relative;
    top: 1px;
}

textarea {
    resize: none;
    outline: none;
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.justify {
    text-align: justify
}

.radius {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px
}
.result,.resulter {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 320px;
    padding: 15px;
    background: #ffffa0;
    border: 1px solid #ffff60;
    border-bottom: 3px solid #ffff60;
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    z-index: 999999999
}
.box-contrast {
    border: 1px solid #bbdfce;
    padding: 3px 7px 4px 7px;
    color: #07F;
    border-radius: 25px;
    font-weight: bold;
    box-shadow: 5px 20px 50px #bbdfce;
}
.box-contrast {
    max-width: 460px;
    background: #e7f3fb;
    padding: 15px 20px;
}
.box-contrast input {
    display: inline;
}
.box-contrast input[type=text],
.box-contrast input[type=email],
.box-contrast input[type=password] {
    padding:.9rem 1.2rem;
}
.box-contrast input[type=file] {
    padding:.6rem 1.2rem;
}
.box-contrast div {
    margin: 20px 0 10px 0;
}
.box-4 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.header {
    display: block;
    text-align: left;
    margin-bottom: -20px
}
.brand{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:var(--text)
}
.brand-mark{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:13px;
    background:linear-gradient(145deg,#2c2,#181);
    color:#fff;
    font:800 21px Manrope;
    box-shadow:0 8px 18px rgba(44,107,237,.25)
}
.brand-mark img{
    height:24px
}
.brand strong,.brand small{
    display:block
}
.brand strong{
    font:800 18px Manrope
}
.brand small{
    font-size:12px;
    color:var(--muted);
    margin-top:-2px
}
.table-wrap{
    overflow:auto
}
.table{
    width:100%;
    border-collapse:collapse;
    min-width:620px
}
.table th,.table td{
    text-align:left;
    padding:12px 10px;
    border-bottom:1px solid var(--line);
    font-size:.9rem
}
.table th{
    color:#6f7f8f;
    font-size:.76rem;
    text-transform:uppercase;
    letter-spacing:.06em
}
.separator {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
@media (min-width: 60em) {
    .box-4 {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 0px;
    }
    .box-4:nth-of-type(4n) {
        margin-right: 0px;
    }
}