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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: #0066ff;
    outline: none;
}

.hover-underline:hover{
    text-decoration: underline;
}

/* General */
body{font-family: 'Roboto', sans-serif;font-size: 16px;color: #000;}

b, strong {font-weight: 700;}

.exo2 {font-family: 'Exo 2', sans-serif;}
.img-fluid {max-width: 100%;height: auto;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.font-weight-light{font-weight: 300 !important;}
.font-weight-bold{font-weight: 700 !important;}
.font-weight-normal{font-weight: 400 !important;}
.font-weight-medium{font-weight: 500 !important;}
.position-relative{position: relative !important;}
.position-absolute{position: absolute !important;}
.position-static{position: static !important;}
.font-italic{font-style: italic;}
.noPadding{padding: 0;}
.noPaddingD{padding: 0;}
.w100 {width: 100% !important;}
.width-auto{width: auto !important;}
.height-auto{height: auto !important;}
.h100 {height: 100%;}
.padding40{padding: 40px 0;}
.no-bg{background: transparent;}
.z1{z-index: 1;}
.z5{z-index: 5;}
.z10{z-index: 10;}
.z15{z-index: 15;}
.svg-inline--fa{
    width: 1em;
    height: 1em;
}
.swiper-container{
    overflow: hidden;
}
.text-uppercase{
    text-transform: uppercase;
}
.invisible{
    visibility: hidden;
}
label{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lazy {
    opacity: 0;
}
.lazy:not(.initial) {
    transition: opacity .5s;
}
.lazy.initial,
.lazy.loaded,
.lazy.error,
.lazy[data-was-processed="true"]{
    opacity: 1;
}
ol{
    list-style-type: decimal;
    padding-left: 20px;
}
.label-error{
    color: #e72325;
    font-size: 14px;
}
.overflow-hidden{
    overflow: hidden;
}
