/*===================================================
    Global
====================================================*/

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;
    text-decoration: none;
    -webkit-user-select: none;
    font-family: 'Urbanist';
}
html, body{
    overflow-x:hidden;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block
}

a{
    text-decoration: none !important;
    cursor: pointer;
}
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
}

iframe{
    width:100%;
    min-height: 360px;
}
body {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
}
html, body{
}

@media only screen and (min-width: 1600px){
.container {
    width: 1360px;
    max-width: 1360px;
}
}

a{
    text-decoration:
    none !important;
    color: #039be5;
}
dl, ol, ul {
    margin: 0;
    list-style:none;
    padding: 0;
}

.display-block {
    display: block !important
}
.no-padding{
    padding:0 !important;
}
.display-inline-block {
    display: inline-block !important
}

.display-inline {
    display: inline !important
}

.display-none {
    display: none !important
}

.display-inherit {
    display: inherit !important
}

.display-table {
    display: table !important
}

.display-table-cell {
    display: table-cell !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-auto {
    overflow: auto !important
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.position-inherit {
    position: inherit !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-right {
    right: 0 !important
}

.position-left {
    left: 0 !important
}

.position-top {
    top: 0 !important
}
