*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
}

svg {
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

body {
    font-size: 16px;
    position: relative;
    line-height: normal;
    min-width: 320px;
}

.img {
    display: block;
    max-width: 100%;
    height: auto;
}

.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dif {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.aifs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aife {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.w100 {
    width: 100%;
}

.cursor {
    cursor: pointer;
}

.jcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jcfs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jcfe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jcsb {
    justify-content: space-between;
}

.fxw,
.fxww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.posr {
    position: relative;
}

.posa {
    position: absolute;
}

.maxw,
.max-width {
    max-width: 100%;
}

.m-auto {
    margin: 0 auto;
}

.link {
    text-decoration: none;
    outline: none;
}

.transition {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.index {
    position: relative;
    z-index: 4;
}

.direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pointer {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hide,
.hidden {
    display: none;
}

.center {
    text-align: center;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.overflow,
.ovh {
    overflow: hidden;
}

.radius {
    border-radius: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col {
    padding: 0 10px;
}
