*,
:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hr,
img,
main,
nav,
section,
summary,
svg {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    min-width: 1px;
    padding: 0
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none
}

a,
a:hover,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

a img,
fieldset,
hr {
    border: 0
}

mark {
    background: 0 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.table_wrap {
    overflow: auto
}

td {
    vertical-align: middle
}

.trim {
    word-break: break-all !important
}

input[type=email],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

button,
input[type=button],
input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

hr {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

img.alignleft {
    margin: 0 30px 10px 0
}

img.alignright {
    margin: 0 0 10px 30px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img,
svg {
    height: auto;
    max-width: 100%
}

@font-face {
    font-family: Momo-Sans;
    font-style: normal;
    font-weight: 700;
    src: url("") format("woff2"), url("") format("woff"), url("") format("truetype")
}

@font-face {
    font-family: Momo-Sans;
    font-style: normal;
    font-weight: 500;
    src: url("") format("woff2"), url("") format("woff"), url("") format("truetype")
}

@font-face {
    font-family: Momo-Sans;
    font-style: normal;
    font-weight: 600;
    src: url("") format("woff2"), url("") format("woff"), url("") format("truetype")
}

/*# sourceMappingURL=settings.css.map*/