﻿/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
    margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
    display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
    margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
    display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
    font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
    font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
    font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
    background-color: #ff0;
    color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
    font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
    display: inline-block;
}

    /**
     * Add the correct display in iOS 4-7.
     */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
    border-style: none;
    width: auto;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
    overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
       * Remove the inner border and padding in Firefox.
       */
    /**
       * Restore the focus styles unset by the previous rule.
       */
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
     * Show the overflow in Edge.
     */
input {
    overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
    overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
    display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
    display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
    display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
    display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
    display: none;
}

.new-container {
    margin: 0;
    padding-bottom: 2.5rem;
    padding-top: 2rem;
    width: 100%;
}

    .new-container > .new-container__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
        max-width: calc(100% - (16px * 2));
    }

@media (min-width: 640px) {
    .new-container > .new-container__inner {
        max-width: 752px;
    }
}

.new-container.is--full-width > .new-container__inner {
    max-width: unset;
    width: 100%;
}

@media (min-width: 1140px) {
    .new-container.is--full-width > .new-container__inner {
        max-width: 1140px;
    }
}

footer.container,
section.container {
    min-width: 320px;
    padding: 32px 15px 40px 15px;
    width: 100%;
}

@media (min-width: 1024px) {
    footer.container,
    section.container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

footer.container > .content,
section.container > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 752px;
}

    footer.container > .content > [class*="column-"],
    section.container > .content > [class*="column-"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

@media (min-width: 1024px) {
    footer.container > .content > div,
    footer.container > .content > .column,
    section.container > .content > div,
    section.container > .content > .column {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    }

    footer.container > .content > .column-25,
    section.container > .content > .column-25 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    footer.container > .content > .column-33,
    section.container > .content > .column-33 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    footer.container > .content > .column-40,
    section.container > .content > .column-40 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    footer.container > .content > .column-50,
    section.container > .content > .column-50 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    footer.container > .content > .column-60,
    section.container > .content > .column-60 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }

    footer.container > .content > .column-100,
    section.container > .content > .column-100 {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

footer.container.is--wide > .content,
section.container.is--wide > .content {
    max-width: 1140px;
}

footer.container.is--spacious,
section.container.is--spacious {
    padding: 40px auto;
}

@media (min-width: 1024px) {
    footer.container.is--spacious,
    section.container.is--spacious {
        padding-top: 72px;
        padding-bottom: 64px;
    }
}

footer.container.is--overflow,
section.container.is--overflow {
    padding-left: 0;
    padding-right: 0;
}

    footer.container.is--overflow > .content,
    section.container.is--overflow > .content {
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
    }

hr,
.divider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(79, 87, 89, 0.2);
    border: 0;
    color: #4f5759;
    height: 1px;
    margin: 0 16px;
    max-width: 1140px;
}

.show--large {
    display: none !important;
}

@media (min-width: 1024px) {
    .show--large {
        display: block !important;
    }
}

.hide--large {
    display: block !important;
}

@media (min-width: 1024px) {
    .hide--large {
        display: none !important;
    }
}

body,
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

p,
.text {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #3f4647;
}

.text--small {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #3f4647;
    font-size: 0.875rem;
}

a,
.element-link {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #3f4647;
    color: #001c56;
    font-weight: 700;
}

    a:hover,
    .element-link:hover {
        text-decoration: none;
    }

h3,
.h3 {
    color: #333939;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    line-height: 1.36;
    margin: 0.9375rem auto;
}

    h1.center,
    h2.center,
    h3.center,
    h4.center,
    h5.center,
    p.center {
        text-align: center;
    }

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.is--bg-solid {
    background-color: rgba(0, 28, 86, 0.05);
}

.accordion {
    background-color: #dcfaf2;
    border-radius: 4px;
    margin: 1rem auto;
    padding: 0;
    width: 100%;
}

@media (min-width: 1024px) {
    .accordion {
        margin: 0.5rem auto;
    }
}

.accordion__toggle {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: none !important;
    padding: 16px;
    position: relative;
    width: 100%;
}

    .accordion__toggle > span:first-of-type {
        text-align: initial;
    }

.accordion__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #001c56;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 32px;
    flex-basis: 32px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
}

.accordion__content {
    color: #3f4647;
    padding: 0 16px 16px 16px;
}

    .accordion__content > * {
        margin: 0;
        padding: 0;
    }

.accordion + .accordion {
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .accordion + .accordion {
        margin-top: 0.5rem;
    }
}

.accordion.is--featured {
    background-color: #001c56;
    color: #fff;
}

    .accordion.is--featured p,
    .accordion.is--featured > button > span:first-of-type {
        color: #fff;
    }

    .accordion.is--featured .accordion__icon {
        background-color: #fff;
    }

        .accordion.is--featured .accordion__icon > svg > path,
        .accordion.is--featured .accordion__icon > svg > rect {
            fill: #001c56;
        }

.accordion.is--white {
    background-color: #fff;
    color: #001c56;
}

.button-link {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #55e7c4;
    border-radius: 1.6875rem;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    height: 3.375rem;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 32px;
    width: 100%;
    border: solid 1px #55e7c4;
    -webkit-transition: background-color 125ms ease;
    transition: background-color 125ms ease;
    text-decoration: none;
    background-color: tomato;
}

@media (min-width: 1024px) {
    .button-link {
        width: unset;
        min-width: 267px;
    }
}

.button-link:hover {
    background-color: #2ed2aa;
}

.button-link.is--white {
    background-color: #fff;
    border-color: #001c56;
}

    .button-link.is--white:hover {
        background-color: #001c56;
        color: #fff;
    }

        .button-link.is--white:hover > svg > path,
        .button-link.is--white:hover > svg > rect {
            fill: #fff;
        }

.button-link[class*="icon--"] > .icon {
    margin-left: 8px;
}

.button-element {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #55e7c4;
    border-radius: 1.6875rem;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    height: 3.375rem;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 32px;
    width: 100%;
    border: solid 1px #55e7c4;
    -webkit-transition: background-color 125ms ease;
    transition: background-color 125ms ease;
    text-decoration: none;
}

@media (min-width: 1024px) {
    .button-element {
        width: unset;
        min-width: 267px;
    }
}

.button-element:hover {
    background-color: #2ed2aa;
}

.button-element.is--white {
    background-color: #fff;
    border-color: #001c56;
}

    .button-element.is--white:hover {
        background-color: #001c56;
        color: #fff;
    }

        .button-element.is--white:hover > svg > path,
        .button-element.is--white:hover > svg > rect {
            fill: #fff;
        }

.button-element[class*="icon--"] > .icon {
    margin-left: 8px;
}

.button-radio > input {
    height: 0px;
    left: -1px;
    opacity: 0;
    position: absolute;
    right: -1px;
    width: 0px;
}

.button-radio > div {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #55e7c4;
    border-radius: 1.6875rem;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    height: 3.375rem;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 32px;
    width: 100%;
    border: solid 1px #55e7c4;
    -webkit-transition: background-color 125ms ease;
    transition: background-color 125ms ease;
    align-items: center;
    background-color: rgba(0, 28, 86, 0.05);
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: auto;
    justify-content: center;
    margin: 0;
    padding: 10px;
    width: 100%;
}

@media (min-width: 1024px) {
    .button-radio > div {
        width: unset;
        min-width: 267px;
    }
}

.button-radio > div:hover {
    background-color: #2ed2aa;
}

.button-radio > div.is--white {
    background-color: #fff;
    border-color: #001c56;
}

    .button-radio > div.is--white:hover {
        background-color: #001c56;
        color: #fff;
    }

        .button-radio > div.is--white:hover > svg > path,
        .button-radio > div.is--white:hover > svg > rect {
            fill: #fff;
        }

.button-radio > div > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .button-radio > div > span::before {
        background-color: #fff;
        border-radius: 8px;
        border: solid 1px #ced4da;
        content: "";
        display: inline-block;
        height: 16px;
        margin-right: 8px;
        margin-top: 4px;
        width: 16px;
    }

.button-radio > input:active + div,
.button-radio > input:checked + div,
.button-radio > input:focus + div {
    background-color: #001c56;
    color: #fff;
}

    .button-radio > input:active + div > span::before,
    .button-radio > input:checked + div > span::before,
    .button-radio > input:focus + div > span::before {
        background-color: #001c56;
        border: solid 5px #fff;
        /*height: 8px;
        width: 8px;*/
    }

.card {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 32px 16px 40px 16px;
    text-align: center;
}

.product-card {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    max-width: 345px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .product-card {
        max-width: 364px;
    }
}

.product-card__top-label {
    background-color: #001c56;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 32px;
}

    .product-card__top-label > span {
        font-family: proxima-nova, sans-serif;
        font-size: 1rem;
        line-height: 1.63;
        color: #001c56;
        background-color: #fff;
        border-radius: 17px;
        font-weight: 700;
        height: 34px;
        padding: 6px 24px;
        text-transform: uppercase;
    }

.product-card__header {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
    text-align: center;
    border-bottom: solid 1px rgba(79, 87, 89, 0.2);
    margin: 24px 16px 16px 16px;
}

.featured-products__card__subbox {
    text-align: center;
    margin-top: 10px;
}

    .featured-products__card__subbox a {
        text-decoration: none;
    }

@media (min-width: 1024px) {
    .product-card__header {
        margin: 24px 24px 16px 24px;
    }
}

.product-card__header > h4 {
    font-size: 1.625rem;
    font-weight: 400;
    margin: 0 auto;
}

.product-card__header > span {
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 16px;
}

.product-card__body {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #3f4647;
    font-weight: normal;
    margin: 0 16px 32px 16px;
    text-align: center;
}

@media (min-width: 1024px) {
    .product-card__body {
        margin: 0 24px 32px 24px;
    }

        .product-card__body > p {
            min-height: 78px;
        }
}

.product-card__body > p {
    margin: 8px auto 24px auto;
    text-decoration: none;
}

.product-card__body > .button-element {
    margin: 0 auto;
}

.product-card.is--featured .product-card__top-label {
    background-color: #001c56;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 32px;
}

    .product-card.is--featured .product-card__top-label > span {
        font-family: proxima-nova, sans-serif;
        font-size: 1rem;
        line-height: 1.63;
        color: #001c56;
        background-color: #55e7c4;
        border-radius: 17px;
        font-weight: 700;
        height: 34px;
        padding: 6px 24px;
        text-transform: uppercase;
    }

.product-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-width: 320px;
    padding-bottom: 50px;
}

@media (min-width: 1024px) {
    .product-select {
        min-width: 364px;
    }
}

.product-select__content {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    max-width: 345px;
    margin: 0 auto;
    height: 100%;
}

@media (min-width: 1024px) {
    .product-select__content {
        max-width: 364px;
    }
}

.product-select__top-label {
    background-color: #001c56;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 32px;
}

    .product-select__top-label > span {
        font-family: proxima-nova, sans-serif;
        font-size: 1rem;
        line-height: 1.63;
        color: #001c56;
        background-color: #fff;
        border-radius: 17px;
        font-weight: 700;
        height: 34px;
        padding: 6px 24px;
        text-transform: uppercase;
    }

.product-select__header {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
    text-align: center;
    margin-top: 24px;
}

    .product-select__header > h4 {
        font-size: 1.625rem;
        font-weight: 400;
        margin: 24px auto 0 auto;
    }

    .product-select__header > span {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 16px;
    }

.product-select__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px auto 0 auto;
    width: calc(100% - 16px * 2);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-select__usp-list + hr {
    margin-top: auto;
}

.product-select__footer {
    margin-top: auto;
    padding: 15px 32px;
}

.product-select__select {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 28, 86, 0.05);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    width: 100%;
}

.product-select.is--recommended {
    padding-bottom: 0;
}

    .product-select.is--recommended .product-select__top-label > span {
        background-color: #55e7c4;
    }

    .product-select.is--recommended .product-select__content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.product-select__recommended-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #55e7c4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 24px 12px 24px;
    text-align: center;
    text-transform: uppercase;
}

    .product-select__recommended-label > span {
        font-family: proxima-nova, sans-serif;
        font-size: 1rem;
        line-height: 1.63;
        color: #001c56;
        font-size: 0.875rem;
        font-weight: 700;
    }

.product-carousel {
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.product-carousel__wrapper {
    position: relative;
    margin: 0 auto;
}

.product-carousel__navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 54px;
    width: 54px;
    background-color: rgba(0, 28, 86, 0.6);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    border-radius: 27px;
}

@media (min-width: 1140px) {
    .product-carousel__navigation {
        display: none;
    }
}

.product-carousel__navigation--next {
    right: 12px;
    background-image: url("../../images/brand/svg/chevron-right-white.svg");
    background-position-x: 25px;
}

.product-carousel__navigation--prev {
    left: 12px;
    background-image: url("../../images/brand/svg/chevron-left-white.svg");
    background-position-x: 20px;
}

.product-carousel__item + .product-carousel__item {
    margin-left: 12px;
}

@media (min-width: 1140px) {
    .product-carousel__item + .product-carousel__item {
        margin-left: 24px;
    }
}

.callout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 28, 86, 0.05);
    border-radius: 6px;
    color: #001c56;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.36;
    margin: 0 auto;
    max-width: 849px;
    padding: 24px 16px;
}

@media (min-width: 1024px) {
    .callout {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.callout p {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
    text-align: center;
}

@media (min-width: 1024px) {
    .callout p {
        font-size: 1.375rem;
        line-height: 1.36;
        margin: 0 auto;
        text-align: left;
    }
}

.callout > svg {
    height: 69px;
    width: 69px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .callout > svg {
        margin-right: 39px;
    }
}

.callout--large {
    max-width: 946px;
    background-color: #001c56;
    padding: 24px 16px 32px 16px;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .callout--large {
        border-radius: 6px;
        padding: 40px;
    }
}

.callout--large h3 {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto 8px auto;
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .callout--large h3 {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

@media (min-width: 1024px) {
    .callout--large h3 {
        margin: 0 auto;
    }
}

.callout--large p {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.44;
    margin-top: 0;
    text-align: center;
    margin: 16px auto 24px auto;
}

@media (min-width: 1024px) {
    .callout--large p {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.callout--large .button-element {
    margin: auto;
    min-width: 345px;
}

.consent__content {
    position: relative;
    padding-left: 26px;
}

    .consent__content::after {
        content: "";
    }

.documents__title {
    text-align: center;
    color: #333939;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto 8px auto;
}

@media (min-width: 1024px) {
    .documents__title {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

@media (max-width: 800px) {
    .documents__title {
        display: none;
    }
}

.documents__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 800px) {
    .documents__items {
        margin: 0 20px;
    }
}

.documents__item {
    min-width: 300px;
    margin-bottom: 50px;
}

.documents__item_title {
    border-bottom: 1px solid #e5e3e3;
    padding-bottom: 8px;
    font-size: 28px;
    line-height: 1.36;
    color: #333939;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    line-height: 1.36;
}

.documents__item_link {
    font-weight: 600;
    margin-right: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    text-decoration: underline;
    color: #001c56;
    text-decoration: none;
}

    .documents__item_link:link, .documents__item_link:visited {
        color: #001c56;
    }

    .documents__item_link:hover {
        text-decoration: none;
    }

    .documents__item_link:hover {
        text-decoration: underline;
    }

.documents__item_size {
    font-weight: normal;
}

.documents__item ul li a {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.63;
    color: #acb5bd;
    font-family: proxima-nova, sans-serif;
}

    .documents__item ul li a svg {
        margin-right: 8px;
        height: 24px;
        width: 20px;
        -ms-flex-item-align: center;
        align-self: center;
    }

.faq {
    margin: 0 auto;
    max-width: 752px;
}

.faq__title {
    color: #000;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto 8px auto;
    text-align: center;
}

@media (min-width: 1024px) {
    .faq__title {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

.form {
    font-family: proxima-nova, sans-serif;
}

.form__card {
    margin-bottom: 48px;
}

@media (min-width: 1024px) {
    .form__card {
        margin-bottom: 64px;
    }
}

.form__card > * {
    margin: 0 auto;
}

    .form__card > * + * {
        margin-top: 16px;
    }


.form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .form__group > * {
        max-width: 291px;
    }
}

.form__card-preheading {
    color: #3f4647;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.form__card-heading {
    color: #001c56;
    font-size: 1.625rem;
    font-weight: normal;
}

.form__card-price {
    color: #001c56;
    font-weight: 700;
    font-size: 2.5rem;
}

.form__card-checkbox {
    text-align: left;
}

.form__heading {
    color: #333939;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    line-height: 1.36;
    margin: 16px 0;
}

.form__subtext {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: rgba(63, 70, 71, 0.7);
    font-size: 0.875rem;
    font-weight: normal;
}

.form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .form__footer .button-element {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .form__footer > hr {
        margin: 48px auto;
        width: calc(100% - 32px);
        -ms-flex-item-align: center;
        align-self: center;
    }

@media (min-width: 1150px) {
    .form__footer > hr {
        max-width: 1140px;
        margin-right: 0;
        margin-left: 0;
        width: 120%;
    }
}

.form__disclaimer {
    font-size: 0.75rem;
    text-align: center;
}

.form__disclaimer-heading {
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
}

.form__nav {
    margin: 0 auto;
}

    .form__nav > a {
        padding: 0 16px;
    }

        .form__nav > a + a {
            border-left: 1px solid #e5e3e3;
        }


.footer {
    width: 100%;
    padding: 40px 0 20px 0;
    background-color: #001c56;
    color: #fff;
    margin-top: 64px;
}

@media (min-width: 1024px) {
    .footer {
        margin-top: 72px;
    }
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 800px) {
    .footer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.footer__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .footer__item ul li {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        margin-bottom: 8px;
    }

.footer__item h3 {
    color: #fff;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    line-height: 1.36;
    margin-bottom: 16px;
}

.footer__item_link {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    text-decoration: underline;
    color: #fff;
    text-decoration: underline;
}

    .footer__item_link:link, .footer__item_link:visited {
        color: #fff;
    }

    .footer__item_link:hover {
        text-decoration: none;
    }

.footer__item img {
    margin-top: 20px;
    max-width: 170px;
    max-height: 170px;
}

@media (max-width: 800px) {
    .footer__item img {
        margin-top: 48px;
    }
}

.footer__copyright {
    color: #fff;
    text-align: center;
    opacity: 0.6;
    font-size: 16px;
    line-height: 1.63;
    font-weight: 300;
    margin-top: 100px;
}

@media (max-width: 800px) {
    .footer__copyright {
        margin-top: 64px;
    }
}

.hero {
    height: 750px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 231, 196, 0.4)), to(rgba(0, 28, 86, 0.4))), url("../../images/brand/jpeg/hela_hero_bg.jpg");
    background: -webkit-linear-gradient(top, rgba(85, 231, 196, 0.4) 0%, rgba(0, 28, 86, 0.4) 100%), url("../../images/brand/jpeg/hela_hero_bg.jpg");
    background: linear-gradient(180deg, rgba(85, 231, 196, 0.4) 0%, rgba(0, 28, 86, 0.4) 100%), url("../../images/brand/jpeg/hela_hero_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 16px;
}

@media (max-width: 800px) {
    .hero {
        background-position: center;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding: 0 32px;
    }
}

.hero__button {
    margin-top: 32px;
    background-color: #55e7c4;
    height: 54px;
    font-weight: bold;
    border: none;
    font-family: proxima-nova, sans-serif;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    color: #001c56;
    line-height: 1.63;
    font-size: 16px;
    border-radius: 27px;
    padding: 0 56px;
}

    .hero__button svg {
        margin-left: 8px;
    }

    .hero__button:hover {
        background-color: #1ed2a7 !important;
    }

@media (max-width: 800px) {
    .hero__button {
        width: 100%;
    }
}

.hero__title {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 2.375rem;
    font-weight: 300;
    line-height: 1.16;
    max-width: 555px;
    margin-bottom: 8px;
}

@media (min-width: 1024px) {
    .hero__title {
        font-size: 58px;
    }
}

@media (max-width: 800px) {
    .hero__title {
        background-position: center;
        font-size: 38px;
    }
}

@media (max-width: 400px) {
    .hero__title {
        font-size: 32px;
    }
}

.hero__subtitle {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    font-family: proxima-nova, sans-serif;
    color: #fff;
}

.hero__content {
    padding-top: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .hero__content {
        padding-top: 460px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hero__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

    .hero__right img {
        margin-top: 45px;
        width: 200px;
        margin-left: 10px;
        margin-right: 15px;
    }

/*    .hero__right svg {
        margin-top: 40px;
    }*/

@media (max-width: 800px) {
    .hero__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: absolute;
        right: 0;
        top: 240px;
    }
}

.hero__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 800px) {
    .hero__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 0 20px;
    }
}

.highlight {
    margin-top: 6;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .highlight {
        margin-top: 64px;
        margin-bottom: 72px;
    }
}

@media (min-width: 1024px) {
    .highlight__right {
        max-width: 404px;
    }
}

@media (min-width: 1024px) {
    .highlight__left {
        max-width: 655px;
    }
}

.highlight__left + .highlight__right {
    margin-top: 32px;
}

@media (min-width: 1024px) {
    .highlight__left + .highlight__right {
        margin-top: unset;
    }
}

.highlight__perks {
    margin-bottom: 30px;
}

.highlight__perks_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

    .highlight__perks_top svg {
        -ms-flex-item-align: center;
        align-self: center;
        margin-right: 8px;
    }

.highlight__perks_text {
    margin: 0;
}

.highlight__perks_title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.67;
}

@media (min-width: 1024px) {
    .highlight__perks_title {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.highlight__title {
    color: #000;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto 8px auto;
}

@media (min-width: 1024px) {
    .highlight__title {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

.highlight__subtext {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #3f4647;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.44;
    margin-top: 0;
    margin: 0;
}

@media (min-width: 1024px) {
    .highlight__subtext {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.featured-products {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .featured-products > * {
        z-index: 12;
        position: relative;
    }

    .featured-products::after {
        background: rgba(220, 250, 242, 0.8);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

.featured-products__title {
    color: #FFF;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto 8px auto;
    text-align: center;
    margin: 6px auto 8px auto;
}

@media (min-width: 1024px) {
    .featured-products__title {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

.featured-products__subtext {
    color: #FFF;
    text-align: center;
    margin: 8px auto 40px auto;
}

.featured-products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .featured-products__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.featured-products__card {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

    .featured-products__card + .featured-products__card {
        margin-top: 32px;
    }

@media (min-width: 1024px) {
    .featured-products__card + .featured-products__card {
        margin-top: unset;
        margin-left: 24px;
    }
}

.levels {
    background: url("../../images/brand/jpeg/hero-allra-artikel-forsakring-e.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.levels__overlay {
    padding: 48px 0;
    background-color: rgba(220, 250, 242, 0.8);
}

.levels__cards {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.levels__title {
    color: #000;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto 8px auto;
    text-align: center;
    margin: 6px auto 8px auto;
}

@media (min-width: 1024px) {
    .levels__title {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

.levels__subtext {
    text-align: center;
    margin: 8px auto 40px auto;
}

.levels__card {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    min-width: 300px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    padding-bottom: 60px;
    text-align: center;
    color: #001c56;
    -webkit-box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 800px) {
    .levels__card {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 10px;
    }
}

.levels__card_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 66px;
    border-radius: 6px 6px 0 0;
    background-color: #001c56;
}

.levels__card_top_button {
    background-color: white;
    height: 34px;
    font-weight: bold;
    border: none;
    font-family: proxima-nova, sans-serif;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    border-radius: 17px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 1.71;
    -ms-flex-item-align: center;
    align-self: center;
}

    .levels__card_top_button svg {
        margin-left: 8px;
    }

.levels__card_top_button-prominent {
    background-color: #55e7c4;
    height: 34px;
    font-weight: bold;
    border: none;
    font-family: proxima-nova, sans-serif;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    color: #001c56;
    border-radius: 17px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 1.71;
    -ms-flex-item-align: center;
    align-self: center;
}

    .levels__card_top_button-prominent svg {
        margin-left: 8px;
    }

    .levels__card_top_button-prominent:hover {
        background-color: #1ed2a7 !important;
    }

.levels__card_content {
    padding: 0 20px 40px 20px;
    font-size: 18px;
}

.levels__card_title {
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.27;
    margin: 24px 0 0 0;
    color: #001c56;
}

.levels__card_price {
    color: #001c56;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto 8px auto;
    border-bottom: 1px solid rgba(63, 70, 71, 0.2);
    margin: 16px 0;
    padding-bottom: 8px;
}

@media (min-width: 1024px) {
    .levels__card_price {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

.levels__card_button {
    -ms-flex-item-align: center;
    align-self: center;
    background-color: transparent;
    border: 2px solid #001c56;
    color: #001c56;
    height: 54px;
    font-weight: bold;
    font-family: proxima-nova, sans-serif;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    line-height: 1.63;
    font-size: 16px;
    border-radius: 27px;
    padding: 0 56px;
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    bottom: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .levels__card_button:hover {
        background-color: #001c56;
        color: #fff;
    }

        .levels__card_button:hover svg {
            -webkit-transition: all 150ms ease-in-out;
            transition: all 150ms ease-in-out;
        }

            .levels__card_button:hover svg path {
                fill: #fff;
            }

    .levels__card_button svg {
        margin-left: 8px;
    }

@media (max-width: 800px) {
    .levels__card_button {
        padding: 0 40px;
    }
}

.usp-list {
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

    .usp-list > li {
        font-family: proxima-nova, sans-serif;
        font-size: 1rem;
        line-height: 1.63;
        color: #3f4647;
        padding-left: 24px;
        position: relative;
    }

        .usp-list > li::before {
            content: "";
            display: block;
            height: 16px;
            left: 0;
            position: absolute;
            top: 6px;
            width: 16px;
            background-color: #55e7c4;
        }

        .usp-list > li + li {
            margin-top: 16px;
        }

.input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
}

    .input > input,
    .input > * > select,
    .input > select {
        background-color: #fff;
        border: solid 1px #ced4da;
        -webkit-transition: border-color 125ms ease;
        transition: border-color 125ms ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #333939;
        font-size: 1rem;
        padding: 8px 10px;
        border-radius: 3px;
    }

        .input > input:hover,
        .input > * > select:hover,
        .input > select:hover {
            border-color: #909dab;
        }

        .input > input:active, .input > input:focus,
        .input > * > select:active,
        .input > * > select:focus,
        .input > select:active,
        .input > select:focus {
            outline: 0;
            border-color: #909dab;
        }

    .input > select,
    .input > * > select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
    }

        .input > select > option[hidden][disabled],
        .input > * > select > option[hidden][disabled] {
            color: #adb5bd;
        }

.input-select__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .input-select__wrapper > select {
        cursor: pointer;
        width: 100%;
        padding-right: 42px;
    }

    .input-select__wrapper > svg {
        position: absolute;
        right: 16px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        pointer-events: none;
    }

.input__label {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #212529;
    font-weight: 700;
    margin-bottom: 10px;
}

.input__message {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: rgba(63, 70, 71, 0.7);
    font-size: 0.875rem;
    height: 20px;
    margin-top: 4px;
    text-align: right;
}

.input.is--error {
    margin-bottom: 0;
}

    .input.is--error > input,
    .input.is--error > select,
    .input.is--error .input-select__wrapper > select {
        border-color: #ffc9c9;
    }

    .input.is--error .input__message {
        color: #ef3f3e;
    }

.checkbox__input {
    height: 0px;
    width: 0px;
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
}

.checkbox__content {
    position: relative;
    padding-left: 26px;
}

.checkbox__content {
    position: relative;
    padding-left: 26px;
}

.checkbox__content.is--error .input__message {
        color: #ef3f3e;
    font-weight: normal;
    }

.checkbox__content.is--error::before {
    border: 1px solid #ef3f3e;
}

    .checkbox__content::before {
        background-color: #fff;
        border: solid 1px #ced4da;
        -webkit-transition: border-color 125ms ease;
        transition: border-color 125ms ease;
        content: "";
        height: 18px;
        display: inline-block;
        width: 18px;
        top: 2px;
        left: 0;
        position: absolute;
        -webkit-transition: all ease 125ms;
        transition: all ease 125ms;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px;
        border-radius: 2px;
    }

        .checkbox__content::before:hover {
            border-color: #909dab;
        }

.checkbox__input:focus + .checkbox__content::before {
    outline: 0;
    border-color: #909dab;
}

    .checkbox__input:focus + .checkbox__content::before:hover {
        border-color: #909dab;
    }

.checkbox__input:checked + .checkbox__content::before {
    background-color: #001c56;
    background-image: url("../../images/brand/svg/checkmark-white.svg");
    border-color: #001c56;
}

.popular {
    max-width: 946px;
    border-radius: 6px;
    background-color: #001c56;
    text-align: center;
    color: white;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 800px) {
    .popular {
        border-radius: 0px;
        padding: 40px 10px;
    }
}

.popular__button {
    background-color: #55e7c4;
    height: 54px;
    font-weight: bold;
    border: none;
    font-family: proxima-nova, sans-serif;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    color: #001c56;
    line-height: 1.63;
    font-size: 16px;
    border-radius: 27px;
    padding: 0 56px;
    margin-top: 22px;
}

    .popular__button svg {
        margin-left: 8px;
    }

    .popular__button:hover {
        background-color: #1ed2a7 !important;
    }

.popular__title {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto 8px auto;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 8px;
}

@media (min-width: 1024px) {
    .popular__title {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

.progress__dental {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 752px;
    width: 100%;
}

.progress__item__dental {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
}

    .progress__item__dental + .progress__item__dental::before {
        content: "";
        display: block;
        height: 0.25rem;
        top: 1.625rem;
        position: absolute;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(0, 28, 86, 0.05);
    }

@media (min-width: 1024px) {
    .progress__item__dental + .progress__item__dental::before {
        top: 2.25rem;
    }
}

@media (max-width: 800px) {
    .progress__item__dental {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.progress__item__dental p {
    color: #001c56;
    font-size: 0.75rem;
}

@media (min-width: 1024px) {
    .progress__item__dental p {
        font-size: 1rem;
        text-transform: uppercase;
    }
}

.progress__indicator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 50%;
    border: 8px solid #fff;
    color: #001c56;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    height: 3.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 3.5rem;
    z-index: 10;
}

@media (min-width: 1024px) {
    .progress__indicator {
        font-size: 2rem;
        height: 4.75rem;
        width: 4.75rem;
    }
}

.progress__indicator.is--active {
    background-color: #001c56;
    color: #fff;
}

.questionnaire {
    background-color: rgba(0, 28, 86, 0.05);
    padding: 32px 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 800px) {
    .questionnaire {
        display: block;
        margin: 0 auto;
        width: 100%;
        padding: 32px 15px 40px 15px;
    }
}

.questionnaire__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 800px) {
    .questionnaire__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.questionnaire__left {
    margin-right: 80px;
}

@media (max-width: 800px) {
    .questionnaire__left {
        margin-right: 0;
    }
}

.questionnaire__title {
    color: #3f4647;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    line-height: 1.36;
    font-size: 24px;
    line-height: 1.58;
}

.questionnaire__button {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 237px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background-color: #55e7c4;
    height: 54px;
    font-weight: bold;
    border: none;
    font-family: proxima-nova, sans-serif;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    color: #001c56;
    line-height: 1.63;
    font-size: 16px;
    border-radius: 27px;
    padding: 0 56px;
}

    .questionnaire__button svg {
        margin-left: 8px;
    }

    .questionnaire__button:hover {
        background-color: #1ed2a7 !important;
    }

.questionnaire__progress {
    padding-top: 54px;
}

    .questionnaire__progress + .new-container {
        padding-top: 0;
    }

.questionnaire__indicator {
    color: #3f4647;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    display: block;
    opacity: 0.6;
    margin-bottom: 16px;
}

.questionnaire__checkbox {
    margin: 8px 0;
    min-width: 300px;
    width: 446px;
    height: 54px;
}

@media (max-width: 800px) {
    .questionnaire__checkbox {
        width: 100%;
    }
}

.questionnaire__checkbox label {
    position: relative;
    display: block;
}

.questionnaire__checkbox input[type="checkbox"] {
    position: absolute;
    right: 34px;
    top: 14px;
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
}

@media (max-width: 800px) {
    .questionnaire__checkbox input[type="checkbox"] {
        right: 24px;
    }
}

.questionnaire__checkbox input[type="checkbox"]::after {
    content: "";
    background-color: #fff;
    display: block;
    color: #001c56;
    width: 26px;
    height: 26px;
    z-index: 10;
    border-radius: 50%;
    visibility: visible;
}

.questionnaire__checkbox input[type="checkbox"]:checked:after {
    content: "";
    background-position: center;
    background-color: #fff;
    background-image: url("../../images/brand/svg/checkmark-navy.svg");
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.questionnaire__checkbox span {
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    background-color: rgba(0, 28, 86, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #001c56;
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    line-height: 1.38;
    padding: 0 24px;
    padding-right: 70px;
}

@media (max-width: 800px) {
    .questionnaire__checkbox span {
        padding: 0 16px;
    }
}

.questionnaire__checkbox input:checked + span {
    background-color: #001c56;
    color: #fff;
}

.questionnaire__explanation {
    width: 325px;
    border-radius: 10px;
    background-color: #001c56;
    padding: 24px 32px;
    position: relative;
}

@media (max-width: 800px) {
    .questionnaire__explanation {
        margin-top: 32px;
        width: 280px;
        padding: 16px 24px;
    }
}

.questionnaire__explanation svg {
    position: absolute;
    bottom: -17px;
}

.questionnaire__explanation p {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.questionnaire__input_group label {
    font-family: proxima-nova, sans-serif;
    margin: 20px 0 10px 0;
    color: #212529;
    display: block;
    line-height: 1.38;
    font-size: 16px;
}

.questionnaire__input_group input {
    padding: 0 10px;
    width: 291px;
    height: 46px;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.questionnaire__navigation {
    margin: 48px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .questionnaire__navigation a {
        padding: 4px 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.63;
        text-decoration: underline;
        color: #001c56;
        text-decoration: none;
    }

        .questionnaire__navigation a:link, .questionnaire__navigation a:visited {
            color: #001c56;
        }

        .questionnaire__navigation a:hover {
            text-decoration: none;
        }

        .questionnaire__navigation a:hover {
            text-decoration: underline;
        }

        .questionnaire__navigation a:first-of-type {
            border-right: 1px solid #e5e3e3;
        }

.questionnaire__footer {
    padding: 32px 16px 100px;
}

@media (max-width: 800px) {
    .questionnaire__footer {
        padding: 40px 16px;
    }
}

.questionnaire__footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 800px) {
    .questionnaire__footer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.questionnaire__footer ul li {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

@media (max-width: 800px) {
    .questionnaire__footer ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.questionnaire__footer ul li h3 {
    color: #000;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    line-height: 1.36;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

.questionnaire__footer ul li p {
    margin: 0;
    font-size: 14px;
}

.questionnaire__header {
    background-color: rgba(0, 28, 86, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
    position: relative;
}

/*@media (max-width: 800px) {
    .questionnaire__header {
        background-color: #fff;
    }
}*/

.questionnaire__header__logo-link {
    outline: none !important;
}

.questionnaire__header_logo {
    position: absolute;
    left: 48px;
    top: 30px;
    width: 65px;
    height: 60px;
}

@media (max-width: 800px) {
    .questionnaire__header_logo {
        left: 15px;
    }
}

.questionnaire__header .container {
    color: #001c56;
    text-align: center;
    width: 100%;
}

    .questionnaire__header .container h1 {
        margin: 0;
        padding-top: 24px;
        color: #001c56;
        font-family: proxima-nova, sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 1.35;
        margin: 0 auto 8px auto;
    }

@media (min-width: 1024px) {
    .questionnaire__header .container h1 {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

@media (max-width: 800px) {
    .questionnaire__header .container h1 {
        display: none;
    }
}

.questionnaire__header .container p {
    margin: 8px 0 0 0;
}

@media (max-width: 800px) {
    .questionnaire__header .container p {
        display: none;
    }
}

.questionnaire__reason {
    text-align: center;
}

    .questionnaire__reason h3 {
        color: #3f4647;
        font-weight: 300;
        font-family: proxima-nova, sans-serif;
        font-size: 28px;
        line-height: 1.36;
        margin-bottom: 0;
    }

.reviews {
    background-color: rgba(0, 28, 86, 0.05);
}

    .reviews ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 50px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media (max-width: 800px) {
    .reviews ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.reviews__item {
    font-family: proxima-nova, sans-serif;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (min-width: 1024px) {
    .reviews__item {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    }
}

.reviews__item + .reviews__item {
    margin-top: 48px;
}

@media (min-width: 1024px) {
    .reviews__item + .reviews__item {
        margin-top: unset;
        margin-left: 84px;
    }
}

.reviews__item_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .reviews__item_top h3 {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.27;
        margin-bottom: 0;
        color: #3f4647;
    }

    .reviews__item_top span {
        opacity: 0.6;
        font-size: 14px;
        font-weight: 500;
        line-height: 2;
        color: #3f4647;
    }

    .reviews__item_top img {
        margin-right: 16px;
        max-width: 87px;
        max-height: 87px;
        border-radius: 50%;
    }

.table {
    border: 1px solid #e5e3e3;
    border-spacing: 0;
    width: 100%;
}

    .table thead {
        font-family: proxima-nova, sans-serif;
        font-size: 1rem;
        line-height: 1.63;
        color: #001c56;
        background-color: #55e7c4;
    }

        .table thead,
        .table thead p,
        .table thead th,
        .table thead td {
            margin: 0;
            font-size: 0.75rem;
            font-weight: normal;
        }

@media (min-width: 1024px) {
    .table thead,
    .table thead p,
    .table thead th,
    .table thead td {
        font-size: 1rem;
    }
}

.table thead th,
.table thead td {
    padding: 8px;
}

@media (min-width: 1024px) {
    .table thead th,
    .table thead td {
        padding: 16px 24px;
    }
}

.table thead,
.table thead > tr,
.table thead > tr > th {
    border: 0;
}

    .table thead > tr {
        border-bottom: solid 1px #31c4a1;
    }

        .table thead > tr > th {
            text-align: left;
            font-weight: 600;
        }

            .table thead > tr > th.col-3, .table thead > tr > th.col-4, .table thead > tr > th.col-5 {
                text-align: center;
            }

            .table thead > tr > th + th {
                border-left: solid 1px #31c4a1;
            }

.table tbody {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
}

    .table tbody,
    .table tbody p,
    .table tbody th,
    .table tbody td {
        margin: 0;
        font-size: 0.75rem;
        font-weight: normal;
    }

@media (min-width: 1024px) {
    .table tbody,
    .table tbody p,
    .table tbody th,
    .table tbody td {
        font-size: 1rem;
    }
}

.table tbody th,
.table tbody td {
    padding: 8px;
}

@media (min-width: 1024px) {
    .table tbody th,
    .table tbody td {
        padding: 16px 24px;
    }
}

.table tbody > tr:nth-child(even) {
    background-color: #f5f5f5;
}

.table tbody > tr > td.col-3, .table tbody > tr > td.col-4, .table tbody > tr > td.col-5 {
    text-align: center;
}

.table tbody > tr > td > svg {
    margin: 0 auto;
}

.table tbody > tr > td + td {
    border-left: solid 1px #e5e3e3;
}

.table__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 58px;
    border-bottom: 1px solid #e5e3e3;
    font-family: proxima-nova, sans-serif;
}

    .table__items:nth-child(odd):not(.table__label) {
        background-color: #f5f5f5;
    }

.table__label {
    background-color: #55e7c4;
    color: #001c56;
    line-height: 1.63;
    font-weight: 600;
    font-size: 16px;
}

.table__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    margin-left: 4px;
}

    .table__item:not(:first-child) {
        margin-left: 0px;
        border-left: 1px solid #e5e3e3;
    }

    .table__item p {
        display: block;
        width: 100%;
    }

    .table__item svg {
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.table .title {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 800px) {
    .table .title {
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-item-align: center;
        align-self: center;
    }

        .table .title p {
            margin-bottom: 0;
        }
}

.mobile-down_amount_label {
    display: none;
}

.mobile-down_amount {
    display: block;
    margin-top: 0;
}

@media (min-width: 1024px) {
    .mobile-down_amount {
        display: none;
    }
}

.thank-you {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 91px;
}

@media (min-width: 1024px) {
    .thank-you {
        margin-top: 118px;
    }
}

.thank-you__heading {
    color: #333939;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.35;
    margin: 0 auto 8px auto;
    text-align: center;
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .thank-you__heading {
        font-size: 40px;
        margin: 0 auto 16px auto;
    }
}

@media (min-width: 1024px) {
    .thank-you__heading {
        font-size: 1.75rem;
    }
}

.thank-you__icon {
    height: 142px;
    width: 138px;
    margin-bottom: 40px;
}

.thank-you__text {
    margin-bottom: 51px;
    text-align: center;
}

.thank-you > .button-element {
    max-width: 237px;
}


.overlay-content-afo a {
    font-size: 16px !important;
}



.corona-notification-modal {
    width: 100%;
}

    .corona-notification-modal p {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .corona-notification-modal h2 {
        color: #3f4647;
        font-family: proxima-nova, sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.875rem;
        letter-spacing: normal;
    }

.modal__content__header__logo {
    width: 65px;
    height: 60px;
}

.corona__modal__content h2 {
    color: #3f4647;
    font-family: proxima-nova, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.875rem;
    letter-spacing: normal;
}

.button-bankid {
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    line-height: 1.63;
    color: #001c56;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #55e7c4;
    border-radius: 1.6875rem;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    height: 3.375rem;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 32px;
    width: 100%;
    border: solid 1px #55e7c4;
    -webkit-transition: background-color 125ms ease;
    transition: background-color 125ms ease;
    background-color: #55e7c4;
    max-width: 285px;
    padding: 0 46px;
}

@media (min-width: 1024px) {
    .button-bankid {
        width: unset;
        min-width: 267px;
    }
}

.button-bankid:hover {
    background-color: #2ed2aa;
}

.button-bankid.is--white {
    background-color: #fff;
    border-color: #001c56;
}

    .button-bankid.is--white:hover {
        background-color: #001c56;
        color: #fff;
    }

        .button-bankid.is--white:hover > svg > path,
        .button-bankid.is--white:hover > svg > rect {
            fill: #fff;
        }

@media (max-width: 350px) {
    .button-bankid {
        padding: 0 32px;
    }
}

.button-bankid__bankid-logo {
    margin-left: 20px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    color: #212529;
    font-weight: 700;
    margin-bottom: 10px;
}

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #212529;
        border-color: #212529;
    }

    .separator::before {
        margin-right: .25em;
    }

    .separator::after {
        margin-left: .25em;
    }

.allra-loading-middle {
    height: 0;
}
