@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 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 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

:root {
  --width_content: 75em;
}

footer > .columns.footer_logos .columns, main > .columns,
footer > .columns,
form > .columns {
  max-width: var(--width_content);
  margin: auto;
}

:root {
  --c1: hsl(215, 75%, 33%);
  --c2: hsl(27, 100%, 45%);
  --c_hg_transparent: transparent;
  --c_hg_weiss: white;
  --c_hg_grau: rgb(229.5, 229.5, 229.5);
  --c_hg_main: rgb(231.60375, 236.863125, 244.22625);
  --c_hg_secunda: rgb(252.45, 239.8275, 229.5);
  --c_hg_rot: rgb(252.45, 232.05, 232.05);
  --c_hg_3n_grun: rgb(237.7416, 244.596, 234.804);
  --c_hg_3n_blau: rgb(230.1375, 234.91875, 241.6125);
  --c_border_transparent: transparent;
  --c_border_weiss: white;
  --c_border_grau: #cccccc;
  --c_border_schwarz: black;
  --c_border_main: rgb(208.2075, 218.72625, 233.4525);
  --c_border_secunda: rgb(249.9, 224.655, 204);
  --c_border_rot: rgb(249.9, 209.1, 209.1);
  --c_border_3n_grun: rgb(220.4832, 234.192, 214.608);
  --c_border_3n_blau: rgb(205.275, 214.8375, 228.225);
  --mg__padding: 0;
  --mg__border_radius: 0;
  --mg__border-style: none;
  --mg__border-width: unset;
  --mg__border-color: unset;
}

label[for=nav-trigger], .level1.nav_mobile_parent {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.multi_grid__item.schatten:not(:empty), .nnn_table_style_1 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.accordion2.with_border .accordion_item2,
.shariff li {
  box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.34);
}

.shariff li:hover {
  box-shadow: 0.7px 0.7px 2px rgba(0, 0, 0, 0.5);
}

.header a.popup_kontakt,
.header .subnav_search {
  box-shadow: hsla(215, 75%, 33%, 0.15) 1px 1px 3px;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: #fff;
  color: black;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: black;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: rgb(242.25, 242.25, 242.25);
  color: black;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: black;
}
.navbar.is-white .navbar-burger {
  color: black;
}
@media screen and (min-width: 672px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: black;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: rgb(242.25, 242.25, 242.25);
    color: black;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: black;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: rgb(242.25, 242.25, 242.25);
    color: black;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: black;
  }
}
.navbar.is-black {
  background-color: black;
  color: #fff;
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: #fff;
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-black .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 672px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: #fff;
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: #fff;
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: black;
    color: #fff;
  }
}
.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 672px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 672px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: hsl(215, 75%, 33%);
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: hsl(215, 75%, 28%);
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 672px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: hsl(215, 75%, 28%);
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(215, 75%, 28%);
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(215, 75%, 33%);
    color: #fff;
  }
}
.navbar.is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: hsl(229, 53%, 48%);
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 672px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: hsl(229, 53%, 48%);
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(229, 53%, 48%);
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(229, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: hsl(207, 61%, 48%);
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 672px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: hsl(207, 61%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(207, 61%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(207, 61%, 53%);
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: hsl(153, 53%, 48%);
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 672px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: hsl(153, 53%, 48%);
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(153, 53%, 48%);
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(153, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: hsl(44, 100%, 72%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 672px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: hsl(44, 100%, 72%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(44, 100%, 72%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(44, 100%, 77%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(0, 80%, 50%);
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 80%, 45%);
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 672px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 80%, 45%);
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 80%, 45%);
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 80%, 50%);
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-top {
  top: 0;
}

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

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

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

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

.navbar-burger {
  color: hsl(0, 0%, 98%);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: hsl(0, 0%, 98%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: transparent;
  color: hsl(0, 0%, 98%);
}

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

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

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: hsl(229, 53%, 53%);
  margin-top: -0.375em;
  right: 1.125em;
}

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

.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 671px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 672px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: black;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(229, 53%, 53%);
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: black;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(229, 53%, 53%);
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: black;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.button {
  background-color: #fff;
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.button:focus, .button.is-focused {
  border-color: hsl(229, 53%, 53%);
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-text:active, .button.is-text.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: hsl(229, 53%, 53%);
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: hsl(229, 53%, 53%);
  text-decoration: underline;
}
.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: black;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: rgb(248.625, 248.625, 248.625);
  border-color: transparent;
  color: black;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: black;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: rgb(242.25, 242.25, 242.25);
  border-color: transparent;
  color: black;
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: black;
  color: #fff;
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: black;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent black black !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: #fff;
  border-color: #fff;
  color: black;
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent black black !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: black;
  color: black;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: black;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: black;
  box-shadow: none;
  color: black;
}
.button.is-black {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #fff;
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: black;
  border-color: black;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: #fff;
  color: black;
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: black;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: black;
  color: black;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: black;
  border-color: black;
  color: #fff;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent black black !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: black;
  box-shadow: none;
  color: black;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: black;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent black black !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: hsl(215, 75%, 33%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: hsl(215, 75%, 30.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(21.0375, 73.63125, 147.2625, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: hsl(215, 75%, 28%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: hsl(215, 75%, 33%);
  border-color: hsl(215, 75%, 33%);
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: hsl(215, 75%, 33%);
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(215, 75%, 33%);
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(215, 75%, 33%);
  color: hsl(215, 75%, 33%);
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: hsl(215, 75%, 33%);
  border-color: hsl(215, 75%, 33%);
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(215, 75%, 33%) hsl(215, 75%, 33%) !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(215, 75%, 33%);
  box-shadow: none;
  color: hsl(215, 75%, 33%);
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(215, 75%, 33%);
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(215, 75%, 33%) hsl(215, 75%, 33%) !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: hsl(215, 75%, 96%);
  color: hsl(215, 75%, 51%);
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: hsl(215, 75%, 93.5%);
  border-color: transparent;
  color: hsl(215, 75%, 51%);
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: hsl(215, 75%, 91%);
  border-color: transparent;
  color: hsl(215, 75%, 51%);
}
.button.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: hsl(229, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: hsl(229, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%);
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%);
  box-shadow: none;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: hsl(229, 53%, 96%);
  color: hsl(229, 53%, 47%);
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: hsl(229, 53%, 93.5%);
  border-color: transparent;
  color: hsl(229, 53%, 47%);
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: hsl(229, 53%, 91%);
  border-color: transparent;
  color: hsl(229, 53%, 47%);
}
.button.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: hsl(207, 61%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: hsl(207, 61%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%);
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%);
  box-shadow: none;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: hsl(207, 61%, 96%);
  color: hsl(207, 61%, 41%);
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: hsl(207, 61%, 93.5%);
  border-color: transparent;
  color: hsl(207, 61%, 41%);
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: hsl(207, 61%, 91%);
  border-color: transparent;
  color: hsl(207, 61%, 41%);
}
.button.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: hsl(153, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: hsl(153, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%);
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%);
  box-shadow: none;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: hsl(153, 53%, 96%);
  color: hsl(153, 53%, 31%);
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: hsl(153, 53%, 93.5%);
  border-color: transparent;
  color: hsl(153, 53%, 31%);
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: hsl(153, 53%, 91%);
  border-color: transparent;
  color: hsl(153, 53%, 31%);
}
.button.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: hsl(44, 100%, 74.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: hsl(44, 100%, 72%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%);
  box-shadow: none;
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: hsl(44, 100%, 96%);
  color: hsl(44, 100%, 29%);
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: hsl(44, 100%, 93.5%);
  border-color: transparent;
  color: hsl(44, 100%, 29%);
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: hsl(44, 100%, 91%);
  border-color: transparent;
  color: hsl(44, 100%, 29%);
}
.button.is-danger {
  background-color: hsl(0, 80%, 50%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: hsl(0, 80%, 47.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(229.5, 25.5, 25.5, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: hsl(0, 80%, 45%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: hsl(0, 80%, 50%);
  border-color: hsl(0, 80%, 50%);
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 80%, 50%);
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: hsl(0, 80%, 50%);
  border-color: hsl(0, 80%, 50%);
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 80%, 50%) hsl(0, 80%, 50%) !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 80%, 50%);
  box-shadow: none;
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 80%, 50%) hsl(0, 80%, 50%) !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: hsl(0, 80%, 96%);
  color: hsl(0, 80%, 47%);
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: hsl(0, 80%, 93.5%);
  border-color: transparent;
  color: hsl(0, 80%, 47%);
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: hsl(0, 80%, 91%);
  border-color: transparent;
  color: hsl(0, 80%, 47%);
}
.button.is-small {
  font-size: 0.75em;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1em;
}
.button.is-medium {
  font-size: 1.25em;
}
.button.is-large {
  font-size: 1.5em;
}
.button[disabled], fieldset[disabled] .button {
  background-color: #fff;
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - 1em * 0.5);
  top: calc(50% - 1em * 0.5);
  position: absolute !important;
}
.button.is-static {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 48%);
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75em;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25em;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5em;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.5625em;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.65625em;
  }
  .button.is-responsive.is-medium {
    font-size: 0.75em;
  }
  .button.is-responsive.is-large {
    font-size: 1em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.65625em;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.75em;
  }
  .button.is-responsive.is-medium {
    font-size: 1em;
  }
  .button.is-responsive.is-large {
    font-size: 1.25em;
  }
}
.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.footer {
  background-color: rgb(239.7, 239.7, 239.7);
  padding: 3rem 0 2rem;
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: #fff;
  color: black;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: black;
}
.hero.is-white .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: black;
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: #fff;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: rgb(242.25, 242.25, 242.25);
  color: black;
}
.hero.is-white .tabs a {
  color: black;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: #fff !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: black;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: black;
  border-color: black;
  color: #fff;
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #fff 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, rgb(229.5, 229.5, 229.5) 0%, #fff 71%, white 100%);
  }
}
.hero.is-black {
  background-color: black;
  color: #fff;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: #fff;
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: black;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: #fff;
}
.hero.is-black .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: black !important;
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: #fff;
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: black;
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, black 71%, rgb(12.75, 12.75, 12.75) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, black 71%, rgb(12.75, 12.75, 12.75) 100%);
  }
}
.hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: hsl(0, 0%, 96%) !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: hsl(0, 0%, 21%) !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 21%);
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
  }
}
.hero.is-primary {
  background-color: hsl(215, 75%, 33%);
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: hsl(215, 75%, 33%);
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: hsl(215, 75%, 28%);
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: hsl(215, 75%, 33%) !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(215, 75%, 33%);
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, hsl(205, 85%, 23%) 0%, hsl(215, 75%, 33%) 71%, hsl(225, 80%, 38%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(205, 85%, 23%) 0%, hsl(215, 75%, 33%) 71%, hsl(225, 80%, 38%) 100%);
  }
}
.hero.is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: hsl(229, 53%, 53%);
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: hsl(229, 53%, 48%);
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: hsl(229, 53%, 53%) !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(229, 53%, 53%);
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
  }
}
.hero.is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: hsl(207, 61%, 53%);
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: hsl(207, 61%, 48%);
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: hsl(207, 61%, 53%) !important;
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(207, 61%, 53%);
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
  }
}
.hero.is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(153, 53%, 53%);
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: hsl(153, 53%, 48%);
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: hsl(153, 53%, 53%) !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(153, 53%, 53%);
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
  }
}
.hero.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: hsl(44, 100%, 77%);
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: hsl(44, 100%, 72%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: hsl(44, 100%, 77%) !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
  }
}
.hero.is-danger {
  background-color: hsl(0, 80%, 50%);
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: hsl(0, 80%, 50%);
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: hsl(0, 80%, 45%);
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: hsl(0, 80%, 50%) !important;
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 80%, 50%);
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 90%, 40%) 0%, hsl(0, 80%, 50%) 71%, hsl(10, 85%, 55%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 90%, 40%) 0%, hsl(0, 80%, 50%) 71%, hsl(10, 85%, 55%) 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3em 1.5em;
}
@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 1rem 2rem;
  }
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1em;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.button:focus, .is-focused.button, .button:active, .is-active.button {
  outline: none;
}
[disabled].button, fieldset[disabled] .button {
  cursor: not-allowed;
}

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

hr.space {
  margin: 3em 0;
  border-color: rgb(177.0125000001, 194.5437500001, 219.0875);
}

/*
less-files converted by https://less2scss.awk5.com/ 
*/
.shariff .facebook a {
  background-color: #3b5998;
}
.shariff .facebook a:hover {
  background-color: #4273c8;
}
.shariff .facebook .fa-facebook-f {
  font-size: 22px;
}
.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf;
}
.shariff .theme-white .facebook a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook-f {
    font-size: 19px;
  }
}
.shariff .twitter a {
  background-color: #55acee;
}
.shariff .twitter a:hover {
  background-color: #32bbf5;
}
.shariff .twitter .fa-twitter {
  font-size: 28px;
}
.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE;
}
.shariff .theme-white .twitter a {
  color: #55acee;
}

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px;
  }
}
.shariff .linkedin a {
  background-color: #0077b5;
}
.shariff .linkedin a:hover {
  background-color: #0369a0;
}
.shariff .linkedin .fa-linkedin-in {
  font-size: 22px;
}
.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8;
}
.shariff .theme-white .linkedin a {
  color: #0077b5;
}

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin-in {
    font-size: 19px;
  }
}
.shariff::after, .shariff::before {
  content: " ";
  display: table;
}
.shariff::after {
  clear: both;
}
.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden;
}
.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  height: 35px;
  text-decoration: none;
  box-sizing: border-box;
}
.shariff li .share_text,
.shariff li .share_count {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px;
}
.shariff li .fab,
.shariff li .far,
.shariff li .fas {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}
.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px;
}
.shariff .orientation-horizontal {
  /* autoprefixer: off */
  display: -webkit-box;
}
.shariff .orientation-horizontal li {
  -webkit-box-flex: 1;
}
.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0;
}
.shariff .orientation-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.shariff .orientation-horizontal li {
  float: left;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px;
}
.shariff .orientation-horizontal li:last-child {
  margin-right: 0;
}
.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px;
}
.shariff .orientation-horizontal li .share_count {
  display: none;
}
.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0;
}
.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333;
}
.shariff .theme-white .shariff-button {
  border: 1px solid #ddd;
}
.shariff .theme-white .shariff-button a {
  background-color: #fff;
}
.shariff .theme-white .shariff-button a:hover {
  background-color: #eee;
}
.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999;
}
.shariff .orientation-vertical.button-style-icon {
  min-width: 35px;
}
.shariff .orientation-vertical.button-style-icon-count {
  min-width: 80px;
}
.shariff .orientation-vertical.button-style-standard {
  min-width: 110px;
}
.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.shariff .orientation-vertical.button-style-standard li .share_count, .shariff .orientation-vertical.button-style-icon-count li .share_count {
  width: 24px;
  text-align: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
  }
  .shariff .orientation-horizontal.button-style-standard li, .shariff .orientation-horizontal.button-style-icon-count li {
    min-width: 80px;
  }
  .shariff .orientation-horizontal.button-style-standard li .share_count, .shariff .orientation-horizontal.button-style-icon-count li .share_count {
    display: block;
  }
  .shariff .orientation-horizontal.button-style-standard li {
    width: auto;
    flex: 1 0 auto;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    flex: none;
  }
}
@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
    text-indent: 0;
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff li {
    height: 30px;
  }
  .shariff li a {
    height: 30px;
  }
  .shariff li .fab,
  .shariff li .far,
  .shariff li .fas {
    width: 30px;
    line-height: 30px;
  }
  .shariff li .share_text,
  .shariff li .share_count {
    line-height: 30px;
  }
  .shariff li .share_count {
    height: 28px;
  }
}
/*!
 * shariff - v3.2.2 - Tue, 19 Sep 2023 22:37:49 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2023 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border-radius: 0.1em;
  border: 0.08em solid #eee;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
} /*!
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fa-brands-400.eot);
  src: url(fa-brands-400.eot?#iefix) format("embedded-opentype"), url(fa-brands-400.woff2) format("woff2"), url(fa-brands-400.woff) format("woff"), url(fa-brands-400.ttf) format("truetype"), url(fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: Font Awesome\ 5 Brands;
} /*!
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fa-regular-400.eot);
  src: url(fa-regular-400.eot?#iefix) format("embedded-opentype"), url(fa-regular-400.woff2) format("woff2"), url(fa-regular-400.woff) format("woff"), url(fa-regular-400.ttf) format("truetype"), url(fa-regular-400.svg#fontawesome) format("svg");
}
.fab, .far {
  font-weight: 400;
} /*!
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fa-solid-900.eot);
  src: url(fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fa-solid-900.woff2) format("woff2"), url(fa-solid-900.woff) format("woff"), url(fa-solid-900.ttf) format("truetype"), url(fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fas {
  font-weight: 900;
}

.shariff:after, .shariff:before {
  content: " ";
  display: table;
}

.shariff:after {
  clear: both;
}

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.shariff li {
  overflow: hidden;
  padding: 0;
  border: none;
}

.shariff li, .shariff li a {
  height: 35px;
  box-sizing: border-box;
}

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}

.shariff li .share_count, .shariff li .share_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px;
}

.shariff li .fab, .shariff li .far, .shariff li .fas {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}

.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px;
}

.shariff .orientation-horizontal li {
  -webkit-box-flex: 1;
}

.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0;
}

.shariff .orientation-horizontal {
  display: flex;
  flex-wrap: wrap;
}

.shariff .orientation-horizontal li {
  float: left;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px;
}

.shariff .orientation-horizontal li:last-child {
  margin-right: 0;
}

.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px;
}

.shariff .orientation-horizontal li .share_count {
  display: none;
}

.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0;
}

.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333;
}

.shariff .theme-white .shariff-button {
  border: 1px solid #ddd;
}

.shariff .theme-white .shariff-button a {
  background-color: #fff;
}

.shariff .theme-white .shariff-button a:hover {
  background-color: #eee;
}

.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999;
}

.shariff .orientation-vertical.button-style-icon {
  min-width: 35px;
}

.shariff .orientation-vertical.button-style-icon-count {
  min-width: 80px;
}

.shariff .orientation-vertical.button-style-standard {
  min-width: 110px;
}

.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.shariff .orientation-vertical.button-style-icon-count li .share_count, .shariff .orientation-vertical.button-style-standard li .share_count {
  width: 24px;
  text-align: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
  }
  .shariff .orientation-horizontal.button-style-icon-count li, .shariff .orientation-horizontal.button-style-standard li {
    min-width: 80px;
  }
  .shariff .orientation-horizontal.button-style-icon-count li .share_count, .shariff .orientation-horizontal.button-style-standard li .share_count {
    display: block;
  }
  .shariff .orientation-horizontal.button-style-standard li {
    width: auto;
    flex: 1 0 auto;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    flex: none;
  }
}
@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
    text-indent: 0;
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff li, .shariff li a {
    height: 30px;
  }
  .shariff li .fab, .shariff li .far, .shariff li .fas {
    width: 30px;
    line-height: 30px;
  }
  .shariff li .share_count, .shariff li .share_text {
    line-height: 30px;
  }
  .shariff li .share_count {
    height: 28px;
  }
}
.shariff .buffer a {
  background-color: #3a3a3a;
}

.shariff .buffer a:hover {
  background-color: #555;
}

.shariff .buffer .fa-buffer {
  font-size: 22px;
}

.shariff .buffer .share_count {
  color: #3a3a3a;
  background-color: #ddd;
}

.shariff .theme-white .buffer a {
  color: #3a3a3a;
}

@media only screen and (min-width: 600px) {
  .shariff .buffer .fa-buffer {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
}
.shariff .clipboard a {
  background-color: #1e418c;
}

.shariff .clipboard a:hover {
  background-color: #2e519c;
}

.shariff .clipboard .fa-clipboard {
  font-size: 21px;
}

.shariff .theme-white .clipboard a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .clipboard .fa-clipboard {
    font-size: 18px;
  }
}
.shariff .diaspora a {
  background-color: #999;
}

.shariff .diaspora a:hover {
  background-color: #b3b3b3;
}

.shariff .diaspora .fa-times-circle {
  font-size: 17px;
}

.shariff .theme-white .diaspora a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .diaspora .fa-times-circle {
    font-size: 16px;
  }
}
.shariff .facebook a {
  background-color: #3b5998;
}

.shariff .facebook a:hover {
  background-color: #4273c8;
}

.shariff .facebook .fa-facebook-f {
  font-size: 22px;
}

.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf;
}

.shariff .theme-white .facebook a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook-f {
    font-size: 19px;
  }
}
.shariff .flattr a {
  background-color: #7ea352;
}

.shariff .flattr a:hover {
  background-color: #f67c1a;
}

.shariff .flattr a:hover .share_count {
  color: #d56308;
  background-color: #fab47c;
}

.shariff .flattr .fa-money-bill-alt {
  font-size: 22px;
}

.shariff .flattr .share_count {
  color: #648141;
  background-color: #b0c893;
}

.shariff .theme-white .flattr a {
  color: #f67c1a;
}

@media only screen and (min-width: 600px) {
  .shariff .flattr .fa-money-bill-alt {
    font-size: 19px;
  }
}
.shariff .flipboard a {
  background-color: #e12828;
}

.shariff .flipboard a:hover {
  background-color: #ff2e2e;
}

.shariff .flipboard .fa-flipboard {
  font-size: 22px;
}

.shariff .theme-white .flipboard a {
  color: #e12828;
}

@media only screen and (min-width: 600px) {
  .shariff .flipboard .fa-flipboard {
    font-size: 19px;
  }
}
.shariff .info {
  border: 1px solid #ccc;
}

.shariff .info a {
  color: #666;
  background-color: #fff;
}

.shariff .info a:hover {
  background-color: #efefef;
}

.shariff .info .fa-info {
  font-size: 20px;
  width: 33px;
}

.shariff .info .share_text {
  display: block !important;
  text-indent: -9999px !important;
}

.shariff .theme-grey .info a {
  background-color: #fff;
}

.shariff .theme-grey .info a:hover {
  background-color: #efefef;
}

.shariff .orientation-vertical .info {
  width: 35px;
  float: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal .info {
    flex: none !important;
    width: 35px;
    min-width: 35px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff .info .fa-info {
    font-size: 16px;
    width: 23px;
  }
  .shariff .orientation-horizontal .info {
    width: 25px;
    min-width: 25px !important;
  }
  .shariff .orientation-vertical .info {
    width: 25px;
  }
}
.shariff .linkedin a {
  background-color: #0077b5;
}

.shariff .linkedin a:hover {
  background-color: #0369a0;
}

.shariff .linkedin .fa-linkedin-in {
  font-size: 22px;
}

.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33aae8;
}

.shariff .theme-white .linkedin a {
  color: #0077b5;
}

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin-in {
    font-size: 19px;
  }
}
.shariff .mail a {
  background-color: #999;
}

.shariff .mail a:hover {
  background-color: #a8a8a8;
}

.shariff .mail .fa-envelope {
  font-size: 21px;
}

.shariff .theme-white .mail a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .mail .fa-envelope {
    font-size: 18px;
  }
}
.shariff .print a {
  background-color: #999;
}

.shariff .print a:hover {
  background-color: #a8a8a8;
}

.shariff .print .fa-print {
  font-size: 21px;
}

.shariff .theme-white .print a {
  color: #999;
}

@media only screen and (min-width: 600px) {
  .shariff .print .fa-print {
    font-size: 18px;
  }
}
.shariff .pinterest a {
  background-color: #bd081c;
}

.shariff .pinterest a:hover {
  background-color: #d50920;
}

.shariff .pinterest .fa-pinterest-p {
  font-size: 22px;
}

.shariff .pinterest .share_count {
  color: #a31601;
  background-color: #eda79d;
}

.shariff .theme-white .pinterest a {
  color: #bd081c;
}

@media only screen and (min-width: 600px) {
  .shariff .pinterest .fa-pinterest-p {
    font-size: 19px;
    position: relative;
    top: 1px;
  }
}
.shariff .pocket a {
  background-color: #ef4056;
}

.shariff .pocket a:hover {
  background-color: #ff5066;
}

.shariff .pocket .fa-get-pocket {
  font-size: 22px;
}

.shariff .theme-white .pocket a {
  color: #ef4056;
}

@media only screen and (min-width: 600px) {
  .shariff .pocket .fa-get-pocket {
    font-size: 19px;
  }
}
.shariff .reddit a {
  background-color: #ff4500;
}

.shariff .reddit a:hover {
  background-color: #ff6a33;
}

.shariff .reddit .fa-reddit {
  font-size: 17px;
}

.shariff .theme-white .reddit a {
  color: #ff4500;
}

@media only screen and (min-width: 600px) {
  .shariff .reddit .fa-reddit {
    font-size: 16px;
  }
}
.shariff .stumbleupon a {
  background-color: #eb4924;
}

.shariff .stumbleupon a:hover {
  background-color: #ef7053;
}

.shariff .stumbleupon .fa-stumbleupon {
  font-size: 17px;
}

.shariff .theme-white .stumbleupon a {
  color: #eb4924;
}

@media only screen and (min-width: 600px) {
  .shariff .stumbleupon .fa-stumbleupon {
    font-size: 16px;
  }
}
.shariff .twitter a {
  background-color: #55acee;
}

.shariff .twitter a:hover {
  background-color: #32bbf5;
}

.shariff .twitter .fa-twitter {
  font-size: 28px;
}

.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96d4ee;
}

.shariff .theme-white .twitter a {
  color: #55acee;
}

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px;
  }
}
.shariff .whatsapp a {
  background-color: #5cbe4a;
}

.shariff .whatsapp a:hover {
  background-color: #34af23;
}

.shariff .whatsapp .fa-whatsapp {
  font-size: 28px;
}

.shariff .theme-white .whatsapp a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  .shariff .whatsapp .fa-whatsapp {
    font-size: 22px;
  }
}
.shariff .xing a {
  background-color: #126567;
}

.shariff .xing a:hover {
  background-color: #29888a;
}

.shariff .xing .fa-xing {
  font-size: 22px;
}

.shariff .xing .share_count {
  color: #15686a;
  background-color: #4fa5a7;
}

.shariff .theme-white .xing a {
  color: #126567;
}

@media only screen and (min-width: 600px) {
  .shariff .xing .fa-xing {
    font-size: 19px;
  }
}
.shariff .tumblr a {
  background-color: #36465d;
}

.shariff .tumblr a:hover {
  background-color: #44546b;
}

.shariff .tumblr .fa-tumblr {
  font-size: 28px;
}

.shariff .theme-white .tumblr a {
  color: #5cbe4a;
}

@media only screen and (min-width: 600px) {
  .shariff .tumblr .fa-tumblr {
    font-size: 22px;
  }
}
.shariff .threema a {
  background-color: #333;
}

.shariff .threema a:hover {
  background-color: #1f1f1f;
}

.shariff .threema .fa-lock {
  font-size: 28px;
}

.shariff .theme-white .threema a {
  color: #333;
}

@media only screen and (min-width: 600px) {
  .shariff .threema .fa-lock {
    font-size: 22px;
  }
}
.shariff .weibo a {
  background-color: #f56770;
}

.shariff .weibo a:hover {
  background-color: #fa7f8a;
}

.shariff .weibo .fa-weibo {
  font-size: 28px;
}

.shariff .weibo .share_count {
  color: #0174a4;
  background-color: #f56770;
}

.shariff .theme-white .weibo a {
  color: #f56770;
}

@media only screen and (min-width: 600px) {
  .shariff .weibo .fa-weibo {
    font-size: 24px;
  }
}
.shariff .tencent-weibo a {
  background-color: #26ace0;
}

.shariff .tencent-weibo a:hover {
  background-color: #38bbeb;
}

.shariff .tencent-weibo .fa-tencent-weibo {
  font-size: 28px;
}

.shariff .tencent-weibo .share_count {
  color: #0174a4;
  background-color: #26ace0;
}

.shariff .theme-white .tencent-weibo a {
  color: #26ace0;
}

@media only screen and (min-width: 600px) {
  .shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 24px;
  }
}
.shariff .telegram a {
  background-color: #08c;
}

.shariff .telegram a:hover {
  background-color: #007dbb;
}

.shariff .telegram .fa-telegram {
  font-size: 28px;
}

.shariff .theme-white .telegram a {
  color: #08c;
}

@media only screen and (min-width: 600px) {
  .shariff .telegram .fa-telegram {
    font-size: 22px;
  }
}
.shariff .qzone a {
  background-color: #2b82d9;
}

.shariff .qzone a:hover {
  background-color: #398fe6;
}

.shariff .qzone .fa-qq {
  font-size: 28px;
}

.shariff .qzone .share_count {
  color: #0174a4;
  background-color: #2b82d9;
}

.shariff .theme-white .qzone a {
  color: #2b82d9;
}

@media only screen and (min-width: 600px) {
  .shariff .qzone .fa-qq {
    font-size: 24px;
  }
}
.shariff .vk a {
  background-color: #5d7fa4;
}

.shariff .vk a:hover {
  background-color: #678eb4;
}

.shariff .vk .fa-vk {
  font-size: 22px;
}

.shariff .vk .share_count {
  color: #55677d;
  background-color: #fff;
}

.shariff .theme-white .vk a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  .shariff .vk .fa-vk {
    font-size: 19px;
  }
}
@font-face {
  font-family: "RobotoSlab";
  src: url("../../font/RobotoSlab2/robotoslab-extralight-webfont.woff2") format("woff2"), url("../../font/RobotoSlab2/robotoslab-extralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab";
  src: url("../../font/RobotoSlab2/robotoslab-light-webfont.woff2") format("woff2"), url("../../font/RobotoSlab2/robotoslab-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab";
  src: url("../../font/RobotoSlab2/robotoslab-regular-webfont.woff2") format("woff2"), url("../../font/RobotoSlab2/robotoslab-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab";
  src: url("../../font/RobotoSlab2/robotoslab-medium-webfont.woff2") format("woff2"), url("../../font/RobotoSlab2/robotoslab-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../font/SourceSansPro3_subset/sourcesans3-regular-webfont_caps.woff2") format("woff2"), url("../../font/SourceSansPro3_subset/sourcesans3-regular-webfont_caps.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-266A;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../font/SourceSansPro3_subset/sourcesans3-semibold-webfont_caps.woff2") format("woff2"), url("../../font/SourceSansPro3_subset/sourcesans3-semibold-webfont_caps.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-266A;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../font/SourceSansPro3_subset/sourcesans3-bold-webfont_caps.woff2") format("woff2"), url("../../font/SourceSansPro3_subset/sourcesans3-bold-webfont_caps.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-266A;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../../font/SourceSerifPro_subset/sourceserif4-it-webfont.woff2") format("woff2"), url("../../font/SourceSerifPro_subset/sourceserif4-it-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-266A;
}
html {
  overflow-x: hidden;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro";
  font-size: 1em;
  line-height: 1.62;
}

main {
  max-width: 100vw;
  margin-bottom: 1em;
  margin-top: 0;
}
main > .columns:last-child > .column {
  padding-bottom: 5rem;
}
.flexmasonry {
  max-width: 115em;
  margin-left: auto;
  margin-right: auto;
}

.main_wrapper {
  min-height: 100vh;
}

.responsive-video,
.video-embed {
  position: relative;
  padding-bottom: 66.6666%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe,
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background-color: rgb(191.25, 191.25, 191.25);
}

::selection {
  background-color: rgb(191.25, 191.25, 191.25);
}

h1 {
  color: hsl(215, 75%, 33%);
  line-height: 1.28;
  font-weight: 700;
  border-bottom: 1px hsl(215, 75%, 33%) solid;
  margin: 0.5em 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), 2px 2px 1px rgba(21.0375, 73.63125, 147.2625, 0.3);
  font-size: 1.625em;
}
@media (min-width: 25em) {
  h1 {
    font-size: calc(2.6960784314vw + 0.9509803922em);
  }
}
@media (min-width: 76em) {
  h1 {
    font-size: 3em;
  }
}

h2,
.redactor-formatting-h2,
.redactor-dropdown-item-h2 {
  color: hsl(215, 75%, 33%);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 1px white, 1px 1px 1.5px rgb(191.25, 191.25, 191.25);
  letter-spacing: -0.3px;
  padding: 0.375em 0 0.25em;
  font-size: 1.2em;
}
@media (min-width: 25em) {
  h2,
  .redactor-formatting-h2,
  .redactor-dropdown-item-h2 {
    font-size: calc(0.433604336vw + 1.091598916em);
  }
}
@media (min-width: 48.0625em) {
  h2,
  .redactor-formatting-h2,
  .redactor-dropdown-item-h2 {
    font-size: calc(2.8235294118vw - 0.0570588235em);
  }
}
@media (min-width: 64em) {
  h2,
  .redactor-formatting-h2,
  .redactor-dropdown-item-h2 {
    font-size: 1.75em;
  }
}

h3,
.redactor-formatting-h3,
.redactor-dropdown-item-h3 {
  font-weight: 700;
  font-size: 1.25em;
}

h4,
.redactor-formatting-h4,
.redactor-dropdown-item-h4 {
  font-weight: 700;
  margin-bottom: 0.25em;
  margin-top: 1.5em;
}

p {
  margin-bottom: 1em;
}

ul,
ol {
  padding: 0 1.5em;
}
ul li,
ol li {
  margin: 0 0 1em 0;
}
ul li::marker,
ol li::marker {
  color: hsl(215, 75%, 33%);
  font-weight: 700;
  font-size: 1.125em;
}

ul {
  list-style: disc;
}

b,
strong {
  font-weight: 700;
}

.button_print_top {
  height: 0;
}

.termine time::before {
  font-family: "SourceSansPro_Pfeil";
  font-weight: 500;
  font-size: 1rem;
  line-height: 0.875rem;
}

.sidebar .termine article:hover time:before {
  transform: rotate(1deg);
}

p.quelle,
.footnote_text,
.redactor-formatting-p-quelle,
.redactor-dropdown-item-quelle {
  font-size: 0.8125em;
  font-style: italic;
  padding-top: 0.5em;
}

p.quelle::before,
.footnote_text::before {
  content: "—";
  display: block;
}

.quelle + .quelle {
  padding: 0;
  margin-top: -1em;
}
.quelle + .quelle:before {
  content: none;
}

.inline_img {
  display: inline-block;
  height: 1.62em;
}

.img_inline_1zeile {
  display: inline-block;
  height: 1.62em;
}

.img_inline_2zeile {
  display: inline-block;
  height: 3.24em;
}

.img_inline_3zeile {
  display: inline-block;
  height: 4.86em;
}

.img_inline_4zeile {
  display: inline-block;
  height: 6.48em;
}

:root {
  --scrollto_margin: 0px;
}

main .scrollto {
  position: absolute;
  margin-top: calc(-1 * (var(--scrollto_margin) + 3.125em));
}

a:not(.link_nofx)[href$=".pdf"], a:not(.link_nofx)[href$=".doc"], a:not(.link_nofx)[href$=".docx"], a:not(.link_nofx)[href$=".ppt"], a:not(.link_nofx)[href$=".pptx"], a:not(.link_nofx)[href$=".xls"], a:not(.link_nofx)[href$=".xlsx"], a:not(.link_nofx)[href*="//"][href$=".pdf"], a:not(.link_nofx)[href*="//"][href$=".doc"], a:not(.link_nofx)[href*="//"][href$=".docx"], a:not(.link_nofx)[href*="//"][href$=".ppt"], a:not(.link_nofx)[href*="//"][href$=".pptx"], a:not(.link_nofx)[href*="//"][href$=".xls"], a:not(.link_nofx)[href*="//"][href$=".xlsx"] {
  line-height: 0;
  padding: 0 0.25em 0 0;
  margin: 0 0.125em 0 0.25em;
}
a:not(.link_nofx)[href$=".pdf"]:hover, a:not(.link_nofx)[href$=".doc"]:hover, a:not(.link_nofx)[href$=".docx"]:hover, a:not(.link_nofx)[href$=".ppt"]:hover, a:not(.link_nofx)[href$=".pptx"]:hover, a:not(.link_nofx)[href$=".xls"]:hover, a:not(.link_nofx)[href$=".xlsx"]:hover, a:not(.link_nofx)[href*="//"][href$=".pdf"]:hover, a:not(.link_nofx)[href*="//"][href$=".doc"]:hover, a:not(.link_nofx)[href*="//"][href$=".docx"]:hover, a:not(.link_nofx)[href*="//"][href$=".ppt"]:hover, a:not(.link_nofx)[href*="//"][href$=".pptx"]:hover, a:not(.link_nofx)[href*="//"][href$=".xls"]:hover, a:not(.link_nofx)[href*="//"][href$=".xlsx"]:hover {
  background-color: rgb(234.6, 234.6, 234.6);
  color: black;
}
a:not(.link_nofx)[href$=".pdf"]::before, a:not(.link_nofx)[href$=".doc"]::before, a:not(.link_nofx)[href$=".docx"]::before, a:not(.link_nofx)[href$=".ppt"]::before, a:not(.link_nofx)[href$=".pptx"]::before, a:not(.link_nofx)[href$=".xls"]::before, a:not(.link_nofx)[href$=".xlsx"]::before, a:not(.link_nofx)[href*="//"][href$=".pdf"]::before, a:not(.link_nofx)[href*="//"][href$=".doc"]::before, a:not(.link_nofx)[href*="//"][href$=".docx"]::before, a:not(.link_nofx)[href*="//"][href$=".ppt"]::before, a:not(.link_nofx)[href*="//"][href$=".pptx"]::before, a:not(.link_nofx)[href*="//"][href$=".xls"]::before, a:not(.link_nofx)[href*="//"][href$=".xlsx"]::before {
  transform: rotate(0deg);
  padding-right: 0.375em;
  margin: 0;
  line-height: normal;
  vertical-align: sub;
}

a:not(.link_nofx)[href$=".pdf"]::before, a:not(.link_nofx)[href$=".doc"]::before, a:not(.link_nofx)[href$=".docx"]::before, a:not(.link_nofx)[href$=".ppt"]::before, a:not(.link_nofx)[href$=".pptx"]::before, a:not(.link_nofx)[href$=".xls"]::before, a:not(.link_nofx)[href$=".xlsx"]::before, a:not(.link_nofx)[href*="//"][href$=".pdf"]::before, a:not(.link_nofx)[href*="//"][href$=".doc"]::before, a:not(.link_nofx)[href*="//"][href$=".docx"]::before, a:not(.link_nofx)[href*="//"][href$=".ppt"]::before, a:not(.link_nofx)[href*="//"][href$=".pptx"]::before, a:not(.link_nofx)[href*="//"][href$=".xls"]::before, a:not(.link_nofx)[href*="//"][href$=".xlsx"]::before, a:not(.link_nofx)[href^="mailto:"]::before, a:not(.link_nofx)[href$=".vcf"]::before {
  white-space: nowrap;
}

a:not(.link_nofx)[href$=".pdf"] {
  border-bottom-color: rgb(219, 0, 0);
}
a:not(.link_nofx)[href$=".pdf"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2221%22 viewBox=%220 0 20 21%22%3E%3Cstyle%3E.a{fill:%23fff;}.b{fill:rgb(234.6, 234.6, 234.6);}.c{fill:rgb(219, 0, 0);}%3C/style%3E%3Crect width=%2220%22 height=%2221%22 class=%22a%22/%3E%3Crect width=%2216%22 height=%2221%22 class=%22b%22/%3E%3Crect y=%2214%22 width=%2216%22 height=%227%22 class=%22c%22/%3E%3Cpath d=%22M2.4 15.4h1.5c0.9 0 1.6 0.3 1.6 1.3 0 1-0.7 1.4-1.6 1.4H3.3v1.4H2.4V15.4zM3.8 17.4c0.5 0 0.8-0.2 0.8-0.7s-0.3-0.6-0.8-0.6H3.3v1.3H3.8z%22 class=%22b%22/%3E%3Cpath d=%22M6.5 15.4h1.1c1.2 0 2 0.6 2 2.1 0 1.4-0.8 2.1-1.9 2.1H6.5V15.4zM7.5 18.8c0.6 0 1.1-0.3 1.1-1.3s-0.4-1.3-1.1-1.3H7.4v2.6H7.5z%22 class=%22b%22/%3E%3Cpath d=%22M10.9 15.4h2.7v0.8h-1.8v1h1.5v0.8h-1.5v1.6h-0.9L10.9 15.4 10.9 15.4z%22 class=%22b%22/%3E%3Cpath d=%22M13.9 9.6c0-0.1 0.1-0.4 0.1-0.4s-0.1 0.2-0.2 0.2c-0.4 0.2-1.6-0.1-2.8-0.7 1.1-0.1 2-0.1 2.4 0 0.6 0.2 0.6 0.4 0.6 0.4 0 0 0-0.2 0-0.2 0-0.1-0.1-0.3-0.2-0.4 -0.2-0.2-0.8-0.3-1.5-0.3 -0.6 0-1.3 0-2 0.1C10 8.2 9.7 8 9.4 7.7 8.7 7 8.1 6.1 7.7 5c0-0.1 0.1-0.2 0.1-0.3 0.1-0.5 0.2-2 0.2-2s-0.3 1.2-0.3 1.3c0 0.1-0.1 0.2-0.1 0.4C7.2 3.6 7.1 2.8 7.1 2.3c0-0.2 0-0.5 0.1-0.7 0-0.2 0.1-0.3 0.2-0.3 0.1 0 0.3 0.2 0.4 0.6 0.1 0.3 0.1 0.7 0.1 0.9 0 0 0.1-0.6 0.1-0.9C8 1.5 7.8 1 7.5 1H7.4L7.3 1.1c-0.3 0-0.5 0.2-0.6 0.4C6.4 2.3 6.7 3.7 7.1 5.3L7 5.7c-0.3 0.8-0.8 1.6-1.1 2.4 -1.5 3-2.7 4.6-3.5 4.7l0 0c0-0.4 0.7-1.3 1.6-2.1 0.1-0.1 0.5-0.5 0.5-0.5s-0.6 0.3-0.7 0.4c-1.2 0.7-1.7 1.4-1.8 1.9 0 0.1 0 0.3 0.1 0.4l0.3 0.2c0.8 0.4 1.8-0.7 3.1-3 1.4-0.4 3-0.9 4.6-1.1 1.4 0.8 3 1.2 3.6 1C13.7 9.8 13.9 9.7 13.9 9.6zM5.6 9.6c0.2-0.4 0.5-0.9 0.7-1.3C6.8 7.4 7.1 6.6 7.4 6 7.8 6.8 8.3 7.5 9 8.1c0.2 0.1 0.3 0.3 0.5 0.4C8.2 8.8 6.9 9.1 5.6 9.6zM13.8 10.1L13.8 10.1c-0.2 0-0.3 0.1-0.3 0.3 0 0.2 0.1 0.3 0.3 0.3 0.2 0 0.3-0.1 0.3-0.3C14.1 10.2 14 10.1 13.8 10.1zM13.8 10.6c-0.1 0-0.2-0.1-0.2-0.2 0-0.1 0.1-0.2 0.2-0.2l0 0c0.1 0 0.2 0.1 0.2 0.2C14 10.5 13.9 10.6 13.8 10.6zM13.9 10.4v0c0 0 0.1 0 0.1-0.1 0 0 0 0 0-0.1 0 0 0 0-0.1 0 0 0-0.1 0-0.1 0v0.3h0.1v-0.1h0c0 0 0.1 0 0.1 0 0 0 0 0.1 0 0.1h0.1c0 0 0 0 0-0.1C13.9 10.4 13.9 10.4 13.9 10.4zM13.8 10.3h0v-0.1c0 0 0 0 0 0 0.1 0 0.1 0 0.1 0C13.9 10.3 13.8 10.3 13.8 10.3z%22 class=%22c%22/%3E%3C/svg%3E");
}

a[href$=".doc"],
a[href$=".docx"],
a[href*="//"][href$=".doc"],
a[href*="//"][href$=".docx"] {
  border-bottom-color: rgb(0, 85, 156);
}
a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href*="//"][href$=".doc"]::before,
a[href*="//"][href$=".docx"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2221%22 viewBox=%220 0 20 21%22%3E%3Cstyle%3E.a{fill:rgb(234.6, 234.6, 234.6);}%3C/style%3E%3Crect width=%2220%22 height=%2221%22 fill=%22%23fff%22/%3E%3Crect width=%2216%22 height=%2221%22 class=%22a%22/%3E%3Crect y=%2214%22 width=%2216%22 height=%227%22 fill=%22rgb(0, 85, 156)%22/%3E%3Cpath d=%22M2.4 15.5h1.1c1.2 0 1.9 0.6 1.9 2S4.7 19.5 3.6 19.5H2.4V15.5zM3.5 18.8c0.6 0 1.1-0.3 1.1-1.3 0-1-0.4-1.3-1.1-1.3h-0.1v2.6L3.5 18.8 3.5 18.8z%22 class=%22a%22/%3E%3Cpath d=%22M6.3 17.5c0-1.3 0.7-2.1 1.6-2.1s1.6 0.8 1.6 2.1c0 1.3-0.7 2.1-1.6 2.1S6.3 18.8 6.3 17.5zM8.6 17.5c0-0.8-0.3-1.3-0.7-1.3 -0.4 0-0.7 0.5-0.7 1.3 0 0.8 0.3 1.3 0.7 1.3C8.3 18.8 8.6 18.3 8.6 17.5z%22 class=%22a%22/%3E%3Cpath d=%22M12.3 15.4c0.5 0 0.9 0.2 1.2 0.5l-0.5 0.6c-0.2-0.2-0.4-0.3-0.7-0.3 -0.6 0-1 0.5-1 1.3 0 0.8 0.4 1.3 1 1.3 0.3 0 0.5-0.1 0.7-0.4l0.5 0.6c-0.3 0.4-0.8 0.6-1.3 0.6 -1 0-1.9-0.7-1.9-2.1C10.4 16.2 11.3 15.4 12.3 15.4z%22 class=%22a%22/%3E%3Cpath d=%22M8.3 1.1h0.8c0 0.4 0 0.7 0 1.1 1.5 0 2.9 0 4.4 0 0.3 0 0.6 0.2 0.5 0.5 0 2.7 0 5.4 0 8.1 0 0.3 0 0.6-0.1 0.8 -0.2 0.1-0.5 0.1-0.7 0.1 -1.4 0-2.8 0-4.1 0 0 0.4 0 0.7 0 1.1h-0.9c-2.1-0.4-4.2-0.7-6.3-1.1 0-3.2 0-6.4 0-9.6C4.1 1.8 6.2 1.5 8.3 1.1z%22 fill=%22%23305697%22/%3E%3Cpath d=%22M9.1 2.6c1.5 0 3 0 4.5 0 0 2.9 0 5.9 0 8.8 -1.5 0-3 0-4.5 0 0-0.4 0-0.7 0-1.1 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.6 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.5 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.5 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.5 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.5 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.6 -1.2 0-2.4 0-3.6 0C9.1 3.2 9.1 2.9 9.1 2.6z%22 class=%22a%22/%3E%3Cpath d=%22M4.8 5c0.3 0 0.5 0 0.8 0 0.2 0.9 0.4 1.9 0.6 2.8C6.3 6.8 6.5 5.9 6.6 4.9c0.3 0 0.6 0 0.8 0C7.1 6.2 6.9 7.5 6.5 8.9c-0.2 0.1-0.6 0-0.8 0 -0.2-0.9-0.4-1.8-0.6-2.7 -0.2 0.9-0.4 1.8-0.6 2.7 -0.3 0-0.5 0-0.8 0C3.6 7.5 3.3 6.3 3.1 5.1c0.2 0 0.5 0 0.7 0 0.1 0.9 0.3 1.7 0.4 2.6C4.4 6.8 4.6 5.9 4.8 5z%22 class=%22a%22/%3E%3C/svg%3E");
}

a[href$=".ppt"],
a[href$=".pptx"],
a[href*="//"][href$=".ppt"],
a[href*="//"][href$=".pptx"] {
  border-bottom-color: rgb(208, 70, 37);
}
a[href$=".ppt"]::before,
a[href$=".pptx"]::before,
a[href*="//"][href$=".ppt"]::before,
a[href*="//"][href$=".pptx"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2221%22 viewBox=%220 0 20 21%22%3E%3Cstyle%3E.a{fill:rgb(234.6, 234.6, 234.6);}.b{fill:rgb(208, 70, 37);}%3C/style%3E%3Crect width=%2220%22 height=%2221%22 fill=%22%23fff%22/%3E%3Crect width=%2216%22 height=%2221%22 class=%22a%22/%3E%3Crect y=%2214%22 width=%2216%22 height=%227%22 class=%22b%22/%3E%3Cpath d=%22M2.6 15.5h1.5c0.9 0 1.6 0.3 1.6 1.3 0 0.9-0.7 1.4-1.6 1.4H3.5v1.4h-0.9V15.5zM4 17.4c0.5 0 0.7-0.2 0.7-0.6 0-0.4-0.3-0.6-0.7-0.6H3.5v1.2H4z%22 class=%22a%22/%3E%3Cpath d=%22M6.6 15.5h1.5c0.9 0 1.6 0.3 1.6 1.3 0 0.9-0.7 1.4-1.6 1.4H7.5v1.4h-0.9V15.5zM8 17.4c0.5 0 0.7-0.2 0.7-0.6 0-0.4-0.3-0.6-0.7-0.6H7.5v1.2H8z%22 class=%22a%22/%3E%3Cpath d=%22M11.6 16.2h-1.2V15.5h3.3v0.8h-1.2v3.3H11.6V16.2z%22 class=%22a%22/%3E%3Cpath d=%22M8.3 1.1h0.8c0 0.4 0 0.8 0 1.2 1.5 0 2.9 0 4.4 0 0.3 0 0.6 0.2 0.5 0.5 0 2.6 0 5.1 0 7.7 0 0.3 0 0.6-0.1 0.8 -0.2 0.1-0.5 0.1-0.7 0.1 -1.4 0-2.7 0-4.1 0 0 0.5 0 0.9 0 1.4H8.2c-2.1-0.4-4.2-0.7-6.3-1.1 0-3.2 0-6.4 0-9.6C4.1 1.8 6.2 1.5 8.3 1.1z%22 class=%22b%22/%3E%3Cpath d=%22M9.1 2.7c1.5 0 3 0 4.5 0 0 2.8 0 5.6 0 8.4 -1.5 0-3 0-4.5 0 0-0.4 0-0.7 0-1.1 1.1 0 2.2 0 3.3 0 0-0.2 0-0.4 0-0.6 -1.1 0-2.2 0-3.3 0 0-0.2 0-0.5 0-0.7 1.1 0 2.2 0 3.3 0 0-0.2 0-0.4 0-0.5 -1.1 0-2.2 0-3.3 0 0-0.3 0-0.5 0-0.8 0.5 0.2 1.2 0.2 1.6-0.2 0.5-0.3 0.8-0.9 0.8-1.5C11 5.8 10.4 5.8 9.8 5.8c0-0.6 0-1.2 0-1.8 -0.2 0-0.4 0.1-0.7 0.1C9.1 3.7 9.1 3.2 9.1 2.7z%22 class=%22a%22/%3E%3Cpath d=%22M10.1 3.7c1 0 1.8 0.8 1.8 1.8 -0.6 0-1.2 0-1.8 0C10.1 4.9 10.1 4.3 10.1 3.7z%22 class=%22b%22/%3E%3Cpath d=%22M4.2 4.7C4.9 4.8 5.8 4.4 6.4 5c0.6 0.7 0.4 2-0.4 2.5C5.7 7.6 5.3 7.6 5 7.6 5 8.1 5 8.7 5 9.2 4.7 9.2 4.4 9.1 4.2 9.1 4.1 7.7 4.1 6.2 4.2 4.7z%22 class=%22a%22/%3E%3Cpath d=%22M5 5.5C5.2 5.5 5.6 5.4 5.8 5.7c0.2 0.3 0.1 0.6 0 0.9C5.6 6.8 5.3 6.8 5 6.8 5 6.4 5 5.9 5 5.5z%22 class=%22b%22/%3E%3C/svg%3E");
}

a[href$=".xls"],
a[href$=".xlsx"],
a[href*="//"][href$=".xls"],
a[href*="//"][href$=".xlsx"] {
  border-bottom-color: rgb(0, 115, 64);
}
a[href$=".xls"]::before,
a[href$=".xlsx"]::before,
a[href*="//"][href$=".xls"]::before,
a[href*="//"][href$=".xlsx"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2221%22 viewBox=%220 0 20 21%22%3E%3Cstyle%3E.a{fill:rgb(234.6, 234.6, 234.6)}.b{fill:rgb(208, 70, 37)}%3C/style%3E%3Crect width=%2220%22 height=%2221%22 fill=%22%23fff%22/%3E%3Crect width=%2216%22 height=%2221%22 class=%22a%22/%3E%3Crect y=%2214%22 width=%2216%22 height=%227%22 class=%22b%22/%3E%3Cpath d=%22M3.5 17.4L2.4 15.5h1L3.8 16.2c0.1 0.2 0.2 0.4 0.3 0.7h0c0.1-0.3 0.2-0.5 0.3-0.6l0.4-0.8h1l-1.1 2 1.2 2H4.8l-0.4-0.8c-0.1-0.2-0.2-0.4-0.3-0.7H4c-0.1 0.2-0.2 0.5-0.3 0.7L3.3 19.5H2.3L3.5 17.4z%22 class=%22a%22/%3E%3Cpath d=%22M6.9 15.5h0.9v3.3h1.8v0.8H6.9V15.5z%22 class=%22a%22/%3E%3Cpath d=%22M11.1 18.4c0.3 0.2 0.7 0.4 1 0.4 0.4 0 0.6-0.1 0.6-0.4 0-0.3-0.2-0.3-0.6-0.5l-0.5-0.2c-0.5-0.2-0.9-0.5-0.9-1.1 0-0.7 0.6-1.2 1.5-1.2 0.5 0 1 0.2 1.3 0.5L13.1 16.5c-0.3-0.2-0.5-0.3-0.9-0.3 -0.4 0-0.6 0.1-0.6 0.4 0 0.2 0.3 0.3 0.7 0.5l0.5 0.2c0.5 0.2 0.9 0.5 0.9 1.1 0 0.7-0.6 1.3-1.6 1.3 -0.5 0-1.1-0.2-1.5-0.6L11.1 18.4z%22 class=%22a%22/%3E%3Cpath d=%22M8.3 1.1h0.8c0 0.4 0 0.7 0 1.1 1.4 0 2.8 0 4.2 0 0.2 0 0.5 0 0.7 0.1 0.1 0.2 0.1 0.5 0.1 0.7 0 2.4 0 4.8 0 7.2 0 0.4 0 0.8 0 1.2 -0.1 0.3-0.4 0.3-0.6 0.3 -1.4 0-2.9 0-4.3 0 0 0.4 0 0.8 0 1.2H8.2c-2.1-0.4-4.2-0.7-6.3-1.1 0-3.2 0-6.4 0-9.7C4 1.8 6.2 1.4 8.3 1.1z%22 class=%22b%22/%3E%3Cpath d=%22M9.1 2.6c1.5 0 3 0 4.6 0 0 2.9 0 5.8 0 8.7 -1.5 0-3 0-4.6 0 0-0.3 0-0.6 0-0.8 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0 0-0.2 0-0.4 0-0.6 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0 0-0.2 0-0.4 0-0.6 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0 0-0.2 0-0.4 0-0.6 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0 0-0.2 0-0.4 0-0.6 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0C9.1 3.1 9.1 2.9 9.1 2.6L9.1 2.6z%22 class=%22a%22/%3E%3Cpath d=%22M6 4.7c0.3 0 0.6 0 0.9-0.1 -0.4 0.8-0.7 1.5-1.1 2.3 0.4 0.8 0.8 1.5 1.1 2.3 -0.3 0-0.7 0-1-0.1 -0.2-0.6-0.5-1.1-0.7-1.7 -0.2 0.6-0.5 1.1-0.7 1.6C4.3 9.1 4 9 3.7 9 4.1 8.3 4.4 7.6 4.8 6.9 4.5 6.2 4.1 5.5 3.8 4.8c0.3 0 0.6 0 0.9-0.1 0.2 0.5 0.4 1.1 0.6 1.6C5.5 5.8 5.8 5.3 6 4.7z%22 class=%22a%22/%3E%3Cpath d=%22M10.8 8.9h1.9V8H10.8V8.9zM10.8 7.4h1.9V6.4H10.8V7.4zM10.8 10.5h1.9V9.5H10.8V10.5zM10.8 5.9h1.9V4.9H10.8V5.9zM10.8 3.4V4.4h1.9V3.4H10.8z%22 class=%22b%22/%3E%3C/svg%3E");
}

a[href^="mailto:"],
a[href$=".vcf"] {
  border: none;
  border-bottom-color: black;
  display: inline;
  padding-bottom: 2px;
  margin: 0;
  padding-left: 0;
}
a[href^="mailto:"]:hover::before,
a[href$=".vcf"]:hover::before {
  background-color: white;
  transition-delay: 0s;
}
a[href^="mailto:"]::before,
a[href$=".vcf"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2222%22 viewBox=%220 0 20 22%22%3E%3Cpath d=%22M15.6 5.5H0.4C0.2 5.5 0 5.6 0 5.9v10.3c0 0.2 0.2 0.4 0.4 0.4H15.6c0.2 0 0.4-0.2 0.4-0.4V5.9C16 5.6 15.8 5.5 15.6 5.5M14.6 6.3L8 13.1 1.4 6.3H14.6zM0.8 6.9l4 4.1 -4 4.1V6.9zM1.4 15.7l4-4.1 2.3 2.4c0.2 0.2 0.4 0.2 0.6 0l2.3-2.4 4 4.1H1.4L1.4 15.7zM15.2 15.1l-4-4.1L15.2 6.9V15.1z%22 fill=%22black%22/%3E%3C/svg%3E");
  margin-right: 6px;
  padding: 0;
  font-size: 1.6em;
  line-height: 0;
  vertical-align: middle;
  transition-delay: 0.2s;
}

.c_rot a[href^="mailto:"]:hover::before,
.c_rot a[href$=".vcf"]:hover::before {
  background-color: rgb(252.45, 232.05, 232.05);
}

a[href$=".vcf"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2222%22 viewBox=%220 0 20 22%22%3E%3Cpath fill=%22black%22 d=%22M14.1 9.4H9.2v.8H14v-.8zm0-1.8H9.2v.8H14v-.8zm0 3.6H9.2v.8H14v-.8zm-6.2 1.9c0-1.1-1-2-2.2-2H4.2c-1.2 0-2.2.9-2.2 2v.9h5.9v-.9zM5 10.7c1 0 1.8-.8 1.8-1.8S6 7 5 7s-1.9.9-1.9 1.9.8 1.8 1.9 1.8zM0 4.5v13.1h16V4.5H0zm15.2 12.3H12v-1.3h-.8v1.3H4.8v-1.3H4v1.3H.8V5.2h14.5v11.6zm-1.1-3.7H9.2v.8H14v-.8z%22/%3E%3C/svg%3E");
}

.team_tele,
.telefon {
  color: hsl(215, 75%, 33%);
  font-style: italic;
  font-weight: 600;
}
.team_tele::before,
.telefon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2222%22 viewBox=%220 0 20 22%22%3E%3Cpath d=%22M11.1 18l-0.1 0c-1.6-0.3-4.2-2-6.1-3.9C3 12.2 1.3 9.5 1 7.9L1 7.9 1 7.8c0-0.1 0.1-1.7 1.3-2.9L3 4.2c0.3-0.3 0.8-0.3 1 0l2.9 2.9c0.3 0.3 0.3 0.7 0 1L6.3 8.8 5.7 9.2c0.2 0.4 0.6 1.3 1.7 2.4 1.1 1.1 2 1.5 2.4 1.7l0.4-0.5 0.7-0.7c0.3-0.3 0.8-0.3 1 0l2.9 2.9c0.3 0.3 0.3 0.7 0 1l-0.7 0.7c-1.3 1.3-2.9 1.3-2.9 1.3L11.1 18zM2 7.8c0.3 1.2 1.7 3.7 3.6 5.6 1.9 1.9 4.3 3.3 5.6 3.6 0.3 0 1.3-0.2 2.2-1l0.5-0.5 -2.5-2.5 -0.5 0.5 -0.8 1L9.8 14.4c-0.1 0-1.4-0.3-3.1-2.1C4.9 10.5 4.6 9.2 4.6 9.2l-0.1-0.3 1.1-0.8L6 7.6 3.5 5.1 3 5.6C2.2 6.5 2 7.6 2 7.8z%22 fill=%22black%22/%3E%3C/svg%3E");
  font-size: 1.6em;
  line-height: 0;
  vertical-align: middle;
}

.tele {
  color: hsl(215, 75%, 33%);
  font-style: italic;
  font-weight: 600;
}

a.link_reset {
  color: inherit;
  font-style: inherit;
  margin: inherit;
  font-weight: inherit;
  padding: 0;
}
a.link_reset:hover {
  background-color: transparent;
}

a.no_style,
a.noIcon {
  border: none;
  margin: 0;
  padding: 0;
}
a.no_style::before,
a.noIcon::before {
  display: none;
}

a.world {
  border: none;
  border-bottom-color: black;
  display: inline;
  padding-bottom: 2px;
  margin: 0;
  padding-left: 0;
}
a.world:hover::before {
  background-color: white;
  transition-delay: 0s;
}
a.world::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2222%22 viewBox=%220 0 20 22%22 %3E%3Cpath fill=%22none%22 d=%22M0 0h20v22H0z%22 /%3E%3Cpath d=%22M8 3C5.2 3 2.8 4.4 1.3 6.6l-.1.1C.5 8 0 9.4 0 11c0 4.4 3.6 8 8 8 2.8 0 5.3-1.4 6.7-3.6l.1-.1c.8-1.2 1.2-2.7 1.2-4.2.1-4.5-3.5-8.1-8-8.1zm-2 .9c-.7.7-1.3 1.8-1.6 3.2-.8-.1-1.6-.3-2.3-.5 1-1.3 2.3-2.2 3.9-2.7zM1.7 7.2c.8.2 1.6.4 2.5.5-.2.9-.3 1.9-.4 3H.7c0-1.3.4-2.5 1-3.5zm-1 4.1h3.2c0 1 .1 2 .3 2.9-.9.1-1.7.3-2.5.5-.6-.9-1-2.1-1-3.4zm1.4 4.1c.7-.2 1.4-.3 2.2-.5.4 1.3 1 2.4 1.7 3.2-1.6-.5-2.9-1.4-3.9-2.7zm5.6 2.9c-1.1-.2-2.1-1.6-2.6-3.5.9-.1 1.7-.2 2.6-.2v3.7zm0-4.3c-1 0-1.9.1-2.8.2-.2-.9-.3-1.8-.3-2.8h3.2V14zm0-3.3H4.5c0-1 .1-2 .3-2.8 1 0 1.9.1 2.9.1v2.7zm0-3.4c-.9 0-1.8-.1-2.6-.2.6-1.9 1.5-3.3 2.6-3.5v3.7zm7.7 3.4h-3.2c0-1-.1-2-.3-2.9.9-.1 1.7-.3 2.5-.5.6.9.9 2.1 1 3.4zm-1.5-4.1c-.7.2-1.4.3-2.2.5-.4-1.3-1-2.4-1.7-3.2 1.6.5 3 1.4 3.9 2.7zM8.4 3.7c1.1.2 2.1 1.6 2.6 3.5-.9.1-1.7.2-2.6.2V3.7zm0 4.3c1 0 1.9-.1 2.8-.2.2.9.3 1.8.3 2.8H8.4V8zm0 3.3h3.2c0 1-.1 2-.3 2.8-1 0-2-.1-2.9-.1v-2.7zm0 7v-3.7c.9 0 1.8.1 2.6.2-.6 1.9-1.5 3.3-2.6 3.5zm1.7-.2c.7-.7 1.3-1.8 1.7-3.2.8.1 1.5.3 2.2.5-1 1.3-2.4 2.2-3.9 2.7zm4.3-3.3c-.8-.2-1.6-.4-2.5-.5.2-.9.3-1.9.3-2.9h3.2c-.1 1.2-.4 2.4-1 3.4z%22 /%3E%3C/svg%3E");
  margin-right: 6px;
  padding: 0;
  font-size: 1.6em;
  line-height: 0;
  vertical-align: middle;
  transition-delay: 0.2s;
}

.topbanner_wrapperXX a:not([href="javascript:void(0)"]):not(.link_nofx):not([role=button]), main a:not([href="javascript:void(0)"]):not(.link_nofx):not([role=button]) {
  color: hsl(215, 75%, 33%);
  position: relative;
  text-underline-offset: 0.1875em;
  background: linear-gradient(0deg, rgb(221.85, 221.85, 221.85), rgb(221.85, 221.85, 221.85)) no-repeat right bottom/0 var(--bg-h);
  transition-delay: 0.2s;
  --bg-h: 100%;
}
.topbanner_wrapperXX a:not([href="javascript:void(0)"]):not(.link_nofx):not([role=button]):where(:hover, :focus-visible), main a:not([href="javascript:void(0)"]):not(.link_nofx):not([role=button]):where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  transition: background-size 350ms ease 0s;
}
.topbanner_wrapperXX .sidebar a, main .sidebar a {
  color: #666666;
  transition: initial;
  background: initial;
  font-style: inherit;
}
.topbanner_wrapperXX .sidebar a:hover, main .sidebar a:hover {
  transition: initial;
  background: initial;
}
.topbanner_wrapperXX .sidebar a:hover::before, main .sidebar a:hover::before {
  transform: inherit;
}
.topbanner_wrapperXX .sidebar a::before, main .sidebar a::before {
  transition: initial;
  transform: initial;
  background: initial;
}

#mainnav_naehrwert {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.25em;
  margin: auto;
  padding-top: 2rem;
  flex: 1 1 auto;
  font-family: "RobotoSlab";
  max-width: 100em;
  margin-left: 0em;
}
@media (min-width: 58em) {
  #mainnav_naehrwert {
    margin-left: calc(2.380952381vw - 1.380952381em);
  }
}
@media (min-width: 100em) {
  #mainnav_naehrwert {
    margin-left: 1em;
  }
}
#mainnav_naehrwert a {
  color: white;
  text-decoration: none;
}
#mainnav_naehrwert .navitem_wrapper.active {
  background-color: hsl(215, 75%, 33%);
}
#mainnav_naehrwert .navitem_outer {
  flex: 0 0 20%;
}
#mainnav_naehrwert .navitem_outer:hover {
  z-index: 10;
}
#mainnav_naehrwert .navitem_outer:hover .navitem_wrapper {
  background-color: hsl(215, 75%, 33%);
}
#mainnav_naehrwert .navitem_outer:hover .level1_wrapper::before {
  opacity: 1;
}
#mainnav_naehrwert .navitem_outer:hover .level2_wrapper {
  opacity: 1;
  transform: scaleY(1);
}
#mainnav_naehrwert .level1_wrapper {
  position: relative;
}
#mainnav_naehrwert .level1_wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(hsla(0, 0%, 100%, 0) 50%, hsl(27, 100%, 45%) 50%);
  opacity: 0;
}
#mainnav_naehrwert .navitem_wrapper {
  display: flex;
  background-color: rgb(67.83, 109.905, 168.81);
  height: 11em;
  -webkit-clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
          clip-path: polygon(0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0%);
}
#mainnav_naehrwert .navitem_wrapper a {
  margin: auto;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.3;
  text-shadow: 0.03125em 0.03125em 0.125em rgba(0, 0, 0, 0.5);
  padding: 0em 0.25em 0.25em;
}
@media (min-width: 25em) {
  #mainnav_naehrwert .navitem_wrapper a {
    padding: 0em calc(2.2727272727vw - 0.3181818182em) calc(2.2727272727vw - 0.3181818182em);
  }
}
@media (min-width: 58em) {
  #mainnav_naehrwert .navitem_wrapper a {
    padding: 0em 1em 1em;
  }
}
#mainnav_naehrwert .level1_wrapper .navitem_ap {
  color: rgb(138.01875, 164.315625, 201.13125);
  display: block;
  font-weight: 500;
  font-size: 1em;
  word-spacing: -1px;
  margin-bottom: 0.375em;
}
#mainnav_naehrwert .navitem_group {
  display: flex;
  gap: 0.25em;
  flex-flow: row wrap;
  position: relative;
}
#mainnav_naehrwert .navitem_group::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  margin: 0 auto;
  border: 0.5em solid rgb(138.01875, 164.315625, 201.13125);
  border: 0.6875em solid rgb(138.01875, 164.315625, 201.13125);
  border-radius: 50%;
  height: 80%;
  width: 80%;
}
#mainnav_naehrwert .navitem_group .navitem_outer {
  flex: 0 1 calc(50% - 0.125em);
  margin: auto;
}
#mainnav_naehrwert .navitem_group .navitem_outer:last-child {
  position: relative;
  margin-top: -2.75em;
}
#mainnav_naehrwert .level2_wrapper {
  opacity: 0;
  display: flex;
  background-color: hsl(27, 100%, 45%);
  flex-flow: column wrap;
  position: absolute;
  width: 100%;
  padding: 0.5em 0em 1em;
  transform-origin: top;
  transform: scaleY(0);
}
#mainnav_naehrwert .level2_wrapper a {
  display: inherit;
  width: 100%;
  padding: 0.5em 1em 0.5em;
  font-weight: 400;
  line-height: 1.2;
}
#mainnav_naehrwert .level2_wrapper a::before {
  content: "»";
  margin-right: 0.5em;
  align-self: flex-start;
}
#mainnav_naehrwert .level2_wrapper a:hover, #mainnav_naehrwert .level2_wrapper a.self {
  background-color: rgb(242.25, 179.1375, 127.5);
  color: hsl(215, 75%, 33%);
  text-shadow: 0.03125em 0.03125em 0.0125em rgba(67.83, 109.905, 168.81, 0.6);
}
#mainnav_naehrwert .level2_wrapper a.self {
  cursor: default;
}

#mainnav_naehrwert .level1_wrapper, #mainnav_naehrwert .level1_wrapper::before, #mainnav_naehrwert .level2_wrapper {
  transition: all 0.27s ease, transform 0.17s ease-out;
}

#mainnav_naehrwert .level1_wrapper {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

@media (max-width: 42em) {
  #mainnav_naehrwert {
    display: none;
  }
  .header .subnav_wrapper {
    width: 100vw;
  }
}
@media (min-width: 672px) {
  .nav_mobile,
  .nav-trigger,
  label[for=nav-trigger] {
    display: none;
  }
}
@media (max-width: 671px) {
  .nav_meta_outer > .column > .columns.nav_meta_inner > .column:nth-child(1) {
    margin-left: 5.5em;
  }
}
:root {
  --nav_mobile_width: 200px;
}

/* Navigation Menu - Background */
.nav_mobile {
  /* critical sizing and position styles */
  width: calc(var(--nav_mobile_width) + 1em);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  /* non-critical appearance styles */
  margin: 0;
  padding: 0;
}

/* Navigation Menu - List items */
.nav_mobile_item {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "RobotoSlab";
  font-weight: 500;
  font-size: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 3px 3px 6px rgba(255, 255, 255, 0.2);
}
.nav_mobile_item:hover {
  cursor: pointer;
}

.nav_mobile_item.level1 > a,
.level1 > .nav_mobile_parent_inner,
.level1 > .nav_mobile_parent_inner > a {
  padding: 0.125rem 0 0.125rem 0.25rem;
}

.level1.nav_mobile_parent {
  padding: 0.125em 0.25em;
  background: white;
}
.level1 .nav_mobile_parent_inner {
  background-color: hsl(214.8, 25%, 65%);
}
.level1 .nav_mobile_parent_inner > a > .nav_mobile_item_inner {
  padding: 0.25em 0;
}
.level1 > a > .nav_mobile_item_inner {
  background-color: hsl(214.8, 25%, 65%);
  padding: 0.75em 0.5em;
}
.level1 > a > .nav_mobile_item_inner:hover {
  background-color: hsl(27, 100%, 45%);
  cursor: pointer;
}
.level1 ul {
  padding-left: 1em;
  padding-bottom: 0.5em;
}

.self > a > .nav_mobile_item_inner,
.nav_mobile_parent_inner a:hover {
  background-color: hsl(27, 100%, 45%);
}

.level2.nav_mobile_item {
  border-left: 0.1875em solid rgba(255, 255, 255, 0.5);
}
.level2.nav_mobile_item.nav_mobile_item {
  font-size: 0.825rem;
  padding-left: 0.5em;
}
.level2.nav_mobile_item > a > .nav_mobile_item_inner {
  padding-left: 0.5em;
  padding: 0.25em 0 0.25em 0.5em;
}

.nav_mobile_item a {
  color: white;
  display: block;
  text-decoration: none;
  line-height: 1.32;
}

/* Site Wrapper - Everything that isn't navigation */
.main_wrapper {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  background-color: white;
  /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  /* non-critical apperance styles */
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for=nav-trigger] {
  /* critical positioning styles */
  position: absolute;
  left: 0.93rem;
  top: 0.7rem;
  z-index: 2;
  /* non-critical apperance styles */
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 version=%221.1%22 x=%220px%22 y=%220px%22 width=%2224px%22 height=%2224px%22 viewBox=%220 0 24 24%22 enable-background=%22new 0 0 24 24%22 xml:space=%22preserve%22%3E%3Crect width=%2224%22 height=%224.8%22 fill=%22hsl(27, 100%25, 45%25)%22/%3E%3Crect y=%2219.2%22 width=%2224%22 height=%224.8%22 fill=%22hsl(27, 100%25, 45%25)%22/%3E%3Crect y=%229.6%22 width=%2224%22 height=%224.8%22 fill=%22hsl(27, 100%25, 45%25)%22/%3E%3C/svg%3E");
  background-size: contain;
  background-color: rgb(67.83, 109.905, 168.81);
  border: 0.75rem solid rgb(67.83, 109.905, 168.81);
  box-sizing: content-box;
  transition: tranform 0.2s ease;
}
label[for=nav-trigger]:hover {
  transform: scale(1.08);
}
label[for=nav-trigger]:active {
  transform: scale(0.95);
}

/* Make the Magic Happen */
.nav-trigger + label,
.main_wrapper {
  transition: left 0.2s;
}

.nav-trigger + label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 version=%221.1%22 x=%220px%22 y=%220px%22 width=%2224px%22 height=%2224px%22 viewBox=%220 0 24 24%22 enable-background=%22new 0 0 24 24%22 xml:space=%22preserve%22%3E%3Crect width=%2224%22 height=%224.8%22 fill=%22hsl(27, 100%25, 45%25)%22/%3E%3Crect y=%2219.2%22 width=%2224%22 height=%224.8%22 fill=%22hsl(27, 100%25, 45%25)%22/%3E%3Crect y=%229.6%22 width=%2224%22 height=%224.8%22 fill=%22hsl(27, 100%25, 45%25)%22/%3E%3C/svg%3E");
  z-index: 2;
}

.nav-trigger:checked + label {
  background-image: url("data:image/svg+xml,%3Csvg version=%221.1%22 id=%22Ebene_1_Kopie%22 xmlns=%22http://www.w3.org/2000/svg%22 x=%220%22 y=%220%22 viewBox=%220 0 24 24%22 style=%22enable-background:new 0 0 24 24%22 xml:space=%22preserve%22%3E%3Cstyle%3E.st0{fill:hsl(27, 100%25, 45%25)}%3C/style%3E%3Cpath class=%22st0%22 d=%22M3.4 0 24 20.6 20.6 24 0 3.4 3.4 0z%22/%3E%3Cpath class=%22st0%22 d=%22M24 3.4 3.4 24 0 20.6 20.6 0 24 3.4z%22/%3E%3C/svg%3E");
  position: fixed;
  left: 215px;
}

body:has(.topbanner_wrapper) .header .nav-trigger:checked + label {
  position: absolute;
}

.nav-trigger:checked ~ .main_wrapper {
  left: var(--nav_mobile_width);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.nav_mobile {
  display: none;
}

.nav-trigger:checked ~ .nav_mobile {
  display: block;
  z-index: 1;
}

.c-web-naehrwert .nav_mobile,
.c-web-napalu .nav_mobile {
  position: absolute;
}

figure {
  margin-bottom: 2em;
}
figure a.gallery_open {
  text-decoration: none;
}

figcaption {
  margin: 0.5em 0;
  color: rgb(127.5, 127.5, 127.5);
  font-family: "SourceSerifPro";
  font-style: italic;
  font-weight: 400;
  font-size: 0.875em;
}

.headline_main {
  margin: 3em 0 1.5em 0;
  border-bottom: 1px hsl(215, 75%, 33%) solid;
}
.headline_main h1 {
  display: inline;
  border-bottom: none;
  line-height: 1.2;
}

@supports ((-webkit-hyphens: auto) or (hyphens: auto)) {
  h1,
  h2,
  .subnav a,
  .mm-listview a,
  footer h3,
  .m_title,
  .pdb_gm__title,
  .sl_subnav header a,
  .c-web-paludi main table,
  .multiMap_info,
  .news_button_prev,
  .news_button_next,
  #mainnav_naehrwert a,
  .footer_kontaktzeile,
  .gallery_odb figcaption,
  .map_filter_cat,
  .nnn_table_style_1,
  .tablink_wrapper a {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@supports not ((-webkit-hyphens: auto) or (hyphens: auto)) {
  h1,
  h2,
  .subnav a,
  .mm-listview a,
  footer h3,
  .m_title,
  .pdb_gm__title,
  .sl_subnav header a,
  .c-web-paludi main table,
  .multiMap_info,
  .news_button_prev,
  .news_button_next,
  #mainnav_naehrwert a,
  .footer_kontaktzeile,
  .gallery_odb figcaption,
  .map_filter_cat,
  .nnn_table_style_1,
  .tablink_wrapper a {
    word-break: break-all;
    word-break: break-word;
  }
}
.id-2259 .tablink_wrapper a {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.nowrap {
  white-space: nowrap;
}

.header {
  background: rgb(208.2075, 218.72625, 233.4525);
  position: relative;
}
.header .hero-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 100em;
  margin: 0 auto;
  font-size: 0.52em;
}
@media (min-width: 25em) {
  .header .hero-body {
    font-size: calc(0.7669223074vw + 0.3282694231em);
  }
}
@media (min-width: 54.99em) {
  .header .hero-body {
    font-size: calc(-4.9833887043vw + 3.4903654485em);
  }
}
@media (min-width: 58em) {
  .header .hero-body {
    font-size: calc(0.8333333333vw + 0.1166666667em);
  }
}
@media (min-width: 94em) {
  .header .hero-body {
    font-size: calc(1.6666666667vw - 0.6666666667em);
  }
}
@media (min-width: 100em) {
  .header .hero-body {
    font-size: 1em;
  }
}
@media (max-width: 42em) {
  .header .hero-body {
    transform: scale(1.4);
  }
}
@media (min-width: 58em) {
  .header .hero-body {
    flex-direction: row;
  }
}
.header .subnav_wrapper {
  flex: 1 1 auto;
  min-width: 24em;
  display: flex;
  flex-direction: column;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 70.9 96.1%22 xmlns:v=%22https://vecta.io/nano%22%3E%3Cpath d=%22M20.5 0c-.2-.2-1.6 2.9-.8 3.5.1-.4 0-1.8.6-1.2 0 .2 1.5-.5 1.1-.5-1.4.5-1.7-.8-.7-1.6-.1 0-.1-.2-.2-.2h0zm1.6 1.8c-.7 1.9 2.6 3.4 1.4 4.8-.8.9 1 .7 1.1-.1.8 1.4-1.7 1.1-2.6 1.5 1.2.6.2.6-.3.6-.1 1.2 1 .5 2 1 .1 0 .4-.7.7-.6-.5.5-1.8 1.9-.6 2.3.3-.2 1.3 1.5.3 1.2-.4-.1-.5-.1-.7 0 .3 1.9 1.2 2.3 2.6 1.9 2.9.9 1.1 3.4 4.8 4.2-3.6-.5-2.7-2.4-4.4-3.8-1.3-.4-3.7 1.1-4.4-.6-2 1.6-1.4 3.1-.9 4.4-1.3-.3-1.8-1.7-2.3-.6-.6 1.5.8.1.3 1.9-.1.3-.5.6-1-.3-1.4-.2.3-.8-.1-1.6-.5-.8-.8-1-.7-1.5-1.6-.6-2.9.1-3.7.3-1.3-.3-2.5-.3-3.3 1.1.8.7.1.3.1.7.1.1-.1 0-.4-.1-1 1.7-.7 2.6 1.2 2.5 1 1.4-1.2 5.4-1.4 6.3-.3.8.4 2.3-.4 2.3-4.4-.8-1 .4-2.6.9-.8 1.4 2.6.8 2.7 2.2.4 2.3-1.4 2.7-2.9 3.8-.7.4 1.4.5 1.1 1.1-.3.7-2.8 1.5-3.5 1.4-.8.1-1.7-1.6-1.6-.3-4.6.2 1.3 3.2 0 6-3.3 4.1 1.9.6-2.3 4-.2 0 .1-.4-.2-.3-1 1.2 2.9 1.3.3 3.1-.1.3 1.2 2.3 1.3 2.3.2.2.8-.2.8.1.1.4-.7.8-.6 1.1 4.3 2.5-1.6 2.3-.8 6.4.5 2 2.7 2.2 2.9 2.5 1.4 1.4-4 3.8-.4 4.5.8.5 1.2 2.6 2.2 3.6 1.2 1.3-.7-2.5 2.1 0-.6 2.6 3.9-1.7 3.9 1.4 11.6 1.7.5 2.9 1.5 9.3-.5 1-2.5 3.1-1.2 4-.1 1.3-1 2.5-.9 3.9 0 3.3.4.5 1.2 1.1-1.9 1.3 4.3-.1 4.4-.1 1.9-.1.2 1.7 2.5.5-.5-1.1 1.1-.7.9-1-3.5.7-.6-2.7 1-1.2.2.2-.3.6-.2.8.5.5.9 0 .7-.4.6 1.6 2.6.8 3.9.8 2 .9 2.8 2.9 4.6.8.1 1.2.4.7 1.2.7.4.2.6.7.9.9.5.4-.2.8 0 1 .3.5.9.1 1.1 0-1.5 3.1 1.9.4 2.1-.6.2-.7-.4-2.3.2-1.9 0 .1-.2.2-.2.2.8.8 3.4-.7 3.8.6.1.2-.5.1-.4.3.7.3.7.6.8 1.2.4.2 3.6-.7 3.7-.8 0-2 1.1.4 1.9-1.9 1.2-.5 3.4.1 4.7-.3.3-.1-.8-1.6.4-1.7-.3 1.2.8.4 1.6.6.5 1.5 1.6.4 2.7.3 1.4.1-.9 1.6 2.1 2.4.2 0 .4-.3.4-.5.8-3.1-.2-1.7-1.2-2.6-.5-.4.8-1.5.8-1.6-6.3-7.1 4.2-3.1 3.2-9 1.7-.8 3.2 1.5 3.1-1.8.1-2.4-4-3.9-5.5-4.9-1.2-1.8-1.2-2.7-3.6-2.7-.2-.1.2-.3.2-.5-2-1.3-1.7-4-3.3-4.6 2.8-2.6-.3-2.2-1.6-4.4.2-.9-.5-1.1-.9-1.6.6-.2-.1-.4.2-.8.4-.3.7.3.9.7 1 3.3.8-2.4 4-2.4 1.2.5 1.7 1 2-.7 1.7.3 1.4-1.2 2.7-1.8 1.1 1 .8-.5 1.4-1.1.6-.5 1.6.1 2.3-.3.3-1.6 2.9-1.1 4-2.3.4-.3-1.3-.7-1.1-1.1.3-1.1.6-.7 1.2-.4.4-.2 1.7.2 1.4.6-.3 1.2 1.1-.4.4.9 1.5 2 1.7.2 2.5-2.8.3-.9.7-1.4.1-2.7-.2-1.8-1.1-1.9-2.5-2.7-.3-.4.9-.6.2-1.4-.3-.5-1.2-1.6-1.1-2.2 1.3-1.3.6-1.4.9-2.8-1-.2-.2-1.3-.6-2-2.3-1.8-.7-1.8-.8-4.1-.2-1.2-3.2-2.4-3.9-3-.2-.4.3-.2.2-1.3 2.9-2.9 1.3-5.6.3-9.4-.2 0 .2-.6-.1-.7-.7.5-2.5-.4-2.8-.9.4 0 .4-.3.5-.3-.1.6.4 0 .7-.2.1-.1 1.3 0 1.3 0 0-.1-.1-.5-.2-.6.5-.2-.6-.6-1.1-1.3-1.3-1-.3 0-.1.5.1.3 0 .5-.1.4-.3-.3-.2-.2-.5-.4-.8.1.6 1.6-.7 1.6-.2-.6 1.3-.5-.6-1.8-.7-.4 1.6-.6.9-.8-.8-1.4-1.3-1.3-1.2-.7-.8-.2-1.9.2-2 .8-.7-1.2-1.8-1.8-2.9-2.3-.4-.7 0-1.9-.8-1.9-.2.3-.2.2-.5.3s-.3 1.2-.7.6c0-.5-.6 0-.8-.4-.1-.3-.4.4-.8.5-.3.2-.3-.3-.4-.1 0 .4-.5.4-.5.8-.2.1-.8.4-.1.7.3.1-.1.1-.5 0-.3-.1-.3-.6 0-.8s0-.6.3-.7c.2-.1.5 0 .8-.2.4-.2.3-.4.7-.3.6-.3 1.5.1 2-.5-4.8-1.1-2.8 1-5.8 3.3-3.8 1.5-3.4-.5-5 3.8-1-1.3-.7.5-2-1.4-.8 0-1.3.8-2 .7-.2-.2.2-.6-.7-.6-1-1.5 2.3 0 2.3-4.8-.8 0-2.1.4-2.5 1.1-1.7-.9-3.8-2.7-4.5-.1.9-2.2.3-2.3-2.1-1.8-.5-.7.7.2 1.2-1.1.3-.7.3-1.7-.7-1.5-.2-.2.4-.4.6-.4 0-.6-.4-1.3-1.2-.8-.5-.8-1.6-.5-1.9-1.2-.3-.1-1.2 1.5-1 .6-1.8-.4-3.2-1.1-5.5-.9zm-.6 1.6c-1.8 0-.4 1.5.2.8.2-.3.3-.8-.2-.8zm34.8.5c-.6-.2-1.7.9-1.1.8.2-.3.6-.3.3.4-.5 1.3.7-.7.9.1.3.5.8.1.8.8.2.6-.5.8-.6.3 0-.3 0-.6-.3-.4-.6.5.2-1.2-.5-.4-.3.3-.1.2-.1.4s0 0-.2-.1c-.3-.1-1.1-.2-.8.3 0 .3.6 0 .5.3-.2.3.6 0 .2.3-.2.3-1.1.7-.4.7.2 0 .7.7.2.6-1.8-.3.5 1.8.7 1.4.2-.2.3.6.8.3-.6-1.1 2.1-2.3 1.9-1-.2.2.4.5.5 0 .6-1.6-2.6-1-.6-2.9.3-1.4-3.1.3-1.9-1.4.1-.2.2-.5-.3-.5zm-33.8 2c-.1.1-1.2.2-.6.7.2.6.9-.5.6-.7zm17.3.3c-.6.2-.8 1.2-.3 1.2.4-.2.4-.2.4.1s.2.7.5.4c.4-.6 1.5.5 1-.5-.4-.6-.8-1.2-1.6-1.2h0zm15.1.1c-.2 0-.3.2-.4.4-.4.5 1.3-.2.4-.4zM43 12.5c-.3.1-1.2.2-1 .7.4.9.4-.6.5-.1 0 .3 0 .8.3-.1.1-.3.2-.5.2-.5h0zM7.4 17.3c2.5-.7-.2 1.3 0 0h0zm1.7-.8c1.5-.1 2.1.1 1.1.1s-1.8 0-1.1-.1zm2.5-.3c.8-.1 1-.3-.1-.3-1.1.1-.5.4.1.3zm1.3-.3c.3.2.4.4.1.3s-.4-.4-.1-.3zm.8-.2c1.9.2-.2.1-.1.4-.4.3-.5-.6.1-.4h0zm1.7 0c1.3-.4-1.5-.1 0 0h0z%22 style=%22fill:rgb(236.283, 240.4905, 246.381)%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left;
}
@media (min-width: 58em) {
  .header .subnav_wrapper {
    background-position: center;
  }
}
.header .subnav_wrapper {
  margin-right: 0em;
}
@media (min-width: 58em) {
  .header .subnav_wrapper {
    margin-right: calc(2.380952381vw - 1.380952381em);
  }
}
@media (min-width: 100em) {
  .header .subnav_wrapper {
    margin-right: 1em;
  }
}
.header .subnav {
  flex: 0 1 18%;
  text-align: center;
  display: flex;
  flex-direction: row;
  margin: auto;
}
@media (min-width: 58em) {
  .header .subnav {
    flex-direction: column;
  }
}
.header a.homelink {
  font-weight: 700;
  text-decoration: none;
  color: hsl(215, 75%, 33%);
  white-space: nowrap;
  display: block;
  text-align: center;
  width: 100%;
  margin: auto;
  text-shadow: 0 0 3em white, 0 0 2.5em white, 0.0625em 0.0625em 0.125em hsl(0, 0%, 100%), 0 0 1.75em hsl(0, 0%, 100%), 0 0 1.4em hsl(0, 0%, 100%);
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 4px;
  line-height: 1em;
}
@supports (font-variant-caps: all-small-caps) {
  .header a.homelink {
    font-variant-caps: all-small-caps;
  }
}
.header a.homelink {
  font-size: 2em;
}
@media (min-width: 25em) {
  .header a.homelink {
    font-size: calc(3.0303030303vw + 1.2424242424em);
  }
}
@media (min-width: 58em) {
  .header a.homelink {
    font-size: 3em;
  }
}
.header .logo_claim {
  color: hsl(215, 75%, 33%);
  line-height: 1.36em;
  white-space: pre-line;
}
.header .subnav_buttons {
  margin-top: 1em;
}
@media (max-width: 42em) {
  .header .subnav_buttons {
    margin-right: 6em;
  }
}
@media (max-width: 672px) {
  .header .subnav_buttons {
    display: none;
  }
}
.header a.popup_kontakt,
.header .subnav_search {
  border-width: 1px;
  border-color: rgb(177.0125000001, 194.5437500001, 219.0875);
  border-radius: 0.25em;
  background: #fff;
  color: hsl(215, 75%, 33%);
  font-size: 1em;
  line-height: normal !important;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.125em 1em;
  margin: 0.25em;
}
.header a.popup_kontakt:hover {
  background: rgb(243.301875, 245.9315625, 249.613125);
}
.header .subnav_search {
  position: relative;
}
.header .subnav_search::after {
  content: "o";
  position: absolute;
  right: 0;
}
.header .subnav_search::-moz-placeholder {
  color: rgb(138.01875, 164.315625, 201.13125);
}
.header .subnav_search::placeholder {
  color: rgb(138.01875, 164.315625, 201.13125);
}
.header .search_form_header {
  display: inline-block;
}
.header .search_form_header input[type=text] {
  padding: 0.125em 0.4em;
}
.header .subnav_contact {
  cursor: pointer;
}
@media (max-width: 672px) {
  .header .subnav_wrapper {
    width: 50%;
  }
}
@media (max-width: 58em) {
  .header .subnav_wrapper {
    margin: 0 1.4em;
  }
  .header .logo_claim br:nth-of-type(2) {
    display: none;
  }
  .header .subnav {
    width: 100%;
  }
  .header .homelink_wrapper,
  .header .subnav_buttons {
    flex: 1 1 auto;
    padding: 1.5em 0;
  }
  .header .homelink_wrapper {
    margin-left: 3em;
  }
  .header .subnav_buttons {
    text-align: right;
  }
  .header a.homelink,
  .header .logo_claim {
    text-align: left;
  }
}

.topbanner_wrapper {
  display: flex;
  background-color: hsl(27, 100%, 45%);
  color: #fff;
}

.topbanner {
  max-width: 75em;
  flex: 1 1 auto;
  margin: auto;
  padding: clamp(0.1em, 0.33vw + -0.1em, 0em) 0;
  transition: padding 0.4s ease-in-out;
  font-size: 0.75em;
}
@media (min-width: 25em) {
  .topbanner {
    font-size: calc(0.4901960784vw + 0.6274509804em);
  }
}
@media (min-width: 76em) {
  .topbanner {
    font-size: 1em;
  }
}
.topbanner:hover {
  padding: clamp(1em, 1.67vw + 0em, 0.5em) 0;
}
.topbanner a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  align-items: baseline;
  display: inline;
}
.topbanner .column {
  flex: 1 1 auto;
  text-align: center;
  letter-spacing: 0.1px;
}
@media (max-width: 48em) {
  .topbanner .column {
    padding: 0 0.5em;
  }
}

.breadcrumb {
  list-style: none;
  overflow: hidden;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.125em;
  background-color: rgb(196.509375, 209.6578125, 228.065625);
  margin: 0;
  white-space: nowrap;
}
.breadcrumb {
  font-size: 0.5em;
}
@media (min-width: 25em) {
  .breadcrumb {
    font-size: calc(0.641025641vw + 0.3397435897em);
  }
}
@media (min-width: 64em) {
  .breadcrumb {
    font-size: 0.75em;
  }
}
.breadcrumb svg {
  margin-top: -0.1875rem;
  fill: white;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.breadcrumb li a,
.breadcrumb li span,
.breadcrumb li.current {
  color: white;
  text-decoration: none;
  padding: 0.125em 1.25em 0.0625em 2em;
  background: rgb(196.509375, 209.6578125, 228.065625);
  position: relative;
  display: inline-block;
  transition-delay: 0s;
}
.breadcrumb li.current {
  color: hsl(215, 75%, 33%);
  text-shadow: 0 0 1px hsla(215, 91%, 25%, 0.2);
}
.breadcrumb li.current:hover {
  cursor: default;
}
.breadcrumb li a::after,
.breadcrumb li span::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 1em solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 1em solid transparent;
  border-left: 0.75em solid rgb(196.509375, 209.6578125, 228.065625);
  position: absolute;
  top: 50%;
  margin-top: -1em;
  left: 100%;
  z-index: 2;
  transition-delay: 0s;
}
.breadcrumb li a::before li span::before {
  display: none;
}
.breadcrumb li a:hover,
.breadcrumb li span:hover {
  transition-delay: 0s;
}
.breadcrumb li span:hover {
  cursor: default;
}
.breadcrumb li:first-child a,
.breadcrumb li:first-child span {
  padding-left: 2em;
}
.breadcrumb li:nth-child(2) a,
.breadcrumb li:nth-child(2) span {
  background: rgb(138.01875, 164.315625, 201.13125);
}
.breadcrumb li:nth-child(2) a:after,
.breadcrumb li:nth-child(2) span:after {
  border-left-color: rgb(138.01875, 164.315625, 201.13125);
}
.breadcrumb li:nth-child(3) a,
.breadcrumb li:nth-child(3) span {
  background: rgb(100.58475, 135.296625, 183.89325);
}
.breadcrumb li:nth-child(3) a:after,
.breadcrumb li:nth-child(3) span:after {
  border-left-color: rgb(100.58475, 135.296625, 183.89325);
}
.breadcrumb li:nth-child(4) a,
.breadcrumb li:nth-child(4) span {
  background: rgb(67.83, 109.905, 168.81);
}
.breadcrumb li:nth-child(4) a:after,
.breadcrumb li:nth-child(4) span:after {
  border-left-color: rgb(67.83, 109.905, 168.81);
}
.breadcrumb li:nth-child(n+5) a,
.breadcrumb li:nth-child(n+5) span {
  background: rgb(44.43375, 91.768125, 158.03625);
}
.breadcrumb li:nth-child(n+5) a:after,
.breadcrumb li:nth-child(n+5) span:after {
  border-left-color: rgb(44.43375, 91.768125, 158.03625);
}
.breadcrumb li a:hover,
.breadcrumb li span:hover {
  background: hsl(215, 75%, 33%);
}
.breadcrumb li a:hover:after,
.breadcrumb li span:hover:after {
  border-left-color: hsl(215, 75%, 33%) !important;
}

.share_count {
  display: none;
}

main .shariff a[href*="//"],
main .shariff a {
  color: white;
  font-style: normal;
  font-weight: normal;
}
main .shariff a[href*="//"]::before,
main .shariff a::before {
  content: none;
}

.end_buttons {
  position: absolute;
  right: 3.25em;
  bottom: 0.75em;
}
.end_buttons ul {
  justify-content: flex-end;
}

.shariff::after, .shariff::before {
  content: " ";
  display: table;
}
.shariff::after {
  clear: both;
}
.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shariff .orientation-horizontal {
  display: flex;
  flex-wrap: wrap;
  min-width: 110px;
}
.shariff .orientation-horizontal li {
  min-width: 2rem;
  width: 2rem;
  flex: 1 0 auto;
  margin: 0 0.25rem;
  display: block;
  width: 100%;
}
.shariff .orientation-horizontal li:first-child {
  margin-left: 0;
}
.shariff .orientation-horizontal li:last-child {
  margin-right: 0;
}
.shariff .orientation-horizontal li .share_count {
  width: 24px;
  text-align: right;
}
.shariff .orientation-horizontal li .share_text,
.shariff .orientation-horizontal li .share_count {
  font-size: 0.875em;
  vertical-align: middle;
  letter-spacing: 0.2px;
}
.shariff li {
  box-sizing: border-box;
  overflow: hidden;
}
.shariff a {
  height: 2rem;
  text-decoration: none;
  border: none;
  transition: background-color 0.17s ease;
  display: flex;
}
.shariff span {
  align-self: center;
  height: 32px;
}
.shariff span.share_text {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
.shariff .fab::before,
.shariff .fas::before {
  line-height: 35px;
  margin: 7px 0 0 7px;
  padding-right: 5px;
}
.shariff .fa-linkedin-in::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Cpath fill=%22white%22 d=%22M4.06 5.58v9.33H.96V5.6h3.1zm.2-2.88c0 .46-.16.84-.48 1.15-.32.3-.75.46-1.28.46h-.02c-.5 0-.93-.14-1.24-.45-.3-.3-.47-.7-.47-1.15 0-.46.16-.85.5-1.15.3-.3.73-.46 1.25-.46s.94.14 1.25.45c.32.3.48.7.48 1.15zm10.97 6.86v5.35h-3.1V9.93c0-.66-.13-1.18-.38-1.55-.25-.37-.65-.56-1.2-.56-.4 0-.72.12-.98.34-.27.2-.47.48-.6.8-.07.2-.1.44-.1.76v5.2h-3.1l.02-6.08-.02-2.8V5.6h3.08v1.36c.1-.2.24-.38.37-.53.13-.14.3-.3.54-.48.22-.18.5-.3.8-.4s.7-.16 1.1-.16c1.06 0 1.93.36 2.58 1.07.65.7.98 1.76.98 3.13z%22/%3E%3C/svg%3E");
}
.shariff .fa-facebook-f::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Cpath fill=%22white%22 d=%22M11.6 1.2v2.18h-1.32c-.47 0-.8.1-.96.3s-.25.5-.25.9v1.57h2.43l-.32 2.46h-2.1v6.3H6.52V8.6H4.4V6.16h2.13v-1.8c0-1.04.3-1.84.86-2.4.57-.58 1.34-.86 2.3-.86.8 0 1.44.02 1.9.1z%22/%3E%3C/svg%3E");
}
.shariff .fa-print::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2215%22 viewBox=%220 0 16 14.7%22%3E%3Cpath fill=%22white%22 d=%22M3.5 6.1c0 0 0 0 0-0.1 0-0.1 0-0.1 0.1-0.1h8.8V0.7H7.5C7.3 0.7 7.1 0.9 6.9 1.4 6.8 1.9 6.8 2.5 6.8 3c0 0.3 0 0.5 0 0.5l0 0.4L6.5 3.9C6.5 3.9 5.7 3.9 4.9 4.1c-0.7 0.2-1.3 0.5-1.4 0.9 0 0 0 0.1 0 0.1V6.1zM3.5 14.1h8.9v-2.3h-8.9V14.1zM1.4 4.7h1.5c0.1-1 0.9-2.1 1.7-3 0.9-0.9 1.9-1.7 2.7-1.8C7.4 0 7.4 0 7.5 0h5.3c0.1 0 0.2 0 0.2 0.1 0.1 0.1 0.1 0.1 0.1 0.2v4.4h1.5C15.4 4.7 16 5.4 16 6.2v6.6h-2.9v1.6c0 0.1 0 0.2-0.1 0.2 -0.1 0.1-0.1 0.1-0.2 0.1H3.2c-0.1 0-0.2 0-0.2-0.1 -0.1-0.1-0.1-0.1-0.1-0.2v-1.6H0V6.2C0 5.4 0.6 4.7 1.4 4.7%22%3E%3C/path%3E%3C/svg%3E");
}
.shariff .fa-twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 30 30%22 style=%22enable-background:new 0 0 30 30%22 xml:space=%22preserve%22%3E%3Cpath d=%22M24.3 10.2v.6c0 6.3-4.8 13.7-13.7 13.7-2.6 0-5.2-.7-7.4-2.2.4 0 .8.1 1.1.1 2.2 0 4.3-.7 6-2.1-2.1 0-3.9-1.4-4.5-3.3.7.1 1.5.1 2.2-.1-2.2-.5-3.8-2.4-3.8-4.7v-.1c.7.4 1.4.6 2.2.6-2.1-1.4-2.8-4.2-1.5-6.4 2.4 3 6 4.8 9.9 5-.4-1.6.2-3.3 1.4-4.5 1.9-1.8 5-1.7 6.8.2 1.1-.2 2.1-.6 3-1.2-.4 1.1-1.1 2.1-2.1 2.7 1-.1 1.9-.4 2.8-.8-.7 1-1.5 1.9-2.4 2.5z%22 style=%22fill:%23fff%22/%3E%3C/svg%3E");
}

main .shariff ul li {
  max-width: 2rem;
  width: 110px !important;
  transition: max-width 0.25s;
  transition-delay: 1s;
}
main .shariff ul li .share_text {
  transition: opacity 0.25s;
  transition-delay: 1s;
  opacity: 0;
}
main .shariff ul:hover li {
  max-width: 31.3333333333%;
  transition-delay: 0s;
}
main .shariff ul:hover li .share_text {
  transition-delay: 0s;
  opacity: 1;
}
@media (min-width: 48em) {
  main .shariff ul:hover li {
    max-width: 110px;
  }
}
main .shariff .share_text {
  padding-left: 0.125rem;
}

aside .shariff {
  padding: 0 1rem;
}
aside .shariff li {
  max-width: 100%;
}
aside .shariff li a {
  height: auto;
  padding: 0 0 0 0.25em;
}
aside .shariff .fa {
  padding-bottom: 5px;
}
aside .shariff .facebook .fa {
  background-color: #3b5998;
}
aside .shariff .linkedin .fa {
  background-color: #0077b5;
}
aside .shariff .fab::before,
aside .shariff .fas::before {
  line-height: initial;
}
aside .shariff .fa-linkedin-in::before {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
aside .shariff .share_text {
  font-size: 9px;
}
aside .shariff .share_count {
  padding-top: 4px;
}

.shariff .facebook a {
  background-color: rgba(59, 89, 152, 0.7);
}
.shariff .facebook a:hover {
  background-color: #3b5998;
}
.shariff .facebook a:hover .share_count {
  background-color: rgb(117.8, 138.8, 182.9);
}
.shariff .facebook .share_count {
  color: white;
  background-color: rgb(147.2, 163.7, 198.35);
}
.shariff .theme-white .facebook a {
  color: #3b5998;
}

.shariff .linkedin a {
  background-color: rgba(0, 119, 181, 0.7);
}
.shariff .linkedin a:hover {
  background-color: #0077b5;
}
.shariff .linkedin .share_count {
  color: #004785;
  background-color: rgba(0, 119, 181, 0.6);
}
.shariff .theme-white .linkedin a {
  color: #0077b5;
}

.shariff .print a {
  background-color: hsla(215, 75%, 33%, 0.7);
}
.shariff .print a:hover {
  background-color: hsl(215, 75%, 33%);
}
.shariff .theme-white .print a {
  color: #999;
}

.search_form.search_404 {
  margin-bottom: 5rem;
}
.search_form.search_404 input {
  width: 100%;
  max-width: 100%;
}

.search_form {
  position: relative;
}

.search_form_footer.floating-labels .cd-label.float2 {
  opacity: 0;
}

.confirmemail {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* --------------------------------
Form
-------------------------------- */
.cd-form::after {
  clear: both;
  content: " ";
  display: table;
}
.cd-form fieldset {
  margin: 0 0 1em;
}
.cd-form legend {
  padding-bottom: 0.5em;
  font-size: 1.625em;
  font-weight: 700;
  color: hsl(215, 75%, 33%);
  margin: 2.4em 0 0;
  margin-top: 0;
}
.cd-form legend:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0.35em solid transparent;
  border-top: 0.35em solid transparent;
  border-left: 0.35em solid hsl(215, 75%, 33%);
  margin-left: -0.0625em;
  margin-right: 0.4375em;
  display: inline-block;
}
.cd-form div:not([class^=filepond--]),
.cd-form .tab_navi div.panel {
  /* form element wrapper */
  position: relative;
  margin: 1.25em 0;
}
.cd-form h4,
.cd-form .cd-label {
  font-size: 1.3em;
  color: blue;
  color: rgb(114.75, 114.75, 114.75);
  margin-bottom: 0.625em;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input,
.cd-form textarea,
.cd-form select,
.cd-form label {
  font-family: "SourceSansPro";
  font-size: 1em;
  color: black;
}
.cd-form input[type=text],
.cd-form input[type=email],
.cd-form input[type=tel],
.cd-form input[type=number],
.cd-form input[type=password],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cd-form input[type=text],
.cd-form input[type=email],
.cd-form input[type=tel],
.cd-form input[type=number],
.cd-form input[type=password],
.cd-form select,
.cd-form textarea {
  /* general style for input elements */
  padding: 0.5em 0.875em;
  border: 1px solid rgb(191.25, 191.25, 191.25);
  background-color: #ffffff;
  border-radius: 0.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  font-size: 0.9375em;
  line-height: 1.25em;
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  color: rgb(20.4, 20.4, 20.4);
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only, .cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only, .cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only, .cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only, .cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only, .cd-form select:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only, .cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only {
  background-color: rgb(216.75, 216.75, 216.75);
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form select:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):read-only {
  background-color: rgb(216.75, 216.75, 216.75);
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):read-only::-moz-selection, .cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):read-only::-moz-selection, .cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):read-only::-moz-selection, .cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):read-only::-moz-selection, .cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):read-only::-moz-selection, .cd-form select:not(#ea_anrede):not([id^=holzpreis]):read-only::-moz-selection, .cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):read-only::-moz-selection {
  background: none;
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only::selection, .cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only::selection, .cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only::selection, .cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only::selection, .cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only::selection, .cd-form select:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only::selection, .cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only::selection {
  background: none;
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form select:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):read-only::selection {
  background: none;
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:hover, .cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:hover, .cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:hover, .cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:hover, .cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:hover, .cd-form select:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:hover, .cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:hover {
  cursor: not-allowed;
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form select:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):read-only:hover {
  cursor: not-allowed;
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:focus, .cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:focus, .cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:focus, .cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:focus, .cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:focus, .cd-form select:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:focus, .cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):-moz-read-only:focus {
  border-color: unset;
  box-shadow: unset;
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form select:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):read-only:focus {
  border-color: unset;
  box-shadow: unset;
}
.cd-form input[type=text][readonly],
.cd-form input[type=email][readonly],
.cd-form input[type=tel][readonly],
.cd-form input[type=number][readonly],
.cd-form input[type=password][readonly],
.cd-form select[readonly],
.cd-form textarea[readonly] {
  background-color: rgb(216.75, 216.75, 216.75);
}
.cd-form input[type=text][readonly]::-moz-selection, .cd-form input[type=email][readonly]::-moz-selection, .cd-form input[type=tel][readonly]::-moz-selection, .cd-form input[type=number][readonly]::-moz-selection, .cd-form input[type=password][readonly]::-moz-selection, .cd-form select[readonly]::-moz-selection, .cd-form textarea[readonly]::-moz-selection {
  background: none;
}
.cd-form input[type=text][readonly]::selection,
.cd-form input[type=email][readonly]::selection,
.cd-form input[type=tel][readonly]::selection,
.cd-form input[type=number][readonly]::selection,
.cd-form input[type=password][readonly]::selection,
.cd-form select[readonly]::selection,
.cd-form textarea[readonly]::selection {
  background: none;
}
.cd-form input[type=text][readonly]:hover,
.cd-form input[type=email][readonly]:hover,
.cd-form input[type=tel][readonly]:hover,
.cd-form input[type=number][readonly]:hover,
.cd-form input[type=password][readonly]:hover,
.cd-form select[readonly]:hover,
.cd-form textarea[readonly]:hover {
  cursor: not-allowed;
}
.cd-form input[type=text][readonly]:focus,
.cd-form input[type=email][readonly]:focus,
.cd-form input[type=tel][readonly]:focus,
.cd-form input[type=number][readonly]:focus,
.cd-form input[type=password][readonly]:focus,
.cd-form select[readonly]:focus,
.cd-form textarea[readonly]:focus {
  border-color: unset;
  box-shadow: unset;
}
.cd-form input[type=text]:focus,
.cd-form input[type=email]:focus,
.cd-form input[type=tel]:focus,
.cd-form input[type=number]:focus,
.cd-form input[type=password]:focus,
.cd-form select:focus,
.cd-form textarea:focus {
  outline: none;
  border-color: hsl(215, 75%, 33%);
  box-shadow: 0px 0px 3px 0px rgba(21.0375, 73.63125, 147.2625, 0.4);
}
.cd-form input[type=text].input_error,
.cd-form input[type=email].input_error,
.cd-form input[type=tel].input_error,
.cd-form input[type=number].input_error,
.cd-form input[type=password].input_error,
.cd-form select.input_error,
.cd-form textarea.input_error {
  border-color: red;
  box-shadow: 0px 0px 3px 0px red;
}
.cd-form fieldset:disabled input[type=text],
.cd-form fieldset:disabled input[type=email],
.cd-form fieldset:disabled input[type=tel],
.cd-form fieldset:disabled input[type=number],
.cd-form fieldset:disabled input[type=password],
.cd-form fieldset:disabled textarea,
.cd-form fieldset:disabled select {
  background-color: rgb(216.75, 216.75, 216.75);
}
.cd-form fieldset:disabled input[type=text]::-moz-selection, .cd-form fieldset:disabled input[type=email]::-moz-selection, .cd-form fieldset:disabled input[type=tel]::-moz-selection, .cd-form fieldset:disabled input[type=number]::-moz-selection, .cd-form fieldset:disabled input[type=password]::-moz-selection, .cd-form fieldset:disabled textarea::-moz-selection, .cd-form fieldset:disabled select::-moz-selection {
  background: none;
}
.cd-form fieldset:disabled input[type=text]::selection,
.cd-form fieldset:disabled input[type=email]::selection,
.cd-form fieldset:disabled input[type=tel]::selection,
.cd-form fieldset:disabled input[type=number]::selection,
.cd-form fieldset:disabled input[type=password]::selection,
.cd-form fieldset:disabled textarea::selection,
.cd-form fieldset:disabled select::selection {
  background: none;
}
.cd-form fieldset:disabled input[type=text]:hover,
.cd-form fieldset:disabled input[type=email]:hover,
.cd-form fieldset:disabled input[type=tel]:hover,
.cd-form fieldset:disabled input[type=number]:hover,
.cd-form fieldset:disabled input[type=password]:hover,
.cd-form fieldset:disabled textarea:hover,
.cd-form fieldset:disabled select:hover {
  cursor: not-allowed;
}
.cd-form fieldset:disabled input[type=text]:focus,
.cd-form fieldset:disabled input[type=email]:focus,
.cd-form fieldset:disabled input[type=tel]:focus,
.cd-form fieldset:disabled input[type=number]:focus,
.cd-form fieldset:disabled input[type=password]:focus,
.cd-form fieldset:disabled textarea:focus,
.cd-form fieldset:disabled select:focus {
  border-color: unset;
  box-shadow: unset;
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: "";
  position: absolute;
  z-index: 1;
  right: 1em;
  top: 50%;
  margin-top: -0.4em;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Cpolygon points=%220.9 5.5 3.1 3.4 8 8.3 12.9 3.4 15.1 5.5 8 12.6 %22 fill=%22hsl(215, 75%25, 33%25)%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
.cd-form .cd-select:has(select[data-required=required])::after {
  right: 2.4em;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.cd-form .cd-form-list {
  margin-top: 1em;
  float: left;
  margin: 0;
  padding: 0 0 0 0.125em;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: " ";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0 1.625em 1em 0;
  float: left;
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
}
.cd-form input[type=radio]:hover,
.cd-form input[type=checkbox]:hover {
  cursor: pointer;
}
.cd-form input[type=radio] + label:not(.accordion_label),
.cd-form input[type=checkbox] + label {
  padding-left: 2.625em;
}
.cd-form input[type=radio] + label::before,
.cd-form input[type=radio] + label::after,
.cd-form input[type=checkbox] + label::before,
.cd-form input[type=checkbox] + label::after {
  /* custom radio and check boxes */
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.75em;
  width: 1.5em;
  height: 1.5em;
}
.cd-form input[type=radio] + label::before:hover,
.cd-form input[type=radio] + label::after:hover,
.cd-form input[type=checkbox] + label::before:hover,
.cd-form input[type=checkbox] + label::after:hover {
  cursor: pointer;
}
.cd-form .check_multiline input[type=radio],
.cd-form .check_multiline input[type=checkbox] {
  top: 1.2em;
}
.cd-form .check_multiline input[type=radio] + label::before,
.cd-form .check_multiline input[type=radio] + label::after,
.cd-form .check_multiline input[type=checkbox] + label::before,
.cd-form .check_multiline input[type=checkbox] + label::after {
  top: 0;
  margin-top: 0;
}
.cd-form input[type=radio] + label::before,
.cd-form input[type=checkbox] + label::before {
  border: 1px solid rgb(191.25, 191.25, 191.25);
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type=radio] + label::before,
.cd-form input[type=radio] + label::after {
  border-radius: 50%;
}
.cd-form input[type=checkbox] + label::before,
.cd-form input[type=checkbox] + label::after {
  border-radius: 0.25em;
}
.cd-form input[type=radio] + label::after,
.cd-form input[type=checkbox] + label::after {
  background-color: hsl(215, 75%, 33%);
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(21.0375, 73.63125, 147.2625, 0.4);
  display: none;
}
.cd-form input[type=radio] + label::after {
  /* custom image for radio button */
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Ccircle cx=%228%22 cy=%228%22 r=%223%22 fill=%22%23FFF%22/%3E%3C/svg%3E");
}
.cd-form input[type=checkbox] + label::after {
  /* custom image for checkbox */
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Cpolyline points=%224 8 6.67 10.5 12 5.5 %22 style=%22fill:none;stroke-width:3;stroke:%23FFF%22/%3E%3C/svg%3E");
}
.cd-form input[type=radio]:focus + label::before,
.cd-form input[type=checkbox]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(21.0375, 73.63125, 147.2625, 0.6);
}
.cd-form input[type=radio]:checked + label::after,
.cd-form input[type=checkbox]:checked + label::after {
  display: block;
}
.cd-form input[type=radio]:checked + label::before,
.cd-form input[type=radio]:checked + label::after,
.cd-form input[type=checkbox]:checked + label::before,
.cd-form input[type=checkbox]:checked + label::after {
  animation: cd_bounce 0.3s;
}
.cd-form textarea {
  min-height: 2.275em;
  resize: vertical;
  overflow: auto;
}
.cd-form textarea.no_min_height {
  min-height: unset;
}
.cd-form input[type=submit]:not(.button) {
  /* button style */
  border: none;
  background: hsl(215, 75%, 33%);
  border-radius: 0.125em;
  padding: 0.5em 1.25em;
  color: white;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1em;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.125em;
}
.cd-form input[type=submit]:not(.button).input_warning {
  background: hsl(0, 80%, 50%);
}
.no-touch .cd-form input[type=submit]:not(.button):hover {
  background: rgb(56.131875, 100.8365625, 163.423125);
}
.cd-form input[type=submit]:not(.button):focus {
  outline: none;
  transform: scale(1.02);
}
.cd-form input[type=submit]:not(.button):active {
  transform: scale(0.98);
}
.cd-form fieldset:disabled input[type=submit]:not(.button) {
  background: rgb(170.0085, 170.0085, 170.0085);
  cursor: not-allowed;
}
.cd-form fieldset:disabled input[type=submit]:not(.button):focus {
  transform: scale(1);
}
.cd-form fieldset:disabled input[type=submit]:not(.button):active {
  transform: scale(1);
}
.cd-form [required],
.cd-form [data-required=required],
.cd-form [data-required=required] input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ccircle cx=%222%22 cy=%2218%22 r=%222%22 fill=%22%23E94B35%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.25em) 0.125em;
  background-size: 1.25em;
}
.cd-form .bedingte_form[data-required=required] {
  background-position-y: -1em;
}
.cd-form .error-message p,
.cd-form span.error {
  background: #e94b35;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0.25em;
  padding: 1em;
}
.cd-form .error {
  border-color: #e94b35 !important;
  background-color: rgba(233, 75, 53, 0.1) !important;
}
@media only screen and (min-width: 600px) {
  .cd-form div:not([class^=filepond--]) {
    /* form element wrapper */
    margin: 2em 0;
  }
  .cd-form legend + div:not([class^=filepond--]) {
    /* reduce margin-top for first form element after the legend */
    margin-top: 1.25em;
  }
  .cd-form h4,
  .cd-form .cd-label {
    font-size: 1em;
    margin-bottom: 0.625em;
  }
}

@keyframes cd_bounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}
label .label_description {
  text-transform: initial;
  letter-spacing: 0.014em;
}

/* --------------------------------
FLoating labels
-------------------------------- */
.floating-labels div:not([class^=filepond--]) {
  margin: 1.75em 0;
}
.floating-labels .cd-label {
  position: absolute;
  top: 0.75em;
  left: 0.75em;
  font-size: 1em;
  cursor: text;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  word-spacing: 0.25em;
}
.floating-labels .cd-label.cd-checkbox,
.floating-labels .cd-label.cd-radio {
  position: relative;
  left: 0;
  min-height: 1.4em;
}
.floating-labels .cd-label.cd-checkbox:hover,
.floating-labels .cd-label.cd-radio:hover {
  cursor: pointer;
}
.floating-labels fieldset:disabled:hover {
  cursor: not-allowed;
}
.floating-labels fieldset:disabled .cd-label.cd-checkbox:hover,
.floating-labels fieldset:disabled .cd-label.cd-radio:hover,
.floating-labels fieldset:disabled input:hover {
  cursor: not-allowed;
}
.floating-labels .cd-label.float,
.floating-labels .cd-label.float2:not(.cd-radio):not(.cd-checkbox) {
  /* move label out the input field */
  font-size: 0.75em;
  top: -1.6875em;
  left: 0.5em !important;
}
.floating-labels .cd-label.float2 {
  color: hsl(215, 75%, 33%);
}

input.test[type=text] {
  width: calc(100% - 1.75em);
  float: left;
}

input.test[type=image] {
  width: 1.75em;
  border: 0;
  -webkit-appearance: none;
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 0.4em;
  box-shadow: 1px 0 0.5px 0px rgb(229.5, 229.5, 229.5);
  height: 1.75em;
  margin-top: 0.3125em;
  border-color: rgb(229.5, 229.5, 229.5);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  outline: none;
  border-radius: 0 3px 3px 0;
}
input.test[type=image]:hover {
  border-color: rgb(91.22625, 128.041875, 179.58375);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  box-shadow: 1px 0px 2px 1px rgb(208.2075, 218.72625, 233.4525);
}
input.test[type=image]:active {
  opacity: 0.8;
}

input.test[type=text]:focus + input,
input.test[type=tel]:focus + input {
  box-shadow: 0px 0px 2px 0px rgb(44.43375, 91.768125, 158.03625);
}

.kontakt_popup__wrapper .check_datenschutz,
#kontakt_popup .check_datenschutz,
#kontakt_form .check_datenschutz {
  margin: -0.625em 0 2.75em 0;
}

.anmeldung__formular .cd-formfield {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.anmeldung__formular fieldset.form_main,
.anmeldung__formular fieldset.form_free {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anmeldung__formular .cd-formfield {
  flex: 1 1 100%;
  margin: 0.75em 0 0.75em 0;
  margin: 0.8125em 0;
  margin: 0.875em 0;
  margin: 1em 0;
}
.anmeldung__formular div .ea_10 {
  flex: 1 1 calc(11% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_12 {
  flex: 1 1 calc(12% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_13 {
  flex: 1 1 calc(14% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_14 {
  flex: 1 1 calc(15% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_15 {
  flex: 1 1 calc(16% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_16 {
  flex: 1 1 calc(17% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_17 {
  flex: 1 1 calc(18% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_18 {
  flex: 1 1 calc(19% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_20 {
  flex: 1 1 calc(20.5% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_30 {
  flex: 1 1 calc(31% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_30.last {
  flex: 1 1 calc(31% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_33 {
  flex: 1 1 calc(34% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_35 {
  flex: 1 1 calc(36% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_35.last {
  flex: 1 1 calc(35% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_40 {
  flex: 1 1 calc(41% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_42 {
  flex: 1 1 calc(43% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_42.last {
  flex: 1 1 calc(42% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_45 {
  flex: 1 1 calc(45% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_45.last {
  flex: 1 1 calc(45% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_50 {
  flex: 1 1 calc(50.5% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_50.last {
  flex: 1 1 calc(50% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_60 {
  flex: 1 1 calc(60% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_60.last {
  flex: 1 1 calc(60% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_70 {
  flex: 1 1 calc(70% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_70.last {
  flex: 1 1 calc(70% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_80 {
  flex: 1 1 calc(80% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_80.last {
  flex: 1 1 calc(80% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_90 {
  flex: 1 1 calc(90% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_90.last {
  flex: 1 1 calc(90% - 0.25rem);
  margin-right: 0;
}
@media (max-width: 600px) {
  .anmeldung__formular div .ea_18 {
    flex: 1 1 calc(50.1% - 1rem);
  }
  .anmeldung__formular div .ea_12 {
    flex: 1 1 50%;
    margin-right: 0 !important;
  }
  .anmeldung__formular div .ea_20 {
    flex: 1 1 calc(31% - 1rem);
  }
  .anmeldung__formular div .ea_35 {
    flex: 1 1 calc(51% - 1rem);
  }
  .anmeldung__formular div .ea_35.last {
    flex: 1 1 calc(50% - 0.25rem);
    margin-right: 0;
  }
  .anmeldung__formular div .ea_80.last {
    flex: 1 1 calc(70% - 0.25rem);
    margin-right: 0;
  }
}
.anmeldung__formular input[type=submit] {
  margin-top: 0.5em;
}
.anmeldung__formular .cd-form textarea {
  min-height: auto;
}

label.cd-label.no-textransform {
  text-transform: none;
}

.legende_required {
  float: right;
  font-size: 0.8125em;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  color: rgb(127.5, 127.5, 127.5);
  margin: -0.625em 0 0 0 !important;
  opacity: 0.4;
  transition: opacity 0.2s;
}
.legende_required::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background-color: red;
  border-radius: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  margin-top: -0.125em;
}
.legende_required:hover {
  opacity: 1;
  cursor: default;
}

.cd-anrede {
  position: relative;
  display: inline-block;
}
.cd-anrede select {
  display: inline-block;
  margin: 0;
  font: inherit;
  outline: none;
  line-height: 1.2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cd-anrede select {
    padding-right: 30px;
  }
}
.cd-anrede:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 50%;
  line-height: 4.75em;
  padding: 0 0.125em;
  background: rgb(191.25, 191.25, 191.25);
  color: white;
  pointer-events: none;
  border-radius: 0 0.125em 0.125em 0;
}

.no-pointer-events .cd-anrede:after {
  content: none;
}

#anmeldung_formular {
  padding-top: 1em;
}

.anmeldung__gesendet {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
  padding: 1em;
  margin-bottom: 0.5em;
  display: none;
  color: rgb(76.5, 76.5, 76.5);
  text-align: center;
  letter-spacing: 0.05625em;
  word-spacing: 0.1875em;
  box-shadow: 0px 0.125em 0.375em -0.125em hsl(215, 75%, 33%);
  border-left: 0.5em solid hsl(215, 75%, 33%);
  border-right: 0.5em solid hsl(215, 75%, 33%);
}
.anmeldung__gesendet.sent {
  display: block;
}

.cd-form fieldset.bedingte_form:not(.betrag) {
  margin: 1em 0 2em;
  padding-top: 0.5em;
}

.bedingte_form {
  padding: 0 0.5em;
}
.bedingte_form.trennlinie legend {
  border-bottom: 1px solid rgb(127.5, 127.5, 127.5);
}
.bedingte_form legend {
  padding-bottom: 0;
}
.bedingte_form legend::before {
  content: none;
  padding: 0;
}
.bedingte_form legend span {
  float: right;
  margin-right: 1.75em;
  font-size: 0.75em;
  color: #aaa;
  color: rgb(114.75, 114.75, 114.75);
}
.bedingte_form legend + p {
  margin-top: 0;
  padding: 0 0 0.25em 0.125em;
}
.bedingte_form p {
  margin: 0;
  padding: 0.75em 0 0 0.125em;
  font-style: italic;
  font-size: 0.8125em;
  font-weight: 600;
}
.bedingte_form p.box-legende {
  color: rgb(114.75, 114.75, 114.75);
  margin-left: 1.75em;
}
.bedingte_form input:checked + .cd-label {
  color: black;
  background: rgb(224.4, 224.4, 224.4);
  font-weight: 600;
  border-radius: 1em 0.25em 0.25em 1em;
}
.bedingte_form label {
  padding: 0.0625em 3.4375em 0.0625em 0;
  transition: 0.5s color;
}
.bedingte_form label:hover {
  color: black;
}
.bedingte_form label:hover span i:not(.preishigh) {
  color: rgb(114.75, 114.75, 114.75);
}
.bedingte_form label span {
  color: rgb(114.75, 114.75, 114.75);
  float: right;
}
.bedingte_form label span i {
  font-style: normal;
  line-height: 1.21875em;
}
.bedingte_form label span i.preishigh {
  font-size: 1em;
  color: black;
  font-weight: 600;
}
.bedingte_form label span::after {
  content: ",- €";
}
.bedingte_form.betrag {
  border-bottom: 1px solid rgb(127.5, 127.5, 127.5);
  border-top-style: double;
  border-top-width: 4px;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.bedingte_form.betrag p {
  font-size: 1.25em;
  margin: 0;
  padding: 0.25em 0;
}
.bedingte_form output {
  position: absolute;
  right: 0.25em;
}
.bedingte_form output::after {
  content: ",- €";
}

.anmeldung__formular .bedingte_form .cd-formfield {
  margin-top: 0;
  margin-bottom: 0.5em;
}

fieldset.form_main.form_with_border {
  padding: 0 0.5em 0;
  border: 1px solid rgb(224.4, 224.4, 224.4);
}
fieldset.form_main legend {
  background: white;
  width: auto;
  padding: 0 0.25em;
  margin: 0 0 0.5em 0;
  font-size: 1.25em;
  line-height: 1;
}
fieldset.form_main legend::before {
  content: none;
}

fieldset.form_groups {
  border-top: 0.55em solid rgb(224.4, 224.4, 224.4);
  margin-top: 2em;
}
fieldset.form_groups legend {
  font-size: 1.5em;
}
fieldset.form_groups .columns,
fieldset.form_groups .column {
  margin: 0;
}
fieldset.form_groups .columns {
  flex: 1 1 100%;
}
fieldset.form_groups .column {
  padding: 0;
}
fieldset.form_groups .is-11 .columns {
  gap: 0.75em;
}
fieldset .cd-formfield.check_publish {
  display: flex;
  justify-content: center;
}
fieldset .check_publish_header {
  font-size: 0.85em;
  text-align: right;
  margin: 0 !important;
  padding-right: 1.2em;
}
fieldset .check_publish_header label:hover {
  cursor: default;
}

.anmeldung__formular .floating-labels .free_radio .cd-formfield {
  margin: 0.25em 0;
  padding: 0 0.5em;
}

fieldset.form_free {
  margin: 1em 0;
  padding: 0 1.5em 0.75em 0.5em;
  border: 1px solid rgb(224.4, 224.4, 224.4);
}
fieldset.form_free .cd-formfield,
fieldset.form_free .cd-form-list li {
  margin: 0.5em;
}
fieldset.form_free.form_free_no_border {
  border-color: white;
  padding-bottom: 0;
}
fieldset.form_free legend {
  background: white;
  width: auto;
  padding: 0 0.25em;
  margin: 0;
  font-size: 1.25em;
  line-height: 1;
}
fieldset.form_free legend::before {
  content: none;
}
fieldset.form_free .bedingte_form legend {
  color: black;
  font-weight: 400;
  margin-top: 0.5em;
  font-size: 1em;
  width: 100%;
  background: transparent;
  line-height: 1.625em;
}
fieldset.form_free .subline {
  margin: 0;
  padding: 0.5em 0.5em 0;
  font-size: 0.875em;
  font-weight: 600;
}
fieldset.form_free.form_fileupload div {
  margin: 0;
}
fieldset.form_free.form_ds {
  margin-bottom: 0;
  padding: 0 0 0.75em 0.5em;
}
fieldset.form_free.form_ds .cd-form-list[data-required=required] {
  width: 100%;
}
fieldset.form_free label {
  padding: 0 0.75em 0.0625em 0;
  transition: 0.5s color;
}
fieldset.form_free label:hover {
  color: black;
}
fieldset.form_free input:checked + .cd-label {
  color: black;
  background: rgb(224.4, 224.4, 224.4);
  background: rgba(127.5, 127.5, 127.5, 0.25);
  font-weight: 600;
  border-radius: 1em 0.25em 0.25em 1em;
}
fieldset.form_free input:checked + .cd-label span i:not(.preishigh) {
  color: rgb(114.75, 114.75, 114.75);
}

.form_over .cd-form-list,
.form_over .cd-formfield {
  width: 100%;
}

.form_side .cd-form-list,
.form_side .cd-formfield {
  width: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_disclaimer {
  border-top: 1px solid hsl(215, 75%, 33%);
  font-size: 0.75em;
  color: rgb(114.75, 114.75, 114.75);
  padding-top: 0.5em;
}

span.error {
  display: block;
  margin-bottom: 1em;
}

input[type=password] {
  letter-spacing: 0.2em;
}

#login_accordion article > label,
#register_accordion article > label,
.topbanner_accordion article > label {
  font-weight: 700;
  text-transform: initial;
  font-size: 1.625em;
  letter-spacing: normal;
  background-color: transparent;
  line-height: 0.6;
  margin-bottom: 0.25em;
}
#login_accordion article > label[data-collapsed=true],
#register_accordion article > label[data-collapsed=true],
.topbanner_accordion article > label[data-collapsed=true] {
  color: rgb(114.75, 114.75, 114.75);
  transition: 0.2s all ease;
}
#login_accordion article > label[data-collapsed=true]::before,
#register_accordion article > label[data-collapsed=true]::before,
.topbanner_accordion article > label[data-collapsed=true]::before {
  border-left-color: rgb(114.75, 114.75, 114.75);
}
#login_accordion article > label[data-collapsed=true]:hover,
#register_accordion article > label[data-collapsed=true]:hover,
.topbanner_accordion article > label[data-collapsed=true]:hover {
  color: rgb(127.5, 127.5, 127.5);
}
#login_accordion article > label[data-collapsed=true]:hover::before,
#register_accordion article > label[data-collapsed=true]:hover::before,
.topbanner_accordion article > label[data-collapsed=true]:hover::before {
  border-left-color: rgb(127.5, 127.5, 127.5);
}
#login_accordion article > label::before,
#register_accordion article > label::before,
.topbanner_accordion article > label::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0.5625em solid transparent;
  border-top: 0.5625em solid transparent;
  border-left: 0.5625em solid #529735;
  margin-left: -1.25em;
  margin-right: 0.4375em;
  display: inline-block;
  font-size: 0.75em;
}

.formit_errors,
.loginMessage_error p {
  background: hsl(0, 80%, 50%);
  color: white;
  padding: 0 0.5em 0.0625em;
  position: relative;
}

.login_profil_poppup {
  padding: 1em 1.5em 0em;
}
.login_profil_poppup h2 {
  font-weight: 700;
  text-transform: initial;
  font-size: 1.625em;
  letter-spacing: normal;
  background-color: transparent;
  line-height: 0.6;
  margin-bottom: 0.5em;
}

.login_profil_view_wrapper {
  gap: 1em;
  padding-bottom: 1.5em;
}

.login_profil_view_data {
  flex: 1 1 75%;
  flex: 1 1 auto;
  padding: 0;
}

.login_profil_view_photo {
  flex: 1 1 auto;
  padding: 0;
  text-align: right;
}

.link_button_wrapper {
  gap: 1em;
  margin-top: 1em;
}

.link_button_wrapper_logout {
  margin-top: 0.5em;
}

.link_button {
  padding: 0;
  text-align: center;
  transition: 0.2s transform cubic-bezier(0.04, 0.79, 0.32, 1);
  margin-bottom: 0.5em;
}
.link_button a {
  color: white;
  text-decoration: none;
  border: none;
  font-style: normal;
  display: block;
}
.link_button a:hover {
  background: none;
}
.link_button:hover {
  transform: scaleY(1.035) scaleX(1.015);
}

.link_button_c1 {
  background: hsl(215, 75%, 33%);
}
.link_button_c1:hover {
  background: rgb(32.735625, 82.6996875, 152.649375);
}

.link_button_c2 {
  background: hsl(27, 100%, 45%);
}
.link_button_c2:hover {
  background: rgb(230.775, 110.86125, 12.75);
}

#f3n_updateProfile > .columns:first-child {
  margin: -1.5em 0 0 0;
}
#f3n_updateProfile > .columns:first-child .column {
  margin: 0;
}

.update-profile_photo_column {
  max-width: 18.75em;
}

.update-profile_photo_disclaimer {
  font-size: 0.75em;
}

.cd-form input.checkbox_freitext {
  display: inline;
  width: 50%;
  margin: 0.25em 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/*****************
    image Upload
*****************/
/*
.form_fileupload {
  width: 100%;

  .subline.thin {
    font-weight: 500;
    font-size: 0.75em;
    color: $black50;
  }

  .qq-upload-button,
  .qq-clear-button {
    @extend %button-shadow;
    transition: background .2s;
    font-weight: 700;
    font-size: 3.3em;
    line-height: 1em;
    padding-top: 0.25em;
    width: 1.517em;
  }

  .qq-upload-button {
    background: $c1_20;
    overflow: clip !important;

    color: $c1;


    &:hover,
    &:focus,
    &.qq-upload-button-focus {
      background: $c1_40;
      cursor: pointer;
    }


    // input[type="file"] {
    //     right: unset !important;
    //     top: unset !important;
    //     margin: unset !important;
    //     padding: unset !important;
    // }
  }



  div[id^=file-uploader-] {
    display: flex;
    gap: 0.5em;
    padding-top: .5em;
  }

  .file-uploader-items {
    &:has(div) {
      margin-left: 0.5em;
      // flex: 1 1 auto;
    }

    display: flex;
    gap: 0.5em
  }

  .file-uploader-buttons {
    flex: 1 1 auto;
  }

  .qq-uploader {
    display: flex;
    gap: 0.5em;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .file-uploader-items:not(:has(.file-wrap))+.file-uploader-buttons .qq-clear-button {
    display: none;
  }

  .qq-clear-button {
    @extend %button-shadow;
    background: $rot20;
    color: $rot;
    // font-size: 1.3em;
    // font-weight: 700;
    // line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;

    &:hover {
      background: $rot40;
      cursor: pointer;
    }

    &::after {
      content: "alles löschen";
      display: none;
      background: $rot40;
      font-size: 0.3em;
      line-height: 1.2em;
      position: absolute;
    }

    &:hover::after {
      display: block;
    }
  }

  .qq-upload-list {
    flex: 0 0 100%;

    &:empty {
      display: none;
    }
  }
}

*/
/*      // Original Styles
.form_fileupload {


    .qq-uploader {
        position: relative;
        width: 100%;
    }

    .qq-upload-button {
        display: block;  //or inline-block
        width: 105px;
        padding: 7px 0;
        text-align: center;
        background: #008800;
        background: $c1;
        border-bottom: 1px solid #DDD;
        color: #FFF;
    }

    .qq-upload-button-hover {
        background: #CC0000;
    }

    .qq-upload-button-focus {
        outline: 1px dotted #000000;
    }

    .qq-upload-drop-area,
    .qq-upload-extra-drop-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 30px;
        z-index: 2;
        background: #FF9797;
        text-align: center;
    }

    .qq-upload-drop-area span {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -8px;
        font-size: 16px;
    }

    .qq-upload-extra-drop-area {
        position: relative;
        margin-top: 50px;
        font-size: 16px;
        padding-top: 30px;
        height: 20px;
        min-height: 40px;
    }

    .qq-upload-drop-area-active {
        background: #FF7171;
    }

    .qq-upload-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .qq-upload-list li {
        margin: 0;
        padding: 9px;
        line-height: 15px;
        font-size: 16px;
        background-color: #FFF0BD;
    }

    .qq-upload-file,
    .qq-upload-spinner,
    .qq-upload-size,
    .qq-upload-cancel,
    .qq-upload-failed-text {
        margin-right: 12px;
    }

    .qq-upload-file {}

    .qq-upload-spinner {
        display: inline-block;
        background: url("loading.gif");
        width: 15px;
        height: 15px;
        vertical-align: text-bottom;
    }

    .qq-upload-size,
    .qq-upload-cancel {
        font-size: 12px;
        font-weight: normal;
    }

    .qq-upload-failed-text {
        display: none;
    }

    .qq-upload-fail .qq-upload-failed-text {
        display: inline;
    }

    .qq-upload-list li.qq-upload-success {
        background-color: #5DA30C;
        color: #FFFFFF;
    }

    .qq-upload-list li.qq-upload-fail {
        background-color: #D60000;
        color: #FFFFFF;
    }
}
*/
.cd-form .accordion2 {
  margin: 0;
}
.cd-form .accordion2 input[type=radio] + label::before, .cd-form .accordion2 input[type=radio] + label::after {
  display: none;
}
.cd-form .accordion2 .columns,
.cd-form .accordion2 .columns:last-child {
  margin: 0.5em 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-content .kontakt_popup__wrapper {
  max-width: 48em;
  margin: 2rem auto;
  box-shadow: 4px 4px 4px hsla(0, 0%, 0%, 0.6), 0px 0px 10px hsla(0, 0%, 0%, 0.6);
  background: white;
  padding: 1.4rem 1.1rem;
  position: relative;
}
.mfp-content .kontakt_popup__wrapper form {
  border-bottom: 1px solid hsl(215, 75%, 33%);
  padding: 0 1rem;
}
.mfp-content .kontakt_popup__wrapper .panel form {
  padding: 0 0.5rem;
}

.kontakt_popup__wrapper h2 {
  margin-top: 0;
}
.kontakt_popup__wrapper form {
  margin-bottom: 1rem;
}
.kontakt_popup__wrapper fieldset {
  margin: 0;
}

#nl_mail {
  font-weight: 600;
  border-bottom: 1px solid;
  color: hsl(215, 75%, 33%);
}

button.mfp-close_3n {
  border: none;
  cursor: pointer;
  transition: transform 0.18s;
}
button.mfp-close_3n:focus, button.mfp-close_3n:hover {
  transform: scale(1.02);
}
button.mfp-close_3n:active {
  transform: scale(0.98);
}

button.mfp-close_aktivierung {
  background: hsl(215, 75%, 33%);
  border-radius: 0.125rem;
  padding: 0.5rem 1.25rem;
  color: white;
  font-weight: bold;
  width: 100%;
  /* margin-top: -0.5rem; */
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  font-family: "SourceSansPro";
}

.nl_header_popup {
  margin: -1.4em -1.1em 1.4rem;
  z-index: 2;
  position: relative;
}

button.mfp-close_top {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  font-style: normal;
  font-size: 1.6rem;
  font-family: Arial, Baskerville, monospace;
  color: #777;
  top: -1.5rem;
  right: -1.5rem;
  border-radius: 1rem 1rem 1rem 0;
  line-height: 1;
  color: hsl(27, 100%, 45%);
  background: #CBD89C;
  font-weight: 600;
  outline: none;
  box-shadow: 4px 4px 4px hsla(0, 0%, 0%, 0.6), 0px 0px 10px hsla(0, 0%, 0%, 0.6);
  z-index: 1;
}
button.mfp-close_top:hover {
  text-shadow: 0 0 1px hsl(27, 100%, 45%);
}

.nl_popup_fix .check_datenschutz {
  display: flex;
  margin: 0 0 32px 0;
}

.multi {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 0 0;
  outline: none;
}

.justify_flex-start {
  justify-content: flex-start;
}
.justify_flex-end {
  justify-content: flex-end;
}
.justify_center {
  justify-content: center;
}
.justify_space-between {
  justify-content: space-between;
}
.justify_space-around {
  justify-content: space-around;
}

.multi__item {
  display: flex;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.multi.border_color_none {
  border-color: none;
}
.multi.border_color_gray {
  border-color: gray;
}
.multi.border_color_black {
  border-color: black;
}
.multi.border_color_white {
  border-color: white;
}
.multi.border_color_lightgreen {
  border-color: rgb(138.01875, 164.315625, 201.13125);
}
.multi.border_color_darkgreen {
  border-color: hsl(215, 75%, 33%);
}
.multi.border_color_lightblue {
  border-color: rgb(242.25, 179.1375, 127.5);
}
.multi.border_color_darkblue {
  border-color: hsl(27, 100%, 45%);
}
.multi.border_style_none {
  border-style: none;
}
.multi.border_style_solid {
  border-style: solid;
}
.multi.border_style_dashed {
  border-style: dashed;
}
.multi.border_style_dotted {
  border-style: dotted;
}

.multi.outline_item {
  justify-content: space-between;
  border: none;
}
.multi.outline_item .multi__item {
  background-color: white;
}

.outline_color_none .multi__item {
  outline-color: none;
}

.outline_color_gray .multi__item {
  outline-color: gray;
}

.outline_color_black .multi__item {
  outline-color: black;
}

.outline_color_white .multi__item {
  outline-color: white;
}

.outline_color_lightgreen .multi__item {
  outline-color: rgb(138.01875, 164.315625, 201.13125);
}

.outline_color_darkgreen .multi__item {
  outline-color: hsl(215, 75%, 33%);
}

.outline_color_lightblue .multi__item {
  outline-color: rgb(242.25, 179.1375, 127.5);
}

.outline_color_darkblue .multi__item {
  outline-color: hsl(27, 100%, 45%);
}

.outline_style_none .multi__item {
  outline-style: none;
}

.outline_style_solid .multi__item {
  outline-style: solid;
}

.outline_style_dashed .multi__item {
  outline-style: dashed;
}

.outline_style_dotted .multi__item {
  outline-style: dotted;
}

.outline_width_1 .multi__item {
  outline-width: 1px;
}

.outline_width_2 .multi__item {
  outline-width: 2px;
}

.outline_width_3 .multi__item {
  outline-width: 3px;
}

.outline_width_4 .multi__item {
  outline-width: 4px;
}

.outline_width_5 .multi__item {
  outline-width: 5px;
}

.outline_width_6 .multi__item {
  outline-width: 6px;
}

.outline_width_7 .multi__item {
  outline-width: 7px;
}

.outline_width_8 .multi__item {
  outline-width: 8px;
}

.multi__content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: auto;
}

a.multi__content, .multi__content > a {
  border-bottom: none;
  transition: opacity 0.17s;
}
a.multi__content:hover, .multi__content > a:hover {
  background-color: transparent;
  opacity: 0.75;
}
a.multi__content::before, .multi__content > a::before {
  display: none;
}

.multi__content p {
  flex: 1 0 auto;
}

figure.box.multi_box {
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
  border: none;
}

.ml {
  border-width: 0;
  margin-top: 0.5rem;
}
.ml h3, .ml p {
  margin: 0;
}

.ml__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-style: inherit;
  border-color: inherit;
  border-width: inherit;
}
.ml__row.revese {
  flex-direction: row-reverse;
}
.ml__row.revese .ml_text {
  text-align: right;
}

figure.ml__cell {
  margin: 0;
  position: relative;
}
figure.ml__cell figcaption {
  left: inherit;
  right: inherit;
}

.pad_outer_horizontal_0 .ml__row {
  padding-left: 0rem;
  padding-right: 0rem;
}

.pad_outer_vertical_0 .ml__row {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pad_outer_horizontal_5 .ml__row {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pad_outer_vertical_5 .ml__row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pad_outer_horizontal_10 .ml__row {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pad_outer_vertical_10 .ml__row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad_outer_horizontal_15 .ml__row {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pad_outer_vertical_15 .ml__row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pad_outer_horizontal_20 .ml__row {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pad_outer_vertical_20 .ml__row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pad_outer_horizontal_25 .ml__row {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pad_outer_vertical_25 .ml__row {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.ml__row .ml__cell  {
  padding: 0;
}

.pad_inner_0 .ml_image .overlay {
  width: calc(100% - 0 * 0.25rem);
}
.pad_inner_0 figcaption {
  max-width: calc(100% - 0 * 0.25rem);
}
.pad_inner_0 .ml__row .ml__cell:nth-child(1),
.pad_inner_0 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 0rem;
}
.pad_inner_0 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 0rem;
}
.pad_inner_0 .ml__row .ml__cell:nth-child(2),
.pad_inner_0 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 0rem;
  padding-right: 0;
}
.pad_inner_0 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_1 .ml_image .overlay {
  width: calc(100% - 1 * 0.25rem);
}
.pad_inner_1 figcaption {
  max-width: calc(100% - 1 * 0.25rem);
}
.pad_inner_1 .ml__row .ml__cell:nth-child(1),
.pad_inner_1 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 0.25rem;
}
.pad_inner_1 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 0.25rem;
}
.pad_inner_1 .ml__row .ml__cell:nth-child(2),
.pad_inner_1 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 0.25rem;
  padding-right: 0;
}
.pad_inner_1 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_2 .ml_image .overlay {
  width: calc(100% - 2 * 0.25rem);
}
.pad_inner_2 figcaption {
  max-width: calc(100% - 2 * 0.25rem);
}
.pad_inner_2 .ml__row .ml__cell:nth-child(1),
.pad_inner_2 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 0.5rem;
}
.pad_inner_2 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 0.5rem;
}
.pad_inner_2 .ml__row .ml__cell:nth-child(2),
.pad_inner_2 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 0.5rem;
  padding-right: 0;
}
.pad_inner_2 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_3 .ml_image .overlay {
  width: calc(100% - 3 * 0.25rem);
}
.pad_inner_3 figcaption {
  max-width: calc(100% - 3 * 0.25rem);
}
.pad_inner_3 .ml__row .ml__cell:nth-child(1),
.pad_inner_3 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 0.75rem;
}
.pad_inner_3 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 0.75rem;
}
.pad_inner_3 .ml__row .ml__cell:nth-child(2),
.pad_inner_3 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 0.75rem;
  padding-right: 0;
}
.pad_inner_3 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_4 .ml_image .overlay {
  width: calc(100% - 4 * 0.25rem);
}
.pad_inner_4 figcaption {
  max-width: calc(100% - 4 * 0.25rem);
}
.pad_inner_4 .ml__row .ml__cell:nth-child(1),
.pad_inner_4 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 1rem;
}
.pad_inner_4 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 1rem;
}
.pad_inner_4 .ml__row .ml__cell:nth-child(2),
.pad_inner_4 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 1rem;
  padding-right: 0;
}
.pad_inner_4 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_5 .ml_image .overlay {
  width: calc(100% - 5 * 0.25rem);
}
.pad_inner_5 figcaption {
  max-width: calc(100% - 5 * 0.25rem);
}
.pad_inner_5 .ml__row .ml__cell:nth-child(1),
.pad_inner_5 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 1.25rem;
}
.pad_inner_5 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 1.25rem;
}
.pad_inner_5 .ml__row .ml__cell:nth-child(2),
.pad_inner_5 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 1.25rem;
  padding-right: 0;
}
.pad_inner_5 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_6 .ml_image .overlay {
  width: calc(100% - 6 * 0.25rem);
}
.pad_inner_6 figcaption {
  max-width: calc(100% - 6 * 0.25rem);
}
.pad_inner_6 .ml__row .ml__cell:nth-child(1),
.pad_inner_6 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 1.5rem;
}
.pad_inner_6 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 1.5rem;
}
.pad_inner_6 .ml__row .ml__cell:nth-child(2),
.pad_inner_6 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 1.5rem;
  padding-right: 0;
}
.pad_inner_6 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_7 .ml_image .overlay {
  width: calc(100% - 7 * 0.25rem);
}
.pad_inner_7 figcaption {
  max-width: calc(100% - 7 * 0.25rem);
}
.pad_inner_7 .ml__row .ml__cell:nth-child(1),
.pad_inner_7 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 1.75rem;
}
.pad_inner_7 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 1.75rem;
}
.pad_inner_7 .ml__row .ml__cell:nth-child(2),
.pad_inner_7 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 1.75rem;
  padding-right: 0;
}
.pad_inner_7 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_8 .ml_image .overlay {
  width: calc(100% - 8 * 0.25rem);
}
.pad_inner_8 figcaption {
  max-width: calc(100% - 8 * 0.25rem);
}
.pad_inner_8 .ml__row .ml__cell:nth-child(1),
.pad_inner_8 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 2rem;
}
.pad_inner_8 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 2rem;
}
.pad_inner_8 .ml__row .ml__cell:nth-child(2),
.pad_inner_8 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 2rem;
  padding-right: 0;
}
.pad_inner_8 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_9 .ml_image .overlay {
  width: calc(100% - 9 * 0.25rem);
}
.pad_inner_9 figcaption {
  max-width: calc(100% - 9 * 0.25rem);
}
.pad_inner_9 .ml__row .ml__cell:nth-child(1),
.pad_inner_9 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 2.25rem;
}
.pad_inner_9 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 2.25rem;
}
.pad_inner_9 .ml__row .ml__cell:nth-child(2),
.pad_inner_9 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 2.25rem;
  padding-right: 0;
}
.pad_inner_9 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.ml.w00_image .ml_image {
  flex: 1 1 0%;
}

.ml.w00_text .ml_text {
  flex: 1 1 0%;
}

.ml.w10_image .ml_image {
  flex: 1 1 10%;
}

.ml.w10_text .ml_text {
  flex: 1 1 10%;
}

.ml.w20_image .ml_image {
  flex: 1 1 20%;
}

.ml.w20_text .ml_text {
  flex: 1 1 20%;
}

.ml.w30_image .ml_image {
  flex: 1 1 30%;
}

.ml.w30_text .ml_text {
  flex: 1 1 30%;
}

.ml.w40_image .ml_image {
  flex: 1 1 40%;
}

.ml.w40_text .ml_text {
  flex: 1 1 40%;
}

.ml.w50_image .ml_image {
  flex: 1 1 50%;
}

.ml.w50_text .ml_text {
  flex: 1 1 50%;
}

.ml.w60_image .ml_image {
  flex: 1 1 60%;
}

.ml.w60_text .ml_text {
  flex: 1 1 60%;
}

.ml.w70_image .ml_image {
  flex: 1 1 70%;
}

.ml.w70_text .ml_text {
  flex: 1 1 70%;
}

.ml.w80_image .ml_image {
  flex: 1 1 80%;
}

.ml.w80_text .ml_text {
  flex: 1 1 80%;
}

.ml.w90_image .ml_image {
  flex: 1 1 90%;
}

.ml.w90_text .ml_text {
  flex: 1 1 90%;
}

.ml.w100_image .ml_image {
  flex: 1 1 100%;
}

.ml.w100_text .ml_text {
  flex: 1 1 100%;
}

.ml__cell {
  align-self: stretch;
  white-space: normal;
  box-sizing: border-box;
}

@media (max-width: 499px) {
  .ml__row {
    flex-wrap: wrap;
  }
  .ml__cell.ml_image {
    flex: 0 0 100% !important;
  }
  .ml__cell.ml_text {
    flex: 0 0 100% !important;
    padding: 0.5rem;
  }
}
@media (min-width: 500px) {
  .border_vertical .ml__row:not(.revese):not(.one_row) .ml__cell:first-child,
  .border_vertical .ml__row.revese .ml__cell:not(:first-child) {
    border-style: inherit;
    border-color: inherit;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
  }
}

.border_horizontal.border_1 .ml__row:not(:last-child) {
  border-bottom-width: 1px;
}

.border_vertical.border_1 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 1px;
}

.border_vertical.border_1 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 1px;
}

.border_top.border_1 .ml__row:first-child {
  border-top-width: 1px;
}

.border_right.border_1 .ml__row {
  border-right-width: 1px;
}

.border_bottom.border_1 .ml__row:last-child {
  border-bottom-width: 1px;
}

.border_left.border_1 .ml__row {
  border-left-width: 1px;
}

.border_horizontal.border_2 .ml__row:not(:last-child) {
  border-bottom-width: 2px;
}

.border_vertical.border_2 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 2px;
}

.border_vertical.border_2 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 2px;
}

.border_top.border_2 .ml__row:first-child {
  border-top-width: 2px;
}

.border_right.border_2 .ml__row {
  border-right-width: 2px;
}

.border_bottom.border_2 .ml__row:last-child {
  border-bottom-width: 2px;
}

.border_left.border_2 .ml__row {
  border-left-width: 2px;
}

.border_horizontal.border_3 .ml__row:not(:last-child) {
  border-bottom-width: 3px;
}

.border_vertical.border_3 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 3px;
}

.border_vertical.border_3 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 3px;
}

.border_top.border_3 .ml__row:first-child {
  border-top-width: 3px;
}

.border_right.border_3 .ml__row {
  border-right-width: 3px;
}

.border_bottom.border_3 .ml__row:last-child {
  border-bottom-width: 3px;
}

.border_left.border_3 .ml__row {
  border-left-width: 3px;
}

.border_horizontal.border_4 .ml__row:not(:last-child) {
  border-bottom-width: 4px;
}

.border_vertical.border_4 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 4px;
}

.border_vertical.border_4 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 4px;
}

.border_top.border_4 .ml__row:first-child {
  border-top-width: 4px;
}

.border_right.border_4 .ml__row {
  border-right-width: 4px;
}

.border_bottom.border_4 .ml__row:last-child {
  border-bottom-width: 4px;
}

.border_left.border_4 .ml__row {
  border-left-width: 4px;
}

.border_horizontal.border_5 .ml__row:not(:last-child) {
  border-bottom-width: 5px;
}

.border_vertical.border_5 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 5px;
}

.border_vertical.border_5 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 5px;
}

.border_top.border_5 .ml__row:first-child {
  border-top-width: 5px;
}

.border_right.border_5 .ml__row {
  border-right-width: 5px;
}

.border_bottom.border_5 .ml__row:last-child {
  border-bottom-width: 5px;
}

.border_left.border_5 .ml__row {
  border-left-width: 5px;
}

.border_horizontal.border_6 .ml__row:not(:last-child) {
  border-bottom-width: 6px;
}

.border_vertical.border_6 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 6px;
}

.border_vertical.border_6 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 6px;
}

.border_top.border_6 .ml__row:first-child {
  border-top-width: 6px;
}

.border_right.border_6 .ml__row {
  border-right-width: 6px;
}

.border_bottom.border_6 .ml__row:last-child {
  border-bottom-width: 6px;
}

.border_left.border_6 .ml__row {
  border-left-width: 6px;
}

.border_horizontal.border_7 .ml__row:not(:last-child) {
  border-bottom-width: 7px;
}

.border_vertical.border_7 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 7px;
}

.border_vertical.border_7 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 7px;
}

.border_top.border_7 .ml__row:first-child {
  border-top-width: 7px;
}

.border_right.border_7 .ml__row {
  border-right-width: 7px;
}

.border_bottom.border_7 .ml__row:last-child {
  border-bottom-width: 7px;
}

.border_left.border_7 .ml__row {
  border-left-width: 7px;
}

.border_horizontal.border_8 .ml__row:not(:last-child) {
  border-bottom-width: 8px;
}

.border_vertical.border_8 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 8px;
}

.border_vertical.border_8 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 8px;
}

.border_top.border_8 .ml__row:first-child {
  border-top-width: 8px;
}

.border_right.border_8 .ml__row {
  border-right-width: 8px;
}

.border_bottom.border_8 .ml__row:last-child {
  border-bottom-width: 8px;
}

.border_left.border_8 .ml__row {
  border-left-width: 8px;
}

.ml.border_none {
  border-color: none;
}
.ml.border_gray {
  border-color: gray;
}
.ml.border_lightgray {
  border-color: rgb(191.25, 191.25, 191.25);
}
.ml.border_black {
  border-color: black;
}
.ml.border_white {
  border-color: white;
}
.ml.border_lightgreen {
  border-color: rgb(138.01875, 164.315625, 201.13125);
}
.ml.border_green {
  border-color: hsl(215, 75%, 33%);
}
.ml.border_lightblue {
  border-color: rgb(242.25, 179.1375, 127.5);
}
.ml.border_blue {
  border-color: hsl(27, 100%, 45%);
}
.ml.border_lightbrown {
  border-color: rgb(203.45175, 165.08275, 145.89825);
}
.ml.border_brown {
  border-color: hsl(20, 61%, 37%);
}
.ml.border_red {
  border-color: hsl(0, 80%, 50%);
}

.ml.border_none {
  border-style: none;
}
.ml.border_solid {
  border-style: solid;
}
.ml.border_dashed {
  border-style: dashed;
}
.ml.border_dotted {
  border-style: dotted;
}

.bg_odd.bg_lightgreen .ml__row:nth-child(odd),
.bg_even.bg_lightgreen .ml__row:nth-child(even),
.bg_each.bg_lightgreen .ml__row {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}
.bg_odd.bg_lightgreen .ml__row:nth-child(odd) a[href^="mailto:"]:hover,
.bg_even.bg_lightgreen .ml__row:nth-child(even) a[href^="mailto:"]:hover,
.bg_each.bg_lightgreen .ml__row a[href^="mailto:"]:hover {
  background-color: rgb(216.75, 216.75, 216.75);
}
.bg_odd.bg_lightgreen .ml__row:nth-child(odd) a[href^="mailto:"]:hover::before,
.bg_even.bg_lightgreen .ml__row:nth-child(even) a[href^="mailto:"]:hover::before,
.bg_each.bg_lightgreen .ml__row a[href^="mailto:"]:hover::before {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}

.bg_odd.bg_lightblue .ml__row:nth-child(odd),
.bg_even.bg_lightblue .ml__row:nth-child(even),
.bg_each.bg_lightblue .ml__row {
  background-color: rgb(251.175, 232.24125, 216.75);
}
.bg_odd.bg_lightblue .ml__row:nth-child(odd) a[href^="mailto:"]:hover,
.bg_even.bg_lightblue .ml__row:nth-child(even) a[href^="mailto:"]:hover,
.bg_each.bg_lightblue .ml__row a[href^="mailto:"]:hover {
  background-color: rgb(216.75, 216.75, 216.75);
}
.bg_odd.bg_lightblue .ml__row:nth-child(odd) a[href^="mailto:"]:hover::before,
.bg_even.bg_lightblue .ml__row:nth-child(even) a[href^="mailto:"]:hover::before,
.bg_each.bg_lightblue .ml__row a[href^="mailto:"]:hover::before {
  background-color: rgb(251.175, 232.24125, 216.75);
}

.bg_odd.bg_lightgray .ml__row:nth-child(odd),
.bg_even.bg_lightgray .ml__row:nth-child(even),
.bg_each.bg_lightgray .ml__row {
  background-color: rgb(224.4, 224.4, 224.4);
}
.bg_odd.bg_lightgray .ml__row:nth-child(odd) a[href^="mailto:"]:hover,
.bg_even.bg_lightgray .ml__row:nth-child(even) a[href^="mailto:"]:hover,
.bg_each.bg_lightgray .ml__row a[href^="mailto:"]:hover {
  background-color: #cccccc;
}
.bg_odd.bg_lightgray .ml__row:nth-child(odd) a[href^="mailto:"]:hover::before,
.bg_even.bg_lightgray .ml__row:nth-child(even) a[href^="mailto:"]:hover::before,
.bg_each.bg_lightgray .ml__row a[href^="mailto:"]:hover::before {
  background-color: rgb(224.4, 224.4, 224.4);
}

.ml_image .overlay {
  position: absolute;
  top: 0;
  display: block;
  opacity: 0.15;
  width: 100%;
  height: 100%;
}

.ml.bg_lightgreen .overlay {
  background-color: hsl(215, 75%, 33%);
}

.ml.bg_lightblue .overlay {
  background-color: hsl(27, 100%, 45%);
}

.ml.bg_lightgray .overlay {
  background-color: #333333;
}

.si_box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem;
}
.si_box.full_width {
  margin-left: auto;
  margin-right: auto;
}
.si_box.full_width a {
  display: block;
}
.si_box.float_left {
  float: left;
}
.si_box.float_left.margin8 {
  margin-right: 8px;
}
.si_box.float_left.margin16 {
  margin-right: 16px;
}
.si_box.float_right {
  float: right;
}
.si_box.float_right.margin8 {
  margin-left: 8px;
}
.si_box.float_right.margin16 {
  margin-left: 16px;
}
.si_box.wide100 {
  width: 100%;
}
.si_box.wide75 {
  width: 75%;
}
.si_box.wide66 {
  width: 66.66667%;
}
.si_box.wide50 {
  width: 50%;
}
.si_box.wide33 {
  width: 33.33333%;
}
.si_box.wide25 {
  width: 25%;
}
.si_box.border {
  padding: 0.5rem;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  box-shadow: 4px 4px 6px -4px rgb(216.75, 216.75, 216.75);
}
@media (max-width: 500px) {
  .si_box {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.si_box a.gallery_open {
  border: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.si_box a.gallery_open img {
  vertical-align: bottom;
}
.si_box a.gallery_open picture::after {
  padding: 0.25rem 0.5rem 0;
  background-color: rgba(127.5, 127.5, 127.5, 0.5);
  border-radius: 0.25rem 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: 100% 100%;
  transition: transform 0.2s;
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2217%22 viewBox=%220 0 16 17%22%3E%3Cstyle%3E.a{fill:none;opacity:0.7;stroke-width:2;stroke:%23FFF;}%3C/style%3E%3Ccircle cx=%226.7%22 cy=%227.3%22 r=%225.3%22 class=%22a%22/%3E%3Cline x1=%2210.6%22 y1=%2210.9%22 x2=%2214.6%22 y2=%2215%22 class=%22a%22/%3E%3C/svg%3E");
  transform: scale(0.8);
}
.si_box a.gallery_open picture:hover::after {
  transform: scale(1);
}
.si_box a.gallery_open:hover {
  background: none;
}
.si_box a.gallery_open::before {
  content: none;
}
.si_box a.gallery_open:focus {
  outline: none;
}
.si_box picture {
  display: block;
  position: relative;
  box-shadow: 4px 4px 6px -2px rgb(216.75, 216.75, 216.75);
  box-shadow: 0.75px 0.75px 1.75px 1.25px rgb(216.75, 216.75, 216.75);
}
.si_box figcaption {
  padding: 0.5rem 0.25rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 0.8125rem;
  font-style: normal;
  font-style: italic;
  color: rgb(84.9999999999, 84.9999999999, 84.9999999999);
  line-height: 1rem;
}
.si_box figcaption span.copyright {
  font-size: 0.75rem;
  display: block;
}

.start_event-meldungen {
  margin: 2rem 0 4rem;
}

.sm, .se {
  margin: 1rem 0;
}

.sm a {
  text-decoration: none;
}

.sm_rubrik, .se_meta_header {
  text-transform: uppercase;
  font-size: 0.825rem;
  font-weight: 400;
  font-size: 0.6875rem;
}

.sm_rubrik {
  color: hsl(215, 75%, 33%);
  padding: 0.25rem 0.5rem 0.125rem;
  letter-spacing: 1.5px;
}

.Img25L .sm_wrapper {
  flex-direction: row;
}
.Img25L .sm_wrapper .sm_text {
  flex: 1 1 66.6666666667%;
}
.Img25L .sm_wrapper .sm_image {
  flex: 1 1 33.3333333333%;
  display: none;
}
@media (min-width: 600px) {
  .Img25L .sm_wrapper .sm_image {
    display: block;
  }
}
@media (min-width: 700px) {
  .Img25L .sm_wrapper .sm_image {
    display: none;
  }
}
@media (min-width: 900px) {
  .Img25L .sm_wrapper .sm_image {
    display: block;
  }
}

.Img25R .sm_wrapper {
  flex-direction: row-reverse;
}
.Img25R .sm_wrapper .sm_text {
  flex: 1 1 66.6666666667%;
}
.Img25R .sm_wrapper .sm_image {
  flex: 1 1 33.3333333333%;
  display: none;
}
@media (min-width: 600px) {
  .Img25R .sm_wrapper .sm_image {
    display: block;
  }
}
@media (min-width: 700px) {
  .Img25R .sm_wrapper .sm_image {
    display: none;
  }
}
@media (min-width: 900px) {
  .Img25R .sm_wrapper .sm_image {
    display: block;
  }
}

.Img100 .sm_wrapper .sm_inhalt {
  padding: 0.5rem 0.5rem 0.25rem;
}
.Img100 .sm_wrapper .sm_image {
  border-width: 1px 0 0 0;
}

.noImg .sm_wrapper .sm_image {
  display: none;
}

.sm_text {
  width: 100%;
}

.sm_wrapper {
  border: 0.25rem solid rgb(219.905625, 227.7946875, 238.839375);
  display: flex;
  box-shadow: 1px 1px 2.5px rgb(191.25, 191.25, 191.25), -1px 0.5px 1px rgb(224.4, 224.4, 224.4), 0px 0px 2px white;
}

.sm_image {
  border: 0.25rem solid white;
  padding: 0;
  display: block;
  align-self: start;
}
.sm_image::before {
  content: none;
}

.sm_meta, .se_zeit-header {
  padding: 0.75rem 0.5rem;
  display: block;
  border: none;
}
.sm_meta::before, .se_zeit-header::before {
  content: none;
}
.sm_meta:hover .sm_header, .sm_meta:hover .se_header, .se_zeit-header:hover .sm_header, .se_zeit-header:hover .se_header {
  color: rgb(79.528125, 118.9734375, 174.196875);
}

.sm_meta {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}
.sm_meta:hover {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}

.sm_meta_logo {
  text-align: right;
  margin-left: 0.5rem;
  float: right;
  max-width: 33%;
}

.sm_date, .se_zeit {
  color: #999999;
  font-size: 0.875rem;
  letter-spacing: 0.15px;
  font-style: normal;
  font-weight: 400;
}

.sm_date {
  margin-top: -0.5rem;
}

.sm_header, .se_header {
  color: hsl(215, 75%, 33%);
  margin: 0;
  line-height: 1.25;
  text-decoration: none;
  font-style: normal;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.375rem 0 0.125rem;
}
.sm_header a:hover, .se_header a:hover {
  background: none;
  border-bottom: 1px solid hsl(215, 75%, 33%);
}

.sm_inhalt, .se_inhalt {
  padding: 0 0.5rem 0.25rem;
}
.sm_inhalt p, .se_inhalt p {
  margin: 0.5rem 0;
}
.sm_inhalt a.lesen, .se_inhalt a.lesen {
  font-weight: 600;
  font-style: normal;
  border: none;
  margin-left: -0.125rem;
}
.sm_inhalt a.lesen::before, .se_inhalt a.lesen::before {
  content: none;
}

.se {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}

.se_text {
  flex: 1 1 66.6666666667%;
}

.orga_dreiN .se_zeit-header, .orga_dreiN .se_inhalt, .orga_dreiN .se_meta {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}
.orga_dreiN .se_zeit-header:hover {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}

.orga_dritter .se_zeit-header, .orga_dritter .se_inhalt, .orga_dritter .se_meta {
  background-color: rgb(251.175, 232.24125, 216.75);
}
.orga_dritter .se_zeit-header:hover {
  background-color: rgb(251.175, 232.24125, 216.75);
}

.se_zeit-header, .se_inhalt, .se_meta {
  padding: 0.75rem;
  box-shadow: 1px 1px 2px rgb(170.0085, 170.0085, 170.0085);
}

.se_zeit-header {
  margin-bottom: 0.5rem;
}

.se_inhalt p {
  margin-top: 0;
}

.se_logo {
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem;
}

.se_meta {
  flex: 1 1 33.3333333333%;
  margin-left: 0.5rem;
  display: none;
}
@media (min-width: 600px) {
  .se_meta {
    display: block;
  }
}
@media (min-width: 700px) {
  .se_meta {
    display: none;
  }
}
@media (min-width: 900px) {
  .se_meta {
    display: block;
  }
}

.se_meta_header {
  color: hsl(215, 75%, 33%);
  margin-top: 0.5rem;
  letter-spacing: 1px;
}

.se_meta_text {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.15px;
  margin-bottom: 0.5rem;
}

.flexmasonry_wrapper {
  margin-left: -1em;
  width: calc(100% + 2em);
}

.flexmasonry .sm {
  padding: 0 1em;
}

.panel {
  background-color: white;
  display: none;
  padding: 1em;
  border-top: 2px solid rgb(239.7, 239.7, 239.7);
  border-left: 2px solid rgb(239.7, 239.7, 239.7);
  box-shadow: inset -2px -2px 4px rgb(239.7, 239.7, 239.7);
  transform: translateY(0px);
}
.panel:first-of-type {
  display: block;
}
.panel > * {
  margin-top: 0;
}

a.tab, button.sl_tab {
  padding: 0.3em 0.75em 0.3em;
  margin: 0 0.5em;
  color: rgb(84.9999999999, 84.9999999999, 84.9999999999);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
  text-decoration: none;
  background: rgb(239.7, 239.7, 239.7);
  border-radius: 0.25em 0.25em 0 0;
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  word-spacing: 0.6px;
  font-size: 0.875em;
  transform: translateY(3px);
  border-bottom: none;
  font-weight: 600;
  letter-spacing: 0.9px;
}
a.tab.selected, a.tab.active, a.tab:hover, button.sl_tab.selected, button.sl_tab.active, button.sl_tab:hover {
  background: rgb(239.7, 239.7, 239.7) !important;
  color: hsl(215, 75%, 33%);
  text-shadow: 0px 0px 2px rgba(21.0375, 73.63125, 147.2625, 0.15);
  transform: translateY(0);
  transition: transform 0.4s, box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s;
  box-shadow: 1px 1px 4px rgb(216.75, 216.75, 216.75);
  border-bottom: 0.375em solid hsl(215, 75%, 33%);
}
a.tab.selected, button.sl_tab.selected {
  cursor: default;
}

button.sl_tab:focus {
  outline: none;
}

main a.tab::before,
main button.sl_tab::before,
main a.accordion_button::before {
  content: none;
}

.tablink_wrapper {
  display: flex;
}

.nnn_table_style_1 {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.75em;
}
@media (min-width: 37.5em) {
  .nnn_table_style_1 {
    font-size: calc(1vw + 0.375em);
  }
}
@media (min-width: 62.5em) {
  .nnn_table_style_1 {
    font-size: 1em;
  }
}
.nnn_table_style_1 tr {
  transition: background-color 0.15s;
}
.nnn_table_style_1 tr:first-child {
  background-color: rgb(208.2075, 218.72625, 233.4525);
  font-weight: 600;
  font-size: 1.2em;
}
.nnn_table_style_1 tr:first-child td {
  padding: 0.75em 1em;
  vertical-align: middle;
  padding: 0.375em 0.5em;
}
@media (min-width: 37.5em) {
  .nnn_table_style_1 tr:first-child td {
    padding: calc(1.5vw - 0.1875em) calc(2vw - 0.25em);
  }
}
@media (min-width: 62.5em) {
  .nnn_table_style_1 tr:first-child td {
    padding: 0.75em 1em;
  }
}
.nnn_table_style_1 tr:not(:first-child):nth-child(odd) {
  background-color: rgb(243.301875, 245.9315625, 249.613125);
}
.nnn_table_style_1 tr:not(:first-child):hover {
  background-color: rgb(252.45, 239.8275, 229.5);
}
.nnn_table_style_1 tr:not(:first-child):not(:last-child) {
  border-bottom: 1px solid rgb(127.5, 127.5, 127.5);
}
.nnn_table_style_1 td {
  padding: 0.5em 1em;
  vertical-align: top;
  padding: 0.25em 0.5em;
}
@media (min-width: 37.5em) {
  .nnn_table_style_1 td {
    padding: calc(1vw - 0.125em) calc(2vw - 0.25em);
  }
}
@media (min-width: 62.5em) {
  .nnn_table_style_1 td {
    padding: 0.5em 1em;
  }
}
.nnn_table_style_1 td:empty {
  display: none;
}

.accordion2 {
  margin-bottom: 2em;
}
.accordion2 .is-hidden {
  display: none;
}
.accordion2 .accordion_item2 {
  margin-bottom: 0.5em;
}
.accordion2 article > label {
  color: inherit;
  text-decoration: none;
  padding: 0.375em 0.75rem 0.375em 2rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  word-spacing: 0.6px;
  font-size: 0.875rem;
  font-weight: 400;
  border-bottom: none;
  background-color: rgb(239.7, 239.7, 239.7);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
  width: inherit;
  display: block;
}
.accordion2 article > label.accordion_always_open:hover {
  cursor: default;
}
.accordion2 article > label.c_grau {
  background-color: rgb(239.7, 239.7, 239.7);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_main {
  background-color: rgb(208.2075, 218.72625, 233.4525);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_main:hover, .accordion2 article > label.c_main:hover::before, .accordion2 article > label.c_main[data-collapsed=false], .accordion2 article > label.c_main[data-collapsed=false]::before {
  color: hsl(215, 75%, 33%);
  text-shadow: 0 0 2px rgba(21.0375, 73.63125, 147.2625, 0.15);
}
.accordion2 article > label.c_secunda {
  background-color: rgb(249.9, 224.655, 204);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_secunda:hover, .accordion2 article > label.c_secunda:hover::before, .accordion2 article > label.c_secunda[data-collapsed=false], .accordion2 article > label.c_secunda[data-collapsed=false]::before {
  color: hsl(27, 100%, 45%);
  text-shadow: 0 0 2px rgba(229.5, 103.275, 0, 0.15);
}
.accordion2 article > label.c_rot {
  background-color: rgb(249.9, 209.1, 209.1);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_rot:hover, .accordion2 article > label.c_rot:hover::before, .accordion2 article > label.c_rot[data-collapsed=false], .accordion2 article > label.c_rot[data-collapsed=false]::before {
  color: hsl(0, 80%, 50%);
  text-shadow: 0 0 2px rgba(229.5, 25.5, 25.5, 0.15);
}
.accordion2 article > label.c_3n_grun {
  background-color: rgb(220.4832, 234.192, 214.608);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_3n_grun:hover, .accordion2 article > label.c_3n_grun:hover::before, .accordion2 article > label.c_3n_grun[data-collapsed=false], .accordion2 article > label.c_3n_grun[data-collapsed=false]::before {
  color: hsl(102, 48%, 40%);
  text-shadow: 0 0 2px rgba(82.416, 150.96, 53.04, 0.15);
}
.accordion2 article > label.c_3n_blau {
  background-color: rgb(205.275, 214.8375, 228.225);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_3n_blau:hover, .accordion2 article > label.c_3n_blau:hover::before, .accordion2 article > label.c_3n_blau[data-collapsed=false], .accordion2 article > label.c_3n_blau[data-collapsed=false]::before {
  color: hsl(215, 90%, 25%);
  text-shadow: 0 0 2px rgba(6.375, 54.1875, 121.125, 0.15);
}
.accordion2 article > label:hover {
  cursor: pointer;
}
.accordion2 article > label::before {
  content: "»";
  background: none;
  transform: rotate(0deg) translateY(-3px);
  transition: transform 0.2s;
  display: inline;
  font-size: 1.4em;
  line-height: 1.2;
  color: rgb(63.75, 63.75, 63.75);
  margin-right: 0.25rem;
  margin-left: -1.5rem;
  float: left;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: auto;
}
.accordion2 label[data-collapsed=false],
.accordion2 label[data-collapsed=false]::before,
.accordion2 label:hover,
.accordion2 label:hover::before {
  transition-delay: 0s;
  color: hsl(215, 75%, 33%);
  text-shadow: 0 0 2px rgba(21.0375, 73.63125, 147.2625, 0.15);
}
.accordion2 label[data-collapsed=false]::before,
.accordion2 label:hover::before {
  transform: rotate(90deg);
}
.accordion2 .accordion_content {
  padding: 0 1em 0;
  margin: 0;
  overflow: hidden;
  white-space: normal;
  transition: all 0.3s ease;
  transform-origin: center top;
}
.accordion2 .accordion_content.c_weiss {
  background-color: white;
}
.accordion2 .accordion_content.c_grau {
  background-color: rgb(247.35, 247.35, 247.35);
}
.accordion2 .accordion_content.c_main {
  background-color: rgb(231.60375, 236.863125, 244.22625);
}
.accordion2 .accordion_content.c_secunda {
  background-color: rgb(252.45, 239.8275, 229.5);
}
.accordion2 .accordion_content.c_rot {
  background-color: rgb(252.45, 232.05, 232.05);
}
.accordion2 .accordion_content.c_3n_grun {
  background-color: rgb(237.7416, 244.596, 234.804);
}
.accordion2 .accordion_content.c_3n_blau {
  background-color: rgb(230.1375, 234.91875, 241.6125);
}
.accordion2 .accordion_content > p:first-of-type {
  margin-top: 1em;
}
.accordion2 .accordion_content > p:last-of-type {
  margin-bottom: 1em;
}
.accordion2 .accordion_content[data-init=true] {
  opacity: 0;
  height: 0;
  transform: scale(1, 0);
}
.accordion2 label[data-collapsed=false] ~ .accordion_content {
  height: auto;
  opacity: 1;
  transform: scale(1, 1);
}

/*********************/
/** GRID Aspect ratio Grid boxes with CSS Variables **/
/* https://codepen.io/michellebarker/post/building-an-aspect-ratio-css-grid-layout */
/*********************/
body.c-web .multi_grid {
  --mainColumns: 12;
}

.column .is-full .multi_grid {
  --mainColumns: 12;
}
.column .is-full .multi_grid,
.column .is-full-mobile .multi_grid {
  --mainColumns: 12;
}
@media screen and (min-width: 769px) {
  .column .is-full-tablet .multi_grid {
    --mainColumns: 12;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-full-desktop .multi_grid {
    --mainColumns: 12;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-full-widescreen .multi_grid {
    --mainColumns: 12;
  }
}
.column .is-12 .multi_grid {
  --mainColumns: 12;
}
.column .is-12 .multi_grid,
.column .is-12-mobile .multi_grid {
  --mainColumns: 12;
}
@media screen and (min-width: 769px) {
  .column .is-12-tablet .multi_grid {
    --mainColumns: 12;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-12-desktop .multi_grid {
    --mainColumns: 12;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-12-widescreen .multi_grid {
    --mainColumns: 12;
  }
}
.column .is-11 .multi_grid {
  --mainColumns: 11;
}
.column .is-11 .multi_grid,
.column .is-11-mobile .multi_grid {
  --mainColumns: 11;
}
@media screen and (min-width: 769px) {
  .column .is-11-tablet .multi_grid {
    --mainColumns: 11;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-11-desktop .multi_grid {
    --mainColumns: 11;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-11-widescreen .multi_grid {
    --mainColumns: 11;
  }
}
.column .is-10 .multi_grid {
  --mainColumns: 10;
}
.column .is-10 .multi_grid,
.column .is-10-mobile .multi_grid {
  --mainColumns: 10;
}
@media screen and (min-width: 769px) {
  .column .is-10-tablet .multi_grid {
    --mainColumns: 10;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-10-desktop .multi_grid {
    --mainColumns: 10;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-10-widescreen .multi_grid {
    --mainColumns: 10;
  }
}
.column .is-three-quarters .multi_grid {
  --mainColumns: 9;
}
.column .is-three-quarters .multi_grid,
.column .is-three-quarters-mobile .multi_grid {
  --mainColumns: 9;
}
@media screen and (min-width: 769px) {
  .column .is-three-quarters-tablet .multi_grid {
    --mainColumns: 9;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-three-quarters-desktop .multi_grid {
    --mainColumns: 9;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-three-quarters-widescreen .multi_grid {
    --mainColumns: 9;
  }
}
.column .is-9 .multi_grid {
  --mainColumns: 9;
}
.column .is-9 .multi_grid,
.column .is-9-mobile .multi_grid {
  --mainColumns: 9;
}
@media screen and (min-width: 769px) {
  .column .is-9-tablet .multi_grid {
    --mainColumns: 9;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-9-desktop .multi_grid {
    --mainColumns: 9;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-9-widescreen .multi_grid {
    --mainColumns: 9;
  }
}
.column .is-two-thirds .multi_grid {
  --mainColumns: 8;
}
.column .is-two-thirds .multi_grid,
.column .is-two-thirds-mobile .multi_grid {
  --mainColumns: 8;
}
@media screen and (min-width: 769px) {
  .column .is-two-thirds-tablet .multi_grid {
    --mainColumns: 8;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-two-thirds-desktop .multi_grid {
    --mainColumns: 8;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-two-thirds-widescreen .multi_grid {
    --mainColumns: 8;
  }
}
.column .is-8 .multi_grid {
  --mainColumns: 8;
}
.column .is-8 .multi_grid,
.column .is-8-mobile .multi_grid {
  --mainColumns: 8;
}
@media screen and (min-width: 769px) {
  .column .is-8-tablet .multi_grid {
    --mainColumns: 8;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-8-desktop .multi_grid {
    --mainColumns: 8;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-8-widescreen .multi_grid {
    --mainColumns: 8;
  }
}
.column .is-7 .multi_grid {
  --mainColumns: 7;
}
.column .is-7 .multi_grid,
.column .is-7-mobile .multi_grid {
  --mainColumns: 7;
}
@media screen and (min-width: 769px) {
  .column .is-7-tablet .multi_grid {
    --mainColumns: 7;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-7-desktop .multi_grid {
    --mainColumns: 7;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-7-widescreen .multi_grid {
    --mainColumns: 7;
  }
}
.column .is-half .multi_grid {
  --mainColumns: 6;
}
.column .is-half .multi_grid,
.column .is-half-mobile .multi_grid {
  --mainColumns: 6;
}
@media screen and (min-width: 769px) {
  .column .is-half-tablet .multi_grid {
    --mainColumns: 6;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-half-desktop .multi_grid {
    --mainColumns: 6;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-half-widescreen .multi_grid {
    --mainColumns: 6;
  }
}
.column .is-6 .multi_grid {
  --mainColumns: 6;
}
.column .is-6 .multi_grid,
.column .is-6-mobile .multi_grid {
  --mainColumns: 6;
}
@media screen and (min-width: 769px) {
  .column .is-6-tablet .multi_grid {
    --mainColumns: 6;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-6-desktop .multi_grid {
    --mainColumns: 6;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-6-widescreen .multi_grid {
    --mainColumns: 6;
  }
}
.column .is-5 .multi_grid {
  --mainColumns: 5;
}
.column .is-5 .multi_grid,
.column .is-5-mobile .multi_grid {
  --mainColumns: 5;
}
@media screen and (min-width: 769px) {
  .column .is-5-tablet .multi_grid {
    --mainColumns: 5;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-5-desktop .multi_grid {
    --mainColumns: 5;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-5-widescreen .multi_grid {
    --mainColumns: 5;
  }
}
.column .is-one-third .multi_grid {
  --mainColumns: 4;
}
.column .is-one-third .multi_grid,
.column .is-one-third-mobile .multi_grid {
  --mainColumns: 4;
}
@media screen and (min-width: 769px) {
  .column .is-one-third-tablet .multi_grid {
    --mainColumns: 4;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-one-third-desktop .multi_grid {
    --mainColumns: 4;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-one-third-widescreen .multi_grid {
    --mainColumns: 4;
  }
}
.column .is-4 .multi_grid {
  --mainColumns: 4;
}
.column .is-4 .multi_grid,
.column .is-4-mobile .multi_grid {
  --mainColumns: 4;
}
@media screen and (min-width: 769px) {
  .column .is-4-tablet .multi_grid {
    --mainColumns: 4;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-4-desktop .multi_grid {
    --mainColumns: 4;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-4-widescreen .multi_grid {
    --mainColumns: 4;
  }
}
.column .is-one-quarter .multi_grid {
  --mainColumns: 3;
}
.column .is-one-quarter .multi_grid,
.column .is-one-quarter-mobile .multi_grid {
  --mainColumns: 3;
}
@media screen and (min-width: 769px) {
  .column .is-one-quarter-tablet .multi_grid {
    --mainColumns: 3;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-one-quarter-desktop .multi_grid {
    --mainColumns: 3;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-one-quarter-widescreen .multi_grid {
    --mainColumns: 3;
  }
}
.column .is-3 .multi_grid {
  --mainColumns: 3;
}
.column .is-3 .multi_grid,
.column .is-3-mobile .multi_grid {
  --mainColumns: 3;
}
@media screen and (min-width: 769px) {
  .column .is-3-tablet .multi_grid {
    --mainColumns: 3;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-3-desktop .multi_grid {
    --mainColumns: 3;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-3-widescreen .multi_grid {
    --mainColumns: 3;
  }
}
.column .is-2 .multi_grid {
  --mainColumns: 2;
}
.column .is-2 .multi_grid,
.column .is-2-mobile .multi_grid {
  --mainColumns: 2;
}
@media screen and (min-width: 769px) {
  .column .is-2-tablet .multi_grid {
    --mainColumns: 2;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-2-desktop .multi_grid {
    --mainColumns: 2;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-2-widescreen .multi_grid {
    --mainColumns: 2;
  }
}
.column .is-1 .multi_grid {
  --mainColumns: 1;
}
.column .is-1 .multi_grid,
.column .is-1-mobile .multi_grid {
  --mainColumns: 1;
}
@media screen and (min-width: 769px) {
  .column .is-1-tablet .multi_grid {
    --mainColumns: 1;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-1-desktop .multi_grid {
    --mainColumns: 1;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-1-widescreen .multi_grid {
    --mainColumns: 1;
  }
}

.with_sidebar .main_korsett .multi_grid {
  --mainColumns: 7.536;
}

.main_korsett .multi_grid {
  --mainColumns: 10.992;
}

.multi_grid__wrapper {
  margin-bottom: 2.4em;
}

.multi_grid {
  --noOfColumns: var(--gridColumns_mobile);
  --wrapper: calc(100vw - (0.75rem * 2));
  --ratioA: var(--ratioA_mobile);
  --ratioB: var(--ratioB_mobile);
  --gutter: var(--gutter_help);
  font-size: 1em;
}
@media (min-width: 25em) {
  .multi_grid {
    font-size: 1em;
  }
}
@media (min-width: 48.0625em) {
  .multi_grid {
    font-size: 1em;
  }
}
@media screen and (min-width: 769px), print {
  .multi_grid {
    --ratioA: var(--ratioA_tablet);
    --ratioB: var(--ratioB_tablet);
    --noOfColumns: var(--gridColumns_tablet);
    --wrapper: calc((100vw * var(--mainColumns) / 12) - (0.75rem * 2));
  }
}
@media (min-width: 75em) {
  .multi_grid {
    --ratioA: var(--ratioA_desk);
    --ratioB: var(--ratioB_desk);
    --wrapper: calc((var(--width_content) * var(--mainColumns) / 12) - (0.75rem * 2));
    --noOfColumns: var(--gridColumns_desk);
  }
}
.multi_grid {
  --noOfGutters: calc(var(--noOfColumns) - 1);
  --factor: calc(var(--ratioB) / var(--ratioA));
  --rh: calc(((var(--wrapper) - (var(--noOfGutters) * var(--gutter))) / var(--noOfColumns)) * var(--factor));
  max-width: var(--wrapper);
  display: grid;
  grid-template-columns: repeat(var(--noOfColumns), 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: minmax(var(--rh), var(--rh));
  grid-gap: var(--gutter);
}
.multi_grid.griditems_autoheight {
  grid-auto-rows: minmax(var(--rh), auto);
  /* This tells the grid that the cells must be a minimum of our row height value, but should expand if the content is longer */
}
.multi_grid a.mg__popup_element.mg__element_hover_tl figure, .multi_grid a.mg__popup_element.mg__element_hover_tr figure, .multi_grid a.mg__popup_element.mg__element_hover_br figure, .multi_grid a.mg__popup_element.mg__element_hover_bl figure,
.multi_grid a.mg__link_element.mg__element_hover_tl figure,
.multi_grid a.mg__link_element.mg__element_hover_tr figure,
.multi_grid a.mg__link_element.mg__element_hover_br figure,
.multi_grid a.mg__link_element.mg__element_hover_bl figure {
  position: relative;
}
.multi_grid a.mg__popup_element.mg__element_hover_tl figure::after, .multi_grid a.mg__popup_element.mg__element_hover_tr figure::after, .multi_grid a.mg__popup_element.mg__element_hover_br figure::after, .multi_grid a.mg__popup_element.mg__element_hover_bl figure::after,
.multi_grid a.mg__link_element.mg__element_hover_tl figure::after,
.multi_grid a.mg__link_element.mg__element_hover_tr figure::after,
.multi_grid a.mg__link_element.mg__element_hover_br figure::after,
.multi_grid a.mg__link_element.mg__element_hover_bl figure::after {
  position: absolute;
  transform: scale(0.8);
  transition: transform 0.17s ease;
  line-height: 1.2rem;
  padding: 0.375rem 0.5rem 0.125rem;
  background-color: rgba(153, 153, 153, 0.85);
}
.multi_grid a.mg__popup_element.mg__element_hover_tl figure:hover::after, .multi_grid a.mg__popup_element.mg__element_hover_tr figure:hover::after, .multi_grid a.mg__popup_element.mg__element_hover_br figure:hover::after, .multi_grid a.mg__popup_element.mg__element_hover_bl figure:hover::after,
.multi_grid a.mg__link_element.mg__element_hover_tl figure:hover::after,
.multi_grid a.mg__link_element.mg__element_hover_tr figure:hover::after,
.multi_grid a.mg__link_element.mg__element_hover_br figure:hover::after,
.multi_grid a.mg__link_element.mg__element_hover_bl figure:hover::after {
  transform: scale(1);
}
.multi_grid a.mg__popup_element.mg__element_hover_scale figure, .multi_grid a.mg__popup_element.mg__element_hover_nofx figure,
.multi_grid a.mg__link_element.mg__element_hover_scale figure,
.multi_grid a.mg__link_element.mg__element_hover_nofx figure {
  position: relative;
}
.multi_grid a.mg__popup_element.mg__element_hover_tl figure::after,
.multi_grid a.mg__link_element.mg__element_hover_tl figure::after {
  top: 0;
  left: 0;
  transform-origin: 0 0;
  border-bottom-right-radius: 0.25rem;
}
.multi_grid a.mg__popup_element.mg__element_hover_tr figure::after,
.multi_grid a.mg__link_element.mg__element_hover_tr figure::after {
  top: 0;
  right: 0;
  transform-origin: 100% 0;
  border-bottom-left-radius: 0.25rem;
}
.multi_grid a.mg__popup_element.mg__element_hover_br figure::after,
.multi_grid a.mg__link_element.mg__element_hover_br figure::after {
  bottom: 0;
  right: 0;
  transform-origin: 100% 100%;
  border-top-left-radius: 0.25rem;
}
.multi_grid a.mg__popup_element.mg__element_hover_bl figure::after,
.multi_grid a.mg__link_element.mg__element_hover_bl figure::after {
  bottom: 0;
  left: 0;
  transform-origin: 0 100%;
  border-top-right-radius: 0.25rem;
}

.multi_grid__item:has(.mg__element_hover_scale) {
  transition: transform 0.22s ease-out;
}
.multi_grid__item:has(.mg__element_hover_scale):hover {
  transform: scale(1.025);
  transition-timing-function: ease-in;
  z-index: 1;
}

a.mg__popup_element figure::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2217%22 viewBox=%220 0 16 17%22%3E%3Cstyle%3E.a{fill:none;opacity:0.7;stroke-width:2;stroke:%23FFF;}%3C/style%3E%3Ccircle cx=%226.7%22 cy=%227.3%22 r=%225.3%22 class=%22a%22/%3E%3Cline x1=%2210.6%22 y1=%2210.9%22 x2=%2214.6%22 y2=%2215%22 class=%22a%22/%3E%3C/svg%3E");
}

a.mg__link_element figure::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2217%22 viewBox=%220 0 16 17%22 %3E %3Cpath fill=%22%23fff%22 d=%22M2.4 2.5V5h7.2l-7.7 7.7 1.8 1.8 7.7-7.7V14h2.5V2.5z%22 opacity=%22.7%22 /%3E %3C/svg%3E");
}

.multi_grid__item {
  position: relative;
  font-size: 1em;
  white-space: normal;
  overflow: auto;
}
.multi_grid__item img,
.multi_grid__item figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.multi_grid__item figure.object_fit_cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.multi_grid__item figure.object_fit_contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.multi_grid__item figure.object_fit_fill img {
  -o-object-fit: fill;
     object-fit: fill;
}
.multi_grid__item figure.object_fit_scale-down img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.multi_grid__item figure.object_fit_none img {
  -o-object-fit: none;
     object-fit: none;
}
.multi_grid__item figure.object_position_center img {
  -o-object-position: center;
     object-position: center;
}
.multi_grid__item figure.object_position_left img {
  -o-object-position: left;
     object-position: left;
}
.multi_grid__item figure.object_position_top img {
  -o-object-position: top;
     object-position: top;
}
.multi_grid__item figure.object_position_bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}
.multi_grid__item figure.object_position_right img {
  -o-object-position: right;
     object-position: right;
}
.multi_grid__item p:last-of-type {
  margin-bottom: 0;
}
.multi_grid__item > p:first-child:empty, .multi_grid__item > p:last-child:empty {
  margin-bottom: 0;
}
.multi_grid__item.▯_1x2 {
  grid-row: span 2;
}
.multi_grid__item.▭_2x1 {
  grid-column: span 2;
}
.multi_grid__item.◻_2x2 {
  grid-column: span 2;
  grid-row: span 2;
}
.multi_grid__item.▯_1x3 {
  grid-row: span 3;
}
.multi_grid__item.▭_3x1 {
  grid-column: span 3;
}
.multi_grid__item.◻_3x3 {
  grid-column: span 3;
  grid-row: span 3;
}
.multi_grid__item.▯_1x4 {
  grid-row: span 4;
}
.multi_grid__item.▭_4x1 {
  grid-column: span 4;
}
.multi_grid__item.◻_4x4 {
  grid-column: span 4;
  grid-row: span 4;
}
.multi_grid__item.▯_1x5 {
  grid-row: span 5;
}
.multi_grid__item.▭_5x1 {
  grid-column: span 5;
}
.multi_grid__item.◻_5x5 {
  grid-column: span 5;
  grid-row: span 5;
}
.multi_grid__item.▯_1x6 {
  grid-row: span 6;
}
.multi_grid__item.▭_6x1 {
  grid-column: span 6;
}
.multi_grid__item.◻_6x6 {
  grid-column: span 6;
  grid-row: span 6;
}
.multi_grid__item.▯_1x7 {
  grid-row: span 7;
}
.multi_grid__item.▭_7x1 {
  grid-column: span 7;
}
.multi_grid__item.◻_7x7 {
  grid-column: span 7;
  grid-row: span 7;
}
.multi_grid__item.▯_1x8 {
  grid-row: span 8;
}
.multi_grid__item.▭_8x1 {
  grid-column: span 8;
}
.multi_grid__item.◻_8x8 {
  grid-column: span 8;
  grid-row: span 8;
}
.multi_grid__item.▯_1x9 {
  grid-row: span 9;
}
.multi_grid__item.▭_9x1 {
  grid-column: span 9;
}
.multi_grid__item.◻_9x9 {
  grid-column: span 9;
  grid-row: span 9;
}
.multi_grid__item.▯_1x10 {
  grid-row: span 10;
}
.multi_grid__item.▭_10x1 {
  grid-column: span 10;
}
.multi_grid__item.◻_10x10 {
  grid-column: span 10;
  grid-row: span 10;
}
.multi_grid__item.▯_1x11 {
  grid-row: span 11;
}
.multi_grid__item.▭_11x1 {
  grid-column: span 11;
}
.multi_grid__item.◻_11x11 {
  grid-column: span 11;
  grid-row: span 11;
}
.multi_grid__item.▯_1x12 {
  grid-row: span 12;
}
.multi_grid__item.▭_12x1 {
  grid-column: span 12;
}
.multi_grid__item.◻_12x12 {
  grid-column: span 12;
  grid-row: span 12;
}
.multi_grid__item figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: hsla(0, 0%, 100%, 0.9);
  margin-bottom: 0;
  padding: 0.25em 0.5em;
  z-index: 0;
  font-size: 0.6875em;
}
@media (min-width: 25em) {
  .multi_grid__item figcaption {
    font-size: calc(0.5420054201vw + 0.551998645em);
  }
}
@media (min-width: 48.0625em) {
  .multi_grid__item figcaption {
    font-size: 0.8125em;
  }
}
.multi_grid__item figcaption .copyright {
  display: inline-block;
  font-size: 0.875em;
}
.multi_grid__item figcaption .copyright::before {
  content: "© ";
}
.multi_grid__item figcaption:empty {
  display: none;
}
.multi_grid__item .mg__element_hover_bl figcaption {
  padding-left: 2.75em;
}
.multi_grid__item .mg__element_hover_br figcaption {
  padding-right: 2.75em;
}

.multi_grid__item.multi_grid__previewColumns.mg__previewMigx img,
.multi_grid__item.multi_grid__previewColumns.mg__previewMigx figure {
  position: unset;
}

.multi_grid__item {
  border-style: var(--mg__border-style);
  border-width: var(--mg__border-width);
  border-color: var(--mg__border-color);
  background-color: var(--mg__background-color);
}
.multi_grid__item.mg__border_radius {
  border-radius: var(--mg__border-radius);
}
.multi_grid__item.mg__padding {
  padding: var(--mg__padding);
}

.multi_grid__img {
  overflow: hidden;
}

.multi_grid__text,
.multi_grid__leer {
  text-align: var(--mg__textalign);
}
.multi_grid__text.textvertical,
.multi_grid__leer.textvertical {
  display: flex;
  flex-wrap: wrap;
}
.multi_grid__text.textvertical > *,
.multi_grid__leer.textvertical > * {
  flex: 1 1 100%;
}
.multi_grid__text.textvertical_top,
.multi_grid__leer.textvertical_top {
  align-content: stretch;
  align-content: flex-start;
}
.multi_grid__text.textvertical_center,
.multi_grid__leer.textvertical_center {
  align-content: center;
}
.multi_grid__text.textvertical_bottom,
.multi_grid__leer.textvertical_bottom {
  align-content: flex-end;
}

.gallery_caption {
  margin: 0.5em 0;
  color: rgb(127.5, 127.5, 127.5);
  font-family: "SourceSerifPro";
  font-style: italic;
  font-weight: 400;
  font-size: 0.875em;
}
.gallery_caption .mg_gallery_bu + .mg_gallery_cr {
  margin-left: 1em;
}
.gallery_caption .mg_gallery_cr {
  display: inline-block;
  font-size: 0.875em;
}
.gallery_caption .mg_gallery_cr::before {
  content: "© ";
  white-space: nowrap;
}

.padding_left_05em {
  padding-left: 0.5em;
}

.multi_grid .accordion2 {
  margin-bottom: 0.3em;
}

.loop_false.arrow-hide {
  opacity: 0;
  cursor: not-allowed;
}

.mfp-img::-moz-selection {
  background-color: transparent;
}

.mfp-img::selection {
  background-color: transparent;
}

footer {
  box-shadow: inset 0px 16px 16px -16px rgb(170.0085, 170.0085, 170.0085), 0px -2px 0px rgb(170.0085, 170.0085, 170.0085);
}
footer h3 {
  margin: 0 0 0.25em 0;
}

.suchen__footer input {
  width: 100%;
}

footer > .columns.footer_logos {
  max-width: 100vw;
  background: white;
}
.c-web-congress-de footer > .columns.footer_logos,
.c-web-congress-en footer > .columns.footer_logos {
  background: none;
}
.c-web-congress-de .footer_logos > .column > .columns,
.c-web-congress-en .footer_logos > .column > .columns {
  border-bottom: 2px solid rgb(191.25, 191.25, 191.25);
}

.footer_kontaktzeile.is-mobile .column {
  transition: all 0.25s ease-in-out;
  color: black;
  text-decoration: none;
  padding: 1em 2em;
}
@media (max-width: 25em) {
  .footer_kontaktzeile.is-mobile .column h3 {
    margin-bottom: 0;
  }
  .footer_kontaktzeile.is-mobile .column > p {
    display: none;
  }
}
.footer_kontaktzeile.is-mobile .column:first-child {
  padding-left: 1em;
}
.footer_kontaktzeile.is-mobile .column:last-child {
  padding-right: 1em;
}
.footer_kontaktzeile.is-mobile .column:hover {
  background: white;
}
.footer_kontaktzeile.is-mobile .column p {
  margin: 0;
}

.footer_logos .columns .columns .column {
  margin: auto;
}
.footer_logos img {
  mix-blend-mode: darken;
}

@media (max-width: 48em) {
  .footer_kontaktzeile.is-mobile {
    display: flex;
    flex-flow: row wrap;
    gap: 0;
  }
  .footer_kontaktzeile.is-mobile .column.is-one-quarter {
    width: 50%;
    padding: 0.5em 2em;
  }
  .footer_kontaktzeile.is-mobile .column.is-one-quarter p {
    font-size: 0.875em;
  }
}
.googlemap {
  height: 500px;
}
@media (max-width: 500px) and (orientation: portrait) {
  .googlemap {
    height: 70vh;
  }
}
@media (max-width: 700px) and (orientation: landscape) {
  .googlemap {
    height: 80vh;
  }
}

main .googlemap .gm-style-cc a {
  padding: inherit;
  border-bottom: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin-bottom: inherit;
}
main .googlemap .gm-style-cc a::before {
  content: none;
}

div#bodyContent p {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0;
}
div#bodyContent p b {
  font-size: 0.875rem;
  line-height: 1.4;
}

.gm-style .gm-style-iw {
  left: 10px !important;
  top: 9px !important;
  line-height: 0;
}

.multiMap_info {
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0;
  max-width: 250px;
}
.multiMap_info h1, .multiMap_info h2, .multiMap_info h3, .multiMap_info h4 {
  margin: 0;
}
.multiMap_info p:last-of-type {
  margin-bottom: 0.25rem;
}

.googlemap.pilotflache {
  height: 80vh;
}

.search_form {
  position: relative;
}
.search_form.cd-form input[type=text] {
  padding: 0.25rem 0.875rem 0.25rem 0.5rem;
}

.search_form.floating-labels .cd-label {
  top: 0.375rem;
}

.search_form.floating-labels .cd-label.float2, .search_form.floating-labels .cd-label.float {
  opacity: 0;
}

.search_form_header.floating-labels .cd-label {
  text-transform: none;
  top: 0.1875rem;
  letter-spacing: 0.65px;
  color: rgb(140.25, 140.25, 140.25);
}

.search_form_header.cd-form input[type=text] {
  padding: 0.125rem 0.875rem 0.125rem 0.375rem;
}

.message {
  width: 868px;
}

.container {
  overflow: hidden;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto;
}

.message p:nth-child(1) {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.375em;
  font-size: 1em;
  font-weight: normal;
  color: #1F1F1F;
}

.res-bold {
  text-align: left;
  margin: 0 0 0.5rem 0;
}

.sisea-result {
  display: block;
  padding: 1rem 1rem 0.5rem;
  font-style: normal;
  font-weight: normal;
  transition: all 0.15s;
  border: none;
  margin-left: -1rem;
  text-decoration: none;
  color: unset;
}
.sisea-result:hover small {
  border-bottom: 1px solid;
}
.sisea-result h2:before {
  border-left-color: white;
  filter: none;
}

main a.sisea-result:hover {
  background-color: rgb(239.7, 239.7, 239.7);
}

main a.sisea-result::before {
  content: none;
}

.sisea-result h3 {
  font-size: 1.375em;
  margin-bottom: 5px;
}

.extract p {
  text-align: left;
  font-size: 1em;
  margin-top: 0.25rem;
}

.sisea-highlight, .simplesearch-highlight {
  font-weight: bold;
  color: hsl(215, 75%, 33%);
  background: rgb(239.7, 239.7, 239.7);
  padding: 0 2px;
}

.paging ul {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.paging li {
  display: inline-block;
  background-color: #EEE;
  margin-right: 1rem;
}
.paging li a {
  font-style: normal;
  font-weight: normal;
  padding: 0 0.5rem;
  border-bottom: none;
}
.paging li a::before {
  content: none;
}

.paging li span {
  padding: 6px 10px;
  display: block;
  background-color: white;
  color: green;
}

.t-3 h1 span, .t-5 h1 span {
  display: block;
  margin: 0;
  padding: 0 0 0.25rem 0.125rem;
  line-height: 1;
  text-shadow: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 1rem;
}

.hero.is-fullheight .hero-body.underConstruction_wrapper {
  flex-direction: column;
}

.underConstruction_text {
  color: hsl(27, 100%, 45%);
  font-weight: 700;
  font-size: 2em;
  padding-top: 1em;
}

#socialButtons {
  display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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