*,
::after,
::before {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box
}

*,
a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

a,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

dl,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}


p {
    margin-top: 0;
    margin-bottom: 18px
}

a {
    color: var(--vj-cl-dr2)
}

a:focus,
a:hover {
    color: var(--vj-cl-dr);
    text-decoration: none
}

.btn,
.form-control,
a,
button {
    text-decoration: none
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-family: var(--font-oswal);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 0
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.clear:after,
.clear:before {
    content: '';
    clear: both;
    display: block
}

::-webkit-scrollbar {
    display: none;
}





