* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

label, button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul[class],
li[class] {
    list-style: none;
}

video,
img {
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

iframe {
    border: none;
}

svg path {
    stroke: inherit;
    stroke-width: inherit;
    fill: inherit;
}

.bg_gradient {
    background: linear-gradient(90deg, #0059C1 0%, #439AFF 100%) !important;
}

.title_accent {
    font-size: 42px;
    line-height: 49px;
    color: #151833;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: left;
}

.title_accent:after {
    display: block;
    content: '';
    width: 100px;
    height: 2px;
    background: #0055BD;
    margin-top: 4px;
}

.home_section {
    margin-bottom: 100px;
}


.title_accent.white {
    color: #fff;
}

.title_accent.white:after {
    background: #fff;
}