@font-face {
	font-family: "opensans";
	src: url("../fonts/opensans-light-webfont.woff") format("woff"),
	     url("../fonts/opensans-light-webfont.woff2") format("woff2"),
	     url("../fonts/opensans-light-webfont.ttf") format("truetype"),
	     url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "opensans";
	src: url("../fonts/opensans-regular-webfont.woff") format("woff"),
	     url("../fonts/opensans-regular-webfont.woff2") format("woff2"),
	     url("../fonts/opensans-regular-webfont.ttf") format("truetype"),
	     url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "opensans";
	src: url("../fonts/opensans-bold-webfont.woff") format("woff"),
	     url("../fonts/opensans-bold-webfont.woff2") format("woff2"),
	     url("../fonts/opensans-bold-webfont.ttf") format("truetype"),
	     url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
	font-weight: 700;
	font-style: normal;
}

 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: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    font-family: "opensans", Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-smooth: always;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
body {
    font-family: "opensans", Arial, Helvetica, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
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;
}
button {
    font-family: "opensans", Arial, Helvetica, sans-serif;
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button[disabled], html input[disabled] {
    cursor: default;
}
textarea {
    font: inherit;
}
hr {
    clear: both;
    border: 0;
    height: 1px;
    width: 100%;
    padding: 0;
    margin: 0;
}


.d2-stripe {
    display: block;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.d2-stripe--500 {
    flex:1; display: flex;align-items: center;
}
.d2-stripe--basic, .d2-stripe--30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .d2-stripe--md-huge {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}


.d2-width {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    border: 0;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}

.d2-width--responsive {
    max-width: none;
    padding: 0;
}

.d2-width--pad-0 {
    padding: 0;
}


img {
    max-width: 100%;
    max-height: 100%;
    border: none;
    vertical-align: middle;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}
.d2-img {
    box-sizing: border-box;
    display: block;
    height: auto;
}
.d2-img--center {
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .d2-img--md-right {
        margin: 0 0 0 auto;
    }
}

.d2-bgr--lavender {
    background: #e5f3fa;
    --d2-bgr-color: #e5f3fa;
}


.d2-g__wrap--secure {
    overflow: hidden;
}

.d2-g__wrap {
    padding: 1px 0;
}

.d2-g__wrap:before {
    margin: -2px 0 0;
}
.d2-g__wrap:before, .d2-g__wrap:after {
    display: block;
    content: " ";
    height: 1px;
    overflow: hidden;
}

.d2-g__wrap:after {
    margin: 0 0 -2px;
}

.d2-g__wrap:before, .d2-g__wrap:after {
    display: block;
    content: " ";
    height: 1px;
    overflow: hidden;
}

.d2-g--space-huge {
    margin: -30px;
}

.d2-g--column-reverse {
    flex-direction: column-reverse;
}
.d2-g--bottom {
    align-items: flex-end;
}
.d2-g--center {
    justify-content: center;
}
.d2-g {
    display: flex;
    flex-wrap: wrap;
}
.d2-g--space-huge>[class*="d2-g__"] {
    padding: 30px;
}
.d2-g>[class*="d2-g__"] {
    flex-basis: auto;
    box-sizing: border-box;
}

.d2-g__1-1 {
    width: 100%;
    max-width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) {

    .d2-g--md-space-30 {
        margin: -15px;
    }
}

@media only screen and (min-width: 768px) {

    .d2-g--md-row {
        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) {

    .d2-g--md-space-30>[class*="d2-g__"] {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .d2-g__md-1-2 {
        width: 50%;
        max-width: 50%;
        flex-grow: 0;
        flex-shrink: 0;
    }
}
.d2-typo--h2, h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
    display: block;
}


@media only screen and (min-width: 768px) {

    .d2-typo--h2, h2 {
        font-size: 1.688rem;
        line-height: 1.26;
    }
}

@media only screen and (min-width: 768px) {
    .d2-typo--md-left {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) {
    .d2-typo--h2, h2 {
        font-size: 1.88rem;
        line-height: 1.27;
    }
}



.d2-stack+.d2-stack {
    margin-top: 20px;
}
.d2-stack+.d2-stack--top-40, .d2-stack--bottom-40+.d2-stack {
    margin-top: 40px;
}
.d2-typo--center {
    text-align: center;
}
.d2-text {
    font-size: 1rem;
    line-height: 1.38;
}
.d2-typo--size-2 {
    font-size: 0.88rem;
    line-height: 1.43;
}

@media only screen and (min-width: 768px) {

    .d2-typo--md-size-3 {
        font-size: 1rem;
        line-height: 1.38;
    }
}
@media only screen and (min-width: 768px) {
    .d2-typo--md-left {
        text-align: left;
    }
}

b, strong, .d2-typo--bold, .d2-weight--bold {
    font-weight: 700;
}
.d2-text a:link, .d2-text a:visited {
    color: var(--d2-link-color, #0019a5);
}
a {
    color: var(--d2-text-color, #0019a5);
}

:root, body {
    color: #006;
    --d2-text-color: initial;
    --d2-edit-bgr: initial;
    --d2-text-error-color: initial;
    --d2-text-active-tab-color: initial;
    --d2-tab-border-width: initial;
    --d2-link-color: #0019a5;
    --d2-frame-color: initial;
    --d2-frame-semi-transparent-color: initial;
    --d2-frame-white-20-color: initial;
    --d2-frame-contrast-color: initial;
    --d2-frame-error-color: initial;
    --d2-light-text-color: initial;
    --d2-mobile-presentation-bgr: initial;
    --d2-solid-btn-bgr: initial;
    --d2-bgr-color: initial;
    --d2-carousel-dot-bgr: initial;
    --d2-carousel-dot-active: initial;
    --d2-carousel-dot-bgr: #f2f4f7;
    --d2-carousel-dot-active: #d2dceb;
}
.d2-bgr--light, .d2-bgr--default, .d2-bgr--white, .d2-bgr--veil, .d2-bgr--haze, .d2-bgr--gray, .d2-bgr--solitude, .d2-bgr--light-gray, .d2-bgr--orange, .d2-bgr--floral, .d2-bgr--powderblue, .d2-bgr--periwinkle, .d2-bgr--aquamarine, .d2-bgr--rice, .d2-bgr--lavender, .d2-bgr--white-lavender, .d2-bgr--white-floral, .d2-bgr--internal, .d2-bgr--indistinctgrey, .d2-bgr--lightpalegreen, .d2-bgr--lightturquoise, .d2-bgr--lightgreen, .d2-bgr--lightred, .d2-bgr--lightpalered, .d2-bgr--lightpurple, .d2-bgr--lightgrey {
    color: #006;
    --d2-text-color: initial;
    --d2-edit-bgr: initial;
    --d2-text-error-color: initial;
    --d2-text-active-tab-color: initial;
    --d2-tab-border-width: initial;
    --d2-link-color: #0019a5;
    --d2-frame-color: initial;
    --d2-frame-semi-transparent-color: initial;
    --d2-frame-white-20-color: initial;
    --d2-frame-contrast-color: initial;
    --d2-frame-error-color: initial;
    --d2-solid-btn-bgr: initial;
    --d2-bgr-color: initial;
}



:root {
    --d2-icon-color: currentcolor;
}
html {
    font-family: "opensans",Arial,Helvetica,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-smooth: always;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
.d2-g__auto {
    width: auto;
    max-width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
}

.d2-typo--color-white, .d2-color--white {
    color: #fff;
}

.d2-g--center {
    justify-content: center;
}
@media only screen and (min-width: 768px) {

    .d2-g--md-left {
        justify-content: flex-start;
    }
}


.d2-header {
    font-size: 1rem;
    line-height: 1.38;
    position: relative;
    z-index: 5020;
    transition: top .4s;
}

.d2-header:not(.d2-header--sticky) .d2-header__wrap {
    transition: none;
}
.d2-shadow--light {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
}
.d2-header__wrap {
    max-width: 100%;
    margin-left: auto;
    transition: max-width .4s .4s;
}
.d2-bgr--blue {
    background: #0019a5;
    --d2-bgr-color: #0019a5;
}
.d2-bgr--dark, .d2-bgr--blue, .d2-bgr--navy, .d2-bgr--black, .d2-bgr--gradient, .d2-bgr--grad-ltr, .d2-bgr--grad-rtl, .d2-bgr--grad-ttb, .d2-bgr--grad-btt, .d2-bgr--footer, .d2-bgr--red, .d2-bgr--golddrop {
    color: #fff;
    --d2-text-color: #fff;
    --d2-edit-bgr: rgba(0,0,0,0.5);
    --d2-text-error-color: #fdd7db;
    --d2-text-active-tab-color: #fff9ec;
    --d2-tab-border-width: 2px;
    --d2-link-color: #fff;
    --d2-frame-color: #fff;
    --d2-frame-semi-transparent-color: rgba(255,255,255,0.5);
    --d2-frame-white-20-color: rgba(255,255,255,0.2);
    --d2-frame-contrast-color: #006;
    --d2-frame-error-color: #f65c7b;
    --d2-light-text-color: #d2dceb;
    --d2-mobile-presentation-bgr: #fff;
    --d2-solid-btn-bgr: #fff;
    --d2-carousel-dot-bgr: rgba(255,255,255,0.3);
    --d2-carousel-dot-active: #fff;
}


.d2-header:not(.d2-header--sticky) .d2-header__width {
    transition: none;
}

.d2-header__width {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    border: 0;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    transition: padding .4s .4s;
}

@media only screen and (min-width: 768px) {
    .d2-header__width {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.d2-header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 50px;
}


@media only screen and (min-width: 768px) {
    .d2-header__main {
        min-height: 60px;
    }
    
}

.d2-header__logo {
    flex-shrink: 0;
    overflow: hidden;
    transition: flex-shrink .4s;
    z-index: 5030;
    position: relative;
}

.d2-header__logo img {
    transition: transform .4s ease-in-out,opacity .4s;
    transform-origin: left;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
}

.d2-btn {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    border-style: solid;
    border-radius: 6px;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    padding-top: 12px;
    padding-bottom: 11px;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    transition: background .8s,border-color .8s,color .8s;
    color: var(--d2-text-color, #0019a5);
    background-color: var(--d2-none, transparent);
    border-color: var(--d2-frame-color, #0019a5);
}
.d2-btn--secondary, .d2-btn--light-blue {
    color: var(--d2-none, #fff);
    background-color: var(--d2-none, #41b6e6);
    border-color: var(--d2-none, #41b6e6);
    background-position: center;
    background: #41b6e6 radial-gradient(circle, transparent 1%, #41b6e6 1%) center / 100%;
}
a:hover {
    color: var(--d2-text-color, #006);
}
.d2-btn:hover, .d2-btn:active, .d2-btn:focus {
    color: var(--d2-text-color, #006);
    border-color: var(--d2-frame-color, #006);
}
.d2-btn--secondary:hover, .d2-btn--light-blue:hover, .d2-btn--secondary:active, .d2-btn--light-blue:active, .d2-btn--secondary:focus, .d2-btn--light-blue:focus {
    color: var(--d2-none, #fff);
    background-color: var(--d2-none, #0090d0);
    border-color: var(--d2-none, #0090d0);
}

.d2-btn--secondary:hover, .d2-btn--light-blue:hover, .d2-btn--secondary:active, .d2-btn--light-blue:active {
    background-size: 15000%;
    transition: background-size .45s cubic-bezier(.25, .46, .45, .94),border-color .45s;
}