* {
    margin: 0px;
    padding: 0px;
    border: 0;
    box-sizing: border-box;
}

html {
    color: #000;
    background: #fff;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: Arial, tahoma;
    width: 100%;
    word-wrap: break-word !important;
    background-color: #ffffff;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #000;
}

a,
a:hover {
    text-decoration: none;
}

a,
input,
textarea,
select,
button,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

.dflex {
    display: flex;
}

.flexd {
    flex-direction: column;
}

.flexw {
    flex-wrap: wrap;
}

.justifyc {
    justify-content: center;
}

.justifys {
    justify-content: space-between;
}

.aligni {
    align-items: center;
}

.alignc {
    align-content: flex-start;
}

.container {
    width: 100%;
    padding: 0 0.625rem;
    position: relative;
}