* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
}

body {
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    color: #1a1a1a;
}

a:hover {
    color: #fa4c2a;
}

ul {
    list-style-type: none;
}

.ol_fx {
    display: flex;
}

.ol_fxac {
    align-items: center;
}

.ol_fxasc {
    align-self: center;
}

.ol_fxae {
    align-items: flex-end;
}

.ol_fxhc {
    justify-content: center;
}

.ol_fxhb {
    justify-content: space-between;
}

.ol_fxhe {
    justify-content: space-evenly;
}

.ol_fxha {
    justify-content: space-around;
}

.ol_fxhfe {
    justify-content: flex-end;
}

.ol_fxc {
    flex-direction: column;
}

.ol_fxcr {
    flex-direction: column-reverse;
}

.ol_fxr {
    flex-direction: row;
}

.ol_fxgr {
    flex-grow: 1;
}

.ol_fxsr {
    flex-shrink: 1;
}

.ol_fxwp {
    flex-wrap: wrap;
}

.ol_fxwpr {
    flex-wrap: wrap-reverse;
}

.ol_fxwpx {
    flex-wrap: nowrap;
}


.ol_aotc {
    text-align: center;
}

.ol_x {
    display: none;
}
