@charset "UTF-8";

:root {
    --brand__color-button: #003D6A
}

html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 1em;
    line-height: 1.5;
    overflow-y: scroll;
    min-height: 100%
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.c-rich-text span,
audio,
canvas,
video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none;
    max-width: 100%;
    font-style: italic;
    vertical-align: middle
}

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

button,
input,
optgroup {
    font-size: 100%;
    line-height: 1.15
}

input,
optgroup {
    font-family: sans-serif;
    margin: 0
}

button,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    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
    }

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

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    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
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

body,
legend {
    margin: 0;
    padding: 0
}

blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
ul {
    padding: 0
}

.EPiServerForms .Form__Status .Form__Status__Message p,
li > ol,
li > ul {
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset {
    min-width: 0;
    border: 0
}

address,
table {
    margin-bottom: 24px
}

blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
ul {
    margin: 0 0 24px
}

dd {
    margin: 0 0 0 24px
}

ol,
ul {
    margin-left: 24px
}

:root {
    --brand__color-text: $brand__color--text;
    --brand__color-title: $brand__color;
    --brand__color-title: #C8102E
}

body,
textarea {
    font-weight: 400
}

body,
button {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif
}

body {
    width: 100%;
    color: #84888b
}

a:active,
a:hover,
div,
li,
ol,
p,
ul {
    color: var(--brand__color-text)
}

strong {
    font-weight: 600
}

img[height],
img[width] {
    max-width: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--brand__color-title)
}

button {
    font-weight: 400
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password] {
    border: 1px solid #e5e5e1;
    width: 100%
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.2;
    color: #84888b;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0 12px;
    height: 50px
}

input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    border: 1px solid #e5e5e1;
    width: 100%
}

textarea {
    height: auto
}

input[type=range] {
    border: 0;
    width: auto
}

select,
textarea {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #84888b;
    padding: 0 12px;
    border: 1px solid #e5e5e1;
    width: 100%
}

    select:not([multiple]) {
        height: 50px
    }

option {
    padding: 2px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.2
}

a {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    color: var(--brand__color-text);
    transition: color .3s ease
}

p:last-child {
    margin-bottom: 0
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 300
}

.h2,
.h3,
h2,
h3 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2
}

.h3,
h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 12px;
    font-weight: 400
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 6px
}

.h4,
h4 {
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem
}

.h5,
.h6,
h5,
h6 {
    font-size: 20px;
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 16px;
    font-size: 1rem
}

:root {
    --brand__color-text: #84888B
}

.o-grid {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0
}

.o-grid__cell {
    flex: 0 1 auto;
    width: 100%
}

.o-grid {
    margin-left: -24px
}

    .o-grid > .o-grid__cell {
        padding-left: 24px
    }

.o-grid--tiny {
    margin-left: -6px
}

    .c-media__body ul li,
    .c-rich-text ul li,
    .o-grid--tiny > .o-grid__cell {
        padding-left: 6px
    }

.o-grid--small {
    margin-left: -12px
}

    .o-grid--small > .o-grid__cell {
        padding-left: 12px
    }

.o-grid--large {
    margin-left: -48px
}

    .o-grid--large > .o-grid__cell {
        padding-left: 48px
    }

.o-grid--huge {
    margin-left: -96px
}

    .o-grid--huge > .o-grid__cell {
        padding-left: 96px
    }

.o-grid--flush {
    margin-left: 0
}

    .o-grid--flush > .o-grid__cell {
        padding-left: 0
    }

.o-grid--auto > .o-grid__cell {
    flex: 1 0 0
}

.o-grid--left {
    justify-content: flex-start
}

.o-grid--center {
    justify-content: center
}

.o-grid--right {
    justify-content: flex-end
}

.o-grid--between {
    justify-content: space-between
}

.o-grid--around {
    justify-content: space-around
}

.o-grid__cell--pull-left {
    margin-right: auto
}

.o-grid__cell--pull-right {
    margin-left: auto
}

.o-grid--top {
    align-items: flex-start
}

.o-grid--middle {
    align-items: center
}

.o-grid--bottom {
    align-items: flex-end
}

.o-grid--baseline {
    align-items: baseline
}

.o-grid--stretch {
    align-items: stretch
}

.o-grid__cell--top {
    align-self: flex-start
}

.o-grid__cell--middle {
    align-self: center
}

.o-grid__cell--bottom {
    align-self: flex-end
}

.o-grid__cell--baseline {
    align-self: baseline
}

.o-grid__cell--stretch {
    align-self: stretch
}

.o-grid--reverse {
    flex-direction: row-reverse
}

.o-grid--column,
.o-grid--column-reverse {
    flex-direction: column
}

.o-grid--column-reverse {
    flex-direction: column-reverse
}

.o-grid__cell--auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.o-grid__cell--fill {
    flex: 1 1 auto
}

.o-grid--column-1 .o-grid__cell,
.o-grid--column-2 .o-grid__cell {
    width: 100%
}

@media (min-width:46.25em) {
    .o-grid--column-2 .o-grid__cell {
        width: 50%
    }
}

.o-grid--column-3 .o-grid__cell {
    width: 100%
}

@media (min-width:46.25em) {
    .o-grid--column-3 .o-grid__cell {
        width: 33.3333%
    }
}

.o-grid--column-4 .o-grid__cell {
    width: 100%
}

@media (min-width:46.25em) {
    .o-grid--column-4 .o-grid__cell {
        width: 50%
    }
}

@media (min-width:61.25em) {
    .o-grid--column-4 .o-grid__cell {
        width: 25%
    }
}

.o-grid--column-5 .o-grid__cell {
    width: 100%
}

@media (min-width:46.25em) {
    .o-grid--column-5 .o-grid__cell {
        width: 33.3333%
    }
}

@media (min-width:61.25em) {
    .o-grid--column-5 .o-grid__cell {
        width: 20%
    }
}

@media (min-width:46.25em) {
    .o-grid--column-6 .o-grid__cell {
        width: 16.66667%
    }
}

@media (min-width:22.5em) {
    .o-grid\@mobile {
        margin-left: -24px
    }

        .o-grid\@mobile > .o-grid__cell {
            padding-left: 24px
        }

    .o-grid--tiny\@mobile {
        margin-left: -6px
    }

        .o-grid--tiny\@mobile > .o-grid__cell {
            padding-left: 6px
        }

    .o-grid--small\@mobile {
        margin-left: -12px
    }

        .o-grid--small\@mobile > .o-grid__cell {
            padding-left: 12px
        }

    .o-grid--large\@mobile {
        margin-left: -48px
    }

        .o-grid--large\@mobile > .o-grid__cell {
            padding-left: 48px
        }

    .o-grid--huge\@mobile {
        margin-left: -96px
    }

        .o-grid--huge\@mobile > .o-grid__cell {
            padding-left: 96px
        }

    .o-grid--flush\@mobile {
        margin-left: 0
    }

        .o-grid--flush\@mobile > .o-grid__cell {
            padding-left: 0
        }
}

@media (min-width:46.25em) {
    .o-grid\@tablet {
        margin-left: -24px
    }

        .o-grid\@tablet > .o-grid__cell {
            padding-left: 24px
        }

    .o-grid--tiny\@tablet {
        margin-left: -6px
    }

        .o-grid--tiny\@tablet > .o-grid__cell {
            padding-left: 6px
        }

    .o-grid--small\@tablet {
        margin-left: -12px
    }

        .o-grid--small\@tablet > .o-grid__cell {
            padding-left: 12px
        }

    .o-grid--large\@tablet {
        margin-left: -48px
    }

        .o-grid--large\@tablet > .o-grid__cell {
            padding-left: 48px
        }

    .o-grid--huge\@tablet {
        margin-left: -96px
    }

        .o-grid--huge\@tablet > .o-grid__cell {
            padding-left: 96px
        }

    .o-grid--flush\@tablet {
        margin-left: 0
    }

        .o-grid--flush\@tablet > .o-grid__cell {
            padding-left: 0
        }
}

@media (min-width:61.25em) {
    .o-grid\@desktop {
        margin-left: -24px
    }

        .o-grid\@desktop > .o-grid__cell {
            padding-left: 24px
        }

    .o-grid--tiny\@desktop {
        margin-left: -6px
    }

        .o-grid--tiny\@desktop > .o-grid__cell {
            padding-left: 6px
        }

    .o-grid--small\@desktop {
        margin-left: -12px
    }

        .o-grid--small\@desktop > .o-grid__cell {
            padding-left: 12px
        }

    .o-grid--large\@desktop {
        margin-left: -48px
    }

        .o-grid--large\@desktop > .o-grid__cell {
            padding-left: 48px
        }

    .o-grid--huge\@desktop {
        margin-left: -96px
    }

        .o-grid--huge\@desktop > .o-grid__cell {
            padding-left: 96px
        }

    .o-grid--flush\@desktop {
        margin-left: 0
    }

        .o-grid--flush\@desktop > .o-grid__cell {
            padding-left: 0
        }
}

@media (min-width:81.25em) {
    .o-grid\@large {
        margin-left: -24px
    }

        .o-grid\@large > .o-grid__cell {
            padding-left: 24px
        }

    .o-grid--tiny\@large {
        margin-left: -6px
    }

        .o-grid--tiny\@large > .o-grid__cell {
            padding-left: 6px
        }

    .o-grid--small\@large {
        margin-left: -12px
    }

        .o-grid--small\@large > .o-grid__cell {
            padding-left: 12px
        }

    .o-grid--large\@large {
        margin-left: -48px
    }

        .o-grid--large\@large > .o-grid__cell {
            padding-left: 48px
        }

    .o-grid--huge\@large {
        margin-left: -96px
    }

        .o-grid--huge\@large > .o-grid__cell {
            padding-left: 96px
        }

    .o-grid--flush\@large {
        margin-left: 0
    }

        .o-grid--flush\@large > .o-grid__cell {
            padding-left: 0
        }
}

@media (min-width:100em) {
    .o-grid\@wide {
        margin-left: -24px
    }

        .o-grid\@wide > .o-grid__cell {
            padding-left: 24px
        }

    .o-grid--tiny\@wide {
        margin-left: -6px
    }

        .o-grid--tiny\@wide > .o-grid__cell {
            padding-left: 6px
        }

    .o-grid--small\@wide {
        margin-left: -12px
    }

        .o-grid--small\@wide > .o-grid__cell {
            padding-left: 12px
        }

    .o-grid--large\@wide {
        margin-left: -48px
    }

        .o-grid--large\@wide > .o-grid__cell {
            padding-left: 48px
        }

    .o-grid--huge\@wide {
        margin-left: -96px
    }

        .o-grid--huge\@wide > .o-grid__cell {
            padding-left: 96px
        }

    .o-grid--flush\@wide {
        margin-left: 0
    }

        .o-grid--flush\@wide > .o-grid__cell {
            padding-left: 0
        }
}

@media (min-width:112.5em) {
    .o-grid\@huge {
        margin-left: -24px
    }

        .o-grid\@huge > .o-grid__cell {
            padding-left: 24px
        }

    .o-grid--tiny\@huge {
        margin-left: -6px
    }

        .o-grid--tiny\@huge > .o-grid__cell {
            padding-left: 6px
        }

    .o-grid--small\@huge {
        margin-left: -12px
    }

        .o-grid--small\@huge > .o-grid__cell {
            padding-left: 12px
        }

    .o-grid--large\@huge {
        margin-left: -48px
    }

        .o-grid--large\@huge > .o-grid__cell {
            padding-left: 48px
        }

    .o-grid--huge\@huge {
        margin-left: -96px
    }

        .o-grid--huge\@huge > .o-grid__cell {
            padding-left: 96px
        }

    .o-grid--flush\@huge {
        margin-left: 0
    }

        .o-grid--flush\@huge > .o-grid__cell {
            padding-left: 0
        }
}

@media all {
    .o-grid\@ {
        margin-left: -24px
    }

        .o-grid\@ > .o-grid__cell {
            padding-left: 24px
        }

    .o-grid--tiny\@ {
        margin-left: -6px
    }

        .o-grid--tiny\@ > .o-grid__cell {
            padding-left: 6px
        }

    .o-grid--small\@ {
        margin-left: -12px
    }

        .o-grid--small\@ > .o-grid__cell {
            padding-left: 12px
        }

    .o-grid--large\@ {
        margin-left: -48px
    }

        .o-grid--large\@ > .o-grid__cell {
            padding-left: 48px
        }

    .o-grid--huge\@ {
        margin-left: -96px
    }

        .o-grid--huge\@ > .o-grid__cell {
            padding-left: 96px
        }

    .o-grid--flush\@ {
        margin-left: 0
    }

        .o-grid--flush\@ > .o-grid__cell {
            padding-left: 0
        }
}

.o-wrapper {
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px
}

    .o-wrapper:after {
        content: "" !important;
        display: block !important;
        clear: both !important
    }

.o-wrapper--tiny {
    max-width: calc(600px + 48px)
}

.o-wrapper--small {
    max-width: calc(740px + 48px)
}

.o-wrapper--large {
    max-width: calc(1600px + 48px)
}

.c-rich-text div,
.o-grid--column-6 .o-grid__cell {
    width: 100%
}

.o-flex {
    display: flex
}

    .o-flex::after,
    .o-flex::before {
        content: normal
    }

.o-flex--inline {
    display: inline-flex;
    width: auto
}

.o-flex--column,
.o-flex--row {
    flex-direction: row
}

.o-flex--column {
    flex-direction: column
}

.o-flex--column-reverse,
.o-flex--row-reverse {
    flex-direction: row-reverse
}

.o-flex--column-reverse {
    flex-direction: column-reverse
}

.o-flex--wrap {
    flex-wrap: wrap
}

.o-flex--nowrap {
    flex-wrap: nowrap
}

.o-flex--wrap-reverse {
    flex-wrap: wrap-reverse
}

.o-flex__child--fill {
    flex: 1 1 auto
}

.o-flex__child--grow-0 {
    flex-grow: 0
}

.o-flex__child--grow-1 {
    flex-grow: 1
}

.o-flex__child--shrink-0 {
    flex-shrink: 0
}

.o-flex__child--shrink-1 {
    flex-shrink: 1
}

.o-flex--justify-content-start {
    justify-content: flex-start
}

.o-flex--justify-content-end {
    justify-content: flex-end
}

.o-flex--justify-content-center {
    justify-content: center
}

.o-flex--justify-content-between {
    justify-content: space-between
}

.o-flex--justify-content-around {
    justify-content: space-around
}

.o-flex--align-items-start {
    align-items: flex-start
}

.o-flex--align-items-end {
    align-items: flex-end
}

.o-flex--align-items-center {
    align-items: center
}

.o-flex--align-items-baseline {
    align-items: baseline
}

.o-flex--align-items-stretch {
    align-items: stretch
}

.o-flex--align-content-start {
    align-content: flex-start
}

.o-flex--align-content-end {
    align-content: flex-end
}

.o-flex--align-content-center {
    align-content: center
}

.o-flex--align-content-between {
    align-content: space-between
}

.o-flex--align-content-around {
    align-content: space-around
}

.o-flex--align-content-stretch {
    align-content: stretch
}

.o-flex__child--align-self-auto {
    align-self: auto
}

.o-flex__child--align-self-start {
    align-self: flex-start
}

.o-flex__child--align-self-end {
    align-self: flex-end
}

.o-flex__child--align-self-center {
    align-self: center
}

.o-flex__child--align-self-baseline {
    align-self: baseline
}

.o-flex__child--align-self-stretch {
    align-self: stretch
}

.o-flex__child--pull-end {
    margin-left: auto
}

.o-flex__child--pull-start {
    margin-right: auto
}

@media (min-width:22.5em) {
    .o-flex\@mobile {
        display: flex;
        width: 100%
    }

        .o-flex\@mobile::after,
        .o-flex\@mobile::before {
            content: normal
        }

    .o-flex--inline\@mobile {
        display: inline-flex;
        width: auto
    }

    .o-flex--column\@mobile,
    .o-flex--row\@mobile {
        flex-direction: row
    }

    .o-flex--column\@mobile {
        flex-direction: column
    }

    .o-flex--row-reverse\@mobile {
        flex-direction: row-reverse
    }

    .o-flex--column-reverse\@mobile {
        flex-direction: column-reverse
    }

    .o-flex--wrap\@mobile {
        flex-wrap: wrap
    }

    .o-flex--nowrap\@mobile {
        flex-wrap: nowrap
    }

    .o-flex--wrap-reverse\@mobile {
        flex-wrap: wrap-reverse
    }

    .o-flex__child--fill\@mobile {
        flex: 1 1 auto
    }

    .o-flex__child--grow-0\@mobile {
        flex-grow: 0
    }

    .o-flex__child--grow-1\@mobile {
        flex-grow: 1
    }

    .o-flex__child--shrink-0\@mobile {
        flex-shrink: 0
    }

    .o-flex__child--shrink-1\@mobile {
        flex-shrink: 1
    }

    .o-flex--justify-content-start\@mobile {
        justify-content: flex-start
    }

    .o-flex--justify-content-end\@mobile {
        justify-content: flex-end
    }

    .o-flex--justify-content-center\@mobile {
        justify-content: center
    }

    .o-flex--justify-content-between\@mobile {
        justify-content: space-between
    }

    .o-flex--justify-content-around\@mobile {
        justify-content: space-around
    }

    .o-flex--align-items-start\@mobile {
        align-items: flex-start
    }

    .o-flex--align-items-end\@mobile {
        align-items: flex-end
    }

    .o-flex--align-items-center\@mobile {
        align-items: center
    }

    .o-flex--align-items-baseline\@mobile {
        align-items: baseline
    }

    .o-flex--align-items-stretch\@mobile {
        align-items: stretch
    }

    .o-flex--align-content-start\@mobile {
        align-content: flex-start
    }

    .o-flex--align-content-end\@mobile {
        align-content: flex-end
    }

    .o-flex--align-content-center\@mobile {
        align-content: center
    }

    .o-flex--align-content-between\@mobile {
        align-content: space-between
    }

    .o-flex--align-content-around\@mobile {
        align-content: space-around
    }

    .o-flex--align-content-stretch\@mobile {
        align-content: stretch
    }

    .o-flex__child--align-self-auto\@mobile {
        align-self: auto
    }

    .o-flex__child--align-self-start\@mobile {
        align-self: flex-start
    }

    .o-flex__child--align-self-end\@mobile {
        align-self: flex-end
    }

    .o-flex__child--align-self-center\@mobile {
        align-self: center
    }

    .o-flex__child--align-self-baseline\@mobile {
        align-self: baseline
    }

    .o-flex__child--align-self-stretch\@mobile {
        align-self: stretch
    }
}

@media (min-width:46.25em) {
    .o-flex\@tablet {
        display: flex;
        width: 100%
    }

        .o-flex\@tablet::after,
        .o-flex\@tablet::before {
            content: normal
        }

    .o-flex--inline\@tablet {
        display: inline-flex;
        width: auto
    }

    .o-flex--column\@tablet,
    .o-flex--row\@tablet {
        flex-direction: row
    }

    .o-flex--column\@tablet {
        flex-direction: column
    }

    .o-flex--row-reverse\@tablet {
        flex-direction: row-reverse
    }

    .o-flex--column-reverse\@tablet {
        flex-direction: column-reverse
    }

    .o-flex--wrap\@tablet {
        flex-wrap: wrap
    }

    .o-flex--nowrap\@tablet {
        flex-wrap: nowrap
    }

    .o-flex--wrap-reverse\@tablet {
        flex-wrap: wrap-reverse
    }

    .o-flex__child--fill\@tablet {
        flex: 1 1 auto
    }

    .o-flex__child--grow-0\@tablet {
        flex-grow: 0
    }

    .o-flex__child--grow-1\@tablet {
        flex-grow: 1
    }

    .o-flex__child--shrink-0\@tablet {
        flex-shrink: 0
    }

    .o-flex__child--shrink-1\@tablet {
        flex-shrink: 1
    }

    .o-flex--justify-content-start\@tablet {
        justify-content: flex-start
    }

    .o-flex--justify-content-end\@tablet {
        justify-content: flex-end
    }

    .o-flex--justify-content-center\@tablet {
        justify-content: center
    }

    .o-flex--justify-content-between\@tablet {
        justify-content: space-between
    }

    .o-flex--justify-content-around\@tablet {
        justify-content: space-around
    }

    .o-flex--align-items-start\@tablet {
        align-items: flex-start
    }

    .o-flex--align-items-end\@tablet {
        align-items: flex-end
    }

    .o-flex--align-items-center\@tablet {
        align-items: center
    }

    .o-flex--align-items-baseline\@tablet {
        align-items: baseline
    }

    .o-flex--align-items-stretch\@tablet {
        align-items: stretch
    }

    .o-flex--align-content-start\@tablet {
        align-content: flex-start
    }

    .o-flex--align-content-end\@tablet {
        align-content: flex-end
    }

    .o-flex--align-content-center\@tablet {
        align-content: center
    }

    .o-flex--align-content-between\@tablet {
        align-content: space-between
    }

    .o-flex--align-content-around\@tablet {
        align-content: space-around
    }

    .o-flex--align-content-stretch\@tablet {
        align-content: stretch
    }

    .o-flex__child--align-self-auto\@tablet {
        align-self: auto
    }

    .o-flex__child--align-self-start\@tablet {
        align-self: flex-start
    }

    .o-flex__child--align-self-end\@tablet {
        align-self: flex-end
    }

    .o-flex__child--align-self-center\@tablet {
        align-self: center
    }

    .o-flex__child--align-self-baseline\@tablet {
        align-self: baseline
    }

    .o-flex__child--align-self-stretch\@tablet {
        align-self: stretch
    }
}

@media (min-width:61.25em) {
    .o-flex\@desktop {
        display: flex;
        width: 100%
    }

        .o-flex\@desktop::after,
        .o-flex\@desktop::before {
            content: normal
        }

    .o-flex--inline\@desktop {
        display: inline-flex;
        width: auto
    }

    .o-flex--column\@desktop,
    .o-flex--row\@desktop {
        flex-direction: row
    }

    .o-flex--column\@desktop {
        flex-direction: column
    }

    .o-flex--row-reverse\@desktop {
        flex-direction: row-reverse
    }

    .o-flex--column-reverse\@desktop {
        flex-direction: column-reverse
    }

    .o-flex--wrap\@desktop {
        flex-wrap: wrap
    }

    .o-flex--nowrap\@desktop {
        flex-wrap: nowrap
    }

    .o-flex--wrap-reverse\@desktop {
        flex-wrap: wrap-reverse
    }

    .o-flex__child--fill\@desktop {
        flex: 1 1 auto
    }

    .o-flex__child--grow-0\@desktop {
        flex-grow: 0
    }

    .o-flex__child--grow-1\@desktop {
        flex-grow: 1
    }

    .o-flex__child--shrink-0\@desktop {
        flex-shrink: 0
    }

    .o-flex__child--shrink-1\@desktop {
        flex-shrink: 1
    }

    .o-flex--justify-content-start\@desktop {
        justify-content: flex-start
    }

    .o-flex--justify-content-end\@desktop {
        justify-content: flex-end
    }

    .o-flex--justify-content-center\@desktop {
        justify-content: center
    }

    .o-flex--justify-content-between\@desktop {
        justify-content: space-between
    }

    .o-flex--justify-content-around\@desktop {
        justify-content: space-around
    }

    .o-flex--align-items-start\@desktop {
        align-items: flex-start
    }

    .o-flex--align-items-end\@desktop {
        align-items: flex-end
    }

    .o-flex--align-items-center\@desktop {
        align-items: center
    }

    .o-flex--align-items-baseline\@desktop {
        align-items: baseline
    }

    .o-flex--align-items-stretch\@desktop {
        align-items: stretch
    }

    .o-flex--align-content-start\@desktop {
        align-content: flex-start
    }

    .o-flex--align-content-end\@desktop {
        align-content: flex-end
    }

    .o-flex--align-content-center\@desktop {
        align-content: center
    }

    .o-flex--align-content-between\@desktop {
        align-content: space-between
    }

    .o-flex--align-content-around\@desktop {
        align-content: space-around
    }

    .o-flex--align-content-stretch\@desktop {
        align-content: stretch
    }

    .o-flex__child--align-self-auto\@desktop {
        align-self: auto
    }

    .o-flex__child--align-self-start\@desktop {
        align-self: flex-start
    }

    .o-flex__child--align-self-end\@desktop {
        align-self: flex-end
    }

    .o-flex__child--align-self-center\@desktop {
        align-self: center
    }

    .o-flex__child--align-self-baseline\@desktop {
        align-self: baseline
    }

    .o-flex__child--align-self-stretch\@desktop {
        align-self: stretch
    }
}

@media (min-width:81.25em) {
    .o-flex\@large {
        display: flex;
        width: 100%
    }

        .o-flex\@large::after,
        .o-flex\@large::before {
            content: normal
        }

    .o-flex--inline\@large {
        display: inline-flex;
        width: auto
    }

    .o-flex--column\@large,
    .o-flex--row\@large {
        flex-direction: row
    }

    .o-flex--column\@large {
        flex-direction: column
    }

    .o-flex--row-reverse\@large {
        flex-direction: row-reverse
    }

    .o-flex--column-reverse\@large {
        flex-direction: column-reverse
    }

    .o-flex--wrap\@large {
        flex-wrap: wrap
    }

    .o-flex--nowrap\@large {
        flex-wrap: nowrap
    }

    .o-flex--wrap-reverse\@large {
        flex-wrap: wrap-reverse
    }

    .o-flex__child--fill\@large {
        flex: 1 1 auto
    }

    .o-flex__child--grow-0\@large {
        flex-grow: 0
    }

    .o-flex__child--grow-1\@large {
        flex-grow: 1
    }

    .o-flex__child--shrink-0\@large {
        flex-shrink: 0
    }

    .o-flex__child--shrink-1\@large {
        flex-shrink: 1
    }

    .o-flex--justify-content-start\@large {
        justify-content: flex-start
    }

    .o-flex--justify-content-end\@large {
        justify-content: flex-end
    }

    .o-flex--justify-content-center\@large {
        justify-content: center
    }

    .o-flex--justify-content-between\@large {
        justify-content: space-between
    }

    .o-flex--justify-content-around\@large {
        justify-content: space-around
    }

    .o-flex--align-items-start\@large {
        align-items: flex-start
    }

    .o-flex--align-items-end\@large {
        align-items: flex-end
    }

    .o-flex--align-items-center\@large {
        align-items: center
    }

    .o-flex--align-items-baseline\@large {
        align-items: baseline
    }

    .o-flex--align-items-stretch\@large {
        align-items: stretch
    }

    .o-flex--align-content-start\@large {
        align-content: flex-start
    }

    .o-flex--align-content-end\@large {
        align-content: flex-end
    }

    .o-flex--align-content-center\@large {
        align-content: center
    }

    .o-flex--align-content-between\@large {
        align-content: space-between
    }

    .o-flex--align-content-around\@large {
        align-content: space-around
    }

    .o-flex--align-content-stretch\@large {
        align-content: stretch
    }

    .o-flex__child--align-self-auto\@large {
        align-self: auto
    }

    .o-flex__child--align-self-start\@large {
        align-self: flex-start
    }

    .o-flex__child--align-self-end\@large {
        align-self: flex-end
    }

    .o-flex__child--align-self-center\@large {
        align-self: center
    }

    .o-flex__child--align-self-baseline\@large {
        align-self: baseline
    }

    .o-flex__child--align-self-stretch\@large {
        align-self: stretch
    }
}

@media (min-width:100em) {
    .o-flex\@wide {
        display: flex;
        width: 100%
    }

        .o-flex\@wide::after,
        .o-flex\@wide::before {
            content: normal
        }

    .o-flex--inline\@wide {
        display: inline-flex;
        width: auto
    }

    .o-flex--column\@wide,
    .o-flex--row\@wide {
        flex-direction: row
    }

    .o-flex--column\@wide {
        flex-direction: column
    }

    .o-flex--row-reverse\@wide {
        flex-direction: row-reverse
    }

    .o-flex--column-reverse\@wide {
        flex-direction: column-reverse
    }

    .o-flex--wrap\@wide {
        flex-wrap: wrap
    }

    .o-flex--nowrap\@wide {
        flex-wrap: nowrap
    }

    .o-flex--wrap-reverse\@wide {
        flex-wrap: wrap-reverse
    }

    .o-flex__child--fill\@wide {
        flex: 1 1 auto
    }

    .o-flex__child--grow-0\@wide {
        flex-grow: 0
    }

    .o-flex__child--grow-1\@wide {
        flex-grow: 1
    }

    .o-flex__child--shrink-0\@wide {
        flex-shrink: 0
    }

    .o-flex__child--shrink-1\@wide {
        flex-shrink: 1
    }

    .o-flex--justify-content-start\@wide {
        justify-content: flex-start
    }

    .o-flex--justify-content-end\@wide {
        justify-content: flex-end
    }

    .o-flex--justify-content-center\@wide {
        justify-content: center
    }

    .o-flex--justify-content-between\@wide {
        justify-content: space-between
    }

    .o-flex--justify-content-around\@wide {
        justify-content: space-around
    }

    .o-flex--align-items-start\@wide {
        align-items: flex-start
    }

    .o-flex--align-items-end\@wide {
        align-items: flex-end
    }

    .o-flex--align-items-center\@wide {
        align-items: center
    }

    .o-flex--align-items-baseline\@wide {
        align-items: baseline
    }

    .o-flex--align-items-stretch\@wide {
        align-items: stretch
    }

    .o-flex--align-content-start\@wide {
        align-content: flex-start
    }

    .o-flex--align-content-end\@wide {
        align-content: flex-end
    }

    .o-flex--align-content-center\@wide {
        align-content: center
    }

    .o-flex--align-content-between\@wide {
        align-content: space-between
    }

    .o-flex--align-content-around\@wide {
        align-content: space-around
    }

    .o-flex--align-content-stretch\@wide {
        align-content: stretch
    }

    .o-flex__child--align-self-auto\@wide {
        align-self: auto
    }

    .o-flex__child--align-self-start\@wide {
        align-self: flex-start
    }

    .o-flex__child--align-self-end\@wide {
        align-self: flex-end
    }

    .o-flex__child--align-self-center\@wide {
        align-self: center
    }

    .o-flex__child--align-self-baseline\@wide {
        align-self: baseline
    }

    .o-flex__child--align-self-stretch\@wide {
        align-self: stretch
    }
}

@media (min-width:112.5em) {
    .o-flex\@huge {
        display: flex;
        width: 100%
    }

        .o-flex\@huge::after,
        .o-flex\@huge::before {
            content: normal
        }

    .o-flex--inline\@huge {
        display: inline-flex;
        width: auto
    }

    .o-flex--column\@huge,
    .o-flex--row\@huge {
        flex-direction: row
    }

    .o-flex--column\@huge {
        flex-direction: column
    }

    .o-flex--row-reverse\@huge {
        flex-direction: row-reverse
    }

    .o-flex--column-reverse\@huge {
        flex-direction: column-reverse
    }

    .o-flex--wrap\@huge {
        flex-wrap: wrap
    }

    .o-flex--nowrap\@huge {
        flex-wrap: nowrap
    }

    .o-flex--wrap-reverse\@huge {
        flex-wrap: wrap-reverse
    }

    .o-flex__child--fill\@huge {
        flex: 1 1 auto
    }

    .o-flex__child--grow-0\@huge {
        flex-grow: 0
    }

    .o-flex__child--grow-1\@huge {
        flex-grow: 1
    }

    .o-flex__child--shrink-0\@huge {
        flex-shrink: 0
    }

    .o-flex__child--shrink-1\@huge {
        flex-shrink: 1
    }

    .o-flex--justify-content-start\@huge {
        justify-content: flex-start
    }

    .o-flex--justify-content-end\@huge {
        justify-content: flex-end
    }

    .o-flex--justify-content-center\@huge {
        justify-content: center
    }

    .o-flex--justify-content-between\@huge {
        justify-content: space-between
    }

    .o-flex--justify-content-around\@huge {
        justify-content: space-around
    }

    .o-flex--align-items-start\@huge {
        align-items: flex-start
    }

    .o-flex--align-items-end\@huge {
        align-items: flex-end
    }

    .o-flex--align-items-center\@huge {
        align-items: center
    }

    .o-flex--align-items-baseline\@huge {
        align-items: baseline
    }

    .o-flex--align-items-stretch\@huge {
        align-items: stretch
    }

    .o-flex--align-content-start\@huge {
        align-content: flex-start
    }

    .o-flex--align-content-end\@huge {
        align-content: flex-end
    }

    .o-flex--align-content-center\@huge {
        align-content: center
    }

    .o-flex--align-content-between\@huge {
        align-content: space-between
    }

    .o-flex--align-content-around\@huge {
        align-content: space-around
    }

    .o-flex--align-content-stretch\@huge {
        align-content: stretch
    }

    .o-flex__child--align-self-auto\@huge {
        align-self: auto
    }

    .o-flex__child--align-self-start\@huge {
        align-self: flex-start
    }

    .o-flex__child--align-self-end\@huge {
        align-self: flex-end
    }

    .o-flex__child--align-self-center\@huge {
        align-self: center
    }

    .o-flex__child--align-self-baseline\@huge {
        align-self: baseline
    }

    .o-flex__child--align-self-stretch\@huge {
        align-self: stretch
    }
}

@media all {
    .o-flex\@ {
        display: flex;
        width: 100%
    }

        .o-flex\@::after,
        .o-flex\@::before {
            content: normal
        }

    .o-flex--inline\@ {
        display: inline-flex;
        width: auto
    }

    .o-flex--column\@,
    .o-flex--row\@ {
        flex-direction: row
    }

    .o-flex--column\@ {
        flex-direction: column
    }

    .o-flex--column-reverse\@,
    .o-flex--row-reverse\@ {
        flex-direction: row-reverse
    }

    .o-flex--column-reverse\@ {
        flex-direction: column-reverse
    }

    .o-flex--wrap\@ {
        flex-wrap: wrap
    }

    .o-flex--nowrap\@ {
        flex-wrap: nowrap
    }

    .o-flex--wrap-reverse\@ {
        flex-wrap: wrap-reverse
    }

    .o-flex__child--fill\@ {
        flex: 1 1 auto
    }

    .o-flex__child--grow-0\@ {
        flex-grow: 0
    }

    .o-flex__child--grow-1\@ {
        flex-grow: 1
    }

    .o-flex__child--shrink-0\@ {
        flex-shrink: 0
    }

    .o-flex__child--shrink-1\@ {
        flex-shrink: 1
    }

    .o-flex--justify-content-start\@ {
        justify-content: flex-start
    }

    .o-flex--justify-content-end\@ {
        justify-content: flex-end
    }

    .o-flex--justify-content-center\@ {
        justify-content: center
    }

    .o-flex--justify-content-between\@ {
        justify-content: space-between
    }

    .o-flex--justify-content-around\@ {
        justify-content: space-around
    }

    .o-flex--align-items-start\@ {
        align-items: flex-start
    }

    .o-flex--align-items-end\@ {
        align-items: flex-end
    }

    .o-flex--align-items-center\@ {
        align-items: center
    }

    .o-flex--align-items-baseline\@ {
        align-items: baseline
    }

    .o-flex--align-items-stretch\@ {
        align-items: stretch
    }

    .o-flex--align-content-start\@ {
        align-content: flex-start
    }

    .o-flex--align-content-end\@ {
        align-content: flex-end
    }

    .o-flex--align-content-center\@ {
        align-content: center
    }

    .o-flex--align-content-between\@ {
        align-content: space-between
    }

    .o-flex--align-content-around\@ {
        align-content: space-around
    }

    .o-flex--align-content-stretch\@ {
        align-content: stretch
    }

    .o-flex__child--align-self-auto\@ {
        align-self: auto
    }

    .o-flex__child--align-self-start\@ {
        align-self: flex-start
    }

    .o-flex__child--align-self-end\@ {
        align-self: flex-end
    }

    .o-flex__child--align-self-center\@ {
        align-self: center
    }

    .o-flex__child--align-self-baseline\@ {
        align-self: baseline
    }

    .o-flex__child--align-self-stretch\@ {
        align-self: stretch
    }
}

.o-flex__img {
    position: relative;
    flex-shrink: 0
}

.o-flex__body {
    position: relative;
    padding: 6px;
    flex-grow: 1
}

.o-fit {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover;object-position: center center;";
    height: 100%;
    width: 100%
}

.o-fit--contain {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;object-position: center center;"
}

.o-list {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0
}

.o-list--inline {
    display: flex;
    flex-wrap: wrap
}

.o-list--middle {
    align-items: center
}

.o-list-bare__item {
    display: inherit
}

.o-icon-list {
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    padding: 0
}

.o-icon-list__item {
    display: flex;
    line-height: 1.5;
    margin: 0 0 6px
}

.o-icon-list__icon {
    width: 25px;
    height: 25px;
    margin: 0 12px 0 0
}

.c-svg--stroke path {
    stroke: #c8102e
}

.c-svg,
.c-svg--fill path {
    fill: #c8102e
}

.c-svg--fill-brand {
    fill: #c8102e !important
}

.c-svg--brand,
.c-svg--stroke-brand {
    stroke: #c8102e !important
}

.c-svg--brand {
    fill: #c8102e !important
}

.c-svg--fill-brand-invert {
    fill: #fff !important
}

.c-svg--brand-invert,
.c-svg--stroke-brand-invert {
    stroke: #fff !important
}

.c-svg--brand-invert {
    fill: #fff !important
}

.c-svg--fill-accent1 {
    fill: #69c !important
}

.c-svg--accent1,
.c-svg--stroke-accent1 {
    stroke: #69c !important
}

.c-svg--accent1 {
    fill: #69c !important
}

.c-svg--fill-accent2 {
    fill: #003d6a !important
}

.c-svg--accent2,
.c-svg--stroke-accent2 {
    stroke: #003d6a !important
}

.c-svg--accent2 {
    fill: #003d6a !important
}

.c-svg--fill-gray {
    fill: #84888b !important
}

.c-svg--gray,
.c-svg--stroke-gray {
    stroke: #84888b !important
}

.c-svg--gray {
    fill: #84888b !important
}

.c-svg--fill-gray-light {
    fill: #e5e5e1 !important
}

.c-svg--gray-light,
.c-svg--stroke-gray-light {
    stroke: #e5e5e1 !important
}

.c-svg--gray-light {
    fill: #e5e5e1 !important
}

.c-svg--fill-gray-lighter {
    fill: #f5f5f3 !important
}

.c-svg--gray-lighter,
.c-svg--stroke-gray-lighter {
    stroke: #f5f5f3 !important
}

.c-svg--gray-lighter {
    fill: #f5f5f3 !important
}

.c-svg--nostroke {
    stroke: none
}

.c-svg--ghost {
    fill: none
}

.c-header {
    background: #fff;
    padding: 12px 0
}

.c-header__items {
    align-items: flex-end
}

@media (max-width:46.24em) {
    .c-header__items {
        margin: 6px 0;
        border-top: 1px solid #e5e5e1;
        padding-top: 12px
    }
}

.c-header__link {
    text-decoration: none
}

    .c-header__link:hover {
        text-decoration: underline
    }

.c-header__login {
    color: #000;
    padding: 6px 12px 6px 6px;
    border-right: 1px solid #e5e5e1;
    font-weight: 600
}

.c-header__language {
    padding: 6px
}

.c-header__menu {
    border: 0;
    position: absolute;
    top: 30px;
    right: -10px
}

@media (min-width:46.25em) {
    .c-header__menu {
        display: none
    }
}

.c-header__menu button {
    background: 0 0;
    border: 0
}

    .c-header__menu button:focus {
        outline: 0
    }

.c-footer {
    margin-top: 24px;
    color: #84888b
}

.c-footer__main {
    padding-bottom: 48px;
    padding-top: 24px;
    background: #e5e5e1
}

@media (min-width:61.25em) {
    .c-footer__main {
        padding-top: 0
    }
}

.c-footer-main__questions {
    text-align: center
}

    .c-footer-main__questions * {
        color: #c8102e
    }

@media (min-width:61.25em) {
    .c-footer-main__questions {
        text-align: left
    }
}

.c-footer-main__contact {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:61.25em) {
    .c-footer-main__contact {
        justify-content: left
    }
}

.c-footer-main__contact .c-footer-main__list li {
    padding-right: 12px
}

.c-footer-main__social {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.c-footer-main-social__box {
    align-self: flex-end
}

.c-footer-main-social__title {
    margin-bottom: 12px
}

.c-footer-main-social__title,
.c-footer-main__logo {
    text-align: center;
    margin-top: 24px
}

@media (min-width:61.25em) {
    .c-footer-main__logo {
        text-align: right;
        margin-top: 0
    }
}

.c-footer-main__list {
    display: flex;
    flex-direction: row
}

    .c-footer-main__list li:not(:last-child) {
        padding-right: 12px
    }

@media (max-width:61.24em) {
    .c-footer-main__list {
        justify-content: center
    }
}

.c-footer-main__link {
    text-decoration: none;
    transition: opacity .3s ease-in-out;
    color: #84888b
}

    .c-footer-main__link:hover {
        color: #84888b;
        opacity: .6
    }

.c-footer__global {
    padding-top: 6px;
    padding-bottom: 6px
}

    .c-footer__global a:not(.c-btn) {
        text-decoration: none;
        transition: opacity .3s ease-in-out;
        color: #84888b
    }

        .c-footer__global a:not(.c-btn):hover {
            opacity: .6
        }

.c-footer-global__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.c-footer-global__item {
    padding-top: 6px;
    padding-bottom: 6px
}

    .c-footer-global__item:not(:last-child):after {
        content: "|";
        position: relative;
        right: 0;
        padding: 0 6px
    }

@media (min-width:46.25em) {
    .c-footer-global__item {
        padding-top: 0;
        padding-bottom: 0
    }
}

.c-btn,
.c-btn--primary {
    display: inline-block;
    border: 0;
    font-weight: 400;
    letter-spacing: .4px
}

.c-btn {
    background: 0 0;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: padding .2s ease-in-out;
    white-space: nowrap;
    margin: 2px 4px 2px 0;
    outline: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #003d6a;
    text-decoration: underline
}

.c-btn--primary {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.55;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 6px 6px 6px 0;
    background-color: #69c
}

    .c-btn--primary:hover {
        color: #fff;
        padding: 7px 30px 7px 20px;
        border-radius: 0 6px 6px 6px;
        background-color: #4080bf
    }

    .c-btn--primary.disabled,
    .c-btn--primary:disabled {
        opacity: .4;
        pointer-events: none;
        cursor: auto
    }

    .c-btn--primary .c-btn__icon {
        height: 12px
    }

.c-btn--secondary {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.55;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 20px;
    display: inline-block;
    border: 0;
    border-radius: 6px 6px 6px 0;
    background-color: #003d6a;
    font-weight: 400;
    letter-spacing: .4px
}

    .c-btn--secondary:hover {
        color: #fff;
        padding: 7px 30px 7px 20px;
        border-radius: 0 6px 6px 6px;
        background-color: #002037
    }

    .c-btn--secondary.disabled,
    .c-btn--secondary:disabled {
        opacity: .4;
        pointer-events: none;
        cursor: auto
    }

    .c-btn--secondary .c-btn__icon {
        height: 12px
    }

.c-btn--ghost {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.55;
    text-decoration: none;
    color: var(--brand__color-button);
    text-transform: uppercase;
    padding: 7px 20px;
    display: inline-block;
    border: 0;
    border-radius: 6px 6px 6px 0;
    background-color: #fff;
    font-weight: 400;
    letter-spacing: .4px
}

    .c-btn--ghost:hover {
        color: var(--brand__color-button);
        padding: 7px 30px 7px 20px;
        border-radius: 0 6px 6px 6px;
        background-color: #e6e6e6
    }

    .c-btn--ghost.disabled,
    .c-btn--ghost:disabled {
        opacity: .4;
        pointer-events: none;
        cursor: auto
    }

    .c-btn--ghost .c-btn__icon {
        height: 12px
    }

.c-btn--image {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #fff;
    border: 0
}

    .c-btn--icon,
    .c-btn--image:hover {
        text-decoration: none
    }

    .c-btn--image.disabled,
    .c-btn--image:disabled {
        opacity: .4;
        pointer-events: none;
        cursor: auto
    }

    .c-btn--image .c-btn__icon {
        max-height: 100px
    }

.c-btn--icon .c-btn__label {
    text-decoration: underline
}

.c-btn--icon .c-btn__info {
    opacity: .5;
    padding-left: 6px
}

.c-btn__icon {
    margin: 0 6px 0 0;
    vertical-align: middle;
    display: inline-block !important
}

.c-btn__label + .c-btn__icon {
    margin: 0 0 0 6px
}

.c-btn--primary .c-svg,
.c-btn--secondary .c-svg {
    fill: #fff
}

.c-btn--ghost .c-svg {
    fill: var(--brand__color-button)
}

.c-page-header--banner {
    position: relative
}

    .c-page-header--banner .c-breadcrumb {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10
    }

    .c-page-header--banner .c-breadcrumb-item,
    .c-page-header--banner .c-breadcrumb-item__cta,
    .c-page-header--banner .c-breadcrumb-item__cta:hover {
        color: #fff
    }

.c-rich-text {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

    .c-rich-text > :not(a):not(img) {
        width: 100%
    }

    .c-rich-text ul {
        line-height: 1.4em;
        margin-bottom: 24px;
        margin-left: 24px;
        list-style-image: url(/myprotec/master/assets/images/ico-check.svg)
    }

    .c-rich-text div:nth-child(3) {
        margin-top: auto
    }

    .c-rich-text div:last-child p:last-child {
        margin-bottom: 0
    }

@media (max-width:46.24em) {

    .c-rich-text h1 br,
    .c-rich-text h2 br,
    .c-rich-text h3 br,
    .c-rich-text h4 br,
    .c-rich-text h5 br,
    .c-rich-text h6 br {
        display: none
    }
}

.c-text-block {
    position: relative
}

.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message div,
.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message p,
.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message section,
.EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message div,
.EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message p,
.EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message section,
.c-breadcrumb {
    color: #84888b
}

.c-breadcrumb-list {
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px
}

.c-breadcrumb-item {
    display: none;
    letter-spacing: .4px;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 30px
}

@media (min-width:61.25em) {
    .c-breadcrumb-item {
        display: flex;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        list-style-type: none;
        list-style-position: outside;
        margin: 0;
        padding: 0;
        flex: 0 0 auto
    }

        .c-breadcrumb-item:after {
            content: ">";
            font-size: 13px;
            font-size: .8125rem;
            line-height: 30px;
            font-weight: 400;
            padding: 0 12px;
            opacity: .6
        }
}

@media (max-width:61.24em) {
    .c-breadcrumb-item:nth-last-child(2) {
        display: flex
    }

        .c-breadcrumb-item:nth-last-child(2):before {
            content: ">";
            color: #84888b;
            font-size: 13px;
            font-size: .8125rem;
            line-height: 30px;
            transform: rotate(180deg);
            padding: 0 0 0 6px
        }

        .c-breadcrumb-item:nth-last-child(2):after {
            content: "";
            display: none
        }
}

@media (min-width:61.25em) {
    .c-breadcrumb-item:last-child {
        display: block;
        flex: auto
    }

        .c-breadcrumb-item:last-child:after {
            content: "";
            display: none
        }
}

.c-breadcrumb-item__cta {
    font-weight: 400;
    text-decoration: underline;
    color: #84888b;
    transition: opacity .3s ease-in-out
}

    .c-breadcrumb-item__cta:hover {
        color: #84888b;
        opacity: .6
    }

.c-banner {
    height: 100%;
    min-height: 400px;
    overflow: hidden
}

.c-banner,
.c-banner__media-wrapper {
    position: relative
}

.c-banner__content {
    padding: 24px 0;
    letter-spacing: .8px;
    font-weight: 300
}

.c-banner__cta-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 48px
}

.c-banner__brand-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 3;
    margin-top: 12px;
    display: flex
}

@media (max-width:46.24em) {
    .c-banner__brand-wrapper {
        top: 25px
    }
}

.o-wrapper-full-width {
    width: 100%
}

.c-banner__video {
    display: flex;
    justify-content: center;
    width: 100%
}

@media (min-width:61.25em) {

    .c-banner,
    .c-banner__media-wrapper {
        display: flex;
        width: 100%
    }

    .c-banner {
        justify-content: flex-start
    }

    .c-banner__media-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .c-banner__content-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10
    }

    .c-banner__content {
        margin-bottom: 24px;
        padding: 24px 0;
        background: 0 0;
        color: #fff;
        width: 60%
    }

        .c-banner__content h1,
        .c-banner__content h2,
        .c-banner__content h3,
        .c-banner__content h4,
        .c-banner__content p {
            color: #fff
        }
}

@media (max-width:61.24em) {

    .c-banner--mobile-reverse h1,
    .c-banner--mobile-reverse h2,
    .c-banner--mobile-reverse h3 {
        color: #003d6a
    }

    .c-banner--mobile-reverse .c-btn--ghost {
        background-color: #69c;
        color: #fff
    }
}

.c-curve {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    text-align: left
}

.c-banner .c-curve__svg,
.c-curve__svg {
    display: inline-block;
    position: absolute;
    left: 0
}

.c-curve__svg {
    top: 0x;
    margin-left: -1px;
    margin-right: -1px;
    width: 105%
}

.c-banner .c-curve {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 0;
    height: 50px;
    pointer-events: none;
    margin-bottom: -1px
}

.c-banner .c-curve__svg {
    bottom: 0;
    margin: 0;
    width: 100%
}

.c-rich-text-column {
    position: relative
}

.c-rich-text-column__title {
    padding-bottom: 12px
}

.c-rich-text-column__grid {
    position: relative;
    z-index: 1
}

.c-rich-text-column__button {
    display: flex;
    justify-content: center;
    padding-top: 6px
}

.c-rich-text-column__body {
    height: 100%
}

.c-rich-text-column__body--color {
    padding: 48px 24px
}

.c-rich-text-column__grid .o-grid__cell {
    margin-bottom: 24px
}

.c-cta-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap
}

@media (min-width:46.25em) {
    .c-cta-wrapper {
        flex-direction: row
    }
}

.c-cta-block,
.c-cta-block-wrapper {
    display: flex;
    width: 100%
}

.c-cta-block__item {
    *display: flex;
    align-items: flex-start;
    width: 100%;
    z-index: 10
}

@media (min-width:46.25em) {
    .c-cta-block__item {
        width: 75%
    }
}

@media (min-width:61.25em) {
    .c-cta-block__item {
        width: 100%
    }
}

.c-cta-icon-bg {
    position: relative;
    overflow: hidden
}

    .c-cta-icon-bg:after {
        content: "";
        width: 240px;
        height: 240px;
        border-radius: 50%;
        display: block;
        position: absolute;
        bottom: -90px;
        right: -40px
    }

@media (max-width:46.24em) {
    .c-cta-icon-bg:after {
        width: 150px;
        height: 150px
    }
}

.c-cta-icon-bg .c-cta-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 100px;
    width: 100px;
    margin-bottom: 6px;
    margin-right: 12px
}

@media (max-width:46.24em) {
    .c-cta-icon-bg .c-cta-icon {
        height: 40px;
        width: 40px;
        margin-right: 12px
    }

        .c-cta-icon-bg .c-cta-icon svg {
            width: 40px;
            height: 40px
        }
}

.c-cta-icon-bg.u-bg-color-brand {
    fill: #c8102e
}

    .c-cta-icon-bg.u-bg-color-brand:after,
    .c-cta-icon-bg.u-bg-color-brand:before {
        background: #990c23
    }

.c-cta-icon-bg.u-bg-color-invert {
    fill: #fff
}

    .c-cta-icon-bg.u-bg-color-invert:after,
    .c-cta-icon-bg.u-bg-color-invert:before {
        background: #e6e6e6
    }

.c-cta-icon-bg.u-bg-color-accent1 {
    fill: #69c
}

    .c-cta-icon-bg.u-bg-color-accent1:after,
    .c-cta-icon-bg.u-bg-color-accent1:before {
        background: #4080bf
    }

.c-cta-icon-bg.u-bg-color-accent2 {
    fill: #003d6a
}

    .c-cta-icon-bg.u-bg-color-accent2:after,
    .c-cta-icon-bg.u-bg-color-accent2:before {
        background: #002037
    }

.c-cta-icon-bg.u-bg-color-gray {
    fill: #84888b
}

    .c-cta-icon-bg.u-bg-color-gray:after,
    .c-cta-icon-bg.u-bg-color-gray:before {
        background: #6b6e71
    }

.c-cta-icon-bg.u-bg-color-gray-light {
    fill: #e5e5e1
}

    .c-cta-icon-bg.u-bg-color-gray-light:after,
    .c-cta-icon-bg.u-bg-color-gray-light:before {
        background: #cdcdc6
    }

.c-cta-icon-bg.u-bg-color-gray-lighter {
    fill: #f5f5f3
}

    .c-cta-icon-bg.u-bg-color-gray-lighter:after,
    .c-cta-icon-bg.u-bg-color-gray-lighter:before {
        background: #deded7
    }

@media (min-width:61.25em) {
    .c-cta-wrapper.c-cta-wrapper--fullWidth .c-rich-text {
        width: 70%
    }

    .c-cta-wrapper.c-cta-wrapper--twoColumn .c-cta-block-wrapper {
        width: 50%
    }

        .c-cta-wrapper.c-cta-wrapper--twoColumn .c-cta-block-wrapper:nth-child(even) .c-cta-block__item {
            padding-left: calc(100% - 1200px/2 + 96px);
            padding-right: 96px
        }
}

.c-cta-wrapper.c-cta-wrapper--twoColumn .c-cta-block {
    padding-left: 24px;
    padding-right: 24px
}

@media (min-width:61.25em) {
    .c-cta-wrapper.c-cta-wrapper--twoColumn .c-cta-block__item {
        padding-left: calc(100% - 1200px/2 + 96px);
        padding-right: 96px
    }
}

.c-cta-bg-img {
    background-size: cover
}

.c-cta-bg-img__item {
    background: #fff;
    padding: 24px;
    width: 60%;
    border-radius: 6px 6px 6px 0;
    margin-left: auto
}

@media (max-width:61.24em) {
    .c-cta-bg-img__item {
        width: 100%
    }
}

.c-cta-bg-img__item h1,
.c-cta-bg-img__item h2,
.c-cta-bg-img__item h3,
.c-cta-bg-img__item h4,
.c-cta-bg-img__item h5,
.c-cta-bg-img__item h6,
.c-cta-bg-img__item small {
    color: #003d6a
}

.c-media {
    display: flex;
    flex-direction: column
}

.c-media__section {
    position: relative
}

.c-media__obj-wrapper {
    position: relative;
    display: flex;
    order: -1;
    overflow: hidden
}

.c-media__cta-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 3px;
    text-align: center
}

    .c-media__cta-wrapper:empty {
        display: none
    }

.c-media__body-wrapper ul {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    line-height: 2.4em;
    margin: 0 0 24px
}

@media (max-width:61.24em) {
    .c-media__obj-wrapper {
        padding: 0 24px
    }

    .o-wrapper .c-media__obj-wrapper {
        padding: 0
    }

    .c-media--mobile-reverse {
        flex-direction: column-reverse
    }

    .c-media__body-wrapper {
        padding: 24px
    }
}

@media (min-width:61.25em) {
    .c-media {
        flex-direction: row;
        align-items: center
    }

    .c-media__section {
        width: 50%
    }

        .c-media__section:only-child {
            width: 100%
        }

            .c-media__section:only-child .c-media__body,
            .c-media__section:only-child .c-media__cta-wrapper,
            .c-media__section:only-child .c-media__obj-wrapper {
                padding-right: 0;
                padding-left: 0
            }

    .c-media__obj-wrapper {
        padding: 0;
        height: auto;
        order: 0
    }

    .c-media__cta-wrapper {
        padding: 0
    }

    .c-media__body-wrapper {
        padding: 0 0 0 24px
    }

    .c-media__body {
        padding-left: calc(100% - 980px/2 + 24px);
        padding-right: 0
    }
}

@media (min-width:100em) {

    .c-media__cta-wrapper,
    .c-media__obj-wrapper {
        padding: 0
    }
}

@media (min-width:61.25em) {

    .c-media__section + .c-media__section .c-media__cta-wrapper,
    .c-media__section + .c-media__section .c-media__obj-wrapper {
        padding: 0
    }
}

@media (min-width:100em) {

    .c-media__section + .c-media__section .c-media__cta-wrapper,
    .c-media__section + .c-media__section .c-media__obj-wrapper {
        padding: 0
    }
}

@media (min-width:61.25em) {
    .c-media__section + .c-media__section .c-media__body-wrapper {
        padding: 0 24px 0 0
    }

        .c-media__section + .c-media__section .c-media__body-wrapper .c-media__body {
            padding-right: calc(100% - 980px/2 + 24px);
            padding-left: 0
        }
}

.o-wrapper .c-media__body-wrapper {
    padding: 24px 0
}

@media (min-width:61.25em) {

    .o-wrapper .c-media__cta-wrapper,
    .o-wrapper .c-media__obj-wrapper {
        padding: 0
    }
}

@media (min-width:100em) {

    .o-wrapper .c-media__cta-wrapper,
    .o-wrapper .c-media__obj-wrapper {
        padding: 0
    }
}

@media (min-width:61.25em) {

    .o-wrapper .c-media__section + .c-media__section .c-media__cta-wrapper,
    .o-wrapper .c-media__section + .c-media__section .c-media__obj-wrapper {
        padding: 0
    }
}

@media (min-width:100em) {

    .o-wrapper .c-media__section + .c-media__section .c-media__cta-wrapper,
    .o-wrapper .c-media__section + .c-media__section .c-media__obj-wrapper {
        padding: 0
    }
}

.c-media {
    align-items: stretch
}

.c-media__obj-wrapper {
    display: block
}

.c-media--media-text .c-media__section:nth-of-type(2),
.c-media--text-media .c-media__section:nth-of-type(1) {
    align-items: center;
    display: flex
}

.c-media__section-title {
    color: #c8102e;
    margin-bottom: 48px
}

.c-media__body ul {
    line-height: 1.4em;
    margin-bottom: 24px;
    margin-left: 24px;
    list-style-image: url(/myprotec/master/assets/images/ico-check.svg)
}

@media (min-width:61.25em) {
    .c-media--media-text .c-media__section {
        width: 55%
    }

        .c-media--media-text .c-media__section:nth-of-type(2) {
            width: 45%
        }

            .c-media--media-text .c-media__section:nth-of-type(2) .c-media__body-wrapper {
                padding-right: 24px
            }
}

@media screen and (min-width:61.25em) and (min-width:980px) {
    .c-media--media-text .c-media__section:nth-of-type(2) .c-media__body-wrapper {
        padding-right: calc((100vw - 980px)/2 + 24px)
    }
}

@media (min-width:61.25em) {
    .c-media--text-media .c-media__section {
        width: 45%
    }

        .c-media--text-media .c-media__section .c-media__body-wrapper {
            padding-left: 24px
        }

        .c-media--text-media .c-media__section:nth-of-type(2) {
            width: 55%;
            padding: 0
        }

    .c-media__body {
        padding-left: 0;
        padding-right: 0
    }

    .c-media__body-wrapper {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .c-media__body-wrapper,
    .c-media__section + .c-media__section .c-media__body-wrapper {
        padding-left: 96px;
        padding-right: 96px
    }

    .o-wrapper .c-media--media-text .c-media__section,
    .o-wrapper .c-media--text-media .c-media__section {
        width: 50%
    }

        .o-wrapper .c-media--media-text .c-media__section:only-child,
        .o-wrapper .c-media--text-media .c-media__section:only-child {
            width: 100%
        }

    .o-wrapper .c-media__body-wrapper,
    .o-wrapper .c-media__section + .c-media__section .c-media__body-wrapper {
        padding-left: 48px;
        padding-right: 48px
    }
}

@media screen and (min-width:980px) {
    .c-media--media-text .c-media__body-wrapper {
        padding-right: calc((100vw - 980px)/2 + 24px)
    }

    .c-media--text-media .c-media__body-wrapper {
        padding-left: calc((100vw - 980px)/2 + 24px)
    }
}

@media (max-width:61.24em) {
    .c-media__obj-wrapper {
        padding: 0
    }
}

.c-media__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-media-obj-wrapper__link {
    display: block
}

.c-anchor-bar {
    margin: 24px 0
}

.c-anchor-bar__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 0
}

.c-anchor-bar__item {
    padding-top: 6px;
    padding-bottom: 6px
}

    .c-anchor-bar__item:not(:last-child):after {
        content: "|";
        position: relative;
        padding: 0 24px;
        color: #e5e5e1
    }

@media (max-width:46.24em) {
    .c-anchor-bar__item:not(:last-child):after {
        padding: 0 6px
    }

    .c-anchor-bar__item {
        padding: 3px 6px
    }
}

.c-anchor-bar__link.selected {
    color: #c8102e;
    font-weight: 600
}

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

    .c-collapse.collapsed .c-collapse__trigger .c-svg {
        transition: transform .15s cubic-bezier(.43, .64, .94) 0ms;
        transition-duration: .3s;
        transform: rotateX(180deg)
    }

    .c-collapse.collapsed .c-collapse__panel {
        max-height: 0;
        overflow: hidden;
        width: 100%
    }

    .c-collapse .c-collapse__trigger,
    .c-facet--checkbox ~ span:hover {
        cursor: pointer
    }

    .c-collapse .c-collapse__panel {
        max-height: 0;
        overflow: hidden
    }

        .c-collapse .c-collapse__panel.show {
            max-height: 1500px;
            transition: max-height .15s cubic-bezier(.43, .64, 1.04) 0ms;
            transition-duration: .5s;
            overflow: visible
        }

[class*=c-collapse-until-] .c-collapse__panel {
    max-height: 1500px
}

[class*=c-collapse-until-] .c-collapse__trigger .c-svg {
    display: none
}

@media (max-width:22.49em) {
    .c-collapse-until-mobile {
        position: relative;
        display: block
    }

        .c-collapse-until-mobile.collapsed .c-collapse__trigger .c-svg {
            transition: transform .15s cubic-bezier(.43, .64, .94) 0ms;
            transition-duration: .3s;
            transform: rotateX(180deg)
        }

        .c-collapse-until-mobile.collapsed .c-collapse__panel {
            overflow: hidden;
            width: 100%
        }

        .c-collapse-until-mobile .c-collapse__trigger {
            cursor: pointer
        }

        .c-collapse-until-mobile .c-collapse__panel {
            max-height: 0;
            overflow: hidden
        }

            .c-collapse-until-mobile .c-collapse__panel.show {
                max-height: 1500px;
                transition: max-height .15s cubic-bezier(.43, .64, 1.04) 0ms;
                transition-duration: .5s;
                overflow: visible
            }

        .c-collapse-until-mobile.collapsed .c-collapse__panel {
            max-height: 1500px
        }

        .c-collapse-until-mobile .c-collapse__trigger .c-svg {
            display: block
        }
}

@media (min-width:22.5em) {
    .c-collapse-visible\@mobile.collapsed .c-collapse__panel {
        max-height: 1500px
    }

    .c-collapse-visible\@mobile .c-collapse__trigger .c-svg {
        display: none
    }
}

@media (max-width:46.24em) {
    .c-collapse-until-tablet {
        position: relative;
        display: block
    }

        .c-collapse-until-tablet.collapsed .c-collapse__trigger .c-svg {
            transition: transform .15s cubic-bezier(.43, .64, .94) 0ms;
            transition-duration: .3s;
            transform: rotateX(180deg)
        }

        .c-collapse-until-tablet.collapsed .c-collapse__panel {
            overflow: hidden;
            width: 100%
        }

        .c-collapse-until-tablet .c-collapse__trigger {
            cursor: pointer
        }

        .c-collapse-until-tablet .c-collapse__panel {
            max-height: 0;
            overflow: hidden
        }

            .c-collapse-until-tablet .c-collapse__panel.show {
                max-height: 1500px;
                transition: max-height .15s cubic-bezier(.43, .64, 1.04) 0ms;
                transition-duration: .5s;
                overflow: visible
            }

        .c-collapse-until-tablet.collapsed .c-collapse__panel {
            max-height: 1500px
        }

        .c-collapse-until-tablet .c-collapse__trigger .c-svg {
            display: block
        }
}

@media (min-width:46.25em) {
    .c-collapse-visible\@tablet.collapsed .c-collapse__panel {
        max-height: 1500px
    }

    .c-collapse-visible\@tablet .c-collapse__trigger .c-svg {
        display: none
    }
}

@media (max-width:61.24em) {
    .c-collapse-until-desktop {
        position: relative;
        display: block
    }

        .c-collapse-until-desktop.collapsed .c-collapse__trigger .c-svg {
            transition: transform .15s cubic-bezier(.43, .64, .94) 0ms;
            transition-duration: .3s;
            transform: rotateX(180deg)
        }

        .c-collapse-until-desktop.collapsed .c-collapse__panel {
            overflow: hidden;
            width: 100%
        }

        .c-collapse-until-desktop .c-collapse__trigger {
            cursor: pointer
        }

        .c-collapse-until-desktop .c-collapse__panel {
            max-height: 0;
            overflow: hidden
        }

            .c-collapse-until-desktop .c-collapse__panel.show {
                max-height: 1500px;
                transition: max-height .15s cubic-bezier(.43, .64, 1.04) 0ms;
                transition-duration: .5s;
                overflow: visible
            }

        .c-collapse-until-desktop.collapsed .c-collapse__panel {
            max-height: 1500px
        }

        .c-collapse-until-desktop .c-collapse__trigger .c-svg {
            display: block
        }
}

@media (min-width:61.25em) {
    .c-collapse-visible\@desktop.collapsed .c-collapse__panel {
        max-height: 1500px
    }

    .c-collapse-visible\@desktop .c-collapse__trigger .c-svg {
        display: none
    }
}

@media (max-width:81.24em) {
    .c-collapse-until-large {
        position: relative;
        display: block
    }

        .c-collapse-until-large.collapsed .c-collapse__trigger .c-svg {
            transition: transform .15s cubic-bezier(.43, .64, .94) 0ms;
            transition-duration: .3s;
            transform: rotateX(180deg)
        }

        .c-collapse-until-large.collapsed .c-collapse__panel {
            overflow: hidden;
            width: 100%
        }

        .c-collapse-until-large .c-collapse__trigger {
            cursor: pointer
        }

        .c-collapse-until-large .c-collapse__panel {
            max-height: 0;
            overflow: hidden
        }

            .c-collapse-until-large .c-collapse__panel.show {
                max-height: 1500px;
                transition: max-height .15s cubic-bezier(.43, .64, 1.04) 0ms;
                transition-duration: .5s;
                overflow: visible
            }

        .c-collapse-until-large.collapsed .c-collapse__panel {
            max-height: 1500px
        }

        .c-collapse-until-large .c-collapse__trigger .c-svg {
            display: block
        }
}

@media (min-width:81.25em) {
    .c-collapse-visible\@large.collapsed .c-collapse__panel {
        max-height: 1500px
    }

    .c-collapse-visible\@large .c-collapse__trigger .c-svg {
        display: none
    }
}

@media (max-width:99.99em) {
    .c-collapse-until-wide {
        position: relative;
        display: block
    }

        .c-collapse-until-wide.collapsed .c-collapse__trigger .c-svg {
            transition: transform .15s cubic-bezier(.43, .64, .94) 0ms;
            transition-duration: .3s;
            transform: rotateX(180deg)
        }

        .c-collapse-until-wide.collapsed .c-collapse__panel {
            overflow: hidden;
            width: 100%
        }

        .c-collapse-until-wide .c-collapse__trigger {
            cursor: pointer
        }

        .c-collapse-until-wide .c-collapse__panel {
            max-height: 0;
            overflow: hidden
        }

            .c-collapse-until-wide .c-collapse__panel.show {
                max-height: 1500px;
                transition: max-height .15s cubic-bezier(.43, .64, 1.04) 0ms;
                transition-duration: .5s;
                overflow: visible
            }

        .c-collapse-until-wide.collapsed .c-collapse__panel {
            max-height: 1500px
        }

        .c-collapse-until-wide .c-collapse__trigger .c-svg {
            display: block
        }
}

@media (min-width:100em) {
    .c-collapse-visible\@wide.collapsed .c-collapse__panel {
        max-height: 1500px
    }

    .c-collapse-visible\@wide .c-collapse__trigger .c-svg {
        display: none
    }
}

@media (max-width:112.49em) {
    .c-collapse-until-huge {
        position: relative;
        display: block
    }

        .c-collapse-until-huge.collapsed .c-collapse__trigger .c-svg {
            transition: transform .15s cubic-bezier(.43, .64, .94) 0ms;
            transition-duration: .3s;
            transform: rotateX(180deg)
        }

        .c-collapse-until-huge.collapsed .c-collapse__panel {
            overflow: hidden;
            width: 100%
        }

        .c-collapse-until-huge .c-collapse__trigger {
            cursor: pointer
        }

        .c-collapse-until-huge .c-collapse__panel {
            max-height: 0;
            overflow: hidden
        }

            .c-collapse-until-huge .c-collapse__panel.show {
                max-height: 1500px;
                transition: max-height .15s cubic-bezier(.43, .64, 1.04) 0ms;
                transition-duration: .5s;
                overflow: visible
            }

        .c-collapse-until-huge.collapsed .c-collapse__panel {
            max-height: 1500px
        }

        .c-collapse-until-huge .c-collapse__trigger .c-svg {
            display: block
        }
}

@media (min-width:112.5em) {
    .c-collapse-visible\@huge.collapsed .c-collapse__panel {
        max-height: 1500px
    }

    .c-collapse-visible\@huge .c-collapse__trigger .c-svg {
        display: none
    }
}

.c-facet {
    width: 98%
}

@media (max-width:61.24em) {
    .c-facet__list {
        background: #f5f5f3;
        padding: 12px;
        margin-top: -20px;
        margin-bottom: 48px
    }
}

.c-facet__title-box {
    border-bottom: 1px solid #e5e5e1
}

.collapsed .c-facet__title-box {
    margin-bottom: 24px
}

.c-facet__title {
    text-transform: uppercase;
    padding-bottom: 6px;
    font-weight: 600;
    padding-right: 6px
}

.c-facet__item {
    padding-top: 6px
}

    .c-facet__item:last-child {
        margin-bottom: 48px
    }

.c-facet__item-label {
    margin-bottom: 6px
}

    .c-facet__item-label input[type=checkbox] {
        margin-right: 20px
    }

    .c-facet__item-label label {
        position: relative;
        padding-left: 35px
    }

@media (max-width:61.24em) {
    .c-facet__list.show {
        display: block
    }

    .c-facet__list,
    .js-filter-trigger .js-ico-close-filter {
        display: none
    }

    .js-filter-trigger .js-ico-show-filter,
    .js-filter-trigger.ico-close .js-ico-close-filter {
        display: block
    }

    .js-filter-trigger.ico-close .js-ico-show-filter {
        display: none
    }
}

.c-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .c-tooltip .c-tooltiptext {
        visibility: hidden;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, .25);
        padding: 12px;
        position: absolute;
        z-index: 1;
        width: 200px;
        bottom: 100%;
        left: 50%;
        margin-left: -100px;
        margin-bottom: 12px;
        cursor: help
    }

        .c-tooltip .c-tooltiptext ::after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -7px;
            border-width: 7px;
            border-style: solid;
            border-color: #fff transparent transparent
        }

    .c-tooltip:hover .c-tooltiptext {
        visibility: visible
    }

.c-product-lister {
    padding: 6px;
    border: 1px solid #e5e5e1;
    margin-bottom: -1px
}

.c-product-lister__title-box {
    padding-left: 12px;
    margin: 12px 0
}

@media (max-width:61.24em) {
    .c-product-lister__title-box {
        border-bottom: 1px solid #e5e5e1;
        padding-bottom: 6px;
        margin-top: 0
    }
}

.c-product__title {
    color: #c8102e;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3636363636;
    font-weight: 700;
    margin-right: 12px
}

.c-product-lister-item {
    padding: 0 12px 12px
}

@media (max-width:46.24em) {
    .c-product-lister-item > div:first-child {
        padding-bottom: 24px
    }
}

.c-product-lister-img {
    border-left: 1px solid #e5e5e1
}

@media (max-width:61.24em) {
    .c-product-lister-img {
        display: flex;
        flex-shrink: 0;
        padding-left: 6px;
        height: 80px;
        width: 100px
    }
}

.c-product-detail {
    padding: 48px 0
}

    .c-product-detail .c-product__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.2;
        font-weight: 300;
        padding-top: 48px;
        margin-bottom: 12px
    }

.c-product__img {
    border: 1px solid #e5e5e1;
    padding: 6px
}

@media (max-width:61.24em) {
    .c-product-detail {
        padding: 24px 0
    }

        .c-product-detail .c-product__title {
            padding-top: 0
        }
}

.c-login label,
.c-product__extra-info {
    margin-bottom: 12px
}

.c-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 40px;
    color: #fff;
    background-color: #003d6a;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 12px
}

    .c-badge.new {
        background-color: #c8102e
    }

@media (max-width:46.24em) {
    .c-product-lister__title-box .c-badge {
        margin-left: 0
    }
}

.c-filter {
    margin-bottom: 24px
}

.c-filtert__title {
    margin-top: 48px
}

@media (max-width:61.24em) {
    .c-filtert__title {
        margin-top: 0
    }
}

.c-filtert__results {
    color: #84888b;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 0;
    font-weight: 300;
    padding-right: 6px
}

@media (max-width:46.24em) {
    .c-filtert__results {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 400
    }
}

.c-filter__item {
    background-color: #84888b;
    color: #fff;
    border-radius: 6px 6px 6px 0;
    padding: 6px 12px;
    margin: 6px;
    position: relative;
    white-space: nowrap;
    display: inline-block
}

@media (max-width:46.24em) {
    .c-filter__item {
        margin: 12px 0
    }
}

.c-filter__ico-close {
    cursor: pointer;
    fill: #fff
}

.c-btn--clear-all {
    text-transform: uppercase;
    color: #84888b;
    margin-left: 6px;
    display: block;
    cursor: pointer
}

@media (min-width:46.25em) {
    .c-btn--clear-all {
        display: inline
    }
}

.c-btn--show-filters {
    text-transform: uppercase;
    border: 1px solid #84888b;
    margin-bottom: 24px;
    padding: 12px;
    margin-top: -10px;
    cursor: pointer
}

@media (min-width:61.25em) {
    .c-btn--show-filters {
        display: none
    }
}

.c-cta--download {
    padding: 24px;
    height: 100%
}

    .c-cta--download .c-btn-download {
        display: flex;
        align-items: center
    }

        .c-cta--download .c-btn-download:hover * {
            opacity: .8
        }

        .c-cta--download .c-btn-download .c-btn-download__label {
            text-align: left;
            padding-left: 12px;
            color: #c8102e;
            font-weight: 400;
            text-transform: uppercase;
            white-space: normal
        }

            .c-cta--download .c-btn-download .c-btn-download__label small {
                color: #84888b;
                display: block;
                margin-top: 6px
            }

.c-btn-top {
    float: right;
    clear: right;
    cursor: pointer;
    color: #84888b;
    margin-bottom: 24px
}

.c-ico-top {
    transform: rotate(-90deg);
    padding-left: 6px
}

.c-species {
    position: relative;
    margin-bottom: 24px
}

.c-species--label {
    position: absolute;
    color: #84888b;
    bottom: 10px;
    left: 15px;
    z-index: 10;
    text-transform: uppercase
}

.c-login-bg {
    /* ORIGINAL IMAGE NOT FOUND
        background-image: url(../content/images/media/images/bg-login.jpg);
    background-size: cover*/
}

.c-login {
    background: #fff;
    padding: 48px;
    border-radius: 8px 8px 8px 0;
    margin: 96px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:46.24em) {
    .c-login {
        padding: 24px
    }
}

.c-login label {
    display: block
}

.c-login--btn {
    text-align: right;
    margin-top: 24px
}

.c-facet--checkbox {
    display: none
}

    .c-facet--checkbox ~ span:after,
    .c-facet--checkbox ~ span:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        width: 22px;
        height: 22px;
        border: 1px solid #e5e5e1;
        border-radius: 0;
        background-color: #fff;
        transition: all .2s ease-in-out;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center
    }

    .c-facet--checkbox:checked ~ span:hover {
        cursor: pointer
    }

    .c-facet--checkbox:checked ~ span:after {
        border: 1px solid #bbb;
        content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc4MDMgMC4yMTk2ODNDMTQuNDg3NSAtMC4wNzMyMjc2IDE0LjAxMjYgLTAuMDczMjI3NiAxMy43MTk3IDAuMjE5NjgzTDQuNzM0MjEgOS4yMDUyNEwxLjI4MDM1IDUuNzUxMzdDMC45ODc0NjYgNS40NTg0NiAwLjUxMjYyMiA1LjQ1ODQ5IDAuMjE5NjgzIDUuNzUxMzdDLTAuMDczMjI3NSA2LjA0NDI1IC0wLjA3MzIyNzUgNi41MTkxIDAuMjE5NjgzIDYuODEyMDFMNC4yMDM4OCAxMC43OTYxQzQuNDk2NjggMTEuMDg5IDQuOTcxODcgMTEuMDg4OCA1LjI2NDU1IDEwLjc5NjFMMTQuNzgwMyAxLjI4MDM1QzE1LjA3MzMgMC45ODc0NjYgMTUuMDczMiAwLjUxMjU5MyAxNC43ODAzIDAuMjE5NjgzWiIgZmlsbD0iIzgwQTQxQiIvPgo8L3N2Zz4K)
    }

    .c-facet--checkbox:disabled ~ span {
        color: #ccc
    }

        .c-facet--checkbox:disabled ~ span:hover {
            cursor: auto
        }

        .c-facet--checkbox:disabled ~ span:after {
            background-color: #f5f5f3;
            cursor: none
        }

.Form__MainBody {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.2
}

.EPiServerForms .Form__Element {
    margin: 0 0 1.5rem
}

.EPiServerForms .Form__Description {
    margin-bottom: 1rem
}

.EPiServerForms .Form__Element__Caption {
    width: 100%
}

.EPiServerForms .FormTextbox .Form__Element__ValidationError,
.EPiServerForms .Form__Element .Form__Element__ValidationError {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    padding: 6px 6px 6px 0;
    color: #c8102e
}

.EPiServerForms .FormSelection {
    position: relative;
    background: #fff
}

    .EPiServerForms .FormSelection:after {
        position: absolute;
        top: 50%;
        right: 12px;
        content: "❮";
        transform-origin: center;
        transform: rotate(-90deg);
        color: #c8102e;
        pointer-events: none
    }

    .EPiServerForms .FormSelection .Form__Element__Caption {
        padding: 9px 13px 0;
        font-size: 10px;
        font-size: .625rem;
        line-height: 1.1;
        position: absolute;
        top: 1px;
        right: 1px;
        left: 1px;
        cursor: text;
        background: #fff;
        z-index: 3;
        pointer-events: none;
        width: calc(100% - 25px)
    }

    .EPiServerForms .FormSelection .Form__Element__ValidationError {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 4
    }

    .EPiServerForms .FormSelection select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 2;
        position: relative;
        padding: 18px 12px 0;
        background: 0 0
    }

        .EPiServerForms .FormSelection select[multiple] {
            background: #fff;
            min-height: 124px;
            padding: 22px 12px 0
        }

            .EPiServerForms .FormSelection select[multiple] + .Form__Element__ValidationError {
                right: 20px
            }

        .EPiServerForms .FormSelection select::-ms-expand {
            display: none
        }

.EPiServerForms .FormTextbox--Textarea {
    flex: 1
}

    .EPiServerForms .FormTextbox--Textarea .FormTextbox__Input {
        padding: 25px 12px 0;
        min-height: 105px;
        height: 100%
    }

.EPiServerForms .Form__Element__Caption {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 6px 0;
    display: block;
    font-weight: 700
}

    .EPiServerForms .Form__Element__Caption:empty {
        display: none
    }

.EPiServerForms .FormChoice {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.2;
    clear: both
}

    .EPiServerForms .FormChoice label {
        position: relative;
        display: block;
        padding: 2px 0 2px 30px;
        margin-bottom: 3px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1
    }

    .EPiServerForms .FormChoice .FormChoice__Input {
        margin: 0 0 0 -20px;
        float: left
    }

.EPiServerForms .FormRange span {
    display: flex;
    align-items: center
}

.EPiServerForms .FormRange__Max,
.EPiServerForms .FormRange__Min {
    display: inline-block;
    padding: 6px
}

.EPiServerForms .FormFileUpload__Input {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.EPiServerForms .FormCaptcha__Input {
    width: auto
}

.EPiServerForms .FormCaptcha {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.EPiServerForms .FormCaptcha__Refresh {
    border: 0;
    background: 0 0;
    text-decoration: underline;
    cursor: pointer;
    position: relative
}

    .EPiServerForms .FormCaptcha__Refresh:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "("
    }

    .EPiServerForms .FormCaptcha__Refresh:after {
        position: absolute;
        top: 0;
        right: 0;
        content: ")"
    }

.EPiServerForms .Form__Element__ValidationError {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    font-weight: 600;
    padding: 6px 12px;
    color: red
}

.EPiServerForms .FormResetButton,
.EPiServerForms .FormSubmitButton {
    background: 0 0;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: padding .2s ease-in-out;
    white-space: nowrap;
    outline: 0;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.55;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    border-radius: 6px 6px 6px 0;
    background-color: #69c;
    font-weight: 400;
    letter-spacing: .4px;
    margin: 24px 4px 2px 0;
    position: relative;
    padding: 7px 50px 7px 20px
}

    .EPiServerForms .FormResetButton:hover,
    .EPiServerForms .FormSubmitButton:hover {
        color: #fff;
        padding: 7px 30px 7px 20px;
        border-radius: 0 6px 6px 6px;
        background-color: #4080bf
    }

    .EPiServerForms .FormResetButton.disabled,
    .EPiServerForms .FormResetButton:disabled,
    .EPiServerForms .FormSubmitButton.disabled,
    .EPiServerForms .FormSubmitButton:disabled {
        opacity: .4;
        pointer-events: none;
        cursor: auto
    }

    .EPiServerForms .FormResetButton .c-btn__icon,
    .EPiServerForms .FormSubmitButton .c-btn__icon {
        height: 12px
    }

    .EPiServerForms .FormResetButton:hover,
    .EPiServerForms .FormSubmitButton:hover {
        padding-right: 60px
    }

    .EPiServerForms .FormResetButton::after,
    .EPiServerForms .FormSubmitButton::after {
        content: " ";
        width: 22px;
        height: 12px;
        /* ORIGINAL IMAGE NOT FOUND
            background: url(/sites/nutreco/content/images/icons/arrow-btn.svg) no-repeat;*/
        right: 0;
        position: absolute;
        margin: 11px 15px 0 0
    }

.EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message,
.EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message {
    padding: 24px;
    background-color: #f5f5f3;
    border: 1px solid #e5e7e8
}

    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message h1,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message h2,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message h3,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message h4,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message h5 {
        color: #80a41b
    }

    .EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message h1,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message h2,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message h3,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message h4,
    .EPiServerForms .Form__Status .Form__Status__Message.Form__Warning__Message h5 {
        color: #c8102e
    }

.FormTextbox__Checkbox {
    display: none
}

    .FormTextbox__Checkbox ~ span {
        padding-left: 50px;
        padding-top: 7px;
        display: inline-block
    }

        .FormTextbox__Checkbox ~ span:hover {
            cursor: pointer
        }

        .FormTextbox__Checkbox ~ span:after,
        .FormTextbox__Checkbox ~ span:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 0;
            width: 30px;
            height: 30px;
            border: 1px solid #e5e5e1;
            border-radius: 0;
            background-color: #fff;
            transition: all .2s ease-in-out;
            padding-top: 6px;
            padding-bottom: 6px;
            text-align: center
        }

    .FormTextbox__Checkbox:checked ~ span:hover {
        cursor: pointer
    }

    .FormTextbox__Checkbox:checked ~ span:after {
        border: 1px solid #000;
        content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0Ljc4MDMgMC4yMTk2ODNDMTQuNDg3NSAtMC4wNzMyMjc2IDE0LjAxMjYgLTAuMDczMjI3NiAxMy43MTk3IDAuMjE5NjgzTDQuNzM0MjEgOS4yMDUyNEwxLjI4MDM1IDUuNzUxMzdDMC45ODc0NjYgNS40NTg0NiAwLjUxMjYyMiA1LjQ1ODQ5IDAuMjE5NjgzIDUuNzUxMzdDLTAuMDczMjI3NSA2LjA0NDI1IC0wLjA3MzIyNzUgNi41MTkxIDAuMjE5NjgzIDYuODEyMDFMNC4yMDM4OCAxMC43OTYxQzQuNDk2NjggMTEuMDg5IDQuOTcxODcgMTEuMDg4OCA1LjI2NDU1IDEwLjc5NjFMMTQuNzgwMyAxLjI4MDM1QzE1LjA3MzMgMC45ODc0NjYgMTUuMDczMiAwLjUxMjU5MyAxNC43ODAzIDAuMjE5NjgzWiIgZmlsbD0iIzgwQTQxQiIvPgo8L3N2Zz4K)
    }

    .FormTextbox__Checkbox:disabled ~ span {
        color: #ccc
    }

        .FormTextbox__Checkbox:disabled ~ span:hover {
            cursor: auto
        }

        .FormTextbox__Checkbox:disabled ~ span:after {
            background-color: #f5f5f3;
            cursor: none
        }

.u-color-brand {
    color: #c8102e !important
}

.u-color-brand-invert {
    color: #fff !important
}

.u-color-accent1 {
    color: #69c !important
}

.u-color-accent2 {
    color: #003d6a !important
}

.u-color-gray {
    color: #84888b !important
}

.u-color-gray-light {
    color: #e5e5e1 !important
}

.u-color-gray-lighter {
    color: #f5f5f3 !important
}

.u-bg-color-brand,
[class*=u-bg-color-] .u-bg-color-brand {
    background-color: #c8102e !important;
    --brand__color-text: #FFFFFF;
    --brand__color-title: #FFFFFF;
    --brand__color-button: #C8102E
}

.u-bg-color-invert,
[class*=u-bg-color-] .u-bg-color-invert {
    background-color: #fff !important;
    --brand__color-text: #84888B
}

.u-bg-color-accent1,
[class*=u-bg-color-] .u-bg-color-accent1 {
    background-color: #69c !important;
    --brand__color-text: #FFFFFF;
    --brand__color-title: #FFFFFF
}

.u-bg-color-accent2,
.u-bg-color-gray,
[class*=u-bg-color-] .u-bg-color-accent2,
[class*=u-bg-color-] .u-bg-color-gray {
    background-color: #003d6a !important;
    --brand__color-text: #FFFFFF;
    --brand__color-title: #FFFFFF
}

.u-bg-color-gray,
[class*=u-bg-color-] .u-bg-color-gray {
    background-color: #84888b !important
}

.u-bg-color-gray-light,
[class*=u-bg-color-] .u-bg-color-gray-light {
    background-color: #e5e5e1 !important;
    --brand__color-text: #84888B
}

.u-bg-color-gray-lighter,
[class*=u-bg-color-] .u-bg-color-gray-lighter {
    background-color: #f5f5f3 !important;
    --brand__color-text: #84888B;
    --brand__color-title: #84888B
}

.u-bg-color-accent2 {
    --brand__color-title: $brand__color--accent2
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {

    .u-bg-color-brand div,
    .u-bg-color-brand li,
    .u-bg-color-brand ol,
    .u-bg-color-brand p,
    .u-bg-color-brand ul,
    [class*=u-bg-color-] .u-bg-color-brand div,
    [class*=u-bg-color-] .u-bg-color-brand li,
    [class*=u-bg-color-] .u-bg-color-brand ol,
    [class*=u-bg-color-] .u-bg-color-brand p,
    [class*=u-bg-color-] .u-bg-color-brand ul {
        color: #fff
    }

    .u-bg-color-brand .c-svg,
    [class*=u-bg-color-] .u-bg-color-brand .c-svg {
        fill: #fff
    }

    .u-bg-color-brand a:not([class*=c-btn--]),
    .u-bg-color-brand button:not([class*=c-btn--]),
    .u-bg-color-brand div,
    .u-bg-color-brand h1,
    .u-bg-color-brand h2,
    .u-bg-color-brand h3,
    .u-bg-color-brand h4,
    .u-bg-color-brand h5,
    .u-bg-color-brand h6,
    .u-bg-color-brand li,
    .u-bg-color-brand ol,
    .u-bg-color-brand p,
    .u-bg-color-brand ul,
    [class*=u-bg-color-] .u-bg-color-brand a:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-brand button:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-brand div,
    [class*=u-bg-color-] .u-bg-color-brand h1,
    [class*=u-bg-color-] .u-bg-color-brand h2,
    [class*=u-bg-color-] .u-bg-color-brand h3,
    [class*=u-bg-color-] .u-bg-color-brand h4,
    [class*=u-bg-color-] .u-bg-color-brand h5,
    [class*=u-bg-color-] .u-bg-color-brand h6,
    [class*=u-bg-color-] .u-bg-color-brand li,
    [class*=u-bg-color-] .u-bg-color-brand ol,
    [class*=u-bg-color-] .u-bg-color-brand p,
    [class*=u-bg-color-] .u-bg-color-brand ul {
        color: #fff
    }

    .u-bg-color-invert a:not([class*=c-btn--]),
    .u-bg-color-invert button:not([class*=c-btn--]),
    .u-bg-color-invert h1,
    .u-bg-color-invert h2,
    .u-bg-color-invert h3,
    .u-bg-color-invert h4,
    .u-bg-color-invert h5,
    .u-bg-color-invert h6,
    [class*=u-bg-color-] .u-bg-color-invert a:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-invert button:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-invert h1,
    [class*=u-bg-color-] .u-bg-color-invert h2,
    [class*=u-bg-color-] .u-bg-color-invert h3,
    [class*=u-bg-color-] .u-bg-color-invert h4,
    [class*=u-bg-color-] .u-bg-color-invert h5,
    [class*=u-bg-color-] .u-bg-color-invert h6 {
        color: #c8102e
    }

    .u-bg-color-invert div,
    .u-bg-color-invert li,
    .u-bg-color-invert ol,
    .u-bg-color-invert p,
    .u-bg-color-invert ul,
    [class*=u-bg-color-] .u-bg-color-invert div,
    [class*=u-bg-color-] .u-bg-color-invert li,
    [class*=u-bg-color-] .u-bg-color-invert ol,
    [class*=u-bg-color-] .u-bg-color-invert p,
    [class*=u-bg-color-] .u-bg-color-invert ul {
        color: #84888b
    }

    .u-bg-color-invert .c-svg,
    [class*=u-bg-color-] .u-bg-color-invert .c-svg {
        fill: #c8102e
    }

    .u-bg-color-accent1 div,
    .u-bg-color-accent1 li,
    .u-bg-color-accent1 ol,
    .u-bg-color-accent1 p,
    .u-bg-color-accent1 ul,
    [class*=u-bg-color-] .u-bg-color-accent1 div,
    [class*=u-bg-color-] .u-bg-color-accent1 li,
    [class*=u-bg-color-] .u-bg-color-accent1 ol,
    [class*=u-bg-color-] .u-bg-color-accent1 p,
    [class*=u-bg-color-] .u-bg-color-accent1 ul {
        color: #fff
    }

    .u-bg-color-accent1 a:not([class*=c-btn--]),
    .u-bg-color-accent1 button:not([class*=c-btn--]),
    .u-bg-color-accent1 div,
    .u-bg-color-accent1 h1,
    .u-bg-color-accent1 h2,
    .u-bg-color-accent1 h3,
    .u-bg-color-accent1 h4,
    .u-bg-color-accent1 h5,
    .u-bg-color-accent1 h6,
    .u-bg-color-accent1 li,
    .u-bg-color-accent1 ol,
    .u-bg-color-accent1 p,
    .u-bg-color-accent1 ul,
    [class*=u-bg-color-] .u-bg-color-accent1 a:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-accent1 button:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-accent1 div,
    [class*=u-bg-color-] .u-bg-color-accent1 h1,
    [class*=u-bg-color-] .u-bg-color-accent1 h2,
    [class*=u-bg-color-] .u-bg-color-accent1 h3,
    [class*=u-bg-color-] .u-bg-color-accent1 h4,
    [class*=u-bg-color-] .u-bg-color-accent1 h5,
    [class*=u-bg-color-] .u-bg-color-accent1 h6,
    [class*=u-bg-color-] .u-bg-color-accent1 li,
    [class*=u-bg-color-] .u-bg-color-accent1 ol,
    [class*=u-bg-color-] .u-bg-color-accent1 p,
    [class*=u-bg-color-] .u-bg-color-accent1 ul {
        color: #fff
    }

    .u-bg-color-accent1 .c-svg,
    .u-bg-color-accent2 .c-svg,
    [class*=u-bg-color-] .u-bg-color-accent1 .c-svg,
    [class*=u-bg-color-] .u-bg-color-accent2 .c-svg {
        fill: #fff
    }

    .u-bg-color-accent2 div,
    .u-bg-color-accent2 li,
    .u-bg-color-accent2 ol,
    .u-bg-color-accent2 p,
    .u-bg-color-accent2 ul,
    [class*=u-bg-color-] .u-bg-color-accent2 div,
    [class*=u-bg-color-] .u-bg-color-accent2 li,
    [class*=u-bg-color-] .u-bg-color-accent2 ol,
    [class*=u-bg-color-] .u-bg-color-accent2 p,
    [class*=u-bg-color-] .u-bg-color-accent2 ul {
        color: #fff
    }

    .u-bg-color-accent2 a:not([class*=c-btn--]),
    .u-bg-color-accent2 button:not([class*=c-btn--]),
    .u-bg-color-accent2 div,
    .u-bg-color-accent2 h1,
    .u-bg-color-accent2 h2,
    .u-bg-color-accent2 h3,
    .u-bg-color-accent2 h4,
    .u-bg-color-accent2 h5,
    .u-bg-color-accent2 h6,
    .u-bg-color-accent2 li,
    .u-bg-color-accent2 ol,
    .u-bg-color-accent2 p,
    .u-bg-color-accent2 ul,
    [class*=u-bg-color-] .u-bg-color-accent2 a:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-accent2 button:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-accent2 div,
    [class*=u-bg-color-] .u-bg-color-accent2 h1,
    [class*=u-bg-color-] .u-bg-color-accent2 h2,
    [class*=u-bg-color-] .u-bg-color-accent2 h3,
    [class*=u-bg-color-] .u-bg-color-accent2 h4,
    [class*=u-bg-color-] .u-bg-color-accent2 h5,
    [class*=u-bg-color-] .u-bg-color-accent2 h6,
    [class*=u-bg-color-] .u-bg-color-accent2 li,
    [class*=u-bg-color-] .u-bg-color-accent2 ol,
    [class*=u-bg-color-] .u-bg-color-accent2 p,
    [class*=u-bg-color-] .u-bg-color-accent2 ul {
        color: #fff
    }

    .u-bg-color-gray div,
    .u-bg-color-gray li,
    .u-bg-color-gray ol,
    .u-bg-color-gray p,
    .u-bg-color-gray ul,
    [class*=u-bg-color-] .u-bg-color-gray div,
    [class*=u-bg-color-] .u-bg-color-gray li,
    [class*=u-bg-color-] .u-bg-color-gray ol,
    [class*=u-bg-color-] .u-bg-color-gray p,
    [class*=u-bg-color-] .u-bg-color-gray ul {
        color: #fff
    }

    .u-bg-color-gray .c-svg,
    [class*=u-bg-color-] .u-bg-color-gray .c-svg {
        fill: #fff
    }

    .u-bg-color-gray a:not([class*=c-btn--]),
    .u-bg-color-gray button:not([class*=c-btn--]),
    .u-bg-color-gray div,
    .u-bg-color-gray h1,
    .u-bg-color-gray h2,
    .u-bg-color-gray h3,
    .u-bg-color-gray h4,
    .u-bg-color-gray h5,
    .u-bg-color-gray h6,
    .u-bg-color-gray li,
    .u-bg-color-gray ol,
    .u-bg-color-gray p,
    .u-bg-color-gray ul,
    [class*=u-bg-color-] .u-bg-color-gray a:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-gray button:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-gray div,
    [class*=u-bg-color-] .u-bg-color-gray h1,
    [class*=u-bg-color-] .u-bg-color-gray h2,
    [class*=u-bg-color-] .u-bg-color-gray h3,
    [class*=u-bg-color-] .u-bg-color-gray h4,
    [class*=u-bg-color-] .u-bg-color-gray h5,
    [class*=u-bg-color-] .u-bg-color-gray h6,
    [class*=u-bg-color-] .u-bg-color-gray li,
    [class*=u-bg-color-] .u-bg-color-gray ol,
    [class*=u-bg-color-] .u-bg-color-gray p,
    [class*=u-bg-color-] .u-bg-color-gray ul {
        color: #fff
    }

    .u-bg-color-gray-light a:not([class*=c-btn--]),
    .u-bg-color-gray-light button:not([class*=c-btn--]),
    .u-bg-color-gray-light h1,
    .u-bg-color-gray-light h2,
    .u-bg-color-gray-light h3,
    .u-bg-color-gray-light h4,
    .u-bg-color-gray-light h5,
    .u-bg-color-gray-light h6,
    .u-bg-color-gray-lighter a:not([class*=c-btn--]),
    .u-bg-color-gray-lighter button:not([class*=c-btn--]),
    .u-bg-color-gray-lighter h1,
    .u-bg-color-gray-lighter h2,
    .u-bg-color-gray-lighter h3,
    .u-bg-color-gray-lighter h4,
    .u-bg-color-gray-lighter h5,
    .u-bg-color-gray-lighter h6,
    [class*=u-bg-color-] .u-bg-color-gray-light a:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-gray-light button:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-gray-light h1,
    [class*=u-bg-color-] .u-bg-color-gray-light h2,
    [class*=u-bg-color-] .u-bg-color-gray-light h3,
    [class*=u-bg-color-] .u-bg-color-gray-light h4,
    [class*=u-bg-color-] .u-bg-color-gray-light h5,
    [class*=u-bg-color-] .u-bg-color-gray-light h6,
    [class*=u-bg-color-] .u-bg-color-gray-lighter a:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-gray-lighter button:not([class*=c-btn--]),
    [class*=u-bg-color-] .u-bg-color-gray-lighter h1,
    [class*=u-bg-color-] .u-bg-color-gray-lighter h2,
    [class*=u-bg-color-] .u-bg-color-gray-lighter h3,
    [class*=u-bg-color-] .u-bg-color-gray-lighter h4,
    [class*=u-bg-color-] .u-bg-color-gray-lighter h5,
    [class*=u-bg-color-] .u-bg-color-gray-lighter h6 {
        color: #c8102e
    }

    .u-bg-color-gray-light div,
    .u-bg-color-gray-light li,
    .u-bg-color-gray-light ol,
    .u-bg-color-gray-light p,
    .u-bg-color-gray-light ul,
    .u-bg-color-gray-lighter div,
    .u-bg-color-gray-lighter li,
    .u-bg-color-gray-lighter ol,
    .u-bg-color-gray-lighter p,
    .u-bg-color-gray-lighter ul,
    [class*=u-bg-color-] .u-bg-color-gray-light div,
    [class*=u-bg-color-] .u-bg-color-gray-light li,
    [class*=u-bg-color-] .u-bg-color-gray-light ol,
    [class*=u-bg-color-] .u-bg-color-gray-light p,
    [class*=u-bg-color-] .u-bg-color-gray-light ul,
    [class*=u-bg-color-] .u-bg-color-gray-lighter div,
    [class*=u-bg-color-] .u-bg-color-gray-lighter li,
    [class*=u-bg-color-] .u-bg-color-gray-lighter ol,
    [class*=u-bg-color-] .u-bg-color-gray-lighter p,
    [class*=u-bg-color-] .u-bg-color-gray-lighter ul {
        color: #84888b
    }

    .u-bg-color-gray-light .c-svg,
    .u-bg-color-gray-lighter .c-svg,
    [class*=u-bg-color-] .u-bg-color-gray-light .c-svg,
    [class*=u-bg-color-] .u-bg-color-gray-lighter .c-svg {
        fill: #c8102e
    }
}

.u-padding {
    padding: 24px !important
}

.u-padding-tiny {
    padding: 6px !important
}

.u-padding-small {
    padding: 12px !important
}

.u-padding-large {
    padding: 48px !important
}

.u-padding-huge {
    padding: 96px !important
}

.u-padding-none {
    padding: 0 !important
}

.u-padding-top {
    padding-top: 24px !important
}

.u-padding-top-tiny {
    padding-top: 6px !important
}

.u-padding-top-small {
    padding-top: 12px !important
}

.u-padding-top-large {
    padding-top: 48px !important
}

.u-padding-top-huge {
    padding-top: 96px !important
}

.u-padding-top-none {
    padding-top: 0 !important
}

.u-padding-right {
    padding-right: 24px !important
}

.u-padding-right-tiny {
    padding-right: 6px !important
}

.u-padding-right-small {
    padding-right: 12px !important
}

.u-padding-right-large {
    padding-right: 48px !important
}

.u-padding-right-huge {
    padding-right: 96px !important
}

.u-padding-right-none {
    padding-right: 0 !important
}

.u-padding-bottom {
    padding-bottom: 24px !important
}

.u-padding-bottom-tiny {
    padding-bottom: 6px !important
}

.u-padding-bottom-small {
    padding-bottom: 12px !important
}

.u-padding-bottom-large {
    padding-bottom: 48px !important
}

.u-padding-bottom-huge {
    padding-bottom: 96px !important
}

.u-padding-bottom-none {
    padding-bottom: 0 !important
}

.u-padding-left {
    padding-left: 24px !important
}

.u-padding-left-tiny {
    padding-left: 6px !important
}

.u-padding-left-small {
    padding-left: 12px !important
}

.u-padding-left-large {
    padding-left: 48px !important
}

.u-padding-left-huge {
    padding-left: 96px !important
}

.u-padding-left-none {
    padding-left: 0 !important
}

.u-padding-horizontal {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.u-padding-horizontal-tiny {
    padding-left: 6px !important;
    padding-right: 6px !important
}

.u-padding-horizontal-small {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.u-padding-horizontal-large {
    padding-left: 48px !important;
    padding-right: 48px !important
}

.u-padding-horizontal-huge {
    padding-left: 96px !important;
    padding-right: 96px !important
}

.u-padding-horizontal-none {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.u-padding-vertical {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.u-padding-vertical-tiny {
    padding-top: 6px !important;
    padding-bottom: 6px !important
}

.u-padding-vertical-small {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.u-padding-vertical-large {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.u-padding-vertical-huge {
    padding-top: 96px !important;
    padding-bottom: 96px !important
}

.u-padding-vertical-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.u-margin {
    margin: 24px !important
}

.u-margin-tiny {
    margin: 6px !important
}

.u-margin-small {
    margin: 12px !important
}

.u-margin-large {
    margin: 48px !important
}

.u-margin-huge {
    margin: 96px !important
}

.u-margin-none {
    margin: 0 !important
}

.u-margin-top {
    margin-top: 24px !important
}

.u-margin-top-tiny {
    margin-top: 6px !important
}

.u-margin-top-small {
    margin-top: 12px !important
}

.u-margin-top-large {
    margin-top: 48px !important
}

.u-margin-top-huge {
    margin-top: 96px !important
}

.u-margin-top-none {
    margin-top: 0 !important
}

.u-margin-right {
    margin-right: 24px !important
}

.u-margin-right-tiny {
    margin-right: 6px !important
}

.u-margin-right-small {
    margin-right: 12px !important
}

.u-margin-right-large {
    margin-right: 48px !important
}

.u-margin-right-huge {
    margin-right: 96px !important
}

.u-margin-right-none {
    margin-right: 0 !important
}

.u-margin-bottom {
    margin-bottom: 24px !important
}

.u-margin-bottom-tiny {
    margin-bottom: 6px !important
}

.u-margin-bottom-small {
    margin-bottom: 12px !important
}

.u-margin-bottom-large {
    margin-bottom: 48px !important
}

.u-margin-bottom-huge {
    margin-bottom: 96px !important
}

.u-margin-bottom-none {
    margin-bottom: 0 !important
}

.u-margin-left {
    margin-left: 24px !important
}

.u-margin-left-tiny {
    margin-left: 6px !important
}

.u-margin-left-small {
    margin-left: 12px !important
}

.u-margin-left-large {
    margin-left: 48px !important
}

.u-margin-left-huge {
    margin-left: 96px !important
}

.u-margin-left-none {
    margin-left: 0 !important
}

.u-margin-horizontal {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.u-margin-horizontal-tiny {
    margin-left: 6px !important;
    margin-right: 6px !important
}

.u-margin-horizontal-small {
    margin-left: 12px !important;
    margin-right: 12px !important
}

.u-margin-horizontal-large {
    margin-left: 48px !important;
    margin-right: 48px !important
}

.u-margin-horizontal-huge {
    margin-left: 96px !important;
    margin-right: 96px !important
}

.u-margin-horizontal-none {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.u-margin-vertical {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.u-margin-vertical-tiny {
    margin-top: 6px !important;
    margin-bottom: 6px !important
}

.u-margin-vertical-small {
    margin-top: 12px !important;
    margin-bottom: 12px !important
}

.u-margin-vertical-large {
    margin-top: 48px !important;
    margin-bottom: 48px !important
}

.u-margin-vertical-huge {
    margin-top: 96px !important;
    margin-bottom: 96px !important
}

.u-margin-vertical-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.u-txt-upper {
    text-transform: uppercase !important
}

.u-txt-lower {
    text-transform: lowercase !important
}

.u-txt-center {
    text-align: center !important
}

.u-txt-right {
    text-align: right !important
}

.u-txt-left {
    text-align: left !important
}

.u-txt-justify {
    text-align: justify !important;
    text-justify: inter-word !important
}

.u-underline-none {
    text-decoration: none !important
}

.u-txt-underline {
    text-decoration: underline
}

.u-txt-italic {
    font-style: italic
}

.u-txt-nowrap {
    white-space: nowrap
}

.u-1\/1 {
    width: 100% !important
}

.u-1\/2 {
    width: 50% !important
}

.u-2\/2 {
    width: 100% !important
}

.u-1\/3 {
    width: 33.3333333333% !important
}

.u-2\/3 {
    width: 66.6666666667% !important
}

.u-3\/3 {
    width: 100% !important
}

.u-1\/4 {
    width: 25% !important
}

.u-2\/4 {
    width: 50% !important
}

.u-3\/4 {
    width: 75% !important
}

.u-4\/4 {
    width: 100% !important
}

.u-1\/5 {
    width: 20% !important
}

.u-2\/5 {
    width: 40% !important
}

.u-3\/5 {
    width: 60% !important
}

.u-4\/5 {
    width: 80% !important
}

.u-5\/5 {
    width: 100% !important
}

.u-1\/6 {
    width: 16.6666666667% !important
}

.u-2\/6 {
    width: 33.3333333333% !important
}

.u-3\/6 {
    width: 50% !important
}

.u-4\/6 {
    width: 66.6666666667% !important
}

.u-5\/6 {
    width: 83.3333333333% !important
}

.u-6\/6 {
    width: 100% !important
}

@media (min-width:22.5em) {
    .u-1\/1\@mobile {
        width: 100% !important
    }

    .u-1\/2\@mobile {
        width: 50% !important
    }

    .u-2\/2\@mobile {
        width: 100% !important
    }

    .u-1\/3\@mobile {
        width: 33.3333333333% !important
    }

    .u-2\/3\@mobile {
        width: 66.6666666667% !important
    }

    .u-3\/3\@mobile {
        width: 100% !important
    }

    .u-1\/4\@mobile {
        width: 25% !important
    }

    .u-2\/4\@mobile {
        width: 50% !important
    }

    .u-3\/4\@mobile {
        width: 75% !important
    }

    .u-4\/4\@mobile {
        width: 100% !important
    }

    .u-1\/5\@mobile {
        width: 20% !important
    }

    .u-2\/5\@mobile {
        width: 40% !important
    }

    .u-3\/5\@mobile {
        width: 60% !important
    }

    .u-4\/5\@mobile {
        width: 80% !important
    }

    .u-5\/5\@mobile {
        width: 100% !important
    }

    .u-1\/6\@mobile {
        width: 16.6666666667% !important
    }

    .u-2\/6\@mobile {
        width: 33.3333333333% !important
    }

    .u-3\/6\@mobile {
        width: 50% !important
    }

    .u-4\/6\@mobile {
        width: 66.6666666667% !important
    }

    .u-5\/6\@mobile {
        width: 83.3333333333% !important
    }

    .u-6\/6\@mobile {
        width: 100% !important
    }
}

@media (min-width:46.25em) {
    .u-1\/1\@tablet {
        width: 100% !important
    }

    .u-1\/2\@tablet {
        width: 50% !important
    }

    .u-2\/2\@tablet {
        width: 100% !important
    }

    .u-1\/3\@tablet {
        width: 33.3333333333% !important
    }

    .u-2\/3\@tablet {
        width: 66.6666666667% !important
    }

    .u-3\/3\@tablet {
        width: 100% !important
    }

    .u-1\/4\@tablet {
        width: 25% !important
    }

    .u-2\/4\@tablet {
        width: 50% !important
    }

    .u-3\/4\@tablet {
        width: 75% !important
    }

    .u-4\/4\@tablet {
        width: 100% !important
    }

    .u-1\/5\@tablet {
        width: 20% !important
    }

    .u-2\/5\@tablet {
        width: 40% !important
    }

    .u-3\/5\@tablet {
        width: 60% !important
    }

    .u-4\/5\@tablet {
        width: 80% !important
    }

    .u-5\/5\@tablet {
        width: 100% !important
    }

    .u-1\/6\@tablet {
        width: 16.6666666667% !important
    }

    .u-2\/6\@tablet {
        width: 33.3333333333% !important
    }

    .u-3\/6\@tablet {
        width: 50% !important
    }

    .u-4\/6\@tablet {
        width: 66.6666666667% !important
    }

    .u-5\/6\@tablet {
        width: 83.3333333333% !important
    }

    .u-6\/6\@tablet {
        width: 100% !important
    }
}

@media (min-width:61.25em) {
    .u-1\/1\@desktop {
        width: 100% !important
    }

    .u-1\/2\@desktop {
        width: 50% !important
    }

    .u-2\/2\@desktop {
        width: 100% !important
    }

    .u-1\/3\@desktop {
        width: 33.3333333333% !important
    }

    .u-2\/3\@desktop {
        width: 66.6666666667% !important
    }

    .u-3\/3\@desktop {
        width: 100% !important
    }

    .u-1\/4\@desktop {
        width: 25% !important
    }

    .u-2\/4\@desktop {
        width: 50% !important
    }

    .u-3\/4\@desktop {
        width: 75% !important
    }

    .u-4\/4\@desktop {
        width: 100% !important
    }

    .u-1\/5\@desktop {
        width: 20% !important
    }

    .u-2\/5\@desktop {
        width: 40% !important
    }

    .u-3\/5\@desktop {
        width: 60% !important
    }

    .u-4\/5\@desktop {
        width: 80% !important
    }

    .u-5\/5\@desktop {
        width: 100% !important
    }

    .u-1\/6\@desktop {
        width: 16.6666666667% !important
    }

    .u-2\/6\@desktop {
        width: 33.3333333333% !important
    }

    .u-3\/6\@desktop {
        width: 50% !important
    }

    .u-4\/6\@desktop {
        width: 66.6666666667% !important
    }

    .u-5\/6\@desktop {
        width: 83.3333333333% !important
    }

    .u-6\/6\@desktop {
        width: 100% !important
    }
}

@media (min-width:81.25em) {
    .u-1\/1\@large {
        width: 100% !important
    }

    .u-1\/2\@large {
        width: 50% !important
    }

    .u-2\/2\@large {
        width: 100% !important
    }

    .u-1\/3\@large {
        width: 33.3333333333% !important
    }

    .u-2\/3\@large {
        width: 66.6666666667% !important
    }

    .u-3\/3\@large {
        width: 100% !important
    }

    .u-1\/4\@large {
        width: 25% !important
    }

    .u-2\/4\@large {
        width: 50% !important
    }

    .u-3\/4\@large {
        width: 75% !important
    }

    .u-4\/4\@large {
        width: 100% !important
    }

    .u-1\/5\@large {
        width: 20% !important
    }

    .u-2\/5\@large {
        width: 40% !important
    }

    .u-3\/5\@large {
        width: 60% !important
    }

    .u-4\/5\@large {
        width: 80% !important
    }

    .u-5\/5\@large {
        width: 100% !important
    }

    .u-1\/6\@large {
        width: 16.6666666667% !important
    }

    .u-2\/6\@large {
        width: 33.3333333333% !important
    }

    .u-3\/6\@large {
        width: 50% !important
    }

    .u-4\/6\@large {
        width: 66.6666666667% !important
    }

    .u-5\/6\@large {
        width: 83.3333333333% !important
    }

    .u-6\/6\@large {
        width: 100% !important
    }
}

@media (min-width:100em) {
    .u-1\/1\@wide {
        width: 100% !important
    }

    .u-1\/2\@wide {
        width: 50% !important
    }

    .u-2\/2\@wide {
        width: 100% !important
    }

    .u-1\/3\@wide {
        width: 33.3333333333% !important
    }

    .u-2\/3\@wide {
        width: 66.6666666667% !important
    }

    .u-3\/3\@wide {
        width: 100% !important
    }

    .u-1\/4\@wide {
        width: 25% !important
    }

    .u-2\/4\@wide {
        width: 50% !important
    }

    .u-3\/4\@wide {
        width: 75% !important
    }

    .u-4\/4\@wide {
        width: 100% !important
    }

    .u-1\/5\@wide {
        width: 20% !important
    }

    .u-2\/5\@wide {
        width: 40% !important
    }

    .u-3\/5\@wide {
        width: 60% !important
    }

    .u-4\/5\@wide {
        width: 80% !important
    }

    .u-5\/5\@wide {
        width: 100% !important
    }

    .u-1\/6\@wide {
        width: 16.6666666667% !important
    }

    .u-2\/6\@wide {
        width: 33.3333333333% !important
    }

    .u-3\/6\@wide {
        width: 50% !important
    }

    .u-4\/6\@wide {
        width: 66.6666666667% !important
    }

    .u-5\/6\@wide {
        width: 83.3333333333% !important
    }

    .u-6\/6\@wide {
        width: 100% !important
    }
}

@media (min-width:112.5em) {
    .u-1\/1\@huge {
        width: 100% !important
    }

    .u-1\/2\@huge {
        width: 50% !important
    }

    .u-2\/2\@huge {
        width: 100% !important
    }

    .u-1\/3\@huge {
        width: 33.3333333333% !important
    }

    .u-2\/3\@huge {
        width: 66.6666666667% !important
    }

    .u-3\/3\@huge {
        width: 100% !important
    }

    .u-1\/4\@huge {
        width: 25% !important
    }

    .u-2\/4\@huge {
        width: 50% !important
    }

    .u-3\/4\@huge {
        width: 75% !important
    }

    .u-4\/4\@huge {
        width: 100% !important
    }

    .u-1\/5\@huge {
        width: 20% !important
    }

    .u-2\/5\@huge {
        width: 40% !important
    }

    .u-3\/5\@huge {
        width: 60% !important
    }

    .u-4\/5\@huge {
        width: 80% !important
    }

    .u-5\/5\@huge {
        width: 100% !important
    }

    .u-1\/6\@huge {
        width: 16.6666666667% !important
    }

    .u-2\/6\@huge {
        width: 33.3333333333% !important
    }

    .u-3\/6\@huge {
        width: 50% !important
    }

    .u-4\/6\@huge {
        width: 66.6666666667% !important
    }

    .u-5\/6\@huge {
        width: 83.3333333333% !important
    }

    .u-6\/6\@huge {
        width: 100% !important
    }
}

.u-h1 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
    line-height: 1.1666666667 !important
}

.u-h2 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
    line-height: 1.2857142857 !important
}

.u-h3 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 1.25 !important
}

.u-h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important
}

.u-h5 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 1.3333333333 !important
}

.u-h6 {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important
}

@media (min-width:22.5em) {
    .u-hide-mobile {
        display: none !important
    }
}

@media (max-width:22.49em) {
    .u-hide-until-mobile {
        display: none !important
    }
}

@media (min-width:46.25em) {
    .u-hide-tablet {
        display: none !important
    }
}

@media (max-width:46.24em) {
    .u-hide-until-tablet {
        display: none !important
    }
}

@media (min-width:61.25em) {
    .u-hide-desktop {
        display: none !important
    }
}

@media (max-width:61.24em) {
    .u-hide-until-desktop {
        display: none !important
    }
}

@media (min-width:81.25em) {
    .u-hide-large {
        display: none !important
    }
}

@media (max-width:81.24em) {
    .u-hide-until-large {
        display: none !important
    }
}

@media (min-width:100em) {
    .u-hide-wide {
        display: none !important
    }
}

@media (max-width:99.99em) {
    .u-hide-until-wide {
        display: none !important
    }
}

@media (min-width:112.5em) {
    .u-hide-huge {
        display: none !important
    }
}

@media (max-width:112.49em) {
    .u-hide-until-huge {
        display: none !important
    }
}

.u-show {
    display: block
}

.u-scroll-none\@mobile {
    position: fixed;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden
}

@media (min-width:61.25em) {
    .u-scroll-none\@mobile {
        overflow-y: unset;
        overflow-x: unset;
        position: relative;
        height: auto
    }
}

