/* 
    Document   : frontend
    Description:
    Used for styles in the frontend.
*/
/*
    Document   : _base
*/
/*
  CUSTOMIZABLE
  Please rewrite these values in a file named _custom_variables.scss, based on the template _customVariables.scss
*/
/* BASE */
/* HEADER */
/* BASE */
/* HEADER */
/* FOOTER */
/* GENERAL BUTTONS */
/* FRONTPAGE BUTTONS */
/* FORMS */
/* STEPS CONTAINER*/
/* REPORT MASK */
/* NOTIFICATIONS */
/* REPORT NAVIGATION */
/* INFO POPUP */
/* BACKEND */
/* MOBILE */
/**
  Returns the given stirng with the first letter capitalized
 */
/**
  Converts a valid unit to em
 */
/**
  Converts a valid unit to px
 */
/**
  Browser polyfills
 */
/**
  Searches for the font and tries to import all the formats
 */
/**
  Sets all the necessary values for absolute positioning
 */
/**
  Size properties
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../../sass/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../../sass/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../../sass/vendor/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../../sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../../sass/vendor/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../../sass/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../../sass/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../../sass/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../../sass/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../../sass/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../../sass/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../../sass/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../../sass/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../../sass/vendor/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../../sass/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../../sass/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 207, ../../sass/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../../sass/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../../sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../../sass/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../../sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../../sass/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../../sass/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../../sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 299, ../../sass/vendor/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../../sass/vendor/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 324, ../../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, ../../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../../sass/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, ../../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 379, ../../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../../sass/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2, ../../sass/layout/shared/_base.scss */
.hidden {
  display: none !important;
}

/* line 5, ../../sass/layout/shared/_gridLayout.scss */
.row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
/* line 11, ../../sass/layout/shared/_gridLayout.scss */
.row .col,
.row [class^='col-'],
.row [class*=' col-'] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  flex-basis: auto;
  flex-grow: 1;
  max-width: 100%;
}
/* line 22, ../../sass/layout/shared/_gridLayout.scss */
.row .col > *:first-child,
.row [class^='col-'] > *:first-child,
.row [class*=' col-'] > *:first-child {
  margin-top: 0;
}
/* line 26, ../../sass/layout/shared/_gridLayout.scss */
.row .col > *:last-child,
.row [class^='col-'] > *:last-child,
.row [class*=' col-'] > *:last-child {
  margin-bottom: 0;
}
/* line 31, ../../sass/layout/shared/_gridLayout.scss */
.row.row-wrap {
  flex-wrap: wrap;
  margin-bottom: 0;
}
/* line 35, ../../sass/layout/shared/_gridLayout.scss */
.row.row-wrap .col,
.row.row-wrap [class^='col-'],
.row.row-wrap [class*=' col-'] {
  margin-bottom: 20px;
}
/* line 42, ../../sass/layout/shared/_gridLayout.scss */
.row .col-no-grow {
  flex-grow: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-1 {
  flex: 0 0 8.33333%;
  width: 8.33333%;
  -ms-flex-preferred-size: calc(8.33333% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-1 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-2 {
  flex: 0 0 16.66667%;
  width: 16.66667%;
  -ms-flex-preferred-size: calc(16.66667% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-2 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  -ms-flex-preferred-size: calc(25% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-3 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-4 {
  flex: 0 0 33.33333%;
  width: 33.33333%;
  -ms-flex-preferred-size: calc(33.33333% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-4 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-5 {
  flex: 0 0 41.66667%;
  width: 41.66667%;
  -ms-flex-preferred-size: calc(41.66667% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-5 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  -ms-flex-preferred-size: calc(50% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-6 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-7 {
  flex: 0 0 58.33333%;
  width: 58.33333%;
  -ms-flex-preferred-size: calc(58.33333% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-7 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-8 {
  flex: 0 0 66.66667%;
  width: 66.66667%;
  -ms-flex-preferred-size: calc(66.66667% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-8 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  -ms-flex-preferred-size: calc(75% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-9 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-10 {
  flex: 0 0 83.33333%;
  width: 83.33333%;
  -ms-flex-preferred-size: calc(83.33333% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-10 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-11 {
  flex: 0 0 91.66667%;
  width: 91.66667%;
  -ms-flex-preferred-size: calc(91.66667% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-11 > *:first-child {
  margin-top: 0;
}
/* line 47, ../../sass/layout/shared/_gridLayout.scss */
.row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  -ms-flex-preferred-size: calc(100% - (20px));
}
/* line 56, ../../sass/layout/shared/_gridLayout.scss */
.row .col-12 > *:first-child {
  margin-top: 0;
}
/* line 62, ../../sass/layout/shared/_gridLayout.scss */
.row .col-center-content {
  display: flex;
  justify-content: center;
}
/* line 66, ../../sass/layout/shared/_gridLayout.scss */
.row .col-center-content > * {
  width: 100%;
}
/* line 73, ../../sass/layout/shared/_gridLayout.scss */
.row .formElementContainer .input-affix-wrapper .flatpickr-alt-input {
  width: calc(100% - 32px);
}
/* line 82, ../../sass/layout/shared/_gridLayout.scss */
.row .formElementContainer fieldset div.slider:first-child {
  margin: 0;
}

@media (max-width: 900px) {
  /* line 91, ../../sass/layout/shared/_gridLayout.scss */
  .row {
    flex-wrap: wrap;
  }
  /* line 94, ../../sass/layout/shared/_gridLayout.scss */
  .row .col {
    flex-basis: 100%;
    width: 100%;
  }
}
/* line 1, ../../sass/layout/frontend/_base.scss */
html {
  height: 100%;
  margin: 0;
  font-size: 16px;
}

/* line 7, ../../sass/layout/frontend/_base.scss */
body {
  font-family: 'EncodeSans-Regular', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #DCE4F1;
  color: #535355;
  height: 100%;
  width: 100%;
}

/* line 19, ../../sass/layout/frontend/_base.scss */
#content,
#footerOuter {
  display: table-row;
  height: 1px;
}

/* line 25, ../../sass/layout/frontend/_base.scss */
#content {
  height: 100%;
}
/* line 28, ../../sass/layout/frontend/_base.scss */
#content > *:last-child {
  margin-bottom: 90px;
}
/* line 32, ../../sass/layout/frontend/_base.scss */
#content .centeredContainer {
  padding: 30px 60px 20px 60px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 8px;
  max-width: 1080px;
  width: calc(90% - 120px);
}

/* line 43, ../../sass/layout/frontend/_base.scss */
h1, h2, h3 {
  font-family: "EncodeSans-Thin", sans-serif;
}

/* line 47, ../../sass/layout/frontend/_base.scss */
h1 {
  font-weight: normal;
  font-size: 2.4rem;
}

/* line 52, ../../sass/layout/frontend/_base.scss */
h2 {
  font-weight: normal;
  font-size: 2.0rem;
}

/* line 57, ../../sass/layout/frontend/_base.scss */
h3 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

/* line 63, ../../sass/layout/frontend/_base.scss */
h4 {
  font-family: "EncodeSans-Bold", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #6c6c6f;
}

/* line 70, ../../sass/layout/frontend/_base.scss */
p {
  line-height: 2rem;
}

/* line 74, ../../sass/layout/frontend/_base.scss */
a {
  color: #535355;
  transition: 0.3s;
}

/* line 79, ../../sass/layout/frontend/_base.scss */
.mainContent {
  position: relative;
  z-index: 200;
}
/* line 83, ../../sass/layout/frontend/_base.scss */
.mainContent > div:first-child {
  margin-top: 0;
}

/* line 88, ../../sass/layout/frontend/_base.scss */
.centeredContainer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90%;
  overflow: visible;
  max-width: 1200px;
}
@media (max-width: 480px) {
  /* line 88, ../../sass/layout/frontend/_base.scss */
  .centeredContainer {
    width: 100%;
  }
}

/* line 102, ../../sass/layout/frontend/_base.scss */
.contentBox {
  background-color: transparent;
  color: #535355;
  padding: 20px 0;
  margin-top: 8px;
}
/* line 109, ../../sass/layout/frontend/_base.scss */
.contentBox > *:not(.hidden):not(.btn):not([type=hidden]):first-child, .contentBox > *:not(.hidden):not(.btn):not([type=hidden]):first-child > *:not(.hidden):not(.btn):not([type=hidden]):first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 900px) {
  /* line 114, ../../sass/layout/frontend/_base.scss */
  .contentBox > *:not(.hidden):not(.btn):not([type=hidden]):first-child.formGroupSplit > *:not(.hidden):not(.btn):not([type=hidden]):nth-child(-n + 2), .contentBox > *:not(.hidden):not(.btn):not([type=hidden]):first-child > *:not(.hidden):not(.btn):not([type=hidden]):first-child.formGroupSplit > *:not(.hidden):not(.btn):not([type=hidden]):nth-child(-n + 2) {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* line 124, ../../sass/layout/frontend/_base.scss */
.contentBox > form[method=post]:first-child > input[name=csrfName] + input[name=csrfToken] + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* line 131, ../../sass/layout/frontend/_base.scss */
.contentBox > *:not(.hidden):not(.btn):not([type=hidden]):last-child, .contentBox > *:not(.hidden):not(.btn):not([type=hidden]):last-child > *:not(.hidden):not(.btn):not([type=hidden]):last-child {
  margin-bottom: 0 !important;
}
/* line 135, ../../sass/layout/frontend/_base.scss */
.contentBox > *:not(.hidden):not(.btn):not([type=hidden]):last-child:not(.formElementContainerBordered), .contentBox > *:not(.hidden):not(.btn):not([type=hidden]):last-child > *:not(.hidden):not(.btn):not([type=hidden]):last-child:not(.formElementContainerBordered) {
  padding-bottom: 0 !important;
}
/* line 141, ../../sass/layout/frontend/_base.scss */
.contentBox.contentBox-combine {
  margin-top: 0;
  padding-top: 0;
}
/* line 146, ../../sass/layout/frontend/_base.scss */
.contentBox.contentBox-emphasis {
  border-left: 4px solid #187e80;
}
/* line 150, ../../sass/layout/frontend/_base.scss */
.contentBox.contentBox-emphasis-2 {
  border-left: 2px solid #187e80;
}
/* line 154, ../../sass/layout/frontend/_base.scss */
.contentBox img.directLinkDataImage {
  max-height: 90px;
}
/* line 158, ../../sass/layout/frontend/_base.scss */
.contentBox.borderTop {
  border-top: 1px solid #dddddd;
  padding: 35px 0;
}

/* line 164, ../../sass/layout/frontend/_base.scss */
.contentBox:after {
  content: '';
  clear: both;
  display: block;
}

/* line 170, ../../sass/layout/frontend/_base.scss */
.pointer {
  cursor: pointer;
}

@media (min-width: 900px) {
  /* line 175, ../../sass/layout/frontend/_base.scss */
  .rtl .contentBox-report {
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  /* line 183, ../../sass/layout/frontend/_base.scss */
  h1 {
    font-size: 1.5rem;
  }

  /* line 187, ../../sass/layout/frontend/_base.scss */
  h2 {
    font-size: 1.3rem;
  }

  /* line 191, ../../sass/layout/frontend/_base.scss */
  h3 {
    font-size: 1.1rem;
  }

  /* line 196, ../../sass/layout/frontend/_base.scss */
  #content .centeredContainer {
    width: 100vw;
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
  }
  /* line 204, ../../sass/layout/frontend/_base.scss */
  #content .contentBox {
    padding: 20px 30px;
  }
  /* line 207, ../../sass/layout/frontend/_base.scss */
  #content .contentBox.contentBox-report {
    padding: 20px 0;
  }

  /* line 213, ../../sass/layout/frontend/_base.scss */
  .mainContent > div:first-child {
    padding-top: 0;
  }
}
@font-face {
  font-family: 'EncodeSans-Thin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDI0apOFNxEwR-Bd1O9uYPvIeeE.woff) format("woff");
}
@font-face {
  font-family: 'EncodeSans-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDI2apOFNxEwR-Bd1O9uYMOv.woff) format("woff");
}
@font-face {
  font-family: 'EncodeSans-Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDIrapOFNxEwR-Bd1O9uYPsQXMLN.woff) format("woff");
}
/* vietnamese */
@font-face {
  font-family: 'EncodeSans-Thin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDI0apOFNxEwR-Bd1O9uYPvISeruloIw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'EncodeSans-Thin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDI0apOFNxEwR-Bd1O9uYPvISevuloIw.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'EncodeSans-Thin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDI0apOFNxEwR-Bd1O9uYPvISeXulg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'EncodeSans-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDI2apOFNxEwR-Bd1O9uYPOkeef2kg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'EncodeSans-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDI2apOFNxEwR-Bd1O9uYPOleef2kg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'EncodeSans-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDI2apOFNxEwR-Bd1O9uYPOreec.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'EncodeSans-Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDIrapOFNxEwR-Bd1O9uYPsQXPLGs78J8g.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'EncodeSans-Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDIrapOFNxEwR-Bd1O9uYPsQXPLHs78J8g.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'EncodeSans-Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/EncodeSans/LDIrapOFNxEwR-Bd1O9uYPsQXPLJs78.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* line 1, ../../sass/layout/frontend/_forms.scss */
form {
  margin-left: auto;
  margin-right: auto;
}

/* line 6, ../../sass/layout/frontend/_forms.scss */
.reportIncident form {
  max-width: 940px;
}

/* line 27, ../../sass/layout/frontend/_forms.scss */
input[type=text], input[type=date], input[type=password], input[type=number], input[type=email], select, textarea {
  box-sizing: border-box;
  background-color: #FFFFFF;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #d8e2f5;
  border-radius: 5px;
  color: #535355;
  outline: none;
}
/* line 41, ../../sass/layout/frontend/_forms.scss */
input[type=text][disabled], input[type=date][disabled], input[type=password][disabled], input[type=number][disabled], input[type=email][disabled], select[disabled], textarea[disabled] {
  background-color: #fafafa;
}
/* line 45, ../../sass/layout/frontend/_forms.scss */
input[type=text].error, input[type=date].error, input[type=password].error, input[type=number].error, input[type=email].error, select.error, textarea.error {
  background-color: #FCC6C3;
}
/* line 49, ../../sass/layout/frontend/_forms.scss */
input[type=text]::placeholder, input[type=date]::placeholder, input[type=password]::placeholder, input[type=number]::placeholder, input[type=email]::placeholder, select::placeholder, textarea::placeholder {
  color: #999;
}
@media (max-width: 480px) {
  /* line 27, ../../sass/layout/frontend/_forms.scss */
  input[type=text], input[type=date], input[type=password], input[type=number], input[type=email], select, textarea {
    width: 100%;
  }
}

/* line 58, ../../sass/layout/frontend/_forms.scss */
textarea {
  height: 200px;
}

/* line 62, ../../sass/layout/frontend/_forms.scss */
input[type=checkbox], input[type=radio] {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-right: 15px;
  margin-bottom: 8px;
  position: absolute;
}
@-moz-document url-prefix() {
  /* line 62, ../../sass/layout/frontend/_forms.scss */
  input[type=checkbox], input[type=radio] {
    margin-top: 2px;
  }
}
/* line 78, ../../sass/layout/frontend/_forms.scss */
input[type=checkbox] + label, input[type=checkbox] + label + label, input[type=radio] + label, input[type=radio] + label + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  top: 0px;
  padding-left: 30px;
}

/* line 93, ../../sass/layout/frontend/_forms.scss */
.rtl input[type=checkbox], .rtl input[type=radio] {
  margin-right: 0;
  margin-left: 15px;
}
/* line 97, ../../sass/layout/frontend/_forms.scss */
.rtl input[type=checkbox] + label, .rtl input[type=checkbox] + label + label, .rtl input[type=radio] + label, .rtl input[type=radio] + label + label {
  padding-left: 0;
  padding-right: 50px;
}

/* line 105, ../../sass/layout/frontend/_forms.scss */
.staticBorderBox {
  border: 1px solid white;
  padding: 5px;
}

/* line 111, ../../sass/layout/frontend/_forms.scss */
.formElementContainer {
  margin-bottom: 8px;
  padding: 10px 0;
}
/* line 116, ../../sass/layout/frontend/_forms.scss */
.formElementContainer > label, .formElementContainer > span {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
/* line 123, ../../sass/layout/frontend/_forms.scss */
.formElementContainer input[type=text], .formElementContainer input[type=date], .formElementContainer input[type=password], .formElementContainer input[type=number], .formElementContainer input[type=email], .formElementContainer select, .formElementContainer textarea,
.formElementContainer .chosen-container {
  width: 100%;
  max-width: 600px;
}
/* line 129, ../../sass/layout/frontend/_forms.scss */
.formElementContainer input[type=text].short, .formElementContainer input[type=date].short, .formElementContainer input[type=password].short, .formElementContainer input[type=number].short, .formElementContainer input[type=email].short, .formElementContainer select.short, .formElementContainer textarea.short,
.formElementContainer .chosen-container.short {
  max-width: 280px;
}
/* line 134, ../../sass/layout/frontend/_forms.scss */
.formElementContainer .helpText {
  margin-top: 5px;
  font-size: 0.7rem;
}
/* line 141, ../../sass/layout/frontend/_forms.scss */
.formElementContainer.formElementContainerBordered {
  border-top: 1px solid #d8e2f5;
  border-bottom: 1px solid #d8e2f5;
  margin: 20px 0;
}
/* line 147, ../../sass/layout/frontend/_forms.scss */
.formElementContainer.formElementContainerBordered input[type=checkbox] + label, .formElementContainer.formElementContainerBordered input[type=radio] + label {
  margin-bottom: 0;
}
/* line 155, ../../sass/layout/frontend/_forms.scss */
.formElementContainer input[type=text].small,
.formElementContainer .chosen-container.small {
  max-width: 350px;
}
/* line 159, ../../sass/layout/frontend/_forms.scss */
.formElementContainer input[type=text].medium,
.formElementContainer .chosen-container.medium {
  max-width: 600px;
}
/* line 163, ../../sass/layout/frontend/_forms.scss */
.formElementContainer input[type=text].big,
.formElementContainer .chosen-container.big {
  max-width: 100%;
}
/* line 168, ../../sass/layout/frontend/_forms.scss */
.formElementContainer textarea {
  padding: 10px 20px;
  max-width: 100%;
}
/* line 172, ../../sass/layout/frontend/_forms.scss */
.formElementContainer textarea.small {
  height: 60px;
  width: 350px;
  max-width: 100%;
}
/* line 178, ../../sass/layout/frontend/_forms.scss */
.formElementContainer textarea.medium {
  height: 120px;
  width: 600px;
  max-width: 100%;
}
/* line 184, ../../sass/layout/frontend/_forms.scss */
.formElementContainer textarea.big {
  height: 180px;
  max-width: 100%;
}
@media (max-width: 480px) {
  /* line 168, ../../sass/layout/frontend/_forms.scss */
  .formElementContainer textarea {
    width: 100% !important;
  }
}

/* line 197, ../../sass/layout/frontend/_forms.scss */
.formGroup,
fieldset {
  margin: 0;
  width: 100%;
  border: none;
}
/* line 206, ../../sass/layout/frontend/_forms.scss */
.formGroup.formGroupSplit,
fieldset.formGroupSplit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 211, ../../sass/layout/frontend/_forms.scss */
.formGroup.formGroupSplit .formElementContainer,
fieldset.formGroupSplit .formElementContainer {
  display: inline-block;
  width: 48%;
  padding-bottom: 25px;
  vertical-align: top;
}
/* line 220, ../../sass/layout/frontend/_forms.scss */
.formGroup.formGroupSplit .formElementContainer input[type=text], .formGroup.formGroupSplit .formElementContainer input[type=date], .formGroup.formGroupSplit .formElementContainer input[type=password], .formGroup.formGroupSplit .formElementContainer input[type=number], .formGroup.formGroupSplit .formElementContainer input[type=email], .formGroup.formGroupSplit .formElementContainer select, .formGroup.formGroupSplit .formElementContainer textarea,
fieldset.formGroupSplit .formElementContainer input[type=text],
fieldset.formGroupSplit .formElementContainer input[type=date],
fieldset.formGroupSplit .formElementContainer input[type=password],
fieldset.formGroupSplit .formElementContainer input[type=number],
fieldset.formGroupSplit .formElementContainer input[type=email],
fieldset.formGroupSplit .formElementContainer select,
fieldset.formGroupSplit .formElementContainer textarea {
  width: 100%;
}
@media (max-width: 900px) {
  /* line 211, ../../sass/layout/frontend/_forms.scss */
  .formGroup.formGroupSplit .formElementContainer,
  fieldset.formGroupSplit .formElementContainer {
    width: 100%;
  }
  /* line 227, ../../sass/layout/frontend/_forms.scss */
  .formGroup.formGroupSplit .formElementContainer input[type=text], .formGroup.formGroupSplit .formElementContainer input[type=date], .formGroup.formGroupSplit .formElementContainer input[type=password], .formGroup.formGroupSplit .formElementContainer input[type=number], .formGroup.formGroupSplit .formElementContainer input[type=email], .formGroup.formGroupSplit .formElementContainer select, .formGroup.formGroupSplit .formElementContainer textarea,
  fieldset.formGroupSplit .formElementContainer input[type=text],
  fieldset.formGroupSplit .formElementContainer input[type=date],
  fieldset.formGroupSplit .formElementContainer input[type=password],
  fieldset.formGroupSplit .formElementContainer input[type=number],
  fieldset.formGroupSplit .formElementContainer input[type=email],
  fieldset.formGroupSplit .formElementContainer select,
  fieldset.formGroupSplit .formElementContainer textarea {
    width: 100%;
  }
}
/* line 232, ../../sass/layout/frontend/_forms.scss */
.formGroup.formGroupSplit .formElementContainer label:not(.error),
fieldset.formGroupSplit .formElementContainer label:not(.error) {
  font-family: "EncodeSans-Thin", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}

@-moz-document url-prefix() {
  /* line 242, ../../sass/layout/frontend/_forms.scss */
  fieldset input[type=checkbox], fieldset input[type=radio] {
    margin-top: 3px;
  }
}
/* line 247, ../../sass/layout/frontend/_forms.scss */
fieldset input[type=checkbox] + label, fieldset input[type=radio] + label {
  top: 1px !important;
}
/* line 252, ../../sass/layout/frontend/_forms.scss */
fieldset br {
  line-height: 26px;
}

/* line 257, ../../sass/layout/frontend/_forms.scss */
.topBorderList {
  border-top: 1px solid #d8e2f5;
  padding: 10px 0;
}
/* line 261, ../../sass/layout/frontend/_forms.scss */
.topBorderList > .right {
  display: inline-block;
  float: right;
}

@media (max-width: 480px) {
  /* line 267, ../../sass/layout/frontend/_forms.scss */
  .chosen-container,
  .chosen-container-single {
    width: 100%;
  }
}
/* line 275, ../../sass/layout/frontend/_forms.scss */
.chosen-container.chosen-container-active .chosen-single,
.chosen-container-single.chosen-container-active .chosen-single {
  background: #FFFFFF;
}
/* line 281, ../../sass/layout/frontend/_forms.scss */
.chosen-container.chosen-with-drop .chosen-default,
.chosen-container-single.chosen-with-drop .chosen-default {
  border-bottom: none;
  margin-bottom: 1px;
}
/* line 285, ../../sass/layout/frontend/_forms.scss */
.chosen-container.chosen-with-drop .chosen-default > div > b,
.chosen-container-single.chosen-with-drop .chosen-default > div > b {
  background-position: center center;
}
/* line 291, ../../sass/layout/frontend/_forms.scss */
.chosen-container .chosen-default,
.chosen-container .chosen-single,
.chosen-container-single .chosen-default,
.chosen-container-single .chosen-single {
  height: 100%;
  border: 1px solid #d8e2f5;
  line-height: 29px;
  background: #FFFFFF;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 307, ../../sass/layout/frontend/_forms.scss */
.chosen-container .chosen-default > div,
.chosen-container .chosen-single > div,
.chosen-container-single .chosen-default > div,
.chosen-container-single .chosen-single > div {
  width: 30px;
}
/* line 310, ../../sass/layout/frontend/_forms.scss */
.chosen-container .chosen-default > div > b,
.chosen-container .chosen-single > div > b,
.chosen-container-single .chosen-default > div > b,
.chosen-container-single .chosen-single > div > b {
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22Ebene_1%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20width%3D%2214.838px%22%0A%20%20%20height%3D%226.818px%22%0A%20%20%20viewBox%3D%220%200%2014.838%206.818%22%0A%20%20%20enable-background%3D%22new%200%200%2014.838%206.818%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22arrow_dropdown.svg%22%3E%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata11%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20%20%20id%3D%22defs9%22%20%2F%3E%3Csodipodi%3Anamedview%0A%20%20%20%20%20pagecolor%3D%22%2344ffff%22%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221%22%0A%20%20%20%20%20objecttolerance%3D%2210%22%0A%20%20%20%20%20gridtolerance%3D%2210%22%0A%20%20%20%20%20guidetolerance%3D%2210%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221299%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%22809%22%0A%20%20%20%20%20id%3D%22namedview7%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2223.588084%22%0A%20%20%20%20%20inkscape%3Acx%3D%227.4190001%22%0A%20%20%20%20%20inkscape%3Acy%3D%223.4089999%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%22423%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%22202%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%220%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22g3%22%20%2F%3E%3Cg%0A%20%20%20%20%20id%3D%22g3%22%3E%3Cpolygon%0A%20%20%20%20%20%20%20points%3D%227.419%2C6.818%200%2C0.574%200.483%2C0%207.419%2C5.838%2014.356%2C0%2014.838%2C0.574%20%20%22%0A%20%20%20%20%20%20%20id%3D%22polygon5%22%0A%20%20%20%20%20%20%20fill%3D%22%23FFFFFF%22%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23aaaaaa%3Bfill-opacity%3A1%22%20%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat !important;
  background-size: 20px 20px !important;
  background-position: center center !important;
}
/* line 320, ../../sass/layout/frontend/_forms.scss */
.chosen-container .chosen-drop,
.chosen-container-single .chosen-drop {
  padding-top: 5px;
  border: 1px solid #d8e2f5;
  border-top: none;
  border-radius: 0;
  display: none;
}
/* line 333, ../../sass/layout/frontend/_forms.scss */
.chosen-container .chosen-drop .chosen-results li.highlighted,
.chosen-container-single .chosen-drop .chosen-results li.highlighted {
  background: none;
  color: #FFFFFF;
  background-color: #187e80;
}
/* line 343, ../../sass/layout/frontend/_forms.scss */
.chosen-container .chosen-results li.group-option,
.chosen-container-single .chosen-results li.group-option {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 348, ../../sass/layout/frontend/_forms.scss */
.chosen-container.chosen-with-drop .chosen-drop,
.chosen-container-single.chosen-with-drop .chosen-drop {
  display: block;
}
/* line 352, ../../sass/layout/frontend/_forms.scss */
.chosen-container.chosen-container-single-nosearch .chosen-search,
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  display: none !important;
}

/* line 357, ../../sass/layout/frontend/_forms.scss */
table.formTable {
  width: 100%;
}
/* line 360, ../../sass/layout/frontend/_forms.scss */
table.formTable td {
  vertical-align: top;
}
/* line 363, ../../sass/layout/frontend/_forms.scss */
table.formTable td label:not(.error) {
  display: block;
  margin-top: 5px;
  margin-right: 10px;
  font-weight: bold;
}
/* line 371, ../../sass/layout/frontend/_forms.scss */
table.formTable td label.error {
  display: block;
  margin-top: 5px;
}

/* line 379, ../../sass/layout/frontend/_forms.scss */
.error, .custom-error {
  color: #ff0000;
}

/* line 384, ../../sass/layout/frontend/_forms.scss */
.slider {
  display: flex;
  position: relative;
  vertical-align: middle;
  min-height: 30px;
  align-items: center;
  margin: 10px 0;
}
/* line 393, ../../sass/layout/frontend/_forms.scss */
.slider input[type=radio], .slider input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  z-index: 2;
  outline: none;
}
/* line 399, ../../sass/layout/frontend/_forms.scss */
.slider input[type=radio]::-ms-check, .slider input[type=checkbox]::-ms-check {
  display: none;
}
/* line 416, ../../sass/layout/frontend/_forms.scss */
.slider label:not(.error) {
  padding-left: 48px !important;
}
/* line 420, ../../sass/layout/frontend/_forms.scss */
.slider label.error {
  order: 1;
}
/* line 424, ../../sass/layout/frontend/_forms.scss */
.slider span {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 1px solid #535355;
}
/* line 433, ../../sass/layout/frontend/_forms.scss */
.slider span:after {
  left: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #539fff;
  content: "";
  position: absolute;
  display: none;
  transition: 0.3s;
}
/* line 446, ../../sass/layout/frontend/_forms.scss */
.slider input[type=radio] ~ span, .slider input[type=radio] ~ span:after {
  border-radius: 50%;
}
/* line 450, ../../sass/layout/frontend/_forms.scss */
.slider input:checked ~ span:after {
  display: block;
}
/* line 454, ../../sass/layout/frontend/_forms.scss */
.slider input:disabled ~ span {
  border-color: #9f9fa2;
  background-color: #DCE4F1;
}
/* line 459, ../../sass/layout/frontend/_forms.scss */
.slider input:hover:not(:disabled) ~ span, .slider input:focus:not(:disabled) ~ span {
  transition: 0.3s;
  border-color: #539fff;
}
/* line 464, ../../sass/layout/frontend/_forms.scss */
.slider input.error ~ span {
  background-color: #FCC6C3;
}

/* line 471, ../../sass/layout/frontend/_forms.scss */
#processContent .formElementContainer select {
  width: 100%;
  max-width: 100%;
}
/* line 477, ../../sass/layout/frontend/_forms.scss */
#processContent .formElementContainer select.error + .select2 .select2-selection {
  background-color: #FCC6C3;
}
/* line 482, ../../sass/layout/frontend/_forms.scss */
#processContent .formElementContainer .select2 {
  width: 100% !important;
}
/* line 486, ../../sass/layout/frontend/_forms.scss */
#processContent .formElementContainer .select2 .selection .select2-selection {
  background-color: #FFFFFF;
  border-color: #d8e2f5;
  height: 2.5rem;
  transition: 0.3s;
}
/* line 491, ../../sass/layout/frontend/_forms.scss */
#processContent .formElementContainer .select2 .selection .select2-selection .select2-selection__rendered {
  margin-top: 5px;
  padding-right: 33px;
  padding-left: 20px;
  font-size: 1rem;
}
/* line 498, ../../sass/layout/frontend/_forms.scss */
#processContent .formElementContainer .select2 .selection .select2-selection .select2-selection__arrow {
  right: 8px;
  margin-top: 7px;
  background: transparent url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2013.6%207.5%22%20style%3D%22enable-background%3Anew%200%200%2013.6%207.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%226.8%2C7.5%200%2C0.8%200.8%2C0%206.8%2C6.1%2012.9%2C0%2013.7%2C0.8%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') no-repeat 0 center;
  background-size: 14px 14px;
}
/* line 504, ../../sass/layout/frontend/_forms.scss */
#processContent .formElementContainer .select2 .selection .select2-selection .select2-selection__arrow b {
  border: none;
}
/* line 511, ../../sass/layout/frontend/_forms.scss */
#processContent .formElementContainer .select2 .selection .select2-selection:hover {
  background-color: #ECF0F1;
}
/* line 519, ../../sass/layout/frontend/_forms.scss */
#processContent .formElementContainer > label:not(.error) {
  font-family: "EncodeSans-Thin", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
}

/* line 529, ../../sass/layout/frontend/_forms.scss */
.select2-container .select2-dropdown ul li.select2-results__option--highlighted {
  background-color: #187e80;
  color: #FFFFFF;
}

/* line 537, ../../sass/layout/frontend/_forms.scss */
input.flatpickr-alt-input {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020.1%2020.1%22%20style%3D%22enable-background%3Anew%200%200%2020.1%2020.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%239f9fa2%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C0v20.1h20.1V0H0z%20M18.7%2C1.5v1.7H1.5V1.5H18.7z%20M1.5%2C18.7v-14h17.2v14H1.5z%22%2F%3E%0A%09%3Crect%20x%3D%224.9%22%20y%3D%227.4%22%20class%3D%22st0%22%20width%3D%222.3%22%20height%3D%222.3%22%2F%3E%0A%09%3Crect%20x%3D%228.8%22%20y%3D%227.4%22%20class%3D%22st0%22%20width%3D%222.3%22%20height%3D%222.3%22%2F%3E%0A%09%3Crect%20x%3D%2212.8%22%20y%3D%227.4%22%20class%3D%22st0%22%20width%3D%222.3%22%20height%3D%222.3%22%2F%3E%0A%09%3Crect%20x%3D%224.9%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222.3%22%20height%3D%222.3%22%2F%3E%0A%09%3Crect%20x%3D%228.8%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222.3%22%20height%3D%222.3%22%2F%3E%0A%09%3Crect%20x%3D%2212.8%22%20y%3D%2210.6%22%20class%3D%22st0%22%20width%3D%222.3%22%20height%3D%222.3%22%2F%3E%0A%09%3Crect%20x%3D%224.9%22%20y%3D%2213.9%22%20class%3D%22st0%22%20width%3D%222.3%22%20height%3D%222.3%22%2F%3E%0A%09%3Crect%20x%3D%228.8%22%20y%3D%2213.9%22%20class%3D%22st0%22%20width%3D%222.3%22%20height%3D%222.3%22%2F%3E%0A%09%3Crect%20x%3D%2212.8%22%20y%3D%2213.9%22%20class%3D%22st0%22%20width%3D%222.3%22%20height%3D%222.3%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: right 33px center;
  background-size: 20px 20px;
  padding-right: 32px;
}

/* line 545, ../../sass/layout/frontend/_forms.scss */
input.flatpickr-input.error + input.flatpickr-alt-input {
  background-color: #FCC6C3;
}

/* line 549, ../../sass/layout/frontend/_forms.scss */
button.flatpickr-clear {
  border: none;
  position: relative;
  right: 34px;
  top: -3px;
}
/* line 555, ../../sass/layout/frontend/_forms.scss */
button.flatpickr-clear:hover {
  background-color: transparent;
}

@media (max-width: 900px) {
  /* line 561, ../../sass/layout/frontend/_forms.scss */
  .input-affix-wrapper {
    position: relative;
  }
  /* line 564, ../../sass/layout/frontend/_forms.scss */
  .input-affix-wrapper button.flatpickr-clear {
    position: absolute;
    right: calc(-1 * 30px);
    top: -39px;
  }
}
@media (max-width: 480px) {
  /* line 574, ../../sass/layout/frontend/_forms.scss */
  #processContent {
    padding: 0 30px;
  }
  /* line 577, ../../sass/layout/frontend/_forms.scss */
  #processContent .contentBox {
    padding: 20px 0;
  }
}
/* line 1, ../../sass/layout/frontend/_header.scss */
#header {
  width: 100%;
  direction: ltr;
  border-top: 11px solid #187e80;
  color: #535355;
}
/* line 11, ../../sass/layout/frontend/_header.scss */
#header #mainHeader {
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
}
/* line 17, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerLeft {
  width: 40%;
  padding-right: 25px;
  margin-bottom: 25px;
}
/* line 22, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerLeft div {
  height: 90px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: contain;
}
/* line 32, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerLeft div a {
  width: 100%;
  height: 100%;
}
/* line 39, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
  font-size: 0.9rem;
}
/* line 45, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight .langSelectContainer {
  display: flex;
  align-items: flex-end;
}
/* line 49, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight .langSelectContainer .langSelect {
  width: 170px;
}
/* line 55, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight .langSelectContainer .select2 .selection .select2-selection {
  background-color: #DCE4F1;
  border-color: #b8c8e2;
  height: 2.5rem;
  transition: 0.3s;
}
/* line 60, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight .langSelectContainer .select2 .selection .select2-selection .select2-selection__rendered {
  margin-top: 5px;
  padding-right: 33px;
}
/* line 65, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight .langSelectContainer .select2 .selection .select2-selection .select2-selection__arrow {
  right: 8px;
  margin-top: 7px;
  background: transparent url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2013.6%207.5%22%20style%3D%22enable-background%3Anew%200%200%2013.6%207.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%226.8%2C7.5%200%2C0.8%200.8%2C0%206.8%2C6.1%2012.9%2C0%2013.7%2C0.8%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') no-repeat 0 center;
  background-size: 14px 14px;
}
/* line 71, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight .langSelectContainer .select2 .selection .select2-selection .select2-selection__arrow b {
  border: none;
}
/* line 78, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight .langSelectContainer .select2 .selection .select2-selection:hover {
  background-color: #ECF0F1;
}
/* line 86, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight #login-button {
  background: #FFFFFF url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022.9%2014.8%22%20style%3D%22enable-background%3Anew%200%200%2022.9%2014.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M21.4%2C0H1.5C0.7%2C0%2C0%2C0.7%2C0%2C1.5v11.8c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h19.9c0.8%2C0%2C1.5-0.7%2C1.5-1.5V1.5%0A%09C22.9%2C0.7%2C22.3%2C0%2C21.4%2C0z%20M21.1%2C1l-9.6%2C6.4L2.2%2C1H21.1z%20M21.4%2C13.8H1.5c-0.3%2C0-0.5-0.2-0.5-0.5V1.5c0%2C0%2C0-0.1%2C0-0.1l10.4%2C7.2%0A%09l10.5-6.9v11.6C21.9%2C13.6%2C21.7%2C13.8%2C21.4%2C13.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A') no-repeat 10px center;
  background-size: 20px 20px;
}
/* line 91, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight #faq-button {
  padding-left: 28px;
  background: #FFFFFF url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%208%2013.6%22%20style%3D%22enable-background%3Anew%200%200%208%2013.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M4.5%2C10.4h-1V7.7H4c1.6%2C0%2C3-1.5%2C3-3.4S5.6%2C1%2C4%2C1S1%2C2.5%2C1%2C4.4H0C0%2C2%2C1.8%2C0%2C4%2C0c2.2%2C0%2C4%2C2%2C4%2C4.4%0A%09%09%09c0%2C2.2-1.5%2C4.1-3.5%2C4.3V10.4z%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Crect%20x%3D%223.5%22%20y%3D%2211.9%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%221.7%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') no-repeat 10px center;
  background-size: 14px 15px;
}
/* line 97, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight #logout-button {
  padding-left: 30px;
  background: #187e80 url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%208.9%2016.4%22%20style%3D%22enable-background%3Anew%200%200%208.9%2016.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%228.2%2C16.5%200%2C8.2%208.2%2C0%209%2C0.8%201.4%2C8.2%209%2C15.7%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') no-repeat 10px center;
  background-size: 15px 15px;
  border-color: #187e80;
  color: #FFFFFF;
}
/* line 104, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight #logout-button:hover {
  background-color: #20a8ab;
  border-color: #20a8ab;
}
/* line 110, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight .header-button {
  padding: 9px 11px 6px 40px;
  margin-right: 8px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  text-decoration: none;
  overflow: hidden;
  max-width: 150px;
}
/* line 119, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight .header-button span {
  max-width: 100%;
  height: 20px;
  display: inline-block;
  overflow: hidden;
}
/* line 127, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight #login-button:hover, #header #mainHeader #headerRight #faq-button:hover {
  background-color: #ECF0F1;
}
/* line 131, ../../sass/layout/frontend/_header.scss */
#header #mainHeader #headerRight :last-child {
  margin-right: 0;
}
/* line 137, ../../sass/layout/frontend/_header.scss */
#header #headerMobile {
  display: none;
}

/* line 142, ../../sass/layout/frontend/_header.scss */
.langSelect .select2-results > .select2-results__options {
  max-height: 400px;
}

@media (max-width: 900px) {
  /* line 148, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader {
    flex-wrap: wrap;
  }
  /* line 151, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerLeft {
    width: 70%;
    justify-content: space-between;
    max-width: none;
    padding-right: 0;
  }
  /* line 157, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerLeft div {
    align-items: center;
    background-position: 0 center;
  }
  /* line 163, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerMobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
  }
  /* line 169, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerMobile a#mobileMenu {
    background: transparent url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20width%3D%2250%22%0A%20%20%20height%3D%2250%22%0A%20%20%20viewBox%3D%220%200%2050.000001%2050%22%0A%20%20%20id%3D%22svg4136%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20inkscape%3Aversion%3D%220.91%20r13725%22%0A%20%20%20sodipodi%3Adocname%3D%22icon_hamburger.svg%22%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs4138%22%20%2F%3E%0A%20%20%3Csodipodi%3Anamedview%0A%20%20%20%20%20id%3D%22base%22%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221.0%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220.0%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2214.277757%22%0A%20%20%20%20%20inkscape%3Acx%3D%2216.958809%22%0A%20%20%20%20%20inkscape%3Acy%3D%2223.492877%22%0A%20%20%20%20%20inkscape%3Adocument-units%3D%22px%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22layer1%22%0A%20%20%20%20%20showgrid%3D%22true%22%0A%20%20%20%20%20showguides%3D%22false%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%221147%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%221912%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20units%3D%22px%22%0A%20%20%20%20%20inkscape%3Asnap-bbox%3D%22true%22%0A%20%20%20%20%20inkscape%3Asnap-page%3D%22true%22%0A%20%20%20%20%20inkscape%3Abbox-paths%3D%22true%22%0A%20%20%20%20%20inkscape%3Abbox-nodes%3D%22true%22%0A%20%20%20%20%20inkscape%3Asnap-bbox-edge-midpoints%3D%22true%22%0A%20%20%20%20%20inkscape%3Asnap-bbox-midpoints%3D%22true%22%0A%20%20%20%20%20inkscape%3Asnap-object-midpoints%3D%22true%22%3E%0A%20%20%20%20%3Cinkscape%3Agrid%0A%20%20%20%20%20%20%20type%3D%22xygrid%22%0A%20%20%20%20%20%20%20id%3D%22grid4701%22%20%2F%3E%0A%20%20%3C%2Fsodipodi%3Anamedview%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata4141%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cg%0A%20%20%20%20%20inkscape%3Alabel%3D%22Ebene%201%22%0A%20%20%20%20%20inkscape%3Agroupmode%3D%22layer%22%0A%20%20%20%20%20id%3D%22layer1%22%0A%20%20%20%20%20transform%3D%22translate%280%2C-1002.3621%29%22%3E%0A%20%20%20%20%3Crect%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23535355%3Bfill-opacity%3A1%22%0A%20%20%20%20%20%20%20id%3D%22rect4684%22%0A%20%20%20%20%20%20%20width%3D%2240%22%0A%20%20%20%20%20%20%20height%3D%223.9999783%22%0A%20%20%20%20%20%20%20x%3D%225%22%0A%20%20%20%20%20%20%20y%3D%221012.3621%22%20%2F%3E%0A%20%20%20%20%3Crect%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23535355%3Bfill-opacity%3A1%22%0A%20%20%20%20%20%20%20id%3D%22rect4684-8%22%0A%20%20%20%20%20%20%20width%3D%2240%22%0A%20%20%20%20%20%20%20height%3D%224.0000396%22%0A%20%20%20%20%20%20%20x%3D%225%22%0A%20%20%20%20%20%20%20y%3D%221030.3621%22%20%2F%3E%0A%20%20%20%20%3Crect%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23535355%3Bfill-opacity%3A1%22%0A%20%20%20%20%20%20%20id%3D%22rect4684-8-6%22%0A%20%20%20%20%20%20%20width%3D%2240%22%0A%20%20%20%20%20%20%20height%3D%223.9642727%22%0A%20%20%20%20%20%20%20x%3D%225%22%0A%20%20%20%20%20%20%20y%3D%221021.3978%22%20%2F%3E%0A%20%20%20%20%3Crect%0A%20%20%20%20%20%20%20style%3D%22fill%3A%23535355%3Bfill-opacity%3A1%22%0A%20%20%20%20%20%20%20id%3D%22rect4684-8-1%22%0A%20%20%20%20%20%20%20width%3D%2240%22%0A%20%20%20%20%20%20%20height%3D%223.9642727%22%0A%20%20%20%20%20%20%20x%3D%225%22%0A%20%20%20%20%20%20%20y%3D%221039.3978%22%20%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') no-repeat 0 center;
    width: 50px;
    height: 50px;
  }
  /* line 176, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight {
    display: none;
    justify-content: space-between;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 480px) {
  /* line 189, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerLeft {
    margin-bottom: 0;
  }
  /* line 192, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerLeft div {
    margin: 20px 30px;
  }
  /* line 196, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerLeft a {
    justify-content: center;
  }
  /* line 202, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerMobile a#mobileMenu {
    margin-right: 30px;
  }
  /* line 207, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight {
    flex-wrap: wrap;
  }
  /* line 210, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight #faq-button, #header #mainHeader #headerRight #login-button, #header #mainHeader #headerRight #logout-button {
    padding-left: 85px;
    background-position-x: 30px;
    max-width: none;
  }
  /* line 216, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight #faq-button {
    background-size: 20px 30px;
  }
  /* line 220, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight #login-button {
    background-size: 30px 30px;
    border-top: none;
  }
  /* line 225, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight #logout-button {
    background-size: 15px 25px;
    border-top: none;
  }
  /* line 230, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight .langSelectContainer, #header #mainHeader #headerRight .header-button {
    width: 100%;
  }
  /* line 234, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight .header-button {
    padding: 20px;
    margin-right: 0;
    font-size: 1.1rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  /* line 242, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight .header-button span {
    height: auto;
  }
  /* line 248, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight .langSelectContainer .langSelect {
    width: 100%;
  }
  /* line 254, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight .langSelectContainer .select2 .selection .select2-selection {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    height: 70px;
  }
  /* line 261, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight .langSelectContainer .select2 .selection .select2-selection .select2-selection__rendered {
    margin: 0;
    padding: 20px 40px 20px 85px;
    font-size: 1.1rem;
  }
  /* line 267, ../../sass/layout/frontend/_header.scss */
  #header #mainHeader #headerRight .langSelectContainer .select2 .selection .select2-selection .select2-selection__arrow {
    margin-top: 20px;
    right: 20px;
  }

  /* line 279, ../../sass/layout/frontend/_header.scss */
  .langSelect .select2-results__option {
    padding-left: 85px;
  }
}
/* line 4, ../../sass/layout/frontend/_footer.scss */
#footerOuter {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 0.9rem;
}
/* line 9, ../../sass/layout/frontend/_footer.scss */
#footerOuter a {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 15, ../../sass/layout/frontend/_footer.scss */
#footer {
  position: relative;
}

/* line 19, ../../sass/layout/frontend/_footer.scss */
#noEmergency {
  width: 100%;
  margin: 20px 0;
  display: flex;
  background: #333333 no-repeat 0 center;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016.3%2016.3%22%20style%3D%22enable-background%3Anew%200%200%2016.3%2016.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M8.1%2C0C3.6%2C0%2C0%2C3.6%2C0%2C8.1s3.6%2C8.1%2C8.1%2C8.1c4.5%2C0%2C8.1-3.6%2C8.1-8.1S12.6%2C0%2C8.1%2C0z%20M8.8%2C12.5H7.1v-1.6h1.7V12.5z%0A%09%20M8.6%2C10H7.3L7.1%2C4.3h1.7L8.6%2C10z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-size: 18px 18px;
}
/* line 27, ../../sass/layout/frontend/_footer.scss */
#noEmergency span {
  margin: 0 0 0 30px;
  line-height: 1.5rem;
}

/* line 33, ../../sass/layout/frontend/_footer.scss */
#linksNormalContent {
  padding-bottom: 20px;
}
/* line 36, ../../sass/layout/frontend/_footer.scss */
#linksNormalContent ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 43, ../../sass/layout/frontend/_footer.scss */
#linksNormalContent ul li {
  text-decoration: none;
  width: calc(50% - 10px);
  margin-right: 10px;
  max-height: 2rem;
  line-height: 2rem;
  overflow: hidden;
}
/* line 51, ../../sass/layout/frontend/_footer.scss */
#linksNormalContent ul li a:hover {
  color: #ECF0F1;
}
@media (max-width: 900px) {
  /* line 43, ../../sass/layout/frontend/_footer.scss */
  #linksNormalContent ul li {
    width: 100%;
    margin: 0;
  }
}

/* line 63, ../../sass/layout/frontend/_footer.scss */
#bottomLogo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
/* line 70, ../../sass/layout/frontend/_footer.scss */
#bottomLogo span {
  margin-right: 20px;
}
/* line 74, ../../sass/layout/frontend/_footer.scss */
#bottomLogo img {
  max-height: 26px;
  max-width: 140px;
}

@media (max-width: 480px) {
  /* line 81, ../../sass/layout/frontend/_footer.scss */
  #footerSubContainer {
    margin: 20px 30px;
  }

  /* line 85, ../../sass/layout/frontend/_footer.scss */
  #noEmergency {
    background-size: 30px 30px;
  }
  /* line 88, ../../sass/layout/frontend/_footer.scss */
  #noEmergency span {
    margin-left: 55px;
    line-height: 30px;
  }

  /* line 94, ../../sass/layout/frontend/_footer.scss */
  #bottomLogo {
    justify-content: center;
  }

  /* line 98, ../../sass/layout/frontend/_footer.scss */
  h1, p, a, span {
    word-break: break-word;
  }
}
/* line 32, ../../sass/layout/frontend/_buttons.scss */
.btn {
  display: inline-block;
  color: #535355;
  background-color: transparent;
  border: 1px solid #aaaaaa;
  padding: 8px;
  line-height: normal;
  vertical-align: bottom;
  box-sizing: content-box;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}
/* line 37, ../../sass/layout/frontend/_buttons.scss */
.btn:hover {
  background-color: #fcfcfc;
}
/* line 41, ../../sass/layout/frontend/_buttons.scss */
.btn.btn-fat {
  padding: 9px;
}
/* line 45, ../../sass/layout/frontend/_buttons.scss */
.btn.btn-medium {
  padding: 9px;
  text-align: center;
}
/* line 50, ../../sass/layout/frontend/_buttons.scss */
.btn.btn-nav {
  padding: 12px;
  text-align: center;
  background-color: #FFFFFF;
  border-color: #c4c4c4;
}
/* line 57, ../../sass/layout/frontend/_buttons.scss */
.btn.btn-nav:hover {
  background-color: #f2f2f2;
}
/* line 62, ../../sass/layout/frontend/_buttons.scss */
.btn.btn-primary {
  border: 1px solid #187e80;
  color: #FFFFFF;
  background-color: #187e80;
  transition: 0.3s;
}
/* line 26, ../../sass/layout/frontend/_buttons.scss */
.btn.btn-primary:hover {
  background-color: #20a8ab;
  border-color: #20a8ab;
}
/* line 66, ../../sass/layout/frontend/_buttons.scss */
.btn:disabled {
  background-color: #868688;
  border-color: #868688;
  color: #FFFFFF;
}
/* line 71, ../../sass/layout/frontend/_buttons.scss */
.btn:disabled:hover {
  background-color: #868688;
  border-color: #868688;
  color: #FFFFFF;
}
/* line 79, ../../sass/layout/frontend/_buttons.scss */
.btn.btn-compact {
  padding: 4px 8px;
  white-space: nowrap;
}
/* line 84, ../../sass/layout/frontend/_buttons.scss */
.btn.btn-very-compact {
  padding: 2px 3px;
}
/* line 88, ../../sass/layout/frontend/_buttons.scss */
.btn.btn-inline {
  vertical-align: baseline;
}

/* line 105, ../../sass/layout/frontend/_buttons.scss */
.btn-group {
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 110, ../../sass/layout/frontend/_buttons.scss */
.btn-group .btn {
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}
/* line 116, ../../sass/layout/frontend/_buttons.scss */
.btn-group.btn-group-nowrap .btn {
  margin-bottom: 0;
}
/* line 120, ../../sass/layout/frontend/_buttons.scss */
.btn-group.btn-group-right .btn {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}

/* line 125, ../../sass/layout/frontend/_buttons.scss */
.btn-group-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

/* line 133, ../../sass/layout/frontend/_buttons.scss */
.centeredContainer .btn-group-outside-right {
  position: absolute;
  right: 0;
  margin-top: 0;
  bottom: -88px;
}
/* line 139, ../../sass/layout/frontend/_buttons.scss */
.centeredContainer .btn-group-outside-right .btn {
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
/* line 144, ../../sass/layout/frontend/_buttons.scss */
.centeredContainer .btn-group-outside-right .btn-next {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%209.3%2017.1%22%20style%3D%22enable-background%3Anew%200%200%209.3%2017.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%220.8%2C17.1%200%2C16.3%207.8%2C8.5%200%2C0.8%200.8%2C0%209.2%2C8.5%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-position: 10px center;
  padding-left: 35px;
}
/* line 150, ../../sass/layout/frontend/_buttons.scss */
.centeredContainer .btn-group-outside-right .btn-back {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%208.9%2016.4%22%20style%3D%22enable-background%3Anew%200%200%208.9%2016.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%228.2%2C16.5%200%2C8.2%208.2%2C0%209%2C0.8%201.4%2C8.2%209%2C15.7%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-position: 8px center;
  padding-left: 35px;
  border-color: #FFFFFF;
}
/* line 156, ../../sass/layout/frontend/_buttons.scss */
.centeredContainer .btn-group-outside-right .btn-back:hover {
  border-color: #f2f2f2;
}
/* line 161, ../../sass/layout/frontend/_buttons.scss */
.centeredContainer .btn-group-outside-right .btn-cancel {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016.2%2016.2%22%20style%3D%22enable-background%3Anew%200%200%2016.2%2016.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%227.6%22%20y%3D%22-2.8%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-3.3551%208.0999%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2221.8%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22-2.8%22%20y%3D%227.6%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-3.3551%208.0999%29%22%20class%3D%22st0%22%20width%3D%2221.8%22%20height%3D%221%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-position: 10px center;
  padding-left: 40px;
  border-color: #FFFFFF;
}
/* line 167, ../../sass/layout/frontend/_buttons.scss */
.centeredContainer .btn-group-outside-right .btn-cancel:hover {
  border-color: #f2f2f2;
}

/* line 175, ../../sass/layout/frontend/_buttons.scss */
:dir(rtl) .centeredContainer .btn-group-outside-right .btn-next {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%208.9%2016.4%22%20style%3D%22enable-background%3Anew%200%200%208.9%2016.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%228.2%2C16.5%200%2C8.2%208.2%2C0%209%2C0.8%201.4%2C8.2%209%2C15.7%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
}
/* line 179, ../../sass/layout/frontend/_buttons.scss */
:dir(rtl) .centeredContainer .btn-group-outside-right .btn-back {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%209.3%2017.1%22%20style%3D%22enable-background%3Anew%200%200%209.3%2017.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%220.8%2C17.1%200%2C16.3%207.8%2C8.5%200%2C0.8%200.8%2C0%209.2%2C8.5%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
}

/* line 186, ../../sass/layout/frontend/_buttons.scss */
.rtl .btn-group .btn {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}
/* line 190, ../../sass/layout/frontend/_buttons.scss */
.rtl .btn-group.btn-group-right .btn {
  margin-right: 20px;
  margin-left: 0;
  float: left;
}

/* line 196, ../../sass/layout/frontend/_buttons.scss */
.btn-del {
  cursor: pointer;
  position: relative;
  top: -3px;
  height: 24px;
  width: 24px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%2223.424px%22%20height%3D%2223.424px%22%20viewBox%3D%220%200%2023.424%2023.424%22%20enable-background%3D%22new%200%200%2023.424%2023.424%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20fill%3D%22%23187e80%22%20d%3D%22M11.711%2C0C5.243%2C0%2C0%2C5.243%2C0%2C11.712c0%2C6.471%2C5.243%2C11.712%2C11.711%2C11.712%0A%09%09c6.472%2C0%2C11.713-5.241%2C11.713-11.712C23.424%2C5.243%2C18.183%2C0%2C11.711%2C0z%20M17.326%2C16.099l-1.12%2C1.118l-4.608-4.61l-4.612%2C4.609%0A%09%09l-1.117-1.117l4.61-4.612l-4.61-4.61l1.115-1.121l4.613%2C4.612l4.609-4.611l1.119%2C1.119l-4.611%2C4.61L17.326%2C16.099z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 480px) {
  /* line 228, ../../sass/layout/frontend/_buttons.scss */
  .btn-group {
    text-align: center;
  }
  /* line 231, ../../sass/layout/frontend/_buttons.scss */
  .btn-group .btn {
    width: auto;
  }

  /* line 236, ../../sass/layout/frontend/_buttons.scss */
  .centeredContainer .btn-group-outside-right {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 20px;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
  /* line 247, ../../sass/layout/frontend/_buttons.scss */
  .centeredContainer .btn-group-outside-right .btn-back, .centeredContainer .btn-group-outside-right .btn-cancel, .centeredContainer .btn-group-outside-right .btn-back:hover, .centeredContainer .btn-group-outside-right .btn-cancel:hover {
    border-color: #c4c4c4;
  }
}
/* line 5, ../../sass/layout/frontend/_tables.scss */
table tr td {
  padding-bottom: 5px;
}
/* line 8, ../../sass/layout/frontend/_tables.scss */
table tr td.titleColumn {
  font-weight: bold;
}
/* line 12, ../../sass/layout/frontend/_tables.scss */
table tr td.valueColumn {
  padding-left: 20px;
}

/* line 20, ../../sass/layout/frontend/_tables.scss */
table.table-radio {
  width: 100%;
}
/* line 24, ../../sass/layout/frontend/_tables.scss */
table.table-radio tr {
  border-bottom: 1px solid #aaaaaa;
}
/* line 27, ../../sass/layout/frontend/_tables.scss */
table.table-radio tr:first-child {
  border-top: 1px solid #aaaaaa;
}
/* line 31, ../../sass/layout/frontend/_tables.scss */
table.table-radio tr td {
  padding: 12px 2px;
}
/* line 34, ../../sass/layout/frontend/_tables.scss */
table.table-radio tr td.inputTab {
  width: 100%;
}
/* line 37, ../../sass/layout/frontend/_tables.scss */
table.table-radio tr td.inputTab > input {
  margin-right: 20px;
  cursor: pointer;
}
/* line 43, ../../sass/layout/frontend/_tables.scss */
table.table-radio tr td.inputTab label {
  cursor: pointer;
  top: 1px !important;
}
/* line 48, ../../sass/layout/frontend/_tables.scss */
table.table-radio tr td.inputTab .radio_notice {
  padding-top: 10px;
}
/* line 51, ../../sass/layout/frontend/_tables.scss */
table.table-radio tr td.inputTab .radio_notice > input[type=checkbox] {
  margin-right: 10px;
}

/* line 63, ../../sass/layout/frontend/_tables.scss */
.paginate_button {
  cursor: pointer;
  margin: 2px;
  padding: 2px;
  border: 1px solid #d8e2f5;
  border-radius: 2px;
}
/* line 71, ../../sass/layout/frontend/_tables.scss */
.paginate_button:not(.current):hover {
  background-color: #e6e6e6;
}
/* line 75, ../../sass/layout/frontend/_tables.scss */
.paginate_button.current {
  background-color: #cccccc;
}

/* line 81, ../../sass/layout/frontend/_tables.scss */
#passwordTable .titleColumn {
  width: 30%;
}
/* line 84, ../../sass/layout/frontend/_tables.scss */
#passwordTable .valueColumn {
  width: 70%;
}

/* line 3, ../../sass/layout/frontend/_login.scss */
.loginScreen label {
  font-weight: bold;
}

/* line 8, ../../sass/layout/frontend/_login.scss */
#login-form-container {
  width: 600px;
}
/* line 11, ../../sass/layout/frontend/_login.scss */
#login-form-container .contentBox.loginScreen {
  padding: 0;
  margin: 0;
}
/* line 15, ../../sass/layout/frontend/_login.scss */
#login-form-container .contentBox.loginScreen label {
  font-size: 1rem;
}
/* line 19, ../../sass/layout/frontend/_login.scss */
#login-form-container .contentBox.loginScreen input[type="text"], #login-form-container .contentBox.loginScreen input[type="password"] {
  width: 100%;
  max-width: none;
  background-color: #FFF8C5;
  border: 1px solid #E7D0A5;
  height: 2.8rem;
  line-height: 2.8rem;
  transition: 0.3s;
}
/* line 28, ../../sass/layout/frontend/_login.scss */
#login-form-container .contentBox.loginScreen input[type="text"]:disabled, #login-form-container .contentBox.loginScreen input[type="password"]:disabled {
  background-color: #ECF0F1;
  border-color: #aaaaaa;
}
@media (max-width: 900px) {
  /* line 11, ../../sass/layout/frontend/_login.scss */
  #login-form-container .contentBox.loginScreen {
    min-width: auto;
  }
}

@media (max-width: 480px) {
  /* line 41, ../../sass/layout/frontend/_login.scss */
  #login-form-container {
    width: calc(100% - 60px);
  }
}
/* line 2, ../../sass/layout/frontend/_ie.scss */
html.ie11 #header #mainHeader #headerLeft img {
  height: auto;
}

/* line 10, ../../sass/layout/frontend/_ie.scss */
html.ie8 .landingPageButtonBox, html.ie9 .landingPageButtonBox, html.ie10 .landingPageButtonBox {
  display: block;
}
/* line 14, ../../sass/layout/frontend/_ie.scss */
html.ie8 .landingPageButtonBox .landingPageButtonContainer, html.ie9 .landingPageButtonBox .landingPageButtonContainer, html.ie10 .landingPageButtonBox .landingPageButtonContainer {
  padding: 10px 0;
}
/* line 19, ../../sass/layout/frontend/_ie.scss */
html.ie8 #headerRight .formElementContainer .langSelect, html.ie9 #headerRight .formElementContainer .langSelect, html.ie10 #headerRight .formElementContainer .langSelect {
  color: black;
  background-image: none;
}

/* line 27, ../../sass/layout/frontend/_ie.scss */
html.ie8 #headerLeft img, html.ie8 .btn-footer.btn .btn-inner .btn-text, html.ie8 .stepsContainer .reportProgress .content .text, html.ie9 #headerLeft img, html.ie9 .btn-footer.btn .btn-inner .btn-text, html.ie9 .stepsContainer .reportProgress .content .text {
  top: 0;
}

/* line 44, ../../sass/layout/frontend/_ie.scss */
html.ie8 .btn-del {
  color: #187e80 !important;
  font-weight: bold;
  text-decoration: none;
}
/* line 38, ../../sass/layout/frontend/_ie.scss */
html.ie8 .btn-del:after {
  content: "X";
}
/* line 48, ../../sass/layout/frontend/_ie.scss */
html.ie8 .modal-close {
  background: #535355 !important;
  border: 1px solid white;
  box-sizing: border-box;
  text-align: center;
  padding-top: 5px;
  font-size: larger;
  color: white !important;
  font-weight: bold;
  text-decoration: none;
}
/* line 38, ../../sass/layout/frontend/_ie.scss */
html.ie8 .modal-close:after {
  content: "X";
}
/* line 58, ../../sass/layout/frontend/_ie.scss */
html.ie8 .info-icon {
  color: #187e80 !important;
  font-weight: bold;
  text-decoration: none;
}
/* line 38, ../../sass/layout/frontend/_ie.scss */
html.ie8 .info-icon:after {
  content: "?";
}
/* line 62, ../../sass/layout/frontend/_ie.scss */
html.ie8 .modal-info-icon {
  color: white !important;
  font-weight: bold;
  text-decoration: none;
}
/* line 38, ../../sass/layout/frontend/_ie.scss */
html.ie8 .modal-info-icon:after {
  content: "?";
}

/* line 1, ../../sass/components/frontend/_notification.scss */
.errorDiv {
  margin: 20px 0;
  width: 100%;
  display: flex;
  border: 1px solid transparent;
  border-radius: 5px;
  background: #ECF0F1 no-repeat 20px center;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2014.1%2017.1%22%20style%3D%22enable-background%3Anew%200%200%2014.1%2017.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M12.6%2C6h-0.7V4.9C11.8%2C2.2%2C9.7%2C0%2C7%2C0C4.3%2C0%2C2.1%2C2.2%2C2.1%2C4.9V6H1.5C0.7%2C6%2C0%2C6.7%2C0%2C7.5v8.1c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5%0A%09h11.1c0.8%2C0%2C1.5-0.7%2C1.5-1.5V7.5C14.1%2C6.7%2C13.4%2C6%2C12.6%2C6z%20M3.1%2C4.9C3.1%2C2.7%2C4.9%2C1%2C7%2C1s3.9%2C1.7%2C3.9%2C3.9V6H3.1V4.9z%20M13.1%2C15.6%0A%09c0%2C0.3-0.2%2C0.5-0.5%2C0.5H1.5c-0.3%2C0-0.5-0.2-0.5-0.5V7.5C1%2C7.2%2C1.2%2C7%2C1.5%2C7h11.1c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5V15.6z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-size: 15px 16px;
}
/* line 11, ../../sass/components/frontend/_notification.scss */
.errorDiv span {
  margin: 5px 10px 5px 55px;
  line-height: 1.5rem;
  flex-grow: 1;
}
/* line 17, ../../sass/components/frontend/_notification.scss */
.errorDiv.notice {
  color: #277e32;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2025.5%2025.5%22%20style%3D%22enable-background%3Anew%200%200%2025.5%2025.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23277e32%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M12.8%2C0C5.7%2C0%2C0%2C5.7%2C0%2C12.8c0%2C7.1%2C5.7%2C12.8%2C12.8%2C12.8c7.1%2C0%2C12.8-5.7%2C12.8-12.8C25.6%2C5.7%2C19.9%2C0%2C12.8%2C0z%0A%09%20M11.2%2C20.5l-5.1-5.6l0.7-0.7l4.1%2C4.5l6.1-12.4l0.9%2C0.4L11.2%2C20.5z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-color: #CADCCC;
}
/* line 23, ../../sass/components/frontend/_notification.scss */
.errorDiv.warning {
  color: #f25309;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016.3%2016.3%22%20style%3D%22enable-background%3Anew%200%200%2016.3%2016.3%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23f25309%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M8.1%2C0C3.6%2C0%2C0%2C3.6%2C0%2C8.1s3.6%2C8.1%2C8.1%2C8.1c4.5%2C0%2C8.1-3.6%2C8.1-8.1S12.6%2C0%2C8.1%2C0z%20M8.8%2C12.5H7.1v-1.6h1.7V12.5z%0A%09%20M8.6%2C10H7.3L7.1%2C4.3h1.7L8.6%2C10z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-color: #F2E3D3;
}
/* line 29, ../../sass/components/frontend/_notification.scss */
.errorDiv.error, .errorDiv.fatal {
  color: #ff0000;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2025.5%2025.5%22%20style%3D%22enable-background%3Anew%200%200%2025.5%2025.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23ff0000%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M12.8%2C0C5.7%2C0%2C0%2C5.7%2C0%2C12.8c0%2C7.1%2C5.7%2C12.8%2C12.8%2C12.8c7.1%2C0%2C12.8-5.7%2C12.8-12.8C25.6%2C5.7%2C19.9%2C0%2C12.8%2C0z%0A%09%09%20M19.2%2C18.4l-0.7%2C0.7l-5.7-5.7L7%2C19.2l-0.7-0.7l5.7-5.7L6.2%2C7L7%2C6.2l5.7%2C5.7l5.7-5.7L19.2%2C7l-5.7%2C5.7L19.2%2C18.4z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-color: #FCC6C3;
}
/* line 35, ../../sass/components/frontend/_notification.scss */
.errorDiv .closeErrorLink {
  text-decoration: none;
}
/* line 38, ../../sass/components/frontend/_notification.scss */
.errorDiv .closeErrorLink span {
  margin: 5px 10px 5px 0;
}

/* line 1, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 25px 0;
}
/* line 7, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress {
  width: 25%;
  position: relative;
  flex-grow: 1;
  word-wrap: break-word;
}
/* line 13, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress .content {
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: "EncodeSans-Bold", sans-serif;
  color: #9f9fa2;
}
/* line 22, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress .content a {
  text-decoration: none;
  color: #9f9fa2;
}
/* line 27, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress .content .numberBadge {
  font-family: "EncodeSans-Regular", sans-serif;
  display: block;
  background-color: #FFFFFF;
  color: #C8D4DB;
  height: 20px;
  width: 40px;
  padding: 11px 0;
  margin: 0 auto 8px auto;
  border: 1px solid #C8D4DB;
  border-radius: 21px;
  font-size: 0.9rem;
  overflow: hidden;
}
/* line 43, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress .before, .stepsContainer .reportProgress .after {
  width: 50%;
  position: absolute;
  top: 20px;
  border-top: 1px solid #C8D4DB;
  height: 1px;
  z-index: 0;
}
/* line 52, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress .before {
  left: 0;
}
/* line 56, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress .after {
  right: 0;
}
/* line 60, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress.first .before, .stepsContainer .reportProgress.last .after {
  display: none;
}
/* line 64, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress.first, .stepsContainer .reportProgress.last {
  flex-grow: 0;
}
/* line 69, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress.active .content, .stepsContainer .reportProgress.active a {
  color: #535355;
}
/* line 73, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress.active .numberBadge {
  background-color: #187e80;
  border-color: #187e80;
  color: #FFFFFF;
}
/* line 80, ../../sass/components/frontend/_reportMask.scss */
.stepsContainer .reportProgress.passed .numberBadge {
  background-color: #C8D4DB;
  color: #FFFFFF;
}

/* line 87, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident {
  background-color: #ECF1FA;
  margin-bottom: 90px;
}
/* line 91, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident .mainContent {
  min-height: 50vh;
}
/* line 98, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident .treeElementContainer table tr {
  border: none;
}
/* line 103, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident .treeElementContainer .treeLevelContainer {
  display: flex;
  align-items: baseline;
}
/* line 107, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident .treeElementContainer .treeLevelContainer .info-icon {
  margin-left: 15px;
}
/* line 113, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident .reportIncident-buttons {
  bottom: -108px;
  right: -60px;
}
/* line 118, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase {
  background-color: #FFFFFF;
}
/* line 121, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm {
  max-width: none;
}
/* line 124, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm .stepsContainer {
  max-width: 940px;
  margin: 25px auto;
}
/* line 129, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer {
  max-width: 940px;
  margin: 0 auto;
}
/* line 133, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer {
  position: relative;
  padding-right: 40px;
}
/* line 137, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer h2 {
  font-size: 0.8rem;
  font-family: "EncodeSans-Bold", sans-serif;
  color: #9f9fa2;
  text-transform: uppercase;
  margin-left: 30px;
  word-wrap: break-word;
}
/* line 145, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer h3 {
  margin-left: 30px;
}
/* line 149, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer p, #content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer td.titleColumn {
  padding-left: 30px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2018.8%2013.5%22%20style%3D%22enable-background%3Anew%200%200%2018.8%2013.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23187e80%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2212.1%2C13.5%2011.3%2C12.7%2017.4%2C6.7%2011.3%2C0.8%2012.1%2C0%2018.8%2C6.7%20%09%09%22%2F%3E%0A%09%3C%2Fg%3E%0A%09%3Cg%3E%0A%09%09%3Crect%20y%3D%226.2%22%20class%3D%22st0%22%20width%3D%2218.1%22%20height%3D%221%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-position: 0 7px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
/* line 157, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer p {
  margin: 0;
}
/* line 161, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer td {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: top;
}
/* line 166, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer td.titleColumn {
  background-position-y: 17px;
}
/* line 171, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer a.stepEditIcon {
  position: absolute;
  top: 15px;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2028.6%2028.6%22%20style%3D%22enable-background%3Anew%200%200%2028.6%2028.6%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23187e80%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%227.4%2C18%206.7%2C21.1%209.8%2C20.4%2020.8%2C9.4%2018.4%2C6.9%20%09%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M28.6%2C28.6V0H0v28.6H28.6z%20M10.1%2C21.4l-4.8%2C1l1-4.8l12-12.1l3.8%2C3.9L10.1%2C21.4z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-color: #FFFFFF;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
}
/* line 185, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportReviewCaseContainer .summaryContainer.borderTop a.stepEditIcon {
  top: 30px;
}
/* line 191, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportSubmitFormContainer {
  padding: 10px 61px;
  border-top: 2px dotted #DCE4F1;
  margin: 0 -61px -21px -61px;
  background-color: #ECF0F1;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
/* line 198, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm #reportSubmitFormContainer .contentBox {
  max-width: 940px;
  margin: 0 auto;
}
/* line 204, ../../sass/components/frontend/_reportMask.scss */
#content .centeredContainer.reportIncident.reviewCase #reportForm .reportIncident-buttons {
  bottom: -87px;
}

/* line 211, ../../sass/components/frontend/_reportMask.scss */
.incidentNumber {
  display: inline-block;
  padding: 15px 20px;
  border: solid 4px #535355;
  border-radius: 10px;
  font-size: 1.8rem;
  font-family: "EncodeSans-Bold", sans-serif;
  letter-spacing: 4px;
  margin-top: 20px;
}

/* line 222, ../../sass/components/frontend/_reportMask.scss */
.incidentNumberTitle {
  font-size: 1.1rem;
  font-family: "EncodeSans-Bold", sans-serif;
}

/* line 227, ../../sass/components/frontend/_reportMask.scss */
#captchaContainer {
  display: flex;
  flex-wrap: wrap;
}
/* line 231, ../../sass/components/frontend/_reportMask.scss */
#captchaContainer .inputContainer {
  padding-left: 30px;
  flex-grow: 1;
}

/* line 237, ../../sass/components/frontend/_reportMask.scss */
.orange {
  color: #ff9966;
}

/* line 242, ../../sass/components/frontend/_reportMask.scss */
#personalDetailsDisclaimerContainer .slider {
  flex-wrap: wrap;
}
/* line 245, ../../sass/components/frontend/_reportMask.scss */
#personalDetailsDisclaimerContainer .slider input {
  flex-shrink: 0;
}
/* line 249, ../../sass/components/frontend/_reportMask.scss */
#personalDetailsDisclaimerContainer .slider label:not(.error) {
  width: 100%;
}
/* line 253, ../../sass/components/frontend/_reportMask.scss */
#personalDetailsDisclaimerContainer .slider label.error {
  padding-left: 0 !important;
  margin-top: 30px;
}

@media (max-width: 480px) {
  /* line 261, ../../sass/components/frontend/_reportMask.scss */
  .stepsContainer {
    padding: 20px 30px;
  }
  /* line 265, ../../sass/components/frontend/_reportMask.scss */
  .stepsContainer .reportProgress .content {
    font-size: 0.65rem;
  }
  /* line 272, ../../sass/components/frontend/_reportMask.scss */
  .stepsContainer .reportProgress:not(.active) .content span.text {
    display: none;
  }

  /* line 281, ../../sass/components/frontend/_reportMask.scss */
  #content .centeredContainer.reportIncident .reportIncident-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    bottom: -88px;
    right: 0;
    width: 100%;
  }
  /* line 290, ../../sass/components/frontend/_reportMask.scss */
  #content .centeredContainer.reportIncident .reportIncident-buttons :last-child {
    margin-left: 0;
  }
  /* line 297, ../../sass/components/frontend/_reportMask.scss */
  #content .centeredContainer.reportIncident.reviewCase #reportForm .stepsContainer {
    margin: 0 auto;
  }
  /* line 303, ../../sass/components/frontend/_reportMask.scss */
  #content .centeredContainer.reportIncident.reviewCase #reportForm #processContent #reportReviewCaseContainer .summaryContainer {
    width: calc(100% + 2 * 30px - 50px);
    margin-left: calc(-1 * 30px);
  }
  /* line 307, ../../sass/components/frontend/_reportMask.scss */
  #content .centeredContainer.reportIncident.reviewCase #reportForm #processContent #reportReviewCaseContainer .summaryContainer h2 {
    line-height: 2rem;
    font-size: 0.65rem;
  }
  /* line 312, ../../sass/components/frontend/_reportMask.scss */
  #content .centeredContainer.reportIncident.reviewCase #reportForm #processContent #reportReviewCaseContainer .summaryContainer p, #content .centeredContainer.reportIncident.reviewCase #reportForm #processContent #reportReviewCaseContainer .summaryContainer table, #content .centeredContainer.reportIncident.reviewCase #reportForm #processContent #reportReviewCaseContainer .summaryContainer h3 {
    word-break: break-word;
    margin-left: 30px;
  }
  /* line 317, ../../sass/components/frontend/_reportMask.scss */
  #content .centeredContainer.reportIncident.reviewCase #reportForm #processContent #reportReviewCaseContainer .summaryContainer a.stepEditIcon {
    top: 20px;
    right: 10px;
  }
  /* line 325, ../../sass/components/frontend/_reportMask.scss */
  #content .centeredContainer.reportIncident.reviewCase #reportForm #reportSubmitFormContainer {
    width: 100%;
    padding: 10px 30px;
    margin: 0 0 0 calc(-1 * 30px);
    border-radius: 0;
  }

  /* line 336, ../../sass/components/frontend/_reportMask.scss */
  .incidentNumber {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    text-align: center;
    padding: 15px 0;
  }

  /* line 345, ../../sass/components/frontend/_reportMask.scss */
  #confirmPasswordWritedown {
    padding: 0;
  }

  /* line 350, ../../sass/components/frontend/_reportMask.scss */
  #captchaContainer .imageContainer {
    margin: 0 auto;
  }
  /* line 353, ../../sass/components/frontend/_reportMask.scss */
  #captchaContainer .inputContainer {
    padding-left: 0;
    margin-top: 20px;
  }
}
/* line 4, ../../sass/components/shared/_title.scss */
.title-div {
  position: absolute;
  padding: 10px 15px;
  z-index: 1000;
  background-color: white;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #c0c0c0;
  pointer-events: none;
  max-width: 50vw;
  max-height: 50vh;
}
/* line 15, ../../sass/components/shared/_title.scss */
.title-div:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6.3px;
  width: 10px;
  height: 10px;
  background: white;
  border-width: 1px;
  border-color: #c0c0c0;
  border-style: none solid solid none;
  transform: rotate(45deg);
}
/* line 29, ../../sass/components/shared/_title.scss */
.title-div.title-div-left:after {
  left: 10px;
}
/* line 33, ../../sass/components/shared/_title.scss */
.title-div.title-div-right:after {
  right: 10px;
}

/* line 1, ../../sass/components/frontend/_collapsible.scss */
.collapsible {
  padding: 20px 20px 20px 35px;
  cursor: pointer;
  background: transparent no-repeat 0 center;
  background-size: 18px 18px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2013.6%207.5%22%20style%3D%22enable-background%3Anew%200%200%2013.6%207.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%226.8%2C7.5%200%2C0.8%200.8%2C0%206.8%2C6.1%2012.9%2C0%2013.7%2C0.8%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  font-size: 1.2rem;
  font-family: "EncodeSans-Thin", sans-serif;
  font-weight: bold;
}
/* line 11, ../../sass/components/frontend/_collapsible.scss */
.collapsible:focus {
  outline: none;
}
/* line 15, ../../sass/components/frontend/_collapsible.scss */
.collapsible.collapsible-closed {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%209.3%2017.1%22%20style%3D%22enable-background%3Anew%200%200%209.3%2017.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%220.8%2C17.1%200%2C16.3%207.8%2C8.5%200%2C0.8%200.8%2C0%209.2%2C8.5%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
}

/* line 20, ../../sass/components/frontend/_collapsible.scss */
.collapsible-content {
  padding: 0 0 0 35px;
}

/* line 7, ../../sass/components/frontend/_faq.scss */
h2.faqH2 {
  margin-bottom: 0;
}

/* line 12, ../../sass/components/frontend/_faq.scss */
.faqElements {
  padding: 0;
  margin: 0 0 15px 0;
}
/* line 16, ../../sass/components/frontend/_faq.scss */
.faqElements li {
  padding: 8px 0;
}

/* line 22, ../../sass/components/frontend/_faq.scss */
.modalScreenFaqContainer {
  max-width: 700px;
}
/* line 25, ../../sass/components/frontend/_faq.scss */
.modalScreenFaqContainer > *:first-child {
  margin-top: 0;
}

/* line 30, ../../sass/components/frontend/_faq.scss */
.jquery-modal.blocker .modal#faq-container {
  padding-right: 10px;
  width: 770px;
}
/* line 34, ../../sass/components/frontend/_faq.scss */
.jquery-modal.blocker .modal#faq-container .faq-content {
  padding-right: 30px;
  max-height: 80vh;
  overflow: auto;
}

/* line 41, ../../sass/components/frontend/_faq.scss */
.faq-collapsible {
  background-color: #FFFFFF;
  margin: 10px 0;
  border: 1px solid transparent;
}
/* line 46, ../../sass/components/frontend/_faq.scss */
.faq-collapsible .collapsible {
  font-size: 1rem;
}
/* line 50, ../../sass/components/frontend/_faq.scss */
.faq-collapsible .faq-question {
  font-weight: bold;
  background-position: 11px center;
  padding-left: 58px;
}
/* line 56, ../../sass/components/frontend/_faq.scss */
.faq-collapsible .faq-answer {
  line-height: 1.7rem;
  padding-left: 58px;
}

@media (max-width: 900px) {
  /* line 64, ../../sass/components/frontend/_faq.scss */
  .jquery-modal.blocker .modal#faq-container {
    position: relative;
    padding-right: 0;
    width: auto;
  }
  /* line 69, ../../sass/components/frontend/_faq.scss */
  .jquery-modal.blocker .modal#faq-container .faq-content {
    max-height: calc(100vh - 150px);
  }
}
/* line 2, ../../sass/components/frontend/_infoicon.scss */
.info-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 15px;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2014.1%2014.1%22%20style%3D%22enable-background%3Anew%200%200%2014.1%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%239f9fa2%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M7%2C0C3.1%2C0%2C0%2C3.1%2C0%2C7c0%2C3.9%2C3.1%2C7%2C7%2C7c3.9%2C0%2C7-3.1%2C7-7C14.1%2C3.1%2C10.9%2C0%2C7%2C0z%20M7.6%2C11.3H6.4v-6h1.2V11.3z%0A%09%20M7.6%2C4.3H6.4V2.8h1.2V4.3z%22%2F%3E%0A%3C%2Fsvg%3E%0A') no-repeat;
  background-size: 15px 15px;
}
@media (min-width: 480px) {
  /* line 16, ../../sass/components/frontend/_infoicon.scss */
  .info-icon:hover > .info-text {
    display: block;
  }
}
/* line 21, ../../sass/components/frontend/_infoicon.scss */
.info-icon .info-text {
  display: none;
  position: absolute;
  z-index: 200;
  width: 300px;
  padding: 15px 20px;
  color: #FFFFFF;
  background-color: #333333;
  border-radius: 5px;
  cursor: default;
  font-size: 0.9rem;
  line-height: 1.5rem;
  right: 40px;
  top: -14px;
  transition: 0.3s;
}
/* line 41, ../../sass/components/frontend/_infoicon.scss */
.info-icon .info-text a {
  color: #FFFFFF;
}
/* line 45, ../../sass/components/frontend/_infoicon.scss */
.info-icon .info-text.info-text-right {
  right: auto;
  left: 40px;
  top: -14px;
}
/* line 50, ../../sass/components/frontend/_infoicon.scss */
.info-icon .info-text.info-text-right:before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 15px solid #333333;
  border-bottom: 12px solid transparent;
  display: inline-block;
  content: "";
  position: absolute;
  top: 15px;
  left: -12px;
}

/* line 3, ../../sass/components/frontend/_modal.scss */
.jquery-modal.blocker {
  z-index: 1200;
  padding: 50px 0 30px 0;
}
/* line 7, ../../sass/components/frontend/_modal.scss */
.jquery-modal.blocker .modal {
  display: none;
  z-index: 1201;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  max-width: 80vw;
  box-sizing: content-box;
  background-color: #f6f9fd;
}

/* line 20, ../../sass/components/frontend/_modal.scss */
.jquery-modal.blocker {
  background: rgba(0, 0, 0, 0.6);
  z-index: 1200;
}
/* line 24, ../../sass/components/frontend/_modal.scss */
.jquery-modal.blocker .modal {
  padding: 40px 50px 25px 50px;
  border-radius: 8px;
}
/* line 28, ../../sass/components/frontend/_modal.scss */
.jquery-modal.blocker .modal .close-modal {
  top: -37px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2020.4%2020.4%22%20style%3D%22enable-background%3Anew%200%200%2020.4%2020.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2220.4%2C2.1%2018.3%2C0%2010.2%2C8.1%202.1%2C0%200%2C2.1%208.1%2C10.2%200%2C18.2%202.1%2C20.4%2010.2%2C12.3%2018.3%2C20.4%2020.4%2C18.2%20%0A%0912.3%2C10.2%20%22%2F%3E%0A%3C%2Fsvg%3E%0A') no-repeat 0 0;
}
/* line 36, ../../sass/components/frontend/_modal.scss */
.jquery-modal.blocker .modal.modal-info-icon::after {
  content: '';
  position: absolute;
  top: -30px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2014.1%2014.1%22%20style%3D%22enable-background%3Anew%200%200%2014.1%2014.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M7%2C0C3.1%2C0%2C0%2C3.1%2C0%2C7c0%2C3.9%2C3.1%2C7%2C7%2C7c3.9%2C0%2C7-3.1%2C7-7C14.1%2C3.1%2C10.9%2C0%2C7%2C0z%20M7.6%2C11.3H6.4v-6h1.2V11.3z%0A%09%20M7.6%2C4.3H6.4V2.8h1.2V4.3z%22%2F%3E%0A%3C%2Fsvg%3E%0A') no-repeat;
}
/* line 46, ../../sass/components/frontend/_modal.scss */
.jquery-modal.blocker .modal .contentBox {
  background-color: transparent;
}

/* line 52, ../../sass/components/frontend/_modal.scss */
.modal a.close-modal {
  text-indent: 0;
  line-height: 1000%;
  overflow: hidden;
}

/* line 2, ../../sass/components/shared/_modalMessageBox.scss */
.messageBox {
  min-width: 200px;
}
/* line 5, ../../sass/components/shared/_modalMessageBox.scss */
.messageBox .messageBox-content {
  margin-bottom: 4ex;
  max-width: 800px;
}
/* line 9, ../../sass/components/shared/_modalMessageBox.scss */
.messageBox .messageBox-content h2, .messageBox .messageBox-content p {
  margin-top: 0;
}
/* line 14, ../../sass/components/shared/_modalMessageBox.scss */
.messageBox .messageBox-buttonBar {
  display: flex;
  justify-content: center;
}
/* line 18, ../../sass/components/shared/_modalMessageBox.scss */
.messageBox .messageBox-buttonBar button {
  margin-left: 8px;
}
/* line 21, ../../sass/components/shared/_modalMessageBox.scss */
.messageBox .messageBox-buttonBar button:first-child {
  margin-left: 0;
}

@media (max-width: 480px) {
  /* line 66, ../../sass/components/frontend/_modal.scss */
  .jquery-modal.blocker .modal {
    width: calc(100% - 60px);
    max-width: none;
    padding: 40px 30px 25px 30px;
    border-radius: 0;
  }
  /* line 72, ../../sass/components/frontend/_modal.scss */
  .jquery-modal.blocker .modal .close-modal {
    right: 20px;
  }
  /* line 76, ../../sass/components/frontend/_modal.scss */
  .jquery-modal.blocker .modal h1 {
    font-size: 2.4rem;
  }
  /* line 80, ../../sass/components/frontend/_modal.scss */
  .jquery-modal.blocker .modal h2 {
    font-size: 2.0rem;
  }
  /* line 84, ../../sass/components/frontend/_modal.scss */
  .jquery-modal.blocker .modal h3 {
    font-size: 1.5rem;
  }
}
/* line 3, ../../sass/components/shared/_fileUpload.scss */
.file-widget-wrapper .drop-zone {
  margin: 10px -10px;
  padding: 10px;
  cursor: pointer;
}
/* line 8, ../../sass/components/shared/_fileUpload.scss */
.file-widget-wrapper .drop-zone.drop-zone-advertise {
  outline: 5px dashed lightblue;
  outline-offset: 2px;
}
/* line 13, ../../sass/components/shared/_fileUpload.scss */
.file-widget-wrapper .drop-zone.drop-zone-hovering {
  background-color: lightblue;
}
/* line 17, ../../sass/components/shared/_fileUpload.scss */
.file-widget-wrapper .drop-zone .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  border: 2px dotted #DCE4F1;
  background-color: #FFFFFF;
  border-radius: 15px;
  width: 220px;
  height: 220px;
}
/* line 28, ../../sass/components/shared/_fileUpload.scss */
.file-widget-wrapper .drop-zone .icon span {
  color: #b9b9bb;
  padding-left: 25px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2024.3%2022.9%22%20style%3D%22enable-background%3Anew%200%200%2024.3%2022.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.7%2C19.4l4.2-0.3L24.3%2C8.7l-4-4L10%2C15.1L9.7%2C19.4z%20M11%2C15.5l9.4-9.4l2.5%2C2.5l-9.4%2C9.4l-2.7%2C0.2L11%2C15.5z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C21.4c0%2C0.3-0.2%2C0.5-0.5%2C0.5H1.5c-0.3%2C0-0.5-0.2-0.5-0.5V1.5C1%2C1.2%2C1.2%2C1%2C1.5%2C1h16.2%0A%09%09c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5v2.7h1V1.5c0-0.8-0.7-1.5-1.5-1.5H1.5C0.7%2C0%2C0%2C0.7%2C0%2C1.5v19.9c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h16.2%0A%09%09c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-5.6h-1V21.4z%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%223.6%22%20class%3D%22st0%22%20width%3D%229.9%22%20height%3D%221%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%226.2%22%20class%3D%22st0%22%20width%3D%2211.9%22%20height%3D%221%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2210.5%22%20height%3D%221%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%2211.3%22%20class%3D%22st0%22%20width%3D%227.3%22%20height%3D%221%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%2218.3%22%20class%3D%22st0%22%20width%3D%224.9%22%20height%3D%221%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-position: 0 center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
/* line 38, ../../sass/components/shared/_fileUpload.scss */
.file-widget-wrapper .drop-zone .file-widget-right {
  margin-left: 290px;
}
/* line 42, ../../sass/components/shared/_fileUpload.scss */
.file-widget-wrapper .drop-zone:after {
  content: '';
  display: block;
  clear: both;
}
/* line 49, ../../sass/components/shared/_fileUpload.scss */
.file-widget-wrapper h3 {
  margin-top: 0;
}

/* line 54, ../../sass/components/shared/_fileUpload.scss */
.file-widget-list {
  max-width: 640px;
}

/* line 58, ../../sass/components/shared/_fileUpload.scss */
.file-widget-file {
  display: flex;
  margin-bottom: 5px;
  direction: ltr;
  flex-wrap: nowrap;
}

/* line 65, ../../sass/components/shared/_fileUpload.scss */
.file-widget-file-pending {
  color: gray;
}

/* line 70, ../../sass/components/shared/_fileUpload.scss */
.file-widget-file-pending-delete {
  color: gray;
  text-decoration: line-through;
}
/* line 74, ../../sass/components/shared/_fileUpload.scss */
.file-widget-file-pending-delete .file-widget-name {
  color: inherit;
}

/* line 79, ../../sass/components/shared/_fileUpload.scss */
.file-widget-file-error {
  color: red;
}

/* line 83, ../../sass/components/shared/_fileUpload.scss */
.file-widget-name {
  margin-right: 1em;
  flex-grow: 1;
}

/* line 89, ../../sass/components/shared/_fileUpload.scss */
.file-widget-size {
  color: gray;
  margin-right: 1em;
}

/* line 97, ../../sass/components/shared/_fileUpload.scss */
.file-widget-delete {
  flex-shrink: 0;
  color: transparent !important;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2016.2%2016.2%22%20style%3D%22enable-background%3Anew%200%200%2016.2%2016.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%227.6%22%20y%3D%22-2.8%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-3.3551%208.0999%29%22%20class%3D%22st0%22%20width%3D%221%22%20height%3D%2221.8%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22-2.8%22%20y%3D%227.6%22%20transform%3D%22matrix%280.7071%20-0.7071%200.7071%200.7071%20-3.3551%208.0999%29%22%20class%3D%22st0%22%20width%3D%2221.8%22%20height%3D%221%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-color: #187e80;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  margin-left: 1em;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
/* line 114, ../../sass/components/shared/_fileUpload.scss */
.file-widget-delete:hover {
  background-color: #20a8ab;
}

/* line 119, ../../sass/components/shared/_fileUpload.scss */
.file-widget-help-text {
  color: gray;
  text-align: center;
}

@media (max-width: 900px) {
  /* line 127, ../../sass/components/shared/_fileUpload.scss */
  .file-widget-wrapper .drop-zone {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 131, ../../sass/components/shared/_fileUpload.scss */
  .file-widget-wrapper .drop-zone .icon {
    width: 100%;
    height: 90px;
  }
  /* line 136, ../../sass/components/shared/_fileUpload.scss */
  .file-widget-wrapper .drop-zone .file-widget-right {
    margin-left: 0;
    width: 100%;
  }
  /* line 140, ../../sass/components/shared/_fileUpload.scss */
  .file-widget-wrapper .drop-zone .file-widget-right h3 {
    font-family: "EncodeSans-Thin", sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
  /* line 148, ../../sass/components/shared/_fileUpload.scss */
  .file-widget-wrapper .drop-zone .file-widget-file {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 152, ../../sass/components/shared/_fileUpload.scss */
  .file-widget-wrapper .drop-zone .file-widget-file span {
    flex: none;
  }
  /* line 155, ../../sass/components/shared/_fileUpload.scss */
  .file-widget-wrapper .drop-zone .file-widget-file .file-widget-size, .file-widget-wrapper .drop-zone .file-widget-file .file-widget-status {
    display: none;
  }
  /* line 158, ../../sass/components/shared/_fileUpload.scss */
  .file-widget-wrapper .drop-zone .file-widget-file .file-widget-name {
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* Full page spinner */
/* line 2, ../../sass/components/shared/_spinner.scss */
.spinner-full {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1500;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  text-align: center;
  font-size: xx-large;
  padding-top: 49vh;
  font-weight: bold;
  opacity: 0;
  transition: opacity .5s ease-in;
  transition-delay: .5s;
}
/* line 21, ../../sass/components/shared/_spinner.scss */
.spinner-full.spinner-full-fade-in {
  opacity: 1;
}

/* Small spinner */
/* line 40, ../../sass/components/shared/_spinner.scss */
.spinner {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 2ex auto;
  position: relative;
  animation: dotGathering 0.5s infinite ease-in-out alternate;
  animation-delay: -0.8s;
}
/* line 47, ../../sass/components/shared/_spinner.scss */
.spinner::before, .spinner::after {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  content: '';
  position: absolute;
  animation: inherit;
}
/* line 54, ../../sass/components/shared/_spinner.scss */
.spinner::before {
  left: -14.4px;
  animation-delay: 0s;
}
/* line 59, ../../sass/components/shared/_spinner.scss */
.spinner::after {
  left: 14.4px;
  animation-delay: -0.6s;
}

@keyframes dotGathering {
  0% {
    background: black;
  }
  50%, 100% {
    background: rgba(0, 0, 0, 0.5);
  }
}
/* line 5, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButtonBox {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
  direction: ltr;
}

/* line 19, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButtonContainer {
  width: 33.3%;
  padding: 10px;
}
/* line 23, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButtonContainer:first-child {
  padding-left: 0;
}
/* line 27, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButtonContainer:last-child {
  padding-right: 0;
}

/* line 32, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButton {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 5px;
}
/* line 42, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButton.buttonReport, .landingPageButton.buttonQuestion {
  background: #187e80 no-repeat 20px center;
  background-size: 25px 25px;
}
/* line 46, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButton.buttonReport:hover, .landingPageButton.buttonQuestion:hover {
  background-color: #20a8ab;
}
/* line 51, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButton.buttonReport {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2024.3%2022.9%22%20style%3D%22enable-background%3Anew%200%200%2024.3%2022.9%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M9.7%2C19.4l4.2-0.3L24.3%2C8.7l-4-4L10%2C15.1L9.7%2C19.4z%20M11%2C15.5l9.4-9.4l2.5%2C2.5l-9.4%2C9.4l-2.7%2C0.2L11%2C15.5z%22%2F%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M18.2%2C21.4c0%2C0.3-0.2%2C0.5-0.5%2C0.5H1.5c-0.3%2C0-0.5-0.2-0.5-0.5V1.5C1%2C1.2%2C1.2%2C1%2C1.5%2C1h16.2%0A%09%09c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5v2.7h1V1.5c0-0.8-0.7-1.5-1.5-1.5H1.5C0.7%2C0%2C0%2C0.7%2C0%2C1.5v19.9c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h16.2%0A%09%09c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-5.6h-1V21.4z%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%223.6%22%20class%3D%22st0%22%20width%3D%229.9%22%20height%3D%221%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%226.2%22%20class%3D%22st0%22%20width%3D%2211.9%22%20height%3D%221%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%228.7%22%20class%3D%22st0%22%20width%3D%2210.5%22%20height%3D%221%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%2211.3%22%20class%3D%22st0%22%20width%3D%227.3%22%20height%3D%221%22%2F%3E%0A%09%3Crect%20x%3D%223.5%22%20y%3D%2218.3%22%20class%3D%22st0%22%20width%3D%224.9%22%20height%3D%221%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
}
/* line 55, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButton.buttonQuestion {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2023.6%2021.1%22%20style%3D%22enable-background%3Anew%200%200%2023.6%2021.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C21.1l1-0.9c1.5-1.3%2C2.6-2.7%2C3.3-4c-2.2-1.8-3.4-4.2-3.4-6.7C0.8%2C4.2%2C6%2C0%2C12.2%2C0s11.4%2C4.2%2C11.4%2C9.4%0A%09%09s-5.1%2C9.4-11.4%2C9.4c-1.4%2C0-2.8-0.2-4.2-0.6c-3%2C2.8-6.6%2C2.9-6.7%2C2.9L0%2C21.1z%20M12.2%2C1C6.5%2C1%2C1.8%2C4.8%2C1.8%2C9.4c0%2C2.3%2C1.2%2C4.6%2C3.4%2C6.2%0A%09%09l0.3%2C0.2l-0.2%2C0.4c-0.5%2C1.2-1.4%2C2.4-2.5%2C3.6c1.3-0.3%2C3.2-1%2C4.8-2.6L7.8%2C17l0.3%2C0.1c1.3%2C0.5%2C2.7%2C0.7%2C4.1%2C0.7%0A%09%09c5.7%2C0%2C10.4-3.8%2C10.4-8.4C22.6%2C4.8%2C18%2C1%2C12.2%2C1z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
}
/* line 59, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButton.buttonLogin {
  background: #FFFFFF no-repeat 20px center;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2022.9%2014.8%22%20style%3D%22enable-background%3Anew%200%200%2022.9%2014.8%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23535355%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M21.4%2C0H1.5C0.7%2C0%2C0%2C0.7%2C0%2C1.5v11.8c0%2C0.8%2C0.7%2C1.5%2C1.5%2C1.5h19.9c0.8%2C0%2C1.5-0.7%2C1.5-1.5V1.5%0A%09C22.9%2C0.7%2C22.3%2C0%2C21.4%2C0z%20M21.1%2C1l-9.6%2C6.4L2.2%2C1H21.1z%20M21.4%2C13.8H1.5c-0.3%2C0-0.5-0.2-0.5-0.5V1.5c0%2C0%2C0-0.1%2C0-0.1l10.4%2C7.2%0A%09l10.5-6.9v11.6C21.9%2C13.6%2C21.7%2C13.8%2C21.4%2C13.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-size: 25px 25px;
  color: #535355;
  border-color: #c4c4c4;
}
/* line 66, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButton.buttonLogin:hover {
  background-color: #ECF0F1;
}
/* line 71, ../../sass/pages/frontend/_landingPage.scss */
.landingPageButton span {
  margin: 25px 20px 25px 65px;
  max-height: 3.8rem;
  overflow: hidden;
}

@media (max-width: 900px) {
  /* line 79, ../../sass/pages/frontend/_landingPage.scss */
  .landingPageButtonBox {
    flex-wrap: wrap;
  }

  /* line 83, ../../sass/pages/frontend/_landingPage.scss */
  .landingPageButtonContainer {
    padding: 10px 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 90, ../../sass/pages/frontend/_landingPage.scss */
  .landingPageButtonBox {
    padding-top: 0;
    padding-bottom: 8px;
  }

  /* line 95, ../../sass/pages/frontend/_landingPage.scss */
  .landingPageButtonContainer {
    padding: 8px 0;
  }

  /* line 99, ../../sass/pages/frontend/_landingPage.scss */
  .landingPageButton {
    font-size: 1.5rem;
    border-left: none;
    border-right: none;
    border-radius: 0;
    width: 100%;
  }
  /* line 106, ../../sass/pages/frontend/_landingPage.scss */
  .landingPageButton span {
    margin-left: 85px;
  }
  /* line 110, ../../sass/pages/frontend/_landingPage.scss */
  .landingPageButton.buttonReport, .landingPageButton.buttonQuestion, .landingPageButton.buttonLogin {
    background-size: 30px 30px;
    background-position-x: 30px;
  }

  /* line 116, ../../sass/pages/frontend/_landingPage.scss */
  .errorDivContainer {
    padding: 20px 0;
    background-color: #DCE4F1;
    font-size: 1.1rem;
  }
  /* line 121, ../../sass/pages/frontend/_landingPage.scss */
  .errorDivContainer .errorDiv {
    margin-top: 0;
    background-size: 30px 30px;
    background-position-x: 25px;
    border-radius: 0;
  }
  /* line 127, ../../sass/pages/frontend/_landingPage.scss */
  .errorDivContainer .errorDiv span {
    margin-left: 85px;
  }
}
/* line 1, ../../sass/pages/frontend/_reportAcknowledge.scss */
.reportAcknowledgeContainer {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 0;
}
/* line 6, ../../sass/pages/frontend/_reportAcknowledge.scss */
.reportAcknowledgeContainer h3 {
  font-family: 'EncodeSans-Regular', sans-serif;
  font-size: 1.6rem;
}
/* line 10, ../../sass/pages/frontend/_reportAcknowledge.scss */
.reportAcknowledgeContainer h3 b {
  font-family: 'EncodeSans-Bold', sans-serif;
}
/* line 15, ../../sass/pages/frontend/_reportAcknowledge.scss */
.reportAcknowledgeContainer #reportAcknowledgeIcon {
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2061.3%2059.4%22%20style%3D%22enable-background%3Anew%200%200%2061.3%2059.4%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%238CC63F%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2215.9%2C59.4%200%2C39.7%202.4%2C37.9%2015.9%2C54.6%2058.9%2C0%2061.3%2C1.8%20%09%09%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A') no-repeat 0 0;
  width: 65px;
  height: 65px;
  margin: 0 auto 56px auto;
}
/* line 22, ../../sass/pages/frontend/_reportAcknowledge.scss */
.reportAcknowledgeContainer .btn-group .btn-primary {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2024.0.2%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%209.3%2017.1%22%20style%3D%22enable-background%3Anew%200%200%209.3%2017.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%220.8%2C17.1%200%2C16.3%207.8%2C8.5%200%2C0.8%200.8%2C0%209.2%2C8.5%20%09%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-position: 10px center;
  padding-left: 35px;
}

/*
    Document   : _base
*/
/*
  CUSTOMIZABLE
  Please rewrite these values in a file named _custom_variables.scss, based on the template _customVariables.scss
*/
/* BASE */
/* HEADER */
/* BASE */
/* HEADER */
/* FOOTER */
/* GENERAL BUTTONS */
/* FRONTPAGE BUTTONS */
/* FORMS */
/* STEPS CONTAINER*/
/* REPORT MASK */
/* NOTIFICATIONS */
/* REPORT NAVIGATION */
/* INFO POPUP */
/* BACKEND */
/* MOBILE */
/* line 3, ../../sass/pages/frontend/showPersonalInformation.scss */
#modal-terms-of-consent {
  max-width: 800px;
}
/* line 6, ../../sass/pages/frontend/showPersonalInformation.scss */
#modal-terms-of-consent .termsOfConsentContainer {
  height: 35vh;
  overflow: auto;
  padding: 20px;
  border: 1px solid #ECF0F1;
  margin-bottom: 10px;
}
/* line 15, ../../sass/pages/frontend/showPersonalInformation.scss */
#modal-terms-of-consent .formElementContainer {
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  /* line 23, ../../sass/pages/frontend/showPersonalInformation.scss */
  #modal-terms-of-consent .termsOfConsentContainer {
    height: 120px;
  }
}
/* line 29, ../../sass/frontend.scss */
body {
  display: table;
}

/* line 33, ../../sass/frontend.scss */
.mainContent {
  overflow: visible;
}

/*******************************
// Mobile on Desktop 
*******************************/
/* line 42, ../../sass/frontend.scss */
.mobileInfo {
  font-size: 1.2rem;
  background-color: lightgray;
  padding: 5px;
}

/* line 48, ../../sass/frontend.scss */
.mobileInfo img {
  margin-right: 20px;
  display: inline-block;
}

/********************************
// Notice Div Style
********************************/
/* line 57, ../../sass/frontend.scss */
.dropdown_notice {
  line-height: 150%;
}

/* line 61, ../../sass/frontend.scss */
.radio_notice {
  padding-left: 48px;
}

/* line 65, ../../sass/frontend.scss */
.divConfirmationCheckbox {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 69, ../../sass/frontend.scss */
.divConfirmationCheckbox label {
  top: -2px !important;
}

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