@font-face {
    font-family: Euclid Regular;
    src: url(../fonts/euclidcircularb-regular-webs.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Euclid Semibold;
    src: url(../fonts/euclidcircularb-semibold-webs.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

button,
input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible
}

button {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

[type=checkbox],
[type=radio],
legend {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

menu {
    display: block
}

canvas {
    display: inline-block
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body,
html {
    min-height: 100%
}

body {
    color: #292d38;
    font-family: Euclid Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    background-color: #1755E6
}

@media screen and (min-width:320px) {
    body {
        font-size: calc(14px + (200vw - 640px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    body {
        font-size: 16px
    }
}

h1,
h2,
h4 {
    color: #3b4152;
    font-family: Euclid Semibold, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0
}

.h1,
h1 {
    font-size: 32px;
    margin-top: 32px
}

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

    .h1,
    h1 {
        font-size: calc(32px + (3200vw - 10240px)/ 832)
    }
}

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

    .h1,
    h1 {
        font-size: 64px
    }
}

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

    .h1,
    h1 {
        margin-top: calc(32px + (3200vw - 10240px)/ 832)
    }
}

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

    .h1,
    h1 {
        margin-top: 64px
    }
}

.h2,
h2 {
    font-size: 24px;
    margin-top: 32px;
    text-align: center
}

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

    .h2,
    h2 {
        font-size: calc(24px + (800vw - 2560px)/ 832)
    }
}

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

    .h2,
    h2 {
        font-size: 32px
    }
}

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

    .h2,
    h2 {
        margin-top: calc(32px + (3200vw - 10240px)/ 832)
    }
}

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

    .h2,
    h2 {
        margin-top: 64px
    }
}

.h4,
h4 {
    font-size: 16px;
    margin-top: 16px
}

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

    .h4,
    h4 {
        font-size: calc(16px + (800vw - 2560px)/ 832)
    }
}

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

    .h4,
    h4 {
        font-size: 24px
    }
}

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

    .h4,
    h4 {
        margin-top: calc(16px + (800vw - 2560px)/ 832)
    }
}

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

    .h4,
    h4 {
        margin-top: 24px
    }
}

p {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 0
}

@media screen and (min-width:320px) {
    p {
        font-size: calc(14px + (200vw - 640px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    p {
        font-size: 16px
    }
}

@media screen and (min-width:320px) {
    p {
        margin-top: calc(12px + (400vw - 1280px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    p {
        margin-top: 16px
    }
}

a,
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

a {
    transition: all .25s cubic-bezier(.215, .61, .355, 1)
}

a:active,
a:focus,
a:hover {
    color: #002e99
}

figure {
    margin: inherit
}

::-moz-selection {
    text-shadow: none
}

::selection {
    text-shadow: none
}

input {
    color: #292d38;
    font-size: 16px;
    font-family: Euclid Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 0;
    border: none
}

button,
input {
    outline: 0;
    background-color: #fff
}

button {
    font-family: Euclid Semibold, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 0;
    border: 0;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #6e7a99
}

::-moz-placeholder {
    color: #6e7a99
}

:-ms-input-placeholder {
    color: #6e7a99
}

:-moz-placeholder {
    color: #1755E6
}

.o-content {
    flex: 1 1 auto;
    max-width: 100%;
    background-color: #fff
}

.o-content__inner {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 32px
}

@media screen and (min-width:320px) {
    .o-content__inner {
        padding-right: calc(16px + (2400vw - 7680px)/ 832);
        padding-left: calc(16px + (2400vw - 7680px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .o-content__inner {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media screen and (min-width:320px) {
    .o-content__inner {
        padding-bottom: calc(32px + (8800vw - 28160px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .o-content__inner {
        padding-bottom: 120px
    }
}

.o-content h2 {
    margin-top: 0;
    padding-top: 32px
}

@media screen and (min-width:320px) {
    .o-content h2 {
        padding-top: calc(32px + (8800vw - 28160px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .o-content h2 {
        padding-top: 120px
    }
}

.o-content--contact {
   background-color: #F5F7F8
}

.o-content--contact h2 {
    color: #fff
}

.o-content--footer {
    background-color: #3b4152
}

.o-content--footer .o-content__inner {
    padding-bottom: 0
}

.o-layout {
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap
}

.o-layout__footer,
.o-layout__header {
    flex: 0 1 auto
}

.o-layout__content {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap
}

@-webkit-keyframes fontSize {
    0% {
        font-size: 0;
        opacity: 0
    }

    to {
        font-size: 1em;
        opacity: 0
    }
}

@keyframes fontSize {
    0% {
        font-size: 0;
        opacity: 0
    }

    to {
        font-size: 1em;
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.c-contact-details__item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    border-top: 1px solid #dde4ed;
    margin: 24px -24px -24px;
    padding: 24px
}

@media screen and (min-width:320px) {
    .c-contact-details__item {
        margin-right: calc(-24px + (-800vw - -2560px)/ 832);
        margin-left: calc(-24px + (-800vw - -2560px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-contact-details__item {
        margin-right: -32px;
        margin-left: -32px
    }
}

@media screen and (min-width:320px) {
    .c-contact-details__item {
        padding-right: calc(24px + (800vw - 2560px)/ 832);
        padding-left: calc(24px + (800vw - 2560px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-contact-details__item {
        padding-right: 32px;
        padding-left: 32px
    }
}

.c-contact-details__icon {
    flex: 0 0 24px;
    max-width: 24px;
    margin-right: 16px
}

.c-contact-details__icon>svg {
    fill: #1755E6
}

.c-contact-details__link {
    flex: 0 0 auto
}

.c-footer {
    text-align: center
}

.c-footer__nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(221, 228, 237, .2)
}

@media screen and (min-width:320px) {
    .c-footer__nav {
        margin-top: calc(32px + (3200vw - 10240px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-footer__nav {
        margin-top: 64px
    }
}

@media screen and (min-width:320px) {
    .c-footer__nav {
        padding-top: calc(16px + (800vw - 2560px)/ 832);
        padding-bottom: calc(16px + (800vw - 2560px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-footer__nav {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.c-footer__copyright {
    padding: 8px
}

@media screen and (min-width:320px) {
    .c-footer__copyright {
        padding: calc(8px + (800vw - 2560px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-footer__copyright {
        padding: 16px
    }
}

.c-footer__copyright {
    flex: 1 1 100%;
    color: #c7ccd9
}

@media (min-width:560px) {
    .c-footer__copyright {
        flex: 0 1 auto;
        margin-left: -8px
    }
}

@media screen and (min-width:560px) and (min-width:320px) {
    .c-footer__copyright {
        margin-left: calc(-8px + (-800vw - -2560px)/ 832)
    }
}

@media screen and (min-width:560px) and (min-width:1152px) {
    .c-footer__copyright {
        margin-left: -16px
    }
}

.c-footer--page-sub .c-footer__nav {
    border-top: none;
    margin-top: 0
}

.c-header {
    padding-top: 32px;
    background-image: linear-gradient(#1755E6, #002e99);
    background-size: cover
}

@media screen and (min-width:320px) {
    .c-header {
        padding-top: calc(32px + (800vw - 2560px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-header {
        padding-top: 40px
    }
}

.c-header--page-sub {
    background-image: none;
    background-color: #1755E6
}

.c-header--page-sub>.o-content__inner {
    padding-bottom: 32px
}

@media screen and (min-width:320px) {
    .c-header--page-sub>.o-content__inner {
        padding-bottom: calc(32px + (800vw - 2560px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-header--page-sub>.o-content__inner {
        padding-bottom: 40px
    }
}

.c-icon-content {
    display: block;
    width: 100%;
    position: relative
}

.c-icon-content:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.c-icon-content>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.c-list-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-right: -16px;
    margin-left: -16px
}

@media screen and (min-width:320px) {
    .c-list-content {
        margin-right: calc(-16px + (-2400vw - -7680px)/ 832);
        margin-left: calc(-16px + (-2400vw - -7680px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-list-content {
        margin-right: -40px;
        margin-left: -40px
    }
}

.c-list-content__item {
    flex: 1 1 100%;
    min-width: 440px;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-top: 32px
}

@media screen and (min-width:320px) {
    .c-list-content__item {
        padding-right: calc(16px + (2400vw - 7680px)/ 832);
        padding-left: calc(16px + (2400vw - 7680px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-list-content__item {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media screen and (min-width:320px) {
    .c-list-content__item {
        margin-top: calc(32px + (3200vw - 10240px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-list-content__item {
        margin-top: 64px
    }
}

@media (min-width:768px) {
    .c-list-content__item {
        flex: 0 1 33.3333%;
        max-width: 33.3333%
    }
}

.c-list-content--boxed .c-list-content__item {
    display: flex;
    flex-flow: row nowrap
}

.c-list-content--boxed .c-list-content__item-inner {
    flex: 1 1 100%;
    padding: 24px;
    background-color: #e9eff7;
    border: 1px solid #c7ccd9;
    border-radius: 4px;
    position: relative
}

.c-list-content__item-inner.center {
    text-align: center;
}

@media screen and (min-width:320px) {
    .c-list-content--boxed .c-list-content__item-inner {
        padding: calc(24px + (1600vw - 5120px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-list-content--boxed .c-list-content__item-inner {
        padding: 40px
    }
}

.c-list-content--boxed .c-list-content__item-inner>p {
    position: relative;
    z-index: 2
}

.c-list-content--boxed .c-list-content__item h4 {
    margin-top: 0
}

@media (min-width:560px) {
    .c-list-content--boxed .c-list-content__item {
        flex: 0 1 50%;
        max-width: 50%
    }
}

@media (min-width:1180px) {
    .c-list-content--boxed .c-list-content__item {
        flex: 0 1 40%;
        max-width: 40%
    }
}

.c-list-content--contact .c-list-content__item-inner {
    padding: 24px;
    border: none;
    background-color: transparent;
}

@media screen and (min-width:320px) {
    .c-list-content--contact .c-list-content__item-inner {
        padding-right: calc(24px + (800vw - 2560px)/ 832);
        padding-left: calc(24px + (800vw - 2560px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-list-content--contact .c-list-content__item-inner {
        padding-right: 32px;
        padding-left: 32px
    }
}

@media (min-width:560px) {
    .c-list-content--contact .c-list-content__item {
        flex: 0 1 50%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .c-list-content--contact .c-list-content__item {
        flex: 0 1 50%;
        max-width: 50%
    }
}

@media (min-width:1180px) {
    .c-list-content--contact .c-list-content__item {
        flex: 0 1 40%;
        max-width: 40%
    }
}

.c-logo {
    position: relative;
    display: block
}

.c-logo:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 27.4829931973%
}

.c-logo>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.c-nav-main {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center
}

.c-nav-main__logo {
    width: 100%;
    max-width: 200px;
    flex: 0 1 auto;
    position: relative;
    -webkit-transform: translateX(-1.5em);
    transform: translateX(-1.5em)
}

@media screen and (min-width:320px) {
    .c-nav-main__logo {
        max-width: calc(200px + (12000vw - 38400px)/ 832)
    }
}

@media screen and (min-width:1152px) {
    .c-nav-main__logo {
        max-width: 320px
    }
}

.c-nav-main__name {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}