/*!**/
/** Prefixed by https://autoprefixer.github.io*/
/** PostCSS: v8.4.14,*/
/** Autoprefixer: v10.4.7*/
/** Browsers: last 4 version*/
/**!*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/**,*/
/**::after,*/
/**::before {*/
/*    -webkit-box-sizing: inherit;*/
/*    box-sizing: inherit;*/
/*}*/

/*ul[class],*/
/*ol[class] {*/
/*    padding: 0;*/
/*}*/

/*body,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*p,*/
/*ul,*/
/*ol,*/
/*li,*/
/*figure,*/
/*figcaption,*/
/*blockquote,*/
/*dl,*/
/*dd {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-size: inherit;*/
/*}*/

/*ul[class] {*/
/*    list-style: none;*/
/*}*/

/*img {*/
/*    max-width: 100%;*/
/*    display: block;*/
/*}*/

input,
button,
textarea,
select {
    /*font: inherit;*/
    outline: none;
    /*border: none;*/
    /*background: none;*/
    /*padding: 0;*/
}

/*button, select {*/
/*    cursor: pointer;*/
/*}*/

/*a,*/
/*li {*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*    list-style: none;*/
/*}*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*input[type=number] {*/
/*    -moz-appearance: textfield;*/
/*}*/

/*body{*/
/*    font-family: "Geist", sans-serif;*/
/*    background-color: #F9F9F9;*/
/*    overflow: hidden;*/
/*    scroll-behavior: smooth;*/
/*}*/

/*p,*/
/*span{*/
/*    color: #000;*/
/*    font-size: 18px;*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    line-height: 24px; !* 140.909% *!*/
/*    letter-spacing: -0.33px;*/
/*}*/

/*main{*/
/*    scroll-behavior: smooth;*/
/*}*/

/*li,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*p,*/
/*span{*/
/*    cursor: default;*/
/*}*/

*::-webkit-scrollbar{
    width: 3px;
    height: 1px;
}
*::-webkit-scrollbar-track{
    background: #F2F2F2;
}
*::-webkit-scrollbar-thumb{
    background: #12A074;
}
*::-webkit-scrollbar-thumb:hover{
    background: #047958;
}

.wrapper {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: calc(756px + 30px);
    padding: 0 15px;
}
