@charset "UTF-8";
@import "../webfonts/fx-icons-v1.0/style.css";
/*
	Spectral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
@font-face {
  font-family: "corben-regular";
  src: url("../webfonts/Corben-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
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;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
}

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

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

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

/* fx-logo */
.fx-logo {
  font-family: "corben-regular";
  letter-spacing: -8%;
  text-transform: lowercase;
}

/* Basis */
.logo {
  height: auto;
  display: block;
}

/* Größen */
.logo--80 {
  width: 80px;
}

.logo--100 {
  width: 100px;
}

.logo--200 {
  width: 200px;
}

/* Farbvarianten */
.logo--normal #bg,
.logo--normal #point {
  fill: rgb(54, 134, 150);
}

.logo--normal #fx,
.logo--normal #-nrg {
  fill: #fcf9f3;
}

.logo--invers #bg,
.logo--invers #point {
  fill: #fcf9f3;
}

.logo--invers #fx,
.logo--invers #-nrg {
  fill: rgb(54, 134, 150);
}

.logo--nobg #bg,
.logo--nobg #point {
  fill: none;
}

/* Basic */
html {
  box-sizing: border-box;
}

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

body {
  background: #368696;
}
body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  animation: none !important;
  transition: none !important;
}

body,
input,
select,
textarea {
  color: #fff;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15pt;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.65em;
}
@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;
  }
}

a {
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: dotted 1px;
  color: inherit;
  text-decoration: none;
}
a:hover {
  border-bottom-color: transparent;
}

strong,
b {
  color: #fff;
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

p,
[class*=columns-] {
  margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.225em;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 1.35em;
  line-height: 1.75em;
}
@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;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  text-align: center;
}

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 #fff;
  margin: 3em 0;
}
hr.major {
  margin: 4.5em 0;
}

blockquote {
  font-size: 3.25em;
  line-height: 1em;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 1em;
  z-index: 10;
  position: relative;
  display: flex;
}
@media screen and (max-width: 736px) {
  blockquote {
    font-size: 2em;
  }
}

blockquote:before {
  content: "";
  width: 100px;
  height: 70px;
  display: inline-block;
  position: absolute;
  left: 0.2em;
  background-color: #E77728;
  -webkit-mask-image: url(/assets/pics/quote-shape.svg);
  mask-image: url(/assets/pics/quote-shape.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: flex;
  z-index: -1;
}

code {
  background: rgba(144, 144, 144, 0.25);
  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;
}

.counter {
  padding: 0 1em;
}

/* Help */
.help {
  cursor: help;
  font-size: 0.8em;
  padding: 0.5em;
  color: #97505e;
}

/* Row */
@media screen and (max-width: 480px) {
  .row .field {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .row .details {
    order: 1;
  }
}
@media screen and (min-width: 481px) {
  .row .columns-2 {
    -moz-column-count: 2;
         column-count: 2;
    gap: 1.5em;
    hyphens: auto;
    text-align: justify;
  }
}
@media screen and (min-width: 737px) {
  .row .columns-2 {
    gap: 3em;
  }
}
.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;
}
@media screen and (max-width: 980px) {
  section br,
  article br {
    display: none;
  }
}

header p {
  color: rgba(255, 255, 255, 0.5);
  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.title {
  margin: 0 0 3.5em 0;
}
header.title h2,
header.title h3,
header.title h4,
header.title h5,
header.title h6 {
  display: inline-block;
  padding-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
header.title p {
  color: #fff;
  top: 0;
}
@media screen and (max-width: 736px) {
  header.title {
    margin: 0 0 2em 0;
  }
}
header.major {
  margin: 0 0 3.5em 0;
}
header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6 {
  display: inline-block;
  padding-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
header.major h2:after,
header.major h3:after,
header.major h4:after,
header.major h5:after,
header.major h6:after {
  content: url(/assets/pics/headline-shape.svg);
  display: block;
  height: 1px;
  text-align: center;
  width: 100%;
}
header.major p {
  color: #fff;
  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: #fff;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 1em 0;
}
label .option {
  font-weight: 100;
}

.checkbox {
  margin-top: 1em;
}

input[type=text],
input[type=number],
input[type=password],
input[type=email],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(144, 144, 144, 0.25);
  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=number]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 2px #f3f3f3;
}

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;
}
select.disabled, select:disabled {
  pointer-events: none;
  opacity: 0.25;
}

input[type=text],
input[type=number],
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;
  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;
}
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,
input[type=radio] + label {
  color: #fff;
  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 {
  background: rgba(144, 144, 144, 0.25);
  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: #368696;
  color: #fff;
  content: "\f00c";
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  box-shadow: 0 0 0 2px #f3f3f3;
}

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

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

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}

/* bar chart */
.chart {
  margin-bottom: 2em;
}
.chart .bar-chart {
  display: flex;
  flex-direction: column;
  height: 200px;
  align-items: center;
  width: 50%;
}
.chart .bar-chart .bar-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  background-color: #eeeeee;
  width: 6em;
}
.chart .bar-chart .bar-wrapper.commercial .bar {
  background-color: #01a1c1;
}
.chart .bar-chart .bar-wrapper.residential .bar {
  background-color: #e69355;
}
.chart .bar-chart .bar-wrapper .text p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0;
  background: white;
  border-radius: 3px;
  padding: 0 3px;
}
.chart .bar-chart .bar-wrapper div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition-duration: 300ms;
  text-align: center;
}

/* range slider */
.color-range {
  height: 8px;
  border-radius: 5px;
  outline: none;
  background: linear-gradient(to right, #e69355 0%, #e69355 100%);
  transition: background 0.1s ease-in-out;
  width: 100%;
}

/* Thumb-Styling */
.color-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
}

.color-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #333;
  border-radius: 50%;
  cursor: pointer;
}

/* Box */
.box {
  border-radius: 3px;
  border: solid 2px #fff;
  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;
}

/* Fieldset */
fieldset {
  max-width: 900px;
  background: white;
  padding: 1em;
}
fieldset.style1 button,
fieldset.style1 .button {
  color: #4E4852 !important;
}
@media screen and (max-width: 480px) {
  fieldset.style1 {
    padding: 0.5em;
  }
}
fieldset.style1 .caption {
  font-family: inherit;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 1em;
}
fieldset.style1 .card {
  background: transparent;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 1em;
  color: #4E4852;
  margin-bottom: 1.5em;
}
fieldset.style1 .card.nav {
  display: flex;
  justify-content: space-between;
}
fieldset.style1 label {
  color: #4E4852;
}
fieldset.style1 .suggestions {
  position: absolute;
  border: 1px solid #dfdfdf;
  background: white;
  border-radius: 6px;
  padding: 0;
  margin: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
fieldset.style1 .suggestion-item {
  list-style: none;
  padding: 0 5px;
  margin: 3px;
  cursor: pointer;
  letter-spacing: 0;
  border-radius: 3px;
}
fieldset.style1 .suggestion-item:hover {
  background: #dfdfdf;
}
fieldset.style1 input[type=text],
fieldset.style1 input[type=number],
fieldset.style1 input[type=password],
fieldset.style1 input[type=email],
fieldset.style1 select,
fieldset.style1 textarea {
  background-color: rgba(0, 0, 0, 0.0375);
  color: #4E4852;
  border: 1px solid #dfdfdf;
}

/* Field */
.field {
  align-content: baseline;
}
.field > label {
  margin: 0;
}
.field .error {
  color: red;
  font-weight: 100;
  font-size: 0.8em;
}

/* notification */
.notification-Wrapper {
  position: fixed;
  z-index: 3000;
}
.notification-Wrapper .notificationFrame {
  position: fixed;
  inset: 0px;
  background-color: rgba(77, 77, 77, 0.4509803922);
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification-Wrapper .notificationFrame .notification {
  background: #fff;
  color: #333;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.664);
  padding: 1.5rem;
  border-radius: 0.5rem;
  position: relative;
}
.notification-Wrapper .data-\[notify-show\=false\]\:hidden[data-notify-show=false] {
  display: none;
}
.notification-Wrapper .data-\[notify-show\=true\]\:hidden[data-notify-show=true] {
  display: none;
}

/* Icon */
.icon {
  text-decoration: none;
}
.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 {
  border-bottom: none;
  position: relative;
}
.icon > .label {
  display: none;
}
.icon:before {
  line-height: inherit;
  margin-right: 0.5em;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}
.icon.fx:before {
  font-family: "fx-icons";
}
.icon.major {
  transform: rotate(-45deg);
  border-radius: 3px;
  border: solid 2px #fff;
  display: inline-block;
  font-size: 1.35em;
  height: calc(3em + 2px);
  line-height: 3em;
  text-align: center;
  width: calc(3em + 2px);
}
.icon.major:before {
  transform: rotate(45deg);
  display: inline-block;
  font-size: 1.5em;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .icon.major {
    font-size: 1em;
  }
}
.icon.style1 {
  color: #eeeeee;
}
.icon.style2 {
  color: #014e5e;
}
.icon.style3 {
  color: #E69355;
}

/* 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%;
}

/* 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.nested {
  margin: 0;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px #fff;
  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: -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;
  display: flex;
  align-items: center;
}
ul.actions.special {
  -moz-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;
  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;
  -ms-flex-grow: 1;
  flex-grow: 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;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 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 #fff;
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n+1) {
  background-color: rgba(144, 144, 144, 0.25);
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 2px #fff;
}
table tfoot {
  border-top: solid 2px #fff;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px #fff;
  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;
}

/* Progressbar */
.progressbar-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.progressbar-wrapper .step-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
}
.progressbar-wrapper .step-wrapper .name {
  margin-top: 0.5em;
  font-size: 0.7em;
  line-height: 1;
  text-align: center;
}
.progressbar-wrapper .step-wrapper .circle {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  color: white;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.progressbar-wrapper .step-wrapper .circle:hover {
  border: 0.2em solid #E69355;
}
.progressbar-wrapper .step-wrapper .bar {
  position: absolute;
  height: 0.5em;
  width: 100%;
  margin-top: 0.75em;
  left: 50%;
  z-index: 40;
  width: calc(100% - 2em);
  margin-left: 1em;
  transition: all 0.2s ease-in-out;
}
.progressbar-wrapper .step-wrapper .bar.active {
  border-color: #e9e9e9;
  border-style: solid;
  border-width: 0.2em 0;
  transition: all 0.2s ease-in-out;
}
.progressbar-wrapper .step-wrapper .circle.active {
  border: 0.25em solid #e9e9e9;
}
.progressbar-wrapper .step-wrapper .circle.active,
.progressbar-wrapper .step-wrapper .bar.active {
  background-color: #E69355;
}
.progressbar-wrapper .step-wrapper .circle.inactive,
.progressbar-wrapper .step-wrapper .bar.inactive {
  background-color: #e9e9e9;
}

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  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 #fff;
  color: #fff;
  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: 60em;
  padding: 0 2.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: rgba(144, 144, 144, 0.25);
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.button:active {
  background-color: rgba(144, 144, 144, 0.5);
}
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: #E77728;
  box-shadow: none !important;
  color: #ffffff !important;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: rgb(233.5606694561, 133.510460251, 62.9393305439) !important;
}
input[type=submit].primary:active,
input[type=reset].primary:active,
input[type=button].primary:active,
button.primary:active,
.button.primary:active {
  background-color: rgb(220.8472803347, 105.8012552301, 24.6527196653) !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: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-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: #97505e;
  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 #fff;
    width: 100%;
  }
  .features li:first-child {
    border-top: 0;
  }
}

/* Spotlight */
.spotlight {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 3em;
  align-items: flex-start;
  margin-bottom: 1em;
}
.spotlight .image {
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 3em 0 1em 0;
  border-radius: 0;
  width: 40%;
}
.spotlight .image img {
  border-radius: 0;
  width: 100%;
}
.spotlight .image img.round {
  border-radius: 50%;
}
.spotlight .content {
  padding: 2em 0 0.1em 0;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  width: 60%;
}
.spotlight .content p {
  text-align: justify;
}
.spotlight .content header {
  position: relative;
  padding: 0.5em 0;
  z-index: 2;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.spotlight .content header h2,
.spotlight .content header p {
  padding: 0em;
  margin: 0;
  padding: 0 0.25rem;
}
.spotlight .content header h2 {
  line-height: 1.25em;
  letter-spacing: 0.05em;
  text-transform: inherit;
}
.spotlight:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.spotlight:nth-child(1) {
  background-color: rgba(0, 0, 0, 0);
}
.spotlight:nth-child(2) {
  background-color: rgba(0, 0, 0, 0);
}
.spotlight:nth-child(3) {
  background-color: rgba(0, 0, 0, 0);
}
.spotlight:nth-child(4) {
  background-color: rgba(0, 0, 0, 0);
}
.spotlight:nth-child(5) {
  background-color: rgba(0, 0, 0, 0);
}
.spotlight:nth-child(6) {
  background-color: rgba(0, 0, 0, 0);
}
.spotlight:nth-child(7) {
  background-color: rgba(0, 0, 0, 0);
}
.spotlight:nth-child(8) {
  background-color: rgba(0, 0, 0, 0);
}
.spotlight:nth-child(9) {
  background-color: rgba(0, 0, 0, 0);
}
.spotlight:nth-child(10) {
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 980px) {
  .spotlight {
    gap: 3em;
  }
  .spotlight .image {
    width: 40%;
  }
  .spotlight .content {
    width: 60%;
  }
}
@media screen and (max-width: 736px) {
  .spotlight {
    gap: 1em;
  }
  .spotlight .image {
    width: 35%;
  }
  .spotlight .content {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .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: 480px) {
  .spotlight .content {
    padding: 3em 2em 1em 2em;
  }
}

/* Wrapper */
.wrapper {
  padding: 4em 0 2em 0;
}
.wrapper > .inner {
  width: 50em;
  max-width: 50em;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .wrapper > .inner {
    width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .wrapper > .inner {
    width: 95%;
  }
}
.wrapper.alt {
  padding: 0;
}
.wrapper.small {
  padding: 1rem;
  margin-bottom: 1rem;
}
.wrapper.style0 {
  background-color: #368696;
}
.wrapper.style1 {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.842);
}
.wrapper.style1 strong,
.wrapper.style1 b {
  color: #574b4b;
}
.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6 {
  color: #574b4b;
}
.wrapper.style1 hr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style1 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style1 code {
  background: rgba(119, 118, 118, 0.178);
}
.wrapper.style1 header {
  border-color: rgba(0, 0, 0, 0.842);
}
.wrapper.style1 header p {
  color: rgba(0, 0, 0, 0.644);
}
.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: rgba(0, 0, 0, 0.125);
}
.wrapper.style1 header.major p {
  color: rgba(0, 0, 0, 0.842);
}
.wrapper.style1 input[type=text],
.wrapper.style1 input[type=number],
.wrapper.style1 input[type=password],
.wrapper.style1 input[type=email],
.wrapper.style1 select,
.wrapper.style1 textarea {
  background-color: rgba(119, 118, 118, 0.178);
}
.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='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
.wrapper.style1 select option {
  color: #574b4b;
  background: #eeeeee;
}
.wrapper.style1 input[type=range] + label,
.wrapper.style1 input[type=checkbox] + label,
.wrapper.style1 input[type=radio] + label {
  color: rgba(0, 0, 0, 0.842);
}
.wrapper.style1 input[type=range] + label:before,
.wrapper.style1 input[type=checkbox] + label:before,
.wrapper.style1 input[type=radio] + label:before {
  background: rgba(119, 118, 118, 0.178);
}
.wrapper.style1 input[type=range]:checked + label:before,
.wrapper.style1 input[type=checkbox]:checked + label:before,
.wrapper.style1 input[type=radio]:checked + label:before {
  background: #574b4b;
  color: #eeeeee;
}
.wrapper.style1 ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.644) !important;
}
.wrapper.style1 :-moz-placeholder {
  color: rgba(0, 0, 0, 0.644) !important;
}
.wrapper.style1 ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.644) !important;
}
.wrapper.style1 :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.644) !important;
}
.wrapper.style1 .formerize-placeholder {
  color: rgba(0, 0, 0, 0.644) !important;
}
.wrapper.style1 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style1 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style1 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style1 table tbody tr:nth-child(2n+1) {
  background-color: rgba(119, 118, 118, 0.178);
}
.wrapper.style1 table th {
  color: #574b4b;
}
.wrapper.style1 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style1 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style1 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}
.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 rgba(0, 0, 0, 0.125);
  color: #574b4b;
}
.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: rgba(119, 118, 118, 0.178);
}
.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: rgba(255, 255, 255, 0.2);
}
.wrapper.style1 input[type=submit].round,
.wrapper.style1 input[type=reset].round,
.wrapper.style1 input[type=button].round,
.wrapper.style1 button.round,
.wrapper.style1 .button.round {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0em;
  letter-spacing: 0px !important;
}
.wrapper.style1 input[type=submit].round::before,
.wrapper.style1 input[type=reset].round::before,
.wrapper.style1 input[type=button].round::before,
.wrapper.style1 button.round::before,
.wrapper.style1 .button.round::before {
  margin: 0 !important;
}
@media screen and (max-width: 736px) {
  .wrapper.style1 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}
.wrapper.style1 header .row.aln-center {
  display: flex;
}
.wrapper.style1 h4.bg,
.wrapper.style1 p.bg {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px 25px;
  border-radius: 4px;
}
.wrapper.style1 .questionnaire {
  margin-top: 1em;
}
.wrapper.style1 .questionnaire p {
  color: rgba(0, 0, 0, 0.842);
}
.wrapper.style1 .questionnaire .card {
  padding: 0.7em;
  border: 0;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
  margin-bottom: 1em;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #574b4b;
}
.wrapper.style1 .questionnaire .card h3 .pre {
  text-transform: none;
  letter-spacing: 0.03em;
}
.wrapper.style1 .questionnaire .card p {
  margin-bottom: 0.5em;
}
.wrapper.style1 .questionnaire .card p.description {
  color: rgba(0, 0, 0, 0.644);
  position: relative;
  top: -0.25em;
}
.wrapper.style1 .questionnaire .button {
  position: relative;
}
.wrapper.style1 .questionnaire .button.selected::after {
  content: "✓";
  position: absolute;
  right: 15px;
  font-size: 18px;
}
.wrapper.style1 .questionnaire .button.selected {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  background-color: rgba(234, 244, 255, 0.5333333333);
  color: #003a6d;
}
.wrapper.style1 .questionnaire .action.row {
  justify-content: space-between;
}
.wrapper.style1 .questionnaire .action .hidden {
  display: none;
}
.wrapper.style2 {
  background-color: #97505e;
  color: rgb(229, 211.25, 214.75);
}
.wrapper.style2 strong,
.wrapper.style2 b {
  color: #ffffff;
}
.wrapper.style2 h2,
.wrapper.style2 h3,
.wrapper.style2 h4,
.wrapper.style2 h5,
.wrapper.style2 h6 {
  color: #ffffff;
}
.wrapper.style2 hr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style2 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style2 code {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style2 header {
  border-color: rgb(229, 211.25, 214.75);
}
.wrapper.style2 header p {
  color: rgb(213.4, 185, 190.6);
}
.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: rgba(0, 0, 0, 0.125);
}
.wrapper.style2 header.major p {
  color: rgb(229, 211.25, 214.75);
}
.wrapper.style2 input[type=text],
.wrapper.style2 input[type=number],
.wrapper.style2 input[type=password],
.wrapper.style2 input[type=email],
.wrapper.style2 select,
.wrapper.style2 textarea {
  background-color: rgba(255, 255, 255, 0.075);
}
.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='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
.wrapper.style2 select option {
  color: #ffffff;
  background: #97505e;
}
.wrapper.style2 input[type=range] + label,
.wrapper.style2 input[type=checkbox] + label,
.wrapper.style2 input[type=radio] + label {
  color: rgb(229, 211.25, 214.75);
}
.wrapper.style2 input[type=range] + label:before,
.wrapper.style2 input[type=checkbox] + label:before,
.wrapper.style2 input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style2 input[type=range]:checked + label:before,
.wrapper.style2 input[type=checkbox]:checked + label:before,
.wrapper.style2 input[type=radio]:checked + label:before {
  background: #ffffff;
  color: #97505e;
}
.wrapper.style2 ::-webkit-input-placeholder {
  color: rgb(213.4, 185, 190.6) !important;
}
.wrapper.style2 :-moz-placeholder {
  color: rgb(213.4, 185, 190.6) !important;
}
.wrapper.style2 ::-moz-placeholder {
  color: rgb(213.4, 185, 190.6) !important;
}
.wrapper.style2 :-ms-input-placeholder {
  color: rgb(213.4, 185, 190.6) !important;
}
.wrapper.style2 .formerize-placeholder {
  color: rgb(213.4, 185, 190.6) !important;
}
.wrapper.style2 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style2 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style2 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style2 table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style2 table th {
  color: #ffffff;
}
.wrapper.style2 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style2 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style2 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}
.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 rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.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: rgba(255, 255, 255, 0.075);
}
.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: rgba(255, 255, 255, 0.2);
}
.wrapper.style2 input[type=submit].round,
.wrapper.style2 input[type=reset].round,
.wrapper.style2 input[type=button].round,
.wrapper.style2 button.round,
.wrapper.style2 .button.round {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0em;
  letter-spacing: 0px !important;
}
.wrapper.style2 input[type=submit].round::before,
.wrapper.style2 input[type=reset].round::before,
.wrapper.style2 input[type=button].round::before,
.wrapper.style2 button.round::before,
.wrapper.style2 .button.round::before {
  margin: 0 !important;
}
@media screen and (max-width: 736px) {
  .wrapper.style2 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}
.wrapper.style2 header .row.aln-center {
  display: flex;
}
.wrapper.style2 h4.bg,
.wrapper.style2 p.bg {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px 25px;
  border-radius: 4px;
}
.wrapper.style2 .questionnaire {
  margin-top: 1em;
}
.wrapper.style2 .questionnaire p {
  color: rgb(229, 211.25, 214.75);
}
.wrapper.style2 .questionnaire .card {
  padding: 0.7em;
  border: 0;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
  margin-bottom: 1em;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.wrapper.style2 .questionnaire .card h3 .pre {
  text-transform: none;
  letter-spacing: 0.03em;
}
.wrapper.style2 .questionnaire .card p {
  margin-bottom: 0.5em;
}
.wrapper.style2 .questionnaire .card p.description {
  color: rgb(213.4, 185, 190.6);
  position: relative;
  top: -0.25em;
}
.wrapper.style2 .questionnaire .button {
  position: relative;
}
.wrapper.style2 .questionnaire .button.selected::after {
  content: "✓";
  position: absolute;
  right: 15px;
  font-size: 18px;
}
.wrapper.style2 .questionnaire .button.selected {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  background-color: rgba(234, 244, 255, 0.5333333333);
  color: #003a6d;
}
.wrapper.style2 .questionnaire .action.row {
  justify-content: space-between;
}
.wrapper.style2 .questionnaire .action .hidden {
  display: none;
}
.wrapper.style3 {
  background-color: #7db0cb;
  color: rgb(211.25, 212, 228);
}
.wrapper.style3 strong,
.wrapper.style3 b {
  color: #ffffff;
}
.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 h4,
.wrapper.style3 h5,
.wrapper.style3 h6 {
  color: #ffffff;
}
.wrapper.style3 hr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style3 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style3 code {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style3 header {
  border-color: rgb(211.25, 212, 228);
}
.wrapper.style3 header p {
  color: rgb(185, 186.2, 211.8);
}
.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: rgba(0, 0, 0, 0.125);
}
.wrapper.style3 header.major p {
  color: rgb(211.25, 212, 228);
}
.wrapper.style3 input[type=text],
.wrapper.style3 input[type=number],
.wrapper.style3 input[type=password],
.wrapper.style3 input[type=email],
.wrapper.style3 select,
.wrapper.style3 textarea {
  background-color: rgba(255, 255, 255, 0.075);
}
.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='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
.wrapper.style3 select option {
  color: #ffffff;
  background: #7db0cb;
}
.wrapper.style3 input[type=range] + label,
.wrapper.style3 input[type=checkbox] + label,
.wrapper.style3 input[type=radio] + label {
  color: rgb(211.25, 212, 228);
}
.wrapper.style3 input[type=range] + label:before,
.wrapper.style3 input[type=checkbox] + label:before,
.wrapper.style3 input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style3 input[type=range]:checked + label:before,
.wrapper.style3 input[type=checkbox]:checked + label:before,
.wrapper.style3 input[type=radio]:checked + label:before {
  background: #ffffff;
  color: #7db0cb;
}
.wrapper.style3 ::-webkit-input-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style3 :-moz-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style3 ::-moz-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style3 :-ms-input-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style3 .formerize-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style3 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style3 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style3 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style3 table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style3 table th {
  color: #ffffff;
}
.wrapper.style3 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style3 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style3 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}
.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 rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.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: rgba(255, 255, 255, 0.075);
}
.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: rgba(255, 255, 255, 0.2);
}
.wrapper.style3 input[type=submit].round,
.wrapper.style3 input[type=reset].round,
.wrapper.style3 input[type=button].round,
.wrapper.style3 button.round,
.wrapper.style3 .button.round {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0em;
  letter-spacing: 0px !important;
}
.wrapper.style3 input[type=submit].round::before,
.wrapper.style3 input[type=reset].round::before,
.wrapper.style3 input[type=button].round::before,
.wrapper.style3 button.round::before,
.wrapper.style3 .button.round::before {
  margin: 0 !important;
}
@media screen and (max-width: 736px) {
  .wrapper.style3 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}
.wrapper.style3 header .row.aln-center {
  display: flex;
}
.wrapper.style3 h4.bg,
.wrapper.style3 p.bg {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px 25px;
  border-radius: 4px;
}
.wrapper.style3 .questionnaire {
  margin-top: 1em;
}
.wrapper.style3 .questionnaire p {
  color: rgb(211.25, 212, 228);
}
.wrapper.style3 .questionnaire .card {
  padding: 0.7em;
  border: 0;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
  margin-bottom: 1em;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.wrapper.style3 .questionnaire .card h3 .pre {
  text-transform: none;
  letter-spacing: 0.03em;
}
.wrapper.style3 .questionnaire .card p {
  margin-bottom: 0.5em;
}
.wrapper.style3 .questionnaire .card p.description {
  color: rgb(185, 186.2, 211.8);
  position: relative;
  top: -0.25em;
}
.wrapper.style3 .questionnaire .button {
  position: relative;
}
.wrapper.style3 .questionnaire .button.selected::after {
  content: "✓";
  position: absolute;
  right: 15px;
  font-size: 18px;
}
.wrapper.style3 .questionnaire .button.selected {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  background-color: rgba(234, 244, 255, 0.5333333333);
  color: #003a6d;
}
.wrapper.style3 .questionnaire .action.row {
  justify-content: space-between;
}
.wrapper.style3 .questionnaire .action .hidden {
  display: none;
}
.wrapper.style4 {
  background-color: #E69355;
  color: rgb(220.75, 246.5, 255);
}
.wrapper.style4 strong,
.wrapper.style4 b {
  color: #ffffff;
}
.wrapper.style4 h2,
.wrapper.style4 h3,
.wrapper.style4 h4,
.wrapper.style4 h5,
.wrapper.style4 h6 {
  color: #ffffff;
}
.wrapper.style4 hr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style4 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style4 code {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style4 header {
  border-color: rgb(220.75, 246.5, 255);
}
.wrapper.style4 header p {
  color: rgb(213.9, 244.8, 255);
}
.wrapper.style4 header.major h2,
.wrapper.style4 header.major h3,
.wrapper.style4 header.major h4,
.wrapper.style4 header.major h5,
.wrapper.style4 header.major h6 {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style4 header.major p {
  color: rgb(220.75, 246.5, 255);
}
.wrapper.style4 input[type=text],
.wrapper.style4 input[type=number],
.wrapper.style4 input[type=password],
.wrapper.style4 input[type=email],
.wrapper.style4 select,
.wrapper.style4 textarea {
  background-color: rgba(255, 255, 255, 0.075);
}
.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='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
.wrapper.style4 select option {
  color: #ffffff;
  background: #E69355;
}
.wrapper.style4 input[type=range] + label,
.wrapper.style4 input[type=checkbox] + label,
.wrapper.style4 input[type=radio] + label {
  color: rgb(220.75, 246.5, 255);
}
.wrapper.style4 input[type=range] + label:before,
.wrapper.style4 input[type=checkbox] + label:before,
.wrapper.style4 input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style4 input[type=range]:checked + label:before,
.wrapper.style4 input[type=checkbox]:checked + label:before,
.wrapper.style4 input[type=radio]:checked + label:before {
  background: #ffffff;
  color: #E69355;
}
.wrapper.style4 ::-webkit-input-placeholder {
  color: rgb(213.9, 244.8, 255) !important;
}
.wrapper.style4 :-moz-placeholder {
  color: rgb(213.9, 244.8, 255) !important;
}
.wrapper.style4 ::-moz-placeholder {
  color: rgb(213.9, 244.8, 255) !important;
}
.wrapper.style4 :-ms-input-placeholder {
  color: rgb(213.9, 244.8, 255) !important;
}
.wrapper.style4 .formerize-placeholder {
  color: rgb(213.9, 244.8, 255) !important;
}
.wrapper.style4 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style4 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style4 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style4 table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style4 table th {
  color: #ffffff;
}
.wrapper.style4 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style4 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style4 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}
.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 rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.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: rgba(255, 255, 255, 0.075);
}
.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: rgba(255, 255, 255, 0.2);
}
.wrapper.style4 input[type=submit].round,
.wrapper.style4 input[type=reset].round,
.wrapper.style4 input[type=button].round,
.wrapper.style4 button.round,
.wrapper.style4 .button.round {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0em;
  letter-spacing: 0px !important;
}
.wrapper.style4 input[type=submit].round::before,
.wrapper.style4 input[type=reset].round::before,
.wrapper.style4 input[type=button].round::before,
.wrapper.style4 button.round::before,
.wrapper.style4 .button.round::before {
  margin: 0 !important;
}
@media screen and (max-width: 736px) {
  .wrapper.style4 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}
.wrapper.style4 header .row.aln-center {
  display: flex;
}
.wrapper.style4 h4.bg,
.wrapper.style4 p.bg {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px 25px;
  border-radius: 4px;
}
.wrapper.style4 .questionnaire {
  margin-top: 1em;
}
.wrapper.style4 .questionnaire p {
  color: rgb(220.75, 246.5, 255);
}
.wrapper.style4 .questionnaire .card {
  padding: 0.7em;
  border: 0;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
  margin-bottom: 1em;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.wrapper.style4 .questionnaire .card h3 .pre {
  text-transform: none;
  letter-spacing: 0.03em;
}
.wrapper.style4 .questionnaire .card p {
  margin-bottom: 0.5em;
}
.wrapper.style4 .questionnaire .card p.description {
  color: rgb(213.9, 244.8, 255);
  position: relative;
  top: -0.25em;
}
.wrapper.style4 .questionnaire .button {
  position: relative;
}
.wrapper.style4 .questionnaire .button.selected::after {
  content: "✓";
  position: absolute;
  right: 15px;
  font-size: 18px;
}
.wrapper.style4 .questionnaire .button.selected {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  background-color: rgba(234, 244, 255, 0.5333333333);
  color: #003a6d;
}
.wrapper.style4 .questionnaire .action.row {
  justify-content: space-between;
}
.wrapper.style4 .questionnaire .action .hidden {
  display: none;
}
.wrapper.style5 {
  background-color: #7db0cb;
  color: rgb(211.25, 212, 228);
}
.wrapper.style5 strong,
.wrapper.style5 b {
  color: #ffffff;
}
.wrapper.style5 h2,
.wrapper.style5 h3,
.wrapper.style5 h4,
.wrapper.style5 h5,
.wrapper.style5 h6 {
  color: #ffffff;
}
.wrapper.style5 hr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style5 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style5 code {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style5 header {
  border-color: rgb(211.25, 212, 228);
}
.wrapper.style5 header p {
  color: rgb(185, 186.2, 211.8);
}
.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: rgba(0, 0, 0, 0.125);
}
.wrapper.style5 header.major p {
  color: rgb(211.25, 212, 228);
}
.wrapper.style5 input[type=text],
.wrapper.style5 input[type=number],
.wrapper.style5 input[type=password],
.wrapper.style5 input[type=email],
.wrapper.style5 select,
.wrapper.style5 textarea {
  background-color: rgba(255, 255, 255, 0.075);
}
.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='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
.wrapper.style5 select option {
  color: #ffffff;
  background: #7db0cb;
}
.wrapper.style5 input[type=range] + label,
.wrapper.style5 input[type=checkbox] + label,
.wrapper.style5 input[type=radio] + label {
  color: rgb(211.25, 212, 228);
}
.wrapper.style5 input[type=range] + label:before,
.wrapper.style5 input[type=checkbox] + label:before,
.wrapper.style5 input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style5 input[type=range]:checked + label:before,
.wrapper.style5 input[type=checkbox]:checked + label:before,
.wrapper.style5 input[type=radio]:checked + label:before {
  background: #ffffff;
  color: #7db0cb;
}
.wrapper.style5 ::-webkit-input-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style5 :-moz-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style5 ::-moz-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style5 :-ms-input-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style5 .formerize-placeholder {
  color: rgb(185, 186.2, 211.8) !important;
}
.wrapper.style5 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style5 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style5 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style5 table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style5 table th {
  color: #ffffff;
}
.wrapper.style5 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style5 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style5 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}
.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 rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.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: rgba(255, 255, 255, 0.075);
}
.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: rgba(255, 255, 255, 0.2);
}
.wrapper.style5 input[type=submit].round,
.wrapper.style5 input[type=reset].round,
.wrapper.style5 input[type=button].round,
.wrapper.style5 button.round,
.wrapper.style5 .button.round {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0em;
  letter-spacing: 0px !important;
}
.wrapper.style5 input[type=submit].round::before,
.wrapper.style5 input[type=reset].round::before,
.wrapper.style5 input[type=button].round::before,
.wrapper.style5 button.round::before,
.wrapper.style5 .button.round::before {
  margin: 0 !important;
}
@media screen and (max-width: 736px) {
  .wrapper.style5 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}
.wrapper.style5 header .row.aln-center {
  display: flex;
}
.wrapper.style5 h4.bg,
.wrapper.style5 p.bg {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px 25px;
  border-radius: 4px;
}
.wrapper.style5 .questionnaire {
  margin-top: 1em;
}
.wrapper.style5 .questionnaire p {
  color: rgb(211.25, 212, 228);
}
.wrapper.style5 .questionnaire .card {
  padding: 0.7em;
  border: 0;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
  margin-bottom: 1em;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.wrapper.style5 .questionnaire .card h3 .pre {
  text-transform: none;
  letter-spacing: 0.03em;
}
.wrapper.style5 .questionnaire .card p {
  margin-bottom: 0.5em;
}
.wrapper.style5 .questionnaire .card p.description {
  color: rgb(185, 186.2, 211.8);
  position: relative;
  top: -0.25em;
}
.wrapper.style5 .questionnaire .button {
  position: relative;
}
.wrapper.style5 .questionnaire .button.selected::after {
  content: "✓";
  position: absolute;
  right: 15px;
  font-size: 18px;
}
.wrapper.style5 .questionnaire .button.selected {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  background-color: rgba(234, 244, 255, 0.5333333333);
  color: #003a6d;
}
.wrapper.style5 .questionnaire .action.row {
  justify-content: space-between;
}
.wrapper.style5 .questionnaire .action .hidden {
  display: none;
}
.wrapper.style6 {
  background-color: #E77728;
  color: rgb(250.5, 209.5, 204);
}
.wrapper.style6 strong,
.wrapper.style6 b {
  color: #ffffff;
}
.wrapper.style6 h2,
.wrapper.style6 h3,
.wrapper.style6 h4,
.wrapper.style6 h5,
.wrapper.style6 h6 {
  color: #ffffff;
}
.wrapper.style6 hr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style6 blockquote {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style6 code {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style6 header {
  border-color: rgb(250.5, 209.5, 204);
}
.wrapper.style6 header p {
  color: rgb(247.8, 182.2, 173.4);
}
.wrapper.style6 header.major h2,
.wrapper.style6 header.major h3,
.wrapper.style6 header.major h4,
.wrapper.style6 header.major h5,
.wrapper.style6 header.major h6 {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style6 header.major p {
  color: rgb(250.5, 209.5, 204);
}
.wrapper.style6 input[type=text],
.wrapper.style6 input[type=number],
.wrapper.style6 input[type=password],
.wrapper.style6 input[type=email],
.wrapper.style6 select,
.wrapper.style6 textarea {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style6 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='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}
.wrapper.style6 select option {
  color: #ffffff;
  background: #E77728;
}
.wrapper.style6 input[type=range] + label,
.wrapper.style6 input[type=checkbox] + label,
.wrapper.style6 input[type=radio] + label {
  color: rgb(250.5, 209.5, 204);
}
.wrapper.style6 input[type=range] + label:before,
.wrapper.style6 input[type=checkbox] + label:before,
.wrapper.style6 input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.075);
}
.wrapper.style6 input[type=range]:checked + label:before,
.wrapper.style6 input[type=checkbox]:checked + label:before,
.wrapper.style6 input[type=radio]:checked + label:before {
  background: #ffffff;
  color: #E77728;
}
.wrapper.style6 ::-webkit-input-placeholder {
  color: rgb(247.8, 182.2, 173.4) !important;
}
.wrapper.style6 :-moz-placeholder {
  color: rgb(247.8, 182.2, 173.4) !important;
}
.wrapper.style6 ::-moz-placeholder {
  color: rgb(247.8, 182.2, 173.4) !important;
}
.wrapper.style6 :-ms-input-placeholder {
  color: rgb(247.8, 182.2, 173.4) !important;
}
.wrapper.style6 .formerize-placeholder {
  color: rgb(247.8, 182.2, 173.4) !important;
}
.wrapper.style6 .icon.major {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style6 ul.alt li {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style6 table tbody tr {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style6 table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style6 table th {
  color: #ffffff;
}
.wrapper.style6 table thead {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style6 table tfoot {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style6 table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.125);
}
.wrapper.style6 input[type=submit],
.wrapper.style6 input[type=reset],
.wrapper.style6 input[type=button],
.wrapper.style6 button,
.wrapper.style6 .button {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.wrapper.style6 input[type=submit]:hover,
.wrapper.style6 input[type=reset]:hover,
.wrapper.style6 input[type=button]:hover,
.wrapper.style6 button:hover,
.wrapper.style6 .button:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style6 input[type=submit]:active,
.wrapper.style6 input[type=reset]:active,
.wrapper.style6 input[type=button]:active,
.wrapper.style6 button:active,
.wrapper.style6 .button:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.wrapper.style6 input[type=submit].round,
.wrapper.style6 input[type=reset].round,
.wrapper.style6 input[type=button].round,
.wrapper.style6 button.round,
.wrapper.style6 .button.round {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0em;
  letter-spacing: 0px !important;
}
.wrapper.style6 input[type=submit].round::before,
.wrapper.style6 input[type=reset].round::before,
.wrapper.style6 input[type=button].round::before,
.wrapper.style6 button.round::before,
.wrapper.style6 .button.round::before {
  margin: 0 !important;
}
@media screen and (max-width: 736px) {
  .wrapper.style6 .features li {
    border-top-color: rgba(0, 0, 0, 0.125);
  }
}
.wrapper.style6 header .row.aln-center {
  display: flex;
}
.wrapper.style6 h4.bg,
.wrapper.style6 p.bg {
  background: rgba(0, 0, 0, 0.25);
  padding: 10px 25px;
  border-radius: 4px;
}
.wrapper.style6 .questionnaire {
  margin-top: 1em;
}
.wrapper.style6 .questionnaire p {
  color: rgb(250.5, 209.5, 204);
}
.wrapper.style6 .questionnaire .card {
  padding: 0.7em;
  border: 0;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
  margin-bottom: 1em;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  color: #ffffff;
}
.wrapper.style6 .questionnaire .card h3 .pre {
  text-transform: none;
  letter-spacing: 0.03em;
}
.wrapper.style6 .questionnaire .card p {
  margin-bottom: 0.5em;
}
.wrapper.style6 .questionnaire .card p.description {
  color: rgb(247.8, 182.2, 173.4);
  position: relative;
  top: -0.25em;
}
.wrapper.style6 .questionnaire .button {
  position: relative;
}
.wrapper.style6 .questionnaire .button.selected::after {
  content: "✓";
  position: absolute;
  right: 15px;
  font-size: 18px;
}
.wrapper.style6 .questionnaire .button.selected {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
  background-color: rgba(234, 244, 255, 0.5333333333);
  color: #003a6d;
}
.wrapper.style6 .questionnaire .action.row {
  justify-content: space-between;
}
.wrapper.style6 .questionnaire .action .hidden {
  display: none;
}
.wrapper.style7 {
  background-color: #fcf9f3;
  color: #4E4852;
}
.wrapper.style7 strong,
.wrapper.style7 b {
  color: #2E3842;
}
.wrapper.style7 h2,
.wrapper.style7 h3,
.wrapper.style7 h4,
.wrapper.style7 h5,
.wrapper.style7 h6 {
  color: #2E3842;
}
.wrapper.style7 hr {
  border-color: #dfdfdf;
}
.wrapper.style7 blockquote {
  border-color: #dfdfdf;
}
.wrapper.style7 code {
  background: rgba(0, 0, 0, 0.0375);
}
.wrapper.style7 header {
  border-color: #4E4852;
}
.wrapper.style7 header p {
  color: #776e7c;
}
.wrapper.style7 header.major h2,
.wrapper.style7 header.major h3,
.wrapper.style7 header.major h4,
.wrapper.style7 header.major h5,
.wrapper.style7 header.major h6 {
  border-color: #dfdfdf;
}
.wrapper.style7 header.major p {
  color: #4E4852;
}
.wrapper.style7 input[type=text],
.wrapper.style7 input[type=number],
.wrapper.style7 input[type=password],
.wrapper.style7 input[type=email],
.wrapper.style7 select,
.wrapper.style7 textarea {
  background-color: rgba(0, 0, 0, 0.0375);
}
.wrapper.style7 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='%23dfdfdf' /%3E%3C/svg%3E");
}
.wrapper.style7 select option {
  color: #2E3842;
  background: #fcf9f3;
}
.wrapper.style7 input[type=range] + label,
.wrapper.style7 input[type=checkbox] + label,
.wrapper.style7 input[type=radio] + label {
  color: #4E4852;
}
.wrapper.style7 input[type=range] + label:before,
.wrapper.style7 input[type=checkbox] + label:before,
.wrapper.style7 input[type=radio] + label:before {
  background: rgba(0, 0, 0, 0.0375);
}
.wrapper.style7 input[type=range]:checked + label:before,
.wrapper.style7 input[type=checkbox]:checked + label:before,
.wrapper.style7 input[type=radio]:checked + label:before {
  background: #2E3842;
  color: #fcf9f3;
}
.wrapper.style7 ::-webkit-input-placeholder {
  color: #776e7c !important;
}
.wrapper.style7 :-moz-placeholder {
  color: #776e7c !important;
}
.wrapper.style7 ::-moz-placeholder {
  color: #776e7c !important;
}
.wrapper.style7 :-ms-input-placeholder {
  color: #776e7c !important;
}
.wrapper.style7 .formerize-placeholder {
  color: #776e7c !important;
}
.wrapper.style7 .icon.major {
  border-color: #dfdfdf;
}
.wrapper.style7 ul.alt li {
  border-color: #dfdfdf;
}
.wrapper.style7 table tbody tr {
  border-color: #dfdfdf;
}
.wrapper.style7 table tbody tr:nth-child(2n+1) {
  background-color: rgba(0, 0, 0, 0.0375);
}
.wrapper.style7 table th {
  color: #2E3842;
}
.wrapper.style7 table thead {
  border-color: #dfdfdf;
}
.wrapper.style7 table tfoot {
  border-color: #dfdfdf;
}
.wrapper.style7 table.alt tbody tr td {
  border-color: #dfdfdf;
}
.wrapper.style7 input[type=submit],
.wrapper.style7 input[type=reset],
.wrapper.style7 input[type=button],
.wrapper.style7 button,
.wrapper.style7 .button {
  box-shadow: inset 0 0 0 2px #dfdfdf;
  color: #2E3842;
}
.wrapper.style7 input[type=submit]:hover,
.wrapper.style7 input[type=reset]:hover,
.wrapper.style7 input[type=button]:hover,
.wrapper.style7 button:hover,
.wrapper.style7 .button:hover {
  background-color: rgba(0, 0, 0, 0.0375);
}
.wrapper.style7 input[type=submit]:active,
.wrapper.style7 input[type=reset]:active,
.wrapper.style7 input[type=button]:active,
.wrapper.style7 button:active,
.wrapper.style7 .button:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.wrapper.style7 input[type=submit].round,
.wrapper.style7 input[type=reset].round,
.wrapper.style7 input[type=button].round,
.wrapper.style7 button.round,
.wrapper.style7 .button.round {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0em;
  letter-spacing: 0px !important;
}
.wrapper.style7 input[type=submit].round::before,
.wrapper.style7 input[type=reset].round::before,
.wrapper.style7 input[type=button].round::before,
.wrapper.style7 button.round::before,
.wrapper.style7 .button.round::before {
  margin: 0 !important;
}
@media screen and (max-width: 736px) {
  .wrapper.style7 .features li {
    border-top-color: #dfdfdf;
  }
}
.wrapper.style7 header .row.aln-center {
  display: flex;
}
.wrapper.style7 h4.bg,
.wrapper.style7 p.bg {
  background: #bfbfbf;
  padding: 10px 25px;
  border-radius: 4px;
}
.wrapper.style7 .questionnaire {
  margin-top: 1em;
}
.wrapper.style7 .questionnaire p {
  color: #4E4852;
}
.wrapper.style7 .questionnaire .card {
  padding: 0.7em;
  border: 0;
  border-radius: 4px;
  vertical-align: top;
  position: relative;
  margin-bottom: 1em;
  box-shadow: inset 0 0 0 2px #dfdfdf;
  color: #2E3842;
}
.wrapper.style7 .questionnaire .card h3 .pre {
  text-transform: none;
  letter-spacing: 0.03em;
}
.wrapper.style7 .questionnaire .card p {
  margin-bottom: 0.5em;
}
.wrapper.style7 .questionnaire .card p.description {
  color: #776e7c;
  position: relative;
  top: -0.25em;
}
.wrapper.style7 .questionnaire .button {
  position: relative;
}
.wrapper.style7 .questionnaire .button.selected::after {
  content: "✓";
  position: absolute;
  right: 15px;
  font-size: 18px;
}
.wrapper.style7 .questionnaire .button.selected {
  box-shadow: inset 0 0 0 2px #dfdfdf;
  background-color: rgba(234, 244, 255, 0.5333333333);
  color: #003a6d;
}
.wrapper.style7 .questionnaire .action.row {
  justify-content: space-between;
}
.wrapper.style7 .questionnaire .action .hidden {
  display: none;
}
.wrapper.fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 100vh;
}
@media screen and (max-width: 980px) {
  .wrapper {
    padding: 4em 1.5em 2em 1.5em;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    padding: 3em 0em 1em 0em;
  }
}

/* Page Wrapper + Menu */
#page-wrapper {
  transition: opacity 0.5s ease;
  opacity: 1;
}
#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 {
  transform: translateX(20em);
  transition: transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
  background: #f3f3f3;
  color: #574b4b;
  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 rgba(0, 0, 0, 0.125);
  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;
  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 {
  transform: translateX(0);
}

/* Header */
#header {
  background: #368696;
  height: 3em;
  left: 0;
  line-height: 3em;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  position: sticky;
}
#header h1 {
  height: inherit;
  left: 1.25em;
  line-height: inherit;
  position: absolute;
  align-content: center;
  top: 0;
}
#header h1 a {
  border: 0;
  height: inherit;
  line-height: inherit;
}
@media screen and (max-width: 736px) {
  #header h1 a {
    font-size: 0.8em;
  }
}
#header .separator {
  flex: 1;
}
#header nav {
  height: inherit;
  line-height: inherit;
  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: #fff;
  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/menu.svg");
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 3.75em;
  vertical-align: top;
  width: 2em;
}
#header nav > ul > li > a.menuToggle:hover:after {
  background-image: url("images/menuHover.svg");
}
@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 nav#sidebar {
  padding: 0;
}
#header nav#sidebar ul {
  display: inline-flex;
}
#header nav#sidebar ul li a {
  padding: 0 1em;
  font-size: 0.8em;
  letter-spacing: normal;
}
@media screen and (max-width: 736px) {
  #header nav#sidebar ul li a {
    font-size: 1.2em;
    padding: 0 0.5em;
  }
}
#header nav#sidebar ul li a.active {
  border-bottom: 2px solid #E69355;
}
@media screen and (max-width: 736px) {
  #header nav#sidebar ul li a span {
    display: none;
  }
}
#header.alt h1 {
  pointer-events: none;
  opacity: 0;
}

/* Banner */
#banner {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: default;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: calc(100vh - 3em);
}
#banner .inner {
  z-index: 200;
  width: calc(100vw - 6em);
  max-width: 35em;
  align-self: center;
}
#banner .logo--index {
  color: transparent;
  width: 55%;
  max-width: 18em;
}
#banner .logo--index #fx {
  transition: fill 2.5s linear;
  transition-delay: 1.5s;
  fill: transparent;
}
#banner .logo--index #nrg {
  transition: fill 2.5s linear;
  transition-delay: 1.5s;
  fill: rgb(54, 134, 150);
  stroke-width: 0.07;
}
#banner .logo--index #circle {
  transition: fill 2.5s linear;
  transition-delay: 1.5s;
  fill: rgb(54, 134, 150);
}
#banner .logo--index #hyphen {
  fill: transparent;
}
#banner .logo--index #hyphen-left {
  fill: transparent;
}
#banner .logo--index #hyphen-right {
  transition: fill 2.5s linear;
  transition-delay: 1.5s;
  fill: rgb(54, 134, 150);
}
#banner h2 {
  transform: scale(1);
  transition: transform 0.5s ease, opacity 0.5s ease;
  text-transform: inherit;
  display: inline-block;
  font-size: 1.75em;
  opacity: 1;
  padding: 0.35em 1em;
  position: relative;
  z-index: 1;
}
#banner h2:before, #banner h2:after {
  transition: width 0.85s ease;
  transition-delay: 0.25s;
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
#banner h2:before {
  top: 0;
  left: 0;
}
#banner h2:after {
  bottom: 0;
  right: 0;
}
#banner header {
  text-transform: uppercase;
}
#banner header,
#banner p {
  transform: scale(1);
  transition: transform 0.5s linear, opacity 0.5s ease;
  display: block;
  opacity: 1;
  padding: 0.35em 1em;
  position: relative;
  z-index: 1;
  letter-spacing: 0.225em;
  margin-bottom: 2em;
  transition: color 1.5s linear;
  transition-delay: 2.5s;
  color: black;
}
#banner header a,
#banner p a {
  color: inherit;
}
#banner p a {
  color: inherit;
}
#banner .more {
  transition: transform 0.75s ease, opacity 0.75s ease;
  transition-delay: 3.5s;
  transform: translateY(0);
  border: none;
  bottom: 0;
  color: inherit;
  font-size: 0.8em;
  height: 8.5em;
  left: 50%;
  letter-spacing: 0.225em;
  margin-left: -8.5em;
  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 -0.75em;
  position: absolute;
  width: 1.5em;
}
#banner:after {
  pointer-events: none;
  transition: opacity 3s ease-in-out;
  transition-delay: 1.25s;
  content: "";
  background: #368696;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#banner .frame {
  background-image: url("../../images/banner.jpg");
  width: calc(100vw - 3em);
  height: calc(100% - 3em);
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  filter: brightness(125%) hue-rotate(8deg);
}
@media screen and (max-width: 736px) {
  #banner .frame {
    width: calc(100vw - 1em);
    height: calc(100% - 1em);
    top: 0.5em;
    left: 0.5em;
  }
}
#banner .frameBg {
  background-image: url("../../images/banner.jpg");
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  filter: brightness(150%) hue-rotate(14deg);
}
@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 .logo--index #fx {
  fill: transparent;
}
body.is-preload #banner .logo--index #circle,
body.is-preload #banner .logo--index #nrg {
  fill: black;
}
body.is-preload #banner .logo--index #hyphen-right {
  fill: black;
}
body.is-preload #banner h2 {
  transform: scale(0.95);
  opacity: 0;
}
body.is-preload #banner h2:before, body.is-preload #banner h2:after {
  width: 0;
}
body.is-preload #banner header,
body.is-preload #banner p {
  opacity: 0;
  transform: scale(0.95);
  color: white;
  background: transparent;
}
body.is-preload #banner .more {
  transform: translateY(8.5em);
  opacity: 0;
}
body.is-preload #banner:after {
  opacity: 1;
}

/* CTA */
#cta .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  max-width: 45em;
}
#cta .inner header {
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  padding-right: 3em;
  width: 70%;
}
#cta .inner header p {
  color: inherit;
}
#cta .inner .actions {
  -moz-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 */
background-image #main > header#energieausweis {
  padding: 5em 0 3em 0;
  background-image: linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.5)), url("../../images/headerEnergieausweis.png");
}
background-image #main > header#energieausweis h2 {
  color: #fff;
}
background-image #main > header {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fcf9f3;
  color: #2E3842;
  text-align: center;
}
background-image #main > header h2 {
  color: #2E3842;
  font-size: 4.25em;
  margin: 0 0 0.5em 0;
  text-transform: none;
  letter-spacing: normal;
}
background-image #main > header p {
  color: inherit;
  letter-spacing: 0.075em;
  text-transform: none;
  top: 0;
}
background-image #main > header p a {
  color: inherit;
}
@media screen and (max-width: 1680px) {
  background-image #main > header {
    padding: 4em 0 2em 0;
  }
}
@media screen and (max-width: 1280px) {
  background-image #main > header {
    padding: 4em 3em 2em 3em;
  }
}
@media screen and (max-width: 980px) {
  background-image #main > header {
    padding: 4em 3em 2em 3em;
  }
}
@media screen and (max-width: 736px) {
  background-image #main > header {
    padding: 3em 3em 1em 3em;
  }
  background-image #main > header h2 {
    font-size: 2.25em;
    margin: 0 0 1em 0;
  }
}

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

/* Footer */
#footer {
  padding: 6em 0 4em 0;
  background-color: rgb(43.2, 107.2, 120);
  text-align: center;
}
#footer .menu {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  letter-spacing: 0.225em;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}
#footer .menu li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding-left: 1em;
}
#footer .menu li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#footer .menu li a {
  color: inherit;
}
#footer .menu li a:hover {
  color: #fff;
}
@media screen and (max-width: 480px) {
  #footer .menu li {
    border: 0;
    display: block;
    line-height: 1.65em;
    margin: 0;
    padding: 0.5em 0;
  }
}
#footer .icons {
  font-size: 1.25em;
}
#footer .icons a {
  color: rgba(255, 255, 255, 0.5);
}
#footer .icons a:hover {
  color: #fff;
}
#footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
  letter-spacing: 0.225em;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}
#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  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: #fff;
}
@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 #footer {
  background-color: rgba(43.2, 107.2, 120, 0.9);
}

body.is-mobile.landing #frameBg,
body.is-mobile.landing .wrapper.style4 {
  background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.is-mobile.landing #footer {
  background-color: rgb(43.2, 107.2, 120);
}

/* fx-chart */
.fx-chart {
  position: relative;
}

.fx-chart .fx-chart__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Klicks nicht blockieren */
  overflow: visible;
  stroke: black;
  stroke-width: 1px;
  color: black;
}

.fx-chart .fx-chart__item {
  position: relative;
  width: 100%;
  margin: 0 auto 1.5em;
  padding: 1.5em 0;
  background-image: url(/assets/pics/bg-dots.png);
  background-position: center;
  background-repeat: repeat-y;
  text-align: center;
  background-size: 300px;
}

.fx-chart .fx-chart__item:after {
  content: attr(data-name);
  position: absolute;
  right: -120px;
  top: 50%;
  width: 200px;
  transform: translateY(-50%) rotate(-90deg);
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 480px) {
  .fx-chart .fx-chart__item:after {
    display: none;
  }
}
.fx-chart .fx-chart__area {
  position: relative;
  padding: 3em 0;
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
}

.fx-chart .fx-chart__label {
  position: relative;
  display: inline-block;
  width: 230px;
  padding: 0.5em 1em;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  background-color: #014e5e;
  font-size: 18px;
  font-size: 1.125rem;
  z-index: 10;
  transition: 0.3s ease;
}

.fx-chart .fx-chart__label.is-active {
  background-color: #E77728;
  color: #fff;
}

.fx-chart .fx-chart__label.is-active ~ .fx-chart__desc {
  color: #333;
}
.fx-chart .fx-chart__label.is-active ~ .fx-chart__svg {
  stroke: #E77728;
  fill: #E77728;
  color: #E77728;
}

.fx-chart .fx-chart__label--ghost {
  color: #E77728;
  font-weight: 400;
  background-color: #f3f3f3;
}

.fx-chart .fx-chart__desc {
  position: absolute;
  width: 260px;
  top: 70%;
  transform: translateY(0%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
  background: #fcf9f3;
}

@media screen and (max-width: 980px) {
  .fx-chart .fx-chart__desc--left {
    display: block;
    position: relative;
    width: 260px;
    top: 0;
    transform: translateY(0);
    margin: 0.75em;
    padding: 0.75em;
    z-index: 5;
  }
  .fx-chart .fx-chart__desc--right {
    display: block;
    position: relative;
    width: 260px;
    top: 0;
    transform: translateY(0);
    margin: 0.75em;
    padding: 0.75em;
    z-index: 5;
  }
}
.fx-chart .fx-chart__desc--left {
  left: 0;
  text-align: right;
}

@media screen and (max-width: 1280px) {
  .fx-chart .fx-chart__desc--left {
    left: 0;
  }
  .fx-chart .fx-chart__desc {
    width: 245px;
  }
}
@media screen and (max-width: 980px) {
  .fx-chart .fx-chart__desc--left {
    left: 8vw;
    text-align: left;
  }
  .fx-chart .fx-chart__desc {
    width: 260px;
  }
}
.fx-chart .fx-chart__desc--right {
  right: 0;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .fx-chart .fx-chart__desc--right {
    right: 0;
  }
}
@media screen and (max-width: 980px) {
  .fx-chart .fx-chart__desc--right {
    margin-right: 8vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 736px) {
  .fx-chart .fx-chart__desc {
    margin: 1em auto;
    left: 0;
    right: 0;
  }
  .fx-chart .fx-chart__svg {
    display: none;
  }
}
.fx-chart .fx-chart__line {
  position: absolute;
  left: 50%;
  top: -2em;
  height: calc(100% + 4em);
  width: 3px;
  transform: translateX(-50%);
  background-color: #E77728;
  z-index: 5;
}

@media screen and (max-width: 980px) {
  .fx-chart .fx-chart__line {
    height: calc(100% + 3em);
  }
}
.aln-center {
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=main.css.map */