html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
*, ::after, ::before {
    box-sizing: border-box;
    float: left;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;width: 100%;float: left;}
body {line-height: 1;}
html, body {float: left;width: 100%;text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}

img{max-height: 100%;max-width: 100%;width: auto;display: block;}
ul, ol, ul li, ol li {list-style-type: none;}
.row::before, .row::after {content: '';display: table}
.row::after {clear: both}
.row {margin-left: -10px;margin-right: -10px;clear: both;display: flex;flex-wrap: wrap;width: 100%;}
.fl {float: left;}
.fr {float: right;}
.fn {float: none;}
.px {padding-left: 10px;padding-right: 10px;float: left;}
.py {padding-top: 10px;padding-bottom: 10px;float: left;}
a,button{outline: none;text-decoration: none;-webkit-appearance: none;appearance: none;user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-o-user-select: none;}


.slick-track{display:flex}
button.slick-arrow{height:50px;width:50px;background:#B5B3B1;display:flex;border-radius:100%;position:absolute;z-index:3;cursor:pointer;border:none;align-items:center;justify-content:center;font-size:0;top: calc(50% - 25px);}
button.slick-arrow.slick-prev{left:40px}
button.slick-arrow.slick-next{right:40px}