a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.color--primary {
    color: #0c3d65;
}
@font-face {
    font-family: opensans-light;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/opensans-light.woff") format("woff");
    src: url("fonts/opensans-light.ttf") format("truetype");
}
@font-face {
    font-family: opensans-regular;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/opensans-regular.woff") format("woff");
    src: url("fonts/opensans-regular.ttf") format("truetype");
}
@font-face {
    font-family: opensans-semibold;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/opensans-semibold.woff") format("woff");
    src: url("fonts/opensans-semibold.ttf") format("truetype");
}
@font-face {
    font-family: opensans-bold;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/opensans-bold.woff") format("woff");
    src: url("fonts/opensans-bold.ttf") format("truetype");
}
@font-face {
    font-family: opensans-extrabold;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/opensans-extrabold.woff") format("woff");
    src: url("fonts/opensans-extrabold.ttf") format("truetype");
}
.c-additional-text {
    margin-bottom: 3rem;
}
.c-additional-text h4 {
    font-size: 1.8rem;
    font-family: opensans-semibold, Helvetica, Arial, sans-serif;
    color: #0c3d65;
}
@media (min-width: 376px) {
    .c-additional-text h4 {
        font-size: 1.8rem;
    }
}
@media (min-width: 769px) {
    .c-additional-text h4 {
        font-size: 1.8rem;
    }
}
@media (min-width: 1025px) {
    .c-additional-text h4 {
        font-size: 1.8rem;
    }
}
.c-additional-text p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 1.75;
}
@media (min-width: 376px) {
    .c-additional-text p {
        font-size: 1.8rem;
    }
}
@media (min-width: 769px) {
    .c-additional-text p {
        font-size: 1.8rem;
    }
}
@media (min-width: 1025px) {
    .c-additional-text p {
        font-size: 1.8rem;
    }
}
.c-additional-text p a {
    color: currentColor;
    text-decoration: underline;
}
.c-additional-text img {
    max-width: 100%;
    height: auto;
}
.c-additional-text ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}
.c-additional-text ol li {
    counter-increment: my-awesome-counter;
    margin-bottom: 2rem;
}
.c-additional-text ol li:before {
    content: counter(my-awesome-counter) ". ";
    color: #000;
    font-weight: 700;
}
.c-awards {
    text-align: center;
    background-image: url("img/reath.png");
    background-image: url("https://img.freepik.com/free-vector/abstract-geometric-round-shape-blue-background-design_1017-42785.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    background-size: contain;
    margin: 10px 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 99.9999%;
    flex-basis: 99.9999%;
    max-width: 99.9999%;
    width: 99.9999%;
}
.c-awards:nth-child(1n) {
    margin-right: 0;
    margin-left: 0;
}
.c-awards:last-child {
    margin-right: 0;
}
.c-awards:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}
.c-awards .canvas {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
@media (min-width: 376px) {
    .c-awards {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 6 / 12 - 10px);
        flex-basis: calc(99.9999% * 6 / 12 - 10px);
        max-width: calc(99.9999% * 6 / 12 - 10px);
        width: calc(99.9999% * 6 / 12 - 10px);
    }
    .c-awards:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }
    .c-awards:last-child {
        margin-right: 0;
    }
    .c-awards:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 769px) {
    .c-awards {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 3 / 12 - 15px);
        flex-basis: calc(99.9999% * 3 / 12 - 15px);
        max-width: calc(99.9999% * 3 / 12 - 15px);
        width: calc(99.9999% * 3 / 12 - 15px);
    }
    .c-awards:nth-child(1n) {
        margin-right: 20px;
        margin-left: 0;
    }
    .c-awards:last-child {
        margin-right: 0;
    }
    .c-awards:nth-child(4n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.c-awards .canvas {
    padding: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: -10px;
}
.c-awards__title {
    font-size: 1.8rem;
    color: #0c3d65;
    text-transform: uppercase;
    line-height: 1.2;
}
@media (min-width: 376px) {
    .c-awards__title {
        font-size: 1.6rem;
    }
}
@media (min-width: 769px) {
    .c-awards__title {
        font-size: 1.6rem;
    }
}
@media (min-width: 1025px) {
    .c-awards__title {
        font-size: 1.8rem;
    }
}
.c-awards__title:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    margin: 1rem auto;
    background: #cacaca;
}
.c-awards__description {
    font-size: 1.2rem;
    color: #8a8a8a;
}
@media (min-width: 376px) {
    .c-awards__description {
        font-size: 1.2rem;
    }
}
@media (min-width: 769px) {
    .c-awards__description {
        font-size: 1rem;
    }
}
@media (min-width: 1025px) {
    .c-awards__description {
        font-size: 1.2rem;
    }
}
.c-campaign-banner {
    color: #fff;
    width: 100%;
    padding: 2rem 2.5rem;
    background-color: #0c3d65;
    border-radius: 20px;
    display: table;
}
@media (min-width: 769px) {
    .c-campaign-banner {
        border-radius: 100px;
    }
}
.c-campaign-banner--cell {
    width: 50%;
    margin: 0;
    padding: 0;
}
@media (min-width: 769px) {
    .c-campaign-banner--cell {
        display: table-cell;
    }
}
.c-campaign-banner--cell:nth-of-type(2) {
    text-align: right;
}
.c-campaign-banner__title {
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 2rem;
}
@media (min-width: 376px) {
    .c-campaign-banner__title {
        font-size: 2.4rem;
    }
}
@media (min-width: 769px) {
    .c-campaign-banner__title {
        font-size: 2.4rem;
    }
}
@media (min-width: 1025px) {
    .c-campaign-banner__title {
        font-size: 2.4rem;
    }
}
.c-campaign-banner__title a {
    color: currentColor;
}
@media (min-width: 769px) {
    .c-campaign-banner__title {
        vertical-align: middle;
        text-align: left;
        margin-bottom: 0;
        display: inline;
    }
}
.c-campaign-banner__button {
    display: block;
    width: 100%;
    text-align: center;
}
@media (min-width: 769px) {
    .c-campaign-banner__button {
        width: 30%;
    }
}
.c-contact {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    line-height: 1.75;
}
@media (min-width: 376px) {
    .c-contact {
        font-size: 1.6rem;
    }
}
@media (min-width: 769px) {
    .c-contact {
        font-size: 1.6rem;
    }
}
@media (min-width: 1025px) {
    .c-contact {
        font-size: 1.6rem;
    }
}
@media (min-width: 376px) {
    .c-contact {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 12 / 12 - 0rem);
        flex-basis: calc(99.9999% * 12 / 12 - 0rem);
        max-width: calc(99.9999% * 12 / 12 - 0rem);
        width: calc(99.9999% * 12 / 12 - 0rem);
    }
    .c-contact:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .c-contact:last-child {
        margin-right: 0;
    }
    .c-contact:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 12 / 12 - 0rem);
        flex-basis: calc(99.9999% * 12 / 12 - 0rem);
        max-width: calc(99.9999% * 12 / 12 - 0rem);
        width: calc(99.9999% * 12 / 12 - 0rem);
    }
    .c-contact:nth-of-type(2):nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .c-contact:nth-of-type(2):last-child {
        margin-right: 0;
    }
}
@media (min-width: 769px) {
    .c-contact {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 5.5 / 12 - 27.083333333333332px);
        flex-basis: calc(99.9999% * 5.5 / 12 - 27.083333333333332px);
        max-width: calc(99.9999% * 5.5 / 12 - 27.083333333333332px);
        width: calc(99.9999% * 5.5 / 12 - 27.083333333333332px);
    }
    .c-contact:nth-child(1n) {
        margin-right: 50px;
        margin-left: 0;
    }
    .c-contact:last-child {
        margin-right: 0;
    }
    .c-contact:nth-of-type(2) {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 3 / 12 - 2.25rem);
        flex-basis: calc(99.9999% * 3 / 12 - 2.25rem);
        max-width: calc(99.9999% * 3 / 12 - 2.25rem);
        width: calc(99.9999% * 3 / 12 - 2.25rem);
    }
    .c-contact:nth-of-type(2):nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .c-contact:nth-of-type(2):last-child {
        margin-right: 0;
    }
    .c-contact:nth-of-type(3) {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 3 / 12 - 2.25rem);
        flex-basis: calc(99.9999% * 3 / 12 - 2.25rem);
        max-width: calc(99.9999% * 3 / 12 - 2.25rem);
        width: calc(99.9999% * 3 / 12 - 2.25rem);
    }
    .c-contact:nth-of-type(3):nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .c-contact:nth-of-type(3):last-child {
        margin-right: 0;
    }
}
.c-contact__title,
.c-contact p {
    margin-bottom: 3rem;
}
.c-contact__title {
    font-family: opensans-semibold, Helvetica, Arial, sans-serif;
    color: #0c3d65;
}
.c-contact a {
    color: currentColor;
}
.c-contact a:hover {
    text-decoration: underline;
}
.cookie-notice-container a:not(.u-button) {
    color: currentColor;
    text-decoration: underline;
}
.c-download-card {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9999% * 6 / 12 - 7.5px);
    flex-basis: calc(99.9999% * 6 / 12 - 7.5px);
    max-width: calc(99.9999% * 6 / 12 - 7.5px);
    width: calc(99.9999% * 6 / 12 - 7.5px);
}
.c-download-card:nth-child(1n) {
    margin-right: 15px;
    margin-left: 0;
}
.c-download-card:last-child {
    margin-right: 0;
}
@media (min-width: 376px) {
    .c-download-card {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 6 / 12 - 7.5px);
        flex-basis: calc(99.9999% * 6 / 12 - 7.5px);
        max-width: calc(99.9999% * 6 / 12 - 7.5px);
        width: calc(99.9999% * 6 / 12 - 7.5px);
    }
    .c-download-card:nth-child(1n) {
        margin-right: 15px;
        margin-left: 0;
    }
    .c-download-card:last-child {
        margin-right: 0;
    }
}
@media (min-width: 769px) {
    .c-download-card {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 6 / 12 - 25px);
        flex-basis: calc(99.9999% * 6 / 12 - 25px);
        max-width: calc(99.9999% * 6 / 12 - 25px);
        width: calc(99.9999% * 6 / 12 - 25px);
    }
    .c-download-card:nth-child(1n) {
        margin-right: 50px;
        margin-left: 0;
    }
    .c-download-card:last-child {
        margin-right: 0;
    }
}
.c-download-card a {
    display: block;
}
.c-download-card a:hover .c-download-card__device-type {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    opacity: 1;
}
.c-download-card img {
    display: inline;
}
.c-download-card__device {
    position: relative;
}
.c-download-card__device-type {
    width: auto;
    margin-bottom: 2rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position: relative;
}
.c-download-card__feature-image {
    position: absolute;
    top: 70px;
    left: 19px;
    width: 84%;
}
.c-download-card__store-logo {
    max-width: 125px;
    height: auto;
    margin-bottom: 1rem;
}
.c-download-card__details {
    font-size: 1.3rem;
    line-height: 1.5;
}
@media (min-width: 376px) {
    .c-download-card__details {
        font-size: 1.3rem;
    }
}
@media (min-width: 769px) {
    .c-download-card__details {
        font-size: 1.3rem;
    }
}
@media (min-width: 1025px) {
    .c-download-card__details {
        font-size: 1.3rem;
    }
}
.c-download-card__details h4 {
    margin-bottom: 0.5rem;
}
.c-download-card__list {
    color: #8a8a8a;
}
.c-download-card:nth-child(2) .c-download-card__feature-image {
    top: 40px;
}
.c-enquiries {
    margin-bottom: 2rem;
    line-height: 1.75;
    border: 1px solid #cacaca;
    padding: 2rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9999% * 12 / 12 - 0rem);
    flex-basis: calc(99.9999% * 12 / 12 - 0rem);
    max-width: calc(99.9999% * 12 / 12 - 0rem);
    width: calc(99.9999% * 12 / 12 - 0rem);
}
.c-enquiries:nth-child(1n) {
    margin-right: 3rem;
    margin-left: 0;
}
.c-enquiries:last-child {
    margin-right: 0;
}
.c-enquiries a {
    color: currentColor;
}
.c-faqs {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #d7d6d6;
    position: relative;
}
.c-faqs__title {
    display: block;
    color: #4a4a4a;
    font-size: 1.8rem;
    position: relative;
    padding-right: 4rem;
}
@media (min-width: 376px) {
    .c-faqs__title {
        font-size: 1.8rem;
    }
}
@media (min-width: 769px) {
    .c-faqs__title {
        font-size: 1.8rem;
    }
}
@media (min-width: 1025px) {
    .c-faqs__title {
        font-size: 1.8rem;
    }
}
.c-faqs__title:hover {
    cursor: pointer;
}
.c-faqs__title--no-descrpt:hover {
    cursor: default;
}
.c-faqs__details {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.c-faqs__content {
    padding-top: 2rem;
    color: #4a4a4a;
}
.c-faqs.active .chevron:after,
.c-faqs.active .chevron:before {
    top: -5px;
}
.c-faqs.active .chevron:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.c-faqs.active .chevron:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.c-faqs.active > .c-faqs__title {
    color: #000;
}
.c-faqs.active > .c-faqs__details {
    max-height: 1000px;
}
.c-faqs ol,
.c-faqs ul {
    padding: 0 0 0 22px;
}
.c-faqs ol {
    list-style-type: decimal;
}
.c-faqs ul {
    list-style-type: lower-alpha;
    list-style-type: disc;
}
.c-faqs li,
.c-faqs p {
    margin-bottom: 2rem;
}
.chevron {
    width: 30px;
    height: 30px;
}
.chevron:after,
.chevron:before {
    background-color: #0c3d65;
    top: 0;
    content: "";
    position: absolute;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0.95em;
    width: 0.1em;
    right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chevron:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.chevron:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-feature-card {
    text-align: center;
    margin-bottom: 3rem;
}
@media (min-width: 769px) {
    .c-feature-card.is_flex {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 4 / 12 - 2rem);
        flex-basis: calc(99.9999% * 4 / 12 - 2rem);
        max-width: calc(99.9999% * 4 / 12 - 2rem);
        width: calc(99.9999% * 4 / 12 - 2rem);
    }
    .c-feature-card.is_flex:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .c-feature-card.is_flex:last-child {
        margin-right: 0;
    }
    .c-feature-card.is_flex:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 769px) {
    .c-feature-card.is_inline {
        display: inline-block;
    }
}
.c-feature-card__title {
    color: #000;
}
.c-feature-card__icon {
    background-color: #edfaff;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
.c-feature-card__image {
    display: inline-block;
    padding: 2rem;
    max-width: 55%;
}
.c-feature-card__image img {
    opacity: 0.8;
}
.c-feature-card__blockquote p {
    margin-bottom: 2rem;
}
.c-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
}
.c-features__description {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: -2rem;
    font-size: 1.6rem;
}
@media (min-width: 376px) {
    .c-features__description {
        font-size: 1.6rem;
    }
}
@media (min-width: 769px) {
    .c-features__description {
        font-size: 1.6rem;
    }
}
@media (min-width: 1025px) {
    .c-features__description {
        font-size: 1.6rem;
    }
}
.c-features__description p {
    text-align: center;
}
.c-features__quote-mark {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    padding: 3rem 0;
}
.c-features__quote-mark svg {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
}
.c-footer {
    color: #fff;
    background-color: transparent;
    position: relative;
}
.c-footer__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9999% * 12 / 12 - 0rem);
    flex-basis: calc(99.9999% * 12 / 12 - 0rem);
    max-width: calc(99.9999% * 12 / 12 - 0rem);
    width: calc(99.9999% * 12 / 12 - 0rem);
}
.c-footer__column:first-child:nth-child(1n) {
    margin-right: 3rem;
    margin-left: 0;
}
.c-footer__column:first-child:last-child {
    margin-right: 0;
}
@media (min-width: 769px) {
    .c-footer__column:first-child {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 3 / 12 - 2.25rem);
        flex-basis: calc(99.9999% * 3 / 12 - 2.25rem);
        max-width: calc(99.9999% * 3 / 12 - 2.25rem);
        width: calc(99.9999% * 3 / 12 - 2.25rem);
    }
    .c-footer__column:first-child:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .c-footer__column:first-child:last-child {
        margin-right: 0;
    }
}
.c-footer__column:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9999% * 12 / 12 - 0rem);
    flex-basis: calc(99.9999% * 12 / 12 - 0rem);
    max-width: calc(99.9999% * 12 / 12 - 0rem);
    width: calc(99.9999% * 12 / 12 - 0rem);
}
.c-footer__column:nth-child(2):nth-child(1n) {
    margin-right: 3rem;
    margin-left: 0;
}
.c-footer__column:nth-child(2):last-child {
    margin-right: 0;
}
@media (min-width: 769px) {
    .c-footer__column:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 9 / 12 - 0.75rem);
        flex-basis: calc(99.9999% * 9 / 12 - 0.75rem);
        max-width: calc(99.9999% * 9 / 12 - 0.75rem);
        width: calc(99.9999% * 9 / 12 - 0.75rem);
    }
    .c-footer__column:nth-child(2):nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .c-footer__column:nth-child(2):last-child {
        margin-right: 0;
    }
}
.c-footer__copyright {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 3rem;
    text-align: left;
}
@media (min-width: 376px) {
    .c-footer__copyright {
        font-size: 1.2rem;
    }
}
@media (min-width: 769px) {
    .c-footer__copyright {
        font-size: 1.2rem;
    }
}
@media (min-width: 1025px) {
    .c-footer__copyright {
        font-size: 1.2rem;
    }
}
.c-footer__copyright a {
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 769px) {
    .c-footer__copyright {
        text-align: right;
    }
}
.c-footer__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.c-footer__inner-column {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9999% * 12 / 12 - 0rem);
    flex-basis: calc(99.9999% * 12 / 12 - 0rem);
    max-width: calc(99.9999% * 12 / 12 - 0rem);
    width: calc(99.9999% * 12 / 12 - 0rem);
}
.c-footer__inner-column:nth-child(1n) {
    margin-right: 3rem;
    margin-left: 0;
}
.c-footer__inner-column:last-child {
    margin-right: 0;
}
.c-footer__inner-column a {
    color: #fff;
}
@media (min-width: 769px) {
    .c-footer__inner-column {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 3 / 12 - 2.25rem);
        flex-basis: calc(99.9999% * 3 / 12 - 2.25rem);
        max-width: calc(99.9999% * 3 / 12 - 2.25rem);
        width: calc(99.9999% * 3 / 12 - 2.25rem);
    }
    .c-footer__inner-column:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .c-footer__inner-column:last-child {
        margin-right: 0;
    }
}
.c-footer__inner-column__item {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 2.5;
}
@media (min-width: 376px) {
    .c-footer__inner-column__item {
        font-size: 1.4rem;
    }
}
@media (min-width: 769px) {
    .c-footer__inner-column__item {
        font-size: 1.4rem;
    }
}
@media (min-width: 1025px) {
    .c-footer__inner-column__item {
        font-size: 1.4rem;
    }
}
.c-footer__inner-column__item a:hover {
    text-decoration: underline;
    color: currentColor;
}
.c-footer .c-site-title__name {
    display: none;
}
@media (min-width: 769px) {
    .c-footer .c-site-title__name {
        display: block;
    }
}
.footer-curve {
    position: absolute;
    top: 0;
    height: 166px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 0;
}
.footer-cta {
    padding: 2rem 0 0;
}
.footer-cta__row {
    padding-bottom: 4rem;
}
@media (min-width: 769px) {
    .footer-cta__column {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 6 / 12 - 1.5rem);
        flex-basis: calc(99.9999% * 6 / 12 - 1.5rem);
        max-width: calc(99.9999% * 6 / 12 - 1.5rem);
        width: calc(99.9999% * 6 / 12 - 1.5rem);
    }
    .footer-cta__column:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .footer-cta__column:last-child {
        margin-right: 0;
    }
    .footer-cta__column:nth-child(2) {
        text-align: right;
    }
}
.footer-cta__title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 2.4rem;
}
@media (min-width: 376px) {
    .footer-cta__title {
        font-size: 2.4rem;
    }
}
@media (min-width: 769px) {
    .footer-cta__title {
        font-size: 2.4rem;
    }
}
@media (min-width: 1025px) {
    .footer-cta__title {
        font-size: 2.4rem;
    }
}
.footer-cta__paragraph {
    font-size: 1.8rem;
    margin-bottom: 3rem;
}
@media (min-width: 376px) {
    .footer-cta__paragraph {
        font-size: 1.8rem;
    }
}
@media (min-width: 769px) {
    .footer-cta__paragraph {
        font-size: 1.8rem;
    }
}
@media (min-width: 1025px) {
    .footer-cta__paragraph {
        font-size: 1.8rem;
    }
}
@media (min-width: 769px) {
    .footer-cta__paragraph {
        margin-bottom: 0;
    }
}
.social-links__row {
    padding: 2rem 0;
}
@media (min-width: 769px) {
    .social-links__row {
        text-align: right;
    }
}
.social-links__link {
    display: inline-block;
    opacity: 0.7;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
.social-links__link:hover {
    opacity: 1;
}
.social-links__title {
    font-size: 1.4rem;
    margin-right: 0.5rem;
}
@media (min-width: 376px) {
    .social-links__title {
        font-size: 1.4rem;
    }
}
@media (min-width: 769px) {
    .social-links__title {
        font-size: 1.4rem;
    }
}
@media (min-width: 1025px) {
    .social-links__title {
        font-size: 1.4rem;
    }
}
.social-links__icon {
    font-size: 2.8rem;
}
@media (min-width: 376px) {
    .social-links__icon {
        font-size: 2.8rem;
    }
}
@media (min-width: 769px) {
    .social-links__icon {
        font-size: 2.8rem;
    }
}
@media (min-width: 1025px) {
    .social-links__icon {
        font-size: 2.8rem;
    }
}
.social-links__icon:first-child {
    margin-right: 0.5rem;
}
.gform_wrapper {
    width: 100%;
}
.gform_wrapper .gform_body {
    padding-top: 0;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
    margin-bottom: 3rem;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    width: 100%;
}
.gform_wrapper label {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #4a4a4a;
    display: block;
}
@media (min-width: 376px) {
    .gform_wrapper label {
        font-size: 1.5rem;
    }
}
@media (min-width: 769px) {
    .gform_wrapper label {
        font-size: 1.5rem;
    }
}
@media (min-width: 1025px) {
    .gform_wrapper label {
        font-size: 1.5rem;
    }
}
.gform_wrapper .gfield_required {
    color: #d8000c;
}
.gform_wrapper .gfield_radio:after {
    content: "";
    clear: both;
    display: table;
}
.gform_wrapper .gfield_radio li label {
    text-transform: none;
}
@media (min-width: 376px) {
    .gform_wrapper .gfield_radio li {
        width: 50%;
        float: left;
    }
}
.gform_wrapper input,
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper textarea {
    border: 0;
    border-bottom: 1px solid #d7d6d6;
    line-height: 1.8;
    color: #4a4a4a;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 376px) {
    .gform_wrapper input,
    .gform_wrapper input[type="email"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper textarea {
        font-size: 1.8rem;
    }
}
@media (min-width: 769px) {
    .gform_wrapper input,
    .gform_wrapper input[type="email"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper textarea {
        font-size: 1.8rem;
    }
}
@media (min-width: 1025px) {
    .gform_wrapper input,
    .gform_wrapper input[type="email"],
    .gform_wrapper input[type="tel"],
    .gform_wrapper input[type="text"],
    .gform_wrapper textarea {
        font-size: 1.8rem;
    }
}
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper input[type="email"]::-webkit-input-placeholder,
.gform_wrapper input[type="tel"]::-webkit-input-placeholder,
.gform_wrapper input[type="text"]::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
    color: #cacaca;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 1.6rem;
}
@media (min-width: 376px) {
    .gform_wrapper input::-webkit-input-placeholder,
    .gform_wrapper input[type="email"]::-webkit-input-placeholder,
    .gform_wrapper input[type="tel"]::-webkit-input-placeholder,
    .gform_wrapper input[type="text"]::-webkit-input-placeholder,
    .gform_wrapper textarea::-webkit-input-placeholder {
        font-size: 1.6rem;
    }
}
@media (min-width: 769px) {
    .gform_wrapper input::-webkit-input-placeholder,
    .gform_wrapper input[type="email"]::-webkit-input-placeholder,
    .gform_wrapper input[type="tel"]::-webkit-input-placeholder,
    .gform_wrapper input[type="text"]::-webkit-input-placeholder,
    .gform_wrapper textarea::-webkit-input-placeholder {
        font-size: 1.6rem;
    }
}
@media (min-width: 1025px) {
    .gform_wrapper input::-webkit-input-placeholder,
    .gform_wrapper input[type="email"]::-webkit-input-placeholder,
    .gform_wrapper input[type="tel"]::-webkit-input-placeholder,
    .gform_wrapper input[type="text"]::-webkit-input-placeholder,
    .gform_wrapper textarea::-webkit-input-placeholder {
        font-size: 1.6rem;
    }
}
.gform_wrapper input:focus:not(.button),
.gform_wrapper input[type="email"]:focus:not(.button),
.gform_wrapper input[type="tel"]:focus:not(.button),
.gform_wrapper input[type="text"]:focus:not(.button),
.gform_wrapper textarea:focus:not(.button) {
    border-bottom: 1px solid #8a8a8a;
    font-size: 2.8rem;
}
@media (min-width: 376px) {
    .gform_wrapper input:focus:not(.button),
    .gform_wrapper input[type="email"]:focus:not(.button),
    .gform_wrapper input[type="tel"]:focus:not(.button),
    .gform_wrapper input[type="text"]:focus:not(.button),
    .gform_wrapper textarea:focus:not(.button) {
        font-size: 2.8rem;
    }
}
@media (min-width: 769px) {
    .gform_wrapper input:focus:not(.button),
    .gform_wrapper input[type="email"]:focus:not(.button),
    .gform_wrapper input[type="tel"]:focus:not(.button),
    .gform_wrapper input[type="text"]:focus:not(.button),
    .gform_wrapper textarea:focus:not(.button) {
        font-size: 2.8rem;
    }
}
@media (min-width: 1025px) {
    .gform_wrapper input:focus:not(.button),
    .gform_wrapper input[type="email"]:focus:not(.button),
    .gform_wrapper input[type="tel"]:focus:not(.button),
    .gform_wrapper input[type="text"]:focus:not(.button),
    .gform_wrapper textarea:focus:not(.button) {
        font-size: 2.8rem;
    }
}
.gform_wrapper input:focus:not(.button)::-webkit-input-placeholder,
.gform_wrapper input[type="email"]:focus:not(.button)::-webkit-input-placeholder,
.gform_wrapper input[type="tel"]:focus:not(.button)::-webkit-input-placeholder,
.gform_wrapper input[type="text"]:focus:not(.button)::-webkit-input-placeholder,
.gform_wrapper textarea:focus:not(.button)::-webkit-input-placeholder {
    text-indent: -100%;
}
.gform_wrapper textarea {
    height: 90px !important;
}
.gform_wrapper select {
    font-size: 1.5rem;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #d7d6d6;
    background: transparent;
    background: url(img/chev.png) no-repeat 100%;
    height: 40px;
    width: 100%;
}
@media (min-width: 376px) {
    .gform_wrapper select {
        font-size: 1.5rem;
    }
}
@media (min-width: 769px) {
    .gform_wrapper select {
        font-size: 1.5rem;
    }
}
@media (min-width: 1025px) {
    .gform_wrapper select {
        font-size: 1.5rem;
    }
}
.gform_wrapper .gfield_html {
    font-size: 1.2rem;
}
@media (min-width: 376px) {
    .gform_wrapper .gfield_html {
        font-size: 1.2rem;
    }
}
@media (min-width: 769px) {
    .gform_wrapper .gfield_html {
        font-size: 1.2rem;
    }
}
@media (min-width: 1025px) {
    .gform_wrapper .gfield_html {
        font-size: 1.2rem;
    }
}
.gform_wrapper .gfield_html a {
    color: currentColor;
    text-decoration: underline;
}
.gform_wrapper .gfield_checkbox li {
    position: relative;
    padding-left: 2.5rem;
}
.gform_wrapper .gfield_checkbox li label a {
    color: currentColor;
    text-decoration: underline;
}
.gform_wrapper .gfield_checkbox li label:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 11px;
    border: 1px solid #fff;
    border-width: 0 3px 3px 0;
    left: 6px;
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.gform_wrapper .gfield_checkbox li label:after {
    content: "";
    background: #cacaca;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 3px;
    z-index: 0;
}
.gform_wrapper input[type="checkbox"] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.gform_wrapper input[type="checkbox"] + label {
    cursor: pointer;
}
.gform_wrapper input[type="checkbox"]:checked + label:before {
    opacity: 1;
    top: 5px;
}
.gform_wrapper input[type="checkbox"]:checked + label:after {
    background: #0c3d65;
}
.validation_message {
    color: #d8000c;
    font-size: 1.2rem;
    padding-top: 0.5rem;
}
@media (min-width: 376px) {
    .validation_message {
        font-size: 1.2rem;
    }
}
@media (min-width: 769px) {
    .validation_message {
        font-size: 1.2rem;
    }
}
@media (min-width: 1025px) {
    .validation_message {
        font-size: 1.2rem;
    }
}
.gform_confirmation_wrapper {
    padding: 30px;
    background-color: #e7fad2;
    width: 100%;
    text-align: center;
}
.gform_confirmation_message {
    color: #4f8a10;
}
.gform_wrapper .gfield_checkbox label {
    text-transform: none;
}
.c-hamburger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 19px;
    right: 3rem;
    text-indent: -9999px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    width: 22px;
    z-index: 2;
    display: none;
}
@media (max-width: 1023px) {
    .c-hamburger {
        display: block;
    }
}
.c-hamburger__bar {
    background: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}
.c-hamburger__bar:after,
.c-hamburger__bar:before {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.c-hamburger__bar:before {
    top: -7px;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: top 0.3s 0.3s, transform 0.3s 0s;
    transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
.c-hamburger__bar:after {
    bottom: -7px;
    -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
    transition: bottom 0.3s 0.3s, transform 0.3s 0s;
    transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
.body--menu-is-expanded .c-hamburger .c-hamburger__bar {
    background: none;
}
.body--menu-is-expanded .c-hamburger .c-hamburger__bar:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s;
    transition: top 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.body--menu-is-expanded .c-hamburger .c-hamburger__bar:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
    transition: bottom 0.3s 0s, transform 0.3s 0.3s;
    transition: bottom 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.c-hamburger:focus {
    outline: none;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
@keyframes Gradient {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
.c-hero {
    color: #fff;
    position: relative;
    background-color: #0c3d65;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 75%;
}
@media (min-width: 769px) {
    .c-hero {
        height: 100vh;
        display: block;
    }
}
.c-hero__content {
    max-width: 570px;
}
.c-hero__content--large {
    font-size: 1.8rem;
    line-height: 1.35;
}
@media (min-width: 376px) {
    .c-hero__content--large {
        font-size: 1.8rem;
    }
}
@media (min-width: 769px) {
    .c-hero__content--large {
        font-size: 1.8rem;
    }
}
@media (min-width: 1025px) {
    .c-hero__content--large {
        font-size: 1.8rem;
    }
}
@media (min-width: 769px) {
    .c-hero__content--large {
        line-height: 1.5;
    }
}
.c-hero__content p {
    margin-bottom: 5rem;
    line-height: 1.6;
}
.c-hero__scroll-icon {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 200px;
}
@media (max-width: 767px) {
    .c-hero .button {
        margin-bottom: 2rem;
        width: 100%;
    }
    .c-hero .button:last-of-type {
        margin-bottom: 4rem;
    }
}
.store-icons {
    position: relative;
    z-index: 1;
}
.store-icons__href {
    display: inline-block;
    margin-right: 1rem;
}
@media (min-width: 769px) {
    .store-icons__href {
        margin-right: 2rem;
    }
}
.store-icons__icon {
    height: 45px;
    width: auto;
}
@media (min-width: 769px) {
    .store-icons__icon {
        height: 50px;
    }
}
.c-mobile-navigation {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    padding-top: 3.5rem;
    position: fixed;
    left: -300px;
    width: 300px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.c-mobile-navigation__menu a {
    color: #0c3d65;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    display: block;
    border-bottom: 1px solid #d7d6d6;
}
@media (min-width: 376px) {
    .c-mobile-navigation__menu a {
        font-size: 2rem;
    }
}
@media (min-width: 769px) {
    .c-mobile-navigation__menu a {
        font-size: 2rem;
    }
}
@media (min-width: 1025px) {
    .c-mobile-navigation__menu a {
        font-size: 2rem;
    }
}
body.body--menu-is-expanded .c-mobile-navigation {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0;
}
.modal {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.isActive .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-content {
    width: 80%;
}
.modal-content .c-videos__inner {
    overflow: visible;
}
.close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: -24px;
    right: -24px;
    z-index: 100;
    color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.close:focus,
.close:hover {
    color: #75a3b6;
    text-decoration: none;
    cursor: pointer;
}
.c-plan-card {
    background-color: pallete(bw, #fff);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 3rem 1rem;
    color: #0c3d65;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9999% * 12 / 12 - 0rem);
    flex-basis: calc(99.9999% * 12 / 12 - 0rem);
    max-width: calc(99.9999% * 12 / 12 - 0rem);
    width: calc(99.9999% * 12 / 12 - 0rem);
    margin-bottom: 3rem;
}
.c-plan-card:nth-child(1n) {
    margin-right: 3rem;
    margin-left: 0;
}
.c-plan-card:last-child {
    margin-right: 0;
}
@media (min-width: 769px) {
    .c-plan-card {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 4 / 12 - 13.333333333333332px);
        flex-basis: calc(99.9999% * 4 / 12 - 13.333333333333332px);
        max-width: calc(99.9999% * 4 / 12 - 13.333333333333332px);
        width: calc(99.9999% * 4 / 12 - 13.333333333333332px);
    }
    .c-plan-card:nth-child(1n) {
        margin-right: 10px;
        margin-left: 0;
    }
    .c-plan-card:last-child {
        margin-right: 0;
    }

    .c-plan-card:nth-child(1),
    .c-plan-card:nth-child(2) {
        -ms-flex-preferred-size: calc(99.9999% * 6 / 12 - 13.333333333333332px);
        flex-basis: calc(99.9999% * 6 / 12 - 13.333333333333332px);
        max-width: calc(99.9999% * 6 / 12 - 13.333333333333332px);
        width: calc(99.9999% * 6 / 12 - 13.333333333333332px);
    }
}
.c-plan-card strong {
    color: #0c3d65;
}
.c-plan-card__header {
    text-align: center;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
}
.c-plan-card__title {
    text-align: center;
    font-size: 1.6rem;
    font-family: opensans-semibold, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
@media (min-width: 376px) {
    .c-plan-card__title {
        font-size: 1.6rem;
    }
}
@media (min-width: 769px) {
    .c-plan-card__title {
        font-size: 1.6rem;
    }
}
@media (min-width: 1025px) {
    .c-plan-card__title {
        font-size: 1.6rem;
    }
}
.c-plan-card__description {
    color: #8a8a8a;
}
.c-plan-card__logo-mark {
    max-width: 80px;
    display: inline;
}
.c-plan-card__detail {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
    color: #8a8a8a;
    font-size: 1.6rem;
}
@media (min-width: 376px) {
    .c-plan-card__detail {
        font-size: 1.6rem;
    }
}
@media (min-width: 769px) {
    .c-plan-card__detail {
        font-size: 1.6rem;
    }
}
@media (min-width: 1025px) {
    .c-plan-card__detail {
        font-size: 1.6rem;
    }
}
.c-plan-card__price-container {
    text-align: center;
    font-family: opensans-bold, Helvetica, Arial, sans-serif;
    margin-bottom: 2rem;
}
.c-plan-card__price {
    font-size: 4rem;
    margin-bottom: 3rem;
    line-height: 50px;
}
@media (min-width: 376px) {
    .c-plan-card__price {
        font-size: 4rem;
        line-height: 50px;
    }
}
@media (min-width: 769px) {
    .c-plan-card__price {
        font-size: 4rem;
        line-height: 50px;
    }
}
@media (min-width: 1025px) {
    .c-plan-card__price {
        font-size: 4rem;
        line-height: 50px;
    }
}
.c-plan-card sup {
    vertical-align: super;
    font-size: 0.5em;
}
.c-plan-card__button {
    margin: 2rem 0 !important;
    min-width: 100px;
}
.c-preview {
    margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
    .c-preview {
        margin-bottom: 0;
    }
}
.c-preview__image {
    width: 100%;
}
.c-preview__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 2rem 0 1rem;
}
.c-preview__more {
    margin-top: 1rem;
}
.c-promo-card {
    margin-bottom: 3rem;
}
.c-promo-card__content {
    margin-left: 40px;
    position: relative;
}
.c-promo-card__content:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #edfaff;
    position: absolute;
    left: -40px;
    top: -5px;
    background-image: url("img/check.png");
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.c-promo-card__content p {
    font-size: 1.6rem;
    line-height: 1.5;
}
@media (min-width: 376px) {
    .c-promo-card__content p {
        font-size: 1.6rem;
    }
}
@media (min-width: 769px) {
    .c-promo-card__content p {
        font-size: 1.6rem;
    }
}
@media (min-width: 1025px) {
    .c-promo-card__content p {
        font-size: 1.6rem;
    }
}
.c-single-post {
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-single-post {
        padding-top: 2rem;
    }
}
.c-single-post__title {
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 2rem;
}
.c-single-post__image {
    width: 100%;
}
.c-single-post__content {
    margin: 4rem 0;
}
.c-site-headings {
    font-family: opensans-semibold, Helvetica, Arial, sans-serif;
    color: #000;
}
.c-site-headings--uppercase {
    text-transform: uppercase;
}
.c-site-headings--text-align-center {
    text-align: center;
    width: 100%;
}
.c-site-headings--h1 {
    font-size: 5.8rem;
    line-height: 1;
    margin-bottom: 2rem;
    color: #fff;
    font-family: opensans-extrabold, Helvetica, Arial, sans-serif;
}
@media (min-width: 376px) {
    .c-site-headings--h1 {
        font-size: 7.8rem;
    }
}
@media (min-width: 769px) {
    .c-site-headings--h1 {
        font-size: 6.8rem;
    }
}
@media (min-width: 1025px) {
    .c-site-headings--h1 {
        font-size: 6.8rem;
    }
}
.c-site-headings--h1--small {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    text-transform: none;
    color: currentColor;
    font-family: opensans-semibold, Helvetica, Arial, sans-serif;
    line-height: 1.3;
}
@media (min-width: 376px) {
    .c-site-headings--h1--small {
        font-size: 2.4rem;
    }
}
@media (min-width: 769px) {
    .c-site-headings--h1--small {
        font-size: 2.4rem;
    }
}
@media (min-width: 1025px) {
    .c-site-headings--h1--small {
        font-size: 2.4rem;
    }
}
.c-site-headings--h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
@media (min-width: 376px) {
    .c-site-headings--h2 {
        font-size: 2.4rem;
    }
}
@media (min-width: 769px) {
    .c-site-headings--h2 {
        font-size: 2.4rem;
    }
}
@media (min-width: 1025px) {
    .c-site-headings--h2 {
        font-size: 2.4rem;
    }
}
@media (min-width: 769px) {
    .c-site-headings--h2 {
        margin-bottom: 4rem;
    }
}
.c-site-headings--h2--feature {
    color: #0c3d65;
    font-family: opensans-semibold, Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 1.3;
}
@media (min-width: 376px) {
    .c-site-headings--h2--feature {
        font-size: 2.4rem;
    }
}
@media (min-width: 769px) {
    .c-site-headings--h2--feature {
        font-size: 2.4rem;
    }
}
@media (min-width: 1025px) {
    .c-site-headings--h2--feature {
        font-size: 2.4rem;
    }
}
.c-site-headings--h2--campaign-banner {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}
.c-site-headings--h2--has-subcopy {
    margin-bottom: 2rem;
    padding-bottom: 0;
}
.c-site-headings--h3 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-family: opensans-semibold, Helvetica, Arial, sans-serif;
}
@media (min-width: 376px) {
    .c-site-headings--h3 {
        font-size: 1.6rem;
    }
}
@media (min-width: 769px) {
    .c-site-headings--h3 {
        font-size: 1.6rem;
    }
}
@media (min-width: 1025px) {
    .c-site-headings--h3 {
        font-size: 1.6rem;
    }
}
.c-site-headings--h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: opensans-regular, Helvetica, Arial, sans-serif;
}
@media (min-width: 376px) {
    .c-site-headings--h4 {
        font-size: 1.5rem;
    }
}
@media (min-width: 769px) {
    .c-site-headings--h4 {
        font-size: 1.5rem;
    }
}
@media (min-width: 1025px) {
    .c-site-headings--h4 {
        font-size: 1.5rem;
    }
}
.c-site-subcopy {
    text-align: center;
    line-height: 1.65;
    margin-bottom: 5rem;
}
.c-site-nav {
    font-family: opensans-semibold, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
}
@media (min-width: 376px) {
    .c-site-nav {
        font-size: 1.4rem;
    }
}
@media (min-width: 769px) {
    .c-site-nav {
        font-size: 1.4rem;
    }
}
@media (min-width: 1025px) {
    .c-site-nav {
        font-size: 1.4rem;
    }
}
.c-site-nav .menu-item {
    display: inline-block;
    margin-left: 2rem;
    text-transform: uppercase;
}
.c-site-nav .menu-item a {
    padding: 2rem 0;
    color: #0c3d65;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.c-site-nav .menu-item a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 50%;
    bottom: 15px;
    display: block;
    width: 0;
    height: 2px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0c3d65;
}
.c-site-nav .menu-item a:hover {
    text-decoration: none;
    color: #0c3d65;
}
.c-site-nav .menu-item a:hover:after {
    width: 50%;
}
.c-site-nav .menu-item.current-page-ancestor a,
.c-site-nav .menu-item.current_page_item a {
    text-decoration: none;
    color: #0c3d65;
}
.c-site-nav .menu-item.current_page_item a:after {
    width: 50%;
}
.c-site-nav--subnavigation {
    text-align: right;
    font-family: opensans-regular, Helvetica, Arial, sans-serif;
}
.c-site-nav--subnavigation .menu-item a {
    color: #8a8a8a;
}
.subnavigation-wrapper {
    background-color: #f5f5f5;
    margin-bottom: -1rem;
    position: relative;
    margin: 0 -30px;
    display: none;
}
@media (min-width: 769px) {
    .subnavigation-wrapper {
        display: block;
    }
    .subnavigation-wrapper:after,
    .subnavigation-wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 9600px;
        right: 100%;
        background-color: #f5f5f5;
    }
    .subnavigation-wrapper:after {
        left: 100%;
    }
}
.home .c-site-nav .menu-item a {
    color: #fff;
}
.home .c-site-nav .menu-item a:hover {
    text-decoration: none;
}
.home .c-site-nav .menu-item a:hover:after {
    width: 50%;
    background-color: #fff;
}
.c-site-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-site-social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.c-site-social__item {
    height: 2rem;
    margin-right: 2rem;
    width: 2rem;
}
@media screen and (min-width: 768px) {
    .c-site-social__item {
        margin-left: 2rem;
        margin-right: inherit;
    }
}
.c-site-social__link {
    display: block;
    height: 100%;
}
.c-site-social__icon {
    height: 100%;
    width: 100%;
}
.c-site-title__link {
    position: relative;
    display: inline-block;
}
.c-site-title__icon {
    height: 25px;
    position: absolute;
    top: -18px;
    z-index: 0;
}
.c-subpage-hero {
    color: #0c3d65;
    position: relative;
    text-align: center;
}
@media (min-width: 769px) {
    .c-subpage-hero {
        padding: 160px 0 0;
    }
}
.c-subpage-hero__image {
    max-width: 250px;
    margin: 0 auto 3rem;
}
.c-subpage-hero__content {
    color: #0c3d65;
}
.c-subpage-hero p {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: none;
    color: currentColor;
    line-height: 1.3;
}
@media (min-width: 376px) {
    .c-subpage-hero p {
        font-size: 2rem;
    }
}
@media (min-width: 769px) {
    .c-subpage-hero p {
        font-size: 2rem;
    }
}
@media (min-width: 1025px) {
    .c-subpage-hero p {
        font-size: 2rem;
    }
}
.c-subpage-hero p a {
    color: currentColor;
    text-decoration: underline;
}
.hero-curve {
    position: absolute;
    bottom: 0;
    height: 30px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: 0;
    display: none;
    visibility: hidden;
}
@media (min-width: 376px) {
    .hero-curve {
        height: 100px;
        background-size: 100%;
        bottom: -5px;
    }
}
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.input {
    position: absolute;
    opacity: 0;
}
.label {
    width: 100%;
    padding: 20px 30px;
    background: #f5f5f5;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #7f7f7f;
}
@media (min-width: 376px) {
    .label {
        width: auto;
    }
}
.label:hover {
    background: #d8d8d8;
}
.label:active {
    background: #ccc;
}
.input:focus + .label {
    -webkit-box-shadow: inset 0 0 0 3px #2aa1c0;
    box-shadow: inset 0 0 0 3px #2aa1c0;
    z-index: 1;
}
.input:checked + .label {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #f5f5f5;
}
.panel {
    display: none;
    padding: 0.5rem 2rem;
    width: 100%;
}
@media (min-width: 376px) {
    .panel {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99;
    }
}
.input:checked + .label + .panel {
    display: block;
}
.gform_body {
    padding-top: 3rem;
}
.gform_title {
    font-size: 2.8rem;
}
@media (min-width: 376px) {
    .gform_title {
        font-size: 2.8rem;
    }
}
@media (min-width: 769px) {
    .gform_title {
        font-size: 2.8rem;
    }
}
@media (min-width: 1025px) {
    .gform_title {
        font-size: 2.8rem;
    }
}
.c-videos {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9999% * 12 / 12 - 0rem);
    flex-basis: calc(99.9999% * 12 / 12 - 0rem);
    max-width: calc(99.9999% * 12 / 12 - 0rem);
    width: calc(99.9999% * 12 / 12 - 0rem);
    margin-bottom: 3rem;
}
.c-videos:nth-child(1n) {
    margin-right: 3rem;
    margin-left: 0;
}
.c-videos:last-child {
    margin-right: 0;
}
@media (min-width: 769px) {
    .c-videos {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 4 / 12 - 2rem);
        flex-basis: calc(99.9999% * 4 / 12 - 2rem);
        max-width: calc(99.9999% * 4 / 12 - 2rem);
        width: calc(99.9999% * 4 / 12 - 2rem);
    }
    .c-videos:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .c-videos:last-child {
        margin-right: 0;
    }
    .c-videos:nth-child(3n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.c-videos__cover {
    background-color: #0c3d65;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
}
.c-videos__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.c-videos__wrap {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-videos__title {
    color: #0c3d65;
    display: block;
    font-family: opensans-bold, Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    padding: 1rem;
    text-transform: uppercase;
}
@media (min-width: 376px) {
    .c-videos__title {
        font-size: 1.4rem;
    }
}
@media (min-width: 769px) {
    .c-videos__title {
        font-size: 1.4rem;
    }
}
@media (min-width: 1025px) {
    .c-videos__title {
        font-size: 1.4rem;
    }
}
.c-videos__inner {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.c-videos__inner embed,
.c-videos__inner iframe,
.c-videos__inner object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.wp-core {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(99.9999% * 6 / 12 - 1.5rem);
    flex-basis: calc(99.9999% * 6 / 12 - 1.5rem);
    max-width: calc(99.9999% * 6 / 12 - 1.5rem);
    width: calc(99.9999% * 6 / 12 - 1.5rem);
}
.wp-core:nth-child(1n) {
    margin-right: 3rem;
    margin-left: 0;
}
.wp-core:last-child {
    margin-right: 0;
}
.wp-core:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
}
.wp-core img {
    width: 100%;
    margin-bottom: 20px;
}
.wp-core__title {
    display: block;
    margin-bottom: 10px;
}
.wp-core__title:hover {
    text-decoration: underline;
}
.wp-core p {
    margin-bottom: 20px;
}
.wp-core p a {
    color: currentColor;
    text-decoration: underline;
}
.c-single-post p:first-of-type {
    font-size: 2.2rem;
    margin-bottom: 4rem;
}
@media (min-width: 376px) {
    .c-single-post p:first-of-type {
        font-size: 2.2rem;
    }
}
@media (min-width: 769px) {
    .c-single-post p:first-of-type {
        font-size: 2.2rem;
    }
}
@media (min-width: 1025px) {
    .c-single-post p:first-of-type {
        font-size: 2.2rem;
    }
}
.s-content p {
    font-size: 2rem;
}
@media (min-width: 376px) {
    .s-content p {
        font-size: 2rem;
    }
}
@media (min-width: 769px) {
    .s-content p {
        font-size: 2rem;
    }
}
@media (min-width: 1025px) {
    .s-content p {
        font-size: 2rem;
    }
}
.s-content .back-to-posts {
    padding: 30px 0 20px;
    text-decoration: none;
    display: block;
}
.s-content .back-to-posts:hover {
    text-decoration: underline;
    font-weight: 800;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid grey;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
textarea {
    resize: none;
    width: 100%;
}
input:disabled,
input[readonly],
select:disabled,
textarea:disabled,
textarea[readonly] {
    cursor: default;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}
[type="checkbox"],
[type="radio"] {
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
}
[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
[type="file"] {
    width: 100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
legend {
    margin-bottom: 0;
    max-width: 100%;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='24' viewBox='0 0 32 24'%3E%3Cpath d='M0 0h32L16 24z'/%3E%3C/svg%3E");
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 10px 8px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-right: 30px;
}
select::-ms-expand {
    display: none;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}
body,
html {
    height: 100%;
}
body {
    color: #72757d;
    font-family: opensans-regular, Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
* ::-moz-selection {
    background: #72757d;
    color: #fff;
    text-shadow: none;
}
* ::selection {
    background: #72757d;
    color: #fff;
    text-shadow: none;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
img {
    display: block;
    max-width: 100%;
}
a {
    text-decoration: none;
}
blockquote,
figure {
    margin: 0;
}
blockquote .quote {
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote .quote:before {
    content: open-quote;
}
blockquote .quote:after {
    content: close-quote;
}
table {
    padding: 0;
}
@media screen and (min-width: 768px) {
    .l-preview-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
@media screen and (min-width: 768px) {
    .l-preview-block__item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 1 / 2 - 2rem);
        flex-basis: calc(99.9999% * 1 / 2 - 2rem);
        max-width: calc(99.9999% * 1 / 2 - 2rem);
        width: calc(99.9999% * 1 / 2 - 2rem);
    }
    .l-preview-block__item:nth-child(1n) {
        margin-right: 4rem;
        margin-left: 0;
    }
    .l-preview-block__item:last-child {
        margin-right: 0;
    }
    .l-preview-block__item:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }
}
.l-site-header-container {
    z-index: 3;
    line-height: 2.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    background-color: #fff;
}
@media (min-width: 769px) {
    .l-site-header-container {
        width: 100%;
        position: fixed;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        top: 0;
        margin-bottom: 62px;
    }
}
@media (max-width: 1023px) {
    .l-site-header-container {
        background-color: #0c3d65;
    }
}
.home .l-site-header-container {
    background-color: #0c3d65;
}
.l-site-header {
    margin: 0;
    overflow: hidden;
    padding: 1rem 0;
}
@media (min-width: 376px) {
    .l-site-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}
@media (min-width: 1025px) {
    .l-site-header {
        padding: 0;
    }
}
@media (min-width: 376px) {
    .l-site-header__title {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 1 / 4 - 2.25rem);
        flex-basis: calc(99.9999% * 1 / 4 - 2.25rem);
        max-width: calc(99.9999% * 1 / 4 - 2.25rem);
        width: calc(99.9999% * 1 / 4 - 2.25rem);
        margin-bottom: 0;
    }
    .l-site-header__title:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .l-site-header__title:last-child {
        margin-right: 0;
    }
}
.l-site-header__nav {
    margin-bottom: 1rem;
    display: block;
}
@media (max-width: 1023px) {
    .l-site-header__nav {
        display: none;
    }
}
@media (min-width: 376px) {
    .l-site-header__nav {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 3 / 4 - 0.75rem);
        flex-basis: calc(99.9999% * 3 / 4 - 0.75rem);
        max-width: calc(99.9999% * 3 / 4 - 0.75rem);
        width: calc(99.9999% * 3 / 4 - 0.75rem);
        margin-bottom: 0;
        text-align: right;
    }
    .l-site-header__nav:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .l-site-header__nav:last-child {
        margin-right: 0;
    }
}
@media (min-width: 376px) {
    .l-site-header__social {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 1 / 4 - 2.25rem);
        flex-basis: calc(99.9999% * 1 / 4 - 2.25rem);
        max-width: calc(99.9999% * 1 / 4 - 2.25rem);
        width: calc(99.9999% * 1 / 4 - 2.25rem);
    }
    .l-site-header__social:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .l-site-header__social:last-child {
        margin-right: 0;
    }
}
.u-bg-color--bw-white {
    background: #fff;
}
.u-bg-color--bw-black {
    background: #000;
}
.u-bg-color--greys-base {
    background: #8a8a8a;
}
.u-bg-color--greys-xxx-light {
    background: #fafafa;
}
.u-bg-color--greys-xx-light {
    background: #f5f5f5;
}
.u-bg-color--greys-x-light {
    background: #d7d6d6;
}
.u-bg-color--greys-light {
    background: #cacaca;
}
.u-bg-color--greys-dark {
    background: #4a4a4a;
}
.u-bg-color--primary-base {
    background: #0c3d65;
}
.u-bg-color--primary-light {
    background: #1a82d7;
}
.u-bg-color--primary-dark {
    background: #000;
}
.u-bg-color--secondary-base {
    background: #75a3b6;
}
.u-bg-color--secondary-light {
    background: #c8dbe2;
}
.u-bg-color--secondary-dark {
    background: #3b6170;
}
.u-bg-color--tertiary-base {
    background: #00264f;
}
.u-bg-color--tertiary-light {
    background: #0063cf;
}
.u-bg-color--tertiary-dark {
    background: #000;
}
.u-bg-color--quaternary-base {
    background: #ffc233;
}
.u-bg-color--quaternary-light {
    background: #ffe8b3;
}
.u-bg-color--quaternary-dark {
    background: #b37d00;
}
.button,
.c-site-nav .menu-button a,
input[type="submit"] {
    border-radius: 30px;
    padding: 0 2rem;
    line-height: 3;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-family: opensans-semibold, Helvetica, Arial, sans-serif;
}
@media (min-width: 376px) {
    .button,
    .c-site-nav .menu-button a,
    input[type="submit"] {
        font-size: 1.7rem;
    }
}
@media (min-width: 769px) {
    .button,
    .c-site-nav .menu-button a,
    input[type="submit"] {
        font-size: 1.7rem;
    }
}
@media (min-width: 1025px) {
    .button,
    .c-site-nav .menu-button a,
    input[type="submit"] {
        font-size: 1.7rem;
    }
}
.button:first-of-type,
.c-site-nav .menu-button a:first-of-type,
input:first-of-type[type="submit"] {
    margin-right: 2rem;
}
.button--solid,
.c-site-nav .menu-button--solid a,
input[type="submit"] {
    background-color: #75a3b6;
}
.button--outline,
.c-site-nav .menu-button--outline a {
    border: 1px solid #75a3b6;
}
.c-site-nav .menu-button {
    margin-right: 0;
    margin-left: 1rem;
}
.c-site-nav .menu-button a {
    padding: 0;
    margin: 0;
    display: inline;
    padding: 1rem 2.5rem;
    font-size: inherit;
}
.c-site-nav .menu-button a:first-of-type {
    margin-right: 0;
    margin-left: 0;
}
.c-site-nav .menu-button a:after {
    display: none;
}
.c-site-nav .menu-button a:hover {
    color: #fff;
}
.c-site-nav .menu-button--solid {
    margin-left: 2.5rem;
}
.c-hero .button {
    min-width: 250px;
}
.c-site-nav .menu-button--solid a {
    color: #fff;
}
.c-site-nav .menu-button--outline a {
    color: #75a3b6;
}
.u-icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    pointer-events: none;
    position: relative;
    stroke-width: 0;
    stroke: currentColor;
    top: -0.1em;
    vertical-align: middle;
    width: 1em;
}
.u-more {
    color: #72757d;
    font-weight: 700;
}
.u-more:after {
    content: "+";
}
.u-section-underline {
    border-bottom: 1px solid #5872a7;
}
.u-video-aspect-ratio {
    position: relative;
    width: 100%;
}
.u-video-aspect-ratio:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.u-video-aspect-ratio iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.u-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}
.align-center {
    text-align: center;
    display: block;
}
.u-l-container {
    margin: auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
}
.u-l-container--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.u-l-container--small {
    margin: auto;
    max-width: 520px;
}
.u-l-container--shallow {
    margin: auto;
    max-width: 980px;
}
.u-l-container--narrow {
    margin: auto;
    max-width: 720px;
}
.u-l-container--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.u-section {
    width: 100%;
    overflow: hidden;
}
.u-column {
    margin: 0 auto;
}
.u-column--flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 769px) {
    .u-column--half-width {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 1 / 2 - 1.5rem);
        flex-basis: calc(99.9999% * 1 / 2 - 1.5rem);
        max-width: calc(99.9999% * 1 / 2 - 1.5rem);
        width: calc(99.9999% * 1 / 2 - 1.5rem);
    }
    .u-column--half-width:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .u-column--half-width:last-child {
        margin-right: 0;
    }
    .u-column--half-width--left {
        position: relative;
        left: calc(99.9999% * -1 / 2 - 4.5rem + 3rem);
    }
    .u-column--half-width--right {
        position: relative;
        left: calc(99.9999% * 1 / 2 - 1.5rem + 3rem);
    }
}
@media (min-width: 769px) {
    .u-column--two-thirds {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(99.9999% * 2 / 3 - 1rem);
        flex-basis: calc(99.9999% * 2 / 3 - 1rem);
        max-width: calc(99.9999% * 2 / 3 - 1rem);
        width: calc(99.9999% * 2 / 3 - 1rem);
    }
    .u-column--two-thirds:nth-child(1n) {
        margin-right: 3rem;
        margin-left: 0;
    }
    .u-column--two-thirds:last-child {
        margin-right: 0;
    }
    .u-column--two-thirds--left {
        position: relative;
        left: calc(99.9999% * -2 / 3 - 5rem + 3rem);
    }
    .u-column--two-thirds--right {
        position: relative;
        left: calc(99.9999% * 2 / 3 - 1rem + 3rem);
    }
}
.u-column--image img {
    margin: auto;
}
.u-column--full-width {
    max-width: 100%;
    outline: 1px solid blue;
}
.u-column--large {
    max-width: 90%;
    outline: 1px solid blue;
}
.u-column--medium {
    max-width: 1280px;
    outline: 1px solid purple;
}
.u-column--small {
    max-width: 1020px;
}
@media (max-width: 1279px) {
    .u-column--small {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.u-l-horizontal-padding {
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (min-width: 768px) {
    .u-l-horizontal-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.u-l-vertical-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
    .u-l-vertical-padding {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
.u-l-vertical-padding--small {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
    .u-l-vertical-padding--small {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.single-campaign__content h2,
.single-campaign__content h3,
.single-campaign__content h4,
.single-campaign__content p {
    text-align: center;
}
.single-campaign__content h2,
.single-campaign__content h3 {
    color: #0c3d65;
    font-family: opensans-regular, Helvetica, Arial, sans-serif;
    margin-bottom: 3rem;
}
.single-campaign__content h2 {
    font-size: 2.4rem;
    line-height: 1.35;
}
@media (min-width: 376px) {
    .single-campaign__content h2 {
        font-size: 2.4rem;
    }
}
@media (min-width: 769px) {
    .single-campaign__content h2 {
        font-size: 3rem;
    }
}
@media (min-width: 1025px) {
    .single-campaign__content h2 {
        font-size: 3rem;
    }
}
.single-campaign__content h3 {
    font-size: 1.8rem;
    line-height: 1.35;
}
@media (min-width: 376px) {
    .single-campaign__content h3 {
        font-size: 1.8rem;
    }
}
@media (min-width: 769px) {
    .single-campaign__content h3 {
        font-size: 2.4rem;
    }
}
@media (min-width: 1025px) {
    .single-campaign__content h3 {
        font-size: 2.4rem;
    }
}
.s-content p {
    margin: 0 0 2.5rem;
}
.s-content ul {
    list-style-type: disc;
    margin-left: 1.5em;
}
.s-content h2,
.s-content h3,
.s-content h4 {
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem;
}
.s-content img {
    display: block;
    height: auto;
    margin-bottom: 2rem;
}
.s-content a {
    color: #72757d;
    text-decoration: underline;
}
.default-template {
    padding-top: 10rem;
}
.stntos ol {
    counter-reset: item;
}
.stntos li {
    display: block;
    padding: 2px 0 2px 35px;
}
.stntos li:before {
    content: counters(item, ".") " ";
    font-weight: 700;
    counter-increment: item;
}
.privacypolicy table {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #eee;
    text-align: left;
}
.privacypolicy thead th,
.privacypolicy tr th {
    padding: 9px 24px;
    color: #555;
    font-weight: 700;
}
.privacypolicy tr td {
    padding: 6px 24px;
    border-top: 1px solid #eee;
}
.error404 .c-additional-text {
    width: 100%;
}
.error404 .c-additional-text p {
    text-align: center;
}
body.home.is-scrolled > .header {
    background-color: #0c3d65;
}
body.is-scrolled > .header {
    background-color: #fff;
}