@charset "UTF-8"; /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

picture {
  display: block;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret,
  .it-cc__button > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: Glyphicons Halflings;
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.html);
  src: url(../fonts/bootstrap/glyphicons-halflings-regulard41d.html?#iefix)
      format("embedded-opentype"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-2.html) format("woff2"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-3.html) format("woff"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-4.html)
      format("truetype"),
    url(../fonts/bootstrap/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular)
      format("svg");
}

.glyphicon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}

body {
  background-color: #fff;
  color: #333;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px;
}

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

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

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: #777;
  font-weight: 400;
  line-height: 1;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.initialism,
.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  background-color: #337ab7;
  color: #fff;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}

ol,
ul {
  margin-bottom: 10px;
  margin-top: 0;
}

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

.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
  margin-top: 0;
}

dd,
dt {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  border-left: 5px solid #eee;
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  color: #777;
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}

address {
  font-style: normal;
  line-height: 1.428571429;
  margin-bottom: 20px;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
  background-color: #f9f2f4;
  border-radius: 4px;
  color: #c7254e;
}

code,
kbd {
  font-size: 90%;
  padding: 2px 4px;
}

kbd {
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

kbd kbd {
  box-shadow: none;
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}

pre {
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 13px;
  line-height: 1.428571429;
  margin: 0 0 10px;
  padding: 9.5px;
  word-break: break-all;
}

pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
[class*="--container"],
[class*="__container"] {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after,
.container:before,
[class*="--container"]:after,
[class*="--container"]:before,
[class*="__container"]:after,
[class*="__container"]:before {
  content: " ";
  display: table;
}

.container:after,
[class*="--container"]:after,
[class*="__container"]:after {
  clear: both;
}

@media (min-width: 768px) {
  .container,
  [class*="--container"],
  [class*="__container"] {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container,
  [class*="--container"],
  [class*="__container"] {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container,
  [class*="--container"],
  [class*="__container"] {
    width: 1170px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutters [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
  position: static;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
  position: static;
}

caption {
  color: #777;
  padding-bottom: 8px;
  padding-top: 8px;
}

caption,
th {
  text-align: left;
}

.table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #ddd;
  line-height: 1.428571429;
  padding: 8px;
  vertical-align: top;
}

.table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

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

fieldset,
legend {
  border: 0;
  padding: 0;
}

legend {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  display: block;
  font-size: 21px;
  line-height: inherit;
  margin-bottom: 20px;
  width: 100%;
}

label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
}

input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  margin: 4px 0 0;
  margin-top: 1px\9;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
}

.form-control,
output {
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 1.428571429;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 34px;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-control:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > input[type="date"].it-cc__button,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
    > .input-group-btn
    > input[type="datetime-local"].it-cc__button,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > input[type="month"].it-cc__button,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > input[type="time"].it-cc__button,
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > input[type="date"].it-cc__button,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
    > .input-group-btn
    > input[type="datetime-local"].it-cc__button,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > input[type="month"].it-cc__button,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > input[type="time"].it-cc__button,
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.checkbox label,
.radio label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 20px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -20px;
  margin-top: 4px\9;
  position: absolute;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 10px;
  margin-top: 0;
}

.form-control-static {
  margin-bottom: 0;
  min-height: 34px;
  padding-bottom: 7px;
  padding-top: 7px;
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.it-cc__button,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.it-cc__button {
  padding-left: 0;
  padding-right: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .it-cc__button,
.input-sm {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}

.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.it-cc__button,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 30px;
  line-height: 30px;
}

.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].it-cc__button,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.it-cc__button,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  min-height: 32px;
  padding: 6px 10px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .it-cc__button,
.input-lg {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 16px;
}

.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.it-cc__button,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 46px;
  line-height: 46px;
}

.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].it-cc__button,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.it-cc__button,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 16px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  min-height: 38px;
  padding: 11px 16px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  display: block;
  height: 34px;
  line-height: 34px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
  z-index: 2;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .it-cc__button + .form-control-feedback,
.input-lg + .form-control-feedback {
  height: 46px;
  line-height: 46px;
  width: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .it-cc__button + .form-control-feedback,
.input-sm + .form-control-feedback {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  background-color: #dff0d8;
  border-color: #3c763d;
  color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  background-color: #fcf8e3;
  border-color: #8a6d3b;
  color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  background-color: #f2dede;
  border-color: #a94442;
  color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  color: #737373;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    margin-left: 0;
    position: relative;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    font-size: 18px;
    padding-top: 11px;
  }

  .form-horizontal .form-group-sm .control-label {
    font-size: 12px;
    padding-top: 6px;
  }
}

.btn,
.it-cc__button {
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.focus.it-cc__button,
.it-cc__button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover,
.focus.it-cc__button,
.it-cc__button:focus,
.it-cc__button:hover {
  color: #333;
  text-decoration: none;
}

.active.it-cc__button,
.btn.active,
.btn:active,
.it-cc__button:active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  outline: 0;
}

.btn.disabled,
.btn[disabled],
.disabled.it-cc__button,
[disabled].it-cc__button,
fieldset[disabled] .btn,
fieldset[disabled] .it-cc__button {
  box-shadow: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

a.btn.disabled,
a.disabled.it-cc__button,
fieldset[disabled] a.btn,
fieldset[disabled] a.it-cc__button {
  pointer-events: none;
}

.btn-default {
  border-color: #ccc;
  color: #333;
}

.btn-default.focus,
.btn-default:focus {
  background-color: #e6e6e6;
  border-color: #8c8c8c;
  color: #333;
}

.btn-default:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}

.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
  color: #333;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  color: #333;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  background-color: #333;
  color: #fff;
}

.btn-primary,
.it-cc__button-accept {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus,
.focus.it-cc__button-accept,
.it-cc__button-accept:focus {
  background-color: #286090;
  border-color: #122b40;
  color: #fff;
}

.btn-primary:hover,
.it-cc__button-accept:hover {
  background-color: #286090;
  border-color: #204d74;
  color: #fff;
}

.active.it-cc__button-accept,
.btn-primary.active,
.btn-primary:active,
.it-cc__button-accept:active,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.it-cc__button-accept {
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
  color: #fff;
}

.active.focus.it-cc__button-accept,
.active.it-cc__button-accept:focus,
.active.it-cc__button-accept:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.it-cc__button-accept:active.focus,
.it-cc__button-accept:active:focus,
.it-cc__button-accept:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .dropdown-toggle.focus.it-cc__button-accept,
.open > .dropdown-toggle.it-cc__button-accept:focus,
.open > .dropdown-toggle.it-cc__button-accept:hover {
  background-color: #204d74;
  border-color: #122b40;
  color: #fff;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.disabled.focus.it-cc__button-accept,
.disabled.it-cc__button-accept:focus,
.disabled.it-cc__button-accept:hover,
[disabled].focus.it-cc__button-accept,
[disabled].it-cc__button-accept:focus,
[disabled].it-cc__button-accept:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .focus.it-cc__button-accept,
fieldset[disabled] .it-cc__button-accept:focus,
fieldset[disabled] .it-cc__button-accept:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge,
.it-cc__button-accept .badge {
  background-color: #fff;
  color: #337ab7;
}

.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}

.btn-success.focus,
.btn-success:focus {
  background-color: #449d44;
  border-color: #255625;
  color: #fff;
}

.btn-success:hover {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
  color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  background-color: #398439;
  border-color: #255625;
  color: #fff;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  background-color: #fff;
  color: #5cb85c;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

.btn-info.focus,
.btn-info:focus {
  background-color: #31b0d5;
  border-color: #1b6d85;
  color: #fff;
}

.btn-info:hover {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #fff;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
  color: #fff;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  background-color: #269abc;
  border-color: #1b6d85;
  color: #fff;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  background-color: #fff;
  color: #5bc0de;
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: #fff;
}

.btn-warning.focus,
.btn-warning:focus {
  background-color: #ec971f;
  border-color: #985f0d;
  color: #fff;
}

.btn-warning:hover {
  background-color: #ec971f;
  border-color: #d58512;
  color: #fff;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
  color: #fff;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  background-color: #d58512;
  border-color: #985f0d;
  color: #fff;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  background-color: #fff;
  color: #f0ad4e;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}

.btn-danger.focus,
.btn-danger:focus {
  background-color: #c9302c;
  border-color: #761c19;
  color: #fff;
}

.btn-danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
  color: #fff;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  background-color: #ac2925;
  border-color: #761c19;
  color: #fff;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  background-color: #fff;
  color: #d9534f;
}

.btn-link {
  border-radius: 0;
  color: #337ab7;
  font-weight: 400;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  background-color: transparent;
  color: #23527c;
  text-decoration: underline;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-group-lg > .it-cc__button,
.btn-lg {
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.3333333;
  padding: 10px 16px;
}

.btn-group-sm > .btn,
.btn-group-sm > .it-cc__button,
.btn-sm {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}

.btn-group-xs > .btn,
.btn-group-xs > .it-cc__button,
.btn-xs {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition-duration: 0.35s;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.dropdown-menu > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.428571429;
  padding: 3px 20px;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
  color: #262626;
  text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #337ab7;
  color: #fff;
  outline: 0;
  text-decoration: none;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  text-decoration: none;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  color: #777;
  display: block;
  font-size: 12px;
  line-height: 1.428571429;
  padding: 3px 20px;
  white-space: nowrap;
}

.dropdown-backdrop {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  left: auto;
  right: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  border-top: 0;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: 100%;
  margin-bottom: 2px;
  top: auto;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .it-cc__button,
.btn-group > .btn,
.btn-group > .it-cc__button {
  float: left;
  position: relative;
}

.btn-group-vertical > .active.it-cc__button,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .it-cc__button:active,
.btn-group-vertical > .it-cc__button:focus,
.btn-group-vertical > .it-cc__button:hover,
.btn-group > .active.it-cc__button,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.btn-group > .it-cc__button:active,
.btn-group > .it-cc__button:focus,
.btn-group > .it-cc__button:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn + .it-cc__button,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .btn-group + .it-cc__button,
.btn-group .it-cc__button + .btn,
.btn-group .it-cc__button + .btn-group,
.btn-group .it-cc__button + .it-cc__button {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:after,
.btn-toolbar:before {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .it-cc__button {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group,
.btn-toolbar > .it-cc__button {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group
  > .it-cc__button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child,
.btn-group > .it-cc__button:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .it-cc__button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .it-cc__button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn-group:not(:first-child):not(:last-child) > .it-cc__button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group
  > .btn-group:first-child:not(:last-child)
  > .it-cc__button:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group
  > .btn-group:last-child:not(:first-child)
  > .it-cc__button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle,
.btn-group > .it-cc__button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group-lg.btn-group > .it-cc__button + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret,
.it-cc__button .caret {
  margin-left: 0;
}

.btn-group-lg > .btn .caret,
.btn-group-lg > .it-cc__button .caret,
.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-group-lg > .it-cc__button .caret,
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .it-cc__button,
.btn-group-vertical > .it-cc__button {
  display: block;
  float: none;
  max-width: 100%;
  width: 100%;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .it-cc__button {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn + .it-cc__button,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .btn-group + .it-cc__button,
.btn-group-vertical > .it-cc__button + .btn,
.btn-group-vertical > .it-cc__button + .btn-group,
.btn-group-vertical > .it-cc__button + .it-cc__button {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .it-cc__button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .it-cc__button:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .it-cc__button:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > .it-cc__button {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .it-cc__button:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child,
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .it-cc__button:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  border-collapse: separate;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .it-cc__button {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .it-cc__button {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .it-cc__button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .it-cc__button input[type="radio"],
[data-toggle="buttons"] > .it-cc__button input[type="checkbox"],
[data-toggle="buttons"] > .it-cc__button input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}

.input-group-addon {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.it-cc__button {
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 10px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.it-cc__button {
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 16px;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .it-cc__button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:first-child > .it-cc__button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .it-cc__button,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child
  > .it-cc__button:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .it-cc__button,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .it-cc__button:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .it-cc__button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:last-child > .it-cc__button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn,
.input-group-btn > .it-cc__button {
  position: relative;
}

.input-group-btn > .btn + .btn,
.input-group-btn > .btn + .it-cc__button,
.input-group-btn > .it-cc__button + .btn,
.input-group-btn > .it-cc__button + .it-cc__button {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover,
.input-group-btn > .it-cc__button:active,
.input-group-btn > .it-cc__button:focus,
.input-group-btn > .it-cc__button:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .it-cc__button {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .it-cc__button {
  margin-left: -1px;
  z-index: 2;
}

.nav {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.nav:after,
.nav:before {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}

.nav > li > a {
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  background-color: transparent;
  color: #777;
  cursor: not-allowed;
  text-decoration: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.428571429;
  margin-right: 2px;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd transparent;
  color: #555;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #337ab7;
  color: #fff;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-left: 0;
  margin-top: 2px;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  left: auto;
  top: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  border-radius: 4px;
  margin-right: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.navbar {
  border: 1px solid transparent;
  margin-bottom: 20px;
  min-height: 50px;
  position: relative;
}

.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    border-top: 0;
    box-shadow: none;
    width: auto;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  border-width: 0 0 1px;
  top: 0;
}

.navbar-fixed-bottom {
  border-width: 1px 0 0;
  bottom: 0;
  margin-bottom: 0;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
  z-index: 1000;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 20px;
  padding: 15px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
  height: fit-content;
  align-self: center;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: right;
  margin-bottom: 8px;
  margin-right: 15px;
  margin-top: 8px;
  padding: 9px 10px;
  position: relative;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.navbar-form {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
  margin: 8px -15px;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    margin-left: 0;
    position: relative;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    border: 0;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
  }
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 0;
}

.navbar-btn {
  margin-bottom: 8px;
  margin-top: 8px;
}

.btn-group-sm > .navbar-btn.btn,
.btn-group-sm > .navbar-btn.it-cc__button,
.navbar-btn.btn-sm {
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn-group-xs > .navbar-btn.btn,
.btn-group-xs > .navbar-btn.it-cc__button,
.navbar-btn.btn-xs {
  margin-bottom: 14px;
  margin-top: 14px;
}

.navbar-text {
  margin-bottom: 15px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  background-color: transparent;
  color: #5e5e5e;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #333;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: #e7e7e7;
  color: #555;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  background-color: transparent;
  color: #ccc;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #333;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #e7e7e7;
    color: #555;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    background-color: transparent;
    color: #ccc;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #090909;
  color: #fff;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  background-color: transparent;
  color: #444;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #090909;
    color: #fff;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    background-color: transparent;
    color: #444;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  list-style: none;
  margin-bottom: 20px;
  padding: 8px 15px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  color: #ccc;
  content: "/ ";
  padding: 0 5px;
}

.breadcrumb > .active {
  color: #777;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.media-list {
  list-style: none;
  padding-left: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}

.modal.fade .modal-dialog {
  transform: translateY(-25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  margin: 10px;
  position: relative;
  width: auto;
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative;
}

.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}

.modal-header:after,
.modal-header:before {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  line-height: 1.428571429;
  margin: 0;
}

.modal-body {
  padding: 15px;
  position: relative;
}

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
  text-align: right;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn,
.modal-footer .btn + .it-cc__button,
.modal-footer .it-cc__button + .btn,
.modal-footer .it-cc__button + .it-cc__button {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .btn + .it-cc__button,
.modal-footer .btn-group .it-cc__button + .btn,
.modal-footer .btn-group .it-cc__button + .it-cc__button {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
    width: 600px;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  word-wrap: normal;
  display: block;
  filter: alpha(opacity=0);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
  left: 0;
  margin-top: -5px;
  top: 50%;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 50%;
  margin-left: -5px;
  top: 0;
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  margin-top: -5px;
  right: 5px;
  top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000;
  border-width: 0 5px 5px;
  left: 5px;
  margin-top: -5px;
  top: 0;
}

.tooltip-inner {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
}

.tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.popover {
  word-wrap: normal;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  max-width: 276px;
  padding: 1px;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
}

.popover.top > .arrow:after {
  border-bottom-width: 0;
  border-top-color: #fff;
  bottom: 1px;
  content: " ";
  margin-left: -10px;
}

.popover.right > .arrow {
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  left: -11px;
  margin-top: -11px;
  top: 50%;
}

.popover.right > .arrow:after {
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -10px;
  content: " ";
  left: 1px;
}

.popover.bottom > .arrow {
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
  left: 50%;
  margin-left: -11px;
  top: -11px;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
  margin-left: -10px;
  top: 1px;
}

.popover.left > .arrow {
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
  margin-top: -11px;
  right: -11px;
  top: 50%;
}

.popover.left > .arrow:after {
  border-left-color: #fff;
  border-right-width: 0;
  bottom: -10px;
  content: " ";
  right: 1px;
}

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin: 0;
  padding: 8px 14px;
}

.popover-content {
  padding: 9px 14px;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

.ico-download:before {
  content: "\e924";
}

.ico-chevron_down:before {
  content: "\e901";
}

.ico-play .path1:before {
  color: #f4b85d;
  content: "\e90a";
}

.ico-play .path2:before {
  color: #fff;
  content: "\e90b";
  margin-left: -1em;
}

@font-face {
  font-display: swap;
  font-family: NeufileGrotesk-RegularExtended;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/neufile-grotesk/neufile-grotesk-regular-extended.eot);
  src: url(../webfonts/neufile-grotesk/neufile-grotesk-regular-extendedd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-regular-extended.woff2)
      format("woff2"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-regular-extended.woff)
      format("woff"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-regular-extended.ttf)
      format("truetype"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-regular-extended.svg#youworkforthem)
      format("svg");
}

@font-face {
  font-display: swap;
  font-family: NeufileGrotesk-MediumExtended;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/neufile-grotesk/neufile-grotesk-medium-extended.eot);
  src: url(../webfonts/neufile-grotesk/neufile-grotesk-medium-extendedd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-medium-extended.woff2)
      format("woff2"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-medium-extended.woff)
      format("woff"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-medium-extended.ttf)
      format("truetype"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-medium-extended.svg#youworkforthem)
      format("svg");
}

@font-face {
  font-display: swap;
  font-family: NeufileGrotesk-BoldExtended;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/neufile-grotesk/neufile-grotesk-bold-extended.eot);
  src: url(../webfonts/neufile-grotesk/neufile-grotesk-bold-extendedd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-bold-extended.woff2)
      format("woff2"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-bold-extended.woff)
      format("woff"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-bold-extended.ttf)
      format("truetype"),
    url(../webfonts/neufile-grotesk/neufile-grotesk-bold-extended.svg#youworkforthem)
      format("svg");
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.slick-list,
.slick-slider {
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  border: none;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}

.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  border: 1px solid #aaa;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
  outline: 0;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  border: none;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.bite-jobs-container .bite-jobs-container-control option {
  color: #002364;
  opacity: 0.5;
  padding: 7px;
}

.bite-jobs-container .bite-jobs-container-control optgroup {
  background-color: rgba(0, 0, 0, 0.2);
}

.bite-jobs-container .bite-jobs-container-control select {
  background-color: transparent;
  border: 2px solid #002364;
  border-radius: 0;
  color: #002364;
  cursor: pointer;
  font-size: 16px;
  height: 40px;
  padding: 8px;
  position: relative;
  text-transform: uppercase;
}

.bite-jobs-container .bite-jobs-container-control select::-ms-expand {
  display: none;
}

.bite-jobs-container .bite-jobs-container-control select:focus::-ms-value {
  background-color: transparent;
}

.bite-jobs-container .bite-jobs-container-control button {
  background: #fddc35;
  border: none;
  color: #002364;
  margin-bottom: 1rem;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.bite-jobs-container .bite-jobs-container-control button:before {
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#drop-down-sortByJobs select {
  color: #002364;
  width: 80% !important;
}

#loadMore button {
  background: transparent;
  border: 2px solid #002364;
  color: #002364;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 50px 12px;
  text-align: center;
  text-transform: uppercase;
}

.moreJobsButton {
  margin-top: 2rem;
  text-align: center;
}

.moreJobsButton select {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #002364;
  border-radius: 0;
  color: #002364;
  color: rgba(0, 35, 100, 0.77);
  cursor: pointer;
  float: right;
  font-size: 16px;
  height: 42px;
  padding: 8px;
  position: relative;
  text-transform: uppercase;
}

li.ZX3Qn-row.ZX3Qn-job {
  background-image: none;
  list-style: none;
  margin: 0;
}

.ZX3Qn-row a,
.ZX3Qn-row a:hover,
.ZX3Qn-row a:link,
.ZX3Qn-row a:visited {
  text-decoration: none;
}

.ZX3Qn-row a:hover {
  text-decoration: underline;
}

.ZX3Qn-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.ZX3Qn-row .ZX3Qn-job-title:before {
  content: none;
  cursor: default;
  pointer-events: none;
}

.ZX3Qn-job-title {
  margin-top: 2rem;
}

.ZX3Qn-row .ZX3Qn-job-title a {
  color: #002364;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.ZX3Qn-row .ZX3Qn-job-title a:hover {
  color: #475882;
  text-decoration: underline;
}

.ZX3Qn-line:after {
  content: " | ";
  font-size: 15px;
}

.ZX3Qn-counter {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0.3em 0 0.5px;
}

@media (min-width: 1200px) {
  .ZX3Qn-counter {
    float: left;
    margin-top: -45px;
  }

  .ZX3Qn-counter + div {
    clear: both;
    padding-top: 20px;
  }
}

.ZX3Qn-row-right-first {
  color: #002364;
  font-size: 17px;
  margin: 0 0 10px;
}

/*! jQuery UI - v1.12.1 - 2018-09-18
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  border-collapse: collapse;
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  filter: Alpha(Opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: -0.25em;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  vertical-align: middle;
}

.ui-widget-icon-block {
  display: block;
  left: 50%;
  margin-left: -8px;
}

.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.ui-datepicker {
  display: none;
  padding: 0.2em 0.2em 0;
  width: 17em;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%;
}

.ui-datepicker th {
  border: 0;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  padding: 0.7em 0.3em;
  text-align: center;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: 0.5em 0.2em 0.4em;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

.ui-datepicker .ui-icon {
  background-repeat: no-repeat;
  display: block;
  left: 0.5em;
  overflow: hidden;
  text-indent: -99999px;
  top: 0.3em;
}

.ui-widget {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.ui-widget,
.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  background: #fff;
  border: 1px solid #e0e1da;
  color: #002364;
}

.ui-widget-content a {
  color: #002364;
}

.ui-widget-header {
  background: #e0e1da;
  border: 1px solid #e0e1da;
  color: #002364;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.ui-widget-header a {
  color: #002364;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  background: #eff0ec;
  border: 1px solid #e0e1da;
  color: #002364;
  font-weight: 400;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #002364;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  background: #e0e1da;
  border: 1px solid #e0e1da;
  color: #002364;
  font-weight: 400;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #002364;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  background: #002364;
  border: 1px solid #002364;
  color: #fff;
  font-weight: 400;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  background-color: #fff;
  border: #003eff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #fddc35;
  border: 1px solid #fddc35;
  color: #002364;
}

.ui-state-checked {
  background: #fddc35;
  border: 1px solid #fddc35;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #002364;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  background: #fddfdf;
  border: 1px solid #f1a899;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  filter: Alpha(Opacity=70);
  font-weight: 400;
  opacity: 0.7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-image: none;
  filter: Alpha(Opacity=35);
  opacity: 0.35;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-widget-overlay {
  background: #aaa;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

.has-it-cc {
  overflow: hidden;
  position: relative;
}

.has-it-cc:before {
  animation: fadeIn 0.32s ease;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  transition: opacity 0.32s ease;
  z-index: 9998;
}

.has-it-cc:before,
.it-cc {
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.it-cc {
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  height: 0;
  line-height: 24px;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  transition: all 0.01s ease;
  z-index: 9999;
}

.it-cc.it-cc--visible {
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  opacity: 1;
}

.it-cc a {
  color: #002364;
  text-decoration: underline;
  transition: color 0.25s;
}

.it-cc a:focus,
.it-cc a:hover {
  color: #7e90b2;
}

.it-cc__dialog {
  background: #fff;
  display: block;
  margin: auto;
  max-width: 960px;
  opacity: 0;
  padding: 30px;
  position: relative;
  top: 0;
  transition: all 0.32s ease;
  width: 90%;
}

.it-cc--visible .it-cc__dialog {
  opacity: 1;
}

.it-cc__dialog.it-cc--reveal {
  opacity: 1;
  transform: translateY(0);
}

.it-cc__body {
  color: #002364;
  text-align: left;
}

.it-cc__content {
  margin-bottom: 20px;
}

.it-cc__header {
  margin-bottom: 25px;
}

.it-cc__title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

.it-cc__intro {
  margin-bottom: 40px;
}

.it-cc__intro p {
  margin-bottom: 25px;
}

.it-cc__details-button {
  background-color: transparent;
  border: none;
  color: #002364;
  padding: 0;
}

.it-cc__details-button .it-cc__details-hide {
  display: none;
}

.it-cc__details-button:focus,
.it-cc__details-button:hover {
  outline: none;
  text-decoration: none;
}

.it-cc__details-button:focus span,
.it-cc__details-button:hover span {
  text-decoration: underline;
}

.it-cc__details-icon {
  margin-right: 10px;
}

.it-cc__details-icon:before {
  border-color: #002364;
  border-bottom: 2px solid;
  border-right: 2px solid;
  bottom: 3px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 4px;
  position: relative;
  transform: rotate(45deg);
  width: 10px;
}

.it-cc__details-button--clicked .it-cc__details-icon:before {
  bottom: -2px;
  transform: rotate(45deg) scale(-1);
}

.it-cc__details-button--clicked .it-cc__details-show {
  display: none;
}

.it-cc__details-button--clicked .it-cc__details-hide {
  display: inline;
}

.it-cc__details-content {
  display: block;
  margin-bottom: 30px;
}

.it-cc__details-content p {
  margin-bottom: 12px;
}

.it-cc__details-content--collapse {
  display: none;
}

.it-cc__details-headline {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 3px;
}

.it-cc__details-wrapper:not(:last-child) {
  margin-bottom: 20px;
}

.it-cc__details-content__inner {
  background: #eff0ec;
  margin: 0 -30px 30px;
  padding: 30px;
}

.it-cc__checkboxes {
  margin-bottom: 15px;
}

.it-cc__table-wrapper {
  background-attachment: local, local, scroll, scroll;
  background-color: #eff0ec;
  background-image: linear-gradient(90deg, #eff0ec, #eff0ec),
    linear-gradient(90deg, #eff0ec, #eff0ec),
    linear-gradient(90deg, rgba(51, 51, 51, 0.2), hsla(0, 0%, 100%, 0)),
    linear-gradient(270deg, rgba(51, 51, 51, 0.25), hsla(0, 0%, 100%, 0));
  background-position: 0, 100%, 0, 100%;
  background-repeat: no-repeat;
  background-size: 15px 100%, 15px 100%, 15px 100%, 15px 100%;
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.it-cc__table {
  width: auto;
}

.it-cc__table td,
.it-cc__table th {
  border-bottom: 1px solid #333;
  padding: 10px 10px 10px 0;
}

.it-cc__pseudo-checkbox {
  border: 2px solid #002364;
  display: inline-block;
  height: 18px;
  margin-top: 3px;
  position: absolute;
  vertical-align: middle;
  width: 18px;
}

.it-cc__pseudo-checkbox--headline {
  margin-top: 4px;
}

.it-cc__checkbox-label {
  font-weight: 400;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.it-cc__checkbox-label--headline {
  display: block;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}

.it-cc__checkbox {
  background: transparent;
  border: inherit;
  opacity: 0;
  position: absolute;
  width: auto;
  z-index: -1;
}

.it-cc__checkbox:checked + .it-cc__pseudo-checkbox {
  background-color: #fddc35;
  border-color: #fddc35;
}

.it-cc__checkbox:checked + .it-cc__pseudo-checkbox:after {
  border-bottom: 2px solid #002364;
  border-right: 2px solid #002364;
  bottom: 0;
  content: "";
  height: 11px;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: translateX(4px) rotate(45deg);
  width: 6px;
}

.it-cc__checkbox:checked:disabled + .it-cc__pseudo-checkbox {
  background-color: rgba(253, 220, 53, 0.5);
  border-color: rgba(253, 220, 53, 0.5);
}

.it-cc__checkbox:checked:disabled + .it-cc__pseudo-checkbox:after {
  border-bottom-color: #002364;
  border-right-color: #002364;
}

.it-cc__checkbox:disabled + .it-cc__pseudo-checkbox {
  border-color: #475882;
}

.it-cc__checkbox:disabled + .it-cc__pseudo-checkbox + .it-cc__checkbox-label {
  color: #475882;
}

.it-cc__checkbox:focus + .it-cc__pseudo-checkbox {
  box-shadow: 0 0 0 2px rgba(0, 35, 100, 0.3);
}

.it-cc__checkbox:not(:disabled)
  + .it-cc__pseudo-checkbox
  + .it-cc__checkbox-label {
  cursor: pointer;
}

.it-cc__checkbox-group:not(:first-child):hover .it-cc__pseudo-checkbox {
  box-shadow: 0 0 0 2px rgba(0, 35, 100, 0.3);
}

.it-cc__footer {
  display: flex;
  flex-direction: column;
}

.it-cc__button {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  position: relative;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}

.it-cc__button:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.it-cc__button:active,
.it-cc__button:focus,
.it-cc__button:hover {
  color: #fff;
}

.it-cc__button:active:before,
.it-cc__button:focus:before,
.it-cc__button:hover:before {
  transform: scaleX(1);
}

.it-cc .it-cc__button {
  padding-left: 40px;
  padding-right: 40px;
}

.it-cc .it-cc__footer-controls .it-cc__button-accept:before,
.it-cc__button:before {
  background: #e0e1da;
}

.it-cc .it-cc__button-decline,
.it-cc .it-cc__details-show {
  padding-bottom: 9px;
  padding-top: 11px;
}

.it-cc__footer-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.it-cc__footer-link:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 963px) {
  .it-cc__footer-controls {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    order: 1;
  }

  .it-cc__button:last-child {
    margin-bottom: 20px;
  }

  .it-cc__footer-links {
    order: 2;
  }
}

@media (min-width: 964px) {
  .it-cc__dialog {
    padding: 40px;
  }

  .it-cc__details-content {
    margin-bottom: 30px;
  }

  .it-cc__details-content__inner {
    margin: 0 -40px 40px;
    padding: 40px;
  }

  .it-cc__checkbox-group {
    display: inline-block;
    margin-right: 40px;
  }

  .it-cc__table {
    width: 100%;
  }

  .it-cc__details-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }

  .it-cc__footer {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }

  .it-cc__footer-links {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .it-cc__footer-controls {
    margin-bottom: -20px;
  }

  .it-cc__button {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

.c-fallback-message {
  align-items: center;
  background: #e0e1da;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-fallback-message p {
  margin-bottom: 20px;
  max-width: 720px;
}

.c-fallback-message .btn,
.c-fallback-message .it-cc__button {
  white-space: normal;
}

.c-fallback-message .btn-base.btn-lg.it-cc__button:before,
.c-fallback-message .btn-group-lg > .btn-base.it-cc__button:before,
.c-fallback-message .btn-group-lg > .btn.btn-base:before,
.c-fallback-message .btn.btn-base.btn-lg:before {
  background: #fff;
}

.footer_content .c-fallback-message {
  align-items: flex-start;
  background: #eff0ec;
  justify-content: flex-start;
  padding: 0;
}

.footer_content .c-fallback-message p {
  text-align: left;
}

.footer_content .c-fallback-message .btn-base.it-cc__button,
.footer_content .c-fallback-message .btn.btn-base {
  margin-left: 0;
  margin-top: 0;
  padding: 11px 20px 9px;
}

.footer_content .c-fallback-message .btn__label {
  white-space: normal;
}

.footer_content .c-fallback-message .c-fallback-message__icon {
  align-self: center;
}

.video-module .c-fallback-message {
  padding: 20px;
}

.video-module .c-fallback-message p {
  padding-top: 0;
}

.video-module .c-fallback-message .btn-base.it-cc__button,
.video-module .c-fallback-message .btn.btn-base {
  margin-top: 20px;
}

.textMedia .media .c-fallback-message p {
  padding-top: 0;
}

.textMedia .media .c-fallback-message .btn-base.it-cc__button,
.textMedia .media .c-fallback-message .btn.btn-base {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer_content .form .c-fallback-message p {
    max-width: 100%;
    padding-right: 0;
  }

  .footer_content .form .c-fallback-message .btn,
  .footer_content .form .c-fallback-message .it-cc__button {
    margin-left: 0;
    margin-top: 0;
  }
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-backface-visibility: hidden;
  transform: scale(0);
  transition-property: transform;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  transform: rotate(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotate(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  opacity: 0;
  top: 0 !important;
  transition-property: all;
}

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  left: 0 !important;
  opacity: 0;
  transition-property: all;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(2deg);
  }

  to {
    transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  left: 0;
  margin-top: -10px;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom
  .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right
  .tooltipster-arrow-uncropped {
  left: -6px;
}

#toTop {
  background-color: #002364;
  border: 0;
  bottom: 90px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: auto;
  opacity: 0.5;
  padding: 0;
  position: fixed;
  right: 15px;
}

#toTop:hover {
  opacity: 1;
}

#toTop .icon {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

@media screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}

.nav-toggle-animated .icon-bar:nth-of-type(2) {
  top: 1px;
}

.nav-toggle-animated .icon-bar:nth-of-type(3) {
  top: 2px;
}

.nav-toggle-animated .icon-bar {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.nav-toggle-animated.active .icon-bar:first-of-type {
  top: 6px;
  transform: rotate(45deg);
}

.nav-toggle-animated.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.nav-toggle-animated.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}

@font-face {
  font-display: swap;
  font-family: geze_ui;
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/geze_ui/geze_ui.ttf) format("truetype");
}

[class*=" ico-"],
[class^="ico-"] {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: block;
  font-family: geze_ui !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.ico-gebaeudeautomation:before {
  content: "\e90b";
}

.ico-produktberater:before {
  content: "\e911";
}

.ico-zutritt_sicherheit:before {
  content: "\e914";
}

.ico-karusselldrehtueren:before {
  content: "\e915";
}

.ico-drehtueren:before {
  content: "\e916";
}

.ico-fenster:before {
  content: "\e917";
}

.ico-glassysteme:before {
  content: "\e918";
}

.ico-schiebetueren:before {
  content: "\e919";
}

.ico-chevron-down:before {
  color: #13275f;
  content: "\e929";
}

.ico-phone:before {
  content: "\e928";
}

.ico-sidebar:before {
  content: "\e91e";
}

.ico-download1:before {
  content: "\e91f";
}

.ico-business_search:before {
  content: "\e920";
}

.ico-contact:before {
  content: "\e921";
}

.ico-login:before {
  content: "\e922";
}

.ico-product_finder:before {
  content: "\e923";
}

.ico-arrow_link_mobile:before {
  content: "\e91a";
}

.ico-arrow_back_mobile:before {
  content: "\e91d";
}

.ico-map:before {
  color: #f0f0f0;
  content: "\e900";
}

.ico-info_s:before {
  color: #002364;
  content: "\e92b";
}

.ico-security_alert:before {
  color: #002364;
  content: "\e92a";
}

.ico-chevron_down_2:before {
  content: "\e925";
}

.ico-jobs:before {
  content: "\e901";
}

.ico-sphere:before {
  content: "\e902";
}

.ico-social-youtube:before {
  content: "\e927";
}

.ico-close_tag:before {
  content: "\e926";
}

.ico-show_more_minus:before {
  content: "\e924";
}

.ico-show_more_plus:before {
  content: "\e91c";
}

.ico-quotation:before {
  content: "\e91b";
}

.ico-chevron_up:before {
  content: "\e913";
}

.ico-chevron_left:before {
  content: "\e903";
}

.ico-chevron_right:before {
  content: "\e904";
}

.ico-menu:before {
  content: "\e905";
}

.ico-close:before {
  content: "\e906";
}

.ico-search:before {
  content: "\e907";
}

.ico-more_link:before {
  content: "\e908";
}

.ico-zoom:before {
  content: "\e909";
}

.ico-play:before {
  content: "\e90a";
}

.ico-social-facebook:before {
  content: "\e90c";
}

.ico-social-twitter:before,
.ico-social-x:before {
  content: "\e931";
}

.ico-social-linkedin:before {
  content: "\e90e";
}

.ico-social-xing:before {
  content: "\e90f";
}

.ico-social-twitter-bird:before {
  content: "\e910";
}

.ico-logo_geze:before {
  content: "\e912";
}

.ico-checkmark:before {
  content: "\ea10";
}

.ico-radio-unchecked:before {
  content: "\ea56";
}

.ico-share2:before {
  content: "\ea82";
}

.ico-social-wechat:before {
  content: "\e92c";
}

.ico-social-youku:before {
  content: "\e92d";
}

.ico-social-instagram:before {
  content: "\e92e";
}

.ico-social-pinterest:before {
  content: "\e92f";
}

.ico-social-tiktok:before {
  content: "\e930";
}

body {
  -webkit-font-smoothing: antialiased;
  color: #002364;
  font-family: NeufileGrotesk-RegularExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.25px;
}

.pageWrapper {
  border-top: 60px solid #eff0ec;
  overflow: hidden;
}

.bgPageGrey .pageWrapper {
  background: linear-gradient(
    180deg,
    #f0f0f0 0,
    #f0f0f0 400px,
    hsla(0, 0%, 94%, 0) 0,
    hsla(0, 0%, 94%, 0)
  );
}

.HomePage .pageWrapper,
.searchResults .pageWrapper {
  border-top: 0;
}

@media (max-width: 767px) {
  .HomePage .pageWrapper,
  .searchResults .pageWrapper {
    margin-top: 60px;
  }
}

.HomePage.bgPageGrey .pageWrapper {
  background: linear-gradient(
    180deg,
    #f0f0f0 0,
    #f0f0f0 400px,
    hsla(0, 0%, 94%, 0) 401px,
    hsla(0, 0%, 94%, 0)
  );
}

@media (min-width: 768px) {
  .pageWrapper {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .pageWrapper {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .pageWrapper {
    margin-top: 135px;
  }
}

.contentContainer .container .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.contentContainer p:empty {
  display: none;
}

.contentContainer > section:first-child {
  padding-top: 40px !important;
}

.contentContainer > section.products_products {
  padding-top: 0 !important;
}

.contentContainer .news-single > section:first-child {
  padding-top: 0;
}

.contentContainer
  section:not(:first-child)
  .teaser_group.background-light-grey {
  padding-top: 40px;
}

.contentContainer section.news_pi1,
.contentContainer section.section-news-date {
  margin-bottom: 0;
  padding-bottom: 0;
}

.contentContainer section.news_pi1:first-child .section-tabs {
  padding-top: 40px;
}

.contentContainer
  section.news_pi1:first-child
  .news.news-single
  .article
  .image-stage:first-child {
  margin-top: -40px;
}

.contentContainer
  section.news_pi1:first-child
  .news.news-single
  .article
  .image-stage
  + .section-news-date {
  padding-top: 40px;
}

.contentContainer > section:last-child[class*=" bg"] {
  margin-bottom: 60px;
}

.contentContainer > div:not(:first-child) {
  margin-top: 40px;
}

.select2-multiple option {
  height: 39px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  background-color: #eff0ec;
  border: 0 solid transparent;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  padding: 10px 40px 10px 15px;
  position: relative;
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple:after,
.select2-container--default .select2-selection--single:after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e0e1da;
  color: #002364;
  content: "\e929";
  font-family: geze_ui !important;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 40px;
  line-height: 1;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: none;
  top: 0;
  width: 40px;
}

.select2-container--default .select2-selection--multiple:active:after,
.select2-container--default .select2-selection--multiple:focus:after,
.select2-container--default .select2-selection--single:active:after,
.select2-container--default .select2-selection--single:focus:after {
  background-color: #fddc35;
}

.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--single::placeholder {
  color: #002364;
}

.select2-container--default
  .select2-container--focus
  .select2-selection--single:after,
.select2-container--default.select2-container--open
  .select2-selection--single:after {
  background-color: #fddc35;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 0;
}

.select2-container--default .select2-selection--multiple {
  padding: 0 40px 0 15px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #fddc35;
  border: 0;
  border-radius: 0;
  color: #002364;
  font-size: 14px;
  font-size: 1.4rem;
  height: 23px;
  padding-top: 1px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  bottom: 1px;
  color: #002364;
  position: relative;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  color: #002364;
  height: 39px;
  padding-top: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-search__field {
  margin-top: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-search__field::placeholder {
  color: #002364;
}

.select2-container--default
  .select2-selection--multiple
  .select2-search__field:-ms-input-placeholder {
  color: #002364;
}

.select2-container--default
  .select2-selection--multiple
  .select2-search__field::-ms-input-placeholder {
  color: #002364;
}

.bgPrimaryColor {
  background-color: #002364;
  color: #fff;
}

section .bgGreyLight {
  background-color: #eff0ec;
}

.bgFullWidth .form-control,
.bgFullWidth .select2-container--default .select2-selection,
.bgFullWidth input[type="text"],
.bgFullWidth textarea,
.bgGreyLight .form-control,
.bgGreyLight .select2-container--default .select2-selection,
.bgGreyLight input[type="text"],
.bgGreyLight textarea,
.highlight-offset-grey .form-control,
.highlight-offset-grey .select2-container--default .select2-selection,
.highlight-offset-grey input[type="text"],
.highlight-offset-grey textarea {
  background-color: #fff;
}

.bgFullWidth .select2-container--open .select2-dropdown--below,
.bgGreyLight .select2-container--open .select2-dropdown--below,
.highlight-offset-grey .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #e0e1da;
}

section {
  overflow: hidden;
  padding-bottom: 80px;
}

section.bgFullWidth {
  background: #eff0ec;
}

section.bgFullWidth:first-child {
  padding: 0 0 60px;
}

section.bgFullWidth:first-child .filter .filter-bar.highlight-wide-grey {
  padding-top: 0;
}

section.bgBlue {
  color: #fff;
}

section.bgBlue .container {
  position: relative;
}

section.bgBlue .container:before {
  background-color: #002364;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: -80px -35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

section.bgBlue a {
  color: inherit;
}

section.bgBlueLight .container {
  position: relative;
}

section.bgBlueLight .container:before {
  background-color: #dee3eb;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: -80px -35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

section.bgYellow .container {
  position: relative;
}

section.bgYellow .container:before {
  background-color: #fddc35;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: -80px -35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

section.bgGreyLight .container {
  position: relative;
}

section.bgGreyLight .container:before {
  background-color: #eff0ec;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: -80px -35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

section.bgBlueAction .container {
  position: relative;
}

section.bgBlueAction .container:before {
  background-color: #006eff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: -80px -35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

section .border-actionBlue {
  border-color: #006eff !important;
}

section.section-text-media {
  padding-bottom: 53px;
}

section.section-text-media .textMedia[class*=" highlight"],
section.section-text-media .textMedia[class^="highlight"] {
  padding-bottom: 20px;
}

section.section-text-media.bgBlue,
section.section-text-media.bgGreyLight {
  padding-top: 53px;
}

section + section[class*=" bg"],
section + section[class^="bg"] {
  padding-bottom: 50px;
  padding-top: 50px;
}

section.bgGreyLight + :not(.bgGreyLight),
section.section-text-media.bgFullWidth + section:not(.bgGreyLight),
section.section-text-media[class*=" bg"]
  + section:not(.section-text-media):not([class^="bg"]),
section[class*=" bg"] + section:not([class*=" bg"]) {
  padding-top: 50px;
}

section.section-text-media
  + section:not(.section-text-media):not([class*=" bg"]) {
  padding-top: 20px;
}

section.section-infobox,
section.section-text-media:not([class*=" bg"])
  + .section-infobox:not([class*=" bg"]) {
  padding-top: 0;
}

section.section-text-media + section:not(.section-text-media),
section:not(.section-text-media) {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  section:not(.section-text-media) {
    padding-bottom: 60px;
  }
}

section.section-text-media.bgGreyLight
  + section.bgGreyLight:not(.section-text-media) {
  padding-top: 0;
}

section[class*=" bg"] + .section-service-teasers[class*=" bg"] {
  margin-top: 70px;
}

section .factsModule + .mediaInfo,
section .factsModule + .panelBox,
section .factsModule + .quoteModule,
section .factsModule + .textMedia,
section .mediaInfo + .mediaInfo,
section .mediaInfo + .quoteModule,
section .mediaInfo + .textMedia,
section .panelBox + .mediaInfo,
section .panelBox + .panelBox,
section .panelBox + .quoteModule,
section .panelBox + .textMedia,
section .quoteModule + .mediaInfo,
section .quoteModule + .panelBox,
section .quoteModule + .quoteModule,
section .quoteModule + .textMedia,
section .textMedia + .factsModule,
section .textMedia + .mediaInfo,
section .textMedia + .panelBox,
section .textMedia + .quoteModule {
  margin-top: 60px;
}

section.section-text-media + section.section-media-info {
  padding-bottom: 60px;
}

section.section-service-teasers + section.section-service-teasers {
  padding-top: 40px;
}

section.section-text-media + section.section-accordion {
  margin-top: -10px;
}

section.section-teasers + section.section-teasers {
  margin-top: -20px;
}

section.section-teaser-job {
  padding-top: 60px;
}

section[class*=" bg"] + .section-teasers .teaser_group.background-light-grey {
  margin-top: 60px;
}

section.products_products,
section.section-teasers {
  padding-bottom: 40px;
}

section.section-tabs .tab-content section:last-child {
  padding-bottom: 0;
}

.entryPage .section-text-media.bgFullWidth .intro h1 {
  margin-bottom: 0;
}

.entryPage .section-text-media.bgFullWidth .intro .content {
  margin-top: 35px;
}

.brandPortal #main-footer {
  margin-top: 50px;
}

.gridExample {
  margin-bottom: 40px;
  margin-top: 40px;
}

.hiddenAnimation {
  opacity: 0;
}

.visibleAnimation {
  opacity: 1;
}

.animateFadeIn {
  animation-delay: 0s;
  animation-duration: 3s;
  animation-fill-mode: both;
}

.btn-default {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  background: #002364;
  background-color: #fff;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  position: relative;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}

.btn-default:before {
  background: #002364;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #fff;
}

.btn-default:active:before,
.btn-default:focus:before,
.btn-default:hover:before {
  transform: scale(1);
}

.sameHeight {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.sameHeight .content,
.sameHeight .inner {
  width: 100%;
}

#cookie,
.sameHeight .item {
  display: flex;
}

#cookie {
  background-color: #e0e1da;
  bottom: 0;
  box-sizing: border-box;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  left: 0;
  line-height: 1.5em;
  overflow: hidden;
  position: fixed;
  right: 0;
  z-index: 9999;
}

@media (max-width: 767px) {
  #cookie {
    font-size: 1.4rem;
  }
}

.cc-revoke,
.cc-window {
  background-color: #e0e1da;
  position: static;
}

.cc-floating.cc-window {
  max-width: 100%;
  position: static;
}

.cc-window.cc-banner {
  background-color: #e0e1da;
  color: #002364;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding: 30px 15px;
  position: static;
}

@media (min-width: 768px) {
  .cc-window.cc-banner {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .cc-window.cc-banner {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .cc-window.cc-banner {
    width: 1170px;
  }
}

.cc-btn {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  background: transparent;
  border: 2px solid #002364;
  border-radius: 6px;
  box-shadow: 0 0 1px transparent;
  color: #002364;
  display: inline-block;
  flex: 0;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 13px 50px 11px;
  position: relative;
  text-transform: uppercase;
  transform: translateZ(0);
  transition-property: color;
  vertical-align: middle;
}

.cc-btn,
.cc-btn:before {
  transition-duration: 0.3s;
}

.cc-btn:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.cc-btn:active,
.cc-btn:focus,
.cc-btn:hover {
  color: #fff;
}

.cc-btn:active:before,
.cc-btn:focus:before,
.cc-btn:hover:before {
  transform: scaleX(1);
}

.cc-btn:before {
  background: #fff;
  border-radius: 5px;
  bottom: -2px !important;
  left: -2px;
  right: -2px;
  top: -3px !important;
}

@media (max-width: 767px) {
  .cc-btn {
    flex: 1;
  }
}

.cc-btn:active,
.cc-btn:focus,
.cc-btn:hover {
  color: #002364;
  outline: none;
  outline-offset: inherit;
}

@media (max-width: 767px) {
  .cc-btn {
    display: block;
    margin-top: 30px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

.cc-link {
  opacity: 1;
}

.ie11 .cc-compliance {
  display: inline-block;
}

#main-footer {
  background-color: #272727;
  padding-bottom: 20px;
  padding-top: 40px;
}

@media (max-width: 768px) {
  #main-footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#main-footer .footerNav .col {
  margin-bottom: 20px;
}

#main-footer .footerNav ul {
  font-size: 14px;
  font-size: 1.4rem;
  list-style-position: outside;
  list-style-type: none;
}

#main-footer .footerNav ul,
#main-footer .footerNav ul li {
  margin-left: 0;
  padding-left: 0;
}

#main-footer .footerNav ul li {
  margin-bottom: 10px;
}

#main-footer .share .dropdown-toggle:active,
#main-footer .share .dropdown-toggle:focus {
  text-decoration: none;
}

#main-footer .share .dropdown:before {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  opacity: 0;
  position: absolute;
  top: -75%;
  transform: rotate(180deg);
  visibility: hidden;
  width: 0;
  z-index: 1001;
}

#main-footer .share .dropdown.open:before {
  opacity: 1;
  visibility: visible;
}

#main-footer .share__headline {
  background: #eff0ec;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
}

#main-footer .share__list {
  width: 180px;
}

#main-footer .share__link {
  color: #475882;
  display: inline-block;
  padding: 20px 12px;
}

#main-footer .share__link:hover {
  text-decoration: none;
}

#main-footer .share__link:hover span {
  color: #475882;
}

#main-footer .share__link span {
  color: #000;
  font-size: 16px;
}

#main-footer .share .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-bottom: 16px;
  padding: 0;
  right: auto;
  text-align: center;
  transform: translate(-50%);
}

#main-footer .footerCompany {
  background-color: #eff0ec;
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
  padding: 30px 12px 20px;
}

#main-footer .footerCompany:after,
#main-footer .footerCompany:before {
  content: " ";
  display: table;
}

#main-footer .footerCompany:after {
  clear: both;
}

#main-footer .footerCompany .col {
  margin-bottom: 20px;
}

#main-footer .footerCompany ul {
  font-size: 14px;
  font-size: 1.4rem;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

#main-footer .footerCompany ul li {
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}

#main-footer .footerCompany .more {
  background-color: transparent;
  display: block;
  padding: 0 0 0 12px;
  position: relative;
}

#main-footer .footerCompany .more .fa {
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: 1px;
}

@media (min-width: 768px) {
  #main-footer .footerNav {
    display: table;
    width: 100%;
  }

  #main-footer .footerNav .col {
    display: table-cell;
    float: left;
    width: 25%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  #main-footer .footerNav .col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #main-footer .footerCompany {
    padding: 30px 0;
  }
  .footerNav {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
  }
}

.footerBottom {
  background-color: #002364;
  color: #fff;
  padding: 15px 0 30px;
}

.footerBottom a {
  color: #fff;
  padding: 0 12px;
}

.footerBottom a:hover {
  color: #fff;
}

.footerBottom ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.footerBottom ul li {
  background-image: none;
  float: left;
  padding: 0;
  width: auto;
}

.footerBottom ul li:first-child:before {
  content: "|";
}

@media (max-width: 767px) {
  .footerBottom {
    padding-bottom: 20px;
  }

  .footerBottom ul li.pull-right {
    float: left !important;
  }

  .footerBottom ul li.pull-right:first-child:before {
    content: "";
  }

  .footerBottom ul li.pull-right:first-child:after {
    content: "|";
  }

  .footerBottom ul li.copyright {
    margin-top: 50px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h1,
h2,
h3 {
  line-height: 1.3;
  margin: 0.3em 0 0.4em;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25em;
  margin: 0.3em 0 0.8em;
}

@media (max-width: 991px) {
  h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h1 {
  font-size: 45px;
  font-size: 4.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 35px;
  font-size: 3.5rem;
}

@media (min-width: 992px) {
  .page_home h2 {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .page_home h3 {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    font-size: 3rem;
  }

  .page_home h3 {
    font-size: 55px;
    font-size: 5.5rem;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }

  .page_home h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.topline {
  display: block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .topline {
    margin-bottom: 7px;
  }
}

.teaser-wrapper .topline,
.textMediaTeaser .topline {
  font-size: 12px;
  font-size: 1.2rem;
}

b,
strong {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

img {
  height: auto;
  width: 100%;
}

a,
a:hover {
  color: #002364;
}

a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hyphenate {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

.module {
  border-top: 1px solid #e0e1da;
  margin-top: 45px;
  padding: 45px 0 35px;
}

.module:after,
.module:before {
  content: " ";
  display: table;
}

.module:after {
  clear: both;
}

.module .headline {
  margin-bottom: 15px;
}

.module .headline.centered {
  text-align: center;
}

.module .headline.centered h2 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
  margin-top: 3px;
}

@media screen and (max-width: 480px) {
  .module .headline.centered h2 {
    margin-bottom: 20px;
  }
}

.module .headline.centered p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  .module .headline.centered p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.centered {
  text-align: center !important;
}

.grey-bg {
  background-color: #eff0ec;
}

.grey-bg + .module.borderTop {
  border: none;
}

.more {
  color: #002364;
  display: block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  line-height: 1.8 !important;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.more .underline:hover,
.more:hover .underline {
  text-decoration: underline;
}

.more:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  display: inline-block;
  font-family: geze_ui !important;
  font-size: 28px;
  font-size: 2.8rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2px;
  margin-right: 10px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .more:before {
    margin-right: 12px;
  }
}

.more.download {
  font-weight: 400;
}

.more.download:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
  font-family: geze_ui !important;
  font-size: 40px;
  font-size: 4rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-right: 12px;
  text-transform: none;
}

.more.more_plus {
  height: 1.6em;
  line-height: 1.6em;
  padding-left: 40px;
}

.more.more_plus:before {
  content: "\e91c";
  font-size: 15px;
  font-size: 1.5rem;
  left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0 0 0 5px;
  top: 1px;
}

p a.more:hover {
  text-decoration: underline;
}

p .copyright {
  color: #7e90b2;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
}

.btn,
.it-cc__button {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 1px transparent;
  color: #002364;
  display: inline-block;
  padding: 13px 50px 11px;
  position: relative;
  text-transform: uppercase;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}

.btn:before,
.it-cc__button:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.btn:active,
.btn:focus,
.btn:hover,
.it-cc__button:active,
.it-cc__button:focus,
.it-cc__button:hover {
  color: #fff;
}

.btn:active:before,
.btn:focus:before,
.btn:hover:before,
.it-cc__button:active:before,
.it-cc__button:focus:before,
.it-cc__button:hover:before {
  transform: scaleX(1);
}

.btn:before,
.it-cc__button:before {
  border-radius: 5px;
}

.btn:active,
.btn:focus,
.btn:hover,
.it-cc__button:active,
.it-cc__button:focus,
.it-cc__button:hover {
  color: #002364;
  outline: none;
  outline-offset: inherit;
}

@media (max-width: 767px) {
  .btn,
  .it-cc__button {
    display: block;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.btn-group-lg > .btn,
.btn-group-lg > .it-cc__button,
.btn-lg.it-cc__button,
.btn.btn-lg {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.btn-base.it-cc__button,
.btn-cancel.it-cc__button,
.btn.btn-base,
.btn.btn-cancel,
.btn.it-cc__button-decline,
.btn.it-cc__details-show,
.btn[type="reset"],
.it-cc__button.it-cc__button-decline,
.it-cc__button.it-cc__details-show,
[type="reset"].it-cc__button {
  background: transparent;
  border: 2px solid #002364;
}

.btn-base.it-cc__button:before,
.btn-cancel.it-cc__button:before,
.btn.btn-base:before,
.btn.btn-cancel:before,
.btn.it-cc__button-decline:before,
.btn.it-cc__details-show:before,
.btn[type="reset"]:before,
.it-cc__button.it-cc__button-decline:before,
.it-cc__button.it-cc__details-show:before,
[type="reset"].it-cc__button:before {
  background: #e0e1da;
  bottom: -3px;
  left: -2px;
  right: -2px;
  top: -3px;
}

.btn-primary.it-cc__button,
.btn.btn-primary,
.btn.it-cc__button-accept,
.it-cc__button.it-cc__button-accept {
  background: #fddc35;
  border: none;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.btn-primary.it-cc__button:before,
.btn.btn-primary:before,
.btn.it-cc__button-accept:before,
.it-cc__button.it-cc__button-accept:before {
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.btn-secondary.it-cc__button,
.btn.btn-secondary {
  background: #fddc35;
  border: none;
}

.btn-secondary.it-cc__button:before,
.btn.btn-secondary:before {
  background: #e0e1da;
  border-radius: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.btn-border.it-cc__button,
.btn.btn-border {
  background: var(--btn-bg, transparent);
  border: 2px solid var(--btn-color, #fff);
  border-radius: 5px;
  color: var(--btn-color, #fff);
}

.btn-border.it-cc__button:hover,
.btn.btn-border:hover {
  color: var(--btn-color-hover, #002364);
}

.btn-border.it-cc__button:before,
.btn.btn-border:before {
  background: var(--btn-before-bg, #e0e1da);
  border-radius: 5px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  top: -2px;
}

.btn-search-submit.it-cc__button,
.btn.btn-search-submit {
  align-items: center;
  background: var(--btn-bg, #fddc35);
  border: var(--btn-border, none);
  border-radius: 5px;
  color: var(--btn-color, #002364);
  display: inline-flex;
  flex: 0;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  padding: 0 30px;
}

.btn-search-submit.it-cc__button:hover,
.btn.btn-search-submit:hover {
  color: var(--btn-color-hover, #002364);
}

.btn-search-submit.it-cc__button:before,
.btn.btn-search-submit:before {
  background: var(--btn-before-bg, #e0e1da);
  border-radius: 5px;
}

.btn-search-submit--attached.it-cc__button,
.btn-search-submit--attached.it-cc__button:before,
.btn.btn-search-submit--attached,
.btn.btn-search-submit--attached:before {
  border-radius: 0 5px 5px 0;
}

.btn-dropdown.it-cc__button,
.btn.btn-dropdown {
  border: 2px solid #002364;
  font-size: inherit;
  line-height: 40px;
  padding: 0 15px;
  text-align: left;
}

.btn-dropdown.it-cc__button [class^="ico-"],
.btn.btn-dropdown [class^="ico-"] {
  float: right;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 40px;
}

.btn-dropdown.it-cc__button .ico-chevron_up,
.btn.btn-dropdown .ico-chevron_up {
  display: none;
}

.btn-dropdown.it-cc__button .ico-chevron_down,
.btn.btn-dropdown .ico-chevron_down,
.dropdown.open .btn-dropdown.it-cc__button .ico-chevron_up,
.dropdown.open .btn.btn-dropdown .ico-chevron_up {
  display: block;
}

.dropdown.open .btn-dropdown.it-cc__button .ico-chevron_down,
.dropdown.open .btn.btn-dropdown .ico-chevron_down {
  display: none;
}

.bgFullWidth .btn-base:before,
.bgGreyLight .btn-base:before {
  background: #fff;
}

.bgBlue .btn-base {
  border-color: #fff;
  color: #fff;
}

.bgBlue .btn-base:before {
  background: #fff;
}

.bgBlue .btn-base.btn-secondary,
.bgBlue .btn-base:hover,
.bgBlue .btn-secondary,
.bgFullWidth .btn-base.btn-secondary,
.bgFullWidth .btn-secondary,
.bgGreyLight .btn-base.btn-secondary,
.bgGreyLight .btn-secondary,
.footer_content .btn-base.btn-secondary,
.footer_content .btn-secondary,
.sidebar .toggle-box.active .btn-base.btn-secondary,
.sidebar .toggle-box.active .btn-secondary {
  color: #002364;
}

.bgBlue .btn-base.btn-secondary:before,
.bgBlue .btn-secondary:before,
.bgFullWidth .btn-base.btn-secondary:before,
.bgFullWidth .btn-secondary:before,
.bgGreyLight .btn-base.btn-secondary:before,
.bgGreyLight .btn-secondary:before,
.footer_content .btn-base.btn-secondary:before,
.footer_content .btn-secondary:before,
.sidebar .toggle-box.active .btn-base.btn-secondary:before,
.sidebar .toggle-box.active .btn-secondary:before {
  background: #fff;
}

.bgPrimaryColor .btn-base {
  border-color: #fff;
  color: #fff;
}

.bgPrimaryColor .btn-base:active,
.bgPrimaryColor .btn-base:focus,
.bgPrimaryColor .btn-base:hover {
  color: #002364;
}

.iframeContainer {
  height: auto;
}

.ios .iframeContainer {
  -webkit-overflow-scrolling: touch !important;
  overflow: scroll !important;
}

.iframeContainer[class*=" embed-responsive-"],
.iframeContainer[class^="embed-responsive-"] {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.mobile .iframeContainer[class*=" embed-responsive-"],
.mobile .iframeContainer[class^="embed-responsive-"] {
  border: 1px solid #eff0ec;
}

.iframeContainer[class*=" embed-responsive-"] iframe,
.iframeContainer[class^="embed-responsive-"] iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.iframeContainer.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.iframeContainer.embed-responsive-9by16 {
  padding-bottom: 177.78%;
}

.iframeContainer.embed-responsive-9by32 {
  padding-bottom: 355.55%;
}

.iframeContainer.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.iframeContainer iframe {
  border: 0;
}

.section-iFrame__col12 .content {
  width: 100%;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .btn:before,
  .it-cc__button:before {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
}

.loader {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  display: flex;
  height: 100%;
  left: 0;
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loader--productFaceting {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.spinner {
  font-size: 10px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}

.spinner > div {
  animation: sk-stretchdelay 1.2s ease-in-out infinite;
  background-color: #006eff;
  display: inline-block;
  height: 100%;
  margin: 0 3px 0 0;
  width: 7px;
}

.spinner .rect2 {
  animation-delay: -1.1s;
}

.spinner .rect3 {
  animation-delay: -1s;
}

.spinner .rect4 {
  animation-delay: -0.9s;
}

.spinner .rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

a.underlined {
  text-decoration: underline;
}

a.underlined:hover {
  text-decoration: none;
}

.tooltip_templates {
  display: none;
}

.news-date {
  padding-inline-end: 0.5rem;
}

.img-wrap {
  height: 0;
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 67%;
  position: relative;
  width: 100%;
}

.img-wrap:first-child {
  margin-top: 0;
}

.section-text-media .img-wrap {
  height: auto;
  overflow: visible;
  padding-bottom: 0;
}

.img-wrap img {
  display: inline-block;
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-text-media .img-wrap img {
  position: static;
}

.flag-icon,
.flag-icon-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.flag-icon {
  display: inline-block;
  line-height: 1em;
  position: relative;
  width: 1.3333333333em;
}

.flag-icon:before {
  content: " ";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ad.svg);
}

.flag-icon-ad.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ad.svg);
}

.flag-icon-ae {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ae.svg);
}

.flag-icon-ae.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ae.svg);
}

.flag-icon-af {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_af.svg);
}

.flag-icon-af.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_af.svg);
}

.flag-icon-ag {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ag.svg);
}

.flag-icon-ag.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ag.svg);
}

.flag-icon-ai {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ai.svg);
}

.flag-icon-ai.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ai.svg);
}

.flag-icon-al {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_al.svg);
}

.flag-icon-al.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_al.svg);
}

.flag-icon-am {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_am.svg);
}

.flag-icon-am.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_am.svg);
}

.flag-icon-ao {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ao.svg);
}

.flag-icon-ao.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ao.svg);
}

.flag-icon-aq {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_aq.svg);
}

.flag-icon-aq.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_aq.svg);
}

.flag-icon-ar {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ar.svg);
}

.flag-icon-ar.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ar.svg);
}

.flag-icon-as {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_as.svg);
}

.flag-icon-as.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_as.svg);
}

.flag-icon-at {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_at.svg);
}

.flag-icon-at.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_at.svg);
}

.flag-icon-au {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_au.svg);
}

.flag-icon-au.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_au.svg);
}

.flag-icon-aw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_aw.svg);
}

.flag-icon-aw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_aw.svg);
}

.flag-icon-ax {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ax.svg);
}

.flag-icon-ax.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ax.svg);
}

.flag-icon-az {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_az.svg);
}

.flag-icon-az.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_az.svg);
}

.flag-icon-ba {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ba.svg);
}

.flag-icon-ba.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ba.svg);
}

.flag-icon-bb {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bb.svg);
}

.flag-icon-bb.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bb.svg);
}

.flag-icon-bd {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bd.svg);
}

.flag-icon-bd.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bd.svg);
}

.flag-icon-be {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_be.svg);
}

.flag-icon-be.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_be.svg);
}

.flag-icon-bf {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bf.svg);
}

.flag-icon-bf.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bf.svg);
}

.flag-icon-bg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bg.svg);
}

.flag-icon-bg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bg.svg);
}

.flag-icon-bh {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bh.svg);
}

.flag-icon-bh.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bh.svg);
}

.flag-icon-bi {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bi.svg);
}

.flag-icon-bi.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bi.svg);
}

.flag-icon-bj {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bj.svg);
}

.flag-icon-bj.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bj.svg);
}

.flag-icon-bl {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bl.svg);
}

.flag-icon-bl.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bl.svg);
}

.flag-icon-bm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bm.svg);
}

.flag-icon-bm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bm.svg);
}

.flag-icon-bn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bn.svg);
}

.flag-icon-bn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bn.svg);
}

.flag-icon-bo {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bo.svg);
}

.flag-icon-bo.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bo.svg);
}

.flag-icon-bq {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bq.svg);
}

.flag-icon-bq.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bq.svg);
}

.flag-icon-br {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_br.svg);
}

.flag-icon-br.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_br.svg);
}

.flag-icon-bs {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bs.svg);
}

.flag-icon-bs.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bs.svg);
}

.flag-icon-bt {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bt.svg);
}

.flag-icon-bt.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bt.svg);
}

.flag-icon-bv {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bv.svg);
}

.flag-icon-bv.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bv.svg);
}

.flag-icon-bw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bw.svg);
}

.flag-icon-bw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bw.svg);
}

.flag-icon-by {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_by.svg);
}

.flag-icon-by.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_by.svg);
}

.flag-icon-bz {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_bz.svg);
}

.flag-icon-bz.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_bz.svg);
}

.flag-icon-ca {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ca.svg);
}

.flag-icon-ca.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ca.svg);
}

.flag-icon-cc {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cc.svg);
}

.flag-icon-cc.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cc.svg);
}

.flag-icon-cd {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cd.svg);
}

.flag-icon-cd.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cd.svg);
}

.flag-icon-cf {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cf.svg);
}

.flag-icon-cf.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cf.svg);
}

.flag-icon-cg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cg.svg);
}

.flag-icon-cg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cg.svg);
}

.flag-icon-ch {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ch.svg);
}

.flag-icon-ch.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ch.svg);
}

.flag-icon-ci {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ci.svg);
}

.flag-icon-ci.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ci.svg);
}

.flag-icon-ck {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ck.svg);
}

.flag-icon-ck.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ck.svg);
}

.flag-icon-cl {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cl.svg);
}

.flag-icon-cl.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cl.svg);
}

.flag-icon-cm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cm.svg);
}

.flag-icon-cm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cm.svg);
}

.flag-icon-cn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cn.svg);
}

.flag-icon-cn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cn.svg);
}

.flag-icon-co {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_co.svg);
}

.flag-icon-co.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_co.svg);
}

.flag-icon-cr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cr.svg);
}

.flag-icon-cr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cr.svg);
}

.flag-icon-cu {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cu.svg);
}

.flag-icon-cu.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cu.svg);
}

.flag-icon-cv {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cv.svg);
}

.flag-icon-cv.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cv.svg);
}

.flag-icon-cw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cw.svg);
}

.flag-icon-cw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cw.svg);
}

.flag-icon-cx {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cx.svg);
}

.flag-icon-cx.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cx.svg);
}

.flag-icon-cy {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cy.svg);
}

.flag-icon-cy.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cy.svg);
}

.flag-icon-cz {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_cz.svg);
}

.flag-icon-cz.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_cz.svg);
}

.flag-icon-de {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_de.svg);
}

.flag-icon-de.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_de.svg);
}

.flag-icon-dj {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_dj.svg);
}

.flag-icon-dj.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_dj.svg);
}

.flag-icon-dk {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_dk.svg);
}

.flag-icon-dk.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_dk.svg);
}

.flag-icon-dm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_dm.svg);
}

.flag-icon-dm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_dm.svg);
}

.flag-icon-do {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_do.svg);
}

.flag-icon-do.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_do.svg);
}

.flag-icon-dz {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_dz.svg);
}

.flag-icon-dz.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_dz.svg);
}

.flag-icon-ec {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ec.svg);
}

.flag-icon-ec.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ec.svg);
}

.flag-icon-ee {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ee.svg);
}

.flag-icon-ee.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ee.svg);
}

.flag-icon-eg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_eg.svg);
}

.flag-icon-eg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_eg.svg);
}

.flag-icon-eh {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_eh.svg);
}

.flag-icon-eh.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_eh.svg);
}

.flag-icon-er {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_er.svg);
}

.flag-icon-er.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_er.svg);
}

.flag-icon-es {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_es.svg);
}

.flag-icon-es.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_es.svg);
}

.flag-icon-et {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_et.svg);
}

.flag-icon-et.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_et.svg);
}

.flag-icon-fi {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_fi.svg);
}

.flag-icon-fi.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_fi.svg);
}

.flag-icon-fj {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_fj.svg);
}

.flag-icon-fj.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_fj.svg);
}

.flag-icon-fk {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_fk.svg);
}

.flag-icon-fk.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_fk.svg);
}

.flag-icon-fm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_fm.svg);
}

.flag-icon-fm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_fm.svg);
}

.flag-icon-fo {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_fo.svg);
}

.flag-icon-fo.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_fo.svg);
}

.flag-icon-fr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_fr.svg);
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_fr.svg);
}

.flag-icon-ga {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ga.svg);
}

.flag-icon-ga.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ga.svg);
}

.flag-icon-gb {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gb.svg);
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gb.svg);
}

.flag-icon-gd {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gd.svg);
}

.flag-icon-gd.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gd.svg);
}

.flag-icon-ge {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ge.svg);
}

.flag-icon-ge.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ge.svg);
}

.flag-icon-gf {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gf.svg);
}

.flag-icon-gf.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gf.svg);
}

.flag-icon-gg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gg.svg);
}

.flag-icon-gg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gg.svg);
}

.flag-icon-gh {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gh.svg);
}

.flag-icon-gh.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gh.svg);
}

.flag-icon-gi {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gi.svg);
}

.flag-icon-gi.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gi.svg);
}

.flag-icon-gl {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gl.svg);
}

.flag-icon-gl.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gl.svg);
}

.flag-icon-gm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gm.svg);
}

.flag-icon-gm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gm.svg);
}

.flag-icon-gn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gn.svg);
}

.flag-icon-gn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gn.svg);
}

.flag-icon-gp {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gp.svg);
}

.flag-icon-gp.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gp.svg);
}

.flag-icon-gq {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gq.svg);
}

.flag-icon-gq.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gq.svg);
}

.flag-icon-gr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gr.svg);
}

.flag-icon-gr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gr.svg);
}

.flag-icon-gs {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gs.svg);
}

.flag-icon-gs.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gs.svg);
}

.flag-icon-gt {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gt.svg);
}

.flag-icon-gt.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gt.svg);
}

.flag-icon-gu {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gu.svg);
}

.flag-icon-gu.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gu.svg);
}

.flag-icon-gw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gw.svg);
}

.flag-icon-gw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gw.svg);
}

.flag-icon-gy {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_gy.svg);
}

.flag-icon-gy.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_gy.svg);
}

.flag-icon-hk {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_hk.svg);
}

.flag-icon-hk.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_hk.svg);
}

.flag-icon-hm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_hm.svg);
}

.flag-icon-hm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_hm.svg);
}

.flag-icon-hn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_hn.svg);
}

.flag-icon-hn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_hn.svg);
}

.flag-icon-hr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_hr.svg);
}

.flag-icon-hr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_hr.svg);
}

.flag-icon-ht {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ht.svg);
}

.flag-icon-ht.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ht.svg);
}

.flag-icon-hu {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_hu.svg);
}

.flag-icon-hu.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_hu.svg);
}

.flag-icon-id {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_id.svg);
}

.flag-icon-id.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_id.svg);
}

.flag-icon-ie {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ie.svg);
}

.flag-icon-ie.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ie.svg);
}

.flag-icon-il {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_il.svg);
}

.flag-icon-il.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_il.svg);
}

.flag-icon-im {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_im.svg);
}

.flag-icon-im.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_im.svg);
}

.flag-icon-in {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_in.svg);
}

.flag-icon-in.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_in.svg);
}

.flag-icon-io {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_io.svg);
}

.flag-icon-io.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_io.svg);
}

.flag-icon-iq {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_iq.svg);
}

.flag-icon-iq.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_iq.svg);
}

.flag-icon-ir {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ir.svg);
}

.flag-icon-ir.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ir.svg);
}

.flag-icon-is {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_is.svg);
}

.flag-icon-is.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_is.svg);
}

.flag-icon-it {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_it.svg);
}

.flag-icon-it.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_it.svg);
}

.flag-icon-je {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_je.svg);
}

.flag-icon-je.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_je.svg);
}

.flag-icon-jm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_jm.svg);
}

.flag-icon-jm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_jm.svg);
}

.flag-icon-jo {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_jo.svg);
}

.flag-icon-jo.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_jo.svg);
}

.flag-icon-jp {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_jp.svg);
}

.flag-icon-jp.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_jp.svg);
}

.flag-icon-ke {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ke.svg);
}

.flag-icon-ke.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ke.svg);
}

.flag-icon-kg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_kg.svg);
}

.flag-icon-kg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_kg.svg);
}

.flag-icon-kh {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_kh.svg);
}

.flag-icon-kh.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_kh.svg);
}

.flag-icon-ki {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ki.svg);
}

.flag-icon-ki.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ki.svg);
}

.flag-icon-km {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_km.svg);
}

.flag-icon-km.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_km.svg);
}

.flag-icon-kn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_kn.svg);
}

.flag-icon-kn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_kn.svg);
}

.flag-icon-kp {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_kp.svg);
}

.flag-icon-kp.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_kp.svg);
}

.flag-icon-kr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_kr.svg);
}

.flag-icon-kr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_kr.svg);
}

.flag-icon-kw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_kw.svg);
}

.flag-icon-kw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_kw.svg);
}

.flag-icon-ky {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ky.svg);
}

.flag-icon-ky.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ky.svg);
}

.flag-icon-kz {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_kz.svg);
}

.flag-icon-kz.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_kz.svg);
}

.flag-icon-la {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_la.svg);
}

.flag-icon-la.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_la.svg);
}

.flag-icon-lb {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_lb.svg);
}

.flag-icon-lb.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_lb.svg);
}

.flag-icon-lc {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_lc.svg);
}

.flag-icon-lc.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_lc.svg);
}

.flag-icon-li {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_li.svg);
}

.flag-icon-li.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_li.svg);
}

.flag-icon-lk {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_lk.svg);
}

.flag-icon-lk.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_lk.svg);
}

.flag-icon-lr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_lr.svg);
}

.flag-icon-lr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_lr.svg);
}

.flag-icon-ls {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ls.svg);
}

.flag-icon-ls.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ls.svg);
}

.flag-icon-lt {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_lt.svg);
}

.flag-icon-lt.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_lt.svg);
}

.flag-icon-lu {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_lu.svg);
}

.flag-icon-lu.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_lu.svg);
}

.flag-icon-lv {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_lv.svg);
}

.flag-icon-lv.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_lv.svg);
}

.flag-icon-ly {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ly.svg);
}

.flag-icon-ly.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ly.svg);
}

.flag-icon-ma {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ma.svg);
}

.flag-icon-ma.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ma.svg);
}

.flag-icon-mc {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mc.svg);
}

.flag-icon-mc.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mc.svg);
}

.flag-icon-md {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_md.svg);
}

.flag-icon-md.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_md.svg);
}

.flag-icon-me {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_me.svg);
}

.flag-icon-me.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_me.svg);
}

.flag-icon-mf {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mf.svg);
}

.flag-icon-mf.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mf.svg);
}

.flag-icon-mg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mg.svg);
}

.flag-icon-mg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mg.svg);
}

.flag-icon-mh {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mh.svg);
}

.flag-icon-mh.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mh.svg);
}

.flag-icon-mk {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mk.svg);
}

.flag-icon-mk.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mk.svg);
}

.flag-icon-ml {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ml.svg);
}

.flag-icon-ml.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ml.svg);
}

.flag-icon-mm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mm.svg);
}

.flag-icon-mm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mm.svg);
}

.flag-icon-mn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mn.svg);
}

.flag-icon-mn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mn.svg);
}

.flag-icon-mo {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mo.svg);
}

.flag-icon-mo.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mo.svg);
}

.flag-icon-mp {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mp.svg);
}

.flag-icon-mp.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mp.svg);
}

.flag-icon-mq {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mq.svg);
}

.flag-icon-mq.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mq.svg);
}

.flag-icon-mr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mr.svg);
}

.flag-icon-mr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mr.svg);
}

.flag-icon-ms {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ms.svg);
}

.flag-icon-ms.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ms.svg);
}

.flag-icon-mt {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mt.svg);
}

.flag-icon-mt.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mt.svg);
}

.flag-icon-mu {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mu.svg);
}

.flag-icon-mu.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mu.svg);
}

.flag-icon-mv {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mv.svg);
}

.flag-icon-mv.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mv.svg);
}

.flag-icon-mw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mw.svg);
}

.flag-icon-mw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mw.svg);
}

.flag-icon-mx {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mx.svg);
}

.flag-icon-mx.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mx.svg);
}

.flag-icon-my {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_my.svg);
}

.flag-icon-my.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_my.svg);
}

.flag-icon-mz {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_mz.svg);
}

.flag-icon-mz.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_mz.svg);
}

.flag-icon-na {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_na.svg);
}

.flag-icon-na.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_na.svg);
}

.flag-icon-nc {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_nc.svg);
}

.flag-icon-nc.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_nc.svg);
}

.flag-icon-ne {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ne.svg);
}

.flag-icon-ne.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ne.svg);
}

.flag-icon-nf {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_nf.svg);
}

.flag-icon-nf.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_nf.svg);
}

.flag-icon-ng {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ng.svg);
}

.flag-icon-ng.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ng.svg);
}

.flag-icon-ni {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ni.svg);
}

.flag-icon-ni.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ni.svg);
}

.flag-icon-nl {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_nl.svg);
}

.flag-icon-nl.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_nl.svg);
}

.flag-icon-no {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_no.svg);
}

.flag-icon-no.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_no.svg);
}

.flag-icon-np {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_np.svg);
}

.flag-icon-np.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_np.svg);
}

.flag-icon-nr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_nr.svg);
}

.flag-icon-nr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_nr.svg);
}

.flag-icon-nu {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_nu.svg);
}

.flag-icon-nu.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_nu.svg);
}

.flag-icon-nz {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_nz.svg);
}

.flag-icon-nz.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_nz.svg);
}

.flag-icon-om {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_om.svg);
}

.flag-icon-om.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_om.svg);
}

.flag-icon-pa {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pa.svg);
}

.flag-icon-pa.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pa.svg);
}

.flag-icon-pe {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pe.svg);
}

.flag-icon-pe.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pe.svg);
}

.flag-icon-pf {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pf.svg);
}

.flag-icon-pf.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pf.svg);
}

.flag-icon-pg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pg.svg);
}

.flag-icon-pg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pg.svg);
}

.flag-icon-ph {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ph.svg);
}

.flag-icon-ph.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ph.svg);
}

.flag-icon-pk {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pk.svg);
}

.flag-icon-pk.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pk.svg);
}

.flag-icon-pl {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pl.svg);
}

.flag-icon-pl.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pl.svg);
}

.flag-icon-pm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pm.svg);
}

.flag-icon-pm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pm.svg);
}

.flag-icon-pn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pn.svg);
}

.flag-icon-pn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pn.svg);
}

.flag-icon-pr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pr.svg);
}

.flag-icon-pr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pr.svg);
}

.flag-icon-ps {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ps.svg);
}

.flag-icon-ps.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ps.svg);
}

.flag-icon-pt {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pt.svg);
}

.flag-icon-pt.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pt.svg);
}

.flag-icon-pw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_pw.svg);
}

.flag-icon-pw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_pw.svg);
}

.flag-icon-py {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_py.svg);
}

.flag-icon-py.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_py.svg);
}

.flag-icon-qa {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_qa.svg);
}

.flag-icon-qa.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_qa.svg);
}

.flag-icon-re {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_re.svg);
}

.flag-icon-re.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_re.svg);
}

.flag-icon-ro {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ro.svg);
}

.flag-icon-ro.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ro.svg);
}

.flag-icon-rs {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_rs.svg);
}

.flag-icon-rs.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_rs.svg);
}

.flag-icon-ru {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ru.svg);
}

.flag-icon-ru.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ru.svg);
}

.flag-icon-rw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_rw.svg);
}

.flag-icon-rw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_rw.svg);
}

.flag-icon-sa {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sa.svg);
}

.flag-icon-sa.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sa.svg);
}

.flag-icon-sb {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sb.svg);
}

.flag-icon-sb.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sb.svg);
}

.flag-icon-sc {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sc.svg);
}

.flag-icon-sc.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sc.svg);
}

.flag-icon-sd {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sd.svg);
}

.flag-icon-sd.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sd.svg);
}

.flag-icon-se {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_se.svg);
}

.flag-icon-se.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_se.svg);
}

.flag-icon-sg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sg.svg);
}

.flag-icon-sg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sg.svg);
}

.flag-icon-sh {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sh.svg);
}

.flag-icon-sh.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sh.svg);
}

.flag-icon-si {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_si.svg);
}

.flag-icon-si.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_si.svg);
}

.flag-icon-sj {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sj.svg);
}

.flag-icon-sj.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sj.svg);
}

.flag-icon-sk {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sk.svg);
}

.flag-icon-sk.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sk.svg);
}

.flag-icon-sl {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sl.svg);
}

.flag-icon-sl.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sl.svg);
}

.flag-icon-sm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sm.svg);
}

.flag-icon-sm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sm.svg);
}

.flag-icon-sn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sn.svg);
}

.flag-icon-sn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sn.svg);
}

.flag-icon-so {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_so.svg);
}

.flag-icon-so.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_so.svg);
}

.flag-icon-sr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sr.svg);
}

.flag-icon-sr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sr.svg);
}

.flag-icon-ss {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ss.svg);
}

.flag-icon-ss.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ss.svg);
}

.flag-icon-st {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_st.svg);
}

.flag-icon-st.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_st.svg);
}

.flag-icon-sv {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sv.svg);
}

.flag-icon-sv.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sv.svg);
}

.flag-icon-sx {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sx.svg);
}

.flag-icon-sx.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sx.svg);
}

.flag-icon-sy {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sy.svg);
}

.flag-icon-sy.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sy.svg);
}

.flag-icon-sz {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_sz.svg);
}

.flag-icon-sz.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_sz.svg);
}

.flag-icon-tc {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tc.svg);
}

.flag-icon-tc.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tc.svg);
}

.flag-icon-td {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_td.svg);
}

.flag-icon-td.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_td.svg);
}

.flag-icon-tf {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tf.svg);
}

.flag-icon-tf.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tf.svg);
}

.flag-icon-tg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tg.svg);
}

.flag-icon-tg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tg.svg);
}

.flag-icon-th {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_th.svg);
}

.flag-icon-th.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_th.svg);
}

.flag-icon-tj {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tj.svg);
}

.flag-icon-tj.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tj.svg);
}

.flag-icon-tk {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tk.svg);
}

.flag-icon-tk.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tk.svg);
}

.flag-icon-tl {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tl.svg);
}

.flag-icon-tl.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tl.svg);
}

.flag-icon-tm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tm.svg);
}

.flag-icon-tm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tm.svg);
}

.flag-icon-tn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tn.svg);
}

.flag-icon-tn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tn.svg);
}

.flag-icon-to {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_to.svg);
}

.flag-icon-to.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_to.svg);
}

.flag-icon-tr {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tr.svg);
}

.flag-icon-tr.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tr.svg);
}

.flag-icon-tt {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tt.svg);
}

.flag-icon-tt.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tt.svg);
}

.flag-icon-tv {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tv.svg);
}

.flag-icon-tv.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tv.svg);
}

.flag-icon-tw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tw.svg);
}

.flag-icon-tw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tw.svg);
}

.flag-icon-tz {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_tz.svg);
}

.flag-icon-tz.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_tz.svg);
}

.flag-icon-ua {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ua.svg);
}

.flag-icon-ua.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ua.svg);
}

.flag-icon-ug {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ug.svg);
}

.flag-icon-ug.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ug.svg);
}

.flag-icon-um {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_um.svg);
}

.flag-icon-um.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_um.svg);
}

.flag-icon-us {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_us.svg);
}

.flag-icon-us.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_us.svg);
}

.flag-icon-uy {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_uy.svg);
}

.flag-icon-uy.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_uy.svg);
}

.flag-icon-uz {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_uz.svg);
}

.flag-icon-uz.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_uz.svg);
}

.flag-icon-va {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_va.svg);
}

.flag-icon-va.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_va.svg);
}

.flag-icon-vc {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_vc.svg);
}

.flag-icon-vc.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_vc.svg);
}

.flag-icon-ve {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ve.svg);
}

.flag-icon-ve.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ve.svg);
}

.flag-icon-vg {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_vg.svg);
}

.flag-icon-vg.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_vg.svg);
}

.flag-icon-vi {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_vi.svg);
}

.flag-icon-vi.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_vi.svg);
}

.flag-icon-vn {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_vn.svg);
}

.flag-icon-vn.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_vn.svg);
}

.flag-icon-vu {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_vu.svg);
}

.flag-icon-vu.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_vu.svg);
}

.flag-icon-wf {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_wf.svg);
}

.flag-icon-wf.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_wf.svg);
}

.flag-icon-ws {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ws.svg);
}

.flag-icon-ws.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ws.svg);
}

.flag-icon-ye {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_ye.svg);
}

.flag-icon-ye.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_ye.svg);
}

.flag-icon-yt {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_yt.svg);
}

.flag-icon-yt.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_yt.svg);
}

.flag-icon-za {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_za.svg);
}

.flag-icon-za.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_za.svg);
}

.flag-icon-zm {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_zm.svg);
}

.flag-icon-zm.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_zm.svg);
}

.flag-icon-zw {
  background-image: url(../Images/Icons/Flags/4x3/flag_4x3_zw.svg);
}

.flag-icon-zw.flag-icon-squared {
  background-image: url(../Images/Icons/Flags/1x1/flag_1x1_zw.svg);
}

@media (max-width:998px) {
  .section-text-media.bgGreyLight + .section-text-media.bgGreyLight {
    padding-top: 0;
  }

  .textMedia .content {
    line-height: inherit;
  }

  .textMedia .content .btn,
  .textMedia .content .it-cc__button {
    margin-top: 20px;
  }

  .textMedia .content a.more:first-of-type {
    margin-top: 30px;
  }

  .textMedia .content p > a.more {
    margin-top: 25px;
  }

  .textMedia .content p > a.more:first-of-type {
    margin-top: 0;
  }

  .textMedia .content .facts span p {
    margin: 0;
    padding: 0;
  }

  .textMedia.intro .topline {
    margin-bottom: 0;
  }

  .textMedia.intro .content p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px;
    margin-bottom: 1.8em;
  }

  .textMedia.intro .content ol,
  .textMedia.intro .content ul {
    font-size: 24px;
    line-height: 1.2;
  }

  .textMedia.intro .content ol.factslist,
  .textMedia.intro .content ul.factslist {
    font-size: 22px;
    line-height: 30px;
  }

  .textMedia.intro .content .contentCol .factslist {
    font-size: 20px;
    line-height: 28px;
  }

  .textMedia.intro .content .contentCol .factslist-item:before {
    height: 8px;
    width: 18px;
  }
}

@media (max-width: 991px) {
  .textMedia.intro .content ol,
  .textMedia.intro .content p,
  .textMedia.intro .content ul {
    font-size: 18px;
  }
}

@media {
  .textMedia.subIntro .content p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 1.8em;
  }

  .textMedia.subIntro .content ol,
  .textMedia.subIntro .content ul {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .textMedia.subIntro .content ol,
  .textMedia.subIntro .content p,
  .textMedia.subIntro .content ul {
    font-size: 18px;
  }
}

@media {
  .factsModule .content ol,
  .factsModule .content ul {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .facts .content ol,
  .facts .content p,
  .facts .content ul,
  .factsModule .content p,
  .textMedia .content ol,
  .textMedia .content p,
  .textMedia .content ul {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .page_home .facts .content p,
  .page_home .factsModule .content p,
  .page_home .textMedia .content p {
    font-size: 16px;
  }

  .facts .content ul,
  .factsModule .content ul,
  .textMedia .content ul {
    list-style-position: outside;
    list-style-type: none;
    margin-left: 0;
    overflow: hidden;
    padding: 0.5rem 0;
  }

  .facts .content ul li,
  .factsModule .content ul li,
  .textMedia .content ul li {
    line-height: 1.5em;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
  }

  .facts .content ul li:before,
  .factsModule .content ul li:before,
  .textMedia .content ul li:before {
    color: #002364;
    content: "■";
    font-size: 9px;
    font-size: 0.9rem;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: baseline;
  }

  .facts .content li,
  .factsModule .content li,
  .textMedia .content li {
    line-height: 1.5em;
  }

  .facts .content li:before,
  .factsModule .content li:before,
  .textMedia .content li:before {
    bottom: 2px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .facts .content li:last-child,
  .factsModule .content li:last-child,
  .textMedia .content li:last-child {
    margin-bottom: 16px;
  }

  .facts .content ul:last-child li:last-child,
  .factsModule .content ul:last-child li:last-child,
  .textMedia .content ul:last-child li:last-child {
    margin-bottom: 0;
  }

  .facts .content .more + .more,
  .facts .content .more + br + .more,
  .factsModule .content .more + .more,
  .factsModule .content .more + br + .more,
  .textMedia .content .more + .more,
  .textMedia .content .more + br + .more {
    margin-top: 15px;
  }

  .facts .content .more + br,
  .factsModule .content .more + br,
  .textMedia .content .more + br {
    display: none;
  }

  .factsModule .content ul {
    padding-bottom: 0;
  }

  .textMedia .media + .content h2 {
    max-width: inherit;
  }

  .textMedia + .accordion,
  .textMedia + .service-teaser {
    margin-top: 60px;
  }

  .textMedia + .imageGallery {
    background-color: #fff;
    margin-top: 40px;
  }

  .textMedia .content h3:first-child,
  .textMedia .content > .media + h3 {
    margin-top: 0;
  }
}

.textMedia h1 {
  margin-bottom: 35px;
}

.textMedia h1 .appendix {
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.25;
  padding-top: 15px;
}

.textMedia h2 {
  margin-bottom: 35px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .textMedia h2 {
    margin-bottom: 15px;
  }
}

.textMedia h3 {
  margin-bottom: 25px;
  margin-top: 30px;
}

.textMedia h3:first-child {
  margin-top: 0.2em;
}

.textMedia h4 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.textMedia h4:first-child {
  margin-top: 0;
}

.textMedia .content {
  line-height: 1.5;
  text-align: left;
}

.textMedia .content.col-xs-11 {
  width: 95%;
}

.textMedia .content p {
  margin: 0 0 16px;
}

.textMedia .content p a:not(.more) {
  color: inherit;
  text-decoration: underline;
}

.textMedia .content p a:not(.more):active,
.textMedia .content p a:not(.more):focus,
.textMedia .content p a:not(.more):hover {
  color: #475882;
}

.textMedia .content p .more {
  font-size: 1.6rem;
}

.textMedia .content li > a:not(.more) {
  color: inherit;
  text-decoration: underline;
}

.textMedia .content li > a:not(.more):active,
.textMedia .content li > a:not(.more):focus,
.textMedia .content li > a:not(.more):hover {
  color: #475882;
}

.textMedia .content ul {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5rem 0;
}

.textMedia .content ul li {
  line-height: 1.5em;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.textMedia .content ul li:before {
  color: #002364;
  content: "■";
  font-size: 9px;
  font-size: 0.9rem;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: baseline;
}

.bgBlue .textMedia .content ul li:before {
  color: #fff;
}

.textMedia .content ul.linklist {
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

.textMedia .content ul.linklist li {
  padding-left: 0;
  text-indent: 0;
}

.textMedia .content ul.linklist li:before {
  content: "";
}

.textMedia .content ul.linklist li a {
  background-color: #777;
  display: block;
  margin-bottom: 2px;
  padding: 8px 15px 5px;
}

.textMedia .content ul.linklist li:after,
.textMedia .content ul.linklist li:before {
  content: " ";
  display: table;
}

.textMedia .content ul.linklist li:after {
  clear: both;
}

.textMedia .content ul + .showmore,
.textMedia .content ul + .showmore .content-wrapper {
  margin-top: 15px;
}

.textMedia .content ul + .showmore.showmore2,
.textMedia .content ul + .showmore.showmore2 .content-wrapper {
  margin-top: 0;
}

.textMedia .content ul + .showmore.showmore2 .content-wrapper .factslist {
  margin-top: -13px;
}

.textMedia .content ol {
  list-style: decimal;
  padding-left: 1.25em;
}

.textMedia .content ol li {
  padding-left: 0.25em;
}

.textMedia .content .factslist-item {
  padding-left: 40px;
  position: relative;
  text-indent: 0;
}

.textMedia .content .factslist-item:before {
  border-bottom: 2px solid #002364;
  border-left: 2px solid #002364;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  width: 20px;
}

.textMedia .content h3 + table {
  margin-bottom: 15px;
  margin-top: 13px;
}

.textMedia .content h3 + .linklist {
  margin-top: 13px;
}

.textMedia .content .media {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .textMedia .content .media {
    padding-left: 0;
    padding-right: 0;
  }
}

.textMedia .media {
  display: table;
  margin-bottom: 40px;
  position: relative;
}

.textMedia .media p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
  padding-top: 15px;
  position: relative;
}

.textMedia .media + div.link-list {
  display: inline-block;
}

.textMedia .media + div.link-list a.more:first-child {
  margin-top: 0;
}

.textMedia.mediaOnly .media {
  margin-bottom: 0;
}

.textMedia.left .content .media {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .textMedia.left .content .media {
    float: left;
    padding-left: 0;
    padding-right: 30px;
  }

  .textMedia.left .content .media + .contentCol {
    padding-left: 0;
  }

  .textMedia.left .content .media.col-md-6 {
    padding-right: 0;
  }
}

@media (min-width: 991px) {
  .textMedia.left .content .media.col-md-6 {
    padding-right: 30px;
  }
}

.textMedia.left .content ul {
  display: inline;
}

.textMedia.left .content ul li {
  overflow: hidden;
}

@media (min-width: 767px) and (max-width: 991px) {
  .textMedia.left.intro .content .media {
    width: 66.6666666667%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .textMedia.left.intro.withImage {
    padding-top: 20px;
  }

  .textMedia.left.intro.withImage h1 {
    margin-bottom: 25px;
  }
}

.textMedia.right .content .media {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .textMedia.right .content .media {
    float: right;
    padding-left: 30px;
    padding-right: 0;
  }

  .textMedia.right .content .media + .contentCol {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .textMedia.right .content .media.col-md-6 {
    padding-left: 0;
  }
}

@media (min-width: 991px) {
  .textMedia.right .content .media.col-md-6 {
    padding-left: 30px;
  }
}

.textMedia.right .content ul {
  display: inline;
}

.textMedia.right .content ul li {
  overflow: hidden;
}

.textMedia.textOnly .content {
  padding: 0;
}

.textMedia.center .media {
  display: inline-block;
  float: none;
  margin: auto auto 30px;
  width: auto;
}

.textMedia.center .media img {
  margin: auto;
  max-width: 940px;
  width: 100%;
}

.textMedia.center .media p {
  max-width: 940px;
}

.textMedia.center .content {
  padding: 0;
}

.textMedia.center .video {
  display: block;
  width: 100%;
}

.textMedia.center .video p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 15px 0 0;
}

.textMedia.left .media.video,
.textMedia.right .media.video {
  width: 461px;
}

@media (max-width: 768px) {
  .textMedia.left .media.video p,
  .textMedia.right .media.video p {
    max-width: 100%;
  }
}

.textMedia.left[class*="highlight-color-"] .content,
.textMedia.right[class*="highlight-color-"] .content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .textMedia.left[class*="highlight-color-"] .content,
  .textMedia.right[class*="highlight-color-"] .content {
    display: block;
  }
}

.textMedia.left[class*="highlight-color-"] .media,
.textMedia.right[class*="highlight-color-"] .media {
  overflow: visible;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}

.textMedia.left[class*="highlight-color-"] .media:after,
.textMedia.left[class*="highlight-color-"] .media:before,
.textMedia.right[class*="highlight-color-"] .media:after,
.textMedia.right[class*="highlight-color-"] .media:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

.textMedia.left[class*="highlight-color-"] .media:before,
.textMedia.right[class*="highlight-color-"] .media:before {
  bottom: 40%;
  top: 0;
}

.textMedia.left[class*="highlight-color-"] .media:after,
.textMedia.right[class*="highlight-color-"] .media:after {
  bottom: 0;
  top: 40%;
}

.textMedia.left[class*="highlight-color-"] .media img,
.textMedia.right[class*="highlight-color-"] .media img {
  position: relative;
  z-index: 1;
}

.textMedia.left[class*="highlight-color-"].left .media,
.textMedia.right[class*="highlight-color-"].left .media {
  padding-left: 60px;
}

.textMedia.left[class*="highlight-color-"].left .media:after,
.textMedia.left[class*="highlight-color-"].left .media:before,
.textMedia.right[class*="highlight-color-"].left .media:after,
.textMedia.right[class*="highlight-color-"].left .media:before {
  left: 0;
  right: 37%;
}

@media (min-width: 992px) {
  .textMedia.left[class*="highlight-color-"].left .media:after,
  .textMedia.left[class*="highlight-color-"].left .media:before,
  .textMedia.right[class*="highlight-color-"].left .media:after,
  .textMedia.right[class*="highlight-color-"].left .media:before {
    left: -50px;
  }
}

.textMedia.left[class*="highlight-color-"].right .media,
.textMedia.right[class*="highlight-color-"].right .media {
  padding-right: 60px;
}

.textMedia.left[class*="highlight-color-"].right .media:after,
.textMedia.left[class*="highlight-color-"].right .media:before,
.textMedia.right[class*="highlight-color-"].right .media:after,
.textMedia.right[class*="highlight-color-"].right .media:before {
  left: 37%;
  right: 0;
}

@media (min-width: 992px) {
  .textMedia.left[class*="highlight-color-"].right .media:after,
  .textMedia.left[class*="highlight-color-"].right .media:before,
  .textMedia.right[class*="highlight-color-"].right .media:after,
  .textMedia.right[class*="highlight-color-"].right .media:before {
    right: -50px;
  }
}

.textMedia.left.highlight-color-yellow .media:after,
.textMedia.left.highlight-color-yellow .media:before,
.textMedia.right.highlight-color-yellow .media:after,
.textMedia.right.highlight-color-yellow .media:before {
  background-color: #fddc35;
}

.textMedia.left.highlight-color-blue .media:after,
.textMedia.left.highlight-color-blue .media:before,
.textMedia.right.highlight-color-blue .media:after,
.textMedia.right.highlight-color-blue .media:before {
  background-color: #002364;
}

.textMedia.left.highlight-color-grey .media:after,
.textMedia.left.highlight-color-grey .media:before,
.textMedia.right.highlight-color-grey .media:after,
.textMedia.right.highlight-color-grey .media:before {
  background-color: #eff0ec;
}

@media (max-width: 767px) {
  .textMedia.left .media,
  .textMedia.right .media {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 100% !important;
    width: 100%;
  }

  .textMedia.left .media img,
  .textMedia.right .media img {
    margin: auto;
    max-width: 100% !important;
  }

  .textMedia.left .media p,
  .textMedia.right .media p {
    margin-left: auto;
    margin-right: auto;
  }
}

.textMedia + .textMedia {
  margin-top: 45px;
}

@media (max-width: 767px) {
  .textMedia.xs-mediaOrder > .row {
    display: flex;
    flex-flow: column nowrap;
  }

  .textMedia.xs-mediaOrder .xs-order-1 {
    margin-bottom: 0;
    margin-top: 40px;
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .textMedia.sm-mediaOrder > .row {
    display: flex;
    flex-flow: column nowrap;
  }

  .textMedia.sm-mediaOrder .sm-order-1 {
    margin-bottom: 0;
    margin-top: 40px;
    order: 1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .textMedia.md-mediaOrder > .row {
    display: flex;
    flex-flow: column nowrap;
  }

  .textMedia.md-mediaOrder .md-order-1 {
    margin-bottom: 0;
    margin-top: 40px;
    order: 1;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .textMedia.lg-mediaOrder > .row {
    display: flex;
    flex-flow: column nowrap;
  }

  .textMedia.lg-mediaOrder .lg-order-1 {
    margin-bottom: 0;
    margin-top: 40px;
    order: 1;
  }
}

@media (min-width: 1600px) {
  .textMedia.xl-mediaOrder > .row {
    display: flex;
    flex-flow: column nowrap;
  }

  .textMedia.xl-mediaOrder .xl-order-1 {
    margin-bottom: 0;
    margin-top: 40px;
    order: 1;
  }
}

.fauxLink:hover > .textMedia h3 {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .featureBox .textMedia .content {
    padding-top: 50px;
  }
}

.quoteModule > span {
  display: block;
  margin-bottom: 50px;
}

.quoteModule strong {
  display: block;
  margin-bottom: 12px;
}

.quoteModule p {
  color: #006eff;
  font-size: 30px;
  font-size: 3rem;
  font-style: italic;
}

.quoteModule .author {
  color: #002364;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin-top: 16px;
}

.quoteModule .icon-angle-double-down {
  padding-right: 12px;
}

.factsModule {
  margin-left: 10%;
}

.factsModule > span {
  border-left: 15px solid #fddc35;
  display: block;
  margin-bottom: 50px;
  padding-left: 23px;
}

.facts > span strong {
  color: #006eff;
}

@media (max-width: 767px) {
  .facts {
    margin-bottom: 20px;
  }
}

.facts > span,
.factsModule > div {
  border-left: 15px solid #fddc35;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 20px 23px;
  vertical-align: bottom;
}

.facts strong,
.factsModule strong {
  display: block;
  font-size: 8rem;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .facts strong,
  .factsModule strong {
    font-size: 6rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .off-right .textMedia.right .media img {
    max-width: 600px !important;
    width: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .off-right .textMedia.right .media img {
    max-width: 600px !important;
    width: auto;
  }
}

@media (min-width: 1600px) {
  .off-right .textMedia.right .media img {
    margin-right: -100px;
    max-width: 810px !important;
    width: auto;
  }
}

.textMedia .content p:last-child {
  margin-bottom: 0;
}

.link-list,
.link-list .more {
  position: relative;
}

.link-list .more {
  clear: both;
  display: inline-block;
  line-height: 1;
  margin-top: 40px;
  padding-left: 57px;
  width: 100%;
}

.link-list .more .fa {
  margin-left: 9px;
  margin-top: 1px;
  top: 0;
}

.link-list .more:before {
  margin-left: -45px;
  position: relative;
  text-decoration: none;
}

.link-list .more + .more,
.link-list .more + br + .more,
.link-list .more.download {
  margin-top: 15px;
}

.link-list:first-child .more:first-child {
  margin-top: 0;
}

.downloadPreviewImage {
  background: #fff;
  border-radius: 0;
  bottom: 100%;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  left: 70px;
  max-height: 250px;
  max-width: 250px;
  opacity: 0;
  padding: 1px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease-out;
}

.android .downloadPreviewImage,
.ios .downloadPreviewImage {
  display: none;
}

.downloadPreviewImage:after {
  border-color: transparent transparent #fff #fff;
  border-style: solid;
  border-width: 5px;
  bottom: -10px;
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  width: 0;
}

.downloadPreview {
  overflow: visible;
}

.downloadPreview:hover .downloadPreviewImage {
  opacity: 1;
}

.downloadPreview img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.sidebar {
  border-radius: 3px 0 0 3px;
  min-width: 60px;
  position: absolute;
  right: 0;
  top: 210px;
  z-index: 1001;
}

.sidebar.animation-active {
  transition: opacity 0.2s ease-out, transform 0.3s ease;
}

.sidebar.animation-active .toggle-box {
  transition: width 0.25s ease;
}

.sidebar.animation-active .sidebar-content {
  transition: transform 0.25s ease;
}

.sidebar.animation-active select {
  transition: background-color 0.2s ease-in-out;
}

.sidebar.animation-active .sidebar-button {
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1199px) {
  .sidebar {
    display: none;
    z-index: 0;
  }
}

@media (min-width: 1200px) and (max-height: 850px) {
  .sidebar {
    -ms-overflow-style: none;
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: none;
    top: 150px;
    z-index: 9999;
  }

  .sidebar::-webkit-scrollbar {
    display: none;
  }

  .sidebar::-webkit-scrollbar,
  .sidebar::-webkit-scrollbar-thumb {
    background-color: transparent;
    width: 0;
  }
}

.sidebar h3 {
  font-size: 25px;
}

.scroll-initial .sidebar {
  opacity: 0;
}

.sidebar.affix {
  position: fixed;
  top: 50px;
  transform: translateY(78px);
}

.meta-active .sidebar.affix {
  top: 68px;
  transform: translateY(80px);
}

.sidebar.active-item .sidebar-list {
  overflow-y: initial;
}

.sidebar .sidebar-list {
  height: 100%;
  overflow-y: auto;
  position: relative;
  width: 100%;
}

@media (max-width: 1199px) {
  .sidebar .sidebar-list {
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .sidebar .sidebar-list {
    padding-top: 30px;
  }
}

.sidebar .toggle-box {
  background: #002364;
  clear: both;
  color: #fff;
  float: right;
  height: 70px;
  margin-bottom: 1px;
  overflow: hidden;
  position: relative;
  width: 70px;
}

@media (max-width: 1599px) {
  .sidebar .toggle-box {
    height: 60px;
    width: 60px;
  }
}

@media (max-width: 1199px) {
  .sidebar .toggle-box {
    border-bottom: 1px solid #fff;
    float: none;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .HomePage .sidebar .toggle-box.active-desktop {
    background: #002364;
    border-left: 15px solid #fddc35;
    color: #fff;
    height: 0;
    margin-left: 15px;
    max-width: 518px;
    min-height: 60px;
    min-width: 60px;
    padding-bottom: calc(100% - 30px);
    width: 100%;
    z-index: 2100;
  }

  .HomePage .sidebar .toggle-box.active-desktop .sidebar-content {
    transform: translateX(0);
  }

  .HomePage .sidebar .toggle-box.active-desktop .sidebar-button {
    display: none;
    left: 20px;
    position: absolute;
    text-align: left;
    top: 20px;
  }

  .HomePage .sidebar .toggle-box.active-desktop .icon {
    font-size: 50px;
    font-weight: 400;
    margin: -10px 10px 0 -5px;
  }
}

.sidebar .toggle-box.active {
  background: #002364;
  border-left: 15px solid #fddc35;
  color: #fff;
  height: 0;
  margin-left: 15px;
  max-width: 518px;
  min-height: 60px;
  min-width: 60px;
  padding-bottom: calc(100% - 30px);
  width: 100%;
  z-index: 2100;
}

.sidebar .toggle-box.active .sidebar-content {
  transform: translateX(0);
}

.sidebar .toggle-box.active .sidebar-button {
  display: none;
  left: 20px;
  position: absolute;
  text-align: left;
  top: 20px;
}

.sidebar .toggle-box.active .icon {
  font-size: 50px;
  font-weight: 400;
  margin: -10px 10px 0 -5px;
}

@media (min-width: 1200px) {
  .sidebar .toggle-box.active {
    width: 518px;
  }
}

@media (max-width: 1199px) {
  .sidebar .toggle-box.active {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: 0;
    overflow-y: scroll;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sidebar .toggle-box.active {
    border-left: 0;
  }
}

.sidebar .toggle-box .button-label {
  display: none;
}

@media (max-width: 1199px) {
  .sidebar .toggle-box .button-label {
    display: inline-block;
    padding-left: 5px;
  }
}

.sidebar .icon {
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 1599px) {
  .sidebar .icon {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .sidebar .icon {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .sidebar .icon {
    line-height: 70px;
  }
}

.sidebar .sidebar-header {
  display: inline-block;
  margin: 0 0 10px;
  max-width: 80%;
}

.sidebar .sidebar-header h3 {
  margin: 0;
}

@media (max-width: 767px) {
  .sidebar .sidebar-header h3 + span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sidebar .sidebar-inner {
  margin-top: 20px;
}

.sidebar .sidebar-content {
  padding: 30px;
  position: relative;
  transform: translateX(100%);
}

@media (max-width: 767px) {
  .sidebar .sidebar-content {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 30px 15px;
  }
}

.sidebar .sidebar-content .icon {
  vertical-align: top;
}

.sidebar .sidebar-content .icon-control {
  color: #fff;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .sidebar .sidebar-content .icon-control {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
  }
}

.sidebar .sidebar-content .icon-control:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  display: inline-block;
  font-family: geze_ui !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

@media (max-width: 1199px) {
  .sidebar .sidebar-content .icon-control:before {
    content: "\e91a";
    transform: rotate(180deg);
  }
}

.sidebar .sidebar-content ul {
  margin: 20px 0;
  padding: 0;
}

.sidebar .sidebar-content ul li {
  align-items: flex-start;
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  list-style: none;
  padding: 10px 0;
  position: relative;
}

@media (max-width: 767px) {
  .sidebar .sidebar-content ul li {
    align-items: flex-start;
    border-top: 1px solid #e0e1da;
    flex-direction: column;
    padding: 15px 0;
  }
}

.sidebar .sidebar-content ul li a {
  color: #fff;
}

.sidebar .sidebar-content .info {
  display: inline-block;
  max-width: 45%;
  vertical-align: top;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .sidebar .sidebar-content .info {
    display: block;
    max-width: 100%;
  }
}

.sidebar .sidebar-content .info span {
  display: block;
}

.sidebar .sidebar-content .info .meta {
  font-size: 13px;
  white-space: normal;
}

.sidebar .sidebar-content .more,
.sidebar .sidebar-content .tel-link {
  float: right;
}

@media (max-width: 480px) {
  .sidebar .sidebar-content .more,
  .sidebar .sidebar-content .tel-link {
    display: block;
    float: none;
  }
}

.sidebar .sidebar-content .more {
  font-size: 16px;
}

.sidebar .sidebar-content label {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 480px) {
  .sidebar .sidebar-content label {
    display: block;
  }
}

.sidebar .sidebar-content input,
.sidebar .sidebar-content select {
  background-color: #193973;
  border: none;
  border-bottom: 2px solid #fddc35;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  height: 38px;
  outline: none;
  padding: 10px;
  width: 200px;
}

@media (max-width: 767px) {
  .sidebar .sidebar-content input,
  .sidebar .sidebar-content select {
    width: 100%;
  }
}

.sidebar .sidebar-content input::placeholder {
  color: #fff;
}

.sidebar .sidebar-content select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 35px;
  position: relative;
}

.sidebar .sidebar-content select::-ms-expand {
  display: none;
}

.sidebar .sidebar-content select:focus,
.sidebar .sidebar-content select:focus::-ms-value {
  background-color: #002364;
}

.sidebar .sidebar-content .select {
  float: right;
  position: relative;
  width: 200px;
}

@media (max-width: 767px) {
  .sidebar .sidebar-content .select {
    margin-top: 10px;
    width: 100%;
  }
}

.sidebar .sidebar-content .select select {
  float: none;
  line-height: inherit;
  margin-top: 0;
}

.sidebar .sidebar-content .select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 10px;
  margin-top: -8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}

.sidebar .sidebar-content .has-error .checkbox,
.sidebar .sidebar-content .has-error .control-label,
.sidebar .sidebar-content .has-error .help-block,
.sidebar .sidebar-content .has-error .radio {
  color: #fff;
}

.sidebar .sidebar-content .with-errors ul li {
  border: 0;
  font-size: 14px;
  padding: 0;
}

.sidebar .sidebar-content .help-block.with-errors h4 {
  display: none;
}

.sidebar .sidebar-content .has-error .help-block.with-errors {
  background: #fff;
  border: none;
  border-radius: 0;
  bottom: 40px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  color: #002364;
  display: block;
  left: auto;
  padding: 0 10px;
  position: absolute;
  right: -100px;
  text-align: center;
  transform: translate(-50%);
  width: 200px;
}

.sidebar .sidebar-content .has-error .help-block.with-errors h4 {
  background: #eff0ec;
  color: #002364;
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  text-transform: none;
}

.sidebar .sidebar-content .has-error .help-block.with-errors ul {
  margin: 10px 0;
}

@media (max-width: 1199px) {
  .sidebar .sidebar-content .has-error .help-block.with-errors {
    left: 50%;
    right: auto;
  }
}

.sidebar .sidebar-content .has-error .help-block.with-errors:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -9px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  transform: rotate(180deg);
  width: 0;
  z-index: 1001;
}

.sidebar .sidebar-content button.disabled {
  opacity: 1;
}

.sidebar
  .sidebar-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

.sidebar
  .sidebar-content
  .select2-container--default
  .select2-selection--single,
.sidebar
  .sidebar-content
  .select2-container--default
  .select2-selection--single:after {
  background-color: #193973;
  color: #fff;
}

.sidebar
  .sidebar-content
  .select2-container--default
  .select2-selection--single {
  padding-left: 10px;
}

.sidebar .sidebar-content .select2-container {
  border-bottom: 2px solid #fddc35;
  width: 100% !important;
}

.sidebar .contactBox .sidebar-content ul li {
  font-size: 18px;
  padding: 7px 0;
}

.sidebar form {
  position: relative;
}

.sidebar form input,
.sidebar form select {
  float: right;
}

@media (max-width: 480px) {
  .sidebar form input,
  .sidebar form select {
    display: inline-block;
    float: none;
    margin-top: 15px;
  }
}

.sidebar form .form-group {
  margin-bottom: 0;
  padding: 15px 0;
  position: relative;
}

@media (max-width: 767px) {
  .sidebar form .form-group {
    padding: 15px 0 20px;
  }

  .sidebar form .form-group:after,
  .sidebar form .form-group:before {
    content: " ";
    display: table;
  }

  .sidebar form .form-group:after {
    clear: both;
  }

  .sidebar form .form-group .help-block {
    margin: 0;
  }
}

.sidebar form .require-hint {
  display: none;
}

.sidebar form button {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .sidebar form button {
    margin-top: 20px;
  }
}

.sidebar .sidebar-button {
  color: #fff;
  display: inline-block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 1200px) {
  .sidebar .sidebar-button {
    text-align: center;
  }

  .sidebar .sidebar-button:hover {
    background-color: #fddc35;
    color: #002364;
  }
}

.sidebar .sidebar-button:focus {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .sidebar .sidebar-button:after {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91a";
    font-family: geze_ui !important;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: calc(50% - 5px);
  }
}

.sidebar .select-wrapper {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .sidebar .select-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  html.sidebar-active,
  html.sidebar-active body {
    height: 100%;
    overflow-y: hidden;
    position: relative;
  }
}

html.sidebar-active .header .navbar > .container:before {
  box-shadow: none;
}

@media (max-width: 480px) {
  html.sidebar-active .header .navbar > .container:before {
    background: #002364;
  }
}

@media (max-width: 1199px) {
  html.sidebar-active .sidebar {
    display: block;
  }

  html.sidebar-active .sidebar.affix,
  html.sidebar-active .sidebar.affix-top {
    opacity: 1;
  }

  html.sidebar-active .sidebar {
    background: #002364;
    border-radius: 0;
    bottom: 0;
    left: calc(100% - 460px);
    position: fixed;
    right: 0;
    top: 59px;
    z-index: 1001;
  }
}

@media (max-width: 480px) {
  html.sidebar-active .sidebar {
    left: 0;
  }
}

html.sidebar-active .header .navbar > .container .sidebar-header-button {
  border-left: none;
}

html.sidebar-active
  .header
  .navbar
  > .container
  .sidebar-header-button
  .ico-close {
  display: inline-block;
}

html.sidebar-active .header .navbar > .container .productfinder-header-button,
html.sidebar-active
  .header
  .navbar
  > .container
  .sidebar-header-button
  .ico-sidebar,
html.sidebar-active.sidebar-elemente-active
  .header
  .navbar
  > .container
  .productfinder-header-button {
  display: none;
}

html.sidebar-active.sidebar-elemente-active
  .header
  .navbar
  > .container
  .sidebar-header-button {
  background: #002364;
  color: #fff;
}

@media (max-width: 480px) {
  html.sidebar-active.sidebar-elemente-active
    .header
    .navbar
    > .container:before {
    background: #002364;
  }
}

@media (max-width: 1199px) {
  .sidebar-active.sidebar-elemente-active
    .select2-container--open
    .select2-dropdown--below {
    border-top: 0;
    margin-top: -2px;
    z-index: 9999;
  }

  .sidebar-active .sidebar {
    z-index: 1001;
  }
}

.searchbox input[type="submit"] {
  background: none;
  border: none;
  padding: 0;
  text-transform: uppercase;
}

.searchbox input[type="submit"]:hover {
  text-decoration: underline;
}

.searchbox form {
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.searchbox .input {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1199px) {
  .searchbox .input input.input__field--manami {
    flex: 0 0 80%;
  }
}

@media (max-width: 767px) {
  .searchbox .input input.input__field--manami {
    flex: 0 0 70%;
  }
}

.searchbox input {
  background-color: #eff0ec;
  border: 0 solid transparent;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  color: #002364;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  margin: 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.searchbox input::placeholder {
  color: #002364;
}

.searchbox input:focus {
  border-left: 5px solid #fddc35;
  border-right: 5px solid #fddc35;
  padding: 10px;
}

.searchbox .btn,
.searchbox .it-cc__button {
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .searchbox .btn,
  .searchbox .it-cc__button {
    background: #fddc35;
    border: none;
    font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
      sans-serif;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
}

.searchbox .autocomplete-container {
  margin-right: 15px;
  position: relative;
  width: 100%;
}

@media (max-width: 480px) {
  .searchbox .autocomplete-container {
    margin-right: 5px;
    position: static;
  }
}

.pughound-results-container {
  background-color: #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
  z-index: 9999;
}

.pughound-list {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}

.pughound-list:empty {
  padding: 0;
}

.pughound-list-item {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.pughound-link {
  color: #002364;
  display: block;
  font-family: NeufileGrotesk-RegularExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 7px 20px;
}

.pughound-link:focus,
.pughound-link:hover {
  background-color: #eff0ec;
}

.searchbox .pughound-counter,
.searchbox .pughound-text {
  display: inline-block;
}

.searchbox .pughound-highlight {
  font-family: NeufileGrotesk-BoldExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.searchbox .pre-button-label {
  flex: 0 0 auto;
  font-size: 15px;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .searchbox .pre-button-label {
    flex: 1 0 auto;
    margin-right: 10px;
    margin-top: 10px;
  }
}

.has-dot-com-search .searchbox .input {
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .has-dot-com-search .searchbox .input {
    align-items: baseline;
    justify-content: space-between;
  }
}

.has-dot-com-search .searchbox .autocomplete-container {
  flex: 1 0 40%;
  width: auto;
}

@media (max-width: 1199px) {
  .has-dot-com-search .searchbox .autocomplete-container {
    flex: 1 0 100%;
    margin-right: 0;
  }

  .has-dot-com-search .searchbox .button-wrap {
    display: inline-flex;
    flex: 1 0 auto;
    margin-top: 10px;
  }
}

.has-dot-com-search .searchbox .btn-base.it-cc__button,
.has-dot-com-search .searchbox .btn.btn-base {
  flex: 1 0 auto;
}

.has-dot-com-search .searchbox .btn-base.it-cc__button + .btn,
.has-dot-com-search .searchbox .btn-base.it-cc__button + .it-cc__button,
.has-dot-com-search .searchbox .btn.btn-base + .btn,
.has-dot-com-search .searchbox .btn.btn-base + .it-cc__button {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .has-dot-com-search .searchbox .btn-base.it-cc__button + .btn,
  .has-dot-com-search .searchbox .btn-base.it-cc__button + .it-cc__button,
  .has-dot-com-search .searchbox .btn.btn-base + .btn,
  .has-dot-com-search .searchbox .btn.btn-base + .it-cc__button {
    margin-left: 10px;
  }
}

.navbar .pre-button-label {
  color: #fff;
}

@media (max-width: 1199px) {
  .navbar .full_menu .pre-button-label {
    color: #002364;
  }
}

.contentContainer .searchbox form {
  padding-left: 0;
  padding-right: 0;
}

.contentContainer .searchbox form .btn-base.it-cc__button,
.contentContainer .searchbox form .btn.btn-base {
  background: #fddc35;
  border: none;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .contentContainer .searchbox form .btn-base.it-cc__button,
  .contentContainer .searchbox form .btn.btn-base {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    width: auto;
  }
}

.contentContainer .searchbox form .btn-base.it-cc__button:before,
.contentContainer .searchbox form .btn.btn-base:before {
  background: #fff;
}

.imgZoomDiv {
  cursor: pointer;
  position: relative;
}

.imgZoomDiv:before {
  background-image: radial-gradient(
    ellipse at bottom right,
    rgba(0, 0, 0, 0.6) 0,
    transparent 60%
  );
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  z-index: 2;
}

.imgZoomDiv .icon {
  background-color: hsla(0, 0%, 100%, 0.9);
  bottom: 0;
  color: #002364;
  font-size: 24px;
  height: 41px;
  line-height: 41px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.5s ease;
  width: 41px;
  z-index: 2;
}

@media (max-width: 767px) {
  .imgZoomDiv .icon {
    display: none !important;
  }
}

.imgZoomDiv:hover:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .imgZoomDiv:hover:before {
    opacity: 0;
  }
}

.imgZoomDiv:hover .icon {
  color: #475882;
}

.modalZoomImage {
  text-align: center;
}

.modalZoomImage .modal-dialog {
  display: inline-block;
  text-align: left;
  width: auto;
}

@media (min-width: 768px) {
  .modalZoomImage .modal-dialog {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .modalZoomImage .modal-dialog {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .modalZoomImage .modal-dialog {
    max-width: 1200px;
  }
}

.modalZoomImage .modal-content {
  padding: 60px;
}

.modalZoomImage .modal-content .imgContainer {
  margin: 0;
}

@media (max-width: 480px) {
  .modalZoomImage .modal-content-wrapper {
    padding: 0;
  }
}

.modalZoomImage .modal-header {
  border-bottom: none;
}

.modalZoomImage button.close {
  right: 20px;
  top: 20px;
}

.modal {
  overflow: hidden;
  z-index: 2100;
}

@media (max-width: 767px) {
  .modal {
    content: "small-device";
  }
}

.modal .modal-body {
  padding: 0;
}

.modal .imgContainer {
  margin: 0;
}

.modal button.close {
  background-color: transparent;
  border: 0;
  color: #002364;
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

.modal button.close:focus .icon {
  color: #002364;
}

.modal button.close:hover .icon {
  color: #475882;
}

.modal .modal-content {
  background-color: #eff0ec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  width: 100%;
}

.modal .modal-content img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 70vh;
  max-width: 100%;
  width: auto;
}

.modal h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

.modal .slick-slider {
  padding: 0 80px;
}

.modal .slick-slider .slick-track {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.modal .slick-slider .slick-arrow {
  color: #002364;
  padding: 0 40px;
  top: 50%;
}

.modal .slick-slider .slick-arrow .icon {
  font-size: 40px;
  font-size: 4rem;
}

.modal .slick-slider .slick-arrow.slick-prev {
  left: 0;
}

.modal .slick-slider .slick-arrow.slick-next {
  right: 0;
}

.modal .slick-slider .slick-arrow:focus .icon {
  color: #002364;
}

.modal .slick-slider .slick-arrow:hover .icon {
  color: #475882;
}

.modal .description {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 30px 0 0;
}

.modal .description .js-sliderGalleryInfo {
  padding: 0;
  text-align: right;
}

.modal .description p {
  margin: 0;
  padding: 0;
}

.panelBox {
  border: 3px solid #e0e1da;
  box-sizing: border-box;
  display: flex;
  padding: 30px;
  width: 100%;
}

@media (max-width: 767px) {
  .panelBox {
    display: table;
  }
}

.panelBox.bgBlueLight {
  background-color: #dee3eb;
  border: none;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .panelBox .panel-body {
    padding-right: 16.6666666667%;
  }
}

.panelBox h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.panelBox .img-wrap {
  flex-shrink: 0;
  height: auto;
  margin-right: 30px;
  max-width: 200px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .panelBox .img-wrap {
    float: none;
    margin: auto auto 30px;
  }
}

.panelBox .img-wrap img {
  position: static;
}

.panelBox .more {
  margin-top: 30px;
}

.panelBox .more + .more {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .panelBox .more {
    margin-top: 40px;
  }

  .panelBox .more + .more {
    margin-top: 15px;
  }
}

.panelBox p a:not(.more) {
  text-decoration: underline;
}

.panelBox p > .more {
  margin-top: 20px;
}

.panelBox p > .more.download {
  margin-bottom: 20px;
}

.panelBox p:last-child .download:last-child {
  margin-bottom: 0;
}

.section-infobox .img-wrap svg {
  max-height: inherit;
  max-width: 170px;
}

.video-module {
  height: 0;
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.video-module:first-child {
  margin-top: 0;
}

.video-module--active .video-module__poster {
  display: none;
}

.video-module embed,
.video-module iframe,
.video-module object,
.video-module__poster {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.video-module.js-cc-not-consented {
  height: auto;
  padding-bottom: 0;
}

.video-module__poster {
  cursor: pointer;
  z-index: 3;
}

.video-module__icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-module__poster-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: static;
  transform: none;
  transition: initial;
}

[data-module="form"] .error-message,
[data-module="form"] .success-message {
  display: none;
}

[data-module="form"] .more {
  background-color: transparent;
  border: none;
  margin-top: 10px;
  padding-left: 0;
}

[data-module="form"] textarea {
  -webkit-overflow-scrolling: touch;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #eff0ec;
  border: 0 solid transparent;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  height: 40px;
  padding: 10px 40px 10px 15px;
  position: relative;
  width: 100% !important;
}

.select2-container--default .select2-selection--single:after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e0e1da;
  color: #002364;
  content: "\e929";
  font-family: geze_ui !important;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 40px;
  line-height: 1;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: none;
  top: 0;
  width: 40px;
}

.select2-container--default .select2-selection--single:active:after,
.select2-container--default .select2-selection--single:focus:after {
  background-color: #fddc35;
}

.select2-container--default .select2-selection--single::placeholder {
  color: #002364;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #002364;
  line-height: 20px;
  padding: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #002364;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e0e1da;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fddc35;
  color: #002364;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #eff0ec;
  color: #002364;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #475882;
  display: none;
}

.select2-search--dropdown {
  padding: 15px;
}

.select2-dropdown {
  border: 1px solid #e0e1da;
  border-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #eff0ec;
}

.select2-results {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 16px;
}

.select2-results__option {
  padding: 6px 15px;
}

.serviceTeaser a {
  color: inherit;
}

.serviceTeaser h3 {
  text-transform: uppercase;
}

.serviceTeaser img {
  height: auto;
  max-width: 150px;
}

.toolsTeaser {
  margin-top: 40px;
  text-align: left;
}

@media (min-width: 992px) {
  .toolsTeaser {
    margin-top: 0;
  }
}

.toolsTeaser a {
  border: 1px solid #002364;
  color: inherit;
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.toolsTeaser .content {
  margin-top: 25px;
}

.toolsTeaser h3 {
  font-size: 2rem;
}

.toolsTeaser img {
  align-self: center;
  height: auto;
  max-width: 100%;
  width: auto;
}

.toolsTeaser .more {
  margin-top: 25px;
}

.scroll-progress .to-top {
  display: block;
}

.mobile.scroll-progress .to-top {
  display: none;
}

.footer-visible .to-top {
  bottom: auto;
  position: absolute;
  top: -60px;
}

@media (min-width: 1600px) {
  .footer-visible .to-top {
    top: -70px;
  }
}

.to-top {
  background-color: #002364;
  border: none;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  display: none;
  height: 60px;
  position: fixed;
  right: 0;
  transition: all 0.2s ease-in-out;
  width: 60px;
  z-index: 1000;
}

.to-top:hover {
  background-color: #fddc35;
  color: #002364;
}

@media (min-width: 1600px) {
  .to-top {
    height: 70px;
    width: 70px;
  }
}

.to-top .ico-chevron_up {
  font-size: 12px;
}

@media (min-width: 1600px) {
  .to-top .ico-chevron_up {
    font-size: 15px;
  }
}

.bannerImage {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}

.bannerImage a {
  align-self: center;
  color: inherit;
}

.bannerImage img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.textMediaTeaser {
  margin-bottom: 40px;
}

.textMediaTeaser .media {
  margin-bottom: 30px;
}

.textMediaTeaser h3 {
  font-size: 20px;
}

.filter-results .textMediaTeaser:not(.withImage) > a {
  background: #dee3eb;
  display: block;
  padding: 15px;
}

.textMediaTeaser.boxed {
  color: #fff;
}

.textMediaTeaser.boxed .content {
  background: #002364;
  padding: 30px;
}

.textMediaTeaser.boxed .content:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  font-family: geze_ui !important;
  font-size: 140px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  margin-left: -60px;
  position: absolute;
  text-decoration: none;
  text-transform: none;
}

.textMediaTeaser.boxed h3 {
  margin-top: 150px;
}

.textMediaTeaser .content > strong {
  display: block;
  font-weight: 400;
  margin-top: 30px;
}

.textMediaTeaser a {
  color: inherit;
}

.textMediaTeaser:hover a .underline,
.textMediaTeaser:hover a h3 {
  text-decoration: underline;
}

.textMediaTeaser .more {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .textMediaTeaser .more {
    margin-top: 15px;
  }
}

.textMediaTeaser.quote h3 {
  font-size: 24px;
  font-weight: 400;
}

.textMediaTeaser .img-wrap {
  padding-bottom: 67%;
}

.resultTeaser {
  background-color: #e5e9ef;
  margin-top: 30px;
  text-align: left;
}

.resultTeaser:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .resultTeaser {
    margin-top: 0;
  }
}

.more--resultTeaser {
  align-items: center;
  display: flex;
  margin-top: 8px;
}

.teaser_results .load-more--resultTeaser {
  margin-top: 65px;
}

.resultTeaser--is-highlight {
  position: relative;
}

.resultTeaser--is-highlight .resultTeaser__image:before {
  background: url(../Images/layout/status_highlight.svg) 0 0 no-repeat
    transparent;
  content: "";
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}

.resultTeaser__image-wrap {
  display: block;
  position: relative;
}

.resultTeaser--is-highlight .resultTeaser__image-wrap:before {
  background: url(../Images/layout/status_highlight.svg) 0 0 no-repeat
    transparent;
  content: "";
  height: 75px;
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
}

.resultTeaser__image {
  border: 1px solid #e0e1da;
  height: auto;
  max-width: 100%;
}

.resultTeaser__content {
  padding: 25px 15px;
}

.resultTeaser__productname {
  margin: 0;
}

.resultTeaser__meta {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0;
  margin-top: 8px;
  overflow: hidden;
}

[data-module="productfinder"] .wrapper {
  margin-bottom: 20px;
}

[data-module="productfinder"] .wrapper .category-item:last-child {
  border-bottom: 1px solid #e0e1da;
}

[data-module="productfinder"] [data-showmore] {
  display: none;
  margin: 20px 0;
}

[data-module="productfinder"] [data-showmore] .more {
  color: #fff;
  float: none;
}

[data-module="productfinder"] .category-item {
  border-top: 1px solid #e0e1da;
  color: #eff0ec;
  opacity: 0.5;
  padding: 15px 0;
  position: relative;
}

[data-module="productfinder"] .category-item .category-item-content {
  display: none;
}

[data-module="productfinder"] .category-item [data-chosen] {
  cursor: pointer;
  line-height: 1.8;
  position: absolute;
  right: 0;
  top: 15px;
}

@media (max-width: 767px) {
  [data-module="productfinder"] .category-item [data-chosen] {
    display: block;
    padding-bottom: 10px;
    position: relative;
    top: 10px;
  }
}

[data-module="productfinder"] .category-item [data-prefix] {
  display: inline-block;
  width: calc(100% - 210px);
}

@media (max-width: 767px) {
  [data-module="productfinder"] .category-item [data-prefix] {
    width: 100%;
  }
}

[data-module="productfinder"] .category-item.active {
  color: #fff;
  opacity: 1;
}

[data-module="productfinder"] .category-item.active .category-item-content {
  display: block;
}

[data-module="productfinder"]
  .category-item.active
  .category-item-content:after,
[data-module="productfinder"]
  .category-item.active
  .category-item-content:before {
  content: " ";
  display: table;
}

[data-module="productfinder"]
  .category-item.active
  .category-item-content:after {
  clear: both;
}

[data-module="productfinder"]
  .category-item.active
  .category-item-content
  .select {
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  [data-module="productfinder"]
    .category-item.active
    .category-item-content
    .select {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  [data-module="productfinder"] .category-item.chosen label {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  [data-module="productfinder"] .category-item.chosen label {
    display: block;
  }
}

@media (min-width: 480px) {
  [data-module="productfinder"] .category-item.chosen label,
  [data-module="productfinder"] .category-item.chosen label + [data-chosen] {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  [data-module="productfinder"] .category-item.chosen label + [data-chosen] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

[data-module="productfinder"] .category-item.chosen .category-item-content {
  display: none;
}

[data-module="productfinder"] .category-item.chosen:hover [data-chosen],
[data-module="productfinder"] .category-item.chosen:hover label {
  color: #fddc35;
}

[data-module="productfinder"] .category-item.chosen:active [data-chosen],
[data-module="productfinder"] .category-item.chosen:active label,
[data-module="productfinder"] .category-item.chosen:focus [data-chosen],
[data-module="productfinder"] .category-item.chosen:focus label,
[data-module="productfinder"] .category-item.chosen:visited [data-chosen],
[data-module="productfinder"] .category-item.chosen:visited label {
  color: #fff;
}

[data-module="productfinder"] input,
[data-module="productfinder"] select {
  margin-top: 10px;
}

.select-wrapper {
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .select-wrapper {
    display: block;
  }
}

.hint {
  background: #fff;
  border: none;
  border-radius: 0;
  bottom: 100%;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  display: none;
  margin-bottom: 0;
  padding: 0;
  right: auto;
  text-align: center;
  transform: translate(-50%);
  width: 200px;
  z-index: 1;
}

.hint,
.hint:after {
  left: 50%;
  position: absolute;
}

.hint:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -9px;
  content: "";
  height: 0;
  margin-left: -10px;
  transform: rotate(180deg);
  width: 0;
  z-index: 1001;
}

.hint .headline {
  background: #eff0ec;
  color: #002364;
  position: relative;
}

.hint .headline h4 {
  font-size: 16px;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  text-transform: none;
}

.hint .headline .close:after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #002364;
  content: "\e906";
  display: inline-block;
  font-family: geze_ui !important;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 10px;
  text-transform: none;
  top: calc(50% - 7px);
}

.hint p {
  color: #002364;
  padding: 10px 20px;
  text-align: left;
}

.section-map {
  padding-top: 0 !important;
}

.locationMap {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.locationMap * {
  box-sizing: border-box;
}

.locationMap div.map {
  padding: 0;
}

.locationMap #map-canvas {
  height: 400px;
  margin: 0;
  width: 100%;
}

.locationMap #map-canvas:after,
.locationMap #map-canvas:before {
  content: " ";
  display: table;
}

.locationMap #map-canvas:after {
  clear: both;
}

@media (min-width: 480px) {
  .locationMap #map-canvas {
    height: 600px;
  }
}

.locationMap #map-canvas img {
  max-width: none !important;
}

.locationMap .filter-wrapper {
  background-color: #eff0ec;
  padding-bottom: 150px;
}

.locationMap form label {
  display: block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

@media screen and (min-width: 480px) {
  .locationMap form label {
    margin-bottom: 13px;
  }
}

.locationMap form input,
.locationMap form select {
  background-color: #fff !important;
}

@media screen and (min-width: 480px) {
  .locationMap form input,
  .locationMap form select {
    margin-bottom: 20px;
  }
}

.locationMap form input:focus,
.locationMap form select:focus {
  outline: none;
}

.locationMap form input:not(:checked),
.locationMap form select:not(:checked) {
  color: #002364;
}

.locationMap form select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background: url(../Images/layout/selectArrow.png) no-repeat 100% #eff0ec;
  background: url(../Images/layout/selectArrow.png) no-repeat 100% transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  display: block;
  margin: 0 0 25px;
  outline: none;
  padding: 8px;
  position: relative;
  width: 100%;
}

.locationMap form select:focus {
  background: url(../Images/layout/selectArrow_h.png) no-repeat 100% #eff0ec;
}

.locationMap form select::-ms-expand {
  display: none;
}

.locationMap form select::placeholder {
  color: #002364;
}

@media screen and (min-width: 480px) {
  .locationMap form select {
    margin-bottom: 20px;
  }
}

.locationMap form .select2-container--default .select2-selection--single {
  background-color: #fff;
}

.locationMap form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

.locationMap form input::placeholder {
  color: #002364;
}

.locationMap form input::-webkit-input-placeholder {
  color: #002364;
}

.locationMap form input::-moz-placeholder {
  color: #002364;
}

.locationMap form input:-ms-input-placeholder {
  color: #002364;
}

.locationMap form input:-moz-placeholder {
  color: #002364;
}

.locationMap .mapContainer {
  margin-top: -100px;
  position: relative;
}

.locationMap .mapContainer:after,
.locationMap .mapContainer:before {
  content: " ";
  display: table;
}

.locationMap .mapContainer:after {
  clear: both;
}

.locationMap .infobox {
  background-color: transparent;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0;
  width: 275px;
  z-index: 10;
}

.locationMap .infobox:after {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 33px;
  transform: translate(-2px, 35px) rotate(-45deg);
  transform-origin: 0;
  width: 20px;
  z-index: 1;
}

.locationMap .infobox .close {
  cursor: pointer;
  opacity: 1;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.locationMap .infobox .close:before {
  font-size: 13px;
}

.locationMap .infobox .inner {
  background-color: #fff;
  color: #002364;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  max-width: 275px;
  position: relative;
  text-align: left;
  z-index: 2;
}

.locationMap .infobox .inner h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.locationMap .infobox .inner p {
  line-height: 20px;
  margin-bottom: 0;
}

.locationMap .infobox .inner a {
  color: #002364;
  text-decoration: underline;
}

.locationMap .infobox .inner .header {
  background-color: #eff0ec;
  padding: 10px 15px;
}

.locationMap .infobox .inner .content {
  padding: 10px 15px 20px;
}

.locationMap .infobox .linkIntern {
  margin-left: 7px;
  padding-left: 20px;
}

.locationMap .cluster img {
  height: 60px;
  width: 60px;
}

.toggleContainer {
  background-color: #fff;
  padding: 10px 0 5px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.toggleContainer fieldset {
  border: 2px solid #eb192d;
  display: inline-block;
}

.toggleContainer input {
  display: none;
}

.toggleContainer input + label {
  background-color: #eb192d;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 13px;
  padding: 5px 23px 5px 10px;
  position: relative;
  transition: padding 0.25s ease-in-out;
}

.toggleContainer input + label:hover {
  color: #eb192d;
  cursor: pointer;
}

.toggleContainer input + label span {
  opacity: 1;
  position: absolute;
  right: 7px;
  top: 7px;
  transition: opacity 0.25s ease-in-out;
}

.toggleContainer input:checked + label {
  background-color: #fff;
  color: #475882;
  padding: 5px 10px;
}

.toggleContainer input:checked + label:hover {
  cursor: auto;
}

.toggleContainer input:checked + label span {
  opacity: 0;
}

.mapControl {
  height: 20px;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 20px;
}

.mapControl .delete {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

.ios.retina .locationMap .infobox {
  border-radius: 1px;
}

.win .locationMap form .select-style select {
  left: 0;
  padding-left: 2px;
}

.win.firefox form .select-style select {
  padding-left: 6px;
}

.win.chrome .locationMap form .select-style select,
.win.ie .locationMap form .select-style select {
  padding-left: 10px;
}

.mac.firefox .locationMap form .select-style select {
  left: 0;
  padding-left: 6px;
}

.mobile .locationMap .linkIntern {
  display: inline-block;
}

:-moz-any(.select-style):before {
  background-color: #fff;
  pointer-events: none;
  z-index: 1;
}

.section-career-form {
  padding: 0 0 40px !important;
}

.section-career-form form label {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 13px;
}

.section-career-form form input,
.section-career-form form select {
  background-color: #eff0ec;
  border: 0 solid transparent;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  color: #002364;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.section-career-form form input::placeholder,
.section-career-form form select::placeholder {
  color: #002364;
}

.section-career-form form input:focus,
.section-career-form form select:focus {
  border-left: 5px solid #fddc35;
  border-right: 5px solid #fddc35;
  outline: none;
  padding: 10px;
}

.section-career-form form input:not(:checked),
.section-career-form form select:not(:checked) {
  color: #002364;
}

.section-career-form form input:-webkit-autofill {
  display: none;
  opacity: 0;
}

.section-career-form form select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background: url(../Images/layout/selectArrow.png) no-repeat 100% #eff0ec;
  background: url(../Images/layout/selectArrow.png) no-repeat 100% transparent;
  border: 2px solid #002364;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  display: block;
  margin: 0 0 20px;
  outline: none;
  padding: 8px;
  position: relative;
  width: 100%;
}

.section-career-form form select:focus {
  background: url(../Images/layout/selectArrow_h.png) no-repeat 100% #eff0ec;
}

.section-career-form form select::-ms-expand {
  display: none;
}

.section-career-form form select::placeholder {
  color: #002364;
}

.section-career-form form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .section-career-form form input {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .section-career-form form input {
    margin-bottom: 20px;
  }
}

.section-career-form form input::placeholder {
  color: #002364;
}

.section-career-form form input::-webkit-input-placeholder {
  color: #002364;
}

.section-career-form form input::-moz-placeholder {
  color: #002364;
}

.section-career-form form input:-ms-input-placeholder {
  color: #002364;
}

.section-career-form form input:-moz-placeholder {
  color: #002364;
}

.section-career-form form button {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .section-career-form form button {
    margin-top: 0;
  }

  .section-career-form form .form-group {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-career-form form .form-group {
    margin-bottom: 15px;
  }
}

.section-career-form .select2-results__option,
.section-career-form .select2-selection__rendered {
  max-width: 100%;
  overflow: hidden;
  padding-right: 16px !important;
  text-overflow: ellipsis;
}

.section-career-form .select2-container--open .select2-selection--single:after {
  background-color: #fddc35;
}

#drop-down-sortByJobs select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background: url(../Images/layout/selectArrow.png) no-repeat 100% #eff0ec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
  width: 100%;
  width: 100% !important;
}

#drop-down-sortByJobs select:focus {
  background: url(../Images/layout/selectArrow_h.png) no-repeat 100% #eff0ec;
}

#drop-down-sortByJobs select::-ms-expand {
  display: none;
}

#drop-down-sortByJobs select::placeholder {
  color: #002364;
}

.section-list {
  padding-top: 50px !important;
}

@media (min-width: 480px) {
  .section-list {
    padding-top: 60px !important;
  }

  .career .section-list {
    padding-top: 40px !important;
  }
}

.section-list .teaser_results-sorting-select {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20px !important;
}

.section-list ul.filter-list {
  margin-bottom: 40px;
}

.section-list ul.filter-list li {
  border-bottom: 1px solid #e0e1da;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.section-list ul.filter-list li a {
  color: #002364;
}

.section-list ul.filter-list li a h3 {
  font-size: 20px;
}

.section-list ul.filter-list li a:hover h3 {
  color: #475882;
  text-decoration: underline;
}

.section-list ul.filter-list.filter-list-no-results {
  margin: 0;
}

.section-list ul.filter-list.filter-list-no-results li {
  border: none;
  margin: 0;
  padding: 0;
}

.section-list ul.filter-list.filter-list-no-results li a {
  text-decoration: underline;
}

.section-list ul.filter-list.filter-list-no-results li a:hover {
  text-decoration: none;
}

.section-productFaceting {
  margin-bottom: 60px;
  overflow: visible;
  padding: 0 !important;
}

.facettingWrapper {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
}

@media (min-width: 1440px) {
  #productFaceting_panel {
    display: block;
  }
}

.productFaceting {
  color: #fff;
  margin: 0 auto;
  max-width: 768px;
  position: relative;
}

.productFaceting__sticky {
  z-index: 1000;
}

.productFaceting .panel-heading {
  position: relative;
}

.productFaceting .panel-heading:before {
  background-color: #eff0ec;
  border: none;
  bottom: 0;
  content: "";
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.productFaceting .panel-heading h3 {
  background-color: #006eff;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  max-width: calc(100vw - 30px);
  position: relative;
}

.productFaceting__panel {
  color: #fff;
  display: block;
  line-height: 52px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}

.productFaceting__panel:not(.collapsed) .icon:before {
  content: "\e924";
}

@media (min-width: 1440px) {
  .productFaceting__panel {
    display: none;
  }
}

.productFaceting .panel-title__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.productFaceting .panel-collapse.in {
  -ms-overflow-style: none;
  bottom: 74px;
  left: 0;
  max-height: calc(100vh - 134px);
  overflow-y: scroll;
  overscroll-behavior: contain;
  padding: 30px 15px 0;
  position: fixed;
  right: 0;
  scrollbar-width: none;
  z-index: 1010;
}

.productFaceting .panel-collapse.in::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .productFaceting .panel-collapse.in {
    max-height: calc(100vh - 154px);
  }
}

@media (min-width: 1440px) {
  .productFaceting .panel-collapse.in {
    height: auto;
    max-height: none;
    overflow: unset;
    overscroll-behavior: unset;
    position: static;
  }
}

.productFaceting .panel-body {
  background-color: #006eff;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  padding: 30px 15px 80px;
  position: relative;
}

.productFaceting a {
  color: #fff;
}

.productFaceting .tooltipLink {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 10px;
}

.productFaceting .tooltipLink:focus,
.productFaceting .tooltipLink:hover {
  text-decoration: none;
}

.productFaceting .tooltipLink .icon {
  font-size: 16px;
  font-size: 1.6rem;
}

.productFaceting .tooltipLink .icon:before {
  color: #fff;
}

.productFaceting .tooltipLink + .tooltip {
  opacity: 0;
}

.productFaceting .tooltipLink + .tooltip--productfacet {
  bottom: 32px;
  left: auto !important;
  opacity: 1;
  right: -15px;
  top: auto !important;
}

.productFaceting .tooltipLink + .tooltip .tooltip-inner {
  background: #fff;
  border-radius: 0;
  color: #002364;
  min-width: 100px;
  padding: 10px 16px;
  text-align: left;
}

.productFaceting .tooltipLink + .tooltip.top-end .tooltip-arrow {
  border-top-color: #fff;
  bottom: -16px;
  left: auto !important;
  margin-top: -3px;
  padding: 5px 0;
  right: 20px;
}

.productFaceting .tooltipLink + .tooltip.top .tooltip-arrow,
.productFaceting .tooltipLink + .tooltip.top-left .tooltip-arrow,
.productFaceting .tooltipLink + .tooltip.top-right .tooltip-arrow {
  border-top-color: #fff;
}

.productFaceting .tooltipLink + .tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}

.productFaceting .tooltipLink + .tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}

.productFaceting .tooltipLink + .tooltip.bottom .tooltip-arrow,
.productFaceting .tooltipLink + .tooltip.bottom-left .tooltip-arrow,
.productFaceting .tooltipLink + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #fff;
}

.productFaceting .form-check-label {
  align-items: center;
  display: flex;
  gap: 12px;
}

.productFaceting input[type="checkbox"] {
  outline: none;
}

.productFaceting__checkbox {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid;
  border-radius: 0;
  color: currentColor;
  display: grid;
  font: inherit;
  height: 16px;
  margin: 0 !important;
  place-content: center;
  width: 16px;
}

.productFaceting__checkbox:focus {
  outline: none;
}

.productFaceting__checkbox:before {
  background-color: CanvasText;
  -webkit-clip-path: polygon(
    14% 44%,
    0 65%,
    50% 100%,
    100% 16%,
    80% 0,
    43% 62%
  );
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
  content: "";
  height: 0.65em;
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 0.12s ease-in-out;
  width: 0.65em;
}

.productFaceting__checkbox:checked {
  background-color: #fddc35;
  border-color: #fddc35;
}

.productFaceting__checkbox:checked:before {
  transform: scale(1);
}

.productFaceting__checkbox:focus-visible {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}

.productFaceting .select2-container,
.productFaceting .select2-container--default .select2-selection,
.productFaceting
  .select2-container--default
  .select2-selection
  .select2-selection__rendered {
  background-color: #fff;
}

.productFaceting .select2-container--default .select2-selection--multiple {
  cursor: pointer;
  overflow: scroll;
}

.productFaceting
  .select2-container--default
  .select2-selection--multiple
  .select2-search__field {
  width: 100% !important;
}

.productFaceting
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: none;
  font-size: inherit;
  height: auto;
  margin: 0;
  padding: 0;
}

.productFaceting
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 100%;
  justify-content: flex-start;
  padding: 0;
}

.productFaceting
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  position: absolute;
  right: 40px;
  top: 8px;
}

.productFaceting
  .select2-container--default
  .select2-search__field::placeholder,
.productFaceting .select2-container--default .select2-selection__placeholder {
  opacity: 0.4;
}

.productFaceting .select2-container--default .select2-selection--single,
.productFaceting .select2-container--default .selection {
  align-items: center;
  display: flex;
  height: 45px;
}

.productFaceting .select2-container--default .select2-selection__clear {
  background: #fff;
  font-weight: 700;
  height: 100%;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.productFaceting .select2-container--default .select2-selection__rendered {
  width: 100%;
}

.productFaceting
  .select2-container--default
  .select2-selection__choice__remove {
  display: none;
}

.productFaceting__header {
  width: 100%;
}

@media (min-width: 1440px) {
  .productFaceting__header {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.productFaceting__filter {
  margin-top: 30px;
}

.productFaceting__footer {
  background-color: #006eff;
  bottom: 0;
  left: 0;
  padding: 15px 30px;
  position: fixed;
  right: 0;
  text-align: center;
}

@media (min-width: 1440px) {
  .productFaceting__footer {
    display: none;
  }
}

.productFaceting__header-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.productFaceting__close {
  align-items: center;
  background-color: #fff;
  border: none;
  color: #002364;
  display: flex;
  height: 59px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
}

@media (min-width: 1440px) {
  .productFaceting__close {
    display: none;
  }
}

.productFaceting__x-icon {
  pointer-events: none;
}

.productFaceting__x-icon:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  display: inline-block;
  font-family: geze_ui !important;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.productFaceting__header-reset {
  align-items: center;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  margin: 15px auto 0;
  padding: 13px 50px 11px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

@media (min-width: 1440px) {
  .productFaceting__header-reset {
    border: none;
    margin-top: 0;
    padding: 0;
    text-align: right;
    width: 100%;
  }
}

.productFaceting__filter-label {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
  margin-bottom: 8px;
  padding-bottom: 5px;
  position: relative;
}

.productFaceting__select {
  cursor: pointer;
  position: relative;
  width: 100%;
}

.productFaceting__select span {
  display: block;
}

.productFaceting__select .select2 {
  width: 100% !important;
}

.productFaceting__select .select2-selection--single:after {
  height: 45px;
  line-height: 45px;
  width: 45px;
}

.productFaceting__col {
  margin-top: 30px;
}

.productFaceting__label {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  margin: 18px 0 0;
}

.productFaceting__label--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (min-width: 1440px) {
  .productFaceting .btn--productFaceting {
    display: none;
    pointer-events: none;
  }

  .productFaceting__filter-container {
    background-color: #fff;
    -moz-column-gap: 32px;
    column-gap: 32px;
    display: grid;
    grid-template-columns: 330px 1fr;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 15px 100px;
    position: relative;
  }
}

.productFaceting .tooltip {
  z-index: 1013;
}

.tx-seminars-pi1 p.btn-secondary {
  margin-bottom: 15px;
  margin-top: 30px;
}

.tx-seminars-pi1 .rte-output ul li {
  line-height: 1.5em;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.tx-seminars-pi1 .rte-output ul li:before {
  color: #002364;
  content: "■";
  font-size: 9px;
  font-size: 0.9rem;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: baseline;
}

.tx-felogin-pi1 form {
  padding: 15px 0;
}

.tx-seminars-pi1-error a:hover {
  text-decoration: underline;
}

.header .navbar {
  border: none;
}

.header .navbar > .container {
  padding: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .header .navbar > .container:before {
    background: #fff;
    content: "";
    height: 60px;
    position: absolute;
    width: 100%;
  }

  .scroll-progress .header .navbar > .container:before {
    box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 991px) {
  .nav-active .header .navbar > .container:before {
    background: #eff0ec;
    content: "";
    height: 60px;
    position: absolute;
    width: 100%;
  }

  .nav-active .header .navbar > .container .header-button {
    border-left-color: #eff0ec;
  }
}

.header .navbar .sub-nav > li a {
  font-weight: 400;
  padding-top: 0;
}

.navbar-fixed-top {
  border: none;
}

.claim {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  z-index: 1031;
}

@media (max-width: 767px) {
  .claim {
    display: none;
  }
}

@media (min-width: 768px) {
  .claim {
    color: #002364;
    display: block;
    left: 130px;
    line-height: 60px;
    width: calc(100% - 320px);
  }
}

@media (min-width: 1200px) {
  .claim {
    color: #fff;
    display: inline-block;
    left: 0;
    line-height: 40px;
    padding-left: 45px;
    width: auto;
  }

  .scroll-progress .claim {
    display: none;
  }

  .scroll-initial .ribbon,
  .scroll-top .ribbon {
    background-color: #002364;
    color: #e5e9ef;
    display: flex;
    justify-content: flex-end;
  }
}

.navbar-brand {
  display: flex;
  position: absolute;
  z-index: 4000;
}

.navbar-brand .logo {
  height: auto;
  width: 100%;
}

.navbar-brand .logo .cls-2 {
  fill: #002364;
}

.scroll-progress .navbar-brand {
  height: 60px;
}

@media (min-width: 1200px) {
  .scroll-progress .navbar-brand {
    height: 75px;
  }
}

.scroll-initial .navbar-brand,
.scroll-top .navbar-brand {
  height: 135px;
}

@media (min-width: 1200px) {
  .scroll-initial .navbar-brand,
  .scroll-top .navbar-brand {
    height: 96px;
    top: 40px;
  }

  .scroll-initial .navbar-brand .logo,
  .scroll-top .navbar-brand .logo {
    -ms-align-self: flex-end;
    align-self: flex-end;
    margin-bottom: 12px;
  }
}

@media (max-width: 1199px) {
  .scroll-top .navbar-brand {
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 109px;
  }
}

@media (max-width: 1199px) {
  .navbar-brand {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    width: 125px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
    width: 130px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .navbar-brand {
    width: 150px;
  }

  .scroll-progress .navbar:not(.meta-open) .navbar-brand {
    width: 130px;
  }
}

@media (min-width: 1600px) {
  .navbar-brand,
  .scroll-progress .navbar:not(.meta-open) .navbar-brand {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .productfinder-active .navbar-brand .logo .cls-2,
  .sidebar-active .navbar-brand .logo .cls-2,
  .sidebar-elemente-active .navbar-brand .logo .cls-2 {
    fill: #fff;
  }
}

@media (min-width: 1200px) {
  .ie11.scroll-initial .navbar-brand .logo,
  .ie11.scroll-top .navbar-brand .logo {
    margin-bottom: -5px;
  }
}

html .container > .navbar-header {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar .header-button {
  border: 0;
  border-left: 1px solid #fff;
  border-radius: 0;
  display: block;
  height: 59px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 60px;
}

.navbar .header-button:last-child {
  border-left: none;
}

.navbar .header-button.productfinder-header-button,
.navbar .header-button.sidebar-header-button {
  background: #002364;
  color: #fff;
}

.navbar .header-button.productfinder-header-button .ico-product_finder,
.navbar .header-button.productfinder-header-button .ico-sidebar,
.navbar .header-button.sidebar-header-button .ico-product_finder,
.navbar .header-button.sidebar-header-button .ico-sidebar {
  display: inline-block;
  font-size: 45px;
  margin-top: 6px;
}

.navbar .header-button.search-toggle {
  border-left: none;
  cursor: pointer;
  line-height: 55px;
  position: absolute;
  top: 0;
}

@media (min-width: 1200px) {
  .navbar .header-button.search-toggle {
    color: #fff;
    font-size: 2.2rem;
    height: 40px;
    line-height: 40px;
    right: 15px;
    top: 1px;
    z-index: 1;
  }
}

@media (max-width: 1199px) {
  .navbar .header-button.search-toggle {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-toggle {
    display: none;
  }
}

.navbar .navbar-toggle {
  cursor: pointer;
}

.navbar .navbar-toggle .ico-close {
  display: none;
}

.nav-active .navbar .navbar-toggle {
  background: #eff0ec;
}

.nav-active .navbar .navbar-toggle .ico-close {
  display: inline-block;
}

.nav-active .navbar .navbar-toggle.productfinder-header-button,
.nav-active .navbar .navbar-toggle.sidebar-header-button {
  background: #002364;
}

.nav-active .navbar .navbar-toggle .ico-menu,
.nav-active .navbar .navbar-toggle.productfinder-header-button .ico-close,
.nav-active .navbar .navbar-toggle.sidebar-header-button .ico-close {
  display: none;
}

.navbar-nav {
  margin: 0;
}

@media (min-width: 1600px) {
  .navbar-nav {
    margin: 0 0 0 80px;
  }
}

.navbar-nav > li > a:focus {
  background-color: transparent;
  outline: 0;
}

.navbar-nav .dropdown-toggle .ico-chevron_down {
  bottom: 2px;
  font-size: 5px;
  margin-left: 5px;
  position: relative;
}

.navbar-nav .dropdown-toggle .ico-chevron_down:before {
  content: "\e929";
}

@media (max-width: 1199px) {
  .navbar-nav .dropdown-toggle .ico-chevron_down {
    bottom: 0;
  }
}

.navbar-nav .dropdown-toggle .ico-sphere {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  vertical-align: baseline;
}

@media (max-width: 1199px) {
  .navbar-nav .dropdown-toggle .ico-sphere {
    float: none !important;
    margin-right: 0;
    vertical-align: text-bottom;
  }
}

.navbar-nav .dropdown-toggle .ico-sphere + span.underline {
  bottom: 1px;
  position: relative;
}

@media (max-width: 1199px) {
  .navbar-nav .dropdown-toggle .ico-sphere + span.underline {
    bottom: 15px;
  }
}

.navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .navbar-nav .dropdown-menu {
    padding: 20px;
    transform: translate(-93%);
    z-index: 9999;
  }

  .navbar-nav .dropdown-menu > li > a {
    color: #475882;
  }

  .navbar-nav .dropdown-menu > li > a:hover {
    color: #002364;
  }
}

.navbar-nav .dropdown-menu li.active {
  background-color: #eff0ec;
}

.navbar-nav .dropdown-menu .active > a {
  background-color: #e0e1da;
  color: #002364;
}

@media (min-width: 1200px) {
  .navbar-nav .dropdown-menu .active > a {
    background-color: inherit;
    color: #002364;
  }
}

.navbar-nav li.dropdown .dropdown-menu a {
  padding: 3px 5px;
}

.navbar-nav li.dropdown .dropdown-menu a > span[class*="ico-"] {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .navbar-nav li.dropdown .dropdown-menu a > span[class*="ico-"] {
    float: none;
  }

  .navbar-nav li.dropdown.open .dropdown-menu {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
}

.navbar-nav > li {
  margin: 0 35px 0 0;
}

.navbar-nav > li > a {
  color: #002364;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .navbar-nav .multicolumn-list .dropdown-menu {
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav {
    margin: 0 5px 0 30px;
  }

  .navbar-nav > li {
    margin: 0 30px 0 0;
  }
}

@media (min-width: 1200px) {
  .navbar-nav a:hover {
    text-decoration: underline;
  }

  .main-nav {
    height: 100px;
  }

  .scroll-top .main-nav {
    clear: both;
  }

  .scroll-progress .main-nav {
    height: 75px;
  }

  .main-nav > li {
    border-bottom: 4px solid #fff;
  }

  .main-nav > li > a:after {
    border-bottom: 10px solid #eff0ec;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    position: absolute;
    transition: opacity 0s linear;
    transition-delay: 0s;
    visibility: hidden;
    width: 0;
  }

  .main-nav > li > a:only-child:after {
    border-bottom: 10px solid transparent;
  }

  .main-nav > li.active,
  .main-nav > li.current {
    border-color: #fddc35;
  }

  .main-nav > li.active {
    border-color: #fff;
  }

  .main-nav > li.active > a {
    position: relative;
  }

  .main-nav > li.active > a:after {
    opacity: 1;
    visibility: visible;
  }

  .main-nav li a {
    height: 96px;
    line-height: 100%;
    padding: 40px 0;
  }

  .scroll-progress .main-nav li a {
    height: 71px;
    padding-top: 29px;
  }

  .nav > li > a:hover {
    background-color: transparent;
  }
}

@media (min-width: 1600px) {
  .navbar-nav > li {
    margin: 0 35px 0 0;
  }
}

.meta-nav {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.meta-nav > ul {
  list-style: none;
}

.meta-nav .social a {
  font-size: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 15px;
}

.meta-nav .social a:last-child {
  margin-right: 0;
}

.meta-nav .social a:hover {
  color: #475882;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .meta-nav > ul {
    padding-left: 0;
  }

  .meta-open .navbar-nav.meta-nav .dropdown-menu {
    background-color: #fff;
    border: 1px solid #e0e1da;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    float: left;
    left: -1px;
    margin-top: 0;
    min-width: 130px;
    position: absolute;
  }
}

@media (min-width: 1200px) {
  .navbar-nav.meta-nav {
    float: right;
    height: 40px;
    /* margin: 0 45px 0 0; */
    max-height: 40px;
  }

  .meta-nav > ul {
    float: right;
    margin: 0;
  }

  .scroll-progress:not(.meta-active) .meta-nav > ul {
    float: none;
    margin: 0;
  }

  .meta-nav > ul > li {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 10px 15px 10px 0;
    padding-right: 15px;
    position: relative;
  }

  .meta-nav > ul > li > a {
    color: #e5e9ef;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .meta-nav > ul > li > a:hover {
    color: inherit;
    text-decoration: underline;
  }

  .meta-nav > ul > li.active a,
  .meta-nav > ul > li.current a {
    position: relative;
  }

  .meta-nav > ul > li.active a:before,
  .meta-nav > ul > li.current a:before {
    background: transparent;
    background: #fddc35;
    bottom: -11px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
  }

  .meta-nav > ul > li.active a:hover,
  .meta-nav > ul > li.current a:hover {
    text-decoration: none;
  }

  .meta-nav > ul > li > .dropdown-toggle:active,
  .meta-nav > ul > li > .dropdown-toggle:focus,
  .meta-nav > ul > li > .dropdown-toggle:hover {
    background: transparent;
    color: inherit;
    text-decoration: none;
  }

  .meta-nav > ul > li > .dropdown-toggle:hover .underline {
    text-decoration: underline;
  }

  .meta-nav > ul > li.social {
    margin-right: 0;
    padding-right: 0;
  }

  .meta-nav > ul > li:not(.meta-toggle):not(:last-child) {
    border-right: 1px solid #99a7c1;
  }

  .meta-nav .meta-toggle {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-collapse {
    background: #eff0ec;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
    height: calc(100vh - 60px);
    left: 100%;
    max-height: none;
    padding: 0 0 100px;
    position: absolute;
    top: 59px;
    width: 100%;
    z-index: 0;
  }

  .navbar-collapse.in {
    left: 0;
    max-height: none;
  }

  .navbar-collapse .meta-toggle {
    display: none !important;
  }

  .full_menu .meta-nav {
    margin-bottom: 120px;
    order: 2;
  }

  .nav-active .navbar-collapse.in {
    z-index: 1160;
  }
}

@media (min-width: 480px) {
  .navbar-collapse {
    width: 460px;
  }

  .navbar-collapse.in {
    left: calc(100% - 460px);
  }
}

@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
  }

  .navbar-collapse.in {
    flex-direction: row;
  }

  .meta-nav ul li.meta-toggle {
    display: none;
  }

  .scroll-progress .navbar-header .search {
    color: #002364;
    font-size: 2.5rem;
    height: 60px;
    line-height: 60px;
    padding-top: 9px;
    top: 0;
    width: 60px;
    z-index: 2000;
  }

  .scroll-progress .navbar:not(.meta-open) .meta-nav {
    width: 100px;
  }

  .scroll-progress .meta-nav ul li.meta-toggle {
    margin: 0 0 0 15px;
    padding: 3px 0 0;
  }

  .scroll-progress.meta-active .meta-nav ul li.meta-toggle {
    margin-top: -5px;
  }

  .scroll-progress .navbar:not(.meta-open) .meta-nav ul li:not(.meta-toggle) {
    display: none;
  }

  .scroll-progress .meta-nav .meta-toggle {
    display: block;
  }

  .scroll-progress .meta-nav .toggle-menu {
    display: inline-block;
  }

  .scroll-progress .meta-nav .toggle-close,
  .scroll-progress .navbar.meta-open .meta-nav .toggle-menu {
    display: none;
  }

  .scroll-progress .navbar.meta-open .meta-nav .toggle-close {
    display: inline-block;
  }

  html.pos-fixed:not(.scrolling-up) .breadcrumb-bar,
  html.pos-fixed:not(.scrolling-up) .nav-wrapper,
  html.pos-fixed:not(.scrolling-up) .search-toggle {
    display: none;
  }

  html.pos-fixed:not(.scrolling-up).scroll-progress [data-module="toc"] {
    top: 0;
  }
}

.nav-wrapper {
  background: #fff;
  margin: 0 -15px;
  max-height: 140px;
  padding: 0 15px;
}

.scroll-progress .nav-wrapper {
  box-shadow: 10px 0 10px 0 rgba(74, 74, 72, 0.5);
  max-height: 60px;
}

@media (min-width: 1200px) {
  .scroll-progress .nav-wrapper {
    max-height: 75px;
  }
}

.scroll-progress .meta-open .nav-wrapper {
  max-height: 111px;
}

@media (min-width: 1200px) {
  .nav-wrapper .navbar-collapse .main-nav {
    align-items: flex-start;
    display: flex;
    float: none;
    padding-left: 225px;
  }

  .nav-wrapper .navbar-collapse .main-nav > li {
    white-space: nowrap;
  }

  .nav-wrapper .navbar-collapse .main-nav > li li {
    white-space: normal;
  }
}

.searchbox {
  background: #eff0ec;
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.searchbox.active {
  display: block;
  opacity: 1;
}

@media (max-width: 767px) {
  .searchbox,
  .searchbox.active {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .searchbox {
    height: 60px;
    left: 0;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .searchbox {
    padding-bottom: 16px;
    padding-top: 17px;
    z-index: 1031;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .searchbox {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .searchbox {
    height: 145px;
    left: 0;
    padding-bottom: 15px;
    padding-top: 47px;
  }

  .searchbox.active {
    background-color: #002364;
    z-index: 2101;
  }

  .searchbox.active .btn-base {
    border-color: #fff;
    color: #fff;
  }

  .searchbox.active .btn-base:active,
  .searchbox.active .btn-base:focus,
  .searchbox.active .btn-base:hover {
    color: #002364;
  }

  .searchbox.active .search-toggle {
    color: #fff;
    right: 0;
  }

  .searchbox form {
    padding-left: 130px;
    padding-right: 50px;
  }

  .scroll-progress .searchbox {
    height: 80px;
    padding-top: 20px;
  }
}

@media (min-width: 1600px) {
  .searchbox {
    left: 0;
  }

  .searchbox form {
    padding-left: 0;
    padding-right: 0;
  }
}

.searchbox .fancy_form .input__field--manami {
  background-color: #eff0ec;
  background-color: #fff;
  border: 0 solid transparent;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  color: #002364;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  margin-bottom: 0;
  min-width: 60%;
  outline: none;
  padding: 10px 15px;
  width: 100%;
  z-index: inherit;
}

.searchbox .fancy_form .input__field--manami::placeholder {
  color: #002364;
}

.searchbox .fancy_form .input__field--manami:focus {
  border-left: 5px solid #fddc35;
  border-right: 5px solid #fddc35;
  padding: 10px;
}

.searchbox .fancy_form .input__label--manami {
  font-size: 20px;
}

.searchbox .fancy_form .input__label--manami:before {
  background: transparent;
}

.searchbox
  .fancy_form
  .input--filled
  .input__label--manami
  .input__label-content--manami,
.searchbox
  .fancy_form
  .input__field--manami:focus
  + .input__label--manami
  .input__label-content--manami {
  transform: translate3d(0, 3em, 0) scale3d(0.85, 0.85, 1);
}

@media (max-width: 991px) {
  .searchbox
    .fancy_form
    .input--filled
    .input__label--manami
    .input__label-content--manami,
  .searchbox
    .fancy_form
    .input__field--manami:focus
    + .input__label--manami
    .input__label-content--manami {
    transform: translate3d(0, 3em, 0) scale3d(0.85, 0.85, 1);
  }
}

.searchbox .search-toggle {
  cursor: pointer;
  height: 42px;
  margin: 5px 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

@media (max-width: 1199px) {
  .searchbox .search-toggle {
    display: none;
  }
}

@media (min-width: 1200px) {
  .searchbox .search-toggle {
    color: #fff;
  }
}

.searchbox .more {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 100;
}

@media (min-width: 1200px) {
  .searchbox .more {
    top: 13px;
  }
}

.breadcrumb-bar {
  opacity: 1;
  padding-bottom: 6px;
  padding-top: 20px;
  position: relative;
}

.breadcrumb-bar:before {
  background-color: #eff0ec;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-bar {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 970px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .breadcrumb-bar {
    padding-left: 220px;
  }
}

@media (min-width: 1600px) {
  .breadcrumb-bar {
    padding-left: 250px;
  }
}

.scroll-progress .breadcrumb-bar {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-bar {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 750px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-bar {
    display: none;
  }
}

.breadcrumb {
  background-color: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  position: relative;
}

.breadcrumb > li,
.breadcrumb > li a {
  color: #475882;
}

.breadcrumb > li {
  margin-right: 18px;
}

.breadcrumb > li:hover a,
.breadcrumb > li:hover a .ico-chevron_right {
  color: #002364;
}

.breadcrumb > li:hover a .underline {
  text-decoration: underline;
}

.breadcrumb > li + li:before {
  content: "";
  display: none;
}

.breadcrumb > li [class*="ico-"] {
  color: #002364;
  font-size: 0.8rem;
  margin: 0 6px 0 0;
  vertical-align: middle;
}

.breadcrumb > .active,
.breadcrumb > .active .ico-chevron_right {
  color: #002364;
}

body {
  -webkit-animation: androidbugfix 1s infinite;
  overflow-x: hidden;
}

body.modal-open {
  overflow-y: hidden;
}

.full_menu .sub-nav-check {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

#header label,
.full_menu label {
  display: none;
}

.full_menu .ico-chevron_down {
  vertical-align: middle;
}

:root {
  --scrollToOffset: 60px;
}

@media (min-width: 1200px) {
  :root {
    --scrollToOffset: 75px;
  }
}

@media (max-width: 1199px) {
  .navbar-nav {
    margin: 0;
    width: 100%;
  }

  .full_menu,
  .full_menu .sub-nav {
    background: #eff0ec;
    bottom: 0;
    position: absolute;
    right: -100%;
    top: 0;
    transform: translate(0);
    -webkit-transform: translateZ(0);
    transition: transform 0.25s ease;
    width: 100%;
    z-index: 1160;
  }

  .full_menu {
    align-content: stretch;
    align-content: flex-end;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    overflow: hidden;
    right: 0;
  }

  .full_menu label {
    font: 3.125em/1.375em Arial, sans-serif;
    padding: 0 0.25em;
  }

  .full_menu ul label {
    display: inline-block;
  }

  .full_menu .sub-nav {
    margin-top: -1px;
  }

  .full_menu .sub-nav .toggle {
    color: #002364;
    cursor: pointer;
    font-size: 1em;
    height: 60px;
    left: 0.15em;
    line-height: 4em;
    margin: 4px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    width: 40px;
  }

  .full_menu .sub-nav .toggle span {
    margin-top: -0.5em;
    position: absolute;
    right: 0;
    top: 50%;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .full_menu .sub-nav .toggle span {
    margin-top: -25px;
  }
}

@media (max-width: 1199px) {
  .full_menu .container {
    padding: 0;
    width: auto;
  }

  .full_menu > ul {
    margin-top: 1em;
  }

  .full_menu .main-nav li a {
    border-bottom: 1px solid #e0e1da;
  }

  .full_menu .main-nav li a [class*="ico-"] {
    display: none;
  }

  .full_menu .main-nav > li > a {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .full_menu .ribbon {
    width: 100%;
  }

  .full_menu .meta-nav li:not(.social) > a {
    border-bottom: 1px solid #e0e1da;
  }

  .full_menu .meta-nav .social a {
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    padding: 5px 5px 5px 0;
  }

  .full_menu .meta-nav li.dropdown > a {
    background-color: inherit;
    padding: 0;
  }

  .full_menu .meta-nav li.dropdown [class*="ico-"] {
    float: right;
    line-height: 47px;
    padding: 0 15px 0 0;
  }

  .full_menu .meta-nav li.dropdown .flag-icon {
    margin-right: 15px;
  }

  .full_menu .meta-nav li.dropdown li a {
    display: block;
    line-height: 47px;
    padding-top: 0;
  }

  .full_menu ul {
    line-height: 2.75em;
    list-style: none;
    padding: 0;
    text-decoration: none;
  }

  .full_menu li {
    float: none;
    margin: 0;
    position: static;
  }

  .full_menu li a {
    color: #002364;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    height: 47px;
    line-height: 49px;
    margin: 0 15px;
    padding: 0 40px 0 0;
    text-decoration: none;
  }

  .full_menu li a .underline {
    line-height: 47px;
  }

  .full_menu .sub-heading {
    margin-top: 70px;
    padding-left: 15px;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .full_menu .sub-heading {
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .full_menu .nav_products .container > .sub-heading > span {
    display: none;
  }

  .full_menu .groupTitle,
  .full_menu .sub-heading {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 15px;
    text-transform: uppercase;
  }

  .full_menu .toggle-sub {
    cursor: pointer;
    float: right;
    font-size: 0.9em;
    height: 40px;
    margin-top: -45px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 50px;
  }

  .full_menu .toggle-sub > span {
    font-size: 0.6em;
    height: 14px;
    line-height: 14px;
    margin-top: -0.5em;
    position: absolute;
    right: 25px;
    top: 50%;
  }

  .full_menu .colGroup {
    margin-bottom: 20px;
  }

  .full_menu .colGroup .boxed {
    background: #002364;
    margin-top: 30px;
  }

  .full_menu .colGroup .boxed .ico-productfinder {
    display: inline-block;
    font-size: 40px;
    font-size: 4rem;
    vertical-align: middle;
  }

  .full_menu .colGroup .boxed a {
    border: none;
    color: #fff;
    height: 70px;
    line-height: 70px;
  }

  .full_menu .colGroup .boxed .toggle-sub {
    color: #fff;
    height: 70px;
    line-height: 70px;
    margin-top: -70px;
  }

  .full_menu .colGroup .boxed .ico-chevron_right {
    font-size: 15px;
  }

  .full_menu .sub-nav-check:checked ~ [id$="-sub"] {
    transform: translate(-100%);
  }

  .has-dot-com-search .full_menu {
    padding-top: 135px;
  }
}

@media (min-width: 1199px) {
  .nav-wrapper {
    position: relative;
  }

  .sub-heading {
    display: none;
  }

  .main-nav > li {
    float: none;
    position: static;
  }

  .main-nav > li > a {
    z-index: 1001;
  }

  .main-nav > li.active > .column-wrapper {
    display: block;
    transition-delay: 0.25s;
    z-index: 1000;
  }

  .main-nav .column-wrapper {
    background: #eff0ec;
    border-bottom: 1px solid #eff0ec;
    border-radius: 0 0 3px 3px;
    border-top: 35px solid #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    margin-top: -40px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity 0s linear;
    transition-delay: 0s;
    width: 100%;
  }

  .nav_products .column-wrapper {
    background: #eff0ec;
    background: linear-gradient(
      90deg,
      #eff0ec 0,
      #eff0ec 50%,
      #e0e1da 0,
      #e0e1da
    );
    z-index: 1000;
  }

  .column-wrapper .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .column-wrapper .colGroup {
    background: #eff0ec;
    flex: 1 1 100%;
    padding: 40px 0 10px;
    width: auto;
  }

  .column-wrapper .colGroup.sub-content > ul > li {
    border-top: 0;
    margin-bottom: 10px;
  }

  .column-wrapper .colGroup.sub-content > ul > li .group-header {
    padding-bottom: 5px;
    padding-top: 13px;
  }

  .column-wrapper .colGroup.sub-content > ul > li:last-child {
    border-top: none;
  }

  .column-wrapper .colGroup + .colGroup {
    background: #e0e1da;
    flex: 0 0 auto;
    padding-left: 30px;
    width: 240px;
  }

  .column-wrapper .container ul {
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .column-wrapper .container li {
    margin: 0;
    padding: 0;
  }

  .column-wrapper .colGroup > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
  }

  .column-wrapper .colGroup > ul > li {
    border-top: 1px solid #002364;
    margin-bottom: 35px;
    padding: 20px 0 0;
    width: 200px;
  }
}

@media (min-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
  .column-wrapper .colGroup > ul > li {
    margin-right: 33px;
  }
}

@media (min-width: 1199px) and (min-width: 1200px) {
  .column-wrapper .colGroup > ul > li {
    margin-right: 24px;
  }
}

@media (min-width: 1199px) {
  .column-wrapper .colGroup > ul > li a {
    color: #002364;
  }

  .column-wrapper .colGroup > ul > li .group-header {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    height: auto;
    line-height: 1.2;
    position: relative;
  }

  .column-wrapper .colGroup > ul > li .group-header:hover {
    text-decoration: none;
  }

  .column-wrapper .colGroup > ul > li .group-header:hover strong {
    text-decoration: underline;
  }
}

@media (min-width: 1199px) and (min-width: 1200px) {
  .column-wrapper .colGroup > ul > li .group-header {
    align-content: center;
    display: flex;
    padding-bottom: 15px;
    padding-top: 0;
  }
}

@media (min-width: 1199px) {
  .column-wrapper .colGroup > ul > li .group-header [class*="ico-"] {
    font-size: 50px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 0;
  }
}

@media (min-width: 1199px) and (min-width: 1200px) {
  .column-wrapper .colGroup > ul > li .group-header [class*="ico-"] {
    margin-left: -8px;
    margin-right: 3px;
    position: static;
  }
}

@media (min-width: 1199px) {
  .column-wrapper .colGroup > ul > li .group-header strong {
    display: block;
    margin: 0 0 10px;
    min-height: 40px;
  }
}

@media (min-width: 1199px) and (min-width: 1200px) {
  .column-wrapper .colGroup > ul > li .group-header strong {
    margin: 0;
  }
}

@media (min-width: 1199px) {
  .column-wrapper .colGroup > ul > li .group-header [class*="ico-"] + strong {
    padding-left: 50px;
  }
}

@media (min-width: 1199px) and (min-width: 1200px) {
  .column-wrapper .colGroup > ul > li .group-header [class*="ico-"] + strong {
    align-self: center;
    min-height: inherit;
    padding-left: 0;
  }
}

@media (min-width: 1199px) {
  .column-wrapper .colGroup > ul > li.boxed {
    background: #002364;
    border: none;
    color: #fff;
    padding: 20px 20px 30px;
  }

  .column-wrapper .colGroup > ul > li.boxed a {
    color: #fff;
  }

  .column-wrapper .colGroup > ul > li.boxed .ico-chevron_right {
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
  }

  .column-wrapper .groupTitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
}

@media (max-width: 319px) {
  .navbar .container > *,
  .navbar-toggle,
  .pageWrapper > * {
    display: none !important;
  }

  .navbar .container > .navbar-header,
  .pageWrapper > header {
    display: block !important;
  }

  .navbar-brand:before {
    content: "Event Horizon < 320";
  }
}

@media (max-width: 480px) {
  html.nav-active {
    height: 100%;
    overflow-y: hidden;
    position: relative;
  }

  html.nav-active .productfinder-header-button,
  html.nav-active .sidebar-header-button {
    display: none;
  }

  html.nav-active body {
    height: 100%;
    overflow-y: hidden;
    position: relative;
  }
}

@media (min-width: 1200px) {
  html.megamenu-active body {
    height: 100%;
    overflow-y: hidden;
    position: relative;
  }

  html.megamenu-active [data-sectioncontent],
  html.megamenu-active.scroll-progress.meta-active [data-sectioncontent] {
    height: calc(100vh - 105px);
    overflow-y: auto;
  }

  html.megamenu-active.scroll-progress [data-sectioncontent] {
    height: calc(100vh - 60px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html.nav-active .breadcrumb-bar,
  html.sidebar-active .breadcrumb-bar {
    display: none;
  }
}

html.sidebar-active .header-button:first-child {
  display: none;
}

@media (max-width: 1199px) {
  html .navbar-collapse.active.collapse.in {
    height: calc(100vh - 60px) !important;
  }
}

.footer_content {
  background: #eff0ec;
  padding: 0 0 30px;
}

.footer_content h4 {
  font-size: 20px;
}

.footer_content textarea {
  max-height: 100px;
  min-height: 38px;
  overflow: hidden;
  resize: none;
}

.footer_content .form .error-message {
  color: red;
  padding: 20px 0;
}

.footer_content .form .fancy_form:first-child,
.footer_content .form .form-group:first-child {
  margin-bottom: -10px;
}

.footer_content .form .fancy_form .form-check,
.footer_content .form .form-group .form-check {
  display: inline-block;
}

.footer_content .form .fancy_form .form-check label,
.footer_content .form .form-group .form-check label {
  display: inline-block;
  font-weight: 400;
}

.footer_content .form .fancy_form .form-check:first-child,
.footer_content .form .form-group .form-check:first-child {
  margin-right: 30px;
}

.footer_content .form .fancy_form label,
.footer_content .form .form-group label {
  display: none;
}

.footer_content .form .fancy_form input:-webkit-autofill,
.footer_content .form .fancy_form select:-webkit-autofill,
.footer_content .form .fancy_form textarea:-webkit-autofill,
.footer_content .form .form-group input:-webkit-autofill,
.footer_content .form .form-group select:-webkit-autofill,
.footer_content .form .form-group textarea:-webkit-autofill {
  background: #fff !important;
}

.footer_content .form .fancy_form .form-control,
.footer_content .form .fancy_form input,
.footer_content .form .fancy_form textarea,
.footer_content .form .form-group .form-control,
.footer_content .form .form-group input,
.footer_content .form .form-group textarea {
  background-color: #fff;
  border: 0 solid transparent;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  color: #002364;
  font-size: 14px;
  height: 38px;
  outline: none;
  padding: 10px 15px;
  position: relative;
  transition: all 0.2s;
  width: 100% !important;
}

.footer_content .form .fancy_form .form-control::placeholder,
.footer_content .form .fancy_form input::placeholder,
.footer_content .form .fancy_form textarea::placeholder,
.footer_content .form .form-group .form-control::placeholder,
.footer_content .form .form-group input::placeholder,
.footer_content .form .form-group textarea::placeholder {
  color: #002364;
}

.footer_content .form .fancy_form .form-control:focus,
.footer_content .form .fancy_form input:focus,
.footer_content .form .fancy_form textarea:focus,
.footer_content .form .form-group .form-control:focus,
.footer_content .form .form-group input:focus,
.footer_content .form .form-group textarea:focus {
  border-left: 5px solid #fddc35;
  border-right: 5px solid #fddc35;
  padding: 10px;
}

.footer_content .form .fancy_form .form-control.error,
.footer_content .form .fancy_form input.error,
.footer_content .form .fancy_form textarea.error,
.footer_content .form .form-group .form-control.error,
.footer_content .form .form-group input.error,
.footer_content .form .form-group textarea.error {
  border: 1px solid red !important;
}

.footer_content .form .fancy_form .help-block,
.footer_content .form .form-group .help-block {
  font-size: 14px;
}

.footer_content .form form button[type="submit"][disabled] {
  cursor: not-allowed;
}

@media (min-width: 992px) {
  .footer_content .form form .more {
    margin-top: 20px;
  }
}

.footer_content .form form .require-hint {
  font-size: 14px;
  margin-top: 20px;
}

.footer_content .form form .require-hint + .require-hint {
  margin-top: 0;
}

.footer_content .form form .require-hint a {
  text-decoration: underline;
}

.footer_content .form form [type="radio"]:checked,
.footer_content .form form [type="radio"]:not(:checked) {
  left: -9999px;
  position: absolute;
}

.footer_content .form form [type="radio"]:checked + span,
.footer_content .form form [type="radio"]:not(:checked) + span {
  color: #002364;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
}

.footer_content .form form [type="radio"]:checked + span:before,
.footer_content .form form [type="radio"]:not(:checked) + span:before {
  background: #fff;
  border: 2px solid #002364;
  border-radius: 100%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}

.footer_content .form form [type="radio"]:checked + span:before {
  background-color: #fddc35;
  border-color: #fddc35;
}

.footer_content .form form [type="radio"]:checked + span:after,
.footer_content .form form [type="radio"]:not(:checked) + span:after {
  background: #002364;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 5px;
  position: absolute;
  top: 7px;
  transition: all 0.2s ease;
  width: 6px;
}

.footer_content .form form [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}

.footer_content .form form [type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

.footer_content .form .wrapper {
  position: relative;
}

.footer_content .contacts,
.footer_content .form,
.footer_content .newsletter {
  margin-top: -2px;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .footer_content .contacts .btn,
  .footer_content .contacts .it-cc__button,
  .footer_content .form .btn,
  .footer_content .form .it-cc__button,
  .footer_content .newsletter .btn,
  .footer_content .newsletter .it-cc__button {
    margin-top: 20px;
  }

  .footer_content .contacts:not(:first-child),
  .footer_content .form:not(:first-child),
  .footer_content .newsletter:not(:first-child) {
    border-top: 2px solid #fff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_content .contacts p,
  .footer_content .form p,
  .footer_content .newsletter p {
    display: inline-block;
    max-width: 50%;
    padding-right: 30px;
    vertical-align: top;
  }

  .footer_content .contacts .btn,
  .footer_content .contacts .it-cc__button,
  .footer_content .form .btn,
  .footer_content .form .it-cc__button,
  .footer_content .newsletter .btn,
  .footer_content .newsletter .it-cc__button {
    margin-left: 40px;
    margin-top: 10px;
    padding: 13px 30px 11px;
  }
}

@media (min-width: 992px) {
  .footer_content .contacts .btn,
  .footer_content .contacts .it-cc__button,
  .footer_content .form .btn,
  .footer_content .form .it-cc__button,
  .footer_content .newsletter .btn,
  .footer_content .newsletter .it-cc__button {
    margin-top: 35px;
    padding: 14px 60px 12px;
  }
}

.footer_content .newsletter {
  padding-bottom: 50px;
}

.footer_content .contacts strong {
  display: block;
  font-size: 30px;
  font-weight: 400;
}

.footer_content .contacts em {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: normal;
  margin-bottom: 12px;
}

.footer_content .contacts a[href^="tel"] {
  color: inherit;
}

.footer_content .contacts a[href^="tel"]:active,
.footer_content .contacts a[href^="tel"]:focus,
.footer_content .contacts a[href^="tel"]:hover {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer_content .collapsible h4 {
    position: relative;
  }

  .footer_content .collapsible h4:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e929";
    font-family: geze_ui !important;
    font-size: 0.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 8px;
  }

  .footer_content .collapsible .wrapper {
    display: none;
  }

  .footer_content .collapsible.active h4:before {
    content: "\e913";
  }

  .footer_content .collapsible.active .wrapper {
    display: block;
  }
}

.footer {
  position: relative;
}

.footer .logo {
  float: left;
  width: 100px;
}

.ie11 .footer .logo {
  height: 31px;
}

@media (min-width: 768px) {
  .footer .logo {
    margin: 0 30px 0px 15px;
  }
}

@media (min-width: 1200px) {
  .footer .logo {
    margin: 0 30px 0px 45px;
  }
}

@media (max-width: 991px) {
  .footer .logo {
    margin: 0 30px 15px 15px;
  }
}

@media (max-width: 767px) {
  .footer .logo {
    margin: 0 30px 0 0;
  }
}

.footer .logo .logoSVG {
  fill: none;
  height: auto;
  width: 100%;
}

.footer .logo .logoSVG .cls-2 {
  fill: #fff;
}

@media (min-width: 768px) {
  .footer .links {
    float: left;
  }
}

@media (max-width: 991px) {
  .footer .links {
    clear: both;
    padding: 3px 0 13px 15px;
  }
}

@media (max-width: 767px) {
  .footer .links {
    padding: 3px 0 13px;
  }
}

.footer .links > :first-child {
  display: block;
}

@media (min-width: 480px) {
  .footer .links > :first-child {
    display: inline-block;
  }
}

.footer .links a,
.footer .links__link {
  color: #fff;
  display: inline-block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  padding: 5px 10px 0 0;
  position: relative;
}

.footer .links a:active,
.footer .links a:focus,
.footer .links a:hover,
.footer .links__link:active,
.footer .links__link:focus,
.footer .links__link:hover {
  text-decoration: underline;
}

.footer .links a:before,
.footer .links__link:before {
  bottom: -8px;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  width: 100%;
}

.footer .links__link-image {
  height: auto;
  margin-right: 4px;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

.footer .share,
.footer .social {
  float: right;
  margin-bottom: 15px;
  padding: 4px 14px 0;
}

.footer .share a,
.footer .social a {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  padding: 0 7px;
}

.footer .share a:active,
.footer .share a:focus,
.footer .share a:hover,
.footer .social a:active,
.footer .social a:focus,
.footer .social a:hover {
  color: #e0e1da;
}

@media (max-width: 767px) {
  .footer .social {
    padding-right: 0;
  }
}

.footer .share {
  border-right: 1px solid #fff;
}

@media (max-width: 767px) {
  .footer .share {
    padding-left: 0;
  }
}

.slick-slider {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .slick-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.slick-slider.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.slick-slider .slick-slide img {
  display: inline-block;
}

.slick-slider .slick-arrow {
  background-color: transparent;
  border: 0;
  color: #002364;
  height: 80px;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  width: 30px;
  z-index: 2;
}

.slick-slider .slick-arrow .icon {
  font-size: 30px;
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow .icon {
    font-size: 16px;
  }
}

.slick-slider .slick-arrow:hover {
  color: #475882;
}

.slick-slider .slick-arrow:focus,
.slick-slider .slick-arrow:hover {
  opacity: 1;
  outline: none;
  text-decoration: none;
}

.slick-slider .slick-arrow.slick-prev {
  left: -10px;
}

.slick-slider .slick-arrow.slick-next {
  right: -10px;
}

.slick-slider .slick-dots {
  bottom: 20px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .slick-slider .slick-dots {
    bottom: 0;
  }
}

.slick-slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-slider .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px;
}

.slick-slider .slick-dots li button:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dee3eb;
  content: "\ea56";
  font-family: geze_ui !important;
  font-size: 15px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.slick-slider .slick-dots li button:after {
  aspect-ratio: 1;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}

.slick-slider .slick-dots li.slick-active button:before {
  color: #002364;
}

@media (max-width: 768px) {
  .slick-slider.teaser .slick-arrow {
    font-size: 40px;
    top: 30%;
  }
}

.bgBlue .slick-slider .slick-arrow {
  color: #fff;
}

.bgBlue .slick-slider .slick-arrow:hover {
  color: #e0e1da;
}

.hero-stage {
  max-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-stage:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.hero-stage .sliderContainer {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-stage .slider {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hero-stage .slider .hero {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hero-stage .slider .hero .content {
  display: flex;
  height: 100%;
}

.hero-stage .slider .hero .textbox {
  background: hsla(0, 0%, 100%, 0.8);
  bottom: 0;
  left: 0;
  padding: 30px 0;
  position: absolute;
  right: 0;
}

.hero-stage .slider .hero .textbox strong {
  display: block;
  font-size: 18px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .hero-stage .slider .hero .textbox strong {
    margin: 0;
  }

  .hero-stage .slider .hero .textbox p {
    display: none;
  }
}

.image-stage {
  background: linear-gradient(
    180deg,
    #f0f0f0 0,
    #f0f0f0 75%,
    hsla(0, 0%, 94%, 0) 0,
    hsla(0, 0%, 94%, 0)
  );
  position: relative;
  width: 100%;
}

.image-stage.full-bg-stage {
  background: #eff0ec;
}

.image-stage.full-width-stage .container {
  width: 100%;
}

.image-stage.full-width-stage .content {
  padding: 0;
}

.image-stage.full-width-stage .textbox {
  position: absolute;
}

@media (min-width: 1600px) {
  .image-stage.full-width-stage .textbox {
    right: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .image-stage.full-width-stage .textbox {
    right: 50px;
  }
}

@media (max-width: 991px) {
  .image-stage.full-width-stage .textbox {
    right: auto;
  }
}

.image-stage.no-text-stage .textbox {
  display: none;
}

.EntryPage .image-stage .img-responsive {
  height: auto;
  max-height: 400px;
  max-width: 100%;
  width: auto;
}

.image-stage .textbox {
  background: #002364;
  border-left: 15px solid #fddc35;
  bottom: -40px;
  color: #fff;
  padding: 40px 30px 60px;
  position: absolute;
  right: 110px;
  width: 355px;
}

.image-stage .textbox.border-actionBlue {
  border-left: 15px solid #006eff;
}

.image-stage .textbox strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.image-stage .textbox .more {
  color: #fff;
  margin-top: 17px;
}

@media (max-width: 767px) {
  .image-stage .content {
    position: relative;
  }

  .image-stage .textbox {
    padding: 20px 30px;
    position: static;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .image-stage .content {
    position: relative;
  }

  .image-stage .textbox {
    bottom: 0;
    left: 15px;
    padding: 20px 30px;
    position: absolute;
    width: calc(100% - 30px);
  }
}

@media (min-width: 1600px) {
  .image-stage .content {
    position: relative;
  }

  .image-stage .textbox {
    bottom: -50px;
    padding: 40px 30px 60px 40px;
    position: absolute;
    right: -100px;
    width: 325px;
  }
}

.cover-stage .slider {
  padding: 0;
  position: relative;
}

.cover-stage .slider .item {
  display: none;
}

.cover-stage .slider .item:first-child,
.cover-stage .slider.slick-initialized,
.cover-stage .slider.slick-initialized .item {
  display: block;
}

.cover-stage .slider .slick-track {
  overflow: hidden;
}

.cover-stage .slider .slick-slide {
  float: left;
}

.cover-stage .slider .slick-arrow {
  bottom: 10px;
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: auto;
  transform: translate(0);
  transition: color 0.2s ease-in-out;
}

.cover-stage .slider .slick-arrow .icon {
  bottom: 10px;
  font-size: 1.6rem;
  position: relative;
  top: auto;
}

.cover-stage .slider .slick-arrow.slick-prev {
  left: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cover-stage .slider .slick-arrow.slick-prev {
    left: calc(50vw - 375px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cover-stage .slider .slick-arrow.slick-prev {
    left: calc(50vw - 485px);
  }
}

@media (min-width: 1200px) {
  .cover-stage .slider .slick-arrow.slick-prev {
    left: calc(50vw - 585px);
  }
}

.cover-stage .slider .slick-arrow.slick-next {
  left: 75px;
  right: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cover-stage .slider .slick-arrow.slick-next {
    left: calc(50vw - 315px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cover-stage .slider .slick-arrow.slick-next {
    left: calc(50vw - 425px);
  }
}

@media (min-width: 1200px) {
  .cover-stage .slider .slick-arrow.slick-next {
    left: calc(50vw - 525px);
  }
}

.cover-stage .slider .slick-arrow.slick-next:before {
  background-color: #002364;
  border-radius: 3px;
  content: "";
  height: 30px;
  left: -15px;
  position: absolute;
  top: 2px;
  transform: translateY(-50%);
  width: 2px;
}

.cover-stage .slider .content .textbox {
  padding-bottom: 80px;
}

.cover-stage .slider .content .textbox .more:hover *,
.cover-stage .slider .content .textbox a:hover * {
  text-decoration: underline;
}

.cover-stage .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.cover-stage.size-l .sliderContainer {
  background-color: #eff0ec;
}

@media (min-width: 768px) {
  .cover-stage.size-l .sliderContainer {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
}

.cover-stage.size-l .img-wrap {
  padding-bottom: 46.25%;
}

@media (max-width: 991px) {
  .cover-stage.size-l .img-wrap--adaptive-height {
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }

  .cover-stage.size-l .img-wrap--adaptive-height img {
    height: auto;
    position: static;
  }
}

@media (min-width: 1140px) {
  .cover-stage.size-l .img-wrap {
    padding-bottom: 600px;
  }

  .cover-stage.size-l .img-wrap.object-bottom img {
    -o-object-position: bottom;
    object-position: bottom;
  }

  .cover-stage.size-l .img-wrap.object-center img {
    -o-object-position: center;
    object-position: center;
  }

  .cover-stage.size-l .img-wrap.object-top img {
    -o-object-position: top;
    object-position: top;
  }
}

@media (min-width: 1920px) {
  .cover-stage.size-l .img-wrap {
    padding-bottom: 800px;
  }
}

@media (min-width: 1140px) {
  .cover-stage.size-l img {
    font-family: "object-fit: cover;";
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .cover-stage.size-l img {
    height: 800px;
  }
}

.cover-stage.size-l .textbox {
  padding: 20px 0 75px !important;
}

@media (min-width: 768px) {
  .cover-stage.size-l .textbox {
    background-color: hsla(0, 0%, 100%, 0.8);
    padding: 25px 0 60px !important;
  }
}

.cover-stage.size-l .textbox a {
  color: #002364;
}

.cover-stage.size-l .textbox a:hover * {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .cover-stage.size-l .textbox {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .cover-stage.size-l .textbox {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1920px) {
  .cover-stage.size-l .textbox {
    min-height: 200px;
  }
}

@media (min-width: 992px) {
  .cover-stage.size-l .textbox .container {
    padding-right: 365px;
  }
}

.cover-stage.size-l .textbox .container > :last-child {
  margin-bottom: 0;
}

.cover-stage.size-l .textbox .heading {
  display: block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .cover-stage.size-l .textbox .heading {
    margin: 0;
  }

  .cover-stage.size-l .textbox p {
    display: none;
  }
}

.cover-stage.size-l .textbox.square {
  background: #002364;
  color: #fff;
}

.cover-stage.size-l .textbox.square a {
  color: #fff;
}

.cover-stage.size-l .textbox.square a.more {
  margin-top: 40px;
}

.cover-stage.size-l .textbox.square a:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  .cover-stage.size-l .textbox.square {
    bottom: 50%;
    left: auto;
    padding: 30px !important;
    position: absolute;
    right: 100px;
    top: auto;
    transform: translateY(50%);
    width: 325px;
    z-index: 1;
  }

  .cover-stage.size-l .textbox.square .container {
    padding: 0;
    width: auto;
  }
}

@media (min-width: 1920px) {
  .cover-stage.size-l .textbox.square {
    transform: translateY(75%);
  }
}

@media (max-width: 767px) {
  .cover-stage.size-l .textbox.square {
    background-color: #002364;
    margin-top: -15px;
    padding: 5px 0 !important;
  }

  .cover-stage.size-l .textbox.square .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cover-stage.size-l .textbox.square .container:after,
  .cover-stage.size-l .textbox.square .container:before {
    display: none;
  }

  .cover-stage.size-l .textbox.square .container .heading {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .cover-stage.size-l .textbox.square .container .more {
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    white-space: nowrap;
  }

  .cover-stage.size-l .slick-slider .slick-dots {
    bottom: 30px;
  }
}

.cover-stage.size-m .img-wrap {
  padding-bottom: 30.78125%;
}

@media (min-width: 1140px) {
  .cover-stage.size-m .img-wrap {
    padding-bottom: 400px;
  }
}

@media (min-width: 1920px) {
  .cover-stage.size-m .img-wrap {
    padding-bottom: 591px;
  }
}

@media (min-width: 1140px) {
  .cover-stage.size-m img {
    font-family: "object-fit: cover;";
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .cover-stage.size-m img {
    height: 591px;
  }
}

.cover-stage.size-m .textbox {
  background: #002364;
  border-left: 15px solid #fddc35;
  color: #fff;
}

.cover-stage.size-m .textbox.border-actionBlue {
  border-left: 15px solid #006eff;
}

.cover-stage.size-m .textbox .more,
.cover-stage.size-m .textbox a {
  color: #fff;
}

.cover-stage.size-m .textbox .more {
  margin-top: 17px;
}

@media (max-width: 991px) {
  .cover-stage.size-m .textbox {
    padding: 30px 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .cover-stage.size-m .textbox {
    bottom: 0;
    left: auto;
    padding: 30px;
    position: absolute;
    right: 100px;
    transform: translateY(25%);
    width: 355px;
    z-index: 1;
  }

  .cover-stage.size-m .textbox .container {
    width: auto;
  }
}

.cover-stage.size-m .textbox .container > :last-child {
  margin-bottom: 0;
}

.cover-stage.size-m .textbox .heading {
  display: block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .cover-stage.size-m .textbox .heading {
    margin: 0;
  }

  .cover-stage.size-m .textbox p {
    display: none;
  }
}

.cover-stage .pagingInfo {
  bottom: 25px;
  position: absolute;
}

@media (max-width: 767px) {
  .cover-stage .pagingInfo {
    display: none;
  }
}

@media (max-width: 1199px) {
  .cover-stage .pagingInfo {
    bottom: auto;
    position: relative;
    top: -45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cover-stage .pagingInfo {
    left: calc(50vw - 255px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cover-stage .pagingInfo {
    left: calc(50vw - 365px);
  }
}

@media (min-width: 1200px) {
  .cover-stage .pagingInfo {
    left: calc(50vw - 465px);
  }
}

.cover-stage .slick-slider .slick-dots {
  bottom: 20px;
}

.cover-stage .slick-slider .slick-dots li button:before {
  color: #b2bdd0;
}

.cover-stage .slick-slider .slick-dots li.slick-active button:before {
  color: #002364;
}

.teaser-jobs .box-content {
  position: relative;
  z-index: 0;
}

.teaser-jobs .box-content:before {
  background-color: #002364;
  border-left: 15px solid #fddc35;
  bottom: 60px;
  content: " ";
  left: 0;
  margin-left: -50px;
  margin-right: -50px;
  margin-top: -60px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .teaser-jobs .box-content:before {
    bottom: 30px;
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .teaser-jobs .box-content:before {
    bottom: 0;
    margin-bottom: -30px;
  }
}

.teaser-jobs .box-content .textMedia {
  color: #fff;
}

.teaser-jobs .box-content .textMedia h4 {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  margin-bottom: 11px;
  margin-top: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .teaser-jobs .box-content .textMedia h4 {
    margin-bottom: 3px;
  }
}

@media (min-width: 992px) {
  .teaser-jobs .box-content .textMedia p {
    padding-bottom: 80px;
  }

  .teaser-jobs .box-content .textMedia p + .link-list .more {
    margin-top: 0;
    position: relative;
    top: -75px;
  }
}

.teaser-jobs .box-content .textMedia .content .media {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .teaser-jobs .box-content .textMedia .content .media {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .teaser-jobs .box-content .textMedia .content .media {
    margin-bottom: 30px;
  }
}

@media (min-width: 767px) {
  .teaser-jobs .box-content .textMedia .content .media p {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .teaser-jobs .box-content .textMedia .content .media {
    overflow: visible;
    position: relative;
  }

  .teaser-jobs .box-content .textMedia .content .media p {
    bottom: -30px;
    max-width: 100%;
    padding: 0;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .teaser-jobs .box-content .textMedia .content h3 {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media (min-width: 767px) {
  .teaser-jobs .box-content .textMedia.left .content .media {
    margin-right: 15px;
    padding-right: 30px;
  }

  .teaser-jobs .box-content .textMedia.right .content .media {
    margin-left: 15px;
    padding-left: 30px;
  }
}

.teaser-jobs .box-content .textMedia .more {
  clear: none;
  color: #fff;
  display: block;
  width: auto;
}

@media (max-width: 1199px) {
  .teaser-jobs .box-content .textMedia .more {
    margin-top: 0;
  }
}

.teaser-jobs .offer-content-wrapper {
  margin-top: 60px;
}

.teaser-jobs .offer-content-wrapper h3 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 35px;
}

.teaser-jobs .box-content + .offer-content-wrapper {
  margin-top: 0;
}

@media (max-width: 767px) {
  .teaser-jobs .box-content + .offer-content-wrapper {
    margin-top: 60px;
  }
}

.teaser-jobs .jobs {
  list-style: none;
  padding: 0 0 20px;
}

.teaser-jobs .job {
  border-bottom: 1px solid #002364;
  color: #002364;
  display: block;
  margin-bottom: 18px;
  padding-bottom: 23px;
}

.teaser-jobs .job strong {
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .teaser-jobs .job strong {
    font-size: 2rem;
  }
}

.teaser-jobs .job:hover {
  color: inherit;
}

.teaser-jobs .job:hover strong {
  text-decoration: underline;
}

.teaser-jobs .job span {
  border-right: 1px solid #002364;
  padding-right: 5px;
}

.teaser-jobs .job span + span {
  border: none;
}

.teaser-jobs .img-wrap {
  padding-bottom: 107%;
}

.teaser-news .sliderContainer {
  padding: 0 0 40px;
}

.teaser-news .slick-slider.teaser-wrapper .slick-arrow {
  top: 50%;
}

.teaser-news .slick-track {
  display: flex;
}

.news-card .content {
  background: #fff;
  border: 1px solid #fff;
  display: table;
  height: 100%;
  padding: 30px;
  position: relative;
}

.news-card .content strong {
  display: block;
  margin-bottom: 60px;
}

.news-card .content em {
  display: block;
  margin-bottom: 10px;
}

.news-card.twitter .content {
  border-color: #27a4e1;
}

.news-card.twitter .content .ico-social-twitter-bird {
  color: #27a4e1;
  float: right;
  font-size: 50px;
  margin: 0 0 10px 10px;
}

.HomePage .section-corporate .container {
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .teaser_corporate .textMedia .content h3 {
    font-size: 2rem;
    margin: 10px 0 15px;
  }
}

.teaser_corporate .textMedia .content .more {
  clear: none;
  display: block;
  margin-top: 5px;
  width: auto;
}

@media (max-width: 767px) {
  .teaser_corporate .textMedia .content .more:first-of-type {
    margin-top: 0;
  }
}

.teaser_corporate.withCover {
  position: relative;
}

.teaser_corporate.withCover:before {
  background: url(../Images/layout/other/map.svg) 50% 0 no-repeat transparent;
  background-size: 350% auto;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 -280px;
  min-width: 100%;
  padding-bottom: 49%;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
}

@media (max-width: 767px) {
  .teaser_corporate.withCover:before {
    background-size: 150%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .teaser_corporate.withCover:before {
    background-size: 120%;
  }
}

@media (min-width: 992px) {
  .teaser_corporate.withCover:before {
    background-size: 100% auto;
  }
}

.teaser_corporate.withCover.career:before {
  background: url(../Images/layout/other/corporate_teaser_img.jpg) 50% 0
    no-repeat transparent;
}

.brand_knowHow {
  padding-bottom: 60px;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .brand_knowHow {
    padding-bottom: 50px;
  }
}

@media (max-width: 1199px) {
  .brand_knowHow .news_pi1 .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brand_knowHow .textMedia.intro .topline {
  margin-bottom: 3px;
}

.brand_knowHow .textMedia.intro h1 {
  font-size: 35px;
  font-size: 3.5rem;
}

@media (max-width: 767px) {
  .brand_knowHow .textMedia.intro h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.brand_knowHow .textMedia.intro p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.brand_knowHow .textMedia .content {
  padding-bottom: 30px;
}

.brand_knowHow .sliderContainer h3 {
  margin-bottom: 15px;
}

.tileSet [class*="col-"] {
  padding: 0;
}

.tileSet .item {
  box-sizing: content-box;
  display: block;
  padding-top: 100%;
  position: relative;
}

.tileSet .item strong {
  display: block;
}

.tileSet .item .item-content {
  bottom: 0;
  left: 0;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.tileSet .tile .item-content {
  align-items: center;
  background-color: #eff0ec;
  color: #002364;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-delay: 0.07s;
}

.tileSet .tile .item-content:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-delay: 0.3s;
}

.tileSet .tile img {
  height: 60%;
  margin-top: 1em;
  width: 60%;
}

.tileSet .tile strong {
  backface-visibility: hidden;
  font-size: 14px;
  height: 3em;
  text-transform: uppercase;
}

.tileSet .card img {
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.tileSet .card .item-content {
  background: #002364;
  border-left: 15px solid #fddc35;
  color: #fff;
  overflow: hidden;
  padding: 20px;
  text-align: left;
}

.tileSet .card strong {
  font-size: 18px;
  margin-bottom: 20px;
}

.brand_knowHow .fadeOutAbove {
  display: none;
}

@media (min-width: 768px) {
  .brand_knowHow .textMedia .content p {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
    width: 49%;
  }

  .brand_knowHow .textMedia .content p + p {
    padding-left: 10px;
    padding-right: 0;
  }

  .brand_knowHow .more-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .brand_knowHow .textMedia .content {
    max-height: 160px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .brand_knowHow .textMedia .content.readmore {
    max-height: 2000px;
    overflow: unset;
  }

  .brand_knowHow .more-container {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff 60%);
    height: 110px;
    margin-bottom: 15px;
    margin-top: -80px;
    padding-top: 70px;
    position: relative;
  }

  .brand_knowHow .more-container .more {
    cursor: pointer;
  }
}

.products_products:first-child .teaser_group .teaser-header-wrapper,
.section-teasers:first-child .teaser_group .teaser-header-wrapper {
  padding: 40px 0;
}

.products_products + .products_products,
.section-teasers + .section-teasers {
  position: relative;
}

.products_products
  .teaser_group
  .feature-wrapper
  .textMediaTeaser.left.withImage,
.products_products
  .teaser_group
  .feature-wrapper
  .textMediaTeaser.left.withImage
  > a
  .ie11,
.section-teasers .teaser_group .feature-wrapper .textMediaTeaser.left.withImage,
.section-teasers
  .teaser_group
  .feature-wrapper
  .textMediaTeaser.left.withImage
  > a
  .ie11 {
  display: flex;
}

.products_products
  .teaser_group
  .feature-wrapper
  .textMediaTeaser.left.withImage
  .content,
.section-teasers
  .teaser_group
  .feature-wrapper
  .textMediaTeaser.left.withImage
  .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 768px) {
  .products_products
    .teaser_group
    .feature-wrapper
    .textMediaTeaser.left.withImage
    .content,
  .section-teasers
    .teaser_group
    .feature-wrapper
    .textMediaTeaser.left.withImage
    .content {
    justify-content: center;
  }
}

.ie11
  .products_products
  .teaser_group
  .feature-wrapper
  .textMediaTeaser.left.withImage
  > a,
.ie11
  .section-teasers
  .teaser_group
  .feature-wrapper
  .textMediaTeaser.left.withImage
  > a {
  display: flex;
}

.teaser_group h2 {
  margin: 0;
}

.teaser_group .image {
  margin-bottom: 30px;
}

.teaser_group .image-object-fit .image,
.teaser_group.image-object-fit .image {
  align-items: center;
  border: 1px solid #e0e1da;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
}

.teaser_group .image-object-fit .image img,
.teaser_group.image-object-fit .image img {
  display: inline-block;
  max-height: 208px;
  width: auto;
}

.teaser_group .image-object-fit .image {
  border: 0;
}

.teaser_group .topline + h3 {
  margin-top: 0;
}

.teaser_group .teaser-header-wrapper {
  padding-bottom: 40px;
  position: relative;
}

@media (min-width: 1200px) {
  .teaser_group .teaser-header-wrapper .topline,
  .teaser_group .teaser-header-wrapper h2,
  .teaser_group .teaser-header-wrapper p {
    max-width: 83.3333333333%;
  }
}

.teaser_group .teaser-header-wrapper p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
}

.teaser_group .teaser-header-wrapper h1 + p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .teaser_group .feature-wrapper {
    margin-bottom: 40px;
  }
}

.teaser_group.background-light-grey .teaser-header-wrapper * {
  position: relative;
  z-index: 1;
}

.teaser_group.background-light-grey .teaser-header-wrapper:before {
  background-color: #eff0ec;
  border-left: 10px solid #fddc35;
  bottom: 0;
  content: "";
  left: 0;
  margin-bottom: -100px;
  margin-left: -35px;
  margin-right: -50px;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 0;
}

@media (min-width: 768px) {
  .teaser_group.background-light-grey .teaser-header-wrapper:before {
    border-left: 15px solid #fddc35;
    border-right: 15px solid #fddc35;
    margin-right: -35px;
  }
}

@media (max-width: 767px) {
  .teaser_group.background-light-grey .teaser-header-wrapper:before {
    margin-left: calc(50% - 50vw);
  }
}

@media (max-width: 991px) {
  .teaser_group.backgroundFullwidth .teaser-header-wrapper {
    padding-left: 0;
  }
}

.teaser_group.backgroundFullwidth .teaser-header-wrapper:before {
  border: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.teaser_group .teaser-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}

@media (max-width: 991px) {
  .teaser_group .teaser-wrapper.js-slider3 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 767px) {
  .teaser_group .slider-1-items .slick-track {
    width: 100% !important;
  }
}

@media (min-width: 991px) {
  .teaser_group .slider-2-items .slick-track {
    width: 100% !important;
  }
}

.teaser_group .slick-slider {
  padding-left: 0;
  padding-right: 0;
}

.teaser_group .slick-slider .slick-arrow.slick-prev {
  left: -20px;
}

@media SM {
  .teaser_group .slick-slider .slick-arrow.slick-prev {
    right: -20px;
  }
}

@media XS_DOWN {
  .teaser_group .slick-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}

.teaser_group .slick-slider .slick-arrow.slick-next {
  right: -20px;
}

@media SM {
  .teaser_group .slick-slider .slick-arrow.slick-next {
    right: -20px;
  }
}

@media XS_DOWN {
  .teaser_group .slick-slider .slick-arrow.slick-next {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .teaser_group .textMediaTeaser {
    height: auto !important;
  }
}

.teaser_group .content .more {
  color: inherit;
}

@media (min-width: 480px) and (max-width: 767px) {
  .teaser_group .content .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .teaser_group .content .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .teaser_group .content .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .teaser_group .content .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .teaser_group .content .col-xl-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.teaser_results--productFaceting {
  text-align: center;
}

.teaser_results h2,
.teaser_results-sorting {
  margin-bottom: 40px;
}

.teaser_results-sorting .teaser_results-sorting-select-wrapper {
  display: block;
  margin: 0;
  position: relative;
}

.teaser_results-sorting .teaser_results-sorting-select-wrapper:before {
  border-bottom: 2px solid #002364;
  border-right: 2px solid #002364;
  content: "";
  height: 10px;
  margin-top: -10px;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}

.teaser_results-sorting .teaser_results_sorting-label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.teaser_results-sorting select::-ms-expand {
  display: none;
}

.teaser_results-sorting .teaser_results-sorting-select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background: url(../Images/layout/selectArrow.png) no-repeat 100% #eff0ec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: 42px;
  margin: 0;
  outline: none;
  padding: 0 25px 0 15px;
  position: relative;
  width: 100%;
}

.teaser_results-sorting .teaser_results-sorting-select:focus {
  background: url(../Images/layout/selectArrow_h.png) no-repeat 100% #eff0ec;
}

.teaser_results-sorting .teaser_results-sorting-select::-ms-expand {
  display: none;
}

.teaser_results-sorting .teaser_results-sorting-select::placeholder {
  color: #002364;
}

.teaser_results-list {
  list-style: none;
}

@media (min-width: 768px) {
  .teaser_results-list {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    float: none;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}

@media (min-width: 992px) {
  .teaser_results-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1440px) {
  .teaser_results-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .teaser_results-list--list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.load-more {
  display: block;
  margin: 0 auto;
}

.service-teaser .teaser-header-wrapper h2 {
  margin: 0 0 40px;
}

.service-teaser .teaser-header-wrapper h2:empty {
  display: none;
}

@media (min-width: 768px) {
  .service-teaser .teaser {
    margin: 0 -15px;
  }
}

.service-teaser .item {
  padding: 10px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .service-teaser .item {
    padding: 10px 15px;
  }
}

.service-teaser a:active img,
.service-teaser a:focus img,
.service-teaser a:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

.service-teaser a:active h3,
.service-teaser a:focus h3,
.service-teaser a:hover h3 {
  text-decoration: underline;
}

.service-teaser .slick-arrow {
  color: inherit;
}

.service-teaser .slick-arrow:active img,
.service-teaser .slick-arrow:focus img,
.service-teaser .slick-arrow:hover img {
  color: #475882;
}

.service-teaser .content {
  margin-top: 30px;
}

.service-teaser .content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.service-teaser .slick-track {
  margin: auto;
}

.bgBlue .service-teaser .slick-arrow:active .icon,
.bgBlue .service-teaser .slick-arrow:focus .icon,
.bgBlue .service-teaser .slick-arrow:hover .icon {
  color: #dee3eb;
}

.section-service-teasers .service-teaser {
  margin-top: 15px;
}

.section-service-teasers .textMedia + .service-teaser {
  margin-top: 35px;
}

.section-service-teasers .textMedia h2 {
  margin-bottom: 0;
}

.section-service-teasers .textMedia p {
  margin-top: 15px;
}

.tools-teaser .slick-arrow {
  color: inherit;
}

.awards {
  padding-bottom: 50px;
}

.awards .slick-list {
  margin: auto;
}

.awards .slick-slider {
  padding: 0 40px;
}

.awards .slick-slider .slick-arrow {
  display: none;
}

.awards .slick-slider .slick-arrow.slick-disabled {
  opacity: 1 !important;
}

.awards .slick-slider .slick-arrow.slick-prev {
  left: 0;
}

@media (max-width: 767px) {
  .awards .slick-slider .slick-arrow.slick-prev {
    left: 15px;
    text-align: left;
  }
}

.awards .slick-slider .slick-arrow.slick-next {
  right: 0;
}

@media (max-width: 767px) {
  .awards .slick-slider .slick-arrow.slick-next {
    right: 15px;
    text-align: right;
  }
}

.awards .slick-track {
  align-items: center;
  display: flex;
  margin: 0;
}

.awards h2 {
  margin-bottom: 35px;
  margin-top: 0;
}

.awards .item {
  display: none;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 767px) {
  .awards .item .image {
    text-align: center;
  }
}

.ie11 .awards .item .image {
  width: 100%;
}

.awards .item img {
  display: inline-block;
  height: auto;
  max-height: 270px;
  max-width: 100%;
  width: auto;
}

.awards .slick-initialized .item {
  display: flex;
  justify-content: center;
}

.awards .slick-initialized .item:first-child {
  padding-left: 0;
}

.awards .slider:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
}

.awards .slider:not(.slick-initialized) .item {
  display: block;
}

.imageGallery {
  padding: 60px 0;
  z-index: 1;
}

.row + .imageGallery {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .imageGallery {
    padding: 50px 0 30px;
  }
}

@media (max-width: 767px) {
  .imageGallery {
    padding: 30px 0 0;
  }
}

.imageGallery.bgColor {
  background-color: transparent;
}

.imageGallery.bgBlue .content,
.imageGallery.bgBlue .pagingInfo,
.imageGallery.bgBlue .slider .customArrows .slick-arrow .icon {
  color: #fff !important;
}

.imageGallery.bgBlue .slider .customArrows .slick-arrow:hover .icon {
  color: #475882 !important;
}

.imageGallery.bgBlue .slider .customArrows .slick-next {
  border-left: 1px solid #fff !important;
}

.imageGallery.bgBlue .background-placeholder {
  background-color: #002364;
}

.imageGallery.bgBlueLight .background-placeholder {
  background-color: #dee3eb;
}

.imageGallery.bgYellow .background-placeholder {
  background-color: #fddc35;
}

.imageGallery.bgGreyLight .background-placeholder {
  background-color: #eff0ec;
}

.imageGallery.reverseItems .item.slick-slide {
  flex-direction: row-reverse;
}

.imageGallery.reverseItems .background-placeholder,
.imageGallery.reverseItems .slider .customArrows {
  left: 0;
  right: auto;
}

@media (max-width: 991px) {
  .imageGallery.reverseItems .item .content {
    height: auto;
    margin-left: auto;
    margin-right: 16.66666667%;
  }
}

@media (max-width: 767px) {
  .imageGallery.reverseItems .item .content {
    border-top: 1px solid #fff;
    margin-left: auto;
    margin-right: 8.33333333%;
  }
}

@media (max-width: 991px) {
  .imageGallery.reverseItems .item .image,
  .imageGallery.reverseItems .item .video {
    margin-left: 16.66666667%;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .imageGallery.reverseItems .item .image,
  .imageGallery.reverseItems .item .video {
    margin-left: auto;
    margin-right: 0;
  }
}

.imageGallery .textImage {
  margin-bottom: 0;
}

.imageGallery .item {
  height: auto;
}

@media (min-width: 992px) {
  .imageGallery .item.slick-slide {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .imageGallery .item.slick-slide {
    display: block;
  }
}

.imageGallery .item .image,
.imageGallery .item .video {
  background-color: #e0e1da;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .imageGallery .item .image,
  .imageGallery .item .video {
    margin-right: 16.66666667%;
  }
}

@media (max-width: 767px) {
  .imageGallery .item .image,
  .imageGallery .item .video {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .imageGallery .item .image,
  .imageGallery .item .video {
    max-width: 652px;
  }
}

.imageGallery .item .image img,
.imageGallery .item .video img {
  left: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  width: auto !important;
}

.imageGallery .item .content {
  border-top: 0 !important;
  height: 100%;
  padding: 0;
}

@media (max-width: 991px) {
  .imageGallery .item .content {
    height: auto;
    margin-left: 16.66666667%;
    position: static;
  }
}

@media (max-width: 767px) {
  .imageGallery .item .content {
    border-left: 0;
    border-top: 1px solid #fff;
    margin-left: 8.33333333%;
  }
}

.imageGallery .item .content .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 0 80px 60px 35px;
  position: relative;
}

@media (max-width: 991px) {
  .imageGallery .item .content .inner {
    padding: 30px 80px 60px 35px;
  }
}

@media (max-width: 767px) {
  .imageGallery .item .content .inner {
    padding: 30px 35px 60px;
  }
}

.imageGallery .item .content h3 {
  font-size: 20px;
  font-size: 2rem;
}

.imageGallery .item .content p {
  padding-bottom: 10px;
  padding-top: 15px;
}

.imageGallery .item .content p:before {
  content: none;
}

.imageGallery .item .content .pagingInfo {
  bottom: 2px;
  color: #002364;
  font-size: 16px;
  font-size: 1.6rem;
  left: 165px;
  position: absolute;
}

@media (max-width: 991px) {
  .imageGallery .item .content .pagingInfo {
    bottom: 3px;
    left: calc(16.66667% + 130px);
  }
}

@media (max-width: 767px) {
  .imageGallery .item .content .pagingInfo {
    bottom: 22px;
    left: calc(8.33333% + 130px);
  }
}

.imageGallery .background-placeholder {
  background: #eff0ec;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.imageGallery.sliderContainer .slider {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

.imageGallery.sliderContainer .slider .slick-track {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.imageGallery.sliderContainer .slider .slick-next,
.imageGallery.sliderContainer .slider .slick-prev {
  z-index: 10;
}

.imageGallery.sliderContainer .slider .slick-arrow.slick-prev {
  left: 15px;
}

.imageGallery.sliderContainer .slider .slick-arrow.slick-next {
  right: 15px;
}

.imageGallery.sliderContainer .slider .customArrows {
  bottom: 0;
  float: right;
  font-size: 0;
  padding: 0 6px;
  position: absolute;
  right: 0;
  z-index: 1000;
}

@media (max-width: 767px) {
  .imageGallery.sliderContainer .slider .customArrows {
    bottom: 20px;
  }
}

.imageGallery.sliderContainer .slider .customArrows .slick-arrow {
  color: #002364;
  display: inline-block;
  height: 30px;
  left: 0;
  line-height: 30px;
  max-height: 40px;
  padding: 0;
  position: relative;
  text-shadow: none !important;
  transform: none;
  transition: color 0.2s ease-in-out;
  width: 60px;
}

.imageGallery.sliderContainer .slider .customArrows .slick-arrow .icon {
  font-size: 20px;
  line-height: 30px;
}

.imageGallery.sliderContainer .slider .customArrows .slick-arrow:hover {
  color: rgba(0, 0, 0, 0.25);
}

.imageGallery.sliderContainer .slider .customArrows .slick-next {
  border-left: 1px solid #002364;
  border-radius: 0;
}

.imageGallery .lightboxModal {
  display: inline-block;
  position: relative;
}

.imageGallery .lightboxModal .icon {
  background-color: hsla(0, 0%, 100%, 0.9);
  bottom: 0;
  color: #002364;
  font-size: 24px;
  height: 41px;
  line-height: 41px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.5s ease;
  width: 41px;
}

.imageGallery .lightboxModal:hover .icon {
  color: #475882;
}

.imageGallery .copyright {
  color: #7e90b2;
  display: inline-block;
}

.winphone .gallery.sliderContainer figure {
  float: left !important;
}

.winphone .imageGallery .item.slick-slide {
  display: block;
}

.section-gallery .textMedia h2 {
  margin-bottom: 0;
}

.section-gallery .textMedia .content {
  margin-top: 35px;
}

.filter .searchbox {
  background: transparent;
  display: block;
  height: auto;
  left: 0 !important;
  margin-bottom: 50px;
  opacity: 1;
  padding: 0;
  position: relative;
  z-index: inherit;
}

.filter .searchbox .toggle-close {
  display: none;
}

.filter .searchbox form {
  height: auto;
  margin-right: 0;
  padding-bottom: 0;
}

.filter .searchbox .input {
  width: 100%;
}

.filter .searchbox input {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  margin: 0;
  z-index: inherit;
}

.filter .searchbox .more {
  top: calc(50% - 8px);
}

.filter .filter-bar {
  margin-bottom: 40px;
}

.filter .filter-bar.highlight-offset-grey {
  margin-bottom: 0;
  padding-top: 20px;
  position: relative;
}

.filter .filter-bar.highlight-offset-grey:before {
  background-color: #eff0ec;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: -50px -50px -100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .filter .filter-bar.highlight-offset-grey:before {
    margin-bottom: -50px;
  }
}

.filter .filter-bar.backgroundFullwidth:before {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.filter .filter-bar.highlight-wide-grey {
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}

.filter .filter-bar.highlight-wide-grey:before {
  background-color: #eff0ec;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50vw);
  width: 100vw;
  z-index: -1;
}

@media (max-width: 991px) {
  .filter .filter-bar.highlight-wide-grey .tabs,
  .filter .filter-bar.highlight-wide-grey:before {
    margin-bottom: -50px;
  }

  .filter
    .filter-bar.highlight-wide-grey
    .tabs
    .select2-container--default
    .select2-selection--single {
    background-color: #fff;
  }

  .filter .filter-bar.highlight-wide-grey + .filter-results {
    margin-top: 80px;
  }
}

.filter .filter-bar .subcategory-list {
  list-style: none;
  padding: 0 0 20px;
}

@media (max-width: 767px) {
  .filter .filter-bar .subcategory-list {
    padding-bottom: 30px;
  }
}

.filter .filter-bar .subcategory-item {
  border: 1px solid #002364;
  box-sizing: border-box;
  color: #002364;
  display: inline-block;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
}

.filter .filter-bar .subcategory-item a {
  border: 1px solid transparent;
  color: #002364;
  display: block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  padding: 9px 25px 7px 18px;
  position: relative;
}

.filter .filter-bar .subcategory-item a:active,
.filter .filter-bar .subcategory-item a:focus,
.filter .filter-bar .subcategory-item a:hover {
  text-decoration: none;
}

.filter .filter-bar .subcategory-item a:after {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
  font-family: geze_ui !important;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  position: absolute;
  right: 9px;
  text-transform: none;
  top: 14px;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

.filter .filter-bar .subcategory-item a:hover:after {
  opacity: 1;
}

.filter .filter-bar .subcategory-item.active {
  border: 1px solid #fddc35;
}

.filter .filter-bar .subcategory-item.active a {
  background-color: #fddc35;
}

.filter .filter-bar .subcategory-item.active a:after {
  opacity: 1;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .filter .dropdown .dropdown-menu {
    right: 0;
  }

  .filter .btn,
  .filter .it-cc__button {
    text-transform: none;
  }
}

.filter-results .alternative {
  font-size: 18px;
  font-size: 1.8rem;
}

.filter-results .alternative a {
  text-decoration: underline;
}

.filter-results .feature-box .content {
  padding-top: 130px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .filter-results .feature-box .content {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .filter-results .feature-box .content {
    padding-top: 0;
  }
}

.filter-results .textMediaTeaser:not(.withImage) > a {
  background-color: #eff0ec;
  padding-bottom: 22px;
}

.filter-results .textMediaTeaser:not(.withImage) > a .topline {
  margin-top: 10px;
}

.filter-results .btn,
.filter-results .it-cc__button {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

.textMedia + #loadMore button,
.textMedia + .showmore {
  margin-top: 40px;
}

#loadMore button [data-showmore="toggler"],
.showmore [data-showmore="toggler"] {
  color: #002364;
  text-transform: uppercase;
}

#loadMore button [data-showmore="toggler"]:active,
#loadMore button [data-showmore="toggler"]:focus,
#loadMore button [data-showmore="toggler"]:hover,
.showmore [data-showmore="toggler"]:active,
.showmore [data-showmore="toggler"]:focus,
.showmore [data-showmore="toggler"]:hover {
  text-decoration: none;
}

#loadMore button [data-showmore="toggler"]:hover,
.showmore [data-showmore="toggler"]:hover {
  color: #475882;
}

#loadMore button [data-showmore="toggler"]:hover .underline,
.showmore [data-showmore="toggler"]:hover .underline {
  text-decoration: underline;
}

#loadMore button [data-showmore="toggler"]:before,
.showmore [data-showmore="toggler"]:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
  display: inline-block;
  font-family: geze_ui !important;
  font-size: 25px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2px;
  margin-right: 10px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}

#loadMore button [data-showmore="toggler"] .button-text-active,
#loadMore button [data-showmore="toggler"].active .button-text,
.showmore [data-showmore="toggler"] .button-text-active,
.showmore [data-showmore="toggler"].active .button-text {
  display: none;
}

#loadMore button [data-showmore="toggler"].active .button-text-active,
.showmore [data-showmore="toggler"].active .button-text-active {
  display: inline;
}

#loadMore button [data-showmore="toggler"].active:before,
.showmore [data-showmore="toggler"].active:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
  font-family: geze_ui !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

#loadMore button .content-wrapper,
.showmore .content-wrapper {
  display: none;
  margin-top: 40px;
}

#loadMore button .content-wrapper.active,
.showmore .content-wrapper.active {
  display: block;
}

.showmore2 [data-showmore="toggler"] {
  display: block;
  margin-top: 15px;
}

.showmore2 [data-showmore="toggler"].active {
  display: none;
}

#loadMore button {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  background: 0 0;
  border-radius: 6px;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  position: relative;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}

#loadMore button:before {
  content: "";
  position: absolute;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

#loadMore button:active,
#loadMore button:focus,
#loadMore button:hover {
  color: #fff;
}

#loadMore button:active:before,
#loadMore button:focus:before,
#loadMore button:hover:before {
  transform: scaleX(1);
}

#loadMore button:before {
  background: #e0e1da;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#loadMore button:active,
#loadMore button:focus,
#loadMore button:hover {
  color: #002364;
  outline: none;
  outline-offset: inherit;
}

.table-module h2 {
  margin-bottom: 30px;
}

.table-module p {
  font-family: NeufileGrotesk-RegularExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.table-module .table-wrapper {
  -ms-overflow-style: none;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
}

.table-module .table-wrapper::-webkit-scrollbar {
  display: none;
}

.table-module table {
  width: 100%;
}

.table-module table thead th {
  border: 0;
  font-weight: 400;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.table-module table thead th:first-child {
  padding-left: 0;
}

.table-module table td {
  border: 0;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.table-module table tbody {
  border-top: none;
  font-size: 16px;
  font-size: 1.6rem;
}

.table-module table tbody td:first-child,
.table-module table tbody th {
  border-bottom: 1px solid #002364;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  padding: 12px 50px 12px 0;
  text-align: left;
  width: auto;
}

.table-module table tbody td {
  border-bottom: 1px solid #002364;
  padding-left: 20px;
  text-align: left;
}

.table-module table tbody td.is-reference {
  background-color: #eff0ec;
}

.table-module table tbody tr:first-child {
  border-bottom: 2px solid #002364;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.table-module table tbody tr:first-child td,
.table-module table tbody tr:first-child th {
  padding-bottom: 20px;
}

.table-module table tbody tr {
  border-bottom: 2px solid #e0e1da;
  border-top: none;
}

.table-module table a {
  text-decoration: underline;
}

.seminars_pi1 table tbody tr:first-child,
.tx-seminars-pi1 table tbody tr:first-child {
  border-bottom-color: #e0e1da;
}

.seminars_pi1 table thead tr:last-child,
.tx-seminars-pi1 table thead tr:last-child {
  border-bottom: 2px solid #002364;
}

.seminars_pi1 table thead tr:last-child th,
.tx-seminars-pi1 table thead tr:last-child th {
  padding-bottom: 20px;
}

.tx-seminars-pi1-browsebox {
  padding-top: 20px;
}

.responsiveTable .tablesaw-bar .btn,
.responsiveTable .tablesaw-bar .it-cc__button {
  border: 1px solid #002364;
  border-radius: 0 !important;
}

.responsiveTable .tablesaw-bar .btn.left:before,
.responsiveTable .tablesaw-bar .left.it-cc__button:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-family: geze_ui !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.responsiveTable .tablesaw-bar .btn.right:before,
.responsiveTable .tablesaw-bar .right.it-cc__button:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: geze_ui !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

table.responsive {
  border-top: 1px solid #002364;
  width: 100%;
}

table.responsive th {
  border-bottom: 1px solid #002364;
  max-width: 195px;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

table.responsive th:first-child {
  border-bottom: 1px solid #002364;
  padding-left: 0;
}

table.responsive td {
  border-bottom: 1px solid #002364;
  max-width: 230px;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

table.responsive .more {
  display: block;
}

table.responsive .tablesaw-bar .tablesaw-nav-btn {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  font-family: geze_ui !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

table.responsive .tablesaw-bar .tablesaw-nav-btn.left:before {
  content: "\e903";
}

table.responsive .tablesaw-bar .tablesaw-nav-btn.right:before {
  content: "\e904";
}

.tabs .topline {
  display: block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.8em;
}

@media (max-width: 991px) {
  .tabs .topline {
    font-size: 16px;
  }
}

.tabs h2 {
  margin-bottom: 20px;
}

.tabs .nav-tabs {
  border: none;
}

@media (min-width: 768px) {
  .tabs .nav-tabs {
    border-bottom: 3px solid #ccc;
    box-sizing: border-box;
  }

  .bgBlue .tabs .nav-tabs,
  .bgBlueLight .tabs .nav-tabs,
  .bgGreyLight .tabs .nav-tabs,
  .highlight-offset-grey .tabs .nav-tabs {
    border-bottom: 3px solid #fff;
  }
}

.tabs .select-wrapper {
  overflow: hidden;
  padding-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .tabs .select-wrapper {
    display: none;
  }
}

.tabs .select-wrapper select {
  background: #fff;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 767px) {
  .tabs .select-wrapper select {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background: url(../Images/layout/selectArrow.png) no-repeat 100% #eff0ec;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    padding-right: 40px;
    position: relative;
    text-transform: none;
    width: 100%;
  }

  .tabs .select-wrapper select:focus {
    background: url(../Images/layout/selectArrow_h.png) no-repeat 100% #eff0ec;
  }

  .tabs .select-wrapper select::-ms-expand {
    display: none;
  }

  .tabs .select-wrapper select::placeholder {
    color: #002364;
  }
}

.tabs .select-wrapper option {
  line-height: 2;
  padding: 10px;
}

.tabs .nav-tabs-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .tabs .nav-tabs-wrapper {
    box-sizing: border-box;
    margin-bottom: 0;
  }
}

.tabs .nav-tabs-wrapper .nav-tabs li {
  margin-bottom: -3px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .tabs .nav-tabs-wrapper .nav-tabs li {
    display: none;
  }
}

.tabs .nav-tabs-wrapper .nav-tabs li.active > a {
  cursor: default;
}

.tabs .nav-tabs-wrapper .nav-tabs li.active > a,
.tabs .nav-tabs-wrapper .nav-tabs li:not(.active):hover > a {
  border-bottom: 3px solid #006eff;
  color: #002364;
}

.tabs .nav-tabs-wrapper .nav-tabs li > a {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  color: #475882;
  font-size: 18px;
  font-size: 1.8rem;
  height: 35px;
  letter-spacing: 0.5px;
  padding: 0;
  text-transform: uppercase;
}

.tabs .tab-content .textMedia > .container {
  padding-left: 0;
  padding-right: 0;
}

section.bgBlue .tabs .nav-tabs a {
  color: #dee3eb;
}

section.bgBlue .tabs .nav-tabs li.active a,
section.bgBlue .tabs .nav-tabs li.active > a,
section.bgBlue .tabs .nav-tabs li:not(.active):hover > a {
  color: #fff;
}

section.bgBlue .tabs .select-wrapper {
  color: #002364;
}

@media (max-width: 767px) {
  .bgGreyLight .select-wrapper select,
  .highlight-offset-grey .select-wrapper select,
  .highlight-wide-grey .select-wrapper select {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .bgGreyLight .select-wrapper select:focus,
  .highlight-offset-grey .select-wrapper select:focus,
  .highlight-wide-grey .select-wrapper select:focus {
    background: url(../Images/layout/selectArrow_h.png) no-repeat 100% #fff;
  }
}

section.section-toc {
  padding-bottom: 15px !important;
}

section.section-toc + section.section-text-media,
section.section-toc + section[class^="section-"] {
  padding-top: 40px;
}

section.section-toc + section.section-text-media.bgGreyLight,
section.section-toc + section[class^="section-"].bgGreyLight {
  margin-top: 30px;
}

.toc.toc-product-detail .toc-content-track {
  height: auto;
}

.toc .toc-main-holder {
  padding-bottom: 64px;
  position: relative;
}

.toc h4 {
  display: none;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding-top: 15px;
}

.toc .toc-content-track {
  left: 0;
  position: absolute;
  width: 100%;
}

.toc .toc-content-track:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50vw);
  transition: background-color 0.2s ease-in-out;
  width: 100vw;
}

.toc .toc-content-track:after {
  background-image: radial-gradient(
    farthest-side at 50% 0,
    rgba(74, 74, 72, 0.3),
    rgba(74, 74, 72, 0)
  );
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  max-width: 1140px;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 100%;
}

@media (max-width: 1199px) {
  .toc .toc-content-track:after {
    max-width: 100vw;
    width: 100vw;
  }
}

.toc .toc-content-track.pos-fixed {
  left: 0;
  padding: 0 15px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
  z-index: 2100;
}

@media (min-width: 1200px) {
  .toc .toc-content-track.pos-fixed {
    z-index: 2100;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .toc .toc-content-track.pos-fixed {
    padding-left: 0;
  }
}

.toc .toc-content-track.pos-fixed:before {
  background-color: #002364;
}

.toc .toc-content-track.pos-fixed:after {
  max-width: 100vw;
  width: 100vw;
}

.toc .toc-content-track.pos-fixed h4 {
  color: #fff;
  display: block;
  opacity: 1;
  overflow: hidden;
  padding-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 100px);
}

@media (min-width: 1200px) {
  .toc .toc-content-track.pos-fixed h4 {
    width: calc(100% - 110px);
  }
}

.toc .toc-content-track.pos-fixed .toc-content {
  display: flex;
  flex-wrap: wrap;
  min-height: 60px;
  padding-top: 10px;
}

.toc .toc-content-track.pos-fixed .toc-content .toc-link {
  color: #fff;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .toc .toc-content-track.pos-fixed .toc-content {
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    width: 750px;
  }
}

@media (min-width: 992px) {
  .toc .toc-content-track.pos-fixed .toc-content {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .toc .toc-content-track.pos-fixed .toc-content {
    color: #fff;
    width: 1170px;
  }
}

@media (min-width: 1600px) {
  .toc .toc-content-track.pos-fixed .toc-content {
    margin: 0 auto;
    max-width: 1140px;
  }
}

.toc .toc-content {
  position: relative;
}

.toc .toc-content:after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.toc .logo {
  height: 22px;
  margin: 7px 20px 0 0;
}

@media (min-width: 1200px) {
  .toc .logo {
    height: 25px;
    margin: 5px 30px 0 0;
  }

  .ie11 .toc .logo {
    width: 80px;
  }
}

.toc .logo .cls-2 {
  fill: #fff !important;
}

.toc .toc-list {
  -ms-overflow-style: none;
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  padding: 0;
  white-space: nowrap;
}

.toc .toc-list::-webkit-scrollbar {
  display: none;
}

.toc .toc-list-item {
  margin-left: 25px;
}

.toc .toc-list-item:first-child {
  margin-left: 0;
}

.toc .toc-link {
  color: #002364;
  display: block;
  font-size: 1.8rem;
  line-height: 68px;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.toc .toc-link:after {
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}

.toc .toc-link.active:after,
.toc .toc-link:hover:after {
  background-color: #fddc35;
}

.toc .box {
  display: flex;
  position: relative;
  width: 100%;
}

.toc .scroller {
  color: #fff;
  cursor: pointer;
  display: none;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 50px;
  z-index: 1;
}

.toc .scroller:after {
  background-color: hsla(0, 0%, 100%, 0.5);
  bottom: 13px;
  content: "";
  position: absolute;
  top: 13px;
  width: 1px;
}

.toc .scroller-left .icon {
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 10px;
}

.toc .scroller-left:after {
  right: 3px;
}

.toc .scroller-right:after {
  left: 3px;
}

.toc .scroller-right .icon {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 5px;
}

.toc .wrapper {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.toc .list {
  left: 0;
  min-width: 3000px;
  position: absolute;
  top: 0;
}

.accordion .panel {
  border-top: 1px solid #002364;
  margin-bottom: 0;
}

.accordion .panel:after,
.accordion .panel:before {
  content: " ";
  display: table;
}

.accordion .panel:after {
  clear: both;
}

.accordion .panel .section-accordion,
.accordion .panel section,
.accordion .panel section.section-text-media {
  padding-bottom: 0;
}

.accordion .panel .panel-collapse {
  padding: 0;
}

.accordion .panel .panel {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .accordion .panel .panel {
    margin-left: 50px;
  }

  .accordion .panel .panel:first-child {
    margin-top: 25px;
  }
}

.accordion .panel .panel:last-child {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .accordion .panel .panel .panel-title a .ico-close {
    right: 3px;
  }
}

.accordion .panel-group .panel:last-child {
  border-bottom: 1px solid #002364;
}

.accordion .panel-heading .panel-title {
  margin: 0;
}

.accordion .panel-heading .panel-title:after,
.accordion .panel-heading .panel-title:before {
  content: " ";
  display: table;
}

.accordion .panel-heading .panel-title:after {
  clear: both;
}

.accordion .panel-heading .panel-title a {
  color: #002364;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  padding: 30px 65px 28px 0;
  position: relative;
}

@media (max-width: 767px) {
  .accordion .panel-heading .panel-title a {
    padding-right: 35px;
  }
}

.accordion .panel-heading .panel-title a .ico-close {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 30px;
  top: 35px;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  .accordion .panel-heading .panel-title a .ico-close {
    right: 0;
  }
}

.accordion .panel-heading .panel-title a.collapsed {
  text-decoration: none;
}

.accordion .panel-heading .panel-title a.collapsed .ico-close {
  transform: rotate(45deg);
}

.accordion .panel-heading .panel-title a:focus {
  text-decoration: none;
}

.accordion .panel-heading .panel-title:hover a .ico-close {
  color: #475882;
}

.accordion .collapse {
  clear: both;
  display: block;
  max-height: 0;
  overflow: hidden;
}

.accordion .collapse:after,
.accordion .collapse:before {
  content: " ";
  display: table;
}

.accordion .collapse:after {
  clear: both;
}

@media (min-width: 480px) {
  .accordion .collapse.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.accordion .collapse.in {
  max-height: none;
  overflow: visible;
}

.accordion .collapse.in:after,
.accordion .collapse.in:before {
  content: " ";
  display: table;
}

.accordion .collapse.in:after {
  clear: both;
}

.accordion .panel-body {
  margin-bottom: 40px;
}

.accordion .panel-body:after,
.accordion .panel-body:before {
  content: " ";
  display: table;
}

.accordion .panel-body:after {
  clear: both;
}

.accordion .gallery + .textMedia,
.accordion .textMedia + .gallery,
.accordion .textMedia + .textMedia {
  margin-top: 45px;
}

.accordion .textMedia {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .accordion .panel-body {
    margin-bottom: 0;
    padding: 20px 0;
  }
}

.service_contact h2 {
  margin-bottom: 40px;
}

.service_contact h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 25px 0 10px;
}

.service_contact h3:first-child {
  margin-top: 0;
}

.service_contact .contacts {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .service_contact .contacts {
    margin-bottom: 0;
    min-height: 140px;
    position: relative;
  }
}

.service_contact .contacts:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: geze_ui !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

@media (min-width: 992px) {
  .service_contact .contacts:before {
    content: "\e921";
    font-size: 20rem;
    height: 150px;
    left: -50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 200px;
  }
}

.service_contact .contact {
  display: block;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .service_contact .contact {
    margin-bottom: 10px;
  }
}

.service_contact .contact:last-child {
  margin-bottom: 0;
}

.service_contact .contact strong {
  display: block;
  font-size: 30px;
  font-weight: 400;
}

.service_contact .contact em {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
}

.service_contact .contact a[href^="tel"] {
  color: inherit;
}

.service_contact .contact a[href^="tel"]:active,
.service_contact .contact a[href^="tel"]:focus,
.service_contact .contact a[href^="tel"]:hover {
  color: inherit;
  text-decoration: underline;
}

.section-service-contact.bgBlueLight {
  color: #fff;
}

.section-service-contact.bgBlueLight .container:before {
  background-color: #006eff;
}

.section-service-contact.bgBlueLight a {
  color: #fff;
}

.section-retailer {
  padding: 40px 0 !important;
}

.section-retailer form label {
  display: block;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 13px;
}

.section-retailer form input[type="text"] {
  background-color: #eff0ec;
  background-color: #fff;
  border: 0 solid transparent;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  color: #002364;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.section-retailer form input[type="text"]:focus {
  border-left: 5px solid #fddc35;
  border-right: 5px solid #fddc35;
  padding: 10px;
}

.section-retailer form input[type="text"]::placeholder {
  color: #002364;
}

.section-retailer form input[type="text"]::-webkit-input-placeholder {
  color: #002364;
}

.section-retailer form input[type="text"]::-moz-placeholder {
  color: #002364;
}

.section-retailer form input[type="text"]:-ms-input-placeholder {
  color: #002364;
}

.section-retailer form input[type="text"]:-moz-placeholder {
  color: #002364;
}

.section-retailer form input[type="text"]:focus {
  outline: none;
}

.section-retailer form input[type="text"]:not(:checked) {
  color: #002364;
}

.section-retailer form .retailer-search-input-checkbox {
  position: relative;
}

.section-retailer form .retailer-search-input-checkbox input[type="checkbox"],
.section-retailer form .retailer-search-input-checkbox input[type="radio"] {
  background-color: transparent !important;
  border: 0 !important;
  height: 10px;
  left: 5px;
  margin: 0 !important;
  outline: none !important;
  position: absolute;
  top: 10px;
  width: 10px;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="checkbox"]:hover
  + label:after,
.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"]:hover
  + label:after {
  opacity: 1;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="checkbox"].touch,
.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"].touch {
  outline: none;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="checkbox"].touch
  + label:before,
.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"].touch
  + label:before {
  background-color: #002364;
  border: 2px solid #002364;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="checkbox"]
  + label,
.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"]
  + label {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 10px 0 0 30px;
  position: relative;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="checkbox"]
  + label:before,
.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"]
  + label:before {
  background-color: #eff0ec;
  border: 2px solid #002364;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 20px;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="checkbox"]
  + label:after,
.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"]
  + label:after {
  background-color: transparent;
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 14px;
  transform: rotate(-45deg);
  width: 12px;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="checkbox"]:checked
  + label:before,
.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"]:checked
  + label:before {
  background-color: #002364;
  border: 0;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="checkbox"]:checked
  + label:after,
.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"]:checked
  + label:after {
  opacity: 1;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"]
  + label:before {
  border-radius: 20px;
}

.section-retailer
  form
  .retailer-search-input-checkbox
  input[type="radio"]
  + label:after {
  background-color: #fff;
  border: none;
  border-radius: 20px;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 17px;
  transform: none;
  width: 6px;
}

.section-retailer form .btn-back {
  cursor: pointer;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section-retailer form .btn-back {
    margin-bottom: 0;
  }
}

.section-retailer form .retailer-search-input-wrapper {
  border-top: 2px solid #e0e1da;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .section-retailer form .retailer-search-input-wrapper {
    padding: 30px 0;
  }
}

.section-retailer
  form
  .retailer-search-input-wrapper
  .retailer-search-input-label
  p {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.section-retailer
  form
  .retailer-search-partner-type.disabled
  .retailer-search-input-label
  p,
.section-retailer
  form
  .retailer-search-product-category.disabled
  .retailer-search-input-label
  p {
  color: #e0e1da;
}

.section-retailer .load-more {
  margin-bottom: 80px;
}

.section-retailer .section-retailer-result {
  padding-bottom: 0;
}

.section-retailer ul.result-list {
  margin-bottom: 40px;
  margin-top: 20px;
}

.section-retailer ul.result-list li {
  border-bottom: 1px solid #e0e1da;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.section-retailer ul.result-list li h4 {
  padding-left: 40px;
  position: relative;
}

.section-retailer ul.result-list li h4:before {
  content: "\e920";
  display: block;
  font-family: geze_ui;
  font-size: 35px;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 0;
}

.section-retailer ul.result-list li p {
  line-height: 24px;
  margin-bottom: 15px;
}

.section-retailer ul.result-list li a {
  color: #002364;
  text-decoration: underline;
}

.section-retailer ul.result-list li a:hover {
  text-decoration: none;
}

.retailer-search-input-checkbox {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.retailer-search-input-checkbox.open {
  height: 30px;
  transition: height 0.5s ease;
}

.filter-results h2 .result-found {
  display: inline-block;
  margin-bottom: 25px;
}

.filter-results h2 .result-found.no-results {
  font-size: 2.5rem;
  margin-bottom: 275px;
}

.searchResults .tabs .nav-tabs-wrapper .nav-tabs li.active > a {
  cursor: pointer;
}

.searchResults section.section-tabs:first-child {
  padding-top: 0 !important;
}

.searchResults .resultTeaser {
  border-bottom: 1px solid #e0e1da;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.searchResults .resultTeaser > a {
  display: block;
}

.searchResults .resultTeaser h3 {
  font-size: 20px;
  font-size: 2rem;
}

.searchResults .resultTeaser .topline {
  margin-bottom: 8px;
  text-transform: inherit;
}

.searchResults .resultTeaser .image {
  margin-right: 0;
  max-height: 260px;
  max-width: 260px;
  width: auto;
}

@media (min-width: 768px) {
  .searchResults .resultTeaser .image {
    float: left;
  }
}

.searchResults .resultTeaser .image img {
  height: inherit;
  max-height: 100%;
  max-width: 100%;
  width: inherit;
}

@media (min-width: 768px) {
  .searchResults .resultTeaser .image + .content {
    float: left;
    max-width: calc(100% - 260px);
    padding-left: 30px;
    width: auto;
  }
}

.searchResults .resultTeaser .more.download {
  margin-top: 15px;
}

.searchResults .resultTeaser .more.download:before {
  margin-bottom: 6px;
}

.searchResults .resultTeaser .hit {
  background-color: #fddc35;
}

.searchResults .resultTeaser.is-product:hover .underline,
.searchResults .resultTeaser.is-product:hover h3 {
  text-decoration: underline;
}

.searchResults .resultTeaser.is-product a {
  color: inherit;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .searchResults .resultTeaser.is-product a {
    flex-direction: row;
  }
}

.searchResults .resultTeaser.is-product .image {
  align-items: center;
  border: 1px solid #e0e1da;
  display: flex;
  justify-content: center;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
}

.ie11 .searchResults .resultTeaser.is-product .image {
  display: block;
  flex-shrink: 0;
  line-height: 187px;
}

@media (min-width: 992px) {
  .searchResults .resultTeaser.is-product .image {
    margin: 0 30px 0 0;
    width: 260px;
  }

  .searchResults .resultTeaser.is-product .image + .content {
    width: calc(100% - 260px);
  }
}

.searchResults .resultTeaser.is-product .image img {
  display: inline-block;
  max-height: 187px;
  width: auto;
}

.searchResults .resultTeaser.is-product .image + .content {
  padding-left: 0;
}

.searchResults .lastChange {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .career .navbar-brand > img {
    top: 60px;
  }
}

.career .navbar .header-button .ico-jobs {
  display: inline-block;
  font-size: 45px;
  margin-top: 8px;
}

@media (min-width: 1200px) {
  .career .meta-nav > ul > li.social {
    border-right: none;
  }
}

.career .footer_content {
  line-height: 150%;
}

.career .footer_content .awards,
.career .footer_content .contacts,
.career .footer_content .jobs {
  margin-top: -2px;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .career .footer_content .awards .wrapper,
  .career .footer_content .contacts .wrapper,
  .career .footer_content .jobs .wrapper {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .career .footer_content .awards h4,
  .career .footer_content .contacts h4,
  .career .footer_content .jobs h4 {
    padding-right: 30px;
  }

  .career .footer_content .awards:not(:first-child),
  .career .footer_content .contacts:not(:first-child),
  .career .footer_content .jobs:not(:first-child) {
    border-top: 2px solid #fff;
  }
}

.career .footer_content .awards span,
.career .footer_content .contacts span,
.career .footer_content .jobs span {
  display: inline-block;
  margin-bottom: 10px;
}

.career .footer_content .awards span:last-of-type,
.career .footer_content .contacts span:last-of-type,
.career .footer_content .jobs span:last-of-type {
  margin-bottom: 0;
}

.career .footer_content .awards strong,
.career .footer_content .contacts strong,
.career .footer_content .jobs strong {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.career .footer_content .awards .more,
.career .footer_content .contacts .more,
.career .footer_content .jobs .more {
  margin-top: 30px;
}

.career .footer_content .awards .inner,
.career .footer_content .contacts .inner,
.career .footer_content .jobs .inner {
  margin-bottom: 20px;
  margin-top: 0;
}

.career .footer_content .awards .wrapper {
  align-items: center;
  display: flex;
}

@media (min-width: 992px) {
  .career .footer_content .awards .wrapper {
    justify-content: space-between;
  }
}

.career .footer_content .awards .wrapper span {
  margin-bottom: 0;
  margin-right: 20px;
}

@media (min-width: 480px) {
  .career .footer_content .awards .wrapper span {
    margin-right: 30px;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .career .footer_content .awards .wrapper span {
    margin-right: 0;
  }
}

.career .footer_content .awards .wrapper img {
  height: auto;
  max-height: 99px;
  max-width: 100%;
  width: auto;
}

@media (max-width: 1199px) {
  .career .footer_content .awards.active .wrapper {
    display: flex;
  }
}

section.hero + section.hero {
  margin-top: -50px;
}

.hero {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .hero {
    flex-wrap: wrap-reverse;
  }
}

.hero .contentCol {
  display: flex;
}

.hero .contentCol,
.hero .imageCol {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.hero .imageCol img {
  max-height: 600px;
}

.hero .inner {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 40px 40px;
  width: 100%;
}

@media (max-width: 991px) {
  .hero .inner {
    padding: 30px 55px;
  }
}

@media (max-width: 480px) {
  .hero .inner {
    padding: 0;
  }
}

.hero .content {
  border-left: 15px solid #fddc35;
  border-right: 15px solid #fddc35;
}

.hero .content.actionBlue {
  border-left: 15px solid #006eff;
  border-right: 15px solid #006eff;
}

@media (min-width: 992px) {
  .hero .content {
    position: relative;
  }

  .hero .content:after {
    background-color: #fddc35;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1;
  }

  .hero .content.actionBlue:after {
    background-color: #006eff;
  }
}

.hero .media {
  display: block;
  margin: 0;
  padding: 0;
}

.hero h1,
.hero h2 {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 58px;
  margin-top: 0;
}

@media (max-width: 480px) {
  .hero h1,
  .hero h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  .hero h1,
  .hero h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 70px;
  }
}

.hero p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
}

@media (max-width: 480px) {
  .hero p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
  }
}

.hero .btn,
.hero .it-cc__button {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  margin: 35px 0 15px;
}

.hero.imageRight .content {
  padding: 15px 35px 15px 50px;
}

@media (max-width: 991px) {
  .hero.imageRight .content {
    padding: 25px 45px 15px;
  }
}

@media (max-width: 480px) {
  .hero.imageRight .content {
    border-right: 0;
    padding: 25px 30px;
  }
}

@media (min-width: 992px) {
  .hero.imageRight .content {
    border-right: 0;
  }

  .hero.imageRight .content:after {
    right: calc(-100% - 95px);
  }

  .hero.imageRight .content.borderCenter:after {
    right: calc(-50% - 95px);
  }

  .hero.imageRight .content.borderInside:after {
    right: calc(-20% - 50px);
  }
}

@media (min-width: 1200px) {
  .hero.imageRight .content {
    padding-right: 7%;
  }

  .hero.imageRight .content:after {
    right: calc(-100% - 50px);
  }
}

.hero.imageLeft {
  flex-direction: row-reverse;
}

@media (min-width: 1200px) {
  .hero.imageLeft .inner {
    padding: 50px 80px 40px 40px;
  }
}

.hero.imageLeft .content {
  padding: 15px 50px 15px 35px;
}

@media (max-width: 991px) {
  .hero.imageLeft .content {
    padding: 25px 45px 15px;
  }
}

@media (max-width: 480px) {
  .hero.imageLeft .content {
    border-right: 0;
    padding: 25px 30px;
  }
}

@media (min-width: 992px) {
  .hero.imageLeft .content {
    border-left: 0;
  }

  .hero.imageLeft .content:after {
    left: calc(-100% - 100px);
  }

  .hero.imageLeft .content.borderCenter:after {
    left: calc(-50% - 95px);
  }

  .hero.imageLeft .content.borderInside:after {
    left: calc(-20% - 95px);
  }
}

@media (min-width: 1200px) {
  .hero.imageLeft .content:after {
    left: calc(-100% - 130px);
  }

  .hero.imageLeft .content.borderCenter:after {
    left: calc(-50% - 115px);
  }

  .hero.imageLeft .content.borderInside:after {
    left: calc(-20% - 50px);
  }
}

.hero .content.noBorder {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
}

.hero .content.noBorder:after {
  display: none;
}

.b_header-search__toggle-mobile {
  align-items: center;
  background: #002364;
  color: #fff;
  display: flex !important;
  justify-content: center;
}

@media (min-width: 1200px) {
  .b_header-search__toggle-mobile {
    display: none !important;
  }
}

.b_header-search__toggle-mobile .ico-search {
  font-size: 30px;
}

.search-active .b_header-search__toggle-mobile .ico-search {
  display: none;
}

.search-active .b_header-search__toggle-mobile .ico-close {
  display: block;
}

.nav-active .b_header-search__toggle-mobile,
.sidebar-active .b_header-search__toggle-mobile {
  display: none !important;
}

.b_header-search__toggle-desktop {
  align-self: center;
  cursor: pointer;
  font-size: 26px;
  margin-right: 45px;
  z-index: 1001;
}

li.b_header-search__toggle-desktop {
  display: none;
  margin-left: auto;
}

@media (min-width: 1200px) {
  li.b_header-search__toggle-desktop {
    display: flex;
  }
}

.b_header-search__flyout {
  --submit-btn-border: 2px solid #fff;
  --submit-btn-bg: #002364;
  --submit-btn-color: #fff;
  --submit-btn-color-hover: #002364;
  --submit-btn-before-bg: #e0e1da;
  background: #002364;
  display: none;
  padding: 54px 15px 40px;
  position: absolute;
  top: 59px;
  width: 100%;
}

.b_header-search__flyout--active {
  display: block;
}

@media (min-width: 1200px) {
  .b_header-search__flyout {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 40px 45px 56px;
    top: 136px;
  }

  .scroll-progress .b_header-search__flyout {
    top: 75px;
  }

  .b_header-search__flyout--active {
    display: flex;
  }

  .b_header-search__flyout:after {
    background: #002364;
    -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 45px;
    top: -12px;
    width: 24px;
  }
}

.b_header-search__downloads {
  border-left: 5px solid #fddc35;
  color: #fff;
  margin-top: 40px;
  padding: 5px 0 5px 20px;
}

@media (min-width: 1200px) {
  .b_header-search__downloads {
    margin-top: 0;
    max-width: 430px;
  }
}

.b_header-search__downloads .more {
  color: #fff;
  margin-top: 16px;
}

.b_header-search__downloads-header {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.b_header-search__downloads-text {
  margin: 4px 0 0;
}

@media (min-width: 1200px) {
  .b_search__form {
    margin-top: 16px;
    min-width: 620px;
  }
}

.b_search__input-grid {
  display: flex;
}

.b_search__input-grid--dotcom {
  display: block;
}

@media (min-width: 1200px) {
  .b_search__form--results .b_search__input-grid--dotcom {
    display: flex;
    gap: 15px;
  }
}

.b_search__autocomplete-wrap {
  flex: 0 1 500px;
  position: relative;
}

.b_search__form--results .b_search__autocomplete-wrap {
  flex: 0 1 630px;
}

.b_search__form--header
  .b_search__input-grid--dotcom
  .b_search__autocomplete-wrap {
  width: 630px;
}

.b_search__input {
  border: 0;
  height: 45px;
  padding: 0 15px;
  width: 100%;
}

.b_search__input:focus {
  border-left: 5px solid #fddc35;
  padding-left: 10px;
}

.b_search__dotcom-container {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: end;
  margin-top: 20px;
  white-space: nowrap;
}

.b_search__form--results .b_search__dotcom-container {
  color: #002364;
}

@media (min-width: 1200px) {
  .b_search__form--results .b_search__dotcom-container {
    margin-top: 0;
  }
}

.b_search__reset-btn {
  line-height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.b_search__filter {
  background: #eff0ec;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .b_search__filter {
    padding-bottom: 0;
  }
}

.b_search__filter--no-results {
  padding-bottom: 64px;
}

@media (min-width: 768px) {
  .b_search__filter--no-results {
    padding-bottom: 64px;
  }
}

.b_search__filter-header {
  font-family: NeufileGrotesk-RegularExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 25px;
  line-height: 32px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .b_search__facets {
    margin-top: 65px;
  }
}

.b_search__facets-select-wrap {
  margin-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .b_search__facets-select-wrap {
    display: none;
  }
}

.b_search__facets-select-wrap .select2-selection--single {
  background: #fff;
}

.b_search__tablist {
  display: none;
}

@media (min-width: 768px) {
  .b_search__tablist {
    border-bottom: 3px solid #e0e1da;
    display: flex;
    gap: 20px;
  }
}

.b_search__tab {
  border-bottom: 3px solid transparent;
  display: block;
  line-height: 35px;
  margin-bottom: -3px;
  text-transform: uppercase;
  transition: border-color 0.2s;
}

.b_search__tab--active,
.b_search__tab:hover {
  border-color: #006eff;
}

.b_search__facets-panel {
  -ms-overflow-style: none;
  bottom: 74px;
  display: none;
  left: 0;
  max-height: calc(100vh - 134px);
  overflow-y: scroll;
  overscroll-behavior: contain;
  padding: 30px 15px 0;
  position: fixed;
  right: 0;
  scrollbar-width: none;
  z-index: 1010;
}

.b_search__facets-panel::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .b_search__facets-panel {
    display: block;
    max-height: unset;
    overflow-y: unset;
    padding: 0;
    position: static;
  }
}

.b_search__facets-header {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .b_search__facets-header {
    display: none;
  }
}

.b_search__facets-header-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}

.b_search__facets-close-x-icon {
  pointer-events: none;
}

.b_search__facets-close-x-icon:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  display: inline-block;
  font-family: geze_ui !important;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.b_search__facets-header-reset {
  align-items: center;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  margin: 15px auto 0;
  padding: 13px 50px 11px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.b_search__facets-filter-button {
  background-color: #006eff;
  border: none;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 52px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 768px) {
  .b_search__facets-filter-button {
    display: none;
  }
}

.b_search__facets-filter-button-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.b_search__facets-close {
  align-items: center;
  background-color: #fff;
  border: none;
  color: #002364;
  display: flex;
  height: 59px;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 30px;
  width: 59px;
}

@media (min-width: 768px) {
  .b_search__facets-close {
    display: none;
  }
}

.b_search__facets-panel-body {
  background-color: #006eff;
  color: #fff;
  padding: 30px 15px 80px;
}

@media (min-width: 768px) {
  .b_search__facets-panel-body {
    background-color: transparent;
    padding: 0;
  }
}

.b_search__facets-panel-footer {
  background-color: #006eff;
  bottom: 0;
  left: 0;
  padding: 15px 30px;
  position: fixed;
  right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .b_search__facets-panel-footer {
    display: none;
  }
}

.b_search__facets-subtype {
  background: #fff;
  margin-top: 32px;
  padding-bottom: 32px;
  padding-top: 32px;
  position: relative;
}

@media (min-width: 768px) {
  .b_search__facets-subtype {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}

.b_search__subtype-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 768px) {
  .b_search__subtype-list {
    flex-flow: row wrap;
    gap: 16px;
  }
}

.b_search__subtype-list-item {
  display: flex;
}

.b_search__subtype-option {
  align-items: center;
  display: inline-flex;
}

@media (min-width: 768px) {
  .b_search__subtype-option {
    border: 1px solid;
  }

  .b_search__subtype-option--add {
    border-color: currentcolor;
    padding: 10px 40px 10px 16px;
  }

  .b_search__subtype-option--add:hover {
    padding: 10px 16px;
  }

  .b_search__subtype-option--add:hover .b_search__subtype-icon-add {
    display: block;
  }

  .b_search__subtype-option--rm {
    background: #fddc35;
    border-color: #fddc35;
    padding: 10px 16px;
  }

  .b_search__subtype-option--rm:hover {
    border-color: currentcolor;
  }

  .b_search__subtype-option--rm .b_search__subtype-icon-rm {
    display: block;
  }
}

.b_search__pseudo-checkbox {
  align-items: center;
  border: 2px solid #002364;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 16px;
  width: 24px;
}

@media (min-width: 768px) {
  .b_search__pseudo-checkbox {
    display: none;
  }
}

.b_search__subtype-option--rm .b_search__pseudo-checkbox {
  background-color: #fddc35;
  border-color: #fddc35;
}

.b_search__subtype-option--rm .b_search__pseudo-checkbox:after {
  border-bottom: 2px solid #002364;
  border-right: 2px solid #002364;
  content: "";
  height: 13px;
  position: absolute;
  transform: translateY(-2px) rotate(45deg);
  width: 8px;
}

.b_search__subtype-icon-add,
.b_search__subtype-icon-rm {
  background-position: 50%;
  background-repeat: no-repeat;
  display: none;
  height: 20px;
  margin-left: 4px;
  width: 20px;
}

.b_search__subtype-icon-add {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNjU2IDUuNjU2aC00djRINC4zNDR2LTRoLTRWNC4zNDRoNHYtNGgxLjMxMnY0aDR2MS4zMTJaIiBmaWxsPSIjMDAyMzY0Ii8+PC9zdmc+");
}

.b_search__subtype-icon-rm {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNjU2IDEuMjgxIDUuOTM3IDVsMy43MiAzLjcxOS0uOTM4LjkzN0w1IDUuOTM3bC0zLjcxOSAzLjcyLS45MzctLjkzOEw0LjA2MyA1IC4zNDIgMS4yODFsLjkzOC0uOTM3TDUgNC4wNjMgOC43MTkuMzQybC45MzcuOTM4WiIgZmlsbD0iIzAwMjM2NCIvPjwvc3ZnPg==");
}

.b_search__results {
  margin-top: 40px !important;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .b_search__results {
    margin-top: 64px !important;
  }
}

.b_search__results-list {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .b_search__results-list {
    margin-top: 64px;
  }
}

.b_search__loadmore {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.b_search__item {
  border-bottom: 1px solid #eff0ec;
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .b_search__item--image {
    display: grid;
    gap: 30px;
    grid-template-columns: 251px 1fr;
  }
}

.b_search__item strong {
  font-weight: 700;
}

a.b_search__item:hover .b_search__item-header {
  text-decoration: underline;
}

.b_search__item-imgwrap {
  align-items: center;
  border: 1px solid #eff0ec;
  display: flex;
  height: 184px;
  justify-content: center;
  width: 236px;
}

.b_search__item-imgwrap--downloads,
.b_search__item-imgwrap--geze_pim_document {
  padding: 10px;
}

.b_search__item-img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.b_search__item-picture {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.b_search__breadcrumb + .b_search__item-header,
.b_search__item-categories + .b_search__item-header {
  margin-top: 18px;
}

.b_search__item-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.b_search__item-category {
  background: #eff0ec;
  border-radius: 3px;
  font-size: 16px;
  padding: 2px 8px;
}

.b_search__item-content {
  max-width: 844px;
}

@media (max-width: 991px) {
  .b_search__item-imgwrap + .b_search__item-content {
    margin-top: 24px;
  }
}

.b_search__item-text {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b_search__item-dl {
  align-items: center;
  display: flex;
  gap: 16px;
}

.b_search__item-dl-icon {
  font-size: 32px;
}

.b_search__item-categories + .b_search__breadcrumb {
  margin-top: 18px;
}

.b_search__breadcrumb-icon {
  font-size: 8px;
  margin: 0 4px;
}

.b_search__spelling-hint {
  margin-top: 32px;
}

.b_search__suggestion-link {
  text-decoration: underline;
}

.b_search__filter-label {
  border-bottom: 1px solid #fff;
  line-height: 1.3;
  margin-bottom: 8px;
  margin-top: 32px;
  padding-bottom: 5px;
}

.b_search__filter-label + .b_search__facets-subtype {
  margin-top: 0;
}

@media (min-width: 768px) {
  .b_search__filter-label {
    display: none;
  }
}

@media (min-width: 1440px) {
  .productlist {
    position: relative;
  }
}

.productlist__list-title {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 10px 15px 30px;
  text-align: left;
}

.productlist__list-title-products {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

@media (min-width: 1440px) {
  .productlist__list-title-products {
    font-size: 35px;
  }
}

.productlist__list-title-count {
  font-size: 15px;
  text-align: right;
}

@media (min-width: 1440px) {
  .productlist__list-title-count {
    margin-top: 20px;
  }
}

.bgFullWidth + .form_formframework,
.form_formframework.bgFullWidth {
  padding-top: 60px;
}

.form_formframework .content {
  position: relative;
}

#pre-FooterKontaktformular .g-recaptcha iframe,
#pre-FooterKontaktformular .g-recaptcha > div.grecaptcha-badge,
.form_formframework .g-recaptcha iframe,
.form_formframework .g-recaptcha > div.grecaptcha-badge {
  height: 60px !important;
  width: 256px !important;
}

#pre-FooterKontaktformular .g-recaptcha > div.grecaptcha-badge,
.form_formframework .g-recaptcha > div.grecaptcha-badge {
  bottom: 75px !important;
  box-shadow: none !important;
  visibility: hidden;
}

.form_formframework .container,
.gezereportform_reportform .container,
.section-map form .container {
  max-width: 900px;
}

.form_formframework h3,
.gezereportform_reportform h3,
.section-map form h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 17px;
}

.form_formframework > .row,
.gezereportform_reportform > .row,
.section-map form > .row {
  margin-left: 0;
  margin-right: 0;
}

.form_formframework div.col-lg-6,
.form_formframework div.col-md-6,
.gezereportform_reportform div.col-lg-6,
.gezereportform_reportform div.col-md-6,
.section-map form div.col-lg-6,
.section-map form div.col-md-6 {
  width: 100% !important;
}

.form_formframework form,
.gezereportform_reportform form,
.section-map form form {
  padding-left: 0;
  padding-right: 0;
}

.form_formframework label,
.gezereportform_reportform label,
.section-map form label {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
}

.form_formframework .error-message,
.gezereportform_reportform .error-message,
.section-map form .error-message {
  color: #eb192d;
  padding: 20px 0;
}

.form_formframework .fancy_form label:not(.form-check-label),
.form_formframework .form-group label:not(.form-check-label),
.gezereportform_reportform .fancy_form label:not(.form-check-label),
.gezereportform_reportform .form-group label:not(.form-check-label),
.section-map form .fancy_form label:not(.form-check-label),
.section-map form .form-group label:not(.form-check-label) {
  display: none;
}

.form_formframework .fancy_form .form-check-label,
.form_formframework .form-group .form-check-label,
.gezereportform_reportform .fancy_form .form-check-label,
.gezereportform_reportform .form-group .form-check-label,
.section-map form .fancy_form .form-check-label,
.section-map form .form-group .form-check-label {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 0;
}

.form_formframework .fancy_form .form-check-label small,
.form_formframework .form-group .form-check-label small,
.gezereportform_reportform .fancy_form .form-check-label small,
.gezereportform_reportform .form-group .form-check-label small,
.section-map form .fancy_form .form-check-label small,
.section-map form .form-group .form-check-label small {
  font-size: 16px;
  font-size: 1.6rem;
}

.form_formframework .fancy_form .form-control,
.form_formframework .fancy_form input[type="text"],
.form_formframework .fancy_form textarea,
.form_formframework .form-group .form-control,
.form_formframework .form-group input[type="text"],
.form_formframework .form-group textarea,
.gezereportform_reportform .fancy_form .form-control,
.gezereportform_reportform .fancy_form input[type="text"],
.gezereportform_reportform .fancy_form textarea,
.gezereportform_reportform .form-group .form-control,
.gezereportform_reportform .form-group input[type="text"],
.gezereportform_reportform .form-group textarea,
.section-map form .fancy_form .form-control,
.section-map form .fancy_form input[type="text"],
.section-map form .fancy_form textarea,
.section-map form .form-group .form-control,
.section-map form .form-group input[type="text"],
.section-map form .form-group textarea {
  background-color: #eff0ec;
  border: 0 solid transparent;
  border-bottom: none;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  color: #002364;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.form_formframework .fancy_form .form-control::placeholder,
.form_formframework .fancy_form input[type="text"]::placeholder,
.form_formframework .fancy_form textarea::placeholder,
.form_formframework .form-group .form-control::placeholder,
.form_formframework .form-group input[type="text"]::placeholder,
.form_formframework .form-group textarea::placeholder,
.gezereportform_reportform .fancy_form .form-control::placeholder,
.gezereportform_reportform .fancy_form input[type="text"]::placeholder,
.gezereportform_reportform .fancy_form textarea::placeholder,
.gezereportform_reportform .form-group .form-control::placeholder,
.gezereportform_reportform .form-group input[type="text"]::placeholder,
.gezereportform_reportform .form-group textarea::placeholder,
.section-map form .fancy_form .form-control::placeholder,
.section-map form .fancy_form input[type="text"]::placeholder,
.section-map form .fancy_form textarea::placeholder,
.section-map form .form-group .form-control::placeholder,
.section-map form .form-group input[type="text"]::placeholder,
.section-map form .form-group textarea::placeholder {
  color: #002364;
}

.form_formframework .fancy_form .form-control:focus,
.form_formframework .fancy_form input[type="text"]:focus,
.form_formframework .fancy_form textarea:focus,
.form_formframework .form-group .form-control:focus,
.form_formframework .form-group input[type="text"]:focus,
.form_formframework .form-group textarea:focus,
.gezereportform_reportform .fancy_form .form-control:focus,
.gezereportform_reportform .fancy_form input[type="text"]:focus,
.gezereportform_reportform .fancy_form textarea:focus,
.gezereportform_reportform .form-group .form-control:focus,
.gezereportform_reportform .form-group input[type="text"]:focus,
.gezereportform_reportform .form-group textarea:focus,
.section-map form .fancy_form .form-control:focus,
.section-map form .fancy_form input[type="text"]:focus,
.section-map form .fancy_form textarea:focus,
.section-map form .form-group .form-control:focus,
.section-map form .form-group input[type="text"]:focus,
.section-map form .form-group textarea:focus {
  border-left: 5px solid #fddc35;
  border-right: 5px solid #fddc35;
  padding: 10px;
}

.form_formframework .fancy_form textarea.form-control,
.form_formframework .form-group textarea.form-control,
.gezereportform_reportform .fancy_form textarea.form-control,
.gezereportform_reportform .form-group textarea.form-control,
.section-map form .fancy_form textarea.form-control,
.section-map form .form-group textarea.form-control {
  max-height: 160px;
  min-height: 90px;
}

.form_formframework .fancy_form select.countryFilter,
.form_formframework .fancy_form select.form-control,
.form_formframework .form-group select.countryFilter,
.form_formframework .form-group select.form-control,
.gezereportform_reportform .fancy_form select.countryFilter,
.gezereportform_reportform .fancy_form select.form-control,
.gezereportform_reportform .form-group select.countryFilter,
.gezereportform_reportform .form-group select.form-control,
.section-map form .fancy_form select.countryFilter,
.section-map form .fancy_form select.form-control,
.section-map form .form-group select.countryFilter,
.section-map form .form-group select.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background: url(../Images/layout/selectArrow.png) no-repeat 100% #eff0ec;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: none;
  padding-right: 40px;
  position: relative;
  width: 100%;
}

.form_formframework .fancy_form select.countryFilter:focus,
.form_formframework .fancy_form select.form-control:focus,
.form_formframework .form-group select.countryFilter:focus,
.form_formframework .form-group select.form-control:focus,
.gezereportform_reportform .fancy_form select.countryFilter:focus,
.gezereportform_reportform .fancy_form select.form-control:focus,
.gezereportform_reportform .form-group select.countryFilter:focus,
.gezereportform_reportform .form-group select.form-control:focus,
.section-map form .fancy_form select.countryFilter:focus,
.section-map form .fancy_form select.form-control:focus,
.section-map form .form-group select.countryFilter:focus,
.section-map form .form-group select.form-control:focus {
  background: url(../Images/layout/selectArrow_h.png) no-repeat 100% #eff0ec;
}

.form_formframework .fancy_form select.countryFilter::-ms-expand,
.form_formframework .fancy_form select.form-control::-ms-expand,
.form_formframework .form-group select.countryFilter::-ms-expand,
.form_formframework .form-group select.form-control::-ms-expand,
.gezereportform_reportform .fancy_form select.countryFilter::-ms-expand,
.gezereportform_reportform .fancy_form select.form-control::-ms-expand,
.gezereportform_reportform .form-group select.countryFilter::-ms-expand,
.gezereportform_reportform .form-group select.form-control::-ms-expand,
.section-map form .fancy_form select.countryFilter::-ms-expand,
.section-map form .fancy_form select.form-control::-ms-expand,
.section-map form .form-group select.countryFilter::-ms-expand,
.section-map form .form-group select.form-control::-ms-expand {
  display: none;
}

.form_formframework .fancy_form select.countryFilter::placeholder,
.form_formframework .fancy_form select.form-control::placeholder,
.form_formframework .form-group select.countryFilter::placeholder,
.form_formframework .form-group select.form-control::placeholder,
.gezereportform_reportform .fancy_form select.countryFilter::placeholder,
.gezereportform_reportform .fancy_form select.form-control::placeholder,
.gezereportform_reportform .form-group select.countryFilter::placeholder,
.gezereportform_reportform .form-group select.form-control::placeholder,
.section-map form .fancy_form select.countryFilter::placeholder,
.section-map form .fancy_form select.form-control::placeholder,
.section-map form .form-group select.countryFilter::placeholder,
.section-map form .form-group select.form-control::placeholder {
  color: #002364;
}

@media (max-width: 768px) {
  .form_formframework .fancy_form select.countryFilter,
  .form_formframework .fancy_form select.form-control,
  .form_formframework .form-group select.countryFilter,
  .form_formframework .form-group select.form-control,
  .gezereportform_reportform .fancy_form select.countryFilter,
  .gezereportform_reportform .fancy_form select.form-control,
  .gezereportform_reportform .form-group select.countryFilter,
  .gezereportform_reportform .form-group select.form-control,
  .section-map form .fancy_form select.countryFilter,
  .section-map form .fancy_form select.form-control,
  .section-map form .form-group select.countryFilter,
  .section-map form .form-group select.form-control {
    visibility: visible;
  }
}

.form_formframework .fancy_form .help-block,
.form_formframework .form-group .help-block,
.gezereportform_reportform .fancy_form .help-block,
.gezereportform_reportform .form-group .help-block,
.section-map form .fancy_form .help-block,
.section-map form .form-group .help-block {
  font-size: 14px;
}

@media (min-width: 992px) {
  .form_formframework form .more,
  .gezereportform_reportform form .more,
  .section-map form form .more {
    margin-top: 20px;
  }
}

.form_formframework form .require-hint,
.gezereportform_reportform form .require-hint,
.section-map form form .require-hint {
  font-size: 14px;
  margin-top: 20px;
}

.form_formframework form [type="radio"]:checked,
.form_formframework form [type="radio"]:not(:checked),
.gezereportform_reportform form [type="radio"]:checked,
.gezereportform_reportform form [type="radio"]:not(:checked),
.section-map form form [type="radio"]:checked,
.section-map form form [type="radio"]:not(:checked) {
  left: -9999px;
  position: absolute;
}

.form_formframework form [type="radio"]:checked + span,
.form_formframework form [type="radio"]:not(:checked) + span,
.gezereportform_reportform form [type="radio"]:checked + span,
.gezereportform_reportform form [type="radio"]:not(:checked) + span,
.section-map form form [type="radio"]:checked + span,
.section-map form form [type="radio"]:not(:checked) + span {
  color: #002364;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
}

.form_formframework form [type="radio"]:checked + span:before,
.form_formframework form [type="radio"]:not(:checked) + span:before,
.gezereportform_reportform form [type="radio"]:checked + span:before,
.gezereportform_reportform form [type="radio"]:not(:checked) + span:before,
.section-map form form [type="radio"]:checked + span:before,
.section-map form form [type="radio"]:not(:checked) + span:before {
  background: #fff;
  border: 2px solid #002364;
  border-radius: 100%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 16px;
}

.form_formframework form [type="radio"]:checked + span:before,
.gezereportform_reportform form [type="radio"]:checked + span:before,
.section-map form form [type="radio"]:checked + span:before {
  background-color: #fddc35;
  border-color: #fddc35;
}

.form_formframework form [type="radio"]:checked + span:after,
.form_formframework form [type="radio"]:not(:checked) + span:after,
.gezereportform_reportform form [type="radio"]:checked + span:after,
.gezereportform_reportform form [type="radio"]:not(:checked) + span:after,
.section-map form form [type="radio"]:checked + span:after,
.section-map form form [type="radio"]:not(:checked) + span:after {
  background: #002364;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 5px;
  position: absolute;
  top: 7px;
  transition: all 0.2s ease;
  width: 6px;
}

.form_formframework form [type="radio"]:not(:checked) + span:after,
.gezereportform_reportform form [type="radio"]:not(:checked) + span:after,
.section-map form form [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}

.form_formframework form [type="radio"]:checked + span:after,
.gezereportform_reportform form [type="radio"]:checked + span:after,
.section-map form form [type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

.form_formframework form [type="checkbox"]:checked,
.form_formframework form [type="checkbox"]:not(:checked),
.gezereportform_reportform form [type="checkbox"]:checked,
.gezereportform_reportform form [type="checkbox"]:not(:checked),
.section-map form form [type="checkbox"]:checked,
.section-map form form [type="checkbox"]:not(:checked) {
  left: -9999px;
  padding-left: 0;
  position: absolute;
}

.form_formframework form [type="checkbox"]:checked + span,
.form_formframework form [type="checkbox"]:not(:checked) + span,
.gezereportform_reportform form [type="checkbox"]:checked + span,
.gezereportform_reportform form [type="checkbox"]:not(:checked) + span,
.section-map form form [type="checkbox"]:checked + span,
.section-map form form [type="checkbox"]:not(:checked) + span {
  color: #002364;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
}

.form_formframework form [type="checkbox"]:checked + span a,
.form_formframework form [type="checkbox"]:not(:checked) + span a,
.gezereportform_reportform form [type="checkbox"]:checked + span a,
.gezereportform_reportform form [type="checkbox"]:not(:checked) + span a,
.section-map form form [type="checkbox"]:checked + span a,
.section-map form form [type="checkbox"]:not(:checked) + span a {
  color: #002364;
  display: block;
  font-size: small;
  text-decoration: underline;
}

.form_formframework form [type="checkbox"]:checked + span:before,
.form_formframework form [type="checkbox"]:not(:checked) + span:before,
.gezereportform_reportform form [type="checkbox"]:checked + span:before,
.gezereportform_reportform form [type="checkbox"]:not(:checked) + span:before,
.section-map form form [type="checkbox"]:checked + span:before,
.section-map form form [type="checkbox"]:not(:checked) + span:before {
  background: #fff;
  border: 2px solid #002364;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

.form_formframework form [type="checkbox"]:checked + span:before,
.gezereportform_reportform form [type="checkbox"]:checked + span:before,
.section-map form form [type="checkbox"]:checked + span:before {
  background-color: #fddc35;
  border-color: #fddc35;
}

.form_formframework form [type="checkbox"]:checked + span:after,
.form_formframework form [type="checkbox"]:not(:checked) + span:after,
.gezereportform_reportform form [type="checkbox"]:checked + span:after,
.gezereportform_reportform form [type="checkbox"]:not(:checked) + span:after,
.section-map form form [type="checkbox"]:checked + span:after,
.section-map form form [type="checkbox"]:not(:checked) + span:after {
  content: "\ea10";
  font-family: geze_ui !important;
  font-size: 12px;
  left: 2px;
  position: absolute;
  top: -2px;
  transition: all 0.2s ease;
}

.form_formframework form [type="checkbox"]:not(:checked) + span:after,
.gezereportform_reportform form [type="checkbox"]:not(:checked) + span:after,
.section-map form form [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
}

.form_formframework form [type="checkbox"]:checked + span:after,
.gezereportform_reportform form [type="checkbox"]:checked + span:after,
.section-map form form [type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
}

.form_formframework form [type="file"],
.gezereportform_reportform form [type="file"],
.section-map form form [type="file"] {
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 14px;
  font-size: 1.4rem;
  height: 45px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.form_formframework form .uploadWrapper,
.gezereportform_reportform form .uploadWrapper,
.section-map form form .uploadWrapper {
  align-items: center;
  display: block;
  position: relative;
}

.form_formframework form .uploadWrapper .form-field,
.gezereportform_reportform form .uploadWrapper .form-field,
.section-map form form .uploadWrapper .form-field {
  display: flex;
}

.form_formframework form .uploadWrapper .label-info,
.gezereportform_reportform form .uploadWrapper .label-info,
.section-map form form .uploadWrapper .label-info {
  overflow: hidden;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form_formframework form .uploadWrapper .toggle-close,
.gezereportform_reportform form .uploadWrapper .toggle-close,
.section-map form form .uploadWrapper .toggle-close {
  cursor: pointer;
  margin-left: 15px;
}

.form_formframework form .btn-upload,
.gezereportform_reportform form .btn-upload,
.section-map form form .btn-upload {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  padding: 8px 30px 6px;
}

.form_formframework form button,
.gezereportform_reportform form button,
.section-map form form button {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-weight: 400;
  min-width: 100px;
  padding: 13px 15px 11px;
}

.form_formframework form button.btn-cancel,
.form_formframework form button.it-cc__button-decline,
.form_formframework form button.it-cc__details-show,
.gezereportform_reportform form button.btn-cancel,
.gezereportform_reportform form button.it-cc__button-decline,
.gezereportform_reportform form button.it-cc__details-show,
.section-map form form button.btn-cancel,
.section-map form form button.it-cc__button-decline,
.section-map form form button.it-cc__details-show {
  padding-bottom: 9px;
  padding-top: 11px;
}

@media (max-width: 480px) {
  .form_formframework form button,
  .gezereportform_reportform form button,
  .section-map form form button {
    min-width: inherit;
    padding: 13px 13px 11px;
  }
}

.form_formframework form button.disabled[type="submit"],
.form_formframework form button[type="submit"],
.gezereportform_reportform form button.disabled[type="submit"],
.gezereportform_reportform form button[type="submit"],
.section-map form form button.disabled[type="submit"],
.section-map form form button[type="submit"] {
  background: #fddc35;
  border: none;
}

.form_formframework form button.disabled[type="submit"]:before,
.form_formframework form button[type="submit"]:before,
.gezereportform_reportform form button.disabled[type="submit"]:before,
.gezereportform_reportform form button[type="submit"]:before,
.section-map form form button.disabled[type="submit"]:before,
.section-map form form button[type="submit"]:before {
  background: #e0e1da;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.form_formframework form button.disabled[type="submit"]:before,
.gezereportform_reportform form button.disabled[type="submit"]:before,
.section-map form form button.disabled[type="submit"]:before {
  background: #fddc35;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.form_formframework form .help-block,
.gezereportform_reportform form .help-block,
.section-map form form .help-block {
  margin: 0;
}

.form_formframework form .help-block ul,
.gezereportform_reportform form .help-block ul,
.section-map form form .help-block ul {
  margin: 4px 0;
}

.form_formframework legend,
.gezereportform_reportform legend,
.section-map form legend {
  border-bottom: 0;
  color: #002364;
  font-size: 16px;
  font-weight: 700;
  font-weight: 400;
  margin-bottom: 10px;
}

.form_formframework .help-block,
.gezereportform_reportform .help-block,
.section-map form .help-block {
  color: #002364;
  font-size: 16px;
}

.form_formframework .help-block.with-errors,
.gezereportform_reportform .help-block.with-errors,
.section-map form .help-block.with-errors {
  color: #eb192d;
}

.form_formframework .actions,
.gezereportform_reportform .actions,
.section-map form .actions {
  margin-top: 25px;
}

.form_formframework .has-error .checkbox,
.form_formframework .has-error .checkbox-inline,
.form_formframework .has-error .control-label,
.form_formframework
  .has-error
  .form-check-label
  [type="radio"]:not(:checked)
  + span,
.form_formframework .has-error .form-check-label span,
.form_formframework .has-error .help-block,
.form_formframework .has-error .radio,
.form_formframework .has-error .radio-inline,
.form_formframework .has-error select.form-control,
.form_formframework .has-error.checkbox label,
.form_formframework .has-error.checkbox-inline label,
.form_formframework .has-error.radio label,
.form_formframework .has-error.radio-inline label,
.gezereportform_reportform .has-error .checkbox,
.gezereportform_reportform .has-error .checkbox-inline,
.gezereportform_reportform .has-error .control-label,
.gezereportform_reportform
  .has-error
  .form-check-label
  [type="radio"]:not(:checked)
  + span,
.gezereportform_reportform .has-error .form-check-label span,
.gezereportform_reportform .has-error .help-block,
.gezereportform_reportform .has-error .radio,
.gezereportform_reportform .has-error .radio-inline,
.gezereportform_reportform .has-error select.form-control,
.gezereportform_reportform .has-error.checkbox label,
.gezereportform_reportform .has-error.checkbox-inline label,
.gezereportform_reportform .has-error.radio label,
.gezereportform_reportform .has-error.radio-inline label,
.section-map form .has-error .checkbox,
.section-map form .has-error .checkbox-inline,
.section-map form .has-error .control-label,
.section-map
  form
  .has-error
  .form-check-label
  [type="radio"]:not(:checked)
  + span,
.section-map form .has-error .form-check-label span,
.section-map form .has-error .help-block,
.section-map form .has-error .radio,
.section-map form .has-error .radio-inline,
.section-map form .has-error select.form-control,
.section-map form .has-error.checkbox label,
.section-map form .has-error.checkbox-inline label,
.section-map form .has-error.radio label,
.section-map form .has-error.radio-inline label {
  color: #eb192d;
}

.form_formframework .has-error .element-description,
.gezereportform_reportform .has-error .element-description,
.section-map form .has-error .element-description {
  color: #002364;
}

.form_formframework .has-error [type="checkbox"]:not(:checked) + span:before,
.gezereportform_reportform
  .has-error
  [type="checkbox"]:not(:checked)
  + span:before,
.section-map form .has-error [type="checkbox"]:not(:checked) + span:before {
  border-color: #eb192d;
}

.form_formframework .has-error .form-control,
.form_formframework .has-error .select2,
.gezereportform_reportform .has-error .form-control,
.gezereportform_reportform .has-error .select2,
.section-map form .has-error .form-control,
.section-map form .has-error .select2 {
  border: 1px solid #eb192d !important;
}

.form_formframework .has-error .form-control .select2-selection__rendered,
.form_formframework .has-error .form-control::placeholder,
.form_formframework .has-error .select2 .select2-selection__rendered,
.form_formframework .has-error .select2::placeholder,
.gezereportform_reportform
  .has-error
  .form-control
  .select2-selection__rendered,
.gezereportform_reportform .has-error .form-control::placeholder,
.gezereportform_reportform .has-error .select2 .select2-selection__rendered,
.gezereportform_reportform .has-error .select2::placeholder,
.section-map form .has-error .form-control .select2-selection__rendered,
.section-map form .has-error .form-control::placeholder,
.section-map form .has-error .select2 .select2-selection__rendered,
.section-map form .has-error .select2::placeholder {
  color: #eb192d !important;
}

.form_formframework .form-inline,
.gezereportform_reportform .form-inline,
.section-map form .form-inline {
  display: flex;
  flex-wrap: wrap;
}

.form_formframework .form-inline .form-group,
.gezereportform_reportform .form-inline .form-group,
.section-map form .form-inline .form-group {
  width: 33.3333%;
}

@media (max-width: 767px) {
  .form_formframework .form-inline .form-group,
  .gezereportform_reportform .form-inline .form-group,
  .section-map form .form-inline .form-group {
    width: 100%;
  }
}

.form_formframework .form-inline .form-group.mini,
.gezereportform_reportform .form-inline .form-group.mini,
.section-map form .form-inline .form-group.mini {
  padding-left: 15px;
  width: 33.3333%;
}

@media (max-width: 767px) {
  .form_formframework .form-inline .form-group.mini,
  .gezereportform_reportform .form-inline .form-group.mini,
  .section-map form .form-inline .form-group.mini {
    padding-left: 0;
    width: 50%;
  }

  .form_formframework .form-inline .form-group.mini:last-child,
  .gezereportform_reportform .form-inline .form-group.mini:last-child,
  .section-map form .form-inline .form-group.mini:last-child {
    padding-left: 15px;
  }
}

.form_formframework .form-group,
.gezereportform_reportform .form-group,
.section-map form .form-group {
  margin-bottom: 15px;
}

.form_formframework .form-group .select2-container,
.gezereportform_reportform .form-group .select2-container,
.section-map form .form-group .select2-container {
  width: 100% !important;
}

.form_formframework .actions + div,
.gezereportform_reportform .actions + div,
.section-map form .actions + div {
  margin-top: 30px;
}

.form_formframework div.input.checkbox,
.gezereportform_reportform div.input.checkbox,
.section-map form div.input.checkbox {
  margin-bottom: 25px;
}

.form_formframework div.input.checkbox span.help-block,
.gezereportform_reportform div.input.checkbox span.help-block,
.section-map form div.input.checkbox span.help-block {
  padding-left: 28px;
}

.form_formframework .form-navigation .btn-group,
.gezereportform_reportform .form-navigation .btn-group,
.section-map form .form-navigation .btn-group {
  display: block;
  float: none;
}

.form_formframework .form-navigation .previous,
.gezereportform_reportform .form-navigation .previous,
.section-map form .form-navigation .previous {
  float: left;
}

.form_formframework .form-navigation .next,
.form_formframework .form-navigation .submit,
.gezereportform_reportform .form-navigation .next,
.gezereportform_reportform .form-navigation .submit,
.section-map form .form-navigation .next,
.section-map form .form-navigation .submit {
  float: right;
}

.form_formframework .table-responsive table,
.gezereportform_reportform .table-responsive table,
.section-map form .table-responsive table {
  width: auto;
}

.form_formframework .table-responsive table tr td,
.gezereportform_reportform .table-responsive table tr td,
.section-map form .table-responsive table tr td {
  border-top: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 8px 16px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.form_formframework .table-responsive table tr td:first-child,
.gezereportform_reportform .table-responsive table tr td:first-child,
.section-map form .table-responsive table tr td:first-child {
  padding-left: 0;
}

.form_formframework .table-responsive table tr td:last-child,
.gezereportform_reportform .table-responsive table tr td:last-child,
.section-map form .table-responsive table tr td:last-child {
  padding-right: 0;
}

.form_formframework select.select2,
.gezereportform_reportform select.select2,
.section-map form select.select2 {
  visibility: hidden;
}

.gezereportform_reportform .container {
  max-width: inherit !important;
}

.gezereportform_reportform .container p.form-description {
  font-size: 1.8rem;
}

.gezereportform_reportform form {
  margin: 15px 0;
}

.gezereportform_reportform form .from-group-headline {
  font-weight: 700;
  text-decoration: underline;
}

.gezereportform_reportform form .panel.has-errors {
  border-top-color: #eb192d !important;
}

.gezereportform_reportform form .panel.has-errors:last-child {
  border-bottom-color: #eb192d !important;
}

.gezereportform_reportform form .panel.has-errors .panel-heading a {
  color: #eb192d !important;
}

.gezereportform_reportform form .panel fieldset legend {
  display: none;
}

.gezereportform_reportform form button.required:after {
  content: "*";
}

.gezereportform_reportform form .modal .modal-title {
  margin-bottom: 0;
}

.gezereportform_reportform form .modal button.close {
  margin-top: 0;
  right: 0;
  top: 0;
}

.gezereportform_reportform form .modal .modal-body {
  padding: 15px;
}

.gezereportform_reportform form .modal .modal-body ul {
  list-style-type: disc;
  margin-bottom: 10px;
  padding: 0 20px;
}

.gezereportform_reportform .report-form-loader {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.gezereportform_reportform .report-form-loader span {
  margin-left: 45px;
}

.gezereportform_reportform .report-form-loader div {
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border: 4px solid transparent;
  border-radius: 50%;
  border-top-color: #ccc;
  box-sizing: border-box;
  display: block;
  height: 32px;
  margin: 4px;
  position: absolute;
  top: -7px;
  width: 32px;
}

.gezereportform_reportform .report-form-loader div:first-child {
  animation-delay: -0.45s;
}

.gezereportform_reportform .report-form-loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.gezereportform_reportform .report-form-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.b_summary__accordion .panel-body {
  margin-bottom: 30px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  display: none;
}

.select2-container--default
  .multipleSelectDropdown
  .select2-results__option[aria-selected="true"] {
  display: block;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  display: block;
  opacity: 0.8;
}

.image-upload-preview {
  margin: 10px 0;
}

.image-upload-preview > ol {
  padding-left: 0;
}

.image-upload-preview > ol > li {
  align-items: center;
  border: 2px solid #002364;
  border-radius: 4px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 5px;
  padding: 10px;
}

.image-upload-preview > ol > li:last-child {
  margin-bottom: 0;
}

.image-upload-preview > ol > li > embed,
.image-upload-preview > ol > li > img {
  border: 1px solid #bbb !important;
  margin: 0 !important;
  max-height: 200px !important;
  width: 128px !important;
}

.image-upload-preview > ol > li > p {
  margin: 0;
}

.image-upload-preview > ol > li > button {
  border: 0;
  color: #eb192d;
  font-size: 24px;
  min-width: 25px;
  padding: 0;
}

.image-upload-preview .upload_remove-error {
  color: #eb192d;
  margin: 10px 0;
}

@media (min-width: 820px) and (max-width: 991px) {
  .page_breaker .slick-slider {
    margin-left: -45px;
    margin-right: -45px;
  }

  .page_breaker .slick-slider .slick-arrow.slick-prev {
    left: -40px;
  }

  .page_breaker .slick-slider .slick-arrow.slick-next {
    right: -40px;
  }
}

@media (min-width: 1045px) and (max-width: 1199px) {
  .page_breaker .slick-slider {
    margin-left: -45px;
    margin-right: -45px;
  }

  .page_breaker .slick-slider .slick-arrow.slick-prev {
    left: -40px;
  }

  .page_breaker .slick-slider .slick-arrow.slick-next {
    right: -40px;
  }
}

@media (min-width: 1245px) {
  .page_breaker .slick-slider {
    margin-left: -45px;
    margin-right: -45px;
  }

  .page_breaker .slick-slider .slick-arrow.slick-prev {
    left: -40px;
  }

  .page_breaker .slick-slider .slick-arrow.slick-next {
    right: -40px;
  }
}

.sliderContainer {
  position: relative;
}

.slick-list {
  overflow: hidden;
}

.fancy_form .input__field {
  -webkit-appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  color: #002364;
  display: block;
  float: right;
  font-weight: 400;
  padding: 0.8em;
  position: relative;
  width: 60%;
}

.fancy_form .input__field:focus {
  outline: none;
}

.fancy_form .input__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  color: #002364;
  display: inline-block;
  float: right;
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 1em;
  -webkit-user-select: none;
  user-select: none;
  width: 40%;
}

.fancy_form .input__label-content {
  display: block;
  padding: 1.6em 0;
  position: relative;
  width: 100%;
}

.fancy_form .graphic {
  fill: none;
  left: 0;
  position: absolute;
  top: 0;
}

.fancy_form .icon {
  color: #ddd;
  font-size: 150%;
}

.fancy_form .input--manami {
  overflow: hidden;
}

.fancy_form .input__field--manami {
  background: transparent;
  margin-bottom: 1em;
  padding: 0.5em 0;
  width: 100%;
  z-index: 100;
}

.fancy_form .input__label--manami {
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em 0 0.3em;
  pointer-events: none;
  position: absolute;
  text-align: left;
  width: 100%;
}

.fancy_form .input__label--manami:after,
.fancy_form .input__label--manami:before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.fancy_form .input__label--manami:before {
  height: 100%;
  top: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.2s;
}

.fancy_form .input__label--manami:after {
  background: #002364;
  height: 2px;
  top: 100%;
  transition: opacity 0.2s;
}

.fancy_form .input__label-content--manami {
  padding: 0;
  transform-origin: 0 0;
  transition: transform 0.2s, color 0.2s;
}

.fancy_form .input--filled .input__field--manami,
.fancy_form .input__field--manami:focus {
  opacity: 1;
  transition: opacity 0s 0.2s;
}

.fancy_form .input--filled .input__field--manami,
.fancy_form .input__field--manami:focus,
.fancy_form .input__label--manami:after,
.fancy_form .input__label--manami:before,
.fancy_form .input__label-content--manami {
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.fancy_form .input--filled .input__label--manami:before,
.fancy_form .input__field--manami:focus + .input__label--manami:before {
  transform: translateZ(0);
}

.fancy_form .input--filled .input__label--manami:after,
.fancy_form .input__field--manami:focus + .input__label--manami:after {
  opacity: 0;
}

.fancy_form .input--filled .input__label--manami .input__label-content--manami,
.fancy_form
  .input__field--manami:focus
  + .input__label--manami
  .input__label-content--manami {
  color: #002364;
  transform: translate3d(0, 2em, 0) scale3d(0.85, 0.85, 1);
}

:focus {
  outline: 0;
}

.b_socialwall__header {
  font-size: 45px;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.3;
  margin: 56px 0 18px;
}

.b_socialwall__header,
.wallsio-load-more-button {
  font-family: NeufileGrotesk-MediumExtended, Helvetica Neue, Helvetica, Arial,
    sans-serif;
}

.wallsio-load-more-button {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  background: transparent;
  border: 2px solid #002364;
  border-radius: 6px;
  box-shadow: 0 0 1px transparent;
  color: #002364;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3333333;
  margin: 56px auto;
  outline: none;
  outline-offset: inherit;
  padding: 13px 50px 11px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: color;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.wallsio-load-more-button:before {
  background: #e0e1da;
  border-radius: 5px;
  bottom: -3px;
  content: "";
  left: -2px;
  position: absolute;
  right: -2px;
  top: -3px;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.wallsio-load-more-button:hover {
  color: #002364;
  outline: none;
  outline-offset: inherit;
  text-decoration: none;
}

.wallsio-load-more-button:hover:before {
  transform: scaleX(1);
}

.g-recaptcha iframe,
.g-recaptcha > div {
  height: 100px !important;
  width: 100% !important;
}

.news .nav ul {
  display: inline;
  float: left;
  margin: 0;
}

.news .nav li {
  float: left;
}

.news .nav a {
  display: block;
  float: left;
}

.news .nav:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.news .article {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news .article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.news .article:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.news .article .news-img-wrap {
  background: #fff;
  float: left;
  margin: 3px 12px 5px 0;
}

.news .article .news-img-wrap a {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  float: left;
  padding: 4px;
}

.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: auto;
}

.news .article .teaser-text {
  margin: 0 0 10px;
}

.news .article h3 {
  margin-bottom: 0;
}

.news .footer {
  border-top: 1px solid #eee;
  clear: both;
  color: #888;
  margin-top: 15px;
  padding: 10px 0 0;
}

.news .footer p {
  line-height: 1em;
}

.news .footer span {
  border-right: 1px solid #ddd;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
}

.news .footer span:last-child {
  border-right: 0;
}

.news .footer .news-category a {
  text-transform: uppercase;
}

.news .no-news-found {
  color: #db0202;
  font-style: italic;
}

.news-single .footer {
  border-bottom: 0;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0;
}

.news-single .article .news-img-wrap {
  float: right;
  margin: 0 0 0 25px;
  width: 282px;
}

.news-single .article .news-img-wrap img {
  float: none;
}

.news-single .teaser-text {
  color: #888;
  font-size: 15px;
}

.news-text-wrap {
  margin-bottom: 10px;
}

.news-img-caption {
  color: #888;
}

.news-related {
  border: 1px solid #eee;
  display: table-cell;
  padding: 15px;
  width: 50%;
}

.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}

.news-related ul li span {
  border-right: 1px solid #ddd;
  color: #888;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
}

.news-related ul li span:last-child {
  border-right: 0;
  padding-right: 0;
}

.news-related h4 {
  margin-bottom: 10px;
}

.news-related-files ul li {
  margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #fff;
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}

.toast-close-button {
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  float: right;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.8;
  position: relative;
  right: -0.3em;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  top: -0.3em;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  opacity: 0.4;
  text-decoration: none;
}

button.toast-close-button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.toast-top-center {
  right: 0;
  top: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  right: 0;
  top: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  left: 12px;
  top: 12px;
}

.toast-top-right {
  right: 12px;
  top: 12px;
}

.toast-bottom-right {
  bottom: 12px;
  right: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  background-position: 15px;
  background-repeat: no-repeat;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 12px #999;
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  margin: 0 0 6px;
  opacity: 0.8;
  overflow: hidden;
  padding: 15px 15px 15px 50px;
  position: relative;
  width: 300px;
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  cursor: pointer;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  background-color: #000;
  bottom: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  height: 4px;
  left: 0;
  opacity: 0.4;
  position: absolute;
}

@media (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.extbase-debugger-floating {
  z-index: 2000;
}

@media (min-width:998px) {
  #toc-section-34649 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.locations .card {
  background: whitesmoke; 
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px; 
  padding: 10px; 
  border-radius: 5px;
  transition: ease 0.4s;
  height: 325px;
  margin: 17px 5px;
}

.locations .card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.footer-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-desc p {
  color: white;
}

.footer-desc p a {
  color: #ff0000;
  text-decoration: none;
}

.footer-desc p a:hover {
  color: white;
  text-decoration: underline;
  transition: ease 0.4s;
  cursor: pointer;
  }

.footer-desc p span a {
  color: #2fc400;
  text-decoration: none;
}

.footer-desc p span a:hover {
  color: white;
  text-decoration: underline;
  transition: ease 0.4s;
  cursor: pointer;
  }