  @charset "utf-8";
*,
*:before,
*:after,
figure,
figcaption {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    word-break: keep-all;
    word-wrap: break-word;
}


html,
body {
    -ms-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    /* Prevent font resizing in IE and iOS */
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-size: 1.6rem;
}

html,
body {
    width: 100%;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

address,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
}

img {
    vertical-align: top;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
}

div,
p,
span,
a,
strong,
ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.2;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

a,
button {
    text-decoration: none;
    color: #000;
}

button {
    outline: none;
    background-color: transparent;
}


/* ----------------- HTML5 display ----------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}


/* Add correct display in Edeg, IE9+, firefox */

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/* Added correct display in iOS 4-7 */

progress {
    vertical-align: baseline;
}


/* Add correct vertical alignment for Chrome, Firefox and Opera */

template,
[hidden] {
    display: none;
}


/* Add correct display in IE10+ */


/* ----------------- a link ----------------- */

a {
    background-color: transparent;
}


/* Remove gray background on active link in IE 10 */

a:active,
a:hover {
    outline-width: 0;
}


/* aRemoval of link embossing lines */


/* ----------------- font ----------------- */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/* Add correct text decoration in Chrome, Edge, IE, Opera, Safari */

b,
strong {
    font-weight: bolder;
}


/* Correct font weight in Chrome, Edge, and Safari */

dfn {
    font-style: italic;
}


/* Add correct font style in android 4.3 */

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* ----------------- Em bedded content ----------------- */

img {
    border-style: none;
}


/* remove image border */

svg:not(:root) {
    overflow: hidden;
}


/* ----------------- Grouping content ----------------- */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

hr {
    height: 1px;
    border-top: 1px solid #e4dcd3;
    width: 100%;
}


/* ----------------- Forms reset ----------------- */

fieldset {
    border: 0;
}

button,
input,
select,
textarea {
    font: inherit;
}

optgroup {
    font-weight: bold;
}

button,
input,
select {
    overflow: visible;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
select {
    text-transform: none;
}


/* Removed inheritance of transform text in firefox */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/* iPhone input design can be changed */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Remove inner borders and padding in firefox */

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

input:focus {
    outline: none;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #e4dcd3;
}

input::-moz-placeholder {
    color: #e4dcd3;
}

input:-ms-input-placeholder {
    color: #e4dcd3 !important;
}

input:not([type='checkbox,radio']):focus::-webkit-input-placeholder {
    color: transparent;
}
