
/* base colors */
/* ci base colors */
/* ci gradients */
/* "special" colors */
/* Rating Color */
/* Direct application colors */
/* dummy colors, that might become obsolete */
/* Form Errors */
/* general vendor files*/
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * * 1. Change the default font family in all browsers (opinionated).
 * * 2. Correct the line height in all browsers.
 * * 3. Prevent adjustments of font size after orientation changes in
 * *    IE on Windows Phone and in iOS. */
/* Document
 * * ========================================================================== */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * * Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
  display: block;
}

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

/* Grouping content
 * * ========================================================================== */
/**
 * * Add the correct display in IE 9-.
 * * 1. Add the correct display in IE. */
figcaption, figure, main {
  display: block;
}

/**
 * * Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
 * * ========================================================================== */
/**
 * * 1. Remove the gray background on active links in IE 10.
 * * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

/**
 * * Remove the outline on focused links when they are also active or hovered
 * * in all browsers (opinionated). */
/**
 * * 1. Remove the bottom border in Firefox 39-.
 * * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
  font-weight: inherit;
}

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

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

/**
 * * Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/**
 * * Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * * ========================================================================== */
/**
 * * Add the correct display in IE 9-. */
audio, video {
  display: inline-block;
}

/**
 * * Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * * Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

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

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

/**
 * * Set boxshaddow to change the autofill color. */
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #f5f5f5;
}

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

/**
 * * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 * *    controls in Android 4.
 * * 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * * Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * * 1. Add the correct display in IE 9-.
 * * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  vertical-align: baseline;
}

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

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

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

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

/* Interactive
 * * ========================================================================== */
/* * Add the correct display in IE 9-.
 * * 1. Add the correct display in Edge, IE, and Firefox. */
details, menu {
  display: block;
}

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

/* Scripting
 * * ========================================================================== */
/**
 * * Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f060";
}
[dir=rtl] .slick-prev:before {
  content: "\f061";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f061";
}
[dir=rtl] .slick-next:before {
  content: "\f060";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 5px;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  content: "\f111";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x, i[class^=icon-].icon-x2 {
  font-size: 2em;
}

.fa-3x, i[class^=icon-].icon-x3 {
  font-size: 3em;
}

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse, .icon-spinner-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, .icon-search:before, .navigation-search-button__icon .icon-search-toggle:before {
  content: "\f002";
}

.fa-envelope-o:before, .icon-envelope-o:before {
  content: "\f003";
}

.fa-heart:before, .icon-heart:before {
  content: "\f004";
}

.fa-star:before, .icon-star-empty:before, .icon-star-filled:before {
  content: "\f005";
}

.fa-star-o:before, .icon-star-outlined:before {
  content: "\f006";
}

.fa-user:before, .icon-user:before {
  content: "\f007";
}

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

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before, .icon-checked:before, .icon-check:before, .icon-checkmark:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before,
.icon-cross:before,
.icon-times:before,
.navigation .navigation-links-container--open .js-toggle-navigation .icon-toggle-burger:before,
.navigation-search-bar.js-navigation-search-bar--open .js-toggle-search-button .icon-search-toggle:before {
  content: "\f00d";
}

.fa-search-plus:before, .icon-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

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

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before, .icon-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

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

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

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

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before,
.icon-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before, .icon-lock:before {
  content: "\f023";
}

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

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

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

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

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

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before, .icon-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before, .icon-pencil:before {
  content: "\f040";
}

.fa-map-marker:before, .icon-map-marker:before {
  content: "\f041";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before,
.icon-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before, .icon-check-square-o:before {
  content: "\f046";
}

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

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

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

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

.fa-play:before, .icon-play:before {
  content: "\f04b";
}

.fa-pause:before, .icon-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

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

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

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

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

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

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

.fa-plus-circle:before, .icon-plus-circle:before {
  content: "\f055";
}

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

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

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

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

.fa-info-circle:before, .icon-info:before {
  content: "\f05a";
}

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

.fa-times-circle-o:before {
  content: "\f05c";
}

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

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

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

.fa-plus:before, .icon-plus:before {
  content: "\f067";
}

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

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

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

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

.fa-leaf:before {
  content: "\f06c";
}

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

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

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

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

.fa-plane:before {
  content: "\f072";
}

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

.fa-random:before {
  content: "\f074";
}

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

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

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

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

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

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

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

.fa-twitter-square:before {
  content: "\f081";
}

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

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

.fa-key:before {
  content: "\f084";
}

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

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

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before, .icon-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before, .icon-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before, .icon-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

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

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

.fa-lemon-o:before {
  content: "\f094";
}

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

.fa-square-o:before {
  content: "\f096";
}

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

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

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

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

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

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

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

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

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

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

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

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

.fa-group:before,
.fa-users:before,
.icon-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

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

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

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

.fa-copy:before,
.fa-files-o:before,
.icon-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

.fa-list-ul:before, .icon-unordered:before, .icon-ul:before, .icon-list:before {
  content: "\f0ca";
}

.fa-list-ol:before, .icon-ordered:before, .icon-ol:before, .icon-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before, .icon-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before, .icon-money:before {
  content: "\f0d6";
}

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before,
.icon-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

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

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

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

.fa-dashboard:before, .icon-dashboard:before,
.fa-tachometer:before,
.icon-tachometer:before {
  content: "\f0e4";
}

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before, .icon-lightbulb:before {
  content: "\f0eb";
}

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

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

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

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before, .icon-suitcase:before {
  content: "\f0f2";
}

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

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

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before, .icon-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before, .icon-building:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

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

.fa-medkit:before {
  content: "\f0fa";
}

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

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

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

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

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

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

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before, .icon-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before, .icon-spinner:before {
  content: "\f110";
}

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

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

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

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

.fa-smile-o:before {
  content: "\f118";
}

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

.fa-meh-o:before {
  content: "\f11a";
}

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

.fa-keyboard-o:before {
  content: "\f11c";
}

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

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

.fa-terminal:before {
  content: "\f120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before, .icon-location-arrow:before {
  content: "\f124";
}

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

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before, .icon-question-mark:before {
  content: "\f128";
}

.fa-info:before, .icon-info-i:before {
  content: "\f129";
}

.fa-exclamation:before, .icon-summary:before, .icon-exclamation-mark:before, .icon-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

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

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before, .icon-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before, .icon-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

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

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

.fa-unlock-alt:before {
  content: "\f13e";
}

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

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

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

.fa-rss-square:before {
  content: "\f143";
}

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

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

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

.fa-pencil-square:before {
  content: "\f14b";
}

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

.fa-share-square:before {
  content: "\f14d";
}

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

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

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

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

.fa-euro:before, .icon-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

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

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

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

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

.fa-file-text:before, .icon-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before, .icon-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before, .icon-thumbs-up:before, .short-quiz-box__result span.correct:not(.win):not(.lose):not(.without-vacancies):before {
  content: "\f164";
}

.fa-thumbs-down:before, .icon-thumbs-down:before, .short-quiz-box__result span.wrong:not(.win):not(.lose):not(.without-vacancies):before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

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

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

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

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

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

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

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

.fa-linux:before {
  content: "\f17c";
}

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

.fa-skype:before {
  content: "\f17e";
}

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

.fa-trello:before {
  content: "\f181";
}

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

.fa-male:before, .icon-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before, .icon-arrow-circle-o-right:before {
  content: "\f18e";
}

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before,
.icon-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

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

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

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

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

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

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

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

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

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

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

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

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

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

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

.fa-soundcloud:before {
  content: "\f1be";
}

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before,
.icon-image:before {
  content: "\f1c5";
}

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

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

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before,
.icon-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

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

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

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

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

.fa-google-wallet:before {
  content: "\f1ee";
}

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

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

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

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

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

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

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

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

.fa-trash:before, .icon-trash:before {
  content: "\f1f8";
}

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

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

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

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

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

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

.fa-ioxhost:before {
  content: "\f208";
}

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

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

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

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

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

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

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

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

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

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

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

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

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

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

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

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

.fa-mouse-pointer:before, .icon-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

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

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

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

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

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

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

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

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

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

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

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

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

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

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

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

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

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

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

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

.fa-industry:before, .icon-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

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

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

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

.fa-reddit-alien:before {
  content: "\f281";
}

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

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

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

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

.fa-pause-circle-o:before {
  content: "\f28c";
}

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

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

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

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

.fa-percent:before {
  content: "\f295";
}

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

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

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

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before, .icon-question-circle:before {
  content: "\f29c";
}

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

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

.fa-volume-control-phone:before {
  content: "\f2a0";
}

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

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

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

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

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

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

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

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

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

.fa-handshake-o:before {
  content: "\f2b5";
}

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

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

.fa-linode:before {
  content: "\f2b8";
}

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

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

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

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before, .icon-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

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

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

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

.fa-grav:before {
  content: "\f2d6";
}

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

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* media query mixins have to be available nearly everywhere */
/* stylelint-disable unit-allowed-list*/
/* Viewport Variables */
/* stylelint-enable */
/*Grid Layout Variables*/
/* Margin (Bottom) Variables */
/* FONTS */
/* Headline Sizes */
/* Navigation */
/* Border Radius */
/* Buttons */
@font-face {
  font-family: "Arboria";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/arboria-book-ec699b287a89a1bad03964113adeadf9d77d061809a193a6ade179a6c3d39ae9.otf) format("opentype");
}
@font-face {
  font-family: "Arboria";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/arboria-bold-6dd00e0353c4d6fa3100b6289fdcb55fda40b6e0084d4d66e29bf7b0b4e68f85.otf) format("opentype");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: url(/assets/inter-light-ecc979428df84640b6647284807bf33d08fd0e140fa5369fbaffc2fed26a4a28.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/inter-regular-dfc4828dcbcef53ec7bf8874870b8e25d199cffd58f8bc0d96a061d4dcde4efd.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url(/assets/inter-medium-0c4eab0eec0034b077c800d08855fdd1d9d8c66345843bca313549813b3708f9.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url(/assets/inter-semibold-326ff6c621c5d7dfc57c6e3a254d947e81d4be74f17dfa156a3b58b7a7fe2732.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/inter-bold-35bd18fc0b92d3e62e382c35dc64eb7da2f9dbd838d8977c3ee43ae9b0b8a99d.woff2) format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  src: url(/assets/inter-extrabold-57c6e5413723d7a655f2f2eb956cf6d4ef9ebd7ff2b4a48c805ac0276e8f44d6.woff2) format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(/assets/font-awesome/fontawesome-webfont-955e5aa956b31af1c4e9fbb5a8803175b2a70ef46c457cd51176032c2b8b0473.woff2) format("woff2");
}
.t-center {
  text-align: center;
}

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

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

.t-muted {
  color: #666;
}

.t-white {
  color: #fff;
}

.t-bold {
  font-weight: 700;
}

@media only screen and (min-width: 1200px) {
  .t-md-left {
    text-align: left;
  }
}
.ab-row {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
}

.ab-col-2 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.ab-col-3 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 25%;
  max-width: 25%;
}

.ab-col-4 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.ab-col-5 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.ab-col-6 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 50%;
  max-width: 50%;
}

.ab-col-7 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.ab-col-8 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.ab-col-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 75%;
  max-width: 75%;
}

.ab-col-10 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.ab-col-11 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.ab-col-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 100%;
  max-width: 100%;
}

/* stylelint-disable at-rule-no-unknown */
.mgn-b--1 {
  margin-bottom: 1rem;
}

.mgn-b--2 {
  margin-bottom: 2rem;
}

.mgn-b--3 {
  margin-bottom: 3rem;
}

.mgn-b--4 {
  margin-bottom: 4rem;
}

.mgn-b--5 {
  margin-bottom: 5rem;
}

.mgn-b--6 {
  margin-bottom: 6rem;
}

.mgn-b--7 {
  margin-bottom: 7rem;
}

.mgn-b--8 {
  margin-bottom: 8rem;
}

.mgn-b--9 {
  margin-bottom: 9rem;
}

.mgn-b--10 {
  margin-bottom: 10rem;
}

.l-wrapper {
  margin-inline: auto;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  display: flex;
  max-width: 1800px;
  min-height: 100vh;
  flex-direction: column;
}
.l-wrapper main {
  flex-grow: 1;
}

.flash-message-wrapper {
  width: 100%;
}

.l-dashboard-wrapper {
  margin-inline: auto;
  width: 90%;
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
  .l-dashboard-wrapper {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .l-dashboard-wrapper {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .l-dashboard-wrapper {
    width: 114rem;
  }
}

/* shared styles */
::selection {
  background-color: #fc5f12;
  color: #fff;
}

html,
html a {
  /* stylelint-disable declaration-no-important*/
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-enable */
}

html {
  font-weight: 400;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  /* stylelint-disable unit-allowed-list*/
  font-size: 10px;
  /* stylelint-enable */
  color: #333;
}

body {
  font-size: 1.4rem;
  line-height: 150%;
  color: #171717;
}

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

h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  font-family: "Arboria", sans-serif;
}

button,
input,
optgroup,
select,
textarea {
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

button,
[class$=-button] {
  cursor: pointer;
}

section {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 1200px) {
  section {
    margin-bottom: 6.4rem;
  }
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #5e2dc1;
}
a:hover {
  text-decoration: underline;
}

.responsive {
  max-width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-bottom: 0.3rem dotted #d4d4d4;
}

.divider {
  margin-bottom: 3.2rem;
  position: relative;
}
.divider__text {
  margin-inline: auto;
  margin-top: -1.5rem;
  width: 7rem;
  background-color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .landingpage--root section {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .landingpage--root section {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 768px) {
  .landingpage--root .megateaser,
  .landingpage--root .page-teasers {
    margin-bottom: 12.8rem;
  }
}

i[class^=icon-] {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  font-style: normal;
}
.icon-orange {
  color: #fc5f12;
}
.icon-black {
  color: #000;
}
.icon-gainsboro {
  color: #ddd;
}
.icon-mine-shaft {
  color: #333;
}
.icon-nile-blue {
  color: #123456;
}
.icon-seashell {
  color: #f1f1f1;
}
.icon-steel {
  color: #666;
}
.icon-white {
  color: #fff;
}
.icon-green {
  color: #2da44d;
}
.icon-grey-light {
  color: #e4e4e4;
}
.input-field .selectize-control, .input-field__textarea, .input-field__input, .results-filter__selection .chosen-single {
  transition: border-color 0.3s ease-out;
}
.input-field .selectize-control:focus, .input-field__textarea:focus, .input-field__input:focus, .results-filter__selection .chosen-single:focus {
  border-color: #5e2dc1;
  outline: none;
}

@media only screen and (min-width: 768px) {
  .input-field {
    margin-bottom: 2.4rem;
  }
}
.input-field-group--inline {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  flex-direction: column;
}
.input-field__label {
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: inline-block;
  cursor: pointer;
}
.input-field__label--required:after {
  content: " *";
}
.input-field__input, .results-filter__selection .chosen-single {
  border-radius: 2.7rem;
  width: 100%;
  height: 5.4rem;
  padding-left: 3rem;
  background-color: #f5f5f5;
  font-size: 1.2rem;
}
.input-field__textarea {
  font-weight: 400;
  resize: none;
  border: 0;
  border-radius: 2.7rem;
  width: 100%;
  min-height: 20rem;
  padding: 1.2rem 2rem;
  background-color: #f5f5f5;
  font-size: 1.4rem;
}
.input-field__textarea--hidden {
  display: none;
}
.input-field__datepicker {
  position: relative;
  display: flex;
  align-items: center;
}
.input-field__datepicker-trigger {
  position: absolute;
  right: 2rem;
  transition: color 0.1s ease-in;
  cursor: pointer;
}
.input-field__datepicker-trigger:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
}
.input-field__datepicker-trigger:hover {
  color: #fc5f12;
}
.input-field__datepicker--disabled .input-field__datepicker-trigger {
  cursor: not-allowed;
}
.input-field__datepicker--disabled .input-field__datepicker-trigger:hover {
  color: #333;
}
.input-field__datepicker .input-field__input:disabled, .input-field__datepicker .results-filter__selection .chosen-single:disabled, .results-filter__selection .input-field__datepicker .chosen-single:disabled {
  color: #333;
}
.input-field__datepicker .input-field__input:disabled + .input-field__datepicker-trigger, .input-field__datepicker .results-filter__selection .chosen-single:disabled + .input-field__datepicker-trigger, .results-filter__selection .input-field__datepicker .chosen-single:disabled + .input-field__datepicker-trigger {
  display: none;
}
.input-field .input-field__input--stubbed,
.input-field [disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}
.input-field .selectize-control {
  width: 100%;
}
.input-field .selectize-dropdown-content .optgroup:not(:last-of-type) {
  margin-bottom: 0.8rem;
  border-bottom: 0.3rem dotted #d4d4d4;
  padding-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .input-field-group--inline {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .input-field-group--inline .input-field {
    margin-right: 0;
    margin-left: 0;
  }
  .input-field.input-field--xs {
    width: 30%;
  }
  .input-field.input-field--sm {
    width: 37%;
  }
  .input-field.input-field--md {
    width: 57%;
  }
}

.navigation-search-bar__form .input-field--new-ci {
  margin-bottom: 1.6rem;
  display: flex;
  border: 0.1rem solid #ddd;
  border-radius: 1.2rem;
  height: 5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.8rem;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.navigation-search-bar__form .input-field--new-ci ::placeholder {
  font-weight: 400;
  color: #999;
}
@media only screen and (min-width: 768px) {
  .navigation-search-bar__form .input-field--new-ci {
    border: none;
  }
  .navigation-search-bar__form .input-field__label {
    margin-right: 1rem;
  }
}

.field_with_errors .input-field__input, .field_with_errors .results-filter__selection .chosen-single, .results-filter__selection .field_with_errors .chosen-single,
.field_with_errors .input-field__textarea {
  border: 0.1rem solid #ff5353;
  background-color: #fcc;
}

.error-message-hyperlink {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #ff5353;
}

.form-error-message {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  color: #ff5353;
}
.form-error-message:visited {
  color: inherit;
}

.checkbox {
  display: flex;
  flex-direction: row;
}
.checkbox--todo {
  margin-bottom: 0.8rem;
  border-radius: 0.8rem;
  padding: 1.2rem;
  background-color: #f5f5f5;
  color: #171717;
  align-items: center;
}
.checkbox--todo .checkbox__box {
  border-width: 0.2rem;
  border-color: #5e2dc1;
  border-radius: 2rem;
}
.checkbox--todo .checkbox__label {
  font-size: 1.4rem;
  line-height: 100%;
}
.checkbox--todo.checkbox--done {
  box-shadow: none;
}
.checkbox--done {
  border: 0;
  background-color: #fafafa;
  color: #a3a3a3;
}
.checkbox--done .checkbox__box {
  border-color: #2da44d;
  background-color: #2da44d;
}
.checkbox--done .checkbox__box:checked {
  background-color: #2da44d;
}
.checkbox--done .checkbox__label {
  text-decoration: line-through;
}
.checkbox__box {
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #666;
  position: relative;
  margin-right: 1rem;
  border-radius: 0.5rem;
  min-width: 2rem;
  min-height: 2rem;
  appearance: none;
}
.checkbox__box:checked {
  border: 0.1rem solid transparent;
  background-color: #5e2dc1;
}
.checkbox__box:checked:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
  content: "\f00c";
}
.checkbox__box:disabled {
  border: 0.1rem solid #919191;
  background-color: #919191;
}
.checkbox__box:focus {
  outline: 0;
}
.checkbox__label {
  display: flex;
  font-size: 1.5rem;
  line-height: 2rem;
}
.checkbox--hidden {
  display: none;
}

.togglebox {
  display: flex;
}
.togglebox__switch {
  position: relative;
  display: inline-block;
  min-width: 6rem;
  height: 3.4rem;
}
.togglebox__switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.togglebox__slider {
  position: absolute;
  inset: 0;
  transition: 0.4s;
  border-radius: 3.4rem;
  background-color: #ddd;
  cursor: pointer;
}
.togglebox__slider:before {
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
  transition: 0.4s;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.togglebox__label {
  margin-top: 0.6rem;
  margin-left: 1rem;
  line-height: 2rem;
}
.togglebox input:checked + .togglebox__slider {
  background-color: #fc5f12;
}
.togglebox input:checked + .togglebox__slider:before {
  transform: translateX(2.6rem);
}

.radio-buttons label + label {
  margin-top: 1.2rem;
}
.radio-buttons.radio-buttons--inline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  margin-bottom: 2rem;
}
.radio-buttons.radio-buttons--inline label + label {
  margin-top: 0;
}
.radio-buttons label {
  display: grid;
  cursor: pointer;
  grid-template-columns: 1.5rem auto;
  gap: 1rem;
  align-items: center;
}
.radio-buttons input[type=radio] {
  display: grid;
  transform: translateY(-0.075em);
  /* Not removed via appearance */
  margin: 0;
  border: 0.1rem solid;
  border-color: #333;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  color: currentColor;
  appearance: none;
  font: inherit;
  place-content: center;
}
.radio-buttons input[type=radio]::before {
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1rem 1rem #5e2dc1;
  border-radius: 50%;
  width: 0.95rem;
  height: 0.95rem;
  content: "";
}
.radio-buttons input[type=radio]:checked {
  border-color: #5e2dc1;
}
.radio-buttons input[type=radio]:checked::before {
  transform: scale(1);
}
.radio-buttons .radio-button:not(:last-of-type) {
  margin-right: 2.4rem;
}

.progress {
  position: relative;
  border-radius: 1.5rem;
  width: 20rem;
  height: 1.5rem;
  background-color: #f5f5f5;
}
.progress .bar {
  border-radius: 1.5rem;
  height: 100%;
  background-color: #fc5f12;
}

.rangeslider {
  position: relative;
  display: block;
  border-radius: 10rem;
  width: 100%;
  height: 0.5rem;
  background-color: #e5e5e5;
}
.rangeslider__fill {
  position: absolute;
  top: 0;
  display: block;
  border-radius: 10rem;
  height: 0.5rem;
  background: #5e2dc1;
}
.rangeslider__handle {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -0.8rem;
  display: inline-block;
  border: 0.1rem solid #d4d4d4;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.dropzone-widget--pseudo {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.dropzone-widget--pseudo .input-field__input--upload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
.dropzone-widget--pseudo .preview {
  max-width: 50%;
  height: auto;
}
.dropzone-widget--pseudo .clear-preview {
  position: relative;
  z-index: 1;
  display: none;
}

.dropzone-widget--small {
  border-radius: 0.5rem;
  min-height: 4rem;
}
.dropzone-widget--small .dropzone-widget__icon-with-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropzone-widget--small .droptext {
  margin-left: 0.6rem;
}

.arrow-box {
  position: relative;
  background-color: #fff;
}
.arrow-box:before {
  width: 0;
  height: 0;
  position: absolute;
  border: 1rem solid #fff;
  content: " ";
}
.arrow-box--top:before {
  bottom: 100%;
  left: 50%;
  margin-left: -1rem;
}
.arrow-box--bottom:before {
  top: 100%;
  left: 50%;
  margin-left: -1rem;
}
.arrow-box--left:before {
  top: 50%;
  right: 100%;
  margin-top: -1rem;
}
.arrow-box--right:before {
  top: 50%;
  left: 100%;
  margin-top: -1rem;
}

/*
// -- Headline Sizes
$fontsize-xxs: 1.2rem;
$fontsize-xs: 1.4rem;
$fontsize-sm: 1.6rem;
$fontsize-md: 2.4rem;
$fontsize-lg: 3.2rem;
$fontsize-xl: 4.8rem;
$fontsize-xxl: 5.6rem;
$fontsize-xxxl: 6.4rem;
$headline-landingpage-hero: 8.5rem;
*/
.help-text, .input-field .help-text {
  font-weight: 400;
  font-style: italic;
  display: block;
  font-size: 1.4rem;
}

.title, .short-quiz-box__title {
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 100%;
  text-align: center;
}
.title--no-hyphen {
  hyphens: none;
}
.title--jp-card {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.title--subtitle, .short-quiz-box__result span:not(.win):not(.lose):not(.without-vacancies), .profession-pros-cons__title {
  font-size: 1.6rem;
  line-height: 2.7rem;
  letter-spacing: -0.02em;
}
.title--page {
  margin-bottom: 2.4rem;
  font-weight: 700;
  font-family: "Arboria", sans-serif;
  font-size: 3.2rem;
  line-height: 90%;
  letter-spacing: -0.02rem;
  color: #171717;
}
@media only screen and (min-width: 768px) {
  .title--page {
    margin-bottom: 3.2rem;
  }
}
.title--eyecatcher, .title--section, .title--card {
  font-size: 2.4rem;
  line-height: 90%;
  letter-spacing: -0.02rem;
}
.title--section {
  font-weight: 700;
  font-family: "Arboria", sans-serif;
}
.title--headline {
  margin-bottom: 2.4rem;
  font-size: 5.6rem;
  line-height: 90%;
  letter-spacing: -0.02rem;
}
@media only screen and (min-width: 768px) {
  .title--headline {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .title--headline {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .title--headline {
    font-size: 7.2rem;
  }
}
.title--card {
  text-align: left;
}
.title--card-subtitle {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: left;
}
.title--blob {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (min-width: 768px) {
  .title--blob {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .title--blob {
    margin-bottom: 5.6rem;
  }
}
.title--blob .blob {
  margin-right: 1rem;
  margin-left: 1rem;
  font-weight: 700;
  display: inline-block;
}
.title--meteor {
  color: #5e2dc1;
}
.title--inter {
  font-family: "Inter", sans-serif;
}
.title--arboria {
  font-family: "Arboria", sans-serif;
}
.title.title--blob, .title--blob.short-quiz-box__title {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.title.title--blob--small, .title--blob--small.short-quiz-box__title {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 2rem;
}
.title--hero-title {
  margin-bottom: 1.6rem;
  font-weight: 800;
  font-size: 4.2rem;
  line-height: 4.3rem;
  color: #5e2dc1;
}
@media only screen and (min-width: 768px) {
  .title--hero-title {
    margin-bottom: 2.4rem;
  }
}
.title--hero-subtitle {
  font-size: 1.6rem;
  line-height: 130%;
}
.title--light, .short-quiz-box__title {
  color: #fff;
}
.title--dark {
  color: #333;
}
.title--steel {
  color: #666;
}
.title--accented {
  color: #fc5f12;
}
.title--size-xs {
  font-size: 1.4rem;
  line-height: 130%;
}
.title--size-sm {
  font-size: 1.6rem;
  line-height: 130%;
}
.title--size-sm .blob {
  font-size: 1.6rem;
}
.title--size-md {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.title--size-md .blob {
  height: auto;
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.title--size-lg {
  font-size: 3.2rem;
  line-height: 4.7rem;
}
.title--size-xl {
  font-size: 4.8rem;
}
.title--size-xxl {
  font-size: 5.6rem;
  line-height: 8.2rem;
}
.title--weight-light {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.title--weight-regular {
  font-weight: 400;
}
.title--weight-heavy {
  font-weight: 700;
}
.title--weight-heavier {
  font-weight: 800;
}
.title--prefix, .title--suffix {
  color: #a3a3a3;
}
.title--left, .short-quiz-box__question .title, .short-quiz-box__question .short-quiz-box__title, .short-quiz-box__title {
  text-align: left;
}
.title--indent {
  margin-left: 1.8rem;
  text-align: left;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--inline {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .title.title--blob--small, .title--blob--small.short-quiz-box__title {
    font-size: 3rem;
  }
  .title--page {
    font-size: 4.8rem;
  }
  .title--blob, .title--eyecatcher, .title--section {
    font-size: 4.8rem;
    line-height: 4.7rem;
  }
  .title--hero {
    color: #fff;
  }
  .title--hero-title {
    font-size: 6.4rem;
    line-height: 7.6rem;
  }
  .title--hero-subtitle {
    font-size: 2rem;
    line-height: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .title--hero-title {
    font-size: 7.2rem;
    line-height: 8rem;
  }
}

.title-group {
  margin-bottom: 2.4rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .title-group {
    margin-bottom: 5.6rem;
  }
}
.title-group .title--page {
  margin-bottom: 1.6rem;
}
.title-group .title--section {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.title-group .title--subtitle, .title-group .short-quiz-box__result span:not(.win):not(.lose):not(.without-vacancies), .short-quiz-box__result .title-group span:not(.win):not(.lose):not(.without-vacancies), .title-group .profession-pros-cons__title {
  font-size: 1.6rem;
  line-height: 3rem;
}
.title-group .title--light, .title-group .short-quiz-box__title {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .title-group .title--section {
    font-size: 5.6rem;
    line-height: 6.5rem;
  }
}

.selectize-control {
  margin-inline: auto;
  margin-bottom: 1.6rem;
  position: relative;
  transition: border-color 0.3s ease-out;
  border-color: transparent;
  border-style: solid;
  border-radius: 2.5rem;
  width: 28rem;
  background-color: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
  color: #171717;
  border-width: 0.2rem;
}
.selectize-control:focus, .selectize-control:focus-visible, .selectize-control:focus-within {
  border-color: #7c4eda;
  outline: none;
}
.selectize-control--full-width {
  width: 100%;
}
.selectize-control--register-form .selectize-input input {
  font-size: 1.2rem;
}
.selectize-control .selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin-top: 1.5rem;
  box-shadow: 0 2.5rem 2.5rem rgba(0, 0, 0, 0.15);
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
  width: 28rem;
  max-height: 28rem;
  padding: 0.8rem;
  background-color: #fff;
  overflow-y: auto;
}
.selectize-control .selectize-dropdown-content {
  z-index: 10;
  background-color: #fff;
}
.selectize-control .selectize-dropdown-content .option {
  position: relative;
  margin-bottom: 0.8rem;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  line-height: 1.8rem;
  color: #171717;
  word-break: break-word;
}
.selectize-control .selectize-dropdown-content .option:last-child {
  margin-bottom: 0;
}
.selectize-control .selectize-dropdown-content .option:not([data-selectable=""]) {
  color: #ddd;
}
.selectize-control .selectize-dropdown-content .option:not([data-selectable=""]):hover {
  color: #ddd;
}
.selectize-control .selectize-dropdown-content .option:hover, .selectize-control .selectize-dropdown-content .option.selected.active {
  background-color: #ede5ff;
  color: #5e2dc1;
}
.selectize-control .selectize-dropdown-content .option:hover:hover, .selectize-control .selectize-dropdown-content .option.selected.active:hover {
  background-color: #ede5ff;
  color: #5e2dc1;
}
.selectize-control .selectize-dropdown-content .option:hover:after, .selectize-control .selectize-dropdown-content .option.selected.active:after {
  position: absolute;
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 1rem;
  right: 0.8rem;
  content: "\f00c";
}
.selectize-control .selectize-dropdown-content .optgroup {
  margin-bottom: 1.2rem;
}
.selectize-control .selectize-dropdown-content .optgroup-header {
  position: relative;
  margin-bottom: 0.4rem;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  line-height: 1.8rem;
  color: #5e2dc1;
  word-break: break-word;
}

.field_with_errors .selectize-control {
  border: 0.1rem solid #ff5353;
  margin-bottom: 0;
  background-color: #fcc;
}

.selectize-input {
  height: 5rem;
  line-height: 5rem;
}
.selectize-input .item {
  display: inline-block;
  max-width: 100%;
  height: 5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.selectize-input input {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  display: inline-block;
  border: none;
  height: 5rem;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  color: #171717;
  outline: none;
}
.selectize-input input::placeholder {
  font-weight: 600;
  color: #a3a3a3;
}
.selectize-input.has-items {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .selectize-input.has-items {
    white-space: unset;
    overflow: visible;
  }
}
.selectize-input.has-items input {
  padding: 0;
  vertical-align: top;
}
.selectize-input:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 2rem;
  font-family: FontAwesome;
  font-size: 2rem;
  color: #a3a3a3;
  content: "\f107";
}
.selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}

.react-select-container--full-width {
  width: 100%;
}
.react-select-container .react-select__control {
  margin-inline: auto;
  margin-bottom: 1.6rem;
  position: relative;
  border: none;
  border-radius: 2.5rem;
  height: 5.4rem;
  padding-left: 3rem;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
}
.react-select-container .react-select__control--is-focused {
  box-shadow: none;
  border: none;
}
.react-select-container .react-select__menu {
  box-shadow: 0 20px 13px 0 rgba(0, 0, 0, 0.03), 0 8px 5px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  padding: 0.8rem;
  background: white;
}
.react-select-container .react-select__menu-list {
  padding: 0;
}
.react-select-container .react-select__option {
  margin-bottom: 0.4rem;
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  font-weight: 500;
  color: #404040;
}
.react-select-container .react-select__option:last-child {
  margin-bottom: 0;
}
.react-select-container .react-select__option--is-selected {
  background: rgba(237, 229, 255, 0.5) !important;
  color: #5e2dc1 !important;
}
.react-select-container .react-select__option--is-selected::after {
  position: relative;
  left: 0.8rem;
  font-family: FontAwesome;
  content: "\f00c";
}
.react-select-container .react-select__option--is-focused {
  background: #f5f5f5;
  color: #171717;
}

.batch-select-container {
  display: flex;
}
.batch-select-container .react-select-container {
  margin-left: auto;
  width: 18.55rem;
}
.batch-select-container .react-select-container .react-select__control {
  position: unset;
  margin-right: unset;
  margin-bottom: unset;
  margin-left: unset;
  border: 1px solid transparent;
  border-radius: 1rem;
  height: unset;
  padding-left: unset;
  background-color: transparent;
  cursor: pointer;
  font-size: unset;
  font-weight: unset;
  color: unset;
}
.batch-select-container .react-select-container .react-select__control--menu-is-open .react-select__single-value::after {
  content: "\f106";
}
.batch-select-container .react-select-container .react-select__control--is-focused {
  outline: 2px solid #d1bdfa !important;
}
.batch-select-container .react-select-container .react-select__value-container {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  height: 3.8rem;
  padding: 0.8rem 1.2rem;
}
.batch-select-container .react-select-container .react-select__value-container:hover {
  border-color: #d4d4d4;
}
.batch-select-container .react-select-container .react-select__single-value {
  all: unset;
  line-height: 100%;
  font-weight: 500;
  color: #404040;
}
.batch-select-container .react-select-container .react-select__single-value::before {
  position: relative;
  top: -0.15rem;
  margin-right: 0.4rem;
  font-family: FontAwesome;
  font-size: 1rem;
  content: "\f161";
}
.batch-select-container .react-select-container .react-select__single-value::after {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  font-family: FontAwesome;
  content: "\f107";
}
.batch-select-container .react-select-container .react-select__indicators {
  display: none;
}
.batch-select-container .react-select-container .react-select__option--is-selected::after {
  position: absolute;
  left: unset;
  right: 0.8rem;
}

.slick-dots li {
  width: 1rem;
}
.slick-dots li button:before {
  font-size: 1rem;
  color: #ddd;
}
.slick-dots li.slick-active button:before {
  color: #fc5f12;
}
@media only screen and (min-width: 768px) {
  .slick-dots li {
    width: 2rem;
  }
  .slick-dots li button:before {
    font-size: 2rem;
  }
}

.dsgvo-text {
  font-size: 1.2rem;
  line-height: 150%;
}
.dsgvo-text--left {
  text-align: left;
}
.dsgvo-text--right {
  text-align: right;
}
.dsgvo-text--center {
  text-align: center;
}

.js-collapsible:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  transition: transform 0.2s ease-in;
  margin-left: auto;
  border-radius: 10rem;
  min-width: 2.4rem;
  background-color: #fc5f12;
  text-align: center;
  color: #fff;
  content: "\f107";
}
.js-collapsible--open + .js-collapsible__target {
  display: block;
}
.js-collapsible--open:after {
  transform: rotate(180deg);
}
.js-collapsible__target {
  display: none;
}

.no-display {
  display: none !important;
}

.ab-cms-container {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.ab-cms-container .blob {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-radius: 10rem;
  min-width: 3.4rem;
  height: fit-content;
  background-color: #42eed2;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  color: #171717;
}
.ab-cms-container .blob-with-text-after__blob {
  font-weight: 700;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-radius: 10rem;
  min-width: 3.4rem;
  height: fit-content;
  background-color: #42eed2;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  color: #171717;
  display: inline-block;
  margin-right: 0.8rem;
}
.ab-cms-container .blob-with-text-after__text {
  font-weight: 500;
  color: #171717;
}
.ab-cms-container .blob-with-text-after__text--nolink {
  color: #333;
}
.ab-cms-container .blob-with-text-after__text--nolink:hover {
  text-decoration: none;
}
.ab-cms-container--two-column-text .title, .ab-cms-container--two-column-text .short-quiz-box__title {
  font-weight: 700;
  margin-bottom: 0.4rem;
  text-align: left;
}
.ab-cms-container--two-column-text h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
.ab-cms-container--two-column-text h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.ab-cms-container--two-column-text h4 {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.ab-cms-container--list li p, .ab-cms-container--list li .insider-branding {
  margin-top: 0;
  margin-bottom: 0;
}
.ab-cms-container--list li:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.ab-cms-container--list ul > li:before {
  margin-top: 0.7rem;
}
.ab-cms-container--table {
  position: relative;
  border: 0.1rem solid #ddd;
  border-radius: 1.2rem;
  max-width: calc(100% + (100vw - 100%) / 2);
  text-align: left;
  overflow-x: auto;
}
.ab-cms-container--table table {
  border-collapse: collapse;
  table-layout: fixed;
}
.ab-cms-container--table tr {
  border-bottom: 0.1rem solid #ddd;
}
.ab-cms-container--table tr:nth-child(even) {
  background: #f1f1f1;
}
.ab-cms-container--table tr:first-child {
  border-bottom: 0.2rem solid #ddd;
}
.ab-cms-container--table tr:last-child {
  border-bottom: 0;
}
.ab-cms-container--table th,
.ab-cms-container--table td {
  width: 100%;
  min-width: 16rem;
  padding: 1.6rem;
  vertical-align: top;
}
.ab-cms-container--table ul {
  padding-left: 1.6rem;
}
.ab-cms-container--table:first-child ul {
  margin-top: 0;
}
.ab-cms-container--table.no-border {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container--table {
    max-width: 100%;
  }
  .ab-cms-container--table table {
    width: 100%;
    table-layout: auto;
  }
  .ab-cms-container--table th,
  .ab-cms-container--table td {
    width: auto;
  }
}
.ab-cms-container.faded {
  position: relative;
}
.ab-cms-container.faded .fade {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  width: 4rem;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.ab-cms-container .ab-cms-quote {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  color: #5e2dc1;
}
.ab-cms-container .ab-cms-quote:before, .ab-cms-container .ab-cms-quote:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ab-cms-container .ab-cms-quote:before {
  content: "\f101";
}
.ab-cms-container .ab-cms-quote:after {
  content: "\f100";
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .ab-cms-quote {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    font-size: 2.4rem;
  }
}
.ab-cms-container--btn {
  display: flex;
}
.ab-cms-container--btn .btn-filled {
  display: inline-flex;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container--btn {
    display: block;
  }
}
.ab-cms-container--anchor {
  z-index: -1;
  margin-bottom: 3rem;
}
.ab-cms-container--anchor h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
.ab-cms-container--anchor h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.ab-cms-container--anchor .scrollable-anchor::before {
  display: block;
  visibility: hidden;
  margin-top: -10rem;
  height: 10rem;
  content: "";
}
@media only screen and (min-width: 768px) {
  .ab-cms-container--anchor .scrollable-anchor::before {
    margin-top: -15rem;
    height: 15rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--anchor .scrollable-anchor::before {
    margin-top: -14rem;
    height: 14rem;
  }
}
.ab-cms-container--image {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container--image {
    margin-bottom: 4.8rem;
  }
}
.ab-cms-container--image .ab-cms-img {
  border-radius: 1.2rem;
  width: 100%;
}
.ab-cms-container--text-with-image::after {
  clear: both;
  display: block;
  content: "";
}
.ab-cms-container--text-with-image .ab-cms-img {
  border-radius: 1.2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container--text-with-image .ab-cms-img {
    margin-bottom: 0.2rem;
  }
  .ab-cms-container--text-with-image .ab-cms-img--float-left {
    float: left;
    margin-right: 3.2rem;
  }
  .ab-cms-container--text-with-image .ab-cms-img--float-right {
    float: right;
    margin-left: 3.2rem;
  }
  .ab-cms-container--text-with-image p, .ab-cms-container--text-with-image .insider-branding, .ab-cms-container--text-with-image .ab-cms-container .insider-branding, .ab-cms-container .ab-cms-container--text-with-image .insider-branding {
    margin-top: 0;
    text-align: justify;
  }
}
.ab-cms-container--video {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
}
.ab-cms-container--download-card {
  border: 1px solid #d4d4d4;
  border-radius: 1.6rem;
  background: #fafafa;
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--download-card {
    border-radius: 2.4rem;
    cursor: pointer;
  }
}
.ab-cms-container--download-card a {
  display: grid;
  padding: 1.6rem;
  grid-template-columns: min-content 1fr max-content;
  grid-template-rows: 1fr max-content;
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--download-card a {
    grid-template-rows: 1fr 1fr;
    padding: 2.4rem;
  }
}
.ab-cms-container--download-card .cards {
  position: relative;
  margin-left: 1.6rem;
  width: 7.6rem;
  height: 9.7rem;
  flex-shrink: 0;
  grid-column: 3/3;
  grid-row: 1/span 3;
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--download-card .cards {
    margin-left: 0;
    grid-column: 1/1;
    grid-row: 1/span 2;
  }
}
.ab-cms-container--download-card .cards .card {
  position: absolute;
}
.ab-cms-container--download-card .cards .card--front {
  z-index: 2;
  right: 0.125rem;
  transform-origin: bottom;
  transform: rotate(0deg) translateY(0) translateX(0);
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.ab-cms-container--download-card .cards .card--back {
  z-index: 1;
  top: -0.5rem;
  left: 0.125rem;
  transform: rotate(0deg) translateY(0) translateX(0);
  transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: bottom;
}
.ab-cms-container--download-card:hover a {
  text-decoration: none;
}
.ab-cms-container--download-card:hover .cards .card--front {
  transform: rotate(-3.5deg) translateY(0.125rem) translateX(0.125rem);
}
.ab-cms-container--download-card:hover .cards .card--back {
  transform: rotate(3.5deg) translateY(-0.125rem) translateX(-0.125rem);
}
.ab-cms-container--download-card:hover .download-button span {
  background-color: #7c4eda;
}
.ab-cms-container--download-card .text {
  margin-bottom: 1.2rem;
  align-self: center;
  flex: 1;
  grid-column: 1/span 2;
  grid-row: 1/1;
}
.ab-cms-container--download-card .text--title {
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  line-height: 125%;
  font-weight: 700;
  color: #171717;
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--download-card .text--title {
    font-size: 1.6rem;
  }
}
.ab-cms-container--download-card .text--description {
  font-size: 1.2rem;
  line-height: 150%;
  color: #737373;
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--download-card .text--description {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--download-card .text {
    margin-right: 3.2rem;
    margin-bottom: 0;
    margin-left: 2.4rem;
    grid-column: 2/2;
    grid-row: 1/span 2;
  }
}
.ab-cms-container--download-card .download-button {
  align-self: center;
  grid-column: 1/span 2;
  grid-row: 2/2;
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--download-card .download-button {
    grid-column: 3/3;
    grid-row: 1/span 2;
  }
}
.ab-cms-container--download-card .download-button span {
  display: inline-block;
}
.ab-cms-container--download-card .download-button span::before {
  content: attr(data-button-text-mobile);
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--download-card .download-button span::before {
    content: attr(data-button-text-desktop);
  }
}
.ab-cms-container--sme {
  width: 100%;
  height: auto;
}
.ab-cms-container .ab-cms-container--sme .social-media-element__embed {
  align-items: baseline;
}
.ab-cms-container .ab-cms-container--sme .social-media-element__embed .js-social-media-consent-info {
  margin-top: -0.5rem;
}
.ab-cms-container--job-posting-cards::before {
  display: block;
  visibility: hidden;
  margin-top: -10rem;
  height: 10rem;
  content: "";
}
@media only screen and (min-width: 768px) {
  .ab-cms-container--job-posting-cards::before {
    margin-top: -15rem;
    height: 15rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container--job-posting-cards::before {
    margin-top: -14rem;
    height: 14rem;
  }
}
.ab-cms-container .fancy-quote {
  margin-bottom: 3.2rem;
  border-left: 0.4rem solid #5e2dc1;
  padding-left: 3.2rem;
  font-size: 2rem;
  line-height: 175%;
}
.ab-cms-container .quoted {
  display: flex;
  flex-direction: row;
  line-height: 2rem;
  align-items: center;
}
.ab-cms-container .quoted img {
  margin-right: 2.4rem;
  border-radius: 0.8rem;
  width: 6.4rem;
  height: 6.4rem;
  object-fit: cover;
}
.ab-cms-container .content-box {
  position: relative;
}
.ab-cms-container .content-box__header {
  display: flex;
  margin-bottom: 1.6rem;
  flex-direction: row;
  align-items: center;
}
.ab-cms-container .content-box__title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.ab-cms-container .content-box__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  margin-right: 1.2rem;
  border-radius: 10rem;
  background-color: #ede5ff;
  font-size: 1.6rem;
  color: #5e2dc1;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.ab-cms-container .content-box__body {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.ab-cms-container .content-box a {
  font-weight: 700;
  color: #5e2dc1;
}
.ab-cms-container .content-box ul,
.ab-cms-container .content-box ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3rem;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .content-box ul,
  .ab-cms-container .content-box ol {
    padding-left: 5rem;
  }
}
.ab-cms-container .content-box li p, .ab-cms-container .content-box li .insider-branding {
  margin-top: 0;
  margin-bottom: 0;
}
.ab-cms-container .content-box li:not(:last-of-type) {
  border-bottom: 0.3rem dotted #d4d4d4;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
.ab-cms-container .content-box ul > li:before {
  top: 0.9rem;
}
.ab-cms-container .content-box ol > li:before {
  top: 0;
}
.ab-cms-container .content-box p:last-of-type, .ab-cms-container .content-box .insider-branding:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .content-box__body {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .ab-cms-container .content-box__icon {
    width: 4rem;
    height: 4rem;
  }
}
.ab-cms-container .beneficial-attributes__title {
  font-weight: 700;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 2.8rem;
}
.ab-cms-container .beneficial-attributes__list {
  padding-left: 2.5rem;
  line-height: 2.4rem;
  counter-reset: item;
  list-style-type: none;
}
.ab-cms-container .beneficial-attributes__list:first-of-type {
  margin-bottom: 4rem;
}
.ab-cms-container .beneficial-attributes__list li {
  margin-bottom: 1.4rem;
  margin-left: 0;
  padding-left: 1rem;
}
.ab-cms-container .beneficial-attributes__list li:before {
  font-weight: 700;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  margin-top: -0.3rem;
  margin-right: 1rem;
  margin-left: -3.4rem;
  border-radius: 100%;
  line-height: 2.5rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  content: counter(item) " ";
  counter-increment: item;
}
.ab-cms-container .beneficial-attributes__list--pos li:before {
  background-color: #2da44d;
}
.ab-cms-container .beneficial-attributes__list--neg li:before {
  background-color: #ff5353;
}
.ab-cms-container .job-collection h2 {
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.ab-cms-container .job-collection .simple-card {
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1);
  border: 0.1rem solid #ddd;
  border-radius: 1.2rem;
}
.ab-cms-container .job-collection .simple-card .ab-grid {
  margin-left: 0;
  align-items: center;
}
.ab-cms-container .job-collection .simple-card img {
  margin-bottom: 2.4rem;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  width: 100%;
}
.ab-cms-container .job-collection .simple-card__body {
  padding-right: 2rem;
  padding-left: 2rem;
}
.ab-cms-container .job-collection .simple-card__button {
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 5rem;
}
.ab-cms-container .job-collection .simple-card__button .btn-outline {
  border: 0.15rem solid #fc5f12;
  border-radius: 1.2rem;
  width: 100%;
}
.ab-cms-container .job-collection .simple-card .title--card {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.ab-cms-container .job-collection .simple-card .title--card-subtitle {
  font-weight: 400;
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
}
.ab-cms-container .job-collection .simple-card .ab-grid__item {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .job-collection .simple-card {
    padding: 0.8rem;
  }
  .ab-cms-container .job-collection .simple-card img {
    margin-bottom: 0;
    border-radius: 1.2rem;
    width: 23%;
    height: 9.6rem;
    object-fit: cover;
  }
  .ab-cms-container .job-collection .simple-card .title--card {
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ab-cms-container .job-collection .simple-card .title--card-subtitle {
    margin-bottom: 0;
  }
  .ab-cms-container .job-collection .simple-card__button {
    padding-left: 0;
    align-self: center;
  }
}
.ab-cms-container .search-box {
  margin-inline: auto;
  border-radius: 1.6rem;
  width: 100%;
  padding: 1.6rem;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .search-box {
    padding: 2.4rem;
  }
}
.ab-cms-container .search-box .ab-cms-search-box__title-group {
  margin-bottom: 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .search-box .ab-cms-search-box__title-group {
    margin-bottom: 2.4rem;
  }
}
.ab-cms-container .search-box .ab-cms-search-box__title {
  font-weight: 800;
  margin-bottom: 0;
  font-family: "Arboria", sans-serif;
  font-size: 2.4rem;
  line-height: 125%;
  text-align: center;
  color: #171717;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .search-box .ab-cms-search-box__title {
    font-size: 2.8rem;
  }
}
.ab-cms-container .search-box .ab-cms-search-box__subtitle {
  font-size: 1.6rem;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  color: #171717;
}
.ab-cms-container .search-box .ab-cms-search-box__search-bar {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  border-radius: 1.2rem;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .search-box .ab-cms-search-box__search-bar {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container .search-box .ab-cms-search-box__search-bar {
    flex-wrap: nowrap;
  }
}
.ab-cms-container .search-box .ab-cms-search-box__search-bar .input-field {
  display: flex;
  margin-bottom: 0.8rem;
  border: 0.1rem solid #d4d4d4;
  border-radius: 10rem;
  width: 100%;
  height: 4.8rem;
  padding-left: 2rem;
  background-color: #fff;
  font-size: 1.6rem;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .search-box .ab-cms-search-box__search-bar .input-field {
    margin-bottom: 1.2rem;
    width: 49.375%;
  }
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container .search-box .ab-cms-search-box__search-bar .input-field {
    margin-right: 0.8rem;
    margin-bottom: 0;
    width: 100%;
  }
}
.ab-cms-container .search-box .ab-cms-search-box__search-bar .input-field__label {
  display: inline-flex;
  margin-bottom: 0;
  font-size: 1.8rem;
  color: #a3a3a3;
}
.ab-cms-container .search-box .ab-cms-search-box__search-bar .input-field i:before {
  margin-right: 1rem;
  color: #5e2dc1;
}
.ab-cms-container .search-box .ab-cms-search-box__search-bar input {
  border: none;
  width: 85%;
  padding: 0;
  background-color: transparent;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 500;
  color: #a3a3a3;
}
.ab-cms-container .search-box .ab-cms-search-box__search-bar input:focus {
  outline: none;
}
.ab-cms-container .search-box .ab-cms-search-box__search-bar .search-button {
  border-radius: 10rem;
  width: 100%;
  height: 4.8rem;
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container .search-box .ab-cms-search-box__search-bar .search-button {
    width: auto;
    white-space: nowrap;
  }
}
.ab-cms-container .insider-branding {
  display: flex;
  flex-direction: column;
}
.ab-cms-container .insider-branding .title, .ab-cms-container .insider-branding .short-quiz-box__title {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #5e2dc1;
  order: -1;
}
.ab-cms-container .insider-branding__photo {
  margin-top: 1.6rem;
  border-radius: 0.8rem;
  max-width: 100%;
  object-fit: cover;
  order: 1;
}
.ab-cms-container .insider-branding .btn-filled {
  margin-top: 1.6rem;
  width: fit-content;
  order: 2;
}
.ab-cms-container .insider-branding ul,
.ab-cms-container .insider-branding ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5rem;
}
.ab-cms-container .insider-branding ul > li:before {
  top: 0.9rem;
}
.ab-cms-container .insider-branding ol > li:before {
  top: 0;
}
@media only screen and (max-width: 768px) {
  .ab-cms-container .insider-branding .btn-filled {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .insider-branding {
    display: inline-block;
  }
  .ab-cms-container .insider-branding .title, .ab-cms-container .insider-branding .short-quiz-box__title {
    margin-bottom: 1.6rem;
  }
  .ab-cms-container .insider-branding__photo {
    margin-top: 0;
    margin-bottom: 0;
    float: right;
    margin-left: 1.5rem;
    max-width: 50%;
  }
}
.ab-cms-container .vacancy-count-breaker {
  display: flex;
  gap: 1.2rem;
  border-radius: 1rem;
  padding: 2rem;
  background-color: #f1f1f1;
}
.ab-cms-container .vacancy-count-breaker__link-wrapper:hover {
  text-decoration: none;
}
.ab-cms-container .vacancy-count-breaker__link-wrapper:hover .vacancy-count-breaker__content--link {
  text-decoration: underline;
}
.ab-cms-container .vacancy-count-breaker__count {
  margin-top: 0.4rem;
}
.ab-cms-container .vacancy-count-breaker__count .blob {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .vacancy-count-breaker__count {
    margin-top: 0;
  }
}
.ab-cms-container .vacancy-count-breaker__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .vacancy-count-breaker__content {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container .vacancy-count-breaker__content {
    flex-direction: row;
    gap: 2rem;
  }
}
.ab-cms-container .vacancy-count-breaker__content--text {
  font-weight: 500;
  color: #171717;
}
.ab-cms-container .vacancy-count-breaker__content--link {
  font-weight: 700;
  white-space: nowrap;
  color: #5e2dc1;
}
.ab-cms-container .vacancy-count-breaker__content--link::after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f061";
}
.ab-cms-container .vacancy-count-breaker__count .blob {
  min-width: 3rem;
  min-height: 2rem;
}
.ab-cms-container .vacancy-count-breaker__count .dot-flashing {
  position: absolute;
  top: 1rem;
  animation: dotFlashing 1s infinite linear alternate;
  margin-left: 0.5rem;
  border-radius: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #000;
  color: #000;
  animation-delay: 0.5s;
}
.ab-cms-container .vacancy-count-breaker__count .dot-flashing::before,
.ab-cms-container .vacancy-count-breaker__count .dot-flashing::after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: "";
}
.ab-cms-container .vacancy-count-breaker__count .dot-flashing::before {
  left: -0.7rem;
  animation: dotFlashing 1s infinite alternate;
  border-radius: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #000;
  color: #000;
  animation-delay: 0s;
}
.ab-cms-container .vacancy-count-breaker__count .dot-flashing::after {
  left: 0.7rem;
  animation: dotFlashing 1s infinite alternate;
  border-radius: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #000;
  color: #000;
  animation-delay: 1s;
}
@keyframes dotFlashing {
  0% {
    background-color: #000;
  }
  50%, 100% {
    background-color: #757575;
  }
}
.ab-cms-container .social-media-consent-card {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.ab-cms-container .social-media-consent-card p, .ab-cms-container .social-media-consent-card .insider-branding {
  margin: 0;
}
.ab-cms-container .social-media-consent-card__title {
  font-size: 1.6rem;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .social-media-consent-card__title {
    font-size: 1.8rem;
  }
}
.ab-cms-container .social-media-consent-card__text {
  font-size: 1.2rem;
  line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .social-media-consent-card__text {
    font-size: 1.4rem;
  }
}
.ab-cms-container .social-media-consent-card .togglebox__slider {
  background-color: #a3a3a3;
}
.ab-cms-container .social-media-consent-card .togglebox__slider:before {
  width: 2rem;
  height: 2rem;
  bottom: 0.2rem;
  left: 0.2rem;
}
.ab-cms-container .social-media-consent-card .togglebox__switch {
  min-width: 4.2rem;
  height: 2.4rem;
}
.ab-cms-container .social-media-consent-card .togglebox__label {
  margin: 0;
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .social-media-consent-card .togglebox__label {
    font-size: 1.4rem;
  }
}
.ab-cms-container .social-media-consent-card__container {
  display: flex;
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
  gap: 1.6rem;
  padding: 1.6rem;
  flex-direction: column;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .social-media-consent-card__container {
    padding: 2.4rem;
  }
}
.ab-cms-container .social-media-consent-card__btn-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.ab-cms-container .social-media-consent-card__footer {
  font-size: 0.8rem;
  line-height: 150%;
  color: #737373;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .social-media-consent-card__footer {
    font-size: 1.2rem;
  }
}
.ab-cms-container .social-media-element__embed {
  display: flex;
  margin: 0 auto;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}
.ab-cms-container .social-media-element__embed .instagram-media ~ .js-social-media-consent-info {
  min-width: 32.6rem;
  max-width: 54rem;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .social-media-element__embed .instagram-media {
    width: calc(60% - 0.2rem) !important;
  }
  .ab-cms-container .social-media-element__embed .instagram-media ~ .js-social-media-consent-info {
    width: calc(60% - 0.2rem);
  }
}
.ab-cms-container .social-media-element__embed .video-player {
  max-width: 74rem;
  height: 19rem;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .social-media-element__embed .video-player {
    height: 39.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ab-cms-container .social-media-element__embed .video-player {
    height: 41.6rem;
  }
}
.ab-cms-container .social-media-element .js-social-media-consent-info {
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
  color: #737373;
}
@media only screen and (min-width: 768px) {
  .ab-cms-container .social-media-element .js-social-media-consent-info {
    font-size: 1.2rem;
  }
}
.ab-cms-container .title, .ab-cms-container .short-quiz-box__title {
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-align: left;
}
.ab-cms-container h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}
.ab-cms-container h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.ab-cms-container h4 {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

/* mixins */
.section-maintitle--bigger {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 3.3rem;
}
@media only screen and (min-width: 768px) {
  .section-maintitle--bigger {
    font-size: 3.5rem;
    line-height: 3.8rem;
  }
}

.section-maintitle--normal {
  font-size: 1.8rem;
  line-height: 1.5;
}

.section-subtitle {
  font-size: 1.8rem;
  line-height: 130%;
}
@media only screen and (min-width: 768px) {
  .section-subtitle {
    font-size: 2.4rem;
  }
}

.input-field .help-text, .help-text {
  font-weight: 400;
  font-style: italic;
  display: block;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .letter-filter {
    margin-bottom: 2.4rem;
  }
}
.letter-filter__title {
  font-weight: 600;
  text-align: center;
}
.letter-filter__list {
  display: flex;
  border-radius: 1.2rem;
  padding: 0.8rem;
  background-color: #f1f1f1;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  box-decoration-break: clone;
  overflow-x: scroll;
}
.letter-filter__list-item {
  display: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
}
.letter-filter__link {
  width: 100%;
  height: 100%;
  line-height: 3.2rem;
  color: #a3a3a3;
}
.letter-filter__link:hover, .letter-filter__link--active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  background-color: #fff;
  line-height: 3rem;
  color: #5e2dc1;
}

/* placeholder stylesx for "abstract" classes to inherit from */
.btn-w-sm {
  width: 21rem;
}

.btn-w-md {
  width: 28rem;
}

.btn-w-lg {
  width: 34.5rem;
}

@media only screen and (min-width: 768px) {
  .btn-w-sm-sm {
    width: 21rem;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-w-md-sm {
    width: 21rem;
  }
}

@media only screen and (min-width: 1800px) {
  .btn-w-lg-sm {
    width: 21rem;
  }
}

@media only screen and (min-width: 768px) {
  .btn-w-sm-md {
    width: 28rem;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-w-md-md {
    width: 28rem;
  }
}

@media only screen and (min-width: 1800px) {
  .btn-w-lg-md {
    width: 28rem;
  }
}

@media only screen and (min-width: 768px) {
  .btn-w-sm-lg {
    width: 34.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .btn-w-md-lg {
    width: 34.5rem;
  }
}

@media only screen and (min-width: 1800px) {
  .btn-w-lg-lg {
    width: 34.5rem;
  }
}

.btn-filled {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: #5e2dc1;
  font-size: 1.4rem;
  color: #fff;
}
.btn-filled:hover {
  text-decoration: none;
}
.btn-filled:focus {
  outline: none;
}
.btn-filled:hover {
  background-color: #7c4eda;
}
.btn-filled--light-grey {
  background-color: #f5f5f5;
  background-image: none;
  color: #5e2dc1;
}
.btn-filled--light-grey:hover {
  background-color: #5e2dc1;
  background-image: none;
  color: #fff;
}
.btn-filled--disabled, .btn-filled--grey {
  background-color: #f5f5f5;
  background-image: none;
  color: #5e2dc1;
}
.btn-filled--disabled:hover, .btn-filled--grey:hover {
  background-color: #fafafa;
  background-image: none;
}
.btn-filled--orange {
  background-color: #fc5f12;
  background-image: none;
}
.btn-filled--meteor {
  background-color: #5e2dc1;
  background-image: none;
}
.btn-filled--icon {
  display: inline-flex;
  justify-content: center;
}
.btn-filled--icon .fa:after,
.btn-filled--icon .icon:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}
.btn-filled--order-left {
  flex-direction: row-reverse;
}
.btn-filled--order-left .fa,
.btn-filled--order-left .icon {
  margin-right: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .btn-filled {
    border-radius: 3rem;
  }
}

.btn-filled--grey {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #f5f5f5;
  font-size: 1.4rem;
  color: #5e2dc1;
}
.btn-filled--grey:hover {
  text-decoration: none;
}
.btn-filled--grey:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .btn-filled--grey {
    border-radius: 3rem;
  }
}
.btn-filled--grey--small {
  height: 4.6rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .btn-filled--grey--small {
    height: 4.6rem;
    font-size: 1.5rem;
  }
}

.btn-outline {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  display: inline-flex;
  border-width: 0.1rem;
  border-style: solid;
  background-color: #fff;
}
.btn-outline:hover {
  text-decoration: none;
}
.btn-outline:focus {
  outline: none;
}
.btn-outline:hover {
  border-color: #5e2dc1;
  text-decoration: none;
  color: #5e2dc1;
}
.btn-outline + .disabled {
  background-color: #919191;
  background-image: none;
}
.btn-outline + .disabled:hover {
  background-color: #919191;
  cursor: not-allowed;
}
.btn-outline--disabled {
  background-color: #919191;
  background-image: none;
}
.btn-outline--disabled:hover {
  border-color: #000;
  cursor: not-allowed;
  color: #ddd;
}
.btn-outline .btn-outline--grey {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
}
.btn-outline .btn-outline--grey:hover {
  text-decoration: none;
}
.btn-outline .btn-outline--grey:focus {
  outline: none;
}
.btn-outline.btn-outline--icon.btn-outline--orange:hover .fa:after,
.btn-outline.btn-outline--icon.btn-outline--orange:hover .icon:after {
  color: #fff;
}
.btn-outline--grey {
  border-color: #ddd;
  color: #666;
}
.btn-outline--steel {
  border-color: #666;
  color: #666;
}
.btn-outline--orange {
  border-color: #fc5f12;
  color: #fc5f12;
}
.btn-outline--orange:hover {
  border: 0.1rem solid transparent;
  background-color: #ff8337;
  color: #fff;
}
.btn-outline--meteor {
  border-color: #5e2dc1;
  color: #5e2dc1;
}
.btn-outline--meteor:hover {
  border: 0.1rem solid transparent;
  background-color: #7c4eda;
  color: #fff;
}
.btn-outline--white {
  border-color: #fff;
  background-color: #5e2dc1;
  color: #fff;
}
.btn-outline--transparent {
  background-color: transparent;
  background-image: none;
}
.btn-outline--outline-grey {
  border-color: #ddd;
}
.btn-outline--secondary {
  display: block;
  border: 1px solid #d4d4d4;
  border-radius: 100px;
  width: 100%;
  padding: 1.6rem 2.3rem;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  color: #5e2dc1;
}
.btn-outline--alert {
  border: 0.1rem solid #ff5353;
  color: #ff5353;
}
.btn-outline--icon {
  display: inline-flex;
  justify-content: center;
}
.btn-outline--icon .fa:after,
.btn-outline--icon .icon:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}
.btn-outline--order-left {
  flex-direction: row-reverse;
}
.btn-outline--order-left .fa,
.btn-outline--order-left .icon {
  margin-right: 0.8rem;
}

.btn-growing-sm {
  min-height: 4.6rem;
}
.btn-growing-md {
  min-height: 5.4rem;
}
.btn-growing-lg {
  min-height: 6rem;
}
.btn-growing-sm, .btn-growing-md, .btn-growing-lg {
  height: auto;
}

.btn--inline {
  display: inline-flex;
}
.btn--with-icon .fa {
  margin-right: 1rem;
}
.btn--disabled {
  background-color: #919191;
  background-image: none;
}
.btn--disabled:hover {
  background-color: #919191;
  background-image: none;
  cursor: not-allowed;
}

.gsi-material-button {
  position: relative;
  -webkit-transition: background-color 0.218s, border-color 0.218s;
  transition: background-color 0.218s, border-color 0.218s;
  border: 1px solid #747775;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background-color: WHITE;
  background-image: none;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.25px;
  white-space: nowrap;
  color: #1f1f1f;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden;
  vertical-align: middle;
}

.gsi-material-button .gsi-material-button-icon {
  margin-right: 12px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
}

.gsi-material-button:disabled {
  border-color: rgba(31, 31, 31, 0.1215686275);
  background-color: rgba(255, 255, 255, 0.3803921569);
  cursor: default;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  opacity: 12%;
  background-color: #303030;
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  opacity: 8%;
  background-color: #303030;
}

.input-field__input, .results-filter__selection .chosen-single {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  appearance: none;
  border: 0.2rem solid;
  border-color: transparent;
}

.scrollable-anchor-box-full-text__list, .navigation__list, .js-autocomplete__list, .navigation__apprentice-cockpit__main-items, .navigation__apprentice-cockpit__minor-items, .list, .search-autocomplete__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2.6rem;
}

@media only screen and (min-width: 1200px) {
  .search-autocomplete__item {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .search-autocomplete__container {
    position: relative;
  }
  .search-autocomplete__container .title, .search-autocomplete__container .short-quiz-box__title {
    margin: 0;
    margin-top: 1rem;
    font-size: 2rem;
    line-height: normal;
    color: #000;
  }
  .search-autocomplete__field {
    position: absolute;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
    left: 0;
    right: 0;
    background-color: #fff;
  }
  .search-autocomplete__field .orientation-down,
  .search-autocomplete__field .orientation-up {
    top: 4rem;
    padding: 1rem 0 3rem;
  }
  .search-autocomplete__field .orientation-down:before,
  .search-autocomplete__field .orientation-up:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    top: -1.6rem;
    border-width: 0 1.2rem 1.4rem;
    border-color: transparent transparent #fff;
    border-style: solid;
    width: 0;
    height: 0;
    content: "";
  }
  .search-autocomplete__list {
    padding: 0;
    font-size: 1.8rem;
    text-align: left;
    color: #000;
  }
  .search-autocomplete__list:last-child .search-autocomplete__item {
    border-bottom: none;
  }
  .search-autocomplete__item {
    display: block;
    padding: 0 4.5rem 0 3.5rem;
    line-height: 2.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .search-autocomplete__item:hover {
    cursor: pointer;
    color: #fc5f12;
  }
  .search-autocomplete__item:last-child {
    border-bottom: 0.3rem dotted #d4d4d4;
    padding-bottom: 1rem;
  }
}

/* components */
.air-datepicker {
  --adp-border-color: #d4d4d4 !important;
  --adp-border-radius: 1.2rem !important;
  box-shadow: 0 2.5rem 2.5rem rgba(0, 0, 0, 0.15) !important;
}
.air-datepicker i {
  display: none !important;
}
.air-datepicker .air-datepicker-nav {
  border-bottom: none !important;
}
.air-datepicker .air-datepicker-nav--title {
  font-weight: 600 !important;
}
.air-datepicker .air-datepicker-body--cells {
  grid-auto-rows: 4.6rem !important;
}
.air-datepicker .air-datepicker-cell {
  margin: 0 0.2rem !important;
  border-radius: 0.8rem !important;
  height: 4rem !important;
  font-weight: 600 !important;
}
.air-datepicker .air-datepicker-cell.-current- {
  background-color: transparent !important;
  color: #5e2dc1 !important;
}
.air-datepicker .air-datepicker-cell.-selected- {
  background-color: #ede5ff !important;
  color: #5e2dc1 !important;
}

.datepicker {
  box-shadow: 0 2.5rem 2.5rem rgba(0, 0, 0, 0.15) !important;
  border-color: #d4d4d4 !important;
  border-radius: 1.2rem !important;
  width: 358px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1.4rem;
}
.datepicker i {
  display: none !important;
}
.datepicker .datepicker--nav {
  border-bottom: none !important;
}
.datepicker .datepicker--nav-title {
  font-weight: 600 !important;
}
.datepicker .datepicker--cell {
  margin: 0 0.2rem !important;
  border-radius: 0.8rem !important;
  width: 4.6rem !important;
  height: 4rem !important;
  font-weight: 600 !important;
}
.datepicker .datepicker--cell.-current- {
  background-color: transparent !important;
  color: #de3a11 !important;
}
.datepicker .datepicker--cell.-selected- {
  background-color: #ffe8d9 !important;
  color: #de3a11 !important;
}

.content-box ul,
.content-box ol, .insider-branding ul,
.insider-branding ol, .ab-cms-container--list ul,
.ab-cms-container--list ol, .ab-cms-container .content-box ul,
.ab-cms-container .content-box ol, .ab-cms-container .insider-branding ul,
.ab-cms-container .insider-branding ol {
  padding-left: 2rem;
  list-style: none;
  counter-reset: list-counter;
}
.content-box ul li,
.content-box ol li, .insider-branding ul li,
.insider-branding ol li, .ab-cms-container--list ul li,
.ab-cms-container--list ol li, .ab-cms-container .content-box ul li,
.ab-cms-container .content-box ol li, .ab-cms-container .insider-branding ul li,
.ab-cms-container .insider-branding ol li {
  position: relative;
}
.content-box ul li:before,
.content-box ol li:before, .insider-branding ul li:before,
.insider-branding ol li:before, .ab-cms-container--list ul li:before,
.ab-cms-container--list ol li:before, .ab-cms-container .content-box ul li:before,
.ab-cms-container .content-box ol li:before, .ab-cms-container .insider-branding ul li:before,
.ab-cms-container .insider-branding ol li:before {
  position: absolute;
  left: -2rem;
}

.content-box ol > li:before, .insider-branding ol > li:before, .ab-cms-container--list ol > li:before, .ab-cms-container .content-box ol > li:before, .ab-cms-container .insider-branding ol > li:before {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: inherit;
  color: #5e2dc1;
  content: counter(list-counter, decimal) ".";
  counter-increment: list-counter;
}

.content-box ul > li:before, .insider-branding ul > li:before, .ab-cms-container--list ul > li:before, .ab-cms-container .content-box ul > li:before, .ab-cms-container .insider-branding ul > li:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8rem;
  color: #5e2dc1;
  content: "\f111";
}

.list--checked .list__item, .list--arrowed .list__item {
  padding-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .list--checked .list__item, .list--arrowed .list__item {
    padding-left: 2.5rem;
  }
}

.list--checked .list__item:before, .list--arrowed .list__item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .list--checked .list__item:before, .list--arrowed .list__item:before {
    font-size: 2rem;
  }
}

.list__item {
  max-width: 100%;
}
.list__item--inline {
  display: inline;
}
.list__link {
  text-decoration: none;
  color: #333;
}
.list--orderd {
  margin-left: 1.5rem;
  list-style: decimal;
}
.list--unordered {
  margin-left: 1.5rem;
  list-style: disc;
}
.list--accented {
  color: #5e2dc1;
}
.list--accented .list__link {
  color: #5e2dc1;
}
.list--steel {
  color: #666;
}
.list--asphalt-900 {
  color: #171717;
}
.list--light {
  color: #fff;
}
.list--arrowed .list__item {
  position: relative;
  line-height: 3rem;
}
.list--arrowed .list__item:before {
  content: "\f061";
}
.list--bullet .list__item:before {
  padding-right: 1rem;
  color: #171717;
  content: "•";
}
.list--checked .list__item {
  position: relative;
}
.list--checked .list__item:before {
  content: "\f00c";
}
.list--checked.list--green .list__item:before {
  color: #2da44d;
}
.list--two-columns {
  column-count: 2;
}
.list--two-columns .list__item {
  font-weight: 700;
  position: relative;
  padding: 0;
  line-height: 3rem;
  hyphens: auto;
}
.list--row {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
}
.list--inline {
  display: inline;
}

.link--dotted:hover, .link--dotted, .link--underline:hover, .link--orange, .link--orange-underlined, .link--no-hover-decoration:hover, .link--no-decoration, .simple-card__link:hover, .letter-filter__link {
  text-decoration: none;
}

.link {
  display: inline;
}
.link--orange, .link--orange-underlined {
  color: #fc5f12;
}
.link--accented {
  text-decoration: underline;
  color: #5e2dc1;
}
.link--orange-underlined {
  text-decoration: underline;
  color: #fc5f12;
}
.link--underline {
  text-decoration: underline;
}
.link--white {
  color: #fff;
}
.link--dotted {
  border-bottom: 0.3rem dotted #fc5f12;
  width: fit-content;
  font-weight: 600;
  color: #5e2dc1;
}
.link--dotted:hover {
  border-color: #fc5f12;
}

.section-maintitle--light {
  color: #fff;
}
.section-maintitle--dark {
  color: #5e2dc1;
}

.blob {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-radius: 10rem;
  min-width: 3.4rem;
  height: fit-content;
  background-color: #42eed2;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  color: #171717;
}

.blob-with-text-after__blob {
  font-weight: 700;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-radius: 10rem;
  min-width: 3.4rem;
  height: fit-content;
  background-color: #42eed2;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  color: #171717;
  display: inline-block;
  margin-right: 0.8rem;
}
.blob-with-text-after__text {
  font-weight: 500;
  color: #171717;
}
.blob-with-text-after__text--nolink {
  color: #333;
}
.blob-with-text-after__text--nolink:hover {
  text-decoration: none;
}

.white-arrow-button {
  width: 7.5rem;
  height: 7.5rem;
  display: inline-block;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  font-size: 5rem;
  text-align: center;
}
.white-arrow-button--left {
  padding-right: 0.6rem;
}
.white-arrow-button--right {
  padding-left: 0.6rem;
}
.white-arrow-button .icon-angle-left,
.white-arrow-button .icon-angle-right {
  line-height: 7.5rem;
}

.badge {
  width: 9rem;
  height: 9rem;
  font-weight: 700;
  border-radius: 50%;
  padding-top: 2rem;
  background-image: linear-gradient(to right, #fc5f12, #fc7e42);
  text-align: center;
  color: #fff;
}
.badge .count {
  font-size: 2.7rem;
  line-height: 3.6rem;
}
.badge .text {
  margin-top: -0.6rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.profession-topic-badge {
  display: inline-block;
  border: 0.1rem solid #d4d4d4;
  border-radius: 100px;
  padding: 0.85rem 1.2rem;
  background: #f5f5f5;
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  color: #171717;
  align-items: center;
  gap: 0.6rem;
}
.profession-topic-badge:hover {
  border: 0.1rem solid #a3a3a3;
  border-radius: 10rem;
  background: #e5e5e5;
  text-decoration: none;
}

.star-rating {
  font-size: 2rem;
  line-height: 2rem;
}
.star-rating i {
  color: #facc15;
}

.rating {
  display: inline;
  font-size: 1.7rem;
  line-height: 1.7rem;
}
.rating__star--yellow {
  color: #facc15;
}
.rating__star--orange {
  color: #fc5f12;
}
.rating__star--grey {
  color: #ddd;
}

.numeric-circle {
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #fc5f12;
  border-radius: 50%;
  padding-top: 0.4rem;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  color: #fc5f12;
}
.numeric-circle .number {
  margin-left: 0.3rem;
}
.numeric-circle:active {
  border: 0.2rem solid transparent;
  background-image: linear-gradient(to right, #fc5f12, #fc7e42);
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .numeric-circle {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    line-height: 3.6rem;
  }
}

.btn-portal {
  padding: 1.2rem 1.6rem;
  border-color: transparent;
  color: #525252;
}
.btn-portal--active {
  border-color: #d4d4d4;
  cursor: default;
}
.btn-portal:hover {
  border-color: transparent;
  background-color: #f5f5f5;
  color: #171717;
}

.results-selected-filter {
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  max-width: 28rem;
  padding: 0.8rem 1.2rem;
  background-color: #fff;
  font-weight: 500;
  white-space: nowrap;
  color: #262626;
  overflow: hidden;
}
.results-selected-filter__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 90%;
}
.results-selected-filter__text, .results-selected-filter__remove {
  display: inline-block;
  vertical-align: top;
}
.results-selected-filter__label {
  font-weight: 700;
}
.results-selected-filter .icon-times, .results-selected-filter .navigation .navigation-links-container--open .js-toggle-navigation .icon-toggle-burger, .navigation .navigation-links-container--open .js-toggle-navigation .results-selected-filter .icon-toggle-burger, .results-selected-filter .navigation-search-bar.js-navigation-search-bar--open .js-toggle-search-button .icon-search-toggle, .navigation-search-bar.js-navigation-search-bar--open .js-toggle-search-button .results-selected-filter .icon-search-toggle {
  color: #333;
}
.results-selected-filter__remove {
  margin-left: 1.5rem;
}
.results-selected-filter__remove:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
  color: #a3a3a3;
  content: "\f057";
}
@media only screen and (min-width: 768px) {
  .results-selected-filter {
    max-width: 100%;
  }
}

.corporation-carousel-controls {
  position: absolute;
  z-index: 4;
  display: none;
  width: 100%;
  height: 7.5rem;
}
.corporation-carousel-controls .white-arrow-button {
  position: absolute;
  border: 0.1rem solid #d4d4d4;
  border-radius: 10rem;
  width: 6.4rem;
  height: 6.4rem;
  background: #fff;
  font-size: 3.2rem;
  color: #5e2dc1;
}
.corporation-carousel-controls .white-arrow-button i {
  position: relative;
  top: 1.5rem;
}
.corporation-carousel-controls .white-arrow-button--left {
  left: -3rem;
}
.corporation-carousel-controls .white-arrow-button--right {
  right: -3rem;
}
.corporation-carousel-controls .white-arrow-button:hover {
  border-color: #e5e5e5;
}
@media only screen and (min-width: 768px) {
  .corporation-carousel-controls {
    display: block;
  }
}
.corporation-carousel-controls .navigation-arrow {
  position: absolute;
}
.corporation-carousel-controls .navigation-arrow--left {
  left: -3rem;
}
.corporation-carousel-controls .navigation-arrow--right {
  right: -3rem;
}
@media only screen and (min-width: 768px) {
  .corporation-carousel-controls .navigation-arrow {
    display: block;
  }
}

.facts-list--fullwidth {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.facts-list__facts {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.facts-list__fact {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .facts-list__fact {
    margin-bottom: 1.6rem;
  }
}
.facts-list__fact:last-of-type {
  padding-bottom: 0;
}
.facts-list .icon {
  margin-right: 1rem;
  width: 2rem;
  text-align: center;
}
.facts-list .label {
  font-weight: 700;
  margin-right: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .facts-list__fact {
    padding: 0;
  }
}

.corporation-statistics-item {
  display: flex;
  padding-top: 2.4rem;
  justify-content: flex-start;
  flex-direction: column;
}
.corporation-statistics-item__title {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: 600;
}
.corporation-statistics-item__fact-wrapper {
  display: flex;
  color: #5e2dc1;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.corporation-statistics-item__icon {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  margin-right: 1.2rem;
  border-radius: 0.8rem;
  background-color: #ede5ff;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
}
.corporation-statistics-item__number {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
}

.declaration-footer {
  margin-bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  font-size: 1.2rem;
  color: #737373;
}
@media only screen and (min-width: 768px) {
  .declaration-footer {
    margin-bottom: 5.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .declaration-footer {
    margin-bottom: 6.4rem;
  }
}

article.bulletpoint {
  display: flex;
  margin-bottom: 1.5rem;
  border: 0.1rem solid #d4d4d4;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  flex-flow: column;
}
article.bulletpoint header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
article.bulletpoint header i {
  font-size: 3rem;
}
article.bulletpoint__content {
  position: relative;
  top: 0.8rem;
  flex-basis: 70%;
}
article.bulletpoint__content p, article.bulletpoint__content .insider-branding {
  font-size: 1.3rem;
}
@media only screen and (min-width: 1200px) {
  article.bulletpoint {
    width: 35rem;
  }
}

.simple-card {
  margin-inline: auto;
  margin-bottom: 2.4rem;
  padding: 0;
  background: #fff;
}
.simple-card--edge {
  margin-bottom: 4.8rem;
}
.simple-card--relative {
  position: relative;
}
.simple-card--dashed-border {
  border: 0.2rem dashed #ddd;
}
.simple-card--green-border {
  border: 0.1rem solid #26b207;
}
.simple-card__button {
  transform: translateY(50%);
}
.simple-card__link {
  color: #171717;
}
.simple-card__link--column {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
}
.simple-card__link__column--safari {
  position: initial !important;
}
.simple-card__image {
  position: relative;
  width: 100%;
  height: 23rem;
}
.simple-card__image--bg {
  background-position: center;
  background-size: cover;
}
.simple-card__image img:first-of-type {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.simple-card__image img {
  border-radius: 1.2rem;
}
.simple-card__image-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1.2rem;
  width: 100%;
  height: auto;
}
.simple-card__image--relative {
  position: relative;
}
.simple-card__logo-overlay {
  margin-inline: auto;
  max-width: 15rem;
  max-height: 7rem;
  padding: 1rem;
  background-color: #fff;
  object-fit: contain;
}
.simple-card__title {
  margin-bottom: 2.4rem;
}
.simple-card__title .title, .simple-card__title .short-quiz-box__title {
  hyphens: auto;
}
.simple-card__title .title--prefix {
  font-weight: 500;
  color: #737373;
}
.simple-card__title .title--card {
  font-size: 1.6rem;
  line-height: 120%;
  word-break: break-word;
}
.simple-card__title .title:not(:only-child):first-child, .simple-card__title .short-quiz-box__title:not(:only-child):first-child {
  margin-bottom: 0.6rem;
}
@media only screen and (min-width: 1200px) {
  .simple-card__job-name {
    max-height: 5.4rem;
    overflow: hidden;
  }
}
.simple-card .base-box {
  width: 88%;
}
.simple-card .base-box__cta {
  width: 100%;
}
.simple-card__body {
  margin-inline: auto;
  position: relative;
  display: flex;
  margin-bottom: auto;
  padding: 1.6rem;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
.simple-card__row {
  display: flex;
  align-items: center;
}
.simple-card__row--equal {
  justify-content: space-between;
}
.simple-card__spacer {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .simple-card {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .simple-card__image--topic {
    width: 36rem;
  }
}

.simple-card--similars {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
}
.simple-card--similars .simple-card__body {
  padding: 1.6rem 1.6rem 0.8rem;
}
.simple-card--similars .list {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .simple-card--similars {
    flex-basis: 55.5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .simple-card__link--column {
    flex: 1 1 auto;
  }
}
.content-card {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3rem;
  width: 32rem;
}
.content-card--job-posting .content-card__additional-info {
  display: block;
}
.content-card--job-posting .content-card__title {
  margin-bottom: 1.5rem;
}
.content-card__body {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  padding: 2rem 2rem;
  display: block;
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: #333;
}
.content-card__body:hover {
  text-decoration: none;
}
.content-card__header-image {
  position: relative;
  margin-top: -2rem;
  margin-bottom: 2rem;
  margin-left: -2rem;
  width: 32rem;
  height: fit-content;
}
.content-card__header-image img {
  width: 100%;
  height: auto;
}
.content-card__title {
  margin-inline: auto;
  width: 90%;
  position: relative;
  max-height: 7.8rem;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
  hyphens: auto;
}
@media only screen and (min-width: 768px) {
  .content-card__title {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-card__title {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .content-card__title {
    width: 114rem;
  }
}
.content-card__bookmark {
  z-index: 9999;
}
.content-card__vacancy-count {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-bottom-right-radius: 0.6rem;
  width: auto;
  height: 2.4rem;
  padding: 0.6rem 1rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  color: #fff;
  justify-content: center;
}
.content-card__additional-info {
  display: none;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.content-card__additional-info p, .content-card__additional-info .insider-branding, .content-card__additional-info .ab-cms-container .insider-branding, .ab-cms-container .content-card__additional-info .insider-branding {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.content-card__footer {
  display: flex;
  flex-direction: column;
}
.content-card__facts-list {
  width: 100%;
}
.content-card__facts-list .facts-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: none;
  flex-direction: column;
}
.content-card__facts-list .facts-list__fact {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}
.content-card__facts-list .facts-list__fact:last-child {
  margin: 0;
}
.content-card__facts-list .facts-list .fact__content {
  position: relative;
  padding: 0;
  font-size: 1.2rem;
}
.content-card__facts-list .facts-list .fact__content .icon {
  margin-right: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #ddd;
}
.content-card__facts-list .facts-list .fact__content .label {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.6rem;
}
.content-card__facts-list .facts-list .fact__content .label:after {
  content: ":";
}
.content-card__facts-list .facts-list .fact__content .value {
  font-weight: 700;
  display: block;
  margin-left: 3.5rem;
  line-height: 1.6rem;
}
.content-card__link {
  white-space: nowrap;
}
.content-card__link .btn-outline {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-card {
    width: 100%;
  }
  .content-card--with-bookmark .content-card__title {
    width: calc(100% - 5.3rem);
  }
  .content-card__body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: auto 1fr;
  }
  .content-card__header-image {
    margin: 0 2rem 0 0;
    width: 20rem;
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .content-card__title {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    max-height: 9rem;
    font-size: 2.4rem;
    line-height: 3rem;
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: flex-start;
  }
  .content-card__bookmark .job-posting-bookmark {
    border: 0.1rem solid #5e2dc1;
  }
  .content-card__additional-info {
    display: block;
    margin: 0;
    max-height: 7.8rem;
    line-height: 2.6rem;
    overflow: hidden;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-start;
  }
  .content-card__additional-info p, .content-card__additional-info .insider-branding, .content-card__additional-info .ab-cms-container .insider-branding, .ab-cms-container .content-card__additional-info .insider-branding {
    line-height: 2.6rem;
  }
  .content-card__footer {
    margin-top: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    grid-row: 3/4;
    grid-column: 1/3;
    align-items: flex-end;
  }
  .content-card__facts-list .facts-list {
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
  .content-card__facts-list .facts-list__fact {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .content-card__link .btn-outline {
    width: 15rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-card {
    height: 25rem;
  }
  .content-card__header-image {
    grid-row: 1/4;
    width: 31.5rem;
    height: 21rem;
  }
  .content-card__header-image img {
    max-width: 100%;
    max-height: 100%;
  }
  @supports (object-fit: cover) {
    .content-card__header-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .content-card__title {
    max-height: 6rem;
  }
  .content-card__additional-info {
    height: 100%;
  }
  .content-card__footer {
    grid-column: 2/3;
  }
}

.text-list {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .text-list {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .text-list {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .text-list {
    width: 114rem;
  }
}
.text-list .list {
  margin-top: 0.8rem;
  line-height: 3.6rem;
}
@media only screen and (min-width: 768px) {
  .text-list .list {
    columns: 33.7rem 2;
  }
}
@media only screen and (min-width: 1200px) {
  .text-list .list {
    columns: 36rem 3;
  }
}

.breadcrumbs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: #fff;
  font-size: 1.2rem;
  color: #333;
}

.list--breadcrumbs {
  margin-inline: auto;
  width: 90%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .list--breadcrumbs {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .list--breadcrumbs {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .list--breadcrumbs {
    width: 114rem;
  }
}
.list--breadcrumbs .link {
  color: #333;
}
.list--breadcrumbs .link:hover {
  color: #fc5f12;
}
.list--breadcrumbs .fa-home, .list--breadcrumbs .icon-home {
  font-size: 1.6rem;
}
.list--breadcrumbs .list__item {
  display: none;
}
.list--breadcrumbs .list__item:not(:last-of-type):after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 1rem;
  color: #919191;
  content: "\f054";
  font-size: smaller;
}
@media only screen and (min-width: 1200px) {
  .list--breadcrumbs .list__item:not(:last-of-type):after {
    margin-left: 1rem;
  }
}
.list--breadcrumbs .list__item:last-of-type {
  font-weight: 700;
}
.list--breadcrumbs .list__item--level-up {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list--breadcrumbs .list__item--level-up:not(:last-of-type):after {
  display: none;
}
.list--breadcrumbs .list__item--level-up:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 1rem;
  color: #919191;
  content: "\f053";
  font-size: smaller;
}
@media only screen and (min-width: 1200px) {
  .list--breadcrumbs .list__item {
    display: flex;
    align-items: center;
  }
  .list--breadcrumbs .list__item:last-of-type {
    display: block;
    max-width: 60rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .list--breadcrumbs .list__item--level-up:not(:last-of-type):after {
    display: inline-block;
  }
  .list--breadcrumbs .list__item--level-up > a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .list--breadcrumbs .list__item--level-up:before {
    display: none;
  }
}

.password-reset-link {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}

.repeater-field__add, .repeater-field__remove {
  display: inline-block;
  cursor: pointer;
  color: #5e2dc1;
}
.repeater-field__add:hover, .repeater-field__remove:hover {
  color: #333;
}

.repeater-field__row {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .repeater-field__row {
    margin-bottom: 3.2rem;
  }
}
.repeater-field__remove {
  position: absolute;
  top: 0;
  right: 0;
}
.repeater-field__remove:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.js-show-more {
  position: relative;
  display: flex;
  flex-direction: column;
}
.js-show-more__gradient {
  position: relative;
  margin-top: -4rem;
  height: 4rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.js-show-more__controls {
  display: flex;
  cursor: pointer;
  font-weight: 500;
  color: #5e2dc1;
  justify-content: center;
  align-items: center;
}
.js-show-more__controls.js-active {
  margin-top: 1.6rem;
}
.js-show-more__controls.js-active .js-show-more__action:after {
  content: "\f106";
}
.js-show-more__action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-show-more__action .action-label {
  margin-right: 0.8rem;
}
.js-show-more__action:after {
  font-family: FontAwesome;
  font-size: 1.4rem;
  font-weight: 900;
  content: "\f107";
}
.js-show-more__content {
  height: 100%;
}
.js-show-more__content.js-hidden-content {
  overflow: hidden;
  height: 330px;
}

.svelte-select-wrapper {
  --border: 0.2rem solid transparent;
  --borderFocusColor: #724bb7;
  --borderHoverColor: transparent;
  --borderRadius: 2em;
  --background: #f1f1f1;
  --padding: 1.7em;
  --placeholderColor: #757575;
  --inputColor: #171717;
  --itemIsActiveBG: #ede5ff;
  --itemIsActiveColor: #5e2dc1;
  --itemHoverBG: #f5f5f5;
  --indicatorTop: 1em;
  --indicatorRight: 1em;
  --indicatorColor: #a3a3a3;
  --listBorder: 0.1rem solid #d4d4d4;
  --listBorderRadius: 1.2rem;
  --listMaxHeight: 26rem;
  --placeholderColor: #a3a3a3;
  --height: 5rem;
  margin-bottom: 0.8rem;
  width: 26rem;
  cursor: pointer;
  font-weight: 600;
}
.svelte-select-wrapper input::placeholder {
  font-weight: 600;
}
.svelte-select-wrapper .listContainer {
  z-index: 12 !important;
  box-shadow: 0 2.5rem 2.5rem rgba(0, 0, 0, 0.15) !important;
  padding-top: 0.8rem;
}
.svelte-select-wrapper .listContainer .listItem {
  margin: 0.8rem;
}
.svelte-select-wrapper .listContainer .listItem:first-child {
  margin-top: 0;
}
.svelte-select-wrapper .listContainer .listItem .item {
  display: flex;
  border-radius: 0.8rem;
  line-height: inherit;
  white-space: normal;
  align-items: center;
  overflow: visible;
}
.svelte-select-wrapper .listContainer .listItem .item.active::after {
  position: absolute;
  right: 2rem;
  font-family: "FontAwesome";
  content: "\f00c";
}

.base-box {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0.1rem solid #d4d4d4;
  border-radius: 1.2rem;
  box-sizing: border-box;
  width: 100%;
  padding: 2.4rem;
  background-color: white;
}
.base-box--side-bar {
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1200px) {
  .base-box--side-bar {
    max-width: 35rem;
  }
}
.base-box__title {
  font-weight: 700;
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  letter-spacing: -0.02rem;
}
.base-box__items {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .base-box__items {
    display: flex;
    flex-wrap: wrap;
  }
}
.base-box__item:not(:first-of-type) {
  padding-top: 2.4rem;
}
.base-box__item:not(:last-of-type) {
  border-bottom: 0.3rem dotted #e5e5e5;
  padding-bottom: 2.4rem;
}

.non-eu-banner {
  position: fixed;
  z-index: 1000;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  animation: slideUpBounce 0.6s ease-in-out forwards;
  box-shadow: 0 2.5rem 5rem -1.2rem rgba(0, 0, 0, 0.25);
  border: 0.1rem solid #e5e5e5;
  border-radius: 2.4rem;
  width: calc(100% - 4rem);
  padding: 2.4rem;
  background: #fff;
  background-image: url(/assets/frontend/non_eu_banner/background-412dba4233baed26c1fae0906c3201a746ca75612c3bf7a67ccc57e73eb8b38f.png);
  background-repeat: no-repeat;
  background-position: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .non-eu-banner {
    width: 34.3rem;
  }
}
.non-eu-banner h3 {
  font-family: Inter;
  font-size: 1.8rem;
  line-height: 100%;
  font-weight: 700;
  font-style: normal;
  color: #171717;
}
.non-eu-banner div {
  display: flex;
  align-self: stretch;
  align-items: flex-end;
  gap: 2.4rem;
}
.non-eu-banner p, .non-eu-banner .insider-branding, .non-eu-banner .ab-cms-container .insider-branding, .ab-cms-container .non-eu-banner .insider-branding {
  margin: 0;
  font-family: Inter;
  font-size: 1.6rem;
  line-height: 125%;
  font-weight: 400;
  font-style: normal;
  color: #404040;
}
.non-eu-banner a {
  border: none;
  border-radius: 10rem;
  height: 3.6rem;
  padding: 0.8rem 1.6rem;
  background: #5e2dc1;
  font-family: Inter;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
}
.non-eu-banner a:hover {
  text-decoration: none;
}

@keyframes slideUpBounce {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  60% {
    opacity: 1;
    transform: translateY(-10%);
  }
  80% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-5%);
  }
}
/* containers */
.sidewide-footer {
  padding: 2rem;
  padding-top: 0;
  background-color: #fff;
}
.sidewide-footer__container {
  border-top: 3px dotted #e5e5e5;
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .sidewide-footer__container {
    margin-inline: auto;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .sidewide-footer__container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .sidewide-footer__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .sidewide-footer__container {
    width: 114rem;
  }
}
.sidewide-footer__logo {
  margin-bottom: 1.6rem;
}
.sidewide-footer__logo-image {
  width: 20.5rem;
  height: 5.5rem;
}
.sidewide-footer__logo-lehre {
  width: 9rem;
  height: 2.07em;
}
.sidewide-footer__navigation {
  margin-bottom: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  justify-content: space-between;
}
.sidewide-footer .list {
  width: 48%;
}
.sidewide-footer .link {
  color: #525252;
}
.sidewide-footer .link--icon {
  font-size: 3rem;
  color: #737373;
}
.sidewide-footer__social-media {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: flex-end;
}
.sidewide-footer__social-media .list {
  width: 100%;
  justify-content: flex-end;
}
.sidewide-footer__social-media .list__item {
  display: inline-block;
}
.sidewide-footer__social-media .list__item:not(:last-of-type) {
  margin-right: 2rem;
}
.sidewide-footer__territory-platforms .title, .sidewide-footer__territory-platforms .short-quiz-box__title {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  color: #171717;
}
.sidewide-footer__territory-platforms .list {
  width: 100%;
  font-size: 1.2rem;
}
.sidewide-footer__territory-platforms .list__item {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .sidewide-footer {
    padding: 5rem;
    padding-top: 0;
  }
  .sidewide-footer__container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5rem;
  }
  .sidewide-footer__logo {
    order: 1;
    margin-right: 7rem;
    width: 25%;
  }
  .sidewide-footer__logo-lehre {
    margin-top: 1.6rem;
  }
  .sidewide-footer__social-media {
    flex-flow: column nowrap;
    order: 2;
    width: 50%;
  }
  .sidewide-footer__social-media .list {
    display: flex;
    align-items: center;
  }
  .sidewide-footer__navigation {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    order: 3;
  }
  .sidewide-footer__navigation .list {
    width: 23%;
  }
  .sidewide-footer__navigation .list--contact {
    width: 15%;
  }
  .sidewide-footer__territory-platforms {
    padding-top: 3rem;
    order: 4;
  }
}
@media only screen and (min-width: 1200px) {
  .sidewide-footer {
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .sidewide-footer__logo {
    order: 1;
    margin-right: 7rem;
    width: 15%;
  }
  .sidewide-footer__navigation {
    display: flex;
    width: 33%;
    padding-left: 1.5rem;
    flex-wrap: nowrap;
    order: 2;
  }
  .sidewide-footer__navigation .list {
    width: 27%;
  }
  .sidewide-footer__navigation .list--contact {
    width: 23%;
  }
  .sidewide-footer__navigation .list--impress {
    width: 20%;
  }
  .sidewide-footer__social-media {
    display: flex;
    order: 3;
    width: 33%;
  }
  .sidewide-footer__social-media .list {
    align-items: flex-start;
  }
  .sidewide-footer__territory-platforms {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 3rem;
    align-items: baseline;
    order: 4;
  }
  .sidewide-footer__territory-platforms .title, .sidewide-footer__territory-platforms .short-quiz-box__title {
    flex-basis: 27%;
  }
}

.pagination-button__next, .pagination-button__previous {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f1f1f1;
  font-size: 2rem;
}

.pagination {
  margin-inline: auto;
  display: flex;
  width: fit-content;
  padding-top: 4rem;
  text-align: center;
}

.pagination-button {
  border: 0.1rem solid transparent;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  border-radius: 1.4rem;
  text-align: center;
  color: #333;
}
.pagination-button a {
  display: block;
  text-decoration: none;
  color: #333;
}
.pagination-button__previous .label:after {
  content: "\f104";
}
.pagination-button__next .label:after {
  content: "\f105";
}
.pagination-button__break {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.pagination-button--active {
  font-weight: 700;
  border-color: #333;
}
.pagination-button.pagination-button__gap {
  width: fit-content;
}

.job-postings__filter {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .job-postings__filter {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job-postings__filter {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .job-postings__filter {
    width: 114rem;
  }
}
.job-postings__filter form {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  flex-direction: column;
  align-items: stretch;
}
.job-postings__filter form > div {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 100%;
  max-width: 100%;
  margin-inline: auto;
  flex-basis: auto;
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .job-postings__filter form > div {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .job-postings__filter form > div {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.job-postings__title {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .job-postings__title {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job-postings__title {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .job-postings__title {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .job-postings__title {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .job-postings__filter .selectize-control {
    width: 100%;
  }
  .job-postings__filter .selectize-control .selectize-dropdown-content .option {
    max-width: 33rem;
  }
  .job-postings__filter form {
    margin-right: -1rem;
    margin-left: -1rem;
    flex-direction: row;
  }
  .job-postings__filter form > div {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .job-postings__grid {
    margin-inline: auto;
    width: 90%;
    display: flex;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    box-sizing: border-box;
    flex: 0 1 auto;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    flex-direction: row;
    flex-wrap: wrap;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */
    margin-inline: auto;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .job-postings__grid {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .job-postings__grid {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .job-postings__grid {
    width: 114rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job-postings__filter .selectize-control .selectize-dropdown-content .option {
    max-width: 26rem;
  }
}

.cards-grid--sm-container .simple-card {
  max-width: 36rem;
}
.cards-grid--center {
  justify-content: center;
}
.cards-grid--empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cards-grid--empty-state p, .cards-grid--empty-state .insider-branding, .cards-grid--empty-state .ab-cms-container .insider-branding, .ab-cms-container .cards-grid--empty-state .insider-branding {
  margin: 0;
}
.cards-grid--empty-state span {
  font-weight: 700;
}
.cards-grid--xs-fullsize {
  margin-left: -2rem;
}
@media only screen and (min-width: 768px) {
  .cards-grid {
    margin-inline: auto;
    display: flex;
    flex-flow: row wrap;
  }
  .cards-grid--xs-fullsize {
    margin-left: 0;
  }
  .cards-grid--two-cols .simple-card {
    width: 48%;
  }
  .cards-grid--sm-container {
    margin-inline: auto;
    width: 90%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .cards-grid--sm-container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .cards-grid--sm-container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .cards-grid--sm-container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .cards-grid--sm-container .simple-card {
    width: 48%;
  }
  .cards-grid--sm-justified {
    margin-inline: auto;
    width: 90%;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .cards-grid--sm-justified {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .cards-grid--sm-justified {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .cards-grid--sm-justified {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .cards-grid--sm-justified .simple-card {
    width: 48%;
  }
  .cards-grid--space-between {
    justify-content: space-between;
  }
}
.cards-grid--dashboard {
  width: 93rem;
}
.cards-grid--dashboard .simple-card {
  width: 36rem;
}
.cards-grid--profession {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .cards-grid--sm-container {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fill, 32%);
  }
  .cards-grid--sm-container .simple-card {
    width: auto;
  }
  .cards-grid--sm-justified .simple-card {
    width: 32%;
  }
}

/* KANBASU */
/*!
 *  カンバス KANBASU
 *  Distributed under the MIT License
 *  Copyright (c) 2015-2018 Liip AG
 */
/*----------------------------------------*\
  KANBASU: GLOBAL SETTINGS
\*----------------------------------------*/
/**
 * Spacings
 */
/**
 * Responsiveness
 */
/* stylelint-disable unit-allowed-list*/
/* stylelint-enable */
/**
 * Grid
 */
/**
 * Widths
 */
/**
 * Container
 */
/*----------------------------------------*\
  FUNCTIONS
\*----------------------------------------*/
/**
 * Calculate REM value based on the default font-size
 */
/**
 * Return a value divided by a ratio
 * It uses the golden ratio by default
 *
 * Useful to create "visually equal" spacings
 * As mathematically equal spacings never "visually" look equal around text
 */
/**
 * Return a unitless value
 */
/**
 * Addition top and bottom padding
 */
/**
 * Switch the two parameters depending on the $ltr setting
 */
/*----------------------------------------*\
  MIXINS
\*----------------------------------------*/
/**
 * Output something for each spacings
 * $spacing-name and $spacing-value are available inside @content
 */
/**
 * Output something for each breakpoint
 * $breakpoint-name is available inside @content
 */
/**
 * Scope the content given into the defined media query
 * $mq    {String}  The ID of the media query your list of breakpoints ($breakpoints-default by default)
 */
/**
 * Generate fractions classes to be used as fluid widths
 * $columns   {List}    A list of numbers in reverse order for which you want to create fractions
 *                      "3,2,1" will create 1/2 1/3 2/3
 *                      Reverse order is required to keep only 1/2 instead of 2/4 for example
 * $prefix    {String}  A prefix for the generated classes
 */
/**
 * The famous self-clear technique as a mixin for quick reuse
 */
/**
 * Break words that are too long to fit in the container
 * https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
 */
/**
 * Shortcut to apply style to all headings
 */
/**
 * Magic conbination of properties to make an element accessible/visible to screen readers only.
 */
/*----------------------------------------*\
  RIGHT TO LEFT (RTL)
  Inspired by BBC GEL Sass tools
  https://github.com/bbc/gel-sass-tools/
\*----------------------------------------*/
/*
 * Interpolated Properties
 */
/**
 * If the `$rtl` variable is `true` flip the direction of the interpolated properties
 */
.ab-hidden {
  display: none;
}

.ab-invisible {
  visibility: hidden;
}

.ab-flex {
  display: flex;
  flex-wrap: wrap;
}

.ab-flex-row {
  display: flex;
  flex-flow: row wrap;
}

.ab-flex-column {
  display: flex;
  flex-flow: column wrap;
}

.ab-flex-v-align-space-between {
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.ab-flex-vh-align-center {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.ab-grid--flex-end {
  align-items: flex-end;
}
.ab-grid--space-around {
  justify-content: space-around;
}
.ab-grid--space-between {
  justify-content: space-between;
}
.ab-grid--space-evenly {
  justify-content: space-evenly;
}
.ab-grid--center {
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .ab-grid--sm-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .ab-grid--md-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1800px) {
  .ab-grid--lg-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .ab-grid--sm-row {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .ab-grid--md-row {
    flex-direction: row;
  }
}
@media (min-width: 1800px) {
  .ab-grid--lg-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .ab-grid--sm-column {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .ab-grid--md-column {
    flex-direction: column;
  }
}
@media (min-width: 1800px) {
  .ab-grid--lg-column {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .ab-sm-hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ab-md-hidden {
    display: none;
  }
}
@media (min-width: 1800px) {
  .ab-lg-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .ab-xs-hidden--down {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ab-sm-hidden--down {
    display: none;
  }
}
@media (max-width: 1799px) {
  .ab-md-hidden--down {
    display: none;
  }
}
@media (min-width: 768px) {
  .ab-sm-block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ab-md-block {
    display: block;
  }
}
@media (min-width: 1800px) {
  .ab-lg-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .ab-sm-invisible {
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .ab-md-invisible {
    visibility: hidden;
  }
}
@media (min-width: 1800px) {
  .ab-lg-invisible {
    visibility: hidden;
  }
}
.ab-relative-parent {
  position: relative;
}

.ab-absolute {
  position: absolute;
}

/*----------------------------------------*\
  GRID
  Modern grid using flexbox
\*----------------------------------------*/
.ab-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
}

.ab-grid__item {
  width: 100%;
  flex: 0 0 auto;
  padding-left: 2rem;
}

/**
 * Alignment
 */
.ab-grid--center {
  justify-content: center;
}

.ab-grid--right {
  justify-content: flex-end;
}

.ab-grid--middle {
  align-items: center;
}

.ab-grid--bottom {
  align-items: flex-end;
}

.ab-grid--even > .grid__item {
  display: flex;
  flex-direction: column;
}
.ab-grid--even > .grid__item > * {
  flex: 1 0 auto;
}

/**
 * Order
 */
.ab-grid--rev {
  flex-direction: row-reverse;
}

/**
 * Gutters size
 */
.ab-grid--tight {
  margin-left: -0;
}
.ab-grid--tight > .ab-grid__item {
  padding-left: 0;
}

.ab-grid--tiny {
  margin-left: -0rem;
}
.ab-grid--tiny > .ab-grid__item {
  padding-left: 0rem;
}

.ab-grid--small {
  margin-left: -1rem;
}
.ab-grid--small > .ab-grid__item {
  padding-left: 1rem;
}

.ab-grid--large {
  margin-left: -3rem;
}
.ab-grid--large > .ab-grid__item {
  padding-left: 3rem;
}

.ab-grid--huge {
  margin-left: -4rem;
}
.ab-grid--huge > .ab-grid__item {
  padding-left: 4rem;
}

/**
 * Add spacing between rows
 */
.ab-grid--multiline {
  margin-top: -2rem;
}
.ab-grid--multiline > .ab-grid__item {
  padding-top: 2rem;
}
.ab-grid--multiline.ab-grid--tight {
  margin-top: -0;
}
.ab-grid--multiline.ab-grid--tight > .ab-grid__item {
  padding-top: 0;
}
.ab-grid--multiline.ab-grid--tiny {
  margin-top: -0rem;
}
.ab-grid--multiline.ab-grid--tiny > .ab-grid__item {
  padding-top: 0rem;
}
.ab-grid--multiline.ab-grid--small {
  margin-top: -1rem;
}
.ab-grid--multiline.ab-grid--small > .ab-grid__item {
  padding-top: 1rem;
}
.ab-grid--multiline.ab-grid--large {
  margin-top: -3rem;
}
.ab-grid--multiline.ab-grid--large > .ab-grid__item {
  padding-top: 3rem;
}
.ab-grid--multiline.ab-grid--huge {
  margin-top: -4rem;
}
.ab-grid--multiline.ab-grid--huge > .ab-grid__item {
  padding-top: 4rem;
}

/*----------------------------------------*\
  WIDTHS
\*----------------------------------------*/
.ab-w-1\/6 {
  width: 16.6666666667% !important;
}

.ab-w-1\/3 {
  width: 33.3333333333% !important;
}

.ab-w-1\/2 {
  width: 50% !important;
}

.ab-w-2\/3 {
  width: 66.6666666667% !important;
}

.ab-w-5\/6 {
  width: 83.3333333333% !important;
}

.ab-w-1\/1 {
  width: 100% !important;
}

.ab-w-1\/5 {
  width: 20% !important;
}

.ab-w-2\/5 {
  width: 40% !important;
}

.ab-w-3\/5 {
  width: 60% !important;
}

.ab-w-4\/5 {
  width: 80% !important;
}

.ab-w-1\/4 {
  width: 25% !important;
}

.ab-w-3\/4 {
  width: 75% !important;
}

/*----------------------------------------*\
  WIDTHS RESPONSIVE
\*----------------------------------------*/
@media (min-width: 768px) {
  .ab-sm-w-1\/6 {
    width: 16.6666666667% !important;
  }
  .ab-sm-w-1\/3 {
    width: 33.3333333333% !important;
  }
  .ab-sm-w-1\/2 {
    width: 50% !important;
  }
  .ab-sm-w-2\/3 {
    width: 66.6666666667% !important;
  }
  .ab-sm-w-5\/6 {
    width: 83.3333333333% !important;
  }
  .ab-sm-w-1\/1 {
    width: 100% !important;
  }
  .ab-sm-w-1\/5 {
    width: 20% !important;
  }
  .ab-sm-w-2\/5 {
    width: 40% !important;
  }
  .ab-sm-w-3\/5 {
    width: 60% !important;
  }
  .ab-sm-w-4\/5 {
    width: 80% !important;
  }
  .ab-sm-w-1\/4 {
    width: 25% !important;
  }
  .ab-sm-w-3\/4 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .ab-md-w-1\/6 {
    width: 16.6666666667% !important;
  }
  .ab-md-w-1\/3 {
    width: 33.3333333333% !important;
  }
  .ab-md-w-1\/2 {
    width: 50% !important;
  }
  .ab-md-w-2\/3 {
    width: 66.6666666667% !important;
  }
  .ab-md-w-5\/6 {
    width: 83.3333333333% !important;
  }
  .ab-md-w-1\/1 {
    width: 100% !important;
  }
  .ab-md-w-1\/5 {
    width: 20% !important;
  }
  .ab-md-w-2\/5 {
    width: 40% !important;
  }
  .ab-md-w-3\/5 {
    width: 60% !important;
  }
  .ab-md-w-4\/5 {
    width: 80% !important;
  }
  .ab-md-w-1\/4 {
    width: 25% !important;
  }
  .ab-md-w-3\/4 {
    width: 75% !important;
  }
}
@media (min-width: 1800px) {
  .ab-lg-w-1\/6 {
    width: 16.6666666667% !important;
  }
  .ab-lg-w-1\/3 {
    width: 33.3333333333% !important;
  }
  .ab-lg-w-1\/2 {
    width: 50% !important;
  }
  .ab-lg-w-2\/3 {
    width: 66.6666666667% !important;
  }
  .ab-lg-w-5\/6 {
    width: 83.3333333333% !important;
  }
  .ab-lg-w-1\/1 {
    width: 100% !important;
  }
  .ab-lg-w-1\/5 {
    width: 20% !important;
  }
  .ab-lg-w-2\/5 {
    width: 40% !important;
  }
  .ab-lg-w-3\/5 {
    width: 60% !important;
  }
  .ab-lg-w-4\/5 {
    width: 80% !important;
  }
  .ab-lg-w-1\/4 {
    width: 25% !important;
  }
  .ab-lg-w-3\/4 {
    width: 75% !important;
  }
}
.ab-container {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .ab-container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ab-container {
    width: 114rem;
  }
}

/* ajax */
.load-more-search-results {
  margin: 2.4rem auto;
  text-align: center;
}
.load-more-search-results button.btn-filled {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1.6rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .load-more-search-results button.btn-filled {
    width: auto;
    height: auto;
  }
}

.results-filter {
  margin-bottom: 2.4rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .results-filter {
    margin-bottom: 3.2rem;
  }
}
.results-filter .selectize-control {
  width: 26rem;
}
.results-filter__selection .results-filter__form-wrapper {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  padding: 1rem;
}
.results-filter__selection .results-filter__flex-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.results-filter__selection .results-filter__flex-wrapper .selectize-wrapper {
  width: 26rem;
}
.results-filter__selection .results-filter__flex-wrapper .single-select-input {
  width: 100%;
}
.results-filter__selection .results-filter__datepicker {
  width: 26rem;
}
.results-filter__selection .results-filter__direct-application {
  border-top: 0.3rem dotted #d4d4d4;
  padding-top: 2rem;
}
.results-filter__selection .results-filter__direct-application .togglebox__label {
  margin-top: 0;
}
.results-filter__selection .chosen-container-active ul.chosen-results li.highlighted:after, .results-filter__selection .chosen-single:before,
.results-filter__selection .chosen-with-drop div b:before, .results-filter__selection .chosen-single div b:before {
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.4rem;
}
.results-filter__selection .chosen-single div b:before {
  top: 0.5rem;
  left: -1.5rem;
}
.results-filter__selection .chosen-single:before,
.results-filter__selection .chosen-with-drop div b:before {
  left: -1.5rem;
}
.results-filter__selection .chosen-container-active ul.chosen-results li.highlighted:after {
  right: 0.5rem;
}
.results-filter__selection .chosen-container {
  margin-bottom: 1.6rem;
  display: block;
  padding-right: 0;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #333;
}
.results-filter__selection .input-field__input:-moz-placeholder, .results-filter__selection .chosen-single:-moz-placeholder, .results-filter__selection .input-field__input:-ms-input-placeholder, .results-filter__selection .chosen-single:-ms-input-placeholder, .results-filter__selection .input-field__input:-webkit-input-placeholder, .results-filter__selection .chosen-single:-webkit-input-placeholder {
  font-weight: bold;
  color: #333;
}
.results-filter__selection .chosen-single {
  box-shadow: none;
  height: 5rem;
  background: #f1f1f1;
  color: #333;
}
.results-filter__selection .chosen-single span {
  padding: 0 2rem;
  line-height: 5rem;
}
.results-filter__selection .chosen-single div {
  top: 0.8rem;
}
.results-filter__selection .chosen-single div b {
  background: none !important;
}
.results-filter__selection .chosen-single div b:before {
  content: "\f107";
}
.results-filter__selection .chosen-single:before,
.results-filter__selection .chosen-with-drop div b:before {
  content: "\f106";
}
.results-filter__selection .chosen-container-active .chosen-single,
.results-filter__selection .chosen-container-active .chosen-with-drop {
  position: relative;
  box-shadow: none;
  border: none;
  border-radius: 2.5rem;
  background-image: none;
}
.results-filter__selection .chosen-container-active .chosen-drop {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  margin-top: 1.5rem;
  border: none;
  border-radius: 0;
  width: 28rem;
}
.results-filter__selection .chosen-container-active .chosen-drop:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: -1.2rem;
  border-width: 0 1.2rem 1.4rem;
  border-color: transparent transparent #fff;
  border-style: solid;
  width: 0;
  height: 0;
  content: "";
}
.results-filter__selection .chosen-container-active ul.chosen-results li.highlighted {
  background-color: #fff;
  background-image: none;
  color: #fc5f12;
}
.results-filter__selection .chosen-container-active ul.chosen-results li.highlighted:after {
  color: #fc5f12;
  content: "\f00c";
}
.results-filter__selection .chosen-container-single-active.chosen-with-drop .chosen-drop,
.results-filter__selection .chosen-container-active.chosen-with-drop .chosen-drop {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .results-filter__selection .results-filter__form-wrapper {
    padding-right: 0;
    padding-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .results-filter__selection .results-filter__flex-wrapper {
    align-items: flex-start;
  }
  .results-filter__selection .results-filter__direct-application {
    display: flex;
    width: 100%;
    padding-top: 1rem;
    justify-content: center;
  }
  .results-filter__selection .results-filter__direct-application .togglebox__label {
    margin-top: 0.6rem;
  }
  .results-filter .chosen-container-single,
  .results-filter .chosen-container {
    margin-right: 1.2rem;
    margin-left: 0;
  }
  .results-filter .chosen-container,
  .results-filter .input-field {
    width: 48%;
  }
  .results-filter .chosen-single {
    margin-left: 0;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1200px) {
  .results-filter__selection .results-filter__datepicker {
    margin: 0;
  }
  .results-filter__selection .results-filter__flex-wrapper {
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-flow: row;
    align-items: flex-start;
  }
  .results-filter__selection .results-filter__flex-wrapper--two-selects {
    justify-content: flex-start;
  }
}
.results-filter__active-filters {
  flex-direction: column;
  display: flex;
  text-align: center;
}
.results-filter__active-filters__title {
  margin-bottom: 0.8rem;
}
.results-filter__active-filters .filter-button {
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0.8rem;
  max-width: 28rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .results-filter__active-filters {
    flex-direction: row;
    text-align: left;
  }
  .results-filter__active-filters__title {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    line-height: 4.2rem;
    white-space: nowrap;
  }
  .results-filter__active-filters .filter-button {
    margin-top: 0.5rem;
    margin-bottom: 0;
    margin-left: 0.8rem;
    max-width: 30rem;
  }
}
@media only screen and (min-width: 1200px) {
  .results-filter__active-filters .filter-button {
    max-width: 100%;
  }
}

.body__dashboard .results-filter {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .body__dashboard .results-filter {
    margin-top: 4.4rem;
  }
}

.results-filter__datepicker {
  margin-bottom: 1.6rem;
  width: 28rem;
}
.results-filter__datepicker input {
  position: relative;
  padding-right: 3rem;
  padding-left: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.results-filter__datepicker input::placeholder {
  opacity: 1;
  color: #a3a3a3;
}
.results-filter__datepicker input:hover {
  cursor: pointer;
}
.results-filter__datepicker__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.results-filter__datepicker__wrapper:after {
  position: absolute;
  z-index: 1;
  bottom: 1.3rem;
  right: 2rem;
  font-family: FontAwesome;
  font-size: 2rem;
  font-weight: 600;
  color: #a3a3a3;
  content: "\f107";
}
.results-filter__datepicker__wrapper.chosen-with-datepicker:after {
  content: "\f106";
}
.results-filter__datepicker__wrapper input.chosen-single--datepicker {
  padding-inline: 2.4rem;
  border: 0.2rem solid #f1f1f1;
}
.results-filter__datepicker__wrapper input.chosen-single--datepicker:focus, .results-filter__datepicker__wrapper input.chosen-single--datepicker:focus-visible, .results-filter__datepicker__wrapper input.chosen-single--datepicker:focus-within, .results-filter__datepicker__wrapper input.chosen-single--datepicker:active {
  border-color: #7c4eda;
  outline: none;
}
.results-filter__datepicker input {
  position: relative;
  padding-right: 3rem;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.results-filter__datepicker input::placeholder {
  opacity: 1;
  color: #a3a3a3;
}
.results-filter__datepicker input:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .results-filter__datepicker {
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  .results-filter__datepicker {
    width: 24%;
  }
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-4rem);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-4rem);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-4rem);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone-widget {
  display: block;
  border: 0.2rem dashed #ddd;
  border-radius: 2.7rem;
  min-width: 6rem;
  min-height: 30rem;
  padding: 1.2rem 2rem;
  background-color: #f1f1f1;
  color: #666;
}
.dropzone-widget .dz-button {
  border: none;
  background: transparent;
  color: #171717;
}
.dropzone-widget .dz-error-message {
  color: #ff5353;
}
.dropzone-widget .droptext {
  padding: 1.5rem;
}
.dropzone-widget.dz-clickable {
  cursor: pointer;
}
.dropzone-widget.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone-widget.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone-widget.dz-drag-hover {
  border-style: solid;
}
.dropzone-widget.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone-widget .dz-message {
  margin: 2rem 0;
  text-align: center;
}
.dropzone-widget .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1.6rem;
  min-height: 10rem;
}
.dropzone-widget .dz-preview.ui-sortable-helper {
  border: 0.1rem solid #000;
  box-shadow: 0.2rem 0.2rem 1rem 0.1rem #000;
}
.dropzone-widget .dz-preview:hover {
  z-index: 1000;
}
.dropzone-widget .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone-widget .dz-preview:hover .dz-image img {
  filter: blur(0.2rem) grayscale(100%);
}
.dropzone-widget .dz-preview .dz-image {
  min-height: 10.6rem;
}
.dropzone-widget .dz-preview.dz-file-preview .dz-image {
  border-radius: 0.4rem;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone-widget .dz-preview.dz-file-preview .dz-image img {
  border-radius: 0.4rem;
  width: 100%;
  height: 100%;
}
.dropzone-widget .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone-widget .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone-widget .dz-preview .dz-remove {
  display: block;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
}
.dropzone-widget .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone-widget .dz-preview .dz-details {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  opacity: 0;
  min-width: 100%;
  max-width: 100%;
  padding: 2rem 1rem;
  font-size: 1.3rem;
  line-height: 150%;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.dropzone-widget .dz-preview .dz-details .dz-size {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.dropzone-widget .dz-preview .dz-details .dz-size span {
  padding: 0 0.4rem;
  background-color: rgba(255, 255, 255, 0.4);
}
.dropzone-widget .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone-widget .dz-preview .dz-details .dz-filename span {
  padding: 0 0.4rem;
  background-color: rgba(255, 255, 255, 0.4);
}
.dropzone-widget .dz-preview .dz-details .dz-filename:hover span {
  border: 0.1rem solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone-widget .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone-widget .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 0.1rem solid transparent;
}
.dropzone-widget .dz-preview .dz-image {
  position: relative;
  z-index: 10;
  display: block;
  box-shadow: 0.1rem 0.1rem 1rem 0 #6f6f6f;
  overflow: hidden;
  border-radius: 0.4rem;
}
.dropzone-widget .dz-preview .dz-image img {
  margin-inline: auto;
  display: block;
}
.dropzone-widget .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone-widget .dz-preview.dz-error .dz-error-message {
  display: block;
  color: #ff5353;
}
.dropzone-widget .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone-widget .dz-preview .dz-success-mark {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 50%;
  display: block;
  opacity: 0;
  margin-top: -2.7rem;
  margin-left: -2.7rem;
  pointer-events: none;
}
.dropzone-widget .dz-preview .dz-success-mark svg {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
}
.dropzone-widget .dz-preview .dz-error-mark {
  position: absolute;
  z-index: 500;
  top: 50%;
  left: 50%;
  display: block;
  opacity: 0;
  margin-top: -2.7rem;
  margin-left: -2.7rem;
  pointer-events: none;
}
.dropzone-widget .dz-preview .dz-error-mark svg {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
}
.dropzone-widget .dz-preview .dz-progress {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  opacity: 1;
  margin-top: -0.8rem;
  margin-left: -4rem;
  border-radius: 0.8rem;
  width: 8rem;
  height: 1.6rem;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
.dropzone-widget .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 300ms ease-in-out;
  width: 0;
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
}
.dropzone-widget .dz-preview .dz-error-message {
  position: absolute;
  pointer-events: none;
  z-index: 1000;
  top: -9rem;
  left: -1rem;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 0.8rem;
  width: 14rem;
  padding: 0.5rem 1.2rem;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  font-size: 1.3rem;
  color: #fff;
}
.dropzone-widget .dz-preview .dz-error-message:after {
  position: absolute;
  top: 11.7rem;
  left: 6.4rem;
  border-top: 0.6rem solid #be2626;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  width: 0;
  height: 0;
  content: "";
}
.dropzone-widget .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone-widget .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone-widget .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone-widget .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.file-uploader__uploads {
  display: flex;
  margin-top: 1.6rem;
  justify-content: space-between;
}
.file-uploader__dropzone {
  min-height: 7.5rem;
}
.file-uploader__dropzone .dz-progress {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 0.3rem;
  background-color: #2da44d;
}
.file-uploader__duplicator {
  transition: color 0.1s ease-in;
  cursor: pointer;
  display: none;
  margin-top: 0.8rem;
  padding-left: 1.8rem;
  color: #fc5f12;
}
.file-uploader__duplicator:hover {
  color: #333;
}
.file-uploader__duplicator:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
  content: "\f0c5";
}
.file-uploader__duplicator--visible {
  display: inline-block;
}
.file-uploader .dz-max-files-reached,
.file-uploader .dz-full {
  cursor: default;
}
.file-uploader .dz-max-files-reached .dz-message,
.file-uploader .dz-full .dz-message {
  display: none;
}
.file-uploader .dz-remove {
  pointer-events: all;
}
.file-uploader [data-file-type] [data-dz-name]:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.8rem;
}
.file-uploader [data-file-type=pdf] [data-dz-name]:before {
  content: "\f1c1";
}
.file-uploader [data-file-type=image] [data-dz-name]:before {
  content: "\f1c5";
}

/* .js-hide */
.js-hidden,
.js-template {
  display: none !important;
}

.pe-none {
  pointer-events: none;
}

.admin-bar {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  top: 0;
  left: 10%;
  display: flex;
  padding: 2rem;
  background-color: #fc5f12;
  color: #fff;
  justify-content: space-between;
  align-items: center;
}
.admin-bar .person:before,
.admin-bar .admin:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 1rem;
}
.admin-bar .person:before {
  content: "\f071";
}
.admin-bar .admin:before {
  content: "\f2bd";
}
.admin-bar__admin {
  display: flex;
  width: 50%;
  text-align: right;
  justify-content: flex-end;
}
.admin-bar__impersonation {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 2rem;
  max-width: 50%;
}
.admin-bar__panel {
  margin-right: 2rem;
}
.admin-bar .list--nav {
  margin-left: 2rem;
}
.admin-bar .list--nav .list__item:not(:last-of-type) {
  margin-right: 1rem;
}
.admin-bar a {
  color: #fff;
}

.flash-messages {
  margin-inline: auto;
  position: fixed;
  z-index: 9999;
  top: 2.4rem;
  left: 50%;
  display: inline-flex;
  display: flex;
  transform: translateX(-50%);
  width: max-content;
  max-width: 90%;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 0.8rem;
}
.flash-messages .alert {
  position: relative;
  left: 50%;
  animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  border-radius: 2rem;
  width: fit-content;
  padding: 0.8rem 1rem;
  background: #171717;
  cursor: pointer;
  align-self: baseline;
}
.flash-messages .alert__container {
  display: flex;
  border-radius: var(--matched-radius-inner-size);
  width: fit-content;
  font-size: 1.4rem;
  line-height: 125%;
  align-items: flex-start;
  gap: 0.6rem;
}
.flash-messages .alert__icon:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  border-radius: 100%;
  font-size: 1.6rem;
  line-height: inherit;
  justify-content: center;
  align-items: center;
}
.flash-messages .alert__text {
  cursor: inherit;
  color: white;
  user-select: none;
}
.flash-messages .alert__close {
  transition: all 0.25s ease;
}
.flash-messages .alert__close:hover {
  opacity: 0.75;
}
.flash-messages .alert__close:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 125%;
  font-weight: 300;
  color: #a3a3a3;
  content: "\f00d";
}
.flash-messages .alert--success .alert__icon:before {
  color: #4ade80;
  content: "\f058";
}
.flash-messages .alert--success .alert__close {
  display: none;
}
.flash-messages .alert--alert .alert__icon:before {
  color: #f87171;
  content: "\f06a";
}
.flash-messages .alert.closing {
  animation: slideUp 0.5s ease forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-50%) translateY(-100px);
  }
  50% {
    transform: translateX(-50%) translateY(4px);
  }
  75% {
    transform: translateX(-50%) translateY(-4px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(calc(-100px - (var(--total-alerts) - 1) * 1.6rem));
  }
}
@media only screen and (min-width: 1200px) {
  .flash-messages {
    top: 3.2rem;
  }
  .flash-messages .alert {
    padding: 1.1rem 1.2rem;
  }
  .flash-messages .alert__container {
    font-size: 1.6rem;
  }
  .flash-messages .alert__icon:before {
    font-size: 1.8rem;
  }
}

.navigation__apprentice-cockpit {
  position: absolute;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  z-index: 6;
  top: 2.3rem;
  right: 0;
  display: none;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  width: 25.5rem;
  flex-direction: column;
  background-color: #fff;
}
.navigation__apprentice-cockpit a {
  text-decoration: none;
  color: #333;
}
.navigation__apprentice-cockpit i {
  color: #919191;
}
.navigation__apprentice-cockpit__main-items, .navigation__apprentice-cockpit__minor-items {
  margin-top: 0;
  margin-bottom: 0;
}
.navigation__apprentice-cockpit__main-item a, .navigation__apprentice-cockpit__minor-item a {
  font-weight: 700;
}
.navigation__apprentice-cockpit__main-items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.navigation__apprentice-cockpit__main-items .blob {
  position: absolute;
  top: 1.5rem;
  left: 53%;
}
.navigation__apprentice-cockpit__main-item {
  position: relative;
  border-bottom: 0.1rem solid #ddd;
  width: 50%;
  padding: 2rem 0.5rem;
  line-height: 2rem;
  text-align: center;
}
.navigation__apprentice-cockpit__main-item:nth-of-type(odd) {
  border-right: 0.1rem solid #ddd;
}
.navigation__apprentice-cockpit__main-item i {
  margin-bottom: 0.8rem;
  display: block;
  font-size: 4rem;
}
.navigation__apprentice-cockpit__minor-items {
  padding-right: 2rem;
  padding-left: 2rem;
}
.navigation__apprentice-cockpit__minor-item {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  line-height: 2rem;
}
.navigation__apprentice-cockpit__minor-item:not(:last-of-type) {
  border-bottom: 0.1rem solid #ddd;
}
.navigation__apprentice-cockpit__minor-item i {
  width: 2.5rem;
  font-size: 1.6rem;
}
.navigation__apprentice-cockpit__minor-item .blob {
  float: right;
}
.navigation__apprentice-cockpit__logout {
  border-radius: 0.8rem 0;
  padding: 1.2rem 2rem;
  background-color: #f1f1f1;
  text-align: right;
}

.navigation-logo__wrapper {
  transition: width 500ms;
  width: 14.5rem;
  padding-top: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .navigation-logo__wrapper {
    width: 12.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-logo__wrapper {
    width: 21rem;
  }
}
.navigation-logo__logo {
  transition: transform 500ms;
  width: 100%;
  height: 100%;
  transform-origin: center left;
}
@media only screen and (min-width: 1200px) {
  .isStuck .navigation-logo__logo {
    transform: scale(0.85);
  }
}

.logo-text {
  opacity: 1;
  transition: opacity 500ms;
}

@media only screen and (min-width: 1200px) {
  .isStuck .logo-text {
    opacity: 0;
    transition: opacity 500ms;
  }
}

.input-field--what {
  display: none;
}
.input-field--what--what, .input-field--what--where .input-field__label {
  display: none;
}
@media only screen and (min-width: 768px) {
  .input-field--what {
    display: none;
  }
  .input-field--what:before {
    content: "";
  }
  .input-field--what .input-field__label {
    display: inline-flex;
  }
}
.input-field .clear-input {
  border: none;
  padding: 0;
  background-color: transparent;
  justify-self: flex-end;
}
@media only screen and (min-width: 768px) {
  .input-field .clear-input {
    right: 1rem;
  }
}
.input-field .clear-input--hidden {
  display: none;
}
.input-field .clear-input:focus {
  outline: none;
}
.input-field .clear-input__icon-background {
  display: flex;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ddd;
  justify-content: center;
  align-items: center;
}
.input-field .clear-input__icon-background i {
  font-size: 1.1rem;
  color: #737373;
}

.search-button {
  font-size: 1.4rem;
}
.search-button [class^=icon-] {
  font-size: 1.8rem;
}

.js-autocomplete {
  position: relative;
}
.js-autocomplete__container {
  position: absolute;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.1);
  z-index: 10;
  top: 110%;
  left: 0;
  border-radius: 1.2rem;
  width: 100%;
  background-color: #fff;
}
.js-autocomplete__box {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
.js-autocomplete__results {
  max-height: 30.5rem;
  overflow-y: auto;
}
.js-autocomplete__title {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: left;
  color: #999;
}
.js-autocomplete__link {
  display: flex;
  cursor: pointer;
}
.js-autocomplete__link:not(:only-child) {
  margin-bottom: 1.6rem;
}
.js-autocomplete__link-text {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #5e2dc1;
}
.js-autocomplete__link-icon .icon-location-arrow {
  margin-right: 0.6rem;
  font-size: 1.5rem;
  color: #5e2dc1;
}
.js-autocomplete__list {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: left;
}
.js-autocomplete__list:not(:last-of-type) {
  margin-bottom: 3.2rem;
}
.js-autocomplete .js-autocomplete__item a:hover, .js-autocomplete__item .js-autocomplete a:hover, .js-autocomplete .js-autocomplete__item:hover {
  color: #5e2dc1;
}
.js-autocomplete__item {
  display: block;
  padding-top: 1rem;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.js-autocomplete__item:not(:last-of-type) {
  padding-bottom: 1rem;
}
.js-autocomplete__item a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .js-autocomplete__link-icon .icon-location-arrow {
    margin-right: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .js-autocomplete__results {
    max-height: 40.5rem;
  }
}

.navigation-search-bar {
  z-index: 12;
  transition: flex-grow 500ms, flex-shrink 500ms;
  text-align: center;
}
.navigation-search-bar--active {
  display: block;
}
.navigation-search-bar__form {
  margin-bottom: 2.4rem;
  display: none;
  flex-flow: column wrap;
  width: 32rem;
  padding: 2rem;
  flex-direction: column;
  background-color: #fff;
}
.navigation-search-bar__form:before {
  position: absolute;
  width: 0;
  height: 0;
  top: -1.2rem;
  right: 4.5rem;
  border-width: 0 1.2rem 1.4rem;
  border-color: transparent transparent #fff;
  border-style: solid;
  content: "";
}
.navigation-search-bar__input[placeholder="Mein Standort"]::placeholder {
  opacity: 1;
  color: #000;
}
.navigation-search-bar .input-field {
  margin-bottom: 1.6rem;
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  display: grid;
  height: 5rem;
  font-size: 1.5rem;
  line-height: 1.8rem;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
}
.navigation-search-bar .input-field__label {
  margin-bottom: 0.1rem;
  padding: 0;
  align-content: center;
}
.navigation-search-bar .input-field button.clear-input {
  right: 1rem;
}
.navigation-search-bar__input {
  width: 22rem;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form {
  position: absolute;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  top: 5.2rem;
  left: calc(100% - 32rem);
  display: flex;
  border-radius: 1.2rem;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form .input-field {
  display: grid;
  grid-template-columns: [first] 3rem [second] 22rem [third] 3rem;
  max-width: 100%;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form .input-field .clear-input {
  margin-right: 1rem;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form:before {
  display: none;
}
.navigation-search-bar.js-navigation-search-bar--open .navigation-search-button__search-button-text {
  display: none;
}
.navigation-search-bar .search-button {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  display: flex;
  border: none;
  border-radius: 5rem;
  padding: 1.6rem;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
}
.navigation-search-bar .search-button:hover {
  text-decoration: none;
}
.navigation-search-bar .search-button:focus {
  outline: none;
}
.navigation-search-bar .search-button .icon-search, .navigation-search-bar .search-button .navigation-search-button__icon .icon-search-toggle, .navigation-search-button__icon .navigation-search-bar .search-button .icon-search-toggle {
  display: none;
}
.navigation-search-bar .search-button__label {
  padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .navigation-search-bar {
    flex: 0 0 auto;
    transition: flex-grow 500ms, flex-shrink 500ms;
  }
  .isStuck .navigation-search-bar {
    flex: 0 0 auto;
  }
  .navigation-search-bar .input-field {
    margin: 0;
    border-radius: 0;
    height: 4rem;
    padding: 0;
    background-color: transparent;
  }
  .navigation-search-bar .input-field--what {
    margin-right: 1rem;
    border-right: 1px solid #ddd;
  }
  .navigation-search-bar .input-field--what input {
    width: 23rem;
  }
  .navigation-search-bar .input-field input {
    margin-right: 4rem;
  }
  .navigation-search-bar i {
    font-size: 1.5rem;
  }
  .navigation-search-bar .icon-location-arrow {
    margin-right: 0.5rem;
    font-size: 1.75rem;
  }
  .navigation-search-bar .search-button__label {
    display: none;
  }
  .navigation-search-bar.js-navigation-search-bar--open {
    position: absolute;
    right: 3rem;
    display: flex;
    border-radius: 2.5rem;
    height: 4rem;
    padding: 0.4rem;
    background-color: #fff;
    line-height: 4rem;
    text-align: left;
    align-items: center;
  }
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form {
    position: static;
    margin: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
    padding-left: 2rem;
    flex-flow: row nowrap;
    background-color: transparent;
    align-items: center;
  }
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form:before {
    display: none;
  }
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__form .input-field__label {
    width: 3rem;
    grid-column: first/second;
  }
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-bar__input {
    margin-right: 0;
    grid-column: second/third;
  }
  .navigation-search-bar.js-navigation-search-bar--open .search-button {
    margin-left: 1rem;
    border-radius: 1.4rem;
    height: auto;
    padding: 0;
    background: #5e2dc1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button {
    border-radius: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button {
    border-radius: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button:hover {
    background: #5e2dc1;
  }
  .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search, .navigation-search-bar.js-navigation-search-bar--open .search-button .navigation-search-button__icon .icon-search-toggle, .navigation-search-button__icon .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search-toggle {
    display: block;
    color: #fff;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search, .navigation-search-bar.js-navigation-search-bar--open .search-button .navigation-search-button__icon .icon-search-toggle, .navigation-search-button__icon .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search-toggle {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search, .navigation-search-bar.js-navigation-search-bar--open .search-button .navigation-search-button__icon .icon-search-toggle, .navigation-search-button__icon .navigation-search-bar.js-navigation-search-bar--open .search-button .icon-search-toggle {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-search-bar.js-navigation-search-bar--open .navigation-search-button {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-search-bar {
    order: 100;
  }
  .navigation-search-bar .input-field {
    height: 5.4rem;
  }
  .navigation-search-bar.js-navigation-search-bar--open {
    right: -0.7rem;
    border-radius: 2.7rem;
    height: 5.4rem;
    padding: 0.7rem;
    order: 1;
  }
  .isStuck .navigation-search-bar {
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1800px) {
  .navigation-search-bar {
    right: 32rem;
  }
}

.navigation-search-button {
  position: relative;
  z-index: 5;
  display: flex;
  border-radius: 1.4rem;
  padding: 0;
  background: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .navigation-search-button {
    border-radius: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-search-button {
    border-radius: 2rem;
  }
}
.navigation-search-button__icon {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .navigation-search-button__icon {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation-search-button__icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
}
.navigation-search-button__icon .icon-search-toggle {
  font-size: 1.5rem;
  color: #5e2dc1;
}
.navigation-search-button__search-button-text {
  transition: width 500ms;
  width: 0;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  color: #5e2dc1;
  overflow: hidden;
}
.isStuck .navigation-search-button__search-button-text {
  width: 9rem;
}
@media only screen and (min-width: 768px) {
  .navigation-search-button__search-button-text {
    font-size: 1.5rem;
  }
  .isStuck .navigation-search-button__search-button-text {
    width: 11.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .isStuck .navigation-search-button__search-button-text {
    width: 11.5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .js-navigation-search-bar.js-navigation-search-bar--open {
    top: 0.4rem;
  }
}
.navigation__item .navigation__login-text {
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1.3rem;
}
.navigation__item .list__item {
  margin-bottom: 1.6rem;
  font-weight: 300;
}
.navigation__item .list__item--teaser {
  padding-left: 2rem;
}
.navigation__item .navigation__dropdown {
  display: none;
}
.navigation__item .navigation__dropdown .list__item--link {
  padding-left: 2rem;
  font-weight: normal;
}
@media only screen and (min-width: 1200px) {
  .navigation__item .navigation__dropdown .list__item--link {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__item .navigation__dropdown {
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    top: 4rem;
    border-radius: 0.8rem;
    width: 25.5rem;
    padding: 0;
    background-color: #fff;
  }
  .navigation__item:hover .navigation__dropdown {
    display: block;
    padding-bottom: 0.8rem;
  }
  .navigation__item:hover .navigation__dropdown:before {
    display: block;
  }
  .navigation__item:hover .navigation__dropdown .list__item {
    display: block;
    margin-bottom: 0;
  }
  .navigation__item:hover .navigation__dropdown .list__item--mobile {
    display: none;
  }
  .navigation__item:hover .navigation__dropdown .list__item:last-child {
    border: 0;
  }
  .navigation__item:hover .navigation__dropdown .list__item--link {
    display: flex;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    overflow: hidden;
  }
  .navigation__item:hover .navigation__dropdown .list__item--link:not(:last-of-type) {
    position: relative;
  }
  .navigation__item:hover .navigation__dropdown .list__item--link:not(:last-of-type)::after {
    position: absolute;
    bottom: 0;
    left: 2.4rem;
    display: block;
    border-bottom: 0.3rem dotted #e5e5e5;
    width: calc(100% - 2 * 2.4rem);
    height: 0.3rem;
    content: "";
  }
  .navigation__item:hover .navigation__dropdown .list__item--teaser {
    margin-top: 1.6rem;
  }
  .navigation__item:hover .navigation__dropdown .list__item--active-sourcing {
    height: 15rem;
  }
  .navigation__item:hover .list__link {
    width: 100%;
    height: 100%;
    padding: 0.8rem 2.4rem;
    flex: 1;
    color: #171717;
  }
}

.job-posting-maintainer-bar {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 180rem;
  background-image: linear-gradient(to right, #fc5f12, #fc7e42);
}
.job-posting-maintainer-bar__container {
  margin-inline: auto;
  width: 90%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .job-posting-maintainer-bar__container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .job-posting-maintainer-bar__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .job-posting-maintainer-bar__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .job-posting-maintainer-bar__container {
    flex-direction: row;
    align-items: center;
  }
}
.job-posting-maintainer-bar__container .btn-outline {
  height: 3.2rem;
  background-color: #fc5f12;
  color: #fff;
}
.job-posting-maintainer-bar__container .btn-outline:hover {
  background-color: #fff;
  color: #fc5f12;
}
.job-posting-maintainer-bar .reference-number {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .job-posting-maintainer-bar .reference-number {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.job-posting-maintainer-bar .explanation {
  padding-right: 1rem;
}
.job-posting-maintainer-bar .buttons {
  display: flex;
  justify-content: center;
}
.job-posting-maintainer-bar .button {
  margin-left: 0.5rem;
}
.job-posting-maintainer-bar .suspend-resume-confirmation-modal {
  position: relative;
  display: none;
  text-align: center;
}
.job-posting-maintainer-bar .modal__card {
  max-width: 85rem;
}
.job-posting-maintainer-bar .modal .simple-card__header {
  font-weight: 800;
  font-size: 4rem;
}
.job-posting-maintainer-bar .modal .simple-card__body {
  font-size: 1.8rem;
  line-height: 3rem;
}
.job-posting-maintainer-bar .modal .simple-card__body .job-title {
  font-weight: 700;
}
.job-posting-maintainer-bar .modal .buttons {
  padding-top: 2rem;
}

.apprentice-link__mobile-only {
  margin-inline: auto;
  margin-bottom: 1.6rem;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .apprentice-link__mobile-only {
    display: none;
  }
}

.apprentice-link__container {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  border-bottom: 0.3rem dotted #d4d4d4;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.apprentice-link__container a {
  font-weight: 500;
  text-decoration: none;
  color: #525252;
}

.navigation {
  position: relative;
  margin-inline: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: 180rem;
  background-color: #fff;
  color: #171717;
  /* stylelint-disable declaration-no-important*/
  /* stylelint-enable declaration-no-important*/
}
.navigation.navigation--flyout {
  display: none;
}
.navigation.navigation--navless {
  margin-bottom: 0.8rem;
  padding-top: 2rem;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .navigation.navigation--navless {
    margin-bottom: 3.2rem;
  }
}
.navigation__login-link .navigation__dropdown {
  display: none;
}
.navigation__login-link .navigation__dropdown .list__item--link {
  font-weight: normal;
}
.navigation .horizontal_line {
  padding: 0.8rem;
  color: #171717;
}
.navigation .horizontal_line:after {
  content: "|";
}
.navigation .blob {
  display: inline;
  margin-left: 0.8rem;
  font-size: 1.4rem;
}
.navigation--without-background {
  background-color: #fff;
}
.navigation.navigation--navless.navigation--without-background {
  position: relative;
  margin-bottom: 0;
  height: 5rem;
  background: transparent !important;
}
.navigation.navigation--navless.navigation--without-background::before {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: 500ms;
  background-color: #fff;
  content: "";
}
.navigation--fixed {
  transition: height 500ms, opacity 500ms;
}
.navigation input,
.navigation button,
.navigation input[type=submit] {
  border: none;
}
.navigation input:focus,
.navigation button:focus,
.navigation input[type=submit]:focus {
  outline: none;
}
.navigation__container {
  margin-inline: auto;
  width: 90%;
  position: relative;
  display: flex;
  min-width: 32rem;
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .navigation__container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .navigation__container {
    width: 114rem;
  }
}
.navigation__row {
  display: flex;
  width: 100%;
  align-items: center;
}
.navigation__row--management {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  visibility: hidden;
  justify-content: flex-end;
}
.navigation__row--general {
  position: relative;
  transition: transform 500ms;
  justify-content: flex-end;
}
.navigation .viewable-tablet {
  display: none;
}
.navigation__branding {
  position: relative;
  z-index: 1;
  flex-basis: 10.3rem;
  transition: flex-grow 500ms, flex-shrink 500ms, margin 500ms;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .navigation__branding {
    flex: 0 1 23rem;
  }
  .isStuck .navigation__branding {
    flex: 0 1 7rem;
  }
}
.navigation__links {
  display: none;
  transition: flex-grow 500ms, flex-shrink 500ms;
  box-shadow: none;
}
@media only screen and (min-width: 1200px) {
  .navigation__links {
    display: block;
  }
}
.navigation__link-text {
  display: inline-block;
  border-radius: 0 0 1.2rem 1.2rem;
  padding: 0.8rem 1.6rem;
  background-color: #f5f5f5;
  font-weight: 600;
}
.navigation__link-text:hover {
  text-decoration: underline;
}
.navigation__list {
  padding: 0;
}
.navigation__list--tablet {
  margin-right: 1.5rem;
  order: 1;
}
.navigation__list--desktop {
  font-weight: 600;
}
.navigation__list--desktop .navigation__item {
  position: relative;
  border-bottom: 4rem solid transparent;
}
@media screen and (max-width: 1024px) {
  .navigation__list--desktop .navigation__item {
    border-bottom: none;
  }
}
.navigation__list--desktop .navigation__item .navigation__main-link {
  cursor: pointer;
}
.navigation__list--desktop .navigation__item .navigation__main-link-text {
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  align-items: center;
}
.navigation__list--desktop .navigation__item .navigation__main-link-text:after {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  transition: transform 0.5s ease 0s;
  margin-left: 0.5rem;
  font-size: 2rem;
  color: #171717;
  content: "\f107";
}
.navigation__list--desktop .navigation__item .navigation__main-link-text:hover {
  text-decoration: none;
  color: #404040;
}
@media only screen and (min-width: 1200px) {
  .navigation__list--desktop .navigation__item .navigation__main-link-text:hover::after {
    transform: rotate(-180deg);
  }
}
.navigation__list--desktop .navigation__item .navigation__main-link-text#azubi-cockpit {
  border-top: 0.1rem solid #ddd;
  padding-top: 1rem;
}
.navigation__list--desktop .navigation__item .navigation__main-link-text#azubi-cockpit + .navigation__dropdown .list__item--link i[class^=icon-] {
  padding-right: 0.8rem;
  color: #5e2dc1;
}
.navigation__unconfirmed_circle {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #ff4444;
}
.navigation .burger-button {
  position: relative;
  z-index: 12;
  border-radius: 1.4rem;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  background-color: #f5f5f5;
  line-height: 2.8rem;
  color: #171717;
}
.navigation .apprentice-link {
  display: none;
}
@media only screen and (min-width: 768px) {
  .navigation .apprentice-link {
    display: inline-block;
    margin-right: 2.4rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #525252;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation .apprentice-link {
    display: none;
  }
}
.navigation .navigation-links-container--open .navigation__links {
  position: absolute;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  z-index: 12;
  top: 5.2rem;
  left: calc(100% - 28rem);
  display: block;
  border-radius: 1.2rem;
  width: 28rem;
  max-height: calc(90vh - 9rem);
  padding: 1.6rem 0;
  background-color: #fff;
  overflow: hidden scroll;
}
.navigation .navigation-links-container--open .navigation__links .navigation__item {
  width: 100%;
}
.navigation .navigation-links-container--open .navigation__links .navigation__item:not(:last-of-type) {
  margin-bottom: 1.6rem;
  border-bottom: 0;
}
.navigation .navigation-links-container--open .navigation__links .navigation__item#sign-out, .navigation .navigation-links-container--open .navigation__links .navigation__item#sign-in {
  margin-top: 2rem;
}
.navigation .navigation-links-container--open .navigation__links .navigation__item#sign-in {
  border-top: 0.1rem solid #ddd;
  padding-top: 1.6rem;
}
.navigation .navigation-links-container--open .navigation__links:before {
  border: none;
}
.navigation .navigation-links-container--open .navigation__links--unauthorized {
  box-sizing: border-box;
}
.navigation .navigation-links-container--open .list__link {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
}
.navigation .navigation-links-container--open .list__link i[class^=icon-] {
  padding-right: 0.8rem;
  color: #5e2dc1;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item {
  width: 100%;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item .link {
  text-decoration: none;
  color: #171717;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item .link .list__link {
  font-size: 1.3rem;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item .link .list__link i[class^=icon-] {
  color: #5e2dc1;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item > .navigation__main-link-text {
  margin-bottom: 1.6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #171717;
  justify-content: space-between;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item > .navigation__main-link-text:after {
  font-size: 2.5rem;
  color: #5e2dc1;
  content: "\f107";
}
.navigation .navigation-links-container--open .navigation__list .navigation__item > .navigation__main-link-text--unconfirmed {
  margin-top: -2.5rem;
  min-height: 4.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #ff5353;
  color: #fff;
  justify-content: center;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item > .navigation__main-link-text--unconfirmed:after {
  content: none;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--active .navigation__dropdown {
  display: block;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--active > :after {
  transform: rotate(-180deg);
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single {
  width: 100%;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single .link {
  text-decoration: none;
  color: #171717;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single .link .list__link {
  font-size: 1.3rem;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single .link .list__link i[class^=icon-] {
  color: #5e2dc1;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single > .navigation__main-link-blog {
  margin-bottom: 1.6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #171717;
  justify-content: space-between;
}
.navigation .navigation-links-container--open .navigation__list .navigation__item--single > .navigation__main-link-blog a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #171717;
}
.navigation .navigation-links-container--open .navigation__list--desktop .navigation__apprentice-cockpit {
  position: static;
  top: auto;
  right: auto;
  display: block;
  box-shadow: none;
  width: 100%;
}
.navigation .navigation-links-container--open .navigation__list--desktop .navigation__apprentice-cockpit__logout {
  display: none;
}
.navigation__unauthorized-warning {
  display: none;
}
.navigation__unauthorized-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navigation__unauthorized-message {
  box-sizing: border-box;
  padding: 0.3rem 1rem;
  background-color: #ff4444;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
.navigation .burger-button {
  margin-left: 2rem;
}
@media only screen and (min-width: 768px) {
  .navigation .navigation-links-container--open .navigation__links {
    left: calc(100% - 32rem);
    width: 32rem;
  }
  .navigation__unauthorized {
    position: relative;
  }
  .navigation__unconfirmed_circle {
    display: none;
  }
  .navigation__unauthorized-warning {
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
    border-radius: 50%;
    width: 2.7rem;
    height: 100%;
    background-color: #ff4444;
    cursor: pointer;
    color: #fff;
    justify-content: center;
    align-items: center;
  }
  .navigation__unauthorized-container {
    z-index: 1000;
    top: inherit;
    bottom: -4.5rem;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: auto;
    padding-top: 1.5rem;
  }
  .navigation__unauthorized-container--active {
    display: flex;
  }
  .navigation__unauthorized-message {
    margin-left: 1rem;
    border-radius: 1.8rem;
    width: 21.2rem;
    padding: 0.3rem 1rem;
  }
  .navigation__unauthorized-message:after {
    position: absolute;
    top: 0.5rem;
    left: 54%;
    margin-left: -1.5rem;
    border: 1rem solid transparent;
    border-top: 0;
    border-bottom-color: #ff4444;
    width: 0;
    height: 0;
    content: "";
  }
  .navigation__display-name {
    display: inline-block;
    max-width: 16rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation {
    height: 12rem;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  .navigation .navigation__item .navigation__main-link-text {
    margin-right: 1.5rem;
    font-size: 1.4rem;
  }
  .navigation .navigation__item .navigation__main-link-text--unconfirmed {
    display: none;
  }
  .navigation .navigation__item .navigation__main-link-text#azubi-cockpit {
    border-top: none;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .navigation .navigation__item .navigation__main-link-text#azubi-cockpit {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation .navigation__item .navigation__main-link-text#azubi-cockpit[data-is-admin=true] {
    display: flex;
  }
  .navigation .navigation__item#sign-out, .navigation .navigation__item#sign-in {
    display: none;
  }
  .navigation .navigation__item--single {
    margin-right: 0;
    height: 3.8rem;
    padding-top: 1.2rem;
  }
  .navigation .navigation__item--single .navigation__main-link-blog {
    margin-right: 1.5rem;
    font-size: 1.4rem;
  }
  .navigation .navigation__item--single .navigation__main-link-blog a {
    text-decoration: none;
    color: #171717;
  }
  .navigation .navigation__item--single .navigation__main-link-blog a:hover {
    color: #404040;
  }
  .isStuck .navigation--fixed {
    height: 7.5rem;
  }
  .isStuck .navigation--fixed .navigation__row--management {
    opacity: 0;
    pointer-events: none;
  }
  .navigation.navigation--navless {
    height: 16rem;
  }
  .navigation--without-background {
    height: 12rem;
  }
  .navigation--without-background::before, .navigation.navigation--navless.navigation--without-background::before {
    background-color: #fff;
  }
  .navigation__container {
    display: flex;
  }
  .navigation__row--management {
    display: flex;
    visibility: visible;
    transition: opacity 500ms;
  }
  .navigation__register {
    display: flex;
    justify-content: flex-end;
  }
  .navigation__display-name {
    max-width: 75rem;
  }
  .navigation__corporations {
    margin-right: 3rem;
    padding-top: 0.8rem;
  }
  .navigation__corporations a {
    color: #171717;
  }
  .navigation__login {
    position: relative;
    border-radius: 0 0 0.8rem 0.8rem;
    background-color: #fff;
  }
  .navigation__login .link {
    color: #171717;
  }
  .navigation__login:hover .navigation__apprentice-cockpit {
    display: flex;
  }
  .navigation__login-link {
    display: flex;
    flex-direction: row;
  }
  .navigation__login-link .navigation__dropdown {
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    top: 3rem;
    border-radius: 0.8rem;
    width: 25.5rem;
    background-color: #fff;
  }
  .navigation__login-link .navigation__dropdown .list__item {
    padding-left: 1.4rem;
  }
  .navigation__login-link .navigation__dropdown .list__item .list__link i {
    margin-right: 0.8rem;
    color: #5e2dc1;
  }
  .navigation__login-link .navigation__dropdown:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 101;
    top: -0.65rem;
    display: none;
    transform: rotateY(0deg) rotate(45deg);
    border: 0.1rem solid;
    border-color: #d4d4d4 transparent transparent #d4d4d4;
    width: 1.2rem;
    height: 1.2rem;
    background-color: #fff;
    content: "";
  }
  .navigation__login-text {
    box-sizing: border-box;
    cursor: pointer;
  }
  .navigation__list--tablet {
    display: none;
  }
  .navigation__list--desktop {
    display: flex;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    box-sizing: border-box;
    flex: 0 1 auto;
    /* stylelint-disable declaration-block-no-redundant-longhand-properties */
    flex-direction: row;
    flex-wrap: wrap;
    /* stylelint-enable declaration-block-no-redundant-longhand-properties */
    margin-inline: auto;
  }
  .navigation__list--desktop .navigation__item {
    margin-right: 0;
    height: 3.8rem;
    padding-top: 1.2rem;
  }
  .navigation__list--desktop .navigation__item:last-of-type {
    border-top: none;
  }
  .navigation__list--desktop .navigation__item--apprentice {
    display: none;
  }
  .navigation .burger-button {
    display: none;
  }
  .navigation__unauthorized:hover > .navigation__unauthorized-container {
    display: block;
  }
  .navigation__unauthorized-warning {
    margin-right: 0;
    margin-left: -1rem;
    border-radius: 0;
    border-bottom-right-radius: 0.8rem;
  }
  .navigation__unauthorized-message {
    margin-right: 0;
    margin-left: 0;
    padding: 0.7rem 1.8rem;
  }
  .navigation__main-link-text:hover .navigation__dropdown {
    display: block;
    padding-inline: 2rem;
  }
  .navigation__main-link-text:hover .navigation__dropdown:before {
    display: block;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item {
    display: block;
    margin-bottom: 0;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--mobile {
    display: none;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item:last-child {
    border: 0;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--link {
    display: flex;
    height: 4.6rem;
    padding-left: 0;
    line-height: 2.4;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    overflow: hidden;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--link:not(:last-of-type) {
    border-bottom: 0.3rem dotted #e5e5e5;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--teaser {
    margin-top: 1.6rem;
    padding-left: 0;
  }
  .navigation__main-link-text:hover .navigation__dropdown .list__item--active-sourcing {
    height: 15rem;
  }
  .navigation__main-link-text:hover .list__link {
    color: #171717;
  }
}

.mobile-nav-backdrop {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  opacity: 0.5;
  width: 100vw;
  height: 100%;
  background-color: #171717;
}

.modal .login {
  margin-top: 1rem;
}
.modal .login__register {
  margin-bottom: 2rem;
  font-weight: 500;
  text-align: center;
  color: #737373;
}
.modal .login__register--question {
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #171717;
}
.modal .login__register--link {
  margin-left: 0.5rem;
}
.modal .input-field__input, .modal .results-filter__selection .chosen-single, .results-filter__selection .modal .chosen-single {
  margin-bottom: 0.5rem;
  padding-left: 2.4rem;
  font-weight: 600;
}
.modal .input-field__input--inactive {
  display: none;
}
.modal .input-field__input::placeholder, .modal .results-filter__selection .chosen-single::placeholder, .results-filter__selection .modal .chosen-single::placeholder {
  color: #a3a3a3;
}
.modal .input-field__label {
  z-index: 2;
  margin-top: 1.7rem;
  margin-left: 1.75rem;
}
.modal .password-field__input {
  font-weight: 600;
}
.modal .password-field__input::placeholder {
  color: #a3a3a3;
}
.modal .password-field__icon {
  color: #d4d4d4;
}
.modal ::before {
  color: #d4d4d4;
}
.modal .filled::before {
  color: #737373;
}
.modal .modal-divider__text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #737373;
}
.modal .divider {
  position: relative;
  margin: 0;
}
.modal .divider span {
  position: absolute;
  top: -9px;
  left: 42.5%;
  right: 42.5%;
  display: inline-block;
  margin: 0 0.5rem;
  background-color: white;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #737373;
}
.modal .dotted-hr {
  margin: 2.4rem 0;
  border: none;
  border-top: 0.3rem dotted #e5e5e5;
  background-color: white;
}
.modal .meteor-dots {
  margin: 0.2rem 0;
  border: none;
  border-top: 0.3rem dotted #5e2dc1;
  background-color: white;
}
.modal .password-reset-link a {
  color: #5e2dc1;
}

.password-field {
  position: relative;
  transition: border-color 0.3s ease-out;
  border: 0.2rem solid;
  border-color: transparent;
}
.password-field:focus-within {
  border-color: #5e2dc1;
}
.password-field__input {
  border: none;
  width: 90%;
  height: 100%;
  background-color: transparent;
}
.password-field__input:focus {
  outline: none;
}
.password-field__icon {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 2rem;
  cursor: pointer;
  font-size: 2rem;
  line-height: 4.6rem;
  color: #666;
}
.password-field__icon:after {
  content: "\f06e";
}
.password-field--show-text .password-field__icon {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 2rem;
  cursor: pointer;
  font-size: 2rem;
  line-height: 4.6rem;
  color: #666;
}
.password-field--show-text .password-field__icon:after {
  content: "\f070";
}
@media only screen and (min-width: 768px) {
  .password-field i {
    right: 2rem;
  }
}

.password-validation__info {
  font-size: 1rem;
  text-align: center;
}
.password-validation__progressbar {
  margin-inline: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: row nowrap;
  width: 23rem;
  height: 0.5rem;
}
.password-validation__progressbar .first-stage {
  margin-right: 0.1rem;
  border: none;
  border-radius: 10rem;
  width: 100%;
  background: #d4d4d4;
}
.password-validation__progressbar .second-stage {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  border: none;
  border-radius: 10rem;
  width: 100%;
  background: #d4d4d4;
}
.password-validation__progressbar .third-stage {
  border: none;
  border-radius: 10rem;
  width: 100%;
  background: #d4d4d4;
}
.password-validation__info {
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .password-validation__progressbar {
    width: 40rem;
  }
}

.ajax-spinner {
  margin-inline: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 5.4rem;
  height: 6rem;
  background-image: url(/assets/widgets/ajax_spinner/ajax-spinner-ca23512c152734c24d1bca5745d667f213b03b76e4adbf57b6d5fca954c1d159.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.ajax-spinner--inactive {
  display: none;
}

.register__simple-card__body {
  margin: 0;
}
.register a {
  color: #5e2dc1;
}
.register__wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .register__wrapper {
    flex-direction: row;
  }
}
.register__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.1rem;
  text-align: left;
}
.register__title--withspan {
  display: inline-block;
  background-image: url(/assets/frontend/register/waves-b811d97b1f7f16fe5601ccb8808dcae127e82c3d0b34b831e2853ec470ecc0a5.svg);
  background-size: cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.register__content {
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .register__content {
    width: auto;
    padding: 7.2rem 7.6rem;
    flex-basis: 67%;
  }
}
@media only screen and (min-width: 1200px) {
  .register__content {
    padding: 7.2rem 9.6rem;
  }
}
.register .input-field {
  margin-bottom: 0.8rem;
}
.register .input-field__input, .register .results-filter__selection .chosen-single, .results-filter__selection .register .chosen-single {
  margin-bottom: 0.5rem;
  padding-left: 4.2rem;
  font-weight: 600;
}
.register .input-field__input--inactive {
  display: none;
}
.register .input-field__input::placeholder, .register .results-filter__selection .chosen-single::placeholder, .results-filter__selection .register .chosen-single::placeholder {
  color: #a3a3a3;
}
.register .input-field__label {
  position: absolute;
  z-index: 2;
  margin-top: 1.7rem;
  margin-left: 1.75rem;
}
.register__age-info {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  color: #737373;
}
.register__password-info {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
.register__privacy-info {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  color: #737373;
}
.register__login {
  text-align: center;
}
.register__login--question {
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #171717;
}
.register__login--link {
  margin-left: 0.5rem;
}
.register .register__password-input-container {
  position: relative;
}
.register .selectize-control {
  display: flex;
  margin-bottom: 1.2rem;
}
.register .password-validation__info {
  margin-bottom: 0;
}
.register .submit-register-wrapper {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
}
.register .submit-register-wrapper .icon-spinner__register {
  font-size: 3.2rem;
}
.register__benefits {
  font-weight: 700;
  background-color: #5e2dc1;
  background-image: url(/assets/frontend/register/registry-benefits-meteor-852f51e0a1eae82927d17e76989fc9984dd7b262b591a3fab0f7ec080089a449.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: white;
  background-position-y: bottom;
}
@media only screen and (min-width: 768px) {
  .register__benefits {
    flex-basis: 33%;
  }
}
.register__benefits-container {
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .register__benefits-container {
    padding: 7.2rem 3.2rem 2rem;
  }
}
.register__benefits-title-svg {
  margin-bottom: 2.4rem;
  width: 15.45rem;
  height: auto;
  padding-left: 0;
}
.register__benefits-bold-text {
  padding-left: 0.9rem;
  font-size: 1.6rem;
  vertical-align: middle;
}
.register__benefits-description {
  margin-left: 2.5rem;
  padding-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #e4d8fd;
}
.register__benefit {
  display: flex;
}
.register__benefit--check {
  margin: auto 0;
  width: 1.6rem;
  height: 1.6rem;
}
.register .cake {
  width: 100%;
}
.register .cake.fa-birthday-cake:before, .register .cake.icon-birthday-cake:before {
  position: absolute;
  z-index: 2;
  padding-top: 2.3rem;
  padding-left: 1.8rem;
}
.register .selectize-input {
  width: 100%;
}
.register .not-full #age_modal-selectized {
  padding-left: 4.3rem;
}
.register .not-full #age_modal-selectized::placeholder {
  color: #a3a3a3;
}
.register .selectize-dropdown {
  z-index: 21;
}
.register .item {
  margin-left: 1.7rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #171717;
}
.register .password-field__input {
  height: 100%;
}
.register .password-field__input::placeholder {
  color: #a3a3a3;
}
.register .password-field__icon {
  color: #a3a3a3;
}
.register .colored-ab-logo {
  vertical-align: text-bottom;
}
.register ::before {
  color: #d4d4d4;
}
.register .filled::before {
  color: #737373;
}
.register .modal-divider__text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #737373;
}
.register .modal-divider--first {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}
.register .modal-divider--second {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.register .divider {
  position: relative;
  margin: 0;
}
.register .divider span {
  position: absolute;
  top: -9px;
  left: 42.5%;
  right: 42.5%;
  display: inline-block;
  margin: 0 0.5rem;
  background-color: white;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #737373;
}
.register .dotted-hr {
  margin: 2.4rem 0;
  border: none;
  border-top: 0.3rem dotted #e5e5e5;
  background-color: white;
}
.register .meteor-dots {
  margin: 0.2rem 0;
  border: none;
  border-top: 0.3rem dotted #5e2dc1;
  background-color: white;
}
.register .btn-filled {
  height: 4.6rem;
  font-size: 1.4rem;
}
.register .btn-growing-md {
  min-height: 4.6rem;
}

.move-to-top-button {
  z-index: 1000;
  position: fixed;
  bottom: 1rem;
  right: 0.5rem;
  display: none;
  color: #fff;
}
.move-to-top-button .btn-filled {
  width: 5rem;
  height: 5rem;
  opacity: 0.85;
  padding: 0;
  background-color: #333;
  background-image: none;
  font-size: 1.2rem;
}
.move-to-top-button .btn-filled__icon {
  display: inline-block;
  font-size: 2.1rem;
}
@media only screen and (min-width: 1200px) {
  .move-to-top-button .btn-filled {
    width: 12rem;
    height: 4.6rem;
  }
  .move-to-top-button .btn-filled__label {
    margin: 0;
  }
  .move-to-top-button .btn-filled__label:after {
    display: inline-block;
    text-align: center;
    content: "NACH OBEN";
  }
  .move-to-top-button .btn-filled__icon {
    margin-left: 0.5rem;
  }
}
@media only screen and (min-width: 1800px) {
  .move-to-top-button {
    margin-right: 6rem;
  }
}

.modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.68);
  justify-content: center;
  align-items: center;
}
.modal__label {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.modal__input {
  display: block;
  margin-bottom: 1rem;
}
.modal .password-field {
  margin-bottom: 1rem;
}
.modal__submit {
  margin-bottom: 2rem;
  width: 100%;
}
.modal__card {
  border-radius: 1rem;
  width: 100%;
  overflow-y: auto;
}
.modal__card .simple-card {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.modal__card.vacancy-form__branch-modal-card {
  overflow-y: visible;
}
.modal__card.vacancy-form__branch-modal-card .simple-card {
  border-radius: 1rem;
}
.modal__card--register .simple-card {
  height: auto;
  padding: 0;
}
.modal__card--register .simple-card__body {
  padding: 0;
}
.modal__close {
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.modal__close:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 50%;
  min-width: 2.4rem;
  background: #fff;
  background-color: #f5f5f5;
  text-align: center;
  color: #737373;
  content: "\f00d";
}
.modal__close:hover:before {
  color: #5e2dc1;
}
@media only screen and (min-width: 768px) {
  .modal {
    box-sizing: border-box;
    padding-top: 6rem;
    justify-content: flex-start;
  }
  .modal__card {
    width: 100%;
    max-width: 65rem;
    height: auto;
  }
  .modal__card .simple-card {
    padding-right: 6rem;
    padding-left: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: auto;
    height: auto;
  }
  .modal__card .simple-card--location-permission {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .modal__card--register {
    max-width: 96rem;
  }
  .modal__card--register .simple-card {
    height: auto;
    padding: 0;
  }
  .modal__card--register .simple-card__body {
    padding: 0;
  }
}
.modal--hidden {
  display: none;
}

.modal-divider {
  position: relative;
  margin: 4rem 0;
}
.modal-divider__text {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
  background-color: #fff;
}
.modal-divider hr {
  border: none;
  height: 0.1rem;
  background-color: #ddd;
  color: #ddd;
}
.modal-divider .form-error-message {
  font-size: 1.2rem;
}

.account-activation-modal__text {
  text-align: center;
}
.account-activation-modal__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: default;
  text-decoration: none;
  align-items: center;
}
.account-activation-modal__link.active {
  cursor: pointer;
  color: #5e2dc1;
}
.account-activation-modal__email-provider-logo {
  margin-bottom: 1.6rem;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5rem;
}
.account-activation-modal__email-provider-logo i::before {
  position: relative;
  top: 1.75rem;
  font-size: 4rem;
  color: #5e2dc1;
}

.modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.68);
  justify-content: center;
  align-items: center;
}
.modal__label {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
.modal__input {
  display: block;
  margin-bottom: 1rem;
}
.modal .password-field {
  margin-bottom: 1rem;
}
.modal__submit {
  margin-bottom: 2rem;
  width: 100%;
}
.modal__card {
  border-radius: 1rem;
  width: 100%;
  overflow-y: auto;
}
.modal__card .simple-card {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.modal__card.vacancy-form__branch-modal-card {
  overflow-y: visible;
}
.modal__card.vacancy-form__branch-modal-card .simple-card {
  border-radius: 1rem;
}
.modal__card--register .simple-card {
  height: auto;
  padding: 0;
}
.modal__card--register .simple-card__body {
  padding: 0;
}
.modal__close {
  position: absolute;
  z-index: 1;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.modal__close:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 50%;
  min-width: 2.4rem;
  background: #fff;
  background-color: #f5f5f5;
  text-align: center;
  color: #737373;
  content: "\f00d";
}
.modal__close:hover:before {
  color: #5e2dc1;
}
@media only screen and (min-width: 768px) {
  .modal {
    box-sizing: border-box;
    padding-top: 6rem;
    justify-content: flex-start;
  }
  .modal__card {
    width: 100%;
    max-width: 65rem;
    height: auto;
  }
  .modal__card .simple-card {
    padding-right: 6rem;
    padding-left: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: auto;
    height: auto;
  }
  .modal__card .simple-card--location-permission {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .modal__card--register {
    max-width: 96rem;
  }
  .modal__card--register .simple-card {
    height: auto;
    padding: 0;
  }
  .modal__card--register .simple-card__body {
    padding: 0;
  }
}
.modal--hidden {
  display: none;
}

.modal-divider {
  position: relative;
  margin: 4rem 0;
}
.modal-divider__text {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
  background-color: #fff;
}
.modal-divider hr {
  border: none;
  height: 0.1rem;
  background-color: #ddd;
  color: #ddd;
}
.modal-divider .form-error-message {
  font-size: 1.2rem;
}

.email-update-modal__text {
  text-align: center;
}
.email-update-modal__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #fc5f12;
  align-items: center;
}

.profession__row-wrapper {
  display: flex;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  justify-content: space-between;
}
.profession__aside {
  margin-bottom: 3.2rem;
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .profession__aside {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession__aside {
    margin-bottom: 6.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession__aside {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.profession__footer {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .profession__footer {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.profession .profession-similars {
  margin-bottom: 5.6rem;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .profession .base-box__item:not(:first-of-type) {
    padding-top: 0;
  }
  .profession .base-box__item:not(:last-of-type) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .profession__container {
    margin-inline: auto;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .profession__container {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .profession__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .profession__container {
    width: 114rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession .profession-similars {
    display: block;
  }
  .profession .base-box--side-bar.salary-box {
    margin-bottom: -4rem;
  }
}

.jobletter-cta {
  width: fit-content;
  cursor: pointer;
}
.jobletter-cta--active {
  color: #5e2dc1;
}
.jobletter-cta--inactive {
  color: #171717;
}

.profession-header {
  padding-top: 3.5rem;
}
@media only screen and (min-width: 1200px) {
  .profession-header {
    margin-bottom: 6.4rem;
  }
}
.profession-header__wrapper {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .profession-header__wrapper {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession-header__wrapper {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .profession-header__wrapper {
    width: 114rem;
  }
}
.profession-header .title, .profession-header .short-quiz-box__title {
  margin-bottom: 1.6rem;
  hyphens: auto;
}
.profession-header__branding-info {
  margin-bottom: 1.6rem;
  margin-top: -0.4rem;
  font-size: 1.2rem;
  line-height: 100%;
  font-weight: 500;
}
.profession-header__branding-info a {
  font-weight: 600;
  text-decoration: none;
  color: #171717;
}
.profession-header__branding-info a:hover {
  text-decoration: underline;
}
.profession-header .badge {
  display: none;
}
.profession-header__mobile-badge {
  font-weight: 800;
  display: flex;
  width: 100%;
  color: #fff;
}
.profession-header__mobile-badge--top-10-box {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: inline-block;
  margin-right: 1rem;
  border-right: 0.1rem solid #ddd;
  width: 5.9rem;
  text-align: center;
  text-transform: uppercase;
}
.profession-header__mobile-badge--top-10-box .top {
  height: 2rem;
  font-size: 1.5rem;
}
.profession-header__mobile-badge--top-10-box .ten {
  font-size: 3rem;
}
.profession-header__mobile-badge--orange {
  background-color: #fc5f12;
}
.profession-header__mobile-badge--blue {
  background-color: #34b5ea;
}
.profession-header__mobile-badge--text {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: inline-block;
  width: 22.8rem;
  font-size: 1.6rem;
}
.profession-header__dashandwerk {
  position: absolute;
  display: none;
}
.profession-header__dashandwerk--mobile {
  display: block;
  height: 13.3rem;
}
.profession-header__job-postings-reviews {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.6rem;
  flex-direction: row;
}
.profession-header__job-postings-reviews a {
  color: #171717;
}
.profession-header__job-postings {
  margin-bottom: 0.8rem;
  display: block;
  margin-right: 4.8rem;
}
.profession-header__job-reviews {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profession-header__reviews {
  display: flex;
  margin-right: 0.3rem;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.profession-header__reviews-count {
  margin-right: 0.8rem;
}
.profession-header__apprenticeship-types {
  margin-bottom: 1.6rem;
}
.profession-header__apprenticeship-type, .profession-header__meteor-badge {
  margin-bottom: 1.6rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  display: inline-block;
  margin-right: 1.2rem;
  border-radius: 0.8rem;
  height: 3rem;
  background-color: #f5f5f5;
  line-height: 100%;
  font-weight: 500;
}
.profession-header__apprenticeship-type a, .profession-header__meteor-badge a {
  text-decoration: none;
  color: #262626;
}
.profession-header__apprenticeship-type:hover, .profession-header__meteor-badge:hover {
  background-color: #fafafa;
}
.profession-header__meteor-badge {
  background-color: #ede5ff;
  color: #5e2dc1;
}
.profession-header__top-ten {
  position: relative;
}
.profession-header__header-image .image img {
  margin-inline: auto;
  width: 100%;
  height: auto;
}
.profession-header__header-image .bg {
  display: none;
}
.profession-header__profession-facts {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-inline: auto;
  z-index: 1;
  flex-direction: column;
  padding: 2rem 2rem 3rem;
}
.profession-header__profession-fact {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-bottom: 1.6rem;
  padding-left: 3.5rem;
  line-height: 100%;
}
.profession-header__profession-fact .fact-title {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #737373;
}
.profession-header__profession-fact .fact {
  font-weight: 600;
}
.profession-header__profession-fact:before {
  position: absolute;
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  color: #d4d4d4;
}
.profession-header__profession-fact--graduation:before {
  content: "\f19d";
}
.profession-header__profession-fact--duration:before {
  content: "\f073";
}
.profession-header__profession-fact--working-hours:before {
  content: "\f017";
}
.profession-header__jobletter-abo {
  margin-bottom: 3.2rem;
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .profession-header__jobletter-abo {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession-header__jobletter-abo {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .profession-header__jobletter-abo {
    width: 114rem;
  }
}
.profession-header__jobletter-intro {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .profession-header__mobile-badge {
    display: none;
  }
  .profession-header__dashandwerk {
    bottom: 3rem;
    left: -3rem;
    display: block;
    height: 8rem;
  }
  .profession-header__dashandwerk--mobile {
    display: none;
  }
  .profession-header__job-reviews {
    margin-bottom: 0;
  }
  .profession-header__top-ten:before {
    position: absolute;
    top: -3rem;
    right: 0;
    width: 14rem;
    height: 14rem;
  }
  .profession-header .badge {
    position: absolute;
    z-index: 2;
    top: -1.5rem;
    right: -1.5rem;
    display: block;
    width: 16rem;
    height: 16rem;
    background-repeat: no-repeat;
    background-position: center;
  }
  .profession-header .badge-background {
    position: absolute;
    z-index: 1;
    top: -5rem;
    right: -6rem;
    display: block;
    border-radius: 50%;
    width: 13rem;
    height: 13rem;
    background-color: white;
  }
  .profession-header .badge--best-paid {
    background-image: url(/profession/header/images/best_paid_badge.svg);
  }
  .profession-header .badge--most-popular {
    background-image: url(/profession/header/images/most_popular_badge.svg);
  }
  .profession-header__header-image {
    position: relative;
    display: flex;
    height: 26rem;
    justify-content: center;
  }
  .profession-header__header-image .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    filter: blur(2rem);
  }
  .profession-header__header-image .image {
    position: relative;
    height: 100%;
  }
  .profession-header__header-image .image img {
    border-radius: 1.2rem;
    width: auto;
    height: 100%;
  }
  .profession-header__facts-jobletter-wrapper {
    margin-inline: auto;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .profession-header__facts-jobletter-wrapper {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .profession-header__facts-jobletter-wrapper {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1800px) {
  .profession-header__facts-jobletter-wrapper {
    width: 114rem;
  }
}
@media only screen and (min-width: 768px) {
  .profession-header__profession-facts {
    position: relative;
    flex-flow: row nowrap;
    padding: 2.5rem 0 4rem;
    justify-content: space-between;
  }
  .profession-header__profession-fact {
    margin-bottom: 0;
  }
  .profession-header__profession-fact:not(:last-of-type) {
    margin-right: 3rem;
  }
  .profession-header__job-postings-reviews {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .profession-header__job-postings {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .profession-header__wrapper {
    margin-inline: auto;
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 768px) {
  .profession-header__wrapper {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .profession-header__wrapper {
    width: 114rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1800px) {
  .profession-header__wrapper {
    width: 114rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession-header__top-ten:before {
    right: -3rem;
    width: 18.5rem;
    height: 18.5rem;
  }
  .profession-header__header-image {
    height: 42rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .profession-header__header-image {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession-header__header-image .image {
    width: auto;
  }
  .profession-header__dashandwerk {
    bottom: 7rem;
  }
  .profession-header__facts-jobletter-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .profession-header__profession-facts {
    margin-right: 0;
    margin-left: 0;
    width: auto;
    padding: 0;
  }
  .profession-header__profession-fact {
    margin-right: 4.8rem;
  }
  .profession-header__jobletter-abo {
    margin: 0;
    width: fit-content;
  }
}

.fake-profession-header {
  padding-top: 3.5rem;
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header {
    margin-bottom: 6.4rem;
  }
}
.fake-profession-header__wrapper {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__wrapper {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header__wrapper {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .fake-profession-header__wrapper {
    width: 114rem;
  }
}
.fake-profession-header .title, .fake-profession-header .short-quiz-box__title {
  hyphens: auto;
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header .title, .fake-profession-header .short-quiz-box__title {
    margin-bottom: 3.2rem;
  }
}
.fake-profession-header__job-posting-counter {
  display: flex;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  box-sizing: border-box;
  flex: 0 1 auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  flex-direction: row;
  flex-wrap: wrap;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.6rem;
  flex-direction: row;
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__job-posting-counter {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .fake-profession-header__job-posting-counter {
    margin-bottom: 3.2rem;
  }
}
.fake-profession-header__job-posting-counter a {
  color: #171717;
}
.fake-profession-header__job-postings {
  margin-bottom: 0.8rem;
  display: block;
  margin-right: 4.8rem;
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__job-postings {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__header-image {
    position: relative;
    display: flex;
    height: 26rem;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header__header-image {
    height: 42rem;
  }
}
.fake-profession-header__header-image .image {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__header-image .image {
    position: relative;
    width: 70.5rem;
    height: 26rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header__header-image .image {
    width: 114rem;
    height: 43.5rem;
  }
}
.fake-profession-header__header-image .image img {
  margin-inline: auto;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 13.7rem;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__header-image .image img {
    border-radius: 1.2rem;
    max-height: 26rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header__header-image .image img {
    max-height: 43.5rem;
  }
}
.fake-profession-header__header-image .fake-container {
  position: absolute;
  z-index: 4;
  bottom: 3rem;
  right: 50%;
  width: fit-content;
  height: fit-content;
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__header-image .fake-container {
    bottom: 4rem;
    right: 35.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header__header-image .fake-container {
    bottom: 6rem;
    right: 37rem;
  }
}
.fake-profession-header__header-image .fake-news {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  transform: rotate(1deg) translateX(-50%);
  border: 0.1rem solid #ede5ff;
  border-radius: 1.6rem;
  width: 30rem;
  padding: 1.6rem;
  background: #ede5ff;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__header-image .fake-news {
    width: 67.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header__header-image .fake-news {
    padding: 2.4rem;
  }
}
.fake-profession-header__header-image .fake-news p, .fake-profession-header__header-image .fake-news .insider-branding {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 125%;
  font-weight: 400;
  color: #2e165f;
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header__header-image .fake-news p, .fake-profession-header__header-image .fake-news .insider-branding {
    font-size: 1.6rem;
  }
}
.fake-profession-header__header-image .fake-news span {
  font-weight: 700;
}
.fake-profession-header__header-image .fake-bubble {
  position: absolute;
  z-index: 4;
  border-radius: 50%;
  background-color: #ede5ff;
}
.fake-profession-header__header-image .fake-bubble--big {
  right: -16.25rem;
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__header-image .fake-bubble--big {
    right: -35.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header__header-image .fake-bubble--big {
    right: -35.25rem;
  }
}
.fake-profession-header__header-image .fake-bubble--small {
  right: -17.25rem;
  width: 1rem;
  height: 1rem;
}
@media only screen and (min-width: 768px) {
  .fake-profession-header__header-image .fake-bubble--small {
    right: -36.75rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .fake-profession-header__header-image .fake-bubble--small {
    right: -36.25rem;
  }
}

.job-posting-bookmark {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 1.7rem;
  color: #5e2dc1;
}
.job-posting-bookmark:hover {
  cursor: pointer;
}
.job-posting-bookmark--saved:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.8rem 1.05rem;
  content: "\f02e";
}
.job-posting-bookmark--not-saved:before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.8rem 1.05rem;
  content: "\f097";
}

@media only screen and (min-width: 768px) {
  .simple-card--top-job .job-posting-bookmark {
    border: 0.1rem solid #5e2dc1;
  }
}
.job-posting-cards {
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  border: 0.1rem solid #d4d4d4;
  border: 1px solid #d4d4d4;
  border-radius: 1.2rem;
  box-sizing: border-box;
  padding: 1.6rem 1.6rem 0.8rem;
  background: #fff;
  text-align: left;
}
.job-posting-cards__cta-button {
  border: none;
  border-radius: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #5e2dc1;
  background-image: url(/assets/components/card_cta_btn_arrow_white-a878ad37750d5b65a4da7bb4a717fe07596597284a1c1a93c14de92d9612fada.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 1.2rem;
  right: 1.6rem;
}
.job-posting-cards__link {
  width: 100%;
}
.job-posting-cards__link:hover {
  text-decoration: none;
}
.job-posting-cards__body {
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem solid #acaebd;
  padding-bottom: 1.2rem;
}
.job-posting-cards__logo {
  margin-bottom: 1.6rem;
  object-fit: contain;
  object-position: left center;
  max-width: 100%;
  height: 4rem;
  max-height: 4rem;
}
.job-posting-cards__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #171717;
}
.job-posting-cards__list-item {
  margin-bottom: 0.8rem;
}
.job-posting-cards__subtitle, .job-posting-cards__company {
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 500;
  color: #737373;
}
.job-posting-cards__fact-list {
  margin: 0 0 0.5rem;
  padding: 0;
  color: #737373;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .job-posting-cards__list-item {
    display: flex;
    margin-right: 0.8rem;
    max-height: 2rem;
    align-items: baseline;
  }
  .job-posting-cards__list-item--location {
    flex: 1 3 44%;
  }
  .job-posting-cards__list-item--start-date {
    flex: 1 1 31%;
  }
  .job-posting-cards__list-item--vacancies {
    flex: 1 1 25%;
  }
  .job-posting-cards__list-item:last-child {
    margin-right: 0;
  }
}
.job-posting-cards__list-item:last-child {
  margin-bottom: 0;
}
.job-posting-cards__badge-bar {
  margin-bottom: 0.8rem;
  order: 30;
}
.job-posting-cards .job-posting-bookmark {
  top: 1.3rem;
  right: 0.6rem;
  color: #5e2dc1;
}
.job-posting-cards__wrapper {
  display: flex;
  flex-direction: column;
}
.job-posting-cards__fact-label .icon {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2rem;
  height: 1.7rem;
  font-size: 1.5rem;
  text-align: center;
}
.job-posting-cards__fact-value {
  margin-left: 0.4rem;
  font-size: 1.2rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-posting-cards__new-badge {
  margin: 0.2rem 0.3rem 0.2rem 0;
  border-radius: 0.6rem;
  height: 2.3rem;
  padding: 0.4rem 0.8rem;
  background: #fff0eb;
  font-size: 1rem;
  line-height: 1.5;
  color: #ff4a11;
  font-weight: bold;
}
.job-posting-cards__direct-application {
  margin: 0.2rem 0.3rem 0.2rem 0;
  border-radius: 0.6rem;
  height: 2.3rem;
  padding: 0.4rem 0.8rem;
  background: #fff0eb;
  font-size: 1rem;
  line-height: 1.5;
  color: #ff4a11;
  padding-left: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.80195 1.05973C4.85218 0.53738 4.1665 0.300258 3.8833 0.742045L0.493483 6.03017C0.280158 6.36295 0.519132 6.8 0.914422 6.8H4.5L4.19805 9.94027C4.14783 10.4626 4.8335 10.6997 5.1167 10.258L8.50652 4.96983C8.71984 4.63705 8.48087 4.2 8.08558 4.2H4.5L4.80195 1.05973Z' fill='%23FF4A11'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0.6rem center;
}
.job-posting-cards__direct-application:after {
  content: "Einfach mobil bewerben";
}
@media only screen and (min-width: 768px) {
  .job-posting-cards__direct-application:after {
    content: "Einfach bewerben";
  }
}
.job-posting-cards__footer-link {
  margin-bottom: 1rem;
}
.job-posting-cards__small {
  width: 36rem;
}
.job-posting-cards__small .job-posting-cards__link {
  flex-direction: column;
}
.job-posting-cards__small .job-posting-cards__header {
  display: flex;
  width: 100%;
  max-width: 33rem;
  padding: 0;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
}
.job-posting-cards__small .job-posting-cards__header img {
  margin: 0;
  max-width: 5.7rem;
}
.job-posting-cards__small .job-posting-cards__badge-bar {
  position: absolute;
  top: 1.7rem;
  left: 20rem;
}
.job-posting-cards__small .job-posting-cards__body {
  margin-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
  width: 100%;
  padding-bottom: 1.6rem;
}
.job-posting-cards__small .job-posting-cards__title {
  margin-bottom: 0.4rem;
}
.job-posting-cards__small .job-posting-cards__title, .job-posting-cards__small .job-posting-cards__subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-posting-cards__small .job-posting-cards__fact-list {
  width: 100%;
  flex-direction: column;
}
.job-posting-cards__small .job-posting-cards__list-item {
  margin-bottom: 0.8rem;
}

.similar-profession-job-posting-cards {
  position: relative;
  margin-bottom: 2rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.05);
  border: 0.1rem solid #d4d4d4;
  border: 1px solid #d4d4d4;
  border-radius: 1.2rem;
  box-sizing: border-box;
  padding: 1.6rem 1.6rem 0.8rem;
  background: #fff;
  text-align: left;
}
.similar-profession-job-posting-cards__cta-button {
  border: none;
  border-radius: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  background: #5e2dc1;
  background-image: url(/assets/components/card_cta_btn_arrow_white-a878ad37750d5b65a4da7bb4a717fe07596597284a1c1a93c14de92d9612fada.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 1.2rem;
  right: 1.6rem;
}
.similar-profession-job-posting-cards__link {
  display: block;
  width: 95%;
}
.similar-profession-job-posting-cards__link:hover {
  text-decoration: none;
}
.similar-profession-job-posting-cards__body {
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem solid #acaebd;
  padding-bottom: 1.2rem;
}
.similar-profession-job-posting-cards__logo {
  object-fit: contain;
  object-position: left center;
  max-width: 100%;
  height: 4rem;
  max-height: 4rem;
}
.similar-profession-job-posting-cards__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #171717;
}
.similar-profession-job-posting-cards__list-item {
  margin-bottom: 0.8rem;
}
.similar-profession-job-posting-cards__subtitle, .similar-profession-job-posting-cards__company {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #737373;
}
.similar-profession-job-posting-cards__fact-list {
  margin: 0 0 0.5rem;
  padding: 0;
  color: #737373;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .similar-profession-job-posting-cards__list-item {
    display: flex;
    margin-right: 0.8rem;
    max-height: 2rem;
    align-items: baseline;
  }
  .similar-profession-job-posting-cards__list-item--location {
    flex: 1 3 44%;
  }
  .similar-profession-job-posting-cards__list-item--start-date {
    flex: 1 1 31%;
  }
  .similar-profession-job-posting-cards__list-item--vacancies {
    flex: 1 1 25%;
  }
  .similar-profession-job-posting-cards__list-item:last-child {
    margin-right: 0;
  }
}
.similar-profession-job-posting-cards__list-item:last-child {
  margin-bottom: 0;
}
.similar-profession-job-posting-cards__badge-bar {
  margin-bottom: 0.8rem;
}
.similar-profession-job-posting-cards .job-posting-bookmark {
  top: 1.3rem;
  right: 0.6rem;
  color: #5e2dc1;
}
.similar-profession-job-posting-cards__wrapper {
  display: flex;
  flex-direction: column;
}
.similar-profession-job-posting-cards__fact-label .icon {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2rem;
  height: 1.7rem;
  font-size: 1.5rem;
  text-align: center;
}
.similar-profession-job-posting-cards__fact-value {
  margin-left: 0.4rem;
  font-size: 1.2rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.similar-profession-job-posting-cards__new-badge {
  margin: 0.2rem 0.3rem 0.2rem 0;
  border-radius: 0.6rem;
  height: 2.3rem;
  padding: 0.4rem 0.8rem;
  background: #fff0eb;
  font-size: 1rem;
  line-height: 1.5;
  color: #ff4a11;
  font-weight: bold;
}
.similar-profession-job-posting-cards__direct-application {
  margin: 0.2rem 0.3rem 0.2rem 0;
  border-radius: 0.6rem;
  height: 2.3rem;
  padding: 0.4rem 0.8rem;
  background: #fff0eb;
  font-size: 1rem;
  line-height: 1.5;
  color: #ff4a11;
  padding-left: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.80195 1.05973C4.85218 0.53738 4.1665 0.300258 3.8833 0.742045L0.493483 6.03017C0.280158 6.36295 0.519132 6.8 0.914422 6.8H4.5L4.19805 9.94027C4.14783 10.4626 4.8335 10.6997 5.1167 10.258L8.50652 4.96983C8.71984 4.63705 8.48087 4.2 8.08558 4.2H4.5L4.80195 1.05973Z' fill='%23FF4A11'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0.6rem center;
}
.similar-profession-job-posting-cards__direct-application:after {
  content: "Einfach mobil bewerben";
}
@media only screen and (min-width: 768px) {
  .similar-profession-job-posting-cards__direct-application:after {
    content: "Einfach bewerben";
  }
}
.similar-profession-job-posting-cards__footer-link {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .job-posting-cards {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 114rem;
    min-height: 13.8rem;
    padding: 0;
  }
  .job-posting-cards__link {
    display: flex;
  }
  .job-posting-cards__header {
    min-width: 14rem;
    padding: 1rem 0.5rem;
    align-self: center;
  }
  .job-posting-cards__body {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .job-posting-cards__logo {
    display: block;
    object-position: center;
    margin: 0 auto;
    max-width: 10rem;
    height: auto;
    max-height: 10rem;
  }
  .job-posting-cards__fact-list {
    display: flex;
    transform: translateX(-0.5rem);
  }
  .job-posting-cards__list-item {
    margin-bottom: 0;
  }
  .job-posting-cards__list-item {
    display: flex;
    margin-right: 0.8rem;
  }
  .job-posting-cards__list-item:last-child {
    margin-right: 0;
  }
  .job-posting-cards__badge-bar {
    display: flex;
    margin-bottom: 0.8rem;
    width: 50.5rem;
    justify-content: space-between;
    order: 0;
  }
  .job-posting-cards .job-posting-bookmark {
    box-shadow: none;
  }
  .job-posting-cards__wrapper {
    border-left: 1px solid #d4d4d4;
    padding: 1.6rem 1.6rem 0.8rem;
    justify-content: space-between;
  }
  .job-posting-cards__body, .job-posting-cards__footer {
    width: 44rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .job-posting-cards__body, .job-posting-cards__footer {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .job-posting-cards__wrapper {
    padding: 1.6rem 4rem 0.8rem 1.6rem;
  }
}
.profession-job-posting-cards__container {
  position: relative;
  left: 50%;
  right: 50%;
  display: flex;
  margin-right: -50vw;
  margin-bottom: 5.6rem;
  margin-left: -50vw;
  width: 100vw;
  padding: 24px 24px 16px;
  background-color: #f5f5f5;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.profession-job-posting-cards__title {
  margin-bottom: 1.6rem;
  font-size: 20px;
  line-height: 125%;
}
.profession-job-posting-cards__cta {
  font-weight: 700;
  padding: 1.6rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #5127a5;
  hyphens: none;
}
.profession-job-posting-cards__job-postings-swiper {
  display: flex;
  margin-bottom: 1.6rem;
  width: 100vw;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  flex-flow: row nowrap;
  gap: 0.8rem;
  overflow-x: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.profession-job-posting-cards__job-postings-swiper::-webkit-scrollbar {
  display: none;
}
.profession-job-posting-cards__job-postings-swiper .job-posting-cards {
  margin-bottom: 0;
  min-width: 28.8rem;
  max-width: 28.8rem;
}
.profession-job-posting-cards__job-postings-swiper .job-posting-cards:only-child {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .profession-job-posting-cards__title {
    margin-bottom: 2.4rem;
  }
  .profession-job-posting-cards__job-postings-swiper {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .profession-job-posting-cards__job-postings-swiper .job-posting-cards {
    max-width: unset;
  }
  .profession-job-posting-cards__container {
    left: auto;
    right: auto;
    margin-right: auto;
    margin-bottom: 3.2rem;
    margin-left: auto;
    border-radius: 1.2rem;
    width: auto;
  }
}

.tab-bar {
  position: sticky;
  z-index: 10;
  top: 4.5rem;
  margin-right: auto;
  margin-left: auto;
  color: #a3a3a3;
  scroll-margin-top: 10rem;
}
.tab-bar:before, .tab-bar:after {
  position: absolute;
  z-index: 15;
  top: 0;
  height: 100%;
  content: "";
}
.tab-bar:before {
  left: 0;
  width: 2rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.tab-bar:after {
  right: 0;
  width: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.tab-bar__container {
  position: relative;
  margin-bottom: 4rem;
  background-color: #fff;
  overflow-x: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tab-bar__container::-webkit-scrollbar {
  display: none;
}
.tab-bar__links {
  position: relative;
  display: inline-flex;
  margin: 0 auto;
  border-bottom: 0.1rem solid #d4d4d4;
  padding: 0;
  align-items: center;
  list-style: none;
  padding-inline-start: 0;
}
.tab-bar__tab {
  position: relative;
  display: flex;
  margin-right: 3.2rem;
  height: 4.1rem;
  align-items: center;
  scroll-margin-left: 2rem;
}
.tab-bar__tab:first-of-type {
  margin-left: 2rem;
}
.tab-bar__tab:last-of-type {
  margin-right: 8rem;
}
.tab-bar__tab--active {
  position: relative;
  z-index: 11;
  margin-bottom: -0.1rem;
  border-bottom: 0.1rem solid #5e2dc1;
  border-radius: 0;
  pointer-events: none;
}
.tab-bar__tab--active .tab-bar__link {
  font-weight: 700;
  color: #171717;
}
.tab-bar__tab--active .tab-bar__link:hover {
  color: #171717;
}
.tab-bar__link {
  font-weight: 700;
  display: flex;
  white-space: nowrap;
  color: #999;
  align-items: center;
}
.tab-bar__link .blob {
  margin-right: 0.8rem;
  background-color: #42eed2;
  font-size: 1.4rem;
  color: #171717;
}
.tab-bar__link:hover {
  color: #525252;
}
.tab-bar--apprentice {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .tab-bar {
    top: 4.3rem;
  }
  .tab-bar__links {
    width: 100%;
  }
  .tab-bar__container {
    padding: 0 calc((100% - 70.4rem) / 2);
  }
  .tab-bar__tab:first-of-type {
    margin-left: 0.2rem;
  }
  .tab-bar:before, .tab-bar:after {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-bar {
    top: 7.5rem;
    font-size: 1.6rem;
    scroll-margin-top: 10rem;
  }
  .tab-bar__container {
    padding: 0 calc((100% - 114rem) / 2);
  }
  .tab-bar--profession {
    scroll-margin-top: 8rem;
  }
  .tab-bar__tab:last-of-type {
    margin-right: 1.6rem;
  }
  .tab-bar__container {
    height: auto;
    overflow-x: hidden;
  }
  .tab-bar__links {
    display: flex;
    padding: 0;
    justify-content: flex-start;
  }
}

.salary-box__title {
  margin-bottom: 3.2rem;
}
.salary-box__subtitle {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #737373;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .salary-box__items--column {
    flex-direction: column;
  }
  .salary-box__items--column .salary-box__item:not(:first-of-type) {
    padding-top: 2.4rem;
  }
  .salary-box__items--column .salary-box__item:not(:last-of-type) {
    border-bottom: 0.3rem dotted #e5e5e5;
    padding-bottom: 2.4rem;
  }
  .salary-box__items--row {
    column-gap: 2.4rem;
  }
  .salary-box__items--row .salary-box__item {
    flex: 1 0 20%;
    justify-content: flex-start;
  }
  .salary-box__items--row .salary-box__item:first-of-type {
    padding-top: 0;
  }
  .salary-box__items--row .salary-box__item-title {
    margin-right: 1.6rem;
  }
  .salary-box__items--row .salary-box__item:not(:last-of-type) {
    border-right: 0.3rem dotted #e5e5e5;
  }
}
.salary-box__item {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
}
.salary-box__item-salary {
  color: #5e2dc1;
}
.salary-box__item:first-of-type {
  padding-top: 0.8rem;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .similar-box__items {
    row-gap: 2.4rem;
  }
}
.similar-box__item-link {
  display: flex;
  flex-direction: row;
}
.similar-box__item-link:hover {
  text-decoration: none;
}
.similar-box__item-image {
  display: flex;
  margin-right: 1.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
}
.similar-box__item-image--logo {
  padding: 0.6rem;
}
.similar-box__item-image img {
  border-radius: 0.8rem;
  object-fit: contain;
}
.similar-box__item-info {
  display: flex;
  flex-direction: column;
  line-height: 150%;
  font-weight: 500;
}
.similar-box__item-title {
  font-weight: 700;
  font-weight: 600;
  hyphens: auto;
  word-break: break-word;
  color: #171717;
}
.similar-box__item-location {
  margin-bottom: 0.5rem;
  color: #737373;
}
.similar-box__item-jobs {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #5e2dc1;
}
.similar-box__item-professions {
  max-width: 24rem;
  padding-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 125%;
  font-weight: 500;
  color: #737373;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .similar-box__item {
    flex-basis: 50%;
  }
}
.similar-box__cta {
  margin-top: 2.4rem;
}

.rating-box__items {
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.rating-box__item {
  display: flex;
  padding-bottom: 2.4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.rating-box__item-title {
  font-weight: 700;
  margin-right: 1rem;
  font-weight: 600;
  hyphens: auto;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .rating-box__item-rating .star-rating {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.rating-box__item-rating--info {
  font-size: 1.2rem;
  color: #737373;
}
.rating-box__item:first-of-type {
  margin-bottom: 2.4rem;
  border-bottom: 0.3rem dotted #e5e5e5;
}

.profession-pros-cons {
  margin-inline: auto;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .profession-pros-cons {
    width: 70.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .profession-pros-cons {
    width: 114rem;
  }
}
@media only screen and (min-width: 1800px) {
  .profession-pros-cons {
    width: 114rem;
  }
}
.profession-pros-cons__title {
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.profession-pros-cons__list {
  margin-bottom: 2.4rem;
  margin-left: 1rem;
  padding-left: 2.5rem;
  line-height: 1.8;
  counter-reset: item;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .profession-pros-cons__list {
    margin-bottom: 3.2rem;
  }
}
.profession-pros-cons__list ul {
  padding-inline-start: 0;
}
.profession-pros-cons__list li {
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding-left: 1rem;
}
.profession-pros-cons__list li:before {
  font-weight: 700;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  margin-top: -0.3rem;
  margin-right: 1rem;
  margin-left: -3.4rem;
  border-radius: 100%;
  line-height: 2.5rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  content: counter(item);
  counter-increment: item;
}
.profession-pros-cons__list--pro li:before {
  background-color: #2da44d;
}
.profession-pros-cons__list--contra li:before {
  background-color: #ff5353;
}
@media only screen and (min-width: 1200px) {
  .profession-pros-cons {
    width: 75rem;
  }
}

.profession-link-to-faq {
  display: flex;
  flex-direction: column;
}
.profession-link-to-faq__header {
  font-weight: 700;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 130%;
  color: #5e2dc1;
}
.profession-link-to-faq__intro {
  margin-bottom: 1.6rem;
}
.profession-link-to-faq__cta {
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .profession-link-to-faq {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .profession-link-to-faq__intro {
    margin-bottom: 0;
  }
}

.insider-branding {
  display: flex;
  flex-direction: column;
}
.insider-branding .title, .insider-branding .short-quiz-box__title {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 150%;
  color: #5e2dc1;
  order: -1;
}
.insider-branding__photo {
  margin-top: 1.6rem;
  border-radius: 0.8rem;
  max-width: 100%;
  object-fit: cover;
  order: 1;
}
.insider-branding .btn-filled {
  margin-top: 1.6rem;
  width: fit-content;
  order: 2;
}
.insider-branding ul,
.insider-branding ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5rem;
}
.insider-branding ul > li:before {
  top: 0.9rem;
}
.insider-branding ol > li:before {
  top: 0;
}
@media only screen and (max-width: 768px) {
  .insider-branding .btn-filled {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .insider-branding {
    display: inline-block;
  }
  .insider-branding .title, .insider-branding .short-quiz-box__title {
    margin-bottom: 1.6rem;
  }
  .insider-branding__photo {
    margin-top: 0;
    margin-bottom: 0;
    float: right;
    margin-left: 1.5rem;
    max-width: 50%;
  }
}

.short-quiz-box {
  border-radius: 1.2rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  background: #fff;
}
.short-quiz-box__title {
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.08), 0 10px 8px rgba(0, 0, 0, 0.04);
  font-weight: 700;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  padding: 1rem 2rem;
  background: #5e2dc1;
  font-size: 1.6rem;
}
.short-quiz-box__card {
  border-radius: 1.2rem;
  padding: 2rem;
}
.short-quiz-box__counter {
  margin-bottom: 1.6rem;
  color: #919191;
}
@media only screen and (min-width: 768px) {
  .short-quiz-box__counter {
    margin-bottom: 0.8rem;
  }
}
.short-quiz-box__counter .current {
  font-weight: 700;
}
.short-quiz-box__question {
  margin-bottom: 1.6rem;
}
.short-quiz-box__question .title, .short-quiz-box__question .short-quiz-box__title {
  margin-bottom: 1.6rem;
}
.short-quiz-box__answer {
  margin-bottom: 0.8rem;
}
.short-quiz-box__submit {
  margin-top: 1.6rem;
}
.short-quiz-box__submit .button {
  width: 100%;
}
.short-quiz-box__submit .button[disabled] {
  opacity: 0.5;
  border-color: #ddd;
  color: #ddd;
}
.short-quiz-box__submit .label {
  display: inline-block;
  margin-right: 0.5rem;
}
.short-quiz-box__result span:not(.win):not(.lose):not(.without-vacancies) {
  margin-bottom: 0.8rem;
  font-weight: 700;
  display: block;
}
.short-quiz-box__result span:not(.win):not(.lose):not(.without-vacancies):before {
  display: inline-block;
  font: normal normal normal 1.4rem/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.8rem;
}
.short-quiz-box__result span:not(.win):not(.lose):not(.without-vacancies).wrong:before {
  color: #ff5353;
}
.short-quiz-box__result span:not(.win):not(.lose):not(.without-vacancies).correct:before {
  color: #2da44d;
}
.short-quiz-box__result span:not(.win):not(.lose):not(.without-vacancies).final-count {
  display: inline;
}
@media only screen and (min-width: 768px) {
  .short-quiz-box__title {
    padding: 2rem 3rem;
  }
  .short-quiz-box__card {
    padding: 3rem;
  }
  .short-quiz-box__counter {
    text-align: left;
  }
  .short-quiz-box__submit .button {
    width: 14rem;
  }
}

.content-box {
  position: relative;
}
.content-box__header {
  display: flex;
  margin-bottom: 1.6rem;
  flex-direction: row;
  align-items: center;
}
.content-box__title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.content-box__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  margin-right: 1.2rem;
  border-radius: 10rem;
  background-color: #ede5ff;
  font-size: 1.6rem;
  color: #5e2dc1;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.content-box__body {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.content-box a {
  font-weight: 700;
  color: #5e2dc1;
}
.content-box ul,
.content-box ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3rem;
}
@media only screen and (min-width: 768px) {
  .content-box ul,
  .content-box ol {
    padding-left: 5rem;
  }
}
.content-box li p, .content-box li .insider-branding {
  margin-top: 0;
  margin-bottom: 0;
}
.content-box li:not(:last-of-type) {
  border-bottom: 0.3rem dotted #d4d4d4;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
.content-box ul > li:before {
  top: 0.9rem;
}
.content-box ol > li:before {
  top: 0;
}
.content-box p:last-of-type, .content-box .insider-branding:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .content-box__body {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .content-box__icon {
    width: 4rem;
    height: 4rem;
  }
}

.profession-main > .title, .profession-main > .short-quiz-box__title {
  margin-bottom: 1.6rem;
  font-size: 2.4rem;
  color: #171717;
}

@media only screen and (min-width: 768px) {
  .tab-bar__links {
    width: 100%;
  }
}

.scrollable-anchor-box-full-text {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.scrollable-anchor-box-full-text__list {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.scrollable-anchor-box-full-text .scrollable-anchor-box__item {
  font-size: 1.4rem;
  line-height: 100%;
  font-weight: 700;
  color: #404040;
}
.scrollable-anchor-box-full-text .scrollable-anchor-box__item span:after {
  content: "  ->";
}
.scrollable-anchor-box-full-text .scrollable-anchor-box__item a {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  display: inline-block;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2rem;
  background-color: #f5f5f5;
  text-decoration: none;
  color: #262626;
}
.scrollable-anchor-box-full-text .scrollable-anchor-box__item a:hover {
  background-color: #fafafa;
}

.jobletter-cta {
  width: fit-content;
  cursor: pointer;
}
.jobletter-cta--active {
  color: #5e2dc1;
}
.jobletter-cta--inactive {
  color: #171717;
}

.jobletter-box {
  position: relative;
  display: flex;
  padding: 1.6rem;
  background-color: #5e2dc1;
  background-repeat: no-repeat;
  background-position: bottom;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 1.6rem;
  flex-direction: column;
}
.jobletter-box__emoji {
  position: absolute;
  top: -0.5rem;
  right: 1.5rem;
  transform: rotate(9deg);
  font-size: 7rem;
}
.jobletter-box__body {
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: -0.02rem;
  color: white;
}
.jobletter-box__body--text {
  margin: 0.6rem 0 0;
  font-size: 1.4rem;
}
.jobletter-box__body span {
  font-weight: 700;
}
.jobletter-box__cta {
  font-weight: 700;
  border: 0.4rem solid #5e2dc1;
  border-radius: 10rem;
  min-width: fit-content;
  height: max-content;
  padding: 0.4rem 1.6rem;
  background-color: white;
  line-height: 150%;
}
.jobletter-box__cta i {
  margin-left: 0.5rem;
}
.jobletter-box__cta:hover {
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .jobletter-box {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-right: 2.4rem;
    padding-left: 6.6rem;
    background-size: cover;
    align-items: center;
    flex-direction: row;
  }
  .jobletter-box__body--headline {
    font-size: 2rem;
  }
  .jobletter-box__body--text {
    font-size: 1.6rem;
  }
  .jobletter-box__emoji {
    top: 4rem;
    left: -2.5rem;
    right: auto;
    transform: rotate(-16deg);
  }
  .jobletter-box__cta {
    padding: 0.8rem 1.6rem;
  }
}
