@charset "UTF-8";
@font-face {
  font-family: "Europa";
  src: url("../Fonts/Europa/europa-bold-webfont.woff2") format("woff2"), url("../Fonts/Europa/europa-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/Europa/europa-light-webfont.woff2") format("woff2"), url("../Fonts/Europa/europa-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/Europa/europa-regular-webfont.woff2") format("woff2"), url("../Fonts/Europa/europa-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/Europa/europa-bolditalic-webfont.woff2") format("woff2"), url("../Fonts/Europa/europa-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/Europa/europa-lightitalic-webfont.woff2") format("woff2"), url("../Fonts/Europa/europa-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "Europa";
  src: url("../Fonts/Europa/europa-regularitalic-webfont.woff2") format("woff2"), url("../Fonts/Europa/europa-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-display: block;
  font-weight: 300;
  src: url("../Fonts/Fontawesome/webfonts/fa-light-300.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url("../Fonts/Fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: url("../Fonts/Fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

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

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

[tabindex="-1"]:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 400;
}

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

p {
  margin: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=form-checkbox-style] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Fonts
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Buttons
*************************************************/
/*************************************************
* Default Text
*************************************************/
html {
  font-size: 16px;
}

body {
  font-family: "Europa", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.5em;
  color: #282828;
}

/*************************************************
* Headings
*************************************************/
h1 {
  font-size: 1.875rem;
  letter-spacing: 0.8px;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5em;
}

h3 {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5em;
}

h4 {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5em;
}

h5 {
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5em;
}

h6 {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 400;
}

/*************************************************
* Inline Style
*************************************************/
p.inline--h1 {
  font-size: 1.875rem;
  letter-spacing: 0.8px;
  font-weight: 400;
  line-height: 1.3em;
}
p.inline--h1 strong {
  font-weight: 700;
}
p.inline--h2 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5em;
}
p.inline--h2 strong {
  font-weight: 700;
}
p.inline--h3 {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5em;
}
p.inline--h3 strong {
  font-weight: 700;
}
p.paragraph--large {
  font-size: 1.375rem;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.5em;
}
p.paragraph--medium {
  font-size: 1.125rem;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.5em;
}
p.paragraph--small {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.5em;
}

/*************************************************
* Links
*************************************************/
a {
  color: #de323c;
  text-decoration: none;
}
a:hover, a.active, a:focus {
  color: #c20936;
  text-decoration: none;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  html {
    font-size: 15px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Buttons
*************************************************/
.page .button--red {
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 38px;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
  outline: none;
  border: 0;
}
.page .button--red:focus {
  outline: none;
}
.page .button--red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .button--red::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .button--red:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .page .button--red {
    min-width: auto;
    padding: 10px 22px !important;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .button--red {
  background: radial-gradient(circle, #de323c 0%, #c20936 180%);
  color: #ffffff;
}
.page .button--red:hover {
  color: #ffffff;
}
.page .button--red::after {
  background: #c20936;
}
.page .button--white {
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 38px;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
  outline: none;
  border: 0;
}
.page .button--white:focus {
  outline: none;
}
.page .button--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .button--white::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .button--white:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .page .button--white {
    min-width: auto;
    padding: 10px 22px !important;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .button--white {
  background: #ffffff;
  color: #282828;
}
.page .button--white::after {
  background: #e8e8e8;
}
.page .button--black {
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 38px;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
  outline: none;
  border: 0;
}
.page .button--black:focus {
  outline: none;
}
.page .button--black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .button--black::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .button--black:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .page .button--black {
    min-width: auto;
    padding: 10px 22px !important;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .button--black {
  background: radial-gradient(circle, #282828 0%, #000 200%);
  color: #ffffff;
}
.page .button--black:hover {
  color: #ffffff;
}
.page .button--black::after {
  background: #3f3f3f;
  border-color: #3f3f3f;
}
.page .button--whiteOutline {
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 38px;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
  outline: none;
  border: 0;
}
.page .button--whiteOutline:focus {
  outline: none;
}
.page .button--whiteOutline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .button--whiteOutline::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .button--whiteOutline:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .page .button--whiteOutline {
    min-width: auto;
    padding: 10px 22px !important;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .button--whiteOutline {
  background: transparent;
  color: #ffffff;
  padding: 15px 40px;
  border: 1px solid #ffffff;
}
.page .button--whiteOutline:hover {
  color: #282828;
}
.page .button--whiteOutline::after {
  background: #ffffff;
}
.page .button--redOutline {
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 38px;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
  outline: none;
  border: 0;
}
.page .button--redOutline:focus {
  outline: none;
}
.page .button--redOutline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .button--redOutline::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .button--redOutline:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .page .button--redOutline {
    min-width: auto;
    padding: 10px 22px !important;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .button--redOutline {
  background: transparent;
  color: #de323c;
  padding: 15px 40px;
  border: 1px solid #de323c;
}
.page .button--redOutline::after {
  background: rgba(222, 50, 60, 0.08);
}
.page .button--blackOutline {
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 38px;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
  outline: none;
  border: 0;
}
.page .button--blackOutline:focus {
  outline: none;
}
.page .button--blackOutline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page .button--blackOutline::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.page .button--blackOutline:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .page .button--blackOutline {
    min-width: auto;
    padding: 10px 22px !important;
    font-size: 12px;
    line-height: 22px;
  }
}
.page .button--blackOutline {
  background: transparent;
  color: #282828;
  padding: 15px 40px;
  border: 1px solid #000;
}
.page .button--blackOutline:hover {
  color: #282828;
}
.page .button--blackOutline::after {
  background: #e8e8e8;
}

:root {
  --button-width: 110%;
  --button-height: 300px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Lists (Red Bullets)
*************************************************/
.content ul {
  list-style: none;
  padding: 0;
}
.content ul li {
  display: block;
  list-style: none;
  margin: 0 0 0 1.1225em;
  position: relative;
}
.content ul li:before {
  color: #de323c;
  content: "•";
  display: inline-block;
  font-size: 1.3em;
  left: -0.85em;
  position: absolute;
  top: 0em;
}
.content ul li a {
  color: #282828;
}
.content ul li a:hover {
  color: #de323c;
}

.contentElement hr {
  border-top: 1px solid #9b9b9b;
  width: 100%;
  margin: 20px 0;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Inline Spacing
*************************************************/
h1 + p,
h1 + ul,
h1 + .ce-bodytext,
.heading--h1 + p,
.heading--h1 + ul,
.heading--h1 + .ce-bodytext {
  margin-top: 0.75rem;
}
h1 + h2,
h1 .heading--h2,
.heading--h1 + h2,
.heading--h1 .heading--h2 {
  margin-top: 0.5rem;
}

h2 + p,
h2 + ul,
h2 + ol,
h2 + table,
h2 + .ce-bodytext,
.heading--h2 + p,
.heading--h2 + ul,
.heading--h2 + ol,
.heading--h2 + table,
.heading--h2 + .ce-bodytext {
  margin-top: 0.5rem;
}
h2 + h3,
h2 .heading--h3,
.heading--h2 + h3,
.heading--h2 .heading--h3 {
  margin-top: 0.5rem;
}

h3 + p,
h3 + ul,
h3 + ol,
h3 + table,
h3 + .ce-bodytext,
.heading--h3 + p,
.heading--h3 + ul,
.heading--h3 + ol,
.heading--h3 + table,
.heading--h3 + .ce-bodytext {
  margin-top: 0.375rem;
}
h3 + h4,
.heading--h3 + h4 {
  margin-top: 6px;
}

h4 + p,
h4 + ul,
h4 + ol,
h4 + table, h5 + p,
h5 + ul,
h5 + ol,
h5 + table, h6 + p,
h6 + ul,
h6 + ol,
h6 + table {
  margin-top: 0.375rem;
}

.inline--h1 + p,
.inline--h2 + p,
.inline--h3 + p {
  margin-top: 0.25rem;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + .heading--h1,
p + .heading--h2,
p + .heading--h3 {
  margin-top: 1.75rem;
}
p + p,
p + ul,
p + ol,
p + table {
  margin-top: 1.6rem;
}

ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + .heading--h1,
ul + .heading--h2,
ul + .heading--h3 {
  margin-top: 1.75rem;
}
ul + p {
  margin-top: 1.6rem;
}

.image-caption {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 0.375rem;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Header
*************************************************/
.header {
  height: auto;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  line-height: 28px;
  font-size: 18px;
}

.header__logo {
  max-height: 32px;
  position: absolute;
  max-width: 1340px;
  width: 100%;
  left: calc(50% - 640px);
  margin: 20px 0;
}
.header__logo img {
  width: auto;
  height: 32px;
  max-width: 185px;
  display: block;
}
.header__logo a {
  outline: none !important;
  position: relative;
  display: inline-block;
}
.header__logo a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header__inner {
  padding: 0;
  align-items: center;
}

/*************************************************
* Sticky Header
*************************************************/
.header--shadow {
  box-shadow: 0px 0px 6px #979797;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1340px) {
  .header__logo {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 992px) {
  .header + .blogHero {
    margin-top: 68px;
  }
}
@media screen and (max-width: 576px) {
  .header__logo {
    left: 20px;
    width: calc(100% - 40px);
  }
  .header__mButton {
    padding-right: 20px !important;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Hero
*************************************************/
.hero {
  margin: 0 auto;
  margin-top: 128px;
  background: radial-gradient(circle, white 0%, #dcdcdc 100%);
  width: 100%;
  font-size: 18px;
}
.hero img {
  width: 100%;
  height: auto;
}

.hero__image {
  width: 100%;
  min-height: 276px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

.hero__content {
  max-width: 1340px;
  padding: 80px 30px;
  margin: 0 auto;
  width: 100%;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1200px) {
  .hero__image {
    min-height: auto;
  }
}
@media screen and (max-width: 576px) {
  .hero__content {
    padding: 50px 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.footer {
  font-size: 0.875rem;
}

.footer__top {
  background-color: #282828;
  color: #ffffff;
}
.footer__top .footer__top__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 38px 30px 38px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__cookieman {
  width: 100%;
  margin-top: 28px;
}
.footer__cookieman button {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 1px;
  background: none;
  border: none;
  padding: 0;
}

.footer__nav {
  width: 70%;
}
.footer__nav ul {
  padding: 0;
}
.footer__nav li {
  list-style-type: none;
}
.footer__nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.footer__nav .level--1 > ul {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.footer__nav .hasChild > a {
  display: none;
}

.footer__address {
  width: 30%;
  margin-bottom: 0;
}
.footer__address a {
  color: #ffffff;
  text-decoration: none;
}
.footer__address strong {
  font-weight: 700;
}

.footer__bottom {
  background-color: #202020;
  color: #ffffff;
}
.footer__bottom .footer__bottom__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
}

.footer__swissMadeSoftware {
  display: flex;
  align-items: center;
}
.footer__swissMadeSoftware img {
  height: 27px;
  width: auto;
}

.footer__socialMedia {
  width: 30%;
}
.footer__socialMedia > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.footer__socialMedia img {
  height: 36px;
  width: auto;
}
.footer__socialMedia .ce-inner {
  display: flex;
}
.footer__socialMedia .ce-row {
  margin-right: 12px;
}
.footer__socialMedia .ce-row:last-child {
  margin-right: 0;
}

.footer__copyright {
  margin-left: auto;
}
.footer__copyright p {
  padding: 14px 0;
  margin: 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .footer__top .footer__top__inner {
    flex-wrap: wrap;
  }
  .footer__top .footer__nav, .footer__top .footer__address {
    width: 100%;
  }
  .footer__top .footer__address {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__top .footer__nav {
    flex-wrap: wrap;
  }
  .footer__top .footer__nav ul {
    grid-template-columns: 1fr 1fr;
  }
  .footer__top .footer__nav > :first-child, .footer__top .footer__nav > :nth-child(2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .footer__top .footer__top__inner {
    padding: 30px 20px 14px 20px;
  }
}

@media screen and (max-width: 992px) {
  .footer__bottom__inner {
    justify-content: space-between;
  }
  .footer__bottom__inner .footer__socialMedia {
    width: auto;
  }
  .footer__bottom__inner .footer__copyright {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom__inner {
    flex-wrap: wrap;
    padding-top: 18px !important;
    padding-bottom: 12px !important;
  }
  .footer__bottom__inner .footer__socialMedia {
    width: auto;
  }
  .footer__bottom__inner .footer__copyright {
    text-align: left;
    width: 100%;
    margin-top: 16px;
  }
  .footer__bottom__inner .footer__copyright p {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer__bottom__inner {
    padding: 14px 20px 12px 20px !important;
  }
  .footer__bottom__inner .footer__swissMadeSoftware {
    width: 100%;
    margin-top: 16px;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Page
*************************************************/
body {
  background-color: #ffffff;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}

.page__inner {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

/*************************************************
* Center
*************************************************/
.centerWrapper {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.center {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-flow: dense;
  padding: 60px 0;
}
.center > .content:first-child {
  grid-column: 1/-1;
}

.subNav {
  width: 320px;
  margin-right: 60px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .centerWrapper {
    padding: 0 20px;
  }
  .center {
    padding: 30px 0;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.breadcrumb {
  margin-top: 15px;
}
.breadcrumb ul {
  padding: 0;
}
.breadcrumb li {
  font-size: 14px;
  list-style: none;
  display: inline-block;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover {
  color: #de323c;
}
.breadcrumb .active {
  color: #de323c;
}
.breadcrumb i {
  display: inline-block;
  font-size: 13px;
  margin: 0 10px;
  color: #9b9b9b;
}
.breadcrumb i:last-child {
  display: none;
}

.breadcrumb__inner {
  display: flex;
  align-items: center;
}

/*************************************************
* Layout (added via CSS class on page properties)
*************************************************/
.breadcrumb--grey .breadcrumb {
  background: #f4f4f4;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
@media (min-width: 992px) {
  .metaNav__langSelect {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 26px;
  }
  .metaNav__langSelect .metaNav__langSelect__desc {
    display: none;
  }
  .metaNav__langSelect .metaNav__langSelect__inner {
    margin: 0;
    padding: 0;
    height: 28px;
  }
  .metaNav__langSelect ul {
    padding: 0;
  }
  .metaNav__langSelect p {
    display: inline-block;
    font-size: 13px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    cursor: default;
    line-height: 16px;
    border-left: 1px solid #dcdcdc;
    padding-left: 14px;
  }
  .metaNav__langSelect li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .metaNav__langSelect li a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
  }
  .metaNav__langSelect:hover .level--2 {
    display: block;
  }
  .metaNav__langSelect i {
    position: absolute;
    right: 0;
    top: 30px;
    color: #aaa;
    font-size: 15px;
  }
  .metaNav__langSelect .level--2 {
    display: none;
    position: absolute;
    background: #282828;
    padding: 18px 20px;
    left: -4px;
    top: 72px;
    width: 60px;
    border-radius: 5px;
    z-index: 99;
  }
  .metaNav__langSelect .level--2.empty {
    display: none !important;
  }
  .metaNav__langSelect .level--2 ul {
    display: block;
  }
  .metaNav__langSelect .level--2 li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .metaNav__langSelect .level--2 li:last-child {
    margin-bottom: 0;
  }
  .metaNav__langSelect .level--2 li.active, .metaNav__langSelect .level--2 li.text-muted {
    display: none;
  }
  .metaNav__langSelect .level--2 a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
  }
  .metaNav__langSelect .level--2 a:hover {
    color: #ccc;
  }
  .metaNav__langSelect .level--2:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #282828;
    left: 24px;
    top: -4px;
    transform: rotate(45deg);
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Main Navigation
*************************************************/
.mainNav {
  flex-basis: 100%;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .mainNav {
    border-top: #dcdcdc 1px solid;
  }
  .mainNav .mainNav__inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .mainNav a {
    text-decoration: none;
  }
  .mainNav li {
    list-style: none;
  }
  .mainNav .arrow {
    display: none;
  }
  .mainNav .level--1 > ul {
    padding: 0;
    z-index: 99;
    margin: 0;
  }
  .mainNav .level--1 > ul > li {
    margin: 0px;
    display: inline-block;
  }
  .mainNav .level--1 > ul > li.first > a {
    padding-left: 0;
  }
  .mainNav .level--1 > ul > li.first .level--2 {
    transform: translateX(-30px);
  }
  .mainNav .level--1 > ul > li.last a {
    padding-right: 0;
  }
  .mainNav .level--1 > ul > li:only-child a {
    padding-left: 0 !important;
  }
  .mainNav .level--1 > ul > li > a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 14px 25px;
    color: #282828;
    position: relative;
  }
  .mainNav .level--1 > ul > li > a:hover {
    color: #de323c;
  }
  .mainNav .level--1 > ul > li.current > a {
    color: #de323c !important;
  }
  .mainNav .level--1 > ul > li.active > a {
    color: #de323c !important;
  }
  .mainNav .level--1 > ul > li.hasChild:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 3px solid #de323c;
  }
  .mainNav .level--1 > ul > li.hasChild:hover > .level--2 {
    display: inherit;
  }
  .mainNav .level--1 > ul > li.hasChild:hover > a:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #de323c;
    left: calc(50% - 5px);
    bottom: -4px;
    transform: rotate(45deg);
  }
  .mainNav .level--1 > ul > li.hasChild.first:hover > a:after {
    left: calc(50% - 17.5px);
  }
  .mainNav .level--1 > ul > li.hasChild.last:hover > a:after {
    right: calc(50% - 17.5px);
    left: auto;
  }
  .mainNav .level--2 {
    display: none;
    position: absolute;
    top: 58px;
    background: #ffffff;
    transform: translateX(-5px);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.1);
  }
  .mainNav .level--2 > ul {
    padding: 2px 16px;
  }
  .mainNav .level--2 > ul > li {
    display: block;
    z-index: 1;
    padding: 0 40px 0 14px;
    border-bottom: 1px solid #dcdcdc;
    min-width: 180px;
  }
  .mainNav .level--2 > ul > li:last-child {
    border: none;
  }
  .mainNav .level--2 > ul > li.first .level--3 ul {
    padding: 0;
  }
  .mainNav .level--2 > ul > li.current > a {
    color: #de323c !important;
  }
  .mainNav .level--2 > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .mainNav .level--2 > ul > li > a {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 12px 0px 12px 0;
    display: block;
    color: #000;
    line-height: 24px;
    font-weight: 400;
  }
  .mainNav .level--2 > ul > li > a:hover {
    color: #de323c;
  }
  .mainNav .level--2 a {
    position: relative;
  }
  .mainNav .level--2 a[href*=http]:after {
    content: "";
    background-image: url("../Images/arrow_external_link.svg");
    background-size: cover;
    position: absolute;
    height: 22px;
    width: 22px;
    right: -32px;
    top: 14px;
  }
  .mainNav .level--3 {
    display: none;
    padding: 14px 0 16px 0;
  }
  .mainNav .level--3 ul {
    padding: 0;
  }
  .mainNav .level--3 ul li.current > a {
    color: #de323c !important;
  }
  .mainNav .level--3 ul a {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 3px 0;
  }
  .mainNav .level--3 ul a:hover {
    color: #de323c;
  }
  .mainNav .level--4 {
    display: none;
  }
  .mainNav .mainNav {
    display: flex !important;
  }
  .mainNav .mainNav > .nav__inner {
    margin-left: auto;
  }
  .header__mButton {
    display: none;
  }
}
.header__inner {
  padding: 0;
  align-items: center;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
@media (min-width: 992px) {
  .metaNav {
    display: flex;
    height: 72px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .metaNav .metaNav__inner {
    margin-left: auto;
    display: flex;
  }
  .metaNav .arrow {
    display: none;
  }
  .metaNav__nav {
    margin-right: 280px;
  }
  .metaNav__nav ul {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .metaNav__nav li {
    display: inline-block;
  }
  .metaNav__nav li.hasChild:hover .level--2 {
    display: inherit;
  }
  .metaNav__nav .level--1 {
    height: 100%;
  }
  .metaNav__nav .level--1 > ul {
    height: 72px;
  }
  .metaNav__nav .level--1 > ul > li {
    margin-right: 25px;
    position: relative;
    height: 100%;
  }
  .metaNav__nav .level--1 > ul > li:last-child {
    margin-right: 14px;
  }
  .metaNav__nav .level--1 > ul > li > a {
    font-size: 13px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .metaNav__nav .level--1 > ul > li.hasChild:hover > a:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #282828;
    left: calc(50% - 5px);
    bottom: -26px;
    transform: rotate(45deg);
  }
  .metaNav__nav .level--2 {
    display: none;
    position: absolute;
    background: #282828;
    padding: 18px 20px;
    left: -20px;
    top: 70px;
    min-width: 216px;
    border-radius: 5px;
    z-index: 99;
  }
  .metaNav__nav .level--2 li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .metaNav__nav .level--2 li:last-child {
    margin-bottom: 0;
  }
  .metaNav__nav .level--2 a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
  }
  .metaNav__nav .level--2 a:hover {
    color: #ccc;
  }
}
/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .mainNav {
    order: 1;
  }
  .metaNav {
    order: 2;
    width: 100%;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.subNav {
  transform: translateY(-8px);
}
.subNav ul {
  list-style: none;
}
.subNav li {
  position: relative;
  line-height: 32px;
}
.subNav li.current > a {
  color: #de323c;
}
.subNav a {
  color: #000;
}
.subNav a:hover {
  color: #c20936;
}
.subNav .level--1 > ul {
  padding: 0;
}
.subNav .level--1 > ul > li {
  padding: 8px 0;
  border-bottom: 1px solid #dcdcdc;
}
.subNav .level--1 > ul > li:last-child {
  border-bottom: none;
}
.subNav .level--1 > ul > li > a {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.subNav .level--1 li.current > .level--2 > ul,
.subNav .level--1 li.current > .level--3 > ul,
.subNav .level--1 li.current > .level--4s > ul, .subNav .level--1 li.active > .level--2 > ul,
.subNav .level--1 li.active > .level--3 > ul,
.subNav .level--1 li.active > .level--4s > ul {
  display: block;
}
.subNav .level--2 > ul,
.subNav .level--3 > ul,
.subNav .level--4 > ul {
  display: none;
}
.subNav .level--2 a,
.subNav .level--3 a,
.subNav .level--4 a {
  font-size: 16px;
}
.subNav .level--2 > ul {
  padding: 8px 0 0 0;
}
.subNav .level--3 ul {
  padding: 4px 0 8px 20px;
}
.subNav .arrow {
  position: absolute;
  height: 32px;
  width: 32px;
  display: grid;
  font-size: 18px;
  align-items: center;
  text-align: center;
  right: -2px;
  top: 10px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  cursor: pointer;
}
.subNav .open > .arrow {
  right: 0px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.subNav .level--2 .arrow {
  top: 1px;
}

/*************************************************
* Mobile Navigation
*************************************************/
@media screen and (max-width: 1340px) {
  .subNav {
    width: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .subNav {
    width: 240px;
  }
}
@media screen and (max-width: 992px) {
  .subNav {
    display: none;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
@media screen and (max-width: 992px) {
  body.noscroll {
    overflow: hidden;
  }
  .page .hero {
    margin-top: 68px;
  }
  header.header {
    position: fixed;
  }
  .header__logo {
    height: auto;
    width: auto;
    margin: 0;
  }
  .header__inner {
    padding: 0;
    display: flex;
    align-items: center;
    height: 68px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
  }
  .header__nav {
    padding: 0;
    position: absolute;
    top: 68px;
    height: calc(var(--vh, 1vh) * 100 - 68px);
    background: #ffffff;
    width: 100%;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .header__nav .level--1 > ul > li {
    margin-bottom: 2px;
  }
  .header__nav .level--1 > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
  }
  .header__nav .level--2 > ul > li {
    border-bottom: 2px solid #f4f4f4;
  }
  .header__nav .level--2 > ul > li:last-child {
    border-bottom: none;
  }
  .header__nav .level--2 > ul > li > a {
    letter-spacing: 1.1px;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 30px;
  }
  .header__nav .level--3 > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 30px 12px 40px;
  }
  .header__nav .level--4 > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 4px 30px 4px 52px;
  }
  .header__nav .last > .level--4 > ul {
    padding-bottom: 8px;
  }
  .header__nav ul {
    list-style: none;
    padding: 0;
  }
  .header__nav ul li ul {
    display: none;
  }
  .header__nav li {
    position: relative;
  }
  .header__nav li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .header__nav li.current > a {
    color: #de323c;
  }
  .header__nav .arrow {
    position: absolute;
    right: 9px;
    top: 5px;
    height: 52px;
    width: 52px;
    display: grid;
    font-size: 18px;
    align-items: center;
    text-align: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    cursor: pointer;
  }
  .header__nav .open > .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: 10px;
  }
  .header__nav .level--2 > ul > li > .arrow {
    top: 3px;
  }
  .header__nav .level--3 > ul > li > .arrow {
    top: 1px;
  }
  .header__nav a {
    color: #000;
  }
  .header__nav__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .metaNav__langSelect {
    width: 100%;
    position: relative;
  }
  .metaNav__langSelect > ul > .active {
    display: none;
  }
  .metaNav__langSelect .fa-globe {
    height: 18px;
    width: 18px;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: 20px;
  }
  .metaNav__langSelect .metaNav__langSelect__desc {
    padding-left: 60px;
  }
  .metaNav__langSelect p,
  .metaNav__langSelect a {
    margin-bottom: 3px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
    width: 100%;
    font-weight: 700;
  }
  .metaNav__langSelect p.active a,
  .metaNav__langSelect a.active a {
    color: #de323c;
  }
  .metaNav__langSelect .level--2 li {
    border-bottom: 2px solid #f4f4f4 !important;
  }
  .metaNav__langSelect .level--2 a {
    font-weight: 400;
    padding: 14px 30px 14px 30px;
    background: #ffffff;
  }
}
@media screen and (max-width: 576px) {
  .header__nav {
    line-height: 28px !important;
  }
  .header__nav .arrow {
    right: 2px;
  }
  .header__nav .open > .arrow {
    right: 3px;
  }
  .header__nav .level--1 > ul > li > a,
  .header__nav .level--2 > ul > li > a,
  .header__nav .metaNav__langSelect > ul > li > a {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header__nav .level--3 > ul > li > a {
    padding-left: 30px;
  }
  .header__nav .level--4 > ul > li > a {
    padding-left: 38px;
  }
  .header__nav .metaNav__langSelect .fa-globe {
    left: 22px;
  }
  .header__nav .metaNav__langSelect .metaNav__langSelect__desc {
    padding-left: 50px;
  }
  .header__nav .metaNav__langSelect .level--2 a {
    padding-left: 22px;
  }
}
/*************************************************
* Mobile Button
*************************************************/
@media (min-width: 992px) {
  .header__mButton {
    display: none;
  }
}
.header__mButton {
  width: 30px;
  height: 19px;
  cursor: pointer;
  padding: 18px 30px 18px 18px;
  box-sizing: content-box;
  margin-left: auto;
  position: relative;
  z-index: 99;
}

.header__mButton__inner,
.header__mButton__inner:after,
.header__mButton__inner:before {
  width: 30px;
  height: 3px;
}

.header__mButton__inner {
  position: relative;
  transform: translateY(8px);
  background: rgb(33, 43, 54);
  transition: all 0ms 300ms;
}
.header__mButton__inner.animate {
  background: rgba(33, 43, 54, 0);
}
.header__mButton__inner.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner:before, .header__mButton__inner:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgb(33, 43, 54);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner:before {
  bottom: 8px;
}
.header__mButton__inner:after {
  top: 8px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Grid Gap
*************************************************/
.container.gap-- .container__inner {
  grid-gap: 16px;
}
.container.gap--small .container__inner {
  grid-gap: 16px;
}
.container.gap--medium .container__inner {
  grid-gap: 32px;
}
.container.gap--large .container__inner {
  grid-gap: 48px;
}
.container.gap--extra-large .container__inner {
  grid-gap: 64px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 768px) {
  .container .container__inner {
    grid-gap: 16px !important;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.two_columns > .container__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.two_columns .col > div {
  height: 100%;
}

/*************************************************
* Layout
*************************************************/
.two_columns.layout--1 .container__inner {
  grid-gap: 16px;
}

/*************************************************
* Column Ratio
*************************************************/
.two_columns.ratio--1 > .container__inner {
  grid-template-columns: 2fr 1fr;
}
.two_columns.ratio--2 > .container__inner {
  grid-template-columns: 1fr 2fr;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .two_columns.ratio--1 > .container__inner, .two_columns.ratio--2 > .container__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .two_columns .container__inner {
    grid-template-columns: 1fr;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.three_columns > .container__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}
.three_columns .col > div {
  height: 100%;
}

/*************************************************
* Layout
*************************************************/
.three_columns.layout--1 .container__inner {
  grid-gap: 16px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .three_columns .container__inner {
    grid-template-columns: 1fr;
    grid-gap: 16px !important;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.four_columns > .container__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
}
.four_columns .col > div {
  height: 100%;
}

/*************************************************
* Layout
*************************************************/
.four_columns.layout--1 .container__inner {
  grid-gap: 16px;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 1200px) {
  .four_columns .container__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .four_columns .container__inner {
    grid-template-columns: 1fr;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* General
*************************************************/
.text,
.textpic,
.shortcut {
  position: relative;
}

figure {
  margin: 0;
}

::selection {
  background: #c20936;
  color: #ffffff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
}

label {
  position: relative;
}

/*************************************************
* Divider
*************************************************/
.divider.section {
  padding: 0;
}
.divider hr {
  margin: 0;
  border-top: 1px solid #dcdcdc;
}

/*************************************************
* Lightbox
*************************************************/
.lightbox {
  position: relative;
}
.lightbox:after {
  content: "\f424";
  font-family: "FontAwesome";
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  background-size: contain;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.1s ease-out, transform 0.3s ease-out;
}
.lightbox img {
  transition: filter 0.25s ease-in-out;
}
.lightbox:hover:after {
  opacity: 1;
  transform: scale(1);
}
.lightbox:hover img {
  filter: brightness(50%);
}

@media screen and (max-width: 992px) {
  .fslightbox-source {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .fslightbox-source {
    padding: 20px;
  }
}

/*************************************************
* Linked
*************************************************/
.contentElement,
.contentBlock {
  width: 100%;
}
.contentElement a.ceLink,
.contentBlock a.ceLink {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Arrow
*************************************************/
/*************************************************
* Basics
*************************************************/
.text.isLinked > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 60px;
}
.text.isLinked > div:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 400;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 22px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: transform;
  left: 0;
  bottom: 0;
}
.text.isLinked:hover > div:after {
  animation: moveArrow 0.4s ease-in-out 1;
}

/*************************************************
* Modifiers
*************************************************/
.text.layout--1 {
  border-radius: 8px;
  padding: 34px;
}

.text.layout--1.background--default {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}
.text.layout--1.background--grey {
  background: #f4f4f4;
  transition: background-color 0.2s ease-in-out;
}
.text.layout--1.background--grey.isLinked:hover {
  background-color: #e8e8e8;
}
.text.layout--1.background--black {
  background: #282828;
  color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}
.text.layout--1.background--black.isLinked:hover {
  background-color: #323232;
}

.text.alignment--1 {
  text-align: center;
}
.text.alignment--1.isLinked > div:after {
  left: calc(50% - 11px);
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .text.layout--1 {
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.textpic .ce-gallery {
  margin-bottom: 20px;
}
.textpic.isLinked .ce-bodytext {
  position: relative;
  padding-bottom: 60px;
}
.textpic.isLinked .ce-bodytext:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 400;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 22px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: transform;
  left: 0;
  bottom: 0;
}
.textpic.isLinked:hover .ce-bodytext:after {
  animation: moveArrow 0.4s ease-in-out 1;
}

/*************************************************
* Modifiers
*************************************************/
.textpic.layout--1 {
  border-radius: 8px;
  overflow: hidden;
}
.textpic.layout--1 .ce-gallery {
  margin-bottom: 0;
}
.textpic.layout--1 .textpic__text {
  padding: 34px;
}

.textpic.layout--1.background--default {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}
.textpic.layout--1.background--grey {
  background: #f4f4f4;
  transition: background-color 0.2s ease-in-out;
}
.textpic.layout--1.background--grey.isLinked:hover {
  background-color: #e8e8e8;
}
.textpic.layout--1.background--black {
  background: #282828;
  color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}
.textpic.layout--1.background--black.isLinked:hover {
  background-color: #323232;
}

.textpic.hasLightbox.isLinked:hover .ce-bodytext:after {
  animation: none;
}
.textpic.hasLightbox.isLinked .textpic__text {
  position: relative;
}
.textpic.hasLightbox.isLinked .textpic__text:hover .ce-bodytext:after {
  animation: moveArrow 0.4s ease-in-out 1;
}
.textpic.hasLightbox.isLinked.layout--1.background--grey {
  background: #f4f4f4;
}
.textpic.hasLightbox.isLinked.layout--1.background--grey:hover {
  background-color: #f4f4f4;
}
.textpic.hasLightbox.isLinked.layout--1.background--grey .textpic__text {
  transition: background-color 0.2s ease-in-out;
}
.textpic.hasLightbox.isLinked.layout--1.background--grey .textpic__text:hover {
  background-color: #e8e8e8;
}
.textpic.hasLightbox.isLinked.layout--1.background--black {
  background: #282828;
  color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}
.textpic.hasLightbox.isLinked.layout--1.background--black:hover {
  background-color: #282828;
}
.textpic.hasLightbox.isLinked.layout--1.background--black .textpic__text {
  transition: background-color 0.2s ease-in-out;
}
.textpic.hasLightbox.isLinked.layout--1.background--black .textpic__text:hover {
  background-color: #323232;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .textpic.layout--1 .textpic__text {
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.uploads ul li {
  margin: 0;
  padding: 10px 0 10px 40px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.uploads ul li:before {
  font-family: "FontAwesome";
  content: "\f33d";
  font-weight: 300;
  color: #282828;
  font-size: 21px;
  top: 11px;
  left: 2px;
  transition: all 0.1s ease;
}
.uploads ul li:hover:before {
  color: #c20936;
}
.uploads span {
  font-size: 18px;
}
.uploads a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.uploads a:hover ~ * {
  color: #c20936;
  transition: all 0.1s ease;
}
.uploads .ce-uploads-description {
  font-size: 16px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.table table,
.text table,
.textpic table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
}
.table td, .table th,
.text td,
.text th,
.textpic td,
.textpic th {
  border-right: 1px solid #dcdcdc;
  empty-cells: show;
  padding: 12px 10px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.table th,
.text th,
.textpic th {
  font-weight: 400;
}
.table tr:nth-child(even),
.text tr:nth-child(even),
.textpic tr:nth-child(even) {
  background-color: #f4f4f4;
}

/*************************************************
* Basics
*************************************************/
.image header {
  margin-bottom: 10px;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Video
*************************************************/
.textmedia {
  width: 100%;
  overflow: hidden;
}
.textmedia__text {
  padding-top: 20px;
}
.textmedia .video.controls--0.loop--0 {
  position: relative;
  cursor: pointer;
}
.textmedia .video.controls--0.loop--0.played {
  cursor: initial;
}
.textmedia .video.controls--0.loop--0.played .playButton {
  opacity: 0;
}
.textmedia .video-embed {
  position: relative;
}
.textmedia video {
  display: block;
}
.textmedia video:focus {
  outline: none;
}
.textmedia .playButton {
  position: absolute;
  background-color: #de323c;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: 0.08s linear all;
  opacity: 1;
}
.textmedia .playButton i {
  color: #ffffff;
  transform: translateX(2px);
}
.textmedia figcaption {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 1.5em;
  margin-top: 4px;
}
.textmedia.isLinked .textmedia__text {
  position: relative;
}
.textmedia.isLinked .textmedia__text:hover .ce-bodytext:after {
  animation: moveArrow 0.4s ease-in-out 1;
}
.textmedia.isLinked .ce-bodytext {
  position: relative;
  padding-bottom: 60px;
}
.textmedia.isLinked .ce-bodytext:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 400;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 22px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: transform;
  left: 0;
  bottom: 0;
}
.textmedia .vimeo, .textmedia .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.textmedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/*************************************************
* Modifiers
*************************************************/
.textmedia.layout--1 {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.textmedia.layout--1 .ce-gallery {
  margin-bottom: 0;
}
.textmedia.layout--1 .textmedia__text {
  padding: 34px;
  border-radius: 0 0 8px 8px;
}

.textmedia.layout--1.background--default .textmedia__text {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}
.textmedia.layout--1.background--grey .textmedia__text {
  background: #f4f4f4;
  transition: background-color 0.2s ease-in-out;
}
.textmedia.layout--1.background--grey .textmedia__text:hover {
  background-color: #e8e8e8;
}
.textmedia.layout--1.background--black .textmedia__text {
  background: #282828;
  color: #ffffff;
  transition: background-color background-color 0.2s ease-in-out;
}
.textmedia.layout--1.background--black .textmedia__text:hover {
  background-color: #323232;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .textmedia .playButton {
    height: 60px;
    width: 60px;
    font-size: 22px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
  .textmedia.layout--1 .textmedia__text {
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.subpage-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}

.subpage {
  border-radius: 8px;
  position: relative;
  transition: background-color 0.2s ease-in-out;
  overflow: hidden;
}
.subpage__text {
  padding: 34px;
}
.subpage__text__inner {
  padding-bottom: 60px;
}
.subpage__image img {
  width: 100%;
}
.subpage a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.subpage:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 400;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 22px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  left: 34px;
  bottom: 34px;
}
.subpage:hover:after {
  animation: moveArrow 0.4s ease-in-out 1;
}

.heading--h1 + .subpage-list, .heading--h2 + .subpage-list, .heading--h3 + .subpage-list {
  margin-top: 0.625rem;
}

/*************************************************
* Modifiers
*************************************************/
.menu_subpages.background--default .subpage, .menu_pages.background--default .subpage {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}
.menu_subpages.background--grey .subpage, .menu_pages.background--grey .subpage {
  background: #f4f4f4;
  transition: background-color 0.2s ease-in-out;
}
.menu_subpages.background--grey .subpage:hover, .menu_pages.background--grey .subpage:hover {
  background-color: #e8e8e8;
}
.menu_subpages.background--black .subpage, .menu_pages.background--black .subpage {
  background: #282828;
  color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}
.menu_subpages.background--black .subpage:hover, .menu_pages.background--black .subpage:hover {
  background-color: #323232;
}

.menu_subpages.columns--1 .subpage-list, .menu_pages.columns--1 .subpage-list {
  grid-template-columns: 1fr 1fr 1fr;
}
.menu_subpages.columns--2 .subpage-list, .menu_pages.columns--2 .subpage-list {
  grid-template-columns: 1fr 1fr;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .menu_subpages .subpage-list, .menu_pages .subpage-list {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (max-width: 576px) {
  .menu_subpages .subpage-list, .menu_pages .subpage-list {
    grid-template-columns: 1fr !important;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.headline {
  color: #282828;
  line-height: 1;
}

.headline__main {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: 1.1em;
  margin: 0;
  position: relative;
  display: inline-block;
}

.headline__main:after {
  content: "";
  background: #de323c;
  height: 0.38em;
  display: inline-block;
  width: 0.38em;
  border-radius: 50%;
  margin-left: 0.06em;
  position: absolute;
  bottom: 0.19em;
}

.headline__sub {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.417em;
  display: block;
  margin-top: 12px;
}

.headline__button {
  margin-top: 28px;
}

.headline__button i {
  margin-right: 6px;
}

/*************************************************
* Modifiers
*************************************************/
.headline.layout--1 {
  color: #ffffff;
}
.headline.layout--2 .headline__main:after {
  background: #ffffff;
}
.headline.layout--3 {
  color: #ffffff;
}
.headline.layout--3 .headline__main:after {
  background: #ffffff;
}

.noFocusPoint .headline__main:after {
  content: none;
}

/*************************************************
* Animation
*************************************************/
.js-loaded .headline__main:after {
  opacity: 0;
  transform: translateY(-30px);
  animation: fadeInFocusPoint 0.6s ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

@keyframes fadeInFocusPoint {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 992px) {
  .headline__main {
    font-size: 60px;
  }
  .headline__sub {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .headline__main {
    font-size: 50px;
  }
  .headline__sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .headline__main {
    font-size: 34px;
    letter-spacing: 0.8px;
  }
  .headline__sub {
    font-size: 19px;
    letter-spacing: 0.8px;
    line-height: 1.35em;
    margin-top: 6px;
  }
  .headline__button {
    margin-top: 18px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.texticon {
  position: relative;
}
.texticon .texticon__icon {
  margin-bottom: 26px;
  display: inline-block;
}
.texticon img {
  width: 70px;
  max-height: 58px;
}
.texticon.isLinked .texticon__text {
  height: calc(100% - 84px);
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 60px;
}
.texticon.isLinked .texticon__text:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 400;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  font-size: 22px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: transform;
  left: 0;
  bottom: 0;
}
.texticon.isLinked:hover > div:after {
  animation: moveArrow 0.4s ease-in-out 1;
}

/*************************************************
* Modifiers
*************************************************/
.texticon.layout--1 {
  border-radius: 8px;
  padding: 34px;
}

.texticon.layout--1.background--default {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
}
.texticon.layout--1.background--grey {
  background: #f4f4f4;
  transition: background-color 0.2s ease-in-out;
}
.texticon.layout--1.background--grey.isLinked:hover {
  background-color: #e8e8e8;
}
.texticon.layout--1.background--black {
  background: #282828;
  color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}
.texticon.layout--1.background--black.isLinked:hover {
  background-color: #323232;
}
.texticon.layout--1.background--black .texticon__icon {
  background: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texticon.layout--1.background--black .texticon__text {
  height: calc(100% - 126px);
}

.texticon.alignment--1 {
  text-align: center;
}
.texticon.alignment--1 .texticon__icon {
  margin-left: auto;
  margin-right: auto;
}
.texticon.alignment--1.isLinked .texticon__text:after {
  left: calc(50% - 11px);
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .texticon.layout--1 {
    padding: 20px;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Basics
*************************************************/
.accordion_list .accordion__title {
  padding: 12px 54px 12px 40px;
  cursor: pointer;
  position: relative;
  transition: all 0.1s ease;
}
.accordion_list h3 {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
  margin: 0;
}
.accordion_list .accordion__content {
  display: none;
  padding: 10px 0 30px 40px;
}

.accordion_list .accordion__title i {
  font-size: 18px;
  width: auto;
  position: absolute;
  left: 2px;
  top: 16px;
  transition: all 0.1s ease;
}

.accordion_list .accordion.open .accordion__title i {
  transform: rotate(90deg);
}

.accordion__title:hover i,
.accordion__title:hover {
  color: #C20936;
}

header + .accordion {
  margin-top: 8px;
}

.accordion + .accordion {
  border-top: 1px solid #dcdcdc;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .accordion_list .accordion__title {
    padding: 10px 40px 10px 30px;
  }
  .accordion_list .accordion__title i {
    font-size: 16px;
    top: 15px;
  }
  .accordion_list .accordion__content {
    padding: 10px 0 20px 0;
  }
}
/*************************************************
* Imports
*************************************************/
/*************************************************
* Imports
*************************************************/
/*************************************************
* Forms
*************************************************/
/*************************************************
* Basics
*************************************************/
.tx-powermail .powermail_legend {
  display: none;
}
.tx-powermail fieldset {
  padding: 0;
  border: none;
}
.tx-powermail .powermail_fieldwrap {
  margin-bottom: 12px;
  width: 100%;
}

/*************************************************
* Fields
*************************************************/
.form-label {
  margin-bottom: 4px;
  display: block;
}

.powermail_fieldwrap_type_input input {
  padding: 0.875rem;
  border: 1px solid #f4f4f4;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  background: #f4f4f4;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  line-height: 1.5em;
  -webkit-appearance: none;
  border-radius: 6px;
}
.powermail_fieldwrap_type_input input:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.powermail_fieldwrap_type_input input.parsley-error {
  border: 1px solid #282828 !important;
}

.powermail_fieldwrap_type_select select {
  padding: 0.875rem;
  border: 1px solid #f4f4f4;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  background: #f4f4f4;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  line-height: 1.5em;
  -webkit-appearance: none;
  border-radius: 6px;
}
.powermail_fieldwrap_type_select select:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.powermail_fieldwrap_type_select select.parsley-error {
  border: 1px solid #282828 !important;
}
.powermail_fieldwrap_type_select .powermail_field {
  position: relative;
}
.powermail_fieldwrap_type_select .powermail_field:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  font-size: 1rem;
  right: 16px;
  top: 15px;
  z-index: 2;
}

.powermail_fieldwrap_type_textarea textarea {
  min-height: 54px;
  padding: 0.875rem;
  border: 1px solid #f4f4f4;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  background: #f4f4f4;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  line-height: 1.5em;
  -webkit-appearance: none;
  border-radius: 6px;
}
.powermail_fieldwrap_type_textarea textarea:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.powermail_fieldwrap_type_textarea textarea.parsley-error {
  border: 1px solid #282828 !important;
}

.powermail_fieldwrap_type_check .form-check {
  position: relative;
}
.powermail_fieldwrap_type_check .form-check label {
  padding-left: 1.8rem;
}
.powermail_fieldwrap_type_check .form-check input {
  position: absolute;
  opacity: 0 !important;
  left: -2px;
  top: -2px;
  height: 24px;
  width: 24px;
  z-index: 99;
}
.powermail_fieldwrap_type_check .form-check.checked:after {
  content: "\f14a";
}
.powermail_fieldwrap_type_check .form-check:after {
  content: "\f0c8";
  display: inline-block;
  font-size: 1.25rem;
  color: #282828;
  font-family: "FontAwesome";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
}

.powermail_fieldwrap_type_radio label {
  margin: 0;
}
.powermail_fieldwrap_type_radio .form-check {
  margin-top: 4px;
}
.powermail_fieldwrap_type_radio .form-check {
  position: relative;
}
.powermail_fieldwrap_type_radio .form-check label {
  padding-left: 1.8rem;
}
.powermail_fieldwrap_type_radio .form-check input {
  position: absolute;
  opacity: 0 !important;
  left: -2px;
  top: -2px;
  height: 24px;
  width: 24px;
  z-index: 99;
}
.powermail_fieldwrap_type_radio .form-check.checked:after {
  content: "\f192";
}
.powermail_fieldwrap_type_radio .form-check:after {
  content: "\f111";
  display: inline-block;
  font-size: 1.125rem;
  color: #282828;
  font-family: "FontAwesome";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
}

.powermail_fieldwrap_type_submit .btn {
  display: block;
  margin-top: 0;
  width: 100%;
  background: none;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.9375rem 2.375rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  outline: none;
  border: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  min-width: 250px;
}
.powermail_fieldwrap_type_submit .powermail_field {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  min-width: 250px;
}
.powermail_fieldwrap_type_submit .powermail_field:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.powermail_fieldwrap_type_submit .powermail_field::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: radial-gradient(circle, #de323c 0%, #c20936 180%);
}
.powermail_fieldwrap_type_submit .powermail_field::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: 0;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
  background: #c20936;
}

.powermail_fieldwrap_type_submit {
  position: relative;
}
.powermail_fieldwrap_type_submit .powermail__sending {
  position: absolute;
  width: 3.125rem;
  left: calc(50% - 25px);
  visibility: hidden;
  top: 0.125rem;
  z-index: 99;
}
.powermail_fieldwrap_type_submit .powermail__sending.show {
  visibility: visible;
}

/*************************************************
* Error
*************************************************/
input.powermail_field_error,
select.powermail_field_error,
textarea.powermail_field_error {
  border: 1px solid #dc3545 !important;
}

ul.powermail-errors-list {
  margin-top: 6px;
}
ul.powermail-errors-list li {
  margin: 0;
  padding-left: 1.5rem;
  color: #dc3545;
  font-size: 1rem;
}
ul.powermail-errors-list li:before {
  content: "\f06a";
  font-family: "FontAwesome";
  font-weight: 700;
  font-size: 1rem;
  color: #dc3545;
  left: 0;
  top: -1px;
}

/*************************************************
* Layout
*************************************************/
.tx-powermail .powermail_fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -8px;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_check {
  margin: 8px 0 0 0;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit {
  margin: 16px 0 0 0;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
  padding: 0 8px;
}
.tx-powermail .powermail_fieldset .layout--25 {
  width: 25%;
}
.tx-powermail .powermail_fieldset .layout--33 {
  width: 33.3333%;
}
.tx-powermail .powermail_fieldset .layout--50 {
  width: 50%;
}
.tx-powermail .powermail_fieldset .layout--66 {
  width: 66.6666%;
}
.tx-powermail .powermail_fieldset .layout--100 {
  width: 100%;
}

/*************************************************
* Reponsive
*************************************************/
@media screen and (max-width: 992px) {
  .tx-powermail .layout--0 .powermail_fieldset .layout--25 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .tx-powermail .layout--0 .powermail_fieldset .layout--33 {
    width: 100%;
  }
  .tx-powermail .layout--0 .powermail_fieldset .layout--66 {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .tx-powermail .layout--0 .powermail_fieldset .layout--50,
  .tx-powermail .layout--0 .powermail_fieldset .layout--25 {
    width: 100%;
  }
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Header
*************************************************/
.header__search {
  max-width: 1340px;
  position: absolute;
  right: calc(50% - 1340px / 2 + 72px);
  top: 22px;
  z-index: 1;
  width: 260px;
}
.header__search .header__search__inner {
  position: relative;
}
.header__search .search__icon {
  position: absolute;
  right: 0;
  top: -4px;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 98;
  background-color: #f4f4f4;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-sizing: content-box;
  padding: 7px;
  font-size: 15px;
}
.header__search .search__submit {
  font-size: 0;
  border: 0;
  background: transparent;
  position: absolute;
  right: 5px;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  z-index: 101;
  cursor: pointer;
}
.header__search .search__input {
  background: #f4f4f4;
  height: 30px;
  padding: 0 50px 0 14px;
  width: 100%;
  border: 0;
  font-size: 14px;
  color: #282828;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  border-radius: 50px;
}
.header__search .search__input::placeholder {
  color: #9b9b9b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.header__search .search__input:focus {
  outline: none;
  border: none;
}

/*************************************************
* Responsive Header Search
*************************************************/
@media screen and (max-width: 1380px) {
  .header__search {
    right: 100px;
  }
}
@media screen and (max-width: 992px) {
  .header__search {
    top: 19px;
    right: 76px;
  }
}

@media screen and (max-width: 768px) {
  .header__search {
    transition: width 0.25s ease-out;
    width: 20px;
    right: 66px;
    width: calc(100% - 86px);
  }
  .header__search .search__icon {
    background-color: #f4f4f4;
  }
  .header__search .search__input {
    width: 0;
    margin-left: auto;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    transition: width 0.15s linear;
  }
  .header__search .search__submit {
    display: none;
  }
  .header__logo {
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
  }
  .show .header__logo {
    opacity: 0;
    z-index: 1;
  }
  .show .search__input {
    width: 100%;
    opacity: 1;
  }
  .show .search__submit {
    display: block;
  }
}
/*************************************************
* Content Search
*************************************************/
.content .tx-kesearch-pi1 .search {
  display: flex;
  flex-wrap: wrap;
}
.content .tx-kesearch-pi1 .search__input {
  padding: 0.875rem;
  border: 1px solid #f4f4f4;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  background: #f4f4f4;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  line-height: 1.5em;
  -webkit-appearance: none;
  border-radius: 6px;
  height: auto;
  margin: 0;
  width: calc(100% - 300px - 8px);
  margin-right: 8px;
}
.content .tx-kesearch-pi1 .search__input:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.content .tx-kesearch-pi1 .search__input.parsley-error {
  border: 1px solid #282828 !important;
}
.content .tx-kesearch-pi1 .search__submit {
  display: inline-block;
  text-decoration: none;
  min-width: 250px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 38px;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  z-index: 1;
  border-radius: 6px;
  outline: none;
  border: 0;
}
.content .tx-kesearch-pi1 .search__submit:focus {
  outline: none;
}
.content .tx-kesearch-pi1 .search__submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content .tx-kesearch-pi1 .search__submit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-out;
  z-index: -1;
  pointer-events: none;
  width: var(--button-width);
  height: var(--button-height);
}
.content .tx-kesearch-pi1 .search__submit:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .content .tx-kesearch-pi1 .search__submit {
    min-width: auto;
    padding: 10px 22px !important;
    font-size: 12px;
    line-height: 22px;
  }
}
.content .tx-kesearch-pi1 .search__submit {
  background: radial-gradient(circle, #de323c 0%, #c20936 180%);
  color: #ffffff;
}
.content .tx-kesearch-pi1 .search__submit:hover {
  color: #ffffff;
}
.content .tx-kesearch-pi1 .search__submit::after {
  background: #c20936;
}
.content .tx-kesearch-pi1 .search__submit {
  width: 300px;
}
.content .tx-kesearch-pi1 .search__icon {
  display: none;
}
.content .tx-kesearch-pi1 #kesearch_num_results,
.content .tx-kesearch-pi1 .messsage {
  margin-top: 12px;
}

.content .tx-kesearch-pi1 #kesearch_results {
  margin-top: 16px;
}
.content .tx-kesearch-pi1 .result-list-item {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0 20px 44px;
}
.content .tx-kesearch-pi1 .result-title {
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5em;
}
.content .tx-kesearch-pi1 .overlay a {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 0;
  top: 0;
}
.content .tx-kesearch-pi1 .result-list-item:after {
  content: "\f15c";
  font-family: "FontAwesome";
  font-size: 22px;
  position: absolute;
  left: 2px;
  top: 22px;
}
.content .tx-kesearch-pi1 .result-list-item-type-file:after {
  content: "\f1c1";
}

/*************************************************
* Responsive Content Search
*************************************************/
@media screen and (max-width: 768px) {
  .content .tx-kesearch-pi1 .search__input {
    margin: 0;
    width: calc(100% - 250px - 8px);
  }
  .content .tx-kesearch-pi1 .search__submit {
    width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .content .tx-kesearch-pi1 .search__input {
    margin: 0;
    width: 100%;
  }
  .content .tx-kesearch-pi1 .search__submit {
    margin-top: 16px;
    width: 100%;
  }
}

/*************************************************
* Imports
*************************************************/
.frame--borderBottom {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.frame--borderTop {
  border-top: 1px solid #dcdcdc;
  padding-top: 16px;
  margin-top: 16px;
}
.frame--borderBoth {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 16px;
  margin-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.frame--borderBottom + .contentElement.frame--borderTop,
.frame--borderBottom + .contentElement.frame--borderBoth,
.frame--borderBoth + .contentElement.frame--borderTop,
.frame--borderBoth + .contentElement.frame--borderBoth {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/*************************************************
* Imports
*************************************************/
/*************************************************
* Spacing modifiers
*************************************************/
.spaceBefore--extra-small {
  margin-top: 8px;
}
.spaceBefore--extra-small.frame--borderTop, .spaceBefore--extra-small.frame--borderBoth {
  padding-top: 8px;
}
.spaceBefore--small {
  margin-top: 16px;
}
.spaceBefore--small.frame--borderTop, .spaceBefore--small.frame--borderBoth {
  padding-top: 16px;
}
.spaceBefore--medium {
  margin-top: 32px;
}
.spaceBefore--medium.frame--borderTop, .spaceBefore--medium.frame--borderBoth {
  padding-top: 32px;
}
.spaceBefore--large {
  margin-top: 48px;
}
.spaceBefore--large.frame--borderTop, .spaceBefore--large.frame--borderBoth {
  padding-top: 48px;
}
.spaceBefore--extra-large {
  margin-top: 64px;
}
.spaceBefore--extra-large.frame--borderTop, .spaceBefore--extra-large.frame--borderBoth {
  padding-top: 64px;
}
.spaceBefore--none {
  margin-top: 0;
}

.spaceAfter--extra-small {
  margin-bottom: 8px;
}
.spaceAfter--extra-small.frame--borderBottom, .spaceAfter--extra-small.frame--borderBoth {
  padding-bottom: 8px;
}
.spaceAfter--small {
  margin-bottom: 16px;
}
.spaceAfter--small.frame--borderBottom, .spaceAfter--small.frame--borderBoth {
  padding-bottom: 16px;
}
.spaceAfter--medium {
  margin-bottom: 32px;
}
.spaceAfter--medium.frame--borderBottom, .spaceAfter--medium.frame--borderBoth {
  padding-bottom: 32px;
}
.spaceAfter--large {
  margin-bottom: 48px;
}
.spaceAfter--large.frame--borderBottom, .spaceAfter--large.frame--borderBoth {
  padding-bottom: 48px;
}
.spaceAfter--extra-large {
  margin-bottom: 64px;
}
.spaceAfter--extra-large.frame--borderBottom, .spaceAfter--extra-large.frame--borderBoth {
  padding-bottom: 64px;
}
.spaceAfter--none {
  margin-bottom: 0;
}

/*************************************************
* Responsive
*************************************************/
@media screen and (max-width: 576px) {
  .spaceBefore--medium {
    margin-top: 25.6px;
  }
  .spaceBefore--medium.frame--borderTop, .spaceBefore--medium.frame--borderBoth {
    padding-top: 25.6px;
  }
  .spaceBefore--large {
    margin-top: 38.4px;
  }
  .spaceBefore--large.frame--borderTop, .spaceBefore--large.frame--borderBoth {
    padding-top: 38.4px;
  }
  .spaceBefore--extra-large {
    margin-top: 51.2px;
  }
  .spaceBefore--extra-large.frame--borderTop, .spaceBefore--extra-large.frame--borderBoth {
    padding-top: 51.2px;
  }
  .spaceAfter--medium {
    margin-bottom: 25.6px;
  }
  .spaceAfter--medium.frame--borderBottom, .spaceAfter--medium.frame--borderBoth {
    padding-bottom: 25.6px;
  }
  .spaceAfter--large {
    margin-bottom: 38.4px;
  }
  .spaceAfter--large.frame--borderBottom, .spaceAfter--large.frame--borderBoth {
    padding-bottom: 38.4px;
  }
  .spaceAfter--extra-large {
    margin-bottom: 51.2px;
  }
  .spaceAfter--extra-large.frame--borderBottom, .spaceAfter--extra-large.frame--borderBoth {
    padding-bottom: 51.2px;
  }
}
/*************************************************
* Home
*************************************************/
/*************************************************
* Global Animations (declare specific animations in component)
*************************************************/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(0);
  }
}

/*# sourceMappingURL=style.css.map */
