@font-face {
    font-family: "DINPro";
    src: url("ethfont/DINNext-Regular.woff2") format("woff2"),
         url("ethfont/DINNext-Regular.woff") format("woff");
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, 
body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, 
dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, 
h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, 
li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, 
ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, 
tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    text-rendering: optimizeLegibility;
}

body {
    background: #FFF;
    font-family: "DINPro", helvetica, arial, sans-serif;
    font-size: 16px;
    height: auto;
    -webkit-text-size-adjust: 100%;
}

a, a:hover, a:active, a:focus {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a.eth-link {
    border-bottom: solid 0.0625rem rgba(0, 0, 0, 0.6);
    border-bottom-color: rgba(0, 0, 0, 0.6);
    color: inherit;
    transition: color 80ms cubic-bezier(0.42, 0, 0.58, 1), border-bottom-color 80ms cubic-bezier(0.42, 0, 0.58, 1);
    border-bottom-color: #215CAF;
}

a.eth-link:hover {
    color: #215CAF;
}

img {
    color: transparent;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    line-height: 1.2;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    padding-top: 1.5rem;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, 
section {
    display: block;
}

ol, ul {
    list-style: none;
}

li {
    display: list-item;
}

aside {
    min-height: 0.0625rem;
}






.site-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}






.site-header {
    color: #222;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    height: auto !important;
}

.site-header > div {
    width: 100%;
}

.site-header h2 {
    margin: 0;
}






.header-top {
    background: #222;
    color: #FFF;
    font-size: 0.9rem;
    order: -1;
    height: 33px;
    padding-top: 6px;
}

.header-top-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 96.25rem;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
}

.header-top-list {
    display: flex;
    margin-left: auto;
    padding-left: 1rem;
    white-space: nowrap;
}

.header-top-list > ul {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}




.header-logos {
    height: 72px;
    margin-bottom: calc(3rem - 1.25rem);
    margin-top: 3rem;
    font-size: 1.25rem;
    line-height: 1.2;
    align-items: flex-end;
    display: flex;
    max-width: 96.25rem;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-left: auto;
    margin-right: auto;
}

.header-logos a {
    display: inline-block;
    height: 100%;
}

.header-logos img {
    height: 100%;
    width: auto;
}

.header-logos-headline {
    margin-left: 108px;
    margin-bottom: 10px;
}

.header-logos-headline > h2 {
    font-size: 1.4375rem;
    line-height: 1.1;
}

.header-nav {
    margin-bottom: -1rem;
    position: relative;
    align-items: center;
    display: flex;
    max-width: 96.25rem;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-left: auto;
    margin-right: auto;
}

.nav-primary-list {
    display: flex;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.nav-primary-list > li > a::after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    transform: scaleY(1.4) translateY(-0.2px);
    background: transparent;
}

.nav-primary-list > li.current > a::after {
    background: #000;
}

.nav-primary-list > li > a::after {
    transform: scaleY(1.7) translateY(-0.4px);
}

.nav-primary-list > li > a {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.25rem 0 0.5rem;
    height: 100%;
    position: relative;
    display: block;
    text-underline-offset: 4px;
}

.nav-primary-list > li > a:hover {
    color: #215CAF;
}

.nav-primary-list > li > a:hover::after {
    background-color: #215CAF;
}

.nav-primary-list > li.current > a:hover::after {
    background-color: #215CAF;
}




.nav-secondary {
    background: #F6F6F6;
    left: 0;
    padding: 6.875rem 0 3.375rem;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 100;
}

.nav-secondary > ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 96.25rem;
    padding-left: 6rem;
    padding-right: 6rem;
    display: grid;
    grid-auto-flow: row;
    grid-gap: 32px 16px;
    grid-template-columns: repeat(4, 5fr);
}

.nav-secondary > ul > li > a {
    border-bottom: solid 1px rgba(34, 34, 34, 0.2);
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0.5rem 0;
    margin-bottom: 0;
    padding: 0 0 0.5rem;
    position: relative;
}

.nav-secondary > ul > li > a:hover {
    color: #215CAF;
}

.nav-secondary > ul > li.nav-secondary-title {
    position: absolute;
    top: 3rem;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 96.25rem;
    padding-left: 6rem;
    padding-right: 6rem;
    display: block;
}

.nav-secondary > ul > li.nav-secondary-title > a {
    margin-bottom: 0;
    position: relative;
    margin: 0.5rem 0;
    font-weight: 400;
    display: inline;
    border: none;
    padding: 0;
    line-height: 1.5;
    font-size: 1.5rem;
}

.nav-secondary-close {
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 48px;
    top: calc(50% - 7px);
    transition: 160ms;
}




.site-content {
    font-size: 1rem;
    line-height: 1.375;
    position: relative;
    width: 100%;
    margin-top: 3rem;
    max-width: 96.25rem;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    flex: 1 0 auto; /* footer on bottom */
}

.content-breadcrump {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: 2rem;
    margin-left: 8.33333%;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.content-breadcrump ul {
    font-size: 0.875rem;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 0.125rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-breadcrump ul li {
    align-items: center;
    display: flex;
}

.content-breadcrump ul li a {
    font-size: 0.875rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    padding: 0.125rem 0.5rem;
}

.content-breadcrump ul li:first-of-type a {
    padding-left: 0;
}

.content-breadcrump ul li:last-of-type a {
    color: #000;
}

.content-container {
    padding-bottom: 4.375rem;
    position: relative;
    z-index: 30;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.content-main {
    min-height: 0.0625rem;
    margin-left: 8.33333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    order: 0;
}

.with-sidebar-right .content-main {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.with-sidebar-right .content-sidebar-right {
    margin-left: 8.33333%;
    order: 1;
    padding-top: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
}




.site-footer {
    background: #222;
    clear: both;
    color: #FFF;
    font-size: 1rem;
}

.footer-container {
    max-width: 96.25rem;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-left: auto;
    margin-right: auto;
}

.footer-copyright {
    margin-bottom: 3rem;
    padding-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}