@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 *
 *
 * SCSS File
 * Author: Damian Szymczuk
 * GitHub: https://github.com/dszymczuk
 *
 */
/* Variables */
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .toast-message a, .toast-message label {
    color: #ffffff; }
  .toast-message a:hover {
    color: #cccccc;
    text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }
  .toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-center {
  top: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-center {
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

.toast-center {
  top: 45%; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }
  #toast-container.toast-center, #toast-container.toast-top-center, #toast-container.toast-bottom-center {
    width: 100%;
    pointer-events: none; }
  #toast-container.toast-center > div, #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
    margin: auto;
    pointer-events: auto; }
  #toast-container.toast-center > button, #toast-container.toast-top-cente > button, #toast-container.toast-bottom-center > button {
    pointer-events: auto; }
  #toast-container * {
    box-sizing: border-box; }
  #toast-container > div {
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80); }
  #toast-container > :hover {
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer; }
  #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-wait {
    background-image: url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !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-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info, .toast-wait {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

/*Responsive Design*/
@media all and (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 all and (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 all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

/*
 * AngularJS-Toaster
 * Version 0.3
*/
:not(.no-enter)#toast-container > div.ng-enter, :not(.no-leave)#toast-container > div.ng-leave {
  -webkit-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all; }

:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active {
  opacity: 0.8; }

:not(.no-leave)#toast-container > div.ng-leave {
  opacity: 0.8; }
  :not(.no-leave)#toast-container > div.ng-leave.ng-leave-active {
    opacity: 0; }

:not(.no-enter)#toast-container > div.ng-enter {
  opacity: 0; }

/*! ng-dialog - v0.4.0 (https://github.com/likeastore/ngDialog) */
@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.ngdialog {
  box-sizing: border-box; }

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

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein .5s;
  animation: ngdialog-fadein .5s; }

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout .5s;
  animation: ngdialog-fadeout .5s; }

.ngdialog-content {
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein .5s;
  animation: ngdialog-fadein .5s; }

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout .5s;
  animation: ngdialog-fadeout .5s; }

.ngdialog-close:before {
  font-family: Helvetica,Arial,sans-serif;
  content: '\00D7';
  cursor: pointer; }

body.ngdialog-open {
  overflow: hidden; }

/*
 * Explanation why the layout looks so complicated:
 * The UI container needs a position (absolute or relative) to prevent z-index issues (DomMarker on top of UI)
 * Therefore it has these additional styles:
 *    position: absolute;
 *    width: 100%;
 *    height: 100%;
 * To prevent that the UI container captures all events the container is displaced by
 *   left: 100%;
 * To neutralize the displacement for the UI elements within the UI container the following adjustments are needed:
 *  - InfoBubble (.H_ib):            left: -100%;
 *  - left anchor (.H_l_left):       margin-left: -100%;
 *  - center anchor (.H_l_center):   left: -50%;            (was left: 50%)
 *  - right anchor (.H_l_right):     right: 100%;           (was right: 0)
 *                                        margin-left: -100%;
 */
.H_ui {
  font-size: 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%; }

.H_ui * {
  /* normalize in case some other normalization CSS likes things differently */
  box-sizing: content-box;
  -moz-box-sizing: content-box; }

.H_noevs {
  pointer-events: none; }

/*
 * Layout
 */
.H_l_left {
  position: absolute;
  left: 0;
  margin-left: -100%; }

.H_l_center {
  position: absolute;
  left: -50%; }

.H_l_right {
  position: absolute;
  right: 100%;
  margin-left: -100%; }

.H_l_top {
  top: 0; }

.H_l_middle {
  top: 50%; }

.H_l_bottom {
  bottom: 0; }

.H_l_horizontal .H_ctl {
  float: left; }

.H_l_anchor {
  clear: both; }

.H_l_vertical .H_ctl {
  clear: both; }

.H_l_right .H_l_vertical .H_ctl {
  float: right; }

/**
 *  Element styles
 */
.H_ctl {
  margin: .6em;
  position: relative;
  cursor: pointer;
  -ms-touch-action: none; }

.H_btn,
.H_rdo li {
  background: #1f262a;
  border-radius: 2em;
  color: #fff;
  padding: .4em;
  -webkit-transform: trasnlate3d(0, 1, 0); }

.H_rdo {
  color: white;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: .1em solid #4A5B65; }

.H_rdo_title {
  text-transform: uppercase;
  color: #dbe1e4;
  margin-bottom: 1em; }

.H_rdo ul {
  list-style: none;
  margin: 0 auto;
  padding: 0; }

.H_active,
.H_rdo li.H_active {
  background: #4A5B65; }

.H_disabled,
.H_active.H_disabled {
  color: #5A6166;
  cursor: default; }

/**
 *   Base Elements
 */
.H_l_vertical .H_grp > .H_btn {
  border-radius: 0; }

.H_l_vertical .H_grp > div:first-child {
  -webkit-border-top-left-radius: 2em;
  -webkit-border-top-right-radius: 2em;
  -moz-border-radius-topleft: 2em;
  -moz-border-radius-topright: 2em;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding-top: 1em; }

.H_l_vertical .H_grp > div:last-child {
  -webkit-border-bottom-right-radius: 2em;
  -webkit-border-bottom-left-radius: 2em;
  -moz-border-radius-bottomright: 2em;
  -moz-border-radius-bottomleft: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  padding-bottom: 1em; }

.H_l_horizontal .H_grp > .H_btn,
.H_l_vertical .H_ctl {
  border-radius: 0;
  float: left; }

.H_l_horizontal .H_grp > div:first-child {
  -webkit-border-top-left-radius: 2em;
  -webkit-border-bottom-left-radius: 2em;
  -moz-border-radius-topleft: 2em;
  -moz-border-radius-bottomleft: 2em;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  padding-left: 1em; }

.H_l_horizontal .H_grp > div:last-child {
  -webkit-border-top-right-radius: 2em;
  -webkit-border-bottom-right-radius: 2em;
  -moz-border-radius-topright: 2em;
  -moz-border-radius-bottomright: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  padding-right: 1em; }

/** Menu panel */
.H_overlay {
  position: absolute;
  min-width: 15em;
  background: #1F262A;
  display: none;
  padding: 1em;
  z-index: 100; }

.H_overlay > *:last-child {
  clear: both; }

.H_overlay > .H_btn {
  white-space: nowrap; }

.H_overlay.H_open {
  display: block; }

.H_overlay::after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  position: absolute; }

.H_overlay.H_left::after {
  border-width: 1em 1em 1em 0;
  border-color: transparent #1F262A transparent transparent;
  left: -1em; }

.H_overlay.H_right::after {
  border-width: 1em 0 1em 1em;
  border-color: transparent transparent transparent #1F262A;
  left: 100%; }

.H_overlay.H_top::after {
  top: .5em; }

.H_overlay.H_bottom::after {
  bottom: .5em; }

.H_overlay.H_middle::after {
  top: 50%;
  margin-top: -1em; }

.H_overlay.H_top.H_center::after {
  border-width: 0 1em 1em 1em;
  border-color: transparent transparent #1F262A transparent;
  top: -1em;
  left: 50%;
  margin-left: -1em; }

.H_overlay.H_bottom.H_center::after {
  border-width: 1em 1em 0 1em;
  border-color: #1F262A transparent transparent transparent;
  bottom: -1em;
  left: 50%;
  margin-left: -1em; }

/** InfoBubble */
.H_ib {
  position: absolute;
  left: .91em;
  background: #000;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  fill: #000;
  left: -100%;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -webkit-user-select: initial;
  -o-user-select: initial;
  -ms-user-select: initial; }

.H_ib_tail {
  position: absolute;
  left: -.3em;
  bottom: -.5em;
  width: 1.2em;
  height: 1.2em;
  z-index: 100; }

.H_ib_notail .H_ib_tail {
  display: none; }

.H_ib_body {
  background: #000;
  position: absolute;
  bottom: .5em;
  padding: 0 1.2em 0 0;
  border-radius: .2em;
  margin-right: -1em;
  right: 0; }

.H_ib_close {
  font-size: .6em;
  position: absolute;
  right: .2em;
  top: .2em;
  cursor: pointer;
  fill: #fff; }

.H_disabled .H_ib_close {
  cursor: default; }

.H_ib_noclose .H_ib_close {
  display: none; }

.H_ib_noclose .H_ib_body {
  padding: 0 0 0 0; }

.H_ib_content {
  min-width: 6em;
  margin: .2em 0;
  padding: 0 .2em; }

/**
 *   ScaleBar
 */
.H_scalebar_svg {
  display: block; }

/**
 *   Panorama
 */
.H_pano_mm {
  position: absolute;
  top: 0;
  left: -100%;
  font-size: 1.5em;
  width: 0;
  height: 0; }

.H_pano_man {
  margin-top: -3em;
  z-index: 2; }

.H_pano_notransition {
  -webkit-transition: none !important;
          transition: none !important; }

.H_pano_circle {
  margin-top: -1em;
  margin-left: -1em;
  -webkit-transition: all .3s;
          transition: all .3s;
  pointer-events: none; }

.H_disabled .H_pano_circle {
  -webkit-transition: none;
          transition: none;
  margin-left: -.1em; }

.H_disabled .H_pano_mm svg.H_icon {
  fill: #ddd;
  stroke: #5A6166; }

.H_pano_man svg.H_icon,
.H_pano_circle svg.H_icon {
  fill: #09b;
  stroke: #fff;
  pointer-events: none; }

.H_pano_ib {
  cursor: pointer; }

.H_tib {
  margin: 1em 0 1em 1em;
  font-size: .5em;
  width: 30em; }

.H_tib p {
  margin: .5em 0;
  padding: 0;
  line-height: 1.3em; }

.H_tib p.H_tib_desc {
  border-top: 1px solid #666;
  padding-top: .5em; }

.H_tib .H_tib_time {
  color: #aaa; }

.H_tib_right {
  float: right; }

/*
 *   ICONS
 */
svg.H_icon {
  display: inline;
  width: 2em;
  height: 2em;
  fill: #fff;
  margin: 0 0 -.2em 0; }

.H_active svg.H_icon {
  fill: #fff; }

.H_disabled svg.H_icon,
.H_active.H_disabled {
  fill: #5A6166; }

.angucomplete-holder {
  position: relative; }

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /*top: 32px;
    left: 0px;
    */
  margin-top: -6px;
  background-color: #ffffff; }

.angucomplete-searching {
  color: #acacac;
  font-size: 14px; }

.angucomplete-description {
  font-size: 14px; }

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both; }

.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff; }

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px; }

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px; }

.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px; }

.angucomplete-dropdown {
  width: calc(100% - 2px);
  top: 50px;
  padding: 0;
  margin: 0;
  border-color: #ccc;
  border-radius: 0; }
  .angucomplete-dropdown .angucomplete-row {
    font-size: .9em;
    margin: 0;
    padding: 0 14px;
    height: 38px;
    line-height: 38px; }
  .angucomplete-dropdown .angucomplete-selected-row {
    background-color: #8c1b59; }

.track-and-trace-directive .section.details ul.ng-enter, cookie-notice.ng-enter, #history .ng-enter.parcel, article#cart #article-list .ng-enter.article,
article#parcelLabel #article-list .ng-enter.article, parcel-shops-list.ng-enter, parcel-shop-route > article.ng-enter, article#preRedirectionData article.ng-enter.parcel, article#preRedirectionData article.parcel .section.details ul.ng-enter, article#trackAndTrace article.ng-enter.parcel, article#trackAndTrace article.parcel section.details ul.ng-enter {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.9, 0.7);
          transform: scale(0.9, 0.7);
  opacity: 0; }

.track-and-trace-directive .section.details ul.ng-enter-active, cookie-notice.ng-enter-active, #history .ng-enter-active.parcel, article#cart #article-list .ng-enter-active.article,
article#parcelLabel #article-list .ng-enter-active.article, parcel-shops-list.ng-enter-active, parcel-shop-route > article.ng-enter-active, article#preRedirectionData article.ng-enter-active.parcel, article#preRedirectionData article.parcel .section.details ul.ng-enter-active, article#trackAndTrace article.ng-enter-active.parcel, article#trackAndTrace article.parcel section.details ul.ng-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.track-and-trace-directive .section.details ul.ng-leave, cookie-notice.ng-leave, #history .ng-leave.parcel, article#cart #article-list .ng-leave.article,
article#parcelLabel #article-list .ng-leave.article, parcel-shops-list.ng-leave, parcel-shop-route > article.ng-leave, article#preRedirectionData article.ng-leave.parcel, article#preRedirectionData article.parcel .section.details ul.ng-leave, article#trackAndTrace article.ng-leave.parcel, article#trackAndTrace article.parcel section.details ul.ng-leave {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.track-and-trace-directive .section.details ul.ng-leave-active, cookie-notice.ng-leave-active, #history .ng-leave-active.parcel, article#cart #article-list .ng-leave-active.article,
article#parcelLabel #article-list .ng-leave-active.article, parcel-shops-list.ng-leave-active, parcel-shop-route > article.ng-leave-active, article#preRedirectionData article.ng-leave-active.parcel, article#preRedirectionData article.parcel .section.details ul.ng-leave-active, article#trackAndTrace article.ng-leave-active.parcel, article#trackAndTrace article.parcel section.details ul.ng-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.7);
          transform: scale(0.9, 0.7); }

.ng-enter#navigation-glasspane {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 0; }

.ng-enter-active#navigation-glasspane {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.ng-leave#navigation-glasspane {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.ng-leave-active#navigation-glasspane {
  opacity: 0;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }

.self-services .ng-hide-remove.hint, #editParcel #consignee edit-address .ng-hide-remove.hint {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.9, 0.7);
          transform: scale(0.9, 0.7);
  opacity: 0; }

.self-services .ng-hide-remove-active.hint, #editParcel #consignee edit-address .ng-hide-remove-active.hint {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.self-services .ng-hide-add.hint, #editParcel #consignee edit-address .ng-hide-add.hint {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.self-services .ng-hide-add-active.hint, #editParcel #consignee edit-address .ng-hide-add-active.hint {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.7);
          transform: scale(0.9, 0.7); }

aside#app-initializing-indicator {
  z-index: 10000;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #172154; }
  aside#app-initializing-indicator.ng-leave {
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  aside#app-initializing-indicator.ng-leave-active {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  aside#app-initializing-indicator .spinner {
    margin: 100px auto;
    width: 32px;
    height: 32px;
    position: relative; }
    aside#app-initializing-indicator .spinner .cube1, aside#app-initializing-indicator .spinner .cube2 {
      background-color: #fcbf00;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: cubemove 1.8s infinite ease-in-out;
              animation: cubemove 1.8s infinite ease-in-out; }
    aside#app-initializing-indicator .spinner .cube2 {
      -webkit-animation-delay: -0.9s;
              animation-delay: -0.9s; }

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.float-right {
  float: right !important; }

.bg-white {
  background-color: #FFF; }

.row {
  *zoom: 1; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row [class*='col-'] {
    position: relative;
    min-height: 1px; }
  .row .col-1 {
    float: left;
    width: calc(50% - 42px); }
  .row .col-2 {
    float: left;
    width: calc(100% - 42px); }
  .row .col-full {
    float: left;
    width: 100%; }

.grid-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .grid-content .row {
    margin-left: -15px;
    margin-right: -15px; }
  .grid-content .col-sm-full, .grid-content .col-sm-half, .grid-content .col-md-one-third, .grid-content .col-md-two-thirds, .grid-content .col-md-full, .grid-content .col-md-one-third,
  .grid-content .col-md-two-thirds, .grid-content .col-md-half, .grid-content .col-md-one-fourth {
    float: left; }
  .grid-content .col-sm-full {
    width: 100%; }
  .grid-content .col-sm-half {
    width: 50%; }
  .grid-content .col-sm-one-third {
    width: 33.3333333333%; }
  .grid-content .col-sm-two-thirds {
    width: 66.6666666667%; }
  @media screen and (min-width: 769px) {
    .grid-content .col-md-full {
      width: 100%; }
    .grid-content .col-md-one-third {
      width: 33.3333333333%; }
    .grid-content .col-md-two-thirds {
      width: 66.6666666667%; }
    .grid-content .col-md-half {
      width: 50%; }
    .grid-content .col-md-one-fourth {
      width: 25%; } }

.float-right {
  float: right !important; }

.bg-white {
  background-color: #FFF; }

button.slim, .teaser-container .teaser-1 button, .teaser-container .teaser-2 button, .teaser-container .teaser-3 button, .ngdialog .ngdialog-content .button-group button, .ngdialog .ngdialog-content button-group button, editing-buttons > .buttons-group button, #history .parcel .actions button, #profile form.delete-account > button, article#cart #article-list .article header button,
article#parcelLabel #article-list .article header button, article#cart #article-list .article .address-details > button.address-book-button,
article#parcelLabel #article-list .article .address-details > button.address-book-button, body.landing #content article#landing .layer .lowWidthContent button, article#preRedirectionData article.parcel menu button, article#trackAndTrace article.parcel menu button, .button.slim, .teaser-container .teaser-1 .button, .teaser-container .teaser-2 .button, .teaser-container .teaser-3 .button, .ngdialog .ngdialog-content .button-group .button, .ngdialog .ngdialog-content button-group .button, editing-buttons > .buttons-group button.button, #history .parcel .actions .button {
  padding: calc((34px - 1.2em) / 2) 14px; }

html {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  padding-right: calc(100vw - 100%); }

body {
  background-color: #e7e8ee;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  height: 100%; }

h2, h3, form fieldset legend, h4, h5, h6 {
  margin: 10px 0; }

h1 {
  line-height: 1em;
  margin: 16.5px 0; }
  @media screen and (min-width: 321px) {
    h1 {
      margin: 25px 0; } }
  @media screen and (min-width: 769px) {
    h1 {
      margin: 33.5px 0; } }

a {
  cursor: pointer;
  color: #6b1544;
  text-decoration: none; }
  a:hover {
    color: #8c1b59; }

p {
  margin: 14px 0; }

img {
  max-width: 100%; }

input, select {
  height: 40px;
  line-height: 35px;
  font-size: 0.9em; }
  @media screen and (min-width: 321px) {
    input, select {
      height: 50px;
      line-height: 45px; } }

button, .button {
  box-sizing: border-box;
  padding: calc((40px - 1.2em) / 2) 14px;
  line-height: 1.2em;
  font-size: 1.2em;
  display: inline-block;
  border: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center; }
  @media screen and (min-width: 321px) {
    button, .button {
      padding: calc((50px - 1.2em) / 2) 14px; } }
  button:disabled, .button:disabled {
    color: #eee; }
  button.secondary, .button.secondary {
    background-color: #fff;
    color: #6b1544; }
    button.secondary:hover, .button.secondary:hover {
      background-color: #ccc; }
    button.secondary:disabled, .button.secondary:disabled {
      color: #b689a1;
      background-color: #fff; }
  button.secondary-gray, .ngdialog.login-dialog button-group button.secondary, editing-buttons > .buttons-group button:only-of-type, editing-buttons > .buttons-group button:last-of-type, editing-buttons > .buttons-group > .not-editing button, #history .parcel .actions button, #history .parcel .actions button.button, #profile form.delete-account > button, article#cart #article-list .article .address-details > button.address-book-button,
  article#parcelLabel #article-list .article .address-details > button.address-book-button, article#cart #voucher editing-buttons button[type=submit],
  article#parcelLabel #voucher editing-buttons button[type=submit], article#preRedirectionData article.parcel menu button, article#trackAndTrace article.parcel menu button, .button.secondary-gray, .ngdialog.login-dialog button-group button.button.secondary, editing-buttons > .buttons-group button.button:only-of-type, editing-buttons > .buttons-group button.button:last-of-type, editing-buttons > .buttons-group > .not-editing button.button, #history .parcel .actions .button, #profile form.delete-account > button.button, article#cart #article-list .article .address-details > button.button.address-book-button,
  article#parcelLabel #article-list .article .address-details > button.button.address-book-button, article#preRedirectionData article.parcel menu button.button, article#trackAndTrace article.parcel menu button.button {
    background-color: #eee;
    color: #6b1544; }
    button.secondary-gray:hover, .ngdialog.login-dialog button-group button.secondary:hover, editing-buttons > .buttons-group button:hover:only-of-type, editing-buttons > .buttons-group button:hover:last-of-type, editing-buttons > .buttons-group > .not-editing button:hover, #history .parcel .actions button:hover, #profile form.delete-account > button:hover, article#cart #article-list .article .address-details > button.address-book-button:hover,
    article#parcelLabel #article-list .article .address-details > button.address-book-button:hover, article#cart #voucher editing-buttons button:hover[type=submit],
    article#parcelLabel #voucher editing-buttons button:hover[type=submit], article#preRedirectionData article.parcel menu button:hover, article#trackAndTrace article.parcel menu button:hover, .button.secondary-gray:hover, .ngdialog.login-dialog button-group button.button.secondary:hover, editing-buttons > .buttons-group button.button:hover:only-of-type, editing-buttons > .buttons-group button.button:hover:last-of-type, editing-buttons > .buttons-group > .not-editing button.button:hover, #history .parcel .actions .button:hover, #profile form.delete-account > button.button:hover, article#cart #article-list .article .address-details > button.button.address-book-button:hover,
    article#parcelLabel #article-list .article .address-details > button.button.address-book-button:hover, article#preRedirectionData article.parcel menu button.button:hover, article#trackAndTrace article.parcel menu button.button:hover {
      background-color: #ccc; }
    button.secondary-gray:disabled, .ngdialog.login-dialog button-group button.secondary:disabled, editing-buttons > .buttons-group button:disabled:only-of-type, editing-buttons > .buttons-group button:disabled:last-of-type, editing-buttons > .buttons-group > .not-editing button:disabled, #history .parcel .actions button:disabled, #profile form.delete-account > button:disabled, article#cart #article-list .article .address-details > button.address-book-button:disabled,
    article#parcelLabel #article-list .article .address-details > button.address-book-button:disabled, article#cart #voucher editing-buttons button:disabled[type=submit],
    article#parcelLabel #voucher editing-buttons button:disabled[type=submit], article#preRedirectionData article.parcel menu button:disabled, article#trackAndTrace article.parcel menu button:disabled, .button.secondary-gray:disabled, .ngdialog.login-dialog button-group button.button.secondary:disabled, editing-buttons > .buttons-group button.button:disabled:only-of-type, editing-buttons > .buttons-group button.button:disabled:last-of-type, editing-buttons > .buttons-group > .not-editing button.button:disabled, #history .parcel .actions .button:disabled, #profile form.delete-account > button.button:disabled, article#cart #article-list .article .address-details > button.button.address-book-button:disabled,
    article#parcelLabel #article-list .article .address-details > button.button.address-book-button:disabled, article#preRedirectionData article.parcel menu button.button:disabled, article#trackAndTrace article.parcel menu button.button:disabled {
      color: #b689a1;
      background-color: #eee; }
  button.primary, .teaser-container .teaser-1 > button.teaser-action, .teaser-container .teaser-2 > button.teaser-action, .teaser-container .teaser-3 > button.teaser-action, editing-buttons > .buttons-group button, body.landing #content article#landing .layer .lowWidthContent button, button[type=submit], button.active, .button.primary, .teaser-container .teaser-1 > .button.teaser-action, .teaser-container .teaser-2 > .button.teaser-action, .teaser-container .teaser-3 > .button.teaser-action, editing-buttons > .buttons-group button.button, body.landing #content article#landing .layer .lowWidthContent button.button, .button[type=submit], .button.active {
    background-color: #6b1544;
    color: #fff; }
    button.primary:hover, .teaser-container .teaser-1 > button.teaser-action:hover, .teaser-container .teaser-2 > button.teaser-action:hover, .teaser-container .teaser-3 > button.teaser-action:hover, editing-buttons > .buttons-group button:hover, body.landing #content article#landing .layer .lowWidthContent button:hover, button[type=submit]:hover, button.active:hover, .button.primary:hover, .teaser-container .teaser-1 > .button.teaser-action:hover, .teaser-container .teaser-2 > .button.teaser-action:hover, .teaser-container .teaser-3 > .button.teaser-action:hover, editing-buttons > .buttons-group button.button:hover, body.landing #content article#landing .layer .lowWidthContent button.button:hover, .button[type=submit]:hover, .button.active:hover {
      background-color: #8c1b59; }
    button.primary:disabled, .teaser-container .teaser-1 > button.teaser-action:disabled, .teaser-container .teaser-2 > button.teaser-action:disabled, .teaser-container .teaser-3 > button.teaser-action:disabled, editing-buttons > .buttons-group button:disabled, body.landing #content article#landing .layer .lowWidthContent button:disabled, button[type=submit]:disabled, button.active:disabled, .button.primary:disabled, .teaser-container .teaser-1 > .button.teaser-action:disabled, .teaser-container .teaser-2 > .button.teaser-action:disabled, .teaser-container .teaser-3 > .button.teaser-action:disabled, editing-buttons > .buttons-group button.button:disabled, body.landing #content article#landing .layer .lowWidthContent button.button:disabled, .button[type=submit]:disabled, .button.active:disabled {
      background-color: #b689a1;
      color: #fff; }
  button.slim, .teaser-container .teaser-1 button, .teaser-container .teaser-1 button.button, .teaser-container .teaser-2 button, .teaser-container .teaser-2 button.button, .teaser-container .teaser-3 button, .teaser-container .teaser-3 button.button, .ngdialog .ngdialog-content .button-group button, .ngdialog .ngdialog-content .button-group button.button, .ngdialog .ngdialog-content button-group button, .ngdialog .ngdialog-content button-group button.button, editing-buttons > .buttons-group button, #history .parcel .actions button, #history .parcel .actions button.button, #profile form.delete-account > button, article#cart #article-list .article header button,
  article#parcelLabel #article-list .article header button, article#cart #article-list .article .address-details > button.address-book-button,
  article#parcelLabel #article-list .article .address-details > button.address-book-button, body.landing #content article#landing .layer .lowWidthContent button, article#preRedirectionData article.parcel menu button, article#trackAndTrace article.parcel menu button, .button.slim, .teaser-container .teaser-1 .button, .teaser-container .teaser-2 .button, .teaser-container .teaser-3 .button, .ngdialog .ngdialog-content .button-group .button, .ngdialog .ngdialog-content button-group .button, editing-buttons > .buttons-group button.button, #history .parcel .actions .button, #profile form.delete-account > button.button, article#cart #article-list .article header button.button,
  article#parcelLabel #article-list .article header button.button, article#cart #article-list .article .address-details > button.button.address-book-button,
  article#parcelLabel #article-list .article .address-details > button.button.address-book-button, body.landing #content article#landing .layer .lowWidthContent button.button, article#preRedirectionData article.parcel menu button.button, article#trackAndTrace article.parcel menu button.button {
    font-size: 0.9em;
    font-weight: 600; }

[ui-view].ng-enter {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
          transition: opacity 0.3s ease-in-out; }
  [ui-view].ng-enter.ng-enter-active {
    opacity: 1; }

[ng-if].ng-enter, [responsive].ng-enter {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.95, 0.9);
          transform: scale(0.95, 0.9);
  opacity: 0; }

[ng-if].ng-enter-active, [responsive].ng-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

footer nav, header nav {
  font-size: 1em; }
  footer nav a, header nav a {
    color: #666;
    font-size: 0.8em;
    outline: none; }
    footer nav a:hover, header nav a:hover {
      color: #172154; }

#content, footer#page-footer > nav, body.landing #content article#landing .tiles, body.landing #content article#landing .layer .content, article#benefits .subtitle-block {
  max-width: 480px;
  margin: auto;
  min-width: 320px; }
  @media screen and (min-width: 769px) {
    #content, footer#page-footer > nav, body.landing #content article#landing .tiles, body.landing #content article#landing .layer .content, article#benefits .subtitle-block {
      max-width: 1024px; } }

#content {
  min-height: calc(100% - 305px);
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    #content {
      padding: 14px; } }
  @media screen and (min-width: 769px) {
    #content article[ui-view] > h1:first-child {
      margin-top: 19.5px; } }

.header-content {
  max-width: 1024px;
  margin: 0 auto; }

.clearfix, .total-gross-price, .teaser-container, .ngdialog.parcel-shop-details, footer#page-footer, footer#page-footer > nav, form, .form, form input[type=checkbox] + label, form input[type=radio] + label, .form input[type=checkbox] + label, .form input[type=radio] + label, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions, address-summary, button-group, edit-address > ul.edit-address, edit-address > ul.edit-address > li, editing-buttons, edit-sra > ul, edit-sra > ul > li, edit-sra > ul > li .authorized-person, parcel-dimensions, parcel-dimensions ul.dimension-set, pickup-selector .pickup, pickup-selector .pickup .pickup-details .pickup-date, pickup-selector .pickup .pickup-details .pickup-address, pickup-selector .pickup .pickup-details .pickup-purpose, state-accordion .state-view, .track-and-trace-directive .sub-note, .track-and-trace-directive .section.details ul > li, carousel.direction-left .slides, carousel.direction-right .slides, .self-services .self-services-summary .redirection-summary, #history, #history #column-headings .parcel-col, #history .parcel .parcel-col, #profile form.basic-data dl, #profile form.basic-data edit-credentials, #profile form.sra-form editing-buttons, article#cart #article-list .article,
article#parcelLabel #article-list .article, article#cart #article-list .article header,
article#parcelLabel #article-list .article header, article#cart #article-list .article .address-details,
article#parcelLabel #article-list .article .address-details, article#cart #article-list .article > inline-edit-parcel .parcel-product,
article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery,
article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery label, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label,
article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery label,
article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label, article#cart #voucher p,
article#parcelLabel #voucher p, article#cart #prize-draw form p,
article#parcelLabel #prize-draw form p, article#cart .teaser-container,
article#parcelLabel .teaser-container, #invoice-address > header, body.landing #content article#landing .tiles, body.landing #content article#landing .tiles .tile, body.landing #content article#landing .layer .content, #parcel-shop-search-overlay .search-box, #parcel-shop-finder-header .legend, article#preRedirectionData article.parcel section.summary .delivery-details, article#preRedirectionData article.parcel .section.details ul > li, article#trackAndTrace article.parcel section.summary .delivery-details, article#trackAndTrace article.parcel section.details ul > li, article#benefits .subtitle-block {
  *zoom: 1; }
  .clearfix::before, .clearfix::after, .total-gross-price::before, .teaser-container::before, .ngdialog.parcel-shop-details::before, footer#page-footer::before, footer#page-footer > nav::before, form::before, .form::before, form input[type=checkbox] + label::before, form input[type=radio] + label::before, .form input[type=checkbox] + label::before, .form input[type=radio] + label::before, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions::before, address-summary::before, button-group::before, edit-address > ul.edit-address::before, edit-address > ul.edit-address > li::before, editing-buttons::before, edit-sra > ul::before, edit-sra > ul > li::before, edit-sra > ul > li .authorized-person::before, parcel-dimensions::before, parcel-dimensions ul.dimension-set::before, pickup-selector .pickup::before, pickup-selector .pickup .pickup-details .pickup-date::before, pickup-selector .pickup .pickup-details .pickup-address::before, pickup-selector .pickup .pickup-details .pickup-purpose::before, state-accordion .state-view::before, .track-and-trace-directive .sub-note::before, .track-and-trace-directive .section.details ul > li::before, carousel.direction-left .slides::before, carousel.direction-right .slides::before, .self-services .self-services-summary .redirection-summary::before, #history::before, #history #column-headings .parcel-col::before, #history .parcel .parcel-col::before, #profile form.basic-data dl::before, #profile form.basic-data edit-credentials::before, #profile form.sra-form editing-buttons::before, article#cart #article-list .article::before,
  article#parcelLabel #article-list .article::before, article#cart #article-list .article header::before,
  article#parcelLabel #article-list .article header::before, article#cart #article-list .article .address-details::before,
  article#parcelLabel #article-list .article .address-details::before, article#cart #article-list .article > inline-edit-parcel .parcel-product::before,
  article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product::before, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery::before,
  article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery::before, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery label::before, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label::before,
  article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery label::before,
  article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label::before, article#cart #voucher p::before,
  article#parcelLabel #voucher p::before, article#cart #prize-draw form p::before,
  article#parcelLabel #prize-draw form p::before, article#cart .teaser-container::before,
  article#parcelLabel .teaser-container::before, #invoice-address > header::before, body.landing #content article#landing .tiles::before, body.landing #content article#landing .tiles .tile::before, body.landing #content article#landing .layer .content::before, #parcel-shop-search-overlay .search-box::before, #parcel-shop-finder-header .legend::before, article#preRedirectionData article.parcel section.summary .delivery-details::before, article#preRedirectionData article.parcel .section.details ul > li::before, article#trackAndTrace article.parcel section.summary .delivery-details::before, article#trackAndTrace article.parcel section.details ul > li::before, article#benefits .subtitle-block::before, .total-gross-price::after, .teaser-container::after, .ngdialog.parcel-shop-details::after, footer#page-footer::after, footer#page-footer > nav::after, form::after, .form::after, form input[type=checkbox] + label::after, form input[type=radio] + label::after, .form input[type=checkbox] + label::after, .form input[type=radio] + label::after, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions::after, address-summary::after, button-group::after, edit-address > ul.edit-address::after, edit-address > ul.edit-address > li::after, editing-buttons::after, edit-sra > ul::after, edit-sra > ul > li::after, edit-sra > ul > li .authorized-person::after, parcel-dimensions::after, parcel-dimensions ul.dimension-set::after, pickup-selector .pickup::after, pickup-selector .pickup .pickup-details .pickup-date::after, pickup-selector .pickup .pickup-details .pickup-address::after, pickup-selector .pickup .pickup-details .pickup-purpose::after, state-accordion .state-view::after, .track-and-trace-directive .sub-note::after, .track-and-trace-directive .section.details ul > li::after, carousel.direction-left .slides::after, carousel.direction-right .slides::after, .self-services .self-services-summary .redirection-summary::after, #history::after, #history #column-headings .parcel-col::after, #history .parcel .parcel-col::after, #profile form.basic-data dl::after, #profile form.basic-data edit-credentials::after, #profile form.sra-form editing-buttons::after, article#cart #article-list .article::after,
  article#parcelLabel #article-list .article::after, article#cart #article-list .article header::after,
  article#parcelLabel #article-list .article header::after, article#cart #article-list .article .address-details::after,
  article#parcelLabel #article-list .article .address-details::after, article#cart #article-list .article > inline-edit-parcel .parcel-product::after,
  article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product::after, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery::after,
  article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery::after, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery label::after, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label::after,
  article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery label::after,
  article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label::after, article#cart #voucher p::after,
  article#parcelLabel #voucher p::after, article#cart #prize-draw form p::after,
  article#parcelLabel #prize-draw form p::after, article#cart .teaser-container::after,
  article#parcelLabel .teaser-container::after, #invoice-address > header::after, body.landing #content article#landing .tiles::after, body.landing #content article#landing .tiles .tile::after, body.landing #content article#landing .layer .content::after, #parcel-shop-search-overlay .search-box::after, #parcel-shop-finder-header .legend::after, article#preRedirectionData article.parcel section.summary .delivery-details::after, article#preRedirectionData article.parcel .section.details ul > li::after, article#trackAndTrace article.parcel section.summary .delivery-details::after, article#trackAndTrace article.parcel section.details ul > li::after, article#benefits .subtitle-block::after {
    content: ' ';
    display: table; }
  .clearfix::after, .total-gross-price::after, .teaser-container::after, .ngdialog.parcel-shop-details::after, footer#page-footer::after, footer#page-footer > nav::after, form::after, .form::after, form input[type=checkbox] + label::after, form input[type=radio] + label::after, .form input[type=checkbox] + label::after, .form input[type=radio] + label::after, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions::after, address-summary::after, button-group::after, edit-address > ul.edit-address::after, edit-address > ul.edit-address > li::after, editing-buttons::after, edit-sra > ul::after, edit-sra > ul > li::after, edit-sra > ul > li .authorized-person::after, parcel-dimensions::after, parcel-dimensions ul.dimension-set::after, pickup-selector .pickup::after, pickup-selector .pickup .pickup-details .pickup-date::after, pickup-selector .pickup .pickup-details .pickup-address::after, pickup-selector .pickup .pickup-details .pickup-purpose::after, state-accordion .state-view::after, .track-and-trace-directive .sub-note::after, .track-and-trace-directive .section.details ul > li::after, carousel.direction-left .slides::after, carousel.direction-right .slides::after, .self-services .self-services-summary .redirection-summary::after, #history::after, #history #column-headings .parcel-col::after, #history .parcel .parcel-col::after, #profile form.basic-data dl::after, #profile form.basic-data edit-credentials::after, #profile form.sra-form editing-buttons::after, article#cart #article-list .article::after,
  article#parcelLabel #article-list .article::after, article#cart #article-list .article header::after,
  article#parcelLabel #article-list .article header::after, article#cart #article-list .article .address-details::after,
  article#parcelLabel #article-list .article .address-details::after, article#cart #article-list .article > inline-edit-parcel .parcel-product::after,
  article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product::after, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery::after,
  article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery::after, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery label::after, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label::after,
  article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery label::after,
  article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label::after, article#cart #voucher p::after,
  article#parcelLabel #voucher p::after, article#cart #prize-draw form p::after,
  article#parcelLabel #prize-draw form p::after, article#cart .teaser-container::after,
  article#parcelLabel .teaser-container::after, #invoice-address > header::after, body.landing #content article#landing .tiles::after, body.landing #content article#landing .tiles .tile::after, body.landing #content article#landing .layer .content::after, #parcel-shop-search-overlay .search-box::after, #parcel-shop-finder-header .legend::after, article#preRedirectionData article.parcel section.summary .delivery-details::after, article#preRedirectionData article.parcel .section.details ul > li::after, article#trackAndTrace article.parcel section.summary .delivery-details::after, article#trackAndTrace article.parcel section.details ul > li::after, article#benefits .subtitle-block::after {
    clear: both; }

#parcel-shop-search-overlay, parcel-shop-route {
  border-top: 1px solid transparent;
  margin-top: -1px; }

.no-style-for-list, footer#page-footer > nav > ul, address-book section.address-book > ul, address-book section.address-book > ul > li > ul.address-group, parcel-dimensions ul.dimension-set, state-accordion > ul, .track-and-trace-directive .section.details ul, .self-services ul.form-control-items, .delivery-new-address ul, #profile form.basic-data dl, #editParcel ul, body.landing #content article#landing .tiles, article#preRedirectionData article.parcel .section.details ul, article#trackAndTrace article.parcel section.details ul {
  list-style: none;
  margin: 0;
  padding: 0; }

error, .button-group, form select, .form select, pickup-date .pickup-date-toggle, form input, .form input, form textarea, .form textarea, form fieldset p, .form fieldset p, button-group, parcel-shops-map, live-tracking-map {
  float: left;
  box-sizing: border-box; }

.card, #profile #profile-editing, #grant-deposit-permission, .teaser-container .teaser-1, .teaser-container .teaser-2, .teaser-container .teaser-3, .ngdialog .ngdialog-content, .delivery-new-address, #addressbook address-book > section.address-book, #history #column-headings, #history .parcel, #history #page-loading-indicator, article#cart #article-list .article header,
article#parcelLabel #article-list .article header, article#cart #article-list .article > inline-edit-parcel,
article#parcelLabel #article-list .article > inline-edit-parcel, article#cart #article-list .article > inline-edit-pickup,
article#parcelLabel #article-list .article > inline-edit-pickup, article#cart #voucher,
article#parcelLabel #voucher, article#cart #prize-draw,
article#parcelLabel #prize-draw, #payment, #invoice-address, #confirmation article > header, #confirmation article > section, #editParcel #consignee-country, #editPickup article#pickup-selection, #registration section, #parcel-shop-search-overlay header, #parcel-shop-search-overlay error, parcel-shops-list .parcel-shop, parcel-shop-route > header, parcel-shop-route > article > section, parcel-shop-route > article > section.route-controls, article#preRedirectionData header, article#preRedirectionData menu, article#preRedirectionData section.summary, article#preRedirectionData section.details, article#preRedirectionData article#track-and-trace-search, #resendPassword form fieldset, #resetPassword section, article#trackAndTrace header, article#trackAndTrace menu, article#trackAndTrace section.summary, article#trackAndTrace section.details, article#trackAndTrace article#track-and-trace-search {
  *zoom: 1;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  padding: 14px;
  margin-bottom: 14px; }
  .card::before, .card::after, #profile #profile-editing::before, #grant-deposit-permission::before, .teaser-container .teaser-1::before, .teaser-container .teaser-2::before, .teaser-container .teaser-3::before, .ngdialog .ngdialog-content::before, .delivery-new-address::before, #addressbook address-book > section.address-book::before, #history #column-headings::before, #history .parcel::before, #history #page-loading-indicator::before, article#cart #article-list .article header::before,
  article#parcelLabel #article-list .article header::before, article#cart #article-list .article > inline-edit-parcel::before,
  article#parcelLabel #article-list .article > inline-edit-parcel::before, article#cart #article-list .article > inline-edit-pickup::before,
  article#parcelLabel #article-list .article > inline-edit-pickup::before, article#cart #voucher::before,
  article#parcelLabel #voucher::before, article#cart #prize-draw::before,
  article#parcelLabel #prize-draw::before, #payment::before, #invoice-address::before, #confirmation article > header::before, #confirmation article > section::before, #editParcel #consignee-country::before, #editPickup article#pickup-selection::before, #registration section::before, #parcel-shop-search-overlay header::before, #parcel-shop-search-overlay error::before, parcel-shops-list .parcel-shop::before, parcel-shop-route > header::before, parcel-shop-route > article > section::before, parcel-shop-route > article > section.route-controls::before, article#preRedirectionData header::before, article#preRedirectionData menu::before, article#preRedirectionData section.summary::before, article#preRedirectionData section.details::before, article#preRedirectionData article#track-and-trace-search::before, #resendPassword form fieldset::before, #resetPassword section::before, article#trackAndTrace header::before, article#trackAndTrace menu::before, article#trackAndTrace section.summary::before, article#trackAndTrace section.details::before, article#trackAndTrace article#track-and-trace-search::before, #profile #profile-editing::after, #grant-deposit-permission::after, .teaser-container .teaser-1::after, .teaser-container .teaser-2::after, .teaser-container .teaser-3::after, .ngdialog .ngdialog-content::after, .delivery-new-address::after, #addressbook address-book > section.address-book::after, #history #column-headings::after, #history .parcel::after, #history #page-loading-indicator::after, article#cart #article-list .article header::after,
  article#parcelLabel #article-list .article header::after, article#cart #article-list .article > inline-edit-parcel::after,
  article#parcelLabel #article-list .article > inline-edit-parcel::after, article#cart #article-list .article > inline-edit-pickup::after,
  article#parcelLabel #article-list .article > inline-edit-pickup::after, article#cart #voucher::after,
  article#parcelLabel #voucher::after, article#cart #prize-draw::after,
  article#parcelLabel #prize-draw::after, #payment::after, #invoice-address::after, #confirmation article > header::after, #confirmation article > section::after, #editParcel #consignee-country::after, #editPickup article#pickup-selection::after, #registration section::after, #parcel-shop-search-overlay header::after, #parcel-shop-search-overlay error::after, parcel-shops-list .parcel-shop::after, parcel-shop-route > header::after, parcel-shop-route > article > section::after, parcel-shop-route > article > section.route-controls::after, article#preRedirectionData header::after, article#preRedirectionData menu::after, article#preRedirectionData section.summary::after, article#preRedirectionData section.details::after, article#preRedirectionData article#track-and-trace-search::after, #resendPassword form fieldset::after, #resetPassword section::after, article#trackAndTrace header::after, article#trackAndTrace menu::after, article#trackAndTrace section.summary::after, article#trackAndTrace section.details::after, article#trackAndTrace article#track-and-trace-search::after {
    content: ' ';
    display: table; }
  .card::after, #profile #profile-editing::after, #grant-deposit-permission::after, .teaser-container .teaser-1::after, .teaser-container .teaser-2::after, .teaser-container .teaser-3::after, .ngdialog .ngdialog-content::after, .delivery-new-address::after, #addressbook address-book > section.address-book::after, #history #column-headings::after, #history .parcel::after, #history #page-loading-indicator::after, article#cart #article-list .article header::after,
  article#parcelLabel #article-list .article header::after, article#cart #article-list .article > inline-edit-parcel::after,
  article#parcelLabel #article-list .article > inline-edit-parcel::after, article#cart #article-list .article > inline-edit-pickup::after,
  article#parcelLabel #article-list .article > inline-edit-pickup::after, article#cart #voucher::after,
  article#parcelLabel #voucher::after, article#cart #prize-draw::after,
  article#parcelLabel #prize-draw::after, #payment::after, #invoice-address::after, #confirmation article > header::after, #confirmation article > section::after, #editParcel #consignee-country::after, #editPickup article#pickup-selection::after, #registration section::after, #parcel-shop-search-overlay header::after, #parcel-shop-search-overlay error::after, parcel-shops-list .parcel-shop::after, parcel-shop-route > header::after, parcel-shop-route > article > section::after, parcel-shop-route > article > section.route-controls::after, article#preRedirectionData header::after, article#preRedirectionData menu::after, article#preRedirectionData section.summary::after, article#preRedirectionData section.details::after, article#preRedirectionData article#track-and-trace-search::after, #resendPassword form fieldset::after, #resetPassword section::after, article#trackAndTrace header::after, article#trackAndTrace menu::after, article#trackAndTrace section.summary::after, article#trackAndTrace section.details::after, article#trackAndTrace article#track-and-trace-search::after {
    clear: both; }
  .card h2, .card h3, .card form fieldset legend, form fieldset .card legend, #profile #profile-editing h2, #grant-deposit-permission h2, .teaser-container .teaser-1 h2, .teaser-container .teaser-2 h2, .teaser-container .teaser-3 h2, .ngdialog .ngdialog-content h2, .delivery-new-address h2, #addressbook address-book > section.address-book h2, #history #column-headings h2, #history .parcel h2, #history #page-loading-indicator h2, article#cart #article-list .article header h2, article#parcelLabel #article-list .article header h2, article#cart #article-list .article > inline-edit-parcel h2, article#parcelLabel #article-list .article > inline-edit-parcel h2, article#cart #article-list .article > inline-edit-pickup h2, article#parcelLabel #article-list .article > inline-edit-pickup h2, article#cart #voucher h2, article#parcelLabel #voucher h2, article#cart #prize-draw h2, article#parcelLabel #prize-draw h2, #payment h2, #invoice-address h2, #confirmation article > header h2, #confirmation article > section h2, #editParcel #consignee-country h2, #editPickup article#pickup-selection h2, #registration section h2, #parcel-shop-search-overlay header h2, #parcel-shop-search-overlay error h2, parcel-shops-list .parcel-shop h2, parcel-shop-route > header h2, parcel-shop-route > article > section h2, parcel-shop-route > article > section.route-controls h2, article#preRedirectionData header h2, article#preRedirectionData menu h2, article#preRedirectionData section.summary h2, article#preRedirectionData section.details h2, article#preRedirectionData article#track-and-trace-search h2, #resendPassword form fieldset h2, #resetPassword section h2, article#trackAndTrace header h2, article#trackAndTrace menu h2, article#trackAndTrace section.summary h2, article#trackAndTrace section.details h2, article#trackAndTrace article#track-and-trace-search h2, #profile #profile-editing h3, #grant-deposit-permission h3, .teaser-container .teaser-1 h3, .teaser-container .teaser-2 h3, .teaser-container .teaser-3 h3, .ngdialog .ngdialog-content h3, .delivery-new-address h3, #addressbook address-book > section.address-book h3, #history #column-headings h3, #history .parcel h3, #history #page-loading-indicator h3, article#cart #article-list .article header h3, article#parcelLabel #article-list .article header h3, article#cart #article-list .article > inline-edit-parcel h3, article#parcelLabel #article-list .article > inline-edit-parcel h3, article#cart #article-list .article > inline-edit-pickup h3, article#parcelLabel #article-list .article > inline-edit-pickup h3, article#cart #voucher h3, article#parcelLabel #voucher h3, article#cart #prize-draw h3, article#parcelLabel #prize-draw h3, #payment h3, #invoice-address h3, #confirmation article > header h3, #confirmation article > section h3, #editParcel #consignee-country h3, #editPickup article#pickup-selection h3, #registration section h3, #parcel-shop-search-overlay header h3, #parcel-shop-search-overlay error h3, parcel-shops-list .parcel-shop h3, parcel-shop-route > header h3, parcel-shop-route > article > section h3, parcel-shop-route > article > section.route-controls h3, article#preRedirectionData header h3, article#preRedirectionData menu h3, article#preRedirectionData section.summary h3, article#preRedirectionData section.details h3, article#preRedirectionData article#track-and-trace-search h3, #resendPassword form fieldset h3, #resetPassword section h3, article#trackAndTrace header h3, article#trackAndTrace menu h3, article#trackAndTrace section.summary h3, article#trackAndTrace section.details h3, article#trackAndTrace article#track-and-trace-search h3, #profile #profile-editing form fieldset legend, form fieldset #profile #profile-editing legend, #grant-deposit-permission form fieldset legend, form fieldset #grant-deposit-permission legend, .teaser-container .teaser-1 form fieldset legend, form fieldset .teaser-container .teaser-1 legend, .teaser-container .teaser-2 form fieldset legend, form fieldset .teaser-container .teaser-2 legend, .teaser-container .teaser-3 form fieldset legend, form fieldset .teaser-container .teaser-3 legend, .ngdialog .ngdialog-content form fieldset legend, form fieldset .ngdialog .ngdialog-content legend, .delivery-new-address form fieldset legend, form fieldset .delivery-new-address legend, #addressbook address-book > section.address-book form fieldset legend, form fieldset #addressbook address-book > section.address-book legend, #history #column-headings form fieldset legend, form fieldset #history #column-headings legend, #history .parcel form fieldset legend, form fieldset #history .parcel legend, #history #page-loading-indicator form fieldset legend, form fieldset #history #page-loading-indicator legend, article#cart #article-list .article header form fieldset legend, form fieldset article#cart #article-list .article header legend, article#parcelLabel #article-list .article header form fieldset legend, form fieldset article#parcelLabel #article-list .article header legend, article#cart #article-list .article > inline-edit-parcel form fieldset legend, form fieldset article#cart #article-list .article > inline-edit-parcel legend, article#parcelLabel #article-list .article > inline-edit-parcel form fieldset legend, form fieldset article#parcelLabel #article-list .article > inline-edit-parcel legend, article#cart #article-list .article > inline-edit-pickup form fieldset legend, form fieldset article#cart #article-list .article > inline-edit-pickup legend, article#parcelLabel #article-list .article > inline-edit-pickup form fieldset legend, form fieldset article#parcelLabel #article-list .article > inline-edit-pickup legend, article#cart #voucher form fieldset legend, form fieldset article#cart #voucher legend, article#parcelLabel #voucher form fieldset legend, form fieldset article#parcelLabel #voucher legend, article#cart #prize-draw form fieldset legend, form fieldset article#cart #prize-draw legend, article#parcelLabel #prize-draw form fieldset legend, form fieldset article#parcelLabel #prize-draw legend, #payment form fieldset legend, form fieldset #payment legend, #invoice-address form fieldset legend, form fieldset #invoice-address legend, #confirmation article > header form fieldset legend, form fieldset #confirmation article > header legend, #confirmation article > section form fieldset legend, form fieldset #confirmation article > section legend, #editParcel #consignee-country form fieldset legend, form fieldset #editParcel #consignee-country legend, #editPickup article#pickup-selection form fieldset legend, form fieldset #editPickup article#pickup-selection legend, #registration section form fieldset legend, form fieldset #registration section legend, #parcel-shop-search-overlay header form fieldset legend, form fieldset #parcel-shop-search-overlay header legend, #parcel-shop-search-overlay error form fieldset legend, form fieldset #parcel-shop-search-overlay error legend, parcel-shops-list .parcel-shop form fieldset legend, form fieldset parcel-shops-list .parcel-shop legend, parcel-shop-route > header form fieldset legend, form fieldset parcel-shop-route > header legend, parcel-shop-route > article > section form fieldset legend, form fieldset parcel-shop-route > article > section legend, parcel-shop-route > article > section.route-controls form fieldset legend, form fieldset parcel-shop-route > article > section.route-controls legend, article#preRedirectionData header form fieldset legend, form fieldset article#preRedirectionData header legend, article#preRedirectionData menu form fieldset legend, form fieldset article#preRedirectionData menu legend, article#preRedirectionData section.summary form fieldset legend, form fieldset article#preRedirectionData section.summary legend, article#preRedirectionData section.details form fieldset legend, form fieldset article#preRedirectionData section.details legend, article#preRedirectionData article#track-and-trace-search form fieldset legend, form fieldset article#preRedirectionData article#track-and-trace-search legend, #resendPassword form fieldset legend, #resetPassword section form fieldset legend, form fieldset #resetPassword section legend, article#trackAndTrace header form fieldset legend, form fieldset article#trackAndTrace header legend, article#trackAndTrace menu form fieldset legend, form fieldset article#trackAndTrace menu legend, article#trackAndTrace section.summary form fieldset legend, form fieldset article#trackAndTrace section.summary legend, article#trackAndTrace section.details form fieldset legend, form fieldset article#trackAndTrace section.details legend, article#trackAndTrace article#track-and-trace-search form fieldset legend, form fieldset article#trackAndTrace article#track-and-trace-search legend {
    font-size: 1.2em;
    font-weight: 600;
    margin: 16px 0 30px; }
  .card .delimiter-top, #profile #profile-editing .delimiter-top, #grant-deposit-permission .delimiter-top, .teaser-container .teaser-1 .delimiter-top, .teaser-container .teaser-2 .delimiter-top, .teaser-container .teaser-3 .delimiter-top, .ngdialog .ngdialog-content .delimiter-top, .delivery-new-address .delimiter-top, #addressbook address-book > section.address-book .delimiter-top, #history #column-headings .delimiter-top, #history .parcel .delimiter-top, #history #page-loading-indicator .delimiter-top, article#cart #article-list .article header .delimiter-top, article#parcelLabel #article-list .article header .delimiter-top, article#cart #article-list .article > inline-edit-parcel .delimiter-top, article#parcelLabel #article-list .article > inline-edit-parcel .delimiter-top, article#cart #article-list .article > inline-edit-pickup .delimiter-top, article#parcelLabel #article-list .article > inline-edit-pickup .delimiter-top, article#cart #voucher .delimiter-top, article#parcelLabel #voucher .delimiter-top, article#cart #prize-draw .delimiter-top, article#parcelLabel #prize-draw .delimiter-top, #payment .delimiter-top, #invoice-address .delimiter-top, #confirmation article > header .delimiter-top, #confirmation article > section .delimiter-top, #editParcel #consignee-country .delimiter-top, #editPickup article#pickup-selection .delimiter-top, #registration section .delimiter-top, #parcel-shop-search-overlay header .delimiter-top, #parcel-shop-search-overlay error .delimiter-top, parcel-shops-list .parcel-shop .delimiter-top, parcel-shop-route > header .delimiter-top, parcel-shop-route > article > section .delimiter-top, article#preRedirectionData header .delimiter-top, article#preRedirectionData menu .delimiter-top, article#preRedirectionData section.summary .delimiter-top, article#preRedirectionData section.details .delimiter-top, article#preRedirectionData article#track-and-trace-search .delimiter-top, #resendPassword form fieldset .delimiter-top, #resetPassword section .delimiter-top, article#trackAndTrace header .delimiter-top, article#trackAndTrace menu .delimiter-top, article#trackAndTrace section.summary .delimiter-top, article#trackAndTrace section.details .delimiter-top, article#trackAndTrace article#track-and-trace-search .delimiter-top {
    border-top: #E0E0E0 solid 1px;
    box-sizing: border-box; }
  .card .row-item-container, #profile #profile-editing .row-item-container, #grant-deposit-permission .row-item-container, .teaser-container .teaser-1 .row-item-container, .teaser-container .teaser-2 .row-item-container, .teaser-container .teaser-3 .row-item-container, .ngdialog .ngdialog-content .row-item-container, .delivery-new-address .row-item-container, #addressbook address-book > section.address-book .row-item-container, #history #column-headings .row-item-container, #history .parcel .row-item-container, #history #page-loading-indicator .row-item-container, article#cart #article-list .article header .row-item-container, article#parcelLabel #article-list .article header .row-item-container, article#cart #article-list .article > inline-edit-parcel .row-item-container, article#parcelLabel #article-list .article > inline-edit-parcel .row-item-container, article#cart #article-list .article > inline-edit-pickup .row-item-container, article#parcelLabel #article-list .article > inline-edit-pickup .row-item-container, article#cart #voucher .row-item-container, article#parcelLabel #voucher .row-item-container, article#cart #prize-draw .row-item-container, article#parcelLabel #prize-draw .row-item-container, #payment .row-item-container, #invoice-address .row-item-container, #confirmation article > header .row-item-container, #confirmation article > section .row-item-container, #editParcel #consignee-country .row-item-container, #editPickup article#pickup-selection .row-item-container, #registration section .row-item-container, #parcel-shop-search-overlay header .row-item-container, #parcel-shop-search-overlay error .row-item-container, parcel-shops-list .parcel-shop .row-item-container, parcel-shop-route > header .row-item-container, parcel-shop-route > article > section .row-item-container, article#preRedirectionData header .row-item-container, article#preRedirectionData menu .row-item-container, article#preRedirectionData section.summary .row-item-container, article#preRedirectionData section.details .row-item-container, article#preRedirectionData article#track-and-trace-search .row-item-container, #resendPassword form fieldset .row-item-container, #resetPassword section .row-item-container, article#trackAndTrace header .row-item-container, article#trackAndTrace menu .row-item-container, article#trackAndTrace section.summary .row-item-container, article#trackAndTrace section.details .row-item-container, article#trackAndTrace article#track-and-trace-search .row-item-container {
    margin-bottom: 14px; }
    .card .row-item-container .col-inputs, #profile #profile-editing .row-item-container .col-inputs, #grant-deposit-permission .row-item-container .col-inputs, .teaser-container .teaser-1 .row-item-container .col-inputs, .teaser-container .teaser-2 .row-item-container .col-inputs, .teaser-container .teaser-3 .row-item-container .col-inputs, .ngdialog .ngdialog-content .row-item-container .col-inputs, .delivery-new-address .row-item-container .col-inputs, #addressbook address-book > section.address-book .row-item-container .col-inputs, #history #column-headings .row-item-container .col-inputs, #history .parcel .row-item-container .col-inputs, #history #page-loading-indicator .row-item-container .col-inputs, article#cart #article-list .article header .row-item-container .col-inputs, article#parcelLabel #article-list .article header .row-item-container .col-inputs, article#cart #article-list .article > inline-edit-parcel .row-item-container .col-inputs, article#parcelLabel #article-list .article > inline-edit-parcel .row-item-container .col-inputs, article#cart #article-list .article > inline-edit-pickup .row-item-container .col-inputs, article#parcelLabel #article-list .article > inline-edit-pickup .row-item-container .col-inputs, article#cart #voucher .row-item-container .col-inputs, article#parcelLabel #voucher .row-item-container .col-inputs, article#cart #prize-draw .row-item-container .col-inputs, article#parcelLabel #prize-draw .row-item-container .col-inputs, #payment .row-item-container .col-inputs, #invoice-address .row-item-container .col-inputs, #confirmation article > header .row-item-container .col-inputs, #confirmation article > section .row-item-container .col-inputs, #editParcel #consignee-country .row-item-container .col-inputs, #editPickup article#pickup-selection .row-item-container .col-inputs, #registration section .row-item-container .col-inputs, #parcel-shop-search-overlay header .row-item-container .col-inputs, #parcel-shop-search-overlay error .row-item-container .col-inputs, parcel-shops-list .parcel-shop .row-item-container .col-inputs, parcel-shop-route > header .row-item-container .col-inputs, parcel-shop-route > article > section .row-item-container .col-inputs, article#preRedirectionData header .row-item-container .col-inputs, article#preRedirectionData menu .row-item-container .col-inputs, article#preRedirectionData section.summary .row-item-container .col-inputs, article#preRedirectionData section.details .row-item-container .col-inputs, article#preRedirectionData article#track-and-trace-search .row-item-container .col-inputs, #resendPassword form fieldset .row-item-container .col-inputs, #resetPassword section .row-item-container .col-inputs, article#trackAndTrace header .row-item-container .col-inputs, article#trackAndTrace menu .row-item-container .col-inputs, article#trackAndTrace section.summary .row-item-container .col-inputs, article#trackAndTrace section.details .row-item-container .col-inputs, article#trackAndTrace article#track-and-trace-search .row-item-container .col-inputs {
      width: 50%;
      float: left; }
      @media screen and (max-width: 768px) {
        .card .row-item-container .col-inputs, #profile #profile-editing .row-item-container .col-inputs, #grant-deposit-permission .row-item-container .col-inputs, .teaser-container .teaser-1 .row-item-container .col-inputs, .teaser-container .teaser-2 .row-item-container .col-inputs, .teaser-container .teaser-3 .row-item-container .col-inputs, .ngdialog .ngdialog-content .row-item-container .col-inputs, .delivery-new-address .row-item-container .col-inputs, #addressbook address-book > section.address-book .row-item-container .col-inputs, #history #column-headings .row-item-container .col-inputs, #history .parcel .row-item-container .col-inputs, #history #page-loading-indicator .row-item-container .col-inputs, article#cart #article-list .article header .row-item-container .col-inputs, article#parcelLabel #article-list .article header .row-item-container .col-inputs, article#cart #article-list .article > inline-edit-parcel .row-item-container .col-inputs, article#parcelLabel #article-list .article > inline-edit-parcel .row-item-container .col-inputs, article#cart #article-list .article > inline-edit-pickup .row-item-container .col-inputs, article#parcelLabel #article-list .article > inline-edit-pickup .row-item-container .col-inputs, article#cart #voucher .row-item-container .col-inputs, article#parcelLabel #voucher .row-item-container .col-inputs, article#cart #prize-draw .row-item-container .col-inputs, article#parcelLabel #prize-draw .row-item-container .col-inputs, #payment .row-item-container .col-inputs, #invoice-address .row-item-container .col-inputs, #confirmation article > header .row-item-container .col-inputs, #confirmation article > section .row-item-container .col-inputs, #editParcel #consignee-country .row-item-container .col-inputs, #editPickup article#pickup-selection .row-item-container .col-inputs, #registration section .row-item-container .col-inputs, #parcel-shop-search-overlay header .row-item-container .col-inputs, #parcel-shop-search-overlay error .row-item-container .col-inputs, parcel-shops-list .parcel-shop .row-item-container .col-inputs, parcel-shop-route > header .row-item-container .col-inputs, parcel-shop-route > article > section .row-item-container .col-inputs, article#preRedirectionData header .row-item-container .col-inputs, article#preRedirectionData menu .row-item-container .col-inputs, article#preRedirectionData section.summary .row-item-container .col-inputs, article#preRedirectionData section.details .row-item-container .col-inputs, article#preRedirectionData article#track-and-trace-search .row-item-container .col-inputs, #resendPassword form fieldset .row-item-container .col-inputs, #resetPassword section .row-item-container .col-inputs, article#trackAndTrace header .row-item-container .col-inputs, article#trackAndTrace menu .row-item-container .col-inputs, article#trackAndTrace section.summary .row-item-container .col-inputs, article#trackAndTrace section.details .row-item-container .col-inputs, article#trackAndTrace article#track-and-trace-search .row-item-container .col-inputs {
          width: 100%; } }
    .card .row-item-container.nomargin, #profile #profile-editing .row-item-container.nomargin, #grant-deposit-permission .row-item-container.nomargin, .teaser-container .teaser-1 .row-item-container.nomargin, .teaser-container .teaser-2 .row-item-container.nomargin, .teaser-container .teaser-3 .row-item-container.nomargin, .ngdialog .ngdialog-content .row-item-container.nomargin, .delivery-new-address .row-item-container.nomargin, #addressbook address-book > section.address-book .row-item-container.nomargin, #history #column-headings .row-item-container.nomargin, #history .parcel .row-item-container.nomargin, #history #page-loading-indicator .row-item-container.nomargin, article#cart #article-list .article header .row-item-container.nomargin, article#parcelLabel #article-list .article header .row-item-container.nomargin, article#cart #article-list .article > inline-edit-parcel .row-item-container.nomargin, article#parcelLabel #article-list .article > inline-edit-parcel .row-item-container.nomargin, article#cart #article-list .article > inline-edit-pickup .row-item-container.nomargin, article#parcelLabel #article-list .article > inline-edit-pickup .row-item-container.nomargin, article#cart #voucher .row-item-container.nomargin, article#parcelLabel #voucher .row-item-container.nomargin, article#cart #prize-draw .row-item-container.nomargin, article#parcelLabel #prize-draw .row-item-container.nomargin, #payment .row-item-container.nomargin, #invoice-address .row-item-container.nomargin, #confirmation article > header .row-item-container.nomargin, #confirmation article > section .row-item-container.nomargin, #editParcel #consignee-country .row-item-container.nomargin, #editPickup article#pickup-selection .row-item-container.nomargin, #registration section .row-item-container.nomargin, #parcel-shop-search-overlay header .row-item-container.nomargin, #parcel-shop-search-overlay error .row-item-container.nomargin, parcel-shops-list .parcel-shop .row-item-container.nomargin, parcel-shop-route > header .row-item-container.nomargin, parcel-shop-route > article > section .row-item-container.nomargin, article#preRedirectionData header .row-item-container.nomargin, article#preRedirectionData menu .row-item-container.nomargin, article#preRedirectionData section.summary .row-item-container.nomargin, article#preRedirectionData section.details .row-item-container.nomargin, article#preRedirectionData article#track-and-trace-search .row-item-container.nomargin, #resendPassword form fieldset .row-item-container.nomargin, #resetPassword section .row-item-container.nomargin, article#trackAndTrace header .row-item-container.nomargin, article#trackAndTrace menu .row-item-container.nomargin, article#trackAndTrace section.summary .row-item-container.nomargin, article#trackAndTrace section.details .row-item-container.nomargin, article#trackAndTrace article#track-and-trace-search .row-item-container.nomargin {
      margin-bottom: 0px; }

#profile #profile-editing, #grant-deposit-permission {
  padding-top: 0; }
  #profile #profile-editing h2, #grant-deposit-permission h2, #profile #profile-editing h3, #grant-deposit-permission h3, #profile #profile-editing form fieldset legend, form fieldset #profile #profile-editing legend, #grant-deposit-permission form fieldset legend, form fieldset #grant-deposit-permission legend {
    margin: 20px 0 30px; }

[ng-multi-transclude] {
  position: relative; }

.inline-hint {
  display: inline-block;
  width: 100%;
  margin-top: 14px; }

.box-left, .total-gross-price > span, pickup-selector .pickup .pickup-details pickup-date, .track-and-trace-directive .section.details ul > li .status-details, #profile form.basic-data edit-credentials p, #profile form.parcel-box .parcel-box-number, #profile form.delete-account > label, article#cart header h2,
article#parcelLabel header h2, article#cart edit-address p,
article#parcelLabel edit-address p, article#cart #article-list .article header h2,
article#parcelLabel #article-list .article header h2, article#cart fieldset .email, article#cart .terms-and-conditions,
article#parcelLabel fieldset .email,
article#parcelLabel .terms-and-conditions, #confirmation article > section > .parcel-summary, #confirmation article.teaser-qr section div:first-child, #confirmation article.packaging-tips section div:first-child, #editParcel edit-address p, #editParcel #consignee-country fieldset select, #editParcel article#parcel-dimension ul.dimension-set, #editParcel article#parcel-dimension .parcel-size, #editParcel #consignor .email, #editParcel #consignee div.heading, #editParcel #consignee fieldset.services .flex-delivery .email, #editParcel #consignee fieldset.add-to-address-book > p, #editParcel article#parcel-pickup pickup-selector p, #editPickup form fieldset p, #registration section p:not(.button-group-right), #registration section fieldset no-captcha, article#preRedirectionData article#track-and-trace-search form, article#preRedirectionData article.parcel header h2, article#preRedirectionData article.parcel .section.details ul > li .status-details, #resendPassword form fieldset p, #resetPassword section p:not(.button-group-right), article#trackAndTrace article#track-and-trace-search form, article#trackAndTrace article.parcel header h2, article#trackAndTrace article.parcel section.details ul > li .status-details, editing-buttons, #profile form.sra-form editing-buttons, #confirmation article > section > .parcel-label, #confirmation article.teaser-qr section div:last-child, #confirmation article.packaging-tips section div:last-child {
  width: 100%;
  display: block;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .box-left, .total-gross-price > span, pickup-selector .pickup .pickup-details pickup-date, .track-and-trace-directive .section.details ul > li .status-details, #profile form.basic-data edit-credentials p, #profile form.parcel-box .parcel-box-number, #profile form.delete-account > label, article#cart header h2,
    article#parcelLabel header h2, article#cart edit-address p,
    article#parcelLabel edit-address p, article#cart #article-list .article header h2,
    article#parcelLabel #article-list .article header h2, article#cart fieldset .email, article#cart .terms-and-conditions,
    article#parcelLabel fieldset .email,
    article#parcelLabel .terms-and-conditions, #confirmation article > section > .parcel-summary, #confirmation article.teaser-qr section div:first-child, #confirmation article.packaging-tips section div:first-child, #editParcel edit-address p, #editParcel #consignee-country fieldset select, #editParcel article#parcel-dimension ul.dimension-set, #editParcel article#parcel-dimension .parcel-size, #editParcel #consignor .email, #editParcel #consignee div.heading, #editParcel #consignee fieldset.services .flex-delivery .email, #editParcel #consignee fieldset.add-to-address-book > p, #editParcel article#parcel-pickup pickup-selector p, #editPickup form fieldset p, #registration section p:not(.button-group-right), #registration section fieldset no-captcha, article#preRedirectionData article#track-and-trace-search form, article#preRedirectionData article.parcel header h2, article#preRedirectionData article.parcel .section.details ul > li .status-details, #resendPassword form fieldset p, #resetPassword section p:not(.button-group-right), article#trackAndTrace article#track-and-trace-search form, article#trackAndTrace article.parcel header h2, article#trackAndTrace article.parcel section.details ul > li .status-details, editing-buttons, #profile form.sra-form editing-buttons, #confirmation article > section > .parcel-label, #confirmation article.teaser-qr section div:last-child, #confirmation article.packaging-tips section div:last-child {
      width: calc(50% - 21px); } }

@media screen and (min-width: 769px) {
  .box-left, .total-gross-price > span, pickup-selector .pickup .pickup-details pickup-date, .track-and-trace-directive .section.details ul > li .status-details, #profile form.basic-data edit-credentials p, #profile form.parcel-box .parcel-box-number, #profile form.delete-account > label, article#cart header h2,
  article#parcelLabel header h2, article#cart edit-address p,
  article#parcelLabel edit-address p, article#cart #article-list .article header h2,
  article#parcelLabel #article-list .article header h2, article#cart fieldset .email, article#cart .terms-and-conditions,
  article#parcelLabel fieldset .email,
  article#parcelLabel .terms-and-conditions, #confirmation article > section > .parcel-summary, #confirmation article.teaser-qr section div:first-child, #confirmation article.packaging-tips section div:first-child, #editParcel edit-address p, #editParcel #consignee-country fieldset select, #editParcel article#parcel-dimension ul.dimension-set, #editParcel article#parcel-dimension .parcel-size, #editParcel #consignor .email, #editParcel #consignee div.heading, #editParcel #consignee fieldset.services .flex-delivery .email, #editParcel #consignee fieldset.add-to-address-book > p, #editParcel article#parcel-pickup pickup-selector p, #editPickup form fieldset p, #registration section p:not(.button-group-right), #registration section fieldset no-captcha, article#preRedirectionData article#track-and-trace-search form, article#preRedirectionData article.parcel header h2, article#preRedirectionData article.parcel .section.details ul > li .status-details, #resendPassword form fieldset p, #resetPassword section p:not(.button-group-right), article#trackAndTrace article#track-and-trace-search form, article#trackAndTrace article.parcel header h2, article#trackAndTrace article.parcel section.details ul > li .status-details {
    float: left; } }

#profile form.basic-data dl, #profile form.address-form > edit-address, #profile form.address-form > address-summary, #profile form.sra-form > sra-summary, #profile form.sra-form edit-sra, article#cart #article-list .article .address-details > address-summary,
article#parcelLabel #article-list .article .address-details > address-summary, article#cart #article-list .article > inline-edit-parcel .parcel-product > parcel-dimensions, article#cart #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary,
article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product > parcel-dimensions,
article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery,
article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery, article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > .product-label, article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > .date-label,
article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > .product-label,
article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > .date-label, article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector,
article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector, #grant-deposit-permission edit-sra {
  display: block; }
  @media screen and (min-width: 769px) {
    #profile form.basic-data dl, #profile form.address-form > edit-address, #profile form.address-form > address-summary, #profile form.sra-form > sra-summary, #profile form.sra-form edit-sra, article#cart #article-list .article .address-details > address-summary,
    article#parcelLabel #article-list .article .address-details > address-summary, article#cart #article-list .article > inline-edit-parcel .parcel-product > parcel-dimensions, article#cart #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary,
    article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product > parcel-dimensions,
    article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery, article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > .product-label, article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > .date-label,
    article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > .product-label,
    article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > .date-label, article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector,
    article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector, #grant-deposit-permission edit-sra {
      width: calc(50% - 21px); } }

@media screen and (min-width: 769px) {
  editing-buttons, #profile form.sra-form editing-buttons, #confirmation article > section > .parcel-label, #confirmation article.teaser-qr section div:last-child, #confirmation article.packaging-tips section div:last-child {
    float: right; } }

.total-gross-price {
  padding: 0 20px;
  line-height: 50px;
  background-color: #666;
  color: #fff; }
  .total-gross-price spinner::before {
    width: 26px;
    height: 26px;
    border-width: 2px; }
  .total-gross-price > span > span:first-child {
    float: left;
    font-size: 1.2em; }
    .total-gross-price > span > span:first-child small {
      font-size: .5em; }
  .total-gross-price > span > span:last-of-type {
    font-size: 1.2em;
    float: right;
    font-weight: 700; }

error {
  color: #6b1544;
  width: 100%; }

.button-group.toggle-buttons, #parcel-shop-search-map-list-toggle {
  margin: 0;
  height: auto; }
  .button-group.toggle-buttons > button, #parcel-shop-search-map-list-toggle > button {
    min-width: 0;
    width: 50%;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.button-group {
  width: 100%;
  margin: 0 0 14px 0;
  height: 50px;
  line-height: 50px; }
  .button-group button {
    min-width: 180px; }
    @media screen and (min-width: 641px) {
      .button-group button {
        min-width: 238px; } }

.left {
  float: left; }

.right, article#preRedirectionData article.parcel menu button, article#trackAndTrace article.parcel menu button {
  float: right; }
  .right:not(:last-child), article#preRedirectionData article.parcel menu button:not(:last-child), article#trackAndTrace article.parcel menu button:not(:last-child) {
    margin-left: 10px; }

h3.collapse-toggle, form fieldset legend.collapse-toggle {
  cursor: pointer;
  padding-left: 38px;
  height: 25px;
  line-height: 25px;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  h3.collapse-toggle::before, form fieldset legend.collapse-toggle::before {
    background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%20123.6%20841.9%20471.7%22%20enable-background%3D%22new%200%20123.6%20841.9%20471.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%22420.9%2C490.4%2054.1%2C123.6%200%2C177.7%20420.9%2C595.3%20841.9%2C177.7%20787.8%2C123.6%20%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    -webkit-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s;
    top: 0;
    left: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: 13px 8px;
    background-position: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #172154;
    border-radius: 50%;
    box-sizing: border-box; }
  h3.collapsed.collapse-toggle::before, form fieldset legend.collapsed.collapse-toggle::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.teaser-container {
  width: 100%; }
  .teaser-container .teaser button, .teaser-container .teaser .button, .teaser-container .teaser-simple button, .teaser-container .teaser-simple .button {
    position: absolute;
    right: 14px;
    bottom: 14px; }
  .teaser-container > .teaser-simple {
    cursor: pointer;
    position: relative;
    background-color: #172154;
    color: #fff;
    padding: 14px;
    box-sizing: border-box;
    height: 80px; }
    .teaser-container > .teaser-simple > h3, form fieldset .teaser-container > .teaser-simple > legend {
      margin: 0; }
      @media screen and (max-width: 768px) {
        .teaser-container > .teaser-simple > h3, form fieldset .teaser-container > .teaser-simple > legend {
          width: calc(100% - 90px);
          font-size: 1em; } }
    .teaser-container > .teaser-simple > .price-container {
      position: absolute;
      bottom: 14px;
      right: 14px; }
      .teaser-container > .teaser-simple > .price-container > .price {
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .teaser-container > .teaser-simple > .price-container > .price {
            font-size: 24px;
            height: 24px;
            line-height: 24px; } }
        @media screen and (min-width: 769px) {
          .teaser-container > .teaser-simple > .price-container > .price {
            font-size: 36px;
            height: 36px;
            line-height: 36px; } }
    .teaser-container > .teaser-simple > .footnote {
      display: block; }
  .teaser-container .teaser-1, .teaser-container .teaser-2, .teaser-container .teaser-3 {
    height: 200px;
    position: relative;
    box-sizing: border-box; }
    .teaser-container .teaser-1 h3, .teaser-container .teaser-1 form fieldset legend, form fieldset .teaser-container .teaser-1 legend, .teaser-container .teaser-2 h3, .teaser-container .teaser-2 form fieldset legend, form fieldset .teaser-container .teaser-2 legend, .teaser-container .teaser-3 h3, .teaser-container .teaser-3 form fieldset legend, form fieldset .teaser-container .teaser-3 legend {
      margin: 0 0 14px; }
    .teaser-container .teaser-1 button, .teaser-container .teaser-1 .button, .teaser-container .teaser-2 button, .teaser-container .teaser-2 .button, .teaser-container .teaser-3 button, .teaser-container .teaser-3 .button {
      position: absolute;
      right: 14px;
      bottom: 14px; }
    .teaser-container .teaser-1 > .teaser-label, .teaser-container .teaser-2 > .teaser-label, .teaser-container .teaser-3 > .teaser-label {
      margin: 0 0 14px;
      width: 35%;
      font-weight: 500; }
    .teaser-container .teaser-1.full-width, .teaser-container .teaser-2.full-width, .teaser-container .teaser-3.full-width {
      width: 100%; }
    @media screen and (min-width: 769px) {
      .teaser-container .teaser-1, .teaser-container .teaser-2, .teaser-container .teaser-3 {
        float: left; } }
    .teaser-container .teaser-1 .text, .teaser-container .teaser-2 .text, .teaser-container .teaser-3 .text {
      color: #666;
      font-size: .8em;
      width: 50%; }
    .teaser-container .teaser-1.with-image, .teaser-container .teaser-2.with-image, .teaser-container .teaser-3.with-image {
      background-position: right;
      background-repeat: no-repeat; }
  @media screen and (min-width: 769px) {
    .teaser-container .teaser-2 {
      width: calc(50% - 7px); } }
  @media screen and (min-width: 769px) {
    .teaser-container .teaser-3 {
      width: calc(33.3333333333% - 9.3333333333px); } }

.message-key-visible {
  position: relative; }
  .message-key-visible message-key {
    color: #172154;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    border: 1px dashed; }
    .message-key-visible message-key:hover {
      opacity: 0; }

.fds {
  font-style: italic;
  font-weight: 600; }
  .fds > .fd {
    font-weight: 500; }

.date-picker-date-time {
  position: absolute; }

[date-picker-wrapper] {
  position: relative !important;
  display: block; }

[date-time-append] [date-picker] {
  position: relative;
  margin-right: -1000px;
  margin-bottom: -1000px; }

[date-range] [date-picker] .after.before {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #499dcd repeat-x; }
  [date-range] [date-picker] .after.before:hover, [date-range] [date-picker] .after.before:active, [date-range] [date-picker] .after.before.active, [date-range] [date-picker] .after.before.disabled, [date-range] [date-picker] .after.before[disabled] {
    color: #ffffff;
    background-color: #2f6ab4;
    *background-color: #2a5ea0; }
  [date-range] [date-picker] .after.before:active, [date-range] [date-picker] .after.before.active {
    background-color: #24528c \9; }

[date-picker] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  [date-picker].hidden {
    display: none; }
  [date-picker] table {
    margin: 0;
    width: 100%; }
  [date-picker] td, [date-picker] th {
    padding: 4px 5px;
    text-align: center;
    width: 20px;
    height: 20px; }
  [date-picker] .switch {
    width: 145px; }
  [date-picker] span {
    display: block;
    width: 23%;
    height: 26px;
    line-height: 25px;
    float: left;
    margin: 1%; }
    [date-picker] span:hover {
      background: #eeeeee; }
    [date-picker] span.disabled {
      background: none;
      color: #999999; }
      [date-picker] span.disabled:hover {
        background: none;
        color: #999999; }
  [date-picker] td > span.active {
    background: #6b1544;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  [date-picker] td > span:hover {
    color: #8c1b59; }
  [date-picker] td > span.active:active, [date-picker] td > span .now:active, [date-picker] td > span .active.active {
    background-color: #003399 \9; }
  [date-picker] td > span.after, [date-picker] td > span.before, [date-picker] td > span.disabled {
    cursor: default !important;
    color: #ccc;
    background-color: #fff; }
  [date-picker] td > span.now {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #b9bccb; }
    [date-picker] td > span.now.active {
      background-color: #003399 \9; }
    [date-picker] td > span.now:active, [date-picker] td > span.now.active {
      background-color: #e9712d \9; }
  [date-picker] [ng-switch-when="year"] span, [date-picker] [ng-switch-when="month"] span, [date-picker] [ng-switch-when="minutes"] span {
    height: 54px;
    line-height: 54px; }
  [date-picker] [ng-switch-when="date"] td {
    padding: 0;
    width: 14.2857142857%; }
  [date-picker] [ng-switch-when="date"] span {
    width: 100%;
    height: 26px;
    line-height: 26px; }
  [date-picker] th:hover, [date-picker] [ng-switch-when="date"] td span:hover {
    background: #eeeeee;
    cursor: pointer; }

.ngdialog-overlay {
  background: rgba(0, 0, 0, 0.7); }

@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); } }

@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px); } }

.ngdialog {
  padding-bottom: 10vh;
  padding-top: 10vh; }
  .ngdialog .ngdialog-closing .ngdialog-content {
    -webkit-animation: ngdialog-flyout .5s;
            animation: ngdialog-flyout .5s; }
  .ngdialog .ngdialog-content {
    max-width: 490px;
    min-width: 320px;
    -webkit-animation: ngdialog-flyin .5s;
            animation: ngdialog-flyin .5s;
    margin: 0 auto;
    padding: 14px;
    position: relative; }
    .ngdialog .ngdialog-content .error-message {
      font-size: 0.85em;
      color: gray;
      background-color: #efefef;
      padding: 5px;
      border-radius: 5px; }
      .ngdialog .ngdialog-content .error-message .error-message-txt {
        margin: 0;
        padding: 5px; }
    .ngdialog .ngdialog-content h3, .ngdialog .ngdialog-content form fieldset legend, form fieldset .ngdialog .ngdialog-content legend {
      margin: 0 0 14px;
      color: #172154; }
    .ngdialog .ngdialog-content ul > li {
      color: #666;
      font-size: .9em; }
    .ngdialog .ngdialog-content p {
      color: #666;
      font-size: .9em; }
    .ngdialog .ngdialog-content form fieldset {
      padding: 0; }
      .ngdialog .ngdialog-content form fieldset span {
        color: #8b90a9; }
    .ngdialog .ngdialog-content .button-group, .ngdialog .ngdialog-content button-group {
      height: auto;
      line-height: initial;
      margin-top: 28px;
      margin-bottom: 0; }
      .ngdialog .ngdialog-content .button-group button, .ngdialog .ngdialog-content .button-group .button, .ngdialog .ngdialog-content button-group button, .ngdialog .ngdialog-content button-group .button {
        min-width: 0; }
    .ngdialog .ngdialog-content button-group {
      min-height: 0; }
      .ngdialog .ngdialog-content button-group button {
        width: auto; }
  .ngdialog.address-book h2 {
    margin: 16px 0 30px; }
  .ngdialog.address-book address-book section.address-book > ul {
    min-height: 0;
    max-height: calc(75vh - 218px); }
  .ngdialog.activate-parcel-box-dialog p:first-child {
    margin-top: 0; }
  .ngdialog.activate-parcel-box-dialog edit-sra {
    margin-top: 14px; }
  .ngdialog.add-or-edit-address edit-address {
    max-height: calc(75vh - 142px);
    overflow-y: auto; }
    .ngdialog.add-or-edit-address edit-address select, .ngdialog.add-or-edit-address edit-address .box-left {
      width: 100%; }
  .ngdialog.parcel-shop-details {
    color: #666; }
    .ngdialog.parcel-shop-details section {
      padding: 14px 0; }
      .ngdialog.parcel-shop-details section h4 {
        font-weight: 500; }
      @media screen and (min-width: 481px) {
        .ngdialog.parcel-shop-details section {
          width: calc(50% - 21px);
          float: left; } }
      @media screen and (min-width: 481px) {
        .ngdialog.parcel-shop-details section.times, .ngdialog.parcel-shop-details section.distance {
          float: right; } }
      .ngdialog.parcel-shop-details section.times .day-times {
        clear: both; }
        .ngdialog.parcel-shop-details section.times .day-times .time {
          float: right;
          clear: right; }
      .ngdialog.parcel-shop-details section.contact {
        clear: both; }
      .ngdialog.parcel-shop-details section > p, .ngdialog.parcel-shop-details section > h4 {
        margin: 0; }
  .ngdialog.packaging-tips section.content > p:last-child {
    margin-bottom: 0; }
  .ngdialog.login-dialog #register, .ngdialog.login-dialog #resend-password {
    clear: right;
    float: right;
    height: 34px;
    line-height: 34px; }
  .ngdialog.login-dialog .remember-me {
    float: left;
    width: auto; }
  .ngdialog.parcel-prices h1 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
    margin-top: 14px;
    margin-bottom: 28px; }
  .ngdialog.parcel-prices table {
    width: 100%;
    margin-bottom: 14px; }
    .ngdialog.parcel-prices table colgroup col.size, .ngdialog.parcel-prices table colgroup col.price {
      max-width: 25%; }
    .ngdialog.parcel-prices table caption {
      text-align: left;
      border-top: 1px solid #172154;
      border-bottom: 1px solid #172154;
      color: #172154;
      padding: 7px; }
    .ngdialog.parcel-prices table td {
      padding: 7px 14px; }
      @media screen and (max-width: 640px) {
        .ngdialog.parcel-prices table td {
          display: block; } }
      @media screen and (max-width: 640px) {
        .ngdialog.parcel-prices table td span {
          float: left;
          width: calc(50% - 7px);
          text-align: left; } }
      .ngdialog.parcel-prices table td span.label {
        color: #666;
        margin-right: 14px;
        clear: left; }
        .ngdialog.parcel-prices table td span.label::after {
          content: ":"; }
        @media screen and (min-width: 641px) {
          .ngdialog.parcel-prices table td span.label {
            display: none; } }
    .ngdialog.parcel-prices table thead {
      color: #666; }
      @media screen and (max-width: 640px) {
        .ngdialog.parcel-prices table thead {
          display: none; } }
      .ngdialog.parcel-prices table thead td {
        text-align: center;
        vertical-align: top; }
    .ngdialog.parcel-prices table tbody tr:nth-child(odd) {
      background-color: #e7e8ee;
      border-top: 1px solid #172154;
      border-bottom: 1px solid #172154; }
    .ngdialog.parcel-prices table tbody td {
      text-align: center; }
  .ngdialog.parcel-prices p {
    margin: 0; }
  .ngdialog.parcel-prices sup {
    top: -0.4em; }
  .ngdialog.parcel-prices h2 {
    font-size: 1em;
    margin: 14px 0 7px 0; }
  .ngdialog.parcel-prices .actions {
    margin-top: 28px; }
    .ngdialog.parcel-prices .actions a {
      float: left; }
    .ngdialog.parcel-prices .actions button {
      float: right; }
  .ngdialog.carousel .ngdialog-content {
    max-width: 996px;
    padding: 0; }
  .ngdialog.carousel button.close {
    background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2018%2018%22%20enable-background%3D%22new%200%200%2018%2018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20width%3D%2218%22%20height%3D%2218%22%20y%3D%22289%22%20x%3D%22-412%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236b1544%22%20points%3D%2218%2C1.4%2016.6%2C0%209%2C7.6%201.4%2C0%200%2C1.4%207.6%2C9%200%2C16.6%201.4%2C18%209%2C10.4%2016.6%2C18%2018%2C16.6%2010.4%2C9%20%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 50% 50%;
    background-color: transparent;
    position: absolute;
    top: 14px;
    right: 8px;
    width: 30px;
    height: 30px;
    z-index: 1000; }
  .ngdialog.carousel.with-paddings .ngdialog-content {
    padding: 0 46px 38px; }
  .ngdialog.parcel-shop-dialog h2 {
    margin-top: 14px; }
    @media screen and (max-width: 640px) {
      .ngdialog.parcel-shop-dialog h2 {
        margin-bottom: 0; } }
  .ngdialog.parcel-shop-dialog .ngdialog-content {
    width: 100%;
    max-width: 1000px;
    height: 100%; }
    .ngdialog.parcel-shop-dialog .ngdialog-content .button-group {
      margin-top: 5px; }
  .ngdialog.parcel-shop-dialog #parcel-shop-finder-content {
    height: calc(100% - 120px) !important; }
    @media screen and (max-width: 640px) {
      .ngdialog.parcel-shop-dialog #parcel-shop-finder-content parcel-shops-list {
        height: 69% !important; } }
  @media screen and (max-width: 640px) {
    .ngdialog.parcel-shop-dialog parcel-shops-map {
      height: 69% !important; } }
  @media screen and (max-width: 640px) {
    .ngdialog.parcel-shop-dialog p .button-group {
      margin-top: 0; } }
  @media screen and (max-width: 640px) {
    .ngdialog {
      padding-top: 3vh;
      padding-bottom: 3vh; } }
  .ngdialog.zipCodeChecker-dialog .ngdialog-content {
    max-width: 800px; }
    .ngdialog.zipCodeChecker-dialog .ngdialog-content .info {
      margin-bottom: 24px;
      margin-top: 35px; }
    .ngdialog.zipCodeChecker-dialog .ngdialog-content hint {
      width: calc(70% - 21px); }
    .ngdialog.zipCodeChecker-dialog .ngdialog-content .input-container {
      float: left;
      width: calc(30% - 21px); }
    .ngdialog.zipCodeChecker-dialog .ngdialog-content error {
      margin-top: 12px; }
  .ngdialog.neighbour-zipCodeChecker-dialog .info {
    margin-bottom: 24px;
    margin-top: 35px; }
  .ngdialog.neighbour-zipCodeChecker-dialog .input-container {
    width: 40%; }
  .ngdialog.neighbour-zipCodeChecker-dialog error {
    margin-top: 12px; }
  .ngdialog.liveTracking-dialog .ngdialog-content {
    width: 100%;
    max-width: 1000px;
    height: 100%; }
    .ngdialog.liveTracking-dialog .ngdialog-content .button-group {
      margin-top: 10px; }
    .ngdialog.liveTracking-dialog .ngdialog-content .section {
      margin-bottom: 12px; }
    .ngdialog.liveTracking-dialog .ngdialog-content .live-tracking-content {
      height: calc(100% - 205px) !important; }
  .ngdialog.liveTracking-dialog .btn-refresh i {
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: inline-block;
    float: left;
    margin-right: 6px; }
  .ngdialog.liveTrackingStatus-dialog .ngdialog-content {
    width: 100%;
    max-width: 600px; }
  .ngdialog.liveTrackingStatus-dialog .status-content .info {
    padding-top: 12px;
    width: 70%;
    word-wrap: break-word;
    display: inline-block;
    float: left; }
    .ngdialog.liveTrackingStatus-dialog .status-content .info hint {
      float: left;
      width: 100%;
      margin-top: 32px; }
  .ngdialog.liveTrackingStatus-dialog .status-content .status-thumbnail {
    width: 30%;
    display: inline-block;
    text-align: center; }
    .ngdialog.liveTrackingStatus-dialog .status-content .status-thumbnail i {
      display: inline-block;
      width: 128px;
      height: 128px;
      background-size: 128px;
      margin-right: 14px; }

footer#page-footer {
  background-color: #fff;
  color: #666;
  padding-top: 30px; }
  footer#page-footer > nav {
    margin: 0 auto 50px auto;
    max-width: 1024px;
    min-width: 320px; }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      footer#page-footer > nav {
        max-width: 480px; } }
    @media screen and (min-width: 769px) and (max-width: 1024px) {
      footer#page-footer > nav {
        margin: 0 14px; } }
    footer#page-footer > nav > ul {
      float: left;
      width: 100%; }
      footer#page-footer > nav > ul > li {
        line-height: 0.7rem;
        margin: 10px 12px; }
        footer#page-footer > nav > ul > li:first-child {
          font-size: .8em;
          font-weight: 600;
          height: 39px;
          line-height: 1rem; }
        footer#page-footer > nav > ul > li > a {
          margin: 0; }
      @media screen and (max-width: 480px) {
        footer#page-footer > nav > ul {
          border-top: 1px solid #b9bccb; }
          footer#page-footer > nav > ul:last-of-type {
            border-bottom: 1px solid #b9bccb; }
          footer#page-footer > nav > ul.expandable > li:first-child {
            cursor: pointer;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none; }
            footer#page-footer > nav > ul.expandable > li:first-child::after {
              background-position-y: center;
              background-repeat: no-repeat;
              background-size: 13px 8px;
              width: 13px;
              height: 100%;
              content: '';
              float: right;
              -webkit-transition: -webkit-transform 0.3s ease-in-out;
                      transition: transform 0.3s ease-in-out; }
          footer#page-footer > nav > ul.expanded > li:first-child::after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
          footer#page-footer > nav > ul.expanded > li:last-child {
            margin-bottom: 6px; } }
      @media screen and (min-width: 481px) {
        footer#page-footer > nav > ul {
          width: 50%;
          margin-bottom: 45px; } }
      @media screen and (min-width: 769px) {
        footer#page-footer > nav > ul {
          width: 25%; }
          footer#page-footer > nav > ul > li:first-child {
            margin-top: 0; } }
      @media screen and (min-width: 1025px) {
        footer#page-footer > nav > ul {
          width: 16.6666666667%; } }
    footer#page-footer > nav > .qualityseal {
      max-width: 78.5px;
      box-sizing: border-box;
      float: right;
      clear: left;
      padding: 14px 0 0 14px; }
      @media screen and (min-width: 1025px) {
        footer#page-footer > nav > .qualityseal {
          padding: 14px 14px 0 0;
          float: right;
          clear: none; } }
    footer#page-footer > nav > aside {
      max-width: 199px;
      box-sizing: border-box;
      float: right;
      clear: right;
      width: 100%;
      padding: 14px 0 0 14px; }
      @media screen and (min-width: 481px) {
        footer#page-footer > nav > aside {
          padding: 14px 0 0 14px; } }
      @media screen and (min-width: 1025px) {
        footer#page-footer > nav > aside {
          float: right;
          padding: 14px 14px 0 0;
          width: 25%;
          clear: none; } }
      footer#page-footer > nav > aside .landing-seal, footer#page-footer > nav > aside .landing-social {
        float: left; }
      footer#page-footer > nav > aside .landing-seal {
        width: 55.1351351351%; }
      footer#page-footer > nav > aside .landing-social {
        width: 16.7567567568%;
        margin-left: 0;
        margin-right: 6px; }
      footer#page-footer > nav > aside .contact {
        color: #fff;
        padding: 14px;
        background-color: #454D76;
        margin-bottom: 14px;
        height: auto; }
        footer#page-footer > nav > aside .contact > * {
          margin: 0;
          line-height: 1.2rem; }
        footer#page-footer > nav > aside .contact > .dhead3 {
          font-size: .9rem;
          font-weight: bold; }
        footer#page-footer > nav > aside .contact h3, footer#page-footer > nav > aside .contact form fieldset legend, form fieldset footer#page-footer > nav > aside .contact legend {
          font-size: .9rem; }
        footer#page-footer > nav > aside .contact a {
          color: #fff;
          margin: 0; }
        footer#page-footer > nav > aside .contact a[href^="mailto"] {
          font-size: .6rem; }
        footer#page-footer > nav > aside .contact a[href^="http"] {
          font-size: .6rem; }
        footer#page-footer > nav > aside .contact p {
          font-size: .8rem;
          margin: 0; }

form select, .form select, pickup-date .pickup-date-toggle, form input, .form input, form textarea, .form textarea {
  border-radius: 0;
  background-color: white;
  padding: 0 14px;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  width: 100%;
  font-size: 1em;
  border: 1px solid #b9bccb;
  color: #172154;
  -webkit-transition: border 0.3s ease-in-out;
          transition: border 0.3s ease-in-out;
  font-weight: 600; }
  form select::-webkit-input-placeholder, .form select::-webkit-input-placeholder, pickup-date .pickup-date-toggle::-webkit-input-placeholder, form input::-webkit-input-placeholder, .form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
    color: #8b90a9;
    font-weight: 600; }
  form select::-moz-placeholder, .form select::-moz-placeholder, pickup-date .pickup-date-toggle::-moz-placeholder, form input::-moz-placeholder, .form input::-moz-placeholder, form textarea::-moz-placeholder, .form textarea::-moz-placeholder {
    color: #8b90a9;
    font-weight: 600; }
  form select:-ms-input-placeholder, .form select:-ms-input-placeholder, pickup-date .pickup-date-toggle:-ms-input-placeholder, form input:-ms-input-placeholder, .form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
    color: #8b90a9;
    font-weight: 600; }
  form select::placeholder, .form select::placeholder, pickup-date .pickup-date-toggle::placeholder, form input::placeholder, .form input::placeholder, form textarea::placeholder, .form textarea::placeholder {
    color: #8b90a9;
    font-weight: 600; }
  form select:focus, .form select:focus, pickup-date .pickup-date-toggle:focus, form input:focus, .form input:focus, form textarea:focus, .form textarea:focus {
    color: #172154;
    border-color: #172154; }
  form select.ng-invalid-required, .form select.ng-invalid-required, pickup-date .ng-invalid-required.pickup-date-toggle, form input.ng-invalid-required, .form input.ng-invalid-required, form textarea.ng-invalid-required, .form textarea.ng-invalid-required {
    border-color: #172154; }
  form select[disabled], .form select[disabled], pickup-date .pickup-date-toggle[disabled], form input[disabled], .form input[disabled], form textarea[disabled], .form textarea[disabled] {
    background-color: #f6f6f8; }
  form select ~ error, .form select ~ error, pickup-date .pickup-date-toggle ~ error, form input ~ error, .form input ~ error, form textarea ~ error, .form textarea ~ error {
    margin-top: 10px; }
    form select ~ error.ng-enter, .form select ~ error.ng-enter, pickup-date .pickup-date-toggle ~ error.ng-enter, form input ~ error.ng-enter, .form input ~ error.ng-enter, form textarea ~ error.ng-enter, .form textarea ~ error.ng-enter {
      -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      opacity: 0; }
    form select ~ error.ng-enter-active, .form select ~ error.ng-enter-active, pickup-date .pickup-date-toggle ~ error.ng-enter-active, form input ~ error.ng-enter-active, .form input ~ error.ng-enter-active, form textarea ~ error.ng-enter-active, .form textarea ~ error.ng-enter-active {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    form select ~ error.ng-leave, .form select ~ error.ng-leave, pickup-date .pickup-date-toggle ~ error.ng-leave, form input ~ error.ng-leave, .form input ~ error.ng-leave, form textarea ~ error.ng-leave, .form textarea ~ error.ng-leave {
      -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    form select ~ error.ng-leave-active, .form select ~ error.ng-leave-active, pickup-date .pickup-date-toggle ~ error.ng-leave-active, form input ~ error.ng-leave-active, .form input ~ error.ng-leave-active, form textarea ~ error.ng-leave-active, .form textarea ~ error.ng-leave-active {
      opacity: 0;
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }

form select, .form select, pickup-date .pickup-date-toggle {
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22611.949px%22%20height%3D%22611.949px%22%20viewBox%3D%220%200%20611.949%20611.949%22%20style%3D%22enable-background%3Anew%200%200%20611.949%20611.949%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%20id%3D%22interface_-_arrow_bottom%22%3E%3Cg%3E%3Cpath%20d%3D%22M604.925%2C134.423c-9.5-9.5-24.9-9.5-34.4%2C0l-264.6%2C289.001l-264.4-288.901c-9.5-9.5-24.9-9.5-34.4%2C0s-9.5%2C24.9%2C0%2C34.5%20l275.4%2C300.8c1.2%2C2.9%2C2.9%2C5.601%2C5.2%2C7.9c5%2C5%2C11.6%2C7.2%2C18.1%2C6.899c6.6%2C0.301%2C13.299-1.899%2C18.299-6.899%20c2.4-2.4%2C4.2-5.101%2C5.301-8.101l275.3-300.8C614.324%2C159.423%2C614.324%2C144.023%2C604.925%2C134.423z%22%20fill%3D%22%23172154%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 12px;
  background-size: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 46px 0 10px;
  line-height: 40px; }
  @media screen and (max-width: 320px) {
    form select, .form select, pickup-date .pickup-date-toggle {
      background-size: 16px; } }
  form select[disabled], .form select[disabled], pickup-date .pickup-date-toggle[disabled] {
    background-image: none; }
  form select::-ms-expand, .form select::-ms-expand, pickup-date .pickup-date-toggle::-ms-expand {
    display: none; }
  form select.without-placeholder.ng-invalid, .form select.without-placeholder.ng-invalid, pickup-date .without-placeholder.ng-invalid.pickup-date-toggle, form select.placeholder-selected, .form select.placeholder-selected, pickup-date .placeholder-selected.pickup-date-toggle {
    color: #8b90a9; }
    form select.without-placeholder.ng-invalid option, .form select.without-placeholder.ng-invalid option, pickup-date .without-placeholder.ng-invalid.pickup-date-toggle option, form select.placeholder-selected option, .form select.placeholder-selected option, pickup-date .placeholder-selected.pickup-date-toggle option {
      color: black; }
  form select.without-placeholder > option:first-child, .form select.without-placeholder > option:first-child, pickup-date .without-placeholder.pickup-date-toggle > option:first-child {
    display: none; }

form.ng-submitted .ng-invalid, form .ng-invalid.ng-touched.ng-dirty, form .form.ng-submitted .ng-invalid, .form.ng-submitted form .ng-invalid, form .form .ng-invalid.ng-touched.ng-dirty, .form form .ng-invalid.ng-touched.ng-dirty, form input[type=checkbox].ng-invalid.ng-touched.ng-dirty + label::before, form input[type=radio].ng-invalid.ng-touched.ng-dirty + label::before, form .form input[type=checkbox].ng-invalid.ng-touched.ng-dirty + label::before, .form form input[type=checkbox].ng-invalid.ng-touched.ng-dirty + label::before, form .form input[type=radio].ng-invalid.ng-touched.ng-dirty + label::before, .form form input[type=radio].ng-invalid.ng-touched.ng-dirty + label::before, form.ng-submitted input[type=checkbox].ng-invalid-required + label::before, form.ng-submitted input[type=radio].ng-invalid-required + label::before, form .form.ng-submitted input[type=checkbox].ng-invalid-required + label::before, .form.ng-submitted form input[type=checkbox].ng-invalid-required + label::before, form .form.ng-submitted input[type=radio].ng-invalid-required + label::before, .form.ng-submitted form input[type=radio].ng-invalid-required + label::before, .form form.ng-submitted .ng-invalid, form.ng-submitted .form .ng-invalid, .form.ng-submitted .ng-invalid, .form .ng-invalid.ng-touched.ng-dirty, .form form input[type=checkbox].ng-invalid.ng-touched.ng-dirty + label::before, .form form input[type=radio].ng-invalid.ng-touched.ng-dirty + label::before, .form input[type=checkbox].ng-invalid.ng-touched.ng-dirty + label::before, .form input[type=radio].ng-invalid.ng-touched.ng-dirty + label::before, .form form.ng-submitted input[type=checkbox].ng-invalid-required + label::before, form.ng-submitted .form input[type=checkbox].ng-invalid-required + label::before, .form form.ng-submitted input[type=radio].ng-invalid-required + label::before, form.ng-submitted .form input[type=radio].ng-invalid-required + label::before, .form.ng-submitted input[type=checkbox].ng-invalid-required + label::before, .form.ng-submitted input[type=radio].ng-invalid-required + label::before {
  border-color: #6b1544;
  border-width: 3px; }

form.ng-submitted .ng-invalid::-webkit-input-placeholder, form .ng-invalid.ng-touched.ng-dirty::-webkit-input-placeholder, .form.ng-submitted .ng-invalid::-webkit-input-placeholder, .form .ng-invalid.ng-touched.ng-dirty::-webkit-input-placeholder {
  color: #6b1544;
  font-weight: 600; }

form.ng-submitted .ng-invalid::-moz-placeholder, form .ng-invalid.ng-touched.ng-dirty::-moz-placeholder, .form.ng-submitted .ng-invalid::-moz-placeholder, .form .ng-invalid.ng-touched.ng-dirty::-moz-placeholder {
  color: #6b1544;
  font-weight: 600; }

form.ng-submitted .ng-invalid:-ms-input-placeholder, form .ng-invalid.ng-touched.ng-dirty:-ms-input-placeholder, .form.ng-submitted .ng-invalid:-ms-input-placeholder, .form .ng-invalid.ng-touched.ng-dirty:-ms-input-placeholder {
  color: #6b1544;
  font-weight: 600; }

form.ng-submitted .ng-invalid::placeholder, form .ng-invalid.ng-touched.ng-dirty::placeholder, .form.ng-submitted .ng-invalid::placeholder, .form .ng-invalid.ng-touched.ng-dirty::placeholder {
  color: #6b1544;
  font-weight: 600; }

form:not(.ng-submitted) error:not(.immediate), .form:not(.ng-submitted) error:not(.immediate) {
  display: none; }

form .ng-invalid.ng-touched.ng-dirty ~ error, .form .ng-invalid.ng-touched.ng-dirty ~ error {
  display: block; }

form fieldset, .form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  min-width: 230px; }
  form fieldset:not(:last-of-type), .form fieldset:not(:last-of-type) {
    margin-bottom: 14px; }
  form fieldset p, .form fieldset p {
    margin: 0;
    width: 100%; }
    form fieldset p:not(:last-child), .form fieldset p:not(:last-child) {
      margin-bottom: 14px; }
    form fieldset p:not(.checkbox-radio-wrapper) > label > input:not([type="checkbox"]),
    form fieldset p:not(.checkbox-radio-wrapper) > label > input:not([type="radio"]), .form fieldset p:not(.checkbox-radio-wrapper) > label > input:not([type="checkbox"]),
    .form fieldset p:not(.checkbox-radio-wrapper) > label > input:not([type="radio"]) {
      display: inline-block;
      width: 100%; }

form label, .form label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

form input.inline-text, .form input.inline-text {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
  form input.inline-text:not(:focus), .form input.inline-text:not(:focus) {
    border-color: transparent;
    padding-left: 0; }

form select:-moz-focusring, .form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

form input[type=checkbox], form input[type=radio], .form input[type=checkbox], .form input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute; }
  form input[type=checkbox] + label, form input[type=radio] + label, .form input[type=checkbox] + label, .form input[type=radio] + label {
    position: relative;
    display: block;
    padding-left: 64px;
    line-height: 40px;
    color: #8b90a9;
    -webkit-transition: color 0.3s;
            transition: color 0.3s;
    font-weight: 600; }
    @media screen and (min-width: 321px) {
      form input[type=checkbox] + label, form input[type=radio] + label, .form input[type=checkbox] + label, .form input[type=radio] + label {
        line-height: 50px; } }
    form input[type=checkbox] + label:focus, form input[type=checkbox] + label:hover, form input[type=radio] + label:focus, form input[type=radio] + label:hover, .form input[type=checkbox] + label:focus, .form input[type=checkbox] + label:hover, .form input[type=radio] + label:focus, .form input[type=radio] + label:hover {
      color: #172154; }
    form input[type=checkbox] + label::before, form input[type=radio] + label::before, .form input[type=checkbox] + label::before, .form input[type=radio] + label::before {
      position: absolute;
      top: 0;
      left: 0;
      background: white;
      cursor: pointer;
      display: inline-block;
      width: 40px;
      height: 40px;
      box-sizing: border-box;
      border: 1px solid #b9bccb;
      content: "";
      float: left;
      -webkit-transition: background-color 0.3s;
              transition: background-color 0.3s; }
      @media screen and (min-width: 321px) {
        form input[type=checkbox] + label::before, form input[type=radio] + label::before, .form input[type=checkbox] + label::before, .form input[type=radio] + label::before {
          width: 50px;
          height: 50px; } }
  form input[type=checkbox].slim + label, form .teaser-container .teaser-1 input.button[type=checkbox] + label, .teaser-container .teaser-1 form input.button[type=checkbox] + label, form .teaser-container .teaser-2 input.button[type=checkbox] + label, .teaser-container .teaser-2 form input.button[type=checkbox] + label, form .teaser-container .teaser-3 input.button[type=checkbox] + label, .teaser-container .teaser-3 form input.button[type=checkbox] + label, form .ngdialog .ngdialog-content .button-group input.button[type=checkbox] + label, .ngdialog .ngdialog-content .button-group form input.button[type=checkbox] + label, form .ngdialog .ngdialog-content button-group input.button[type=checkbox] + label, .ngdialog .ngdialog-content button-group form input.button[type=checkbox] + label, form #history .parcel .actions input.button[type=checkbox] + label, #history .parcel .actions form input.button[type=checkbox] + label, form input[type=radio].slim + label, form .teaser-container .teaser-1 input.button[type=radio] + label, .teaser-container .teaser-1 form input.button[type=radio] + label, form .teaser-container .teaser-2 input.button[type=radio] + label, .teaser-container .teaser-2 form input.button[type=radio] + label, form .teaser-container .teaser-3 input.button[type=radio] + label, .teaser-container .teaser-3 form input.button[type=radio] + label, form .ngdialog .ngdialog-content .button-group input.button[type=radio] + label, .ngdialog .ngdialog-content .button-group form input.button[type=radio] + label, form .ngdialog .ngdialog-content button-group input.button[type=radio] + label, .ngdialog .ngdialog-content button-group form input.button[type=radio] + label, form #history .parcel .actions input.button[type=radio] + label, #history .parcel .actions form input.button[type=radio] + label, .form input[type=checkbox].slim + label, .form .teaser-container .teaser-1 input.button[type=checkbox] + label, .teaser-container .teaser-1 .form input.button[type=checkbox] + label, .form .teaser-container .teaser-2 input.button[type=checkbox] + label, .teaser-container .teaser-2 .form input.button[type=checkbox] + label, .form .teaser-container .teaser-3 input.button[type=checkbox] + label, .teaser-container .teaser-3 .form input.button[type=checkbox] + label, .form .ngdialog .ngdialog-content .button-group input.button[type=checkbox] + label, .ngdialog .ngdialog-content .button-group .form input.button[type=checkbox] + label, .form .ngdialog .ngdialog-content button-group input.button[type=checkbox] + label, .ngdialog .ngdialog-content button-group .form input.button[type=checkbox] + label, .form #history .parcel .actions input.button[type=checkbox] + label, #history .parcel .actions .form input.button[type=checkbox] + label, .form input[type=radio].slim + label, .form .teaser-container .teaser-1 input.button[type=radio] + label, .teaser-container .teaser-1 .form input.button[type=radio] + label, .form .teaser-container .teaser-2 input.button[type=radio] + label, .teaser-container .teaser-2 .form input.button[type=radio] + label, .form .teaser-container .teaser-3 input.button[type=radio] + label, .teaser-container .teaser-3 .form input.button[type=radio] + label, .form .ngdialog .ngdialog-content .button-group input.button[type=radio] + label, .ngdialog .ngdialog-content .button-group .form input.button[type=radio] + label, .form .ngdialog .ngdialog-content button-group input.button[type=radio] + label, .ngdialog .ngdialog-content button-group .form input.button[type=radio] + label, .form #history .parcel .actions input.button[type=radio] + label, #history .parcel .actions .form input.button[type=radio] + label {
    line-height: 34px;
    padding-left: 48px; }
    form input[type=checkbox].slim + label::before, form .teaser-container .teaser-1 input.button[type=checkbox] + label::before, .teaser-container .teaser-1 form input.button[type=checkbox] + label::before, form .teaser-container .teaser-2 input.button[type=checkbox] + label::before, .teaser-container .teaser-2 form input.button[type=checkbox] + label::before, form .teaser-container .teaser-3 input.button[type=checkbox] + label::before, .teaser-container .teaser-3 form input.button[type=checkbox] + label::before, form .ngdialog .ngdialog-content .button-group input.button[type=checkbox] + label::before, .ngdialog .ngdialog-content .button-group form input.button[type=checkbox] + label::before, form .ngdialog .ngdialog-content button-group input.button[type=checkbox] + label::before, .ngdialog .ngdialog-content button-group form input.button[type=checkbox] + label::before, form #history .parcel .actions input.button[type=checkbox] + label::before, #history .parcel .actions form input.button[type=checkbox] + label::before, form input[type=radio].slim + label::before, form .teaser-container .teaser-1 input.button[type=radio] + label::before, .teaser-container .teaser-1 form input.button[type=radio] + label::before, form .teaser-container .teaser-2 input.button[type=radio] + label::before, .teaser-container .teaser-2 form input.button[type=radio] + label::before, form .teaser-container .teaser-3 input.button[type=radio] + label::before, .teaser-container .teaser-3 form input.button[type=radio] + label::before, form .ngdialog .ngdialog-content .button-group input.button[type=radio] + label::before, .ngdialog .ngdialog-content .button-group form input.button[type=radio] + label::before, form .ngdialog .ngdialog-content button-group input.button[type=radio] + label::before, .ngdialog .ngdialog-content button-group form input.button[type=radio] + label::before, form #history .parcel .actions input.button[type=radio] + label::before, #history .parcel .actions form input.button[type=radio] + label::before, .form input[type=checkbox].slim + label::before, .form .teaser-container .teaser-1 input.button[type=checkbox] + label::before, .teaser-container .teaser-1 .form input.button[type=checkbox] + label::before, .form .teaser-container .teaser-2 input.button[type=checkbox] + label::before, .teaser-container .teaser-2 .form input.button[type=checkbox] + label::before, .form .teaser-container .teaser-3 input.button[type=checkbox] + label::before, .teaser-container .teaser-3 .form input.button[type=checkbox] + label::before, .form .ngdialog .ngdialog-content .button-group input.button[type=checkbox] + label::before, .ngdialog .ngdialog-content .button-group .form input.button[type=checkbox] + label::before, .form .ngdialog .ngdialog-content button-group input.button[type=checkbox] + label::before, .ngdialog .ngdialog-content button-group .form input.button[type=checkbox] + label::before, .form #history .parcel .actions input.button[type=checkbox] + label::before, #history .parcel .actions .form input.button[type=checkbox] + label::before, .form input[type=radio].slim + label::before, .form .teaser-container .teaser-1 input.button[type=radio] + label::before, .teaser-container .teaser-1 .form input.button[type=radio] + label::before, .form .teaser-container .teaser-2 input.button[type=radio] + label::before, .teaser-container .teaser-2 .form input.button[type=radio] + label::before, .form .teaser-container .teaser-3 input.button[type=radio] + label::before, .teaser-container .teaser-3 .form input.button[type=radio] + label::before, .form .ngdialog .ngdialog-content .button-group input.button[type=radio] + label::before, .ngdialog .ngdialog-content .button-group .form input.button[type=radio] + label::before, .form .ngdialog .ngdialog-content button-group input.button[type=radio] + label::before, .ngdialog .ngdialog-content button-group .form input.button[type=radio] + label::before, .form #history .parcel .actions input.button[type=radio] + label::before, #history .parcel .actions .form input.button[type=radio] + label::before {
      background-size: 24px !important;
      height: 34px;
      width: 34px; }
  form input[type=checkbox].very-slim + label, form input[type=radio].very-slim + label, .form input[type=checkbox].very-slim + label, .form input[type=radio].very-slim + label {
    line-height: 20px;
    padding-left: 34px; }
    form input[type=checkbox].very-slim + label::before, form input[type=radio].very-slim + label::before, .form input[type=checkbox].very-slim + label::before, .form input[type=radio].very-slim + label::before {
      background-size: 10px !important;
      height: 20px;
      width: 20px; }
  form input[type=checkbox][required] + label, form input[type=radio][required] + label, .form input[type=checkbox][required] + label, .form input[type=radio][required] + label {
    color: #172154; }
  form input[type=checkbox]:focus + label::before, form input[type=checkbox].ng-invalid-required + label::before, form input[type=radio]:focus + label::before, form input[type=radio].ng-invalid-required + label::before, .form input[type=checkbox]:focus + label::before, .form input[type=checkbox].ng-invalid-required + label::before, .form input[type=radio]:focus + label::before, .form input[type=radio].ng-invalid-required + label::before {
    border-color: #172154; }
  form input[type=checkbox]:checked + label, form input[type=radio]:checked + label, .form input[type=checkbox]:checked + label, .form input[type=radio]:checked + label {
    color: #172154; }
    form input[type=checkbox]:checked + label::before, form input[type=radio]:checked + label::before, .form input[type=checkbox]:checked + label::before, .form input[type=radio]:checked + label::before {
      background-color: #6b1544;
      background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2037.1%2025.3%22%20enable-background%3D%22new%200%200%2037.1%2025.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.1%2C1c0-0.6-0.4-1-1-1c-0.3%2C0-0.5%2C0.1-0.7%2C0.3L11.8%2C23L1.7%2C13.2C1.5%2C13%2C1.3%2C12.9%2C1%2C12.9c-0.6%2C0-1%2C0.4-1%2C1c0%2C0.3%2C0.1%2C0.5%2C0.3%2C0.7L11.1%2C25c0.2%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3L36.8%2C1.6C37%2C1.5%2C37.1%2C1.3%2C37.1%2C1z%22%2F%3E%3C%2Fsvg%3E');
      background-repeat: no-repeat;
      background-position: 4px;
      background-size: 30px;
      border-color: #6b1544; }
      @media screen and (min-width: 321px) {
        form input[type=checkbox]:checked + label::before, form input[type=radio]:checked + label::before, .form input[type=checkbox]:checked + label::before, .form input[type=radio]:checked + label::before {
          background-color: #6b1544;
          background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2037.1%2025.3%22%20enable-background%3D%22new%200%200%2037.1%2025.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.1%2C1c0-0.6-0.4-1-1-1c-0.3%2C0-0.5%2C0.1-0.7%2C0.3L11.8%2C23L1.7%2C13.2C1.5%2C13%2C1.3%2C12.9%2C1%2C12.9c-0.6%2C0-1%2C0.4-1%2C1c0%2C0.3%2C0.1%2C0.5%2C0.3%2C0.7L11.1%2C25c0.2%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3L36.8%2C1.6C37%2C1.5%2C37.1%2C1.3%2C37.1%2C1z%22%2F%3E%3C%2Fsvg%3E');
          background-repeat: no-repeat;
          background-position: 4px;
          background-size: 40px; } }
  form input[type=checkbox]:disabled + label, form input[type=radio]:disabled + label, .form input[type=checkbox]:disabled + label, .form input[type=radio]:disabled + label {
    color: #8b90a9; }
    form input[type=checkbox]:disabled + label::before, form input[type=radio]:disabled + label::before, .form input[type=checkbox]:disabled + label::before, .form input[type=radio]:disabled + label::before {
      cursor: default;
      background-color: #b689a1;
      background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2037.1%2025.3%22%20enable-background%3D%22new%200%200%2037.1%2025.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.1%2C1c0-0.6-0.4-1-1-1c-0.3%2C0-0.5%2C0.1-0.7%2C0.3L11.8%2C23L1.7%2C13.2C1.5%2C13%2C1.3%2C12.9%2C1%2C12.9c-0.6%2C0-1%2C0.4-1%2C1c0%2C0.3%2C0.1%2C0.5%2C0.3%2C0.7L11.1%2C25c0.2%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3L36.8%2C1.6C37%2C1.5%2C37.1%2C1.3%2C37.1%2C1z%22%2F%3E%3C%2Fsvg%3E');
      background-repeat: no-repeat;
      background-position: 4px;
      background-size: 30px;
      border-color: #b689a1; }
      @media screen and (min-width: 321px) {
        form input[type=checkbox]:disabled + label::before, form input[type=radio]:disabled + label::before, .form input[type=checkbox]:disabled + label::before, .form input[type=radio]:disabled + label::before {
          background-color: #b689a1;
          background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2037.1%2025.3%22%20enable-background%3D%22new%200%200%2037.1%2025.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M37.1%2C1c0-0.6-0.4-1-1-1c-0.3%2C0-0.5%2C0.1-0.7%2C0.3L11.8%2C23L1.7%2C13.2C1.5%2C13%2C1.3%2C12.9%2C1%2C12.9c-0.6%2C0-1%2C0.4-1%2C1c0%2C0.3%2C0.1%2C0.5%2C0.3%2C0.7L11.1%2C25c0.2%2C0.2%2C0.4%2C0.3%2C0.7%2C0.3c0.3%2C0%2C0.5-0.1%2C0.7-0.3L36.8%2C1.6C37%2C1.5%2C37.1%2C1.3%2C37.1%2C1z%22%2F%3E%3C%2Fsvg%3E');
          background-repeat: no-repeat;
          background-position: 4px;
          background-size: 40px; } }
  form input[type=checkbox].without-check + label, form input[type=radio].without-check + label, .form input[type=checkbox].without-check + label, .form input[type=radio].without-check + label {
    padding: 0; }
    form input[type=checkbox].without-check + label::before, form input[type=radio].without-check + label::before, .form input[type=checkbox].without-check + label::before, .form input[type=radio].without-check + label::before {
      display: none; }

form.search-form, .form.search-form {
  position: relative; }
  form.search-form:hover > .pseudo-search-button, .form.search-form:hover > .pseudo-search-button {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025.3%2025.2%22%20enable-background%3D%22new%200%200%2025.3%2025.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238c1b59%22%20d%3D%22M3.1%2C10.3c0-3.9%2C3.1-7.1%2C7-7.1s7%2C3.2%2C7%2C7.1s-3.1%2C7.1-7%2C7.1S3.1%2C14.2%2C3.1%2C10.3z%20M25.3%2C21.9l-6.4-6.5c0.8-1.5%2C1.3-3.2%2C1.3-5.1C20.2%2C4.6%2C15.7%2C0%2C10.1%2C0S0%2C4.6%2C0%2C10.3C0%2C16%2C4.5%2C20.6%2C10.1%2C20.6c2.1%2C0%2C4-0.6%2C5.6-1.8l6.3%2C6.4L25.3%2C21.9z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px; }
    @media screen and (min-width: 321px) {
      form.search-form:hover > .pseudo-search-button, .form.search-form:hover > .pseudo-search-button {
        background-color: #fff;
        background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025.3%2025.2%22%20enable-background%3D%22new%200%200%2025.3%2025.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238c1b59%22%20d%3D%22M3.1%2C10.3c0-3.9%2C3.1-7.1%2C7-7.1s7%2C3.2%2C7%2C7.1s-3.1%2C7.1-7%2C7.1S3.1%2C14.2%2C3.1%2C10.3z%20M25.3%2C21.9l-6.4-6.5c0.8-1.5%2C1.3-3.2%2C1.3-5.1C20.2%2C4.6%2C15.7%2C0%2C10.1%2C0S0%2C4.6%2C0%2C10.3C0%2C16%2C4.5%2C20.6%2C10.1%2C20.6c2.1%2C0%2C4-0.6%2C5.6-1.8l6.3%2C6.4L25.3%2C21.9z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-position: 10px;
        background-size: 30px; } }
  form.search-form .pseudo-search-button, .form.search-form .pseudo-search-button {
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025.3%2025.2%22%20enable-background%3D%22new%200%200%2025.3%2025.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M3.1%2C10.3c0-3.9%2C3.1-7.1%2C7-7.1s7%2C3.2%2C7%2C7.1s-3.1%2C7.1-7%2C7.1S3.1%2C14.2%2C3.1%2C10.3z%20M25.3%2C21.9l-6.4-6.5c0.8-1.5%2C1.3-3.2%2C1.3-5.1C20.2%2C4.6%2C15.7%2C0%2C10.1%2C0S0%2C4.6%2C0%2C10.3C0%2C16%2C4.5%2C20.6%2C10.1%2C20.6c2.1%2C0%2C4-0.6%2C5.6-1.8l6.3%2C6.4L25.3%2C21.9z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 20px;
    border-radius: 0;
    width: 40px;
    height: 34px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 3px;
    box-sizing: border-box; }
    @media screen and (min-width: 321px) {
      form.search-form .pseudo-search-button, .form.search-form .pseudo-search-button {
        background-color: #fff;
        background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025.3%2025.2%22%20enable-background%3D%22new%200%200%2025.3%2025.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M3.1%2C10.3c0-3.9%2C3.1-7.1%2C7-7.1s7%2C3.2%2C7%2C7.1s-3.1%2C7.1-7%2C7.1S3.1%2C14.2%2C3.1%2C10.3z%20M25.3%2C21.9l-6.4-6.5c0.8-1.5%2C1.3-3.2%2C1.3-5.1C20.2%2C4.6%2C15.7%2C0%2C10.1%2C0S0%2C4.6%2C0%2C10.3C0%2C16%2C4.5%2C20.6%2C10.1%2C20.6c2.1%2C0%2C4-0.6%2C5.6-1.8l6.3%2C6.4L25.3%2C21.9z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-position: 10px;
        background-size: 30px;
        width: 50px;
        height: 44px; } }
  form.search-form label.pseudo-search-button, .form.search-form label.pseudo-search-button {
    cursor: text; }
  form.search-form > input.search, .form.search-form > input.search {
    padding-right: 43px; }
    @media screen and (min-width: 321px) {
      form.search-form > input.search, .form.search-form > input.search {
        padding-right: 53px; } }
    form.search-form > input.search.ng-dirty.ng-touched + .pseudo-search-button, .form.search-form > input.search.ng-dirty.ng-touched + .pseudo-search-button {
      right: 3px; }
    form.search-form > input.search:focus + .pseudo-search-button, .form.search-form > input.search:focus + .pseudo-search-button {
      background-color: #fff;
      background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025.3%2025.2%22%20enable-background%3D%22new%200%200%2025.3%2025.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238c1b59%22%20d%3D%22M3.1%2C10.3c0-3.9%2C3.1-7.1%2C7-7.1s7%2C3.2%2C7%2C7.1s-3.1%2C7.1-7%2C7.1S3.1%2C14.2%2C3.1%2C10.3z%20M25.3%2C21.9l-6.4-6.5c0.8-1.5%2C1.3-3.2%2C1.3-5.1C20.2%2C4.6%2C15.7%2C0%2C10.1%2C0S0%2C4.6%2C0%2C10.3C0%2C16%2C4.5%2C20.6%2C10.1%2C20.6c2.1%2C0%2C4-0.6%2C5.6-1.8l6.3%2C6.4L25.3%2C21.9z%22%2F%3E%3C%2Fsvg%3E');
      background-repeat: no-repeat;
      background-position: 10px;
      background-size: 20px; }
      @media screen and (min-width: 321px) {
        form.search-form > input.search:focus + .pseudo-search-button, .form.search-form > input.search:focus + .pseudo-search-button {
          background-color: #fff;
          background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025.3%2025.2%22%20enable-background%3D%22new%200%200%2025.3%2025.2%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238c1b59%22%20d%3D%22M3.1%2C10.3c0-3.9%2C3.1-7.1%2C7-7.1s7%2C3.2%2C7%2C7.1s-3.1%2C7.1-7%2C7.1S3.1%2C14.2%2C3.1%2C10.3z%20M25.3%2C21.9l-6.4-6.5c0.8-1.5%2C1.3-3.2%2C1.3-5.1C20.2%2C4.6%2C15.7%2C0%2C10.1%2C0S0%2C4.6%2C0%2C10.3C0%2C16%2C4.5%2C20.6%2C10.1%2C20.6c2.1%2C0%2C4-0.6%2C5.6-1.8l6.3%2C6.4L25.3%2C21.9z%22%2F%3E%3C%2Fsvg%3E');
          background-repeat: no-repeat;
          background-position: 10px;
          background-size: 30px; } }

form input[type=number], .form input[type=number] {
  -moz-appearance: textfield; }
  form input[type=number]::-webkit-inner-spin-button, form input[type=number]::-webkit-outer-spin-button, .form input[type=number]::-webkit-inner-spin-button, .form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

form textarea, .form textarea {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  padding-top: 14px; }

html[data-useragent*="MSIE 9"] form select {
  padding: 0;
  margin: 0;
  background-image: none; }

.float-right {
  float: right !important; }

.bg-white {
  background-color: #FFF; }

header#page-header {
  border-bottom: 2px solid #172154;
  background-color: white; }
  header#page-header .header-logo-only {
    height: 84px; }
    @media screen and (max-width: 768px) {
      header#page-header .header-logo-only {
        height: 50px; } }
    header#page-header .header-logo-only #brand {
      padding: 0 15px;
      min-width: 250px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      header#page-header .header-logo-only #brand img {
        height: 40px; }
        @media screen and (max-width: 768px) {
          header#page-header .header-logo-only #brand img {
            height: 30px; } }
  header#page-header #brand {
    min-width: 180px; }
    header#page-header #brand img {
      height: 30px; }
  header#page-header .header {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 1em 14px 14px; }
    header#page-header .header .dropdown-menu {
      border-radius: 0; }
    header#page-header .header .dropdown-item {
      width: inherit; }
    header#page-header .header .spacer {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    header#page-header .header .nav-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      header#page-header .header .nav-menu .dropdown-item-custom:hover {
        color: #172154; }
      header#page-header .header .nav-menu .dropdown-item-custom.active {
        background-color: #747A98;
        color: white; }
      @media screen and (max-width: 768px) {
        header#page-header .header .nav-menu {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      header#page-header .header .nav-menu .nav-menu-account {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (min-width: 769px) {
          header#page-header .header .nav-menu .nav-menu-account {
            border-bottom: 1px solid #ccc;
            padding-bottom: 0.5rem; }
            header#page-header .header .nav-menu .nav-menu-account #brand img {
              height: 1.2rem; } }
        header#page-header .header .nav-menu .nav-menu-account li {
          padding-right: 1rem; }
        @media screen and (max-width: 768px) {
          header#page-header .header .nav-menu .nav-menu-account {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 100%; } }
        header#page-header .header .nav-menu .nav-menu-account .vertical-line {
          border-left: 1px solid #ccc;
          height: fill-parent;
          -webkit-align-self: stretch;
              -ms-flex-item-align: stretch;
                  align-self: stretch; }
        header#page-header .header .nav-menu .nav-menu-account ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media screen and (min-width: 769px) {
            header#page-header .header .nav-menu .nav-menu-account ul {
              min-width: 75%;
              max-width: 80%; } }
          @media screen and (min-width: 961px) {
            header#page-header .header .nav-menu .nav-menu-account ul {
              min-width: 55%;
              max-width: 60%; } }
          @media screen and (min-width: 1025px) {
            header#page-header .header .nav-menu .nav-menu-account ul {
              min-width: 55%;
              max-width: 60%; } }
          @media screen and (min-width: 1201px) {
            header#page-header .header .nav-menu .nav-menu-account ul {
              min-width: 45%;
              max-width: 50%; } }
          header#page-header .header .nav-menu .nav-menu-account ul li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
            header#page-header .header .nav-menu .nav-menu-account ul li.shopping-cart {
              -webkit-align-self: center;
                  -ms-flex-item-align: center;
                      align-self: center; }
              header#page-header .header .nav-menu .nav-menu-account ul li.shopping-cart:hover {
                color: #666; }
              header#page-header .header .nav-menu .nav-menu-account ul li.shopping-cart a i {
                top: 0.1rem; }
              header#page-header .header .nav-menu .nav-menu-account ul li.shopping-cart a:hover {
                color: #666; }
            header#page-header .header .nav-menu .nav-menu-account ul li .fa-2x {
              font-size: 1.25rem; }
            @media screen and (max-width: 960px) {
              header#page-header .header .nav-menu .nav-menu-account ul li.customer {
                max-width: 24%; } }
            @media screen and (min-width: 961px) {
              header#page-header .header .nav-menu .nav-menu-account ul li.customer {
                max-width: 40%; } }
            @media screen and (min-width: 1025px) {
              header#page-header .header .nav-menu .nav-menu-account ul li.customer {
                max-width: 60%; } }
            header#page-header .header .nav-menu .nav-menu-account ul li.customer .customer-login {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              height: 100%;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center; }
              header#page-header .header .nav-menu .nav-menu-account ul li.customer .customer-login:hover {
                color: #666; }
              header#page-header .header .nav-menu .nav-menu-account ul li.customer .customer-login span {
                height: 100%;
                padding-left: 0.4rem;
                padding-right: 0.4rem;
                font-size: 0.7rem; }
            header#page-header .header .nav-menu .nav-menu-account ul li.customer .account-link {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: end;
              -webkit-justify-content: flex-end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              min-width: 0; }
              @media screen and (max-width: 960px) {
                header#page-header .header .nav-menu .nav-menu-account ul li.customer .account-link {
                  max-width: 80%; } }
              @media screen and (min-width: 961px) {
                header#page-header .header .nav-menu .nav-menu-account ul li.customer .account-link {
                  max-width: 90%; } }
              @media screen and (min-width: 1025px) {
                header#page-header .header .nav-menu .nav-menu-account ul li.customer .account-link {
                  max-width: 100%; } }
              header#page-header .header .nav-menu .nav-menu-account ul li.customer .account-link span {
                white-space: nowrap;
                overflow-x: hidden;
                text-overflow: ellipsis;
                padding-left: 0.4rem; }
            header#page-header .header .nav-menu .nav-menu-account ul li .fa-shopping-cart {
              position: relative; }
              header#page-header .header .nav-menu .nav-menu-account ul li .fa-shopping-cart.custom-badge:after {
                content: attr(data-count);
                position: absolute;
                background: #6b1544;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                top: -0.5rem;
                right: -0.5rem;
                width: 0.7rem;
                text-align: center;
                line-height: 0.7rem;
                font-size: x-small;
                font-weight: normal;
                border-radius: 50%;
                color: white;
                border: 1px solid #6b1544; }
            header#page-header .header .nav-menu .nav-menu-account ul li language-selector {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              height: 100%;
              font-size: initial; }
              header#page-header .header .nav-menu .nav-menu-account ul li language-selector .div-country-language {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-flex: 1;
                -webkit-flex-grow: 1;
                    -ms-flex-positive: 1;
                        flex-grow: 1;
                -webkit-flex-shrink: 0;
                    -ms-flex-negative: 0;
                        flex-shrink: 0; }
                header#page-header .header .nav-menu .nav-menu-account ul li language-selector .div-country-language .form {
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex; }
                  header#page-header .header .nav-menu .nav-menu-account ul li language-selector .div-country-language .form select {
                    background-position: calc(100% - 8px);
                    color: #666;
                    font-size: 0.8em;
                    height: 100%;
                    line-height: 35px;
                    -webkit-flex-shrink: 0;
                        -ms-flex-negative: 0;
                            flex-shrink: 0;
                    width: 100%; }
                header#page-header .header .nav-menu .nav-menu-account ul li language-selector .div-country-language .language-options {
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  height: 100%;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                      -ms-flex-align: center;
                          align-items: center;
                  padding-right: 0.5rem; }
                  header#page-header .header .nav-menu .nav-menu-account ul li language-selector .div-country-language .language-options span {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                        -ms-flex-align: center;
                            align-items: center;
                    height: 100%;
                    padding-right: 0.4rem; }
                    header#page-header .header .nav-menu .nav-menu-account ul li language-selector .div-country-language .language-options span:not(:first-child) {
                      border-left: 1px solid #ccc;
                      height: 50%; }
                      header#page-header .header .nav-menu .nav-menu-account ul li language-selector .div-country-language .language-options span:not(:first-child) a {
                        padding-left: 0.4rem; }
                    header#page-header .header .nav-menu .nav-menu-account ul li language-selector .div-country-language .language-options span.active a {
                      color: #6b1544;
                      font-weight: 600; }
        header#page-header .header .nav-menu .nav-menu-account #navbar-toggle {
          background-size: 30px 22px;
          background-position: 10px 14px;
          background-repeat: no-repeat;
          float: right;
          display: inline-block;
          width: 50px;
          height: 50px;
          text-align: center;
          cursor: pointer;
          color: #172154; }
      header#page-header .header .nav-menu .nav-menu-services {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (min-width: 961px) {
          header#page-header .header .nav-menu .nav-menu-services {
            width: 60%; } }
        @media screen and (max-width: 960px) {
          header#page-header .header .nav-menu .nav-menu-services {
            width: 70%; } }
        @media screen and (min-width: 769px) {
          header#page-header .header .nav-menu .nav-menu-services {
            padding-top: 0.5rem; } }
        header#page-header .header .nav-menu .nav-menu-services .dropdown {
          min-width: 9.7rem; }
        header#page-header .header .nav-menu .nav-menu-services .dropdown-service-label {
          font-size: 1.2em; }
        header#page-header .header .nav-menu .nav-menu-services ul {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around; }
      header#page-header .header .nav-menu nav > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        margin: 0; }
        header#page-header .header .nav-menu nav > ul li {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }

parcel-shop-route > article > section.route-controls p.startPosition::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022.4%2029.6%22%20%20enable-background%3D%22new%200%200%2022.4%2029.6%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2222.4%22%20height%3D%2229.6%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-58%22%20y%3D%2255.9%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20d%3D%22M0%2C11.1C0%2C5%2C5%2C0%2C11.2%2C0s11.2%2C5%2C11.2%2C11.1s-6.9%2C15-11.1%2C18.5C6.8%2C26.2%2C0%2C17.3%2C0%2C11.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

parcel-shop-route > article > section.route-controls p.targetPosition::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2022.4%2029.6%22%20%20enable-background%3D%22new%200%200%2022.4%2029.6%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2222.4%22%20height%3D%2229.6%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-58%22%20y%3D%2255.9%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fcbf00%22%20d%3D%22M0%2C11.1C0%2C5%2C5%2C0%2C11.2%2C0s11.2%2C5%2C11.2%2C11.1s-6.9%2C15-11.1%2C18.5C6.8%2C26.2%2C0%2C17.3%2C0%2C11.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

parcel-shops-map .start-position-marker, live-tracking-map .start-position-marker {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.3%2039%22%20%20enable-background%3D%22new%200%200%2030.3%2039%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2230.3%22%20height%3D%2239%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2250.5%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23999999%22%20d%3D%22M2.3%2C15.9C2.3%2C8.2%2C8.6%2C2%2C16.3%2C2s14%2C6.2%2C14%2C13.9S21.8%2C34.7%2C16.4%2C39C10.9%2C34.8%2C2.3%2C23.6%2C2.3%2C15.9z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20d%3D%22M0%2C13.9C0%2C6.2%2C6.3%2C0%2C14%2C0s14%2C6.2%2C14%2C13.9S19.4%2C32.7%2C14.1%2C37C8.5%2C32.8%2C0%2C21.6%2C0%2C13.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

parcel-shops-map .target-position-marker, live-tracking-map .target-position-marker {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030.3%2039%22%20%20enable-background%3D%22new%200%200%2030.3%2039%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2230.3%22%20height%3D%2239%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2250.5%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23999999%22%20d%3D%22M2.3%2C15.9C2.3%2C8.2%2C8.6%2C2%2C16.3%2C2s14%2C6.2%2C14%2C13.9S21.8%2C34.7%2C16.4%2C39C10.9%2C34.8%2C2.3%2C23.6%2C2.3%2C15.9z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fcbf00%22%20d%3D%22M0%2C13.9C0%2C6.2%2C6.3%2C0%2C14%2C0s14%2C6.2%2C14%2C13.9S19.4%2C32.7%2C14.1%2C37C8.5%2C32.8%2C0%2C21.6%2C0%2C13.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

body.landing #content article#landing .layer .content .video-link-container .play-video {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2024%22%20%20enable-background%3D%22new%200%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2224%22%20height%3D%2224%22%20y%3D%2258%22%20x%3D%22-58%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Ccircle%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236B1544%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20points%3D%229%2C17%209%2C7%2018%2C12.1%20%22%2F%3E%3C%2Fsvg%3E'); }

#editParcel article#parcel-dimension .hint .dimension-image::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20166.9%20120.5%22%20enable-background%3D%22new%200%200%20166.9%20120.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23747999%22%20points%3D%2247.1%2C54.9%20140.1%2C22.2%20140.1%2C68.9%2047.1%2C111.9%20%22%2F%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%235C6288%22%20points%3D%2247.1%2C54.8%201.1%2C20.9%201.1%2C66.1%2047.1%2C111.9%20%22%2F%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23A2A6BC%22%20points%3D%2247.1%2C54.9%20140.1%2C22.2%2085.5%2C0%201.2%2C21%20%22%2F%3E%3Crect%20x%3D%22147.1%22%20y%3D%2222.9%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20width%3D%221%22%20height%3D%2244%22%2F%3E%3Crect%20x%3D%2294%22%20y%3D%2247.8%22%20transform%3D%22matrix%28-0.428%20-0.9038%200.9038%20-0.428%2046.1084%20225.9221%29%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20width%3D%221%22%20height%3D%22101.1%22%2F%3E%3Crect%20x%3D%2220.8%22%20y%3D%2267.2%22%20transform%3D%22matrix%28-0.7246%200.6892%20-0.6892%20-0.7246%20103.9429%20153.5152%29%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20width%3D%221%22%20height%3D%2260.7%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%23172053%22%20d%3D%22M52.8%2C29.9v3.3h-1.9v-3.3h-5.1l-0.3-1.6l4.8-7.8h2.4v7.6h2.1v1.7H52.8z%20M51%2C22.4L51%2C22.4l-3.6%2C5.8%20c0.9%2C0%2C3%2C0%2C3.6%2C0V22.4z%22%2F%3E%3Cpath%20fill%3D%22%23172053%22%20d%3D%22M60.5%2C30.1c-2.5%2C0-4.5-1.4-4.5-4.8c0-3.1%2C2.3-5%2C4.8-5c3.2%2C0%2C4.5%2C2.2%2C4.5%2C4.7C65.3%2C28.2%2C63.1%2C30.1%2C60.5%2C30.1%20z%20M60.7%2C22c-1.5%2C0-2.8%2C1.2-2.8%2C3.2c0%2C1.8%2C0.8%2C3.3%2C2.7%2C3.3c1.5%2C0%2C2.8-1.3%2C2.8-3.2C63.4%2C23.3%2C62.5%2C22%2C60.7%2C22z%22%2F%3E%3Cpath%20fill%3D%22%23172053%22%20d%3D%22M76.5%2C29.9l-3.1-4.5v4.5h-1.9V16.7h1.9v8l2.9-3.8h2.4L75.3%2C25l3.6%2C4.9H76.5z%22%2F%3E%3Cpath%20fill%3D%22%23172053%22%20d%3D%22M83.4%2C34.5c-2.3%2C0-3.8-0.9-3.8-2.7c0-1%2C0.7-1.9%2C1.5-2.3c-0.5-0.2-0.9-0.7-0.9-1.4c0-0.6%2C0.4-1.3%2C1-1.5%20c-0.8-0.5-1.3-1.3-1.3-2.4c0-1.8%2C1.3-3.4%2C3.9-3.4c0.5%2C0%2C0.9%2C0.1%2C1.4%2C0.2h3v1.5h-1.4c0.4%2C0.3%2C0.6%2C0.8%2C0.6%2C1.4c0%2C1.9-1.3%2C3.2-3.8%2C3.2%20c-0.3%2C0-0.6%2C0-0.8-0.1c-0.3%2C0.2-0.5%2C0.4-0.5%2C0.7c0%2C0.5%2C0.4%2C0.6%2C1.5%2C0.6l1.5%2C0.1c1.9%2C0.1%2C3%2C0.9%2C3%2C2.6C88.2%2C32.9%2C86.3%2C34.5%2C83.4%2C34.5%20z%20M84.6%2C29.9L83%2C29.8h-0.5c-0.6%2C0.4-1%2C1-1%2C1.6c0%2C1%2C0.9%2C1.5%2C2.2%2C1.5c1.7%2C0%2C2.6-0.8%2C2.6-1.7C86.3%2C30.5%2C85.8%2C30%2C84.6%2C29.9z%20M83.6%2C22.2%20c-1.2%2C0-1.9%2C0.8-1.9%2C1.8c0%2C1.1%2C0.7%2C1.8%2C1.9%2C1.8c1.2%2C0%2C1.9-0.7%2C1.9-1.8C85.5%2C22.9%2C84.8%2C22.2%2C83.6%2C22.2z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill%3D%22%23172053%22%20d%3D%22M163.6%2C51.5c-4.1%2C0-5.6-2.6-5.6-5.9c0-3.8%2C1.9-6.5%2C6-6.5c0.9%2C0%2C1.9%2C0.1%2C2.7%2C0.4l-0.3%2C1.8%20c-0.8-0.3-1.7-0.5-2.6-0.5c-2.5%2C0-3.7%2C1.9-3.7%2C4.5c0%2C2.8%2C1.2%2C4.4%2C3.9%2C4.4c0.8%2C0%2C1.8-0.2%2C2.5-0.6l0.3%2C1.7%20C165.9%2C51.3%2C164.8%2C51.5%2C163.6%2C51.5z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill%3D%22%23172053%22%20d%3D%22M106.5%2C115.4c-0.8%2C0-1.9%2C0-3.3-0.1v-12.2c1%2C0%2C2.3-0.1%2C3.8-0.1c2.6%2C0%2C4%2C1.1%2C4%2C3c0%2C1.2-0.7%2C2.3-2%2C2.8v0%20c1.4%2C0.2%2C2.3%2C1.3%2C2.3%2C2.8C111.3%2C113.4%2C110%2C115.4%2C106.5%2C115.4z%20M106.6%2C104.6c-0.5%2C0-1%2C0-1.5%2C0v3.6c0.3%2C0%2C0.6%2C0%2C1%2C0%20c1.8%2C0%2C2.7-0.7%2C2.7-2C108.8%2C105.4%2C108.3%2C104.6%2C106.6%2C104.6z%20M106.2%2C109.8c-0.2%2C0-0.8%2C0-1.1%2C0v3.9c0.3%2C0%2C1%2C0.1%2C1.4%2C0.1%20c1.8%2C0%2C2.6-0.9%2C2.6-2.1C109.2%2C110.3%2C108%2C109.8%2C106.2%2C109.8z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill%3D%22%23172053%22%20d%3D%22M10%2C112.9l-0.9-2.7H4.2l-0.9%2C2.7h-2l4.3-12.2h2.3l4.4%2C12.2H10z%20M7.2%2C104.5c-0.2-0.6-0.4-1.2-0.5-1.7h0%20c-0.1%2C0.5-0.3%2C1.1-0.5%2C1.6l-1.5%2C4.1h3.9L7.2%2C104.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

#editParcel article#parcel-dimension .hint .dimension-dk-image::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22612%22%20height%3D%22460%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%3Cg%3E%20%20%20%3Ctitle%3Ebackground%3C%2Ftitle%3E%20%20%20%3Crect%20fill%3D%22none%22%20id%3D%22canvas_background%22%20height%3D%22462%22%20width%3D%22614%22%20y%3D%22-1%22%20x%3D%22-1%22%2F%3E%20%20%3C%2Fg%3E%20%20%3Cg%3E%20%20%20%3Ctitle%3ELayer%201%3C%2Ftitle%3E%20%20%20%3Cpolygon%20id%3D%22svg_1%22%20points%3D%22173.70899963378906%2C206.38198852539062%20514.72900390625%2C86.47601318359375%20514.72900390625%2C257.718994140625%20173.70899963378906%2C415.39398193359375%20%22%20fill%3D%22%23747999%22%2F%3E%20%20%20%3Cpolygon%20id%3D%22svg_2%22%20points%3D%22173.70899963378906%2C206.0159912109375%205.033999919891357%2C81.70899963378906%205.033999919891357%2C247.45098876953125%20173.70899963378906%2C415.39398193359375%20%22%20fill%3D%22%235C6288%22%2F%3E%20%20%20%3Cpolygon%20id%3D%22svg_3%22%20points%3D%22173.70899963378906%2C206.38198852539062%20514.72900390625%2C86.47601318359375%20314.51800537109375%2C5.0709991455078125%205.400000095367432%2C82.07600402832031%20%22%20fill%3D%22%23A2A6BC%22%2F%3E%20%20%20%3Crect%20id%3D%22svg_4%22%20height%3D%22161.342%22%20width%3D%223.666%22%20fill%3D%22%23172154%22%20y%3D%2289.042%22%20x%3D%22540.396%22%2F%3E%20%20%20%3Crect%20id%3D%22svg_5%22%20height%3D%22370.728%22%20width%3D%223.666%22%20fill%3D%22%23172154%22%20transform%3D%22matrix%280.428%2C0.9038%2C-0.9038%2C0.428%2C682.6818%2C-6.7912%29%20%22%20y%3D%22276.936032%22%20x%3D%22191.660889%22%2F%3E%20%20%20%3Crect%20id%3D%22svg_6%22%20height%3D%22222.584%22%20width%3D%223.667%22%20fill%3D%22%23172154%22%20transform%3D%22matrix%280.7246%2C-0.6892%2C0.6892%2C0.7246%2C-345.5875%2C200.4601%29%20%22%20y%3D%22298.84932%22%20x%3D%22194.071672%22%2F%3E%20%20%20%3Cg%20id%3D%22svg_7%22%3E%20%20%20%20%3Cpath%20id%3D%22svg_8%22%20d%3D%22m600.899%2C193.915c-15.034%2C0%20-20.534%2C-9.534%20-20.534%2C-21.635c0%2C-13.934%206.967%2C-23.834%2022.001%2C-23.834c3.3%2C0%206.967%2C0.367%209.9%2C1.467l-1.1%2C6.6c-2.934%2C-1.1%20-6.234%2C-1.833%20-9.534%2C-1.833c-9.167%2C0%20-13.567%2C6.967%20-13.567%2C16.5c0%2C10.268%204.4%2C16.134%2014.301%2C16.134c2.934%2C0%206.601%2C-0.733%209.167%2C-2.2l1.1%2C6.234c-3.3%2C1.834%20-7.333%2C2.567%20-11.734%2C2.567z%22%20fill%3D%22%23172053%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%20%3Cg%20id%3D%22svg_9%22%3E%20%20%20%20%3Cpath%20id%3D%22svg_10%22%20d%3D%22m391.521%2C428.228c-2.934%2C0%20-6.967%2C0%20-12.101%2C-0.366l0%2C-44.736c3.667%2C0%208.434%2C-0.366%2013.934%2C-0.366c9.534%2C0%2014.668%2C4.033%2014.668%2C11c0%2C4.4%20-2.567%2C8.435%20-7.334%2C10.268l0%2C0c5.134%2C0.733%208.434%2C4.767%208.434%2C10.268c0%2C6.598%20-4.767%2C13.932%20-17.601%2C13.932zm0.367%2C-39.602c-1.833%2C0%20-3.667%2C0%20-5.5%2C0l0%2C13.2c1.1%2C0%202.2%2C0%203.667%2C0c6.601%2C0%209.9%2C-2.566%209.9%2C-7.334c0%2C-2.933%20-1.833%2C-5.866%20-8.067%2C-5.866zm-1.467%2C19.067c-0.733%2C0%20-2.934%2C0%20-4.033%2C0l0%2C14.301c1.1%2C0%203.667%2C0.366%205.134%2C0.366c6.601%2C0%209.533%2C-3.3%209.533%2C-7.7c0.367%2C-5.134%20-4.034%2C-6.967%20-10.634%2C-6.967z%22%20fill%3D%22%23172053%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%20%3Cg%20id%3D%22svg_11%22%3E%20%20%20%20%3Cpath%20id%3D%22svg_12%22%20d%3D%22m37.668%2C419.061l-3.3%2C-9.9l-17.967%2C0l-3.3%2C9.9l-7.334%2C0l15.768%2C-44.735l8.434%2C0l16.134%2C44.735l-8.435%2C0zm-10.267%2C-30.802c-0.733%2C-2.2%20-1.467%2C-4.4%20-1.833%2C-6.233l0%2C0c-0.367%2C1.833%20-1.1%2C4.033%20-1.833%2C5.867l-5.5%2C15.034l14.301%2C0l-5.135%2C-14.668z%22%20fill%3D%22%23172053%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%20%3Cg%20id%3D%22svg_13%22%3E%20%20%20%20%3Cpath%20id%3D%22svg_14%22%20d%3D%22m176.959%2C114.71l0%2C-5.59l7.605%2C-6.435c5.785%2C-4.42%208.385%2C-7.28%208.385%2C-10.791c0%2C-3.38%20-2.21%2C-5.785%20-6.37%2C-5.785c-2.99%2C0%20-6.11%2C1.235%20-7.996%2C2.405l-0.975%2C-5.916c2.925%2C-1.43%206.5%2C-2.34%2010.53%2C-2.34c8.125%2C0%2012.48%2C4.29%2012.48%2C10.4c0%2C4.745%20-2.795%2C8.905%20-8.255%2C13.065l-5.98%2C4.81l-0.065%2C0.195c3.315%2C-0.195%209.36%2C-0.195%2015.666%2C-0.195l0%2C6.175l-25.025%2C0l0%2C0.002z%22%20fill%3D%22%23172053%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22svg_15%22%20d%3D%22m224.215%2C115.36c-9.036%2C0%20-16.121%2C-5.07%20-16.121%2C-17.226c0%2C-11.115%208.125%2C-17.875%2017.226%2C-17.875c11.635%2C0%2016.381%2C7.93%2016.381%2C17.096c0%2C11.18%20-7.996%2C18.005%20-17.486%2C18.005zm0.845%2C-29.251c-5.525%2C0%20-10.011%2C4.42%20-10.011%2C11.505c0%2C6.63%202.925%2C11.766%209.75%2C11.766c5.33%2C0%209.945%2C-4.55%209.945%2C-11.701c0.001%2C-6.63%20-3.184%2C-11.57%20-9.684%2C-11.57z%22%20fill%3D%22%23172053%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22svg_16%22%20d%3D%22m281.999%2C114.71l-11.05%2C-16.381l0%2C16.381l-6.955%2C0l0%2C-47.452l6.955%2C0l0%2C28.991l10.465%2C-13.845l8.516%2C0l-11.96%2C14.755l12.87%2C17.551l-8.841%2C0z%22%20fill%3D%22%23172053%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22svg_17%22%20d%3D%22m307.023%2C131.221c-8.45%2C0%20-13.715%2C-3.38%20-13.715%2C-9.686c0%2C-3.575%202.47%2C-6.76%205.265%2C-8.32c-1.95%2C-0.845%20-3.185%2C-2.665%20-3.185%2C-4.875c0%2C-2.34%201.495%2C-4.55%203.705%2C-5.59c-2.99%2C-1.69%20-4.811%2C-4.615%20-4.811%2C-8.84c0%2C-6.5%204.811%2C-12.155%2013.975%2C-12.155c1.886%2C0%203.186%2C0.26%204.876%2C0.65l10.985%2C0l0%2C5.46l-4.94%2C0c1.365%2C1.17%202.146%2C2.99%202.146%2C5.135c0%2C6.76%20-4.551%2C11.701%20-13.716%2C11.701c-1.17%2C0%20-2.015%2C-0.13%20-3.055%2C-0.39c-1.235%2C0.585%20-1.885%2C1.56%20-1.885%2C2.405c0%2C1.69%201.495%2C2.21%205.33%2C2.34l5.461%2C0.195c7.02%2C0.26%2010.92%2C3.38%2010.92%2C9.36c0%2C6.955%20-6.955%2C12.61%20-17.356%2C12.61zm4.486%2C-16.446l-5.916%2C-0.195l-1.755%2C0c-2.21%2C1.56%20-3.64%2C3.51%20-3.64%2C5.72c0%2C3.445%203.25%2C5.525%207.931%2C5.525c6.045%2C0%209.359%2C-2.73%209.359%2C-6.24c0%2C-2.794%20-1.819%2C-4.615%20-5.979%2C-4.81zm-3.575%2C-27.886c-4.355%2C0%20-6.89%2C2.795%20-6.89%2C6.5c0%2C4.03%202.405%2C6.435%206.759%2C6.435c4.227%2C0%206.826%2C-2.405%206.826%2C-6.435c0%2C-3.965%20-2.405%2C-6.5%20-6.695%2C-6.5z%22%20fill%3D%22%23172053%22%2F%3E%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%3C%2Fsvg%3E'); }

#editParcel article#parcel-dimension .hint .dimension-at-image::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22166%22%20height%3D%22120%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%20%3Ctitle%3Ebackground%3C%2Ftitle%3E%20%3Crect%20fill%3D%22none%22%20id%3D%22canvas_background%22%20height%3D%22122%22%20width%3D%22168%22%20y%3D%22-1%22%20x%3D%22-1%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Ctitle%3ELayer%201%3C%2Ftitle%3E%20%3Cg%20stroke%3D%22null%22%20id%3D%22svg_23%22%3E%20%3Cpolygon%20stroke%3D%22null%22%20id%3D%22svg_1%22%20points%3D%2249.088009614280054%2C56.07601802731051%20138.13115362579265%2C25.69627859199568%20138.13115362579265%2C69.08292830261144%2049.088009614280054%2C109.03192811826739%20%22%20fill%3D%22%23747999%22%2F%3E%20%3Cpolygon%20stroke%3D%22null%22%20id%3D%22svg_2%22%20points%3D%2249.088009614280054%2C55.98329294943096%205.045553592992974%2C24.48848673645398%205.045553592992974%2C66.48138732678217%2049.088009614280054%2C109.03192811826739%20%22%20fill%3D%22%235C6288%22%2F%3E%20%3Cpolygon%20stroke%3D%22null%22%20id%3D%22svg_3%22%20points%3D%2249.088009614280054%2C56.07601802731051%20138.13115362579265%2C25.69627859199568%2085.85440681857654%2C5.071255682257288%205.1411133397427875%2C24.581477347779355%20%22%20fill%3D%22%23A2A6BC%22%2F%3E%20%3Crect%20stroke%3D%22null%22%20id%3D%22svg_4%22%20height%3D%2240.8781%22%20width%3D%220.95722%22%20fill%3D%22%23172154%22%20y%3D%2226.3464%22%20x%3D%22144.83304%22%2F%3E%20%3Crect%20stroke%3D%22null%22%20id%3D%22svg_5%22%20height%3D%22370.736%22%20width%3D%223.665%22%20fill%3D%22%23172154%22%20transform%3D%22matrix%28-0.11178048211722369%2C-0.2289641709428308%2C0.23596361058008655%2C-0.10846471348968226%2C313.9380283275565%2C508.39657247300624%29%20%22%20y%3D%22-248.85576%22%20x%3D%221827.14558%22%2F%3E%20%3Crect%20stroke%3D%22null%22%20id%3D%22svg_6%22%20height%3D%22222.588%22%20width%3D%223.667%22%20fill%3D%22%23172154%22%20transform%3D%22matrix%28-0.18919910614842397%2C0.17461780083412523%2C-0.17995587076662128%2C-0.18358685212479275%2C442.11773332716933%2C454.1980143564751%29%20%22%20y%3D%222016.66761%22%20x%3D%22182.17388%22%2F%3E%20%3Cg%20stroke%3D%22null%22%20id%3D%22svg_7%22%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_8%22%20d%3D%22m160.63088%2C52.91735c-3.9255%2C0%20-5.3616%2C-2.41556%20-5.3616%2C-5.48151c0%2C-3.53036%201.81914%2C-6.03865%205.74464%2C-6.03865c0.86166%2C0%201.81914%2C0.09298%202.58471%2C0.37168l-0.28722%2C1.6722c-0.76609%2C-0.2787%20-1.62775%2C-0.46441%20-2.48941%2C-0.46441c-2.39358%2C0%20-3.5422%2C1.76518%20-3.5422%2C4.18049c0%2C2.60153%201.14862%2C4.08776%203.73411%2C4.08776c0.76609%2C0%201.72358%2C-0.18572%202.39358%2C-0.5574l0.28722%2C1.57947c-0.86166%2C0.46467%20-1.91471%2C0.65038%20-3.06385%2C0.65038z%22%20fill%3D%22%23172053%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20stroke%3D%22null%22%20id%3D%22svg_9%22%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_10%22%20d%3D%22m105.96053%2C112.28385c-0.76635%2C0%20-1.8194%2C0%20-3.15993%2C-0.09273l0%2C-11.33445c0.95748%2C0%202.20219%2C-0.09273%203.63828%2C-0.09273c2.48941%2C0%203.82994%2C1.02181%203.82994%2C2.78699c0%2C1.1148%20-0.67%2C2.13737%20-1.91497%2C2.60178l0%2C0c1.34079%2C0.18546%202.20245%2C1.20778%202.20245%2C2.60153c0%2C1.67118%20-1.2447%2C3.5296%20-4.59577%2C3.5296zm0.09583%2C-10.03394c-0.47861%2C0%20-0.95748%2C0%20-1.4361%2C0l0%2C3.34439c0.28748%2C0%200.57444%2C0%200.95748%2C0c1.72384%2C0%202.58497%2C-0.65013%202.58497%2C-1.85816c0%2C-0.74311%20-0.47861%2C-1.48623%20-2.10636%2C-1.48623zm-0.38305%2C4.83087c-0.19139%2C0%20-0.76609%2C0%20-1.05305%2C0l0%2C3.62334c0.28748%2C0%200.95748%2C0.09273%201.34079%2C0.09273c1.72358%2C0%202.48888%2C-0.8361%202.48888%2C-1.9509c0.09583%2C-1.30077%20-1.05331%2C-1.76518%20-2.77663%2C-1.76518z%22%20fill%3D%22%23172053%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20stroke%3D%22null%22%20id%3D%22svg_11%22%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_12%22%20d%3D%22m13.56656%2C109.96102l-0.86166%2C-2.50804l-4.69133%2C0l-0.86166%2C2.50804l-1.91497%2C0l4.11716%2C-11.33394l2.20219%2C0l4.21272%2C11.33394l-2.20245%2C0zm-2.6808%2C-7.80409c-0.19139%2C-0.5574%20-0.38305%2C-1.11454%20-0.47861%2C-1.57896l0%2C0c-0.09583%2C0.46441%20-0.28722%2C1.02156%20-0.47861%2C1.48623l-1.4361%2C3.80906l3.73411%2C0l-1.34079%2C-3.71633z%22%20fill%3D%22%23172053%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20stroke%3D%22null%22%20id%3D%22svg_13%22%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_14%22%20d%3D%22m51.92233%2C29.80304%22%20fill%3D%22%23172053%22%2F%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_15%22%20d%3D%22m49.93661%2C32.84922l0%2C0.00051%22%20fill%3D%22%23172053%22%2F%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_16%22%20d%3D%22m77.36343%2C32.84973l-2.88525%2C-4.15034l0%2C4.15034l-1.81601%2C0l0%2C-12.02258l1.81601%2C0l0%2C7.34525l2.7325%2C-3.50781l2.2236%2C0l-3.12286%2C3.73837l3.36046%2C4.44677l-2.30846%2C0z%22%20fill%3D%22%23172053%22%2F%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_17%22%20d%3D%22m83.8974%2C37.033c-2.20637%2C0%20-3.5811%2C-0.85637%20-3.5811%2C-2.45407c0%2C-0.90577%200.64494%2C-1.71273%201.37474%2C-2.10798c-0.50916%2C-0.21409%20-0.83163%2C-0.67521%20-0.83163%2C-1.23514c0%2C-0.59287%200.39036%2C-1.1528%200.96741%2C-1.4163c-0.78071%2C-0.42818%20-1.25619%2C-1.16927%20-1.25619%2C-2.23973c0%2C-1.64686%201.25619%2C-3.07963%203.64899%2C-3.07963c0.49245%2C0%200.83215%2C0.06587%201.27316%2C0.16469l2.86828%2C0l0%2C1.38336l-1.28988%2C0c0.35641%2C0.29643%200.56034%2C0.75756%200.56034%2C1.30102c0%2C1.71273%20-1.1883%2C2.9646%20-3.58136%2C2.9646c-0.30576%2C0%20-0.52639%2C-0.03294%20-0.79795%2C-0.09881c-0.32221%2C0.14822%20-0.49219%2C0.39525%20-0.49219%2C0.60934c0%2C0.42818%200.39036%2C0.55993%201.39171%2C0.59287l1.42591%2C0.04941c1.83298%2C0.06587%202.8513%2C0.85637%202.8513%2C2.37148c0.00026%2C1.76214%20-1.81575%2C3.19491%20-4.53154%2C3.19491zm1.17133%2C-4.16681l-1.54472%2C-0.04941l-0.45825%2C0c-0.57705%2C0.39525%20-0.95043%2C0.8893%20-0.95043%2C1.44924c0%2C0.87284%200.8486%2C1.39983%202.07085%2C1.39983c1.5784%2C0%202.44371%2C-0.69168%202.44371%2C-1.58099c0%2C-0.7079%20-0.47496%2C-1.16927%20-1.56117%2C-1.21868zm-0.93346%2C-7.06528c-1.13687%2C0%20-1.79904%2C0.70815%20-1.79904%2C1.64686c0%2C1.02105%200.62797%2C1.63039%201.76483%2C1.63039c1.10397%2C0%201.78233%2C-0.60934%201.78233%2C-1.63039c0%2C-1.00458%20-0.62797%2C-1.64686%20-1.74812%2C-1.64686z%22%20fill%3D%22%23172053%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20stroke%3D%22null%22%20id%3D%22svg_18%22%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_19%22%20d%3D%22m51.38106%2C31.90291c-0.45276%2C0%20-0.95853%2C-0.05169%20-1.34471%2C-0.15506l0.14648%2C-1.44696c0.3196%2C0.10337%200.79899%2C0.19382%201.25149%2C0.19382c1.2118%2C0%201.89069%2C-0.60731%201.89069%2C-1.43429c0%2C-1.05956%20-1.14522%2C-1.44696%20-2.79621%2C-1.26631l0%2C-1.33066c1.75752%2C0.01292%202.62309%2C-0.50394%202.62309%2C-1.40819c0%2C-0.62023%20-0.46608%2C-1.04664%20-1.27839%2C-1.04664c-0.51934%2C0%20-1.05174%2C0.14214%20-1.50451%2C0.37472l-0.1598%2C-1.36968c0.62562%2C-0.24551%201.30502%2C-0.37472%202.01053%2C-0.37472c1.85074%2C0%202.72963%2C0.96886%202.72963%2C2.10595c0%2C0.9301%20-0.59898%2C1.67954%20-1.46456%2C2.05427l0%2C0.01292c1.06532%2C0.21967%201.67762%2C1.07223%201.67762%2C2.08011c0.00026%2C1.62836%20-1.34471%2C3.01071%20-3.78137%2C3.01071z%22%20fill%3D%22%23172154%22%2F%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_20%22%20d%3D%22m57.53329%2C29.49976l0%2C-5.1681l-1.35829%2C0.5427l-0.26633%2C-1.36943l2.05048%2C-0.74945l1.31807%2C0l0%2C6.74427l-1.74394%2C0z%22%20fill%3D%22%23172154%22%2F%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_21%22%20d%3D%22m61.3285%2C31.73518l-0.70578%2C-0.60731c0.91884%2C-0.94327%200.97211%2C-1.4989%200.54598%2C-1.98966c-0.49271%2C-0.56855%20-0.13317%2C-1.56325%200.79899%2C-1.56325c1.25149%2C-0.00025%201.83742%2C2.05401%20-0.63919%2C4.16022z%22%20fill%3D%22%23172154%22%2F%3E%20%3Cpath%20stroke%3D%22null%22%20id%3D%22svg_22%22%20d%3D%22m65.3232%2C31.90291c-0.38618%2C0%20-0.77236%2C-0.03876%20-1.10501%2C-0.09045l0.17311%2C-1.4728c0.27965%2C0.05169%200.66583%2C0.10337%201.03869%2C0.10337c1.41129%2C0%202.10375%2C-0.69776%202.10375%2C-1.53741c0%2C-0.94327%20-0.75904%2C-1.46013%20-2.23692%2C-1.46013c-0.22638%2C0%20-0.49271%2C0.01292%20-0.74546%2C0.03876l0%2C-4.70318l4.50046%2C0l0%2C1.61519l-2.88942%2C-0.01292l0%2C1.70539c1.99722%2C0%203.18239%2C1.0208%203.18239%2C2.58405c-0.00026%2C1.8607%20-1.70452%2C3.23013%20-4.02159%2C3.23013z%22%20fill%3D%22%23172154%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'); }

hint > .hint > .close, hint-static > .hint > .close, [hints-container] > .hints-toggle.opened, [hints-container].significant > .hints-toggle.opened, parcel-shop-route > header button {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2018%2018%22%20enable-background%3D%22new%200%200%2018%2018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20width%3D%2218%22%20height%3D%2218%22%20y%3D%22289%22%20x%3D%22-412%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20points%3D%2218%2C1.4%2016.6%2C0%209%2C7.6%201.4%2C0%200%2C1.4%207.6%2C9%200%2C16.6%201.4%2C18%209%2C10.4%2016.6%2C18%2018%2C16.6%2010.4%2C9%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 50% 50%; }

hint.significant > .hint > .close, hint-static.significant > .hint > .close {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2018%2018%22%20enable-background%3D%22new%200%200%2018%2018%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20width%3D%2218%22%20height%3D%2218%22%20y%3D%22289%22%20x%3D%22-412%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20points%3D%2218%2C1.4%2016.6%2C0%209%2C7.6%201.4%2C0%200%2C1.4%207.6%2C9%200%2C16.6%201.4%2C18%209%2C10.4%2016.6%2C18%2018%2C16.6%2010.4%2C9%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 50% 50%; }

footer#page-footer > nav > ul.expandable > li:first-child::after, header#page-header .header .nav-menu .nav-menu-account ul li language-selector .div-country-language .form select, #navigation .mobileNav ul li.language-selector language-selector .div-country-language .form select, #history #column-headings > .sortable::after, parcel-shops-list .shop-collapsed {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%20123.6%20841.9%20471.7%22%20enable-background%3D%22new%200%20123.6%20841.9%20471.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23666%22%20points%3D%22420.9%2C490.4%2054.1%2C123.6%200%2C177.7%20420.9%2C595.3%20841.9%2C177.7%20787.8%2C123.6%20%22%2F%3E%3C%2Fsvg%3E'); }

#history #column-headings > .sortable.ascending::after, #history #column-headings > .sortable.descending::after, parcel-shops-list .parcel-shop.active .shop-collapsed, .collapsible .collapse-btn::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%20123.6%20841.9%20471.7%22%20enable-background%3D%22new%200%20123.6%20841.9%20471.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%22420.9%2C490.4%2054.1%2C123.6%200%2C177.7%20420.9%2C595.3%20841.9%2C177.7%20787.8%2C123.6%20%22%2F%3E%3C%2Fsvg%3E'); }

hint.significant > .hint::after, hint-static.significant > .hint::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2030%22%20enable-background%3D%22new%200%200%2028%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.7%2C22.2c0%2C0%2C0.4-1.5%2C0.2-2.2l-2.6-8.1c0%2C0-0.2-1-1.2-0.7l-3.2%2C1.1c0%2C0-2.5%2C1-1.7%2C3.6l1.2%2C3.5%20c0%2C0%2C0.9%2C3%2C3.5%2C2.1c0%2C0%2C1-0.3%2C1.4%2C1.3l2.1%2C6.3c0%2C0%2C0.2%2C1.1%2C1.2%2C0.7c0%2C0%2C3.1-0.5%2C0.6-3.1C10.8%2C25.3%2C8.7%2C24.3%2C8.7%2C22.2z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.3%2C12.8c0.7-0.8%2C1-2%2C0.7-3.1c-0.4-1.1-1.3-1.8-2.3-2l-2.5-7.4c-0.3-1-0.8%2C0.4-0.8%2C0.4%20c-1.8%2C7.3-9.8%2C9.6-9.8%2C9.6c-0.9%2C0.3-0.5%2C1.1-0.5%2C1.1l2.3%2C7c0.3%2C0.8%2C1.1%2C0.5%2C1.1%2C0.5c8.8-3%2C13.6%2C1.6%2C13.6%2C1.6s1%2C0.6%2C0.6-0.3%20L22.3%2C12.8z%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2225.4%2C3.9%2025%2C3.6%2022.5%2C7.1%2022.9%2C7.4%20%09%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2223.9%2C12.7%2027.6%2C14.8%2027.9%2C14.3%2024.2%2C12.2%20%09%22%2F%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2224%2C9.9%2028%2C8.7%2027.9%2C8.1%2023.8%2C9.3%20%09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 28px;
  height: 30px; }

[hints-container].significant > .hints-toggle {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2030%22%20enable-background%3D%22new%200%200%2028%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M8.7%2C22.2c0%2C0%2C0.4-1.5%2C0.2-2.2l-2.6-8.1c0%2C0-0.2-1-1.2-0.7l-3.2%2C1.1c0%2C0-2.5%2C1-1.7%2C3.6l1.2%2C3.5%20c0%2C0%2C0.9%2C3%2C3.5%2C2.1c0%2C0%2C1-0.3%2C1.4%2C1.3l2.1%2C6.3c0%2C0%2C0.2%2C1.1%2C1.2%2C0.7c0%2C0%2C3.1-0.5%2C0.6-3.1C10.8%2C25.3%2C8.7%2C24.3%2C8.7%2C22.2z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M22.3%2C12.8c0.7-0.8%2C1-2%2C0.7-3.1c-0.4-1.1-1.3-1.8-2.3-2l-2.5-7.4c-0.3-1-0.8%2C0.4-0.8%2C0.4%20c-1.8%2C7.3-9.8%2C9.6-9.8%2C9.6c-0.9%2C0.3-0.5%2C1.1-0.5%2C1.1l2.3%2C7c0.3%2C0.8%2C1.1%2C0.5%2C1.1%2C0.5c8.8-3%2C13.6%2C1.6%2C13.6%2C1.6s1%2C0.6%2C0.6-0.3%20L22.3%2C12.8z%22%2F%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2225.4%2C3.9%2025%2C3.6%2022.5%2C7.1%2022.9%2C7.4%20%09%22%2F%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2223.9%2C12.7%2027.6%2C14.8%2027.9%2C14.3%2024.2%2C12.2%20%09%22%2F%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2224%2C9.9%2028%2C8.7%2027.9%2C8.1%2023.8%2C9.3%20%09%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 28px;
  height: 30px; }

hint > .hint::after, hint-static > .hint::after, [hints-container] > .hints-toggle {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2026%22%20xml%3Aspace%3D%22preserve%22%20enable-background%3D%22new%200%200%2030%2026%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23454D76%3B%7D.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cmetadata%3E%3Csfw%20xmlns%3D%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3CsliceSourceBounds%20bottomLeftOrigin%3D%22true%22%20height%3D%2226%22%20width%3D%2230%22%20x%3D%220%22%20y%3D%220%22%2F%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15%200C6.7%200%200%204.7%200%2010.4c0%204.1%203.3%207.6%208.2%209.3C8.5%2020.9%208.1%2023%204.8%2026c0%200%207.1-1.9%2011.3-5.2%207.8-0.4%2014-4.9%2014-10.4C30%204.7%2023.3%200%2015%200z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M15.1%206.1c-0.7%200-1.4-0.6-1.4-1.3s0.6-1.3%201.4-1.3c0.7%200%201.3%200.6%201.3%201.3S15.8%206.1%2015.1%206.1zM14%2017.6V7.8h2.1v9.8H14z%22%2F%3E%3C%2Fsvg%3E');
  width: 30px;
  height: 26px; }

#history .gls-icon.inbound {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%2011.2%20300%20277.5%22%20enable-background%3D%22new%200%2011.2%20300%20277.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M0%2C71.2v217.5h300V71.2H0z%20M142.5%2C200.2v-84h15v84l35.2-28.5l9.8%2C12l-52.5%2C45l-52.5-45l11.2-11.2%20L142.5%2C200.2z%20M37.5%2C11.2L0%2C63.8h300l-37.5-52.5H37.5z%22%2F%3E%3C%2Fsvg%3E'); }

#history .gls-icon.outbound, #history .gls-icon.retoure {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%2011.2%20300%20277.5%22%20enable-background%3D%22new%200%2011.2%20300%20277.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M0%2C71.2v217.5h300V71.2H0z%20M142.5%2C144.8l-33.8%2C28.5l-11.2-12l52.5-45l52.5%2C45l-9.8%2C12l-35.2-28.5v84h-15%20V144.8z%20M37.5%2C11.2L0%2C63.8h300l-37.5-52.5H37.5z%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map:not(.active) > .status.PREADVICE::before, .track-and-trace-directive .status-map:not(.active) > .status.NOTPICKEDUP::before, .track-and-trace-directive .status-map:not(.active) > .status.INPICKUP::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.PREADVICE::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.NOTPICKEDUP::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.INPICKUP::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.PREADVICE::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.NOTPICKEDUP::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.INPICKUP::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.PREADVICE::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.NOTPICKEDUP::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.INPICKUP::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2047%2040%22%20%20enable-background%3D%22new%200%200%2047%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2247%22%20height%3D%2240%22%20x%3D%22-46.5%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill%3D%22%238b90a9%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M47%2C29V0H0v29h20v7h-9v4h26v-4h-9v-7H47z%20M34%2C9L21%2C22l-7-7l2-2l5%2C4L32%2C7L34%2C9z%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map.active > .status.PREADVICE::before, .track-and-trace-directive .status-map.active > .status.NOTPICKEDUP::before, .track-and-trace-directive .status-map.active > .status.INPICKUP::before, #history .gls-icon.preadvice, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.PREADVICE::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.NOTPICKEDUP::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.INPICKUP::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2047%2040%22%20%20enable-background%3D%22new%200%200%2047%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2247%22%20height%3D%2240%22%20x%3D%22-46.5%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill%3D%22%23172154%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M47%2C29V0H0v29h20v7h-9v4h26v-4h-9v-7H47z%20M34%2C9L21%2C22l-7-7l2-2l5%2C4L32%2C7L34%2C9z%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map:not(.active) > .status.INTRANSIT::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.INTRANSIT::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.INTRANSIT::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.INTRANSIT::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2084%2040%22%20%20enable-background%3D%22new%200%200%2084%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2284%22%20height%3D%2240%22%20x%3D%22-28%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238b90a9%22%20d%3D%22M67.5%2C3.6h6.8l6.8%2C12.9v2.6H67.5V3.6z%20M83.8%2C15.4l-7.4-14c-0.3-0.5-0.8-0.8-1.3-0.8H66c-0.8%2C0-1.4%2C0.7-1.4%2C1.5v24.8H1c-0.5%2C0-1%2C0.5-1%2C1v5c0%2C0.5%2C0.5%2C1%2C1%2C1h5c0.2-3.4%2C3.1-6.2%2C6.6-6.2s6.4%2C2.7%2C6.6%2C6.2h3.9c0.2-3.4%2C3.1-6.2%2C6.6-6.2s6.4%2C2.7%2C6.6%2C6.2H66h0.9c0.3-3.4%2C3.2-6.1%2C6.6-6.1s6.3%2C2.7%2C6.6%2C6.1h0.4h2c0.8%2C0%2C1.4-0.7%2C1.4-1.5V16.1C84%2C15.9%2C83.9%2C15.6%2C83.8%2C15.4z%20M18.1%2C34.2c0-3.1-2.5-5.6-5.6-5.6S7%2C31.2%2C7%2C34.2s2.5%2C5.6%2C5.6%2C5.6S18.1%2C37.3%2C18.1%2C34.2z%20M35.4%2C34.3c0-3.1-2.5-5.7-5.7-5.7S24%2C31.2%2C24%2C34.3c0%2C3.1%2C2.5%2C5.7%2C5.7%2C5.7S35.4%2C37.5%2C35.4%2C34.3z%20M79.2%2C34.3c0-3.1-2.5-5.7-5.7-5.7c-3.1%2C0-5.7%2C2.5-5.7%2C5.7c0%2C3.1%2C2.5%2C5.7%2C5.7%2C5.7C76.7%2C40%2C79.2%2C37.5%2C79.2%2C34.3z%20M54.8%2C11.6c-0.4-0.1-1-0.2-1.4-0.2c-0.9%2C0-1.2%2C0.3-1.2%2C0.8c0%2C1.1%2C2.6%2C1.1%2C2.6%2C3.6c0%2C2.1-1.8%2C3.8-4.4%2C3.8c-0.8%2C0-1.5-0.1-2-0.2l0.5-2.6c0.5%2C0.2%2C1.2%2C0.3%2C1.8%2C0.3c0.8%2C0%2C1.2-0.3%2C1.2-0.8c0-1.1-2.6-1-2.6-3.5c0-1.9%2C1.3-3.6%2C4.2-3.6c0.7%2C0%2C1.2%2C0.1%2C1.8%2C0.2L54.8%2C11.6z%20%20M47.2%2C19.4h-4.8l2-10.4H47l-1.5%2C7.8h2.2L47.2%2C19.4z%20M38.1%2C19.5c-3%2C0-4.2-1.6-4.2-3.8c0-3.6%2C2.5-6.6%2C6.5-6.6c1%2C0%2C2.1%2C0.2%2C3%2C0.4l-0.5%2C2.7c-0.1-0.1-0.3-0.2-0.6-0.2L42%2C11.9c-0.6-0.2-1.3-0.3-2-0.3c-2.3%2C0-3.4%2C1.9-3.4%2C3.7c0%2C1%2C0.5%2C1.7%2C1.8%2C1.7c0.2%2C0%2C0.5%2C0%2C0.7-0.1l0.6-3.1h2.6l-1%2C5C40.5%2C19.2%2C39.3%2C19.5%2C38.1%2C19.5z%20M31.5%2C19.5h-3.7l0.9-4.8c-0.6%2C1-2.2%2C2.8-5.9%2C4.1C17.3%2C20.4%2C11%2C19%2C9%2C15.8c-1.8-2.9%2C1.2-7.2%2C6.6-8.9c-5.4%2C2.3-7%2C6-5.2%2C8.1c2.1%2C2.5%2C10.2%2C3.5%2C14.3-2.5h-4.9l0.7-3.5h13L31.5%2C19.5z%20%20M61.8%2C0L1.8%2C0C0.8%2C0%2C0%2C0.9%2C0%2C1.9v22.3c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8l59.9%2C0c1%2C0%2C1.8-0.8%2C1.8-1.8V1.8C63.6%2C0.8%2C62.8%2C0%2C61.8%2C0z%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map.active > .status.INTRANSIT::before, #history .gls-icon.intransit, #history .gls-icon.notdelivered, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.INTRANSIT::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2084%2040%22%20%20enable-background%3D%22new%200%200%2084%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2284%22%20height%3D%2240%22%20x%3D%22-28%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20d%3D%22M67.5%2C3.6h6.8l6.8%2C12.9v2.6H67.5V3.6z%20M83.8%2C15.4l-7.4-14c-0.3-0.5-0.8-0.8-1.3-0.8H66c-0.8%2C0-1.4%2C0.7-1.4%2C1.5v24.8H1c-0.5%2C0-1%2C0.5-1%2C1v5c0%2C0.5%2C0.5%2C1%2C1%2C1h5c0.2-3.4%2C3.1-6.2%2C6.6-6.2s6.4%2C2.7%2C6.6%2C6.2h3.9c0.2-3.4%2C3.1-6.2%2C6.6-6.2s6.4%2C2.7%2C6.6%2C6.2H66h0.9c0.3-3.4%2C3.2-6.1%2C6.6-6.1s6.3%2C2.7%2C6.6%2C6.1h0.4h2c0.8%2C0%2C1.4-0.7%2C1.4-1.5V16.1C84%2C15.9%2C83.9%2C15.6%2C83.8%2C15.4z%20M18.1%2C34.2c0-3.1-2.5-5.6-5.6-5.6S7%2C31.2%2C7%2C34.2s2.5%2C5.6%2C5.6%2C5.6S18.1%2C37.3%2C18.1%2C34.2z%20M35.4%2C34.3c0-3.1-2.5-5.7-5.7-5.7S24%2C31.2%2C24%2C34.3c0%2C3.1%2C2.5%2C5.7%2C5.7%2C5.7S35.4%2C37.5%2C35.4%2C34.3z%20M79.2%2C34.3c0-3.1-2.5-5.7-5.7-5.7c-3.1%2C0-5.7%2C2.5-5.7%2C5.7c0%2C3.1%2C2.5%2C5.7%2C5.7%2C5.7C76.7%2C40%2C79.2%2C37.5%2C79.2%2C34.3z%20M54.8%2C11.6c-0.4-0.1-1-0.2-1.4-0.2c-0.9%2C0-1.2%2C0.3-1.2%2C0.8c0%2C1.1%2C2.6%2C1.1%2C2.6%2C3.6c0%2C2.1-1.8%2C3.8-4.4%2C3.8c-0.8%2C0-1.5-0.1-2-0.2l0.5-2.6c0.5%2C0.2%2C1.2%2C0.3%2C1.8%2C0.3c0.8%2C0%2C1.2-0.3%2C1.2-0.8c0-1.1-2.6-1-2.6-3.5c0-1.9%2C1.3-3.6%2C4.2-3.6c0.7%2C0%2C1.2%2C0.1%2C1.8%2C0.2L54.8%2C11.6z%20%20M47.2%2C19.4h-4.8l2-10.4H47l-1.5%2C7.8h2.2L47.2%2C19.4z%20M38.1%2C19.5c-3%2C0-4.2-1.6-4.2-3.8c0-3.6%2C2.5-6.6%2C6.5-6.6c1%2C0%2C2.1%2C0.2%2C3%2C0.4l-0.5%2C2.7c-0.1-0.1-0.3-0.2-0.6-0.2L42%2C11.9c-0.6-0.2-1.3-0.3-2-0.3c-2.3%2C0-3.4%2C1.9-3.4%2C3.7c0%2C1%2C0.5%2C1.7%2C1.8%2C1.7c0.2%2C0%2C0.5%2C0%2C0.7-0.1l0.6-3.1h2.6l-1%2C5C40.5%2C19.2%2C39.3%2C19.5%2C38.1%2C19.5z%20M31.5%2C19.5h-3.7l0.9-4.8c-0.6%2C1-2.2%2C2.8-5.9%2C4.1C17.3%2C20.4%2C11%2C19%2C9%2C15.8c-1.8-2.9%2C1.2-7.2%2C6.6-8.9c-5.4%2C2.3-7%2C6-5.2%2C8.1c2.1%2C2.5%2C10.2%2C3.5%2C14.3-2.5h-4.9l0.7-3.5h13L31.5%2C19.5z%20%20M61.8%2C0L1.8%2C0C0.8%2C0%2C0%2C0.9%2C0%2C1.9v22.3c0%2C1%2C0.8%2C1.8%2C1.8%2C1.8l59.9%2C0c1%2C0%2C1.8-0.8%2C1.8-1.8V1.8C63.6%2C0.8%2C62.8%2C0%2C61.8%2C0z%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map:not(.active) > .status.INWAREHOUSE::before, .track-and-trace-directive .status-map:not(.active) > .status.NOTDELIVERED::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.INWAREHOUSE::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.NOTDELIVERED::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.INWAREHOUSE::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.NOTDELIVERED::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.INWAREHOUSE::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.NOTDELIVERED::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2063.9%2040%22%20%20enable-background%3D%22new%200%200%2063.9%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2264%22%20height%3D%2240%22%20x%3D%22-38%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill%3D%22%238b90a9%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M63.9%2C40L64%2C0H0.1L0%2C40H63.9z%20M14%2C16v22H6V16H14z%20M36%2C16v22h-8V16H36z%20M25%2C16v22h-8V16H25z%20M47%2C16v22h-8V16H47z%20M58%2C16v22h-8V16H58z%20M25.6%2C11.9c-4%2C1.1-8.4%2C0.2-9.9-2.2c-1.3-2.1%2C0.9-5.2%2C4.7-6.4c-3.9%2C1.6-5%2C4.3-3.7%2C5.9c1.5%2C1.8%2C7.3%2C2.5%2C10.2-1.8h-3.5l0.5-2.5h9.3l-1.4%2C7.5h-2.6l0.7-3.4C29.4%2C9.6%2C28.3%2C10.9%2C25.6%2C11.9z%20%20M36.4%2C12.3c-2.1%2C0-3-1.1-3-2.8c0-2.6%2C1.8-4.7%2C4.6-4.7c0.7%2C0%2C1.5%2C0.1%2C2.1%2C0.3l-0.4%2C2c-0.1-0.1-0.2-0.1-0.4-0.2l-0.1%2C0c-0.4-0.2-0.9-0.2-1.4-0.2c-1.6%2C0-2.4%2C1.3-2.4%2C2.6c0%2C0.7%2C0.3%2C1.2%2C1.3%2C1.2c0.2%2C0%2C0.3%2C0%2C0.5-0.1l0.4-2.2h1.9l-0.7%2C3.6C38.2%2C12.2%2C37.3%2C12.3%2C36.4%2C12.3z%20M43%2C12.3h-3.4L41%2C4.8h1.9l-1.1%2C5.6h1.6L43%2C12.3z%20M48.2%2C9.6c0%2C1.5-1.3%2C2.7-3.1%2C2.7c-0.5%2C0-1.1%2C0-1.5-0.1l0.3-1.8c0.3%2C0.1%2C0.9%2C0.2%2C1.3%2C0.2c0.6%2C0%2C0.8-0.2%2C0.8-0.6c0-0.8-1.8-0.8-1.8-2.6c0-1.4%2C1-2.6%2C3-2.6c0.5%2C0%2C0.9%2C0.1%2C1.3%2C0.1l-0.3%2C1.7c-0.3-0.1-0.7-0.2-1-0.2c-0.7%2C0-0.9%2C0.2-0.9%2C0.6C46.4%2C7.8%2C48.2%2C7.9%2C48.2%2C9.6z%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map.active > .status.INWAREHOUSE::before, .track-and-trace-directive .status-map.active > .status.NOTDELIVERED::before, #history .gls-icon.inwarehouse, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.INWAREHOUSE::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.NOTDELIVERED::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2063.9%2040%22%20%20enable-background%3D%22new%200%200%2063.9%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2264%22%20height%3D%2240%22%20x%3D%22-38%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill%3D%22%23172154%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M63.9%2C40L64%2C0H0.1L0%2C40H63.9z%20M14%2C16v22H6V16H14z%20M36%2C16v22h-8V16H36z%20M25%2C16v22h-8V16H25z%20M47%2C16v22h-8V16H47z%20M58%2C16v22h-8V16H58z%20M25.6%2C11.9c-4%2C1.1-8.4%2C0.2-9.9-2.2c-1.3-2.1%2C0.9-5.2%2C4.7-6.4c-3.9%2C1.6-5%2C4.3-3.7%2C5.9c1.5%2C1.8%2C7.3%2C2.5%2C10.2-1.8h-3.5l0.5-2.5h9.3l-1.4%2C7.5h-2.6l0.7-3.4C29.4%2C9.6%2C28.3%2C10.9%2C25.6%2C11.9z%20%20M36.4%2C12.3c-2.1%2C0-3-1.1-3-2.8c0-2.6%2C1.8-4.7%2C4.6-4.7c0.7%2C0%2C1.5%2C0.1%2C2.1%2C0.3l-0.4%2C2c-0.1-0.1-0.2-0.1-0.4-0.2l-0.1%2C0c-0.4-0.2-0.9-0.2-1.4-0.2c-1.6%2C0-2.4%2C1.3-2.4%2C2.6c0%2C0.7%2C0.3%2C1.2%2C1.3%2C1.2c0.2%2C0%2C0.3%2C0%2C0.5-0.1l0.4-2.2h1.9l-0.7%2C3.6C38.2%2C12.2%2C37.3%2C12.3%2C36.4%2C12.3z%20M43%2C12.3h-3.4L41%2C4.8h1.9l-1.1%2C5.6h1.6L43%2C12.3z%20M48.2%2C9.6c0%2C1.5-1.3%2C2.7-3.1%2C2.7c-0.5%2C0-1.1%2C0-1.5-0.1l0.3-1.8c0.3%2C0.1%2C0.9%2C0.2%2C1.3%2C0.2c0.6%2C0%2C0.8-0.2%2C0.8-0.6c0-0.8-1.8-0.8-1.8-2.6c0-1.4%2C1-2.6%2C3-2.6c0.5%2C0%2C0.9%2C0.1%2C1.3%2C0.1l-0.3%2C1.7c-0.3-0.1-0.7-0.2-1-0.2c-0.7%2C0-0.9%2C0.2-0.9%2C0.6C46.4%2C7.8%2C48.2%2C7.9%2C48.2%2C9.6z%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map:not(.active) > .status.INDELIVERY::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.INDELIVERY::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.INDELIVERY::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.INDELIVERY::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2074%2040%22%20%20enable-background%3D%22new%200%200%2074%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%228640%22%20height%3D%2240%22%20x%3D%22-4283%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238b90a9%22%20d%3D%22M12.8%2C28.1c-3.2%2C0-5.9%2C2.6-5.9%2C5.9c0%2C3.3%2C2.6%2C5.9%2C5.9%2C5.9s5.9-2.7%2C5.9-5.9C18.7%2C30.8%2C16%2C28.1%2C12.8%2C28.1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238b90a9%22%20d%3D%22M56.9%2C28.1c-3.2%2C0-5.9%2C2.6-5.9%2C5.9c0%2C3.3%2C2.6%2C5.9%2C5.9%2C5.9s5.9-2.7%2C5.9-5.9C62.8%2C30.8%2C60.2%2C28.1%2C56.9%2C28.1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238b90a9%22%20d%3D%22M72.6%2C26.9c0-4.2%2C0-9.6-0.1-10.3c-0.1-1.2-6.3-14.2-8.3-15.3c-1.4-0.8-6.8-1.1-9-1.2c-0.2%2C0-0.3%2C0-0.5%2C0.1H3.5c-1.1%2C0-1.9%2C0.9-1.9%2C2v24.9h0c-0.8%2C0-1.5%2C0.7-1.5%2C1.6v1.3c0%2C0.9%2C0.7%2C1.6%2C1.5%2C1.6h0.1c0.1%2C1%2C0.9%2C1.8%2C1.9%2C1.8h2.4c0.4-3.5%2C3.4-6.2%2C6.9-6.2s6.5%2C2.7%2C6.9%2C6.2H50c0.3-3.6%2C3.3-6.2%2C7-6.2c3.8%2C0%2C6.8%2C2.7%2C7%2C6.5h7.2c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-0.6c0.8%2C0%2C1.4-0.7%2C1.4-1.6v-1.3C74%2C27.6%2C73.4%2C26.9%2C72.6%2C26.9z%20M28%2C18.7h-3.2l0.8-4.2c-0.5%2C0.9-1.9%2C2.5-5.2%2C3.7c-4.9%2C1.4-10.5%2C0.2-12.2-2.7C6.5%2C12.8%2C9.2%2C9%2C14%2C7.5c-4.8%2C2-6.2%2C5.3-4.6%2C7.2c1.9%2C2.2%2C9%2C3.1%2C12.6-2.2h-4.3l0.6-3.1h11.5L28%2C18.7z%20M33.7%2C18.7c-2.6%2C0-3.7-1.4-3.7-3.4c0-3.2%2C2.2-5.9%2C5.7-5.9c0.9%2C0%2C1.8%2C0.1%2C2.6%2C0.4l-0.5%2C2.4c-0.1-0.1-0.3-0.1-0.5-0.2l-0.2%2C0c-0.5-0.2-1.2-0.3-1.7-0.3c-2%2C0-3%2C1.7-3%2C3.3c0%2C0.9%2C0.4%2C1.5%2C1.6%2C1.5c0.2%2C0%2C0.4%2C0%2C0.6-0.1l0.5-2.7h2.3l-0.9%2C4.5C35.9%2C18.5%2C34.8%2C18.7%2C33.7%2C18.7z%20M41.8%2C18.7h-4.3l1.8-9.2h2.3l-1.3%2C6.9h1.9L41.8%2C18.7z%20M48.5%2C11.7c-0.3-0.1-0.9-0.2-1.3-0.2c-0.8%2C0-1.1%2C0.3-1.1%2C0.7c0%2C1%2C2.3%2C1%2C2.3%2C3.2c0%2C1.8-1.6%2C3.4-3.9%2C3.4c-0.7%2C0-1.3-0.1-1.8-0.2l0.4-2.3c0.4%2C0.2%2C1.1%2C0.3%2C1.6%2C0.3c0.7%2C0%2C1.1-0.3%2C1.1-0.7c0-1-2.3-0.9-2.3-3.1c0-1.7%2C1.2-3.2%2C3.7-3.2c0.6%2C0%2C1.1%2C0.1%2C1.6%2C0.1L48.5%2C11.7z%20%20M62.8%2C16.7c-2.2%2C0-5.3%2C0-6.8%2C0V4.4c2.5%2C0.1%2C6.4-0.1%2C7%2C0.8c0.9%2C0.6%2C4.2%2C8.3%2C5.2%2C11.4C67.5%2C16.6%2C65.1%2C16.7%2C62.8%2C16.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map.active > .status.INDELIVERY::before, #history .gls-icon.indelivery, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.INDELIVERY::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2074%2040%22%20%20enable-background%3D%22new%200%200%2074%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%228640%22%20height%3D%2240%22%20x%3D%22-4283%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20d%3D%22M12.8%2C28.1c-3.2%2C0-5.9%2C2.6-5.9%2C5.9c0%2C3.3%2C2.6%2C5.9%2C5.9%2C5.9s5.9-2.7%2C5.9-5.9C18.7%2C30.8%2C16%2C28.1%2C12.8%2C28.1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20d%3D%22M56.9%2C28.1c-3.2%2C0-5.9%2C2.6-5.9%2C5.9c0%2C3.3%2C2.6%2C5.9%2C5.9%2C5.9s5.9-2.7%2C5.9-5.9C62.8%2C30.8%2C60.2%2C28.1%2C56.9%2C28.1z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20d%3D%22M72.6%2C26.9c0-4.2%2C0-9.6-0.1-10.3c-0.1-1.2-6.3-14.2-8.3-15.3c-1.4-0.8-6.8-1.1-9-1.2c-0.2%2C0-0.3%2C0-0.5%2C0.1H3.5c-1.1%2C0-1.9%2C0.9-1.9%2C2v24.9h0c-0.8%2C0-1.5%2C0.7-1.5%2C1.6v1.3c0%2C0.9%2C0.7%2C1.6%2C1.5%2C1.6h0.1c0.1%2C1%2C0.9%2C1.8%2C1.9%2C1.8h2.4c0.4-3.5%2C3.4-6.2%2C6.9-6.2s6.5%2C2.7%2C6.9%2C6.2H50c0.3-3.6%2C3.3-6.2%2C7-6.2c3.8%2C0%2C6.8%2C2.7%2C7%2C6.5h7.2c0.8%2C0%2C1.5-0.7%2C1.5-1.5v-0.6c0.8%2C0%2C1.4-0.7%2C1.4-1.6v-1.3C74%2C27.6%2C73.4%2C26.9%2C72.6%2C26.9z%20M28%2C18.7h-3.2l0.8-4.2c-0.5%2C0.9-1.9%2C2.5-5.2%2C3.7c-4.9%2C1.4-10.5%2C0.2-12.2-2.7C6.5%2C12.8%2C9.2%2C9%2C14%2C7.5c-4.8%2C2-6.2%2C5.3-4.6%2C7.2c1.9%2C2.2%2C9%2C3.1%2C12.6-2.2h-4.3l0.6-3.1h11.5L28%2C18.7z%20M33.7%2C18.7c-2.6%2C0-3.7-1.4-3.7-3.4c0-3.2%2C2.2-5.9%2C5.7-5.9c0.9%2C0%2C1.8%2C0.1%2C2.6%2C0.4l-0.5%2C2.4c-0.1-0.1-0.3-0.1-0.5-0.2l-0.2%2C0c-0.5-0.2-1.2-0.3-1.7-0.3c-2%2C0-3%2C1.7-3%2C3.3c0%2C0.9%2C0.4%2C1.5%2C1.6%2C1.5c0.2%2C0%2C0.4%2C0%2C0.6-0.1l0.5-2.7h2.3l-0.9%2C4.5C35.9%2C18.5%2C34.8%2C18.7%2C33.7%2C18.7z%20M41.8%2C18.7h-4.3l1.8-9.2h2.3l-1.3%2C6.9h1.9L41.8%2C18.7z%20M48.5%2C11.7c-0.3-0.1-0.9-0.2-1.3-0.2c-0.8%2C0-1.1%2C0.3-1.1%2C0.7c0%2C1%2C2.3%2C1%2C2.3%2C3.2c0%2C1.8-1.6%2C3.4-3.9%2C3.4c-0.7%2C0-1.3-0.1-1.8-0.2l0.4-2.3c0.4%2C0.2%2C1.1%2C0.3%2C1.6%2C0.3c0.7%2C0%2C1.1-0.3%2C1.1-0.7c0-1-2.3-0.9-2.3-3.1c0-1.7%2C1.2-3.2%2C3.7-3.2c0.6%2C0%2C1.1%2C0.1%2C1.6%2C0.1L48.5%2C11.7z%20%20M62.8%2C16.7c-2.2%2C0-5.3%2C0-6.8%2C0V4.4c2.5%2C0.1%2C6.4-0.1%2C7%2C0.8c0.9%2C0.6%2C4.2%2C8.3%2C5.2%2C11.4C67.5%2C16.6%2C65.1%2C16.7%2C62.8%2C16.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map:not(.active) > .status.DELIVERED::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.DELIVERED::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.DELIVERED::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.DELIVERED::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2042%2040%22%20%20enable-background%3D%22new%200%200%2042%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2242%22%20height%3D%2240%22%20x%3D%22-49%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238b90a9%22%20d%3D%22M39.8%2C40V18.1L21%2C5.4L2.2%2C18.1V40H39.8z%20M14.5%2C25.3l4.2%2C3.9l8.9-9.5l1.9%2C2L18.6%2C33.3l-6.1-6L14.5%2C25.3z%20M42%2C18.2v-4l-9.7-6.6V1.4h-5.1v2.8L21%2C0L0%2C14.3l0%2C3.9L21%2C4L42%2C18.2z%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map.active > .status.DELIVERED::before, #history .gls-icon.delivered, #history .gls-icon.deliveredps, #history .gls-icon.final, #history .gls-icon.canceled, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.DELIVERED::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2042%2040%22%20%20enable-background%3D%22new%200%200%2042%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2242%22%20height%3D%2240%22%20x%3D%22-49%22%20y%3D%2250%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20d%3D%22M39.8%2C40V18.1L21%2C5.4L2.2%2C18.1V40H39.8z%20M14.5%2C25.3l4.2%2C3.9l8.9-9.5l1.9%2C2L18.6%2C33.3l-6.1-6L14.5%2C25.3z%20M42%2C18.2v-4l-9.7-6.6V1.4h-5.1v2.8L21%2C0L0%2C14.3l0%2C3.9L21%2C4L42%2C18.2z%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map:not(.active) > .status.DELIVEREDPS::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.DELIVEREDPS::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.DELIVEREDPS::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.DELIVEREDPS::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2057.5%2040%22%20enable-background%3D%22new%200%200%2057.5%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20width%3D%2257.5%22%20height%3D%2240%22%20x%3D%220%22%20y%3D%22100%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill%3D%22%23A1A6BC%22%20points%3D%220.3%2C16.1%200.3%2C39.8%2057.3%2C39.8%2057.3%2C16.1%200.3%2C16.1%20%22%2F%3E%3Cpolygon%20fill%3D%22%23D0D2DC%22%20points%3D%220.3%2C13.7%200.3%2C16.1%2057.3%2C16.1%2057.3%2C13.7%200.3%2C13.7%20%22%2F%3E%3Cpath%20fill%3D%22%23D0D2DC%22%20d%3D%22M24%2C8.9c-0.1%2C1.6-0.2%2C3.1-0.2%2C3.1c-0.1%2C1.8-0.2%2C2.9-0.4%2C4.1h33.7V8.9H24L24%2C8.9L24%2C8.9z%22%2F%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2240.4%2C31.2%2041.7%2C24.6%2039.4%2C24.6%2037.7%2C33.4%2041.8%2C33.4%2042.2%2C31.2%2040.4%2C31.2%20%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47%2C26.5c0.4%2C0%2C0.9%2C0.1%2C1.2%2C0.2l0.4-2c-0.5-0.1-1-0.2-1.6-0.2c-2.5%2C0-3.6%2C1.5-3.6%2C3.1c0%2C2.1%2C2.2%2C2.1%2C2.2%2C3%20c0%2C0.5-0.3%2C0.7-1%2C0.7c-0.5%2C0-1.2-0.1-1.6-0.3l-0.4%2C2.2c0.5%2C0.1%2C1.1%2C0.2%2C1.8%2C0.2c2.2%2C0%2C3.7-1.5%2C3.7-3.2c0-2.1-2.2-2.1-2.2-3%20C45.9%2C26.8%2C46.2%2C26.5%2C47%2C26.5L47%2C26.5L47%2C26.5z%22%2F%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect%20id%3D%22SVGID_1_%22%20x%3D%228.8%22%20y%3D%2222.8%22%20width%3D%2239.8%22%20height%3D%2210.6%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22SVGID_2_%22%3E%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23SVGID_2_%29%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M35.9%2C24.6c-3.4%2C0-5.5%2C2.5-5.5%2C5.5c0%2C1.9%2C1%2C3.2%2C3.6%2C3.2c1%2C0%2C2.1-0.2%2C3-0.6%20l0.8-4.2h-2.3L35%2C31.1c-0.2%2C0.1-0.5%2C0.1-0.6%2C0.1c-1.1%2C0-1.6-0.6-1.6-1.5c0-1.5%2C1-3.1%2C2.9-3.1c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3%20c0.1%2C0%2C0.1%2C0.1%2C0.2%2C0.1c0.2%2C0.1%2C0.4%2C0.2%2C0.5%2C0.2l0.5-2.3C37.7%2C24.7%2C36.8%2C24.6%2C35.9%2C24.6L35.9%2C24.6L35.9%2C24.6z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cdefs%3E%3Crect%20id%3D%22SVGID_3_%22%20x%3D%228.8%22%20y%3D%2222.8%22%20width%3D%2239.8%22%20height%3D%2210.6%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22SVGID_4_%22%3E%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23SVGID_4_%29%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M19%2C24.6l-0.6%2C2.9h4.2c-3.5%2C5.1-10.3%2C4.2-12.1%2C2.1c-1.6-1.8-0.2-4.9%2C4.4-6.9%20c-4.6%2C1.4-7.2%2C5-5.6%2C7.5c1.7%2C2.8%2C7.1%2C3.9%2C11.8%2C2.6c3.2-1.1%2C4.5-2.7%2C5-3.5l-0.8%2C4h3.1l1.7-8.8H19L19%2C24.6L19%2C24.6z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect%20id%3D%22SVGID_5_%22%20x%3D%224.6%22%20y%3D%222.8%22%20width%3D%2247.9%22%20height%3D%2216.6%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22SVGID_6_%22%3E%3Cuse%20xlink%3Ahref%3D%22%23SVGID_5_%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23SVGID_6_%29%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M24%2C5c0.5%2C1.4-0.2%2C10.5-0.4%2C12.8c-1%2C0.1-10.5%2C1.3-10.5%2C1.3%20c-0.5%2C0.1-1.1%2C0.1-1.6%2C0.2c-0.7-0.1-1.2-0.2-1.5-0.3l-5.3-1.1C4.3%2C13.5%2C5.2%2C5.2%2C5.2%2C5.2S5.9%2C5%2C8.1%2C4.5C9.9%2C4%2C11.4%2C3.1%2C11.9%2C3%20c2.4-0.5%2C8.8%2C1%2C11.1%2C1.7L24%2C5L24%2C5z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M23.5%2C11.6c-0.1%2C2.5-0.4%2C5.7-0.4%2C5.7c-2.2%2C0.2-6.3%2C0.9-9.7%2C1.3c-0.3%2C0.1-0.6%2C0.1-0.9%2C0.1%20c-0.7%2C0.1-1%2C0.1-1%2C0.1l-6.1-1.2C5%2C14%2C5.2%2C9.2%2C5.7%2C5.6c0%2C0%2C1.8-0.5%2C3.1-0.9c1.1-0.4%2C1.6-0.6%2C2.6-1c0.2-0.1%2C0.5-0.3%2C0.6-0.3%20c2.7-0.3%2C9.6%2C1.3%2C11.6%2C1.9C23.8%2C6.5%2C23.5%2C11.6%2C23.5%2C11.6L23.5%2C11.6z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M11.6%2C4.2c0%2C0-0.2%2C11.7-0.4%2C14c-1.2%2C0-4.4-0.9-5.5-1c-0.3-0.6-0.2-4.4-0.2-4.9C5.6%2C11.5%2C5.9%2C6.5%2C6%2C6%20C6%2C5.9%2C6.1%2C5.9%2C6.1%2C5.9C7.5%2C5.6%2C10.4%2C4.9%2C11.6%2C4.2L11.6%2C4.2z%22%2F%3E%3Cpath%20fill%3D%22%23E7E7ED%22%20d%3D%22M19.5%2C17.3c-1.6%2C0.2-7.4%2C0.9-7.8%2C0.9c-0.1-0.1-0.1-2.3%2C0-2.7c0.2-3.3%2C0.1-5.3%2C0.2-7.9c0.1-1.2%2C0-2.2%2C0.1-3.6%20V4c0.5-0.1%2C1.9-0.1%2C3.3%2C0.2c3.1%2C0.4%2C6.6%2C1.1%2C7.7%2C1.5c0%2C0%2C0.2%2C0.1%2C0.2%2C0.3c0%2C0%2C0%2C2.6-0.1%2C3.4c-0.2%2C2.8-0.3%2C6.1-0.6%2C7.6%20C22.5%2C17%2C21.5%2C17.1%2C19.5%2C17.3L19.5%2C17.3z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M22.3%2C11.1C22.3%2C11%2C22.1%2C11%2C22%2C11c-0.3%2C0.2-0.4%2C0.3-0.7%2C0.4c-0.4%2C0.2-2%2C0.9-3.4%2C0.9c-1.5-0.1-2.8-1-3.3-1.4%20c-0.3-0.2-0.8-0.7-1.2-0.7c-0.1%2C0-0.4%2C0.1-0.3%2C0.3c0.1%2C0.1%2C0.2%2C0.2%2C0.4%2C0.3c0.2%2C0.2%2C0.8%2C0.7%2C0.9%2C0.8c0.7%2C0.7%2C1.7%2C2.9%2C1.9%2C3.2%20c0.1%2C0.2%2C0.7%2C1.1%2C1.7%2C1.1c1.5%2C0%2C2.4-3%2C2.9-3.6c0.3-0.3%2C0.8-0.5%2C1.2-0.7c0.2-0.1%2C0.3-0.1%2C0.4-0.3C22.4%2C11.2%2C22.3%2C11.1%2C22.3%2C11.1%20L22.3%2C11.1z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.1%2C14.3c-0.2%2C0.2-0.6%2C1.1-1.3%2C1.1c-1.2%2C0-2-2-2.1-2.1c-0.3-0.5-0.6-1.1-0.8-1.6c1%2C0.5%2C2.1%2C1%2C3.1%2C1%20c0.1%2C0%2C0.5%2C0%2C0.6%2C0c0.4-0.1%2C0.8-0.2%2C1.4-0.3C20.2%2C12.4%2C19.3%2C14.2%2C19.1%2C14.3L19.1%2C14.3z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M15.8%2C8.7c0-0.4%2C0.3-0.6%2C0.6-0.6s0.6%2C0.3%2C0.6%2C0.6c0%2C0.4-0.3%2C0.7-0.6%2C0.7S15.8%2C9.1%2C15.8%2C8.7L15.8%2C8.7z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M19.3%2C9c0-0.4%2C0.3-0.6%2C0.5-0.6c0.3%2C0%2C0.5%2C0.3%2C0.5%2C0.6s-0.3%2C0.6-0.5%2C0.6C19.5%2C9.6%2C19.3%2C9.4%2C19.3%2C9L19.3%2C9z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M16.8%2C7c-0.1-0.4-0.5-1-1.1-0.8c-0.6%2C0.2-1.3%2C1.3-1.3%2C1.6c0.2%2C0.5%2C0.6-0.9%2C1.2-1.1C16.2%2C6.6%2C16.6%2C7.1%2C16.8%2C7%20L16.8%2C7z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M19.9%2C7.4c0.2-0.3%2C0.5-0.5%2C0.8-0.4c0.5%2C0.2%2C0.7%2C1.4%2C0.5%2C1.4c-0.2-0.4-0.3-0.9-0.6-1%20C20.4%2C7.3%2C20%2C7.5%2C19.9%2C7.4L19.9%2C7.4z%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M57.5%2C40H0V0h57.5L57.5%2C40L57.5%2C40z%20M0.6%2C39.4H57V0.6H0.6V39.4z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M27.2%2C12.9c-0.2%2C0-0.3%2C0-0.3%2C0v1.3h-0.5v-3.4c0%2C0%2C0.5%2C0%2C0.9%2C0c0.8%2C0%2C1.2%2C0.4%2C1.2%2C1%20C28.5%2C12.4%2C28%2C12.9%2C27.2%2C12.9L27.2%2C12.9z%20M27.3%2C11.2c-0.2%2C0-0.4%2C0-0.4%2C0v1.3c0%2C0%2C0.2%2C0.1%2C0.4%2C0.1c0.5%2C0%2C0.8-0.3%2C0.8-0.7%20C28%2C11.4%2C27.8%2C11.2%2C27.3%2C11.2L27.3%2C11.2z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M30.2%2C14.2c0-0.2%2C0-0.4%2C0-0.5l0%2C0c-0.1%2C0.3-0.5%2C0.6-0.9%2C0.6c-0.4%2C0-0.7-0.3-0.7-0.7c0-0.6%2C0.6-0.9%2C1.5-0.9%20v-0.1c0-0.4-0.2-0.6-0.5-0.6c-0.3%2C0-0.6%2C0.1-0.8%2C0.2l-0.1-0.4c0.3-0.1%2C0.6-0.2%2C0.9-0.2c0.7%2C0%2C0.9%2C0.4%2C0.9%2C0.9v0.9%20c0%2C0.3%2C0%2C0.5%2C0%2C0.7L30.2%2C14.2L30.2%2C14.2z%20M30.2%2C13c-0.8%2C0-1.1%2C0.2-1.1%2C0.5c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4C30%2C13.9%2C30.2%2C13.5%2C30.2%2C13%20L30.2%2C13L30.2%2C13z%22%2F%3E%3Cpolygon%20fill%3D%22%23A1A6BC%22%20points%3D%2232.7%2C14.2%2031.8%2C12.9%2031.8%2C14.2%2031.3%2C14.2%2031.3%2C10.5%2031.8%2C10.5%2031.8%2C12.8%2032.6%2C11.7%2033.2%2C11.7%2032.2%2C12.8%2033.2%2C14.2%20%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M35.5%2C12.9h-1.6c0%2C0.6%2C0.3%2C0.9%2C0.8%2C0.9c0.3%2C0%2C0.5-0.1%2C0.7-0.2l0.1%2C0.4c-0.3%2C0.1-0.6%2C0.2-0.9%2C0.2%20c-0.8%2C0-1.2-0.4-1.2-1.3c0-0.8%2C0.4-1.3%2C1.1-1.3s1%2C0.5%2C1%2C1C35.5%2C12.7%2C35.5%2C12.8%2C35.5%2C12.9L35.5%2C12.9z%20M34.5%2C12%20c-0.3%2C0-0.6%2C0.3-0.6%2C0.7H35C35%2C12.2%2C34.8%2C12%2C34.5%2C12L34.5%2C12z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M36.9%2C14.2c-0.5%2C0-0.7-0.2-0.7-0.8V12h-0.5v-0.4h0.5v-0.8l0.5-0.1v0.9h0.7V12h-0.7v1.3%20c0%2C0.4%2C0.1%2C0.5%2C0.4%2C0.5c0.1%2C0%2C0.2%2C0%2C0.3-0.1l0.1%2C0.4C37.2%2C14.2%2C37%2C14.2%2C36.9%2C14.2L36.9%2C14.2z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M39.4%2C10.8c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1h0.1l-0.1%2C0.7H40c-0.2-0.1-0.4-0.1-0.6-0.1c-0.4%2C0-0.5%2C0.2-0.5%2C0.4%20c0%2C0.3%2C0.3%2C0.4%2C0.7%2C0.5c0.4%2C0.2%2C0.7%2C0.4%2C0.7%2C0.9c0%2C0.6-0.6%2C1.1-1.3%2C1.1c-0.3%2C0-0.6-0.1-0.8-0.1h-0.1l0.1-0.7h0.1%20c0.2%2C0.1%2C0.5%2C0.2%2C0.7%2C0.2c0.3%2C0%2C0.5-0.1%2C0.5-0.4c0-0.3-0.3-0.4-0.7-0.5c-0.4-0.2-0.7-0.4-0.7-0.9C38.1%2C11.2%2C38.6%2C10.8%2C39.4%2C10.8%20L39.4%2C10.8z%22%2F%3E%3Cpolygon%20fill%3D%22%23A1A6BC%22%20points%3D%2242.9%2C14.2%2042.9%2C12.8%2041.6%2C12.8%2041.6%2C14.2%2040.9%2C14.2%2040.9%2C10.8%2041.6%2C10.8%2041.6%2C12.1%2042.9%2C12.1%2042.9%2C10.8%2043.6%2C10.8%2043.6%2C14.2%20%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M45.8%2C10.8c0.5%2C0%2C0.9%2C0.2%2C1.2%2C0.5c0.3%2C0.3%2C0.4%2C0.7%2C0.4%2C1.2c0%2C1.1-0.8%2C1.8-1.6%2C1.8c-0.5%2C0-0.9-0.2-1.2-0.5%20c-0.3-0.3-0.4-0.7-0.4-1.2C44.2%2C11.5%2C44.9%2C10.8%2C45.8%2C10.8L45.8%2C10.8z%20M45.7%2C11.4c-0.5%2C0-0.8%2C0.4-0.8%2C1.1c0%2C0.7%2C0.3%2C1.1%2C0.8%2C1.1%20c0.5%2C0%2C0.8-0.4%2C0.8-1.1C46.5%2C11.8%2C46.3%2C11.4%2C45.7%2C11.4L45.7%2C11.4z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M48.8%2C10.8c0.4%2C0%2C0.7%2C0.1%2C1%2C0.3c0.2%2C0.2%2C0.4%2C0.5%2C0.4%2C0.8c0%2C0.7-0.5%2C1.2-1.3%2C1.2c-0.1%2C0-0.2%2C0-0.2%2C0v1.1%20h-0.7v-3.3H48C47.9%2C10.8%2C48.4%2C10.8%2C48.8%2C10.8L48.8%2C10.8z%20M48.8%2C12.4c0.4%2C0%2C0.6-0.2%2C0.6-0.6c0-0.4-0.2-0.5-0.6-0.5%20c-0.1%2C0-0.2%2C0-0.2%2C0v1C48.6%2C12.4%2C48.7%2C12.4%2C48.8%2C12.4L48.8%2C12.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map.active > .status.DELIVEREDPS::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.DELIVEREDPS::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2057.5%2040%22%20%20enable-background%3D%22new%200%200%2057.5%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2257.5%22%20height%3D%2240%22%20x%3D%220%22%20y%3D%22100%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%220.3%2C16.1%200.3%2C39.8%2057.3%2C39.8%2057.3%2C16.1%200.3%2C16.1%20%22%2F%3E%3Cpolygon%20fill%3D%22%23D0D2DC%22%20points%3D%220.3%2C13.7%200.3%2C16.1%2057.3%2C16.1%2057.3%2C13.7%200.3%2C13.7%20%22%2F%3E%3Cpath%20fill%3D%22%23D0D2DC%22%20d%3D%22M24%2C8.9c-0.1%2C1.6-0.2%2C3.1-0.2%2C3.1c-0.1%2C1.8-0.2%2C2.9-0.4%2C4.1h33.7V8.9H24L24%2C8.9L24%2C8.9z%22%2F%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2240.4%2C31.2%2041.7%2C24.6%2039.4%2C24.6%2037.7%2C33.4%2041.8%2C33.4%2042.2%2C31.2%2040.4%2C31.2%20%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M47%2C26.5c0.4%2C0%2C0.9%2C0.1%2C1.2%2C0.2l0.4-2c-0.5-0.1-1-0.2-1.6-0.2c-2.5%2C0-3.6%2C1.5-3.6%2C3.1c0%2C2.1%2C2.2%2C2.1%2C2.2%2C3c0%2C0.5-0.3%2C0.7-1%2C0.7c-0.5%2C0-1.2-0.1-1.6-0.3l-0.4%2C2.2c0.5%2C0.1%2C1.1%2C0.2%2C1.8%2C0.2c2.2%2C0%2C3.7-1.5%2C3.7-3.2c0-2.1-2.2-2.1-2.2-3C45.9%2C26.8%2C46.2%2C26.5%2C47%2C26.5L47%2C26.5L47%2C26.5z%22%2F%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect%20id%3D%22SVGID_1_%22%20x%3D%228.8%22%20y%3D%2222.8%22%20width%3D%2239.8%22%20height%3D%2210.6%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22SVGID_2_%22%3E%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23SVGID_2_%29%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M35.9%2C24.6c-3.4%2C0-5.5%2C2.5-5.5%2C5.5c0%2C1.9%2C1%2C3.2%2C3.6%2C3.2c1%2C0%2C2.1-0.2%2C3-0.6l0.8-4.2h-2.3L35%2C31.1c-0.2%2C0.1-0.5%2C0.1-0.6%2C0.1c-1.1%2C0-1.6-0.6-1.6-1.5c0-1.5%2C1-3.1%2C2.9-3.1c0.6%2C0%2C1.2%2C0.1%2C1.7%2C0.3c0.1%2C0%2C0.1%2C0.1%2C0.2%2C0.1c0.2%2C0.1%2C0.4%2C0.2%2C0.5%2C0.2l0.5-2.3C37.7%2C24.7%2C36.8%2C24.6%2C35.9%2C24.6L35.9%2C24.6L35.9%2C24.6z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cdefs%3E%3Crect%20id%3D%22SVGID_3_%22%20x%3D%228.8%22%20y%3D%2222.8%22%20width%3D%2239.8%22%20height%3D%2210.6%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22SVGID_4_%22%3E%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23SVGID_4_%29%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M19%2C24.6l-0.6%2C2.9h4.2c-3.5%2C5.1-10.3%2C4.2-12.1%2C2.1c-1.6-1.8-0.2-4.9%2C4.4-6.9c-4.6%2C1.4-7.2%2C5-5.6%2C7.5c1.7%2C2.8%2C7.1%2C3.9%2C11.8%2C2.6c3.2-1.1%2C4.5-2.7%2C5-3.5l-0.8%2C4h3.1l1.7-8.8H19L19%2C24.6L19%2C24.6z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect%20id%3D%22SVGID_5_%22%20x%3D%224.6%22%20y%3D%222.8%22%20width%3D%2247.9%22%20height%3D%2216.6%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22SVGID_6_%22%3E%3Cuse%20xlink%3Ahref%3D%22%23SVGID_5_%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23SVGID_6_%29%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M24%2C5c0.5%2C1.4-0.2%2C10.5-0.4%2C12.8c-1%2C0.1-10.5%2C1.3-10.5%2C1.3%20c-0.5%2C0.1-1.1%2C0.1-1.6%2C0.2c-0.7-0.1-1.2-0.2-1.5-0.3l-5.3-1.1C4.3%2C13.5%2C5.2%2C5.2%2C5.2%2C5.2S5.9%2C5%2C8.1%2C4.5C9.9%2C4%2C11.4%2C3.1%2C11.9%2C3%20c2.4-0.5%2C8.8%2C1%2C11.1%2C1.7L24%2C5L24%2C5z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M23.5%2C11.6c-0.1%2C2.5-0.4%2C5.7-0.4%2C5.7c-2.2%2C0.2-6.3%2C0.9-9.7%2C1.3c-0.3%2C0.1-0.6%2C0.1-0.9%2C0.1%20c-0.7%2C0.1-1%2C0.1-1%2C0.1l-6.1-1.2C5%2C14%2C5.2%2C9.2%2C5.7%2C5.6c0%2C0%2C1.8-0.5%2C3.1-0.9c1.1-0.4%2C1.6-0.6%2C2.6-1c0.2-0.1%2C0.5-0.3%2C0.6-0.3%20c2.7-0.3%2C9.6%2C1.3%2C11.6%2C1.9C23.8%2C6.5%2C23.5%2C11.6%2C23.5%2C11.6L23.5%2C11.6z%22%2F%3E%3Cpath%20fill%3D%22%23A1A6BC%22%20d%3D%22M11.6%2C4.2c0%2C0-0.2%2C11.7-0.4%2C14c-1.2%2C0-4.4-0.9-5.5-1c-0.3-0.6-0.2-4.4-0.2-4.9C5.6%2C11.5%2C5.9%2C6.5%2C6%2C6%20C6%2C5.9%2C6.1%2C5.9%2C6.1%2C5.9C7.5%2C5.6%2C10.4%2C4.9%2C11.6%2C4.2L11.6%2C4.2z%22%2F%3E%3Cpath%20fill%3D%22%23E7E7ED%22%20d%3D%22M19.5%2C17.3c-1.6%2C0.2-7.4%2C0.9-7.8%2C0.9c-0.1-0.1-0.1-2.3%2C0-2.7c0.2-3.3%2C0.1-5.3%2C0.2-7.9c0.1-1.2%2C0-2.2%2C0.1-3.6%20V4c0.5-0.1%2C1.9-0.1%2C3.3%2C0.2c3.1%2C0.4%2C6.6%2C1.1%2C7.7%2C1.5c0%2C0%2C0.2%2C0.1%2C0.2%2C0.3c0%2C0%2C0%2C2.6-0.1%2C3.4c-0.2%2C2.8-0.3%2C6.1-0.6%2C7.6%20C22.5%2C17%2C21.5%2C17.1%2C19.5%2C17.3L19.5%2C17.3z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M22.3%2C11.1C22.3%2C11%2C22.1%2C11%2C22%2C11c-0.3%2C0.2-0.4%2C0.3-0.7%2C0.4c-0.4%2C0.2-2%2C0.9-3.4%2C0.9c-1.5-0.1-2.8-1-3.3-1.4%20c-0.3-0.2-0.8-0.7-1.2-0.7c-0.1%2C0-0.4%2C0.1-0.3%2C0.3c0.1%2C0.1%2C0.2%2C0.2%2C0.4%2C0.3c0.2%2C0.2%2C0.8%2C0.7%2C0.9%2C0.8c0.7%2C0.7%2C1.7%2C2.9%2C1.9%2C3.2%20c0.1%2C0.2%2C0.7%2C1.1%2C1.7%2C1.1c1.5%2C0%2C2.4-3%2C2.9-3.6c0.3-0.3%2C0.8-0.5%2C1.2-0.7c0.2-0.1%2C0.3-0.1%2C0.4-0.3C22.4%2C11.2%2C22.3%2C11.1%2C22.3%2C11.1%20L22.3%2C11.1z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.1%2C14.3c-0.2%2C0.2-0.6%2C1.1-1.3%2C1.1c-1.2%2C0-2-2-2.1-2.1c-0.3-0.5-0.6-1.1-0.8-1.6c1%2C0.5%2C2.1%2C1%2C3.1%2C1%20c0.1%2C0%2C0.5%2C0%2C0.6%2C0c0.4-0.1%2C0.8-0.2%2C1.4-0.3C20.2%2C12.4%2C19.3%2C14.2%2C19.1%2C14.3L19.1%2C14.3z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M15.8%2C8.7c0-0.4%2C0.3-0.6%2C0.6-0.6c0.3%2C0%2C0.6%2C0.3%2C0.6%2C0.6c0%2C0.4-0.3%2C0.7-0.6%2C0.7C16%2C9.4%2C15.8%2C9.1%2C15.8%2C8.7%20L15.8%2C8.7z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M19.3%2C9c0-0.4%2C0.3-0.6%2C0.5-0.6c0.3%2C0%2C0.5%2C0.3%2C0.5%2C0.6c0%2C0.4-0.3%2C0.6-0.5%2C0.6C19.5%2C9.6%2C19.3%2C9.4%2C19.3%2C9%20L19.3%2C9z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M16.8%2C7c-0.1-0.4-0.5-1-1.1-0.8c-0.6%2C0.2-1.3%2C1.3-1.3%2C1.6c0.2%2C0.5%2C0.6-0.9%2C1.2-1.1C16.2%2C6.6%2C16.6%2C7.1%2C16.8%2C7%20L16.8%2C7z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M19.9%2C7.4c0.2-0.3%2C0.5-0.5%2C0.8-0.4c0.5%2C0.2%2C0.7%2C1.4%2C0.5%2C1.4c-0.2-0.4-0.3-0.9-0.6-1%20C20.4%2C7.3%2C20%2C7.5%2C19.9%2C7.4L19.9%2C7.4z%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M57.5%2C40H0V0h57.5L57.5%2C40L57.5%2C40z%20M0.6%2C39.4H57V0.6H0.6V39.4z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M27.2%2C12.9c-0.2%2C0-0.3%2C0-0.3%2C0v1.3h-0.5v-3.4c0%2C0%2C0.5%2C0%2C0.9%2C0c0.8%2C0%2C1.2%2C0.4%2C1.2%2C1%20C28.5%2C12.4%2C28%2C12.9%2C27.2%2C12.9L27.2%2C12.9z%20M27.3%2C11.2c-0.2%2C0-0.4%2C0-0.4%2C0v1.3c0%2C0%2C0.2%2C0.1%2C0.4%2C0.1c0.5%2C0%2C0.8-0.3%2C0.8-0.7%20C28%2C11.4%2C27.8%2C11.2%2C27.3%2C11.2L27.3%2C11.2z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M30.2%2C14.2c0-0.2%2C0-0.4%2C0-0.5l0%2C0c-0.1%2C0.3-0.5%2C0.6-0.9%2C0.6c-0.4%2C0-0.7-0.3-0.7-0.7c0-0.6%2C0.6-0.9%2C1.5-0.9%20v-0.1c0-0.4-0.2-0.6-0.5-0.6c-0.3%2C0-0.6%2C0.1-0.8%2C0.2l-0.1-0.4c0.3-0.1%2C0.6-0.2%2C0.9-0.2c0.7%2C0%2C0.9%2C0.4%2C0.9%2C0.9v0.9%20c0%2C0.3%2C0%2C0.5%2C0%2C0.7L30.2%2C14.2L30.2%2C14.2z%20M30.2%2C13c-0.8%2C0-1.1%2C0.2-1.1%2C0.5c0%2C0.2%2C0.2%2C0.4%2C0.4%2C0.4C30%2C13.9%2C30.2%2C13.5%2C30.2%2C13%20L30.2%2C13L30.2%2C13z%22%2F%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2232.7%2C14.2%2031.8%2C12.9%2031.8%2C14.2%2031.3%2C14.2%2031.3%2C10.5%2031.8%2C10.5%2031.8%2C12.8%2032.6%2C11.7%2033.2%2C11.7%2032.2%2C12.8%2033.2%2C14.2%20%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M35.5%2C12.9h-1.6c0%2C0.6%2C0.3%2C0.9%2C0.8%2C0.9c0.3%2C0%2C0.5-0.1%2C0.7-0.2l0.1%2C0.4c-0.3%2C0.1-0.6%2C0.2-0.9%2C0.2%20c-0.8%2C0-1.2-0.4-1.2-1.3c0-0.8%2C0.4-1.3%2C1.1-1.3c0.7%2C0%2C1%2C0.5%2C1%2C1C35.5%2C12.7%2C35.5%2C12.8%2C35.5%2C12.9L35.5%2C12.9z%20M34.5%2C12%20c-0.3%2C0-0.6%2C0.3-0.6%2C0.7H35C35%2C12.2%2C34.8%2C12%2C34.5%2C12L34.5%2C12z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M36.9%2C14.2c-0.5%2C0-0.7-0.2-0.7-0.8V12h-0.5v-0.4h0.5v-0.8l0.5-0.1v0.9h0.7V12h-0.7v1.3%20c0%2C0.4%2C0.1%2C0.5%2C0.4%2C0.5c0.1%2C0%2C0.2%2C0%2C0.3-0.1l0.1%2C0.4C37.2%2C14.2%2C37%2C14.2%2C36.9%2C14.2L36.9%2C14.2z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M39.4%2C10.8c0.2%2C0%2C0.4%2C0%2C0.6%2C0.1h0.1l-0.1%2C0.7H40c-0.2-0.1-0.4-0.1-0.6-0.1c-0.4%2C0-0.5%2C0.2-0.5%2C0.4%20c0%2C0.3%2C0.3%2C0.4%2C0.7%2C0.5c0.4%2C0.2%2C0.7%2C0.4%2C0.7%2C0.9c0%2C0.6-0.6%2C1.1-1.3%2C1.1c-0.3%2C0-0.6-0.1-0.8-0.1h-0.1l0.1-0.7h0.1%20c0.2%2C0.1%2C0.5%2C0.2%2C0.7%2C0.2c0.3%2C0%2C0.5-0.1%2C0.5-0.4c0-0.3-0.3-0.4-0.7-0.5c-0.4-0.2-0.7-0.4-0.7-0.9C38.1%2C11.2%2C38.6%2C10.8%2C39.4%2C10.8%20L39.4%2C10.8z%22%2F%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2242.9%2C14.2%2042.9%2C12.8%2041.6%2C12.8%2041.6%2C14.2%2040.9%2C14.2%2040.9%2C10.8%2041.6%2C10.8%2041.6%2C12.1%2042.9%2C12.1%2042.9%2C10.8%2043.6%2C10.8%2043.6%2C14.2%20%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M45.8%2C10.8c0.5%2C0%2C0.9%2C0.2%2C1.2%2C0.5c0.3%2C0.3%2C0.4%2C0.7%2C0.4%2C1.2c0%2C1.1-0.8%2C1.8-1.6%2C1.8c-0.5%2C0-0.9-0.2-1.2-0.5%20c-0.3-0.3-0.4-0.7-0.4-1.2C44.2%2C11.5%2C44.9%2C10.8%2C45.8%2C10.8L45.8%2C10.8z%20M45.7%2C11.4c-0.5%2C0-0.8%2C0.4-0.8%2C1.1c0%2C0.7%2C0.3%2C1.1%2C0.8%2C1.1%20c0.5%2C0%2C0.8-0.4%2C0.8-1.1C46.5%2C11.8%2C46.3%2C11.4%2C45.7%2C11.4L45.7%2C11.4z%22%2F%3E%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M48.8%2C10.8c0.4%2C0%2C0.7%2C0.1%2C1%2C0.3c0.2%2C0.2%2C0.4%2C0.5%2C0.4%2C0.8c0%2C0.7-0.5%2C1.2-1.3%2C1.2c-0.1%2C0-0.2%2C0-0.2%2C0v1.1%20h-0.7v-3.3H48C47.9%2C10.8%2C48.4%2C10.8%2C48.8%2C10.8L48.8%2C10.8z%20M48.8%2C12.4c0.4%2C0%2C0.6-0.2%2C0.6-0.6c0-0.4-0.2-0.5-0.6-0.5%20c-0.1%2C0-0.2%2C0-0.2%2C0v1C48.6%2C12.4%2C48.7%2C12.4%2C48.8%2C12.4L48.8%2C12.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map:not(.active) > .status.CANCELED::before, .track-and-trace-directive .status-map.active > .status.active ~ .status.CANCELED::before, article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status.CANCELED::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status.CANCELED::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2240%22%20height%3D%2240%22%20x%3D%220%22%20y%3D%22100%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2234.7%2C40%2020%2C25.1%205.3%2C40%200%2C34.4%2014.7%2C19.5%200.6%2C5.3%206.1%2C0%2020%2C14.2%2033.9%2C0%2039.4%2C5.3%2025.3%2C19.5%2040%2C34.4%22%2F%3E%3C%2Fsvg%3E'); }

.track-and-trace-directive .status-map.active > .status.CANCELED::before, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.CANCELED::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2240%22%20height%3D%2240%22%20x%3D%220%22%20y%3D%22100%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2234.7%2C40%2020%2C25.1%205.3%2C40%200%2C34.4%2014.7%2C19.5%200.6%2C5.3%206.1%2C0%2020%2C14.2%2033.9%2C0%2039.4%2C5.3%2025.3%2C19.5%2040%2C34.4%22%2F%3E%3C%2Fsvg%3E'); }

.self-services .gls-icon.icon-signature-release-auth.active {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.4%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22113.387px%22%20height%3D%22113.386px%22%20viewBox%3D%220%200%20113.387%20113.386%22%20enable-background%3D%22new%200%200%20113.387%20113.386%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2272.215%2C3.566%2057.448%2C13.32%2057.467%2C15.978%2072.215%2C6.274%2086.982%2C16.045%2086.982%2C13.32%20%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M72.215%2C7.268l-13.256%2C8.688v14.982h26.512V15.955L72.215%2C7.268z%20M75.328%2C29.976h-6.066v-9.479h6.066%20V29.976z%22%2F%3E%20%3Crect%20x%3D%2276.564%22%20y%3D%224.515%22%20fill%3D%22%23172154%22%20width%3D%223.576%22%20height%3D%224.415%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2221.629%2C58.955%2019.055%2C59.675%2019.055%2C71.742%2019.055%2C78.783%2037.648%2C73.581%2037.648%2C71.742%2037.648%2C66.072%2037.648%2C54.473%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2224.102%2C44.456%2021.629%2C45.147%2015.96%2C46.732%205.03%2C49.787%2010.927%2C53.579%2015.96%2C52.172%2021.629%2C50.588%2030%2C48.249%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2231.338%2C49.109%2021.629%2C51.823%2015.96%2C53.408%2012.267%2C54.44%2015.96%2C56.845%2018.406%2C58.438%2021.629%2C57.538%2037.479%2C53.108%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2215.96%2C58.383%204.515%2C51.022%204.515%2C70.132%2017.648%2C78.577%2017.648%2C71.742%2017.648%2C59.469%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2296.033%2C47.63%2080.938%2C57.599%2080.959%2C60.316%2096.033%2C50.397%20111.129%2C60.386%20111.129%2C57.599%20%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M96.033%2C51.414l-13.55%2C8.88v15.314h27.101V60.294L96.033%2C51.414z%20M102.408%2C74.646h-12.75v-6.936h12.75%20V74.646z%20M102.408%2C65.359h-12.75v-6.936h12.75V65.359z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%2239.279%22%20y%3D%2230.82%22%20transform%3D%22matrix%280.6228%200.7823%20-0.7823%200.6228%2047.0131%20-16.574%29%22%20fill%3D%22%23172154%22%20width%3D%222.835%22%20height%3D%2219.307%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2249.362%2C37.186%2051.43%2C31.925%2045.84%2C32.764%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%2251.612%22%20y%3D%2252.038%22%20transform%3D%22matrix%280.0079%201%20-1%200.0079%20114.2985%208.1749%29%22%20fill%3D%22%23172154%22%20width%3D%222.834%22%20height%3D%2219.306%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2261.879%2C64.446%2066.751%2C61.58%2061.833%2C58.793%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%2231.897%22%20y%3D%2281.417%22%20transform%3D%22matrix%280.8975%200.4411%20-0.4411%200.8975%2040.7954%20-9.8341%29%22%20fill%3D%22%23172154%22%20width%3D%2219.307%22%20height%3D%222.835%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2248.226%2C89.265%2053.866%2C88.887%2050.72%2C84.19%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2272.543%2C80.885%2057.448%2C90.854%2057.468%2C93.57%2072.543%2C83.651%2087.639%2C93.64%2087.639%2C90.854%20%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M72.543%2C84.668l-13.551%2C8.88v15.314h27.102V93.548L72.543%2C84.668z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2283.408%2C108.026%2061.68%2C108.026%2061.68%2C92.544%2083.408%2C92.544%2083.408%2C108.026%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2262.4%2C98.88%2062.4%2C107.34%2082.686%2C107.34%2082.686%2C98.88%2062.4%2C98.88%2062.4%2C98.88%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23D1D3DD%22%20points%3D%2262.4%2C98.049%2062.4%2C98.881%2082.688%2C98.881%2082.688%2C98.049%2062.4%2C98.049%2062.4%2C98.049%20%22%2F%3E%20%3Cpath%20fill%3D%22%23D1D3DD%22%20d%3D%22M70.862%2C96.32c-0.021%2C0.565-0.054%2C1.1-0.054%2C1.1c-0.038%2C0.622-0.075%2C1.019-0.12%2C1.46h11.999v-2.56H70.862%20L70.862%2C96.32L70.862%2C96.32z%22%2F%3E%20%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20points%3D%2276.673%2C104.264%2077.134%2C101.921%2076.334%2C101.921%2075.727%2C105.043%2077.189%2C105.043%2077.332%2C104.264%2076.673%2C104.264%2076.673%2C104.264%2076.673%2C104.264%20%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M79.031%2C102.61c0.133%2C0%2C0.32%2C0.031%2C0.436%2C0.071l0.137-0.718%20c-0.168-0.028-0.348-0.048-0.548-0.048c-0.87%2C0-1.28%2C0.516-1.28%2C1.094c0%2C0.754%2C0.776%2C0.747%2C0.776%2C1.066%20c0%2C0.163-0.116%2C0.25-0.363%2C0.25c-0.168%2C0-0.407-0.039-0.548-0.091l-0.147%2C0.773c0.159%2C0.031%2C0.387%2C0.051%2C0.619%2C0.051%20c0.774%2C0%2C1.323-0.511%2C1.323-1.134c0-0.732-0.778-0.745-0.778-1.069C78.657%2C102.713%2C78.752%2C102.61%2C79.031%2C102.61L79.031%2C102.61%20L79.031%2C102.61L79.031%2C102.61z%22%2F%3E%20%3Cg%3E%20%3Cdefs%3E%20%3Cpolygon%20id%3D%22SVGID_1_%22%20points%3D%2265.439%2C101.281%2065.439%2C105.062%2079.604%2C105.062%2079.604%2C101.281%2065.439%2C101.281%20%22%2F%3E%20%3C%2Fdefs%3E%20%3CclipPath%20id%3D%22SVGID_2_%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20overflow%3D%22visible%22%2F%3E%20%3C%2FclipPath%3E%20%3Cpath%20clip-path%3D%22url%28%23SVGID_2_%29%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M75.096%2C101.921%20c-1.199%2C0-1.967%2C0.887-1.967%2C1.978c0%2C0.682%2C0.363%2C1.154%2C1.274%2C1.154c0.364%2C0%2C0.743-0.064%2C1.052-0.195l0.292-1.51h-0.803%20l-0.175%2C0.92c-0.07%2C0.02-0.155%2C0.023-0.219%2C0.023c-0.404%2C0-0.548-0.222-0.548-0.511c0-0.544%2C0.337-1.107%2C1.02-1.107%20c0.192%2C0%2C0.404%2C0.037%2C0.592%2C0.096c0.021%2C0.004%2C0.041%2C0.012%2C0.06%2C0.016c0.067%2C0.023%2C0.123%2C0.052%2C0.168%2C0.072l0.161-0.817%20C75.729%2C101.968%2C75.398%2C101.921%2C75.096%2C101.921L75.096%2C101.921L75.096%2C101.921L75.096%2C101.921z%22%2F%3E%20%3Cpath%20clip-path%3D%22url%28%23SVGID_2_%29%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M69.083%2C101.929l-0.216%2C1.038h1.486%20c-1.235%2C1.808-3.678%2C1.503-4.325%2C0.753c-0.556-0.646-0.074-1.752%2C1.576-2.438c-1.636%2C0.491-2.551%2C1.787-2.012%2C2.66%20c0.612%2C0.987%2C2.515%2C1.4%2C4.207%2C0.92c1.13-0.396%2C1.609-0.946%2C1.789-1.244l-0.281%2C1.436h1.112l0.604-3.124H69.083L69.083%2C101.929%20L69.083%2C101.929L69.083%2C101.929z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M71.991%2C97.718c-0.055%2C0-0.105-0.007-0.105-0.007v0.438h-0.157v-1.152c0%2C0%2C0.152-0.007%2C0.289-0.007%20c0.268%2C0%2C0.411%2C0.133%2C0.411%2C0.337C72.429%2C97.554%2C72.266%2C97.718%2C71.991%2C97.718L71.991%2C97.718L71.991%2C97.718z%20M72%2C97.119%20c-0.062%2C0-0.114%2C0.004-0.114%2C0.004v0.454c0%2C0%2C0.055%2C0.011%2C0.12%2C0.011c0.176%2C0%2C0.262-0.096%2C0.262-0.242%20C72.268%2C97.2%2C72.182%2C97.119%2C72%2C97.119L72%2C97.119L72%2C97.119z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M73.024%2C98.148c0-0.061%2C0-0.121%2C0.009-0.168h-0.004c-0.041%2C0.103-0.147%2C0.184-0.288%2C0.184%20s-0.235-0.093-0.235-0.229c0-0.183%2C0.187-0.293%2C0.511-0.293v-0.038c0-0.136-0.047-0.199-0.18-0.199%20c-0.079%2C0-0.182%2C0.026-0.255%2C0.061l-0.029-0.121c0.082-0.035%2C0.194-0.062%2C0.305-0.062c0.237%2C0%2C0.312%2C0.114%2C0.312%2C0.297v0.325%20c0%2C0.08%2C0.002%2C0.171%2C0.006%2C0.244H73.024L73.024%2C98.148L73.024%2C98.148z%20M73.017%2C97.75c-0.277%2C0-0.359%2C0.077-0.359%2C0.162%20c0%2C0.074%2C0.053%2C0.13%2C0.131%2C0.13c0.137%2C0%2C0.229-0.137%2C0.229-0.27V97.75L73.017%2C97.75L73.017%2C97.75z%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2273.858%2C98.148%2073.546%2C97.711%2073.546%2C98.148%2073.393%2C98.148%2073.393%2C96.902%2073.546%2C96.902%2073.546%2C97.672%2073.846%2C97.3%2074.031%2C97.3%2073.705%2C97.687%2074.057%2C98.148%2073.858%2C98.148%2073.858%2C98.148%20%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M74.81%2C97.728h-0.555c-0.005%2C0.212%2C0.083%2C0.312%2C0.268%2C0.312c0.083%2C0%2C0.167-0.017%2C0.242-0.049l0.022%2C0.12%20c-0.085%2C0.035-0.189%2C0.054-0.294%2C0.054c-0.257%2C0-0.396-0.137-0.396-0.437c0-0.252%2C0.142-0.443%2C0.381-0.443%20c0.238%2C0%2C0.337%2C0.159%2C0.337%2C0.349C74.814%2C97.654%2C74.812%2C97.694%2C74.81%2C97.728L74.81%2C97.728L74.81%2C97.728z%20M74.467%2C97.4%20c-0.11%2C0-0.19%2C0.081-0.208%2C0.219h0.398C74.659%2C97.481%2C74.589%2C97.4%2C74.467%2C97.4L74.467%2C97.4L74.467%2C97.4z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M75.286%2C98.162c-0.174%2C0-0.228-0.072-0.228-0.255V97.42h-0.173V97.3h0.173v-0.273l0.155-0.043V97.3h0.237%20v0.12h-0.237v0.433c0%2C0.141%2C0.025%2C0.179%2C0.119%2C0.179c0.039%2C0%2C0.077-0.006%2C0.108-0.015l0.016%2C0.126%20C75.408%2C98.155%2C75.341%2C98.162%2C75.286%2C98.162L75.286%2C98.162L75.286%2C98.162z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M76.164%2C96.988c0.062%2C0%2C0.141%2C0.009%2C0.204%2C0.022l0.013%2C0.001l-0.022%2C0.222l-0.017-0.006%20c-0.06-0.021-0.123-0.032-0.188-0.032c-0.123%2C0-0.168%2C0.049-0.168%2C0.12c-0.002%2C0.083%2C0.106%2C0.116%2C0.229%2C0.167%20c0.119%2C0.05%2C0.249%2C0.126%2C0.247%2C0.31c0%2C0.216-0.182%2C0.373-0.443%2C0.374c-0.102%2C0.001-0.186-0.01-0.263-0.029l-0.011-0.004%20l0.026-0.238l0.019%2C0.008c0.069%2C0.028%2C0.149%2C0.046%2C0.235%2C0.046c0.1%2C0%2C0.173-0.037%2C0.173-0.13c0-0.091-0.105-0.119-0.227-0.169%20c-0.116-0.047-0.243-0.121-0.242-0.312C75.729%2C97.132%2C75.891%2C96.988%2C76.164%2C96.988L76.164%2C96.988L76.164%2C96.988z%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2277.341%2C98.148%2077.341%2C97.666%2076.899%2C97.666%2076.899%2C98.148%2076.656%2C98.148%2076.656%2C97.008%2076.899%2C97.008%2076.899%2C97.451%2077.341%2C97.451%2077.341%2C97.008%2077.586%2C97.008%2077.586%2C98.148%2077.341%2C98.148%2077.341%2C98.148%20%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M78.341%2C96.988c0.172%2C0%2C0.303%2C0.057%2C0.391%2C0.155c0.086%2C0.101%2C0.129%2C0.244%2C0.129%2C0.417%20c0%2C0.375-0.252%2C0.604-0.56%2C0.605c-0.17%2C0.001-0.303-0.055-0.391-0.155c-0.086-0.1-0.129-0.242-0.129-0.416%20C77.781%2C97.219%2C78.033%2C96.988%2C78.341%2C96.988L78.341%2C96.988L78.341%2C96.988z%20M78.322%2C97.212c-0.159-0.001-0.281%2C0.123-0.283%2C0.357%20c0%2C0.233%2C0.092%2C0.372%2C0.281%2C0.374c0.16%2C0.001%2C0.28-0.123%2C0.282-0.358C78.603%2C97.353%2C78.511%2C97.212%2C78.322%2C97.212L78.322%2C97.212%20L78.322%2C97.212z%22%2F%3E%20%3Cg%3E%20%3Cdefs%3E%20%3Cpolygon%20id%3D%22SVGID_3_%22%20points%3D%2263.959%2C94.13%2063.959%2C100.014%2080.669%2C100.014%2080.669%2C94.13%2063.959%2C94.13%20%22%2F%3E%20%3C%2Fdefs%3E%20%3CclipPath%20id%3D%22SVGID_4_%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20overflow%3D%22visible%22%2F%3E%20%3C%2FclipPath%3E%20%3Cpath%20clip-path%3D%22url%28%23SVGID_4_%29%22%20fill%3D%22%23172154%22%20d%3D%22M79.381%2C97c0.139%2C0%2C0.247%2C0.031%2C0.322%2C0.093%20c0.074%2C0.062%2C0.114%2C0.152%2C0.114%2C0.266c0%2C0.23-0.163%2C0.409-0.455%2C0.41c-0.026%2C0-0.051-0.002-0.063-0.003v0.383h-0.243v-1.141h0.013%20C79.068%2C97.008%2C79.224%2C97%2C79.381%2C97L79.381%2C97L79.381%2C97z%20M79.373%2C97.561c0.132%2C0%2C0.191-0.065%2C0.191-0.182%20c0.002-0.113-0.053-0.17-0.198-0.173c-0.026%2C0-0.053%2C0.001-0.067%2C0.001v0.347C79.313%2C97.557%2C79.344%2C97.561%2C79.373%2C97.561%20L79.373%2C97.561L79.373%2C97.561z%22%2F%3E%20%3Cpath%20clip-path%3D%22url%28%23SVGID_4_%29%22%20fill%3D%22%23fff%22%20d%3D%22M70.834%2C94.909c0.173%2C0.493-0.066%2C3.73-0.133%2C4.558%20c-0.338%2C0.022-3.731%2C0.471-3.731%2C0.471c-0.182%2C0.02-0.378%2C0.044-0.55%2C0.051c-0.257-0.027-0.406-0.059-0.519-0.084l-1.873-0.393%20c-0.178-1.585%2C0.143-4.532%2C0.143-4.532s0.241-0.053%2C1.001-0.249c0.656-0.162%2C1.197-0.504%2C1.373-0.54%20c0.843-0.173%2C3.127%2C0.331%2C3.953%2C0.604L70.834%2C94.909L70.834%2C94.909L70.834%2C94.909z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M70.672%2C97.267c-0.045%2C0.869-0.151%2C2.031-0.151%2C2.031c-0.779%2C0.059-2.252%2C0.323-3.463%2C0.44%20c-0.103%2C0.01-0.211%2C0.028-0.307%2C0.036c-0.258%2C0.02-0.337%2C0.021-0.337%2C0.021l-2.178-0.431c-0.145-1.251-0.051-2.961%2C0.112-4.224%20c0%2C0%2C0.63-0.153%2C1.089-0.321c0.378-0.138%2C0.554-0.192%2C0.926-0.347c0.079-0.032%2C0.171-0.089%2C0.208-0.098%20c0.968-0.104%2C3.404%2C0.443%2C4.127%2C0.674C70.771%2C95.45%2C70.672%2C97.267%2C70.672%2C97.267L70.672%2C97.267L70.672%2C97.267z%22%2F%3E%20%3Cpath%20fill%3D%22%23A2A6BB%22%20d%3D%22M66.446%2C94.641c0%2C0-0.079%2C4.161-0.12%2C4.954c-0.419%2C0-1.557-0.307-1.95-0.342%20c-0.092-0.191-0.062-1.558-0.06-1.729c0.006-0.31%2C0.1-2.065%2C0.151-2.235c0.016-0.04%2C0.034-0.047%2C0.059-0.055%20C64.979%2C95.125%2C66.018%2C94.889%2C66.446%2C94.641L66.446%2C94.641L66.446%2C94.641z%22%2F%3E%20%3Cpath%20fill%3D%22%23E7E8EE%22%20d%3D%22M69.259%2C99.282c-0.562%2C0.061-2.618%2C0.335-2.751%2C0.327c-0.021-0.009-0.019-0.812%2C0-0.942%20c0.067-1.18%2C0.037-1.899%2C0.058-2.812c0.024-0.426%2C0.01-0.794%2C0.024-1.262l0.002-0.029c0.18-0.012%2C0.668-0.019%2C1.187%2C0.05%20c1.095%2C0.146%2C2.336%2C0.402%2C2.712%2C0.543c0%2C0%2C0.076%2C0.023%2C0.075%2C0.097c0%2C0-0.008%2C0.907-0.03%2C1.218c-0.075%2C0.986-0.1%2C2.187-0.194%2C2.687%20C70.303%2C99.175%2C69.947%2C99.21%2C69.259%2C99.282L69.259%2C99.282L69.259%2C99.282z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M70.252%2C97.077c-0.021-0.043-0.068-0.031-0.125-0.021c-0.11%2C0.053-0.139%2C0.095-0.249%2C0.142%20c-0.131%2C0.058-0.713%2C0.329-1.199%2C0.297c-0.515-0.034-0.996-0.362-1.177-0.496c-0.096-0.071-0.277-0.23-0.418-0.225%20c-0.037%2C0.001-0.121%2C0.043-0.097%2C0.084c0.019%2C0.034%2C0.056%2C0.057%2C0.115%2C0.106c0.079%2C0.056%2C0.285%2C0.246%2C0.312%2C0.281%20c0.224%2C0.231%2C0.607%2C1.021%2C0.666%2C1.128c0.026%2C0.046%2C0.233%2C0.396%2C0.589%2C0.396c0.532%2C0%2C0.833-1.048%2C1.027-1.283%20c0.096-0.116%2C0.277-0.165%2C0.427-0.244c0.069-0.042%2C0.108-0.042%2C0.129-0.092C70.271%2C97.103%2C70.252%2C97.077%2C70.252%2C97.077%20L70.252%2C97.077L70.252%2C97.077z%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M69.13%2C98.225c-0.045%2C0.07-0.214%2C0.367-0.47%2C0.367c-0.418%2C0-0.7-0.694-0.725-0.745%20c-0.096-0.188-0.2-0.371-0.278-0.548c0.354%2C0.187%2C0.728%2C0.341%2C1.115%2C0.336c0.026-0.001%2C0.172-0.006%2C0.207-0.008%20c0.141-0.01%2C0.285-0.054%2C0.5-0.093C69.479%2C97.534%2C69.173%2C98.155%2C69.13%2C98.225L69.13%2C98.225L69.13%2C98.225z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M67.928%2C96.227c0-0.125%2C0.089-0.225%2C0.197-0.225c0.106%2C0%2C0.194%2C0.1%2C0.194%2C0.225%20c0%2C0.122-0.088%2C0.224-0.194%2C0.224C68.017%2C96.45%2C67.928%2C96.349%2C67.928%2C96.227L67.928%2C96.227L67.928%2C96.227z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M69.173%2C96.343c0-0.116%2C0.084-0.212%2C0.187-0.212c0.104%2C0%2C0.188%2C0.096%2C0.188%2C0.212%20c0%2C0.118-0.084%2C0.214-0.188%2C0.214C69.257%2C96.557%2C69.173%2C96.461%2C69.173%2C96.343L69.173%2C96.343L69.173%2C96.343z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M68.291%2C95.605c-0.035-0.145-0.161-0.357-0.368-0.286c-0.218%2C0.074-0.463%2C0.462-0.44%2C0.58%20c0.071%2C0.172%2C0.223-0.317%2C0.418-0.373C68.072%2C95.476%2C68.22%2C95.659%2C68.291%2C95.605L68.291%2C95.605L68.291%2C95.605z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M69.399%2C95.756c0.06-0.085%2C0.174-0.183%2C0.276-0.146c0.152%2C0.059%2C0.245%2C0.48%2C0.161%2C0.502%20c-0.049-0.129-0.106-0.312-0.223-0.355C69.551%2C95.731%2C69.437%2C95.807%2C69.399%2C95.756L69.399%2C95.756L69.399%2C95.756z%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%23172154%22%20stroke-width%3D%220.2716%22%20stroke-miterlimit%3D%2210%22%20points%3D%2282.677%2C107.31%2062.411%2C107.31%2062.411%2C93.261%2082.677%2C93.261%2082.677%2C107.31%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M112.386%2C1v111.386H1V1H112.386%20M113.386%2C0H0v113.386h113.386V0L113.386%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%20'); }

.self-services .gls-icon.icon-signature-release-auth {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.4%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22113.387px%22%20height%3D%22113.386px%22%20viewBox%3D%220%200%20113.387%20113.386%22%20enable-background%3D%22new%200%200%20113.387%20113.386%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2272.215%2C3.566%2057.448%2C13.32%2057.467%2C15.978%2072.215%2C6.274%2086.982%2C16.045%2086.982%2C13.32%20%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M72.215%2C7.268l-13.256%2C8.688v14.982h26.512V15.955L72.215%2C7.268z%20M75.328%2C29.976h-6.066v-9.479h6.066%20V29.976z%22%2F%3E%20%3Crect%20x%3D%2276.564%22%20y%3D%224.515%22%20fill%3D%22%238b90a9%22%20width%3D%223.576%22%20height%3D%224.415%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2221.629%2C58.955%2019.055%2C59.675%2019.055%2C71.742%2019.055%2C78.783%2037.648%2C73.581%2037.648%2C71.742%2037.648%2C66.072%2037.648%2C54.473%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2224.102%2C44.456%2021.629%2C45.147%2015.96%2C46.732%205.03%2C49.787%2010.927%2C53.579%2015.96%2C52.172%2021.629%2C50.588%2030%2C48.249%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2231.338%2C49.109%2021.629%2C51.823%2015.96%2C53.408%2012.267%2C54.44%2015.96%2C56.845%2018.406%2C58.438%2021.629%2C57.538%2037.479%2C53.108%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2215.96%2C58.383%204.515%2C51.022%204.515%2C70.132%2017.648%2C78.577%2017.648%2C71.742%2017.648%2C59.469%20%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2296.033%2C47.63%2080.938%2C57.599%2080.959%2C60.316%2096.033%2C50.397%20111.129%2C60.386%20111.129%2C57.599%20%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M96.033%2C51.414l-13.55%2C8.88v15.314h27.101V60.294L96.033%2C51.414z%20M102.408%2C74.646h-12.75v-6.936h12.75%20V74.646z%20M102.408%2C65.359h-12.75v-6.936h12.75V65.359z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%2239.279%22%20y%3D%2230.82%22%20transform%3D%22matrix%280.6228%200.7823%20-0.7823%200.6228%2047.0131%20-16.574%29%22%20fill%3D%22%238b90a9%22%20width%3D%222.835%22%20height%3D%2219.307%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2249.362%2C37.186%2051.43%2C31.925%2045.84%2C32.764%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%2251.612%22%20y%3D%2252.038%22%20transform%3D%22matrix%280.0079%201%20-1%200.0079%20114.2985%208.1749%29%22%20fill%3D%22%238b90a9%22%20width%3D%222.834%22%20height%3D%2219.306%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2261.879%2C64.446%2066.751%2C61.58%2061.833%2C58.793%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Crect%20x%3D%2231.897%22%20y%3D%2281.417%22%20transform%3D%22matrix%280.8975%200.4411%20-0.4411%200.8975%2040.7954%20-9.8341%29%22%20fill%3D%22%238b90a9%22%20width%3D%2219.307%22%20height%3D%222.835%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2248.226%2C89.265%2053.866%2C88.887%2050.72%2C84.19%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2272.543%2C80.885%2057.448%2C90.854%2057.468%2C93.57%2072.543%2C83.651%2087.639%2C93.64%2087.639%2C90.854%20%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M72.543%2C84.668l-13.551%2C8.88v15.314h27.102V93.548L72.543%2C84.668z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2283.408%2C108.026%2061.68%2C108.026%2061.68%2C92.544%2083.408%2C92.544%2083.408%2C108.026%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2262.4%2C98.88%2062.4%2C107.34%2082.686%2C107.34%2082.686%2C98.88%2062.4%2C98.88%2062.4%2C98.88%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23D1D3DD%22%20points%3D%2262.4%2C98.049%2062.4%2C98.881%2082.688%2C98.881%2082.688%2C98.049%2062.4%2C98.049%2062.4%2C98.049%20%22%2F%3E%20%3Cpath%20fill%3D%22%23D1D3DD%22%20d%3D%22M70.862%2C96.32c-0.021%2C0.565-0.054%2C1.1-0.054%2C1.1c-0.038%2C0.622-0.075%2C1.019-0.12%2C1.46h11.999v-2.56H70.862%20L70.862%2C96.32L70.862%2C96.32z%22%2F%3E%20%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20points%3D%2276.673%2C104.264%2077.134%2C101.921%2076.334%2C101.921%2075.727%2C105.043%2077.189%2C105.043%2077.332%2C104.264%2076.673%2C104.264%2076.673%2C104.264%2076.673%2C104.264%20%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M79.031%2C102.61c0.133%2C0%2C0.32%2C0.031%2C0.436%2C0.071l0.137-0.718%20c-0.168-0.028-0.348-0.048-0.548-0.048c-0.87%2C0-1.28%2C0.516-1.28%2C1.094c0%2C0.754%2C0.776%2C0.747%2C0.776%2C1.066%20c0%2C0.163-0.116%2C0.25-0.363%2C0.25c-0.168%2C0-0.407-0.039-0.548-0.091l-0.147%2C0.773c0.159%2C0.031%2C0.387%2C0.051%2C0.619%2C0.051%20c0.774%2C0%2C1.323-0.511%2C1.323-1.134c0-0.732-0.778-0.745-0.778-1.069C78.657%2C102.713%2C78.752%2C102.61%2C79.031%2C102.61L79.031%2C102.61%20L79.031%2C102.61L79.031%2C102.61z%22%2F%3E%20%3Cg%3E%20%3Cdefs%3E%20%3Cpolygon%20id%3D%22SVGID_1_%22%20points%3D%2265.439%2C101.281%2065.439%2C105.062%2079.604%2C105.062%2079.604%2C101.281%2065.439%2C101.281%20%22%2F%3E%20%3C%2Fdefs%3E%20%3CclipPath%20id%3D%22SVGID_2_%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20overflow%3D%22visible%22%2F%3E%20%3C%2FclipPath%3E%20%3Cpath%20clip-path%3D%22url%28%23SVGID_2_%29%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M75.096%2C101.921%20c-1.199%2C0-1.967%2C0.887-1.967%2C1.978c0%2C0.682%2C0.363%2C1.154%2C1.274%2C1.154c0.364%2C0%2C0.743-0.064%2C1.052-0.195l0.292-1.51h-0.803%20l-0.175%2C0.92c-0.07%2C0.02-0.155%2C0.023-0.219%2C0.023c-0.404%2C0-0.548-0.222-0.548-0.511c0-0.544%2C0.337-1.107%2C1.02-1.107%20c0.192%2C0%2C0.404%2C0.037%2C0.592%2C0.096c0.021%2C0.004%2C0.041%2C0.012%2C0.06%2C0.016c0.067%2C0.023%2C0.123%2C0.052%2C0.168%2C0.072l0.161-0.817%20C75.729%2C101.968%2C75.398%2C101.921%2C75.096%2C101.921L75.096%2C101.921L75.096%2C101.921L75.096%2C101.921z%22%2F%3E%20%3Cpath%20clip-path%3D%22url%28%23SVGID_2_%29%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M69.083%2C101.929l-0.216%2C1.038h1.486%20c-1.235%2C1.808-3.678%2C1.503-4.325%2C0.753c-0.556-0.646-0.074-1.752%2C1.576-2.438c-1.636%2C0.491-2.551%2C1.787-2.012%2C2.66%20c0.612%2C0.987%2C2.515%2C1.4%2C4.207%2C0.92c1.13-0.396%2C1.609-0.946%2C1.789-1.244l-0.281%2C1.436h1.112l0.604-3.124H69.083L69.083%2C101.929%20L69.083%2C101.929L69.083%2C101.929z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M71.991%2C97.718c-0.055%2C0-0.105-0.007-0.105-0.007v0.438h-0.157v-1.152c0%2C0%2C0.152-0.007%2C0.289-0.007%20c0.268%2C0%2C0.411%2C0.133%2C0.411%2C0.337C72.429%2C97.554%2C72.266%2C97.718%2C71.991%2C97.718L71.991%2C97.718L71.991%2C97.718z%20M72%2C97.119%20c-0.062%2C0-0.114%2C0.004-0.114%2C0.004v0.454c0%2C0%2C0.055%2C0.011%2C0.12%2C0.011c0.176%2C0%2C0.262-0.096%2C0.262-0.242%20C72.268%2C97.2%2C72.182%2C97.119%2C72%2C97.119L72%2C97.119L72%2C97.119z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M73.024%2C98.148c0-0.061%2C0-0.121%2C0.009-0.168h-0.004c-0.041%2C0.103-0.147%2C0.184-0.288%2C0.184%20s-0.235-0.093-0.235-0.229c0-0.183%2C0.187-0.293%2C0.511-0.293v-0.038c0-0.136-0.047-0.199-0.18-0.199%20c-0.079%2C0-0.182%2C0.026-0.255%2C0.061l-0.029-0.121c0.082-0.035%2C0.194-0.062%2C0.305-0.062c0.237%2C0%2C0.312%2C0.114%2C0.312%2C0.297v0.325%20c0%2C0.08%2C0.002%2C0.171%2C0.006%2C0.244H73.024L73.024%2C98.148L73.024%2C98.148z%20M73.017%2C97.75c-0.277%2C0-0.359%2C0.077-0.359%2C0.162%20c0%2C0.074%2C0.053%2C0.13%2C0.131%2C0.13c0.137%2C0%2C0.229-0.137%2C0.229-0.27V97.75L73.017%2C97.75L73.017%2C97.75z%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2273.858%2C98.148%2073.546%2C97.711%2073.546%2C98.148%2073.393%2C98.148%2073.393%2C96.902%2073.546%2C96.902%2073.546%2C97.672%2073.846%2C97.3%2074.031%2C97.3%2073.705%2C97.687%2074.057%2C98.148%2073.858%2C98.148%2073.858%2C98.148%20%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M74.81%2C97.728h-0.555c-0.005%2C0.212%2C0.083%2C0.312%2C0.268%2C0.312c0.083%2C0%2C0.167-0.017%2C0.242-0.049l0.022%2C0.12%20c-0.085%2C0.035-0.189%2C0.054-0.294%2C0.054c-0.257%2C0-0.396-0.137-0.396-0.437c0-0.252%2C0.142-0.443%2C0.381-0.443%20c0.238%2C0%2C0.337%2C0.159%2C0.337%2C0.349C74.814%2C97.654%2C74.812%2C97.694%2C74.81%2C97.728L74.81%2C97.728L74.81%2C97.728z%20M74.467%2C97.4%20c-0.11%2C0-0.19%2C0.081-0.208%2C0.219h0.398C74.659%2C97.481%2C74.589%2C97.4%2C74.467%2C97.4L74.467%2C97.4L74.467%2C97.4z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M75.286%2C98.162c-0.174%2C0-0.228-0.072-0.228-0.255V97.42h-0.173V97.3h0.173v-0.273l0.155-0.043V97.3h0.237%20v0.12h-0.237v0.433c0%2C0.141%2C0.025%2C0.179%2C0.119%2C0.179c0.039%2C0%2C0.077-0.006%2C0.108-0.015l0.016%2C0.126%20C75.408%2C98.155%2C75.341%2C98.162%2C75.286%2C98.162L75.286%2C98.162L75.286%2C98.162z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M76.164%2C96.988c0.062%2C0%2C0.141%2C0.009%2C0.204%2C0.022l0.013%2C0.001l-0.022%2C0.222l-0.017-0.006%20c-0.06-0.021-0.123-0.032-0.188-0.032c-0.123%2C0-0.168%2C0.049-0.168%2C0.12c-0.002%2C0.083%2C0.106%2C0.116%2C0.229%2C0.167%20c0.119%2C0.05%2C0.249%2C0.126%2C0.247%2C0.31c0%2C0.216-0.182%2C0.373-0.443%2C0.374c-0.102%2C0.001-0.186-0.01-0.263-0.029l-0.011-0.004%20l0.026-0.238l0.019%2C0.008c0.069%2C0.028%2C0.149%2C0.046%2C0.235%2C0.046c0.1%2C0%2C0.173-0.037%2C0.173-0.13c0-0.091-0.105-0.119-0.227-0.169%20c-0.116-0.047-0.243-0.121-0.242-0.312C75.729%2C97.132%2C75.891%2C96.988%2C76.164%2C96.988L76.164%2C96.988L76.164%2C96.988z%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2277.341%2C98.148%2077.341%2C97.666%2076.899%2C97.666%2076.899%2C98.148%2076.656%2C98.148%2076.656%2C97.008%2076.899%2C97.008%2076.899%2C97.451%2077.341%2C97.451%2077.341%2C97.008%2077.586%2C97.008%2077.586%2C98.148%2077.341%2C98.148%2077.341%2C98.148%20%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M78.341%2C96.988c0.172%2C0%2C0.303%2C0.057%2C0.391%2C0.155c0.086%2C0.101%2C0.129%2C0.244%2C0.129%2C0.417%20c0%2C0.375-0.252%2C0.604-0.56%2C0.605c-0.17%2C0.001-0.303-0.055-0.391-0.155c-0.086-0.1-0.129-0.242-0.129-0.416%20C77.781%2C97.219%2C78.033%2C96.988%2C78.341%2C96.988L78.341%2C96.988L78.341%2C96.988z%20M78.322%2C97.212c-0.159-0.001-0.281%2C0.123-0.283%2C0.357%20c0%2C0.233%2C0.092%2C0.372%2C0.281%2C0.374c0.16%2C0.001%2C0.28-0.123%2C0.282-0.358C78.603%2C97.353%2C78.511%2C97.212%2C78.322%2C97.212L78.322%2C97.212%20L78.322%2C97.212z%22%2F%3E%20%3Cg%3E%20%3Cdefs%3E%20%3Cpolygon%20id%3D%22SVGID_3_%22%20points%3D%2263.959%2C94.13%2063.959%2C100.014%2080.669%2C100.014%2080.669%2C94.13%2063.959%2C94.13%20%22%2F%3E%20%3C%2Fdefs%3E%20%3CclipPath%20id%3D%22SVGID_4_%22%3E%20%3Cuse%20xlink%3Ahref%3D%22%23SVGID_3_%22%20overflow%3D%22visible%22%2F%3E%20%3C%2FclipPath%3E%20%3Cpath%20clip-path%3D%22url%28%23SVGID_4_%29%22%20fill%3D%22%238b90a9%22%20d%3D%22M79.381%2C97c0.139%2C0%2C0.247%2C0.031%2C0.322%2C0.093%20c0.074%2C0.062%2C0.114%2C0.152%2C0.114%2C0.266c0%2C0.23-0.163%2C0.409-0.455%2C0.41c-0.026%2C0-0.051-0.002-0.063-0.003v0.383h-0.243v-1.141h0.013%20C79.068%2C97.008%2C79.224%2C97%2C79.381%2C97L79.381%2C97L79.381%2C97z%20M79.373%2C97.561c0.132%2C0%2C0.191-0.065%2C0.191-0.182%20c0.002-0.113-0.053-0.17-0.198-0.173c-0.026%2C0-0.053%2C0.001-0.067%2C0.001v0.347C79.313%2C97.557%2C79.344%2C97.561%2C79.373%2C97.561%20L79.373%2C97.561L79.373%2C97.561z%22%2F%3E%20%3Cpath%20clip-path%3D%22url%28%23SVGID_4_%29%22%20fill%3D%22%23fff%22%20d%3D%22M70.834%2C94.909c0.173%2C0.493-0.066%2C3.73-0.133%2C4.558%20c-0.338%2C0.022-3.731%2C0.471-3.731%2C0.471c-0.182%2C0.02-0.378%2C0.044-0.55%2C0.051c-0.257-0.027-0.406-0.059-0.519-0.084l-1.873-0.393%20c-0.178-1.585%2C0.143-4.532%2C0.143-4.532s0.241-0.053%2C1.001-0.249c0.656-0.162%2C1.197-0.504%2C1.373-0.54%20c0.843-0.173%2C3.127%2C0.331%2C3.953%2C0.604L70.834%2C94.909L70.834%2C94.909L70.834%2C94.909z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M70.672%2C97.267c-0.045%2C0.869-0.151%2C2.031-0.151%2C2.031c-0.779%2C0.059-2.252%2C0.323-3.463%2C0.44%20c-0.103%2C0.01-0.211%2C0.028-0.307%2C0.036c-0.258%2C0.02-0.337%2C0.021-0.337%2C0.021l-2.178-0.431c-0.145-1.251-0.051-2.961%2C0.112-4.224%20c0%2C0%2C0.63-0.153%2C1.089-0.321c0.378-0.138%2C0.554-0.192%2C0.926-0.347c0.079-0.032%2C0.171-0.089%2C0.208-0.098%20c0.968-0.104%2C3.404%2C0.443%2C4.127%2C0.674C70.771%2C95.45%2C70.672%2C97.267%2C70.672%2C97.267L70.672%2C97.267L70.672%2C97.267z%22%2F%3E%20%3Cpath%20fill%3D%22%23A2A6BB%22%20d%3D%22M66.446%2C94.641c0%2C0-0.079%2C4.161-0.12%2C4.954c-0.419%2C0-1.557-0.307-1.95-0.342%20c-0.092-0.191-0.062-1.558-0.06-1.729c0.006-0.31%2C0.1-2.065%2C0.151-2.235c0.016-0.04%2C0.034-0.047%2C0.059-0.055%20C64.979%2C95.125%2C66.018%2C94.889%2C66.446%2C94.641L66.446%2C94.641L66.446%2C94.641z%22%2F%3E%20%3Cpath%20fill%3D%22%23E7E8EE%22%20d%3D%22M69.259%2C99.282c-0.562%2C0.061-2.618%2C0.335-2.751%2C0.327c-0.021-0.009-0.019-0.812%2C0-0.942%20c0.067-1.18%2C0.037-1.899%2C0.058-2.812c0.024-0.426%2C0.01-0.794%2C0.024-1.262l0.002-0.029c0.18-0.012%2C0.668-0.019%2C1.187%2C0.05%20c1.095%2C0.146%2C2.336%2C0.402%2C2.712%2C0.543c0%2C0%2C0.076%2C0.023%2C0.075%2C0.097c0%2C0-0.008%2C0.907-0.03%2C1.218c-0.075%2C0.986-0.1%2C2.187-0.194%2C2.687%20C70.303%2C99.175%2C69.947%2C99.21%2C69.259%2C99.282L69.259%2C99.282L69.259%2C99.282z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M70.252%2C97.077c-0.021-0.043-0.068-0.031-0.125-0.021c-0.11%2C0.053-0.139%2C0.095-0.249%2C0.142%20c-0.131%2C0.058-0.713%2C0.329-1.199%2C0.297c-0.515-0.034-0.996-0.362-1.177-0.496c-0.096-0.071-0.277-0.23-0.418-0.225%20c-0.037%2C0.001-0.121%2C0.043-0.097%2C0.084c0.019%2C0.034%2C0.056%2C0.057%2C0.115%2C0.106c0.079%2C0.056%2C0.285%2C0.246%2C0.312%2C0.281%20c0.224%2C0.231%2C0.607%2C1.021%2C0.666%2C1.128c0.026%2C0.046%2C0.233%2C0.396%2C0.589%2C0.396c0.532%2C0%2C0.833-1.048%2C1.027-1.283%20c0.096-0.116%2C0.277-0.165%2C0.427-0.244c0.069-0.042%2C0.108-0.042%2C0.129-0.092C70.271%2C97.103%2C70.252%2C97.077%2C70.252%2C97.077%20L70.252%2C97.077L70.252%2C97.077z%22%2F%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M69.13%2C98.225c-0.045%2C0.07-0.214%2C0.367-0.47%2C0.367c-0.418%2C0-0.7-0.694-0.725-0.745%20c-0.096-0.188-0.2-0.371-0.278-0.548c0.354%2C0.187%2C0.728%2C0.341%2C1.115%2C0.336c0.026-0.001%2C0.172-0.006%2C0.207-0.008%20c0.141-0.01%2C0.285-0.054%2C0.5-0.093C69.479%2C97.534%2C69.173%2C98.155%2C69.13%2C98.225L69.13%2C98.225L69.13%2C98.225z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M67.928%2C96.227c0-0.125%2C0.089-0.225%2C0.197-0.225c0.106%2C0%2C0.194%2C0.1%2C0.194%2C0.225%20c0%2C0.122-0.088%2C0.224-0.194%2C0.224C68.017%2C96.45%2C67.928%2C96.349%2C67.928%2C96.227L67.928%2C96.227L67.928%2C96.227z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M69.173%2C96.343c0-0.116%2C0.084-0.212%2C0.187-0.212c0.104%2C0%2C0.188%2C0.096%2C0.188%2C0.212%20c0%2C0.118-0.084%2C0.214-0.188%2C0.214C69.257%2C96.557%2C69.173%2C96.461%2C69.173%2C96.343L69.173%2C96.343L69.173%2C96.343z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M68.291%2C95.605c-0.035-0.145-0.161-0.357-0.368-0.286c-0.218%2C0.074-0.463%2C0.462-0.44%2C0.58%20c0.071%2C0.172%2C0.223-0.317%2C0.418-0.373C68.072%2C95.476%2C68.22%2C95.659%2C68.291%2C95.605L68.291%2C95.605L68.291%2C95.605z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M69.399%2C95.756c0.06-0.085%2C0.174-0.183%2C0.276-0.146c0.152%2C0.059%2C0.245%2C0.48%2C0.161%2C0.502%20c-0.049-0.129-0.106-0.312-0.223-0.355C69.551%2C95.731%2C69.437%2C95.807%2C69.399%2C95.756L69.399%2C95.756L69.399%2C95.756z%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22none%22%20stroke%3D%22%238b90a9%22%20stroke-width%3D%220.2716%22%20stroke-miterlimit%3D%2210%22%20points%3D%2282.677%2C107.31%2062.411%2C107.31%2062.411%2C93.261%2082.677%2C93.261%2082.677%2C107.31%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M112.386%2C1v111.386H1V1H112.386%20M113.386%2C0H0v113.386h113.386V0L113.386%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%20'); }

.self-services .gls-icon.icon-info-service.active {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.4%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22113.387px%22%20height%3D%22113.386px%22%20viewBox%3D%220%200%20113.387%20113.386%22%20enable-background%3D%22new%200%200%20113.387%20113.386%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M48.387%2C75.349l-0.256-3.322c-0.766-6.899%2C1.534-14.438%2C7.922-22.105C61.805%2C43.149%2C65%2C38.166%2C65%2C32.415%20c0-6.516-4.09-10.86-12.141-10.988c-4.6%2C0-9.711%2C1.533-12.906%2C3.961l-3.066-8.05c4.216-3.067%2C11.5-5.111%2C18.272-5.111%20c14.694%2C0%2C21.341%2C9.072%2C21.341%2C18.783c0%2C8.688-4.857%2C14.95-10.99%2C22.233c-5.621%2C6.646-7.667%2C12.267-7.283%2C18.783l0.127%2C3.322%20H48.387z%20M45.576%2C93.238c0-4.728%2C3.194-8.051%2C7.667-8.051c4.474%2C0%2C7.541%2C3.323%2C7.541%2C8.051c0%2C4.472-2.94%2C7.922-7.668%2C7.922%20C48.643%2C101.16%2C45.576%2C97.71%2C45.576%2C93.238z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M112.386%2C1v111.386H1V1H112.386%20M113.386%2C0H0v113.386h113.386V0L113.386%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'); }

.self-services .gls-icon.icon-info-service {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.4%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22113.387px%22%20height%3D%22113.386px%22%20viewBox%3D%220%200%20113.387%20113.386%22%20enable-background%3D%22new%200%200%20113.387%20113.386%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M48.387%2C75.349l-0.256-3.322c-0.766-6.899%2C1.534-14.438%2C7.922-22.105C61.805%2C43.149%2C65%2C38.166%2C65%2C32.415%20c0-6.516-4.09-10.86-12.141-10.988c-4.6%2C0-9.711%2C1.533-12.906%2C3.961l-3.066-8.05c4.216-3.067%2C11.5-5.111%2C18.272-5.111%20c14.694%2C0%2C21.341%2C9.072%2C21.341%2C18.783c0%2C8.688-4.857%2C14.95-10.99%2C22.233c-5.621%2C6.646-7.667%2C12.267-7.283%2C18.783l0.127%2C3.322%20H48.387z%20M45.576%2C93.238c0-4.728%2C3.194-8.051%2C7.667-8.051c4.474%2C0%2C7.541%2C3.323%2C7.541%2C8.051c0%2C4.472-2.94%2C7.922-7.668%2C7.922%20C48.643%2C101.16%2C45.576%2C97.71%2C45.576%2C93.238z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M112.386%2C1v111.386H1V1H112.386%20M113.386%2C0H0v113.386h113.386V0L113.386%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E'); }

.self-services .gls-icon.icon-timeframe.active {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.4%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22113.387px%22%20height%3D%22113.386px%22%20viewBox%3D%220%200%20113.387%20113.386%22%20enable-background%3D%22new%200%200%20113.387%20113.386%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M112.386%2C1v111.386H1V1H112.386%20M113.386%2C0H0v113.386h113.386V0L113.386%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M56.692%2C101.743c-24.841%2C0-45.051-20.21-45.051-45.051c0-24.841%2C20.209-45.051%2C45.051-45.051%20c24.841%2C0%2C45.051%2C20.209%2C45.051%2C45.051C101.743%2C81.533%2C81.533%2C101.743%2C56.692%2C101.743z%20M56.692%2C15.159%20c-22.901%2C0-41.533%2C18.632-41.533%2C41.533s18.632%2C41.533%2C41.533%2C41.533s41.533-18.632%2C41.533-41.533S79.594%2C15.159%2C56.692%2C15.159z%22%2F%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M38.821%2C85.067l-2.51%2C4.348c-0.356%2C0.616-0.145%2C1.405%2C0.472%2C1.762c0.203%2C0.117%2C0.425%2C0.173%2C0.644%2C0.173%20c0.446%2C0%2C0.879-0.231%2C1.118-0.646l2.508-4.344C40.291%2C85.958%2C39.547%2C85.525%2C38.821%2C85.067z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M74.564%2C28.318l2.51-4.347c0.356-0.617%2C0.145-1.406-0.473-1.762c-0.617-0.357-1.405-0.145-1.762%2C0.472%20l-2.508%2C4.344C73.095%2C27.428%2C73.838%2C27.86%2C74.564%2C28.318z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M56.692%2C90.23c-0.433%2C0-0.861-0.017-1.29-0.032v5.022c0%2C0.713%2C0.578%2C1.29%2C1.29%2C1.29s1.29-0.577%2C1.29-1.29%20v-5.022C57.554%2C90.214%2C57.125%2C90.23%2C56.692%2C90.23z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M56.692%2C23.154c0.433%2C0%2C0.862%2C0.017%2C1.291%2C0.033v-5.023c0-0.712-0.578-1.29-1.29-1.29%20s-1.29%2C0.578-1.29%2C1.29v5.023C55.831%2C23.171%2C56.259%2C23.154%2C56.692%2C23.154z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M80.86%2C71.156c2.018-3.919%2C3.164-10.361%2C3.164-15.075c0-15.807-12.823-28.622-28.622-28.622v28.999%20L80.86%2C71.156z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M27.025%2C72.333l-4.344%2C2.508c-0.617%2C0.356-0.828%2C1.146-0.472%2C1.762c0.239%2C0.414%2C0.672%2C0.646%2C1.118%2C0.646%20c0.219%2C0%2C0.441-0.056%2C0.644-0.173l4.348-2.51C27.86%2C73.839%2C27.428%2C73.095%2C27.025%2C72.333z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M91.176%2C36.783c-0.356-0.617-1.146-0.829-1.762-0.472l-4.348%2C2.51c0.459%2C0.726%2C0.891%2C1.469%2C1.294%2C2.231%20l4.343-2.507C91.32%2C38.189%2C91.532%2C37.4%2C91.176%2C36.783z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M23.154%2C56.693c0-0.433%2C0.017-0.861%2C0.033-1.29h-5.023c-0.712%2C0-1.29%2C0.578-1.29%2C1.29s0.578%2C1.29%2C1.29%2C1.29%20h5.023C23.171%2C57.555%2C23.154%2C57.125%2C23.154%2C56.693z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M95.221%2C55.402h-5.022c0.016%2C0.429%2C0.032%2C0.858%2C0.032%2C1.291s-0.017%2C0.861-0.032%2C1.29h5.022%20c0.713%2C0%2C1.29-0.578%2C1.29-1.29S95.933%2C55.402%2C95.221%2C55.402z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M28.318%2C38.821l-4.347-2.509c-0.616-0.355-1.406-0.145-1.762%2C0.472c-0.356%2C0.617-0.145%2C1.406%2C0.472%2C1.762%20l4.343%2C2.507C27.427%2C40.292%2C27.859%2C39.548%2C28.318%2C38.821z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M90.703%2C74.839l-4.343-2.507c-0.402%2C0.762-0.835%2C1.506-1.293%2C2.231l4.347%2C2.51%20c0.203%2C0.117%2C0.425%2C0.173%2C0.644%2C0.173c0.445%2C0%2C0.879-0.231%2C1.118-0.646C91.532%2C75.984%2C91.32%2C75.195%2C90.703%2C74.839z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M38.821%2C28.318c0.726-0.458%2C1.47-0.891%2C2.232-1.293l-2.508-4.343c-0.356-0.617-1.146-0.828-1.762-0.472%20c-0.617%2C0.356-0.828%2C1.145-0.472%2C1.762L38.821%2C28.318z%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M74.564%2C85.066c-0.727%2C0.458-1.47%2C0.891-2.232%2C1.294l2.508%2C4.343c0.239%2C0.414%2C0.673%2C0.646%2C1.118%2C0.646%20c0.219%2C0%2C0.44-0.056%2C0.644-0.173c0.617-0.356%2C0.829-1.146%2C0.473-1.762L74.564%2C85.066z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%20'); }

.self-services .gls-icon.icon-timeframe {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.4%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22113.387px%22%20height%3D%22113.386px%22%20viewBox%3D%220%200%20113.387%20113.386%22%20enable-background%3D%22new%200%200%20113.387%20113.386%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M112.386%2C1v111.386H1V1H112.386%20M113.386%2C0H0v113.386h113.386V0L113.386%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M56.692%2C101.743c-24.841%2C0-45.051-20.21-45.051-45.051c0-24.841%2C20.209-45.051%2C45.051-45.051%20c24.841%2C0%2C45.051%2C20.209%2C45.051%2C45.051C101.743%2C81.533%2C81.533%2C101.743%2C56.692%2C101.743z%20M56.692%2C15.159%20c-22.901%2C0-41.533%2C18.632-41.533%2C41.533s18.632%2C41.533%2C41.533%2C41.533s41.533-18.632%2C41.533-41.533S79.594%2C15.159%2C56.692%2C15.159z%22%2F%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M38.821%2C85.067l-2.51%2C4.348c-0.356%2C0.616-0.145%2C1.405%2C0.472%2C1.762c0.203%2C0.117%2C0.425%2C0.173%2C0.644%2C0.173%20c0.446%2C0%2C0.879-0.231%2C1.118-0.646l2.508-4.344C40.291%2C85.958%2C39.547%2C85.525%2C38.821%2C85.067z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M74.564%2C28.318l2.51-4.347c0.356-0.617%2C0.145-1.406-0.473-1.762c-0.617-0.357-1.405-0.145-1.762%2C0.472%20l-2.508%2C4.344C73.095%2C27.428%2C73.838%2C27.86%2C74.564%2C28.318z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M56.692%2C90.23c-0.433%2C0-0.861-0.017-1.29-0.032v5.022c0%2C0.713%2C0.578%2C1.29%2C1.29%2C1.29s1.29-0.577%2C1.29-1.29%20v-5.022C57.554%2C90.214%2C57.125%2C90.23%2C56.692%2C90.23z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M56.692%2C23.154c0.433%2C0%2C0.862%2C0.017%2C1.291%2C0.033v-5.023c0-0.712-0.578-1.29-1.29-1.29%20s-1.29%2C0.578-1.29%2C1.29v5.023C55.831%2C23.171%2C56.259%2C23.154%2C56.692%2C23.154z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M80.86%2C71.156c2.018-3.919%2C3.164-10.361%2C3.164-15.075c0-15.807-12.823-28.622-28.622-28.622v28.999%20L80.86%2C71.156z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M27.025%2C72.333l-4.344%2C2.508c-0.617%2C0.356-0.828%2C1.146-0.472%2C1.762c0.239%2C0.414%2C0.672%2C0.646%2C1.118%2C0.646%20c0.219%2C0%2C0.441-0.056%2C0.644-0.173l4.348-2.51C27.86%2C73.839%2C27.428%2C73.095%2C27.025%2C72.333z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M91.176%2C36.783c-0.356-0.617-1.146-0.829-1.762-0.472l-4.348%2C2.51c0.459%2C0.726%2C0.891%2C1.469%2C1.294%2C2.231%20l4.343-2.507C91.32%2C38.189%2C91.532%2C37.4%2C91.176%2C36.783z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M23.154%2C56.693c0-0.433%2C0.017-0.861%2C0.033-1.29h-5.023c-0.712%2C0-1.29%2C0.578-1.29%2C1.29s0.578%2C1.29%2C1.29%2C1.29%20h5.023C23.171%2C57.555%2C23.154%2C57.125%2C23.154%2C56.693z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M95.221%2C55.402h-5.022c0.016%2C0.429%2C0.032%2C0.858%2C0.032%2C1.291s-0.017%2C0.861-0.032%2C1.29h5.022%20c0.713%2C0%2C1.29-0.578%2C1.29-1.29S95.933%2C55.402%2C95.221%2C55.402z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M28.318%2C38.821l-4.347-2.509c-0.616-0.355-1.406-0.145-1.762%2C0.472c-0.356%2C0.617-0.145%2C1.406%2C0.472%2C1.762%20l4.343%2C2.507C27.427%2C40.292%2C27.859%2C39.548%2C28.318%2C38.821z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M90.703%2C74.839l-4.343-2.507c-0.402%2C0.762-0.835%2C1.506-1.293%2C2.231l4.347%2C2.51%20c0.203%2C0.117%2C0.425%2C0.173%2C0.644%2C0.173c0.445%2C0%2C0.879-0.231%2C1.118-0.646C91.532%2C75.984%2C91.32%2C75.195%2C90.703%2C74.839z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M38.821%2C28.318c0.726-0.458%2C1.47-0.891%2C2.232-1.293l-2.508-4.343c-0.356-0.617-1.146-0.828-1.762-0.472%20c-0.617%2C0.356-0.828%2C1.145-0.472%2C1.762L38.821%2C28.318z%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M74.564%2C85.066c-0.727%2C0.458-1.47%2C0.891-2.232%2C1.294l2.508%2C4.343c0.239%2C0.414%2C0.673%2C0.646%2C1.118%2C0.646%20c0.219%2C0%2C0.44-0.056%2C0.644-0.173c0.617-0.356%2C0.829-1.146%2C0.473-1.762L74.564%2C85.066z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%20'); }

.self-services .gls-icon.icon-delivery-options {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22113.387px%22%20height%3D%22113.386px%22%20viewBox%3D%220%200%20113.387%20113.386%22%20enable-background%3D%22new%200%200%20113.387%20113.386%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M112.386%2C1v111.386H1V1H112.386%20M113.386%2C0H0v113.386h113.386V0L113.386%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2234.98%2C2.618%205.37%2C22.174%205.41%2C27.502%2034.98%2C8.046%2064.588%2C27.638%2064.588%2C22.174%20%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M34.98%2C10.039L8.401%2C27.457v30.039h53.155V27.457L34.98%2C10.039z%20M41.223%2C55.569H29.059V36.563h12.164%20V55.569z%22%2F%3E%20%3Crect%20x%3D%2243.701%22%20y%3D%224.519%22%20fill%3D%22%238b90a9%22%20width%3D%227.169%22%20height%3D%228.852%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2290.064%2C70.557%2070.595%2C83.415%2070.621%2C86.919%2090.064%2C74.125%20109.535%2C87.009%20109.535%2C83.415%20%22%2F%3E%20%3Cpath%20fill%3D%22%238b90a9%22%20d%3D%22M90.064%2C75.437L72.588%2C86.89v19.753h34.954V86.89L90.064%2C75.437z%22%2F%3E%20%3C%2Fg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2237.565%2C58.949%2031.896%2C58.949%2031.896%2C74.945%2037.565%2C73.36%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2271.919%2C97.12%2062.128%2C91.467%2062.128%2C94.285%2053.584%2C94.285%2053.584%2C99.955%2062.128%2C99.955%2062.128%2C102.773%20%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2236.981%2C87.94%2034.408%2C88.66%2034.408%2C100.728%2034.408%2C107.769%2053%2C102.566%2053%2C100.728%2053%2C95.058%2053%2C83.459%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2239.455%2C73.441%2036.981%2C74.133%2031.312%2C75.718%2020.382%2C78.772%2026.28%2C82.564%2031.312%2C81.158%2036.981%2C79.574%2045.353%2C77.234%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2246.691%2C78.095%2036.981%2C80.809%2031.312%2C82.394%2027.619%2C83.426%2031.312%2C85.831%2033.759%2C87.424%2036.981%2C86.523%2052.832%2C82.094%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%238b90a9%22%20points%3D%2231.312%2C87.368%2019.868%2C80.008%2019.868%2C99.117%2033.001%2C107.562%2033.001%2C100.728%2033.001%2C88.454%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%20'); }

.self-services .gls-icon.icon-delivery-options.active {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%20%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%20%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22113.387px%22%20height%3D%22113.386px%22%20viewBox%3D%220%200%20113.387%20113.386%22%20enable-background%3D%22new%200%200%20113.387%20113.386%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M112.386%2C1v111.386H1V1H112.386%20M113.386%2C0H0v113.386h113.386V0L113.386%2C0z%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2234.98%2C2.618%205.37%2C22.174%205.41%2C27.502%2034.98%2C8.046%2064.588%2C27.638%2064.588%2C22.174%20%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M34.98%2C10.039L8.401%2C27.457v30.039h53.155V27.457L34.98%2C10.039z%20M41.223%2C55.569H29.059V36.563h12.164%20V55.569z%22%2F%3E%20%3Crect%20x%3D%2243.701%22%20y%3D%224.519%22%20fill%3D%22%23172154%22%20width%3D%227.169%22%20height%3D%228.852%22%2F%3E%20%3C%2Fg%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2290.064%2C70.557%2070.595%2C83.415%2070.621%2C86.919%2090.064%2C74.125%20109.535%2C87.009%20109.535%2C83.415%20%22%2F%3E%20%3Cpath%20fill%3D%22%23172154%22%20d%3D%22M90.064%2C75.437L72.588%2C86.89v19.753h34.954V86.89L90.064%2C75.437z%22%2F%3E%20%3C%2Fg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2237.565%2C58.949%2031.896%2C58.949%2031.896%2C74.945%2037.565%2C73.36%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2271.919%2C97.12%2062.128%2C91.467%2062.128%2C94.285%2053.584%2C94.285%2053.584%2C99.955%2062.128%2C99.955%2062.128%2C102.773%20%22%2F%3E%20%3Cg%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2236.981%2C87.94%2034.408%2C88.66%2034.408%2C100.728%2034.408%2C107.769%2053%2C102.566%2053%2C100.728%2053%2C95.058%2053%2C83.459%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2239.455%2C73.441%2036.981%2C74.133%2031.312%2C75.718%2020.382%2C78.772%2026.28%2C82.564%2031.312%2C81.158%2036.981%2C79.574%2045.353%2C77.234%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2246.691%2C78.095%2036.981%2C80.809%2031.312%2C82.394%2027.619%2C83.426%2031.312%2C85.831%2033.759%2C87.424%2036.981%2C86.523%2052.832%2C82.094%20%22%2F%3E%20%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%2231.312%2C87.368%2019.868%2C80.008%2019.868%2C99.117%2033.001%2C107.562%2033.001%2C100.728%2033.001%2C88.454%20%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E%20'); }

parcel-shops-map .client-position-marker, #parcel-shop-finder-header .legend .client-position::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2028%2037%22%20enable-background%3D%22new%200%200%2028%2037%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%236b1544%22%20d%3D%22M0%2C13.9C0%2C6.2%2C6.3%2C0%2C14%2C0s14%2C6.2%2C14%2C13.9S19.4%2C32.7%2C14.1%2C37%20C8.5%2C32.8%2C0%2C21.6%2C0%2C13.9z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M7%2C14c0-3.9%2C3.1-7%2C7-7s7%2C3.1%2C7%2C7s-3.1%2C7-7%2C7S7%2C17.9%2C7%2C14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }

parcel-shops-map .parcel-shop-marker, #parcel-shop-finder-header .legend .parcel-shop::before {
  background-image: url("../images/parcelshop_marker_medium.png"); }

parcel-shops-map .marker-wrapper.inactive .parcel-shop-marker {
  background-image: url("../images/parcelshop_marker_inactive_medium.png"); }

live-tracking-map .vehicle-position-marker {
  background-image: url("../images/icon_position_vehicle.svg"); }

live-tracking-map .marker-wrapper.inactive .vehicle-position-marker {
  background-image: url("../images/icon_position_vehicle.svg"); }

live-tracking-map .address-position-marker {
  background-image: url("../images/icon_position_address.svg"); }

live-tracking-map .marker-wrapper.inactive .address-position.maker {
  background-image: url("../images/icon_position_address.svg"); }

.track-and-trace-directive .livetracking-hint .livetracking-thumbnail .thumbnail-map {
  background-image: url("../images/thumbnail_map.svg"); }

.ngdialog.liveTracking-dialog .btn-refresh i {
  background-image: url("../images/icon_refresh.svg"); }

.ngdialog.liveTrackingStatus-dialog .status-content .status-thumbnail i.delivered-icon {
  background-image: url("../images/icon_status_delivered.svg"); }

.ngdialog.liveTrackingStatus-dialog .status-content .status-thumbnail i.not-delivered-icon {
  background-image: url("../images/icon_status_notdelivered.svg"); }

header#page-header .header .nav-menu .nav-menu-account #navbar-toggle {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2022%22%20enable-background%3D%22new%200%200%2030%2022%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20width%3D%2230%22%20height%3D%2222%22%20y%3D%2259%22%20x%3D%22-55%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Crect%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20width%3D%2230%22%20height%3D%224%22%2F%3E%3Crect%20y%3D%229%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20width%3D%2230%22%20height%3D%224%22%2F%3E%3Crect%20y%3D%2218%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20width%3D%2230%22%20height%3D%224%22%2F%3E%3C%2Fsvg%3E'); }

parcel-shop-route > article > section ol li.forward {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2030%22%20%20enable-background%3D%22new%200%200%2014%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2214%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20points%3D%2214%2C11%207%2C0%200%2C11%204%2C11%204%2C30%2010%2C30%2010%2C11%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.bearRight {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20140%20140%22%20%20enable-background%3D%22new%200%200%20140%20140%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2293.3%22%20height%3D%22140%22%20bottomLeftOrigin%3D%22true%22%20x%3D%2223.3%22%20y%3D%220%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%22109.2%2C73.7%20116.7%2C32.7%2076.5%2C41.1%2085.9%2C50.4%2037.3%2C94.7%2037.3%2C140%2056%2C140%2056%2C103.1%2098.9%2C63.5%20%22%2F%3E%3Cpolygon%20fill%3D%22%238B90A9%22%20points%3D%2237.3%2C94.7%2056%2C77.7%2056%2C32.7%2070%2C32.7%2046.7%2C0%2023.3%2C32.7%2037.3%2C32.7%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.lightRight {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2030%22%20enable-background%3D%22new%200%200%2016%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20width%3D%2216%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20points%3D%2213.4%2C12%2016%2C0%204%2C2.5%206.7%2C5.2%200%2C11.8%200%2C30%206%2C30%206%2C14.1%2010.7%2C9.3%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.right {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025%2030%22%20enable-background%3D%22new%200%200%2025%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20width%3D%2225%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20points%3D%2214%2C14%2025%2C7%2014%2C0%2014%2C4%200%2C4%200%2C30%206%2C30%206%2C10%2014%2C10%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.hardRight {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2023%2030%22%20%20enable-background%3D%22new%200%200%2023%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2223%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20points%3D%2220.8%2C13.7%2017.9%2C16.6%200%2C0%200%2C30%206%2C30%206%2C13%2014.1%2C20.511.4%2C23.3%2023%2C25.7%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.uTurnRight {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2030%22%20%20enable-background%3D%22new%200%200%2024%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2224%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20d%3D%22M10%2C19l7%2C11l7-11h-4v-9c0-4.9-3.9-10-10-10S0%2C5.1%2C0%2C10v20h6V10c0-1.5%2C1.2-4%2C4-4s4%2C2.5%2C4%2C4v9H10z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.uTurnLeft {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2030%22%20%20enable-background%3D%22new%200%200%2024%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2224%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20d%3D%22M14%2C19h-4v-9c0-1.5%2C1.2-4%2C4-4s4%2C2.5%2C4%2C4v20h6V10c0-4.9-3.9-10-10-10S4%2C5.1%2C4%2C10v9H0l7%2C11L14%2C19z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.hardLeft {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2023%2030%22%20%20enable-background%3D%22new%200%200%2023%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2223%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20points%3D%222.2%2C13.7%200%2C25.7%2011.6%2C23.3%208.9%2C20.5%2017%2C13%2017%2C30%2023%2C3023%2C0%205.1%2C16.6%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.left {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2025%2030%22%20%20enable-background%3D%22new%200%200%2025%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2225%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20points%3D%2211%2C14%2011%2C10%2019%2C10%2019%2C30%2025%2C30%2025%2C4%2011%2C4%2011%2C0%200%2C7%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.lightLeft {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2016%2030%22%20enable-background%3D%22new%200%200%2016%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20width%3D%2216%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20points%3D%222.6%2C12%205.3%2C9.3%2010%2C14.1%2010%2C30%2016%2C30%2016%2C11.8%209.3%2C5.2%2012%2C2.5%200%2C0%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

parcel-shop-route > article > section ol li.bearLeft {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2020%2030%22%20%20enable-background%3D%22new%200%200%2020%2030%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2220%22%20height%3D%2230%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-55%22%20y%3D%2255%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23172154%22%20points%3D%221.6%2C15.8%203.8%2C13.6%2013%2C22.1%2013%2C30%2017%2C30%2017%2C20.2%206.6%2C10.88.6%2C8.8%200%2C7%20%22%2F%3E%3Cpolygon%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238B90A9%22%20points%3D%2215%2C0%2010%2C7%2013%2C7%2013%2C16.6%2017%2C20.2%2017%2C7%2020%2C7%20%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat; }

#navigation {
  position: fixed;
  top: 84px;
  right: 0;
  width: 320px;
  z-index: 1000;
  background-color: #fff; }
  #navigation .mobileNav {
    font-size: 0.8rem;
    height: calc(100vh - 84px);
    overflow-y: auto;
    border-top: 2px solid #ccc;
    max-width: 320px; }
    #navigation .mobileNav .fa-shopping-cart {
      position: relative; }
      #navigation .mobileNav .fa-shopping-cart:hover {
        color: #666; }
      #navigation .mobileNav .fa-shopping-cart.custom-badge:after {
        content: attr(data-count);
        position: absolute;
        background: #6b1544;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        top: -0.5rem;
        right: -0.5rem;
        width: 0.8rem;
        text-align: center;
        line-height: 0.8rem;
        font-size: x-small;
        font-weight: normal;
        border-radius: 50%;
        color: white;
        border: 1px solid #6b1544; }
    #navigation .mobileNav .icon-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 40px;
      max-width: 40px;
      padding-right: 0.5rem; }
    #navigation .mobileNav h3, #navigation .mobileNav form fieldset legend, form fieldset #navigation .mobileNav legend {
      color: #666;
      font-weight: 600;
      font-size: 0.8rem; }
      #navigation .mobileNav h3.account-link, #navigation .mobileNav form fieldset legend.account-link, form fieldset #navigation .mobileNav legend.account-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 0.1rem; }
    #navigation .mobileNav .fa-2x {
      font-size: 1.25rem; }
      #navigation .mobileNav .fa-2x.icon-grey {
        color: #666; }
      #navigation .mobileNav .fa-2x.icon-red {
        color: #6b1544; }
    #navigation .mobileNav .service-list-container {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 0.5rem; }
    #navigation .mobileNav > ul {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 20px;
      box-sizing: border-box; }
      #navigation .mobileNav > ul .language-selector {
        padding-bottom: 1rem; }
      #navigation .mobileNav > ul .shopping-cart {
        padding-bottom: 0.5rem; }
        #navigation .mobileNav > ul .shopping-cart .shopping-cart-label {
          color: #666; }
        #navigation .mobileNav > ul .shopping-cart a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; }
      #navigation .mobileNav > ul .customer {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-bottom: 0.5rem; }
        #navigation .mobileNav > ul .customer > div {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
    #navigation .mobileNav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      list-style-type: none;
      margin: 0;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start; }
      #navigation .mobileNav ul .customer-label {
        font-weight: normal; }
      #navigation .mobileNav ul .service-list {
        padding: 0;
        background-color: #eee; }
        #navigation .mobileNav ul .service-list li {
          padding: 8px 15px; }
          #navigation .mobileNav ul .service-list li:first-child {
            margin-top: 8px; }
          #navigation .mobileNav ul .service-list li:last-child {
            margin-bottom: 8px; }
        #navigation .mobileNav ul .service-list .service-list-item a {
          color: #666; }
          #navigation .mobileNav ul .service-list .service-list-item a:hover {
            color: #172154; }
        #navigation .mobileNav ul .service-list .service-list-item.active {
          background-color: #747A98; }
          #navigation .mobileNav ul .service-list .service-list-item.active a {
            color: white; }
      #navigation .mobileNav ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%; }
        #navigation .mobileNav ul li.language-selector {
          width: 100%; }
          #navigation .mobileNav ul li.language-selector language-selector {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: row-reverse;
                -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
            width: 100%; }
            #navigation .mobileNav ul li.language-selector language-selector .div-country-language {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
              -webkit-flex-direction: row-reverse;
                  -ms-flex-direction: row-reverse;
                      flex-direction: row-reverse;
              -webkit-box-pack: justify;
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-flex: 1;
              -webkit-flex-grow: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
              width: 100%; }
              #navigation .mobileNav ul li.language-selector language-selector .div-country-language .form {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-flex: 1;
                -webkit-flex-grow: 1;
                    -ms-flex-positive: 1;
                        flex-grow: 1;
                -webkit-flex-basis: 50%;
                    -ms-flex-preferred-size: 50%;
                        flex-basis: 50%; }
                #navigation .mobileNav ul li.language-selector language-selector .div-country-language .form select {
                  background-position: calc(100% - 8px);
                  color: #666;
                  font-size: 0.8em;
                  height: 100%;
                  line-height: 35px;
                  -webkit-flex-shrink: 0;
                      -ms-flex-negative: 0;
                          flex-shrink: 0;
                  width: 100%; }
              #navigation .mobileNav ul li.language-selector language-selector .div-country-language .language-options {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                height: 100%;
                -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-flex-basis: 30%;
                    -ms-flex-preferred-size: 30%;
                        flex-basis: 30%;
                -webkit-box-flex: 1;
                -webkit-flex-grow: 1;
                    -ms-flex-positive: 1;
                        flex-grow: 1;
                padding-left: 1rem;
                padding-right: 1rem;
                -webkit-justify-content: space-around;
                    -ms-flex-pack: distribute;
                        justify-content: space-around; }
                #navigation .mobileNav ul li.language-selector language-selector .div-country-language .language-options span {
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                  -webkit-align-items: center;
                      -ms-flex-align: center;
                          align-items: center;
                  height: 100%; }
                  #navigation .mobileNav ul li.language-selector language-selector .div-country-language .language-options span a {
                    color: #666; }
                  #navigation .mobileNav ul li.language-selector language-selector .div-country-language .language-options span.active a {
                    color: #6b1544;
                    font-weight: 600; }

body.navigation-open {
  overflow: hidden; }

#navigation-glasspane {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  height: calc(100vh + 100px);
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5); }

@font-face {
  font-family: "TheSansGLS";
  src: url('../fonts/TheSansGLS_LP_500_Regular.woff?1563548849') format('woff'), url('../fonts/TheSansGLS_LP_500_Regular.eot?1563548849') format('embedded-opentype'), url('../fonts/TheSansGLS_LP_500_Regular.svg?1563548849') format('svg');
  font-weight: 500; }

@font-face {
  font-family: "TheSansGLS";
  src: url('../fonts/TheSansGLS_LP_600_SemiBold.woff?1563548849') format('woff'), url('../fonts/TheSansGLS_LP_600_SemiBold.eot?1563548849') format('embedded-opentype'), url('../fonts/TheSansGLS_LP_600_SemiBold.svg?1563548849') format('svg');
  font-weight: 600; }

@font-face {
  font-family: "TheSansGLS";
  src: url('../fonts/TheSansGLS_LP_700_Bold.woff?1563548849') format('woff'), url('../fonts/TheSansGLS_LP_700_Bold.eot?1563548849') format('embedded-opentype'), url('../fonts/TheSansGLS_LP_700_Bold.svg?1563548849') format('svg');
  font-weight: 700; }

@font-face {
  font-family: "TheSansGLS";
  src: url('../fonts/TheSansGLS_LP_500i_Regular_Italic.woff?1563548849') format('woff'), url('../fonts/TheSansGLS_LP_500i_Regular_Italic.eot?1563548849') format('embedded-opentype'), url('../fonts/TheSansGLS_LP_500i_Regular_Italic.svg?1563548849') format('svg');
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "TheSansGLS";
  src: url('../fonts/TheSansGLS_LP_600i_SemiBold_Italic.woff?1563548849') format('woff'), url('../fonts/TheSansGLS_LP_600i_SemiBold_Italic.eot?1563548849') format('embedded-opentype'), url('../fonts/TheSansGLS_LP_600i_SemiBold_Italic.svg?1563548849') format('svg');
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "TheSansGLS";
  src: url('../fonts/TheSansGLS_LP_700i_Bold_Italic.woff?1563548849') format('woff'), url('../fonts/TheSansGLS_LP_700i_Bold_Italic.eot?1563548849') format('embedded-opentype'), url('../fonts/TheSansGLS_LP_700i_Bold_Italic.svg?1563548849') format('svg');
  font-weight: 700;
  font-style: italic; }

html {
  font-size: 16px; }
  @media screen and (min-width: 321px) {
    html {
      font-size: 20px; } }

body {
  font-family: TheSansGLS, sans-serif;
  color: #172154; }

h1 {
  font-weight: 500;
  font-size: 24px; }
  @media screen and (min-width: 321px) and (max-width: 768px) {
    h1 {
      font-size: 30px; } }
  @media screen and (min-width: 769px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 1.2em;
  font-weight: 500; }

h3, form fieldset legend {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.67em; }

.note {
  font-size: 70%;
  font-style: italic; }

#wizard-step-indicator {
  margin-top: 14px;
  padding: 0 14px; }
  @media screen and (min-width: 481px) {
    #wizard-step-indicator {
      padding: 0; } }
  #wizard-step-indicator > .wizard-label {
    font-weight: 600;
    text-align: center;
    margin: 0;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    width: calc(33% - 3px);
    position: relative;
    background-color: #8b90a9;
    color: #fff; }
    #wizard-step-indicator > .wizard-label > a {
      display: none; }
    #wizard-step-indicator > .wizard-label > .bubble {
      display: inline-block;
      width: 28px;
      height: 28px;
      line-height: 28px;
      border-radius: 50%;
      text-align: center;
      margin: 0 20px; }
    #wizard-step-indicator > .wizard-label:not(:first-child) > .bubble {
      margin-left: 29px; }
    #wizard-step-indicator > .wizard-label:not(:last-of-type)::before, #wizard-step-indicator > .wizard-label::after {
      z-index: 1;
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-bottom: 30px solid transparent;
      border-left: 9px solid; }
    #wizard-step-indicator > .wizard-label:not(:last-of-type)::before {
      top: 0;
      right: -10px;
      border-left-color: #fff; }
    #wizard-step-indicator > .wizard-label::after {
      top: 0;
      right: -9px;
      border-left-color: #8b90a9; }
    #wizard-step-indicator > .wizard-label.active::after {
      border-left-color: #172154; }
    #wizard-step-indicator > .wizard-label.active ~ .wizard-label::before {
      border-left-color: #172154; }
    #wizard-step-indicator > .wizard-label.active ~ .wizard-label::after {
      border-left-color: #fff; }
    #wizard-step-indicator > .wizard-label > .state {
      display: none; }
      @media screen and (min-width: 769px) {
        #wizard-step-indicator > .wizard-label > .state {
          display: inline; } }
    @media screen and (min-width: 769px) {
      #wizard-step-indicator > .wizard-label {
        text-align: left; } }
    #wizard-step-indicator > .wizard-label > .bubble {
      background-color: #fff;
      color: #8b90a9; }
    #wizard-step-indicator > .wizard-label.active {
      background-color: #172154;
      color: #fff; }
      #wizard-step-indicator > .wizard-label.active > .bubble {
        background-color: #fff;
        color: #172154; }
      #wizard-step-indicator > .wizard-label.active ~ .wizard-label {
        background-color: #fff;
        color: #172154; }
        #wizard-step-indicator > .wizard-label.active ~ .wizard-label > .bubble {
          background-color: #172154;
          color: #fff; }

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1em;
  line-height: 1em; }

.flag-icon:before {
  content: "\00a0";
  margin: 14px; }

.flag-icon-at {
  background-image: url(../images/flags/at.svg); }

.flag-icon-be {
  background-image: url(../images/flags/be.svg); }

.flag-icon-bg {
  background-image: url(../images/flags/bg.svg); }

.flag-icon-cz {
  background-image: url(../images/flags/cz.svg); }

.flag-icon-dk {
  background-image: url(../images/flags/dk.svg); }

.flag-icon-ee {
  background-image: url(../images/flags/ee.svg); }

.flag-icon-fi {
  background-image: url(../images/flags/fi.svg); }

.flag-icon-fr {
  background-image: url(../images/flags/fr.svg); }

.flag-icon-hu {
  background-image: url(../images/flags/hu.svg); }

.flag-icon-ie {
  background-image: url(../images/flags/ie.svg); }

.flag-icon-it {
  background-image: url(../images/flags/it.svg); }

.flag-icon-lv {
  background-image: url(../images/flags/lv.svg); }

.flag-icon-lt {
  background-image: url(../images/flags/lt.svg); }

.flag-icon-lu {
  background-image: url(../images/flags/lu.svg); }

.flag-icon-mc {
  background-image: url(../images/flags/mc.svg); }

.flag-icon-nl {
  background-image: url(../images/flags/nl.svg); }

.flag-icon-pl {
  background-image: url(../images/flags/pl.svg); }

.flag-icon-pt {
  background-image: url(../images/flags/pt.svg); }

.flag-icon-ro {
  background-image: url(../images/flags/ro.svg); }

.flag-icon-sk {
  background-image: url(../images/flags/sk.svg); }

.flag-icon-si {
  background-image: url(../images/flags/si.svg); }

.flag-icon-es {
  background-image: url(../images/flags/es.svg); }

.flag-icon-se {
  background-image: url(../images/flags/se.svg); }

.flag-icon-gb {
  background-image: url(../images/flags/gb.svg); }

.flag-icon-hr {
  background-image: url(../images/flags/hr.svg); }

.flag-icon-de {
  background-image: url(../images/flags/de.svg); }

address-book {
  display: block;
  margin-bottom: 2px; }
  address-book #addressbook-filter > .search-form .pseudo-search-button {
    bottom: auto; }
  address-book section.address-book {
    margin: 28px 0 14px;
    width: 100%; }
    address-book section.address-book > ul {
      overflow-y: auto;
      max-height: 75vh; }
      @media screen and (min-width: 769px) {
        address-book section.address-book > ul {
          min-height: 300px; } }
      address-book section.address-book > ul h3.letter, address-book section.address-book > ul form fieldset legend.letter, form fieldset address-book section.address-book > ul legend.letter {
        margin: 0;
        padding: 0 14px;
        line-height: 50px;
        height: 50px;
        border-bottom: 2px solid #e7e8ee; }
      address-book section.address-book > ul > li > ul.address-group > li.address {
        min-height: 50px;
        line-height: 50px;
        color: #666; }
        address-book section.address-book > ul > li > ul.address-group > li.address > .address-name {
          padding: 0 14px; }
        address-book section.address-book > ul > li > ul.address-group > li.address > .address-name {
          cursor: pointer;
          border-bottom: 2px solid #e7e8ee; }
        address-book section.address-book > ul > li > ul.address-group > li.address > .address-details {
          border-bottom: 2px solid #e7e8ee; }
          address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > address-summary {
            display: block;
            padding: 0 14px; }
          address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions {
            margin: 14px 0;
            line-height: normal; }
            address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button {
              float: left; }
              @media screen and (max-width: 480px) {
                address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button.secondary-gray, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .ngdialog.login-dialog button-group button.secondary, .ngdialog.login-dialog button-group address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button.secondary, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions editing-buttons > .buttons-group button:only-of-type, editing-buttons > .buttons-group address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:only-of-type, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions editing-buttons > .buttons-group button:last-of-type, editing-buttons > .buttons-group address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:last-of-type, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions editing-buttons > .buttons-group > .not-editing button, editing-buttons > .buttons-group > .not-editing address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button, address-book #history .parcel section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button, #history .parcel address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions #profile form.delete-account > button, #profile address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions form.delete-account > button, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#cart #article-list .article .address-details > button.address-book-button, article#cart #article-list .article address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .address-details > button.address-book-button,
                address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#parcelLabel #article-list .article .address-details > button.address-book-button, article#parcelLabel #article-list .article address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .address-details > button.address-book-button, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#cart #voucher editing-buttons button[type=submit], article#cart #voucher editing-buttons address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button[type=submit],
                address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#parcelLabel #voucher editing-buttons button[type=submit], article#parcelLabel #voucher editing-buttons address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button[type=submit], address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#preRedirectionData article.parcel menu button, article#preRedirectionData article.parcel menu address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#trackAndTrace article.parcel menu button, article#trackAndTrace article.parcel menu address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button {
                  width: calc(50% - 7px); }
                  address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button.secondary-gray:first-child, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .ngdialog.login-dialog button-group button.secondary:first-child, .ngdialog.login-dialog button-group address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button.secondary:first-child, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions editing-buttons > .buttons-group button:first-child:only-of-type, editing-buttons > .buttons-group address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:first-child:only-of-type, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions editing-buttons > .buttons-group button:first-child:last-of-type, editing-buttons > .buttons-group address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:first-child:last-of-type, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions editing-buttons > .buttons-group > .not-editing button:first-child, editing-buttons > .buttons-group > .not-editing address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:first-child, address-book #history .parcel section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:first-child, #history .parcel address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:first-child, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions #profile form.delete-account > button:first-child, #profile address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions form.delete-account > button:first-child, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#cart #article-list .article .address-details > button.address-book-button:first-child, article#cart #article-list .article address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .address-details > button.address-book-button:first-child,
                  address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#parcelLabel #article-list .article .address-details > button.address-book-button:first-child, article#parcelLabel #article-list .article address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .address-details > button.address-book-button:first-child, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#cart #voucher editing-buttons button:first-child[type=submit], article#cart #voucher editing-buttons address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:first-child[type=submit],
                  address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#parcelLabel #voucher editing-buttons button:first-child[type=submit], article#parcelLabel #voucher editing-buttons address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:first-child[type=submit], address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#preRedirectionData article.parcel menu button:first-child, article#preRedirectionData article.parcel menu address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:first-child, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions article#trackAndTrace article.parcel menu button:first-child, article#trackAndTrace article.parcel menu address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:first-child {
                    margin-right: 14px; }
                address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button.primary, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .teaser-container .teaser-1 > button.teaser-action, .teaser-container address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .teaser-1 > button.teaser-action, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .teaser-container .teaser-2 > button.teaser-action, .teaser-container address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .teaser-2 > button.teaser-action, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .teaser-container .teaser-3 > button.teaser-action, .teaser-container address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions .teaser-3 > button.teaser-action, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions editing-buttons > .buttons-group button, editing-buttons > .buttons-group address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button, address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions body.landing #content article#landing .layer .lowWidthContent button, body.landing #content article#landing .layer .lowWidthContent address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button {
                  width: 100%;
                  margin-top: 14px; } }
              @media screen and (min-width: 481px) {
                address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button {
                  width: calc(33.3333333333% - 9.3333333333px); }
                  address-book section.address-book > ul > li > ul.address-group > li.address > .address-details > .actions button:not(:last-of-type) {
                    margin-right: 14px; } }
        address-book section.address-book > ul > li > ul.address-group > li.address.active > .address-name {
          background-color: #172154;
          color: #fff; }

address-summary > p {
  line-height: normal;
  margin: 0 !important; }

address-summary .label::after {
  content: ":"; }

button-group {
  width: 100%;
  margin: 0 0 14px 0;
  min-height: 50px;
  padding: 0 14px; }
  @media screen and (min-width: 481px) {
    button-group {
      padding: 0; } }
  button-group > p {
    display: block;
    margin: 0 0 14px; }
    button-group > p > button {
      width: 100%; }
      button-group > p > button:not(:last-of-type) {
        margin-bottom: 14px; }
    @media screen and (min-width: 769px) {
      button-group > p {
        margin: 0;
        width: calc(50% - 14px); }
        button-group > p.button-group-left {
          float: left; }
          button-group > p.button-group-left > button {
            width: auto;
            min-width: 238px; }
        button-group > p.button-group-right {
          float: right;
          margin-bottom: 14px; }
          button-group > p.button-group-right > button {
            float: right;
            min-width: 322px;
            width: 322px;
            padding-left: 1px;
            padding-right: 1px; }
          button-group > p.button-group-right > .button-group-hint {
            display: inline-block;
            width: 322px;
            float: right;
            font-size: 0.9em; } }

current-breakpoint {
  visibility: hidden;
  top: -100px;
  position: fixed; }
  current-breakpoint::before {
    content: "0"; }
    @media screen and (min-width: 321px) {
      current-breakpoint::before {
        content: "1"; } }
    @media screen and (min-width: 481px) {
      current-breakpoint::before {
        content: "2"; } }
    @media screen and (min-width: 641px) {
      current-breakpoint::before {
        content: "3"; } }
    @media screen and (min-width: 769px) {
      current-breakpoint::before {
        content: "4"; } }
    @media screen and (min-width: 961px) {
      current-breakpoint::before {
        content: "5"; } }
    @media screen and (min-width: 1025px) {
      current-breakpoint::before {
        content: "6"; } }
    @media screen and (min-width: 1201px) {
      current-breakpoint::before {
        content: "7"; } }

dropdown-menu .fa-user {
  color: #6b1544; }

edit-address {
  width: 100%;
  display: block; }
  edit-address input[ng-if].ng-enter {
    -webkit-transition: all 0s ease 0s;
            transition: all 0s ease 0s; }
  edit-address:not(:last-child) {
    margin-bottom: 14px; }
  edit-address > ul.edit-address {
    position: relative;
    margin: 0;
    padding: 0; }
    edit-address > ul.edit-address > li {
      list-style: none; }
      edit-address > ul.edit-address > li:not(:last-child) {
        margin-bottom: 14px; }
      edit-address > ul.edit-address > li p {
        margin: 0; }
    edit-address > ul.edit-address .street {
      margin-bottom: 14px; }
      @media screen and (min-width: 321px) {
        edit-address > ul.edit-address .street {
          margin-bottom: 0;
          width: calc(66.6666666667% - 10px); } }
      @media screen and (min-width: 641px) {
        edit-address > ul.edit-address .street {
          width: calc(75% - 10px); } }
    @media screen and (min-width: 321px) {
      edit-address > ul.edit-address .houseNumber {
        width: calc(33.3333333333% - 10px);
        float: right; } }
    @media screen and (min-width: 641px) {
      edit-address > ul.edit-address .houseNumber {
        width: calc(25% - 10px); } }
    edit-address > ul.edit-address .zipCode {
      margin-bottom: 14px; }
      @media screen and (min-width: 321px) {
        edit-address > ul.edit-address .zipCode {
          margin-bottom: 0;
          width: calc(30% - 10px);
          float: left; } }
      @media screen and (min-width: 481px) {
        edit-address > ul.edit-address .zipCode {
          width: calc(25% - 10px); } }
    @media screen and (min-width: 321px) {
      edit-address > ul.edit-address .city {
        width: calc(70% - 10px);
        float: right; } }
    @media screen and (min-width: 481px) {
      edit-address > ul.edit-address .city {
        width: calc(75% - 10px); } }
    edit-address > ul.edit-address .phone .country {
      width: 100px; }
    edit-address > ul.edit-address .phone .contact {
      width: calc(100% - 114px);
      margin-left: 14px; }

edit-credentials {
  float: left;
  width: 100%; }
  edit-credentials:not(:last-child) {
    margin-bottom: 14px; }

editing-buttons {
  height: 34px;
  clear: both; }
  @media screen and (max-width: 768px) {
    editing-buttons {
      margin-top: 14px; } }
  @media screen and (min-width: 769px) {
    editing-buttons {
      position: absolute;
      right: 0;
      top: 14px; } }
  editing-buttons > .buttons-group {
    position: relative; }
    editing-buttons > .buttons-group .editing, editing-buttons > .buttons-group .not-editing {
      position: absolute;
      width: 100%; }
      editing-buttons > .buttons-group .editing.ng-enter, editing-buttons > .buttons-group .not-editing.ng-enter {
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        -webkit-transform: scale(0.9, 0.7);
                transform: scale(0.9, 0.7);
        opacity: 0; }
      editing-buttons > .buttons-group .editing.ng-enter-active, editing-buttons > .buttons-group .not-editing.ng-enter-active {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
    editing-buttons > .buttons-group button {
      min-width: 126px;
      margin-right: 14px; }
      @media screen and (max-width: 320px) {
        editing-buttons > .buttons-group button {
          float: left;
          margin: 0;
          width: 100%; }
          editing-buttons > .buttons-group button:not(:only-child) {
            width: calc(50% - 7px); }
            editing-buttons > .buttons-group button:not(:only-child):first-child {
              margin-right: 14px; } }

edit-password .password {
  position: relative;
  clear: both; }
  edit-password .password > p {
    margin-bottom: 14px; }

edit-password .retype-password {
  clear: left; }

edit-sra {
  width: 100%;
  display: block; }
  edit-sra #char-counter {
    float: right; }
    edit-sra #char-counter.invalid {
      color: #6b1544; }
  edit-sra > ul {
    margin: 0;
    padding: 0; }
    edit-sra > ul > li {
      list-style: none; }
      edit-sra > ul > li p {
        margin: 0; }
        edit-sra > ul > li p.label {
          margin: 14px 0; }
      edit-sra > ul > li:not(:last-child) {
        margin-bottom: 14px; }
      edit-sra > ul > li .authorized-person {
        margin-bottom: 14px;
        position: relative; }
        edit-sra > ul > li .authorized-person button {
          min-width: 126px; }
          @media screen and (max-width: 768px) {
            edit-sra > ul > li .authorized-person button {
              margin-top: 14px; } }
          @media screen and (min-width: 769px) {
            edit-sra > ul > li .authorized-person button {
              position: absolute;
              right: 0;
              margin-right: -168px; } }

hint, hint-static {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 768px) {
    hint > .hint, hint-static > .hint {
      overflow: auto; }
      hint > .hint.ng-enter, hint-static > .hint.ng-enter {
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        -webkit-transform: scale(0.3, 0.3);
                transform: scale(0.3, 0.3);
        opacity: 0; }
      hint > .hint.ng-enter-active, hint-static > .hint.ng-enter-active {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
      hint > .hint.ng-leave, hint-static > .hint.ng-leave {
        -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
      hint > .hint.ng-leave-active, hint-static > .hint.ng-leave-active {
        opacity: 0;
        -webkit-transform: scale(0.3, 0.3);
                transform: scale(0.3, 0.3); }
      hint > .hint.ng-enter, hint > .hint.ng-leave, hint-static > .hint.ng-enter, hint-static > .hint.ng-leave {
        -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0; } }
  @media screen and (min-width: 769px) {
    hint, hint-static {
      margin: 0;
      float: right;
      width: calc(50% - 21px); }
      hint.loose > .hint, hint-static.loose > .hint {
        position: absolute;
        top: 0;
        right: 0; }
      hint.clear, hint-static.clear {
        clear: both; }
      hint.heading, hint-static.heading {
        margin-top: 16px; }
      hint.keep-distance, hint-static.keep-distance {
        margin-top: 14px; } }
  hint > .hint, hint-static > .hint {
    position: relative;
    box-sizing: border-box;
    min-height: 55px;
    background-color: #e7e8ee;
    display: block;
    font-size: 0.9em;
    padding: 14px;
    padding-right: 58px;
    margin-bottom: 14px; }
    hint > .hint a, hint-static > .hint a {
      text-decoration: underline; }
    hint > .hint > .close, hint-static > .hint > .close {
      position: absolute;
      z-index: 1;
      top: 14px;
      right: 14px;
      cursor: pointer;
      height: 18px;
      width: 18px; }
    @media screen and (min-width: 769px) {
      hint > .hint, hint-static > .hint {
        padding-right: 14px;
        padding-left: 64px;
        margin-bottom: 0; }
        hint > .hint > .close, hint-static > .hint > .close {
          display: none; }
        hint > .hint::before, hint-static > .hint::before {
          content: '';
          border-top: 8px solid transparent;
          border-right: 11px solid #e7e8ee;
          border-bottom: 8px solid transparent;
          position: absolute;
          top: 14px;
          left: -9px; }
        hint > .hint::after, hint-static > .hint::after {
          position: absolute;
          top: 18px;
          left: 14px;
          content: ''; } }
  hint.significant > .hint, hint-static.significant > .hint {
    background-color: #454D76;
    color: #fff; }
    hint.significant > .hint::before, hint-static.significant > .hint::before {
      border-right-color: #454D76; }
    hint.significant > .hint a, hint-static.significant > .hint a {
      color: #fff; }

[hints-container] > .hints-toggle {
  display: none; }

[hints-container] > .hints-toggle.opened, [hints-container].significant > .hints-toggle.opened {
  width: 18px;
  height: 18px; }

@media screen and (max-width: 768px) {
  [hints-container] {
    position: relative; }
    [hints-container] h2 {
      padding-right: 44px; }
    [hints-container] > .hints-toggle {
      display: inline-block;
      position: absolute;
      top: 20px;
      right: 14px;
      cursor: pointer;
      z-index: 1; }
      [hints-container] > .hints-toggle.opened {
        text-align: center; }
        [hints-container] > .hints-toggle.opened::before {
          content: '';
          height: 26px;
          width: 26px; } }

parcel-dimensions {
  position: relative; }
  parcel-dimensions ul.dimension-set {
    margin-bottom: 14px !important; }
    parcel-dimensions ul.dimension-set li.dimension {
      position: relative;
      float: left;
      width: calc(33.3333333333% - 9.3333333333px); }
      parcel-dimensions ul.dimension-set li.dimension:not(:last-of-type) {
        margin-right: 14px; }
      parcel-dimensions ul.dimension-set li.dimension:last-of-type {
        margin-bottom: 0; }
      parcel-dimensions ul.dimension-set li.dimension input {
        width: 100%; }
      parcel-dimensions ul.dimension-set li.dimension label {
        position: absolute;
        right: 3px;
        top: 3px;
        display: block;
        padding: 0 11px 0 10px;
        height: 34px;
        line-height: 34px;
        background-color: #fff;
        color: #8b90a9;
        font-weight: 600;
        cursor: text; }
        @media screen and (min-width: 321px) {
          parcel-dimensions ul.dimension-set li.dimension label {
            height: 44px;
            line-height: 44px; } }
    parcel-dimensions ul.dimension-set .hint {
      position: absolute;
      top: 0;
      right: 0; }
  parcel-dimensions error {
    float: left; }
    @media screen and (min-width: 769px) {
      parcel-dimensions error {
        width: calc(50% - 21px); } }
  parcel-dimensions .parcel-size {
    color: #8b90a9; }
    parcel-dimensions .parcel-size spinner::before {
      width: 26px;
      height: 26px;
      border-width: 2px; }
    parcel-dimensions .parcel-size span.product-number {
      margin-left: 14px; }
    parcel-dimensions .parcel-size span.additional-price {
      float: right; }
    parcel-dimensions .parcel-size .product {
      line-height: 50px;
      height: 50px;
      margin: 0; }

parcel-shops-map {
  width: 100%;
  height: 100%; }
  parcel-shops-map .marker-wrapper {
    position: relative;
    height: 0; }
    parcel-shops-map .marker-wrapper.active .parcel-shop-marker {
      box-shadow: 0 0 0 1px #172154; }
      parcel-shops-map .marker-wrapper.active .parcel-shop-marker::before {
        opacity: 1; }
  parcel-shops-map .parcel-shop-marker {
    position: absolute;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 0 0 0 #172154;
    -webkit-transition: box-shadow 0.3s ease-in-out;
            transition: box-shadow 0.3s ease-in-out;
    width: 40px;
    height: 28px;
    margin-left: -20px;
    bottom: 9px;
    cursor: pointer; }
    parcel-shops-map .parcel-shop-marker::before {
      content: '';
      position: absolute;
      left: calc(50% - 7.5px);
      bottom: -9px;
      border-left: 7.5px solid transparent;
      border-right: 7.5px solid transparent;
      border-top: 9px solid #172154;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out; }
    parcel-shops-map .parcel-shop-marker.expanded {
      height: 100px; }
  parcel-shops-map .client-position-marker {
    position: absolute;
    width: 28px;
    height: 37px;
    margin-left: -28px / 2;
    bottom: 0; }
  parcel-shops-map .start-position-marker, parcel-shops-map .target-position-marker {
    width: 30px;
    height: 39px;
    margin-left: -30px / 2;
    margin-top: -39px;
    position: absolute;
    background-repeat: no-repeat; }
    parcel-shops-map .start-position-marker::before, parcel-shops-map .target-position-marker::before {
      width: 28px;
      height: 39px;
      color: #fff;
      display: inline-block;
      text-align: center; }
  parcel-shops-map .start-position-marker::before {
    content: 'A'; }
  parcel-shops-map .target-position-marker::before {
    content: 'B'; }

live-tracking-map {
  width: 100%;
  height: 100%; }
  live-tracking-map .marker-wrapper {
    position: relative;
    height: 0; }
    live-tracking-map .marker-wrapper.active .vehicle-position-marker::before {
      opacity: 1; }
    live-tracking-map .marker-wrapper.active .address-position-marker::before {
      opacity: 1; }
  live-tracking-map .address-position-marker {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 96px 96px;
    width: 96px;
    height: 96px;
    margin-left: -48px;
    bottom: 9px;
    cursor: pointer; }
    live-tracking-map .address-position-marker::before {
      content: '';
      position: absolute;
      left: calc(50% - 7.5px);
      bottom: -9px;
      border-left: 7.5px solid transparent;
      border-right: 7.5px solid transparent;
      border-top: 9px solid #172154;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out; }
    live-tracking-map .address-position-marker.expanded {
      height: 100px; }
  live-tracking-map .vehicle-position-marker {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 96px 96px;
    width: 96px;
    height: 96px;
    margin-left: -48px;
    bottom: 9px;
    cursor: pointer; }
    live-tracking-map .vehicle-position-marker::before {
      content: '';
      position: absolute;
      left: calc(50% - 7.5px);
      bottom: -9px;
      border-left: 7.5px solid transparent;
      border-right: 7.5px solid transparent;
      border-top: 9px solid #172154;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out; }
    live-tracking-map .vehicle-position-marker.expanded {
      height: 100px; }
  live-tracking-map .start-position-marker, live-tracking-map .target-position-marker {
    width: 30px;
    height: 39px;
    margin-left: -30px / 2;
    margin-top: -39px;
    position: absolute;
    background-repeat: no-repeat; }
    live-tracking-map .start-position-marker::before, live-tracking-map .target-position-marker::before {
      width: 28px;
      height: 39px;
      color: #fff;
      display: inline-block;
      text-align: center; }
  live-tracking-map .start-position-marker::before {
    content: 'A'; }
  live-tracking-map .target-position-marker::before {
    content: 'B'; }

pickup-date .pickup-date-toggle {
  text-align: left;
  width: 100%;
  height: 50px; }

pickup-date .datepicker {
  clear: both;
  float: left;
  width: 100%; }

pickup-selector .pickup:not(:last-of-type) {
  margin-bottom: 14px; }

pickup-selector .pickup p.checkbox-radio-wrapper {
  margin-bottom: 0; }
  pickup-selector .pickup p.checkbox-radio-wrapper input[type=radio]:disabled + label::before {
    background-color: white;
    background-image: none;
    border-color: #b9bccb; }

pickup-selector .pickup .pickup-details {
  float: left;
  width: 100%; }
  pickup-selector .pickup .pickup-details .pickup-date, pickup-selector .pickup .pickup-details .pickup-address, pickup-selector .pickup .pickup-details .pickup-purpose {
    margin-top: 14px; }
  pickup-selector .pickup .pickup-details .pickup-address {
    position: relative; }

[spinner] .spinner-active {
  position: relative; }

[spinner] spinner {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  [spinner] spinner::before {
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: solid rgba(150, 150, 150, 0.1);
    border-left: solid #ffffff;
    -webkit-animation: spinner-rotate 1.1s infinite ease-in;
            animation: spinner-rotate 1.1s infinite ease-in; }
  [spinner] spinner.ng-enter {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; }
  [spinner] spinner.ng-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  [spinner] spinner.ng-leave {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  [spinner] spinner.ng-leave-active {
    opacity: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

[spinner] spinner::before {
  width: 40px;
  height: 40px;
  border-width: 2px; }

[spinner] #customLoginLogout, [spinner] #customerCartSpinner {
  z-index: -2000;
  background: rgba(0, 0, 0, 0) !important;
  display: none; }

@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

state-accordion {
  display: block;
  position: relative;
  margin-bottom: 28px; }
  @media screen and (min-width: 769px) {
    state-accordion {
      padding-top: 50px; } }
  state-accordion > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    state-accordion > ul > li {
      display: block; }
      state-accordion > ul > li > .state-link {
        display: block;
        cursor: pointer;
        color: #172154; }
        @media screen and (max-width: 768px) {
          state-accordion > ul > li > .state-link {
            *zoom: 1;
            box-sizing: border-box;
            background-color: #fff;
            width: 100%;
            padding: 14px;
            margin-bottom: 14px;
            margin: 0; }
            state-accordion > ul > li > .state-link::before, state-accordion > ul > li > .state-link::after {
              content: ' ';
              display: table; }
            state-accordion > ul > li > .state-link::after {
              clear: both; } }
        @media screen and (min-width: 769px) {
          state-accordion > ul > li > .state-link {
            position: absolute;
            width: 236px;
            top: 0;
            left: 0;
            background-color: #d1d4db;
            height: 50px;
            line-height: 50px;
            text-align: center; } }
        state-accordion > ul > li > .state-link > h2 {
          margin: 0; }
          @media screen and (max-width: 768px) {
            state-accordion > ul > li > .state-link > h2 {
              cursor: pointer;
              padding-left: 38px;
              height: 25px;
              line-height: 25px;
              margin: 0;
              position: relative;
              -webkit-user-select: none;
                 -moz-user-select: none;
                  -ms-user-select: none;
                      user-select: none; }
              state-accordion > ul > li > .state-link > h2::before {
                background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%20123.6%20841.9%20471.7%22%20enable-background%3D%22new%200%20123.6%20841.9%20471.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23172154%22%20points%3D%22420.9%2C490.4%2054.1%2C123.6%200%2C177.7%20420.9%2C595.3%20841.9%2C177.7%20787.8%2C123.6%20%22%2F%3E%3C%2Fsvg%3E');
                position: absolute;
                -webkit-transition: all ease-in-out 0.3s;
                        transition: all ease-in-out 0.3s;
                top: 0;
                left: 0;
                content: "";
                background-repeat: no-repeat;
                background-size: 13px 8px;
                background-position: 50%;
                width: 25px;
                height: 25px;
                border: 1px solid #172154;
                border-radius: 50%;
                box-sizing: border-box; }
              state-accordion > ul > li > .state-link > h2.collapsed::before {
                -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg); } }
      @media screen and (min-width: 769px) {
        state-accordion > ul > li:nth-child(1) > .state-link {
          left: 0px; }
        state-accordion > ul > li:nth-child(2) > .state-link {
          left: 250px; }
        state-accordion > ul > li:nth-child(3) > .state-link {
          left: 500px; } }
      @media screen and (max-width: 768px) {
        state-accordion > ul > li:not(:last-child) > .state-link, state-accordion > ul > li.active > .state-link {
          margin-bottom: 2px; } }
      state-accordion > ul > li.active > .state-link {
        background-color: #fff;
        cursor: default; }
  state-accordion .state-view.ng-enter {
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; }
  state-accordion .state-view.ng-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.track-and-trace-directive {
  padding-top: 14px; }
  .track-and-trace-directive .estimated-delivery {
    margin-left: 14px;
    font-size: 16px; }
    .track-and-trace-directive .estimated-delivery .title {
      font-size: 20px;
      font-weight: bold; }
    .track-and-trace-directive .estimated-delivery p {
      margin-bottom: 8px;
      margin-top: 8px; }
  .track-and-trace-directive .sub-note {
    font-size: 12px;
    color: #8b90a9; }
  @media screen and (max-width: 768px) {
    .track-and-trace-directive .where-is-my-parcel-icons {
      margin-left: -14px;
      margin-right: -14px;
      margin-top: 14px;
      width: 90%; } }
  @media screen and (max-width: 768px) {
    .track-and-trace-directive .parcelshop-address-map-btn {
      width: 100%; } }
  .track-and-trace-directive .delivery-details {
    margin: 0;
    float: right;
    font-size: initial; }
    @media screen and (min-width: 769px) {
      .track-and-trace-directive .delivery-details {
        width: calc(50% - 21px); } }
    @media screen and (max-width: 768px) {
      .track-and-trace-directive .delivery-details {
        width: 100%; } }
    .track-and-trace-directive .delivery-details .parcelshop-address {
      color: #666; }
    .track-and-trace-directive .delivery-details .status-map {
      margin-bottom: 14px; }
    @media screen and (min-width: 769px) {
      .track-and-trace-directive .delivery-details .parcelshop-address-map-btn {
        margin-top: 5px; } }
    @media screen and (max-width: 768px) {
      .track-and-trace-directive .delivery-details .parcelshop-address-map-btn {
        margin-bottom: 14px; } }
  .track-and-trace-directive .section.details h3.history.collapse-toggle, .track-and-trace-directive .section.details form fieldset legend.history.collapse-toggle, form fieldset .track-and-trace-directive .section.details legend.history.collapse-toggle {
    margin: 0;
    padding-left: 25px;
    font-size: 0.935em !important; }
    .track-and-trace-directive .section.details h3.history.collapse-toggle spinner::before, .track-and-trace-directive .section.details form fieldset legend.history.collapse-toggle spinner::before, form fieldset .track-and-trace-directive .section.details legend.history.collapse-toggle spinner::before {
      width: 20px;
      height: 20px;
      border-width: 2px; }
    .track-and-trace-directive .section.details h3.history.collapse-toggle:before, .track-and-trace-directive .section.details form fieldset legend.history.collapse-toggle:before, form fieldset .track-and-trace-directive .section.details legend.history.collapse-toggle:before {
      border: 0; }
  .track-and-trace-directive .section.details ul {
    margin-top: 12px; }
    .track-and-trace-directive .section.details ul > li {
      border-top: 2px solid #e7e8ee;
      padding: 12px 0 12px 3px;
      color: #666;
      font-size: 0.8em; }
      .track-and-trace-directive .section.details ul > li span {
        float: left; }
      .track-and-trace-directive .section.details ul > li .status-details .date {
        width: 35%; }
      .track-and-trace-directive .section.details ul > li .status-details .time {
        width: 22%; }
      .track-and-trace-directive .section.details ul > li .status-details .city {
        width: 43%; }
      .track-and-trace-directive .section.details ul > li .description {
        width: calc(50% - 21px);
        margin-left: 42px; }
      .track-and-trace-directive .section.details ul > li .neighbour-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 42px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        color: #172154;
        font-weight: 500; }
        .track-and-trace-directive .section.details ul > li .neighbour-info #neighbour-name {
          font-weight: 700; }
        .track-and-trace-directive .section.details ul > li .neighbour-info p {
          margin: 0; }
        .track-and-trace-directive .section.details ul > li .neighbour-info a {
          text-decoration: underline; }
      .track-and-trace-directive .section.details ul > li:first-child {
        font-weight: 600; }
      @media screen and (max-width: 768px) {
        .track-and-trace-directive .section.details ul > li .status-details {
          float: left;
          width: 50%; }
          .track-and-trace-directive .section.details ul > li .status-details .date {
            width: 100px; }
          .track-and-trace-directive .section.details ul > li .status-details .city {
            clear: left; }
        .track-and-trace-directive .section.details ul > li .description {
          float: right;
          width: 50%;
          margin: 0; } }
  .track-and-trace-directive .section.details-status-time {
    padding-top: 10px;
    font-size: 0.8em !important;
    font-weight: bold; }
  .track-and-trace-directive .status-map {
    margin-top: 14px; }
    .track-and-trace-directive .status-map .status {
      display: inline-block;
      position: relative;
      height: 100%;
      width: 20%;
      vertical-align: top; }
      .track-and-trace-directive .status-map .status::before {
        margin: 0 auto;
        display: block;
        padding-top: 58.5106382979%;
        content: "";
        background-repeat: no-repeat; }
      .track-and-trace-directive .status-map .status .status-label {
        display: block;
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .track-and-trace-directive .status-map .status .status-label {
            display: none; } }
      @media screen and (max-width: 768px) {
        .track-and-trace-directive .status-map .status.PREADVICE::before, .track-and-trace-directive .status-map .status.NOTPICKEDUP::before, .track-and-trace-directive .status-map .status.INPICKUP::before {
          width: 47%; } }
      @media screen and (min-width: 769px) {
        .track-and-trace-directive .status-map .status.PREADVICE::before, .track-and-trace-directive .status-map .status.NOTPICKEDUP::before, .track-and-trace-directive .status-map .status.INPICKUP::before {
          width: 47.8723404255%; } }
      @media screen and (max-width: 768px) {
        .track-and-trace-directive .status-map .status.INTRANSIT::before {
          width: 78%; } }
      @media screen and (min-width: 769px) {
        .track-and-trace-directive .status-map .status.INTRANSIT::before {
          width: 85.1063829787%; } }
      @media screen and (max-width: 768px) {
        .track-and-trace-directive .status-map .status.INWAREHOUSE::before, .track-and-trace-directive .status-map .status.NOTDELIVERED::before {
          width: 62%; } }
      @media screen and (min-width: 769px) {
        .track-and-trace-directive .status-map .status.INWAREHOUSE::before, .track-and-trace-directive .status-map .status.NOTDELIVERED::before {
          width: 63.829787234%; } }
      @media screen and (max-width: 768px) {
        .track-and-trace-directive .status-map .status.INDELIVERY::before {
          width: 70%; } }
      @media screen and (min-width: 769px) {
        .track-and-trace-directive .status-map .status.INDELIVERY::before {
          width: 74.4680851064%; } }
      @media screen and (max-width: 768px) {
        .track-and-trace-directive .status-map .status.DELIVERED::before {
          width: 41%; } }
      @media screen and (min-width: 769px) {
        .track-and-trace-directive .status-map .status.DELIVERED::before {
          width: 45.2127659574%; } }
      @media screen and (max-width: 960px) {
        .track-and-trace-directive .status-map .status.DELIVEREDPS::before {
          width: 58%; } }
      @media screen and (min-width: 769px) {
        .track-and-trace-directive .status-map .status.DELIVEREDPS::before {
          width: 55.8510638298%; } }
      @media screen and (max-width: 768px) {
        .track-and-trace-directive .status-map .status.CANCELED::before {
          width: 41.5531914894%; } }
      @media screen and (min-width: 769px) {
        .track-and-trace-directive .status-map .status.CANCELED::before {
          width: 42.5531914894%; } }
    .track-and-trace-directive .status-map:not(.active) > .status, .track-and-trace-directive .status-map.active > .status.active ~ .status {
      color: #8b90a9; }
  .track-and-trace-directive .livetracking-hint .livetracking-info {
    width: 64%;
    word-wrap: break-word;
    display: inline-block; }
    .track-and-trace-directive .livetracking-hint .livetracking-info p {
      margin: 0; }
  .track-and-trace-directive .livetracking-hint .livetracking-thumbnail {
    width: 34%;
    display: inline-block;
    text-align: center; }
    .track-and-trace-directive .livetracking-hint .livetracking-thumbnail .thumbnail-map {
      display: inline-block;
      width: 85px;
      height: 85px;
      background-size: cover; }

cookie-notice {
  box-sizing: border-box;
  padding: 14px;
  background-color: #454D76;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  cookie-notice article {
    float: left;
    width: 75%; }
    @media screen and (max-width: 960px) {
      cookie-notice article {
        width: 100%; } }
    cookie-notice article p {
      font-size: 0.8em;
      color: #fff;
      margin-bottom: auto;
      margin-top: auto; }
      @media screen and (max-width: 960px) {
        cookie-notice article p {
          margin-bottom: 14px; } }
  cookie-notice aside {
    float: right;
    margin-bottom: auto;
    margin-top: auto; }

div#toast-container > div {
  border-radius: 0 0 0 0; }
  div#toast-container > div.toast-success {
    background-color: #172154;
    background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2024%2017%22%20%20enable-background%3D%22new%200%200%2024%2017%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%2224%22%20height%3D%2217%22%20bottomLeftOrigin%3D%22true%22%20x%3D%22-138%22%20y%3D%22141.5%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M21.4%2C0L24%2C2.5L8.7%2C17C8.7%2C17%2C0%2C9.5%2C0%2C9.5L2.6%2C7l6%2C4.9L21.4%2C0z%22%2F%3E%3C%2Fsvg%3E') !important;
    background-size: 24px 17px;
    background-position-x: 10px;
    background-position-y: center; }
  div#toast-container > div.toast-info, div#toast-container > div.toast-error {
    background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21--%20Generator%3A%20Adobe%20Illustrator%2018.1.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B%3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E%3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E%3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E%3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E%3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E%3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E%3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E%3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E%5D%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%207%2029%22%20%20enable-background%3D%22new%200%200%207%2029%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E%3Cslices%3E%3C%2Fslices%3E%3CsliceSourceBounds%20%20width%3D%227%22%20height%3D%2229%22%20y%3D%2255.5%22%20x%3D%22-66.5%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E%3C%2Fsfw%3E%3C%2Fmetadata%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M7%2C0H0l1.5%2C18.7h3.9L7%2C0z%20M7%2C25.5C7%2C23.6%2C5.5%2C22%2C3.5%2C22c-2%2C0-3.5%2C1.6-3.5%2C3.5c0%2C2%2C1.5%2C3.5%2C3.5%2C3.5C5.5%2C29%2C7%2C27.5%2C7%2C25.5z%22%2F%3E%3C%2Fsvg%3E') !important;
    background-size: 7px 29px;
    background-position-x: 17px;
    background-position-y: center; }
  div#toast-container > div.toast-info {
    background-color: #172154; }
  div#toast-container > div.toast-error {
    background-color: #8c1b59; }

carousel {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden; }
  carousel .slide {
    float: left;
    width: 100%; }
    carousel .slide img {
      display: block; }
    carousel .slide.video {
      position: relative;
      width: 100%;
      padding-top: calc(56.25% - 15.75px);
      padding-bottom: 72px; }
      carousel .slide.video iframe {
        position: absolute;
        top: 58px;
        left: 14px;
        width: calc(100% - 28px);
        height: calc(100% - 72px); }
  carousel.direction-left .slides, carousel.direction-right .slides {
    width: 200%; }
  carousel.direction-left .slide, carousel.direction-right .slide {
    width: 50%;
    opacity: 1; }
    carousel.direction-left .slide.ng-hide-add.ng-hide-add-active, carousel.direction-left .slide.ng-hide-remove, carousel.direction-right .slide.ng-hide-add.ng-hide-add-active, carousel.direction-right .slide.ng-hide-remove {
      opacity: 0; }
    carousel.direction-left .slide.ng-hide-add, carousel.direction-left .slide.ng-hide-remove.ng-hide-remove-active, carousel.direction-right .slide.ng-hide-add, carousel.direction-right .slide.ng-hide-remove.ng-hide-remove-active {
      opacity: 1; }
    carousel.direction-left .slide.ng-hide-add, carousel.direction-left .slide.ng-hide-remove, carousel.direction-right .slide.ng-hide-add, carousel.direction-right .slide.ng-hide-remove {
      -webkit-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out; }
  carousel.direction-left .slide.ng-hide-add {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
    carousel.direction-left .slide.ng-hide-add.ng-hide-add-active {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    carousel.direction-left .slide.ng-hide-add:last-child {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
      carousel.direction-left .slide.ng-hide-add:last-child.ng-hide-add-active {
        -webkit-transform: translateX(-200%);
                transform: translateX(-200%); }
  carousel.direction-left .slide.ng-hide-remove {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
    carousel.direction-left .slide.ng-hide-remove.ng-hide-remove-active {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    carousel.direction-left .slide.ng-hide-remove:first-child {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
      carousel.direction-left .slide.ng-hide-remove:first-child.ng-hide-remove-active {
        -webkit-transform: translateX(0%);
                transform: translateX(0%); }
  carousel.direction-right .slides {
    margin-left: -100%; }
  carousel.direction-right .slide {
    float: right; }
    carousel.direction-right .slide.ng-hide-add {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
      carousel.direction-right .slide.ng-hide-add.ng-hide-add-active {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
      carousel.direction-right .slide.ng-hide-add:last-child {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
        carousel.direction-right .slide.ng-hide-add:last-child.ng-hide-add-active {
          -webkit-transform: translateX(200%);
                  transform: translateX(200%); }
    carousel.direction-right .slide.ng-hide-remove {
      -webkit-transform: translateX(0%);
              transform: translateX(0%); }
      carousel.direction-right .slide.ng-hide-remove.ng-hide-remove-active {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
      carousel.direction-right .slide.ng-hide-remove:first-child {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
        carousel.direction-right .slide.ng-hide-remove:first-child.ng-hide-remove-active {
          -webkit-transform: translateX(0%);
                  transform: translateX(0%); }
  carousel:not(.full-size) .slide {
    box-sizing: border-box;
    padding: 0 82px 42px; }
  carousel nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    carousel nav button {
      padding: 0;
      position: absolute; }
      carousel nav button.previous, carousel nav button.next {
        top: 58px;
        height: calc(100% - 116px);
        width: 46px;
        background-color: transparent; }
        carousel nav button.previous::before, carousel nav button.next::before {
          position: absolute;
          display: block;
          content: " ";
          background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%20123.6%20841.9%20471.7%22%20enable-background%3D%22new%200%20123.6%20841.9%20471.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%236b1544%22%20points%3D%22420.9%2C490.4%2054.1%2C123.6%200%2C177.7%20420.9%2C595.3%20841.9%2C177.7%20787.8%2C123.6%20%22%2F%3E%3C%2Fsvg%3E');
          background-repeat: no-repeat;
          top: 50%;
          margin-top: -9px;
          margin-left: 8px;
          width: 30px;
          height: 18px; }
      carousel nav button.previous {
        left: 0; }
        carousel nav button.previous::before {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      carousel nav button.next {
        right: 0; }
        carousel nav button.next::before {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
    carousel nav ul {
      position: absolute;
      display: block;
      text-align: center;
      bottom: 14px;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 14px;
      line-height: 14px; }
      carousel nav ul li {
        display: inline-block;
        list-style: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        background-color: #6b1544;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-in-out;
                transition: opacity 0.5s ease-in-out; }
        carousel nav ul li:not(:last-child) {
          margin-right: 11px; }
        carousel nav ul li:not(.active) {
          cursor: pointer;
          opacity: .5; }

.parcel-shop-selector h2 {
  display: block;
  width: 100%; }

.parcel-shop-selector .parcelshop-address-controls {
  width: 50%;
  float: left; }
  @media screen and (max-width: 768px) {
    .parcel-shop-selector .parcelshop-address-controls {
      width: 100%;
      margin-bottom: 14px; } }

.parcel-shop-selector .parcelshop-details {
  width: 50%;
  float: left;
  color: #8b90a9; }
  @media screen and (max-width: 768px) {
    .parcel-shop-selector .parcelshop-details {
      width: 100%; } }
  .parcel-shop-selector .parcelshop-details .parcelshop-address {
    width: 60%;
    float: left; }
    .parcel-shop-selector .parcelshop-details .parcelshop-address .span-wordbreak {
      word-break: keep-all; }
  .parcel-shop-selector .parcelshop-details .parcelshop-distance {
    width: 40%;
    float: right; }
    .parcel-shop-selector .parcelshop-details .parcelshop-distance .distance {
      text-align: right;
      margin-right: 14px; }
  .parcel-shop-selector .parcelshop-details .extra-price-details {
    width: 100%;
    float: left; }
    .parcel-shop-selector .parcelshop-details .extra-price-details .extra-price {
      height: 50px;
      line-height: 50px; }
      .parcel-shop-selector .parcelshop-details .extra-price-details .extra-price > .extra-price-amount {
        font-weight: 600; }

.parcel-shop-selector .header-with-controls {
  width: 100%;
  margin-right: 14px; }
  @media screen and (min-width: 961px) {
    .parcel-shop-selector .header-with-controls {
      width: 50%; } }
  .parcel-shop-selector .header-with-controls h2 {
    width: auto; }
    @media screen and (max-width: 768px) {
      .parcel-shop-selector .header-with-controls h2 {
        margin-bottom: 14px; } }
  .parcel-shop-selector .header-with-controls button {
    float: right;
    margin-top: 16px;
    margin-right: 14px; }
    @media screen and (max-width: 960px) {
      .parcel-shop-selector .header-with-controls button {
        float: left;
        margin-left: 14px; } }
    @media screen and (max-width: 768px) {
      .parcel-shop-selector .header-with-controls button {
        margin-top: 0px;
        margin-left: 0px; } }

.parcel-shop-selector .fat-hint {
  font-weight: bold; }

.parcel-shop-openings, parcel-shop-openings {
  font-size: 0.9em; }
  .parcel-shop-openings p, parcel-shop-openings p {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block; }
  .parcel-shop-openings .days .days-short, parcel-shop-openings .days .days-short {
    display: inline-block;
    width: 100px;
    vertical-align: top; }
  .parcel-shop-openings .days .day-times, parcel-shop-openings .days .day-times {
    display: inline-block;
    width: auto; }

.float-right {
  float: right !important; }

.bg-white {
  background-color: #FFF; }

.self-service-parcel-selection-dialog-item {
  margin-bottom: 14px; }

.self-services {
  padding-bottom: 0; }
  .self-services .hint-content-seperator {
    margin-bottom: 14px; }
  .self-services .section-content {
    margin-top: 14px; }
  .self-services .gls-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    margin-right: 14px; }
  .self-services .change-parcel-shop-btn {
    margin-bottom: 14px; }
    @media screen and (max-width: 768px) {
      .self-services .change-parcel-shop-btn {
        width: 100%; } }
  .self-services .confirmRedirectDataButtons, .self-services .acceptRedirectDataButtons {
    margin-top: 14px; }
    @media screen and (max-width: 480px) {
      .self-services .confirmRedirectDataButtons, .self-services .acceptRedirectDataButtons {
        padding-left: 14px;
        padding-right: 14px; } }
  .self-services #deliverySaturdayDataInputForm .delivery-saturday {
    min-height: 163px; }
  .self-services ul.form-control-items > li {
    float: left;
    width: 100%; }
    .self-services ul.form-control-items > li:not(:last-child) {
      margin-bottom: 14px; }
  .self-services ul.form-control-items .form-control-item {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .self-services ul.form-control-items .form-control-item {
        width: 100%; } }
  .self-services .container-left {
    width: 50%;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .self-services .container-left {
        width: 100%; } }
    .self-services .container-left .cell-left {
      width: 30%;
      float: left; }
    .self-services .container-left .cell-right {
      width: 70%;
      float: left; }
    .self-services .container-left .label {
      color: #666; }
      .self-services .container-left .label::after {
        content: ":"; }
  .self-services .hint {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .self-services .hint {
        overflow: auto; } }
    .self-services .hint p {
      margin-top: 0;
      margin-bottom: 0; }
  .self-services .summary .section-title {
    font-size: 1.2em;
    font-weight: 600;
    margin: 16px 0 30px; }
  .self-services .whatcanido .title {
    font-weight: 600; }
    .self-services .whatcanido .title.disabled {
      color: #8b90a9; }
  @media screen and (max-width: 768px) {
    .self-services .your-delivery-options .row-item-container .col-inputs {
      margin-bottom: 14px; } }
  @media screen and (max-width: 640px) {
    .self-services .your-delivery-options .button-controls .btn-control {
      width: 100%; } }
  .self-services .parcelshop-details, .self-services .location-details {
    color: #8b90a9; }
    .self-services .parcelshop-details .shopId, .self-services .location-details .shopId {
      margin-top: 14px;
      margin-bottom: 56px; }
  .self-services .self-services_forms h3.section-title, .self-services .self-services_forms form fieldset legend.section-title, form fieldset .self-services .self-services_forms legend.section-title {
    padding-bottom: 14px; }
  .self-services .self-services_forms h3.your-shop, .self-services .self-services_forms form fieldset legend.your-shop, form fieldset .self-services .self-services_forms legend.your-shop {
    padding-top: 14px; }
  .self-services .self-services_forms .self-services_contactdata {
    margin-bottom: 14px; }
    .self-services .self-services_forms .self-services_contactdata .phone .country {
      margin-bottom: 0;
      width: 100px; }
    .self-services .self-services_forms .self-services_contactdata .phone .contact {
      margin-left: 14px;
      width: calc(100% - 114px); }
  .self-services .sub-note {
    color: #8b90a9;
    font-size: 0.8em; }
  .self-services .your-delivery-options .section-title {
    padding-bottom: 14px; }
  .self-services .self-services-controls {
    padding-top: 14px; }
  .self-services .status-map {
    float: left; }
    @media screen and (max-width: 768px) {
      .self-services .status-map {
        width: 100%;
        display: block; } }
    .self-services .status-map:not(.active) > .gls-icon, .self-services .status-map.active > .gls-icon.active ~ .gls-icon {
      color: #8b90a9; }
    .self-services .status-map .left-icon {
      float: left; }
    .self-services .status-map .title-wrapper {
      float: left; }
      .self-services .status-map .title-wrapper .title {
        font-weight: 600; }
  .self-services .legal-validation {
    margin-top: 14px; }
  .self-services .redirection-summary {
    color: #8b90a9; }
  .self-services .self-services-summary .delivery-message {
    clear: both;
    margin-top: 14px; }
  .self-services .self-services-summary .phone .country {
    width: 100px; }
  .self-services .self-services-summary .phone .contact {
    width: calc(100% - 114px);
    margin-left: 14px; }
  .self-services .self-services-summary .redirection-summary > p {
    line-height: normal;
    margin: 0 !important;
    position: relative;
    overflow: auto; }
  .self-services .self-services-summary .redirection-summary .label {
    color: #666; }
    .self-services .self-services-summary .redirection-summary .label::after {
      content: ":"; }
    @media screen and (max-width: 768px) {
      .self-services .self-services-summary .redirection-summary .label {
        display: block; } }
    @media screen and (min-width: 769px) {
      .self-services .self-services-summary .redirection-summary .label {
        float: left;
        min-width: 29.8056155508%;
        max-width: 29.8056155508%; } }
    @media screen and (max-width: 768px) {
      .self-services .self-services-summary .redirection-summary .label + span {
        display: block; } }
    @media screen and (min-width: 769px) {
      .self-services .self-services-summary .redirection-summary .label + span {
        float: left;
        min-width: calc(100% - 29.8056155508%);
        position: absolute;
        bottom: 0; } }
  .self-services .self-services-summary .accept-deposit {
    margin-top: 14px; }

.delivery-new-address {
  min-height: 160px;
  padding-right: 0;
  padding-left: 0;
  position: relative; }
  .delivery-new-address ul > li {
    float: left;
    width: 100%;
    display: block; }
    .delivery-new-address ul > li input[ng-if].ng-enter {
      -webkit-transition: all 0s ease 0s;
              transition: all 0s ease 0s; }
    .delivery-new-address ul > li:not(:last-child) {
      margin-bottom: 14px; }
  .delivery-new-address input {
    width: 100%; }
  .delivery-new-address .mail {
    margin-bottom: 0; }
  .delivery-new-address .street {
    margin-bottom: 0; }
    @media screen and (min-width: 321px) {
      .delivery-new-address .street {
        width: calc(66.6666666667% - 10px); } }
    @media screen and (min-width: 641px) {
      .delivery-new-address .street {
        width: calc(75% - 10px); } }
  .delivery-new-address .houseNumber {
    margin-bottom: 0; }
    @media screen and (min-width: 321px) {
      .delivery-new-address .houseNumber {
        width: calc(33.3333333333% - 10px);
        float: right; } }
    @media screen and (min-width: 641px) {
      .delivery-new-address .houseNumber {
        width: calc(25% - 10px); } }
  .delivery-new-address .country {
    margin-bottom: 0;
    float: left; }
  @media screen and (min-width: 321px) {
    .delivery-new-address .zipCode {
      margin-bottom: 0;
      width: calc(25% - 10px);
      float: left; } }
  @media screen and (min-width: 481px) {
    .delivery-new-address .zipCode {
      width: calc(25% - 10px); } }
  .delivery-new-address .city {
    margin-bottom: 0; }
    @media screen and (min-width: 321px) {
      .delivery-new-address .city {
        margin-bottom: 0;
        width: calc(70% - 10px);
        float: right; } }
    @media screen and (min-width: 481px) {
      .delivery-new-address .city {
        width: calc(75% - 10px); } }
  .delivery-new-address .additional-information {
    margin-bottom: 0; }
    @media screen and (min-width: 321px) {
      .delivery-new-address .additional-information {
        margin-bottom: 0;
        float: left; } }

banner .alert-container {
  color: #172154;
  background-color: #FCBF00;
  width: 100%;
  vertical-align: middle;
  border-color: #808000;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  banner .alert-container .wrapper {
    font-size: 14px;
    line-height: 1rem;
    padding: 10px; }
    banner .alert-container .wrapper .important-flex {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    banner .alert-container .wrapper .text-flex {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-flow: column wrap;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap; }

@media screen and (min-width: 641px) {
  article#account form .password {
    width: calc(50% - 10px); } }

@media screen and (max-width: 768px) {
  #addressbook address-book > header > .import-or-add-address, #addressbook address-book > header > #addressbook-filter {
    *zoom: 1;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    padding: 14px;
    margin-bottom: 14px;
    margin-bottom: 2px; }
    #addressbook address-book > header > .import-or-add-address::before, #addressbook address-book > header > .import-or-add-address::after, #addressbook address-book > header > #addressbook-filter::before, #addressbook address-book > header > #addressbook-filter::after {
      content: ' ';
      display: table; }
    #addressbook address-book > header > .import-or-add-address::after, #addressbook address-book > header > #addressbook-filter::after {
      clear: both; }
  #addressbook address-book > header > .import-or-add-address > button {
    width: 100%; } }

@media screen and (min-width: 769px) {
  #addressbook address-book > header {
    *zoom: 1;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    padding: 14px;
    margin-bottom: 14px;
    padding-top: 28px;
    margin-bottom: 2px;
    position: relative; }
    #addressbook address-book > header::before, #addressbook address-book > header::after {
      content: ' ';
      display: table; }
    #addressbook address-book > header::after {
      clear: both; } }
  @media screen and (min-width: 769px) and (min-width: 769px) {
    #addressbook address-book > header #addressbook-filter {
      width: calc(50% - 21px); } }

@media screen and (min-width: 769px) {
    #addressbook address-book > header #addressbook-filter > .search-form {
      margin: 0; } }

#addressbook address-book > section.address-book {
  width: 100%;
  position: relative;
  margin: 0; }
  @media screen and (min-width: 769px) {
    #addressbook address-book > section.address-book > ul {
      width: calc(50% - 21px); } }
  #addressbook address-book > section.address-book h3.letter, #addressbook address-book > section.address-book form fieldset legend.letter, form fieldset #addressbook address-book > section.address-book legend.letter {
    margin: 0; }

#addressbook .address-details > .actions > button {
  min-width: 0; }
  @media screen and (min-width: 769px) and (max-width: 960px) {
    #addressbook .address-details > .actions > button {
      margin: 0; }
      #addressbook .address-details > .actions > button.secondary-gray, #addressbook .ngdialog.login-dialog button-group .address-details > .actions > button.secondary, .ngdialog.login-dialog button-group #addressbook .address-details > .actions > button.secondary, #addressbook editing-buttons > .buttons-group .address-details > .actions > button:only-of-type, editing-buttons > .buttons-group #addressbook .address-details > .actions > button:only-of-type, #addressbook editing-buttons > .buttons-group .address-details > .actions > button:last-of-type, editing-buttons > .buttons-group #addressbook .address-details > .actions > button:last-of-type, #addressbook editing-buttons > .buttons-group > .not-editing .address-details > .actions > button, editing-buttons > .buttons-group > .not-editing #addressbook .address-details > .actions > button, #addressbook #history .parcel .address-details > .actions > button, #history .parcel #addressbook .address-details > .actions > button, #addressbook #profile .address-details > form.delete-account.actions > button, #profile #addressbook .address-details > form.delete-account.actions > button, #addressbook article#cart #article-list .article .address-details > .address-details.actions > button.address-book-button, article#cart #article-list .article #addressbook .address-details > .address-details.actions > button.address-book-button,
      #addressbook article#parcelLabel #article-list .article .address-details > .address-details.actions > button.address-book-button, article#parcelLabel #article-list .article #addressbook .address-details > .address-details.actions > button.address-book-button, #addressbook article#cart #voucher editing-buttons .address-details > .actions > button[type=submit], article#cart #voucher editing-buttons #addressbook .address-details > .actions > button[type=submit],
      #addressbook article#parcelLabel #voucher editing-buttons .address-details > .actions > button[type=submit], article#parcelLabel #voucher editing-buttons #addressbook .address-details > .actions > button[type=submit], #addressbook article#preRedirectionData article.parcel menu .address-details > .actions > button, article#preRedirectionData article.parcel menu #addressbook .address-details > .actions > button, #addressbook article#trackAndTrace article.parcel menu .address-details > .actions > button, article#trackAndTrace article.parcel menu #addressbook .address-details > .actions > button {
        width: calc(50% - 7px); }
        #addressbook .address-details > .actions > button.secondary-gray:first-child, #addressbook .ngdialog.login-dialog button-group .address-details > .actions > button.secondary:first-child, .ngdialog.login-dialog button-group #addressbook .address-details > .actions > button.secondary:first-child, #addressbook editing-buttons > .buttons-group .address-details > .actions > button:first-child:only-of-type, editing-buttons > .buttons-group #addressbook .address-details > .actions > button:first-child:only-of-type, #addressbook editing-buttons > .buttons-group .address-details > .actions > button:first-child:last-of-type, editing-buttons > .buttons-group #addressbook .address-details > .actions > button:first-child:last-of-type, #addressbook editing-buttons > .buttons-group > .not-editing .address-details > .actions > button:first-child, editing-buttons > .buttons-group > .not-editing #addressbook .address-details > .actions > button:first-child, #addressbook #history .parcel .address-details > .actions > button:first-child, #history .parcel #addressbook .address-details > .actions > button:first-child, #addressbook #profile .address-details > form.delete-account.actions > button:first-child, #profile #addressbook .address-details > form.delete-account.actions > button:first-child, #addressbook article#cart #article-list .article .address-details > .address-details.actions > button.address-book-button:first-child, article#cart #article-list .article #addressbook .address-details > .address-details.actions > button.address-book-button:first-child,
        #addressbook article#parcelLabel #article-list .article .address-details > .address-details.actions > button.address-book-button:first-child, article#parcelLabel #article-list .article #addressbook .address-details > .address-details.actions > button.address-book-button:first-child, #addressbook article#cart #voucher editing-buttons .address-details > .actions > button:first-child[type=submit], article#cart #voucher editing-buttons #addressbook .address-details > .actions > button:first-child[type=submit],
        #addressbook article#parcelLabel #voucher editing-buttons .address-details > .actions > button:first-child[type=submit], article#parcelLabel #voucher editing-buttons #addressbook .address-details > .actions > button:first-child[type=submit], #addressbook article#preRedirectionData article.parcel menu .address-details > .actions > button:first-child, article#preRedirectionData article.parcel menu #addressbook .address-details > .actions > button:first-child, #addressbook article#trackAndTrace article.parcel menu .address-details > .actions > button:first-child, article#trackAndTrace article.parcel menu #addressbook .address-details > .actions > button:first-child {
          margin-right: 14px; }
      #addressbook .address-details > .actions > button.primary, #addressbook .teaser-container .address-details > .teaser-1.actions > button.teaser-action, .teaser-container #addressbook .address-details > .teaser-1.actions > button.teaser-action, #addressbook .teaser-container .address-details > .teaser-2.actions > button.teaser-action, .teaser-container #addressbook .address-details > .teaser-2.actions > button.teaser-action, #addressbook .teaser-container .address-details > .teaser-3.actions > button.teaser-action, .teaser-container #addressbook .address-details > .teaser-3.actions > button.teaser-action, #addressbook editing-buttons > .buttons-group .address-details > .actions > button, editing-buttons > .buttons-group #addressbook .address-details > .actions > button, #addressbook body.landing #content article#landing .layer .lowWidthContent .address-details > .actions > button, body.landing #content article#landing .layer .lowWidthContent #addressbook .address-details > .actions > button {
        width: 100%;
        margin-top: 14px; } }
  @media screen and (min-width: 961px) {
    #addressbook .address-details > .actions > button {
      margin: 0;
      width: calc(33.3333333333% - 9.3333333333px); }
      #addressbook .address-details > .actions > button:not(:last-child) {
        margin-right: 14px; } }

@media screen and (min-width: 769px) {
  #addressbook .tab-pane {
    position: relative; }
  #addressbook address-book .address-details, #addressbook address-book .import-or-add-address {
    width: calc(50% - 21px);
    position: absolute;
    right: 14px; }
  #addressbook address-book .import-or-add-address {
    top: 28px; }
  #addressbook address-book .address-details {
    border-bottom: none;
    top: 14px; } }

#history .fa-exclamation-circle {
  color: #8c1b59; }

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

#history button-group.acceptRedirectDataButtons {
  margin-left: -14px;
  margin-right: -14px;
  padding: 14px;
  background-color: #eee;
  box-sizing: content-box; }

#history button-group.confirmRedirectDataButtons {
  margin-left: -14px;
  margin-right: -14px;
  padding: 14px;
  background-color: #eee;
  box-sizing: content-box; }
  #history button-group.confirmRedirectDataButtons p {
    width: 50%; }
    @media screen and (max-width: 768px) {
      #history button-group.confirmRedirectDataButtons p {
        width: 100%; } }

#history .self-services section:not(:first-child) {
  border-top: 2px solid #e7e8ee;
  margin-top: 14px; }

#history .self-services p {
  margin-top: 14px; }
  #history .self-services p.title {
    margin-top: 0; }

#history .self-services .hint p {
  margin: 0; }

#history .sub-note {
  padding-top: 14px;
  padding-bottom: 14px; }

#history .parcel-consignee-information h3.section-title, #history .parcel-consignee-information form fieldset legend.section-title, form fieldset #history .parcel-consignee-information legend.section-title {
  margin-bottom: 0; }

#history .parcel-consignee-information .consignee-address-wrapper {
  color: #8b90a9; }

@media screen and (min-width: 769px) {
  #history .hide-in-desktop {
    display: none !important; } }

@media screen and (max-width: 768px) {
  #history .hide-in-responsive {
    display: none !important; } }

#history .gls-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-size: 38px 38px; }

#history .spinner-wrapper {
  margin: -14px -14px;
  padding: 0 14px 0 14px; }

@media screen and (max-width: 768px) {
  #history #parcel-history {
    max-height: 75vh;
    overflow-y: auto;
    margin-bottom: 2px; } }

#history #head-row {
  position: relative; }
  @media screen and (max-width: 768px) {
    #history #head-row select, #history #head-row #add-parcel > button {
      display: block;
      width: 100%; }
    #history #head-row select:not(:last-child) {
      margin-bottom: 14px; }
    #history #head-row #add-parcel, #history #head-row form#filter {
      *zoom: 1;
      box-sizing: border-box;
      background-color: #fff;
      width: 100%;
      padding: 14px;
      margin-bottom: 14px;
      margin-bottom: 2px; }
      #history #head-row #add-parcel::before, #history #head-row #add-parcel::after, #history #head-row form#filter::before, #history #head-row form#filter::after {
        content: ' ';
        display: table; }
      #history #head-row #add-parcel::after, #history #head-row form#filter::after {
        clear: both; } }
  @media screen and (min-width: 769px) {
    #history #head-row {
      *zoom: 1;
      box-sizing: border-box;
      background-color: #fff;
      width: 100%;
      padding: 14px;
      margin-bottom: 14px;
      padding-top: 28px;
      margin-bottom: 2px; }
      #history #head-row::before, #history #head-row::after {
        content: ' ';
        display: table; }
      #history #head-row::after {
        clear: both; }
      #history #head-row form#filter {
        width: 100%;
        margin-top: 32px; }
        #history #head-row form#filter select {
          width: auto; }
          #history #head-row form#filter select:not(:last-of-type) {
            margin-right: 14px; }
      #history #head-row #add-parcel {
        width: 100%;
        float: initial;
        text-align: right; } }

#history form#filter .select-container-right {
  float: right; }

#history form#filter .select-container, #history form#filter .select-container-right {
  position: relative;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    #history form#filter .select-container, #history form#filter .select-container-right {
      width: 100%; } }
  #history form#filter .select-container select, #history form#filter .select-container-right select {
    width: 100%;
    padding-left: 34px; }
    @media screen and (max-width: 960px) {
      #history form#filter .select-container select, #history form#filter .select-container-right select {
        font-size: 0.8rem; } }
    @media screen and (max-width: 640px) {
      #history form#filter .select-container select, #history form#filter .select-container-right select {
        font-size: 1rem; } }
  #history form#filter .select-container .select-icon, #history form#filter .select-container-right .select-icon {
    position: absolute;
    left: 6px;
    top: 12px; }
    #history form#filter .select-container .select-icon .gls-icon, #history form#filter .select-container-right .select-icon .gls-icon {
      background-size: 24px;
      width: 24px;
      height: 24px; }
    #history form#filter .select-container .select-icon.select-icon-filter .gls-icon, #history form#filter .select-container-right .select-icon.select-icon-filter .gls-icon {
      background-image: url("../images/icon_filter_inverse_128x128px.png"); }
    #history form#filter .select-container .select-icon.select-icon-delete .gls-icon, #history form#filter .select-container-right .select-icon.select-icon-delete .gls-icon {
      background-image: url("../images/icon_delete_active_128x128px.png"); }
    #history form#filter .select-container .select-icon.select-icon-order .gls-icon, #history form#filter .select-container-right .select-icon.select-icon-order .gls-icon {
      background-image: url("../images/Icon_Sortierung_inverse_RGB_128x128px.png"); }

#history p {
  margin: 0; }

#history #column-headings.no-parcel-group .parcel-col.no-status, #history .parcel.no-parcel-group .parcel-col.no-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #history #column-headings.no-parcel-group .parcel-col.no-status i, #history .parcel.no-parcel-group .parcel-col.no-status i {
    padding-right: 10px; }
  #history #column-headings.no-parcel-group .parcel-col.no-status span, #history .parcel.no-parcel-group .parcel-col.no-status span {
    font-size: 12px;
    line-height: 12px;
    text-align: justify;
    color: #8c1b59;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none; }

#history #column-headings.no-parcel-group .wrap-text, #history .parcel.no-parcel-group .wrap-text {
  word-break: break-all; }

#history #column-headings .parcel-col .parcel-delete .gls-icon, #history .parcel .parcel-col .parcel-delete .gls-icon {
  background-size: 24px;
  background-image: url("../images/icon_delete_128x128px.png");
  width: 24px;
  height: 24px; }
  #history #column-headings .parcel-col .parcel-delete .gls-icon:hover, #history .parcel .parcel-col .parcel-delete .gls-icon:hover {
    background-image: url("../images/icon_delete_active_128x128px.png"); }
  @media screen and (min-width: 769px) {
    #history #column-headings .parcel-col .parcel-delete .gls-icon, #history .parcel .parcel-col .parcel-delete .gls-icon {
      margin-bottom: 6px; } }

@media screen and (min-width: 769px) {
  #history #column-headings .parcel-col, #history .parcel .parcel-col {
    display: inline-block;
    vertical-align: top;
    float: left; }
    #history #column-headings .parcel-col.consignee, #history #column-headings .parcel-col.price, #history .parcel .parcel-col.consignee, #history .parcel .parcel-col.price {
      min-height: 1px; }
    #history #column-headings .parcel-col.comment, #history .parcel .parcel-col.comment {
      clear: left;
      width: 100%;
      margin-top: 14px; } }
    @media screen and (min-width: 769px) and (min-width: 961px) {
      #history #column-headings .parcel-col.comment, #history .parcel .parcel-col.comment {
        width: calc(100% - 150px); } }

@media screen and (min-width: 769px) and (max-width: 960px) {
  #history #column-headings .parcel-col.date, #history .parcel .parcel-col.date {
    width: calc(30% - 105.6px); }
  #history #column-headings .parcel-col.parcel-number, #history .parcel .parcel-col.parcel-number {
    width: 198px; }
  #history #column-headings .parcel-col.consignee, #history .parcel .parcel-col.consignee {
    width: calc(49% - 172.48px); }
  #history #column-headings .parcel-col.price, #history .parcel .parcel-col.price {
    width: calc(21% - 73.92px); }
  #history #column-headings .parcel-col.status, #history .parcel .parcel-col.status {
    width: 184px; } }

@media screen and (min-width: 961px) {
  #history #column-headings .parcel-col.date, #history .parcel .parcel-col.date {
    width: 136px; }
  #history #column-headings .parcel-col.parcel-number, #history .parcel .parcel-col.parcel-number {
    width: 172px; }
  #history #column-headings .parcel-col.consignee, #history .parcel .parcel-col.consignee {
    width: calc(100% - 692px); }
  #history #column-headings .parcel-col.price, #history .parcel .parcel-col.price {
    width: 96px; }
  #history #column-headings .parcel-col.status, #history .parcel .parcel-col.status {
    width: 230px; }
  #history #column-headings .parcel-col.actions, #history .parcel .parcel-col.actions {
    width: 136px; } }

#history #column-headings .parcel-col.parcel-col-align-right, #history .parcel .parcel-col.parcel-col-align-right {
  float: right; }

#history #column-headings .parcel-details, #history .parcel .parcel-details {
  margin-bottom: 14px; }

#history #column-headings .parcel-information, #history .parcel .parcel-information {
  width: 100%; }
  #history #column-headings .parcel-information h3.parcel-details, #history #column-headings .parcel-information form fieldset legend.parcel-details, form fieldset #history #column-headings .parcel-information legend.parcel-details, #history .parcel .parcel-information h3.parcel-details, #history .parcel .parcel-information form fieldset legend.parcel-details, form fieldset #history .parcel .parcel-information legend.parcel-details {
    margin: 0;
    font-size: 1em;
    padding-left: 38px; }

#history #column-headings .parcel-comment, #history .parcel .parcel-comment {
  margin-right: 14px;
  margin-bottom: 14px; }

#history #column-headings {
  margin-bottom: 2px;
  padding-left: 53px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  #history #column-headings > .sortable {
    cursor: pointer; }
    #history #column-headings > .sortable::after {
      content: '';
      display: inline-block;
      width: 14px;
      height: 8px;
      margin-left: 6px; }
    #history #column-headings > .sortable.ascending::after {
      background-repeat: no-repeat;
      height: 14px;
      background-position-y: 6px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

#history .track-and-trace-wrapper {
  margin-top: 14px; }

#history .track-and-trace-directive .gls-icon {
  width: 85px;
  height: 85px;
  background-size: cover; }

#history .track-and-trace-directive .section-title {
  margin-bottom: 14px; }

#history h3.history.collapse-toggle, #history form fieldset legend.history.collapse-toggle, form fieldset #history legend.history.collapse-toggle {
  margin: 0; }

#history hr.section-seperator {
  border: 1px solid #e7e8ee; }

#history .parcel {
  margin-bottom: 2px; }
  #history .parcel header {
    background-color: #d1d4db;
    margin: -14px;
    padding: 14px;
    color: #172154;
    font-size: 0.85em; }
  #history .parcel:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 961px) {
    #history .parcel {
      position: relative; }
      #history .parcel > .actions {
        width: 136px; } }
  #history .parcel .label {
    color: #172154; }
  #history .parcel .actions button, #history .parcel .actions .button {
    font-size: .9rem;
    width: auto; }
    #history .parcel .actions button:not(:last-child), #history .parcel .actions .button:not(:last-child) {
      margin-bottom: 14px; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    #history .parcel .actions button, #history .parcel .actions .button {
      margin-top: 14px; } }
  @media screen and (min-width: 481px) and (max-width: 960px) {
    #history .parcel .actions button, #history .parcel .actions .button {
      float: left;
      width: auto; }
      #history .parcel .actions button:not(:last-child), #history .parcel .actions .button:not(:last-child) {
        margin-bottom: 0;
        margin-right: 14px; } }
  #history .parcel .date .gls-icon {
    margin-top: 14px; }
  #history .parcel .status .gls-icon {
    display: block; }
    #history .parcel .status .gls-icon.intransit, #history .parcel .status .gls-icon.notdelivered, #history .parcel .status .gls-icon.inwarehouse, #history .parcel .status .gls-icon.indelivery, #history .parcel .status .gls-icon.delivered, #history .parcel .status .gls-icon.deliveredps, #history .parcel .status .gls-icon.final, #history .parcel .status .gls-icon.canceled {
      width: 45px;
      height: 45px;
      background-size: 45px 45px; }
  @media screen and (max-width: 768px) {
    #history .parcel .label {
      display: inline-block;
      width: 45%;
      float: left;
      clear: both; }
      #history .parcel .label + * {
        display: inline-block;
        width: 55%;
        float: right; }
    #history .parcel > .date {
      position: relative;
      padding-top: 55px; }
      #history .parcel > .date::after {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }
    #history .parcel > .status {
      position: relative;
      padding-bottom: 55px; }
      #history .parcel > .status::before {
        position: absolute;
        left: 45%;
        bottom: 0; } }
  @media screen and (max-width: 960px) {
    #history .parcel > .comment {
      margin-bottom: 14px; } }

#history #page-loading-indicator spinner::before {
  width: 30px;
  height: 30px;
  border-width: 2px; }

#profile .sra-related {
  padding-bottom: 14px;
  margin: 0;
  border-bottom: 2px solid #e7e8ee; }

#profile form {
  position: relative;
  width: 100%; }
  #profile form:not(:last-of-type) {
    padding-bottom: 14px;
    margin: 0;
    border-bottom: 2px solid #e7e8ee; }
  #profile form.basic-data dl > dt, #profile form.basic-data dl > dd {
    float: left;
    display: inline-block;
    margin: 0;
    line-height: 1.5em;
    vertical-align: middle; }
  #profile form.basic-data dl > dt {
    min-width: 51.403887689%;
    color: #666;
    font-size: 0.9em; }
  #profile form.basic-data dl > dd {
    min-width: calc(100% - 51.403887689%);
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden; }
  #profile form.basic-data edit-credentials {
    margin: 0;
    float: none; }
    #profile form.basic-data edit-credentials p.retype-password {
      margin-bottom: 0; }
  #profile form.address-form > div > p {
    margin: 0;
    color: #666; }
  #profile form.address-form > edit-address {
    margin: 0; }
    #profile form.address-form > edit-address > ul > li > p, #profile form.address-form > edit-address > ul > li > select, #profile form.address-form > edit-address > ul > li > div {
      width: 100%; }
  #profile form.address-form > address-summary .label {
    color: #666;
    float: left;
    min-width: 51.403887689%; }
    #profile form.address-form > address-summary .label + span {
      float: left;
      min-width: calc(100% - 51.403887689%); }
  #profile form.sra-form {
    border-bottom: 0px; }
    #profile form.sra-form > sra-summary {
      margin-top: 14px;
      margin-left: 50px; }
      #profile form.sra-form > sra-summary > address-summary::after {
        clear: left; }
      #profile form.sra-form > sra-summary > p {
        margin: 0; }
      #profile form.sra-form > sra-summary.inactive {
        color: #8b90a9; }
        #profile form.sra-form > sra-summary.inactive .label {
          color: #8b90a9; }
      #profile form.sra-form > sra-summary .label {
        color: #666;
        float: left;
        min-width: 200px; }
        #profile form.sra-form > sra-summary .label + span {
          float: right;
          min-width: calc(100% - 51.403887689%); }
          #profile form.sra-form > sra-summary .label + span.authorized-persons {
            float: right; }
            #profile form.sra-form > sra-summary .label + span.authorized-persons > span {
              display: block; }
    #profile form.sra-form hint {
      margin-top: 14px; }
    @media screen and (max-width: 768px) {
      #profile form.sra-form editing-buttons {
        margin-bottom: 14px;
        position: relative; } }
    @media screen and (min-width: 769px) {
      #profile form.sra-form editing-buttons {
        position: absolute;
        right: 0;
        top: 0; } }
    #profile form.sra-form edit-sra {
      margin-top: 14px;
      width: 50%; }
      @media screen and (max-width: 768px) {
        #profile form.sra-form edit-sra {
          width: 100%; } }
  #profile form.newsletter > p > label {
    line-height: 1em;
    height: 50px;
    display: inline-block; }
  #profile form.delete-account {
    padding-top: 14px; }
    #profile form.delete-account > label {
      color: #8b90a9; }
      @media screen and (max-width: 768px) {
        #profile form.delete-account > label {
          margin-bottom: 14px; } }
    @media screen and (max-width: 320px) {
      #profile form.delete-account > button {
        width: 100%; } }
    @media screen and (min-width: 769px) {
      #profile form.delete-account > button {
        margin-left: 42px; } }

article#cart #article-list .article .address-details > address-summary, article#parcelLabel #article-list .article article#cart .address-details > address-summary, article#cart #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary, article#parcelLabel #article-list .article > inline-edit-parcel article#cart .parcel-product > .parcel-size-summary, article#cart #article-list .article > inline-edit-parcel .consignee > .extra-price, article#parcelLabel #article-list .article > inline-edit-parcel article#cart .consignee > .extra-price, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery, article#parcelLabel #article-list .article > inline-edit-parcel article#cart .consignee > .flex-delivery, article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > .product-label, article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > .date-label, article#parcelLabel #article-list .article > inline-edit-pickup article#cart .pickup-product-and-date > .product-label, article#parcelLabel #article-list .article > inline-edit-pickup article#cart .pickup-product-and-date > .date-label, article#cart #voucher p, article#parcelLabel #voucher article#cart p, article#cart #prize-draw form p, article#parcelLabel #prize-draw form article#cart p, article#cart #invoice-address > section > address-summary, article#cart #invoice-address > section > p,
article#cart #article-list .article article#parcelLabel .address-details > address-summary,
article#parcelLabel #article-list .article .address-details > address-summary,
article#cart #article-list .article > inline-edit-parcel article#parcelLabel .parcel-product > .parcel-size-summary,
article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary,
article#cart #article-list .article > inline-edit-parcel article#parcelLabel .consignee > .extra-price,
article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .extra-price,
article#cart #article-list .article > inline-edit-parcel article#parcelLabel .consignee > .flex-delivery,
article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery,
article#cart #article-list .article > inline-edit-pickup article#parcelLabel .pickup-product-and-date > .product-label,
article#cart #article-list .article > inline-edit-pickup article#parcelLabel .pickup-product-and-date > .date-label,
article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > .product-label,
article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > .date-label,
article#cart #voucher article#parcelLabel p,
article#parcelLabel #voucher p,
article#cart #prize-draw form article#parcelLabel p,
article#parcelLabel #prize-draw form p,
article#parcelLabel #invoice-address > section > address-summary,
article#parcelLabel #invoice-address > section > p {
  color: #8b90a9;
  font-weight: 600; }

article#cart #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary > .parcel-price, article#parcelLabel #article-list .article > inline-edit-parcel article#cart .parcel-product > .parcel-size-summary > .parcel-price, article#cart #voucher p .price, article#parcelLabel #voucher p article#cart .price,
article#cart #article-list .article > inline-edit-parcel article#parcelLabel .parcel-product > .parcel-size-summary > .parcel-price,
article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary > .parcel-price,
article#cart #voucher p article#parcelLabel .price,
article#parcelLabel #voucher p .price {
  float: right;
  font-weight: 700; }

article#cart [inline-editing] h3, article#cart [inline-editing] form fieldset legend, form fieldset article#cart [inline-editing] legend,
article#parcelLabel [inline-editing] h3,
article#parcelLabel [inline-editing] form fieldset legend,
form fieldset article#parcelLabel [inline-editing] legend {
  font-size: 1em;
  display: block;
  margin: 0 0 14px 0; }

article#cart header h2,
article#parcelLabel header h2 {
  margin: 0;
  height: 34px;
  line-height: 34px; }

article#cart #article-list .parcel-shop-selector .header,
article#parcelLabel #article-list .parcel-shop-selector .header {
  width: 100%; }

@media screen and (max-width: 768px) {
  article#cart #article-list .parcel-shop-selector span.hints-toggle,
  article#parcelLabel #article-list .parcel-shop-selector span.hints-toggle {
    margin-top: 24px; } }

article#cart #article-list .parcel-shop-selector h2,
article#parcelLabel #article-list .parcel-shop-selector h2 {
  font-size: 1em;
  border-top: 2px solid #e7e8ee;
  padding-top: 14px;
  width: calc(50% - 21px);
  margin-right: 42px; }
  @media screen and (max-width: 768px) {
    article#cart #article-list .parcel-shop-selector h2,
    article#parcelLabel #article-list .parcel-shop-selector h2 {
      width: 100%;
      display: block; } }

article#cart #article-list .parcel-shop-selector .header-with-controls,
article#parcelLabel #article-list .parcel-shop-selector .header-with-controls {
  width: 100%; }
  article#cart #article-list .parcel-shop-selector .header-with-controls button,
  article#parcelLabel #article-list .parcel-shop-selector .header-with-controls button {
    float: left;
    margin-top: 28px;
    min-width: 126px; }

article#cart #article-list .article,
article#parcelLabel #article-list .article {
  margin-bottom: 14px; }
  article#cart #article-list .article .parcel-delivery,
  article#parcelLabel #article-list .article .parcel-delivery {
    padding-bottom: 14px; }
    article#cart #article-list .article .parcel-delivery .details,
    article#parcelLabel #article-list .article .parcel-delivery .details {
      width: calc(50% - 21px); }
      article#cart #article-list .article .parcel-delivery .details .parcel-price,
      article#parcelLabel #article-list .article .parcel-delivery .details .parcel-price {
        color: #8b90a9;
        float: right;
        font-weight: 700; }
      article#cart #article-list .article .parcel-delivery .details .parcel-delivery-details,
      article#parcelLabel #article-list .article .parcel-delivery .details .parcel-delivery-details {
        color: #8b90a9;
        font-weight: 600;
        font-style: italic; }
    article#cart #article-list .article .parcel-delivery .title,
    article#parcelLabel #article-list .article .parcel-delivery .title {
      border-top: 2px solid #e7e8ee;
      width: calc(50% - 21px); }
  article#cart #article-list .article header button,
  article#parcelLabel #article-list .article header button {
    vertical-align: top;
    width: 126px;
    margin-right: 0; }
    article#cart #article-list .article header button.secondary-gray:not(:first-of-type), article#cart #article-list .article header .ngdialog.login-dialog button-group button.secondary:not(:first-of-type), .ngdialog.login-dialog button-group article#cart #article-list .article header button.secondary:not(:first-of-type), article#cart #article-list .article header editing-buttons > .buttons-group button:not(:first-of-type):only-of-type, editing-buttons > .buttons-group article#cart #article-list .article header button:not(:first-of-type):only-of-type, article#cart #article-list .article header editing-buttons > .buttons-group button:not(:first-of-type):last-of-type, editing-buttons > .buttons-group article#cart #article-list .article header button:not(:first-of-type):last-of-type, article#cart #article-list .article header editing-buttons > .buttons-group > .not-editing button:not(:first-of-type), editing-buttons > .buttons-group > .not-editing article#cart #article-list .article header button:not(:first-of-type), article#cart #article-list .article header #history .parcel .actions button:not(:first-of-type), #history .parcel .actions article#cart #article-list .article header button:not(:first-of-type), article#cart #article-list .article header #profile form.delete-account > button:not(:first-of-type), #profile article#cart #article-list .article header form.delete-account > button:not(:first-of-type), article#cart #article-list .article header .address-details > button.address-book-button:not(:first-of-type), article#cart #article-list .article header #voucher editing-buttons button:not(:first-of-type)[type=submit], article#cart #voucher editing-buttons #article-list .article header button:not(:first-of-type)[type=submit], article#parcelLabel #voucher editing-buttons article#cart #article-list .article header button:not(:first-of-type)[type=submit], article#cart #article-list .article header article#preRedirectionData article.parcel menu button:not(:first-of-type), article#preRedirectionData article.parcel menu article#cart #article-list .article header button:not(:first-of-type), article#cart #article-list .article header article#trackAndTrace article.parcel menu button:not(:first-of-type), article#trackAndTrace article.parcel menu article#cart #article-list .article header button:not(:first-of-type),
    article#parcelLabel #article-list .article header button.secondary-gray:not(:first-of-type),
    article#parcelLabel #article-list .article header .ngdialog.login-dialog button-group button.secondary:not(:first-of-type),
    .ngdialog.login-dialog button-group article#parcelLabel #article-list .article header button.secondary:not(:first-of-type),
    article#parcelLabel #article-list .article header editing-buttons > .buttons-group button:not(:first-of-type):only-of-type,
    editing-buttons > .buttons-group article#parcelLabel #article-list .article header button:not(:first-of-type):only-of-type,
    article#parcelLabel #article-list .article header editing-buttons > .buttons-group button:not(:first-of-type):last-of-type,
    editing-buttons > .buttons-group article#parcelLabel #article-list .article header button:not(:first-of-type):last-of-type,
    article#parcelLabel #article-list .article header editing-buttons > .buttons-group > .not-editing button:not(:first-of-type),
    editing-buttons > .buttons-group > .not-editing article#parcelLabel #article-list .article header button:not(:first-of-type),
    article#parcelLabel #article-list .article header #history .parcel .actions button:not(:first-of-type),
    #history .parcel .actions article#parcelLabel #article-list .article header button:not(:first-of-type),
    article#parcelLabel #article-list .article header #profile form.delete-account > button:not(:first-of-type),
    #profile article#parcelLabel #article-list .article header form.delete-account > button:not(:first-of-type),
    article#parcelLabel #article-list .article header .address-details > button.address-book-button:not(:first-of-type),
    article#cart #voucher editing-buttons article#parcelLabel #article-list .article header button:not(:first-of-type)[type=submit],
    article#parcelLabel #article-list .article header #voucher editing-buttons button:not(:first-of-type)[type=submit],
    article#parcelLabel #voucher editing-buttons #article-list .article header button:not(:first-of-type)[type=submit],
    article#parcelLabel #article-list .article header article#preRedirectionData article.parcel menu button:not(:first-of-type),
    article#preRedirectionData article.parcel menu article#parcelLabel #article-list .article header button:not(:first-of-type),
    article#parcelLabel #article-list .article header article#trackAndTrace article.parcel menu button:not(:first-of-type),
    article#trackAndTrace article.parcel menu article#parcelLabel #article-list .article header button:not(:first-of-type) {
      margin-left: 28px; }
  article#cart #article-list .article header,
  article#parcelLabel #article-list .article header {
    margin-bottom: 2px; }
    article#cart #article-list .article header h2,
    article#parcelLabel #article-list .article header h2 {
      margin: 0;
      height: 34px;
      line-height: 34px; }
    article#cart #article-list .article header button.secondary-gray:not(:first-of-type), article#cart #article-list .article header .ngdialog.login-dialog button-group button.secondary:not(:first-of-type), .ngdialog.login-dialog button-group article#cart #article-list .article header button.secondary:not(:first-of-type), article#cart #article-list .article header editing-buttons > .buttons-group button:not(:first-of-type):only-of-type, editing-buttons > .buttons-group article#cart #article-list .article header button:not(:first-of-type):only-of-type, article#cart #article-list .article header editing-buttons > .buttons-group button:not(:first-of-type):last-of-type, editing-buttons > .buttons-group article#cart #article-list .article header button:not(:first-of-type):last-of-type, article#cart #article-list .article header editing-buttons > .buttons-group > .not-editing button:not(:first-of-type), editing-buttons > .buttons-group > .not-editing article#cart #article-list .article header button:not(:first-of-type), article#cart #article-list .article header #history .parcel .actions button:not(:first-of-type), #history .parcel .actions article#cart #article-list .article header button:not(:first-of-type), article#cart #article-list .article header #profile form.delete-account > button:not(:first-of-type), #profile article#cart #article-list .article header form.delete-account > button:not(:first-of-type), article#cart #article-list .article header .address-details > button.address-book-button:not(:first-of-type), article#cart #article-list .article header #voucher editing-buttons button:not(:first-of-type)[type=submit], article#cart #voucher editing-buttons #article-list .article header button:not(:first-of-type)[type=submit], article#parcelLabel #voucher editing-buttons article#cart #article-list .article header button:not(:first-of-type)[type=submit], article#cart #article-list .article header article#preRedirectionData article.parcel menu button:not(:first-of-type), article#preRedirectionData article.parcel menu article#cart #article-list .article header button:not(:first-of-type), article#cart #article-list .article header article#trackAndTrace article.parcel menu button:not(:first-of-type), article#trackAndTrace article.parcel menu article#cart #article-list .article header button:not(:first-of-type),
    article#parcelLabel #article-list .article header button.secondary-gray:not(:first-of-type),
    article#parcelLabel #article-list .article header .ngdialog.login-dialog button-group button.secondary:not(:first-of-type),
    .ngdialog.login-dialog button-group article#parcelLabel #article-list .article header button.secondary:not(:first-of-type),
    article#parcelLabel #article-list .article header editing-buttons > .buttons-group button:not(:first-of-type):only-of-type,
    editing-buttons > .buttons-group article#parcelLabel #article-list .article header button:not(:first-of-type):only-of-type,
    article#parcelLabel #article-list .article header editing-buttons > .buttons-group button:not(:first-of-type):last-of-type,
    editing-buttons > .buttons-group article#parcelLabel #article-list .article header button:not(:first-of-type):last-of-type,
    article#parcelLabel #article-list .article header editing-buttons > .buttons-group > .not-editing button:not(:first-of-type),
    editing-buttons > .buttons-group > .not-editing article#parcelLabel #article-list .article header button:not(:first-of-type),
    article#parcelLabel #article-list .article header #history .parcel .actions button:not(:first-of-type),
    #history .parcel .actions article#parcelLabel #article-list .article header button:not(:first-of-type),
    article#parcelLabel #article-list .article header #profile form.delete-account > button:not(:first-of-type),
    #profile article#parcelLabel #article-list .article header form.delete-account > button:not(:first-of-type),
    article#parcelLabel #article-list .article header .address-details > button.address-book-button:not(:first-of-type),
    article#cart #voucher editing-buttons article#parcelLabel #article-list .article header button:not(:first-of-type)[type=submit],
    article#parcelLabel #article-list .article header #voucher editing-buttons button:not(:first-of-type)[type=submit],
    article#parcelLabel #voucher editing-buttons #article-list .article header button:not(:first-of-type)[type=submit],
    article#parcelLabel #article-list .article header article#preRedirectionData article.parcel menu button:not(:first-of-type),
    article#preRedirectionData article.parcel menu article#parcelLabel #article-list .article header button:not(:first-of-type),
    article#parcelLabel #article-list .article header article#trackAndTrace article.parcel menu button:not(:first-of-type),
    article#trackAndTrace article.parcel menu article#parcelLabel #article-list .article header button:not(:first-of-type) {
      margin-top: 0; }
    article#cart #article-list .article header .article-header-button-group,
    article#parcelLabel #article-list .article header .article-header-button-group {
      width: 100%;
      margin: 14px 0 0; }
      @media screen and (min-width: 769px) {
        article#cart #article-list .article header .article-header-button-group,
        article#parcelLabel #article-list .article header .article-header-button-group {
          width: calc(50% - 21px);
          margin: 0;
          float: right; } }
  article#cart #article-list .article.pickup header button,
  article#parcelLabel #article-list .article.pickup header button {
    margin-left: 154px; }
  article#cart #article-list .article .address-details,
  article#parcelLabel #article-list .article .address-details {
    position: relative; }
    article#cart #article-list .article .address-details h3, article#cart #article-list .article .address-details form fieldset legend, form fieldset article#cart #article-list .article .address-details legend,
    article#parcelLabel #article-list .article .address-details h3,
    article#parcelLabel #article-list .article .address-details form fieldset legend,
    form fieldset article#parcelLabel #article-list .article .address-details legend {
      padding-top: 14px;
      border-top: 2px solid #e7e8ee; }
      @media screen and (min-width: 769px) {
        article#cart #article-list .article .address-details h3, article#cart #article-list .article .address-details form fieldset legend, form fieldset article#cart #article-list .article .address-details legend,
        article#parcelLabel #article-list .article .address-details h3,
        article#parcelLabel #article-list .article .address-details form fieldset legend,
        form fieldset article#parcelLabel #article-list .article .address-details legend {
          display: inline-block;
          width: calc(50% - 21px);
          margin-right: 42px; } }
      article#cart #article-list .article .address-details h3.active-headline, article#cart #article-list .article .address-details form fieldset legend.active-headline, form fieldset article#cart #article-list .article .address-details legend.active-headline,
      article#parcelLabel #article-list .article .address-details h3.active-headline,
      article#parcelLabel #article-list .article .address-details form fieldset legend.active-headline,
      form fieldset article#parcelLabel #article-list .article .address-details legend.active-headline {
        margin-bottom: 20px; }
    article#cart #article-list .article .address-details > button,
    article#parcelLabel #article-list .article .address-details > button {
      position: absolute;
      bottom: 14px;
      right: 0; }
      @media screen and (min-width: 769px) {
        article#cart #article-list .article .address-details > button,
        article#parcelLabel #article-list .article .address-details > button {
          right: auto;
          top: 0; } }
      article#cart #article-list .article .address-details > button.address-book-button,
      article#parcelLabel #article-list .article .address-details > button.address-book-button {
        position: absolute;
        top: 14px;
        bottom: auto;
        left: calc(50% - 160px); }
  article#cart #article-list .article > inline-edit-parcel,
  article#parcelLabel #article-list .article > inline-edit-parcel {
    display: block;
    margin: 0; }
    article#cart #article-list .article > inline-edit-parcel h3, article#cart #article-list .article > inline-edit-parcel form fieldset legend, form fieldset article#cart #article-list .article > inline-edit-parcel legend,
    article#parcelLabel #article-list .article > inline-edit-parcel h3,
    article#parcelLabel #article-list .article > inline-edit-parcel form fieldset legend,
    form fieldset article#parcelLabel #article-list .article > inline-edit-parcel legend {
      font-size: 1em;
      margin: 0 0 14px 0;
      padding-top: 14px; }
    article#cart #article-list .article > inline-edit-parcel .parcel-size, article#cart #article-list .article > inline-edit-parcel .address-details, article#cart #article-list .article > inline-edit-parcel .parcel-product,
    article#parcelLabel #article-list .article > inline-edit-parcel .parcel-size,
    article#parcelLabel #article-list .article > inline-edit-parcel .address-details,
    article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product {
      position: relative; }
    article#cart #article-list .article > inline-edit-parcel .parcel-product,
    article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product {
      padding-bottom: 14px; }
      article#cart #article-list .article > inline-edit-parcel .parcel-product > h3, article#cart #article-list .article > inline-edit-parcel form fieldset .parcel-product > legend, form fieldset article#cart #article-list .article > inline-edit-parcel .parcel-product > legend,
      article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product > h3,
      article#parcelLabel #article-list .article > inline-edit-parcel form fieldset .parcel-product > legend,
      form fieldset article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product > legend {
        padding-top: 0; }
      @media screen and (min-width: 769px) {
        article#cart #article-list .article > inline-edit-parcel .parcel-product editing-buttons,
        article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product editing-buttons {
          top: 0; } }
      article#cart #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary,
      article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product > .parcel-size-summary {
        margin-bottom: 14px; }
      article#cart #article-list .article > inline-edit-parcel .parcel-product parcel-dimensions,
      article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product parcel-dimensions {
        color: #172154; }
        article#cart #article-list .article > inline-edit-parcel .parcel-product parcel-dimensions .parcel-size p.no-product,
        article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product parcel-dimensions .parcel-size p.no-product {
          line-height: normal; }
        article#cart #article-list .article > inline-edit-parcel .parcel-product parcel-dimensions error,
        article#parcelLabel #article-list .article > inline-edit-parcel .parcel-product parcel-dimensions error {
          width: 100%; }
    article#cart #article-list .article > inline-edit-parcel .consignor,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignor {
      padding-bottom: 14px; }
    article#cart #article-list .article > inline-edit-parcel .consignee > address-summary,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > address-summary {
      margin-bottom: 14px; }
    article#cart #article-list .article > inline-edit-parcel .consignee > .extra-price,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .extra-price {
      margin-bottom: 0; }
      @media screen and (min-width: 769px) {
        article#cart #article-list .article > inline-edit-parcel .consignee > .extra-price,
        article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .extra-price {
          width: calc(50% - 21px); } }
    @media screen and (max-width: 768px) {
      article#cart #article-list .article > inline-edit-parcel .consignee .fill-from-address-book,
      article#parcelLabel #article-list .article > inline-edit-parcel .consignee .fill-from-address-book {
        position: static;
        display: block;
        width: 100%;
        margin: 14px 0; } }
    @media screen and (min-width: 769px) {
      article#cart #article-list .article > inline-edit-parcel .consignee .fill-from-address-book,
      article#parcelLabel #article-list .article > inline-edit-parcel .consignee .fill-from-address-book {
        right: calc(50% - 21px);
        top: 14px;
        margin-right: 42px; } }
    @media screen and (min-width: 769px) {
      article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery,
      article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery {
        margin: 0; } }
    article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery > p,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery > p {
      margin: 0; }
    article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery label > .description, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label > .description,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery label > .description,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label > .description {
      font-weight: 600;
      float: left; }
    article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery label .price, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label .price,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery label .price,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label .price {
      float: right; }
    article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery label > .description > .fds, article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery label > .description .descr,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery label > .description > .fds,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery label > .description .descr {
      display: block;
      line-height: 25px; }
    article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery label .price,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery label .price {
      line-height: 50px; }
    article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-email,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-email {
      margin-top: 14px; }
    article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label .descr,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-label .descr {
      display: none; }
    article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-button-group,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-button-group {
      float: left;
      height: 2.5em;
      margin: 0; }
      @media screen and (min-width: 769px) {
        article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-button-group,
        article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .flex-delivery-button-group {
          width: calc(50% - 21px); } }
    article#cart #article-list .article > inline-edit-parcel .consignee > .flex-delivery .active-headline,
    article#parcelLabel #article-list .article > inline-edit-parcel .consignee > .flex-delivery .active-headline {
      padding-bottom: 14px; }
  article#cart #article-list .article > inline-edit-pickup,
  article#parcelLabel #article-list .article > inline-edit-pickup {
    display: block;
    margin: 0; }
    article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date,
    article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date {
      position: relative;
      padding-bottom: 14px; }
      article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector,
      article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector {
        margin-bottom: 14px; }
        article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector .pickup-date,
        article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector .pickup-date {
          margin-top: 14px; }
          article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector .pickup-date > pickup-date,
          article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector .pickup-date > pickup-date {
            width: 100%; }
        article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector edit-address,
        article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector edit-address {
          width: 100%; }
          article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector edit-address p,
          article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector edit-address p {
            width: 100%; }
        article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector .email,
        article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > pickup-selector .email {
          width: 100%; }
      article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date > editing-buttons,
      article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date > editing-buttons {
        top: 0; }
      article#cart #article-list .article > inline-edit-pickup .pickup-product-and-date.no-address > editing-buttons,
      article#parcelLabel #article-list .article > inline-edit-pickup .pickup-product-and-date.no-address > editing-buttons {
        margin-bottom: 0; }
    article#cart #article-list .article > inline-edit-pickup .address-details h3, article#cart #article-list .article > inline-edit-pickup .address-details form fieldset legend, form fieldset article#cart #article-list .article > inline-edit-pickup .address-details legend,
    article#parcelLabel #article-list .article > inline-edit-pickup .address-details h3,
    article#parcelLabel #article-list .article > inline-edit-pickup .address-details form fieldset legend,
    form fieldset article#parcelLabel #article-list .article > inline-edit-pickup .address-details legend {
      margin: 0 42px 14px 0; }
    article#cart #article-list .article > inline-edit-pickup .address-details > editing-buttons,
    article#parcelLabel #article-list .article > inline-edit-pickup .address-details > editing-buttons {
      margin-bottom: 0; }

article#cart #voucher,
article#parcelLabel #voucher {
  position: relative; }
  article#cart #voucher h2,
  article#parcelLabel #voucher h2 {
    margin: 0 0 14px; }
  article#cart #voucher p,
  article#parcelLabel #voucher p {
    margin: 0; }
  @media screen and (min-width: 769px) {
    article#cart #voucher p,
    article#parcelLabel #voucher p {
      width: calc(50% - 21px); } }
  @media screen and (max-width: 768px) {
    article#cart #voucher editing-buttons,
    article#parcelLabel #voucher editing-buttons {
      margin-top: 14px; } }

article#cart #prize-draw,
article#parcelLabel #prize-draw {
  position: relative; }
  article#cart #prize-draw h2,
  article#parcelLabel #prize-draw h2 {
    margin: 0 0 14px; }
  article#cart #prize-draw form p,
  article#parcelLabel #prize-draw form p {
    margin: 0;
    clear: left;
    color: #172154; }
  article#cart #prize-draw form .prizedraw-conditions-container,
  article#parcelLabel #prize-draw form .prizedraw-conditions-container {
    margin-top: 14px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      article#cart #prize-draw form .prizedraw-conditions-container,
      article#parcelLabel #prize-draw form .prizedraw-conditions-container {
        margin-top: 28px; } }
  @media screen and (min-width: 769px) {
    article#cart #prize-draw form p,
    article#parcelLabel #prize-draw form p {
      width: calc(50% - 21px); } }
  article#cart #prize-draw form input[type=checkbox] + label,
  article#parcelLabel #prize-draw form input[type=checkbox] + label {
    color: #172154; }
  article#cart #prize-draw hint,
  article#parcelLabel #prize-draw hint {
    position: absolute;
    top: 14px;
    right: 14px; }
    @media screen and (max-width: 768px) {
      article#cart #prize-draw hint,
      article#parcelLabel #prize-draw hint {
        position: relative;
        right: 0px;
        bottom: 14px;
        overflow: auto; } }

article#cart fieldset p.terms-and-conditions,
article#parcelLabel fieldset p.terms-and-conditions {
  width: 100%; }

@media screen and (min-width: 769px) {
  article#cart button-group button.primary, article#cart button-group .teaser-container .teaser-1 > button.teaser-action, .teaser-container article#cart button-group .teaser-1 > button.teaser-action, article#cart button-group .teaser-container .teaser-2 > button.teaser-action, .teaser-container article#cart button-group .teaser-2 > button.teaser-action, article#cart button-group .teaser-container .teaser-3 > button.teaser-action, .teaser-container article#cart button-group .teaser-3 > button.teaser-action, article#cart button-group editing-buttons > .buttons-group button, editing-buttons > .buttons-group article#cart button-group button, article#cart button-group body.landing #content article#landing .layer .lowWidthContent button, body.landing #content article#landing .layer .lowWidthContent article#cart button-group button, article#cart button-group .button-group-hint,
  article#parcelLabel button-group button.primary,
  article#parcelLabel button-group .teaser-container .teaser-1 > button.teaser-action,
  .teaser-container article#parcelLabel button-group .teaser-1 > button.teaser-action,
  article#parcelLabel button-group .teaser-container .teaser-2 > button.teaser-action,
  .teaser-container article#parcelLabel button-group .teaser-2 > button.teaser-action,
  article#parcelLabel button-group .teaser-container .teaser-3 > button.teaser-action,
  .teaser-container article#parcelLabel button-group .teaser-3 > button.teaser-action,
  article#parcelLabel button-group editing-buttons > .buttons-group button,
  editing-buttons > .buttons-group article#parcelLabel button-group button,
  article#parcelLabel button-group body.landing #content article#landing .layer .lowWidthContent button,
  body.landing #content article#landing .layer .lowWidthContent article#parcelLabel button-group button,
  article#parcelLabel button-group .button-group-hint {
    width: 238px;
    min-width: 238px;
    clear: right; } }

article#cart .teaser-container,
article#parcelLabel .teaser-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  clear: both;
  margin: 28px 0; }
  @media screen and (max-width: 768px) {
    article#cart .teaser-container,
    article#parcelLabel .teaser-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 768px) {
    article#cart .teaser-container > .teaser-simple,
    article#parcelLabel .teaser-container > .teaser-simple {
      -webkit-flex-basis: calc(100% - 28px);
          -ms-flex-preferred-size: calc(100% - 28px);
              flex-basis: calc(100% - 28px); }
      article#cart .teaser-container > .teaser-simple:not(:last-child),
      article#parcelLabel .teaser-container > .teaser-simple:not(:last-child) {
        margin-bottom: 14px; } }
  @media screen and (min-width: 769px) {
    article#cart .teaser-container > .teaser-simple,
    article#parcelLabel .teaser-container > .teaser-simple {
      height: 130px;
      float: left;
      -webkit-flex-basis: calc(33.3333333333% - 4.6666666667px);
          -ms-flex-preferred-size: calc(33.3333333333% - 4.6666666667px);
              flex-basis: calc(33.3333333333% - 4.6666666667px); }
      article#cart .teaser-container > .teaser-simple:not(:last-child),
      article#parcelLabel .teaser-container > .teaser-simple:not(:last-child) {
        margin-right: 14px; } }
  article#cart .teaser-container > .teaser-simple > .footnote,
  article#parcelLabel .teaser-container > .teaser-simple > .footnote {
    font-size: .6em; }
    @media screen and (min-width: 769px) {
      article#cart .teaser-container > .teaser-simple > .footnote,
      article#parcelLabel .teaser-container > .teaser-simple > .footnote {
        position: absolute;
        bottom: 14px;
        left: 14px; } }

#payment h3, #payment form fieldset legend, form fieldset #payment legend {
  float: none;
  width: 100%; }

#payment p {
  margin: 0 0 14px 0; }
  @media screen and (max-width: 768px) {
    #payment p {
      margin: 14px 0 14px 0; } }
  #payment p:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 321px) {
    #payment p {
      margin-bottom: 0;
      float: left;
      width: 50%; } }
  @media screen and (min-width: 769px) {
    #payment p {
      width: auto;
      margin-left: 14px; }
      #payment p:first-of-type {
        margin-left: 0; } }

#payment .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1024px) {
    #payment .flex-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

#payment .payment-methods .paybutton-logo {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  line-height: 1em;
  height: 48px;
  width: 76px; }

#payment .payment-methods .paypal-logo-image {
  background-image: url(../images/paypal-mark.jpg); }

#payment .payment-methods .sofort-banking label {
  white-space: nowrap; }

@media screen and (max-width: 1024px) {
  #payment .payment-methods {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  #payment .merchant-location {
    width: 100%;
    margin-top: 14px; } }

@media screen and (min-width: 1025px) {
  #payment .merchant-location {
    width: 40%; }
    #payment .merchant-location label {
      float: right; }
    #payment .merchant-location .country-shop {
      float: right; } }

#invoice-address {
  position: relative; }
  #invoice-address > header {
    margin-bottom: 14px; }
  #invoice-address > section > address-summary, #invoice-address > section > p {
    clear: left; }

@media screen and (max-width: 640px) {
  .left-div {
    width: 100%; } }

@media screen and (min-width: 641px) {
  .left-div {
    float: left;
    width: 50%; } }

@media screen and (max-width: 640px) {
  .right-div {
    width: 100%; } }

@media screen and (min-width: 641px) {
  .right-div {
    float: right;
    width: 50%; }
    .right-div paypal-button {
      float: right; } }

.special-discount {
  background-color: #ccc; }

#confirmation article > header {
  margin-bottom: 2px; }
  #confirmation article > header > h2 {
    margin: 0; }

#confirmation article > section {
  border-bottom: none;
  color: #666; }
  #confirmation article > section > .parcel-summary > p.consignee-label {
    margin-top: 14px; }
  @media screen and (max-width: 768px) {
    #confirmation article > section > .parcel-label {
      margin-top: 14px; } }
  #confirmation article > section > .parcel-label > .preview {
    padding-top: 48.8120950324%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 14px; }
    #confirmation article > section > .parcel-label > .preview.lang-de {
      background-image: url("../images/sample_label_de_926.jpeg"); }
      @media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
        #confirmation article > section > .parcel-label > .preview.lang-de {
          background-image: url("../images/sample_label_de_463.jpeg"); } }
    #confirmation article > section > .parcel-label > .preview.lang-en {
      background-image: url("../images/sample_label_en_926.jpeg"); }
      @media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
        #confirmation article > section > .parcel-label > .preview.lang-en {
          background-image: url("../images/sample_label_en_463.jpeg"); } }
  #confirmation article > section .parcel-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    #confirmation article > section .parcel-actions button, #confirmation article > section .parcel-actions .button {
      width: 215px;
      margin-bottom: 14px;
      margin-left: 3px;
      float: right; }
      #confirmation article > section .parcel-actions button:not(:last-child), #confirmation article > section .parcel-actions .button:not(:last-child) {
        margin-right: 14px; }
    @media screen and (max-width: 480px) {
      #confirmation article > section .parcel-actions {
        width: 100%; }
        #confirmation article > section .parcel-actions button, #confirmation article > section .parcel-actions .button {
          width: calc(50% - 7px); } }
    @media screen and (min-width: 481px) {
      #confirmation article > section .parcel-actions {
        float: right; } }
  #confirmation article > section .pickup-actions {
    margin-top: 14px; }
    #confirmation article > section .pickup-actions button, #confirmation article > section .pickup-actions .button {
      width: 215px;
      margin-bottom: 14px;
      float: right; }
      #confirmation article > section .pickup-actions button:not(:last-child), #confirmation article > section .pickup-actions .button:not(:last-child) {
        margin-right: 14px; }
    @media screen and (max-width: 480px) {
      #confirmation article > section .pickup-actions {
        width: 100%; }
        #confirmation article > section .pickup-actions button, #confirmation article > section .pickup-actions .button {
          width: calc(50% - 7px); } }
    @media screen and (min-width: 481px) {
      #confirmation article > section .pickup-actions {
        float: right; } }

#confirmation .pickup-article .pickup-summary {
  width: 100%; }
  #confirmation .pickup-article .pickup-summary div {
    margin-bottom: 28px; }
    #confirmation .pickup-article .pickup-summary div p:last-child {
      float: none; }
  #confirmation .pickup-article .pickup-summary p:last-child {
    float: left; }
  #confirmation .pickup-article .pickup-summary address-summary {
    display: inline-block;
    margin-bottom: 28px;
    width: 100%; }

#confirmation .pickup-article aside {
  float: right; }

#confirmation .ft_qrcode_mobile_disabled {
  width: 100% !important; }

#confirmation article.teaser-qr header {
  margin-bottom: 0; }

#confirmation article.teaser-qr section {
  position: relative;
  padding: 0; }
  #confirmation article.teaser-qr section div {
    margin: 0;
    float: left; }
    #confirmation article.teaser-qr section div p.center {
      padding-left: 14px;
      padding-right: 14px;
      text-align: center;
      font-weight: bold; }
    #confirmation article.teaser-qr section div p {
      padding-left: 14px;
      padding-right: 14px; }
    #confirmation article.teaser-qr section div p:not(last-child) {
      margin-bottom: 12px; }
    #confirmation article.teaser-qr section div::before {
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (min-width: 769px) {
        #confirmation article.teaser-qr section div::before {
          width: calc(50% - 21px);
          position: absolute;
          bottom: 0; } }
    #confirmation article.teaser-qr section div:first-child {
      padding: 0; }
      #confirmation article.teaser-qr section div:first-child .teaserImage {
        height: 121px;
        margin-left: calc(50% - 42px);
        background-image: url("../images/Mobiltelefon_Barcode.png");
        background-repeat: no-repeat; }
    #confirmation article.teaser-qr section div:last-child {
      padding: 0; }
      #confirmation article.teaser-qr section div:last-child .teaserImage {
        height: 121px;
        margin-top: 20px;
        margin-left: calc(50% - 68px);
        margin-bottom: 2px;
        background-image: url("../images/Paket_Paketschein.png");
        background-repeat: no-repeat; }

#confirmation article.packaging-tips header {
  margin-bottom: 0; }

#confirmation article.packaging-tips section {
  position: relative;
  padding: 0; }
  @media screen and (min-width: 769px) {
    #confirmation article.packaging-tips section {
      padding-bottom: 208px; } }
  #confirmation article.packaging-tips section div {
    margin: 0;
    float: left; }
    #confirmation article.packaging-tips section div p {
      padding-left: 14px;
      padding-right: 14px; }
    #confirmation article.packaging-tips section div p:not(last-child) {
      margin-bottom: 12px; }
    #confirmation article.packaging-tips section div::after {
      display: block;
      content: "";
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (min-width: 769px) {
        #confirmation article.packaging-tips section div::after {
          width: calc(50% - 21px);
          position: absolute;
          bottom: 0; } }
    #confirmation article.packaging-tips section div:first-child {
      padding: 0; }
      #confirmation article.packaging-tips section div:first-child::after {
        height: 208px;
        background-image: url("../images/confirmation_parcel_questionmark.jpeg"); }
    #confirmation article.packaging-tips section div:last-child {
      padding: 0; }
      #confirmation article.packaging-tips section div:last-child::after {
        height: 192px;
        background-image: url("../images/confirmation_parcel_checkmark.jpeg"); }

#confirmation .teaser-container.first aside {
  height: 200px;
  width: 100%;
  float: left; }
  @media screen and (min-width: 769px) {
    #confirmation .teaser-container.first aside {
      width: calc(50% - 7px); } }
  #confirmation .teaser-container.first aside:first-of-type {
    margin-right: 14px; }

#confirmation .teaser-container.first .teaser-simple .teaser-label {
  width: 100%; }

#confirmation .teaser-container.first .teaser-simple .price-container {
  bottom: 76px; }

#confirmation .teaser-container.first parcel-shop-search p {
  width: 100%;
  color: #666;
  font-size: .8em; }

#confirmation .teaser-container.first parcel-shop-search form {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: calc(100% - 28px); }

#confirmation .teaser-container.first parcel-shop-search .pseudo-search-button {
  bottom: 3px;
  top: auto; }

#confirmation .teaser-container.first parcel-shop-search input.ng-invalid + .pseudo-search-button {
  bottom: 73px;
  top: auto; }
  @media screen and (min-width: 641px) {
    #confirmation .teaser-container.first parcel-shop-search input.ng-invalid + .pseudo-search-button {
      bottom: 43px; } }

#confirmation .teaser-container.second .registration {
  cursor: pointer;
  background-image: url("../images/teaser_registration_small.jpeg"); }
  @media screen and (min-width: 769px) {
    #confirmation .teaser-container.second .registration {
      background-image: url("../images/teaser_registration.jpeg"); } }

#confirmation .clearfix {
  margin-bottom: 30px; }

#confirmation p {
  margin: 0; }

#editParcel ul > li {
  float: left;
  width: 100%; }
  #editParcel ul > li:not(:last-child) {
    margin-bottom: 14px; }

#editParcel #product-selection .description-wrapper {
  float: left;
  line-height: 25px; }
  #editParcel #product-selection .description-wrapper .name {
    width: auto;
    line-height: 25px;
    height: 25px;
    display: inherit;
    font-style: italic; }
    @media screen and (max-width: 768px) {
      #editParcel #product-selection .description-wrapper .name {
        line-height: 50px;
        height: 50px; } }
  #editParcel #product-selection .description-wrapper .description {
    display: block;
    line-height: 25px; }
    @media screen and (max-width: 768px) {
      #editParcel #product-selection .description-wrapper .description {
        display: none; } }

#editParcel #consignee-country fieldset {
  clear: left; }
  #editParcel #consignee-country fieldset hint .price-info {
    cursor: pointer;
    text-decoration: underline; }

#editParcel .additional-price {
  color: #8b90a9;
  margin-left: 2%; }
  #editParcel .additional-price.positive::before {
    content: '+ '; }
  #editParcel .additional-price + p {
    margin: 10px 0; }

#editParcel article#parcel-dimension ul.dimension-set {
  clear: none; }
  #editParcel article#parcel-dimension ul.dimension-set > .dimension {
    margin-bottom: 0;
    width: calc(33.3333333333% - 9.3333333333px); }

#editParcel article#parcel-dimension .parcel-size {
  clear: none; }

#editParcel article#parcel-dimension .hint p {
  margin: 0; }
  #editParcel article#parcel-dimension .hint p:not(:last-of-type) {
    margin-bottom: 14px; }

#editParcel article#parcel-dimension .hint .dimension-at-image::before {
  display: block;
  margin: auto auto;
  content: '';
  width: 167px;
  height: 121px; }

#editParcel article#parcel-dimension .hint .dimension-image::before {
  display: block;
  margin: auto auto;
  content: '';
  width: 167px;
  height: 121px; }

#editParcel article#parcel-dimension .hint .dimension-dk-image::before {
  display: block;
  margin: auto auto;
  content: '';
  width: 167px;
  height: 121px;
  background-size: 167px 121px; }

#editParcel article#parcel-dimension .hint.significant {
  margin-top: 14px; }
  #editParcel article#parcel-dimension .hint.significant span {
    display: inline-block; }
    @media screen and (min-width: 769px) {
      #editParcel article#parcel-dimension .hint.significant span {
        width: 50%; } }
    @media screen and (min-width: 1025px) {
      #editParcel article#parcel-dimension .hint.significant span {
        width: 33.3333333333%; } }

#editParcel #consignor h2 {
  clear: both; }

#editParcel #consignee {
  position: relative; }
  @media screen and (min-width: 769px) and (max-width: 960px) {
    #editParcel #consignee hint.heading {
      margin-top: 78px; } }
  #editParcel #consignee #fill-from-address-book {
    width: 100%;
    margin-bottom: 14px; }
    @media screen and (min-width: 769px) and (max-width: 960px) {
      #editParcel #consignee #fill-from-address-book {
        width: calc(50% - 21px); } }
    @media screen and (min-width: 961px) {
      #editParcel #consignee #fill-from-address-book {
        position: absolute;
        z-index: 1;
        width: auto;
        top: 30px;
        right: calc(50% + 21px); } }
  #editParcel #consignee edit-address {
    clear: both;
    margin: 0; }
  #editParcel #consignee fieldset {
    margin-bottom: 0; }
    #editParcel #consignee fieldset.services .flex-delivery {
      position: relative;
      margin-top: 14px; }
      #editParcel #consignee fieldset.services .flex-delivery label > .description {
        float: left; }
        #editParcel #consignee fieldset.services .flex-delivery label > .description > .fds, #editParcel #consignee fieldset.services .flex-delivery label > .description .descr {
          display: block;
          line-height: 25px; }
      #editParcel #consignee fieldset.services .flex-delivery label .price {
        float: right; }
      #editParcel #consignee fieldset.services .flex-delivery .email {
        clear: left;
        margin-top: 14px; }
    #editParcel #consignee fieldset.add-to-address-book {
      margin-top: 14px; }
  #editParcel #consignee .extra-price {
    height: 50px;
    line-height: 50px; }
    #editParcel #consignee .extra-price > .extra-price-amount {
      font-weight: 600; }

#editParcel article#parcel-pickup pickup-selector {
  width: 100%;
  float: left; }

#editParcel article#parcel-pickup edit-address {
  float: left; }

@media screen and (max-width: 768px) {
  #editParcel .hint {
    overflow: auto; } }

.price-matrix {
  margin-top: 35px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .price-matrix {
      display: table; } }
  @media screen and (max-width: 480px) {
    .price-matrix {
      margin-left: -14px;
      margin-right: -14px;
      width: auto; } }

@media screen and (min-width: 769px) {
  .product-prices {
    display: table-row; } }

.product-prices .products {
  max-width: 100px; }

.product-prices .product-type-head {
  background-color: #172154;
  color: #fff; }

.product-prices .delivery-product .product-type-head {
  width: 33%; }

.product-prices .delivery-product .product-type-title {
  text-align: center;
  padding: 0px 14px 0 14px; }
  @media screen and (max-width: 480px) {
    .product-prices .delivery-product .product-type-title {
      padding: 0px 4px 0 4px; } }
  @media screen and (max-width: 480px) {
    .product-prices .delivery-product .product-type-title {
      font-size: 0.8em; } }

@media screen and (min-width: 769px) {
  .product-prices .delivery-product table {
    width: calc(100% - 14px); } }

.product-prices .product-wrapper {
  text-align: center;
  background-color: #172154;
  color: #fff;
  margin-top: 14px;
  padding: 14px;
  margin-right: 14px;
  height: 59px; }
  @media screen and (max-width: 480px) {
    .product-prices .product-wrapper {
      margin-right: 4px; } }
  .product-prices .product-wrapper .product-name {
    font-weight: bold;
    font-size: 30px; }
  .product-prices .product-wrapper .product-max-size {
    display: block;
    font-weight: normal;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .product-prices .product-wrapper .product-max-size {
        font-size: 12px; } }

.product-prices .product-price {
  text-align: center;
  height: 85px;
  margin-top: 14px;
  font-size: 30px;
  position: relative;
  display: block; }
  .product-prices .product-price.product-price__border {
    border: 1px solid; }
  @media screen and (max-width: 480px) {
    .product-prices .product-price {
      font-size: 0.8em; } }
  .product-prices .product-price span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.product-prices .delivery-product .product-type-subtitle {
  font-size: 12px;
  display: block; }

.product-prices .delivery-product .home-delivery-price.ft_shopdelivery_disabled {
  width: 75%; }

.product-prices .delivery-product .delivery-product-content {
  border: 1px solid;
  height: 100%;
  margin-bottom: 14px;
  padding: 14px; }

@media screen and (max-width: 768px) {
  .product-prices .delivery-product {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0; } }

.product-prices .delivery-product .shop-delivery-price .product-price {
  border-right: none; }

.product-prices .pickup-product {
  width: 25%;
  display: table-cell;
  position: relative;
  border: 1px solid; }
  .product-prices .pickup-product:hover {
    background-color: #ccc; }
  .product-prices .pickup-product .pickup-product-price {
    font-size: 30px; }
    @media screen and (max-width: 480px) {
      .product-prices .pickup-product .pickup-product-price {
        font-size: 0.8em; } }
  @media screen and (min-width: 769px) {
    .product-prices .pickup-product .pickup-product-panel {
      position: absolute;
      top: 0px;
      width: 100%; } }
  .product-prices .pickup-product .pickup-product-content {
    padding: 14px;
    margin-top: 45%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .product-prices .pickup-product .pickup-product-content {
        margin-top: inherit; } }
    .product-prices .pickup-product .pickup-product-content span {
      font-size: 12px; }
  .product-prices .pickup-product .product-type-head {
    height: 59px;
    padding-top: 50px;
    padding-bottom: 14px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .product-prices .pickup-product .product-type-head {
        height: 23px;
        padding-top: 14px; } }
  @media screen and (max-width: 768px) {
    .product-prices .pickup-product {
      width: 100%;
      float: none;
      margin-top: 14px;
      display: block; }
      .product-prices .pickup-product tr.product-type-head {
        width: 100%; } }
  .product-prices .pickup-product .pickup-product-container {
    margin-left: 14px; }
    @media screen and (max-width: 768px) {
      .product-prices .pickup-product .pickup-product-container {
        margin-left: 0px; } }
  .product-prices .pickup-product table {
    width: calc(100% - 14px);
    border: 1px solid;
    height: 578px; }
    @media screen and (max-width: 768px) {
      .product-prices .pickup-product table {
        height: auto; } }
    .product-prices .pickup-product table thead tr {
      height: 82px;
      padding: 14px; }

.price-matrix-eu {
  margin-top: 35px;
  width: 100%; }
  .price-matrix-eu .content-area {
    margin-right: 14px;
    margin-left: 14px; }
    .price-matrix-eu .content-area > .dhead4 {
      font-size: 1em;
      margin: 10px 0;
      display: block;
      font-weight: bold; }
  .price-matrix-eu .product-wrapper {
    text-align: center;
    background-color: #172154;
    color: #fff;
    margin-top: 14px;
    padding: 14px;
    margin-right: 14px;
    height: 59px; }
    .price-matrix-eu .product-wrapper .product-name {
      position: relative;
      top: 0;
      margin: auto; }
  .price-matrix-eu .countries {
    height: 57px;
    margin-top: 14px;
    display: block;
    border: 1px solid;
    padding: 14px; }
    @media screen and (max-width: 768px) {
      .price-matrix-eu .countries {
        font-size: 0.75em; } }
    @media screen and (max-width: 640px) {
      .price-matrix-eu .countries {
        font-size: 0.70em; } }
  .price-matrix-eu th.products {
    width: 28%; }
  @media screen and (min-width: 769px) {
    .price-matrix-eu {
      display: table; } }
  @media screen and (max-width: 480px) {
    .price-matrix-eu {
      margin-left: -14px;
      margin-right: -14px;
      width: auto; } }

@media screen and (min-width: 769px) {
  .product-prices-eu {
    display: table-row; } }

.product-prices-eu .products {
  max-width: 130px; }

.product-prices-eu .product-type-head {
  background-color: #172154;
  color: #fff; }

.product-prices-eu .delivery-product .product-type-head {
  width: 22%;
  height: 80px; }

.product-prices-eu .delivery-product .product-type-title {
  text-align: center;
  padding: 0px 14px 0 14px; }
  @media screen and (max-width: 480px) {
    .product-prices-eu .delivery-product .product-type-title {
      padding: 0px 4px 0 4px; } }
  @media screen and (max-width: 480px) {
    .product-prices-eu .delivery-product .product-type-title {
      font-size: 0.8em; } }

@media screen and (min-width: 769px) {
  .product-prices-eu .delivery-product table {
    width: calc(100% - 14px); } }

.product-prices-eu .product-wrapper {
  text-align: center;
  background-color: #172154;
  color: #fff;
  margin-top: 14px;
  padding: 14px;
  margin-right: 14px;
  height: 59px; }
  @media screen and (max-width: 480px) {
    .product-prices-eu .product-wrapper {
      margin-right: 4px; } }
  .product-prices-eu .product-wrapper .product-name {
    font-weight: bold;
    font-size: 27px; }
    @media screen and (max-width: 768px) {
      .product-prices-eu .product-wrapper .product-name.parcel-shop-product {
        font-size: 11px; } }
    @media screen and (min-width: 769px) {
      .product-prices-eu .product-wrapper .product-name.parcel-shop-product {
        font-size: 19px; } }
    @media screen and (min-width: 961px) {
      .product-prices-eu .product-wrapper .product-name.parcel-shop-product {
        font-size: 27px; } }
  .product-prices-eu .product-wrapper .product-max-size {
    display: block;
    font-weight: normal;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .product-prices-eu .product-wrapper .product-max-size {
        font-size: 12px; } }

.product-prices-eu .product-price {
  text-align: center;
  height: 82px;
  margin-top: 15px;
  font-size: 25px;
  position: relative;
  display: block; }
  .product-prices-eu .product-price.product-price__border {
    border: 1px solid; }
  @media screen and (min-width: 769px) {
    .product-prices-eu .product-price {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .product-prices-eu .product-price {
      font-size: 0.90em; } }
  .product-prices-eu .product-price span {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 480px) {
      .product-prices-eu .product-price span {
        top: 70%; } }

.product-prices-eu .delivery-product {
  display: table-cell; }
  .product-prices-eu .delivery-product .product-type-subtitle {
    font-size: 12px;
    display: block; }
  .product-prices-eu .delivery-product .eu-zone-price {
    width: 20%; }
  .product-prices-eu .delivery-product .delivery-product-content {
    border: 1px solid;
    height: 100%;
    margin-bottom: 14px;
    padding: 14px; }
  @media screen and (max-width: 768px) {
    .product-prices-eu .delivery-product {
      width: 100%;
      float: none;
      display: block;
      margin-right: 0; } }
  .product-prices-eu .delivery-product .shop-delivery-price .product-price {
    border-right: none; }

body.landing {
  min-width: 100%; }
  body.landing #page-header .header-content {
    max-width: 1024px;
    min-width: 320px;
    margin: 0 auto; }
  body.landing #page-footer {
    background-color: transparent; }
  body.landing #content {
    padding: 0;
    background: none;
    max-width: 100%; }
    body.landing #content article#landing .landing-background-container-at {
      background: url("../images/background/landing_background_AT_320.jpeg") no-repeat center; }
      @media screen and (min-width: 321px) {
        body.landing #content article#landing .landing-background-container-at {
          background-image: url("../images/background/landing_background_AT_768.jpeg"); } }
      @media screen and (min-width: 769px) {
        body.landing #content article#landing .landing-background-container-at {
          background-image: url("../images/background/landing_background_AT_960.jpeg"); } }
      @media screen and (min-width: 961px) {
        body.landing #content article#landing .landing-background-container-at {
          background-image: url("../images/background/landing_background_AT_1280.jpeg"); } }
    @media screen and (max-width: 768px) {
      body.landing #content article#landing .landing-background-alternative-container-at {
        background: white url("../images/background/Grafik_Mai_768x432.jpg") no-repeat bottom;
        background-size: contain; } }
    @media screen and (min-width: 769px) {
      body.landing #content article#landing .landing-background-alternative-container-at {
        background: url("../images/background/Grafik_Mai_960x540.jpg") no-repeat bottom; } }
    @media screen and (min-width: 961px) {
      body.landing #content article#landing .landing-background-alternative-container-at {
        background: url("../images/background/Grafik_Mai_1280x720.jpg") no-repeat center; } }
    body.landing #content article#landing .landing-background-container-be {
      text-shadow: 1px -1px 5px #85bed1;
      background: url("../images/background/landing_background_BE_320.jpg") no-repeat center; }
      @media screen and (min-width: 321px) {
        body.landing #content article#landing .landing-background-container-be {
          background-image: url("../images/background/landing_background_BE_768.jpg"); } }
      @media screen and (min-width: 769px) {
        body.landing #content article#landing .landing-background-container-be {
          background-image: url("../images/background/landing_background_BE_960.jpg"); } }
      @media screen and (min-width: 961px) {
        body.landing #content article#landing .landing-background-container-be {
          background-image: url("../images/background/landing_background_BE_1280.jpg"); } }
    body.landing #content article#landing .landing-background-container-de {
      background: url("../images/background/landing_background_DE_320.jpeg") no-repeat center; }
      @media screen and (min-width: 321px) {
        body.landing #content article#landing .landing-background-container-de {
          background-image: url("../images/background/landing_background_DE_768.jpeg"); } }
      @media screen and (min-width: 769px) {
        body.landing #content article#landing .landing-background-container-de {
          background-image: url("../images/background/landing_background_DE_960.jpeg"); } }
      @media screen and (min-width: 961px) {
        body.landing #content article#landing .landing-background-container-de {
          background-image: url("../images/background/landing_background_DE_1280.jpeg"); } }
    @media screen and (max-width: 768px) {
      body.landing #content article#landing .landing-background-alternative-container-de {
        background: white url("../images/background/Grafik_Mai_768x432.jpg") no-repeat bottom;
        background-size: contain; } }
    @media screen and (min-width: 769px) {
      body.landing #content article#landing .landing-background-alternative-container-de {
        background: url("../images/background/Grafik_Mai_960x540.jpg") no-repeat bottom; } }
    @media screen and (min-width: 961px) {
      body.landing #content article#landing .landing-background-alternative-container-de {
        background: url("../images/background/Grafik_Mai_1280x720.jpg") no-repeat center; } }
    body.landing #content article#landing .landing-background-container-dk {
      background: url("../images/background/landing_background_DK_320.jpeg") no-repeat center; }
      @media screen and (min-width: 321px) {
        body.landing #content article#landing .landing-background-container-dk {
          background-image: url("../images/background/landing_background_DK_768.jpeg"); } }
      @media screen and (min-width: 769px) {
        body.landing #content article#landing .landing-background-container-dk {
          background-image: url("../images/background/landing_background_DK_960.jpeg"); } }
      @media screen and (min-width: 961px) {
        body.landing #content article#landing .landing-background-container-dk {
          background-image: url("../images/background/landing_background_DK_1280.jpeg"); } }
    body.landing #content article#landing .landing-background-container-lu {
      background: url("../images/background/landing_background_LU_320.jpeg") no-repeat center; }
      @media screen and (min-width: 321px) {
        body.landing #content article#landing .landing-background-container-lu {
          background-image: url("../images/background/landing_background_LU_768.jpeg"); } }
      @media screen and (min-width: 769px) {
        body.landing #content article#landing .landing-background-container-lu {
          background-image: url("../images/background/landing_background_LU_960.jpeg"); } }
      @media screen and (min-width: 961px) {
        body.landing #content article#landing .landing-background-container-lu {
          background-image: url("../images/background/landing_background_LU_1280.jpeg"); } }
    body.landing #content article#landing #landing-stretch-container {
      position: relative;
      margin: auto;
      min-width: 320px;
      height: 320px; }
      @media screen and (min-width: 321px) {
        body.landing #content article#landing #landing-stretch-container {
          height: 545px; } }
      @media screen and (min-width: 769px) {
        body.landing #content article#landing #landing-stretch-container {
          height: 685px;
          background-size: cover; } }
      body.landing #content article#landing #landing-stretch-container #landing-content-container {
        margin: auto;
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1024px; }
        @media screen and (min-width: 321px) {
          body.landing #content article#landing #landing-stretch-container #landing-content-container {
            top: 100px; } }
        @media screen and (min-width: 641px) {
          body.landing #content article#landing #landing-stretch-container #landing-content-container #landing-stamp {
            width: 130px;
            height: 130px;
            position: absolute;
            top: 146px;
            right: 3vw; } }
        body.landing #content article#landing #landing-stretch-container #landing-content-container h1 {
          margin: 0;
          padding: 0 14px 50px;
          text-align: center;
          font-size: 24px; }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing #landing-stretch-container #landing-content-container h1 {
              font-size: 30px; } }
          @media screen and (min-width: 481px) {
            body.landing #content article#landing #landing-stretch-container #landing-content-container h1 {
              font-size: 40px; } }
          body.landing #content article#landing #landing-stretch-container #landing-content-container h1 > :first-child {
            font-weight: 700; }
        body.landing #content article#landing #landing-stretch-container #landing-content-container button {
          margin: 0 auto;
          display: block; }
          body.landing #content article#landing #landing-stretch-container #landing-content-container button.primary, body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-container .teaser-1 > button.teaser-action, .teaser-container body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-1 > button.teaser-action, body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-container .teaser-2 > button.teaser-action, .teaser-container body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-2 > button.teaser-action, body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-container .teaser-3 > button.teaser-action, .teaser-container body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-3 > button.teaser-action, body.landing #content article#landing #landing-stretch-container #landing-content-container editing-buttons > .buttons-group button, editing-buttons > .buttons-group body.landing #content article#landing #landing-stretch-container #landing-content-container button, body.landing #content article#landing #landing-stretch-container #landing-content-container .layer .lowWidthContent button, body.landing #content article#landing .layer .lowWidthContent #landing-stretch-container #landing-content-container button {
            box-sizing: content-box;
            border: 3px solid #fff;
            min-width: 180px; }
            @media screen and (min-width: 481px) {
              body.landing #content article#landing #landing-stretch-container #landing-content-container button.primary, body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-container .teaser-1 > button.teaser-action, .teaser-container body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-1 > button.teaser-action, body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-container .teaser-2 > button.teaser-action, .teaser-container body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-2 > button.teaser-action, body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-container .teaser-3 > button.teaser-action, .teaser-container body.landing #content article#landing #landing-stretch-container #landing-content-container .teaser-3 > button.teaser-action, body.landing #content article#landing #landing-stretch-container #landing-content-container editing-buttons > .buttons-group button, editing-buttons > .buttons-group body.landing #content article#landing #landing-stretch-container #landing-content-container button, body.landing #content article#landing #landing-stretch-container #landing-content-container .layer .lowWidthContent button, body.landing #content article#landing .layer .lowWidthContent #landing-stretch-container #landing-content-container button {
                min-width: 294px; } }
    body.landing #content article#landing .tiles {
      margin: 0 auto;
      min-width: 320px;
      max-width: 480px; }
      @media screen and (min-width: 769px) {
        body.landing #content article#landing .tiles {
          max-width: 1024px; } }
      @media screen and (min-width: 321px) {
        body.landing #content article#landing .tiles.overlap {
          margin-top: -75px; } }
      body.landing #content article#landing .tiles.tiles-wrapper {
        margin-top: 14px;
        margin-bottom: 30px; }
      body.landing #content article#landing .tiles .tile {
        float: left;
        padding: 14px;
        position: relative;
        background-color: #fff;
        display: inline-block;
        min-height: 150px;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 14px; }
        body.landing #content article#landing .tiles .tile button#mobile-button-barcode {
          display: none; }
        body.landing #content article#landing .tiles .tile > h2, body.landing #content article#landing .tiles .tile .dhead2, body.landing #content article#landing .tiles .tile h3, body.landing #content article#landing .tiles .tile form fieldset legend, form fieldset body.landing #content article#landing .tiles .tile legend {
          margin: 6px 0 30px 0;
          font-weight: 600; }
        @media screen and (min-width: 769px) {
          body.landing #content article#landing .tiles .tile {
            margin: 0 14px 14px;
            width: calc(50% - 21px); }
            body.landing #content article#landing .tiles .tile:nth-of-type(2) {
              margin-left: 0; }
            body.landing #content article#landing .tiles .tile.large {
              width: calc(100% - 28px); }
            body.landing #content article#landing .tiles .tile form .pseudo-search-button {
              bottom: auto; }
            body.landing #content article#landing .tiles .tile > p {
              font-size: 0.9em;
              color: #666;
              margin: 0; } }
        @media screen and (min-width: 961px) {
          body.landing #content article#landing .tiles .tile, body.landing #content article#landing .tiles .tile.large {
            width: calc(33.3333333333% - 18.6666666667px); }
          body.landing #content article#landing .tiles .tile:nth-of-type(2) {
            margin-right: 0; } }
        body.landing #content article#landing .tiles .tile.new-prices {
          cursor: pointer;
          background-image: url("../images/teaser/New_Prices_Teaser_320x150.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.new-prices {
              background-image: url("../images/teaser/New_Prices_Teaser_480x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.new-prices {
              background-image: url("../images/teaser/New_Prices_Teaser_323x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.new-prices h2.subtitle, body.landing #content article#landing .tiles .tile.new-prices .dhead2.subtitle, body.landing #content article#landing .tiles .tile.new-prices h3.subtitle, body.landing #content article#landing .tiles .tile.new-prices form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.new-prices legend.subtitle {
              left: inherit;
              right: 0; }
            body.landing #content article#landing .tiles .tile.new-prices h2.subtitle, body.landing #content article#landing .tiles .tile.new-prices .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.new-prices h3.subtitle, body.landing #content article#landing .tiles .tile.new-prices form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.new-prices legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries {
          cursor: pointer;
          background-image: url("../images/teaser/Delivery_in_25_Countries_Teaser_320x150px.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries {
              background-image: url("../images/teaser/Delivery_in_25_Countries_Teaser_480x150px.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries {
              background-image: url("../images/teaser/Delivery_in_25_Countries_Teaser_917x150px.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries {
              background-image: url("../images/teaser/Delivery_in_25_Countries_Teaser_323x150px.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries h2.subtitle, body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries .dhead2.subtitle, body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries h3.subtitle, body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries legend.subtitle {
              width: 65%;
              left: inherit;
              right: 0; }
            body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries h2.subtitle, body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries h3.subtitle, body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.parcel-delivery-in-25-countries legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.prize-draw-1 {
          cursor: pointer;
          background-image: url("../images/teaser/Prizedraw_Teaser1_320x150.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.prize-draw-1 {
              background-image: url("../images/teaser/Prizedraw_Teaser1_480x150.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.prize-draw-1 {
              background-image: url("../images/teaser/Prizedraw_Teaser1_917x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prize-draw-1 {
              background-image: url("../images/teaser/Prizedraw_Teaser1_323x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prize-draw-1 h2.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-1 .dhead2.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-1 h3.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-1 form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.prize-draw-1 legend.subtitle {
              width: 55%;
              left: inherit;
              right: 0; }
            body.landing #content article#landing .tiles .tile.prize-draw-1 h2.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-1 .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.prize-draw-1 h3.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-1 form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.prize-draw-1 legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.prize-draw-2 {
          cursor: pointer;
          background-image: url("../images/teaser/Prizedraw_Teaser2_320x150.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.prize-draw-2 {
              background-image: url("../images/teaser/Prizedraw_Teaser2_480x150.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.prize-draw-2 {
              background-image: url("../images/teaser/Prizedraw_Teaser2_917x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prize-draw-2 {
              background-image: url("../images/teaser/Prizedraw_Teaser2_323x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prize-draw-2 h2.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-2 .dhead2.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-2 h3.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-2 form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.prize-draw-2 legend.subtitle {
              left: inherit;
              right: 0; }
            body.landing #content article#landing .tiles .tile.prize-draw-2 h2.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-2 .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.prize-draw-2 h3.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-2 form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.prize-draw-2 legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.prize-draw-3 {
          cursor: pointer;
          background-image: url("../images/teaser/Prizedraw_Teaser3_320x150.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.prize-draw-3 {
              background-image: url("../images/teaser/Prizedraw_Teaser3_480x150.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.prize-draw-3 {
              background-image: url("../images/teaser/Prizedraw_Teaser3_917x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prize-draw-3 {
              background-image: url("../images/teaser/Prizedraw_Teaser3_323x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prize-draw-3 h2.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-3 .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.prize-draw-3 h3.subtitle, body.landing #content article#landing .tiles .tile.prize-draw-3 form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.prize-draw-3 legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.promo-teaser-1 {
          cursor: pointer;
          background-position: center;
          background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T1_320x150.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-1 {
              background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T1_480x150.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-1 {
              background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T1_917x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-1 {
              background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T1_323x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-1 h2.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-1 .dhead2.subtitle {
              width: 100%;
              left: inherit;
              right: 0;
              text-align: right;
              font-size: 1.17em; }
            body.landing #content article#landing .tiles .tile.promo-teaser-1 h3.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-1 form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.promo-teaser-1 legend.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-1 .dhead3.subtitle {
              font-size: 1.17em;
              width: 100%;
              left: inherit;
              right: 0;
              text-align: right; } }
        body.landing #content article#landing .tiles .tile.promo-teaser-2 {
          cursor: pointer;
          background-position: center;
          background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T2_320x150.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-2 {
              background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T2_480x150.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-2 {
              margin: 0 14px 14px;
              background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T2_917x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-2 {
              margin: 0;
              background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T2_323x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-2 h2.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-2 .dhead2.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-2 h3.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-2 form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.promo-teaser-2 legend.subtitle {
              left: inherit;
              right: 0; }
            body.landing #content article#landing .tiles .tile.promo-teaser-2 h2.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-2 .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.promo-teaser-2 h3.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-2 form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.promo-teaser-2 legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.promo-teaser-3 {
          cursor: pointer;
          background-position: center;
          background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T3_320x150.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-3 {
              background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T3_480x150.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-3 {
              background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T3_917x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-3 {
              background-image: url("../images/teaser/promo_xmascalendar2018/glsone_weihnachtskalender_T3_323x150.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.promo-teaser-3 h2.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-3 .dhead2.subtitle {
              font-size: 1.17em;
              width: 100%;
              right: 0;
              text-align: right; }
            body.landing #content article#landing .tiles .tile.promo-teaser-3 h3.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-3 form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.promo-teaser-3 legend.subtitle, body.landing #content article#landing .tiles .tile.promo-teaser-3 .dhead3.subtitle {
              font-size: 1.17em;
              width: 100%;
              right: 0;
              text-align: right; } }
        body.landing #content article#landing .tiles .tile.gls-one-video {
          cursor: pointer;
          background-image: url("../images/teaser/Video_Teaser_310x138.png");
          background-size: cover; }
        body.landing #content article#landing .tiles .tile.order-parcel-pickup {
          cursor: pointer;
          background-image: url("../images/teaser/Pickup_Teaser_320x150px.jpg");
          background-size: cover; }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.order-parcel-pickup {
              background-image: url("../images/teaser/Pickup_Teaser_320x150px.jpg"); } }
          @media screen and (min-width: 481px) {
            body.landing #content article#landing .tiles .tile.order-parcel-pickup {
              background-image: url("../images/teaser/Pickup_Teaser_480x150px.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.order-parcel-pickup {
              background-image: url("../images/teaser/Pickup_Teaser_323x150px.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.order-parcel-pickup h2.subtitle, body.landing #content article#landing .tiles .tile.order-parcel-pickup .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.order-parcel-pickup h3.subtitle, body.landing #content article#landing .tiles .tile.order-parcel-pickup form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.order-parcel-pickup legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.prices-teaser {
          position: relative;
          cursor: pointer;
          padding: 0;
          background-image: url("../images/teaser/Prices_Teaser_Euro_320.jpeg");
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.prices-teaser {
              background-image: url("../images/teaser/Prices_Teaser_Euro_480.jpeg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.prices-teaser {
              background-image: url("../images/teaser/Prices_Teaser_Euro_917.jpeg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prices-teaser {
              background-image: url("../images/teaser/Prices_Teaser_Euro_323.jpeg"); } }
        body.landing #content article#landing .tiles .tile.prices-teaser-DK {
          position: relative;
          cursor: pointer;
          padding: 0;
          background-image: url("../images/teaser/DK_Prices_Teaser_320.jpeg");
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.prices-teaser-DK {
              background-image: url("../images/teaser/DK_Prices_Teaser_480.jpeg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.prices-teaser-DK {
              background-image: url("../images/teaser/DK_Prices_Teaser_917.jpeg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prices-teaser-DK {
              background-image: url("../images/teaser/DK_Prices_Teaser_323.jpeg"); } }
        body.landing #content article#landing .tiles .tile.how-to-teaser-DK {
          position: relative;
          cursor: pointer;
          padding: 0;
          background-image: url("../images/teaser/DK_How_To_Teaser_320.jpeg");
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.how-to-teaser-DK {
              background-image: url("../images/teaser/DK_How_To_Teaser_480.jpeg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.how-to-teaser-DK {
              background-image: url("../images/teaser/DK_How_To_Teaser_917.jpeg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.how-to-teaser-DK {
              background-image: url("../images/teaser/DK_How_To_Teaser_323.jpeg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.how-to-teaser-DK h2.toptitle {
              width: 55%;
              left: 0;
              text-align: left;
              font-size: 0.97em; } }
        body.landing #content article#landing .tiles .tile.shipping-tips-teaser-DK {
          position: relative;
          cursor: pointer;
          padding: 0;
          background-image: url("../images/teaser/DK_Shipping_Tips_Teaser_320.jpeg");
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.shipping-tips-teaser-DK {
              background-image: url("../images/teaser/DK_Shipping_Tips_Teaser_480.jpeg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.shipping-tips-teaser-DK {
              background-image: url("../images/teaser/DK_Shipping_Tips_Teaser_917.jpeg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.shipping-tips-teaser-DK {
              background-image: url("../images/teaser/DK_Shipping_Tips_Teaser_323.jpeg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.shipping-tips-teaser-DK h2.toptitle {
              text-align: left;
              font-size: larger; } }
        body.landing #content article#landing .tiles .tile.trustpilot-teaser-DK {
          position: relative;
          cursor: pointer;
          padding: 0;
          background-image: url("../images/teaser/DK_Trustpilot_Teaser_320.jpeg");
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.trustpilot-teaser-DK {
              background-image: url("../images/teaser/DK_Trustpilot_Teaser_480.jpeg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.trustpilot-teaser-DK {
              background-image: url("../images/teaser/DK_Trustpilot_Teaser_917.jpeg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.trustpilot-teaser-DK {
              background-image: url("../images/teaser/DK_Trustpilot_Teaser_323.jpeg"); } }
        body.landing #content article#landing .tiles .tile.prices-teaser-AT {
          position: relative;
          cursor: pointer;
          padding: 0;
          background-image: url("../images/teaser/AT_Prices_Teaser_320.jpg");
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.prices-teaser-AT {
              background-image: url("../images/teaser/AT_Prices_Teaser_480.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.prices-teaser-AT {
              background-image: url("../images/teaser/AT_Prices_Teaser_917.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prices-teaser-AT {
              background-image: url("../images/teaser/AT_Prices_Teaser_323.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.prices-teaser-AT h2.subtitle, body.landing #content article#landing .tiles .tile.prices-teaser-AT .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.prices-teaser-AT h3.subtitle, body.landing #content article#landing .tiles .tile.prices-teaser-AT form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.prices-teaser-AT legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.benefits-teaser-AT {
          position: relative;
          cursor: pointer;
          padding: 0;
          background-image: url("../images/teaser/AT_Benefits_Teaser_320.jpg");
          background-repeat: no-repeat;
          background-position: center; }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.benefits-teaser-AT {
              background-image: url("../images/teaser/AT_Benefits_Teaser_480.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.benefits-teaser-AT {
              background-image: url("../images/teaser/AT_Benefits_Teaser_917.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.benefits-teaser-AT {
              background-image: url("../images/teaser/AT_Benefits_Teaser_323.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.benefits-teaser-AT h2.subtitle, body.landing #content article#landing .tiles .tile.benefits-teaser-AT .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.benefits-teaser-AT h3.subtitle, body.landing #content article#landing .tiles .tile.benefits-teaser-AT form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.benefits-teaser-AT legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT {
          cursor: pointer;
          background-image: url("../images/teaser/AT_International_Parcels_Teaser_320.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT {
              background-image: url("../images/teaser/AT_International_Parcels_Teaser_480.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT {
              background-image: url("../images/teaser/AT_International_Parcels_Teaser_323.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT h2.subtitle, body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT .dhead2.subtitle, body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT h3.subtitle, body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT legend.subtitle {
              width: 53%;
              left: 0; }
            body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT h2.subtitle, body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT h3.subtitle, body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.international-parcels-teaser-AT legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile.sendparcels-teaser-AT {
          cursor: pointer;
          background-image: url("../images/teaser/AT_Sendparcels_Teaser_320.jpg"); }
          @media screen and (min-width: 321px) {
            body.landing #content article#landing .tiles .tile.sendparcels-teaser-AT {
              background-image: url("../images/teaser/AT_Sendparcels_Teaser_480.jpg"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile.sendparcels-teaser-AT {
              background-image: url("../images/teaser/AT_Sendparcels_Teaser_917.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.sendparcels-teaser-AT {
              background-image: url("../images/teaser/AT_Sendparcels_Teaser_323.jpg"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile.sendparcels-teaser-AT h2.subtitle, body.landing #content article#landing .tiles .tile.sendparcels-teaser-AT .dhead2.subtitle {
              font-size: 0.85em; }
            body.landing #content article#landing .tiles .tile.sendparcels-teaser-AT h3.subtitle, body.landing #content article#landing .tiles .tile.sendparcels-teaser-AT form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile.sendparcels-teaser-AT legend.subtitle {
              font-size: 1.17em; } }
        body.landing #content article#landing .tiles .tile h2.toptitle, body.landing #content article#landing .tiles .tile h3.toptitle, body.landing #content article#landing .tiles .tile form fieldset legend.toptitle, form fieldset body.landing #content article#landing .tiles .tile legend.toptitle {
          position: absolute;
          left: 0;
          top: 14px;
          box-sizing: border-box;
          margin: 0;
          padding: 0 14px;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.6);
          text-align: center; }
        body.landing #content article#landing .tiles .tile h2.subtitle, body.landing #content article#landing .tiles .tile .dhead2.subtitle, body.landing #content article#landing .tiles .tile h3.subtitle, body.landing #content article#landing .tiles .tile form fieldset legend.subtitle, form fieldset body.landing #content article#landing .tiles .tile legend.subtitle {
          position: absolute;
          left: 0;
          bottom: 14px;
          box-sizing: border-box;
          margin: 0;
          padding: 0 14px;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.6);
          text-align: center; }
        body.landing #content article#landing .tiles .tile.video-teaser-container {
          padding: 7px; }
        body.landing #content article#landing .tiles .tile button.teaser-video {
          width: 100%;
          background-size: cover;
          position: relative;
          min-height: 138px;
          padding: 0;
          margin: 0;
          vertical-align: middle; }
          @media screen and (max-width: 480px) {
            body.landing #content article#landing .tiles .tile button.teaser-video {
              background-image: url("../images/teaser/Video_Teaser_310x138.png"); } }
          @media screen and (min-width: 481px) {
            body.landing #content article#landing .tiles .tile button.teaser-video {
              background-image: url("../images/teaser/Video_Teaser_468x138.png"); } }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .tiles .tile button.teaser-video {
              background-image: url("../images/teaser/Video_Teaser_918x138.png"); } }
          @media screen and (min-width: 961px) {
            body.landing #content article#landing .tiles .tile button.teaser-video {
              background-image: url("../images/teaser/Video_Teaser_310x138.png"); } }
          body.landing #content article#landing .tiles .tile button.teaser-video:before {
            left: calc(50% - 40px / 2);
            background-position: 50%;
            width: 40px;
            background-size: 40px; }
          body.landing #content article#landing .tiles .tile button.teaser-video span {
            position: absolute;
            top: 14px;
            left: 7px;
            font-weight: 600; }
    body.landing #content article#landing #landing-header {
      position: relative; }
      body.landing #content article#landing #landing-header #scroll-indicator {
        display: none; }

@media screen and (min-width: 769px) and (min-height: 886px) {
  body.landing #content article#landing #landing-header {
    height: calc(100vh - 84px); }
    body.landing #content article#landing #landing-header #scroll-indicator {
      position: absolute;
      display: block;
      height: 84px;
      left: 0;
      bottom: 0;
      width: 100%;
      cursor: pointer; }
      body.landing #content article#landing #landing-header #scroll-indicator::after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -20px;
        background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%20123.6%20841.9%20471.7%22%20enable-background%3D%22new%200%20123.6%20841.9%20471.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%236b1544%22%20points%3D%22420.9%2C490.4%2054.1%2C123.6%200%2C177.7%20420.9%2C595.3%20841.9%2C177.7%20787.8%2C123.6%20%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 center;
        background-repeat: no-repeat;
        content: "";
        display: block;
        width: 40px;
        height: 22px;
        -webkit-animation: scroll-indicator-animation 3s linear infinite;
                animation: scroll-indicator-animation 3s linear infinite;
        -webkit-animation-delay: 3s;
                animation-delay: 3s; }
    body.landing #content article#landing #landing-header #landing-stretch-container {
      height: calc(100vh - 407px);
      max-height: 545px; } }

@media screen and (min-width: 961px) and (min-height: 728px) {
  body.landing #content article#landing #landing-header {
    height: calc(100vh - 84px); }
    body.landing #content article#landing #landing-header #scroll-indicator {
      position: absolute;
      display: block;
      height: 84px;
      left: 0;
      bottom: 0;
      width: 100%;
      cursor: pointer; }
      body.landing #content article#landing #landing-header #scroll-indicator::after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -20px;
        background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%20123.6%20841.9%20471.7%22%20enable-background%3D%22new%200%20123.6%20841.9%20471.7%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%236b1544%22%20points%3D%22420.9%2C490.4%2054.1%2C123.6%200%2C177.7%20420.9%2C595.3%20841.9%2C177.7%20787.8%2C123.6%20%22%2F%3E%3C%2Fsvg%3E');
        background-position: 0 center;
        background-repeat: no-repeat;
        content: "";
        display: block;
        width: 40px;
        height: 22px;
        -webkit-animation: scroll-indicator-animation 3s linear infinite;
                animation: scroll-indicator-animation 3s linear infinite;
        -webkit-animation-delay: 3s;
                animation-delay: 3s; }
    body.landing #content article#landing #landing-header #landing-stretch-container {
      height: calc(100vh - 243px);
      max-height: 685px; } }
    body.landing #content article#landing .layer {
      background-color: #fff; }
      body.landing #content article#landing .layer.bg-transparent {
        background-color: transparent; }
      body.landing #content article#landing .layer .dhead2 {
        text-align: center;
        background-color: #172154;
        color: #fff;
        margin: 0;
        padding: 16.5px 14px;
        font-weight: 500;
        font-size: 24px;
        display: block; }
        @media screen and (min-width: 321px) {
          body.landing #content article#landing .layer .dhead2 {
            padding: 25px 0;
            font-size: 30px; } }
        @media screen and (min-width: 769px) {
          body.landing #content article#landing .layer .dhead2 {
            padding: 33.5px 0;
            font-size: 40px; } }
      body.landing #content article#landing .layer .dhead3 {
        margin: 16.5px 0;
        font-weight: 500;
        font-size: 24px;
        display: block; }
        @media screen and (min-width: 321px) {
          body.landing #content article#landing .layer .dhead3 {
            font-size: 30px;
            margin: 25px 0; } }
        @media screen and (min-width: 769px) {
          body.landing #content article#landing .layer .dhead3 {
            margin: 33.5px 0;
            font-size: 40px; } }
      body.landing #content article#landing .layer h2 {
        text-align: center;
        background-color: #172154;
        color: #fff;
        margin: 0;
        padding: 16.5px 14px; }
        @media screen and (min-width: 321px) {
          body.landing #content article#landing .layer h2 {
            padding: 25px 0; } }
        @media screen and (min-width: 769px) {
          body.landing #content article#landing .layer h2 {
            padding: 33.5px 0; } }
      body.landing #content article#landing .layer h3, body.landing #content article#landing .layer form fieldset legend, form fieldset body.landing #content article#landing .layer legend {
        margin: 16.5px 0; }
        @media screen and (min-width: 321px) {
          body.landing #content article#landing .layer h3, body.landing #content article#landing .layer form fieldset legend, form fieldset body.landing #content article#landing .layer legend {
            margin: 25px 0; } }
        @media screen and (min-width: 769px) {
          body.landing #content article#landing .layer h3, body.landing #content article#landing .layer form fieldset legend, form fieldset body.landing #content article#landing .layer legend {
            margin: 33.5px 0; } }
      body.landing #content article#landing .layer h2, body.landing #content article#landing .layer h3, body.landing #content article#landing .layer form fieldset legend, form fieldset body.landing #content article#landing .layer legend {
        font-weight: 500;
        font-size: 24px; }
        @media screen and (min-width: 321px) {
          body.landing #content article#landing .layer h2, body.landing #content article#landing .layer h3, body.landing #content article#landing .layer form fieldset legend, form fieldset body.landing #content article#landing .layer legend {
            font-size: 30px; } }
        @media screen and (min-width: 769px) {
          body.landing #content article#landing .layer h2, body.landing #content article#landing .layer h3, body.landing #content article#landing .layer form fieldset legend, form fieldset body.landing #content article#landing .layer legend {
            font-size: 40px; } }
      body.landing #content article#landing .layer .content {
        padding: 0 14px 20px;
        box-sizing: border-box; }
        @media screen and (min-width: 321px) {
          body.landing #content article#landing .layer .content {
            padding-bottom: 40px; } }
        @media screen and (min-width: 769px) {
          body.landing #content article#landing .layer .content {
            padding-bottom: 100px; } }
        body.landing #content article#landing .layer .content video {
          width: 100%; }
        body.landing #content article#landing .layer .content ul, body.landing #content article#landing .layer .content ol {
          margin: 14px 0; }
        body.landing #content article#landing .layer .content img {
          float: right;
          max-width: 100%;
          margin-bottom: 14px; }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .layer .content img {
              max-width: calc(50% - 21px);
              margin: 0 0 14px 42px; } }
        body.landing #content article#landing .layer .content .video-link-container {
          position: relative;
          float: right;
          cursor: pointer;
          margin-bottom: 14px; }
          @media screen and (min-width: 769px) {
            body.landing #content article#landing .layer .content .video-link-container {
              max-width: calc(50% - 21px);
              margin: 0 0 14px 42px; } }
          body.landing #content article#landing .layer .content .video-link-container img {
            max-width: 100%;
            margin: 0 0 0 0; }
          body.landing #content article#landing .layer .content .video-link-container .play-video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 70px;
            height: 70px;
            margin: -35px 0 0 -35px;
            z-index: 10; }
      body.landing #content article#landing .layer .no-header {
        padding-top: 45px; }
      @media screen and (min-width: 769px) {
        body.landing #content article#landing .layer .lowWidthContent {
          width: 50%; } }
      body.landing #content article#landing .layer .lowWidthContent button {
        margin-top: 6px; }
        @media screen and (min-width: 321px) {
          body.landing #content article#landing .layer .lowWidthContent button {
            margin-top: 16px; } }
        @media screen and (min-width: 769px) {
          body.landing #content article#landing .layer .lowWidthContent button {
            margin-top: 31px; } }
        body.landing #content article#landing .layer .lowWidthContent button.teaser-video {
          background-color: transparent; }

@-webkit-keyframes scroll-indicator-animation {
  0%, 20%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes scroll-indicator-animation {
  0%, 20%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

.price-matrix {
  margin-top: 35px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .price-matrix {
      display: table; } }
  @media screen and (max-width: 480px) {
    .price-matrix {
      margin-left: -14px;
      margin-right: -14px;
      width: auto; } }

@media screen and (min-width: 769px) {
  .product-prices {
    display: table-row; } }

.product-prices .products {
  max-width: 100px; }

.product-prices .product-type-head {
  background-color: #172154;
  color: #fff; }

.product-prices .delivery-product .product-type-head {
  width: 33%; }

.product-prices .delivery-product .product-type-title {
  text-align: center;
  padding: 0px 14px 0 14px; }
  @media screen and (max-width: 480px) {
    .product-prices .delivery-product .product-type-title {
      padding: 0px 4px 0 4px; } }
  @media screen and (max-width: 480px) {
    .product-prices .delivery-product .product-type-title {
      font-size: 0.8em; } }

@media screen and (min-width: 769px) {
  .product-prices .delivery-product table {
    width: calc(100% - 14px); } }

.product-prices .product-wrapper {
  text-align: center;
  background-color: #172154;
  color: #fff;
  margin-top: 14px;
  padding: 14px;
  margin-right: 14px;
  height: 59px; }
  @media screen and (max-width: 480px) {
    .product-prices .product-wrapper {
      margin-right: 4px; } }
  .product-prices .product-wrapper .product-name {
    font-weight: bold;
    font-size: 30px; }
  .product-prices .product-wrapper .product-max-size {
    display: block;
    font-weight: normal;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .product-prices .product-wrapper .product-max-size {
        font-size: 12px; } }

.product-prices .product-price {
  text-align: center;
  height: 85px;
  margin-top: 14px;
  font-size: 30px;
  position: relative;
  display: block; }
  .product-prices .product-price.product-price__border {
    border: 1px solid; }
  @media screen and (max-width: 480px) {
    .product-prices .product-price {
      font-size: 0.8em; } }
  .product-prices .product-price span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.product-prices .delivery-product .product-type-subtitle {
  font-size: 12px;
  display: block; }

.product-prices .delivery-product .home-delivery-price.ft_shopdelivery_disabled {
  width: 75%; }

.product-prices .delivery-product .delivery-product-content {
  border: 1px solid;
  height: 100%;
  margin-bottom: 14px;
  padding: 14px; }

@media screen and (max-width: 768px) {
  .product-prices .delivery-product {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0; } }

.product-prices .delivery-product .shop-delivery-price .product-price {
  border-right: none; }

.product-prices .pickup-product {
  width: 25%;
  display: table-cell;
  position: relative;
  border: 1px solid; }
  .product-prices .pickup-product:hover {
    background-color: #ccc; }
  .product-prices .pickup-product .pickup-product-price {
    font-size: 30px; }
    @media screen and (max-width: 480px) {
      .product-prices .pickup-product .pickup-product-price {
        font-size: 0.8em; } }
  @media screen and (min-width: 769px) {
    .product-prices .pickup-product .pickup-product-panel {
      position: absolute;
      top: 0px;
      width: 100%; } }
  .product-prices .pickup-product .pickup-product-content {
    padding: 14px;
    margin-top: 45%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .product-prices .pickup-product .pickup-product-content {
        margin-top: inherit; } }
    .product-prices .pickup-product .pickup-product-content span {
      font-size: 12px; }
  .product-prices .pickup-product .product-type-head {
    height: 59px;
    padding-top: 50px;
    padding-bottom: 14px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .product-prices .pickup-product .product-type-head {
        height: 23px;
        padding-top: 14px; } }
  @media screen and (max-width: 768px) {
    .product-prices .pickup-product {
      width: 100%;
      float: none;
      margin-top: 14px;
      display: block; }
      .product-prices .pickup-product tr.product-type-head {
        width: 100%; } }
  .product-prices .pickup-product .pickup-product-container {
    margin-left: 14px; }
    @media screen and (max-width: 768px) {
      .product-prices .pickup-product .pickup-product-container {
        margin-left: 0px; } }
  .product-prices .pickup-product table {
    width: calc(100% - 14px);
    border: 1px solid;
    height: 578px; }
    @media screen and (max-width: 768px) {
      .product-prices .pickup-product table {
        height: auto; } }
    .product-prices .pickup-product table thead tr {
      height: 82px;
      padding: 14px; }

.price-matrix-eu {
  margin-top: 35px;
  width: 100%; }
  .price-matrix-eu .content-area {
    margin-right: 14px;
    margin-left: 14px; }
    .price-matrix-eu .content-area > .dhead4 {
      font-size: 1em;
      margin: 10px 0;
      display: block;
      font-weight: bold; }
  .price-matrix-eu .product-wrapper {
    text-align: center;
    background-color: #172154;
    color: #fff;
    margin-top: 14px;
    padding: 14px;
    margin-right: 14px;
    height: 59px; }
    .price-matrix-eu .product-wrapper .product-name {
      position: relative;
      top: 0;
      margin: auto; }
  .price-matrix-eu .countries {
    height: 57px;
    margin-top: 14px;
    display: block;
    border: 1px solid;
    padding: 14px; }
    @media screen and (max-width: 768px) {
      .price-matrix-eu .countries {
        font-size: 0.75em; } }
    @media screen and (max-width: 640px) {
      .price-matrix-eu .countries {
        font-size: 0.70em; } }
  .price-matrix-eu th.products {
    width: 28%; }
  @media screen and (min-width: 769px) {
    .price-matrix-eu {
      display: table; } }
  @media screen and (max-width: 480px) {
    .price-matrix-eu {
      margin-left: -14px;
      margin-right: -14px;
      width: auto; } }

@media screen and (min-width: 769px) {
  .product-prices-eu {
    display: table-row; } }

.product-prices-eu .products {
  max-width: 130px; }

.product-prices-eu .product-type-head {
  background-color: #172154;
  color: #fff; }

.product-prices-eu .delivery-product .product-type-head {
  width: 22%;
  height: 80px; }

.product-prices-eu .delivery-product .product-type-title {
  text-align: center;
  padding: 0px 14px 0 14px; }
  @media screen and (max-width: 480px) {
    .product-prices-eu .delivery-product .product-type-title {
      padding: 0px 4px 0 4px; } }
  @media screen and (max-width: 480px) {
    .product-prices-eu .delivery-product .product-type-title {
      font-size: 0.8em; } }

@media screen and (min-width: 769px) {
  .product-prices-eu .delivery-product table {
    width: calc(100% - 14px); } }

.product-prices-eu .product-wrapper {
  text-align: center;
  background-color: #172154;
  color: #fff;
  margin-top: 14px;
  padding: 14px;
  margin-right: 14px;
  height: 59px; }
  @media screen and (max-width: 480px) {
    .product-prices-eu .product-wrapper {
      margin-right: 4px; } }
  .product-prices-eu .product-wrapper .product-name {
    font-weight: bold;
    font-size: 27px; }
    @media screen and (max-width: 768px) {
      .product-prices-eu .product-wrapper .product-name.parcel-shop-product {
        font-size: 11px; } }
    @media screen and (min-width: 769px) {
      .product-prices-eu .product-wrapper .product-name.parcel-shop-product {
        font-size: 19px; } }
    @media screen and (min-width: 961px) {
      .product-prices-eu .product-wrapper .product-name.parcel-shop-product {
        font-size: 27px; } }
  .product-prices-eu .product-wrapper .product-max-size {
    display: block;
    font-weight: normal;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .product-prices-eu .product-wrapper .product-max-size {
        font-size: 12px; } }

.product-prices-eu .product-price {
  text-align: center;
  height: 82px;
  margin-top: 15px;
  font-size: 25px;
  position: relative;
  display: block; }
  .product-prices-eu .product-price.product-price__border {
    border: 1px solid; }
  @media screen and (min-width: 769px) {
    .product-prices-eu .product-price {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .product-prices-eu .product-price {
      font-size: 0.90em; } }
  .product-prices-eu .product-price span {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (max-width: 480px) {
      .product-prices-eu .product-price span {
        top: 70%; } }

.product-prices-eu .delivery-product {
  display: table-cell; }
  .product-prices-eu .delivery-product .product-type-subtitle {
    font-size: 12px;
    display: block; }
  .product-prices-eu .delivery-product .eu-zone-price {
    width: 20%; }
  .product-prices-eu .delivery-product .delivery-product-content {
    border: 1px solid;
    height: 100%;
    margin-bottom: 14px;
    padding: 14px; }
  @media screen and (max-width: 768px) {
    .product-prices-eu .delivery-product {
      width: 100%;
      float: none;
      display: block;
      margin-right: 0; } }
  .product-prices-eu .delivery-product .shop-delivery-price .product-price {
    border-right: none; }

body.landingpage-body {
  background-color: #e7e8ee; }
  body.landingpage-body #page-header .header-content {
    max-width: 1024px;
    min-width: 320px;
    margin: 0 auto; }
  body.landingpage-body #page-footer {
    background-color: transparent; }
  body.landingpage-body #content {
    background: none; }
    body.landingpage-body #content h1 {
      margin-bottom: 5px; }
    body.landingpage-body #content h2 {
      padding-left: 14px; }
    body.landingpage-body #content .landingpage-content {
      background-color: white;
      padding: 30px; }
      body.landingpage-body #content .landingpage-content .country-selection-checkbox-wrapper {
        margin-bottom: 14px; }
      body.landingpage-body #content .landingpage-content .country-selection {
        background-color: rgba(255, 255, 255, 0.7);
        min-height: 150px; }
        body.landingpage-body #content .landingpage-content .country-selection h1 {
          margin: 0;
          padding-left: 0;
          padding-right: 0; }
        @media screen and (min-width: 769px) {
          body.landingpage-body #content .landingpage-content .country-selection {
            padding: 0 30px 30px 30px; } }
        @media screen and (min-width: 769px) {
          body.landingpage-body #content .landingpage-content .country-selection {
            float: right;
            width: 60%; } }
        body.landingpage-body #content .landingpage-content .country-selection .available-countries ul {
          list-style: none;
          padding-left: 0; }
          body.landingpage-body #content .landingpage-content .country-selection .available-countries ul li {
            margin-bottom: 5px; }
        body.landingpage-body #content .landingpage-content .country-selection .available-countries .country-list {
          margin-bottom: 0;
          margin-top: 0;
          vertical-align: top; }
          @media screen and (min-width: 769px) {
            body.landingpage-body #content .landingpage-content .country-selection .available-countries .country-list {
              width: 30%;
              display: inline-block; } }
          @media screen and (max-width: 768px) {
            body.landingpage-body #content .landingpage-content .country-selection .available-countries .country-list {
              display: block;
              width: 100%; } }
          body.landingpage-body #content .landingpage-content .country-selection .available-countries .country-list:nth-child(1) {
            float: left; }
    body.landingpage-body #content .landingpage-bg-image {
      background: url("../images/landingpage-map.png") left 0px no-repeat !important;
      background-color: white;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      height: 400px; }
      @media screen and (max-width: 768px) {
        body.landingpage-body #content .landingpage-bg-image {
          display: none; } }
    body.landingpage-body #content .country-selection-actions .remember-selection-checkbox-wrapper {
      margin-top: 14px; }
    body.landingpage-body #content .country-selection-actions button {
      margin-top: 5px;
      width: 33%; }
  body.landingpage-body #page-footer {
    font-size: 80%;
    background-color: #454D76; }
    @media screen and (max-width: 480px) {
      body.landingpage-body #page-footer {
        padding: 14px; } }
    body.landingpage-body #page-footer .footer-nav-list {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden; }
      @media screen and (min-width: 481px) {
        body.landingpage-body #page-footer .footer-nav-list .footer-nav-list-item {
          float: left; } }
      @media screen and (max-width: 480px) {
        body.landingpage-body #page-footer .footer-nav-list .footer-nav-list-item {
          display: block; } }
      body.landingpage-body #page-footer .footer-nav-list .footer-nav-list-item a {
        color: white;
        display: block;
        text-decoration: none; }
        @media screen and (max-width: 480px) {
          body.landingpage-body #page-footer .footer-nav-list .footer-nav-list-item a {
            padding-bottom: 14px; } }
        @media screen and (min-width: 481px) {
          body.landingpage-body #page-footer .footer-nav-list .footer-nav-list-item a {
            padding: 14px;
            text-align: center; } }
    body.landingpage-body #page-footer .gls-logo-mini {
      float: right;
      margin: 14px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAQCAMAAACROYkbAAABsFBMVEUAAAD2shG3uMj2sxGSkpL3tBPu7vH2tBP2tBT2sxK4usn2sxKlpbqWlq6Njaj3tBT2tBPr6+/m5+v2tBPf4OfV1d/Nztq+v832tBP3tBO2uMe3uMmsrb71tBPzshP3tBH1tBKSla3zsAqoq7/angDXoQD19ffy8/Xz9Pb9/f3l5evo6e33sxTh4eja2+P2tBPa2+PW2OD2tBP2tBPHyNT2tBL2sxPCxND2tBP2shO4u8r4tA7Iy9X2sxOqqr6fo7e8vMqjo7qdobafn7X0sRGPj6v0sA/3tBmCiaCZma+BjqHc5fzv8fTr6/Dh4ufz8/b+wg36tQ3o6O3i4+n3sxPX2+ve3+bc3eT2tBTe3+bE0/39xgv3sxPQ0dv2sxP2sxPW2eL9uADP0Nq/y/DS09z2sxTMzNj3sxS/wc7JzNbBw8/9twX9uwDCxNCsrMD1tRXJy9XBxNDNzdn2sxKtrb/Bwc30sRKnq76dqeClqbznpQS1ucf0sBGLkbmZn7ItM2AkLmT1rQrysg0kJFvtpBL4tRT////4+Pr8/P309//v8v77+/z3tRb4sxT9vBD/wg3R4+rzAAAAhXRSTlMAWXNhA/rx8OeydnI0FxP36+fg0r+/qYmDfG9iV1BBPDEjIh4LBv78+fDm5d7d0MrGxMShm5eNiIh4amVeXE5GPj46Li4hIB4VERD++fj28Ong397Y1NTTz87Dvby6urm1tLGsq6mkm5mWkI+AeXJraGhXV1RSRUNBQUE3LSwoKBwZFA4OPYo+PgAAAbtJREFUOMut0sVWK0EYBOC6E1eiJERIQnB3d4fr7u7u7tKVXPSV6TAkPcMWvkXLouqc7vOjrCGT/YcDqPV8qMcBeOKLlSrLEQPLPCTr9OsXr97nkdK0OUj5pJYYh8HgoHqKMLMASJwtkixeXG4k3wEYaiJ5AspIrzrPm/MbdcAt6qoXijzmB2L6TWXqqhatlUuNMDkN3CVpr+6PNiZmyQuAr0DeSw5NoeJ+GKrg5Q2Xy/WwSuy5jU8k76xABv0x8gEwSXISRqIP+0zYhG7zGa6QIei6SQ2YIdnsNhWEYWYRZVtfcJR0A7MdHdGVM+RHwNpJ6RGULjEBo7gebncIsV3/d438DDwnIwsFNvkA+COUvCqQEaJGTVG6S8+70vIjTuHnfzIF9JOjXrIbu9wkxwHjzzsH3maXlrLp4bDQ3cSYXK/ilywIvpkOkTNJsmcqter96h8lOWd6tKOUsdlEWcADXJP7U+A8pXWSuceUCrnWQjPJ6zD5PdwulHPxP0BDqW4M+G7nruPLQUqRHyy5vIp9rLUjfZccjkDvgCejj1fA6XR+A5CPdZ60R594fa3Btja7OxdqaenRcGh2ALIcs/jg1SYpAAAAAElFTkSuQmCC") left 0px no-repeat !important;
      background-position: center;
      background-attachment: fixed;
      height: 16px;
      width: 60px; }

#registration section {
  position: relative; }
  #registration section fieldset:not(:last-of-type) {
    margin-bottom: 28px; }
  #registration section fieldset.legal-notices > p {
    clear: both; }
    #registration section fieldset.legal-notices > p > label.legal {
      line-height: 20px;
      font-size: 14px;
      font-weight: normal; }

body.parcel-shops > main#content {
  max-width: 100%;
  padding: 0;
  min-height: 0;
  height: calc(100% - 52px); }
  @media screen and (min-width: 769px) {
    body.parcel-shops > main#content {
      height: calc(100% - 86px); } }

body.parcel-shops > footer {
  display: none; }

body.parcel-shops-extern {
  overflow: hidden; }
  body.parcel-shops-extern > cookie-notice {
    display: none; }
  body.parcel-shops-extern > header#page-header {
    display: none; }
  body.parcel-shops-extern > main#content {
    max-width: 100%;
    padding: 14px;
    min-height: 0;
    height: calc(100% - 2px); }
    @media screen and (min-width: 769px) {
      body.parcel-shops-extern > main#content {
        height: calc(100% - 2px); } }
    body.parcel-shops-extern > main#content h2 {
      font-weight: 600;
      margin-top: 14px; }
      @media screen and (max-width: 640px) {
        body.parcel-shops-extern > main#content h2 {
          margin-bottom: 0px; } }
    body.parcel-shops-extern > main#content #parcelShopsExtern {
      width: 100%;
      height: 100%; }
      body.parcel-shops-extern > main#content #parcelShopsExtern .button-group {
        margin-top: 5px; }
      body.parcel-shops-extern > main#content #parcelShopsExtern #parcel-shop-finder-content {
        height: calc(100% - 120px) !important; }
        @media screen and (max-width: 640px) {
          body.parcel-shops-extern > main#content #parcelShopsExtern #parcel-shop-finder-content parcel-shops-list {
            height: 73% !important;
            width: 98%; } }
        @media screen and (max-width: 640px) {
          body.parcel-shops-extern > main#content #parcelShopsExtern #parcel-shop-finder-content parcel-shops-map {
            height: 73% !important; } }
        @media screen and (max-width: 640px) {
          body.parcel-shops-extern > main#content #parcelShopsExtern #parcel-shop-finder-content p .button-group {
            margin-top: 0px; } }
  body.parcel-shops-extern > footer {
    display: none; }

#parcelShopSend, #parcelShopReceive {
  height: 100%; }
  #parcelShopSend .pseudo-search-button, #parcelShopReceive .pseudo-search-button {
    bottom: auto; }
  #parcelShopSend .parcel-shops-header, #parcelShopReceive .parcel-shops-header {
    max-width: 1024px;
    margin: auto auto;
    padding: 0 14px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #parcelShopSend .parcel-shops-header, #parcelShopReceive .parcel-shops-header {
        padding: 0 5px; } }
  #parcelShopSend .information-block, #parcelShopReceive .information-block {
    background-color: white;
    padding: 10px;
    color: #666;
    font-size: .8em; }
    @media screen and (max-width: 768px) {
      #parcelShopSend .information-block, #parcelShopReceive .information-block {
        display: none; } }

#parcel-shop-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
  #parcel-shop-search-overlay h3, #parcel-shop-search-overlay form fieldset legend, form fieldset #parcel-shop-search-overlay legend {
    margin-bottom: 0px; }
  @media screen and (min-width: 641px) {
    #parcel-shop-search-overlay {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 322px;
      z-index: 10; } }
  @media screen and (max-width: 640px) {
    #parcel-shop-search-overlay {
      right: 0; } }
  #parcel-shop-search-overlay .search-box {
    float: left;
    position: relative;
    background-color: #fff;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 0px; }
    @media screen and (min-width: 769px) {
      #parcel-shop-search-overlay .search-box {
        padding: 14px;
        margin: 0 0 14px; }
        #parcel-shop-search-overlay .search-box form .pseudo-search-button {
          bottom: auto; }
        #parcel-shop-search-overlay .search-box > p {
          font-size: 0.9em;
          color: #666;
          margin: 0; } }
    @media screen and (min-width: 641px) {
      #parcel-shop-search-overlay .search-box {
        margin-bottom: 0;
        padding-top: 1px;
        padding-left: 14px;
        padding-bottom: 0;
        padding-right: 14px; }
        #parcel-shop-search-overlay .search-box:only-child {
          margin-bottom: 2px;
          padding-bottom: 14px; } }
    @media screen and (max-width: 640px) {
      #parcel-shop-search-overlay .search-box {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px; } }
    #parcel-shop-search-overlay .search-box input {
      margin: 0; }
  #parcel-shop-search-overlay header, #parcel-shop-search-overlay error {
    margin: 0;
    padding-top: 5px; }
  #parcel-shop-search-overlay header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    #parcel-shop-search-overlay header hr {
      margin-top: 6px;
      margin-bottom: 6px; }
    #parcel-shop-search-overlay header form {
      margin-bottom: 0; }
    #parcel-shop-search-overlay header h3, #parcel-shop-search-overlay header form fieldset legend, form fieldset #parcel-shop-search-overlay header legend {
      font-size: 1em;
      margin: 0; }
    #parcel-shop-search-overlay header .button-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      #parcel-shop-search-overlay header .button-group p {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-top: 3px; }

#parcel-shop-finder-header {
  position: relative; }
  #parcel-shop-finder-header h1 {
    padding: 0 14px; }
    @media screen and (max-width: 768px) {
      #parcel-shop-finder-header h1 {
        padding: 0;
        margin-top: 8px;
        margin-bottom: 0px; } }
  #parcel-shop-finder-header .legend {
    position: absolute;
    right: 14px;
    top: 0;
    color: #666;
    margin: -5px 0 0; }
    @media screen and (min-width: 641px) {
      #parcel-shop-finder-header .legend {
        margin-top: 0px; } }
    #parcel-shop-finder-header .legend .parcel-shop, #parcel-shop-finder-header .legend .client-position {
      line-height: 40px;
      display: inline-block; }
      #parcel-shop-finder-header .legend .parcel-shop::before, #parcel-shop-finder-header .legend .client-position::before {
        content: "";
        display: inline-block;
        margin: 0 14px 0 28px;
        float: left; }
    #parcel-shop-finder-header .legend .parcel-shop::before {
      width: 40px;
      height: 28px; }
    #parcel-shop-finder-header .legend .client-position::before {
      width: 28px;
      height: 37px; }

#parcel-shop-search-map-list-toggle {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px; }

#parcel-shop-finder-content {
  position: relative;
  height: calc(100% - 57px); }
  @media screen and (min-width: 321px) {
    #parcel-shop-finder-content {
      height: calc(100% - 80px); } }
  @media screen and (min-width: 769px) {
    #parcel-shop-finder-content {
      height: calc(100% - 107px); } }
  #parcel-shop-finder-content > .parcel-shops-content {
    height: 100%;
    position: relative; }
  #parcel-shop-finder-content > parcel-shops-map {
    position: absolute;
    top: 102px;
    height: calc(100% - 102px);
    left: 0;
    z-index: 5; }
    @media screen and (min-width: 641px) {
      #parcel-shop-finder-content > parcel-shops-map {
        top: 0;
        height: 100%; } }
    @media screen and (max-width: 640px) {
      #parcel-shop-finder-content > parcel-shops-map {
        width: calc(100% - 10px);
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 5px; } }
  #parcel-shop-finder-content .info-tooltip .tooltip-content {
    width: 266px;
    text-align: justify;
    font-size: 0.9em;
    line-height: 22px;
    background-color: #e7e8ee;
    color: #28294E;
    border-radius: 2px;
    padding: 10px; }
    #parcel-shop-finder-content .info-tooltip .tooltip-content .arrow {
      background-color: #e7e8ee; }
    #parcel-shop-finder-content .info-tooltip .tooltip-content .tooltip-title {
      font-size: 1em;
      margin-top: 0; }
  #parcel-shop-finder-content .text-top {
    vertical-align: top; }
  #parcel-shop-finder-content .text-right {
    text-align: right; }
  #parcel-shop-finder-content .info-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    background-color: #172154;
    color: #FFF;
    display: inline-block; }

#parcel-shop-search-filter [hints-container] h2 {
  padding-right: 44px; }

#parcel-shop-search-filter [hints-container] > .hints-toggle {
  display: inline-block;
  width: 24px;
  height: 21px;
  cursor: pointer;
  float: right; }

#parcel-shop-search-filter [hints-container] hint {
  width: 100%; }
  #parcel-shop-search-filter [hints-container] hint .hint::before {
    display: none; }
  #parcel-shop-search-filter [hints-container] hint .hint {
    margin-top: 28px; }
  #parcel-shop-search-filter [hints-container] hint .close {
    display: block; }

#parcel-shop-search-filter .guaranteed-service-icon {
  width: 17px;
  height: 20px;
  background-image: url("../images/Icon_GuaranteedService_blue_transparent_RGB_2017.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0; }

#parcel-shop-search-filter .guaranteed-service-filter-label {
  margin-right: 34px; }
  #parcel-shop-search-filter .guaranteed-service-filter-label .guaranteed-service-filter-text {
    line-height: 0;
    padding-left: 24px;
    position: absolute;
    top: 10px; }

parcel-shops-list {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto; }
  @media screen and (max-width: 640px) {
    parcel-shops-list {
      margin-top: 15px;
      margin-left: 5px;
      margin-right: 5px; } }
  @media screen and (min-width: 641px) {
    parcel-shops-list {
      width: 100%; } }
  @media screen and (min-width: 641px) {
    parcel-shops-list:not(.empty) {
      border-top: 2px solid #ccc; } }
  parcel-shops-list .parcel-shop {
    margin: 0;
    color: #666;
    -webkit-transition: all ease-in-out 0.3s;
            transition: all ease-in-out 0.3s; }
    parcel-shops-list .parcel-shop:not(:first-of-type) {
      border-top: 2px solid #ccc; }
    parcel-shops-list .parcel-shop.active {
      background-color: #B7BBC9;
      color: #28294E; }
      parcel-shops-list .parcel-shop.active p {
        color: #28294E; }
      parcel-shops-list .parcel-shop.active .vacation {
        color: #6b1544; }
    parcel-shops-list .parcel-shop > h4, parcel-shops-list .parcel-shop > p {
      margin: 0;
      font-size: .9em; }
    parcel-shops-list .parcel-shop > h4 > * {
      display: inline-block; }
    parcel-shops-list .parcel-shop > h4 > .name {
      width: calc(100% - 100px); }
      parcel-shops-list .parcel-shop > h4 > .name > span {
        display: inline-block; }
    parcel-shops-list .parcel-shop > h4 > .distance {
      width: 90px;
      margin-left: 5px;
      text-align: right;
      vertical-align: top; }
    parcel-shops-list .parcel-shop > p {
      margin-right: 38px; }
      parcel-shops-list .parcel-shop > p.opening-collapsible {
        cursor: pointer;
        margin-top: 8px;
        margin-bottom: 8px; }
      parcel-shops-list .parcel-shop > p.vacation {
        margin-right: 0px;
        margin-bottom: 14px; }
    parcel-shops-list .parcel-shop .vacation {
      color: #6b1544; }
  parcel-shops-list .collapsed-days {
    margin-bottom: 14px; }
  parcel-shops-list .parcel-shop-flags {
    font-size: 0.9em;
    margin: 4px 0; }
    parcel-shops-list .parcel-shop-flags [hints-container] {
      position: relative; }
      parcel-shops-list .parcel-shop-flags [hints-container] h2 {
        padding-right: 44px; }
      parcel-shops-list .parcel-shop-flags [hints-container] > .hints-toggle {
        display: inline-block;
        width: 24px;
        height: 21px;
        cursor: pointer;
        float: right; }
        @media screen and (max-width: 640px) {
          parcel-shops-list .parcel-shop-flags [hints-container] > .hints-toggle {
            top: 0; } }
    parcel-shops-list .parcel-shop-flags hint {
      width: 100%; }
      parcel-shops-list .parcel-shop-flags hint .hint::before {
        display: none; }
      parcel-shops-list .parcel-shop-flags hint .close {
        display: block; }
    parcel-shops-list .parcel-shop-flags .flag-icon {
      background-repeat: no-repeat;
      background-size: cover;
      display: inline-block;
      line-height: normal; }
      parcel-shops-list .parcel-shop-flags .flag-icon.guaranteed-service-icon {
        width: 20px;
        height: 23px;
        background-image: url("../images/Icon_GuaranteedService_blue_transparent_RGB_2017.png"); }
      parcel-shops-list .parcel-shop-flags .flag-icon.only-paid-parcels-icon {
        width: 20px;
        height: 24px;
        background-image: url("../images/Icon_vorfrankierte_Pakete_blue_transparent_RGB_2017.png"); }
  parcel-shops-list .shop-collapsed {
    background-size: 13px 8px;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    width: 13px;
    height: 0.8em; }
  parcel-shops-list .shop-not-collapsed {
    margin-right: 3px; }
  parcel-shops-list .parcel-shop-id .selectable-text {
    -webkit-user-select: text;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all; }

parcel-shop-route {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 54px); }
  @media screen and (min-width: 641px) {
    parcel-shop-route {
      height: calc(100% - 80px);
      margin: 66px 0 0; } }
  @media screen and (max-width: 640px) {
    parcel-shop-route {
      clear: left;
      margin-top: 13px;
      margin-left: -14px;
      width: calc(100% + 28px); } }
  @media screen and (min-width: 641px) {
    parcel-shop-route {
      width: 322px; } }
  parcel-shop-route > header, parcel-shop-route > article > section {
    position: absolute;
    left: 0;
    z-index: 10; }
  parcel-shop-route > header {
    top: 0;
    margin: 0; }
    parcel-shop-route > header h3, parcel-shop-route > header form fieldset legend, form fieldset parcel-shop-route > header legend {
      box-sizing: border-box;
      margin: 0;
      float: left;
      width: 75%; }
    parcel-shop-route > header button {
      float: right;
      display: inline;
      padding: 0;
      font-size: 0.8em;
      line-height: 0;
      width: 25px;
      height: 25px; }
  parcel-shop-route > article {
    position: relative;
    width: 100%;
    margin-top: 53px;
    height: calc(100% - 53px); }
    parcel-shop-route > article > section {
      margin: 0;
      border-top: 2px solid #ccc; }
      parcel-shop-route > article > section.route-controls {
        margin: 0;
        height: 62px; }
        @media screen and (min-width: 641px) {
          parcel-shop-route > article > section.route-controls {
            height: 154px; } }
        parcel-shop-route > article > section.route-controls > p {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow-x: hidden;
          margin: 0; }
          parcel-shop-route > article > section.route-controls > p:not(:last-of-type) {
            margin-bottom: 14px; }
        parcel-shop-route > article > section.route-controls p.startPosition::before, parcel-shop-route > article > section.route-controls p.targetPosition::before {
          display: inline-block;
          color: #fff;
          text-align: center;
          width: 22px;
          height: 30px;
          background-repeat: no-repeat;
          font-size: 0.8em;
          margin-right: 10px;
          line-height: 26px; }
        parcel-shop-route > article > section.route-controls p.startPosition::before {
          content: "A"; }
        parcel-shop-route > article > section.route-controls p.targetPosition::before {
          content: "B"; }
        parcel-shop-route > article > section.route-controls fieldset > p {
          width: 50%;
          display: inline-block; }
      parcel-shop-route > article > section.maneuvers {
        top: 62px;
        overflow-y: auto;
        box-sizing: border-box;
        max-height: calc(100% - 62px); }
        @media screen and (min-width: 641px) {
          parcel-shop-route > article > section.maneuvers {
            max-height: calc(100% - 154px);
            top: 154px; } }
      parcel-shop-route > article > section ol {
        box-sizing: border-box;
        list-style: none;
        padding: 0; }
        parcel-shop-route > article > section ol li {
          color: #666;
          font-size: 0.9em;
          margin: 0 0 14px;
          padding-left: 54px;
          background-size: 30px 30px;
          background-position: 10px top; }
          parcel-shop-route > article > section ol li .distance-description {
            color: #ccc;
            display: inherit; }
          parcel-shop-route > article > section ol li.right {
            float: none; }
          parcel-shop-route > article > section ol li.left {
            float: none; }

article#preRedirectionData h3.history.collapse-toggle, article#preRedirectionData form fieldset legend.history.collapse-toggle, form fieldset article#preRedirectionData legend.history.collapse-toggle {
  margin: 0; }

article#preRedirectionData .current-timestamp {
  overflow: auto;
  padding-right: 14px; }
  article#preRedirectionData .current-timestamp p {
    float: right;
    color: #666;
    margin-top: 1px;
    margin-bottom: 2px;
    font-size: initial; }

article#preRedirectionData .status-map:not(.active) > .gls-icon, article#preRedirectionData .status-map.active > .gls-icon.active ~ .gls-icon {
  color: #8b90a9; }

article#preRedirectionData header, article#preRedirectionData section.summary, article#preRedirectionData section.details {
  margin-bottom: 2px; }

article#preRedirectionData header.parcel-page-title {
  padding-bottom: 0;
  padding-top: 0; }
  article#preRedirectionData header.parcel-page-title h2 {
    margin: 14px 0; }

article#preRedirectionData .section-content {
  margin-top: 14px; }
  article#preRedirectionData .section-content .subsection-content {
    margin-top: 14px; }
    article#preRedirectionData .section-content .subsection-content:first-child {
      margin-top: 0; }

article#preRedirectionData header.parcel-title .parcel-label {
  float: left; }

article#preRedirectionData header.parcel-title menu {
  display: inline-block;
  float: right;
  padding: 0; }
  @media screen and (max-width: 640px) {
    article#preRedirectionData header.parcel-title menu {
      padding-top: 14px;
      width: 100%; } }
  @media screen and (min-width: 641px) {
    article#preRedirectionData header.parcel-title menu {
      width: auto; } }

article#preRedirectionData article#track-and-trace-search spinner::before {
  width: 68px;
  height: 68px;
  border-width: 3.4px; }

article#preRedirectionData article#track-and-trace-search button#mobile-button-barcode {
  display: none; }

@media screen and (max-width: 768px) {
  article#preRedirectionData article#track-and-trace-search track-and-trace-search {
    -webkit-transition: padding 0.3s ease-in-out;
            transition: padding 0.3s ease-in-out;
    display: block; }
    article#preRedirectionData article#track-and-trace-search track-and-trace-search:not(.full-width) {
      padding-right: 36px; } }

article#preRedirectionData article#track-and-trace-search form .pseudo-search-button {
  bottom: auto; }

article#preRedirectionData .teaser-block .teaser-container .information {
  background-image: url("../images/teaser_trackandtrace_small.jpg"); }
  @media screen and (min-width: 769px) {
    article#preRedirectionData .teaser-block .teaser-container .information {
      background-image: url("../images/teaser_trackandtrace_large.jpg"); }
      article#preRedirectionData .teaser-block .teaser-container .information .text {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }

article#preRedirectionData article.parcel {
  margin-top: 14px; }
  article#preRedirectionData article.parcel header h2 {
    margin: 0;
    width: calc(50% - 21px); }
  article#preRedirectionData article.parcel header h3, article#preRedirectionData article.parcel header form fieldset legend, form fieldset article#preRedirectionData article.parcel header legend {
    margin: 0px;
    cursor: pointer; }
  article#preRedirectionData article.parcel section.summary h3.section-title, article#preRedirectionData article.parcel section.summary form fieldset legend.section-title, form fieldset article#preRedirectionData article.parcel section.summary legend.section-title {
    margin-top: 0;
    margin-bottom: 0; }
  article#preRedirectionData article.parcel section.summary .hint-content-seperator {
    margin-bottom: 14px; }
  article#preRedirectionData article.parcel section.summary dd.current-status {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 21px); }
  article#preRedirectionData article.parcel .section.details ul {
    margin-top: 12px; }
    article#preRedirectionData article.parcel .section.details ul > li {
      border-top: 2px solid #e7e8ee;
      padding: 12px 0 12px 3px;
      color: #666;
      font-size: 0.8em; }
      article#preRedirectionData article.parcel .section.details ul > li span {
        float: left; }
      article#preRedirectionData article.parcel .section.details ul > li .status-details .date {
        width: 35%; }
      article#preRedirectionData article.parcel .section.details ul > li .status-details .time {
        width: 22%; }
      article#preRedirectionData article.parcel .section.details ul > li .status-details .city {
        width: 43%; }
      article#preRedirectionData article.parcel .section.details ul > li .description {
        width: calc(50% - 21px);
        margin-left: 42px; }
      article#preRedirectionData article.parcel .section.details ul > li:first-child {
        font-weight: 600; }
      @media screen and (max-width: 768px) {
        article#preRedirectionData article.parcel .section.details ul > li .status-details {
          float: left;
          width: 50%; }
          article#preRedirectionData article.parcel .section.details ul > li .status-details .date {
            width: 100px; }
          article#preRedirectionData article.parcel .section.details ul > li .status-details .city {
            clear: left; }
        article#preRedirectionData article.parcel .section.details ul > li .description {
          float: right;
          width: 50%;
          margin: 0; } }
  article#preRedirectionData article.parcel menu {
    margin-top: 2px;
    margin-bottom: 0; }
    article#preRedirectionData article.parcel menu button {
      width: 100%; }
      article#preRedirectionData article.parcel menu button:not(:last-of-type) {
        margin-bottom: 5px; }
  @media screen and (min-width: 769px) {
    article#preRedirectionData article.parcel dl {
      width: calc(50% - 21px);
      float: left; }
    article#preRedirectionData article.parcel menu button {
      width: auto;
      margin-bottom: 0; } }

#registrationConfirmation > section > .button-group {
  height: auto; }

@media screen and (max-width: 768px) {
  #content {
    min-height: calc(100% - 375px); } }

#resetPassword .email {
  color: #ccc; }

#resetPassword section {
  position: relative; }
  #resetPassword section p:not(.button-group-right) {
    margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    #resetPassword section button {
      float: right; }
    #resetPassword section #resetPasswordButtonGroup {
      margin-right: -14px; } }
  #resetPassword section fieldset:not(:last-of-type) {
    margin-bottom: 28px; }

@media screen and (max-width: 768px) {
  #resetPassword #resetPasswordButtonSection {
    padding: 0 0 0 0; } }

article#trackAndTrace dl {
  display: inline-block;
  width: 100%;
  font-size: 0.8em; }
  article#trackAndTrace dl, article#trackAndTrace dl dt, article#trackAndTrace dl dd {
    margin: 0; }
  article#trackAndTrace dl dt, article#trackAndTrace dl dd {
    float: left; }
  article#trackAndTrace dl dt {
    clear: left;
    width: 50%;
    color: #666; }
  article#trackAndTrace dl dd {
    width: 50%; }

article#trackAndTrace p {
  margin: 0; }

article#trackAndTrace header, article#trackAndTrace section.summary, article#trackAndTrace section.details {
  margin-bottom: 2px; }

article#trackAndTrace article#track-and-trace-search spinner::before {
  width: 68px;
  height: 68px;
  border-width: 3.4px; }

article#trackAndTrace article#track-and-trace-search button#mobile-button-barcode {
  display: none; }

@media screen and (max-width: 768px) {
  article#trackAndTrace article#track-and-trace-search track-and-trace-search {
    -webkit-transition: padding 0.3s ease-in-out;
            transition: padding 0.3s ease-in-out;
    display: block; }
    article#trackAndTrace article#track-and-trace-search track-and-trace-search:not(.full-width) {
      padding-right: 36px; } }

article#trackAndTrace article#track-and-trace-search form .pseudo-search-button {
  bottom: auto; }

article#trackAndTrace article.parcel {
  margin-bottom: 14px; }
  article#trackAndTrace article.parcel header h2 {
    margin: 0;
    width: calc(50% - 21px); }
  article#trackAndTrace article.parcel section.summary .delivery-details {
    margin-bottom: 14px; }
  article#trackAndTrace article.parcel section.summary dd.current-status {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 21px); }
  article#trackAndTrace article.parcel section.summary p.status-map {
    background-color: #e7e8ee;
    padding: 14px; }
    article#trackAndTrace article.parcel section.summary p.status-map .status {
      display: inline-block;
      position: relative;
      height: 100%;
      width: 20%;
      vertical-align: top; }
      article#trackAndTrace article.parcel section.summary p.status-map .status::before {
        margin: 0 auto;
        display: block;
        padding-top: 48.9361702128%;
        content: "";
        background-repeat: no-repeat;
        background-position-y: 100%; }
        @media screen and (min-width: 769px) {
          article#trackAndTrace article.parcel section.summary p.status-map .status::before {
            background-position-y: calc(100% - 28px); } }
      article#trackAndTrace article.parcel section.summary p.status-map .status .status-label {
        display: block;
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 768px) {
          article#trackAndTrace article.parcel section.summary p.status-map .status .status-label {
            display: none; } }
      article#trackAndTrace article.parcel section.summary p.status-map .status.PREADVICE::before, article#trackAndTrace article.parcel section.summary p.status-map .status.NOTPICKEDUP::before, article#trackAndTrace article.parcel section.summary p.status-map .status.INPICKUP::before {
        width: 50%; }
        @media screen and (min-width: 769px) {
          article#trackAndTrace article.parcel section.summary p.status-map .status.PREADVICE::before, article#trackAndTrace article.parcel section.summary p.status-map .status.NOTPICKEDUP::before, article#trackAndTrace article.parcel section.summary p.status-map .status.INPICKUP::before {
            width: 25%; } }
      article#trackAndTrace article.parcel section.summary p.status-map .status.INTRANSIT::before {
        width: 89.3617021277%; }
        @media screen and (min-width: 769px) {
          article#trackAndTrace article.parcel section.summary p.status-map .status.INTRANSIT::before {
            width: 44.6808510638%; } }
      article#trackAndTrace article.parcel section.summary p.status-map .status.INWAREHOUSE::before, article#trackAndTrace article.parcel section.summary p.status-map .status.NOTDELIVERED::before {
        width: 68.085106383%; }
        @media screen and (min-width: 769px) {
          article#trackAndTrace article.parcel section.summary p.status-map .status.INWAREHOUSE::before, article#trackAndTrace article.parcel section.summary p.status-map .status.NOTDELIVERED::before {
            width: 34.0425531915%; } }
      article#trackAndTrace article.parcel section.summary p.status-map .status.INDELIVERY::before {
        width: 78.7234042553%; }
        @media screen and (min-width: 769px) {
          article#trackAndTrace article.parcel section.summary p.status-map .status.INDELIVERY::before {
            width: 39.3617021277%; } }
      article#trackAndTrace article.parcel section.summary p.status-map .status.DELIVERED::before {
        width: 44.6808510638%; }
        @media screen and (min-width: 769px) {
          article#trackAndTrace article.parcel section.summary p.status-map .status.DELIVERED::before {
            width: 22.3404255319%; } }
      article#trackAndTrace article.parcel section.summary p.status-map .status.DELIVEREDPS::before {
        width: 61.7021276596%; }
        @media screen and (min-width: 769px) {
          article#trackAndTrace article.parcel section.summary p.status-map .status.DELIVEREDPS::before {
            width: 30.8510638298%; } }
      article#trackAndTrace article.parcel section.summary p.status-map .status.CANCELED::before {
        width: 42.5531914894%; }
        @media screen and (min-width: 769px) {
          article#trackAndTrace article.parcel section.summary p.status-map .status.CANCELED::before {
            width: 21.2765957447%; } }
    article#trackAndTrace article.parcel section.summary p.status-map:not(.active) > .status, article#trackAndTrace article.parcel section.summary p.status-map.active > .status.active ~ .status {
      color: #8b90a9; }
  article#trackAndTrace article.parcel section.details {
    padding: 0 14px; }
    article#trackAndTrace article.parcel section.details h3.collapse-toggle, article#trackAndTrace article.parcel section.details form fieldset legend.collapse-toggle, form fieldset article#trackAndTrace article.parcel section.details legend.collapse-toggle {
      margin: 14px 0; }
      article#trackAndTrace article.parcel section.details h3.collapse-toggle spinner::before, article#trackAndTrace article.parcel section.details form fieldset legend.collapse-toggle spinner::before, form fieldset article#trackAndTrace article.parcel section.details legend.collapse-toggle spinner::before {
        width: 20px;
        height: 20px;
        border-width: 2px; }
    article#trackAndTrace article.parcel section.details ul {
      margin-top: 12px; }
      article#trackAndTrace article.parcel section.details ul > li {
        border-top: 2px solid #e7e8ee;
        padding: 12px 0 12px 3px;
        color: #666;
        font-size: 0.8em; }
        article#trackAndTrace article.parcel section.details ul > li span {
          float: left; }
        article#trackAndTrace article.parcel section.details ul > li .status-details .date {
          width: 35%; }
        article#trackAndTrace article.parcel section.details ul > li .status-details .time {
          width: 22%; }
        article#trackAndTrace article.parcel section.details ul > li .status-details .city {
          width: 43%; }
        article#trackAndTrace article.parcel section.details ul > li .description {
          width: calc(50% - 21px);
          margin-left: 42px; }
        article#trackAndTrace article.parcel section.details ul > li:first-child {
          font-weight: 600; }
        @media screen and (max-width: 768px) {
          article#trackAndTrace article.parcel section.details ul > li .status-details {
            float: left;
            width: 50%; }
            article#trackAndTrace article.parcel section.details ul > li .status-details .date {
              width: 100px; }
            article#trackAndTrace article.parcel section.details ul > li .status-details .city {
              clear: left; }
          article#trackAndTrace article.parcel section.details ul > li .description {
            float: right;
            width: 50%;
            margin: 0; } }
  article#trackAndTrace article.parcel menu {
    margin-top: 2px;
    margin-bottom: 0; }
    article#trackAndTrace article.parcel menu button {
      width: 100%; }
      article#trackAndTrace article.parcel menu button:not(:last-of-type) {
        margin-bottom: 5px; }
  @media screen and (min-width: 769px) {
    article#trackAndTrace article.parcel dl {
      width: calc(50% - 21px);
      float: left; }
    article#trackAndTrace article.parcel menu button {
      width: auto;
      margin-bottom: 0; } }

article#cookieNotice {
  margin-top: 14px;
  background-color: #fff;
  padding: 14px; }
  article#cookieNotice h1 {
    padding: 0; }
  article#cookieNotice article {
    padding: 0; }
    article#cookieNotice article p {
      padding: 0; }

article#imprint h1 {
  margin: 0;
  padding: 0; }

article#imprint dl {
  margin-top: 28px; }
  article#imprint dl dt {
    font-weight: bold; }
    article#imprint dl dt:not(:first-child) {
      margin-top: 21px; }
      article#imprint dl dt:not(:first-child)::after {
        content: ":"; }
  article#imprint dl dd {
    margin: 0; }

article#benefits h1 {
  margin: 0;
  padding: 0; }

article#benefits .subtitle-block .content .image_container {
  margin-right: 14px;
  float: left;
  max-width: 150px; }

article#faq h1 {
  margin: 0;
  padding: 0; }

.collapsible {
  position: relative;
  padding: 10px;
  border: 1px solid #929292;
  margin: 20px; }
  .collapsible a {
    text-decoration: underline; }
  .collapsible .collapse-btn {
    color: #172154;
    text-decoration: none; }
    .collapsible .collapse-btn:hover {
      color: #172154; }
    .collapsible .collapse-btn::after {
      content: "";
      position: absolute;
      top: 20px;
      right: 8px;
      padding: 0;
      background-color: transparent;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      width: 14px;
      height: 8px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .collapsible .collapse-btn.expanded::after {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
  .collapsible .collapsible-title {
    margin: 5px 0;
    font-size: 0.9rem; }
  .collapsible .collapsible-content {
    font-size: 0.9rem;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .collapsible .collapsible-content.expanded {
      max-height: 10000px;
      opacity: 1; }
  .collapsible.collapsible-group {
    border-color: #575757;
    border-radius: 3px;
    margin: 40px 0;
    padding-top: 0; }
    .collapsible.collapsible-group > .collapse-btn {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 30px; }
      .collapsible.collapsible-group > .collapse-btn::after {
        top: 15px;
        right: 0;
        width: 22px;
        height: 12px; }
      .collapsible.collapsible-group > .collapse-btn > .collapsible-title {
        position: absolute;
        background-color: #e7e8ee;
        margin-bottom: 20px;
        top: -15px;
        margin-top: 0;
        font-size: 1.25rem;
        padding: 0 12px;
        font-weight: bold; }

.image-link {
  width: 80%;
  height: auto; }

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

.paypal-payment .order-support-code {
  margin-left: 14px;
  margin-right: 14px; }

.shipinfo .footer-space {
  margin-top: 20px; }

.shipinfo .shipinfo-section {
  margin-top: 0px;
  margin-bottom: 30px; }
  .shipinfo .shipinfo-section .collapsible {
    margin-right: 0px;
    margin-left: 0px; }

.shipinfo .delivery-product table {
  width: 100%; }

.shipinfo .delivery-product .product-price .price-label-hover {
  display: none; }

.shipinfo .delivery-product .product-price:hover {
  background-color: #6B1544;
  color: #ffffff; }
  .shipinfo .delivery-product .product-price:hover .price-label {
    display: none; }
  .shipinfo .delivery-product .product-price:hover .price-label-hover {
    display: inline; }

.shipinfo h2 {
  font-weight: bold; }

.shipinfo .country-selector {
  font-size: 16px;
  color: #b9bccb; }

.shipinfo .separator-margin {
  margin-bottom: 5px; }

.shipinfo .country-img-container img {
  width: 100%;
  height: auto; }

.shipinfo .country-info {
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 0.9rem; }
  .shipinfo .country-info > div {
    margin-bottom: 8px; }
    .shipinfo .country-info > div:not(:first-child) {
      margin-top: 8px; }

.shipinfo .button-container {
  padding-left: 15px;
  padding-right: 15px; }
  .shipinfo .button-container .button {
    width: 100%; }

.shipinfo .europe-price-table table {
  width: 100%;
  margin: 15px 0; }
  .shipinfo .europe-price-table table .product-wrapper {
    margin-top: 0px; }
    .shipinfo .europe-price-table table .product-wrapper .product-name {
      font-size: 25px; }
    .shipinfo .europe-price-table table .product-wrapper .product-max-size {
      font-size: 12px;
      min-width: 39px; }
  .shipinfo .europe-price-table table .row-space:before {
    content: '-';
    display: block;
    line-height: 14px;
    color: transparent; }
  .shipinfo .europe-price-table table thead {
    font-size: 0.75rem; }
  .shipinfo .europe-price-table table td {
    text-align: center;
    border: 1px solid;
    font-size: 0.8rem;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      .shipinfo .europe-price-table table td {
        padding: 5px 0;
        font-size: 12px; } }

.termsAndConditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .termsAndConditions h2 {
    font-size: 14px; }
  .termsAndConditions .sections {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
    text-align: justify; }
  .termsAndConditions .subsection {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    text-align: justify;
    -webkit-hyphens: none;
       -moz-hyphens: none;
        -ms-hyphens: none;
            hyphens: none; }
    .termsAndConditions .subsection ul {
      list-style-type: none; }
      .termsAndConditions .subsection ul.no-margin {
        margin-top: -14px; }
      .termsAndConditions .subsection ul a {
        text-decoration: underline;
        -webkit-hyphens: none;
           -moz-hyphens: none;
            -ms-hyphens: none;
                hyphens: none; }
  .termsAndConditions .footer {
    font-size: 14px; }

.privacyPolicy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: justify; }
  .privacyPolicy h2 {
    font-size: 14px; }
  .privacyPolicy .sections {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px; }
    .privacyPolicy .sections p .p-no-margin {
      margin-top: -14px; }
    .privacyPolicy .sections .subsection {
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word;
      -ms-hyphens: none;
      -moz-hyphens: none;
      -webkit-hyphens: none;
      hyphens: none; }
      .privacyPolicy .sections .subsection > ul {
        list-style-type: none; }
        .privacyPolicy .sections .subsection > ul a {
          text-decoration: underline; }

body.page-not-found #content {
  max-width: 100%;
  padding: 0;
  background: url("/images/background/page_not_found.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (min-width: 769px) {
    body.page-not-found #content {
      background-size: auto 100%; } }
  body.page-not-found #content #pageNotFound {
    height: 320px; }
    @media screen and (min-width: 321px) {
      body.page-not-found #content #pageNotFound {
        height: 470px; } }
    @media screen and (min-width: 769px) {
      body.page-not-found #content #pageNotFound {
        height: 610px; } }
  body.page-not-found #content .info {
    position: relative;
    left: 50%;
    top: 40%;
    max-width: 100px; }
    @media screen and (min-width: 321px) {
      body.page-not-found #content .info {
        max-width: 205px; } }
    @media screen and (min-width: 481px) {
      body.page-not-found #content .info {
        max-width: 248px; } }
    @media screen and (min-width: 769px) {
      body.page-not-found #content .info {
        max-width: 343px; } }
    @media screen and (min-width: 1025px) {
      body.page-not-found #content .info {
        max-width: 503px; } }
    body.page-not-found #content .info h1 {
      margin: 0;
      font-size: 2rem;
      letter-spacing: 4px; }
      @media screen and (min-width: 641px) {
        body.page-not-found #content .info h1 {
          font-size: 2.5rem; } }
      @media screen and (min-width: 769px) {
        body.page-not-found #content .info h1 {
          font-size: 3rem; } }
      @media screen and (min-width: 961px) {
        body.page-not-found #content .info h1 {
          font-size: 3.5rem; } }
    body.page-not-found #content .info h2 {
      letter-spacing: 1px;
      font-size: 1em; }
      @media screen and (min-width: 641px) {
        body.page-not-found #content .info h2 {
          font-size: 1.2rem; } }
      @media screen and (min-width: 769px) {
        body.page-not-found #content .info h2 {
          font-size: 1.5rem; } }
      @media screen and (min-width: 961px) {
        body.page-not-found #content .info h2 {
          font-size: 1.7rem; } }

@media screen and (min-width: 769px) {
  #grant-deposit-permission #sra-note {
    width: 50%; } }

#grant-deposit-permission #sra-form {
  padding-top: 14px; }
  #grant-deposit-permission #sra-form hint span.close {
    position: static; }

#grant-deposit-permission #createdMessage {
  margin-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #grant-deposit-permission #createdMessage i {
    color: limegreen;
    padding-right: 1rem; }
  #grant-deposit-permission #createdMessage .message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      #grant-deposit-permission #createdMessage .message {
        margin-bottom: -30px; } }
  @media screen and (min-width: 769px) {
    #grant-deposit-permission #createdMessage {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    #grant-deposit-permission #createdMessage {
      width: 90%;
      margin-bottom: 30px; } }

#grant-deposit-permission editing-buttons {
  margin-top: 14px;
  position: static;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #grant-deposit-permission editing-buttons .buttons-group {
    position: static; }
    #grant-deposit-permission editing-buttons .buttons-group .editing, #grant-deposit-permission editing-buttons .buttons-group .not-editing {
      position: static; }
    #grant-deposit-permission editing-buttons .buttons-group .editing .save-button:last-of-type {
      background-color: #6b1544;
      color: white; }
      #grant-deposit-permission editing-buttons .buttons-group .editing .save-button:last-of-type[disabled] {
        background-color: #b689a1;
        color: #fff; }

#grant-deposit-permission .fade.ng-hide {
  opacity: 0; }

#grant-deposit-permission .fade.ng-hide-remove {
  -webkit-transition: all linear 1000ms;
          transition: all linear 1000ms; }

#grant-deposit-permission .fade.ng-hide-add {
  -webkit-transition: all linear 500ms;
          transition: all linear 500ms; }

.country-change-confirmations-dialog .language-selection {
  border-bottom: 1px solid #8b90a9;
  margin-bottom: 14px;
  padding-bottom: 5px; }

.country-change-confirmations-dialog language-selector {
  float: right; }

.country-change-confirmations-dialog .language-options > span:not(:last-child)::after {
  font-size: 0.8em;
  color: #8b90a9;
  width: 10px;
  text-align: center;
  content: "|"; }

.country-change-confirmations-dialog input[type=checkbox] + .legal {
  line-height: 20px;
  font-size: 14px;
  font-weight: normal; }

.feature-toggle_disabled {
  display: none !important; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

.fa-adobe:before {
  content: "\f778"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

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

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

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

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

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

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

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

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

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

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

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

.fa-hand-middle-finger:before {
  content: "\f806"; }

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

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

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

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

.fa-hat-wizard:before {
  content: "\f6e8"; }

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

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

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

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

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

.fa-headset:before {
  content: "\f590"; }

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

.fa-heart-broken:before {
  content: "\f7a9"; }

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

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

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

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

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

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

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

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

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

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

.fa-house-damage:before {
  content: "\f6f1"; }

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

.fa-hryvnia:before {
  content: "\f6f2"; }

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

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

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

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

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

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

.fa-images:before {
  content: "\f302"; }

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

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

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

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

.fa-infinity:before {
  content: "\f534"; }

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

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

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

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

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

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

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

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

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

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

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

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

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

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

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

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

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

.fa-life-ring:before {
  content: "\f1cd"; }

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

.fa-lock-open:before {
  content: "\f3c1"; }

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

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

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

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

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

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

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

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

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

.fa-medrt:before {
  content: "\f3c8"; }

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

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

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

.fa-meteor:before {
  content: "\f753"; }

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

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

.fa-microphone-alt:before {
  content: "\f3c9"; }

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

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

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

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

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

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

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

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

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

.fa-mug-hot:before {
  content: "\f7b6"; }

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

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

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

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

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

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

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

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

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

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

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

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

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

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

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

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

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

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

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

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

.fa-php:before {
  content: "\f457"; }

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

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

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

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

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

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

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

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

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

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

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

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

.fa-receipt:before {
  content: "\f543"; }

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

.fa-red-river:before {
  content: "\f3e3"; }

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

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

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

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

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

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

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

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

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

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

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

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

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

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

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

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

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

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

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

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

.fa-shipping-fast:before {
  content: "\f48b"; }

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

.fa-shoe-prints:before {
  content: "\f54b"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

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

.fa-shuttle-van:before {
  content: "\f5b6"; }

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

.fa-sign-in-alt:before {
  content: "\f2f6"; }

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

.fa-sign-out-alt:before {
  content: "\f2f5"; }

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

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

.fa-sim-card:before {
  content: "\f7c4"; }

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

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.bootstrap-styles .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .bootstrap-styles .btn {
      -webkit-transition: none;
              transition: none; } }
  .bootstrap-styles .btn:hover {
    color: #212529;
    text-decoration: none; }
  .bootstrap-styles .btn:focus, .bootstrap-styles .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .bootstrap-styles .btn.disabled, .bootstrap-styles .btn:disabled {
    opacity: 0.65; }

.bootstrap-styles a.btn.disabled,
.bootstrap-styles fieldset:disabled a.btn {
  pointer-events: none; }

.bootstrap-styles .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .bootstrap-styles .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .bootstrap-styles .btn-primary:focus, .bootstrap-styles .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .bootstrap-styles .btn-primary.disabled, .bootstrap-styles .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bootstrap-styles .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-primary:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .bootstrap-styles .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.bootstrap-styles .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .bootstrap-styles .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .bootstrap-styles .btn-secondary:focus, .bootstrap-styles .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .bootstrap-styles .btn-secondary.disabled, .bootstrap-styles .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .bootstrap-styles .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .bootstrap-styles .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.bootstrap-styles .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .bootstrap-styles .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .bootstrap-styles .btn-success:focus, .bootstrap-styles .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .bootstrap-styles .btn-success.disabled, .bootstrap-styles .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .bootstrap-styles .btn-success:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-success:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .bootstrap-styles .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.bootstrap-styles .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .bootstrap-styles .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .bootstrap-styles .btn-info:focus, .bootstrap-styles .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .bootstrap-styles .btn-info.disabled, .bootstrap-styles .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .bootstrap-styles .btn-info:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-info:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .bootstrap-styles .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.bootstrap-styles .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .bootstrap-styles .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .bootstrap-styles .btn-warning:focus, .bootstrap-styles .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .bootstrap-styles .btn-warning.disabled, .bootstrap-styles .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .bootstrap-styles .btn-warning:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-warning:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .bootstrap-styles .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.bootstrap-styles .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .bootstrap-styles .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .bootstrap-styles .btn-danger:focus, .bootstrap-styles .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .bootstrap-styles .btn-danger.disabled, .bootstrap-styles .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .bootstrap-styles .btn-danger:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-danger:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .bootstrap-styles .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.bootstrap-styles .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .bootstrap-styles .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .bootstrap-styles .btn-light:focus, .bootstrap-styles .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .bootstrap-styles .btn-light.disabled, .bootstrap-styles .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .bootstrap-styles .btn-light:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-light:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .bootstrap-styles .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.bootstrap-styles .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .bootstrap-styles .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .bootstrap-styles .btn-dark:focus, .bootstrap-styles .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .bootstrap-styles .btn-dark.disabled, .bootstrap-styles .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .bootstrap-styles .btn-dark:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-dark:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .bootstrap-styles .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.bootstrap-styles .btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .bootstrap-styles .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bootstrap-styles .btn-outline-primary:focus, .bootstrap-styles .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .bootstrap-styles .btn-outline-primary.disabled, .bootstrap-styles .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .bootstrap-styles .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .bootstrap-styles .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.bootstrap-styles .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .bootstrap-styles .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .bootstrap-styles .btn-outline-secondary:focus, .bootstrap-styles .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .bootstrap-styles .btn-outline-secondary.disabled, .bootstrap-styles .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .bootstrap-styles .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .bootstrap-styles .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.bootstrap-styles .btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .bootstrap-styles .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .bootstrap-styles .btn-outline-success:focus, .bootstrap-styles .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .bootstrap-styles .btn-outline-success.disabled, .bootstrap-styles .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .bootstrap-styles .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .bootstrap-styles .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.bootstrap-styles .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .bootstrap-styles .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .bootstrap-styles .btn-outline-info:focus, .bootstrap-styles .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .bootstrap-styles .btn-outline-info.disabled, .bootstrap-styles .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .bootstrap-styles .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .bootstrap-styles .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.bootstrap-styles .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .bootstrap-styles .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .bootstrap-styles .btn-outline-warning:focus, .bootstrap-styles .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .bootstrap-styles .btn-outline-warning.disabled, .bootstrap-styles .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .bootstrap-styles .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .bootstrap-styles .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.bootstrap-styles .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .bootstrap-styles .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .bootstrap-styles .btn-outline-danger:focus, .bootstrap-styles .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .bootstrap-styles .btn-outline-danger.disabled, .bootstrap-styles .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .bootstrap-styles .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .bootstrap-styles .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.bootstrap-styles .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .bootstrap-styles .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .bootstrap-styles .btn-outline-light:focus, .bootstrap-styles .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .bootstrap-styles .btn-outline-light.disabled, .bootstrap-styles .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .bootstrap-styles .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .bootstrap-styles .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.bootstrap-styles .btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .bootstrap-styles .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .bootstrap-styles .btn-outline-dark:focus, .bootstrap-styles .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .bootstrap-styles .btn-outline-dark.disabled, .bootstrap-styles .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .bootstrap-styles .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap-styles .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .bootstrap-styles .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .bootstrap-styles .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-styles .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .bootstrap-styles .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.bootstrap-styles .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .bootstrap-styles .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .bootstrap-styles .btn-link:focus, .bootstrap-styles .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .bootstrap-styles .btn-link:disabled, .bootstrap-styles .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.bootstrap-styles .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.bootstrap-styles .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.bootstrap-styles .btn-block {
  display: block;
  width: 100%; }
  .bootstrap-styles .btn-block + .btn-block {
    margin-top: 0.5rem; }

.bootstrap-styles input[type="submit"].btn-block,
.bootstrap-styles input[type="reset"].btn-block,
.bootstrap-styles input[type="button"].btn-block {
  width: 100%; }

.bootstrap-styles .dropup,
.bootstrap-styles .dropright,
.bootstrap-styles .dropdown,
.bootstrap-styles .dropleft {
  position: relative; }

.bootstrap-styles .dropdown-toggle {
  white-space: nowrap; }
  .bootstrap-styles .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .bootstrap-styles .dropdown-toggle:empty::after {
    margin-left: 0; }

.bootstrap-styles .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.bootstrap-styles .dropdown-menu-left {
  right: auto;
  left: 0; }

.bootstrap-styles .dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .bootstrap-styles .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .bootstrap-styles .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .bootstrap-styles .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .bootstrap-styles .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .bootstrap-styles .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .bootstrap-styles .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .bootstrap-styles .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .bootstrap-styles .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.bootstrap-styles .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.bootstrap-styles .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.bootstrap-styles .dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap-styles .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.bootstrap-styles .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.bootstrap-styles .dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap-styles .dropright .dropdown-toggle::after {
  vertical-align: 0; }

.bootstrap-styles .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.bootstrap-styles .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.bootstrap-styles .dropleft .dropdown-toggle::after {
  display: none; }

.bootstrap-styles .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.bootstrap-styles .dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.bootstrap-styles .dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.bootstrap-styles .dropdown-menu[x-placement^="top"], .bootstrap-styles .dropdown-menu[x-placement^="right"], .bootstrap-styles .dropdown-menu[x-placement^="bottom"], .bootstrap-styles .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.bootstrap-styles .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.bootstrap-styles .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .bootstrap-styles .dropdown-item:hover, .bootstrap-styles .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .bootstrap-styles .dropdown-item.active, .bootstrap-styles .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .bootstrap-styles .dropdown-item.disabled, .bootstrap-styles .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.bootstrap-styles .dropdown-menu.show {
  display: block; }

.bootstrap-styles .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.bootstrap-styles .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.bootstrap-styles .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
          transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .bootstrap-styles .badge {
      -webkit-transition: none;
              transition: none; } }
  a.bootstrap-styles .badge:hover, a.bootstrap-styles .badge:focus {
    text-decoration: none; }
  .bootstrap-styles .badge:empty {
    display: none; }

.bootstrap-styles .btn .badge {
  position: relative;
  top: -1px; }

.bootstrap-styles .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.bootstrap-styles .badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.bootstrap-styles .badge-primary:hover, a.bootstrap-styles .badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.bootstrap-styles .badge-primary:focus, a.bootstrap-styles .badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.bootstrap-styles .badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.bootstrap-styles .badge-secondary:hover, a.bootstrap-styles .badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.bootstrap-styles .badge-secondary:focus, a.bootstrap-styles .badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.bootstrap-styles .badge-success {
  color: #fff;
  background-color: #28a745; }
  a.bootstrap-styles .badge-success:hover, a.bootstrap-styles .badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.bootstrap-styles .badge-success:focus, a.bootstrap-styles .badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.bootstrap-styles .badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.bootstrap-styles .badge-info:hover, a.bootstrap-styles .badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.bootstrap-styles .badge-info:focus, a.bootstrap-styles .badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.bootstrap-styles .badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.bootstrap-styles .badge-warning:hover, a.bootstrap-styles .badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.bootstrap-styles .badge-warning:focus, a.bootstrap-styles .badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.bootstrap-styles .badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.bootstrap-styles .badge-danger:hover, a.bootstrap-styles .badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.bootstrap-styles .badge-danger:focus, a.bootstrap-styles .badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.bootstrap-styles .badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.bootstrap-styles .badge-light:hover, a.bootstrap-styles .badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.bootstrap-styles .badge-light:focus, a.bootstrap-styles .badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.bootstrap-styles .badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.bootstrap-styles .badge-dark:hover, a.bootstrap-styles .badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.bootstrap-styles .badge-dark:focus, a.bootstrap-styles .badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
