@charset "utf-8";
/* CSS Document */

body {
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica Neue, Arial, sans-serif;
    color: #000;
}

h2 {
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica Neue, Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
}

h3 {
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica Neue, Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: normal;
    margin-bottom: 2rem;
}

p {
    font-family: "HelveticaNeueW01-45Ligh", "Helvetica Neue", Helvetica Neue, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
}

strong, b {
    font-weight: bold;
    font-family: "HelveticaNeueW01-75Bold", "Helvetica Neue", Helvetica Neue, Arial, sans-serif;
}

.mdc-floating-label, .mdc-select__native-control, .mdc-text-field__input {
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica Neue, Arial, sans-serif;
}

.form-group {
    margin-bottom: 1.25rem;
}

.boxed-image {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}

.boxed-image-text {
    padding: 2rem;
}

.form-section {
    padding: 2rem 0;
}

.btn {
    border-radius: 0;
}

/* Checkboxes */

.checkbox .input-helper {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 19px;
    margin-top: -12px;
    z-index: 1;
}

.checkbox .input-helper.mdc-checkbox__background {
    left: auto !important;
}

.checkbox .input-helper svg {
    display: block;
}

.checkbox .input-helper .heart {
    fill: rgba(0, 0, 0, 0.38);
}

.checkbox input:checked + .input-helper .heart {
    fill: #B00020;
}

.checkbox .input-helper .circle {
    fill: rgba(0, 0, 0, 0.1);
}

.checkbox input:checked + .input-helper .circle {
    fill: #009bdf;
}

.checkbox label {
    display: flex;
    align-items: center;
    padding: 0.25rem 3.125rem 0.25rem 1rem;
    min-height: 72px;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0;
    cursor: pointer;
}

.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.checkbox .checkbox-highlight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: -1;
}

.checkbox input:checked + .input-helper + .checkbox-highlight {
    background-color: #F5FBFE;
}

.checkbox .input-helper:before, .checkbox .input-helper:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}

.checkbox input {
    width: 17px;
    height: 17px;
}

.button {
    background-color: #009bdf;
    background: rgb(0,155,223);
    background: -moz-linear-gradient(90deg, rgba(0,155,223,1) 0%, rgba(64,135,237,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,155,223,1) 0%, rgba(64,135,237,1) 100%);
    background: linear-gradient(90deg, rgba(0,155,223,1) 0%, rgba(64,135,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009bdf",endColorstr="#4087ed",GradientType=1);
    width: 150px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 4.58px;
    outline: 0;

    padding: 0.875rem 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: 150ms ease-in-out;
    white-space: nowrap;
}

Old.button:after {
    content: ' ';
    position: absolute;
    background: black;
    left: -2px; right: -2px;
    top: -2px; bottom: -2px;
    z-index: -1;
    background: rgb(0,155,223);
    background: -moz-linear-gradient(90deg, rgba(0,155,223,1) 0%, rgba(64,135,237,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,155,223,1) 0%, rgba(64,135,237,1) 100%);
    background: linear-gradient(90deg, rgba(0,155,223,1) 0%, rgba(64,135,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009bdf",endColorstr="#4087ed",GradientType=1);
}

.button:focus, .button:hover {
    background-color: #253746;
    border-color: #253746;
}

.button:disabled {
    background-color: #c9cdd1;
}

.button--grey {
    background: none;
    width: 150px;
    background-color: #fff;
    border: 2px solid #caced2;
    color: #66737e;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 4.58px;
    outline: 0;
    overflow: hidden;
    padding: 0.875rem 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: 150ms ease-in-out;
    white-space: nowrap;
}

.button--grey:focus, .button--grey:hover {
    background: none;
    border-color: #253746;
    color: #253746;
}

button + button {
    margin-left: 40px;
}

.header {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    font-family: Helvetica Neue, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

*, :after, :before {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.header--desktop .header__section--global {
    padding-right: .9375rem;
    padding-left: .9375rem;
    height: 4.8125rem;
}

.header__section--global {
    background: linear-gradient(273deg, rgba(0, 155, 223, .9), rgba(0, 51, 161, .9));
}

.header__section {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.header--desktop .header__logo {
    flex: 0 0 auto;
    width: auto;
    margin-left: 1.25rem;
    margin-right: auto;
}

.header__logo {
    align-items: center;
    display: flex;
    height: 100%;
    margin-right: auto;
    position: relative;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
    touch-action: manipulation;
}

a {
    background-color: transparent;
}

.header__logo > svg {
    height: 1.625rem;
    width: 7.375rem;
}

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

svg:not([fill]) {
    fill: currentColor;
}

img, svg {
    height: auto;
    width: 100%;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

.header--desktop .header__logo:after {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .15), transparent);
    content: "";
    display: block;
    height: 9.625rem;
    position: absolute;
    right: -2.25rem;
    top: -2.40625rem;
    -webkit-transform: rotate(39deg);
    transform: rotate(39deg);
    width: .9375rem;
}

.header__logo-label {
    flex: 0 0 auto;
    width: auto;
    margin-right: .625rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25rem;
    margin-left: 4.375rem;
}

@media screen and (max-width: 500px) {
    .header__logo-label {
        display: none
    }
}