/*
    Spectral by HTML5 UP
    html5up.net | @ajlkn
    Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

@charset "UTF-8";
@import 'fontawesome-all.min.css';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@font-face {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Work Sans"), local("WorkSans-Regular"), url(../Fonts/work-sans-v5-latin-regular.woff2) format("woff2"), url(../Fonts/work-sans-v5-latin-regular.woff) format("woff")
}

@font-face {
    font-family: Roboto500;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto500"), local("Roboto500"), url(../Fonts/roboto-v29-latin-ext_latin_cyrillic-500.woff2) format("woff2"), url(../Fonts/roboto-v29-latin-ext_latin_cyrillic-500.woff) format("woff")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto500"), local("Roboto500"), url(../Fonts/roboto-v20-latin-ext-regular.woff2) format("woff2"), url(../Fonts/roboto-v20-latin-ext-regular.woff) format("woff")
}

@font-face {
    font-family: Anton;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Anton"), local("Anton"), url(../Fonts/Reforma-Grotesk_Bold.woff2) format("woff2"), url(../Fonts/Reforma-Grotesk_Bold.woff) format("woff")
}

.scrolly {
    padding: 0.75em 1em;
}

/*  Inline alignments */
.neos-alignment-right {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}

.neos-alignment-left {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

.Bull-red {
  color: #cc171f;
}
.Bull-black {
  color: #000000;
}
.Bull-white {
  color: #ffffff;
}


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

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

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */
@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
}

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

body {
    background: var(--palette-background, #fff);
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body, input, select, textarea {
    color: #0e0e0e;
    color: var(--palette-foreground, #eee);
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25em;
}
@media screen and (max-width: 1680px) {
    body, input, select, textarea {
        font-size: 13pt;
    }
}
@media screen and (max-width: 1280px) {
    body, input, select, textarea {
        font-size: 12pt;
    }
}
@media screen and (max-width: 736px) {
    body, input, select, textarea {
        font-size: 11pt;
        letter-spacing: 0.0375em;
    }
}

.ParagraphAlt--Small  {
 clear: none !important; 
 float: right; 
 font-family : "Roboto", Helvetica, sans-serif; 
 text-transform : uppercase; 
 font-size: 18px; 
 font-weight : 400; 
 letter-spacing : 1px; 
 color : #fff; 
 padding-top: 50px;
 right: 70px;  
 position: absolute; 
 z-index: 2000;
 float: right;  
}


a {
    -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    color: inherit;
    text-decoration: none;
    outline: none;
}
a:hover {
    border-bottom-color: transparent;
}

strong, b {
    color: var(--palette-foreground-bold, #eee);
    font-weight: 600;
}

em, i {
    font-style: italic;
}

p {
    font-size: 1.0em;
    margin: 0 0 1em 0;
}

h1, h2 {
    color: var(--palette-foreground-bold, #eee);
    font-family: Anton;
    font-weight: 900;
    line-height: 1em;
    margin: 0 0 0.5em 0;
}

h3, h4, h5, h6 {
    color: var(--palette-foreground-bold, #eee);
    font-family: Roboto500;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 1em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 5em;
    line-height: 1.75em;
}

@media screen and (max-width: 1024px) {
    body, input, select, textarea {
        font-size: 11pt;
        letter-spacing: 0.0375em;
    }
    h1 {
        font-size: 3em;
        line-height: 1.25em;
    }
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 1.3em;
        line-height: 1.65em;
    }
}

h2 {
    font-size: 1.75em;
    line-height: 2.0em;
}
@media screen and (max-width: 736px) {
    h2 {
        font-size: 1.1em;
        line-height: 1.65em;
    }
}

h3 {
    font-size: 1.15em;
    line-height: 1.75em;
}
@media screen and (max-width: 736px) {
    h3 {
        font-size: 1em;
        line-height: 1.65em;
    }
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.8em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 2px var(--palette-border, #eee);
    margin: 3em 0;
}
hr.major {
    margin: 4.5em 0;
}

blockquote {
    border-left: solid 4px var(--palette-border, #eee);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: var(--palette-border-background, #fff);
    border-radius: 3px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}
pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.shadow {
    text-shadow: 0px 2px 0px #b2a98f,
                 0px 3px 3px rgba(0,0,0,0.15),
                 0px -4px 4px rgba(0,0,0,0.1),
                 0px 6px 5px rgba(0,0,0,0.1);
 }

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}
.row > * {
    box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
}
.row.aln-left {
    justify-content: flex-start;
}
.row.aln-center {
    justify-content: center;
}
.row.aln-right {
    justify-content: flex-end;
}
.row.aln-top {
    align-items: flex-start;
}
.row.aln-middle {
    align-items: center;
}
.row.aln-bottom {
    align-items: flex-end;
}
.row > .imp {
    order: -1;
}
.row > .col-1 {
    width: 8.3333333333%;
}
.row > .off-1 {
    margin-left: 8.3333333333%;
}
.row > .col-2 {
    width: 16.6666666667%;
}
.row > .off-2 {
    margin-left: 16.6666666667%;
}
.row > .col-3 {
    width: 25%;
}
.row > .off-3 {
    margin-left: 25%;
}
.row > .col-4 {
    width: 33.3333333333%;
}
.row > .off-4 {
    margin-left: 33.3333333333%;
}
.row > .col-5 {
    width: 41.6666666667%;
}
.row > .off-5 {
    margin-left: 41.6666666667%;
}
.row > .col-6 {
    width: 50%;
}
.row > .off-6 {
    margin-left: 50%;
}
.row > .col-7 {
    width: 58.3333333333%;
}
.row > .off-7 {
    margin-left: 58.3333333333%;
}
.row > .col-8 {
    width: 66.6666666667%;
}
.row > .off-8 {
    margin-left: 66.6666666667%;
}
.row > .col-9 {
    width: 75%;
}
.row > .off-9 {
    margin-left: 75%;
}
.row > .col-10 {
    width: 83.3333333333%;
}
.row > .off-10 {
    margin-left: 83.3333333333%;
}
.row > .col-11 {
    width: 91.6666666667%;
}
.row > .off-11 {
    margin-left: 91.6666666667%;
}
.row > .col-12 {
    width: 100%;
}
.row > .off-12 {
    margin-left: 100%;
}
.row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
}
.row.gtr-0 > * {
    padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
    margin-top: 0em;
}
.row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
}
.row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
}
.row.gtr-25 > * {
    padding: 0 0 0 0.375em;
}
.row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
}
.row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
}
.row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
}
.row.gtr-50 > * {
    padding: 0 0 0 0.75em;
}
.row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
}
.row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
}
.row {
    margin-top: 0;
    margin-left: -1.5em;
}
.row > * {
    padding: 0 0 0 1.5em;
}
.row.gtr-uniform {
    margin-top: -1.5em;
}
.row.gtr-uniform > * {
    padding-top: 1.5em;
}
.row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
}
.row.gtr-150 > * {
    padding: 0 0 0 2.25em;
}
.row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
}
.row.gtr-150.gtr-uniform > * {
    padding-top: 2.25em;
}
.row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
}
.row.gtr-200 > * {
    padding: 0 0 0 3em;
}
.row.gtr-200.gtr-uniform {
    margin-top: -3em;
}
.row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
}
@media screen and (max-width: 1680px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row > * {
        box-sizing: border-box;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-xlarge {
        order: -1;
    }
    .row > .col-1-xlarge {
        width: 8.3333333333%;
    }
    .row > .off-1-xlarge {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-xlarge {
        width: 16.6666666667%;
    }
    .row > .off-2-xlarge {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-xlarge {
        width: 25%;
    }
    .row > .off-3-xlarge {
        margin-left: 25%;
    }
    .row > .col-4-xlarge {
        width: 33.3333333333%;
    }
    .row > .off-4-xlarge {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-xlarge {
        width: 41.6666666667%;
    }
    .row > .off-5-xlarge {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-xlarge {
        width: 50%;
    }
    .row > .off-6-xlarge {
        margin-left: 50%;
    }
    .row > .col-7-xlarge {
        width: 58.3333333333%;
    }
    .row > .off-7-xlarge {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-xlarge {
        width: 66.6666666667%;
    }
    .row > .off-8-xlarge {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-xlarge {
        width: 75%;
    }
    .row > .off-9-xlarge {
        margin-left: 75%;
    }
    .row > .col-10-xlarge {
        width: 83.3333333333%;
    }
    .row > .off-10-xlarge {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-xlarge {
        width: 91.6666666667%;
    }
    .row > .off-11-xlarge {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-xlarge {
        width: 100%;
    }
    .row > .off-12-xlarge {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}
@media screen and (max-width: 1280px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row > * {
        box-sizing: border-box;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-large {
        order: -1;
    }
    .row > .col-1-large {
        width: 8.3333333333%;
    }
    .row > .off-1-large {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-large {
        width: 16.6666666667%;
    }
    .row > .off-2-large {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-large {
        width: 25%;
    }
    .row > .off-3-large {
        margin-left: 25%;
    }
    .row > .col-4-large {
        width: 33.3333333333%;
    }
    .row > .off-4-large {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-large {
        width: 41.6666666667%;
    }
    .row > .off-5-large {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-large {
        width: 50%;
    }
    .row > .off-6-large {
        margin-left: 50%;
    }
    .row > .col-7-large {
        width: 58.3333333333%;
    }
    .row > .off-7-large {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-large {
        width: 66.6666666667%;
    }
    .row > .off-8-large {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-large {
        width: 75%;
    }
    .row > .off-9-large {
        margin-left: 75%;
    }
    .row > .col-10-large {
        width: 83.3333333333%;
    }
    .row > .off-10-large {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-large {
        width: 91.6666666667%;
    }
    .row > .off-11-large {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-large {
        width: 100%;
    }
    .row > .off-12-large {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}
@media screen and (max-width: 980px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row > * {
        box-sizing: border-box;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-medium {
        order: -1;
    }
    .row > .col-1-medium {
        width: 8.3333333333%;
    }
    .row > .off-1-medium {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-medium {
        width: 16.6666666667%;
    }
    .row > .off-2-medium {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-medium {
        width: 25%;
    }
    .row > .off-3-medium {
        margin-left: 25%;
    }
    .row > .col-4-medium {
        width: 33.3333333333%;
    }
    .row > .off-4-medium {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-medium {
        width: 41.6666666667%;
    }
    .row > .off-5-medium {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-medium {
        width: 50%;
    }
    .row > .off-6-medium {
        margin-left: 50%;
    }
    .row > .col-7-medium {
        width: 58.3333333333%;
    }
    .row > .off-7-medium {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-medium {
        width: 66.6666666667%;
    }
    .row > .off-8-medium {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-medium {
        width: 75%;
    }
    .row > .off-9-medium {
        margin-left: 75%;
    }
    .row > .col-10-medium {
        width: 83.3333333333%;
    }
    .row > .off-10-medium {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-medium {
        width: 91.6666666667%;
    }
    .row > .off-11-medium {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-medium {
        width: 100%;
    }
    .row > .off-12-medium {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}
@media screen and (max-width: 736px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row > * {
        box-sizing: border-box;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-small {
        order: -1;
    }
    .row > .col-1-small {
        width: 8.3333333333%;
    }
    .row > .off-1-small {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-small {
        width: 16.6666666667%;
    }
    .row > .off-2-small {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-small {
        width: 25%;
    }
    .row > .off-3-small {
        margin-left: 25%;
    }
    .row > .col-4-small {
        width: 33.3333333333%;
    }
    .row > .off-4-small {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-small {
        width: 41.6666666667%;
    }
    .row > .off-5-small {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-small {
        width: 50%;
    }
    .row > .off-6-small {
        margin-left: 50%;
    }
    .row > .col-7-small {
        width: 58.3333333333%;
    }
    .row > .off-7-small {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-small {
        width: 66.6666666667%;
    }
    .row > .off-8-small {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-small {
        width: 75%;
    }
    .row > .off-9-small {
        margin-left: 75%;
    }
    .row > .col-10-small {
        width: 83.3333333333%;
    }
    .row > .off-10-small {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-small {
        width: 91.6666666667%;
    }
    .row > .off-11-small {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-small {
        width: 100%;
    }
    .row > .off-12-small {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}
@media screen and (max-width: 480px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row > * {
        box-sizing: border-box;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-xsmall {
        order: -1;
    }
    .row > .col-1-xsmall {
        width: 8.3333333333%;
    }
    .row > .off-1-xsmall {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-xsmall {
        width: 16.6666666667%;
    }
    .row > .off-2-xsmall {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-xsmall {
        width: 25%;
    }
    .row > .off-3-xsmall {
        margin-left: 25%;
    }
    .row > .col-4-xsmall {
        width: 33.3333333333%;
    }
    .row > .off-4-xsmall {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-xsmall {
        width: 41.6666666667%;
    }
    .row > .off-5-xsmall {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-xsmall {
        width: 50%;
    }
    .row > .off-6-xsmall {
        margin-left: 50%;
    }
    .row > .col-7-xsmall {
        width: 58.3333333333%;
    }
    .row > .off-7-xsmall {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-xsmall {
        width: 66.6666666667%;
    }
    .row > .off-8-xsmall {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-xsmall {
        width: 75%;
    }
    .row > .off-9-xsmall {
        margin-left: 75%;
    }
    .row > .col-10-xsmall {
        width: 83.3333333333%;
    }
    .row > .off-10-xsmall {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-xsmall {
        width: 91.6666666667%;
    }
    .row > .off-11-xsmall {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-xsmall {
        width: 100%;
    }
    .row > .off-12-xsmall {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }
    .row.gtr-0 > * {
        padding: 0 0 0 0em;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0em;
    }
    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.375em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.375em;
    }
    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 0.75em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 0.75em;
    }
    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }
    .row > * {
        padding: 0 0 0 1.5em;
    }
    .row.gtr-uniform {
        margin-top: -1.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 2.25em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 2.25em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 3em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 3em;
    }
}

/* Section/Article */
section.special, article.special {
    text-align: center;
}

header p {
    color: var(--palette-foreground-light, #eee);
    position: relative;
    top: -0.25em;
}
header h3 + p {
    font-size: 1.1em;
}
header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
}
header.major {
    margin: 0 0 0.5em 0;
}
header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
    border-bottom: solid 2px var(--palette-border, #eee);
    display: inline-block;
    padding-bottom: 1em;
    position: relative;
    text-transform: uppercase;
}
}
header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
    content: "";
    display: block;
    height: 1px;
}
header.major p {
    color: var(--palette-foreground, #eee);
    top: 0;
}
@media screen and (max-width: 736px) {
    header.major {
        margin: 0 0 2em 0;
    }
}
@media screen and (max-width: 980px) {
    header br {
        display: none;
    }
}

/* Form */
form {
    margin: 0 0 2em 0;
}

label {
    color: var(--palette-foreground-bold, #eee);
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 1em 0;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: var(--palette-border-background, #fff);
    border-radius: 3px;
    border: none;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 0 2px var(--style1-background, #fff);
}

select {
    background-size: 1.25em;
    background-repeat: no-repeat;
    background-position: calc(100% - 1em) center;
    height: 2.75em;
    padding-right: 2.75em;
    text-overflow: ellipsis;
}
select:focus::-ms-value {
    background-color: transparent;
}
select::-ms-expand {
    display: none;
}

input[type=text],
input[type=password],
input[type=email],
select {
    height: 2.75em;
}

textarea {
    padding: 0.75em 1em;
}

input[type=checkbox],
input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}
input[type=checkbox] + label,
input[type=radio] + label {
    text-decoration: none;
    color: var(--palette-foreground, #eee);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    background: var(--palette-border-background, #fff);
    border-radius: 3px;
    content: "";
    display: inline-block;
    font-size: 0.8em;
    height: 2.0625em;
    left: 0;
    line-height: 2.0625em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.0625em;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
    background: var(--palette-background, #fff);
    color: var(--palette-foreground-bold, #eee);
    content: "";
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
    box-shadow: 0 0 0 2px var(--style1-background, #fff);
}

input[type=checkbox] + label:before {
    border-radius: 3px;
}

input[type=radio] + label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: var(--palette-foreground-light, #eee) !important;
    opacity: 1;
}

:-moz-placeholder {
    color: var(--palette-foreground-light, #eee) !important;
    opacity: 1;
}

::-moz-placeholder {
    color: var(--palette-foreground-light, #eee) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--palette-foreground-light, #eee) !important;
    opacity: 1;
}

/* Box */
.box {
    border-radius: 3px;
    border: solid 2px var(--palette-border, #eee);
    margin-bottom: 2em;
    padding: 1.5em;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
}
.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Icon */
.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}
.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.icon > .label {
    display: none;
}
.icon:before {
    line-height: inherit;
}
.icon.solid:before {
    font-weight: 900;
}
.icon.brands:before {
    font-family: "Font Awesome 5 Brands";
}
.icon.major {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 3px;
    border: solid 2px var(--palette-border, #eee);
    display: inline-block;
    font-size: 1.35em;
    height: calc(3em + 2px);
    line-height: 3em;
    text-align: center;
    width: calc(3em + 2px);
}
.icon.major:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    font-size: 1.5em;
}
@media screen and (max-width: 736px) {
    .icon.major {
        font-size: 1em;
    }
}

.icon {
    color: var(--palette-foreground, #eee);
}

.style1 .icon {
    color: var(--style1-foreground, #eee);
}
.style2 .icon {
    color: var(--style2-foreground, #eee);
}
.style3 .icon {
    color: var(--style3-foreground, #eee);
}

/* Image */
.image {
    border-radius: 3px;
    border: 0;
    display: inline-block;
    position: relative;
}
.image img {
    border-radius: 3px;
    display: block;
}
.image.left {
    float: left;
    margin: 0 2em 2em 0;
    top: 0.25em;
}
.image.right {
    float: right;
    margin: 0 0 2em 2em;
    top: 0.25em;
}
.image.left, .image.right {
    max-width: 40%;
}
.image.left img, .image.right img {
    width: 100%;
}
.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}
.image.fit img {
    width: 100%;
}

.neos-alignment-center {
    display: flex;
  justify-content: center; 
}


.neos-nodetypes-image {
    width: 100%;
}

/* List */
ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}
ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}
ul li {
    padding-left: 0.5em;
}
ul.alt {
    list-style: none;
    padding-left: 0;
}
ul.alt li {
    border-top: solid 1px var(--palette-border, #eee);
    padding: 0.5em 0;
}
ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

dl {
    margin: 0 0 2em 0;
}

/* Actions */
ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}
ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}
ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}
ul.actions.special li:first-child {
    padding-left: 0;
}
ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}
ul.actions.stacked li {
    padding: 1em 0 0 0;
}
ul.actions.stacked li:first-child {
    padding-top: 0;
}
ul.actions.fit {
    width: calc(100% + 1em);
}
ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}
ul.actions.fit li > * {
    width: 100%;
}
ul.actions.fit.stacked {
    width: 100%;
}
@media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }
    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }
    ul.actions:not(.fixed) li > * {
        width: 100%;
    }
    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }
    ul.actions:not(.fixed) li input[type=submit],
    ul.actions:not(.fixed) li input[type=reset],
    ul.actions:not(.fixed) li input[type=button],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 100%;
    }
    ul.actions:not(.fixed) li input[type=submit].icon:before,
    ul.actions:not(.fixed) li input[type=reset].icon:before,
    ul.actions:not(.fixed) li input[type=button].icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5em;
    }
}

/* Icons */
ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}
ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}
ul.icons li:last-child {
    padding-right: 0 !important;
}
ul.icons.major {
    padding: 1em 0;
}
ul.icons.major li {
    padding-right: 3.5em;
}
@media screen and (max-width: 736px) {
    ul.icons.major li {
        padding: 0 1em !important;
    }
}

/* Table */
.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 2em 0;
    width: 100%;
}
table tbody tr {
    border: solid 1px var(--palette-border, #eee);
    border-left: 0;
    border-right: 0;
}
table tbody tr:nth-child(2n+1) {
    background-color: var(--palette-border-background, #fff);
}
table td {
    padding: 0.75em 0.75em;
}
table th {
    color: var(--palette-foreground-bold, #eee);
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}
table thead {
    border-bottom: solid 2px var(--palette-border, #eee);
}
table tfoot {
    border-top: solid 2px var(--palette-border, #eee);
}
table.alt {
    border-collapse: separate;
}
table.alt tbody tr td {
    border: solid 1px var(--palette-border, #eee);
    border-left-width: 0;
    border-top-width: 0;
}
table.alt tbody tr td:first-child {
    border-left-width: 1px;
}
table.alt tbody tr:first-child td {
    border-top-width: 1px;
}
table.alt thead {
    border-bottom: 0;
}
table.alt tfoot {
    border-top: 0;
}

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 3px;
    border: 0;
    box-shadow: inset 0 0 0 2px var(--palette-border, #cc171f);
    color: var(--palette-foreground-bold, #000);
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 3.125em;
    letter-spacing: 0.225em;
    line-height: 3.125em;
    max-width: 30em;
    padding: 0 2.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
    background-color: var(--palette-border-background, #fff);
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.button:active {
    background-color: var(--palette-border2-background, #fff);
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
    width: 100%;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
    font-size: 0.8em;
}
input[type=submit].large,
input[type=reset].large,
input[type=button].large,
button.large,
.button.large {
    font-size: 1.35em;
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
    background-color: var(--button-primary-background, #fff);
    box-shadow: none !important;
    color: var(--button-primary-foreground, #eee) !important;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
button.primary:hover,
.button.primary:hover {
    color: var(--button-primary-background, #eee) !important;
    background-color: var(--button-primary-foreground, #eee) !important;
}
input[type=submit].primary:active,
input[type=reset].primary:active,
input[type=button].primary:active,
button.primary:active,
.button.primary:active {
    color: var(--button-primary-background, #eee) !important;
    background-color: var(--button-primary-foreground, #eee) !important;
}
input[type=submit].disabled, input[type=submit]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=button].disabled,
input[type=button]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    pointer-events: none;
    opacity: 0.25;
}
@media screen and (max-width: 736px) {
    input[type=submit],
    input[type=reset],
    input[type=button],
    button,
    .button {
        height: 3.75em;
        line-height: 3.75em;
    }
}

/* Features */
.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    width: 100%;
}
.features li {
    padding: 4em 4em 2em 6em;
    display: block;
    position: relative;
    text-align: left;
    width: 50%;
}
.features li:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.035);
}
.features li:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.07);
}
.features li:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.105);
}
.features li:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.14);
}
.features li:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.175);
}
.features li:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.21);
}
.features li:nth-child(7) {
    background-color: rgba(0, 0, 0, 0.245);
}
.features li:nth-child(8) {
    background-color: rgba(0, 0, 0, 0.28);
}
.features li:nth-child(9) {
    background-color: rgba(0, 0, 0, 0.315);
}
.features li:nth-child(10) {
    background-color: rgba(0, 0, 0, 0.35);
}
.features li:before {
    display: block;
    color: var(--palette-border, #eee);
    position: absolute;
    left: 1.75em;
    top: 2.75em;
    font-size: 1.5em;
}
.features li:nth-child(1) {
    border-top-left-radius: 3px;
}
.features li:nth-child(2) {
    border-top-right-radius: 3px;
}
.features li:nth-last-child(1) {
    border-bottom-right-radius: 3px;
}
.features li:nth-last-child(2) {
    border-bottom-left-radius: 3px;
}
@media screen and (max-width: 980px) {
    .features li {
        padding: 3em 2em 1em 2em;
        text-align: center;
    }
    .features li:before {
        left: 0;
        margin: 0 0 1em 0;
        position: relative;
        top: 0;
    }
}
@media screen and (max-width: 736px) {
    .features li {
        padding: 3em 0 1em 0;
        background-color: transparent !important;
        border-top: solid 2px var(--palette-border, #eee);
        width: 100%;
    }
    .features li:first-child {
        border-top: 0;
    }
}

/* Spotlight */
.spotlight {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
}
.spotlight .spotlink {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
}
.spotlight .image {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    border-radius: 0;
    width: 50%;
}
.spotlight .spotlogo {
    width: 150px;
}

.spotlight .image img {
    border-radius: 0;
    width: 100%;
}
.spotlight .content {
    padding: 2em 4em 0.1em 4em;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 48em;
    width: 50%;
}
.spotlight:nth-child(2n) {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.spotlight:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.075);
}
.spotlight:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.15);
}
.spotlight:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.225);
}
.spotlight:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.3);
}
.spotlight:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.375);
}
.spotlight:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.45);
}
.spotlight:nth-child(7) {
    background-color: rgba(0, 0, 0, 0.525);
}
.spotlight:nth-child(8) {
    background-color: rgba(0, 0, 0, 0.6);
}
.spotlight:nth-child(9) {
    background-color: rgba(0, 0, 0, 0.675);
}
.spotlight:nth-child(10) {
    background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 1280px) {
    .spotlight .image {
        width: 45%;
    }
    .spotlight .content {
        width: 55%;
    }
}
@media screen and (max-width: 980px) {
    .spotlight {
        display: block;
    }
    .spotlight br {
        display: none;
    }
    .spotlight .image {
        width: 100%;
    }
    .spotlight .content {
        padding: 4em 3em 2em 3em;
        max-width: none;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 736px) {
    .spotlight .content {
        padding: 3em 2em 1em 2em;
    }
}

/* Wrapper */
.wrapper {
    padding: 6em 0 4em 0;
}
.wrapper > .inner {
    width: 88em;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
    .wrapper > .inner {
        width: 90%;
    }
}
@media screen and (max-width: 980px) {
    .wrapper > .inner {
        width: 100%;
    }
}
.wrapper.alt {
    padding: 0;
}
.wrapper.style1 {
    background-color: var(--style1-background, #e7ded0);
    color: var(--style1-foreground, #002A48);
}
.wrapper.style1 strong, .wrapper.style1 b {
    color: var(--style1-foreground-bold, #002A48);
}
.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
    color: var(--style1-foreground-bold, #002A48);
}
.wrapper.style1 hr {
    border-color: var(--style1-border, #eee);
}
.wrapper.style1 blockquote {
    border-color: var(--style1-border, #eee);
}
.wrapper.style1 code {
    background: var(--style1-border-background, #fff);
}
.wrapper.style1 header p {
    color: var(--style1-foreground-light, #002A48);
}
.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
    border-color: var(--style1-border, #002A48);
}
.wrapper.style1 header.major p {
    color: var(--style1-foreground, #eee);
}
.wrapper.style1 .features li:before {
    color: var(--style1-border, #eee);
}
.wrapper.style1 label {
    color: var(--style1-foreground-bold, #eee);
}
.wrapper.style1 input[type=text],
.wrapper.style1 input[type=password],
.wrapper.style1 input[type=email],
.wrapper.style1 select,
.wrapper.style1 textarea {
    background-color: var(--style1-border-background, #fff);
}
.wrapper.style1 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23995' /%3E%3C/svg%3E");
}
.wrapper.style1 select {
    background-image-extend: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23995' /%3E%3C/svg%3E");
}
.wrapper.style1 select option {
    color: var(--style1-foreground-bold, #eee);
    background: var(--style1-background, #fff);
}
.wrapper.style1 input[type=checkbox] + label,
.wrapper.style1 input[type=radio] + label {
    color: var(--style1-foreground, #eee);
}
.wrapper.style1 input[type=checkbox] + label:before,
.wrapper.style1 input[type=radio] + label:before {
    background: var(--style1-border-background, #fff);
}
.wrapper.style1 input[type=checkbox]:checked + label:before,
.wrapper.style1 input[type=radio]:checked + label:before {
    background: var(--style1-foreground-bold, #eee);
    color: var(--style1-background, #fff);
}
.wrapper.style1 ::-webkit-input-placeholder {
    color: var(--style1-foreground-light, #eee) !important;
}
.wrapper.style1 :-moz-placeholder {
    color: var(--style1-foreground-light, #eee) !important;
}
.wrapper.style1 ::-moz-placeholder {
    color: var(--style1-foreground-light, #eee) !important;
}
.wrapper.style1 :-ms-input-placeholder {
    color: var(--style1-foreground-light, #eee) !important;
}
.wrapper.style1 .formerize-placeholder {
    color: var(--style1-foreground-light, #eee) !important;
}
.wrapper.style1 .icon.major {
    border-color: var(--style1-border, #eee);
}
.wrapper.style1 ul.alt li {
    border-color: var(--style1-border, #eee);
}
.wrapper.style1 table tbody tr {
    border-color: var(--style1-border, #eee);
}
.wrapper.style1 table tbody tr:nth-child(2n+1) {
    background-color: var(--style1-border-background, #fff);
}
.wrapper.style1 table th {
    color: var(--style1-foreground-bold, #eee);
}
.wrapper.style1 table thead {
    border-color: var(--style1-border, #eee);
}
.wrapper.style1 table tfoot {
    border-color: var(--style1-border, #eee);
}
.wrapper.style1 table.alt tbody tr td {
    border-color: var(--style1-border, #eee);
}
.wrapper.style1 input[type=submit],
.wrapper.style1 input[type=reset],
.wrapper.style1 input[type=button],
.wrapper.style1 button,
.wrapper.style1 .button {
    box-shadow: inset 0 0 0 2px var(--style1-border, #cc171f);
    color: var(--style1-foreground-bold, #000);
}
.wrapper.style1 input[type=submit]:hover,
.wrapper.style1 input[type=reset]:hover,
.wrapper.style1 input[type=button]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
    background-color: var(--style1-border-background, #fff);
}
.wrapper.style1 input[type=submit]:active,
.wrapper.style1 input[type=reset]:active,
.wrapper.style1 input[type=button]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
    background-color: var(--style1-border2-background, #fff);
}
@media screen and (max-width: 736px) {
    .wrapper.style1 .features li {
        border-top-color: var(--style1-border, #eee);
    }
}

.wrapper.style2 {
    background-color: var(--style2-background, #f5f5f5);
    color: var(--style2-foreground, #eee);
}
.wrapper.style2 strong, .wrapper.style2 b {
    color: var(--style2-foreground-bold, #000);
}
.wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
    color: var(--style2-foreground-bold, #000);
}
.wrapper.style2 hr {
    border-color: var(--style2-border, #000);
}
.wrapper.style2 blockquote {
    border-color: var(--style2-border, #eee);
}
.wrapper.style2 code {
    background: var(--style2-border-background, #000);
}
.wrapper.style2 header p {
    color: var(--style2-foreground-light, #000);
}
.wrapper.style2 header.major h2, .wrapper.style2 header.major h3, .wrapper.style2 header.major h4, .wrapper.style2 header.major h5, .wrapper.style2 header.major h6 {
    border-color: var(--style2-border, #000);
}
.wrapper.style2 header.major p {
    color: var(--style2-foreground, #000);
}
.wrapper.style2 .features li:before {
    color: var(--style2-border, #000);
}
.wrapper.style2 label {
    color: var(--style2-foreground-bold, #000);
}

.wrapper.style2 header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
    border-bottom: solid 2px var(--palette-border, #002A48);
    display: inline-block;
    padding-bottom: 0.2em;
    position: relative;
    color: var(--style2-foreground, #e7ded0);
}
.wrapper.style2 input[type=text],
.wrapper.style2 input[type=password],
.wrapper.style2 input[type=email],
.wrapper.style2 select,
.wrapper.style2 textarea {
    background-color: var(--style2-border-background, #fff);
}
.wrapper.style2 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dd5' /%3E%3C/svg%3E");
}
.wrapper.style2 select {
    background-image-extend: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dd5' /%3E%3C/svg%3E");
}
.wrapper.style2 select option {
    color: var(--style2-foreground-bold, #eee);
    background: var(--style2-background, #fff);
}
.wrapper.style2 input[type=checkbox] + label,
.wrapper.style2 input[type=radio] + label {
    color: var(--style2-foreground, #eee);
}
.wrapper.style2 input[type=checkbox] + label:before,
.wrapper.style2 input[type=radio] + label:before {
    background: var(--style2-border-background, #fff);
}
.wrapper.style2 input[type=checkbox]:checked + label:before,
.wrapper.style2 input[type=radio]:checked + label:before {
    background: var(--style2-foreground-bold, #eee);
    color: var(--style2-background, #fff);
}
.wrapper.style2 ::-webkit-input-placeholder {
    color: var(--style2-foreground-light, #eee) !important;
}
.wrapper.style2 :-moz-placeholder {
    color: var(--style2-foreground-light, #eee) !important;
}
.wrapper.style2 ::-moz-placeholder {
    color: var(--style2-foreground-light, #eee) !important;
}
.wrapper.style2 :-ms-input-placeholder {
    color: var(--style2-foreground-light, #eee) !important;
}
.wrapper.style2 .formerize-placeholder {
    color: var(--style2-foreground-light, #eee) !important;
}
.wrapper.style2 .icon.major {
    border-color: var(--style2-border, #eee);
}
.wrapper.style2 ul.alt li {
    border-color: var(--style2-border, #eee);
}
.wrapper.style2 table tbody tr {
    border-color: var(--style2-border, #eee);
}
.wrapper.style2 table tbody tr:nth-child(2n+1) {
    background-color: var(--style2-border-background, #fff);
}
.wrapper.style2 table th {
    color: var(--style2-foreground-bold, #eee);
}
.wrapper.style2 table thead {
    border-color: var(--style2-border, #eee);
}
.wrapper.style2 table tfoot {
    border-color: var(--style2-border, #eee);
}
.wrapper.style2 table.alt tbody tr td {
    border-color: var(--style2-border, #eee);
}
.wrapper.style2 input[type=submit],
.wrapper.style2 input[type=reset],
.wrapper.style2 input[type=button],
.wrapper.style2 button,
.wrapper.style2 .button {
    box-shadow: inset 0 0 0 2px var(--style2-border, #eee);
    color: var(--style2-foreground-bold, #eee);
}
.wrapper.style2 input[type=submit]:hover,
.wrapper.style2 input[type=reset]:hover,
.wrapper.style2 input[type=button]:hover,
.wrapper.style2 button:hover,
.wrapper.style2 .button:hover {
    background-color: var(--style2-border-background, #fff);
}
.wrapper.style2 input[type=submit]:active,
.wrapper.style2 input[type=reset]:active,
.wrapper.style2 input[type=button]:active,
.wrapper.style2 button:active,
.wrapper.style2 .button:active {
    background-color: var(--style2-border2-background, #fff);
}
@media screen and (max-width: 736px) {
    .wrapper.style2 .features li {
        border-top-color: var(--style2-border, #eee);
    }
}

.wrapper.style3 {
    background-color: var(--style3-background, #000);
    color: var(--style3-foreground, #eee);
}
.wrapper.style3 neos-alignment-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.wrapper.style3 strong, .wrapper.style3 b {
    color: var(--style3-foreground-bold, #eee);
}
.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
    color: var(--style3-foreground-bold, #fff);
}
.wrapper.style3 hr {
    border-color: var(--style3-border, #eee);
}
.wrapper.style3 blockquote {
    border-color: var(--style3-border, #eee);
}
.wrapper.style3 code {
    background: var(--style3-border-background, #000);
}
.wrapper.style3 header p {
    color: var(--style3-foreground-light, #eee);
}
.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
    border-color: var(--style3-border, #fff);
}
.wrapper.style3 header.major p {
    color: var(--style3-foreground, #eee);
}
.wrapper.style3 .features li:before {
    color: var(--style3-border, #eee);
}
.wrapper.style3 label {
    color: var(--style3-foreground-bold, #eee);
}
.wrapper.style3 input[type=text],
.wrapper.style3 input[type=password],
.wrapper.style3 input[type=email],
.wrapper.style3 select,
.wrapper.style3 textarea {
    background-color: var(--style3-border-background, #fff);
}
.wrapper.style3 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ff5' /%3E%3C/svg%3E");
}
.wrapper.style3 select {
    background-image-extend: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ff5' /%3E%3C/svg%3E");
}
.wrapper.style3 select option {
    color: var(--style3-foreground-bold, #eee);
    background: var(--style3-background, #fff);
}
.wrapper.style3 input[type=checkbox] + label,
.wrapper.style3 input[type=radio] + label {
    color: var(--style3-foreground, #eee);
}
.wrapper.style3 input[type=checkbox] + label:before,
.wrapper.style3 input[type=radio] + label:before {
    background: var(--style3-border-background, #fff);
}
.wrapper.style3 input[type=checkbox]:checked + label:before,
.wrapper.style3 input[type=radio]:checked + label:before {
    background: var(--style3-foreground-bold, #eee);
    color: var(--style3-background, #fff);
}
.wrapper.style3 ::-webkit-input-placeholder {
    color: var(--style3-foreground-light, #eee) !important;
}
.wrapper.style3 :-moz-placeholder {
    color: var(--style3-foreground-light, #eee) !important;
}
.wrapper.style3 ::-moz-placeholder {
    color: var(--style3-foreground-light, #eee) !important;
}
.wrapper.style3 :-ms-input-placeholder {
    color: var(--style3-foreground-light, #eee) !important;
}
.wrapper.style3 .formerize-placeholder {
    color: var(--style3-foreground-light, #eee) !important;
}
.wrapper.style3 .icon.major {
    border-color: var(--style3-border, #eee);
}
.wrapper.style3 ul.alt li {
    border-color: var(--style3-border, #eee);
}
.wrapper.style3 table tbody tr {
    border-color: var(--style3-border, #eee);
}
.wrapper.style3 table tbody tr:nth-child(2n+1) {
    background-color: var(--style3-border-background, #fff);
}
.wrapper.style3 table th {
    color: var(--style3-foreground-bold, #eee);
}
.wrapper.style3 table thead {
    border-color: var(--style3-border, #eee);
}
.wrapper.style3 table tfoot {
    border-color: var(--style3-border, #eee);
}
.wrapper.style3 table.alt tbody tr td {
    border-color: var(--style3-border, #eee);
}
.wrapper.style3 input[type=submit],
.wrapper.style3 input[type=reset],
.wrapper.style3 input[type=button],
.wrapper.style3 button,
.wrapper.style3 .button {
    box-shadow: inset 0 0 0 2px var(--style3-border, #eee);
    color: var(--style3-foreground-bold, #eee);
}
.wrapper.style3 input[type=submit]:hover,
.wrapper.style3 input[type=reset]:hover,
.wrapper.style3 input[type=button]:hover,
.wrapper.style3 button:hover,
.wrapper.style3 .button:hover {
    background-color: var(--style3-border-background, #fff);
}
.wrapper.style3 input[type=submit]:active,
.wrapper.style3 input[type=reset]:active,
.wrapper.style3 input[type=button]:active,
.wrapper.style3 button:active,
.wrapper.style3 .button:active {
    background-color: var(--style3-border2-background, #fff);
}

.wrapper.style4 {
    background-color: var(--style4-background, #fff);
    color: var(--style4-foreground, #002A48);
}
.wrapper.style4 strong, .wrapper.style4 b {
    color: var(--style4-foreground-bold, #002A48);
}
.wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
    color: var(--style4-foreground-bold, #002A48);
}
.wrapper.style4 hr {
    border-color: var(--style4-border, #eee);
}
.wrapper.style4 blockquote {
    border-color: var(--style4-border, #eee);
}
.wrapper.style4 code {
    background: var(--style4-border-background, #fff);
}
.wrapper.style4 header p {
    color: var(--style4-foreground-light, #002A48);
}
.wrapper.style4 header.major h2, .wrapper.style1 header.major h3, .wrapper.style4 header.major h4, .wrapper.style4 header.major h5, .wrapper.style4 header.major h6 {
    border-color: var(--style4-border, #002A48);
}
.wrapper.style4 header.major p {
    color: var(--style4-foreground, #eee);
}
.wrapper.style4 .features li:before {
    color: var(--style4-border, #eee);
}
.wrapper.style4 label {
    color: var(--style4-foreground-bold, #eee);
}
.wrapper.style4 input[type=text],
.wrapper.style4 input[type=password],
.wrapper.style4 input[type=email],
.wrapper.style4 select,
.wrapper.style4 textarea {
    background-color: var(--style4-border-background, #fff);
}
.wrapper.style4 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23995' /%3E%3C/svg%3E");
}
.wrapper.style4 select {
    background-image-extend: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23995' /%3E%3C/svg%3E");
}
.wrapper.style4 select option {
    color: var(--style4-foreground-bold, #eee);
    background: var(--style4-background, #fff);
}
.wrapper.style4 input[type=checkbox] + label,
.wrapper.style4 input[type=radio] + label {
    color: var(--style4-foreground, #eee);
}
.wrapper.style4 input[type=checkbox] + label:before,
.wrapper.style4 input[type=radio] + label:before {
    background: var(--style4-border-background, #fff);
}
.wrapper.style4 input[type=checkbox]:checked + label:before,
.wrapper.style4 input[type=radio]:checked + label:before {
    background: var(--style4-foreground-bold, #eee);
    color: var(--style4-background, #fff);
}
.wrapper.style4 ::-webkit-input-placeholder {
    color: var(--style4-foreground-light, #eee) !important;
}
.wrapper.style4 :-moz-placeholder {
    color: var(--style4-foreground-light, #eee) !important;
}
.wrapper.style4 ::-moz-placeholder {
    color: var(--style4-foreground-light, #eee) !important;
}
.wrapper.style4 :-ms-input-placeholder {
    color: var(--style4-foreground-light, #eee) !important;
}
.wrapper.style4 .formerize-placeholder {
    color: var(--style4-foreground-light, #eee) !important;
}
.wrapper.style4 .icon.major {
    border-color: var(--style4-border, #eee);
}
.wrapper.style4 ul.alt li {
    border-color: var(--style4-border, #eee);
}
.wrapper.style4 table tbody tr {
    border-color: var(--style4-border, #eee);
}
.wrapper.style4 table tbody tr:nth-child(2n+1) {
    background-color: var(--style4-border-background, #fff);
}
.wrapper.style4 table th {
    color: var(--style4-foreground-bold, #eee);
}
.wrapper.style4 table thead {
    border-color: var(--style4-border, #eee);
}
.wrapper.style4 table tfoot {
    border-color: var(--style4-border, #eee);
}
.wrapper.style4 table.alt tbody tr td {
    border-color: var(--style4-border, #eee);
}
.wrapper.style4 input[type=submit],
.wrapper.style4 input[type=reset],
.wrapper.style4 input[type=button],
.wrapper.style4 button,
.wrapper.style4 .button {
    box-shadow: inset 0 0 0 2px var(--style4-border, #cc171f);
    color: var(--style4-foreground-bold, #000);
}
.wrapper.style4 input[type=submit]:hover,
.wrapper.style4 input[type=reset]:hover,
.wrapper.style4 input[type=button]:hover,
.wrapper.style4 button:hover,
.wrapper.style4 .button:hover {
    background-color: var(--style4-border-background, #fff);
}
.wrapper.style4 input[type=submit]:active,
.wrapper.style4 input[type=reset]:active,
.wrapper.style4 input[type=button]:active,
.wrapper.style4 button:active,
.wrapper.style4 .button:active {
    background-color: var(--style4-border2-background, #fff);
}
@media screen and (max-width: 736px) {
    .wrapper.style1 .features li {
        border-top-color: var(--style4-border, #eee);
    }
}

@media screen and (max-width: 736px) {
    .wrapper.style3 .features li {
        border-top-color: var(--style3-border, #eee);
    }
}
@media screen and (max-width: 980px) {
    .wrapper {
        padding: 4em 3em 2em 3em;
    }
}
@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3em 2em 1em 2em;
    }
}

.wrapper.style5 {
    background-color: var(--style5-background, #cc171f);
    color: var(--style5-foreground, #002A48);
    padding: 0.5em 0 0.5em 0;
}
.wrapper.style5 strong, .wrapper.style1 b {
    color: var(--style5-foreground-bold, #002A48);
}
.wrapper.style5 h2, .wrapper.style1 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
    color: var(--style5-foreground-bold, #002A48);
}
.wrapper.style5 hr {
    border-color: var(--style5-border, #eee);
}
.wrapper.style5 blockquote {
    border-color: var(--style5-border, #eee);
}
.wrapper.style5 code {
    background: var(--style5-border-background, #fff);
}
.wrapper.style5 header p {
    color: var(--style5-foreground-light, #002A48);
}
.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
    border-color: var(--style5-border, #002A48);
}
.wrapper.style5 header.major p {
    color: var(--style5-foreground, #eee);
}
.wrapper.style5 .features li:before {
    color: var(--style5-border, #eee);
}
.wrapper.style5 label {
    color: var(--style5-foreground-bold, #eee);
}
.wrapper.style5 input[type=text],
.wrapper.style5 input[type=password],
.wrapper.style5 input[type=email],
.wrapper.style5 select,
.wrapper.style5 textarea {
    background-color: var(--style5-border-background, #fff);
}
.wrapper.style5 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23995' /%3E%3C/svg%3E");
}
.wrapper.style5 select {
    background-image-extend: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23995' /%3E%3C/svg%3E");
}
.wrapper.style5 select option {
    color: var(--style5-foreground-bold, #eee);
    background: var(--style5-background, #fff);
}
.wrapper.style5 input[type=checkbox] + label,
.wrapper.style5 input[type=radio] + label {
    color: var(--style5-foreground, #eee);
}
.wrapper.style5 input[type=checkbox] + label:before,
.wrapper.style5 input[type=radio] + label:before {
    background: var(--style5-border-background, #fff);
}
.wrapper.style5 input[type=checkbox]:checked + label:before,
.wrapper.style5 input[type=radio]:checked + label:before {
    background: var(--style5-foreground-bold, #eee);
    color: var(--style5-background, #fff);
}
.wrapper.style5 ::-webkit-input-placeholder {
    color: var(--style5-foreground-light, #eee) !important;
}
.wrapper.style5 :-moz-placeholder {
    color: var(--style5-foreground-light, #eee) !important;
}
.wrapper.style5 ::-moz-placeholder {
    color: var(--style5-foreground-light, #eee) !important;
}
.wrapper.style5 :-ms-input-placeholder {
    color: var(--style5-foreground-light, #eee) !important;
}
.wrapper.style5 .formerize-placeholder {
    color: var(--style5-foreground-light, #eee) !important;
}
.wrapper.style5 .icon.major {
    border-color: var(--style5-border, #eee);
}
.wrapper.style5 ul.alt li {
    border-color: var(--style5-border, #eee);
}
.wrapper.style5 table tbody tr {
    border-color: var(--style5-border, #eee);
}
.wrapper.style5 table tbody tr:nth-child(2n+1) {
    background-color: var(--style5-border-background, #fff);
}
.wrapper.style5 table th {
    color: var(--style5-foreground-bold, #eee);
}
.wrapper.style5 table thead {
    border-color: var(--style5-border, #eee);
}
.wrapper.style5 table tfoot {
    border-color: var(--style5-border, #eee);
}
.wrapper.style5 table.alt tbody tr td {
    border-color: var(--style5-border, #eee);
}
.wrapper.style5 input[type=submit],
.wrapper.style5 input[type=reset],
.wrapper.style5 input[type=button],
.wrapper.style5 button,
.wrapper.style5 .button {
    box-shadow: inset 0 0 0 2px var(--style5-border, #eee);
    color: var(--style5-foreground-bold, #eee);
}
.wrapper.style5 input[type=submit]:hover,
.wrapper.style5 input[type=reset]:hover,
.wrapper.style5 input[type=button]:hover,
.wrapper.style5 button:hover,
.wrapper.style5 .button:hover {
    background-color: var(--style5-border-background, #fff);
}
.wrapper.style5 input[type=submit]:active,
.wrapper.style5 input[type=reset]:active,
.wrapper.style5 input[type=button]:active,
.wrapper.style5 button:active,
.wrapper.style5 .button:active {
    background-color: var(--style5-border2-background, #fff);
}
@media screen and (max-width: 736px) {
    .wrapper.style5 .features li {
        border-top-color: var(--style5-border, #eee);
    }
}

/* Page Wrapper + Menu */
#page-wrapper {
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    padding-top: 0;
}
#page-wrapper:before {
    background: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

#menu {
    -moz-transform: translateX(20em);
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-overflow-scrolling: touch;
    background: var(--footer-background, #000);
    color: var(--palette-foreground-light, #eee);
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    padding: 3em 2em;
    position: fixed;
    right: 0;
    top: 0;
    width: 20em;
    z-index: 10002;
}
#menu ul {
    list-style: none;
    padding: 0;
}
#menu ul > li {
    border-top: solid 1px var(--palette-foreground-light, #eee);
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
}
#menu ul > li:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#menu ul > li > a {
    border: 0;
    color: inherit;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 736px) {
    #menu ul > li > a {
        line-height: 3em;
    }
}
#menu .close {
    background-image: url("images/close.svg");
    background-position: 4.85em 1em;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 7em;
}
@media screen and (max-width: 736px) {
    #menu {
        padding: 3em 1.5em;
    }
}

body.is-menu-visible #page-wrapper {
    opacity: 0.35;
}
body.is-menu-visible #page-wrapper:before {
    display: block;
}
body.is-menu-visible #menu {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Header */
#header {
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background: var(--palette-background, #fff);
    height: 3em;
    left: 0;
    line-height: 3em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#header h1 {
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    height: inherit;
    left: 1.25em;
    line-height: inherit;
    position: absolute;
    top: 0;
}
#header h1 a {
    border: 0;
    display: block;
    height: inherit;
    line-height: inherit;
}
@media screen and (max-width: 736px) {
    #header h1 a {
        font-size: 0.8em;
    }
}
#header nav {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
}
#header nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
#header nav > ul > li {
    display: inline-block;
    padding: 0;
}
#header nav > ul > li > a {
    border: 0;
    color: var(--palette-foreground-bold, #eee);
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    padding: 0 1.5em;
    text-transform: uppercase;
}
#header nav > ul > li > a.menuToggle {
    outline: 0;
    position: relative;
}
#header nav > ul > li > a.menuToggle:after {
    background-image: url("images/bars.svg");
    background-position: right center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 3.75em;
    vertical-align: top;
    width: 2em;
}
@media screen and (max-width: 736px) {
    #header nav > ul > li > a.menuToggle {
        padding: 0 1.5em;
    }
    #header nav > ul > li > a.menuToggle span {
        display: none;
    }
}
@media screen and (max-width: 736px) {
    #header nav > ul > li > a {
        padding: 0 0 0 1.5em;
    }
}
#header nav > ul > li:first-child {
    margin-left: 0;
}
#header.alt {
    background: transparent;
}
#header.alt h1 {
    pointer-events: none;
    opacity: 0;
}

/* Banner */
.banner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: default;
    height: 100vh;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.banner h2 {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    font-size: 1.75em;
    opacity: 1;
    padding: 0.35em 1em;
    position: relative;
    z-index: 1;
}
.banner h2:before, .banner h2:after {
    background: var(--palette-foreground-bold, #eee);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}
.banner h2:before {
    top: 0;
    left: 0;
}
.banner h2:after {
    bottom: 0;
    right: 0;
}
.banner p {
    letter-spacing: 0.225em;
    text-transform: uppercase;
}
.banner p a {
    color: inherit;
}
.banner .more {
    
    border: none;
    bottom: 0;
    color: inherit;
    font-size: 0.8em;
    height: 8.5em;
    left: 50%;
    letter-spacing: 0.225em;
    margin-left: -8.5em;
    margin-bottom: 4em;
    opacity: 1;
    outline: 0;
    padding-left: 0.225em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 16em;
    z-index: 1;
}
.banner .more:after {
    background-image: url("images/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    content: "";
    display: block;
    height: 1.5em;
    left: 50%;
    margin: 0 0 0 -1.75em;
    position: absolute;
    width: 1.5em;
}
.banner:after {
    pointer-events: none;
    content: "";
    background: var(--palette-background, #fff);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
@media screen and (max-width: 736px) {
    .banner {
        padding: 7em 3em 5em 3em;
        height: auto;
        min-height: 0;
    }
    .banner h2 {
        font-size: 1.25em;
    }
    .banner br {
        display: none;
    }
    .banner .more {
        display: none;
    }
}

body.is-preload .banner h2 {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
}
body.is-preload .banner h2:before, body.is-preload .banner h2:after {
    width: 0;
}
body.is-preload .banner .more {
    -moz-transform: translateY(8.5em);
    -webkit-transform: translateY(8.5em);
    -ms-transform: translateY(8.5em);
    transform: translateY(8.5em);
    opacity: 0;
}
body.is-preload .banner:after {
    opacity: 1;
}

/* Language Navi */

#menu .language-navi {
    margin: 0 0 1em 0;
}

#menu .language-navi li {
    display:inline-block;
    margin:15px;
    border-top:none;
}

#menu .language-navi > li:first-child {
    margin-left: 0;
}

/* CTA */
.cta .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    max-width: 45em;
}
.cta .inner header {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    padding-right: 3em;
    width: 70%;
}
.cta .inner header p {
    color: inherit;
}
.cta .inner .actions {
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 30%;
}
@media screen and (max-width: 980px) {
    .cta .inner {
        display: block;
        text-align: center;
    }
    .cta .inner header {
        padding-right: 0;
        width: 100%;
    }
    .cta .inner .actions {
        margin-left: auto;
        margin-right: auto;
        max-width: 20em;
        width: 100%;
    }
}
@media screen and (max-width: 736px) {
    .cta .inner .actions {
        max-width: none;
    }
}

/* Main no 3211 background-attachment: fixed; */
#main > header {
    padding: 15em 0 12em 0;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../img/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../img/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../img/banner.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../img/banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}
#main > header h2 {
    font-size: 1.75em;
    margin: 0 0 0.5em 0;
}
#main > header p {
    color: inherit;
    top: 0;
}
#main > header p a {
    color: inherit;
}
@media screen and (max-width: 1680px) {
    #main > header {
        padding: 10em 0 8em 0;
    }
}
@media screen and (max-width: 1280px) {
    #main > header {
        padding: 8em 3em 6em 3em;
    }
}
@media screen and (max-width: 980px) {
    #main > header {
        padding: 10em 3em 8em 3em;
    }
}
@media screen and (max-width: 736px) {
    #main > header {
        padding: 5em 3em 3em 3em;
    }
    #main > header h2 {
        font-size: 1.25em;
        margin: 0 0 1em 0;
    }
}

body.is-mobile #main > header {
    background-attachment: scroll;
}

/* Footer */
.panel-footer {
    padding: 3em 0 2em 0;
    background-color: var(--footer-background, #000);
    text-align: left;
    color = var(--footer-foreground, #eee);
}
#footer .icons {
    font-size: 1.25em;
}
#footer .icons a {
    color: var(--footer-foreground, #eee);;
}
#footer .icons a:hover {
    color: var(--footer-foreground, #eee);
}
#footer .copyright {
    color: var(--footer-foreground, #eee);
    font-size: 0.8em;
    letter-spacing: 0.225em;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
}
#footer .copyright li {
    border-left: solid 1px var(--footer-foreground, #eee);
    display: inline-block;
    line-height: 1em;
    margin-left: 1em;
    padding-left: 1em;
}
#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
#footer .copyright li a {
    color: inherit;
}
#footer .copyright li a:hover {
    color: var(--footer-foreground, #eee);
}

#footer .navi {
    list-style-type: none;
    margin: 1em 3em;
    padding-bottom: 1em;
    border-bottom: 1px solid var(--footer-foreground, #eee);
}
#footer .navi li {
    display: inline-block;
    padding: 0 1em 0 0;
}
#footer .navi a{
    border-bottom: none;
    color : var(--footer-foreground, #eee)
}
#footer .navi a:hover{
    border-bottom: none;
    color : var(--footer-foreground, #eee)
}
@media screen and (max-width: 480px) {
    #footer .copyright li {
        border: 0;
        display: block;
        line-height: 1.65em;
        margin: 0;
        padding: 0.5em 0;
    }
}
@media screen and (max-width: 980px) {
    #footer {
        padding: 4em 3em 2em 3em;
    }
}
@media screen and (max-width: 736px) {
    #footer {
        padding: 3em 2em 1em 2em;
    }
}

/* Landing */
body.landing #page-wrapper {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
    background-image: var(--landing-background);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

body.is-mobile.landing #page-wrapper {
    background: none;
}
body.is-mobile.landing .banner {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
    background-image: var(--landing-background);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
body.is-mobile.landing #footer {
    background-color: black;
}
/* Landing */
.navbar {
  min-height: 3.25rem;
  position: relative;
  background-color: hsla(0, 0%, 0%, .92);
  z-index: 10030; }
  .navbar.is-white {
    background-color: white;
    color: #0a0a0a; }
    .navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    .navbar.is-white .navbar-brand .navbar-link:focus,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #0a0a0a; }
    .navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #0a0a0a; }
    .navbar.is-white .navbar-burger {
      color: #0a0a0a; }
    @media screen and (min-width: 1024px) {
      .navbar.is-white .navbar-start > .navbar-item,
      .navbar.is-white .navbar-start .navbar-link,
      .navbar.is-white .navbar-end > .navbar-item,
      .navbar.is-white .navbar-end .navbar-link {
        color: #0a0a0a; }
      .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
      .navbar.is-white .navbar-start .navbar-link:focus,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-end > a.navbar-item:focus,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white .navbar-end .navbar-link:focus,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #0a0a0a; }
      .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: white;
        color: #0a0a0a; } }
  .navbar.is-black {
    background-color: #0a0a0a;
    color: white; }
    .navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: white; }
    .navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    .navbar.is-black .navbar-brand .navbar-link:focus,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: white; }
    .navbar.is-black .navbar-brand .navbar-link::after {
      border-color: white; }
    .navbar.is-black .navbar-burger {
      color: white; }
    @media screen and (min-width: 1024px) {
      .navbar.is-black .navbar-start > .navbar-item,
      .navbar.is-black .navbar-start .navbar-link,
      .navbar.is-black .navbar-end > .navbar-item,
      .navbar.is-black .navbar-end .navbar-link {
        color: white; }
      .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
      .navbar.is-black .navbar-start .navbar-link:focus,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-end > a.navbar-item:focus,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black .navbar-end .navbar-link:focus,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: white; }
      .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: white; } }
  .navbar.is-light {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    .navbar.is-light .navbar-brand .navbar-link:focus,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active {
      background-color: #e8e8e8;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-light .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1024px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
      .navbar.is-light .navbar-start .navbar-link:focus,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-end > a.navbar-item:focus,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light .navbar-end .navbar-link:focus,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-dark {
    background-color: #363636;
    color: #fff; }
    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-dark .navbar-brand .navbar-link:focus,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active {
      background-color: #292929;
      color: #fff; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-dark .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-dark .navbar-start > .navbar-item,
      .navbar.is-dark .navbar-start .navbar-link,
      .navbar.is-dark .navbar-end > .navbar-item,
      .navbar.is-dark .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-dark .navbar-start .navbar-link:focus,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-end > a.navbar-item:focus,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark .navbar-end .navbar-link:focus,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: #fff; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: #fff; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #fff; } }
  .navbar.is-primary {
    background-color: #ff1919;
    color: #ff8080; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: #ff8080; }
    .navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:focus,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: red;
      color: #ff8080; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #ff8080; }
    .navbar.is-primary .navbar-burger {
      color: #ff8080; }
    @media screen and (min-width: 1024px) {
      .navbar.is-primary .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link {
        color: #ff8080; }
      .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:focus,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:focus,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:focus,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: red;
        color: #ff8080; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #ff8080; }
      .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: red;
        color: #ff8080; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff1919;
        color: #ff8080; } }
  .navbar.is-link {
    background-color: #2b00ff;
    color: #fff; }
    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:focus,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: #2700e6;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-link .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:focus,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:focus,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:focus,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #2700e6;
        color: #fff; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #2700e6;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #2b00ff;
        color: #fff; } }
  .navbar.is-info {
    background-color: #3298dc;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:focus,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active {
      background-color: #238cd1;
      color: #fff; }
    .navbar.is-info .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-info .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:focus,
      .navbar.is-info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:focus,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:focus,
      .navbar.is-info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #238cd1;
        color: #fff; }
      .navbar.is-info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #238cd1;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #3298dc;
        color: #fff; } }
  .navbar.is-success {
    background-color: #48c774;
    color: #fff; }
    .navbar.is-success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:focus,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active {
      background-color: #3abb67;
      color: #fff; }
    .navbar.is-success .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-success .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-success .navbar-start > .navbar-item,
      .navbar.is-success .navbar-start .navbar-link,
      .navbar.is-success .navbar-end > .navbar-item,
      .navbar.is-success .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:focus,
      .navbar.is-success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:focus,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:focus,
      .navbar.is-success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #3abb67;
        color: #fff; }
      .navbar.is-success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3abb67;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #48c774;
        color: #fff; } }
  .navbar.is-warning {
    background-color: #ffeb40;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:focus,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active {
      background-color: #ffe827;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-burger {
      color: rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 1024px) {
      .navbar.is-warning .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:focus,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:focus,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:focus,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active {
        background-color: #ffe827;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ffe827;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffeb40;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-danger {
    background-color: #ff1919;
    color: #fff; }
    .navbar.is-danger .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
    .navbar.is-danger .navbar-brand .navbar-link:focus,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active {
      background-color: red;
      color: #fff; }
    .navbar.is-danger .navbar-brand .navbar-link::after {
      border-color: #fff; }
    .navbar.is-danger .navbar-burger {
      color: #fff; }
    @media screen and (min-width: 1024px) {
      .navbar.is-danger .navbar-start > .navbar-item,
      .navbar.is-danger .navbar-start .navbar-link,
      .navbar.is-danger .navbar-end > .navbar-item,
      .navbar.is-danger .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
      .navbar.is-danger .navbar-start .navbar-link:focus,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-end > a.navbar-item:focus,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger .navbar-end .navbar-link:focus,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active {
        background-color: red;
        color: #fff; }
      .navbar.is-danger .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: red;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff1919;
        color: #fff; } }
  .navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 whitesmoke; }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 0 0 whitesmoke; }
  .navbar.is-fixed-top {
    top: 0; }

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem; }

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem; }

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem; }

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 5.25rem;
  margin-left: auto;
  margin-top: 33px; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 2px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 20px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 7px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 5px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #fff;
  font-family: Roboto500;
  font-size: 1.0rem;
  display: block;
  line-height: 1.5;
  padding: 1.75rem 1.75rem;
  position: relative; }
  .navbar-item .icon:only-child,
  .navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:focus,
  .navbar-link:focus-within,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #425363;
    color: #a7bac8; }

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 5.75rem; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #2b00ff; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #2b00ff;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #2b00ff;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em; }
  .navbar-link:not(.is-arrowless)::after {
    border-color: #2b00ff;
    margin-top: -0.375em;
    right: 1.125em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex; }
  .navbar-link::after {
    display: none; }
  .navbar-menu {
    background-color: black;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }

@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  .navbar {
    min-height: 3.25rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 4px; }
    .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:focus,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: whitesmoke;
      color: #0a0a0a; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: whitesmoke;
      color: #2b00ff; }
  .navbar-burger {
    display: none; }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }
  .navbar-item.has-dropdown {
    align-items: stretch; }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em); }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto; }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
    .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0); }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: #cc171f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid ##a7bac8;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
        background-color: whitesmoke;
        color: #0a0a0a; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #2b00ff; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 6px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-property: opacity, transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
  .navbar-divider {
    display: block; }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -.75rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem; }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #a7bac8; }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa; } }
.top-navigation-wrap {
    position: -webkit-sticky;
    position: sticky;
    background-color: #002a48;
    background-color: hsla(205, 100%, 14.1%, .92);
    -webkit-transition: box-shadow .2s linear;
    transition: box-shadow .2s linear;
    min-height: 85px;
    z-index: 10000;
}

.top-navigation-wrap.scrolling {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

.neos-edit-preview-panel-open:not(.neos-full-screen) .top-navigation-wrap {
    top: 182px
}

.neos-inspector-panel-open:not(.neos-full-screen) .top-navigation-wrap {
    right: 320px
}

.neos-menu-panel-open:not(.neos-full-screen) .top-navigation-wrap,
.neos-navigate-panel-open:not(.neos-full-screen) .top-navigation-wrap {
    left: 320px
}

.col-sm-3, .col-sm-4, .col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-sm-3, .col-sm-4, .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
/* Main */
li::marker {
  content: url("images/Premout_Sundance_Spas_Masāžas_Vannas_Wirepool.svg");
}

li {
  padding-inline-start: 1ch;
}

.language-menu > ul > li::marker {
content: ""
}

/**
 * Grid:
 * Flexible and responsive grid based on the utility width classes.
 *
 *     @example
 *     <div class="g">
 *       <div class="gi u-w1/1 u-wm1/2 u-wl1/4">
 *         column 1
 *       </div>
 *       <div class="gi u-w1/1 u-wm1/2 u-wl1/4">
 *         column 2
 *       </div>
 *       <div class="gi u-w1/1 u-wm1/2 u-wl1/4">
 *         column 3
 *       </div>
 *       <div class="gi u-w1/1 u-wm1/2 u-wl1/4">
 *         column 4
 *       </div>
 *     </div>
 */
.g,
.grid {
  margin-left: -13px;
  margin-right: -13px; }
  .g:before, .g:after,
  .grid:before,
  .grid:after {
    content: '';
    display: table; }
  .g:after,
  .grid:after {
    clear: both; }

.gi,
.grid__item {
  float: left;
  padding-left: 13px;
  padding-right: 13px; }

@media screen and (min-width: 650px) and (max-width: 1200px) {
  .u-w1\/1.u-wm6\/12.u-wl3\/12.neos-contentcollection:nth-child(odd) {
    clear: both; } }

.u-w1\/1.gi {
  margin-bottom: 26px; }

/**
 * Width utilities:
 * Short utility width are responsive and mobile first.
 * As with every utility class, it is namespaced with `u-` and `w` for width.
 *
 * Afterwards you can specify the optional breakpoint. Values can be found in the _Variables.scss
 * in the $mq-breakpoints variable. For demonstration purposes we will use `small` breakpoint which
 * is referenced by the `s`.
 *
 * Now let's specify the target width - Since they are percentage based, we use a fraction number, f.e. `1/1` for one whole,
 * `1/2` for one half and so on. We provide you with widths up to `1/12´or one twelfths.
 *
 * Our finished class could look like `u-ws1/4` - Which applies a one quarter width on the small breakpoint and upwards.
 *
 *     @example
 *     <div class="u-w1/1 u-wm1/2 u-wl1/3" style="background: #ccc;">
 *       This div should cover the whole width on the small screens, the half on
 *       medium screens and one third on large screens and upwards.
 *     </div>
 */
/**
 * Sizes which are used in conjunction with other objects and abstractions like the grid system.
 */
.u-w1\/1 {
  width: 100%; }

.u-w1\/2 {
  width: 50%; }

.u-w1\/3 {
  width: 33.333%; }

.u-w2\/3 {
  width: 66.666%; }

.u-w1\/4 {
  width: 25%; }

.u-w2\/4 {
  width: 50%; }

.u-w3\/4 {
  width: 75%; }

.u-w1\/5 {
  width: 20%; }

.u-w2\/5 {
  width: 40%; }

.u-w3\/5 {
  width: 60%; }

.u-w4\/5 {
  width: 80%; }

.u-w1\/6 {
  width: 16.666%; }

.u-w2\/6 {
  width: 33.333%; }

.u-w3\/6 {
  width: 50%; }

.u-w4\/6 {
  width: 66.666%; }

.u-w5\/6 {
  width: 83.333%; }

.u-w1\/8 {
  width: 12.5%; }

.u-w2\/8 {
  width: 25%; }

.u-w3\/8 {
  width: 37.5%; }

.u-w4\/8 {
  width: 50%; }

.u-w5\/8 {
  width: 62.5%; }

.u-w6\/8 {
  width: 75%; }

.u-w7\/8 {
  width: 87.5%; }

.u-w1\/10 {
  width: 10%; }

.u-w2\/10 {
  width: 20%; }

.u-w3\/10 {
  width: 30%; }

.u-w4\/10 {
  width: 40%; }

.u-w5\/10 {
  width: 50%; }

.u-w6\/10 {
  width: 60%; }

.u-w7\/10 {
  width: 70%; }

.u-w8\/10 {
  width: 80%; }

.u-w9\/10 {
  width: 90%; }

.u-w1\/12 {
  width: 8.333%; }

.u-w2\/12 {
  width: 16.666%; }

.u-w3\/12 {
  width: 25%; }

.u-w4\/12 {
  width: 33.333%; }

.u-w5\/12 {
  width: 41.666%; }

.u-w6\/12 {
  width: 50%; }

.u-w7\/12 {
  width: 58.333%; }

.u-w8\/12 {
  width: 66.666%; }

.u-w9\/12 {
  width: 75%; }

.u-w10\/12 {
  width: 62.5%; }

.u-w11\/12 {
  width: 91.666%; }

@media screen and (max-width: 649px) {
  .u-ws1\/1 {
    width: 100%; }
  .u-ws1\/2 {
    width: 50%; }
  .u-ws1\/3 {
    width: 33.333%; }
  .u-ws2\/3 {
    width: 66.666%; }
  .u-ws1\/4 {
    width: 25%; }
  .u-ws2\/4 {
    width: 50%; }
  .u-ws3\/4 {
    width: 75%; }
  .u-ws1\/5 {
    width: 20%; }
  .u-ws2\/5 {
    width: 40%; }
  .u-ws3\/5 {
    width: 60%; }
  .u-ws4\/5 {
    width: 80%; }
  .u-ws1\/6 {
    width: 16.666%; }
  .u-ws2\/6 {
    width: 33.333%; }
  .u-ws3\/6 {
    width: 50%; }
  .u-ws4\/6 {
    width: 66.666%; }
  .u-ws5\/6 {
    width: 83.333%; }
  .u-ws1\/8 {
    width: 12.5%; }
  .u-ws2\/8 {
    width: 25%; }
  .u-ws3\/8 {
    width: 37.5%; }
  .u-ws4\/8 {
    width: 50%; }
  .u-ws5\/8 {
    width: 62.5%; }
  .u-ws6\/8 {
    width: 75%; }
  .u-ws7\/8 {
    width: 87.5%; }
  .u-ws1\/10 {
    width: 10%; }
  .u-ws2\/10 {
    width: 20%; }
  .u-ws3\/10 {
    width: 30%; }
  .u-ws4\/10 {
    width: 40%; }
  .u-ws5\/10 {
    width: 50%; }
  .u-ws6\/10 {
    width: 60%; }
  .u-ws7\/10 {
    width: 70%; }
  .u-ws8\/10 {
    width: 80%; }
  .u-ws9\/10 {
    width: 90%; }
  .u-ws1\/12 {
    width: 8.333%; }
  .u-ws2\/12 {
    width: 16.666%; }
  .u-ws3\/12 {
    width: 25%; }
  .u-ws4\/12 {
    width: 33.333%; }
  .u-ws5\/12 {
    width: 41.666%; }
  .u-ws6\/12 {
    width: 50%; }
  .u-ws7\/12 {
    width: 58.333%; }
  .u-ws8\/12 {
    width: 66.666%; }
  .u-ws9\/12 {
    width: 75%; }
  .u-ws10\/12 {
    width: 62.5%; }
  .u-ws11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 650px) {
  .u-wm1\/1 {
    width: 100%; }
  .u-wm1\/2 {
    width: 50%; }
  .u-wm1\/3 {
    width: 33.333%; }
  .u-wm2\/3 {
    width: 66.666%; }
  .u-wm1\/4 {
    width: 25%; }
  .u-wm2\/4 {
    width: 50%; }
  .u-wm3\/4 {
    width: 75%; }
  .u-wm1\/5 {
    width: 20%; }
  .u-wm2\/5 {
    width: 40%; }
  .u-wm3\/5 {
    width: 60%; }
  .u-wm4\/5 {
    width: 80%; }
  .u-wm1\/6 {
    width: 16.666%; }
  .u-wm2\/6 {
    width: 33.333%; }
  .u-wm3\/6 {
    width: 50%; }
  .u-wm4\/6 {
    width: 66.666%; }
  .u-wm5\/6 {
    width: 83.333%; }
  .u-wm1\/8 {
    width: 12.5%; }
  .u-wm2\/8 {
    width: 25%; }
  .u-wm3\/8 {
    width: 37.5%; }
  .u-wm4\/8 {
    width: 50%; }
  .u-wm5\/8 {
    width: 62.5%; }
  .u-wm6\/8 {
    width: 75%; }
  .u-wm7\/8 {
    width: 87.5%; }
  .u-wm1\/10 {
    width: 10%; }
  .u-wm2\/10 {
    width: 20%; }
  .u-wm3\/10 {
    width: 30%; }
  .u-wm4\/10 {
    width: 40%; }
  .u-wm5\/10 {
    width: 50%; }
  .u-wm6\/10 {
    width: 60%; }
  .u-wm7\/10 {
    width: 70%; }
  .u-wm8\/10 {
    width: 80%; }
  .u-wm9\/10 {
    width: 90%; }
  .u-wm1\/12 {
    width: 8.333%; }
  .u-wm2\/12 {
    width: 16.666%; }
  .u-wm3\/12 {
    width: 25%; }
  .u-wm4\/12 {
    width: 33.333%; }
  .u-wm5\/12 {
    width: 41.666%; }
  .u-wm6\/12 {
    width: 50%; }
  .u-wm7\/12 {
    width: 58.333%; }
  .u-wm8\/12 {
    width: 66.666%; }
  .u-wm9\/12 {
    width: 75%; }
  .u-wm10\/12 {
    width: 62.5%; }
  .u-wm11\/12 {
    width: 91.666%; } }

@media screen and (min-width: 1250px) {
  .u-wl1\/1 {
    width: 100%; }
  .u-wl1\/2 {
    width: 50%; }
  .u-wl1\/3 {
    width: 33.333%; }
  .u-wl2\/3 {
    width: 66.666%; }
  .u-wl1\/4 {
    width: 25%; }
  .u-wl2\/4 {
    width: 50%; }
  .u-wl3\/4 {
    width: 75%; }
  .u-wl1\/5 {
    width: 20%; }
  .u-wl2\/5 {
    width: 40%; }
  .u-wl3\/5 {
    width: 60%; }
  .u-wl4\/5 {
    width: 80%; }
  .u-wl1\/6 {
    width: 16.666%; }
  .u-wl2\/6 {
    width: 33.333%; }
  .u-wl3\/6 {
    width: 50%; }
  .u-wl4\/6 {
    width: 66.666%; }
  .u-wl5\/6 {
    width: 83.333%; }
  .u-wl1\/8 {
    width: 12.5%; }
  .u-wl2\/8 {
    width: 25%; }
  .u-wl3\/8 {
    width: 37.5%; }
  .u-wl4\/8 {
    width: 50%; }
  .u-wl5\/8 {
    width: 62.5%; }
  .u-wl6\/8 {
    width: 75%; }
  .u-wl7\/8 {
    width: 87.5%; }
  .u-wl1\/10 {
    width: 10%; }
  .u-wl2\/10 {
    width: 20%; }
  .u-wl3\/10 {
    width: 30%; }
  .u-wl4\/10 {
    width: 40%; }
  .u-wl5\/10 {
    width: 50%; }
  .u-wl6\/10 {
    width: 60%; }
  .u-wl7\/10 {
    width: 70%; }
  .u-wl8\/10 {
    width: 80%; }
  .u-wl9\/10 {
    width: 90%; }
  .u-wl1\/12 {
    width: 8.333%; }
  .u-wl2\/12 {
    width: 16.666%; }
  .u-wl3\/12 {
    width: 25%; }
  .u-wl4\/12 {
    width: 33.333%; }
  .u-wl5\/12 {
    width: 41.666%; }
  .u-wl6\/12 {
    width: 50%; }
  .u-wl7\/12 {
    width: 58.333%; }
  .u-wl8\/12 {
    width: 66.666%; }
  .u-wl9\/12 {
    width: 75%; }
  .u-wl10\/12 {
    width: 62.5%; }
  .u-wl11\/12 {
    width: 91.666%; }
}

/* responsive video */

.responsive-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  margin-bottom: 1.5em;
  height: 0;
  overflow: hidden;

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* Language menu */

.language-menu {
    float: right;
    margin-top: 37px;
    margin-left: 50px;
    font-size: 14px;
    line-height: 46px;
    position: relative;
    z-index: 10001;
    cursor: pointer;
    font-family: Work Sans Regular, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-weight: 400
}

.language-menu div .language-menu-full {
    font-size: 15px;
    padding: 1.5rem 0.75rem;
    color: #fff
}

.language-menu div .language-menu-short {
    display: none
}

.language-menu div span {
    font-size: 10px
}

.language-menu:focus ul,
.language-menu:hover ul {
    display: block
}

.language-menu ul {
    display: none;
    margin: 0;
    padding-left: 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 2px #000;
    width: 100px
}

.language-menu ul:after,
.language-menu ul:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    background-color: #fff
}

.language-menu ul:before {
    box-shadow: 0 0 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.language-menu ul:after {
    top: 0;
    width: 20px;
    margin-left: -10px
}

.language-menu ul li {
    list-style: none;
    padding: 0 10px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: Work Sans Regular, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #5b5b5b
}

.language-menu ul li:first-child {
    margin-top: 10px
}

.language-menu ul li.current a {
    color: #26224c;
    text-decoration: underline
}

.language-menu ul li a {
    color: #000
}

.language-menu ul li .language-menu-short {
    display: none
}

.breadcrumb {
    padding-left: 0;
    color: #5b5b5b;
    background-color: transparent
}

.breadcrumb li {
    display: inline
}

.chapter-menu ul {
    padding-left: 0
}

.chapter-menu li {
    margin-bottom: 10px;
    list-style-type: none;
    overflow: hidden;
    *zoom: 1
}

.chapter-menu li img {
    margin: 0 15px 10px 0
}

.chapter {
    padding-top: 20px;
    background-color: #fafafa
}

.chapter-container {
    max-width: 640px;
    font-size: 1.3em;
    text-align: justify
}

.chapter-container p:first-of-type:first-letter {
    float: left;
    margin: 0 10px 2px 0;
    padding: inherit;
    font-size: 4em;
    font-family: Times;
    line-height: 1;
    text-indent: 0;
    background: transparent;
    color: #00adee
}

.chapter-container p {
    margin-bottom: 2em
}

.chapter-container img {
    max-width: 250px;
    height: auto;
    margin: 0 0 .5em .8em
}

.chapter-pager {
    padding-left: 0;
    text-align: center;
    font-size: .8em
}

.chapter-pager li {
    display: inline
}

.chapter-pager li,
.form-navigation li {
    list-style-type: none
}

.responsive-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    margin-bottom: 1.5em;
    height: 0;
    overflow: hidden
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flickr-stream ul {
    padding-left: 0
}

.flickr-stream li {
    list-style-type: none;
    width: 240px;
    margin: 0 10px 10px;
    text-align: center
}

.flickr-stream img {
    margin-bottom: 10px;
    max-height: 190px;
    max-width: 250px
}

ol.neos-list-decimal {
    list-style-type: decimal
}

ol.neos-list-decimal-leading-zero {
    list-style-type: decimal-leading-zero
}

ol.neos-list-lower-roman {
    list-style-type: lower-roman
}

ol.neos-list-upper-roman {
    list-style-type: upper-roman
}

ol.neos-list-lower-greek {
    list-style-type: lower-greek
}

ol.neos-list-lower-latin {
    list-style-type: lower-latin
}

ol.neos-list-upper-latin {
    list-style-type: upper-latin
}

ul.neos-list-disc {
    list-style-type: disc
}

ul.neos-list-circle {
    list-style-type: circle
}

ul.neos-list-square {
    list-style-type: square
}

@media only screen and (max-width:767px) {
    body {
        padding-top: 0 !important
    }
    footer .panel .panel-body,
    footer .panel .panel-footer {
        padding-left: 0;
        padding-right: 0
    }
    .main-header h1 {
        font-size: 1.8rem
    }
    .carousel-indicators {
        display: none
    }
    .carousel-caption {
        font-size: 15px;
        padding-bottom: 0
    }
    .top-navigation-wrap {
        position: relative;
        margin-left: -15px;
        margin-right: -15px
    }
    .top-navigation-wrap,
    .top-navigation-wrap.scrolling {
        box-shadow: none
    }
    .neos-controls .top-navigation-wrap,
    .neos-edit-preview-panel-open:not(.neos-full-screen) .top-navigation-wrap {
        top: auto
    }
    .first-level-navigation .nav-pills>li {
        float: none;
        margin-right: 0
    }
    .second-level-navigation {
        display: none
    }
    .navbar-brandlogo {
        margin-top: -9px
    }
    .navbar-collapse {
        border-bottom: 1px solid transparent
    }
    .language-menu div {
        width: 44px;
        height: 34px;
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
        margin-right: 15px;
        background-color: #00adee;
        color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin-bottom: 8px
    }
    .language-menu div .language-menu-full {
        display: inline;
        display: none
    }
    .language-menu div .language-menu-short {
        display: inline
    }
    .language-menu ul {
        width: 42px;
        margin: 0 1px;
        text-align: center
    }
    .language-menu ul li .language-menu-full {
        display: none
    }
    .language-menu ul li .language-menu-short {
        display: inline;
        text-transform: uppercase
    }
    .chapter-container img {
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
        width: 100%;
        max-width: 100%
    }
}

/* Notes on the classes:
//
// 1. The .carousel-item-left and .carousel-item-right is used to indicate where
//    the active slide is heading.
// 2. .active.carousel-item is the current slide.
// 3. .active.carousel-item-left and .active.carousel-item-right is the current
//    slide in its in-transition state. Only one of these occurs at a time.
// 4. .carousel-item-next.carousel-item-left and .carousel-item-prev.carousel-item-right
//    is the upcoming slide in transition. */

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  @include transition($carousel-transition);
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);

  @supports (transform-style: preserve-3d) {
    transform: translate3d(-100%, 0, 0);
  }
}

/* Alternate transitions */

.carousel-fade {
  .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
  }

  .carousel-item.active,
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }

  .active.carousel-item-left,
  .active.carousel-item-right {
    opacity: 0;
  }

  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active,
  .active.carousel-item-left,
  .active.carousel-item-prev {
    transform: translateX(0);

    @supports (transform-style: preserve-3d) {
      transform: translate3d(0, 0, 0);
    }
  }
}


/* Left/right controls for nav */

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  /* Use flex for alignment (1-3) */
  display: flex; // 1. allow flex styles
  align-items: center; // 2. vertically center contents
  justify-content: center; // 3. horizontally center contents
  width: $carousel-control-width;
  color: $carousel-control-color;
  text-align: center;
  opacity: $carousel-control-opacity;
  /* We can't have a transition here because WebKit cancels the carousel
     animation if you trip this while in the middle of another animation. */

  /* Hover/focus state */
  @include hover-focus {
    color: $carousel-control-color;
    text-decoration: none;
    outline: 0;
    opacity: .9;
  }
}
.carousel-control-prev {
  left: 0;
  @if $enable-gradients {
    background: linear-gradient(90deg, rgba($black, .25), rgba($black, .001));
  }
}
.carousel-control-next {
  right: 0;
  @if $enable-gradients {
    background: linear-gradient(270deg, rgba($black, .25), rgba($black, .001));
  }
}

/* Icons for within */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: $carousel-control-icon-width;
  height: $carousel-control-icon-width;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: $carousel-control-prev-icon-bg;
}
.carousel-control-next-icon {
  background-image: $carousel-control-next-icon-bg;
}


/* Optional indicator pips
//
// Add an ordered list with the following class and add a list item for each
// slide your carousel holds. */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0; // override <ol> default
  /* Use the .carousel-control's width as margin so we don't overlay those */
  margin-right: $carousel-control-width;
  margin-left: $carousel-control-width;
  list-style: none;

  li {
    position: relative;
    flex: 0 1 auto;
    width: $carousel-indicator-width;
    height: $carousel-indicator-height;
    margin-right: $carousel-indicator-spacer;
    margin-left: $carousel-indicator-spacer;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba($carousel-indicator-active-bg, .5);

    /* Use pseudo classes to increase the hit area by 10px on top and bottom. */
    &::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    &::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
  }

  .active {
    background-color: $carousel-indicator-active-bg;
  }
}


/* Optional captions */

.carousel-caption {
  position: absolute;
  right: ((100% - $carousel-caption-width) / 2);
  bottom: 20px;
  left: ((100% - $carousel-caption-width) / 2);
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: $carousel-caption-color;
  text-align: center;
}
