/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom
 */

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=0933c53f-318d-4c7c-84a0-95a4229fc064");

html {
  font-family: sans-serif;
  /* 1 */
}

/**
 * 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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;
  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;
     -moz-appearance: button;
          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.
 */

input[type="search"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
          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;
}

:root {
  --brand-color: #002395;
  --brand-color-85: #2543A4;
  --brand-color-75: #3F5AAF;
  --brand-color-65: #586FB9;
  --brand-color-dark: #05207F;
  --primary-color: #002394;
  --secondary-color: #E0E0E1;
  --secondary-color-light: #EBEDED;
  --secondary-color-light-darken5: #cecfd1;
  --secondary-color-light-darken10: #c1c3c4;
  --secondary-color-dark: #85888B;
  --dark-grey: #76797C;
  --logo-text-color: #002395;
  --global-logo-text-color: #2761a6;
  --brand-text-color: #2761A6;
  --brand-text-color-light: #AABCD1;
  --primary-text: #000;
  --secondary-text: #2761A6;
  --default-link-color: var(--secondary-text);
  --default-link-color-effect: var(--special-color);
  --special-color: #f48900;
  --special-color-opacity: rgba(244, 137, 0, .85);
  --special-filter-color: #E4E7F3;
  --some-color: #B8BABC;
  --border-color: #E0E0E1;
  --top-border-color: #95989A;
  --breadcrumb-color: #85888B;
  --btn-edit: #ca241c;
  --btn-edit-hover: #bd211a;
  --btn-grey-light: #DBDCDD;
  --btn-grey-dark: #76797C;
  --btn-grey-darken: #d4d5d6;
  --cta-button: #fff;
  --cta-button-hover: #fff;
  --grey-button-text: var(--brand-color);
  --video-ribbon-btn: var(--dark-grey);
  --video-ribbon-btn-color-darkgrey: --ribbon-darkgrey-font-color;
  --nav-button: var(--brand-color);
  --ribbon-blue-bg: var(--brand-color);
  --ribbon-blue-bg-btn: #001f86;
  --ribbon-blue-bg-btn-hover: #00208a;
  --ribbon-grey-bg: var(--secondary-color-light);
  --ribbon-darkgrey-bg: var(--secondary-color-dark);
  --ribbon-grey-bg-btn: var(--btn-grey-light);
  --ribbon-grey-bg-btn-hover: #d3d4d6;
  --ribbon-grey-bg-btn-font-hover: var(--special-color);
  --ribbon-grey-dark-btn-font-color: var(--brand-color);
  --ribbon-grey-dark-btn-font-color-hover: var(--special-color);
  --ribbon-grey-dark-btn-after: var(--special-color);
  --ribbon-grey-showmore-btn-font-color: var(--brand-color);
  --ribbon-grey-showmore-btn-font-color-hover: var(--special-color);
  --ribbon-grey-showmore-btn-after: var(--special-color);
  --ribbon-darkgrey-bg-btn: var(--btn-grey-dark);
  --ribbon-darkgrey-bg-btn-hover: var(--btn-grey-dark-darken5);
  --ribbon-darkgrey-bg-btn-hover-after: #fff;
  --ribbon-blue-font-color: #fff;
  --ribbon-darkgrey-font-color: #fff;
  --ribbon-darkgrey-font-color-light: #fff;
  --ribbon-blue-btn-after: var(--special-color);
  --ribbon-blue-btn-default-after: var(--special-color);
  --link-box-link-color: var(--brand-color);
  --default-button: #EBEDED;
  --primary-button: var(--special-color);
  --primary-button-hover: rgba(244,137,0);
  --chooser-btn: var(--brand-color);
  --secondary-button: rgba(0,0,0,.1);
  --form-btn-background: var(--special-color);
  --form-btn-text: var(--cta-button);
  --header-background: var(--primary-color);
  --navigation-background: rgba(0,35,149,.85);
  --navigation-link-color: var(--logo-text-color);
  --navigation-link-hover: var(--special-color);
  --navigation-enquiry: var(--special-color);
  --nav-toggle-svg: var(--brand-color);
  --nav-sticky-font-color: #fff;
  --nav-back: var(--brand-color);
  --search-link-product: #fff;
  --search-link-product-sticky: #fff;
  --search-link-site: #fff;
  --search-link-site-sticky: #fff;
  --search-link-view-more: #fff;
  --search-cta-products: var(--brand-color);
  --toolbar-background: var(--secondary-color-light);
  --toolbar-background-open: var(--secondary-color-light);
  --toolbar-background-35: rgba(#002395, .35);
  --toolbar-links: var(--brand-color);
  --toolbar-links-hover: var(--special-color);
  --toolbar-contact-btn-color: var(--brand-color);
  --breadcrumb-element: var(--breadcrumb-color);
  --breadcrumb-link: var(--breadcrumb-color);
  --breadcrumb-link-hover: var(--special-color);
  --breadcrumb-border: #405AAF;
  --searchbar-bg: rgba(0, 35, 149, .8);
  --searchbar-global-bg: rgba(0, 35, 149, .6);
  --searchbar-product-bg: var(--brand-color-dark);
  --searchbar-product-bg-xs: var(--brand-color-75);
  --search-link-site-hover-effect-color: #fff;
  --select-option-bg: var(--brand-color);
  --select-option-font-first: #fff;
  --select-option-font-color-first: #fff;
  --select-option-font-color: var(--brand-color);
  --select-option-font-hover: var(--special-color);
  --cookiebanner-bg: var(--brand-color);
  --cookiebanner-btn: var(--special-color);
  --cookiebanner-btn-text: var(--cta-button);
  --cookiebanner-btn-hover: #fe9002;
  --cookiebanner-text: #fff;
  --chooser-font-color: #fff;
  --footer-bg: #fff;
  --footer-font-color: var(--primary-text);
  --footer-social-media-xs: var(--secondary-color-light);
  --footer-fast-contact-font-color: var(--brand-color);
  --footer-fast-contact-link-color: var(--brand-color);
  --footer-fast-contact-link-hover-color: var(--special-color);
  --footer-fast-contact-svg-bg: var(--secondary-color-light);
  --footer-some-fill: var(--brand-color);
  --footer-some-fill--desktop: var(--brand-color);
  --footer-some-font-color: var(--brand-color);
  --footer-newsletter-color: var(--brand-color);
  --double-box-left: var(--primary-color);
  --double-box-left-top: hsla(226, 100%, 29%,.7);
  --double-box-right: var(--secondary-color-dark);
  --double-box-right-top: hsla(210, 3%, 53%, 0.7);
  --case-headline-color: var(--brand-color);
  --cases-flickity-overlay: rgba(0,35,149, .7);
  --promo-area-background: #0033dd;
  --product-teaser-background: var(--brand-color);
  --product-teaser-button: var(--special-color);
  --product-teaser-button-text: #fff;
  --social-icon: var(--brand-color);
  --segment-default-color: rgba(0, 35, 149, 0.75);
  --segment-industrial: rgba(133, 136, 139, 0.85);
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.clearfix,
.myavk-login .custom-select__scroll-wrapper {
  *zoom: 1;
}

.clearfix:before,
.myavk-login .custom-select__scroll-wrapper:before,
.clearfix:after,
.myavk-login .custom-select__scroll-wrapper:after {
  content: " ";
  display: table;
}

.clearfix:after,
.myavk-login .custom-select__scroll-wrapper:after {
  clear: both;
}

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

.no-padding--keep-left {
  padding: 0 0 0 15px !important;
}

.no-padding--keep-right {
  padding: 0 15px 0 0 !important;
}

.no-padding--keep-bottom {
  padding: 0 0 15px 0 !important;
}

.no-padding--keep-top {
  padding: 15px 0 0 !important;
}

@-webkit-keyframes slideDown {
  from {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideDown {
  from {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideUpFadeOut {
  from {
    opacity: 1;
    max-height: 1000px;
  }

  to {
    opacity: 0;
    max-height: 0;
  }
}

@keyframes slideUpFadeOut {
  from {
    opacity: 1;
    max-height: 1000px;
  }

  to {
    opacity: 0;
    max-height: 0;
  }
}

@-webkit-keyframes slideDownFadeIn {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 200px;
  }
}

@keyframes slideDownFadeIn {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 200px;
  }
}

@-webkit-keyframes swoopFromRight {
  from {
    opacity: 0;
    transform: translate3d(200%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes swoopFromRight {
  from {
    opacity: 0;
    transform: translate3d(200%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes scrollLeftAndRight {
  0%, 33%, 66%, 100% {
    transform: translateX(0);
  }

  16%, 50%, 83% {
    transform: translateX(100px);
  }
}

@keyframes scrollLeftAndRight {
  0%, 33%, 66%, 100% {
    transform: translateX(0);
  }

  16%, 50%, 83% {
    transform: translateX(100px);
  }
}

@-webkit-keyframes softBump {
  0%, 33%, 66%, 100% {
    transform: translateY(0);
  }

  16%, 50%, 83% {
    transform: translateY(-10px);
  }
}

@keyframes softBump {
  0%, 33%, 66%, 100% {
    transform: translateY(0);
  }

  16%, 50%, 83% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes deleteProducts {
  0% {
    max-height: 200em;
    opacity: 1;
  }

  100% {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes deleteProducts {
  0% {
    max-height: 200em;
    opacity: 1;
  }

  100% {
    max-height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes deleteList {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    height: 0;
  }
}

@keyframes deleteList {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    height: 0;
  }
}

@-webkit-keyframes deleteProduct {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes deleteProduct {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport .is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 150px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}

.flickity-prev-next-button svg {
  position: absolute;
  top: 0;
  width: 80%;
  height: 100%;
  max-width: 66px;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.flickity-prev-next-button.previous {
  left: 10px;
  /* right to left */
}

.flickity-prev-next-button.previous:hover,
.flickity-prev-next-button.previous:focus {
  outline: none;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10em;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-prev-next-button.next:hover,
.flickity-prev-next-button.next:focus {
  outline: none;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10em;
}

.flickity-prev-next-button .arrow {
  fill: #002395;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
  background: transparent;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #eeeeee;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #002395;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cookie--disabled {
  cursor: default;
}

.cookie--disabled svg {
  display: none;
}

.cookie__text {
  display: none;
}

.cookie--disabled .cookie__text {
  padding: 25px 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.cookie--disabled .cookie__text p,
.cookie--disabled .cookie__text button {
  font-size: 16px;
  color: var(--ribbon-darkgrey-font-color-light);
}

.cookie--disabled .cookie__text .btn,
.cookie--disabled .cookie__text .sitecore-form input[type=submit],
.sitecore-form .cookie--disabled .cookie__text input[type=submit] {
  background: var(--video-ribbon-btn);
  color: var(--ribbon-darkgrey-font-color-light);
}

.cookie__description {
  padding-bottom: 25px;
}

html {
  box-sizing: border-box;
  height: 99%;
}

body {
  background: #FFF;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

::-moz-selection {
  background: var(--primary-text);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: var(--primary-text);
  color: #fff;
  text-shadow: none;
}

figure {
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: var(--default-link-color);
}

nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav a {
  text-decoration: none;
}

input {
  background-color: transparent;
  border: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 2em;
  text-align: center;
}

img.imagehandler {
  background-image: url("/static/svg/individual/img.svg");
  background-repeat: no-repeat;
  background-position: center;
}

img.image--loaded {
  background-image: none;
}

.bg-imagehandler {
  display: block;
  min-height: 150px;
  background-image: url("/static/svg/individual/img.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.no-js .bg-imagehandler {
  padding-top: 0 !important;
}

html {
  text-rendering: optimizeSpeed;
}

body {
  font-family: "Neue Helvetica W02", helvetica, arial, sans-serif;
}

html[lang="ru"] body {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] body {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] body {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] body {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neue Helvetica W02", helvetica, arial, sans-serif;
}

html[lang="ru"] h1,
html[lang="ru"] h2,
html[lang="ru"] h3,
html[lang="ru"] h4,
html[lang="ru"] h5,
html[lang="ru"] h6 {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] h1,
html[lang="vi"] h2,
html[lang="vi"] h3,
html[lang="vi"] h4,
html[lang="vi"] h5,
html[lang="vi"] h6 {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] h1,
html[lang="uz"] h2,
html[lang="uz"] h3,
html[lang="uz"] h4,
html[lang="uz"] h5,
html[lang="uz"] h6 {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

h1,
.h1,
h2,
.h2 {
  line-height: 1;
  font-weight: 100;
  margin: 0 0 5px;
}

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

h2,
.h2 {
  line-height: 1.2;
  font-size: 26px;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 5px;
}

h4,
.h4,
h5,
h6 {
  font-weight: 500;
  margin: 0 0 0.25em;
}

.bold {
  font-weight: 700;
}

.block-head {
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #002395;
}

.block-head + h1,
.block-head + .h1,
.block-head + h2,
.block-head + .h2 {
  margin: 0 0 20px;
}

p {
  margin: 1.5em 0 1.5em;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p {
  margin: 0 0 1.5em;
}

b,
em {
  font-family: 500;
}

ul,
ol {
  padding-left: 20px;
}

blockquote {
  font-size: 22px;
  font-style: italic;
  color: #85888B;
  margin: 1em;
}

small {
  font-size: 13px;
}

main {
  font-size: 16px;
  line-height: 1.5;
}

html[lang="ru"] main {
  font-weight: 300;
}

html[lang="el"] main {
  font-weight: 300;
}

html[lang="vi"] main {
  font-weight: 300;
}

html[lang="uz"] main {
  font-weight: 300;
}

.manchet {
  line-height: 1.25;
  font-size: 20px;
}

.rich-text {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.rich-text p:first-child {
  margin-top: 0;
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.rich-text h2 {
  font-size: 20px;
  font-weight: 500;
}

.rich-text h3,
.rich-text h4 {
  font-size: 16px;
  font-weight: 500;
}

@font-face {
  font-family: "Neue Helvetica W02";
  src: url("../fonts/685c012e-b603-41bb-9f76-d7e1cab76f53.woff2") format("woff2"), url("../fonts/0248a27d-0abf-4b74-a3c5-47a73e09098d.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica W02";
  src: url("../fonts/0128d8b7-d00b-4315-8daa-970f97ecac64.woff2") format("woff2"), url("../fonts/803af1a9-a09b-4de5-ba36-e3d228fb5bc4.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("../fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica W02";
  src: url("../fonts/c86f4d57-4caf-4c6f-9554-7926dd67e3f1.woff2") format("woff2"), url("../fonts/92c69f6c-0185-4eb2-800e-1ee3947ca4dd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica W02";
  src: url("../fonts/a61c00c6-86e7-4fa9-ac6b-476548df9cb8.woff2") format("woff2"), url("../fonts/7fd00069-f615-471e-8089-b0bab013cfd9.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica W05";
  src: url("../fonts/a0bc1222-96ab-47c0-b80f-8bcbe361ac7d.woff2") format("woff2"), url("../fonts/76ec4072-c43d-41e1-939f-4c43d98fb280.woff") format("woff");
  font-weight: 250;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica W05";
  src: url("../fonts/5ab020b6-67c6-4666-95ee-09cce0e39f2f.woff2") format("woff2"), url("../fonts/195ede8e-7c97-4ab9-9a81-ddff21e9e6bd.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica W05";
  src: url("../fonts/6b43fb6d-89b8-4c64-a8e0-c8fb1f66f40f.woff2") format("woff2"), url("../fonts/fb121aa0-95ce-488e-99c7-ee37079f1c62.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica W05";
  src: url("../fonts/3388ada0-73d7-4be0-b300-c39245f82721.woff2") format("woff2"), url("../fonts/b7de6bf1-14bc-46af-9f84-8c3c59d683ff.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica W01";
  src: url("../fonts/cb249624-c6ac-4fa8-84a6-921dc1627b9c.woff2") format("woff2"), url("../fonts/61a17c5f-4b44-4cb1-928a-52f47ac973dc.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica World W05";
  src: url("../fonts/0ca2847b-c436-4ca1-936e-55ed9a866d1d.woff2") format("woff2"), url("../fonts/ec1b8b3a-9ecd-444a-a1f3-5d136b44a46c.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica World W05";
  src: url("../fonts/d3ee8b3a-557a-4651-bca0-5e97bfd319c1.woff2") format("woff2"), url("../fonts/8d83c0f7-06f9-4148-bb40-6e87186667b8.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica World W05";
  src: url("../fonts/4d27e7b5-a254-43ea-8fec-d3b626357dd5.woff2") format("woff2"), url("../fonts/a02aed8f-83ef-456b-a262-9d4b68c65b53.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.btn-edit-mode {
  color: #fff;
  background-color: var(--btn-edit);
  margin: 15px;
}

.link-blocks .scLooseFrameZone {
  max-width: 33.334%;
  flex: 0 0 33.334%;
  padding: 0 15px;
}

.link-blocks .scLooseFrameZone > .sm-4 {
  display: block;
  max-width: 100%;
  flex: 0 0 100%;
}

.edit-mode .cases {
  max-height: none;
}

.edit-mode .cases .row.other-cases > .icon-wrapper {
  display: none;
}

.edit-mode .page__aside {
  max-width: none;
  /* Full width contact box in edit mode */
}

.edit-mode .advertise .link-box .link-box__text:before {
  width: 100%;
}

.edit-mode .content-blocks .link-box__text,
.edit-mode .content-blocks .link-box__image--header {
  background-color: #007EBB;
}

.edit-mode .page.segment .bg-imagehandler:after,
.edit-mode .page.segment .bg-imagehandler:before,
.edit-mode .promo-area .bg-imagehandler:after,
.edit-mode .promo-area .bg-imagehandler:before {
  display: none;
}

.edit-mode .page.segment .segment__wrapper--row,
.edit-mode .promo-area .segment__wrapper--row {
  background-color: rgba(var(--logo-color), 0.75);
}

.edit-mode.fire .page.segment .segment__wrapper--row {
  background-color: rgba(227, 34, 52, 0.75);
}

.edit-mode.gas .page.segment .segment__wrapper--row {
  background-color: rgba(255, 214, 0, 0.75);
}

.edit-mode.waste-water .page.segment .segment__wrapper--row {
  background-color: rgba(0, 136, 95, 0.75);
}

.edit-mode__missing-datasource {
  padding-top: 30px;
  padding-bottom: 15px;
}

body > footer {
  background-color: var(--footer-bg);
  color: var(--footer-font-color);
  padding: 30px 0 84px;
  position: relative;
}

body > footer ul,
body > footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body > footer address {
  line-height: 1.6;
  margin: 30px 0 15px;
}

body > footer address,
body > footer address i,
body > footer address em,
body > footer address h4 {
  font-style: normal;
}

body > footer address h4 {
  margin-bottom: 10px;
}

body > footer a,
body > footer em {
  text-transform: uppercase;
}

body > footer a,
body > footer a:visited {
  text-decoration: none;
}

body > footer a {
  clear: both;
  float: left;
  padding: 7px 0;
  color: var(--footer-fast-contact-link-color) !important;
}

body > footer a:visited {
  color: var(--footer-fast-contact-link-color) !important;
}

body > footer a:hover {
  color: var(--footer-fast-contact-link-hover-color) !important;
}

body > footer .footer__email {
  display: flex;
}

body > footer .footer__email a {
  padding: 5px;
}

.package-download-is-active > footer {
  padding-bottom: calc(84px + 60px);
}

body.--theme_fusion > footer {
  background: #000;
  background: linear-gradient(0deg, black 0%, #262626 100%);
}

.grid {
  display: flex;
  flex-flow: column;
}

.grid-container {
  margin: 0 auto;
  width: 100%;
}

.xxs-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-1 {
  padding: 0;
}

.xxs-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-2 {
  padding: 0;
}

.xxs-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-3 {
  padding: 0;
}

.xxs-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-4 {
  padding: 0;
}

.xxs-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-5 {
  padding: 0;
}

.xxs-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-6 {
  padding: 0;
}

.xxs-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-7 {
  padding: 0;
}

.xxs-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-8 {
  padding: 0;
}

.xxs-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-9 {
  padding: 0;
}

.xxs-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-10 {
  padding: 0;
}

.xxs-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-11 {
  padding: 0;
}

.xxs-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-12 {
  padding: 0;
}

.xs-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-1 {
  padding: 0;
}

.xs-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-2 {
  padding: 0;
}

.xs-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-3 {
  padding: 0;
}

.xs-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-4 {
  padding: 0;
}

.xs-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-5 {
  padding: 0;
}

.xs-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-6 {
  padding: 0;
}

.xs-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-7 {
  padding: 0;
}

.xs-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-8 {
  padding: 0;
}

.xs-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-9 {
  padding: 0;
}

.xs-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-10 {
  padding: 0;
}

.xs-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-11 {
  padding: 0;
}

.xs-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-12 {
  padding: 0;
}

.xxs-max-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-1 {
  padding: 0;
}

.xxs-max-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-2 {
  padding: 0;
}

.xxs-max-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-3 {
  padding: 0;
}

.xxs-max-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-4 {
  padding: 0;
}

.xxs-max-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-5 {
  padding: 0;
}

.xxs-max-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-6 {
  padding: 0;
}

.xxs-max-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-7 {
  padding: 0;
}

.xxs-max-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-8 {
  padding: 0;
}

.xxs-max-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-9 {
  padding: 0;
}

.xxs-max-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-10 {
  padding: 0;
}

.xxs-max-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-11 {
  padding: 0;
}

.xxs-max-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxs-max-12 {
  padding: 0;
}

.sm-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-1 {
  padding: 0;
}

.sm-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-2 {
  padding: 0;
}

.sm-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-3 {
  padding: 0;
}

.sm-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-4 {
  padding: 0;
}

.sm-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-5 {
  padding: 0;
}

.sm-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-6 {
  padding: 0;
}

.sm-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-7 {
  padding: 0;
}

.sm-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-8 {
  padding: 0;
}

.sm-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-9 {
  padding: 0;
}

.sm-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-10 {
  padding: 0;
}

.sm-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-11 {
  padding: 0;
}

.sm-12,
.download .row {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-12,
.grid--no-padding .download .row,
.download .grid--no-padding .row {
  padding: 0;
}

.xs-max-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-1 {
  padding: 0;
}

.xs-max-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-2 {
  padding: 0;
}

.xs-max-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-3 {
  padding: 0;
}

.xs-max-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-4 {
  padding: 0;
}

.xs-max-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-5 {
  padding: 0;
}

.xs-max-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-6 {
  padding: 0;
}

.xs-max-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-7 {
  padding: 0;
}

.xs-max-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-8 {
  padding: 0;
}

.xs-max-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-9 {
  padding: 0;
}

.xs-max-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-10 {
  padding: 0;
}

.xs-max-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-11 {
  padding: 0;
}

.xs-max-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xs-max-12 {
  padding: 0;
}

.md-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-1 {
  padding: 0;
}

.md-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-2 {
  padding: 0;
}

.md-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-3 {
  padding: 0;
}

.md-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-4 {
  padding: 0;
}

.md-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-5 {
  padding: 0;
}

.md-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-6 {
  padding: 0;
}

.md-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-7 {
  padding: 0;
}

.md-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-8 {
  padding: 0;
}

.md-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-9 {
  padding: 0;
}

.md-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-10 {
  padding: 0;
}

.md-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-11 {
  padding: 0;
}

.md-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-12 {
  padding: 0;
}

.sm-max-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-1 {
  padding: 0;
}

.sm-max-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-2 {
  padding: 0;
}

.sm-max-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-3 {
  padding: 0;
}

.sm-max-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-4 {
  padding: 0;
}

.sm-max-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-5 {
  padding: 0;
}

.sm-max-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-6 {
  padding: 0;
}

.sm-max-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-7 {
  padding: 0;
}

.sm-max-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-8 {
  padding: 0;
}

.sm-max-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-9 {
  padding: 0;
}

.sm-max-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-10 {
  padding: 0;
}

.sm-max-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-11 {
  padding: 0;
}

.sm-max-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .sm-max-12 {
  padding: 0;
}

.lg-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-1 {
  padding: 0;
}

.lg-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-2 {
  padding: 0;
}

.lg-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-3 {
  padding: 0;
}

.lg-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-4 {
  padding: 0;
}

.lg-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-5 {
  padding: 0;
}

.lg-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-6 {
  padding: 0;
}

.lg-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-7 {
  padding: 0;
}

.lg-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-8 {
  padding: 0;
}

.lg-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-9 {
  padding: 0;
}

.lg-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-10 {
  padding: 0;
}

.lg-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-11 {
  padding: 0;
}

.lg-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-12 {
  padding: 0;
}

.md-max-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-1 {
  padding: 0;
}

.md-max-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-2 {
  padding: 0;
}

.md-max-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-3 {
  padding: 0;
}

.md-max-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-4 {
  padding: 0;
}

.md-max-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-5 {
  padding: 0;
}

.md-max-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-6 {
  padding: 0;
}

.md-max-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-7 {
  padding: 0;
}

.md-max-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-8 {
  padding: 0;
}

.md-max-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-9 {
  padding: 0;
}

.md-max-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-10 {
  padding: 0;
}

.md-max-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-11 {
  padding: 0;
}

.md-max-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .md-max-12 {
  padding: 0;
}

.xl-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-1 {
  padding: 0;
}

.xl-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-2 {
  padding: 0;
}

.xl-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-3 {
  padding: 0;
}

.xl-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-4 {
  padding: 0;
}

.xl-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-5 {
  padding: 0;
}

.xl-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-6 {
  padding: 0;
}

.xl-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-7 {
  padding: 0;
}

.xl-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-8 {
  padding: 0;
}

.xl-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-9 {
  padding: 0;
}

.xl-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-10 {
  padding: 0;
}

.xl-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-11 {
  padding: 0;
}

.xl-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-12 {
  padding: 0;
}

.lg-max-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-1 {
  padding: 0;
}

.lg-max-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-2 {
  padding: 0;
}

.lg-max-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-3 {
  padding: 0;
}

.lg-max-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-4 {
  padding: 0;
}

.lg-max-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-5 {
  padding: 0;
}

.lg-max-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-6 {
  padding: 0;
}

.lg-max-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-7 {
  padding: 0;
}

.lg-max-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-8 {
  padding: 0;
}

.lg-max-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-9 {
  padding: 0;
}

.lg-max-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-10 {
  padding: 0;
}

.lg-max-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-11 {
  padding: 0;
}

.lg-max-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .lg-max-12 {
  padding: 0;
}

.xxl-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-1 {
  padding: 0;
}

.xxl-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-2 {
  padding: 0;
}

.xxl-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-3 {
  padding: 0;
}

.xxl-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-4 {
  padding: 0;
}

.xxl-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-5 {
  padding: 0;
}

.xxl-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-6 {
  padding: 0;
}

.xxl-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-7 {
  padding: 0;
}

.xxl-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-8 {
  padding: 0;
}

.xxl-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-9 {
  padding: 0;
}

.xxl-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-10 {
  padding: 0;
}

.xxl-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-11 {
  padding: 0;
}

.xxl-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xxl-12 {
  padding: 0;
}

.xl-max-1 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-1 {
  padding: 0;
}

.xl-max-2 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-2 {
  padding: 0;
}

.xl-max-3 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-3 {
  padding: 0;
}

.xl-max-4 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-4 {
  padding: 0;
}

.xl-max-5 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-5 {
  padding: 0;
}

.xl-max-6 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-6 {
  padding: 0;
}

.xl-max-7 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-7 {
  padding: 0;
}

.xl-max-8 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-8 {
  padding: 0;
}

.xl-max-9 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-9 {
  padding: 0;
}

.xl-max-10 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-10 {
  padding: 0;
}

.xl-max-11 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-11 {
  padding: 0;
}

.xl-max-12 {
  width: 100%;
  padding: 15px;
  /*@include mq(md) {
                .grid-container--no-sidepadding & {
                    &:first-child {
                        padding-left: 0;
                    }
                    &:last-child {
                        padding-right: 0;
                    }
                }
            }*/
}

.grid--no-padding .xl-max-12 {
  padding: 0;
}

.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 1px;
}

.row--center {
  justify-content: center;
}

.row--right {
  justify-content: flex-end;
}

.row--self-right {
  align-self: flex-end;
}

.row--align-center {
  align-items: center;
}

.row--reverse {
  flex-flow: row-reverse wrap;
}

.row--no-overflow {
  overflow: hidden;
}

.row--stretch-right {
  padding: 0;
}

body > header {
  position: relative;
  background-color: #fff;
  z-index: 101;
}

body.global-site > header,
body.qr-page > header {
  background-color: #002395;
}

body.global-site > header path,
body.global-site > header rect,
body.qr-page > header path,
body.qr-page > header rect {
  fill: #FFF;
}

body.qr-page > header {
  height: 60px;
}

body.--theme-active > header {
  background-color: var(--header-background);
}

body.--theme_industrial-valves > header path,
body.--theme_industrial-valves > header rect {
  fill: #002395;
}

.advertise {
  padding: 15px 0;
}

.advertise a {
  text-decoration: none;
}

.advertise a:hover {
  color: #002395;
}

.advertise h2,
.advertise .block-head,
.advertise .rich-text {
  position: relative;
  z-index: 1;
}

.advertise h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.advertise .rich-text {
  margin-bottom: 0;
}

.advertise .link-box--row .link-box__image {
  max-height: 300px;
}

.advertise .link-box--row .bg-imagehandler {
  height: auto;
  padding-top: 44.12%;
}

.advertise .link-box--row:nth-child(odd) .link-box__text:before {
  left: auto;
  right: 0;
}

.advertise .link-box__text {
  background-color: transparent;
}

.cases {
  position: relative;
  overflow: hidden;
}

.cases .icon-wrapper {
  display: block;
  transform: none;
  top: 15px;
}

.cases .rich-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cases .rich-text img {
  display: none;
}

.cases .rich-text:after {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 30px;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.001) 0%, #EBEDED 100%);
  background-repeat: repeat-x;
}

.cases .icon-symbol {
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cases .icon-symbol svg {
  margin-left: 50%;
  transform: translateX(-50%);
}

.cases .see-all {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 0;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}

.cases-text__wrapper {
  padding: 30px 15px 100px;
}

.cases-image__wrapper {
  position: relative;
}

.cases-image.main {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  max-height: 660px;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.cases-wrapper {
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  padding-bottom: 70px;
}

.all-open .cases-wrapper {
  padding-bottom: 85px;
}

.cases.all-open .show-more {
  opacity: 0;
  z-index: 0;
}

.cases.all-open .see-all {
  display: block;
  margin: 0 15px;
  width: calc(100% - 40px);
}

.cases .grid {
  position: relative;
  transition: max-width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cases .row:first-child {
  z-index: 1;
}

.cases .row:not(.other-cases) {
  position: relative;
}

.cases .row.other-cases .icon-wrapper {
  opacity: 0;
  display: none;
}

.cases .row.other-cases .icon-wrapper--other-cases {
  top: auto;
}

.active .cases .row.other-cases .icon-wrapper {
  opacity: 1;
}

.cases .row.other-cases .icon-symbol {
  bottom: 0;
}

.cases .row.other-cases .cases-image {
  position: relative;
  width: 300px;
  height: 300px;
}

.cases .row.other-cases .flickity-viewport {
  transition: background-color 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cases .row.other-cases .flickity-viewport.is-pointer-down {
  background-color: rgba(235, 237, 237, 0.75);
}

.cases .row.other-cases .flickity-viewport.is-pointer-down .decoy .icon-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.cases-block {
  position: static;
  width: 330px;
  padding: 0 15px;
}

.cases-block.decoy {
  display: none;
  background-color: transparent;
}

.cases-block.decoy .icon-wrapper {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease-out;
  top: 150px;
  left: 0;
}

.cases-block.decoy .icon-wrapper .icon-symbol {
  left: 15px;
}

.flickity-viewport .cases-block {
  position: relative;
  left: auto;
}

.active .cases-block {
  opacity: 1 !important;
}

.cases-block header {
  margin: 15px 15px 10px;
}

.cases-block .h2 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 15px;
  max-height: 185px;
  overflow: hidden;
}

.cases-block .btn,
.cases-block .sitecore-form input[type=submit],
.sitecore-form .cases-block input[type=submit] {
  margin-bottom: 15px;
  padding-left: 0;
  text-align: left;
}

.cases-block .btn:hover:after,
.cases-block .sitecore-form input[type=submit]:hover:after,
.sitecore-form .cases-block input[type=submit]:hover:after,
.cases-block .btn:focus:after,
.cases-block .sitecore-form input[type=submit]:focus:after,
.sitecore-form .cases-block input[type=submit]:focus:after {
  left: 0;
}

.cases-block .icon-wrapper {
  display: block !important;
  width: 100%;
  height: 100%;
  position: relative;
  top: auto;
}

.cases-block .icon-wrapper .icon-symbol {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cases-block .icon-wrapper .icon-symbol + .icon-symbol {
  margin-top: 0;
  top: calc(50% + 65px);
}

.cases-block .icon-wrapper .icon-symbol + .icon-symbol + .icon-symbol {
  top: 50%;
  left: 65px;
}

.cases-block .icon-wrapper .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
  top: calc(50% + 65px);
  left: 65px;
}

.content-blocks {
  padding: 15px 0;
}

.content-blocks .link-box .icon-arrow-right svg {
  fill: #fff;
}

.country-site-fact {
  padding: 15px 0;
}

.country-site-fact .sm-6 {
  width: 100%;
}

.country-site-fact .rounded-image {
  position: relative;
  width: 47%;
  float: right;
}

.country-site-fact .rounded-image:first-child {
  float: left;
}

.country-site-fact .rounded-image .bg-imagehandler {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
  box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.16);
  padding-top: 100%;
}

.country-site-fact .rounded-image .bg-imagehandler .image--loaded {
  width: 100%;
}

.country-site-fact .rounded-image .h4 {
  text-align: center;
  margin: 15px auto 0;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-size: 12px;
}

html[lang="ru"] .country-site-fact .rounded-image .h4 {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] .country-site-fact .rounded-image .h4 {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] .country-site-fact .rounded-image .h4 {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] .country-site-fact .rounded-image .h4 {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

.country-site-fact__link {
  color: #000 !important;
  position: relative;
  width: 47%;
  float: right;
}

.country-site-fact__link:first-child {
  float: left;
}

.country-site-fact__link .rounded-image {
  width: 100%;
  float: none;
}

.country-site-fact .line-wrapper {
  position: relative;
  margin-top: 35px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  justify-content: center;
}

.country-site-fact .line-wrapper__full-line {
  background-color: #002395;
  position: absolute;
  width: 1px;
  left: 25px;
  bottom: 80px;
  top: 50px;
}

.country-site-fact .line-wrapper__point {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 40px;
  margin-bottom: 35px;
  width: 100%;
}

.country-site-fact .line-wrapper__point header {
  width: 100%;
}

.country-site-fact .line-wrapper__point:last-child .h4 {
  position: relative;
}

.country-site-fact .line-wrapper__point .h4 {
  font-weight: 400;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  width: 100%;
}

html[lang="ru"] .country-site-fact .line-wrapper__point .h4 {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] .country-site-fact .line-wrapper__point .h4 {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] .country-site-fact .line-wrapper__point .h4 {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] .country-site-fact .line-wrapper__point .h4 {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

.country-site-fact .line-wrapper .h1 {
  font-size: 30px;
  color: var(--brand-text-color);
  position: relative;
  margin-bottom: 5px;
}

.country-site-fact .line-wrapper .h1:after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  width: 10px;
  height: 10px;
  background-color: #002395;
  border-radius: 50%;
  left: -34px;
  top: 26px;
  z-index: 1;
}

.download {
  padding: 15px 0;
}

.page__inner-content .download .row {
  padding-left: 0;
  padding-right: 0;
}

.download .row--reverse .imagehandler {
  text-align: right;
}

.download__image {
  width: 100%;
  padding-bottom: 30px;
}

.download__content {
  width: 100%;
}

.insight__image-column {
  position: relative;
  height: 300px;
}

.insight__image-column .bg-imagehandler {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.insight__image-column .bg-imagehandler img {
  max-height: 100%;
}

.insight__content-column {
  color: white;
  padding-bottom: 15px;
}

.insight__content-column .block-head {
  color: inherit;
}

.link-blocks {
  padding: 15px 0;
}

.link-blocks .link-box {
  position: relative;
  width: 100%;
}

.link-blocks .link-box:before {
  display: none !important;
}

.link-blocks .link-box__image {
  height: 230px;
}

.link-blocks .link-box__text {
  padding: 15px 0 0;
}

.link-blocks .link-box__text p:last-child {
  margin-bottom: 0;
}

.link-blocks .link-box .newsletter input[type=email] {
  display: block;
  border: 0;
  border-bottom: 1px dashed #002395;
  background-color: transparent;
  height: 25px;
  padding: 0 0 2px 35px;
}

.link-blocks .link-box .newsletter input[type=email],
.link-blocks .link-box .newsletter input[type=email] + label {
  padding: 0 0 2px 35px;
  margin-top: 0;
}

.link-blocks .link-box .newsletter input[type=email]:focus,
.link-blocks .link-box .newsletter input[type=email].has-value {
  border-bottom: 1px solid #002395;
  outline: none;
  padding-top: 12px;
  height: auto;
}

.link-blocks #linkblocks-subscribe .icon-email svg {
  fill: #002395;
}

.notfound {
  background: #EBEDED;
}

.notfound header {
  margin-top: 40px;
}

.notfound header,
.notfound .rich-text {
  padding: 15px;
}

.overview {
  background-color: #EBEDED;
  padding: 15px 0;
}

.overview + .overview {
  padding-top: 0;
}

.overview .link-box {
  width: 100%;
  margin: 0;
}

.overview .link-box--row {
  padding: 15px;
}

.overview .link-box--row + .row:not(.link-box--row) {
  margin-top: 0;
}

.overview .link-box--row:nth-child(even) .link-box__image .icon-symbol {
  bottom: 0;
  left: -1px;
}

.overview .link-box--row:nth-child(even) .link-box__image .icon-symbol + .icon-symbol {
  top: 80px;
}

.overview .link-box--row:nth-child(even) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol {
  top: 15px;
  left: 65px;
}

.overview .link-box--row:nth-child(even) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
  top: 80px;
  left: 65px;
}

.overview .link-box__text {
  padding-bottom: 60px;
}

.overview .icon svg {
  fill: #002395;
}

.overview .icon-symbol {
  top: 15.5px;
  right: 14.5px;
  margin: 0;
}

.overview .icon-symbol + .link-box__text h3 {
  padding-right: 55px;
  min-height: 2.2em;
}

.overview .icon-symbol + .icon-symbol {
  right: 80px;
}

.overview .icon-symbol + .icon-symbol + .link-box__text h3 {
  padding-right: 5em;
  min-height: 2.2em;
}

.overview .link-box__image .icon-symbol {
  bottom: 0;
  left: -1px;
}

.overview .link-box__image .icon-symbol + .icon-symbol {
  top: 80px;
}

.overview .link-box__image .icon-symbol + .icon-symbol + .icon-symbol {
  top: 15px;
  left: 65px;
}

.overview .link-box__image .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
  top: 80px;
  left: 65px;
}

.overview .link-box__action .icon-download + span {
  line-height: 1 !important;
}

.overview--cases .link-box:not(.link-box--row) .bg-imagehandler {
  padding-top: 100%;
}

.overview--cases .link-box:not(.link-box--row) .link-box__image .icon-symbol {
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
}

.overview--cases .link-box:not(.link-box--row) .link-box__image .icon-symbol + .icon-symbol {
  top: calc(50% + 65px);
}

.overview--cases .link-box:not(.link-box--row) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol {
  top: 50%;
  left: 65px;
}

.overview--cases .link-box:not(.link-box--row) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
  top: calc(50% + 65px);
  left: 65px;
}

.overview--cases .icon--symbol + .link-box__text {
  max-height: 450px;
}

.overview--cases .icon--symbol + .link-box__text h3 {
  padding-right: 35px;
}

.overview--video .link-box__text h3,
.overview--files .link-box__text h3 {
  color: #002395;
}

.overview--files .link-box:not(.link-box--row) .bg-imagehandler {
  padding-top: 141.5%;
}

.overview--files .link-box:not(.link-box--row) .link-box__text {
  padding-bottom: 70px;
}

.overview--files .link-box:not(.link-box--row) .link-box__action .icon + span {
  line-height: 1;
}

.overview--button__view-all {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 15px;
  background: white;
  display: inline-block;
  color: #002395;
}

.overview--button__view-all input {
  height: 60px;
  padding: 15px 90px 15px 30px;
  font-size: 16px;
}

.overview--button__view-all .icon-arrow-right {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 15px;
  pointer-events: none;
}

.overview--button__view-all .icon-arrow-right svg {
  fill: #002395;
}

.product-teaser {
  overflow: hidden;
}

.product-teaser__image-column {
  padding-top: 40px;
}

.product-teaser__image {
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
}

.product-teaser__image img {
  margin-left: auto;
  margin-right: auto;
}

.product-teaser__content-column {
  position: relative;
  padding: 60px 20px 20px;
  background-color: var(--product-teaser-background);
  color: white;
}

.product-teaser__content-column:after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  width: 3000px;
  height: 100%;
  background-color: var(--product-teaser-background);
}

.product-teaser__title {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

.product-teaser__header {
  margin-bottom: 35px;
}

.product-teaser__subheader {
  font-size: 18px;
}

.product-teaser__description p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product-teaser__table {
  overflow-x: auto;
  margin-bottom: 35px;
}

.product-teaser__table table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
}

.product-teaser__table td {
  vertical-align: top;
}

.product-teaser__table td:first-child {
  width: 1%;
  padding: 5px 5px 5px 0;
  white-space: nowrap;
}

.product-teaser__table td:last-child {
  padding: 5px 0 5px 5px;
}

.product-teaser .buttons {
  font-size: 13px;
}

.product-teaser .buttons .btn:hover,
.product-teaser .buttons .sitecore-form input:hover[type=submit],
.sitecore-form .product-teaser .buttons input:hover[type=submit],
.product-teaser .buttons .btn:focus,
.product-teaser .buttons .sitecore-form input:focus[type=submit],
.sitecore-form .product-teaser .buttons input:focus[type=submit],
.product-teaser .buttons a.btn:hover,
.product-teaser .buttons a.btn:focus {
  color: var(--product-teaser-button-text);
}

.product-teaser .buttons .btn:hover:focus:after,
.product-teaser .buttons .sitecore-form input[type=submit]:hover:focus:after,
.sitecore-form .product-teaser .buttons input[type=submit]:hover:focus:after,
.product-teaser .buttons .btn:focus:focus:after,
.product-teaser .buttons .sitecore-form input[type=submit]:focus:focus:after,
.sitecore-form .product-teaser .buttons input[type=submit]:focus:focus:after,
.product-teaser .buttons a.btn:hover:focus:after,
.product-teaser .buttons a.btn:focus:focus:after {
  display: none;
}

.product-teaser .btn,
.product-teaser .sitecore-form input[type=submit],
.sitecore-form .product-teaser input[type=submit] {
  color: #fff;
}

.product-teaser__enquiry.btn,
.sitecore-form input.product-teaser__enquiry[type=submit] {
  padding: 18px 27px 18px;
  background-color: var(--product-teaser-button);
  color: var(--product-teaser-button-text);
}

.product-teaser__enquiry.btn:hover,
.sitecore-form input.product-teaser__enquiry:hover[type=submit] {
  color: var(--product-teaser-button-text);
}

.product-teaser__enquiry.btn:hover:after,
.sitecore-form input.product-teaser__enquiry[type=submit]:hover:after {
  background-color: var(--product-teaser-button-text) !important;
}

.promo-area {
  position: relative;
  color: #fff;
  background-color: var(--promo-area-background);
}

.promo-area h1,
.promo-area .h1 {
  font-size: 30px;
}

.promo-area .grid-container {
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
}

.promo-area .grid-container .row {
  position: relative;
  z-index: 1;
  width: 100%;
  align-self: center;
}

.promo-area .grid-container .row > .xs-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.promo-area .btn,
.promo-area .sitecore-form input[type=submit],
.sitecore-form .promo-area input[type=submit] {
  margin-bottom: 20px;
}

.promo-area .bg-imagehandler {
  overflow: hidden;
}

.promo-area .bg-imagehandler,
.promo-area .bg-imagehandler:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.promo-area .bg-imagehandler:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
}

.promo-area .bg-imagehandler img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
  min-height: 100%;
}

.promo-area .block-head {
  color: #fff;
}

.dark-bg .promo-area {
  color: #fff;
}

.quad-blocks {
  background-color: #EBEDED;
  padding: 15px 15px;
}

.quad-blocks a,
.quad-blocks a:visited {
  text-decoration: none;
  color: inherit;
}

.quad-blocks a:hover,
.quad-blocks a:visited:hover {
  color: inherit;
}

.quad-box {
  background-color: white;
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 15px;
  overflow: hidden;
}

.quad-box:hover,
.quad-box:focus {
  outline: none;
}

.quad-box:before {
  display: none !important;
}

.quad-box__image {
  height: 150px;
}

.quad-box__text {
  padding: 15px;
  padding-bottom: 40px;
  min-height: 180px;
}

.quad-box__text p:last-child {
  margin-bottom: 0;
}

.quad-box__link {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  text-align: center;
  height: 80px;
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 30px 0 20px;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  flex-flow: row-reverse wrap;
}

.quad-box__link svg {
  fill: #002395;
}

.quad-box__link small {
  display: block;
  color: #002395;
  font-weight: 300;
  font-size: 14px;
  white-space: nowrap;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 2px;
}

.quad-box__link .icon {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.quad-box__link .icon + span {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 0;
  line-height: 2;
  overflow: hidden;
}

.quad-box__link .icon + span small {
  transform: translateX(100%) translateY(0);
  text-transform: uppercase;
}

.ribbon .bg-imagehandler {
  height: 100%;
}

.ribbon .bg-imagehandler.image--loaded {
  background-size: cover;
}

.ribbon .icon-symbol {
  position: absolute;
  z-index: 2;
}

.ribbon .rich-text {
  position: relative;
  display: block;
  font-weight: 300;
}

.ribbon .rich-text p:first-child {
  margin-top: 0;
}

.ribbon__header {
  padding: 0 15px;
  margin: 10px 0;
  font-weight: 300;
  font-size: 26px;
}

.ribbon--blue {
  background-color: var(--ribbon-blue-bg);
}

.ribbon--blue .btn--dark {
  background: var(--ribbon-blue-bg-btn);
}

.ribbon--blue .btn--dark:hover,
.ribbon--blue .btn--dark:focus {
  background: var(--ribbon-blue-bg-btn-hover);
}

.ribbon--blue .btn:hover:after,
.ribbon--blue .sitecore-form input[type=submit]:hover:after,
.sitecore-form .ribbon--blue input[type=submit]:hover:after,
.ribbon--blue .btn:focus:after,
.ribbon--blue .sitecore-form input[type=submit]:focus:after,
.sitecore-form .ribbon--blue input[type=submit]:focus:after {
  background-color: var(--ribbon-blue-btn-after);
}

.ribbon--blue + .ribbon--blue {
  box-shadow: inset 0 10px 50px 0 rgba(255, 255, 255, 0.25);
}

.ribbon--gray {
  color: #000;
  background-color: var(--ribbon-grey-bg);
}

.ribbon--gray .btn--dark {
  color: var(--ribbon-grey-dark-btn-font-color);
  background: var(--ribbon-grey-bg-btn);
}

.ribbon--gray .btn--dark:hover,
.ribbon--gray .btn--dark:focus {
  color: var(--ribbon-grey-dark-btn-font-color-hover) !important;
  background: var(--ribbon-grey-bg-btn-hover);
}

.ribbon--gray .btn--dark:hover:after,
.ribbon--gray .btn--dark:focus:after {
  background-color: var(--ribbon-grey-dark-btn-after);
}

.ribbon--gray .btn.show-more,
.ribbon--gray .sitecore-form input.show-more[type=submit],
.sitecore-form .ribbon--gray input.show-more[type=submit] {
  color: var(--ribbon-grey-showmore-btn-font-color);
}

.ribbon--gray .btn.show-more:hover,
.ribbon--gray .sitecore-form input.show-more:hover[type=submit],
.sitecore-form .ribbon--gray input.show-more:hover[type=submit],
.ribbon--gray .btn.show-more:focus,
.ribbon--gray .sitecore-form input.show-more:focus[type=submit],
.sitecore-form .ribbon--gray input.show-more:focus[type=submit] {
  color: var(--ribbon-grey-showmore-btn-font-color-hover);
}

.ribbon--gray .btn.show-more:hover:after,
.ribbon--gray .sitecore-form input.show-more[type=submit]:hover:after,
.sitecore-form .ribbon--gray input.show-more[type=submit]:hover:after,
.ribbon--gray .btn.show-more:focus:after,
.ribbon--gray .sitecore-form input.show-more[type=submit]:focus:after,
.sitecore-form .ribbon--gray input.show-more[type=submit]:focus:after {
  background-color: var(--ribbon-grey-showmore-btn-after);
}

.ribbon--gray .btn--cta:hover:after,
.ribbon--gray .sitecore-form input:not(.blue)[type=submit]:hover:after,
.sitecore-form .ribbon--gray input:not(.blue)[type=submit]:hover:after,
.ribbon--gray .btn--cta:focus:after,
.ribbon--gray .sitecore-form input:not(.blue)[type=submit]:focus:after,
.sitecore-form .ribbon--gray input:not(.blue)[type=submit]:focus:after {
  background-color: #fff;
}

.ribbon--gray + .ribbon--gray {
  box-shadow: inset 0 10px 50px 0 rgba(255, 255, 255, 0.25);
}

.page.case + .ribbon--gray,
.page.article + .ribbon--gray {
  background-color: var(--ribbon-grey-bg-btn);
}

.page.case + .ribbon--gray .btn:first-child,
.page.case + .ribbon--gray .sitecore-form input:first-child[type=submit],
.sitecore-form .page.case + .ribbon--gray input:first-child[type=submit],
.page.article + .ribbon--gray .btn:first-child,
.page.article + .ribbon--gray .sitecore-form input:first-child[type=submit],
.sitecore-form .page.article + .ribbon--gray input:first-child[type=submit] {
  background: #cecfd1;
}

.page.case + .ribbon--gray .btn:first-child:hover,
.page.case + .ribbon--gray .sitecore-form input:first-child:hover[type=submit],
.sitecore-form .page.case + .ribbon--gray input:first-child:hover[type=submit],
.page.case + .ribbon--gray .btn:first-child:focus,
.page.case + .ribbon--gray .sitecore-form input:first-child:focus[type=submit],
.sitecore-form .page.case + .ribbon--gray input:first-child:focus[type=submit],
.page.article + .ribbon--gray .btn:first-child:hover,
.page.article + .ribbon--gray .sitecore-form input:first-child:hover[type=submit],
.sitecore-form .page.article + .ribbon--gray input:first-child:hover[type=submit],
.page.article + .ribbon--gray .btn:first-child:focus,
.page.article + .ribbon--gray .sitecore-form input:first-child:focus[type=submit],
.sitecore-form .page.article + .ribbon--gray input:first-child:focus[type=submit] {
  background: #c1c3c4;
}

.ribbon--darkgray {
  color: #fff;
  background-color: var(--ribbon-darkgrey-bg);
}

.ribbon--darkgray + .ribbon--darkgray {
  box-shadow: inset 0 10px 50px 0 rgba(255, 255, 255, 0.25);
}

.ribbon--darkgray .btn--dark {
  background: var(--ribbon-darkgrey-bg-btn);
}

.ribbon--darkgray .btn--dark:hover,
.ribbon--darkgray .btn--dark:focus {
  background: var(--ribbon-darkgrey-bg-btn-hover);
}

.ribbon--darkgray .btn--dark:hover:after,
.ribbon--darkgray .btn--dark:focus:after {
  background-color: var(--ribbon-darkgrey-bg-btn-hover-after);
}

.ribbon--blue .btn,
.ribbon--blue .sitecore-form input[type=submit],
.sitecore-form .ribbon--blue input[type=submit],
.ribbon--blue .btn:hover,
.ribbon--blue .sitecore-form input:hover[type=submit],
.sitecore-form .ribbon--blue input:hover[type=submit],
.ribbon--blue .btn:focus,
.ribbon--blue .sitecore-form input:focus[type=submit],
.sitecore-form .ribbon--blue input:focus[type=submit] {
  color: #fff !important;
}

.ribbon--blue .btn:hover:after,
.ribbon--blue .sitecore-form input[type=submit]:hover:after,
.sitecore-form .ribbon--blue input[type=submit]:hover:after,
.ribbon--blue .btn:focus:after,
.ribbon--blue .sitecore-form input[type=submit]:focus:after,
.sitecore-form .ribbon--blue input[type=submit]:focus:after {
  background-color: var(--ribbon-blue-btn-default-after);
}

.ribbon--blue .btn--dark,
.ribbon--blue .btn--dark:hover,
.ribbon--blue .btn--dark:focus {
  color: var(--ribbon-blue-font-color) !important;
}

.ribbon--blue .btn--dark:hover:after,
.ribbon--blue .btn--dark:focus:after {
  background-color: var(--ribbon-blue-btn-after);
}

.ribbon--darkgray .btn,
.ribbon--darkgray .sitecore-form input[type=submit],
.sitecore-form .ribbon--darkgray input[type=submit] {
  color: var(--ribbon-darkgrey-font-color-light) !important;
}

.ribbon--darkgray .btn--dark,
.ribbon--darkgray .btn--dark:hover,
.ribbon--darkgray .btn--dark:focus {
  color: var(--ribbon-darkgrey-font-color) !important;
}

.page__content .richtext-block.sm-12,
.page__content .download .richtext-block.row,
.download .page__content .richtext-block.row {
  padding: 0 !important;
}

.richtext-box:before {
  display: none !important;
}

.richtext-box__image {
  padding: 15px 0;
}

.richtext-box__image .bg-imagehandler {
  padding-top: 75%;
}

.richtext-box__text {
  padding: 0;
}

.richtext-box__text p:last-child {
  margin-bottom: 0;
}

.sitecore-forms-block {
  display: flex;
  flex-wrap: wrap;
  background-color: #dbdcdd;
  padding: 20px 15px;
  margin: 0 auto;
  width: 100%;
}

.page.article .sitecore-forms-block {
  margin: 5px -15px 35px;
  width: 100vw;
}

.sitecore-forms-block h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.sitecore-forms-block h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.sitecore-forms-block__image,
.sitecore-forms-block__form-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.sitecore-forms-block__image {
  width: 100%;
  padding-top: 20px;
}

.sitecore-forms-block__image img {
  display: block;
  box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.16);
}

.sitecore-forms-block__form-wrapper {
  width: 100%;
}

.sitecore-forms-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0 15px;
}

.sitecore-forms-popup:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 35, 149, 0.75);
}

.sitecore-forms-popup.show {
  opacity: 1;
  visibility: visible;
}

.sitecore-forms-popup__close-btn {
  width: 100%;
  text-align: right;
  background: none;
}

.sitecore-forms-popup__close-btn svg {
  height: 26px;
  width: 24px;
}

.sitecore-forms-popup .sitecore-forms-block {
  position: relative;
  top: 55%;
  transform: translateY(-50%);
}

.sitecore-forms-popup .sitecore-forms-block .inner-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.sitecore-forms-popup .sitecore-forms-block h2 {
  text-align: left;
}

.video {
  padding-bottom: 15px;
}

.video__block {
  position: relative;
  padding: 0;
}

.video__image img.image--loaded {
  display: none;
}

.video__image img {
  position: absolute;
  top: 0;
  display: block;
  padding: 20px;
  left: 0;
}

.video .buttons .btn:first-child,
.video .buttons .sitecore-form input:first-child[type=submit],
.sitecore-form .video .buttons input:first-child[type=submit] {
  background: var(--video-ribbon-btn);
}

.video .ratio {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.video .ratio:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.video .ratio-4-3:before {
  padding-top: 75%;
}

.video .ratio-16-9:before {
  padding-top: 56.25%;
}

.video .block-head {
  color: #fff;
}

.video .youtube-embed,
.video .tencent-embed,
.video .vimeo-embed {
  position: relative;
  cursor: pointer;
  background-color: #222;
}

.video .youtube-embed > div,
.video .youtube-embed iframe,
.video .tencent-embed > div,
.video .tencent-embed iframe,
.video .vimeo-embed > div,
.video .vimeo-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video .youtube-embed > div svg,
.video .tencent-embed > div svg,
.video .vimeo-embed > div svg {
  content: "";
  position: absolute;
  width: 68px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.video .youtube-embed > div svg circle,
.video .tencent-embed > div svg circle,
.video .vimeo-embed > div svg circle {
  fill: #1f1f1e;
}

.video .youtube-embed > div svg:hover circle,
.video .youtube-embed > div svg:focus circle,
.video .tencent-embed > div svg:hover circle,
.video .tencent-embed > div svg:focus circle,
.video .vimeo-embed > div svg:hover circle,
.video .vimeo-embed > div svg:focus circle {
  fill: #e52d27;
}

.action-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  z-index: 6;
  background: #002395;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.3);
  width: 240px;
  opacity: 1;
  transition: opacity ease-in-out .2s;
}

.action-box--hide {
  z-index: -1;
  opacity: 0;
}

.action-box--no-pointer-events {
  cursor: pointer;
}

.action-box--no-pointer-events > * {
  pointer-events: none;
}

.package-download-is-active .action-box--no-pointer-events > * {
  pointer-events: all;
}

.action-box__button {
  background: transparent;
  width: 80px;
  color: #fff;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}

.action-box__button svg {
  width: 26px;
  height: 32px;
  fill: #fff;
  display: block;
  margin: 0 auto;
}

.action-box__button--download svg {
  pointer-events: none;
  height: 14px;
  width: 14px;
  margin: 5px auto 0;
  display: block;
}

.action-box__button--package:after {
  content: '';
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  display: block;
  margin: 5px auto 0;
}

.breadcrumb {
  margin: 10px 0;
  font-weight: 300;
}

.breadcrumb ul,
.breadcrumb li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-block;
  color: var(--breadcrumb-element);
  margin: 0 3px 0 0;
}

.breadcrumb li a {
  margin: 0 3px 0 0;
}

.breadcrumb a {
  color: var(--breadcrumb-link);
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: var(--breadcrumb-link-hover) !important;
}

.product .breadcrumb,
.product-compare .breadcrumb {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: var(--default-button);
}

button.product__datasheet--filename {
  background-color: transparent;
}

button.icon-product {
  margin: 0 auto;
}

.btn,
.sitecore-form input[type=submit],
a.btn {
  display: inline-block;
  position: relative;
  border: 0;
  color: var(--secondary-text);
  padding: 13px 27px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  background: transparent;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.btn:hover,
.sitecore-form input:hover[type=submit],
.btn:focus,
.sitecore-form input:focus[type=submit],
a.btn:hover,
a.btn:focus {
  color: var(--secondary-text);
}

.btn--dark,
a.btn--dark {
  background: var(--secondary-button);
}

.btn--dark:hover,
.btn--dark:focus,
a.btn--dark:hover,
a.btn--dark:focus {
  color: #fff !important;
  text-decoration: none;
}

.btn--cta,
.sitecore-form input[type=submit]:not(.blue),
.btn--cta:hover,
.sitecore-form input:hover[type=submit]:not(.blue),
.btn--cta:focus,
.sitecore-form input:focus[type=submit]:not(.blue),
.btn--blue,
.sitecore-form input.blue[type=submit],
.btn--blue:hover,
.sitecore-form input.blue:hover[type=submit],
.btn--blue:focus,
.sitecore-form input.blue:focus[type=submit],
.btn--darkgray,
.btn--darkgray:hover,
.btn--darkgray:focus,
a.btn--cta,
a.btn--cta:hover,
a.btn--cta:focus,
a.btn--blue,
a.btn--blue:hover,
a.btn--blue:focus,
a.btn--darkgray,
a.btn--darkgray:hover,
a.btn--darkgray:focus {
  color: #fff !important;
}

.btn--cta,
.sitecore-form input[type=submit]:not(.blue),
a.btn--cta {
  background: var(--primary-button);
  color: var(--cta-button) !important;
}

.btn--cta:hover,
.sitecore-form input:hover[type=submit]:not(.blue),
.btn--cta:focus,
.sitecore-form input:focus[type=submit]:not(.blue),
a.btn--cta:hover,
a.btn--cta:focus {
  color: var(--cta-button-hover) !important;
  text-decoration: none;
  background: var(--primary-button-hover);
}

.btn--gray,
a.btn--gray {
  color: var(--grey-button-text) !important;
  background: var(--btn-grey-light) !important;
}

.btn--gray:hover,
.btn--gray:focus,
a.btn--gray:hover,
a.btn--gray:focus {
  color: var(--grey-button-text) !important;
  background: var(--btn-grey-darken) !important;
}

.btn--gray:hover:after,
.btn--gray:focus:after,
a.btn--gray:hover:after,
a.btn--gray:focus:after {
  background-color: var(--grey-button-text) !important;
}

.btn--blue,
.sitecore-form input.blue[type=submit],
a.btn--blue {
  color: #fff;
  background: #002395;
}

.btn--blue:hover,
.sitecore-form input.blue:hover[type=submit],
.btn--blue:focus,
.sitecore-form input.blue:focus[type=submit],
a.btn--blue:hover,
a.btn--blue:focus {
  color: #fff;
  text-decoration: none;
}

.btn--edit-mode,
a.btn--edit-mode {
  color: #fff;
  background-color: var(--btn-edit);
  margin: 15px;
}

.btn--edit-mode:hover,
.btn--edit-mode:focus,
a.btn--edit-mode:hover,
a.btn--edit-mode:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--btn-edit-hover);
}

.btn--nav,
a.btn--nav {
  color: var(--cta-button);
  background: var(--nav-button);
  width: 100%;
  margin-bottom: 1px;
  text-align: left;
}

.btn--nav:hover,
.btn--nav:focus,
a.btn--nav:hover,
a.btn--nav:focus {
  color: var(--cta-button);
  text-decoration: none;
}

.btn--nav:hover:after,
.btn--nav:focus:after,
a.btn--nav:hover:after,
a.btn--nav:focus:after {
  background-color: var(--cta-button);
}

.btn--nav .icon,
a.btn--nav .icon {
  text-align: center;
  width: 25px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.btn--nav svg,
a.btn--nav svg {
  fill: var(--cta-button);
}

.btn--nav + .btn--stretch-center,
a.btn--nav + .btn--stretch-center {
  margin-top: 20px;
}

.btn--stretch-center,
a.btn--stretch-center {
  width: 100%;
  text-align: center;
  transition: background-color .5s;
}

.btn--stretch-center:hover,
.btn--stretch-center:focus,
a.btn--stretch-center:hover,
a.btn--stretch-center:focus {
  color: #fff;
  text-decoration: none;
  background: #002395;
}

.btn--stretch-center + .btn--stretch-center,
a.btn--stretch-center + .btn--stretch-center {
  margin-top: 20px;
}

.btn--search,
a.btn--search {
  position: absolute;
  margin: 30px 20px 0 0;
  padding: 0;
  right: 75px;
  display: none;
}

.btn--link,
a.btn--link {
  background-color: transparent;
}

.btn--small,
a.btn--small {
  padding: 6px 14px;
  font-size: 12px;
}

.chooser-overlay .btn,
.chooser-overlay .sitecore-form input[type=submit],
.sitecore-form .chooser-overlay input[type=submit],
.chooser-overlay a.btn {
  padding: 18px 5px;
  width: 100%;
}

.chooser-overlay .btn-close,
.chooser-overlay
    a.btn-close {
  margin: 0;
  top: -40px;
}

.btn-close {
  background: none;
  position: absolute;
  right: 0;
  z-index: 20;
  margin: 20px;
}

.btn-close svg {
  fill: #fff;
  height: 26px;
  width: 24px;
}

.chooser {
  overflow: hidden;
  color: var(--chooser-font-color);
  height: 0;
  background-position: center;
  background-image: url("/static/media/world-1920.jpg");
  background-size: 100%;
}

.chooser .btn-close svg {
  fill: var(--chooser-font-color);
}

.chooser .inner-wrapper {
  padding-bottom: 20px;
  position: relative;
  background-color: var(--special-color-opacity);
}

.chooser .inner-wrapper .chooser__header {
  padding: 20px 15px 20px;
  width: 90%;
}

.chooser .inner-wrapper .grid-container {
  position: relative;
  overflow: hidden;
}

.chooser--contact .inner-wrapper {
  background-color: rgba(0, 35, 149, 0.85);
}

.chooser-wrapper {
  padding: 15px;
}

.chooser-group {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  display: table;
  width: 100%;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grayout .chooser-group:not(.chooser-group__contact) {
  display: none;
}

.grayout .chooser-group:not(.chooser-group__contact).has-highlight {
  display: table;
  opacity: 1;
}

.chooser-group__header {
  padding: 20px 0 12px;
}

.chooser-group__header h3 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.chooser-group__list {
  overflow: hidden;
}

.chooser-group__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.chooser-group__list li {
  height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.grayout .chooser-group__list li {
  height: 0;
  opacity: 0;
  border-bottom: 0;
}

.grayout .chooser-group__list li a {
  font-size: 0;
  line-height: 0;
}

.grayout .chooser-group__list li.highlight {
  height: 34px;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.grayout .chooser-group__list li.highlight a {
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
}

.chooser-group__list li a,
.chooser-group__list li a:visited {
  color: var(--chooser-font-color);
  font-size: 14px;
  line-height: 34px;
}

.chooser-group__list li a.extra-link,
.chooser-group__list li a:visited.extra-link {
  float: right;
  padding: 0 3.5px;
  text-transform: uppercase;
}

.chooser-links {
  width: 100%;
  background-color: #fff;
  font-size: 15px;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, padding 0.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  opacity: 0;
}

html[lang="ru"] .chooser-links {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] .chooser-links {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] .chooser-links {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] .chooser-links {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

.chooser-links button {
  display: inline-block;
  border: 0;
  width: 100%;
  color: var(--chooser-btn);
  background-color: transparent;
  white-space: nowrap;
  line-height: 1.8em;
  padding: 0 15px;
}

.chooser-links span {
  text-transform: uppercase;
}

.nav--open .chooser-links {
  max-height: 100px;
  padding: 15px 0 15px;
}

.chooser-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), visibility 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0 15px;
}

.chooser-overlay.hide {
  opacity: 0;
  visibility: hidden;
}

.chooser-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 35, 149, 0.75);
}

.chooser-overlay__wrapper {
  position: relative;
  top: 55%;
  transform: translateY(-50%);
}

.chooser-overlay__wrapper--left-box,
.chooser-overlay__wrapper--right-box {
  background-color: #fff;
  text-align: center;
  width: 100%;
}

.chooser-overlay__wrapper--left-box {
  padding: 0;
  box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.chooser-overlay__wrapper--left-box header {
  padding: 15px;
}

.chooser-overlay__wrapper--left-box header p {
  margin: 0;
  font-weight: 300;
  line-height: 1.2;
  font-size: 26px;
}

.chooser-overlay__wrapper--right-box {
  padding: 15px;
  background-image: url("/static/media/site-chooser-overlay-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
}

.chooser-overlay__wrapper--right-box .header {
  padding: 0 15px 15px;
}

.chooser-overlay__wrapper--right-box .buttons {
  max-height: 60px;
}

.chooser-overlay__wrapper--right-box .btn,
.chooser-overlay__wrapper--right-box .sitecore-form input[type=submit],
.sitecore-form .chooser-overlay__wrapper--right-box input[type=submit] {
  padding: 18px 27px;
  width: 100%;
}

.chooser-overlay__col-third {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.chooser-overlay__col-third a {
  font-size: 1.2em;
  padding: 7.5px 15px;
  width: 50%;
}

.contact-nav__text,
.contact-nav__contact {
  display: none;
}

.contact-nav__text {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}

.contact-nav__text svg {
  fill: var(--nav-sticky-font-color);
  height: 25px;
  width: 15px;
  transform: rotate(270deg);
  margin-right: 30px;
}

.contact-nav__contact {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 60px;
  overflow: hidden;
  background: rgba(var(--navigation-background), 0.35);
}

.isIE11 .contact-nav__contact {
  background: var(--navigation-background);
}

.contact-nav__contact-image {
  margin-right: 25px;
  height: 100%;
}

.contact-nav__contact-image img {
  height: 70px;
}

.contact-nav__contact footer {
  color: var(--nav-sticky-font-color);
}

.contact-nav__contact footer > div {
  margin-top: 7px;
}

.contact-nav__contact footer > div,
.contact-nav__contact footer > a {
  height: 18px;
}

.contact-nav__contact footer svg {
  fill: var(--nav-sticky-font-color);
  margin-right: 15px;
  width: 16px;
}

.contact {
  background: #fff;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.16);
}

.contact header h3 {
  text-transform: uppercase;
  color: var(--brand-color);
  margin-bottom: 5px;
}

.contact header p {
  font-weight: 100;
  font-size: 26px;
  margin-bottom: 10px;
}

.contact footer {
  margin-top: 20px;
}

.contact img {
  display: none;
}

.contact-content {
  padding: 20px;
  background-color: #fff;
}

.contact-content a {
  text-decoration: none;
}

.contact-content a:hover,
.contact-content a:focus {
  color: #002395;
}

.contact-content a span {
  pointer-events: none;
}

.contact-content .icon {
  margin-right: 10px;
}

.article .contact-header {
  min-width: 0;
  max-width: 100%;
}

.contact-title {
  font-weight: 500;
  margin-top: 0;
}

.chooser--contact .contact {
  margin-top: 20px;
  color: white;
  border: 1px solid white;
  box-shadow: none;
  background-color: transparent;
}

.chooser--contact .contact header h3 {
  color: white;
}

.chooser--contact .contact footer a {
  color: white;
}

.chooser--contact .contact footer svg {
  fill: white;
}

.chooser--contact .contact-content {
  background-color: transparent;
}

.chooser--contact .contact-content p {
  line-height: 1.1;
  padding-bottom: 15px;
}

.chooser--contact .contact-content p.manchet {
  margin: 0;
}

.chooser--contact .contact-content .icon {
  min-width: 24px;
}

.chooser--contact .contact-content .row {
  margin-bottom: 10px;
}

.chooser-group__contact .contact {
  margin-top: 30px;
}

.chooser-group__contact .contact svg {
  fill: #002395;
}

.chooser-group__contact .contact-content p {
  line-height: 1.1;
  padding-bottom: 15px;
}

.chooser-group__contact .contact-content p.manchet {
  margin: 0;
}

.chooser-group__contact .contact-content .icon {
  min-width: 24px;
}

.chooser-group__contact .contact-content .row {
  margin-bottom: 10px;
}

.cookiepolicy {
  display: none;
  padding: 10px;
  position: fixed;
  z-index: 100;
  color: var(--cookiebanner-text);
}

.cookiepolicy--active {
  display: block;
}

.cookiepolicy--top {
  top: 0;
}

.cookiepolicy--bottom {
  bottom: 0;
}

.cookiepolicy--left {
  left: 0;
}

.cookiepolicy--right {
  right: 0;
}

.cookiepolicy--line,
.cookiepolicy--fullbox {
  width: 100%;
  left: 0;
}

.cookiepolicy--line:before,
.cookiepolicy--line:after,
.cookiepolicy--fullbox:before,
.cookiepolicy--fullbox:after {
  content: " ";
  display: table;
}

.cookiepolicy--line:after,
.cookiepolicy--fullbox:after {
  clear: both;
}

.cookiepolicy--line {
  background-color: var(--cookiebanner-bg);
  z-index: 200;
}

.cookiepolicy--line p {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cookiepolicy--line .wrapper {
  max-width: 1440px;
}

.cookiepolicy--fullbox .cookiepolicy__actions {
  text-align: center;
}

.cookiepolicy--box {
  width: 400px;
  z-index: 300;
}

.cookiepolicy a {
  color: var(--cookiebanner-text);
  text-decoration: none;
  padding-bottom: 25px;
  text-align: center;
  display: block;
}

.cookiepolicy button {
  background-color: var(--cookiebanner-btn);
  color: var(--cookiebanner-btn-text) !important;
  min-width: 250px;
  margin: 0 auto;
  display: block;
}

.cookiepolicy button:hover,
.cookiepolicy button:focus {
  background-color: var(--cookiebanner-btn-hover);
  color: var(--cookiebanner-btn-text) !important;
}

.cookiepolicy button:hover:after,
.cookiepolicy button:focus:after {
  background-color: var(--cookiebanner-btn-text);
}

.distributor-map {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  background: #EBEDED;
}

.distributor-map img {
  display: block;
  min-height: auto;
}

.distributor-map__header {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.distributor-map__search-container {
  position: relative;
}

.distributor-map__circle-text {
  position: absolute;
}

.distributor-map__circle-text p {
  display: inline-block;
  transform: translate(-50%, -50%);
  font-size: 28px;
  margin: 0;
  color: #000000;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-weight: 400;
}

html[lang="ru"] .distributor-map__circle-text p {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] .distributor-map__circle-text p {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] .distributor-map__circle-text p {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] .distributor-map__circle-text p {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

.distributor-map__search {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  padding: 0 60px;
  background: white;
}

.distributor-map__geo-button {
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.distributor-map__geo-button svg {
  width: 100%;
  height: 100%;
  fill: black;
}

.distributor-map__search-button {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.distributor-map__search-button .icon-search svg {
  fill: #002395;
}

.distributor-map__filter {
  position: relative;
  z-index: 1;
  height: 60px;
}

.distributor-map__filter .icon-arrow-right {
  transform: rotate(90deg) translateX(-75%);
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 25px;
  pointer-events: none;
}

.distributor-map__filter .icon-arrow-right svg {
  fill: white;
}

.distributor-map__filter-info {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: calc(100% + 10px);
  transform: translateY(20px);
  padding: 20px;
  box-shadow: -20px 20px 50px 0 rgba(0, 0, 0, 0.16);
}

.distributor-map__filter-info:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

.distributor-map__filter-info--closed {
  display: none;
}

.distributor-map__filter-info .block-head,
.distributor-map__filter-info p {
  margin: 0 0 5px;
}

.distributor-map__filter-info .icon-close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.distributor-map__filter-info .icon-close-icon svg {
  width: 18px;
  height: 25px;
}

.distributor-map__filter-col {
  position: relative;
  z-index: 0;
}

.distributor-map__filter-col--active {
  z-index: 1;
}

.distributor-map__custom-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background: #EBEDED;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.distributor-map__custom-select::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.distributor-map__custom-select::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.distributor-map__custom-select::-webkit-scrollbar-thumb {
  background-color: #002395;
}

.distributor-map__custom-select--active {
  max-height: 50vh;
  overflow-y: auto;
  box-shadow: -20px 20px 50px 0 rgba(0, 0, 0, 0.16);
}

.distributor-map__custom-select--active ~ .icon-arrow-right {
  transform: rotate(-90deg) translateX(75%);
}

.distributor-map__custom-select--active .distributor-map__custom-option {
  display: block;
}

.distributor-map__custom-option {
  display: none;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 25px;
  background: white;
  color: #002395;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.distributor-map__custom-option:hover:not(:first-child) {
  color: var(--special-color);
}

.distributor-map__custom-option:first-child {
  display: block;
  background: #002395;
  color: white;
  pointer-events: none;
}

.distributor-map__custom-option:not(:first-child) {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  margin-top: 2px;
}

.distributor-map__map {
  height: 100%;
  font-weight: bold;
}

.distributor-map__map-container {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 450px;
  left: 50%;
  transform: translateX(-50%);
}

.distributor-map__close-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin: 30px;
  padding: 0;
  background: transparent;
}

.distributor-map__close-button svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.distributor-map__infowindow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.distributor-map__infowindow:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}

.distributor-map__infowindow--active {
  pointer-events: auto;
}

.distributor-map__infowindow--active:before {
  opacity: 1;
}

.distributor-map__infowindow-column {
  position: relative;
  padding: 0;
  height: 100%;
  transform: translateX(100%);
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  background-color: #dee0e0;
}

.distributor-map__infowindow--active .distributor-map__infowindow-column {
  opacity: 1;
  transform: translateX(0);
}

.distributor-map__infowindow-content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background: linear-gradient(#dee0e0 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #dee0e0 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), transparent) 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

.distributor-map__infowindow-content:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #DEE0E0;
  width: 100%;
}

.distributor-map__infowindow-content.hide-product-category:before {
  background: #FFFFFF;
}

.distributor-map__infowindow-col-supplier,
.distributor-map__infowindow-col-product {
  padding: 30px;
  flex: 0 1 100%;
  width: 100%;
}

.distributor-map__infowindow-col-supplier {
  position: relative;
  background: white;
}

.distributor-map__infowindow-col-supplier:before {
  content: '';
  position: absolute;
  top: 122px;
  left: -15px;
  z-index: -1;
  background: white;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}

.distributor-map__infowindow-product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.distributor-map__infowindow-product-list-item {
  font-size: 14px;
  line-height: 20px;
}

.distributor-map__infowindow-headline {
  font-size: 18px;
  font-weight: 300;
  padding-right: 60px;
}

.distributor-map__infowindow-contact {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
}

.distributor-map__infowindow-tags {
  display: flex;
  z-index: -1;
  position: relative;
  height: 150px;
}

.distributor-map__infowindow-tags svg {
  width: 25%;
}

.distributor-map__infowindow-coverage,
.distributor-map__infowindow-list-item a {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  line-height: 20px;
  text-decoration: none;
}

.distributor-map__infowindow-coverage .icon,
.distributor-map__infowindow-list-item a .icon {
  position: relative;
  flex: 0 0 17px;
  width: 17px;
  margin-right: 15px;
  height: 20px;
}

.distributor-map__infowindow-coverage .icon svg,
.distributor-map__infowindow-list-item a .icon svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.distributor-map__infowindow-coverage .icon svg {
  fill: black;
}

.distributor-map__infowindow-list-item svg {
  fill: var(--brand-color);
}

.distributor-map__infowindow .grid,
.distributor-map__infowindow .row {
  height: 100%;
}

.distributor-map__footer {
  display: flex;
  padding: 0 0 15px;
  flex-wrap: wrap;
}

.distributor-map__icon-wrapper {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  margin-right: 40px;
  margin-top: 15px;
  min-width: calc(50% - 40px);
}

.distributor-map__icon-wrapper .icon-map-pin {
  margin-right: 12px;
  width: 24px;
  height: 32px;
}

.distributor-map__icon-wrapper .icon-map-pin svg {
  fill: #002395;
  width: 100%;
  height: 100%;
}

.distributor-map__icon-wrapper .icon-map-pin--grey svg {
  fill: #85888B;
}

.distributor-map__icon-wrapper .icon-map-pin--orange svg {
  fill: var(--special-color);
}

.distributor-map__icon-wrapper .icon-map-pin--blue svg {
  fill: #002395;
}

.fast-contact {
  color: var(--footer-fast-contact-font-color);
}

.fast-contact-row {
  position: relative;
  width: 100%;
}

.fast-contact-row .h2,
.fast-contact-row a,
.fast-contact-row img {
  margin-left: 20px;
}

.fast-contact-row a {
  font-weight: 500;
  line-height: 1.3;
  border-bottom: 1px dashed transparent;
  color: var(--footer-fast-contact-link-color);
  padding: 0;
}

.fast-contact-row a:hover,
.fast-contact-row a:visited {
  color: var(--footer-fast-contact-link-color);
}

.fast-contact-row span {
  pointer-events: none;
}

.fast-contact-row span:not(.icon) {
  font-size: 16px;
}

.fast-contact-row .icon svg {
  fill: var(--footer-fast-contact-link-color);
}

.form {
  display: block;
  width: 100%;
  max-width: 500px;
  padding-bottom: 40px;
  font-size: 16px;
}

.form__label {
  position: relative;
  display: block;
}

.form__label + .form__label {
  margin-top: 40px;
}

.form__label .formvalidate__error-message {
  position: absolute;
  bottom: -25px;
  font-size: 14px;
}

.form__labeltext {
  position: absolute;
  top: 50%;
  left: 20px;
  font-weight: 300;
  transform: translateY(-50%);
  display: block;
  cursor: text;
  transition: all .3s;
  color: #85888B;
}

.form__select,
.form__input {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: none;
  background-color: white;
}

.form__select[type="checkbox"],
.form__select[type="radio"],
.form__input[type="checkbox"],
.form__input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
}

.form__input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
}

.form__input[disabled] ~ .form__labeltext,
.form__input:valid ~ .form__labeltext,
.form__input:focus ~ .form__labeltext {
  top: 5px;
  transform: none;
  font-size: 13px;
  color: #85888B;
}

.form__input.formvalidate__error {
  border: 2px solid var(--special-color);
}

.form__input[disabled] {
  border: 2px solid white;
  background-color: #EBEDED;
  cursor: not-allowed;
}

.form__input--password ~ .icon-login {
  position: absolute;
  bottom: 18px;
  right: 20px;
}

.form__input--password ~ .icon-login svg {
  width: 24px;
  height: 24px;
  fill: #85888B;
}

.form__submit {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.form__error {
  border-color: #E32234;
}

.form__error-message {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #E32234;
  font-style: italic;
}

.form__buttons {
  position: relative;
  margin-top: 40px;
  font-size: 0;
}

.form__button {
  font-size: 16px;
}

.form__button + .form__button {
  margin-top: 20px;
}

.form-row {
  position: relative;
  width: 100%;
}

.form-row input,
.form-row label {
  padding: 10px 20px 12px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.form-row input {
  line-height: 2;
  border: 1px solid #EBEDED;
  background-color: #f8f9f9;
  width: 100%;
}

.form-row input:-webkit-autofill,
.form-row input:-webkit-autofill:focus {
  background-color: transparent !important;
  box-shadow: 0 0 0 1000px white inset;
}

.form-row input + label {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.form-row input:focus,
.form-row input.has-value {
  padding: 15px 20px 7px;
}

.form-row input:focus + label,
.form-row input.has-value + label {
  padding-top: 5px;
  font-size: 11px;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-weight: 400;
}

html[lang="ru"] .form-row input:focus + label,
html[lang="ru"] .form-row input.has-value + label {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] .form-row input:focus + label,
html[lang="el"] .form-row input.has-value + label {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] .form-row input:focus + label,
html[lang="vi"] .form-row input.has-value + label {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] .form-row input:focus + label,
html[lang="uz"] .form-row input.has-value + label {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

.form-row input.has-error {
  border-color: #E32234;
}

.form-row input[disabled] {
  opacity: 0.3;
}

.form-message {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  font-size: 13px;
}

.show-message .form-message {
  margin-top: 10px;
  opacity: 1;
  min-height: 25px;
  padding-left: 35px;
  background-image: url(/static/svg/individual/form-succes.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 24px;
}

.show-message.has-error .form-message {
  background-image: url(/static/svg/individual/form-warning.svg);
}

.icon-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.icon-wrapper .icon {
  position: relative;
}

.icon-wrapper .icon + .icon {
  margin-top: 4px;
}

.icon {
  display: block;
  background-color: transparent;
}

.icon svg {
  display: block;
  margin: 0 auto;
}

.icon-symbol,
.icon-symbol svg {
  width: 60px;
  height: 60px;
}

.icon-symbol-visualizer {
  height: 50px;
  width: 50px;
}

.icon-social {
  width: 30px;
  height: 30px;
}

.icon-social svg {
  fill: var(--social-icon);
  width: 100%;
  height: 100%;
}

footer .icon-social svg {
  fill: var(--footer-some-fill);
}

footer .icon-social {
  width: 40px;
  height: 40px;
}

.icon-favorite svg {
  width: 18.5px;
  height: 17.5px;
}

.btn .icon-favorite svg,
.sitecore-form input[type=submit] .icon-favorite svg {
  width: 24px;
  height: 24px;
}

.page__header .icon-favorite svg {
  width: 32px;
  height: 32px;
}

.icon-enquiry svg {
  width: 21px;
  height: 18px;
  transform: translateY(-2px);
}

.btn .icon-enquiry svg,
.sitecore-form input[type=submit] .icon-enquiry svg {
  width: 28px;
  height: 24px;
}

.page__header .icon-enquiry svg {
  width: 32px;
  height: 32px;
}

.icon-send-enquiry svg {
  width: 21px;
  height: 18px;
  transform: translateY(-2px);
}

.btn .icon-send-enquiry svg,
.sitecore-form input[type=submit] .icon-send-enquiry svg {
  width: 28px;
  height: 24px;
}

.page__header .icon-send-enquiry svg {
  width: 32px;
  height: 32px;
}

.icon-login svg {
  width: 11px;
  height: 17px;
}

.btn .icon-login svg,
.sitecore-form input[type=submit] .icon-login svg {
  width: 14px;
  height: 23px;
}

.icon-global svg {
  width: 15px;
  height: 15px;
}

.icon-search svg {
  width: 21px;
  height: 21px;
  fill: white;
}

.btn .icon-search svg,
.sitecore-form input[type=submit] .icon-search svg {
  height: 24px;
  width: 26px;
}

.icon-search-product svg {
  width: 23px;
  height: 20px;
}

.icon-telephone svg {
  width: 17px;
  height: 17px;
}

.icon-email svg {
  width: 24px;
  height: 18px;
}

.icon-share svg {
  width: 30px;
  height: 30px;
}

.icon-edit-profile svg {
  width: 15px;
  height: 22px;
}

.page__header .icon-edit-profile svg {
  width: 32px;
  height: 32px;
}

.icon-arrow-right svg {
  width: 13px;
  height: 22.5px;
}

.icon-download svg {
  width: 23px;
  height: 17.5px;
}

.icon-play svg {
  width: 13.5px;
  height: 23px;
}

.icon-find-dealer svg {
  width: 25px;
  height: 20px;
}

.icon-map-pin svg {
  width: 16.5px;
  height: 22px;
}

.icon-product svg {
  width: 24px;
  height: 24px;
  fill: #002395;
}

.product-table__sticky .icon-product svg,
.page.product .icon-product svg {
  width: 26px;
  height: 32px;
}

.icon-product.icon-price-list svg {
  width: 25px;
  height: 25px;
}

.icon-product.svg-product-drawing svg {
  fill: #002395;
}

.icon-product__enquiry svg {
  fill: var(--special-color);
}

.icon-scroll-hand {
  border-radius: 50%;
}

.icon-scroll-hand svg {
  width: 70px;
  height: 70px;
}

.icon-checkbox svg {
  width: 24px;
  height: 24px;
  fill: #002395;
  stroke: #002395;
}

.icon-product-finder svg {
  width: 34px;
  height: 22px;
  fill: #002395;
}

.icon-close-icon svg {
  width: 23px;
  height: 25px;
  fill: #002395;
}

.icon-product-compare svg {
  width: 23px;
  height: 19px;
  fill: #002395;
}

.icon-checkmark svg {
  width: 16px;
  height: 20px;
  fill: #002395;
}

.icon-price-list svg {
  width: 16px;
  height: 16px;
  fill: #002395;
}

.icon-show-more {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: none;
  -webkit-animation: softBump;
          animation: softBump;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.icon-show-more .icon-arrow-right {
  transform: rotate(90deg);
}

.icon-show-more .icon-arrow-right svg {
  width: auto;
  height: 40px;
  fill: #fff;
}

.link-box {
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.link-box__text {
  position: relative;
  padding: 20px;
  color: #000;
  background-color: #fff;
}

.link-box__text h3 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 10px;
}

.link-box__text-wrap {
  overflow: hidden;
  max-height: 175px;
  margin-bottom: 15px;
}

.icon-symbol + .link-box__text .link-box__text-wrap {
  max-height: 450px;
}

.link-box__text a {
  text-decoration: none;
}

.link-box__text a,
.link-box__text a:visited {
  color: var(--link-box-link-color) !important;
}

.link-box__image {
  position: relative;
  padding: 0;
  z-index: 1;
  overflow: hidden;
}

.link-box__image.result-item__image a {
  display: inline;
}

.link-box__image a {
  display: block;
}

.link-box__image img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}

.link-box__image .bg-imagehandler {
  overflow: hidden;
  padding-top: 0.563%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}

.link-box__action {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  text-align: center;
  height: 80px;
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 30px 0 20px;
  /*
                    width: calc(100% - 20px);
                    left: 10px;*/
}

.link-box__action span {
  display: block;
  pointer-events: none;
}

.link-box__action small {
  display: block;
  color: #002395;
  font-weight: 300;
  font-size: 14px;
  white-space: nowrap;
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding-bottom: 2px;
}

.link-box__action .icon {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.link-box__action .icon + span {
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.link-box__action.rollout {
  flex-flow: row-reverse wrap;
}

.link-box__action.rollout .icon + span {
  max-width: 0;
  line-height: 2;
}

.link-box__action.rollout .icon + span small {
  transform: translateX(100%) translateY(0);
  text-transform: uppercase;
}

.link-box__action--horizontal {
  bottom: auto;
  left: auto;
  right: 15px;
  min-width: calc(100% - 30px);
  width: auto;
}

.link-box--row .link-box__text h3 {
  margin-bottom: 20px;
}

.link-box--row:nth-child(odd) .icon-symbol {
  right: auto;
  left: 0;
}

.link-box--row:nth-child(odd) .icon-symbol + .icon-symbol + .icon-symbol {
  left: 65px;
}

.link-box--row:nth-child(odd) .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
  left: 65px;
}

.link-box__email-wrapper form {
  line-height: 100%;
}

.link-box__email-wrapper a {
  line-height: 100%;
}

.link-box__contact-submit {
  cursor: pointer;
}

.link-box--newsletter {
  perspective: 800;
}

.link-box--newsletter .link-box__image {
  cursor: pointer;
}

.link-box--newsletter .link-box__image .newsletter .h2 {
  /*transform: translateY(100%);

                    @include mq(md) {
                        transform: none;
                    }*/
}

.link-box--newsletter .link-box__image:not(.unfold):hover .newsletter .h2,
.link-box--newsletter .link-box__image:not(.unfold):focus .newsletter .h2 {
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.link-box .icon-arrow-right svg {
  fill: #002395;
}

.link-box:hover,
.link-box:focus {
  outline: none;
}

.link-box:not(.link-box--row) .link-box__action {
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.link-box--border:not(.link-box--row):before {
  background-color: #fff;
  content: '';
  transition: all 0.3s ease-in-out !important;
  transform: none !important;
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  width: auto;
  height: auto;
  border-left: 2px solid #002395;
  position: absolute;
}

.page.contact .link-box.link-box--row + .link-box--row {
  margin-top: 30px;
}

.page.contact .link-box.link-box--row .link-box__image .bg-imagehandler {
  transition: transform .3s ease-in-out !important;
  height: 300px;
}

.page.contact .link-box.link-box:not(.link-box--row) {
  padding: 0;
}

.page.contact .link-box.link-box:not(.link-box--row):before {
  box-shadow: none;
}

.page.contact .link-box.link-box:not(.link-box--row) .link-box__image {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: visible;
  width: 100%;
  height: 200px;
}

.page.contact .link-box.link-box:not(.link-box--row) .link-box__image .bg-imagehandler {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-height: 0;
}

.page.contact .link-box.link-box:not(.link-box--row) .link-box__text {
  overflow: hidden;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff;
  width: 100%;
  height: auto;
}

.page.contact .link-box.link-box:not(.link-box--row) .link-box__action {
  padding-left: 15px;
  padding-bottom: 0;
  position: relative;
  left: 2px;
  bottom: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col {
  padding: 15px;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__text {
  width: 100%;
  left: 0;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__action {
  transition: all 0.6s ease-in-out;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__map-icon {
  transition: all 0.3s ease-in-out;
  will-change: left, right, bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #DEE0E0;
  position: absolute;
  bottom: 0;
  height: 50px;
  left: 0;
  right: 0;
  border-left: 2px solid #002395;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__map-icon--circle-wrapper {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #002395;
  color: #fff;
  margin-left: 15px;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__map-icon--circle-wrapper h3 {
  font-size: 15px;
  margin: 0;
  line-height: 30px;
  height: 100%;
  text-align: center;
  font-weight: 700;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__map-icon--text-wrapper {
  width: calc(100% - 60px);
  padding-left: 10px;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__map-icon--text-wrapper h4 {
  margin-bottom: 0;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col.map-icon-bar .link-box__text {
  height: 100%;
}

.page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col.map-icon-bar .link-box__action {
  margin-top: 0;
  position: absolute;
  bottom: 65px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page.contact .link-box .link-box__text {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.page.contact .link-box .link-box__action {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  text-align: left;
  height: auto;
  width: auto;
  left: auto;
  bottom: 0;
  display: block;
  transition: transform 0.3s ease-in-out;
  padding-bottom: 0;
}

.page.contact .link-box .link-box__action span {
  display: inline-block;
}

.page.contact .link-box .link-box__action .icon {
  transform: translateY(0);
}

.link-box--content-blocks {
  color: #fff;
  width: 100%;
}

.link-box--content-blocks .link-box__image {
  position: relative;
  width: 100%;
  min-height: 180px;
}

.link-box--content-blocks .link-box__image--header {
  padding: 20px 30px;
  width: 100%;
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.link-box--content-blocks .link-box__image--header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(133, 136, 139, 0.7);
  z-index: -1;
}

.link-box--content-blocks .link-box__image--header h2,
.link-box--content-blocks .link-box__image--header .h2 {
  color: #fff;
  font-size: 18px;
}

body.gas .link-box--content-blocks .link-box__image--header h2,
body.gas .link-box--content-blocks .link-box__image--header .h2 {
  color: #000;
}

.link-box--content-blocks .link-box__image .bg-imagehandler {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.link-box--content-blocks .link-box__image .bg-imagehandler + .link-box__image--header {
  position: absolute;
  width: 100%;
  bottom: -1px;
  z-index: 2;
  background-color: rgba(133, 136, 139, 0.7);
}

.link-box--content-blocks .link-box__image .bg-imagehandler + .link-box__image--header:before {
  display: none;
}

.link-box--content-blocks .link-box__text {
  width: 100%;
  padding: 0px 30px 40px 30px;
  color: #fff;
  background-color: #85888B;
  font-weight: 300;
}

.link-box--content-blocks .link-box__text p {
  height: 100%;
  word-wrap: break-word;
}

.link-box--content-blocks .link-box__action small {
  color: #fff;
  text-transform: uppercase;
}

.link-box--content-blocks .link-box h2 {
  margin: 0;
}

body.waste-water .link-box--content-blocks .link-box__text {
  background-color: #00885F;
}

body.waste-water .link-box--content-blocks .link-box__image--header:before {
  background-color: rgba(0, 136, 95, 0.7);
}

body.waste-water .link-box--content-blocks .link-box__image .bg-imagehandler + .link-box__image--header {
  background-color: rgba(0, 136, 95, 0.7);
}

body.water .link-box--content-blocks .link-box__text {
  background-color: #007EBB;
}

body.water .link-box--content-blocks .link-box__image--header:before {
  background-color: rgba(0, 126, 187, 0.7);
}

body.water .link-box--content-blocks .link-box__image .bg-imagehandler + .link-box__image--header {
  background-color: rgba(0, 126, 187, 0.7);
}

body.fire .link-box--content-blocks .link-box__text {
  background-color: #E32234;
}

body.fire .link-box--content-blocks .link-box__image--header:before {
  background-color: rgba(227, 34, 52, 0.7);
}

body.fire .link-box--content-blocks .link-box__image .bg-imagehandler + .link-box__image--header {
  background-color: rgba(227, 34, 52, 0.7);
}

body.gas .link-box--content-blocks .link-box {
  color: #000;
}

body.gas .link-box--content-blocks .link-box__text {
  color: #000;
  background-color: #FFD600;
}

body.gas .link-box--content-blocks .link-box__image--header {
  color: #000;
}

body.gas .link-box--content-blocks .link-box__image--header:before {
  background-color: rgba(255, 214, 0, 0.7);
}

body.gas .link-box--content-blocks .link-box__image .bg-imagehandler + .link-box__image--header {
  background-color: rgba(255, 214, 0, 0.7);
}

body.gas .link-box--content-blocks .link-box__action small {
  color: #000;
}

body.gas .link-box--content-blocks .link-box__action .icon svg {
  fill: #000;
}

/*
    HTML markup:

    <div class="loader">
        <div></div>
        <div></div>
        <div></div>
    </div>
*/

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -1em;
  width: calc(2em + 1px);
  height: calc(2em + 1px);
  font-size: 10px;
  line-height: 1em;
}

body > .loader {
  display: none;
}

.loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  /*background: #fff;*/
  background: #05207F;
  transform: translate3d(0em, 0em, 0) scale(0);
  -webkit-animation: loaderStart .25s, loaderMove 1.5s .25s ease-in-out infinite;
          animation: loaderStart .25s, loaderMove 1.5s .25s ease-in-out infinite;
}

.loader div:nth-child(2) {
  opacity: 0.65;
  -webkit-animation: loaderStart .25s 0.5s, loaderMove 1.5s 0.75s ease-in-out infinite;
          animation: loaderStart .25s 0.5s, loaderMove 1.5s 0.75s ease-in-out infinite;
}

.loader div:nth-child(3) {
  opacity: 0.35;
  -webkit-animation: loaderStart .25s 0.5s, loaderMove 1.5s 1.25s ease-in-out infinite;
          animation: loaderStart .25s 0.5s, loaderMove 1.5s 1.25s ease-in-out infinite;
}

.nav__top .loader {
  position: relative;
  left: auto;
  top: auto;
  padding-top: 2em;
  margin-left: 2em;
  display: inline-block;
}

@-webkit-keyframes loaderStart {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes loaderStart {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes loaderMove {
  0% {
    transform: translate3d(0, 0em, 0);
  }

  13% {
    /*transform: translate3d(0, calc(1em + 1px),0);*/
    transform: translate3d(0, 1.1em, 0);
  }

  25% {
    /*transform: translate3d(0,calc(1em + 1px),0);*/
    transform: translate3d(0, 1.1em, 0);
  }

  38% {
    /*transform: translate3d(calc(1em + 1px),calc(1em + 1px),0);*/
    transform: translate3d(1.1em, 1.1em, 0);
  }

  50% {
    /*transform: translate3d(calc(1em + 1px),calc(1em + 1px),0);*/
    transform: translate3d(1.1em, 1.1em, 0);
  }

  63% {
    /*transform: translate3d(calc(1em + 1px),0em,0);*/
    transform: translate3d(1.1em, 0em, 0);
  }

  75% {
    /*transform: translate3d(calc(1em + 1px),0em,0);*/
    transform: translate3d(1.1em, 0em, 0);
  }

  88% {
    transform: translate3d(0em, 0em, 0);
  }

  100% {
    transform: translate3d(0em, 0em, 0);
  }
}

@keyframes loaderMove {
  0% {
    transform: translate3d(0, 0em, 0);
  }

  13% {
    /*transform: translate3d(0, calc(1em + 1px),0);*/
    transform: translate3d(0, 1.1em, 0);
  }

  25% {
    /*transform: translate3d(0,calc(1em + 1px),0);*/
    transform: translate3d(0, 1.1em, 0);
  }

  38% {
    /*transform: translate3d(calc(1em + 1px),calc(1em + 1px),0);*/
    transform: translate3d(1.1em, 1.1em, 0);
  }

  50% {
    /*transform: translate3d(calc(1em + 1px),calc(1em + 1px),0);*/
    transform: translate3d(1.1em, 1.1em, 0);
  }

  63% {
    /*transform: translate3d(calc(1em + 1px),0em,0);*/
    transform: translate3d(1.1em, 0em, 0);
  }

  75% {
    /*transform: translate3d(calc(1em + 1px),0em,0);*/
    transform: translate3d(1.1em, 0em, 0);
  }

  88% {
    transform: translate3d(0em, 0em, 0);
  }

  100% {
    transform: translate3d(0em, 0em, 0);
  }
}

.logo {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 16px 70px 18px 15px;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.3s;
  top: 0;
}

.logo svg {
  width: 85px;
  height: 41px;
}

.logo svg,
.logo figcaption {
  display: inline-block;
  vertical-align: bottom;
}

.logo figcaption {
  margin-top: -.1em;
  line-height: .89em;
  margin-left: 4px;
  font-size: 16px;
  color: var(--logo-text-color);
  white-space: normal;
  max-width: 60%;
}

.global-site .logo figcaption {
  color: #fff;
}

.logo figcaption span {
  display: none;
}

header .logo svg {
  width: auto;
  height: 100%;
  max-height: 26px;
  max-width: 115px;
}

footer .logo {
  padding-left: 0;
}

body.--theme_fusion .logo svg {
  width: 85px;
}

.modal__wrapper,
.modal__background {
  opacity: 0;
  pointer-events: none;
  transition-property: opacity, transform;
  transition-duration: .4s;
  transition-timing-function: ease-out;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.modal__wrapper--visible,
.modal__background--visible {
  opacity: 1;
  transition-timing-function: ease-out;
  pointer-events: auto;
}

.modal__background {
  position: fixed;
  top: -100px;
  bottom: -100px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal__background--level0 {
  z-index: 500;
}

.modal__background--level1 {
  z-index: 501;
}

.modal__background--level2 {
  z-index: 502;
}

.modal__background--level3 {
  z-index: 503;
}

.modal__background--level4 {
  z-index: 504;
}

.modal__background--level5 {
  z-index: 505;
}

.modal__background--level6 {
  z-index: 506;
}

.modal__background--level7 {
  z-index: 507;
}

.modal__background--level8 {
  z-index: 508;
}

.modal__background--level9 {
  z-index: 509;
}

.modal__background--level10 {
  z-index: 510;
}

.modal__wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -20%);
  background: #fff;
  padding: 15px;
  font-size: 16px;
}

.modal__wrapper--level0 {
  z-index: 501;
}

.modal__wrapper--level1 {
  z-index: 502;
}

.modal__wrapper--level2 {
  z-index: 503;
}

.modal__wrapper--level3 {
  z-index: 504;
}

.modal__wrapper--level4 {
  z-index: 505;
}

.modal__wrapper--level5 {
  z-index: 506;
}

.modal__wrapper--level6 {
  z-index: 507;
}

.modal__wrapper--level7 {
  z-index: 508;
}

.modal__wrapper--level8 {
  z-index: 509;
}

.modal__wrapper--level9 {
  z-index: 510;
}

.modal__wrapper--level10 {
  z-index: 511;
}

.modal__wrapper--visible {
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.modal__close {
  position: absolute;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: #000;
  width: 80%;
  height: 3px;
  transform-origin: 50% 50%;
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__header {
  margin: 10px 0 20px;
}

.modal__title {
  padding-right: 60px;
}

.modal__content .video {
  padding-bottom: 15px;
}

.modal__content .youtube-embed,
.modal__content .tencent-embed,
.modal__content .vimeo-embed {
  box-shadow: none;
}

.chooser--myavk {
  color: var(--primary-text);
}

.chooser--myavk .inner-wrapper {
  background-color: var(--secondary-color-light);
}

.chooser--myavk .btn-close svg {
  fill: var(--primary-text);
}

.myavk-login {
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 102;
}

.myavk-login.chooser--is-open:after {
  opacity: 1;
  visibility: visible;
}

.myavk-login:after {
  content: '';
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 35, 149, 0.75);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: .2s;
  visibility: hidden;
}

.myavk-login .form {
  max-width: none;
}

.myavk-login .form__button .loader {
  left: auto;
  right: 20px;
}

.myavk-login .form__button .loader div {
  background-color: white;
}

.myavk-login__header,
.myavk-login__chooser-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.myavk-login__header h2,
.myavk-login__chooser-header h2 {
  max-width: calc(100% - 75px);
}

.myavk-login__header svg,
.myavk-login__chooser-header svg {
  overflow: visible;
  fill: #000;
}

.myavk-login__header #stroke,
.myavk-login__chooser-header #stroke {
  position: absolute;
}

.myavk-login__header .icon,
.myavk-login__chooser-header .icon {
  margin-left: 15px;
  width: 58px;
}

.myavk-login__header .icon svg,
.myavk-login__chooser-header .icon svg {
  overflow: visible;
  fill: #000;
  width: 58px;
  height: 28px;
}

.myavk-login__chooser-header {
  padding-top: 60px;
}

.myavk-login__forgotpassword-form,
.myavk-login__login-form {
  margin-top: 48px;
}

.myavk-login__editprofile-form .row .row {
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.myavk-login__editprofile-form .row + .form__label,
.myavk-login__editprofile-form .form__label + .row {
  margin-top: 15px;
}

.myavk-login__editprofile-form .form__label + .form__label {
  margin-top: 30px;
}

.myavk-login__signup-form .row .row {
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
}

.myavk-login__signup-form--signup-btn {
  width: 100%;
}

.myavk-login__signup-form--cancel {
  width: 100%;
  height: 100%;
}

.myavk-login__signup-form--newsletter-btn {
  width: 100%;
  overflow: auto;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.myavk-login__signup-form--newsletter-btn .form__labeltext {
  float: left;
  margin-bottom: 0;
  cursor: pointer;
}

.myavk-login__signup-form--newsletter-btn input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.myavk-login__signup-form--newsletter-btn .icon-checkbox {
  float: right;
}

.myavk-login__signup-form--newsletter-btn .icon-checkbox svg {
  width: 20px;
  height: 20px;
  fill: var(--brand-text-color);
  stroke: var(--brand-text-color);
}

.myavk-login__signup-form--checkbox {
  position: relative;
  float: right;
  border: 2px solid var(--brand-text-color);
  width: 22px;
  height: 22px;
  margin: 0 auto;
  cursor: pointer;
}

input[type="checkbox"]:checked ~ .myavk-login__signup-form--checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/static/svg/individual/checkmark-blue.svg"), no-repeat;
  display: block;
  height: 10px;
  width: 13px;
}

.myavk-login__signup-form--consent {
  position: relative;
  display: flex;
  align-items: center;
}

.myavk-login__signup-form--consent-btn {
  padding: 0;
  margin-right: 15px;
}

.myavk-login__signup-form--consent-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.myavk-login__signup-form--consent input[type="checkbox"].formvalidate__error + .myavk-login__signup-form--checkbox {
  border-color: var(--special-color);
}

.myavk-login__signup-form--consent .formvalidate__error-message {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
}

.myavk-login__login-failure,
.myavk-login__login-success,
.myavk-login__forgotpassword--failure,
.myavk-login__forgotpassword--success {
  margin-top: 48px;
  font-size: 18px;
}

.myavk-login__login-success,
.myavk-login__forgotpassword--success {
  color: var(---promo-green);
}

.myavk-login__login-failure,
.myavk-login__forgotpassword--failure {
  color: var(--promo-red);
}

.myavk-login__changepassword--failure p,
.myavk-login__changepassword--success p {
  margin-top: 0;
  font-size: 18px;
}

.myavk-login .btn--link {
  color: var(--brand-color);
}

.myavk-login .form__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.myavk-login .form__buttons--align-right {
  justify-content: flex-end;
}

.myavk-login__forgotpassword-btn {
  width: 100%;
  text-align: right;
  outline: none;
}

.myavk-login__forgotpassword-btn.form__button {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
}

.myavk-login__forgotpassword-btn.form__button span {
  border-bottom: 1px solid;
}

.myavk-login__steps {
  overflow: hidden;
}

.chooser--is-opened .myavk-login__steps {
  overflow: visible;
}

.myavk-login__step {
  position: relative;
  z-index: 3;
  opacity: 1;
  float: left;
  width: 100%;
  height: 0;
  transition: transform .3s linear, opacity .3s linear .1s;
  transform: translateX(100%);
}

.myavk-login__step.is-active {
  opacity: 1;
  transform: translateX(0%);
  height: auto;
}

.myavk-login__step.is-done {
  opacity: 0;
  transform: translateX(-100%);
}

.myavk-login__step.is-prev {
  transform: translateX(100%);
  z-index: 3;
  height: auto;
}

.myavk-login__dropdown {
  position: relative;
  width: 100%;
}

.myavk-login__dropdown .icon-arrow-right {
  transform: rotate(90deg) translateX(-75%);
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 25px;
  pointer-events: none;
}

.myavk-login__dropdown .icon-arrow-right svg {
  fill: white;
}

.myavk-login__dropdown .formvalidate__error ~ .custom-select > li:first-child {
  border: 2px solid var(--special-color);
}

.myavk-login__dropdown .formvalidate__error-message {
  position: absolute;
  bottom: -21px;
  z-index: 1;
  font-size: 14px;
}

.myavk-login .custom-select {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  list-style-type: none;
  background: var(--secondary-color-light);
  border: none;
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
}

.myavk-login .custom-select:focus {
  outline: none;
}

.myavk-login .custom-select--active {
  height: auto;
  overflow: visible;
}

.myavk-login .custom-select--active ~ .icon-arrow-right {
  z-index: 3;
  transform: rotate(-90deg) translateX(75%);
}

.myavk-login .custom-select__scroll-wrapper {
  height: calc(50px * 6);
  padding: 20px 0;
  background: white;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}

.myavk-login .custom-select__scroll-wrapper.ss-autoheight {
  height: auto;
  padding: 10px 0;
}

.myavk-login .custom-select__scroll-wrapper .ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.myavk-login .custom-select__scroll-wrapper .ss-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  background: white;
}

.myavk-login .custom-select__scroll-wrapper .ss-content {
  height: 100%;
  width: calc(100% + 18px);
  position: relative;
  overflow: auto;
}

.myavk-login .custom-select__scroll-wrapper .ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.myavk-login .custom-select__scroll-wrapper .ss-scroll {
  position: relative;
  background: var(--brand-color);
  width: 9px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
}

.myavk-login .custom-select__scroll-wrapper .ss-hidden {
  display: none;
}

.myavk-login .custom-select__scroll-wrapper .ss-grabbed {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.myavk-login .custom-select__option {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 25px;
  background: white;
  color: var(--brand-text-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.myavk-login .custom-select__option:hover:not(.custom-select__option--selected) {
  color: var(--special-color);
  background: var(--secondary-color-light);
}

.myavk-login .custom-select__option--selected {
  display: block;
  background: var(--brand-color);
  color: white;
  pointer-events: none;
  height: 60px;
  line-height: 56px;
  padding-right: 60px;
  border: 2px solid transparent;
}

.myavk-login .custom-select__option--active {
  pointer-events: none;
  color: var(--secondary-color);
}

.nav-left {
  line-height: 1.1;
}

.nav-left a {
  display: block;
  color: #000;
  max-height: calc(2.2em + 22px);
  overflow: hidden;
  padding: 11px 0;
  font-size: 15px;
  position: relative;
  line-height: 1.1;
}

.nav-left a.active {
  color: var(--special-color);
  font-weight: 700;
}

.nav-left a:hover,
.nav-left a:focus {
  color: var(--special-color);
}

.nav-left a.open .icon {
  transform: rotate(90deg);
}

.nav-left a.has-children {
  padding: 11px 30px 11px 0;
}

.nav-left a .icon {
  transform: rotate(0deg);
  transition: transform .1s ease-in-out;
  position: absolute;
  top: 14px;
  right: 10px;
  display: inline-block;
}

.nav-left a .icon-arrow-right svg {
  height: 12px;
  fill: #000000;
}

body.fire .page.segment .nav-left a .icon-arrow-right svg,
body.water .page.segment .nav-left a .icon-arrow-right svg,
body.waste-water .page.segment .nav-left a .icon-arrow-right svg,
.page.segment .nav-left a .icon-arrow-right svg {
  fill: white;
}

body.gas .page.segment .nav-left a .icon-arrow-right svg {
  fill: #000000;
}

.nav-left > li > a {
  font-weight: 700;
  text-transform: uppercase;
}

.nav-left li {
  perspective: 600px;
}

.nav-left li ul {
  display: none;
  overflow: hidden;
}

.nav-left li ul ul {
  padding-left: 15px;
}

.nav-left li ul li.inpath:last-child > ul {
  border-bottom: 0;
  padding-bottom: 0;
}

.nav-left li.inpath > ul {
  display: block;
  height: auto;
  border-top: 1px solid #85888B;
  border-bottom: 1px solid #85888B;
  text-transform: none;
}

.nav-left ul {
  margin: 0;
}

.nav-left ul:first-child {
  border-top: 1px solid #85888B;
}

.page.case .nav-left {
  margin-top: 20px;
}

body.qr-page .nav {
  position: relative;
  top: 0;
  width: 100%;
  max-width: none;
  height: 60px;
  -webkit-animation: slideDown;
          animation: slideDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.54, 0.48, 1);
          animation-timing-function: cubic-bezier(0.1, 0.54, 0.48, 1);
  background-color: rgba(0, 35, 149, 0.85);
  z-index: 100;
}

body.qr-page .nav,
body.qr-page .nav a,
body.qr-page .nav a:visited,
body.qr-page .nav figcaption {
  color: #fff;
}

body.qr-page .nav > .grid {
  height: 100%;
}

body.qr-page .nav > .grid > .row {
  height: 100%;
  align-items: center;
}

body.qr-page .logo {
  margin: 0;
  white-space: nowrap;
}

body.qr-page .logo svg {
  width: 50px;
  height: 24px;
  margin-top: 2px;
}

body.qr-page .logo figcaption {
  font-size: 14px;
  line-height: 0.9;
}

body.qr-page header .logo svg path {
  fill: #fff;
}

.nav-segment {
  line-height: 1.1;
  transition: transform 0.2s ease-out;
}

.nav-segment.open,
.nav-segment ul.open {
  transition: transform 0.2s ease-out 0.3s;
  transform: translateX(-100%);
}

.nav-segment.open > li:not(.inpath),
.nav-segment ul.open > li:not(.inpath) {
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

.nav-segment.open > li > a,
.nav-segment ul.open > li > a {
  pointer-events: none;
}

.nav-segment > li > a {
  font-weight: 700;
}

.nav-segment li {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}

.nav-segment li ul {
  display: none;
}

.nav-segment li ul li.inpath:last-child > ul {
  border-bottom: 0;
  padding-bottom: 0;
}

.nav-segment li.inpath > a {
  transition: opacity 0.2s ease-out 0.3s;
  opacity: 0;
}

.nav-segment li.inpath > ul {
  display: block;
  height: auto;
  text-transform: none;
}

.nav-segment ul {
  position: absolute;
  top: 45px;
  left: 100%;
  width: 100%;
  margin: 0;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.nav-segment ul:first-child {
  border-top: 1px solid var(--top-border-color);
}

.nav-segment ul ul {
  top: 0;
}

.nav-segment__button {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.1;
  color: white;
  opacity: 0;
  pointer-events: none;
}

.nav-segment__button:hover,
.nav-segment__button:visited,
.nav-segment__button:hover:visited,
.nav-segment__button:focus:visited {
  color: white;
}

.nav-segment__button:focus {
  color: white;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.nav-segment__button:focus:hover {
  outline: none;
}

.nav-segment__button--active {
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition-delay: 0.5s, 0s;
  opacity: 1;
  pointer-events: all;
  transform: translateX(-6px);
}

.nav-segment__button-text {
  position: relative;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Neue Helvetica W02", helvetica, arial, sans-serif;
  font-weight: bold;
  padding: 9px 0 9px 30px;
}

html[lang="ru"] .nav-segment__button-text {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] .nav-segment__button-text {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] .nav-segment__button-text {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] .nav-segment__button-text {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

.nav-segment__button-text:focus {
  outline: none;
}

.nav-segment__button .icon {
  position: absolute;
  top: 50%;
  left: 0;
}

.nav-segment__button .icon svg {
  height: 20px;
  width: 16px;
  fill: #000000;
}

body.fire .page.segment .nav-segment__button .icon svg,
body.water .page.segment .nav-segment__button .icon svg,
body.waste-water .page.segment .nav-segment__button .icon svg,
.page.segment .nav-segment__button .icon svg {
  fill: white;
}

body.gas .page.segment .nav-segment__button .icon svg {
  fill: #000000;
}

.nav-segment__button .icon-arrow-one {
  transform: rotate(180deg) translate(0, 50%);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.nav-segment__button .icon-arrow-two {
  transform: rotate(180deg) translate(-6px, 50%);
}

.nav-segment__button--deep {
  transform: translateX(0);
  transition-delay: 0.3s;
}

.nav-segment__button--deep .icon-arrow-one {
  transition-delay: 0.3s;
  opacity: 1;
}

.page.case .nav-segment {
  margin-top: 20px;
}

.nav-segment a {
  display: block;
  color: #000;
  max-height: calc(2.2em + 22px);
  overflow: hidden;
  font-size: 15px;
  position: relative;
  line-height: 1.1;
  transition: opacity 0.2s ease-out;
  text-overflow: ellipsis;
}

.nav-segment a.active span {
  color: var(--special-color);
  font-weight: 700;
}

.nav-segment a span:first-child {
  padding: 9px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.nav-segment a span:first-child:focus {
  outline: none;
}

.nav-segment a.open .icon {
  transform: rotate(90deg);
}

.nav-segment a.has-children span:first-child {
  padding: 9px 30px 9px 0;
}

.nav-segment a .icon {
  transform: rotate(0deg);
  transition: transform .1s ease-in-out;
  position: absolute;
  top: 11px;
  right: 10px;
  display: inline-block;
}

.nav-segment a .icon-arrow-right svg {
  height: 12px;
  fill: #000000;
}

body.fire .page.segment .nav-segment a .icon-arrow-right svg,
body.water .page.segment .nav-segment a .icon-arrow-right svg,
body.waste-water .page.segment .nav-segment a .icon-arrow-right svg,
.page.segment .nav-segment a .icon-arrow-right svg {
  fill: white;
}

body.gas .page.segment .nav-segment a .icon-arrow-right svg {
  fill: #000000;
}

body.nav-sticky .nav {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: none;
  height: 60px;
  -webkit-animation: slideDown;
          animation: slideDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.54, 0.48, 1);
          animation-timing-function: cubic-bezier(0.1, 0.54, 0.48, 1);
  background-color: var(--navigation-background);
  z-index: 100;
}

body.nav-sticky .nav,
body.nav-sticky .nav a,
body.nav-sticky .nav a:visited,
body.nav-sticky .nav figcaption {
  color: var(--nav-sticky-font-color);
}

body.nav-sticky .nav > .grid {
  height: 100%;
}

body.nav-sticky .nav > .grid > .row {
  height: 100%;
  align-items: center;
}

body.nav-sticky .nav .row--stretch-left {
  height: 100%;
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
}

body.nav-sticky .nav .logo {
  margin: 0;
  white-space: nowrap;
  width: 0;
  overflow: hidden;
}

body.nav-sticky .nav .logo svg {
  width: 50px;
  height: 24px;
  margin-top: 2px;
}

body.nav-sticky .nav .logo figcaption {
  font-size: 14px;
  line-height: 0.9;
}

body.nav-sticky .nav .nav__top {
  position: relative;
  align-items: center;
  font-size: 14px;
  line-height: 1.1em;
  margin: 0;
  width: 100%;
  height: 100%;
}

body.nav-sticky .nav .nav__top ul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 0 10px;
}

body.nav-sticky .nav .nav__top.five-plus {
  width: 100%;
  height: 100%;
}

body.nav-sticky .nav .nav__top.five-plus ul {
  position: absolute;
  left: 0;
  bottom: 0;
  justify-content: flex-start;
  width: 100%;
  padding: 0 20px 0 10px;
}

body.nav-sticky .nav .nav__top.five-plus li {
  padding: 0 15px;
}

body.nav-sticky .nav .nav__top.five-plus li:first-child {
  padding-left: 0;
}

body.nav-sticky .nav .search,
body.nav-sticky .nav__enquiry-button {
  height: 60px;
  top: 0;
  width: 100px;
  padding: 10px;
  position: relative;
}

body.nav-sticky .nav .search input,
body.nav-sticky .nav__enquiry-button input {
  line-height: normal;
}

body.nav-sticky .nav .search .icon,
body.nav-sticky .nav__enquiry-button .icon {
  top: auto;
  transform: none;
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}

body.nav-sticky .nav .search .icon-search-product svg,
body.nav-sticky .nav__enquiry-button .icon-search-product svg {
  height: 22px;
}

body.nav-sticky .nav .search a,
body.nav-sticky .nav__enquiry-button a {
  padding: 32px 0 0;
  text-align: center;
  width: 100%;
  font-size: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

body.nav-sticky .nav .search a:hover:after,
body.nav-sticky .nav__enquiry-button a:hover:after {
  display: none;
}

body.nav-sticky .nav__enquiry-button {
  display: flex;
  background-color: var(--navigation-enquiry);
  order: -1;
}

body.nav-sticky .nav__enquiry-button .icon {
  margin-bottom: 0px;
}

body.nav-sticky .nav__enquiry-button svg {
  fill: #fff;
  height: 22px;
  width: 28px;
}

body.nav-sticky .nav__enquiry-button a {
  text-decoration: none;
  padding: 0;
}

body.nav-sticky .nav__enquiry-button form {
  width: 100%;
}

body.nav-sticky .nav .enquiry {
  position: relative;
}

body.nav-sticky .nav .enquiry__count {
  position: absolute;
  top: -5px;
  right: 10px;
  width: auto;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  background-color: white;
  color: var(--navigation-enquiry);
  border-radius: 9px;
  box-shadow: 3px 3px 10px -3px #000;
}

body.nav-sticky .nav .enquiry__text {
  margin: 0 auto;
  color: #fff;
  text-transform: none;
  font-size: 13px;
  display: inline-block;
  position: relative;
  text-align: left;
  font-weight: 300;
  line-height: 2;
}

body.nav-sticky header .logo svg path {
  fill: #fff;
}

.nav__top {
  font-size: 23px;
  line-height: 1.1em;
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-weight: 300;
}

.nav__top ul:not(.main) {
  font-size: 16px;
  line-height: 1.3;
}

.nav__top ul:not(.main) a {
  padding: 10px 15px;
}

.nav__top li {
  position: relative;
}

html[lang="ru"] .nav__top li {
  margin-right: 15px;
}

html[lang="ru"] .nav__top li:last-child {
  margin-right: 0;
}

html[lang="el"] .nav__top li {
  margin-right: 15px;
}

html[lang="el"] .nav__top li:last-child {
  margin-right: 0;
}

html[lang="vi"] .nav__top li {
  margin-right: 15px;
}

html[lang="vi"] .nav__top li:last-child {
  margin-right: 0;
}

html[lang="uz"] .nav__top li {
  margin-right: 15px;
}

html[lang="uz"] .nav__top li:last-child {
  margin-right: 0;
}

.nav__top li:nth-last-child(1) {
  z-index: 1;
}

.nav__top li:nth-last-child(2) {
  z-index: 2;
}

.nav__top li:nth-last-child(3) {
  z-index: 3;
}

.nav__top li:nth-last-child(4) {
  z-index: 4;
}

.nav__top li:nth-last-child(5) {
  z-index: 5;
}

.nav__top li:nth-last-child(6) {
  z-index: 6;
}

.nav__top li:nth-last-child(7) {
  z-index: 7;
}

.nav__top li:nth-last-child(8) {
  z-index: 8;
}

.nav__top li:nth-last-child(9) {
  z-index: 9;
}

.nav__top li:nth-last-child(10) {
  z-index: 10;
}

.nav__top li:nth-last-child(11) {
  z-index: 11;
}

.nav__top li:nth-last-child(12) {
  z-index: 12;
}

.nav__top li:nth-last-child(13) {
  z-index: 13;
}

.nav__top li:nth-last-child(14) {
  z-index: 14;
}

.nav__top li:nth-last-child(15) {
  z-index: 15;
}

.nav__top li:nth-last-child(16) {
  z-index: 16;
}

.nav__top li:nth-last-child(17) {
  z-index: 17;
}

.nav__top li:nth-last-child(18) {
  z-index: 18;
}

.nav__top li:nth-last-child(19) {
  z-index: 19;
}

.nav__top li:nth-last-child(20) {
  z-index: 20;
}

.nav__top li a {
  display: block;
  padding: 12px 15px;
}

html[lang="ru"] .nav__top li a {
  font-weight: 100;
}

html[lang="el"] .nav__top li a {
  font-weight: 100;
}

html[lang="vi"] .nav__top li a {
  font-weight: 100;
}

html[lang="uz"] .nav__top li a {
  font-weight: 100;
}

.nav__top li a.active {
  font-weight: 700;
}

html[lang="ru"] .nav__top li a.active {
  font-weight: 700;
}

html[lang="el"] .nav__top li a.active {
  font-weight: 700;
}

html[lang="vi"] .nav__top li a.active {
  font-family: 700;
}

html[lang="uz"] .nav__top li a.active {
  font-family: 700;
}

body.global-site .nav__top li a.active:after {
  background-color: #fff;
}

.nav__top li a .icon {
  display: none;
}

.nav__top li a.has-children {
  position: relative;
}

.nav__top li a.has-children .icon {
  position: absolute;
  top: 12px;
  right: 20px;
  display: inline-block;
}

.nav__top li a.has-children .icon-arrow-right svg {
  height: 12px;
  fill: var(--brand-color);
}

body.global-site .nav__top li a.has-children .icon-arrow-right svg {
  fill: white;
}

.global-site .nav__top a,
.global-site .nav__top a:visited,
.global-site .nav__top a:hover,
.global-site .nav__top a:visited:hover {
  color: #fff;
}

.nav__list-item--has-mobile-string .nav__list-item-anchor--mobile {
  display: block;
}

.nav__list-item--has-mobile-string .nav__list-item-anchor:not(.nav__list-item-anchor--mobile) {
  display: none;
}

.nav__list-item-anchor--mobile {
  display: none;
}

.nav__enquiry-button {
  display: none;
}

.nav__breadcrumb {
  position: absolute;
  top: -100px;
  opacity: 0;
  left: 0;
  margin-right: 30px;
  z-index: 12;
  pointer-events: none;
  transition: opacity 0.6s, top 0.3s;
}

.nav--active .nav__breadcrumb {
  opacity: 1;
  top: 0;
  pointer-events: auto;
}

.nav__breadcrumb a,
.nav__breadcrumb a:visited {
  position: relative;
  display: none;
  font-family: "Neue Helvetica W02", helvetica, arial, sans-serif;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 88vw;
  color: var(--brand-color);
  font-size: 20px;
  font-weight: 300;
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--breadcrumb-border);
  pointer-events: none;
}

html[lang="ru"] .nav__breadcrumb a,
html[lang="ru"] .nav__breadcrumb a:visited {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] .nav__breadcrumb a,
html[lang="el"] .nav__breadcrumb a:visited {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] .nav__breadcrumb a,
html[lang="vi"] .nav__breadcrumb a:visited {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] .nav__breadcrumb a,
html[lang="uz"] .nav__breadcrumb a:visited {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

.nav__breadcrumb a:last-child,
.nav__breadcrumb a:visited:last-child {
  display: block;
}

.global-site .nav__breadcrumb a,
.global-site .nav__breadcrumb a:visited {
  color: #fff;
}

.nav__breadcrumb a .icon,
.nav__breadcrumb a:visited .icon {
  display: none;
}

.nav__breadcrumb button + a {
  position: relative;
}

.nav__breadcrumb br {
  display: none;
}

.nav a,
.nav a:visited {
  color: var(--navigation-link-color);
}

.nav__back,
.nav__toggle {
  background: none;
  border: 0;
  z-index: 13;
}

.nav__back {
  background: none;
  left: 0;
  padding: 20px 0 0 15px;
  color: var(--nav-back);
  font-size: 22px;
  line-height: 0.75;
  font-weight: 100;
  clear: right;
}

.global-site .nav__back {
  color: #fff;
}

.nav__back svg {
  height: 15px;
  margin-right: 10px;
}

.nav__back svg path {
  fill: var(--nav-back);
}

.nav__toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 20px 16px;
}

.nav__toggle svg {
  height: 26px;
  width: 26px;
  fill: var(--nav-toggle-svg);
}

.nav--open {
  overflow: scroll;
}

.nav--open .nav__top,
.nav--open .toolbar nav,
.nav--open .chooser-links {
  opacity: 1;
}

.nav--open .chooser-links {
  min-height: 60vh;
}

.nav--open:not(.nav) {
  position: fixed;
  min-height: 120vh;
  overflow: auto;
}

.nav.nav--active .logo {
  padding-right: 10px;
  padding-bottom: 33px;
  top: -80px;
}

.newsletter .icon-email {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 10;
}

.newsletter .icon-email svg + svg {
  display: none;
}

.newsletter .form-row {
  min-height: 65px;
  padding-left: 35px;
}

.newsletter .form-row input[type=email] {
  padding: 0 0 2px 0;
}

.newsletter .form-row input[type=email] + label {
  padding: 0 0 2px 80px;
}

.link-box .newsletter .form-row input[type=email] {
  width: 100%;
}

.newsletter form {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}

.newsletter form.loading .icon svg:first-child {
  display: none;
}

.newsletter form.loading .icon svg + svg {
  display: block;
}

.newsletter input {
  width: auto;
  color: #002395;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.5;
}

form.has-error .newsletter input {
  border-color: #E32234;
}

.newsletter input[type=email] {
  display: block;
  margin-top: 0;
  border: 0;
  border-bottom: 1px dashed var(--footer-newsletter-color);
  background-color: transparent;
  height: 25px;
}

.newsletter input[type=email],
.newsletter input[type=email] + label {
  padding: 0 0 2px 35px;
  margin-top: 0;
}

.newsletter input[type=email]:focus,
.newsletter input[type=email].has-value {
  border-bottom: 1px dashed var(--footer-newsletter-color);
  outline: none;
  padding-top: 12px;
  height: auto;
}

.newsletter input[type=email]:focus + label,
.newsletter input[type=email].has-value + label {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
}

.newsletter label {
  color: #002395;
  line-height: 1.5;
  font-weight: 500;
}

.newsletter input[type="email"]:focus ~ .form__group,
.newsletter input[type="email"].has-value ~ .form__group {
  margin-top: 10px;
  opacity: 1;
  transform: translateY(0%);
}

.newsletter input[type="email"]:focus ~ .form__group *,
.newsletter input[type="email"].has-value ~ .form__group * {
  height: 100%;
}

.newsletter input[type="email"]:focus ~ .form__group .form__check-label,
.newsletter input[type="email"].has-value ~ .form__group .form__check-label {
  display: block;
}

.newsletter input[type="email"]:focus ~ .form__group__check-input + .sitecore-form-pseudo-helper,
.newsletter input[type="email"].has-value ~ .form__group__check-input + .sitecore-form-pseudo-helper {
  height: 22px;
}

.newsletter input[type="email"]:focus ~ .form__group .form__link,
.newsletter input[type="email"].has-value ~ .form__group .form__link {
  margin-top: 10px;
}

.newsletter input[type="email"]:focus ~ .form__group .form__submit-btn,
.newsletter input[type="email"].has-value ~ .form__group .form__submit-btn {
  padding: 5px 10px;
  margin: 0;
}

.newsletter--footer input {
  color: var(--footer-newsletter-color);
}

.newsletter--footer input[type="email"] {
  border-bottom: 1px dashed var(--footer-newsletter-color);
  height: 30px;
}

.newsletter--footer label {
  color: var(--footer-newsletter-color);
}

.newsletter--footer form {
  position: static;
  height: 0;
}

.newsletter--footer label {
  font-size: 16px;
}

.newsletter--footer.unfold input[type=email] {
  display: block;
}

.newsletter--inbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  z-index: 2;
  background: var(--secondary-color-light);
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.newsletter--inbox form {
  display: none;
  top: 25%;
  margin-left: 20px;
  width: calc(100% - 50px);
  transform: translateY(-50%);
}

.newsletter--inbox .form-message {
  text-align: left;
}

.newsletter--inbox .h2 {
  color: var(--brand-color);
  font-size: 24px;
  padding: 15px 0 10px;
  background-color: var(--secondary-color-light);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsletter--inbox .form-row input:-webkit-autofill,
.newsletter--inbox .form-row input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px var(--secondary-color-light) inset;
}

.unfold .newsletter--inbox {
  transform: translateY(0) !important;
  height: 100%;
}

.unfold .newsletter--inbox + .bg-imagehandler {
  z-index: 1;
  transform: scale(1) !important;
}

.unfold .newsletter--inbox h2 {
  background-color: transparent;
  padding: 20px 0 10px;
}

.unfold .newsletter--inbox form {
  display: block;
}

.newsletter .form__group {
  margin: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  max-width: 300px;
}

.newsletter .form__group * {
  height: 0;
}

.link-box .newsletter .form__group {
  max-width: 100%;
  text-align: left;
}

.newsletter .form__group-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter .form__check-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.newsletter .form__check-input + .sitecore-form-pseudo-helper {
  margin-right: 0.937rem;
  margin-top: 0;
  width: 22px;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

.newsletter .form__check-input + .sitecore-form-pseudo-helper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--brand-text-color);
  background: transparent;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.newsletter .form__check-input + .sitecore-form-pseudo-helper:after {
  background: url(/static/svg/individual/checkmark-blue.svg), no-repeat;
  top: 5px;
  left: 4px;
  width: 14px;
  height: 11px;
  content: '';
  position: absolute;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: scale(0);
}

.newsletter .form__check-input:checked + .sitecore-form-pseudo-helper:after {
  opacity: 1;
  transform: scale(1);
}

.newsletter .form__check-input:checked ~ .form__submit-btn {
  background-color: orange;
}

.newsletter .form__check-label {
  font-size: 12px;
  padding: 0 10px 0 37px;
  position: relative;
  display: table;
  cursor: pointer;
  line-height: 1.2;
  display: block;
}

.newsletter .form__link {
  font-size: 12px;
  margin-top: 0;
  width: 100%;
  text-align: right;
  text-decoration: underline;
}

.newsletter .form__submit-btn {
  float: right;
  padding: 0px;
  background: orange;
  color: white;
  font-size: 14px;
  margin: 0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 101;
}

.overlay:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.overlay__wrapper.grid-container {
  height: 100%;
  max-width: 560px;
  width: 100%;
}

.overlay__content {
  background-color: #E0E0E1;
  padding: 48px 30px 30px;
  max-width: calc(100vw - 30px);
  transition: max-width ease-in-out .2s;
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0 auto;
}

.overlay__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.overlay__close svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

.overlay__title {
  color: #000;
  padding-bottom: 15px;
}

.overlay__text {
  white-space: normal;
}

.package-download {
  position: fixed;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  background: var(--special-color);
  font-size: 16px;
  transform: translate(0, 100%);
  transition: transform .4s;
}

.package-download--active {
  transform: translate(0, 0);
}

.package-download-is-active .package-download__cell,
.package-download-is-active .table__td--download:not(.video-download) {
  /*background-color: $color--yellow;
            color: white;*/
}

.package-download-is-active .package-download__cell form button,
.package-download-is-active .package-download__cell .icon-product,
.package-download-is-active .table__td--download:not(.video-download) form button,
.package-download-is-active .table__td--download:not(.video-download) .icon-product {
  display: none;
}

.package-download__wrapper {
  width: 100%;
  padding: 0 15px;
  display: flex;
  height: 60px;
  justify-content: stretch;
  border-collapse: collapse;
  border-spacing: 0;
}

.package-download__text-wrapper {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  flex-basis: calc(100% - 180px);
  text-align: center;
}

.package-download__text {
  text-transform: uppercase;
}

.package-download__text button {
  background: transparent;
  pointer-events: none;
}

.package-download__text--enabled button {
  pointer-events: auto;
}

.package-download__file-count {
  text-align: right;
  padding: 0 20px;
  display: flex;
}

.package-download__file-count span + span {
  margin-left: 5px;
}

.package-download__file-count span:last-child {
  display: none;
}

.package-download__button-close {
  flex: 1 0 auto;
  flex-basis: 90px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: opacity ease-in-out .2s;
}

.package-download__button-close--hide {
  opacity: 0;
  pointer-events: none;
}

.package-download__button-close button {
  width: 100%;
  height: 100%;
  position: relative;
}

.package-download__button-close button .icon-line {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: white;
  transform: rotate(45deg);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.package-download__button-close button .icon-line--second {
  transform: rotate(-45deg);
}

.package-download__button-close button svg {
  height: 23px;
  width: 23px;
  fill: white;
}

.package-download__button-download {
  flex: 1 0 auto;
  flex-basis: 90px;
  background: rgba(0, 0, 0, 0.2);
}

.package-download__button-download button {
  width: 100%;
  height: 100%;
}

.package-download__button-download button svg {
  fill: white;
}

.package-download__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: row;
}

.package-download__header.product__datasheet--header {
  justify-content: flex-start;
  align-items: center;
}

.package-download__header.product__datasheet--header h2 {
  max-width: calc(100% - 100px);
}

.package-download__toggle {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #002395;
  margin-top: 20px;
  margin-bottom: 5px;
  align-self: flex-end;
}

.package-download__toggle div {
  padding-right: 10px;
}

.package-download__toggle span:not(.icon) {
  padding-right: 3px;
  opacity: 0;
  transition: opacity .4s;
}

.package-download__toggle svg {
  fill: #002395;
}

.package-download__toggle:hover {
  color: var(--special-color);
}

.package-download__toggle:hover svg {
  fill: var(--special-color);
}

.package-download__toggle--active span:not(.icon) {
  opacity: 1;
}

.package-download__parent-td--checked.table--bg-light,
.package-download__parent-td--checked.table--bg-lighter,
.package-download__parent-td--checked.table__td--download {
  background-color: var(--special-color);
}

.package-download__checkbox {
  position: relative;
  display: none;
  border: 2px solid #002395;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  cursor: pointer;
}

.package-download-is-active .package-download__checkbox {
  display: block;
}

.package-download__checkbox--checked {
  border: 2px solid white;
}

.package-download__checkbox--checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/static/svg/individual/checkmark.svg") no-repeat;
  display: block;
  height: 10px;
  width: 13px;
}

.search {
  position: relative;
  height: 60px;
  width: 50%;
  float: left;
  background-color: var(--searchbar-bg);
  text-align: center;
}

.search a {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: left;
  color: #fff;
  padding-left: 5px;
  font-weight: 300;
  line-height: 2;
}

.search input {
  display: inline-block;
  text-align: left;
  color: #fff;
  padding-left: 5px;
  line-height: 2;
  width: 35%;
  transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search input::-moz-placeholder {
  color: #fff;
}

.search input:-ms-input-placeholder {
  color: #fff;
}

.search input::-webkit-input-placeholder {
  color: #fff;
}

.search input:focus {
  width: 70%;
}

.search .icon {
  display: inline-block;
  pointer-events: none;
  fill: #fff;
}

.search-product {
  background-color: var(--searchbar-product-bg-xs);
}

.global-site .search-product {
  display: none;
}

.search-product a {
  color: var(--search-link-product);
}

.search-product a:hover,
.search-product a:visited {
  color: var(--search-link-product) !important;
}

.search-product svg {
  fill: var(--search-link-product);
}

.global-site .search-product-allow-access {
  display: block;
}

.search-site a {
  color: var(--search-link-site);
}

.search-site a:hover,
.search-site a:visited {
  color: var(--search-link-site) !important;
}

.search-site svg {
  fill: var(--search-link-site);
}

.global-site .search-site {
  width: 100%;
  float: none;
  justify-content: flex-start;
  align-content: center;
  background-color: var(--searchbar-global-bg);
}

.search-site input {
  width: 70%;
  font-size: 14px;
}

.search-language {
  width: calc(100% - 30px);
  position: relative;
  height: 60px;
  text-align: left;
  border: 1px solid var(--chooser-font-color);
  background-color: transparent;
  margin: 20px 0;
  will-change: transform;
}

.search-language .icon {
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: inline-block;
  pointer-events: none;
}

.search-language .icon svg {
  fill: var(--chooser-font-color) !important;
}

.search-language form {
  width: 100%;
  padding: 13px 35px 13px 15px;
}

.search-language form label {
  position: absolute;
  pointer-events: none;
  top: 30%;
  left: 15px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.search-language form input {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.search-language form input:focus,
.search-language form input.has-value {
  outline: none;
  width: 100%;
}

.search-language form input:focus + label,
.search-language form input.has-value + label {
  top: -40%;
  font-size: 14px;
}

.search-language .search-results {
  position: absolute;
  top: 0;
  right: 15%;
  bottom: 0;
  font-size: 14px;
  line-height: 58px;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.search-language .search-results.show {
  opacity: 1;
}

body.nav-sticky .search-product a {
  color: var(--search-link-product-sticky);
}

body.nav-sticky .search-product a:hover,
body.nav-sticky .search-product a:visited {
  color: var(--search-link-product-sticky) !important;
}

body.nav-sticky .search-product svg {
  fill: var(--search-link-product-sticky);
}

body.nav-sticky .search-site a {
  color: var(--search-link-site-sticky);
}

body.nav-sticky .search-site a:hover,
body.nav-sticky .search-site a:visited {
  color: var(--search-link-site-sticky) !important;
}

body.nav-sticky .search-site svg {
  fill: var(--search-link-site-sticky);
}

.sitecore-form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sitecore-form.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.sitecore-form h2 {
  font-size: 2rem;
  margin-top: 0;
}

.sitecore-form input,
.sitecore-form textarea,
.sitecore-form select {
  width: 100%;
  margin-top: 20px;
}

.sitecore-form input:active,
.sitecore-form input:focus,
.sitecore-form textarea:active,
.sitecore-form textarea:focus,
.sitecore-form select:active,
.sitecore-form select:focus {
  box-shadow: 0 0 0 2px inset #000;
}

.sitecore-form input::-moz-placeholder, .sitecore-form textarea::-moz-placeholder, .sitecore-form select::-moz-placeholder {
  color: #CCC;
}

.sitecore-form input:-ms-input-placeholder, .sitecore-form textarea:-ms-input-placeholder, .sitecore-form select:-ms-input-placeholder {
  color: #CCC;
}

.sitecore-form input::placeholder,
.sitecore-form textarea::placeholder,
.sitecore-form select::placeholder {
  color: #CCC;
}

.sitecore-form input::-ms-clear,
.sitecore-form input::-ms-reveal {
  display: none;
}

.sitecore-form input::-moz-placeholder {
  color: #CCC;
}

.sitecore-form input:-ms-input-placeholder {
  color: #CCC;
}

.sitecore-form input::placeholder {
  color: #CCC;
}

.sitecore-form input.input-validation-error {
  box-shadow: 0 0 0 2px inset var(--special-color);
}

.sitecore-form input[type=text],
.sitecore-form input[type=datetime-local],
.sitecore-form input[type=email],
.sitecore-form input[type=number],
.sitecore-form input[type=password],
.sitecore-form input[type=range],
.sitecore-form input[type=search],
.sitecore-form input[type=tel],
.sitecore-form input[type=time],
.sitecore-form input[type=url] {
  width: 100%;
  display: block;
  border: none;
  line-height: 50px;
  height: 50px;
  padding: 0 1.11em;
  background: #FFF;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.sitecore-form input[type=text].half-width,
.sitecore-form input[type=datetime-local].half-width,
.sitecore-form input[type=email].half-width,
.sitecore-form input[type=number].half-width,
.sitecore-form input[type=password].half-width,
.sitecore-form input[type=range].half-width,
.sitecore-form input[type=search].half-width,
.sitecore-form input[type=tel].half-width,
.sitecore-form input[type=time].half-width,
.sitecore-form input[type=url].half-width {
  width: 50%;
}

.sitecore-form input[type=text][disabled],
.sitecore-form input[type=text].disabled,
.sitecore-form input[type=datetime-local][disabled],
.sitecore-form input[type=datetime-local].disabled,
.sitecore-form input[type=email][disabled],
.sitecore-form input[type=email].disabled,
.sitecore-form input[type=number][disabled],
.sitecore-form input[type=number].disabled,
.sitecore-form input[type=password][disabled],
.sitecore-form input[type=password].disabled,
.sitecore-form input[type=range][disabled],
.sitecore-form input[type=range].disabled,
.sitecore-form input[type=search][disabled],
.sitecore-form input[type=search].disabled,
.sitecore-form input[type=tel][disabled],
.sitecore-form input[type=tel].disabled,
.sitecore-form input[type=time][disabled],
.sitecore-form input[type=time].disabled,
.sitecore-form input[type=url][disabled],
.sitecore-form input[type=url].disabled {
  pointer-events: none;
  opacity: .35;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sitecore-form input[type=submit] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  color: var(--primary-text);
  background: var(--primary-button-hover);
  transition: background-color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: background-color;
  width: auto;
}

.sitecore-form input[type=submit]:not(.blue) {
  background: var(--form-btn-background);
  color: var(--form-btn-text) !important;
}

.sitecore-form input[type=submit]:not(.blue):active,
.sitecore-form input[type=submit]:not(.blue):focus,
.sitecore-form input[type=submit]:not(.blue):hover {
  background-color: var(--cookiebanner-btn-hover);
  color: var(--cookiebanner-btn-text) !important;
}

.sitecore-form input[type=submit][disabled] {
  pointer-events: none;
  opacity: .35;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sitecore-form input[type=date] {
  position: relative;
  width: 100%;
  display: block;
  border: none;
  line-height: 50px;
  height: 50px;
  padding: 0 0 0 1.11em;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
}

.sitecore-form input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}

.sitecore-form input[type=date]::-webkit-calendar-picker-indicator {
  background: #FFF;
  color: transparent;
  margin-right: 12px;
  cursor: pointer;
  height: 80%;
  opacity: 0 !important;
}

.sitecore-form input[type=number]::-webkit-inner-spin-button {
  margin: 2px 0;
}

.sitecore-form input[type=radio],
.sitecore-form input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.sitecore-form input[type=radio]:active,
.sitecore-form input[type=radio]:focus,
.sitecore-form input[type=checkbox]:active,
.sitecore-form input[type=checkbox]:focus {
  box-shadow: none;
}

.sitecore-form input[type=radio]:active + .sitecore-form-pseudo-helper:before,
.sitecore-form input[type=radio]:focus + .sitecore-form-pseudo-helper:before,
.sitecore-form input[type=checkbox]:active + .sitecore-form-pseudo-helper:before,
.sitecore-form input[type=checkbox]:focus + .sitecore-form-pseudo-helper:before {
  border: 2px solid var(--brand-text-color);
}

.sitecore-form input[type=radio] + .sitecore-form-pseudo-helper,
.sitecore-form input[type=checkbox] + .sitecore-form-pseudo-helper {
  margin-right: 0.937rem;
  margin-top: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 7px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

.sitecore-form input[type=radio] + .sitecore-form-pseudo-helper:before,
.sitecore-form input[type=checkbox] + .sitecore-form-pseudo-helper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 2px solid var(--brand-text-color);
  background: transparent;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.sitecore-form input[type=radio] + .sitecore-form-pseudo-helper:after,
.sitecore-form input[type=checkbox] + .sitecore-form-pseudo-helper:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 7px;
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: scale(0);
  background: var(--brand-text-color);
}

.sitecore-form input[type=radio]:checked + .sitecore-form-pseudo-helper:before,
.sitecore-form input[type=checkbox]:checked + .sitecore-form-pseudo-helper:before {
  border: 2px solid var(--brand-text-color);
}

.sitecore-form input[type=radio]:checked + .sitecore-form-pseudo-helper:after,
.sitecore-form input[type=checkbox]:checked + .sitecore-form-pseudo-helper:after {
  opacity: 1;
  transform: scale(1);
}

.sitecore-form input[type=radio]:checked:active + .sitecore-form-pseudo-helper:before,
.sitecore-form input[type=radio]:checked:focus + .sitecore-form-pseudo-helper:before,
.sitecore-form input[type=checkbox]:checked:active + .sitecore-form-pseudo-helper:before,
.sitecore-form input[type=checkbox]:checked:focus + .sitecore-form-pseudo-helper:before {
  border: 2px solid var(--brand-text-color);
}

.sitecore-form input[type=checkbox] + .sitecore-form-pseudo-helper:before {
  border-radius: 0;
}

.sitecore-form input[type=checkbox] + .sitecore-form-pseudo-helper:after {
  background: url("/static/svg/individual/checkmark-blue.svg"), no-repeat;
  top: 5px;
  left: 4px;
  width: 14px;
  height: 11px;
}

.sitecore-form input[type=password] {
  background-position: calc(100% - 17px) center;
  background-repeat: no-repeat;
}

.sitecore-form textarea,
.sitecore-form select {
  display: block;
  padding: 0.907em 1.11em;
  background: #FFF;
  outline: none;
  resize: none;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sitecore-form select {
  background-image: url("/static/svg/arrow-down-blue.svg");
  background-position: calc(100% - 17px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  padding-right: 50px;
}

.isIE11 .sitecore-form select {
  background-position: 103% center;
  background-size: 90px;
}

.sitecore-form select.input-validation-error {
  box-shadow: 0 0 0 2px inset var(--special-color);
}

.sitecore-form select::-ms-expand {
  display: none;
}

.sitecore-form label {
  margin-top: 20px;
  padding: 6px 0 0 37px;
  min-height: 22px;
  position: relative;
  display: table;
  cursor: pointer;
}

.sitecore-form label:empty {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.sitecore-form label[class] {
  margin-bottom: -10px;
  padding-left: 0;
  display: block;
  cursor: initial;
}

.sitecore-form label[class].blue {
  color: var(--brand-text-color);
}

.sitecore-form label[class].large {
  font-size: 20px;
}

.sitecore-form label[class].semi-bold {
  font-weight: 500;
}

.sitecore-form label[class].bold {
  font-weight: 700;
}

.sitecore-form label[class]:empty {
  margin-bottom: 0;
}

.sitecore-form .disclaimer {
  position: relative;
  padding-top: 30px;
}

.sitecore-form .disclaimer:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  height: 2px;
  background: #CCC;
}

.social-media a {
  margin-left: 5px;
}

.social-media a + .h4 {
  margin-left: 10px;
}

.social-media a span {
  pointer-events: none;
}

.social-media .h4 {
  color: var(--social-icon);
  text-transform: uppercase;
}

.social-media .h4 + a {
  margin-left: 10px;
}

footer .social-media .h4 {
  color: var(--footer-some-font-color);
}

.social-media button {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-left: 15px;
  z-index: 2;
}

.social-media button svg {
  fill: var(--some-color);
}

main .social-media {
  position: absolute;
  right: 15px;
  top: 25px;
}

footer .social-media a {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
  border-radius: 50%;
  transform: none !important;
}

footer .social-media .h4 + a {
  margin-left: 0px;
}

.page.case .social-media {
  right: 15px;
  left: auto;
  width: auto;
  top: 15px;
}

.compare {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #85888B;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 15px;
  display: none;
}

.compare__container {
  position: relative;
}

.compare__container:after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -5px;
  background: #EBEDED;
}

.compare__row {
  flex-wrap: nowrap;
  overflow: hidden;
}

.compare__row:not(:first-child):not(:last-child) {
  border-top: 1px solid var(--top-border-color);
}

.compare__col {
  padding: 0;
}

.compare__col:first-child {
  position: relative;
  z-index: 1;
}

.compare__col:first-child:after {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: -15px;
  background: #EBEDED;
}

.compare__col:first-child .compare__cell {
  background-color: #EBEDED;
  padding-left: 0;
}

.compare__col + .compare__col {
  padding-left: 30px;
}

.compare__col + .compare__col .compare__cell {
  background-color: white;
}

.compare__shift {
  transition: transform .4s;
}

.compare__cell {
  display: block;
  padding: 10px 20px;
  height: 100%;
}

.compare__cell h2 {
  font-size: 18px;
  color: #002395;
}

.compare__cell p {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.compare__cell img {
  max-height: 250px;
  margin: 10px auto;
}

.compare__cell ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}

.compare__cell ul li + li {
  margin-top: 10px;
}

.compare__delete {
  margin-bottom: 10px;
  text-align: center;
}

.compare__delete .icon {
  cursor: pointer;
  display: inline-block;
}

.compare__delete .icon svg {
  pointer-events: none;
  fill: #002395;
  width: 22px;
  height: 22px;
}

.compare__btn-next {
  position: absolute !important;
  right: 15px;
  top: 0;
  transform: translateY(-100%);
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

.compare__btn-next .icon-arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.compare__btn-next .icon-arrow-right svg {
  fill: #002395;
}

.compare__btn-next:hover,
.compare__btn-next:focus {
  color: var(--special-color) !important;
}

.compare__btn-next:hover .icon-arrow-right svg,
.compare__btn-next:focus .icon-arrow-right svg {
  fill: var(--special-color);
}

.compare__btn-next:hover:after,
.compare__btn-next:focus:after {
  display: none !important;
}

.table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #85888B;
  border-collapse: collapse;
  border-spacing: 0;
}

.table__outer {
  position: relative;
  overflow: hidden;
}

.table__wrapper {
  overflow-x: auto;
  position: relative;
}

.table__wrapper--product-data {
  overflow-x: hidden;
  position: static;
  transition: margin-right ease-in-out .2s;
  /*cursor: move; !* stylelint-disable-line *!
            cursor: grab;*/
}

.table__wrapper--product-data .simplebar-content-wrapper.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.table__wrapper--product-data.product-table__sticky--open {
  margin-right: 80px;
}

.table__wrapper.hide {
  display: none;
}

.table__inner-wrapper {
  padding-bottom: 20px;
}

.table__scroll-indication {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: 80px;
}

.table__scroll-indication--top {
  margin-bottom: 15px;
  display: none;
}

.table__scroll-indication svg {
  height: 28px;
  width: 22px;
  transform: rotate(-90deg);
  margin-left: 15px;
}

.table__scroll-icon {
  margin-left: 25px;
}

.table--detailed {
  min-width: 900px;
  table-layout: fixed;
  overflow-y: hidden;
  font-weight: 300;
}

.page.product .table--detailed {
  min-width: 1090px;
  width: auto;
}

.table--components {
  border-top: 1px solid #85888B;
}

h2 + .table {
  margin-top: 15px;
}

.table + .table {
  margin-top: 60px;
}

.table--bg-light {
  background-color: #E0E0E1;
}

.table--bg-light form button {
  background-color: #E0E0E1;
}

.table--bg-lighter {
  background-color: #EBEDED;
}

.table__thead .table__tr {
  border-bottom: 1px solid #002395;
}

.table__tbody {
  white-space: nowrap;
}

.page.product .table__tbody {
  white-space: normal;
}

.table__tbody .table__tr {
  border-bottom: 1px solid #85888B;
}

.page.product .table--detailed .table__tr,
.page.product .product__datasheet--downloads .table__tr {
  height: 65px;
}

.table__th {
  padding: 10px 0;
  font-weight: 300;
}

.page .product__description .table__th {
  color: #85888B;
  font-weight: normal;
  text-align: left;
  padding: 0px 5px 10px 0;
}

.table__th:first-child {
  color: black;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.table--detailed .table__th:first-child {
  width: 20%;
}

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

.table__td {
  padding: 10px 0;
}

.page.product .table__td {
  padding: 10px 5px 10px 0;
  font-weight: 300;
}

.page.product .table__td--medium-font {
  font-weight: 500;
}

.page.product .table__td--padding-left {
  padding-left: 5px;
}

.table__td--download {
  width: 90px;
  background-color: #EBEDED;
}

.table__td--download button svg {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.table__td--wide {
  width: 20%;
}

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

.table__td--relative {
  position: relative;
}

.product-table__sticky {
  position: absolute;
  width: 80px;
  top: 0;
  color: #85888B;
  background-color: #fff;
  right: 0;
  transform: translateX(80px);
  transition: transform ease-in-out .2s;
}

.product-table__sticky--open .product-table__sticky {
  transform: translateX(0);
}

.product-table__handle {
  background-color: #002395;
  position: absolute;
  padding: 12px;
  top: 50%;
  width: 200px;
  transform-origin: bottom;
  transform: translateX(-100px) rotate(-90deg);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 5;
}

.product-table__handle svg {
  transition: transform ease-in .2s;
  transform: rotate(180deg);
}

.product-table__sticky--open .product-table__handle svg {
  transform: rotate(0deg);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.product-table__handle-text {
  color: #fff;
  margin: 0 0 0 10px;
  font-size: 14px;
  transform: translateY(-3px);
  display: none;
}

.product-table__handle-text--show {
  display: inline-block;
}

.product-table__header,
.product-table__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}

.product-table__body {
  position: relative;
}

.product-table__body:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 50px;
  transform: translateX(-100%);
  box-shadow: inset -32px 0px 30px -20px rgba(0, 0, 0, 0.2);
}

.product-table__th,
.product-table__td {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  height: 65px;
}

.product-table__th.package-download__cell,
.product-table__td.package-download__cell {
  display: none;
}

.product-table__th {
  border-bottom: 1px solid #002395;
  padding: 10px 0;
  font-weight: 300;
  line-height: 131%;
  word-break: break-word;
}

.product-table__td {
  border-bottom: 1px solid #85888B;
  padding: 8px 5px 7px 0;
  font-weight: 300;
  position: relative;
}

.logged-out .product-table__td [data-lock] svg {
  fill: #85888B;
}

.logged-out .product-table__td [data-lock] + .package-download__checkbox {
  pointer-events: none;
  border: 2px solid #85888B;
}

.product-table__td a,
.product-table__td form {
  cursor: pointer;
}

.product-table__td .product-enquiry {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.toolbar {
  position: relative;
  background: var(--toolbar-background);
  display: flex;
  flex-wrap: wrap;
}

.nav--open:not(.nav-sticky) .toolbar {
  background: var(--toolbar-background-open);
}

.toolbar > nav a,
.toolbar > nav a:visited {
  color: var(--toolbar-links);
}

.toolbar > nav a:hover,
.toolbar > nav a:visited:hover {
  color: var(--toolbar-links-hover);
}

.toolbar nav {
  display: flex;
  justify-content: flex-start;
  flex-flow: nowrap;
  padding: 0 15px;
  font-size: 14px;
  font-family: "Neue Helvetica W01", helvetica, arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.75;
  width: 100%;
  position: relative;
  opacity: 0;
  height: 0;
}

html[lang="ru"] .toolbar nav {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="el"] .toolbar nav {
  font-family: "Neue Helvetica W05", helvetica, arial, sans-serif;
}

html[lang="vi"] .toolbar nav {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

html[lang="uz"] .toolbar nav {
  font-family: "Neue Helvetica World W05", helvetica, arial, sans-serif;
}

.toolbar nav ul + ul {
  padding-left: 27px;
}

.toolbar ul {
  display: block;
  width: 50%;
  padding: 15px 0;
}

.toolbar ul li + li {
  margin-top: 6px;
}

.toolbar ul a {
  display: block;
}

.toolbar ul a.active {
  font-weight: 700;
  position: relative;
}

.toolbar ul a.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 20px;
  height: 2px;
  background-color: var(--special-color);
}

body.global-site .toolbar ul a.active:after {
  background-color: #fff;
}

.toolbar .user-links a {
  display: flex;
}

.toolbar .user-links a span:first-child {
  text-align: center;
  width: 25px;
  margin-right: 5px;
}

.toolbar .user-links a span + span {
  max-width: calc(100% - 35px);
}

.toolbar .user-links a svg {
  fill: var(--toolbar-links);
  overflow: visible;
}

.toolbar .user-links a.active:after {
  display: none;
}

.toolbar .user-links .enquiry {
  position: relative;
}

.toolbar .user-links .enquiry__count {
  position: absolute;
  top: -5px;
  left: 10px;
  width: auto;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  color: white;
  background-color: var(--special-color);
  border-radius: 9px;
  box-shadow: 3px 3px 10px -3px #000;
}

.toolbar .user-links svg {
  fill: var(--toolbar-links);
  overflow: visible;
}

.toolbar__contact-btn {
  text-transform: uppercase;
  padding: 0;
  outline: none;
  width: 100%;
  text-align: left;
  color: var(--toolbar-contact-btn-color);
  background-color: transparent;
}

.toolbar__contact-btn:hover,
.toolbar__contact-btn:focus {
  color: var(--toolbar-links-hover);
}

.user-links .toolbar__contact-btn span {
  max-width: 70%;
  text-align: left;
}

.user-links .toolbar__contact-btn span:first-child {
  text-align: center;
  width: 25px;
  margin-right: 5px;
}

.toolbar__contact-btn svg {
  fill: var(--toolbar-links);
  overflow: visible;
}

.nav-sticky .toolbar {
  background-color: var(--toolbar-background-35);
  top: 0;
  height: auto;
  display: flex;
}

.nav-sticky .toolbar nav,
.nav-sticky .toolbar .chooser-links {
  display: none;
}

.nav-sticky .toolbar .search-site {
  background-color: var(--toolbar-background-35);
  position: relative;
}

.visualizer__environment .watertr-1 {
  top: 22%;
  left: 58%;
}

.visualizer__environment .watertr-2 {
  top: 26%;
  left: 53.5%;
}

.visualizer__environment .watertr-3 {
  top: 41%;
  left: 59%;
}

.visualizer__environment .watertr-4 {
  top: 63%;
  left: 70.5%;
}

.visualizer__environment .watertr-5 {
  top: 74%;
  left: 74%;
}

.visualizer__environment .watertr-6 {
  top: 64%;
  left: 84%;
}

.visualizer__environment .waterdi-6 {
  top: 20%;
  left: 31%;
}

.visualizer__environment .waterdi-7 {
  top: 78%;
  left: 21%;
}

.visualizer__environment .waterdi-8 {
  top: 81%;
  left: 24%;
}

.visualizer__environment .waterdi-9 {
  top: 37%;
  left: 19%;
}

.visualizer__environment .waterdi-10 {
  top: 59.5%;
  left: 32%;
}

.visualizer__environment .waterdi-11 {
  top: 42.5%;
  left: 20%;
}

.visualizer__environment .waterdi-12 {
  top: 46%;
  left: 22%;
}

.visualizer__environment .waterdi-13 {
  top: 49%;
  left: 24.5%;
}

.visualizer__environment .waterdi-14 {
  top: 53%;
  left: 27%;
}

.visualizer__environment .waterdi-15 {
  top: 56.5%;
  left: 29.5%;
}

.visualizer__environment .waterdi-16 {
  top: 35%;
  left: 25%;
}

.visualizer__environment .waterdi-17 {
  top: 42%;
  left: 25%;
}

.visualizer__environment .waterdi-18 {
  top: 40%;
  left: 28.5%;
}

.visualizer__environment .waterdi-19 {
  top: 45%;
  left: 29%;
}

.visualizer__environment .waterdi-20 {
  top: 47%;
  left: 32.5%;
}

.visualizer__environment .waterdi-21 {
  top: 42%;
  left: 32.5%;
}

.visualizer__environment .waterdi-22 {
  top: 58%;
  left: 35%;
}

.visualizer__environment .waterdi-23 {
  top: 56%;
  left: 39%;
}

.visualizer__environment .waterdi-24 {
  top: 62%;
  left: 42%;
}

.visualizer__environment .waterdi-25 {
  top: 65%;
  left: 45%;
}

.visualizer__environment .waterdi-26 {
  top: 69%;
  left: 48%;
}

.visualizer__environment .waterdi-27 {
  top: 82%;
  left: 50%;
}

.visualizer__environment .waterdi-28 {
  top: 82%;
  left: 56%;
}

.visualizer__environment .waterdi-29 {
  top: 86%;
  left: 60%;
}

.visualizer__environment .waterdi-30 {
  top: 77%;
  left: 63%;
}

.visualizer__environment .waterdi-31 {
  top: 60%;
  left: 49%;
}

.visualizer__environment .waterdi-32 {
  top: 52%;
  left: 45%;
}

.visualizer__environment .waterdi-33 {
  top: 48%;
  left: 40%;
}

.visualizer__environment .waterdi-34 {
  top: 46%;
  left: 37.5%;
}

.visualizer__environment .waterdi-35 {
  top: 42%;
  left: 35.5%;
}

.visualizer__environment .waterdi-36 {
  top: 36.5%;
  left: 36.5%;
}

.visualizer__environment .waterdi-37 {
  top: 31%;
  left: 35.5%;
}

.visualizer__environment .waterdi-38 {
  top: 20%;
  left: 31%;
}

.visualizer__environment .waterdi-39 {
  top: 39.5%;
  left: 39.5%;
}

.visualizer__environment .waterdi-40 {
  top: 36.5%;
  left: 43.5%;
}

.visualizer__environment .waterdi-41 {
  top: 31.5%;
  left: 42%;
}

.visualizer__environment .waterdi-42 {
  top: 49%;
  left: 49%;
}

.visualizer__environment .waterdi-43 {
  top: 54%;
  left: 53%;
}

.visualizer__environment .waterdi-44 {
  top: 59%;
  left: 54%;
}

.visualizer__environment .waterdi-45 {
  top: 57%;
  left: 60%;
}

.visualizer__environment .waterdi-46 {
  top: 45%;
  left: 55%;
}

.visualizer__environment .waterdi-47 {
  top: 38.5%;
  left: 51.5%;
}

.visualizer__environment .waterpl-1 {
  top: 71%;
  left: 5%;
}

.visualizer__environment .waterpl-2 {
  top: 81%;
  left: 15.5%;
}

.visualizer__environment .waterpl-3 {
  top: 47%;
  left: 30%;
}

.visualizer__environment .waterpl-4 {
  top: 42%;
  left: 37%;
}

.visualizer__environment .waterpl-5 {
  top: 55%;
  left: 44%;
}

.visualizer__environment .waterpl-6 {
  top: 18%;
  left: 41%;
}

.visualizer__environment .waterpl-7 {
  top: 5%;
  left: 41%;
}

.visualizer__environment .waterpl-8 {
  top: 35%;
  left: 49%;
}

.visualizer__environment .waterpl-9 {
  top: 33%;
  left: 53%;
}

.visualizer__environment .waterpl-10 {
  top: 71%;
  left: 60%;
}

.visualizer__environment .waterpl-11 {
  top: 29%;
  left: 65%;
}

.visualizer__environment .waterpl-12 {
  top: 14%;
  left: 71%;
}

.visualizer__environment .waterpl-13 {
  top: 7%;
  left: 71%;
}

.visualizer__environment .waterpl-14 {
  top: 16%;
  left: 76%;
}

.visualizer__environment .waterpl-15 {
  top: 77%;
  left: 78%;
}

.visualizer__environment .waterpl-16 {
  top: 84%;
  left: 85%;
}

.visualizer__environment .waterpl-17 {
  top: 95%;
  left: 90.5%;
}

.visualizer__environment .waterpl-18 {
  top: 94%;
  left: 84.5%;
}

.visualizer__environment .waterpl-19 {
  top: 89%;
  left: 58%;
}

.visualizer__environment .waterpl-20 {
  top: 95%;
  left: 67%;
}

.visualizer__environment .waterpl-21 {
  top: 95%;
  left: 76%;
}

.visualizer__environment .waterpl-22 {
  top: 92%;
  left: 63%;
}

.visualizer__environment .waterpl-23 {
  display: none;
}

.visualizer__environment .waterpl-24 {
  display: none;
}

.visualizer__environment .firein-1 {
  top: 75%;
  left: 1%;
}

.visualizer__environment .firein-2 {
  top: 76%;
  left: 20%;
}

.visualizer__environment .firein-3 {
  top: 42%;
  left: 8%;
}

.visualizer__environment .firein-4 {
  top: 20%;
  left: 22%;
}

.visualizer__environment .firein-5 {
  top: 32%;
  left: 31%;
}

.visualizer__environment .firein-6 {
  top: 48%;
  left: 46%;
}

.visualizer__environment .firein-7 {
  top: 48%;
  left: 53%;
}

.visualizer__environment .firein-8 {
  top: 47%;
  left: 62%;
}

.visualizer__environment .firein-9 {
  top: 24%;
  left: 59%;
}

.visualizer__environment .firein-10 {
  top: 46%;
  left: 69.5%;
}

.visualizer__environment .firein-11 {
  top: 49%;
  left: 80%;
}

.visualizer__environment .fireout-1 {
  top: 68%;
  left: 10%;
}

.visualizer__environment .fireout-2 {
  top: 68.5%;
  left: 14.5%;
}

.visualizer__environment .fireout-3 {
  top: 73.5%;
  left: 14.5%;
}

.visualizer__environment .fireout-4 {
  top: 79%;
  left: 14.5%;
}

.visualizer__environment .fireout-5 {
  top: 74%;
  left: 32.5%;
}

.visualizer__environment .fireout-6 {
  top: 81%;
  left: 36%;
}

.visualizer__environment .fireout-7 {
  top: 66%;
  left: 55.5%;
}

.visualizer__environment .fireout-8 {
  top: 73%;
  left: 55.5%;
}

.visualizer__environment .fireout-9 {
  top: 56.5%;
  left: 78.5%;
}

.visualizer__environment .fireout-10 {
  top: 53%;
  left: 87%;
}

.visualizer__environment .fireout-11 {
  top: 46%;
  left: 86%;
}

.visualizer__environment .fireout-12 {
  top: 45%;
  left: 91%;
}

.visualizer__environment .fireout-13 {
  top: 38%;
  left: 91%;
}

.visualizer__environment .fireout-14 {
  top: 34%;
  left: 76%;
}

.visualizer__environment .fireout-15 {
  top: 30%;
  left: 78%;
}

.visualizer__environment .fireout-16 {
  top: 40%;
  left: 85.5%;
}

.visualizer__environment .sewageoutlet-1 {
  top: 73%;
  left: 21%;
}

.visualizer__environment .sewageoutlet-2 {
  top: 38%;
  left: 85%;
}

.visualizer__environment .sewageoutlet-3 {
  top: 38%;
  left: 89%;
}

.visualizer__environment .sewageoutlet-4 {
  top: 43%;
  left: 92%;
}

.visualizer__environment .sewageoutlet-5 {
  top: 33%;
  left: 93%;
}

.visualizer__environment .sewageoutlet-6 {
  top: 20%;
  left: 92%;
}

.visualizer__environment .sewageoutlet-7 {
  display: none;
}

.visualizer__environment .sewagecoll-1 {
  top: 87%;
  left: 37%;
}

.visualizer__environment .sewagecoll-2 {
  top: 59%;
  left: 45%;
}

.visualizer__environment .sewagecoll-3 {
  top: 59%;
  left: 55%;
}

.visualizer__environment .sewagecoll-4 {
  top: 43%;
  left: 57%;
}

.visualizer__environment .sewagecoll-5 {
  top: 50%;
  left: 66%;
}

.visualizer__environment .sewagecoll-6 {
  top: 75%;
  left: 78%;
}

.visualizer__environment .sewagecoll-7 {
  display: none;
}

.visualizer__environment .sewagetreat-clarifier-1 {
  top: 17%;
  left: 39%;
}

.visualizer__environment .sewagetreat-clarifier-2 {
  top: 15%;
  left: 49%;
}

.visualizer__environment .sewagetreat-clarifier-3 {
  top: 57%;
  left: 35%;
}

.visualizer__environment .sewagetreat-clarifier-4 {
  top: 60.5%;
  left: 32%;
}

.visualizer__environment .sewagetreat-clarifier-5 {
  top: 65.5%;
  left: 32%;
}

.visualizer__environment .sewagetreat-clarifier-6 {
  top: 61.5%;
  left: 40%;
}

.visualizer__environment .sewagetreat-clarifier-7 {
  top: 70%;
  left: 41%;
}

.visualizer__environment .sewagetreat-clarifier-8 {
  top: 66%;
  left: 44%;
}

.visualizer__environment .sewagetreat-clarifier-9 {
  top: 58%;
  left: 47.5%;
}

.visualizer__environment .sewagetreat-clarifier-10 {
  top: 73%;
  left: 51%;
}

.visualizer__environment .sewagetreat-clarifier-11 {
  top: 76%;
  left: 53.5%;
}

.visualizer__environment .sewagetreat-clarifier-12 {
  top: 78.5%;
  left: 57.5%;
}

.visualizer__environment .sewagetreat-digester-1 {
  top: 75%;
  left: 32%;
}

.visualizer__environment .sewagetreat-digester-2 {
  top: 67%;
  left: 35%;
}

.visualizer__environment .sewagetreat-digester-3 {
  top: 66%;
  left: 39%;
}

.visualizer__environment .sewagetreat-digester-4 {
  top: 17%;
  left: 52%;
}

.visualizer__environment .sewagetreat-digester-5 {
  top: 16%;
  left: 56%;
}

.visualizer__environment .sewagetreat-energy-1 {
  top: 61%;
  left: 45%;
}

.visualizer__environment .sewagetreat-energy-2 {
  top: 61%;
  left: 52%;
}

.visualizer__environment .sewagetreat-energy-3 {
  top: 71%;
  left: 57.5%;
}

.visualizer__environment .sewagetreat-inlet-1 {
  top: 68%;
  left: 11%;
}

.visualizer__environment .sewagetreat-inlet-2 {
  top: 67%;
  left: 14%;
}

.visualizer__environment .sewagetreat-inlet-3 {
  top: 56%;
  left: 40%;
}

.visualizer__environment .sewagetreat-inlet-4 {
  top: 48%;
  left: 76%;
}

.visualizer__environment .sewagetreat-sludge-1 {
  top: 34%;
  left: 19%;
}

.visualizer__environment .sewagetreat-sludge-2 {
  top: 60%;
  left: 80%;
}

.visualizer__environment .sewagetreat-sludge-3 {
  top: 36%;
  left: 29%;
}

.visualizer__environment .gastr-1 {
  top: 86%;
  left: 1%;
}

.visualizer__environment .gasdi-2 {
  top: 73%;
  left: 17%;
}

.visualizer__environment .gasdi-3 {
  top: 58%;
  left: 17%;
}

.visualizer__environment .gasdi-4 {
  top: 65%;
  left: 21%;
}

.visualizer__environment .gasdi-5 {
  top: 52%;
  left: 31%;
}

.visualizer__environment .gasdi-6 {
  top: 62%;
  left: 35%;
}

.visualizer__environment .gasdi-7 {
  top: 55%;
  left: 40%;
}

.visualizer__environment .gasdi-8 {
  top: 51%;
  left: 47%;
}

.visualizer__environment .gasdi-9 {
  top: 63%;
  left: 50%;
}

.visualizer__environment .gasdi-10 {
  top: 69%;
  left: 58%;
}

.visualizer__environment .gasdi-11 {
  top: 55%;
  left: 64%;
}

.visualizer__environment .gasdi-12 {
  top: 62%;
  left: 71%;
}

.visualizer__environment .gasdi-13 {
  top: 60%;
  left: 79%;
}

.visualizer__environment .gasdi-14 {
  top: 42%;
  left: 97%;
}

.visualizer__environment .gasdi-15 {
  top: 56%;
  left: 93%;
}

.visualizer__environment .gasdi-16 {
  top: 35%;
  left: 97%;
}

.visualizer__environment .gasdi-17 {
  top: 50%;
  left: 76%;
}

.visualizer__environment .gasdi-18 {
  top: 47%;
  left: 81%;
}

.visualizer__environment .gasdi-19 {
  top: 41%;
  left: 81%;
}

.visualizer__environment .gasdi-20 {
  top: 46%;
  left: 73%;
}

.visualizer__environment .gasdi-21 {
  top: 36%;
  left: 66%;
}

.visualizer__environment .gasdi-22 {
  top: 36%;
  left: 69%;
}

.visualizer__environment .gasdi-23 {
  top: 31%;
  left: 69%;
}

.visualizer__environment .gasdi-24 {
  top: 26%;
  left: 68%;
}

.visualizer__environment .gasdi-25 {
  top: 23%;
  left: 64.5%;
}

.visualizer__environment .gasdi-26 {
  top: 8%;
  left: 62%;
}

.visualizer__environment .gasdi-27 {
  top: 5%;
  left: 48%;
}

.visualizer__environment .gasplant-1 {
  top: 85%;
  left: 34%;
}

.visualizer__environment .gasplant-2 {
  top: 83%;
  left: 38%;
}

.visualizer__environment .gasplant-3 {
  top: 81%;
  left: 42%;
}

.visualizer__environment .gasplant-4 {
  top: 33%;
  left: 41%;
}

.visualizer__environment .gasplant-5 {
  top: 85%;
  left: 53%;
}

.visualizer__environment .gasplant-6 {
  top: 82%;
  left: 57%;
}

.visualizer__environment .gasplant-7 {
  top: 74%;
  left: 55%;
}

.visualizer__environment .gasplant-8 {
  top: 62%;
  left: 55%;
}

.visualizer__environment .gasplant-9 {
  top: 74%;
  left: 60.5%;
}

.visualizer__environment .gasplant-10 {
  display: none;
}

.visualizer__environment {
  display: none;
}

.visualizer__environment--show {
  display: block;
  opacity: 0;
  width: 100%;
}

.visualizer__environment img {
  width: 100%;
  max-height: calc(100vh - 60px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
}

.visualizer__environment .visualizer__spot--active {
  position: absolute;
  top: 20px !important;
  left: 10px !important;
  cursor: default;
}

.visualizer__environment .visualizer__spot--active:hover {
  height: 40px !important;
}

.visualizer__environment .visualizer__spot--active:hover .visualizer__textContainer {
  height: 40px !important;
}

.visualizer__environment .visualizer__spot--active .visualizer__textContainer {
  width: auto !important;
  box-shadow: none;
  left: 22px;
}

.visualizer__environment .visualizer__spot--active .visualizer__icon {
  height: 40px;
  width: 40px;
}

.visualizer__environment .visualizer__spot--active .visualizer__icon svg {
  height: 40px;
  width: 40px;
}

.visualizer__environment .visualizer__spot--active__container {
  height: 100vh;
}

.visualizer__environment .visualizer__icon {
  height: 20px;
  width: 20px;
}

.visualizer__environment .visualizer__icon svg {
  pointer-events: none;
  height: 20px;
  width: 20px;
}

.visualizer__environment .visualizer__container {
  height: 100vh;
}

.visualizer__environment .visualizer__textContainer {
  display: flex;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  height: 20px;
  left: 10px;
}

.visualizer__environment .visualizer__textContainer:hover {
  height: 20px;
}

.visualizer__environment .visualizer__textContainer input {
  font-size: 11px;
  line-height: 13px;
  outline: 0;
  padding: 0 20px;
}

.visualizer__environment .visualizer__textContainer .visualizer__list li {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
}

.visualizer__environment .visualizer__textContainer .visualizer__list li:first-child .icon {
  transform: rotate(90deg);
}

.visualizer__environment .visualizer__spot {
  opacity: 1;
  position: absolute;
}

.visualizer__environment .visualizer__spot--headline {
  visibility: hidden;
  position: absolute;
  font-size: 11px;
  pointer-events: none;
}

.visualizer__environment .visualizer__spot:hover {
  z-index: 16;
  height: 20px;
}

.visualizer__environment .visualizer__spot:hover .visualizer__textContainer {
  height: 20px;
}

.visualizer__environment .visualizer__spot:hover .visualizer__textContainer.expanded > input {
  opacity: 1;
  z-index: 16;
}

.visualizer__environment .visualizer__spot--active-product {
  opacity: 1;
  transition: none;
  z-index: 16;
}

.visualizer__environment .visualizer__spot--active-product .visualizer__textContainer {
  max-width: 750px;
  height: 20px;
  left: 10px;
}

.visualizer__environment .visualizer__spot--active-product .visualizer__textContainer > p,
.visualizer__environment .visualizer__spot--active-product .visualizer__textContainer input {
  opacity: 1;
}

.visualizer__environment .visualizer__spot--active-product .visualizer__textContainer input {
  height: 20px;
  top: 0;
  transform: none;
}

.visualizer__environment .visualizer__spot--active-product .visualizer__textContainer div > p {
  color: #FFF;
}

.visualizer__environment .visualizer__spot--expand-left form {
  float: right;
  width: 40px;
}

.visualizer__environment .visualizer__spot--expand-left form input {
  padding: 0 10px 0 6px;
}

.visualizer__environment .visualizer__spot--expand-left .visualizer__textContainer {
  float: right;
  left: calc(-100% + 10px);
  border-radius: 25px 0 0 25px;
}

.visualizer__environment .visualizer__textContainer--close {
  color: #000;
  display: flex;
  padding: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
}

.visualizer__environment .visualizer__textContainer--close-singleLink {
  display: flex !important;
  padding: 0;
}

.visualizer__environment .visualizer__list input {
  margin: 0;
}

.visualizer__productView {
  padding: 50px;
  width: 40%;
  height: 100%;
  position: absolute;
  z-index: 101;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFF;
  transform: translate(100%);
  transition: all 1s ease;
  overflow-y: scroll;
}

.visualizer__productView.opened {
  transform: translate(0%);
}

.visualizer__productView .productView__list-img {
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
}

.visualizer__productView .productView__list-text {
  margin-left: 20px;
  width: calc(100% - 90px);
  float: left;
}

.visualizer__productView .productView__wrapper {
  display: none;
  opacity: 0;
}

.visualizer__productView .productView__wrapper--show {
  display: block;
}

.visualizer__productView .productView__wrapper ul {
  display: block;
  visibility: visible;
  opacity: 1;
  padding-left: 0;
}

.visualizer__productView .productView__wrapper ul li {
  white-space: normal;
  border-top: 1px solid #76797C;
  padding: 10px 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.visualizer__productView .productView__wrapper ul li:last-child {
  border-bottom: 1px solid #76797C;
}

.visualizer__productView .productView__wrapper ul li a,
.visualizer__productView .productView__wrapper ul li p {
  margin: 0 30px 0 0px;
  color: inherit;
  text-decoration: none;
}

.visualizer__productView .productView__wrapper ul li a {
  font-weight: bold;
  color: #002395;
}

.visualizer__productView .productView__wrapper p {
  margin-bottom: 0px;
  color: #000;
  clear: both;
}

.visualizer__productView .productView__headline {
  font-size: 30px;
}

.visualizer__productView .productView__close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 50px;
  height: 20px;
}

.visualizer__productView .productView__close-icon {
  width: 20px;
  pointer-events: none;
}

.visualizer__productView .productView__link {
  float: right;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visualizer__productView .productView__link a {
  padding-right: 15px;
  text-decoration: none;
}

.visualizer__productView .productView__link svg {
  height: 20px;
  width: 20px;
}

.visualizer {
  position: relative;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.visualizer--zoomEnabled {
  position: fixed;
  top: 60px;
  z-index: 200;
}

.visualizer--fullscreen {
  height: 100vh;
}

.visualizer--fullscreen .visualizer__environment {
  position: absolute;
}

.visualizer--fullscreen .visualizer__world,
.visualizer--fullscreen .visualizer__environment-container {
  position: fixed;
  top: 60px;
  z-index: 200;
  width: 100%;
}

.visualizer__spot-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.visualizer__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.visualizer__zoomObj {
  width: 100%;
  height: auto;
  max-width: 100%;
  transform-origin: 0 0 0;
  opacity: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  transform: translateZ(0) scale(1, 1);
}

.visualizer__world.initialized .visualizer__container {
  min-height: 380px;
}

.visualizer__container {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all .7s ease-in;
}

.visualizer__container .loader-container {
  right: 50%;
}

.visualizer__spot-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 860px;
}

.visualizer__spot {
  cursor: pointer;
  opacity: 0;
  border-radius: 20px;
  z-index: 11;
  min-width: 40px;
  visibility: visible;
  transition: visibility .6s ease;
}

.visualizer__spot .visualizer__textContainer p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  overflow: hidden;
  margin: 0 15px 0 30px;
  opacity: 0;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
}

.visualizer__spot .visualizer__textContainer.expanded p {
  opacity: 1;
}

.visualizer__spot .visualizer__textContainer--close-singleLink {
  display: none;
}

.visualizer__spot--waste ul li {
  background-color: #00885F;
}

.visualizer__spot--waste .visualizer__textContainer {
  color: #00885F;
}

.visualizer__spot--fire ul li {
  background-color: #E32234;
}

.visualizer__spot--fire .visualizer__textContainer {
  color: #E32234;
}

.visualizer__spot--water ul li {
  background-color: #007EBB;
}

.visualizer__spot--water .visualizer__textContainer {
  color: #007EBB;
}

.visualizer__spot--gas ul li {
  background-color: #FFD600;
}

.visualizer__spot--gas .visualizer__textContainer {
  color: #FFD600;
}

.visualizer__spot:hover,
.visualizer__spot--active {
  height: 40px;
  overflow: visible;
  z-index: 12;
}

.visualizer__spot:hover .visualizer__textContainer,
.visualizer__spot--active .visualizer__textContainer {
  height: 40px;
  pointer-events: inherit;
  position: relative;
}

.visualizer__spot:hover .visualizer__textContainer.expanded p,
.visualizer__spot--active .visualizer__textContainer.expanded p {
  opacity: 1;
  color: inherit;
}

.visualizer__spot--active {
  align-self: start;
}

.visualizer__spot--active .visualizer__textContainer--close {
  display: flex;
  padding: 0;
}

.visualizer__spot--active .visualizer__textContainer--close-singleLink {
  display: none;
}

.visualizer__spot--active .visualizer__textContainer {
  padding-left: 0;
  overflow: visible;
  width: auto;
  display: flex;
  align-items: center;
}

.visualizer__spot--active .visualizer__textContainer p {
  top: 0;
  transform: none;
  opacity: 1;
}

.visualizer__spot--active .visualizer__textContainer p + div {
  display: none;
}

.visualizer__spot--active .visualizer__textContainer .visualizer__list {
  display: block;
  align-self: flex-start;
  font-size: 11px;
}

.visualizer__spot--active .visualizer__textContainer .visualizer__list input {
  outline: 0;
  height: 35px;
}

.visualizer__spot--active .visualizer__textContainer .visualizer__list--singleItem {
  display: none;
}

.visualizer__icon {
  height: 40px;
  width: 40px;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.visualizer__icon:after {
  content: '';
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  box-shadow: 0 0 5px #76797C;
  display: block;
  border-radius: 50%;
}

.visualizer__icon svg {
  height: 40px;
  width: 40px;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

.visualizer__textContainer {
  background-color: #FFF;
  height: 40px;
  position: relative;
  left: 22px;
  z-index: 9;
  width: 0;
  opacity: 1;
  padding-left: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: hidden;
  pointer-events: none;
}

.visualizer__textContainer ul {
  display: none;
  margin: -1px 1px;
  position: relative;
}

.visualizer__textContainer li {
  display: flex;
  opacity: 0;
  overflow: hidden;
  position: relative;
  top: -40px;
  white-space: nowrap;
  list-style-type: none;
  padding: 12px 4px 12px 15px;
  margin: 1px 0;
  z-index: 1;
  height: 40px;
  color: #FFF;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.visualizer__textContainer li:first-child {
  opacity: 1;
  top: 0;
  z-index: 2;
}

.visualizer__textContainer li form {
  padding-right: 20px;
}

.visualizer__textContainer li .icon {
  transition: all .4s ease;
}

.visualizer__textContainer li svg {
  fill: #FFF;
  height: 20px;
  width: 20px;
  padding-top: 4px;
}

.visualizer__textContainer p span:first-child {
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

.visualizer__textContainer p span:nth-child(2) {
  white-space: nowrap;
}

.visualizer__textContainer--close,
.visualizer__textContainer--close-singleLink {
  display: none;
  width: auto;
  z-index: 15;
  background-color: #FFF;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  text-align: center;
  color: #000;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.visualizer__textContainer--close-text,
.visualizer__textContainer--close-singleLink-text {
  padding: 0 5px;
  font-size: 11px;
}

.visualizer__textContainer--close-icon svg,
.visualizer__textContainer--close-singleLink-icon svg {
  height: 30px;
  width: 30px;
  padding-right: 15px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
}

.visualizer .fire-protection-indoor {
  position: absolute;
  top: 36%;
  left: 17%;
}

.visualizer .fire-protection-outdoor {
  position: absolute;
  top: 36%;
  left: 23%;
}

.visualizer .gas-distribution {
  position: absolute;
  top: 47%;
  left: 61%;
}

.visualizer .gas-plant-work {
  position: absolute;
  top: 49%;
  left: 13%;
}

.visualizer .gas-transmission {
  position: absolute;
  top: 40%;
  left: 74%;
}

.visualizer .waste-water-collection {
  position: absolute;
  top: 26%;
  left: 42%;
}

.visualizer .waste-water-outlet {
  position: absolute;
  top: 38%;
  left: 57%;
}

.visualizer .waste-water-treatment {
  position: absolute;
  top: 34%;
  left: 63%;
}

.visualizer .water-distribution {
  position: absolute;
  top: 29%;
  left: 29%;
}

.visualizer .water-plant-work {
  position: absolute;
  top: 47%;
  left: 23%;
}

.visualizer .water-transmission {
  position: absolute;
  top: 70%;
  left: 34%;
}

.article.page {
  padding-bottom: 0;
}

.article header {
  min-width: 243px;
}

.article .page__aside {
  padding-bottom: 30px;
}

.article .page__aside img {
  width: 100%;
}

.article .page__aside .contact-content {
  width: 100%;
}

.article .page__inner-content {
  width: auto;
  flex: 0 0 75%;
  flex-grow: 2;
}

.article .bg-imagehandler {
  position: relative;
  max-height: 630px;
}

.article .bg-imagehandler.image--loaded {
  height: 30vw;
}

.article .bg-imagehandler .icon-symbol {
  top: auto;
  bottom: 0;
  left: 10px;
  position: absolute;
}

.article .bg-imagehandler .icon-symbol + .icon-symbol {
  left: 95px;
}

.article .bg-imagehandler .icon-symbol + .icon-symbol + .icon-symbol {
  left: 180px;
}

.article .bg-imagehandler .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
  left: 265px;
}

.article .page__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  /*width: 75%;
        margin-top: 0;*/
}

.article .page__content .ribbon .bg-imagehandler {
  height: 100%;
}

.article .page__content .content-blocks,
.article .page__content .quad-blocks,
.article .page__content .download {
  padding: 0 0 0;
}

.article .page__content .link-blocks {
  padding: 0 0 0;
}

.article .page__content .link-blocks .link-box__text {
  background-color: transparent;
}

.article .page__content .contact__content--two-col .bg-imagehandler {
  height: 100% !important;
}

.article .page__content__top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.article .page__content__top--flex-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.article .page__content__top .contact-placeholder {
  display: none;
}

.article .page__content__triple-image {
  margin: 0 -15px 35px;
}

.article .page__content__triple-image.edit-mode img {
  width: 100%;
}

.article .page__content__triple-image.edit-mode img.scEmptyImage {
  height: 50px;
}

.article .page__content__triple-image--large.bg-imagehandler.image--loaded,
.article .page__content__triple-image--left.bg-imagehandler.image--loaded,
.article .page__content__triple-image--right.bg-imagehandler.image--loaded {
  height: auto;
}

.edit-mode .article .page__content__triple-image--large,
.edit-mode .article .page__content__triple-image--left,
.edit-mode .article .page__content__triple-image--right {
  min-height: 50px;
  background: none;
  height: auto !important;
  padding-top: 0;
}

.article .page__content__triple-image--left,
.article .page__content__triple-image--right {
  padding-top: 75%;
}

.article .page__content__bottom blockquote {
  margin: 20px;
  width: auto;
  font-style: normal;
  color: #000;
  line-height: 136%;
  font-weight: 300;
}

.article .page__content__double-box {
  color: #fff;
  padding-top: 50px;
  width: 100%;
}

.article .page__content__double-box--left,
.article .page__content__double-box--right {
  width: 100%;
  margin: 15px 0;
  position: relative;
  flex-grow: 1;
}

.article .page__content__double-box--header {
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.25);
}

.article .page__content__double-box--main {
  padding: 0px 30px 30px 30px;
  font-weight: 300;
}

.article .page__content__double-box--left {
  background-color: var(--double-box-left);
}

.article .page__content__double-box--left .bg-imagehandler .page__content__double-box--header {
  background-color: var(--double-box-left-top);
}

.article .page__content__double-box--left:before {
  content: "";
  position: absolute;
  left: 0;
  top: -55px;
  width: 100%;
  height: 1px;
  background-color: var(--top-border-color);
}

.article .page__content__double-box--right {
  background-color: var(--double-box-right);
}

.article .page__content__double-box--right .bg-imagehandler .page__content__double-box--header {
  background-color: var(--double-box-right-top);
}

.article .page__content__double-box--image.bg-imagehandler {
  height: auto;
  position: relative;
  padding-top: 57.14286%;
}

.article .page__content__double-box--image.bg-imagehandler.image--loaded {
  height: auto;
}

.article .page__content__double-box--image.bg-imagehandler .page__content__double-box--header {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.article .page__content__double-box h2 {
  margin: 0;
  font-size: 18px;
}

.article .page__content__double-box a.btn {
  text-transform: uppercase;
  color: #fff;
}

/*
 * This mostly overrides styles from chooser.scss
 */

.career .page__content {
  margin-top: 0;
  margin-bottom: 0;
}

.career .chooser-group__header {
  border-bottom: 1px solid var(--top-border-color);
}

.career .chooser-group__list {
  height: auto;
}

.career .chooser-group__list li {
  border-bottom-color: var(--top-border-color);
}

.career .chooser-group__list li a {
  color: black;
}

.case > .bg-imagehandler {
  max-height: 800px;
  min-height: 340px;
}

.case > .bg-imagehandler.image--loaded {
  background-position: center;
  height: 340px;
}

.case .bg-imagehandler .icon-symbol {
  bottom: 0;
  position: absolute;
  transform: translateX(15px);
}

.case .bg-imagehandler .icon-symbol + .icon-symbol {
  margin-left: 65px;
}

.case .bg-imagehandler .icon-symbol + .icon-symbol + .icon-symbol {
  margin-left: 130px;
}

.case .bg-imagehandler .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
  margin-left: 195px;
}

.case .nav-left {
  margin-top: 0 !important;
}

.case-headline-overlay {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.case-headline-overlay-wrapper {
  padding: 15px;
}

.case-headline-overlay-wrapper img {
  display: none;
}

.case-headline-overlay-wrapper h1 {
  padding-right: 40px;
  max-height: none;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.case-headline-overlay h3 {
  text-transform: uppercase;
}

.case .page__aside {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  order: 1;
}

.case .page__aside .contact-image {
  display: none;
}

.case .page__content {
  width: 75%;
  margin-top: 0;
  align-content: flex-start;
}

.case .page__content__top {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.case .page__content__top--flex-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.case .page__content__top .contact-placeholder {
  display: none;
}

.case .page__content__triple-image {
  margin: 0 -15px 35px;
}

.case .page__content__triple-image.edit-mode img {
  width: 100%;
}

.case .page__content__triple-image.edit-mode img.scEmptyImage {
  height: 50px;
}

.case .page__content__triple-image--large.bg-imagehandler.image--loaded,
.case .page__content__triple-image--left.bg-imagehandler.image--loaded,
.case .page__content__triple-image--right.bg-imagehandler.image--loaded {
  height: auto;
}

.edit-mode .case .page__content__triple-image--large,
.edit-mode .case .page__content__triple-image--left,
.edit-mode .case .page__content__triple-image--right {
  min-height: 50px;
  background: none;
  height: auto !important;
  padding-top: 0;
}

.case .page__content__triple-image--left,
.case .page__content__triple-image--right {
  padding-top: 75%;
}

.case .page__content__bottom blockquote {
  margin: 20px;
  width: auto;
  font-style: normal;
  color: #000;
  line-height: 136%;
  font-weight: 300;
}

.case .page__content__double-box {
  color: #fff;
  padding-top: 50px;
  width: 100%;
}

.case .page__content__double-box--left,
.case .page__content__double-box--right {
  width: 100%;
  margin: 15px 0;
  position: relative;
}

.case .page__content__double-box--header {
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.25);
}

.case .page__content__double-box--main {
  padding: 0px 30px 30px 30px;
  font-weight: 300;
}

.case .page__content__double-box--left {
  background-color: var(--double-box-left);
}

.case .page__content__double-box--left .bg-imagehandler .page__content__double-box--header {
  background-color: var(--double-box-left-top);
}

.case .page__content__double-box--left:before {
  content: "";
  position: absolute;
  left: 0;
  top: -55px;
  width: 100%;
  height: 1px;
  background-color: var(--top-border-color);
}

.case .page__content__double-box--right {
  background-color: var(--double-box-right);
}

.case .page__content__double-box--right .bg-imagehandler .page__content__double-box--header {
  background-color: var(--double-box-right-top);
}

.case .page__content__double-box--image.bg-imagehandler {
  height: auto;
  position: relative;
  padding-top: 57.14286%;
}

.case .page__content__double-box--image.bg-imagehandler.image--loaded {
  height: auto;
}

.case .page__content__double-box--image.bg-imagehandler .page__content__double-box--header {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.case .page__content__double-box h2 {
  margin: 0;
  font-size: 18px;
}

.case .page__content__double-box a.btn {
  text-transform: uppercase;
  color: #fff;
}

.contact.page {
  box-shadow: none;
}

.page.article .contact.page {
  width: calc(100% + 30px);
  transform: translateX(-15px);
}

.contact.page > .grid {
  position: relative;
}

.contact__content {
  height: 150px;
}

.contact__content--one-col {
  height: auto;
}

.contact__content--two-col {
  height: auto;
}

.contact__content--two-col .contact__content--inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
  padding: 15px;
}

.contact__content--two-col .contact__content--text {
  position: relative;
  padding-left: 15px;
  margin-top: 15px;
  top: 0;
}

.contact__content--three-col {
  height: auto;
}

.contact__content--three-col .contact__content--inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 0;
}

.contact__content--three-col .contact__content--text {
  position: relative;
  padding-left: 15px;
  margin-top: 15px;
  top: 0;
}

.contact__content--three-col.map-icon-bar {
  height: 300px;
}

.contact__content--three-col.map-icon-bar .contact__content--inner-wrapper {
  position: relative;
}

.contact__content h2 {
  font-size: 24px;
}

.contact__content h3 {
  font-weight: 100;
  font-size: 18px;
}

.contact__content h4 {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.contact__content .icon svg {
  fill: #002395;
  width: 17px;
  max-height: 20px;
}

.contact__content .icon {
  padding-right: 10px;
}

.contact__content .icon--wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 0;
}

.contact__content a {
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
}

.contact__content a:hover,
.contact__content a:focus {
  color: #002395;
}

.contact__content--image,
.contact__content--wrapper {
  padding: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.contact__content--wrapper {
  background-color: #fff;
}

.contact__header {
  margin-top: 50px;
}

.page__header + .row .contact__header {
  margin-top: 15px;
}

.contact__image-wrapper .bg-imagehandler {
  padding-top: 61.25%;
}

.contact__top-image-wrapper {
  height: 350px;
}

.contact .intro-text {
  padding: 15px;
}

.enquiry-page__description p {
  margin-top: 0;
}

.enquiry-page__list {
  position: relative;
  opacity: 1;
  margin-bottom: 60px;
}

.enquiry-page__list.is-deleted {
  -webkit-animation: deleteList 0.6s normal forwards;
          animation: deleteList 0.6s normal forwards;
}

.enquiry-page__list--accordion {
  overflow: hidden;
  position: absolute;
  top: 1px;
  width: 35px;
  height: 35px;
  text-indent: 200%;
  font-size: 0;
  background-image: url("/static/svg/individual/accordion-open.svg");
  background-repeat: no-repeat;
}

.enquiry-page__list--accordion:focus {
  outline: none;
}

.enquiry-page__list.is-closed .enquiry-page__list--accordion {
  background-image: url("/static/svg/individual/accordion-closed.svg");
}

.enquiry-page__list--options {
  margin-top: 15px;
}

.enquiry-page__list--options ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.enquiry-page__list--options li {
  display: inline-block;
}

.enquiry-page__list--options li + li {
  margin-left: 15px;
}

.enquiry-page__list--sendlist,
.enquiry-page__list--cancel,
.enquiry-page__list--opencomment {
  position: relative;
  width: auto;
}

.enquiry-page__list--sendlist-text,
.enquiry-page__list--cancel-text,
.enquiry-page__list--opencomment-text {
  opacity: 1;
  transition: opacity .5s;
}

.enquiry-page__list--sendlist-icon,
.enquiry-page__list--cancel-icon,
.enquiry-page__list--opencomment-icon {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("/static/svg/individual/checkmark-green.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.enquiry-page__list--sendlist .loader div,
.enquiry-page__list--cancel .loader div,
.enquiry-page__list--opencomment .loader div {
  background-color: white;
}

.is-sending .enquiry-page__list--sendlist-text {
  opacity: 0;
}

.is-send .enquiry-page__list--sendlist-text {
  opacity: 0;
}

.is-send .enquiry-page__list--sendlist-icon {
  opacity: 1;
}

.enquiry-page__list--deletelist {
  padding: 0;
}

.enquiry-page__list--deletelist span svg {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 15px;
  height: 15px;
  fill: #002395;
}

.enquiry-page__list--deletelist span:first-child {
  display: block;
}

.enquiry-page__list--deletelist span:first-child + span {
  display: none;
}

.enquiry-page__list--deletelist.is-deleting span:first-child {
  display: none;
}

.enquiry-page__list--deletelist.is-deleting span:first-child + span {
  display: block;
  color: var(--special-color);
}

.enquiry-page__list--deletelist.is-deleting span:first-child + span svg {
  fill: var(--special-color);
}

.enquiry-page__list--renamelist-btn,
.enquiry-page__list--deletelist {
  text-transform: uppercase;
  font-size: 14px;
  color: #002395;
}

.enquiry-page__list--renamelist-btn:focus,
.enquiry-page__list--sendlist:focus,
.enquiry-page__list--deletelist:focus {
  outline: none;
}

.enquiry-page__list--renamelist-btn.is-loading,
.enquiry-page__list--sendlist.is-loading,
.enquiry-page__list--deletelist.is-loading {
  position: relative;
}

.enquiry-page__list--renamelist-btn.is-loading .loader,
.enquiry-page__list--sendlist.is-loading .loader,
.enquiry-page__list--deletelist.is-loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(50%, 50%);
}

.enquiry-page__list--commentfield {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 15px 0;
  position: relative;
  top: -75px;
}

.enquiry-page__list--commentfield .icon {
  cursor: pointer;
}

.enquiry-page__list--textarea-wrapper {
  position: relative;
  width: 100%;
}

.enquiry-page__list--textarea-wrapper textarea,
.enquiry-page__list--textarea-wrapper .textarea-size {
  min-height: 200px;
  padding: 10px;
  overflow: hidden;
  width: 100%;
  line-height: 1.2em;
  outline: none;
  border: none;
}

.enquiry-page__list--textarea-wrapper textarea {
  height: 100%;
  position: absolute;
  resize: none;
  white-space: normal;
}

.enquiry-page__list--textarea-wrapper .textarea-size {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.enquiry-page__list--btn-wrapper {
  display: flex;
  flex-flow: column-reverse;
  justify-content: flex-end;
  align-items: stretch;
  padding: 15px;
  width: 100%;
  background-color: #fff;
}

.enquiry-page__list--btn-wrapper .btn,
.enquiry-page__list--btn-wrapper .sitecore-form input[type=submit],
.sitecore-form .enquiry-page__list--btn-wrapper input[type=submit] {
  margin-top: 15px;
  width: 100%;
}

.enquiry-page__list--renamelist-form {
  position: relative;
  top: -15px;
  left: 35px;
  margin-bottom: -15px;
  display: inline-block;
  opacity: 1;
  transition: opacity 2s;
}

.enquiry-page__list--renamelist-form:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 30px;
  height: 100%;
  background-image: url("/static/svg/individual/form-warning.svg");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.enquiry-page__list--renamelist-form.is-edited {
  opacity: 0;
}

.enquiry-page__list--renamelist-form.is-edited:after {
  background-image: url("/static/svg/individual/checkmark-green.svg");
}

.enquiry-page__list--renamelist-form.has-error:after {
  background-image: url("/static/svg/individual/form-warning-red.svg");
}

.enquiry-page__list--renamelist-form input[type="text"] {
  width: 370px;
  height: 60px;
  margin: 0;
  padding: 15px;
  line-height: 1.2;
  font-size: 26px;
  font-weight: 100;
  color: #002395;
  border: 1px solid white;
  text-transform: none;
}

.enquiry-page__list--title {
  overflow: hidden;
  height: auto;
  padding: 0 0 0 50px;
  color: #002395;
  opacity: 1;
  transition: opacity .4s;
}

.enquiry-page__list--title.is-hidden {
  opacity: 0;
  height: 0;
}

.enquiry-page__list--products {
  margin: 0 -15px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.enquiry-page__list--products-accordion {
  overflow: hidden;
  height: auto;
}

.enquiry-page__list--products.is-deleting {
  -webkit-animation: deleteProducts 1s normal forwards;
          animation: deleteProducts 1s normal forwards;
}

.enquiry-page__list--products .link-box:before {
  box-shadow: none;
}

.enquiry-page__list--products .link-box:hover:before {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  transform: scale(1.05, 1.025);
}

.enquiry-page__list--products .link-box__image {
  background-color: white;
}

.enquiry-page__list--products .link-box__image .bg-imagehandler {
  margin: 0 auto;
  min-height: 175px;
  width: auto;
}

.enquiry-page__list--products .link-box__image .bg-imagehandler.image--loaded {
  background-size: contain;
}

.enquiry-page__list--products .link-box__text {
  font-size: 13px;
  color: #666;
  padding: 20px;
}

.enquiry-page__list--products .link-box__text h1 {
  color: #002395;
  font-size: 18px;
}

.enquiry-page__list--products .link-box__text h3 {
  color: #002395;
  font-size: 18px;
  font-weight: 100;
  height: 80px;
}

.enquiry-page__list--products .link-box__text h4 {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  height: 80px;
}

.enquiry-page__list--products .link-box__sku {
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  padding-bottom: 15px;
}

.enquiry-page__list--products .link-box__table-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 60px;
}

.enquiry-page__list--products .link-box__table-col {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding-bottom: 7px;
  line-height: 1.2em;
}

.enquiry-page__list--products .link-box__icons {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
  height: 36px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.enquiry-page__list--products .link-box__icons .icon {
  margin: 0 5px;
  cursor: pointer;
}

.enquiry-page__list--products .link-box__icons .icon:hover svg {
  fill: var(--special-color);
}

.enquiry-page__list--products .link-box__icons svg {
  fill: #002395;
}

.enquiry-page__list--products .link-box__icons .icon-enquiry {
  position: absolute;
  top: 11px;
  left: 30px;
}

.enquiry-page__list--products .link-box__icons .icon-send-enquiry {
  position: absolute;
  top: 11px;
  left: 30px;
}

.enquiry-page__list--products .link-box__icons .icon-product-compare {
  position: absolute;
  top: 9px;
  left: 60px;
}

.enquiry-page__list--products .link-box__icons .enquiry-page__list--productcount {
  position: absolute;
  top: 0;
  right: 30px;
}

.enquiry-page__list--product.is-deleting {
  -webkit-animation: deleteProduct 1s normal forwards;
          animation: deleteProduct 1s normal forwards;
}

.enquiry-page__list--product.is-deleted {
  display: none;
}

.enquiry-page__list--productcount {
  width: 103px;
  height: 36px;
  overflow: hidden;
}

.enquiry-page__list--productcount-wrapper {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #E0E0E1;
  border-radius: 18px;
}

.enquiry-page__list--productcount-button {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  line-height: 36px;
  font-size: 16px;
  color: #002395;
  text-align: center;
  background: none;
  outline: 0;
  cursor: pointer;
}

.enquiry-page__list--productcount-button svg {
  width: 16px;
  height: 16px;
}

.enquiry-page__list--productcount-field {
  float: left;
  width: 60%;
  height: 100%;
  padding: 5px;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.enquiry-page__list--productcount-field::-webkit-inner-spin-button,
.enquiry-page__list--productcount-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.enquiry-page__list--productcount-field:focus {
  outline: none;
}

.enquiry-page__list--productcompare.is-selected svg {
  fill: #00885F;
}

.enquiry-page__my-avk-nav--compareLink.btn--stretch-center {
  transition: opacity 1s;
  opacity: 0;
}

.enquiry-page__my-avk-nav--compareLink.btn--stretch-center.is-adding {
  opacity: 1;
}

.enquiry-page__my-avk-nav--compareLink.btn--stretch-center.is-deleting {
  opacity: 0;
}

.global-search__wrapper {
  margin-top: 30px;
}

.global-search__wrapper h1 {
  padding: 0 15px;
}

.global-search__header {
  margin: 30px 0;
}

.global-search__header > div {
  padding-top: 0;
}

.page--search .global-search__header {
  margin: 0 0 25px 0;
  padding-top: 25px;
}

.global-search__text {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  background: white;
  font-size: 22px;
  font-weight: 300;
  width: 100%;
}

.global-search__text .icon-search {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 23px;
  transform: translateY(-50%);
}

.global-search__text .icon-search svg {
  fill: #002395;
  width: 22px;
  height: 22px;
}

.global-search__text input {
  flex: 1 0 auto;
  height: 100%;
  padding-left: 60px;
}

.global-search__text input::-ms-clear {
  display: none;
}

.global-search__categories {
  position: relative;
  padding: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
}

.global-search__categories select {
  color: white;
  width: 100%;
  height: 60px;
  background: #002395;
  padding: 0 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.global-search__categories select::-ms-expand {
  display: none;
}

.global-search__categories select:focus ~ .icon-arrow-right {
  transform: rotate(-90deg) translateX(75%);
}

.global-search__categories option {
  padding: 5px;
}

.global-search__categories option:disabled {
  display: none;
}

.global-search__categories .icon-arrow-right {
  transform: rotate(90deg) translateX(-75%);
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 25px;
  pointer-events: none;
}

.global-search__categories .icon-arrow-right svg {
  fill: var(--select-option-font-color-first);
}

.global-search__result-count h2 {
  font-size: 24px;
  padding: 0 15px;
  margin-bottom: 10px;
}

.global-search__result-count a {
  font-size: 16px;
  margin-bottom: 25px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 100%;
  background: var(--search-cta-products);
  color: var(--search-link-view-more);
  padding: 20px 52px 20px 52px;
  position: relative;
}

.global-search__result-count a .icon {
  fill: var(--search-link-view-more);
  top: 50%;
  transform: translateY(-50%);
}

.global-search__result-count a .icon-search-product {
  position: absolute;
  left: 15px;
}

.global-search__result-count a .icon-arrow-right {
  position: absolute;
  right: 33.5px;
}

.global-search__product-results {
  padding: 0 15px;
}

.global-search__results .no-results {
  padding: 0 15px;
}

.global-search__show-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 15px;
  background: white;
  display: inline-block;
  color: var(--brand-color);
}

.global-search__show-more input {
  padding: 15px 90px 15px 30px;
  font-size: 16px;
}

.global-search__show-more .icon-arrow-right {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0 15px;
  transform: rotate(90deg);
  pointer-events: none;
}

.global-search__show-more .icon-arrow-right svg {
  fill: #002395;
}

.global-search .link-box:before {
  box-shadow: none;
}

.global-search .result-item {
  position: relative;
  z-index: 1;
  margin: 15px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100px + (2 * 15px));
}

.global-search .result-item h3 {
  font-weight: 400;
  color: #002395;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 8px;
}

.global-search .result-item__url {
  word-break: break-all;
  color: #85888B;
  margin: 0;
}

.global-search .result-item__image {
  position: relative;
  padding: 0;
  flex: 1 0 100%;
  max-width: 100%;
}

.global-search .result-item__image .bg-imagehandler {
  background-size: cover;
}

.global-search .result-item__image .bg-imagehandler img {
  max-height: 100%;
}

.global-search .result-item__image .icon-symbol {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.global-search .result-item__image .icon-symbol svg {
  width: 60px;
  height: 60px;
}

.global-search .result-item__content {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 15px;
}

.global-search .result-item__content p {
  margin: 0;
  line-height: 1.2;
}

.global-search .result-item__content p + p {
  margin-top: 20px;
}

.global-search .result-item--with-image .global-search .result-item__content {
  flex: 1 1 auto;
}

.global-search .result-item__date {
  flex: 1 0 auto;
  padding: 0 15px;
  align-self: center;
}

.global-search .result-item__date h3 {
  font-size: 16px;
}

.global-search .result-item__action + .global-search .result-item__date {
  max-width: calc(100% - 80px);
}

.global-search .result-item__action {
  position: relative;
  flex: 0 0 100%;
  min-height: 60px;
  text-align: center;
  padding: 0 15px;
  text-transform: uppercase;
}

.global-search .result-item__date + .global-search .result-item__action {
  max-width: 80px;
}

.global-search .result-item__action .rollout {
  flex-wrap: nowrap;
  padding-top: 0;
}

.global-search .result-item__action .link-box__title {
  display: none;
}

.global-search .result-item a {
  text-decoration: none;
}

.global-search .result-item a:hover {
  color: inherit;
}

.global-search .result-item .icon-arrow-right svg,
.global-search .result-item .icon-play svg {
  fill: #002395;
}

.global-search .result-item .block-head {
  font-size: 16px;
}

.global-search #search-input-form {
  position: relative;
  z-index: 5;
}

.global-search .custom-select {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background: #EBEDED;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.global-search .custom-select--active ~ .icon-arrow-right {
  transform: rotate(-90deg) translateX(75%);
}

.global-search .custom-select--active .custom-select__option {
  display: block;
}

.global-search .custom-select__option {
  display: none;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 25px;
  background: white;
  color: var(--select-option-font-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.global-search .custom-select__option:hover:not(:first-child) {
  color: var(--select-option-font-hover);
}

.global-search .custom-select__option:first-child {
  display: block;
  background: var(--select-option-bg);
  color: var(--select-option-font-color-first);
  pointer-events: none;
}

.global-search .custom-select__option:not(:first-child) {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}

.global-search .custom-select__option:not(:last-child) {
  margin-bottom: 2px;
}

.loader-container {
  top: 0;
  right: 20px;
  width: 40px;
  height: 100%;
  position: absolute;
}

.loading .global-search__show-more .icon-arrow-right,
.loading .overview-search__show-more .icon-arrow-right {
  display: none;
}

.loading.global-search__results,
.loading.overview-search__results {
  opacity: .5 !important;
}

.my-avk {
  padding: 15px 0;
}

.my-avk .page__header {
  margin-top: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.my-avk .page__header svg {
  overflow: visible;
  fill: #000;
}

.my-avk .page__header #stroke {
  position: absolute;
  margin-left: 13px;
}

.my-avk .page__header .icon {
  margin-left: 15px;
  width: 58px;
}

.my-avk .page__content {
  margin-top: 0;
}

.my-avk .row nav.my-avk-nav {
  display: block;
}

.my-avk .h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 24px;
}

.my-avk.page .manchet {
  margin-bottom: 24px;
}

.myavk-login__signup-failure,
.myavk-login__general-signup-failure,
.myavk-login__email-format {
  color: #e32234;
}

.news-archive__wrapper {
  margin-top: 30px;
}

.news-archive__wrapper h1 {
  padding: 0 15px;
}

.news-archive__header {
  margin: 30px 0;
}

.news-archive__header > div {
  padding-top: 0;
}

.page--search .news-archive__header {
  margin: 25px 0;
}

.news-archive__text {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  background: white;
  font-size: 22px;
  font-weight: 300;
  width: 100%;
}

.news-archive__text .icon-search {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 23px;
  transform: translateY(-50%);
}

.news-archive__text .icon-search svg {
  fill: #002395;
  width: 22px;
  height: 22px;
}

.news-archive__text input {
  flex: 1 0 auto;
  height: 100%;
  padding-left: 60px;
  width: 100%;
}

.news-archive__text input::-ms-clear {
  display: none;
}

.news-archive__categories {
  position: relative;
  padding: 0;
  width: 100%;
  height: 60px;
  z-index: 4;
}

.news-archive__categories select {
  color: white;
  width: 100%;
  height: 60px;
  background: #002395;
  padding: 0 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.news-archive__categories select::-ms-expand {
  display: none;
}

.news-archive__categories select:focus ~ .icon-arrow-right {
  transform: rotate(-90deg) translateX(75%);
}

.news-archive__categories option {
  padding: 5px;
}

.news-archive__categories option:disabled {
  display: none;
}

.news-archive__categories .icon-arrow-right {
  transform: rotate(90deg) translateX(-75%);
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 25px;
  pointer-events: none;
}

.news-archive__categories .icon-arrow-right svg {
  fill: var(--select-option-font-color-first);
}

.news-archive__result-count {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.news-archive__result-count h2 {
  padding: 0 15px;
  margin-bottom: 10px;
}

.news-archive__result-count a {
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 25px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.news-archive__no-results {
  padding: 0 15px;
}

.news-archive__show-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 15px;
  background: white;
  display: inline-block;
  color: #002395;
}

.news-archive__show-more.hide {
  display: none;
}

.news-archive__show-more input {
  padding: 15px 90px 15px 30px;
  font-size: 16px;
}

.news-archive__show-more .icon-arrow-right {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0 15px;
  transform: rotate(90deg);
  pointer-events: none;
}

.news-archive__show-more .icon-arrow-right svg {
  fill: #002395;
}

.news-archive .result-item {
  position: relative;
  z-index: 1;
  margin: 15px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100px + (2 * 15px));
}

.news-archive .result-item h3 {
  font-weight: 400;
  color: #002395;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 8px;
}

.news-archive .result-item__url {
  word-break: break-all;
  color: #85888B;
  margin: 0;
}

.news-archive .result-item__image {
  position: relative;
  padding: 0;
  flex: 1 0 100%;
  max-width: 100%;
}

.news-archive .result-item__image .bg-imagehandler {
  background-size: cover;
}

.news-archive .result-item__image .bg-imagehandler img {
  max-height: 100%;
}

.news-archive .result-item__image .icon-symbol {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.news-archive .result-item__image .icon-symbol svg {
  width: 60px;
  height: 60px;
}

.news-archive .result-item__content {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 15px;
}

.news-archive .result-item__content p {
  margin: 0;
  line-height: 1.2;
}

.news-archive .result-item__content p + p {
  margin-top: 20px;
}

.news-archive .result-item--with-image .news-archive .result-item__content {
  flex: 1 1 auto;
}

.news-archive .result-item__date {
  flex: 1 0 auto;
  padding: 0 15px;
  align-self: center;
}

.news-archive .result-item__date h3 {
  font-size: 16px;
}

.news-archive .result-item__action + .news-archive .result-item__date {
  max-width: calc(100% - 80px);
}

.news-archive .result-item__action {
  position: relative;
  flex: 0 0 100%;
  min-height: 60px;
  text-align: center;
  padding: 0 15px;
}

.news-archive .result-item__date + .news-archive .result-item__action {
  max-width: 80px;
}

.news-archive .result-item__action .rollout {
  margin-top: 7px;
  flex-wrap: nowrap;
}

.news-archive .result-item__action .link-box__title {
  display: none;
}

.news-archive .result-item a {
  text-decoration: none;
}

.news-archive .result-item a:hover {
  color: inherit;
}

.news-archive .result-item .icon-arrow-right svg,
.news-archive .result-item .icon-play svg {
  fill: #002395;
}

.news-archive .result-item .block-head {
  font-size: 16px;
}

.news-archive #search-input-form {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
}

.news-archive .custom-select {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background: #EBEDED;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.news-archive .custom-select--active ~ .icon-arrow-right {
  transform: rotate(-90deg) translateX(75%);
}

.news-archive .custom-select--active .custom-select__option {
  display: block;
}

.news-archive .custom-select__option {
  display: none;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 25px;
  background: white;
  color: var(--select-option-font-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.news-archive .custom-select__option:hover:not(:first-child) {
  color: var(--select-option-font-hover);
}

.news-archive .custom-select__option:first-child {
  display: block;
  background: var(--select-option-bg);
  color: var(--select-option-font-color-first);
  pointer-events: none;
}

.news-archive .custom-select__option:not(:first-child) {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}

.news-archive .custom-select__option:not(:last-child) {
  margin-bottom: 2px;
}

.loader-container {
  top: 0;
  right: 20px;
  width: 40px;
  height: 100%;
  position: absolute;
}

.loading .news-archive__show-more .icon-arrow-right {
  display: none;
}

.loading.news-archive__results {
  opacity: .5 !important;
}

.page--search {
  overflow: hidden;
}

.page--search .ribbon__header:first-letter {
  text-transform: uppercase;
}

.page--search .page__header {
  margin-bottom: 0;
}

.page--search .page__header a {
  font-size: 20px;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
  text-transform: none;
}

.page--search .page__header a .icon-arrow-right {
  transform: rotate(180deg) translateY(50%);
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
}

.page--search .page__header a .icon-arrow-right svg {
  fill: #002395;
}

.page--search .custom-select {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background: #EBEDED;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.page--search .custom-select--active ~ .icon-arrow-right {
  transform: rotate(-90deg) translateX(75%);
}

.page--search .custom-select--active .custom-select__option {
  display: block;
}

.page--search .custom-select__option {
  display: none;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 25px;
  background: white;
  color: var(--select-option-font-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page--search .custom-select__option:hover:not(:first-child) {
  color: var(--select-option-font-hover);
}

.page--search .custom-select__option:first-child {
  display: block;
  background: var(--select-option-bg);
  color: var(--select-option-font-color-first);
  pointer-events: none;
}

.page--search .custom-select__option:not(:first-child) {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
}

.page--search .custom-select__option:not(:last-child) {
  margin-bottom: 2px;
}

.page--search .link-box:before {
  box-shadow: none;
}

.page--search .link-box.row .rich-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.page--search .link-box.row .rich-text img {
  display: none;
}

.page--search .link-box.row .rich-text:after {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 30px;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.001) 0%, #fff 100%);
  background-repeat: repeat-x;
}

.page--search .result-item {
  position: relative;
  z-index: 1;
  margin: 15px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100px + (2 * 15px));
}

.page--search .result-item__url {
  word-break: break-all;
  color: #85888B;
  margin: 0;
}

.page--search .result-item__image {
  position: relative;
  padding: 0;
  flex: 1 0 100%;
  max-width: 100%;
}

.page--search .result-item__image .bg-imagehandler {
  background-size: cover;
}

.page--search .result-item__image .bg-imagehandler img {
  max-height: 100%;
}

.page--search .result-item__image .icon-symbol {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.page--search .result-item__image .icon-symbol svg {
  width: 60px;
  height: 60px;
}

.page--search .result-item__content {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 15px;
}

.page--search .result-item__content p {
  margin: 0;
  line-height: 1.2;
}

.page--search .result-item__content p + p {
  margin-top: 20px;
}

.page--search .result-item--with-image .page--search .result-item__content {
  flex: 1 1 auto;
}

.page--search .result-item__date {
  flex: 1 0 auto;
  padding: 15px;
  align-self: center;
}

.page--search .result-item__action + .page--search .result-item__date {
  max-width: calc(100% - 80px);
}

.page--search .result-item__action {
  position: relative;
  flex: 0 0 100%;
  min-height: 80px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
}

.page--search .result-item__date + .page--search .result-item__action {
  max-width: 80px;
}

.page--search .result-item__action .rollout {
  margin-top: 7px;
  flex-wrap: nowrap;
}

.page--search .result-item__action .link-box__title {
  display: none;
}

.page--search .result-item__action .link-box__action {
  padding-top: 0;
  margin-top: 22px;
  height: 50px;
}

.page--search .result-item__action .link-box__action span {
  pointer-events: none;
}

.page--search .result-item h3 {
  font-weight: 400;
  color: #002395;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 8px;
}

.page--search .result-item a {
  text-decoration: none;
}

.page--search .result-item a:hover {
  color: inherit;
}

.page--search .result-item .icon-arrow-right svg,
.page--search .result-item .icon-play svg {
  fill: #002395;
}

.page--search .result-item .block-head {
  font-size: 16px;
}

.page--search .overview-search__results {
  order: -1;
}

.page--search .overview-search__results.fetched {
  height: 0;
}

.page--search .overview-search__results > h2 {
  padding: 0 15px;
  margin-bottom: 10px;
  font-size: 24px;
}

.page--search .overview-search__results h2 {
  font-size: 24px;
}

.page--search .overview-search__results .no-results {
  padding: 0 15px;
}

.page--search .overview-search__content {
  height: auto;
}

.page--search .overview-search__content.fetched {
  height: 0;
}

.page--search .overview-search__content form {
  position: relative;
}

.page--search .overview-search__show-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  margin-top: 15px;
  background: white;
  display: inline-block;
  color: #002395;
}

.page--search .overview-search__show-more input {
  padding: 15px 90px 15px 30px;
  font-size: 16px;
}

.page--search .overview-search__show-more .icon-arrow-right {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0 15px;
  transform: rotate(90deg);
  pointer-events: none;
}

.page--search .overview-search__show-more .icon-arrow-right svg {
  fill: #002395;
}

.page--search .overview-viewall-search__content {
  min-height: 20vh;
}

.page--search .overview-viewall-search--animating .overview-search__results,
.page--search .overview-viewall-search--animating .overview-search__content {
  overflow: hidden;
}

.page {
  background-color: #EBEDED;
  min-height: 200px;
}

.page > .grid {
  position: relative;
}

.page .row nav {
  display: none;
}

.page .bg-imagehandler {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.page .bg-imagehandler.image--loaded {
  background-size: cover;
}

.page .bg-imagehandler.image--loaded img {
  width: 100%;
}

.page .bg-imagehandler.image--loaded img[src*="default_image"] {
  height: 100%;
}

.page .manchet {
  margin: 0 0 20px;
}

.page__header {
  padding: 0 15px;
  margin-bottom: 40px;
}

.page__header--search {
  margin-top: 80px;
}

.page__content {
  flex-grow: 2;
  padding: 0 15px;
  margin-top: 30px;
}

.page__content header h1,
.page__content header h2 {
  margin-bottom: 15px;
}

.page__content header h1:only-child {
  margin-bottom: 20px;
}

.page__content header p {
  font-size: 18px;
  margin: 0 0 1.5em;
}

.page__content header p span {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding: 5px 6px;
  bottom: 2px;
  background-color: var(--btn-grey-light);
}

.breadcrumb + script + .social-media + .row .page__content {
  margin-top: 0;
}

.page__content header h1 {
  padding-right: 40px;
}

.page__aside {
  width: 100%;
  margin: 20px 0 1px;
}

.page__aside .contact-content p {
  line-height: 1.1;
  padding-bottom: 15px;
}

.page__aside .contact-content p.manchet {
  margin: 0;
}

.page__aside .contact-content .icon {
  min-width: 24px;
}

.page__aside .contact-content .icon-email svg {
  width: 17px;
}

.page__aside .contact-content .row {
  margin-bottom: 10px;
}

.page__aside .contact-title {
  text-transform: uppercase;
  padding-bottom: 0;
}

.page__aside .contact svg {
  fill: #002395;
}

.page .social-media {
  position: absolute;
  top: 25px;
}

.page .bg-imagehandler + .grid .breadcrumb {
  min-height: calc(1em + 30px);
}

.product-compare .backButton {
  margin: 0 15px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
  text-transform: none;
}

.product-compare .backButton .icon-arrow-right {
  transform: rotate(180deg) translateY(50%);
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
}

.product-compare .backButton .icon-arrow-right svg {
  fill: #002395;
}

.product-compare .compare__cell a {
  text-decoration: none;
}

.product-compare .compare__cell h2 {
  text-transform: uppercase;
}

.product-finder__header {
  position: relative;
  z-index: 2;
}

.product-finder__header h2 {
  font-size: 24px;
  margin: 0;
}

.product-finder__header h1 {
  margin-bottom: 50px;
}

.product-finder__filters {
  position: relative;
  min-height: 92px;
  z-index: 1;
}

.product-finder__filters--wrapper {
  position: relative;
  padding: 0;
  width: calc(100% + 30px);
  transform: translateX(-15px);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.product-finder__filters__single-filter {
  position: relative;
  padding-bottom: 0;
}

.product-finder__products {
  width: 100%;
}

.product-finder__products--inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.product-finder__results h2 {
  font-size: 24px;
}

.product-finder__filter-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 15px;
}

.product-finder__filter-buttons--wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  width: 100%;
}

.product-finder__filter-button {
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  color: #002395;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}

.product-finder__filter-button:last-child {
  margin-right: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.product-finder__filter-button[data-fn='compare'] {
  display: none;
}

.product-finder__filter-button.locked {
  pointer-events: none;
  opacity: .5;
}

.product-finder__filter-button span.hide {
  display: none;
}

.product-finder__filter-button .icon {
  margin-left: 10px;
}

.product-finder__filter-button .icon svg {
  fill: #002395;
}

.product-finder__filter-choices {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.product-finder__filter-choices.show {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.product-finder__filter-choices p {
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  color: #85888B;
}

.product-finder__filter-labels {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.product-finder__single-filter-label {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--special-filter-color);
  padding: 8px 10px;
  margin: 5px;
}

.product-finder__single-filter-label span {
  color: #002395;
  font-size: 13px;
}

.product-finder__single-filter-label .icon {
  margin-left: 8px;
  cursor: pointer;
}

.product-finder__single-filter-label svg {
  height: 12px;
  width: 11px;
  fill: #85888B;
}

.product-finder__show-more {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px auto 0;
  background: white;
  display: inline-block;
  color: #002395;
  height: 50px;
  padding: 15px 90px 15px 30px;
  cursor: pointer;
  font-size: 16px;
}

.product-finder__show-more.hide {
  display: none;
}

.product-finder .product-finder__show-more .icon-arrow-right {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0 15px;
  transform: rotate(90deg);
  pointer-events: none;
}

.product-finder .product-finder__show-more .icon-arrow-right svg {
  fill: #002395;
}

.product-finder__checkmark-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 25px 0 10px;
  cursor: pointer;
}

.product-finder__checkmark-submit span {
  pointer-events: none;
}

.product-finder__checkmark-submit .icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.product-finder .link-box:before {
  box-shadow: none;
}

.product-finder .link-box__image {
  background-color: #fff;
  overflow: visible;
}

.product-finder .link-box__image .bg-imagehandler {
  background-size: contain;
  margin: 0 auto;
  max-height: 175px;
  width: auto;
}

.product-finder .link-box__text {
  font-size: 13px;
  color: #666;
  padding: 20px;
}

.product-finder .link-box__text a {
  text-decoration: none;
}

.product-finder .link-box__text h2 {
  color: #002395;
  font-size: 18px;
  text-transform: uppercase;
}

.product-finder .link-box__text p {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.product-finder .link-box__sku {
  text-transform: uppercase;
  width: 100%;
  font-weight: 500;
  padding-bottom: 15px;
}

.product-finder .link-box__table-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 60px;
}

.product-finder .link-box__table-col {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding-bottom: 7px;
  line-height: 1.2em;
}

.product-finder .link-box__icons {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 35px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.product-finder .link-box__icons a,
.product-finder .link-box__icons span:not(.icon) {
  text-decoration: none;
  color: #002395;
}

.product-finder .link-box__icons a span,
.product-finder .link-box__icons span:not(.icon) span {
  pointer-events: none;
}

.product-finder .link-box__icons .icon {
  margin: 0 5px;
}

.product-finder .link-box__icons svg {
  fill: #002395;
  height: 25px;
  width: auto;
  max-width: 30px;
}

.product-finder .link-box__icons .addToCompareButton {
  display: none;
  cursor: pointer;
}

.product-finder .link-box__icons .addToCompareButton span {
  pointer-events: none;
}

.product-finder .link-box.inComparePool .addToCompareButton svg {
  fill: var(--special-color);
}

.product-finder .link-box.inComparePool .addToCompareButton span {
  color: var(--special-color);
}

.product-finder .icon-arrow-right {
  transform: rotate(90deg) translateX(-75%);
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 25px;
}

.product-finder .icon-arrow-right svg {
  fill: var(--select-option-font-color-first);
}

.product-finder .custom-select {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
  background: #EBEDED;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.product-finder .custom-select:first-child {
  margin-left: 0;
}

.product-finder .custom-select:last-child {
  margin-right: 0;
}

.product-finder .custom-select--deep-nest {
  top: 0;
  background-color: #fff;
  position: absolute;
  z-index: 3;
}

.product-finder .custom-select--deep-nest__option {
  display: none;
  padding: 8px 35px 8px 20px;
  line-height: 1.2em;
  font-size: 16px;
}

.product-finder .custom-select--deep-nest--active {
  border: 5px solid #002395;
  padding-top: 6px;
}

.product-finder .custom-select--deep-nest--active .custom-select--deep-nest__option {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper {
  height: 270px;
  margin: 30px 0 15px 0;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper:after {
  content: "";
  clear: both;
  display: table;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper.ss-autoheight {
  height: auto;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .custom-select--deep-nest__option {
  font-size: 13px;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .custom-select--deep-nest__option:first-child {
  padding-top: 0;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow: auto;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .ss-scroll {
  position: relative;
  background: #002395;
  width: 9px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .ss-hidden {
  display: none;
}

.product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .ss-grabbed {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-finder .custom-select--deep-nest .icon-close-icon {
  position: absolute;
  right: 15px;
  top: 25px;
}

.product-finder .custom-select--active .icon-arrow-right {
  transform: rotate(-90deg) translateX(75%);
}

.product-finder .custom-select--active .custom-select__option {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.product-finder .custom-select__option {
  display: none;
  line-height: 1.2em;
  height: 50px;
  position: relative;
  text-overflow: ellipsis;
  padding: 0 25px;
  background: white;
  color: var(--select-option-font-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product-finder .custom-select__option:first-child {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  background: var(--select-option-bg);
  color: var(--select-option-font-color-first);
  padding: 0 45px 0 25px;
}

.product-finder .custom-select__option:not(:last-child) {
  margin-bottom: 2px;
}

.product-finder .custom-select__option.selected {
  font-size: 13px;
}

.product-finder .custom-select__option.selected .custom-select__option__selected-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -12px;
}

.product-finder .custom-select__option.selected .custom-select__option__selected-wrapper svg {
  fill: var(--special-color);
  height: 12px;
  width: 11px;
}

.product-finder .custom-select__option.selected .custom-select__option__selected-wrapper > span:not(.icon) {
  line-height: 1.1em;
  color: var(--special-color);
  padding-left: 7px;
  overflow: hidden;
  position: relative;
  max-height: 2.2em;
  margin-right: -1em;
  padding-right: 1em;
}

.product-finder .custom-select__option.selected .custom-select__option__selected-wrapper > span:not(.icon):before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-finder .custom-select__option.selected .custom-select__option__selected-wrapper > span:not(.icon):after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.product-finder .custom-select__option.selected .custom-select--deep-nest__option {
  font-size: 13px;
}

.product-finder .custom-select__option.selected .custom-select--deep-nest__option > span:not(.icon) {
  font-size: 16px;
  clear: both;
  color: var(--special-color);
  margin-top: 5px;
  width: 100%;
}

.product-finder .custom-select__option.grayout {
  pointer-events: none;
  cursor: default;
  color: #E0E0E1;
}

.product-finder .custom-select__option[data-name] .icon-arrow-right {
  transform: rotate(90deg) translateX(-75%);
}

.product-finder .custom-select__option[data-name] .icon-arrow-right svg {
  fill: var(--select-option-font-color);
}

.product-finder__input {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 60px;
  background: white;
  font-size: 22px;
  font-weight: 300;
  width: 100%;
  padding-left: 15px;
  margin-top: 15px;
}

.product-finder__input input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
}

.product-finder__input input:-ms-input-placeholder {
  color: #85888B;
}

.product-finder__input input::-ms-clear {
  display: none;
}

.product-finder--loading {
  opacity: 0.5;
}

.product-finder__loader-overlay {
  position: absolute;
}

.product-finder__loader-overlay.product-finder--loading {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.product-finder .loader-container {
  right: 0;
  left: 0;
  height: 40px;
  top: 55%;
  margin: 0 auto;
  transform: translateY(-50%);
}

.product-finder .social-media {
  z-index: 3;
}

.product-finder .bg-imagehandler {
  background-image: url("/static/svg/individual/logo-gray.svg");
}

.product-finder__compare-bar {
  position: fixed;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  background: var(--special-color);
  font-size: 16px;
  transform: translate(0, 100%);
  transition: transform .4s;
}

.product-finder__compare-bar--active {
  transform: translate(0, 0);
}

.product-finder__compare-bar-is-active {
  background-color: #F48900;
  color: white;
}

.product-finder__compare-bar__filter-button {
  color: #fff !important;
  position: relative;
}

.product-finder__compare-bar .icon svg {
  fill: #fff !important;
}

.product-finder__compare-bar .icon-arrow-right {
  right: 15px;
  transform: none;
  top: 17px;
}

.product h1 {
  font-size: 28px;
}

.product h2 {
  font-size: 20px;
}

.product__section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product__header {
  padding-top: 10px;
}

.product__header h2 {
  font-size: 18px;
}

.product__header--title {
  padding-right: 35px;
}

.product__icon-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -4px;
}

.product__icon-container {
  width: 49.5px;
  height: 49.5px;
  margin: 4px;
  cursor: pointer;
  position: relative;
}

.product__icon-container svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.product__icon-title {
  display: block;
  background: white;
  min-height: 50px;
  padding: 13px;
  margin-top: 5px;
  border-left: 7px solid transparent;
  margin-bottom: 50px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.product__icon-title--show {
  opacity: 1;
  display: inline-block;
}

.product__icon {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: opacity .1s linear;
}

.product__icon--active {
  opacity: 1;
}

.product__icon-container--active .product__icon--color {
  opacity: 1;
}

.product__view {
  padding-bottom: 0;
  background-color: white;
}

.product__view--categories {
  position: relative;
  z-index: 3;
}

.product__view--categories + .product__view--description {
  margin-left: 60px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 60px;
}

.product__view--description p {
  margin: 0 !important;
}

.product__view--image {
  overflow: hidden;
  height: auto;
}

.product__view--image--has-ratio {
  position: relative;
  height: 300px;
}

.product__view--image--has-ratio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product__view--image .image--loaded {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  width: auto;
}

.product__view--image-togglewrapper {
  position: relative;
  padding-bottom: 0;
}

.product__view--open .product__view--image-togglewrapper {
  transition-delay: 0s;
}

.product__view--image-toggler {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  transform: translateX(-50%);
  width: 60px;
  height: 150px;
  padding: 5px 5px 30px;
  background-color: #EBEDED;
  text-align: center;
  cursor: pointer;
}

.product__view--image-toggler img {
  display: inline-block;
  margin: auto;
  max-height: 100%;
  background-image: none;
}

.product__view--image-toggler svg {
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 2;
  width: 100%;
  height: 20px;
  fill: #002395;
  transform: rotate(0deg);
}

.product__view--open .product__view--image-toggler svg {
  transform: rotate(180deg);
}

.product__view--image-toggler:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  background-color: white;
}

.product__view--sectionlist {
  margin: 0;
  list-style: none;
}

.product__view--sectionlistitem {
  margin-bottom: 20px;
}

.product__view--sectionlistitem:last-child {
  margin-bottom: 0;
}

.product__view--sectionlistitem.hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

.product__view--sectionlistlink {
  position: relative;
  display: block;
  min-height: 26px;
  font-weight: 500;
  font-size: 14px;
  color: #002395;
  text-decoration: none;
  text-transform: uppercase;
}

.product__view--sectionlistlink:focus {
  color: #002395;
}

.product__view--sectionlistlink:hover {
  color: var(--special-color);
}

.product__view--sectionlistlink:hover svg {
  fill: var(--special-color);
}

.product__view--sectionlistlink:hover .svg-product-drawing svg {
  fill: var(--special-color);
}

.product__view--sectionlistlink span {
  pointer-events: none;
}

.product__view--sectionlisttext {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
}

.product__view--sectionlisticon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.product__view--sectionlisticon.icon-product-enquiry {
  top: 45%;
}

.product__view .page__aside {
  margin: 0;
}

.product__description .rich-text:first-child {
  margin-top: 0;
}

.product__description--accessories {
  position: relative;
  padding-top: 30px;
}

.product__description--accessories--is-open {
  padding-bottom: 60px;
}

.product__description--accessories-second-row--is-hidden {
  display: none;
}

.product__description--accessories-morebutton-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.product__description--accessories-morebutton-wrapper--is-shown {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.product__description--accessories-morebutton-wrapper--is-shown .product__description--accessories-morebutton span {
  transform: rotate(270deg);
}

.product__description--accessories-morebutton {
  position: relative;
  display: inline-block;
  padding: 10px 55px 10px 15px;
  background-color: white;
  color: #002395;
  cursor: pointer;
}

.product__description--accessories-morebutton .icon-arrow-right {
  position: absolute;
  top: 11px;
  right: 6px;
  padding: 0 15px;
  transform: rotate(90deg);
  pointer-events: none;
}

.product__description--accessories-morebutton .icon-arrow-right svg {
  fill: #002395;
}

.product__description--accessories-box {
  position: relative;
  height: 100%;
  padding: 15px 15px 210px;
  background-color: white;
}

.product__description--accessories-header {
  color: #002395;
  text-transform: uppercase;
}

.product__description--accessories-header a {
  text-decoration: none;
}

.product__description--accessories-text {
  margin: 0;
  font-size: 15px;
}

.product__description--accessories-image-wrapper {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  width: 100%;
}

.product__description--accessories-image {
  max-height: 130px;
  margin: 15px auto;
}

.product__description--accessories-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  text-align: center;
}

.product__description--accessories-buttons .icon {
  display: inline-block;
}

.product__description--accessories-buttons .icon svg {
  fill: #002395;
}

.product__description--accessories-buttons .icon:hover svg {
  fill: var(--special-color);
}

.product__download-button-wrap {
  width: 100%;
  background-color: transparent;
  padding: 0 0 0 6px;
  display: block;
}

.product__datasheet {
  background-color: white;
}

.product__datasheet--image {
  margin-top: 30px;
}

.product__datasheet--image:first-child {
  margin-top: 0;
}

.product__datasheet--image .image--loaded {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product__datasheet li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  padding-bottom: 10px;
  line-height: 1.3;
}

.product__datasheet--features > ul {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 0;
       column-gap: 0;
}

.product__datasheet--filename {
  text-decoration: none;
  color: inherit;
}

.product__datasheet--filename:visited,
.product__datasheet--filename:active,
.product__datasheet--filename:focus {
  color: inherit;
}

.product__datasheet--filename:hover {
  color: var(--special-color);
}

.product__datasheet--downloads {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 0;
       column-gap: 0;
}

.product__datasheet--downloads .table {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.product__datasheet--downloads .table.hide {
  display: none;
}

.product__datasheet--downloads .table__tr.hide {
  display: none;
}

.product__datasheet--downloads .table__tr--no-border {
  border-bottom: none;
}

.product__datasheet--downloads .table__tr--downloads {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.product__datasheet--downloads .table__tr--downloads .table__th {
  line-height: 26px;
}

.product__datasheet--downloads .table__wrapper {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.product__datasheet--approval-logos {
  flex-direction: row;
  justify-content: center;
  padding-top: 30px;
  border-top: 1px solid #E0E0E1;
}

.product__datasheet--approval-logo {
  align-self: center;
  padding: 15px;
}

.product__datasheet--approval-logo:first-child {
  margin-left: 0;
}

.product__datasheet--approval-logo img {
  max-width: 100px;
}

.product__datasheet #downloads h2,
.product__datasheet #features h2 {
  margin-top: 20px;
}

.product-tooltip,
.product-enquiry {
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}

.product-tooltip--is-selected svg,
.product-enquiry--is-selected svg {
  transition: all 0.3s ease;
  width: 28px;
  height: 28px;
}

.product-enquiry--is-selected svg {
  fill: #db7b00;
}

.product-drawing--is-selected svg {
  fill: #db7b00;
}

.product-tooltip {
  position: relative;
}

.product-tooltip__note {
  position: absolute;
  top: 50%;
  right: 85%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 12px 25px;
  color: white;
  background-color: black;
  white-space: nowrap;
}

.product-tooltip__note:after {
  content: "";
  position: absolute;
  bottom: -8px;
  top: 50%;
  left: 100%;
  z-index: 1;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid black;
}

.product-tooltip--has-tooltip svg {
  fill: black;
}

.product-enquiry__row {
  border-bottom: none;
  -webkit-animation: slideDownFadeIn .3s normal forwards;
          animation: slideDownFadeIn .3s normal forwards;
}

.page.product .table--detailed .product-enquiry__row {
  height: 0;
  border: 0;
}

.product-enquiry__row.is-deleting {
  -webkit-animation: slideUpFadeOut .3s normal forwards;
          animation: slideUpFadeOut .3s normal forwards;
}

.product-enquiry__cell {
  overflow: hidden;
  background-color: #EBEDED;
}

.product-enquiry__row {
  position: relative;
}

.product-enquiry__wrapper {
  float: right;
  overflow: hidden;
  display: inline-block;
  min-width: 300px;
  position: absolute;
  margin-right: 265px;
  background-color: #E0E0E1;
  padding: 48px 30px 30px;
  max-width: calc(100vw - 80px);
  transition: max-width ease-in-out .2s;
}

.product-table__sticky--open .product-enquiry__wrapper {
  max-width: calc(100vw - 110px);
}

.product-enquiry__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.product-enquiry__close svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

.product-enquiry__title {
  color: #000;
  padding-bottom: 15px;
}

.product-enquiry__text {
  white-space: normal;
}

.product-enquiry__lists {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.product-enquiry__listitem {
  position: relative;
  margin-top: 3px;
  padding: 15px 35px 15px 15px;
  color: #002395;
  background-color: white;
  cursor: pointer;
}

.product-enquiry__listitem:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("/static/svg/individual/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

.product-enquiry__listitem:hover {
  color: #000;
}

.product-enquiry__listitem:hover:after {
  background-image: url("/static/svg/individual/arrow-right.svg");
}

.product-enquiry__listitem.is-adding {
  color: #00885F;
}

.product-enquiry__listitem.is-adding:after {
  background-image: url("/static/svg/individual/checkmark-green.svg");
}

.product-enquiry__listitem--createnew {
  text-transform: uppercase;
}

.product-enquiry__loginform,
.product-enquiry__addform {
  max-width: none;
  padding-bottom: 0;
}

.product-enquiry__loginform--label,
.product-enquiry__addform--label {
  margin-bottom: 15px;
}

.product-enquiry__loginform--label input,
.product-enquiry__addform--label input {
  color: #000;
}

.product-enquiry__loginform .loading,
.product-enquiry__addform .loading {
  background-color: rgba(244, 137, 0, 0.3);
  cursor: wait;
}

.product-enquiry__loginform .loading .loader,
.product-enquiry__addform .loading .loader {
  left: auto;
  right: 20px;
}

.product-enquiry__loginform .loading .loader div,
.product-enquiry__addform .loading .loader div {
  background-color: white;
}

.product-enquiry__loginform .success,
.product-enquiry__addform .success {
  background-color: var(--special-color);
}

.product-enquiry__loginform .success:before,
.product-enquiry__addform .success:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  background: url(/static/svg/individual/checkmark.svg) no-repeat center;
  display: block;
  height: 20px;
  width: 20px;
}

.product-enquiry__enquired {
  position: relative;
}

.product-enquiry__enquired:after {
  content: '';
  background-image: url("/static/svg/individual/checkmark.svg");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  height: 15px;
  width: 15px;
  top: -3px;
  position: absolute;
  right: 19px;
  background-color: var(--special-color);
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.segment {
  position: relative;
  padding-bottom: 0;
  color: #fff;
  background-color: #003bfb;
  overflow: hidden;
}

.segment__grid,
.segment__row {
  height: 100%;
}

.segment__nav {
  position: relative;
  text-transform: uppercase;
  background-color: var(--segment-default-color);
}

.segment__nav:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2000em;
  background-color: inherit;
}

.segment__nav-content {
  position: absolute;
  top: 90px;
  right: 15px;
  width: calc(200% - 60px);
  height: 100%;
  overflow: hidden;
}

.segment__content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}

.segment__content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 2000em;
  background-color: inherit;
}

.segment__wrapper--spots {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.segment__wrapper--spots.space-between {
  justify-content: space-between;
}

.segment__wrapper--spots.space-between .segment__wrapper--single-spot {
  padding-right: 0;
}

.segment__wrapper--single-spot {
  text-align: center;
  margin-top: 20px;
  width: 100%;
  max-width: 48%;
}

.segment__wrapper--single-spot .spot-image.bg-imagehandler {
  border-radius: 50%;
  min-height: 0;
  position: relative;
  height: 135px;
  width: 135px;
  max-width: 100%;
  margin: 0 auto;
}

.segment__wrapper--single-spot .spot-image.bg-imagehandler:after {
  transition: height 0.3s, width 0.3s, opacity 0.3s;
  height: 0;
  width: 0;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}

.segment__wrapper--single-spot .spot-image.bg-imagehandler:before {
  display: none;
}

.segment__wrapper--single-spot a {
  text-decoration: none;
  color: #fff;
  margin-top: 15px;
  display: block;
  word-wrap: break-word;
}

.segment__wrapper--single-spot span {
  font-size: 13px;
  font-weight: 400;
}

.segment__wrapper--single-spot p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.segment .btn,
.segment .sitecore-form input[type=submit],
.sitecore-form .segment input[type=submit] {
  margin-bottom: 30px;
}

.segment .bg-imagehandler {
  overflow: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.segment .bg-imagehandler img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
  min-height: 100%;
}

.segment .nav-segment {
  margin-top: 0;
  width: calc(50%);
  position: absolute;
  right: 0;
}

.segment .nav-segment a {
  color: #fff;
}

.segment .block-head {
  color: #fff;
}

.segment__icon-wrapper.grid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  z-index: 1;
}

.segment__icon {
  position: absolute;
  bottom: 0;
  padding: 0 15px;
  z-index: 1;
}

body.water .segment {
  color: #fff;
}

body.water .segment .segment__nav {
  background-color: rgba(0, 126, 187, 0.75);
}

body.water .segment .block-head {
  color: #fff;
}

body.fire .segment {
  color: #fff;
}

body.fire .segment .segment__nav {
  background-color: rgba(227, 34, 52, 0.75);
}

body.fire .segment .block-head {
  color: #fff;
}

body.fire .segment .btn--cta,
body.fire .segment .sitecore-form input[type=submit]:not(.blue),
.sitecore-form body.fire .segment input[type=submit]:not(.blue) {
  background-color: #E32234;
}

body.gas .segment {
  color: #fff;
}

body.gas .segment .segment__nav {
  background-color: rgba(255, 214, 0, 0.75);
}

body.gas .segment .btn--cta,
body.gas .segment .sitecore-form input[type=submit]:not(.blue),
.sitecore-form body.gas .segment input[type=submit]:not(.blue) {
  background-color: #FFD600;
  color: #000 !important;
}

body.gas .segment .nav-segment__button,
body.gas .segment .nav-segment a {
  color: #000;
}

body.waste-water .segment {
  color: #fff;
}

body.waste-water .segment .segment__nav {
  background-color: rgba(0, 136, 95, 0.75);
}

body.waste-water .segment .btn--cta,
body.waste-water .segment .sitecore-form input[type=submit]:not(.blue),
.sitecore-form body.waste-water .segment input[type=submit]:not(.blue) {
  background-color: #00885F;
}

body.waste-water .segment .block-head {
  color: #fff;
}

body.industrial .segment .segment__nav {
  background-color: var(--segment-industrial);
}

@media (min-width: 1px) {
  .xxs-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .xxs-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .xxs-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .xxs-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .xxs-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .xxs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .xxs-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .xxs-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .xxs-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .xxs-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .xxs-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .xxs-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 34.8px;
  }

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

  .xs-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .xs-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .xs-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .xs-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .xs-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .xs-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .xs-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .xs-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .xs-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .xs-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .xs-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .advertise h2 {
    font-size: 24.8px;
  }

  .country-site-fact .rounded-image .h4 {
    font-size: 16px;
  }

  .country-site-fact .line-wrapper__full-line {
    top: 60px;
  }

  .country-site-fact .line-wrapper .h1 {
    font-size: 40px;
  }

  .country-site-fact .line-wrapper .h1:after {
    top: 36px;
  }

  .overview--files .link-box:not(.link-box--row) {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .overview--button__view-all input {
    font-size: 16.4px;
  }

  .product-teaser .buttons:before,
  .product-teaser .buttons:after {
    content: " ";
    display: table;
  }

  .product-teaser .buttons:after {
    clear: both;
  }

  .promo-area h1,
  .promo-area .h1 {
    font-size: 36.4px;
  }

  .sitecore-forms-popup .sitecore-forms-block {
    top: 50%;
  }

  .chooser-overlay__wrapper {
    top: 50%;
  }

  .chooser-overlay__wrapper--left-box header p {
    font-size: 29.2px;
  }

  .contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact img {
    min-height: 150px;
    display: block;
    width: 50%;
  }

  .distributor-map__custom-select {
    font-size: 16.4px;
  }

  .distributor-map__infowindow-headline {
    font-size: 19.2px;
  }

  .fast-contact-row span:not(.icon) {
    font-size: 17.2px;
  }

  .form__label .formvalidate__error-message {
    font-size: 14.4px;
  }

  .icon-social {
    width: 35px;
    height: 35px;
  }

  .page.contact .link-box.link-box--row {
    flex-flow: row nowrap;
  }

  .page.contact .link-box.link-box:not(.link-box--row) .link-box__image {
    width: 200px;
  }

  .page.contact .link-box.link-box:not(.link-box--row) .link-box__text {
    width: calc(100% - 200px);
    height: 100%;
  }

  .page.contact .link-box.link-box:not(.link-box--row) .link-box__action {
    margin: 0;
    bottom: 15px;
    position: absolute;
  }

  .page.contact .link-box .link-box__action {
    position: absolute;
    padding-bottom: 20px;
  }

  .link-box--content-blocks .link-box__image--header h2,
  .link-box--content-blocks .link-box__image--header .h2 {
    font-size: 19.2px;
  }

  .myavk-login__signup-form--consent .formvalidate__error-message {
    font-size: 14.4px;
  }

  .myavk-login__dropdown .formvalidate__error-message {
    font-size: 14.4px;
  }

  .myavk-login .custom-select {
    font-size: 16.4px;
  }

  .newsletter--footer label {
    font-size: 17.2px;
  }

  .search a {
    font-size: 17.2px;
  }

  .search a {
    padding-left: 10px;
  }

  .search input {
    height: 100%;
    text-align: left;
    padding-left: 10px;
  }

  .search input:focus {
    width: 80%;
  }

  .search-site input {
    width: 80%;
    font-size: 16px;
  }

  .compare__cell h2 {
    font-size: 18.8px;
  }

  .toolbar {
    display: block;
    flex-wrap: nowrap;
  }

  .article .page__aside {
    padding-bottom: 49px;
  }

  .article .page__aside img {
    width: 40%;
  }

  .article .page__aside .contact-content {
    width: 60%;
  }

  .article .page__content__double-box h2 {
    font-size: 19.2px;
  }

  .case .page__aside .contact-image {
    display: block;
    width: 50%;
    padding-top: 50%;
  }

  .case .page__content__double-box h2 {
    font-size: 19.2px;
  }

  .contact__content--one-col {
    height: 300px;
  }

  .contact__content--two-col {
    height: 230px;
  }

  .contact__content--two-col .contact__content--text {
    margin-top: 0;
    top: 15px;
  }

  .contact__content--three-col {
    height: 250px;
  }

  .contact__content--three-col .contact__content--text {
    margin-top: 0;
    top: 15px;
  }

  .contact__content h2 {
    font-size: 26.4px;
  }

  .contact__content h3 {
    font-size: 19.2px;
  }

  .contact__content h4 {
    font-size: 12.6px;
  }

  .enquiry-page__list--renamelist-form input[type="text"] {
    font-size: 29.2px;
  }

  .enquiry-page__list--products .link-box__text h1 {
    font-size: 18.8px;
  }

  .enquiry-page__list--products .link-box__text h3 {
    font-size: 18.4px;
  }

  .global-search__categories select {
    font-size: 16.4px;
  }

  .global-search__result-count h2 {
    font-size: 26px;
  }

  .global-search__result-count a {
    font-size: 17.2px;
  }

  .global-search__show-more input {
    font-size: 16.4px;
  }

  .global-search .result-item--with-image .global-search .result-item__image {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .global-search .result-item__content {
    max-width: calc(100% - 80px);
  }

  .global-search .result-item--with-image .global-search .result-item__content {
    max-width: calc(100% - 200px - 80px);
  }

  .global-search .result-item__date h3 {
    font-size: 17.2px;
  }

  .global-search .result-item__date {
    align-self: flex-start;
  }

  .global-search .result-item__action {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .global-search .custom-select {
    font-size: 16.4px;
  }

  .my-avk .h2 {
    font-size: 24.4px;
  }

  .news-archive__categories select {
    font-size: 16.4px;
  }

  .news-archive__result-count a {
    font-size: 16.4px;
  }

  .news-archive__show-more input {
    font-size: 16.4px;
  }

  .news-archive .result-item--with-image {
    flex-wrap: nowrap;
  }

  .news-archive .result-item--with-image .news-archive .result-item__image {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .news-archive .result-item__content {
    max-width: calc(100% - 80px);
  }

  .news-archive .result-item--with-image .news-archive .result-item__content {
    max-width: calc(100% - 200px - 80px);
  }

  .news-archive .result-item__date h3 {
    font-size: 17.2px;
  }

  .news-archive .result-item__date {
    align-self: flex-start;
  }

  .news-archive .result-item__action {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .news-archive .custom-select {
    font-size: 16.4px;
  }

  .page--search .page__header a {
    font-size: 22.8px;
  }

  .page--search .custom-select {
    font-size: 16.4px;
  }

  .page--search .result-item--with-image {
    flex-wrap: nowrap;
  }

  .page--search .result-item--with-image .page--search .result-item__image {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .page--search .result-item__content {
    max-width: calc(100% - 80px);
  }

  .page--search .result-item--with-image .page--search .result-item__content {
    max-width: calc(100% - 200px - 80px);
  }

  .page--search .result-item__date {
    align-self: flex-start;
  }

  .page--search .result-item__action {
    flex: 0 0 80px;
    max-width: 80px;
  }

  .page--search .overview-search__results > h2 {
    font-size: 26px;
  }

  .page--search .overview-search__results h2 {
    font-size: 26.4px;
  }

  .page--search .overview-search__show-more input {
    font-size: 16.4px;
  }

  .page__content header p {
    font-size: 19.2px;
  }

  .product-compare .backButton {
    font-size: 22.8px;
  }

  .product-finder__header h2 {
    font-size: 26px;
  }

  .product-finder__results h2 {
    font-size: 26px;
  }

  .product-finder__filter-button {
    font-size: 14.8px;
  }

  .product-finder__filter-choices p {
    font-size: 14.8px;
  }

  .product-finder__single-filter-label span {
    font-size: 13.2px;
  }

  .product-finder__show-more {
    font-size: 16.4px;
  }

  .product-finder .link-box__text h2 {
    font-size: 18.8px;
  }

  .product-finder .custom-select {
    font-size: 16.4px;
  }

  .product-finder .custom-select--deep-nest__option {
    font-size: 16.4px;
  }

  .product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .custom-select--deep-nest__option {
    font-size: 13.4px;
  }

  .product-finder .custom-select__option.selected {
    font-size: 13.2px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option {
    font-size: 13.4px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option > span:not(.icon) {
    font-size: 16.4px;
  }

  .product-finder__input input {
    font-size: 17.2px;
  }

  .product h1 {
    font-size: 31.2px;
  }

  .product h2 {
    font-size: 22.8px;
  }

  .product__header h2 {
    font-size: 19.2px;
  }

  .product-enquiry__wrapper {
    min-width: 360px;
  }

  .segment__wrapper--single-spot p {
    font-size: 16.8px;
  }
}

@media (min-width: 768px) {
  .flickity-prev-next-button {
    top: 0;
    transform: none;
    width: 150px;
    height: 300px;
    cursor: pointer;
    border: none;
    border-radius: 0;
    background: transparent;
  }

  .flickity-prev-next-button.previous {
    left: 0;
    width: 80px;
  }

  .flickity-prev-next-button.previous:hover svg,
  .flickity-prev-next-button.previous:focus svg {
    transform: scale(1.1) translateX(-40%);
  }

  .flickity-prev-next-button.next:hover svg,
  .flickity-prev-next-button.next:focus svg {
    transform: scale(1.1) translateX(-55%);
  }

  .flickity-prev-next-button .arrow {
    fill: #fff;
  }

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

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

  .edit-mode .content-blocks .link-box:before {
    display: none;
  }

  .edit-mode .content-blocks .link-box.bg-imagehandler,
  .edit-mode .content-blocks .link-box .link-box__action {
    transform: none !important;
  }

  .edit-mode .content-blocks .link-box .link-box__action small {
    transform: translateY(0) translateX(0) !important;
  }

  .edit-mode .content-blocks .link-box:hover.bg-imagehandler,
  .edit-mode .content-blocks .link-box:hover .link-box__action,
  .edit-mode .content-blocks .link-box:focus.bg-imagehandler,
  .edit-mode .content-blocks .link-box:focus .link-box__action {
    transform: none !important;
  }

  body > footer {
    padding: 50px 0 35px;
  }

  .package-download-is-active > footer {
    padding-bottom: calc(35px + 80px);
  }

  .sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .sm-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .sm-12,
  .download .row {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .row--stretch {
    position: relative;
  }

  .row--stretch-right .cases-image {
    width: 100%;
  }

  .row--stretch-right .toolbar {
    width: calc(((100vw - ((100% / 4) * (12 - 4))) - ((100vw - ((100% / 4) * 12)) / 2)) - (15px + (15px / 2)));
  }

  body > header.transparent-nav {
    background-color: rgba(255, 255, 255, 0.75);
  }

  body > header,
  body > header .toolbar {
    height: 180px;
  }

  body.global-site > header.transparent-nav,
  body.qr-page > header.transparent-nav {
    background-color: rgba(0, 35, 149, 0.75);
  }

  body.--theme-active > header.transparent-nav {
    background-color: var(--header-background);
  }

  .advertise {
    padding: 10px 0 40px;
  }

  .advertise h2 {
    font-size: 27.6px;
  }

  .advertise .block-head {
    margin-top: -7px;
  }

  html[lang="cs"] .advertise .block-head {
    margin-top: -3px;
  }

  .advertise .link-box--row {
    margin-top: 35px;
    padding: 0 15px;
  }

  .advertise .link-box--row:hover .link-box__text:before {
    width: 100%;
  }

  .advertise .link-box--row + .link-box--row {
    margin-top: 35px;
  }

  .advertise .link-box--row .bg-imagehandler {
    min-height: 300px;
  }

  .advertise .link-box__text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .advertise .link-box__text:before {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    width: 200px;
    height: 100%;
    background-color: #EBEDED;
    height: 100%;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .cases {
    max-height: 660px;
  }

  .cases header {
    margin-top: 20px;
  }

  .cases .icon-wrapper {
    top: 120px;
  }

  .cases .rich-text {
    max-height: 210px;
  }

  .cases .rich-text:after {
    top: 180px;
  }

  .cases .icon-symbol {
    bottom: auto;
  }

  .cases .see-all {
    bottom: 0;
    transform: translateX(150%);
  }

  .cases-text__wrapper {
    padding: 30px 15px 55px;
  }

  .cases-image.main {
    box-shadow: -20px 50px 99px 0 rgba(0, 0, 0, 0.2);
  }

  .cases-wrapper {
    padding-bottom: 0;
  }

  .cases .row.other-cases {
    position: absolute;
    top: 0;
    left: 100%;
    height: 600px;
    display: block;
    width: 100%;
  }

  .cases .row.other-cases .icon-wrapper {
    display: block;
  }

  .cases .row.other-cases .icon-symbol {
    bottom: auto;
  }

  .cases-block {
    position: absolute;
    display: block;
    opacity: 0;
    top: 0;
    width: 320px;
    height: 100%;
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 15px 10px 60px;
    background-color: #EBEDED;
  }

  .cases-block.decoy {
    display: block;
    width: 110px;
  }

  .cases-block.decoy .icon-wrapper .icon-symbol {
    left: 0;
  }

  .cases-block.decoy + .cases-block {
    padding-left: 20px;
    left: 120px;
    width: 330px;
  }

  .cases-block:nth-child(4) {
    left: 450px;
  }

  .cases-block:nth-child(4) {
    left: 550px;
  }

  .cases-block:nth-child(n +5) {
    left: 770px;
  }

  .cases-block:nth-child(n +6) {
    display: block !important;
  }

  .flickity-viewport .cases-block.is-selected + .cases-block:not(.is-selected) .cases-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--cases-flickity-overlay);
    z-index: 10;
  }

  .cases-block .cases-image {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }

  .is-pointer-down .cases-block .cases-image {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

  .cases-block header {
    margin: 15px 0 10px;
  }

  .cases-block .h2 {
    max-height: 155px;
  }

  .cases-block .btn,
  .cases-block .sitecore-form input[type=submit],
  .sitecore-form .cases-block input[type=submit] {
    position: relative;
    margin-bottom: 0;
  }

  .cases.active .grid {
    max-width: none;
  }

  .cases.active .row:first-child {
    z-index: 0;
  }

  .cases.active .row:first-child .icon-wrapper {
    display: none;
  }

  .cases.active .see-all {
    display: block;
    transform: translateX(0);
    z-index: 100;
  }

  .cases.active .icon-wrapper {
    display: block;
    opacity: 1 !important;
  }

  .cases.active .cases-wrapper + .icon-wrapper {
    display: block;
  }

  .cases.active .cases-image.main {
    transform: translateX(120px);
  }

  .cases.active .cases-wrapper {
    transform: translateX(-100%);
  }

  .content-blocks {
    padding: 20px 0 30px;
  }

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

  .country-site-fact {
    padding: 40px 0 50px;
  }

  .country-site-fact .rounded-image {
    margin-top: 40px;
  }

  .country-site-fact .rounded-image:first-child {
    margin-top: 40px;
  }

  .country-site-fact .rounded-image .h4 {
    margin: 10px 0 0;
  }

  .country-site-fact .line-wrapper__full-line {
    height: 1px;
    width: 100vw;
    left: 0;
    top: 75px;
  }

  .country-site-fact .line-wrapper__point {
    text-align: center;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 0;
  }

  .country-site-fact .line-wrapper__point .h4 {
    height: 100%;
  }

  .country-site-fact .line-wrapper .h1 {
    font-size: 50px;
  }

  .country-site-fact .line-wrapper .h1 {
    margin-bottom: 20px;
  }

  .country-site-fact .line-wrapper .h1:after {
    right: 0;
    margin: 0 auto;
    left: 0;
    top: 55px;
  }

  .download {
    padding: 40px 0 50px;
  }

  .download .imagehandler img {
    box-shadow: 20px 20px 50px 0 rgba(0, 0, 0, 0.16);
  }

  .download .row--reverse .imagehandler img {
    box-shadow: -20px 20px 50px 0 rgba(0, 0, 0, 0.16);
  }

  .download__image {
    width: 320px;
    padding-bottom: 0;
  }

  .page__inner-content .download__image {
    max-width: 40%;
  }

  .download__content {
    width: calc(100% - 320px);
    padding-left: 30px;
  }

  .page__inner-content .download__content {
    max-width: 60%;
  }

  .insight__content-column {
    padding: 40px 15px 40px calc(15px * 2);
  }

  .link-blocks {
    padding: 20px 0 30px;
  }

  .page__inner-content .link-blocks .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .link-blocks .link-box {
    max-width: calc(100% / 3);
    flex: 0 0 33.333%;
  }

  .link-blocks .link-box__image {
    height: 180px;
  }

  .notfound header {
    margin-top: 60px;
  }

  .overview {
    padding: 25px 0;
  }

  .overview .link-box--row:nth-child(even) .link-box__image .icon-symbol {
    bottom: auto;
    top: 72px;
    right: -1px;
    left: auto;
  }

  .overview .link-box--row:nth-child(even) .link-box__image .icon-symbol + .icon-symbol {
    top: 137px;
  }

  .overview .link-box--row:nth-child(even) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol {
    left: auto;
    right: 65px;
    top: 72px;
  }

  .overview .link-box--row:nth-child(even) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
    left: auto;
    right: 65px;
    top: 137px;
  }

  .overview .link-box__image .icon-symbol {
    bottom: auto;
    top: 72px;
    right: -1px;
  }

  .overview .link-box__image .icon-symbol + .icon-symbol {
    top: 137px;
  }

  .overview .link-box__image .icon-symbol + .icon-symbol + .icon-symbol {
    left: auto;
    right: 65px;
    top: 72px;
  }

  .overview .link-box__image .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
    left: auto;
    right: 65px;
    top: 137px;
  }

  .overview--files {
    padding-left: 5px;
    padding-right: 5px;
  }

  .overview--files .link-box:not(.link-box--row) {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 10px;
  }

  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2),
  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2) ~ .link-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2) .link-box__image,
  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2) .link-box__text,
  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2) .link-box__action,
  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2) ~ .link-box .link-box__image,
  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2) ~ .link-box .link-box__text,
  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2) ~ .link-box .link-box__action {
    width: 50%;
  }

  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2) .link-box__action,
  .overview--files .link-box:not(.link-box--row):first-child:nth-last-child(2) ~ .link-box .link-box__action {
    left: auto;
    right: 0;
  }

  .overview--button__view-all input {
    font-size: 16.8px;
  }

  .product-teaser__image-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 15px;
    padding-right: 0;
  }

  .product-teaser__image {
    margin-right: -20px;
    margin-bottom: 0px;
    text-align: right;
  }

  .product-teaser__image img {
    display: inline-block;
  }

  .product-teaser__content-column {
    padding: 40px;
  }

  .product-teaser .btn,
  .product-teaser .sitecore-form input[type=submit],
  .sitecore-form .product-teaser input[type=submit] {
    display: block;
    float: left;
    clear: left;
    padding-left: 0;
  }

  .promo-area {
    margin-top: -180px;
  }

  .promo-area h1,
  .promo-area .h1 {
    font-size: 42.8px;
  }

  .promo-area .grid-container {
    padding: 180px 0 0 0;
  }

  .quad-blocks {
    padding: 20px 15px 30px;
  }

  .quad-box {
    margin-bottom: 1.5%;
  }

  .quad-box:hover .bg-imagehandler,
  .quad-box:focus .bg-imagehandler {
    transform: scale(1.1);
  }

  .quad-box {
    max-width: calc(100% / 4);
    flex: 0 0 23%;
    margin-right: 1.5%;
  }

  .quad-box__image .bg-imagehandler {
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .richtext-block {
    display: flex;
  }

  .richtext-box__image {
    padding: 15px 15px 15px 0;
  }

  .richtext-box__text {
    padding: 15px 0 15px 15px;
  }

  .sitecore-forms-block {
    padding: 60px;
  }

  .video {
    padding: 40px 0 50px;
  }

  .video__block {
    padding: 15px;
  }

  .video .youtube-embed,
  .video .tencent-embed,
  .video .vimeo-embed {
    box-shadow: -20px 20px 50px 0 rgba(0, 0, 0, 0.16);
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  .btn,
  .sitecore-form input[type=submit],
  a.btn {
    padding: 18px 27px 18px;
  }

  .btn:after,
  .sitecore-form input[type=submit]:after,
  a.btn:after {
    content: "";
    position: absolute;
    left: 27px;
    top: auto;
    width: 25px;
    height: 3px;
    display: none;
    bottom: 16px;
    background-color: #fff;
  }

  .btn--cta:hover::after,
  .sitecore-form input:not(.blue)[type=submit]:hover::after,
  .btn--cta:focus::after,
  .sitecore-form input:not(.blue)[type=submit]:focus::after,
  a.btn--cta:hover::after,
  a.btn--cta:focus::after {
    background-color: var(--cta-button-hover);
  }

  .btn--stretch-center:hover::after,
  .btn--stretch-center:focus::after,
  a.btn--stretch-center:hover::after,
  a.btn--stretch-center:focus::after {
    display: none;
  }

  .btn--search:hover,
  .btn--search:focus,
  a.btn--search:hover,
  a.btn--search:focus {
    display: block;
  }

  .btn--search:hover:after,
  .btn--search:focus:after,
  a.btn--search:hover:after,
  a.btn--search:focus:after {
    display: none;
  }

  .btn--navigate-back:hover:after,
  .btn--navigate-back:focus:after,
  a.btn--navigate-back:hover:after,
  a.btn--navigate-back:focus:after {
    background: var(--secondary-text);
  }

  .chooser-overlay .btn--cta,
  .chooser-overlay .sitecore-form input[type=submit]:not(.blue),
  .sitecore-form .chooser-overlay input[type=submit]:not(.blue),
  .chooser-overlay a.btn--cta {
    margin-right: 20px;
  }

  .chooser-overlay .btn-close,
  .chooser-overlay
        a.btn-close {
    top: -60px;
  }

  .btn-close {
    margin: 0 20px 0 0;
  }

  .chooser {
    background-image: url("/static/media/world-1024.jpg");
  }

  .chooser .inner-wrapper {
    padding: 40px 0 50px;
  }

  .chooser .inner-wrapper .chooser__header {
    padding: 60px 15px 20px;
    width: auto;
  }

  .chooser-groups {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .grayout .chooser-group:not(.chooser-group__contact) {
    display: table;
    opacity: 0.55;
  }

  .grayout .chooser-group:not(.chooser-group__contact).has-highlight .chooser-group__list {
    height: auto;
  }

  .chooser-group__header {
    padding: 39px 0 12px;
  }

  .chooser-links {
    position: absolute;
    opacity: 1;
    top: 0;
    right: 100%;
    width: auto;
    font-size: 14px;
    background-color: transparent;
    text-align: right;
    padding: 12px 15px;
    max-height: 100px;
  }

  .chooser-links button {
    text-align: right;
    line-height: 1.4;
    padding: 0;
  }

  .--theme_fusion .chooser-links button {
    color: #fff;
  }

  .global-site .chooser-links button {
    color: #fff;
  }

  .global-site .chooser-links span {
    color: #AABCD1;
  }

  .chooser-overlay__wrapper--left-box {
    padding: 30px 15px;
  }

  .chooser-overlay__wrapper--left-box header p {
    font-size: 32.4px;
  }

  .chooser-overlay__wrapper--right-box {
    padding: 30px 0 45px;
  }

  .chooser-overlay__wrapper--right-box .header {
    padding: 15px;
  }

  .chooser-overlay__wrapper--right-box .btn,
  .chooser-overlay__wrapper--right-box .sitecore-form input[type=submit],
  .sitecore-form .chooser-overlay__wrapper--right-box input[type=submit] {
    width: 50%;
  }

  .chooser-overlay .buttons {
    margin-top: 35px;
  }

  .chooser-overlay__col-third a {
    width: calc(100% / 3);
  }

  .contact header p {
    font-size: 34px;
  }

  .contact img {
    width: 100%;
  }

  .chooser--contact .contact {
    margin-top: 39px;
  }

  .chooser-group__contact .contact {
    margin-top: 39px;
  }

  .distributor-map__custom-select {
    font-size: 16.8px;
  }

  .distributor-map__map-container {
    height: 600px;
  }

  .distributor-map__infowindow-column {
    background-color: transparent;
  }

  .distributor-map__infowindow-content {
    transform: translateX(15px);
    flex-direction: row;
    background-color: none;
    overflow-y: unset;
  }

  .distributor-map__infowindow-content:before {
    width: calc((100vw - ((100% / 6) * (12 - 6))) - ((100vw - ((100% / 6) * 12)) / 2));
  }

  .distributor-map__infowindow-col-supplier,
  .distributor-map__infowindow-col-product {
    flex: 0 0 50%;
    width: 50%;
    padding-top: 120px;
    overflow-y: auto;
  }

  .hide-product-category .distributor-map__infowindow-col-supplier,
  .hide-product-category .distributor-map__infowindow-col-product {
    flex: 0 1 100%;
    width: 100%;
  }

  .distributor-map__infowindow-headline {
    font-size: 20.4px;
  }

  .distributor-map__infowindow-headline {
    padding-right: 0;
  }

  .distributor-map__icon-wrapper {
    min-width: auto;
  }

  .fast-contact {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    min-height: 220px;
  }

  .fast-contact-row {
    border-left: 2px solid var(--footer-fast-contact-font-color);
    margin-top: 40px;
    width: 75%;
    padding-right: 15px;
    display: inline-block;
  }

  .fast-contact-row span:not(.icon) {
    font-size: 18.4px;
  }

  .fast-contact-row .h2 {
    font-size: 24px;
    margin-top: -3px;
  }

  .fast-contact-row .icon {
    margin-right: 10px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .form__label .formvalidate__error-message {
    font-size: 14.8px;
  }

  .form__button + .form__button {
    margin-top: 0;
    margin-left: 20px;
  }

  .icon-social {
    width: 40px;
    height: 40px;
  }

  .icon-search svg {
    width: 22px;
    height: 22px;
  }

  .icon-search-product svg {
    width: 30px;
    height: 26px;
  }

  .icon-product-finder svg {
    width: 39px;
    height: 26px;
  }

  .icon-show-more {
    display: block;
  }

  .link-box__image {
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .link-box__image .bg-imagehandler {
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .link-box--row {
    padding: 0 15px;
  }

  .link-box--row .link-box__image:not(.no-shadow) {
    box-shadow: 20px 25px 50px 0 rgba(0, 0, 0, 0.16);
  }

  .link-box--row .link-box__image:not(.no-shadow) .bg-imagehandler {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .link-box--row:hover .link-box__image:not(.no-shadow),
  .link-box--row:focus .link-box__image:not(.no-shadow) {
    box-shadow: -20px 25px 50px 0 rgba(0, 0, 0, 0.16);
  }

  .link-box--row + .link-box--row {
    margin-top: 30px;
  }

  .link-box--row + .row:not(.link-box--row) {
    margin-top: 15px;
  }

  .link-box--row:nth-child(odd) {
    flex-flow: row-reverse wrap;
  }

  .link-box--row:nth-child(odd) .link-box__image:not(.no-shadow) {
    box-shadow: -20px 25px 50px 0 rgba(0, 0, 0, 0.16);
  }

  .link-box--row:nth-child(odd):hover .link-box__image:not(.no-shadow),
  .link-box--row:nth-child(odd):focus .link-box__image:not(.no-shadow) {
    box-shadow: 20px 25px 50px 0 rgba(0, 0, 0, 0.16);
  }

  .link-box--row:nth-child(odd) .icon-symbol + .icon-symbol + .icon-symbol {
    right: auto;
    left: 65px;
  }

  .link-box--row:nth-child(odd) .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
    right: auto;
    left: 65px;
  }

  .link-box:hover .bg-imagehandler,
  .link-box:focus .bg-imagehandler {
    transform: scale(1.1);
  }

  .link-box:not(.link-box--row):before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 31px);
    height: calc(100% - 30px);
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    z-index: 0;
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .page__inner-content .link-box:not(.link-box--row):before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }

  .page.contact .link-box.link-box:not(.link-box--row) .link-box__image .bg-imagehandler {
    transform: none;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__text {
    width: calc(100% - 30px);
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__action {
    padding-bottom: 0;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__map-icon--circle-wrapper {
    margin-left: 30px;
  }

  .link-box--content-blocks {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-box--content-blocks .link-box__image {
    min-height: 290px;
  }

  .link-box--content-blocks .link-box__image--header h2,
  .link-box--content-blocks .link-box__image--header .h2 {
    font-size: 20.4px;
  }

  .link-box--content-blocks .link-box__text {
    /*height: calc(100% - 290px);*/
    min-height: 180px;
  }

  body.waste-water .link-box--content-blocks:not(.link-box--row):before {
    background-color: #00885F;
  }

  body.water .link-box--content-blocks:not(.link-box--row):before {
    background-color: #007EBB;
  }

  body.fire .link-box--content-blocks:not(.link-box--row):before {
    background-color: #E32234;
  }

  body.gas .link-box--content-blocks:not(.link-box--row):before {
    background-color: #FFD600;
  }

  .logo {
    padding: 0;
  }

  .logo svg,
  .logo figcaption {
    vertical-align: middle;
  }

  .logo figcaption {
    max-width: 350px;
    max-height: 55px;
    margin-left: 10px;
    font-size: 25px;
    color: var(--logo-text-color);
    font-weight: 100;
    vertical-align: top;
    line-height: .9em;
  }

  .global-site .logo figcaption {
    color: var(--global-logo-text-color);
  }

  header .logo svg {
    max-height: 55px;
  }

  .modal__wrapper {
    width: 750px;
  }

  .modal__close {
    top: 10px;
    right: 10px;
  }

  .modal__content .video {
    padding: 40px 0 0;
  }

  .myavk-login__signup-form--consent .formvalidate__error-message {
    font-size: 14.8px;
  }

  .myavk-login__signup-btn,
  .myavk-login__login-btn {
    width: 47%;
  }

  .myavk-login__dropdown .formvalidate__error-message {
    font-size: 14.8px;
  }

  .myavk-login .custom-select {
    font-size: 16.8px;
  }

  .nav-left {
    margin-top: 130px;
  }

  .breadcrumb + script + .social-media + .row .nav-left {
    margin-top: 50px;
  }

  body.nav-sticky .nav .nav__top {
    left: 0;
  }

  body.nav-sticky .nav .nav__top li a {
    padding: 0 0 15px 0;
  }

  body.nav-sticky .nav .nav__top.five-plus ul {
    padding: 0 20px 0 0;
  }

  .nav__top {
    position: absolute;
    top: auto;
    left: 15px;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    display: flex;
    flex-flow: column;
    font-size: 2.4vw;
    opacity: 1;
    height: auto;
    overflow: visible;
  }

  html[lang="ru"] .nav__top {
    font-size: 19px;
  }

  html[lang="el"] .nav__top {
    font-size: 19px;
  }

  html[lang="vi"] .nav__top {
    font-size: 19px;
  }

  html[lang="uz"] .nav__top {
    font-size: 19px;
  }

  .nav__top--wrapper {
    position: relative;
  }

  .nav__top ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-flow: row nowrap;
  }

  .nav__top ul:not(.main) {
    display: none;
  }

  .nav__top li + li {
    padding: 0 0 0 3vw;
  }

  .nav__top li a {
    padding: 0 0 28px 0;
  }

  .nav__top li a.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    height: 2px;
    background-color: var(--logo-text-color);
    bottom: 0;
  }

  .nav__top.five-plus ul {
    justify-content: space-between;
  }

  .nav__top.five-plus li + li {
    padding-left: 0;
  }

  .nav__top:not(.five-plus) li + li a.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    width: calc(100% - 3vw);
    height: 2px;
    left: auto;
    right: 0;
    background-color: var(--brand-text-color);
    bottom: 0;
  }

  body.global-site .nav__top:not(.five-plus) li + li a.active:after {
    background-color: #fff;
  }

  .nav__list-item--has-mobile-string .nav__list-item-anchor--mobile {
    display: none;
  }

  .nav__list-item--has-mobile-string .nav__list-item-anchor:not(.nav__list-item-anchor--mobile) {
    display: block;
  }

  .nav__toggle {
    display: none;
  }

  .nav--open {
    overflow: visible;
  }

  .newsletter .icon-email svg + svg {
    width: 20px;
    height: 20px;
  }

  .newsletter .form-row {
    min-height: 0px;
    padding-left: 0;
  }

  .newsletter .form-row input[type=email] {
    padding: 15px 0 7px 35px;
  }

  .newsletter .form-row input[type=email] + label {
    padding: 0 0 2px 35px;
  }

  .newsletter--footer form {
    height: auto;
    position: relative;
    margin-left: 20px;
    width: calc(100% - 20px);
  }

  .newsletter--footer form.show-message .icon-email {
    bottom: calc(100% - 30px);
  }

  .newsletter--footer label {
    font-size: 18.4px;
  }

  .newsletter--footer.unfold .icon-email {
    bottom: auto;
    top: 4px;
  }

  .overlay__text {
    width: 65%;
    float: left;
    padding-right: 5%;
  }

  .package-download {
    font-size: 22px;
  }

  .package-download__wrapper {
    height: 80px;
  }

  .package-download__text-wrapper {
    text-align: left;
  }

  .package-download__file-count span:last-child {
    display: block;
  }

  .package-download__header {
    flex-direction: row;
  }

  .package-download__toggle {
    margin-top: 50px;
  }

  .search {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 15px 15px 13px 20px;
  }

  .search a {
    font-size: 18.4px;
  }

  .search a {
    padding-left: 42px;
    width: 100%;
  }

  .search a:after {
    content: "";
    position: absolute;
    left: 42px;
    top: auto;
    width: 25px;
    height: 3px;
    display: none;
    bottom: 3px;
    background-color: var(--search-link-site-hover-effect-color);
  }

  .search input {
    padding-left: 40px;
    width: 100%;
  }

  .search .icon {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }

  .search-product {
    bottom: 0;
    background-color: var(--searchbar-product-bg);
  }

  .search-site {
    top: 100%;
    background-color: var(--searchbar-bg);
  }

  .search-site .icon {
    margin-left: 5px;
  }

  .search-language {
    position: absolute;
    top: 35px;
    margin: 20px 20px 0 0;
    width: calc((100% / 2) - 40px);
    padding: 0;
  }

  .search-language .icon {
    right: 15px;
  }

  .search-language form input {
    display: block;
    position: static;
    margin-top: 0;
    border: 0;
  }

  .search-language .search-results {
    line-height: 68px;
  }

  .social-media button {
    display: none;
  }

  footer .social-media {
    margin-bottom: 40px;
  }

  footer .social-media .h4 + a {
    margin-left: 10px;
  }

  .page.case .social-media {
    left: auto;
    right: 35px;
    top: -260px;
  }

  .page.case .social-media .h4 {
    color: #fff;
  }

  .page.case .social-media .icon.icon-social svg {
    fill: #fff;
  }

  .compare {
    display: block;
  }

  .compare__cell h2 {
    font-size: 19.6px;
  }

  .table__wrapper--product-data {
    margin-right: 80px;
  }

  .table__outer--2 .table__wrapper--product-data {
    margin-right: 160px;
  }

  .table__outer--3 .table__wrapper--product-data {
    margin-right: 250px;
  }

  .table__scroll-indication {
    margin-right: 80px;
  }

  .table__scroll-indication--top {
    display: flex;
  }

  .table__scroll-indication.table__outer--2 {
    margin-right: 160px;
  }

  .table__outer--3 .table__scroll-indication {
    margin-right: 250px;
  }

  html[lang="ru"] .page.product .table__tbody {
    white-space: normal;
  }

  html[lang="el"] .page.product .table__tbody {
    white-space: normal;
  }

  html[lang="vi"] .page.product .table__tbody {
    white-space: normal;
  }

  html[lang="uz"] .page.product .table__tbody {
    white-space: normal;
  }

  .product-table__sticky {
    width: 80px;
    transform: translateX(0);
  }

  .table__outer--2 .product-table__sticky {
    width: 160px;
  }

  .table__outer--3 .product-table__sticky {
    width: 250px;
  }

  .product-table__sticky {
    transform: translateX(0);
    background-color: transparent;
  }

  .product-table__handle {
    display: none;
  }

  .table__outer--3 .product-table__th,
  .table__outer--3 .product-table__td {
    flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
  }

  .table__outer--2 .product-table__th,
  .table__outer--2 .product-table__td {
    flex-basis: calc(100% / 2);
    max-width: calc(100% / 2);
  }

  .product-table__th.package-download__cell,
  .product-table__td.package-download__cell {
    display: flex;
  }

  .product-table__td {
    padding: 8px 0 7px;
  }

  .global-site .toolbar {
    background: #05207F;
  }

  .global-site .toolbar a,
  .global-site .toolbar a:visited {
    color: #fff;
  }

  .global-site .toolbar .login__link {
    color: #fff;
    cursor: pointer;
  }

  .global-site .toolbar .login__link--icon {
    display: inline-block;
    text-align: center;
    width: 25px;
    margin-right: 5px;
  }

  .toolbar nav {
    font-size: 12px;
    padding: 15px 10px 15px 20px;
    opacity: 1;
    height: auto;
  }

  .toolbar nav ul + ul {
    padding-left: 0;
  }

  .toolbar ul {
    padding: 0;
    line-height: 1.2;
  }

  .toolbar .user-links a span + span {
    max-width: 70%;
  }

  .global-site .toolbar .user-links a svg {
    fill: #fff;
  }

  .global-site .toolbar .user-links svg {
    fill: #fff;
  }

  .global-site .toolbar__contact-btn svg {
    fill: #fff;
  }

  .global-site .toolbar__contact-btn {
    color: #fff;
  }

  .toolbar--wrapper {
    padding-left: 15px;
  }

  .visualizer {
    display: block;
  }

  .article .page__aside {
    padding-bottom: 68px;
  }

  .article .page__content__bottom blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
    width: calc(50% + ((100% / 4) * ((25 / ((100 / 4) * 3)) + 1)));
    float: left;
    position: relative;
    font-size: 24px;
    margin-left: calc((-100% / 4) * ((25 / ((100 / 4) * 3)) + 1));
    padding-right: 15px;
  }

  .article .page__content__double-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: stretch;
  }

  .article .page__content__double-box--left,
  .article .page__content__double-box--right {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .article .page__content__double-box--left {
    margin-right: 15px;
  }

  .article .page__content__double-box--left:before {
    top: -40px;
  }

  .article .page__content__double-box--right {
    margin-left: 15px;
  }

  .article .page__content__double-box--right:before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 1px;
    background-color: var(--top-border-color);
  }

  .article .page__content__double-box h2 {
    font-size: 20.4px;
  }

  .career .breadcrumb {
    margin-bottom: 20px;
  }

  .career .page__content {
    max-width: 66.667%;
  }

  .case > .bg-imagehandler {
    min-height: 70vh;
  }

  .case > .bg-imagehandler.image--loaded {
    height: 70vh;
  }

  .case .bg-imagehandler .icon-symbol {
    bottom: 200px;
  }

  .case-headline-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 200px;
    position: absolute;
    width: 100vw;
    top: -200px;
    left: 0;
  }

  .case-headline-overlay-wrapper {
    position: relative;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 180px;
  }

  .case-headline-overlay-wrapper h1 {
    padding-right: 0;
    max-height: 2.05em;
  }

  .case-headline-overlay h1 {
    margin-top: 0;
  }

  .case .page__content__bottom blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
    width: calc(50% + ((100% / 4) * ((25 / ((100 / 4) * 3)) + 1)));
    float: left;
    position: relative;
    font-size: 24px;
    margin-left: calc((-100% / 4) * ((25 / ((100 / 4) * 3)) + 1));
    padding-right: 15px;
  }

  .case .page__content__double-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .case .page__content__double-box--left,
  .case .page__content__double-box--right {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .case .page__content__double-box--left {
    margin-right: 15px;
  }

  .case .page__content__double-box--left:before {
    top: -40px;
  }

  .case .page__content__double-box--right {
    margin-left: 15px;
  }

  .case .page__content__double-box--right:before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 1px;
    background-color: var(--top-border-color);
  }

  .case .page__content__double-box h2 {
    font-size: 20.4px;
  }

  .contact__content h2 {
    font-size: 28.8px;
  }

  .contact__content h3 {
    font-size: 20.4px;
  }

  .contact__content h4 {
    font-size: 13.2px;
  }

  .enquiry-page__list--btn-wrapper {
    flex-flow: row wrap;
  }

  .enquiry-page__list--btn-wrapper .btn,
  .enquiry-page__list--btn-wrapper .sitecore-form input[type=submit],
  .sitecore-form .enquiry-page__list--btn-wrapper input[type=submit] {
    width: auto;
    margin-left: 15px;
    margin-top: 0;
  }

  .enquiry-page__list--renamelist-form input[type="text"] {
    font-size: 32.4px;
  }

  .enquiry-page__list--products .link-box__text h1 {
    font-size: 19.6px;
  }

  .enquiry-page__list--products .link-box__text h3 {
    font-size: 18.8px;
  }

  .global-search__wrapper {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .global-search__header {
    width: 100%;
  }

  .global-search__categories select {
    font-size: 16.8px;
  }

  .global-search__result-count h2 {
    font-size: 28px;
  }

  .global-search__result-count h2 {
    margin-bottom: 25px;
  }

  .global-search__result-count a {
    font-size: 18.4px;
  }

  .global-search__result-count a {
    padding: 20px 62px 20px 62px;
  }

  .global-search__result-count a:after {
    content: "";
    position: absolute;
    left: 62px;
    top: auto;
    width: 25px;
    height: 3px;
    display: none;
    bottom: 15px;
    background-color: var(--search-link-site-hover-effect-color);
  }

  .global-search__result-count a .icon-arrow-right {
    right: 54px;
  }

  .global-search__show-more input {
    font-size: 16.8px;
  }

  .global-search .result-item {
    flex-wrap: nowrap;
    margin: 0;
    padding: 15px;
    background: transparent;
  }

  .global-search .result-item__image {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .global-search .result-item__image .bg-imagehandler {
    min-height: 100px;
  }

  .global-search .result-item__content {
    flex: 1 1 auto;
  }

  .global-search .result-item__date h3 {
    font-size: 18.4px;
  }

  .global-search .result-item__date {
    text-align: right;
    max-width: none;
    padding: 15px;
  }

  .global-search .result-item__action {
    padding: 15px;
    min-height: 80px;
  }

  .global-search .result-item__date + .global-search .result-item__action {
    max-width: 120px;
  }

  .global-search .result-item__action {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .global-search .result-item__action .rollout {
    margin-top: 22px;
  }

  .global-search .custom-select {
    font-size: 16.8px;
  }

  .my-avk {
    padding: 0 0 50px;
  }

  .my-avk .page__header {
    margin-top: 0;
  }

  .my-avk .h2 {
    font-size: 26.8px;
  }

  .news-archive__wrapper {
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .news-archive__header {
    width: 100%;
  }

  .news-archive__categories select {
    font-size: 16.8px;
  }

  .news-archive__result-count {
    flex-direction: row;
    align-items: flex-end;
  }

  .news-archive__result-count h2 {
    margin-bottom: 25px;
  }

  .news-archive__result-count a {
    font-size: 16.8px;
  }

  .news-archive__show-more input {
    font-size: 16.8px;
  }

  .news-archive .result-item {
    flex-wrap: nowrap;
    margin: 0;
    padding: 15px;
    background: transparent;
  }

  .news-archive .result-item__image {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .news-archive .result-item__image .bg-imagehandler {
    min-height: 100px;
  }

  .news-archive .result-item__content {
    flex: 1 1 auto;
  }

  .news-archive .result-item__date h3 {
    font-size: 18.4px;
  }

  .news-archive .result-item__date {
    text-align: right;
    max-width: none;
    padding: 15px;
  }

  .news-archive .result-item__action {
    padding: 15px;
    min-height: 80px;
  }

  .news-archive .result-item__date + .news-archive .result-item__action {
    max-width: 120px;
  }

  .news-archive .result-item__action {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .news-archive .result-item__action .rollout {
    margin-top: 22px;
  }

  .news-archive .custom-select {
    font-size: 16.8px;
  }

  .page--search .page__header {
    margin-bottom: 40px;
  }

  .page--search .page__header a {
    font-size: 25.6px;
  }

  .page--search .custom-select {
    font-size: 16.8px;
  }

  .page--search .link-box.row .rich-text {
    max-height: 210px;
  }

  .page--search .link-box.row .rich-text:after {
    top: 180px;
  }

  .page--search .result-item {
    flex-wrap: nowrap;
    margin: 0;
    padding: 15px;
    background: transparent;
  }

  .page--search .result-item__image {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .page--search .result-item__image .bg-imagehandler {
    min-height: 100px;
  }

  .page--search .result-item__content {
    flex: 1 1 auto;
  }

  .page--search .result-item__date {
    text-align: right;
    max-width: none;
  }

  .page--search .result-item__date + .page--search .result-item__action {
    max-width: 120px;
  }

  .page--search .result-item__action {
    flex: 0 0 120px;
    max-width: 120px;
  }

  .page--search .result-item__action .rollout {
    margin-top: 22px;
  }

  .page--search .overview-search__results > h2 {
    font-size: 28px;
  }

  .page--search .overview-search__results > h2 {
    margin-bottom: 25px;
  }

  .page--search .overview-search__results h2 {
    font-size: 28.8px;
  }

  .page--search .overview-search__show-more input {
    font-size: 16.8px;
  }

  .page .row nav {
    display: block;
    padding-top: 0;
    padding-right: 10px;
  }

  .page__header {
    margin-bottom: 20px;
  }

  .page__content {
    width: 75%;
    margin-top: 80px;
    margin-bottom: 30px;
  }

  .page__content header p {
    font-size: 20.4px;
  }

  .page__content header h1 {
    padding-right: 220px;
  }

  .page .social-media {
    top: 85px;
  }

  .page .bg-imagehandler + .grid .breadcrumb {
    margin-bottom: 20px;
  }

  .product-compare .backButton {
    font-size: 25.6px;
  }

  .product-finder .breadcrumb {
    margin-bottom: 5px;
  }

  .product-finder__header h2 {
    font-size: 28px;
  }

  .product-finder__filters__single-filter {
    padding: 15px;
  }

  .product-finder__results h2 {
    font-size: 28px;
  }

  .product-finder__filter-buttons--wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .product-finder__filter-button {
    font-size: 15.6px;
  }

  .product-finder__filter-button {
    margin-right: 40px;
  }

  .product-finder__filter-button[data-fn='compare'] {
    display: flex;
  }

  .product-finder__filter-choices p {
    font-size: 15.6px;
  }

  .product-finder__single-filter-label {
    margin: 5px 10px;
  }

  .product-finder__single-filter-label span {
    font-size: 13.4px;
  }

  .product-finder__show-more {
    font-size: 16.8px;
  }

  .product-finder__show-more {
    height: 60px;
  }

  .product-finder .product-finder__show-more .icon-arrow-right {
    top: 20px;
  }

  .product-finder .link-box__text h2 {
    font-size: 19.6px;
  }

  .product-finder .link-box__text p {
    height: 80px;
  }

  .product-finder .link-box__icons .addToCompareButton {
    display: block;
  }

  .product-finder .icon-arrow-right {
    top: 30px;
  }

  .product-finder .custom-select {
    font-size: 16.8px;
  }

  .product-finder .custom-select--deep-nest__option {
    font-size: 16.8px;
  }

  .product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .custom-select--deep-nest__option {
    font-size: 13.8px;
  }

  .product-finder .custom-select__option {
    height: 60px;
  }

  .product-finder .custom-select__option.selected {
    font-size: 13.4px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option {
    font-size: 13.8px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option > span:not(.icon) {
    font-size: 16.8px;
  }

  .product-finder__input {
    height: 60px;
    margin-top: 35px;
  }

  .product-finder__input input {
    font-size: 18.4px;
  }

  .product-finder__input input {
    padding-left: 70px;
  }

  .product-finder__compare-bar {
    font-size: 22px;
  }

  .product h1 {
    font-size: 34.4px;
  }

  .product h2 {
    font-size: 25.6px;
  }

  .product__section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product__header h2 {
    font-size: 20.4px;
  }

  .product__header--title {
    padding-right: 0;
  }

  .product__view {
    padding-bottom: 0;
  }

  .product__view--image--has-ratio {
    height: 650px;
  }

  .product__view--image-toggler {
    bottom: -30px;
  }

  .product__view--sectionlist {
    text-align: right;
    padding: 0;
  }

  .product__view--sectionlist-wrapper {
    padding: 15px 0;
  }

  .product__view--sectionlistlink {
    font-size: 12px;
  }

  .product__view--sectionlisttext {
    padding-right: 35px;
    padding-left: 0;
  }

  .product__view--sectionlisticon {
    right: 0;
    left: auto;
  }

  .product__datasheet--grid-container {
    margin-top: 30px;
  }

  .product__datasheet--features > ul {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .product__datasheet--downloads {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }

  .product__datasheet #downloads h2,
  .product__datasheet #features h2 {
    margin-top: 50px;
  }

  .product-enquiry__text {
    width: 65%;
    float: left;
    padding-right: 5%;
  }

  .product-enquiry__loginform {
    width: 35%;
    float: left;
  }

  .segment__content {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .segment__wrapper--single-spot .spot-image.bg-imagehandler {
    height: 195px;
    width: 195px;
  }

  .segment__wrapper--single-spot p {
    font-size: 17.6px;
  }
}

@media (min-width: 768px) and (orientation: landscape) {
  .promo-area .grid-container {
    min-height: calc(100vh);
  }

  .segment {
    height: calc(100vh);
  }
}

@media (min-width: 768px) and (min-width: 480px) {
  .article .page__content__bottom blockquote {
    font-size: 25.2px;
  }

  .case .page__content__bottom blockquote {
    font-size: 25.2px;
  }

  .product__view--sectionlistlink {
    font-size: 13.2px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .article .page__content__bottom blockquote {
    font-size: 26.4px;
  }

  .case .page__content__bottom blockquote {
    font-size: 26.4px;
  }

  .product__view--sectionlistlink {
    font-size: 14.4px;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .article .page__content__bottom blockquote {
    font-size: 27.6px;
  }

  .case .page__content__bottom blockquote {
    font-size: 27.6px;
  }

  .product__view--sectionlistlink {
    font-size: 15.6px;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .article .page__content__bottom blockquote {
    font-size: 28.8px;
  }

  .case .page__content__bottom blockquote {
    font-size: 28.8px;
  }

  .product__view--sectionlistlink {
    font-size: 16.8px;
  }
}

@media (min-width: 768px) and (min-width: 1440px) {
  .article .page__content__bottom blockquote {
    font-size: 30px;
  }

  .case .page__content__bottom blockquote {
    font-size: 30px;
  }

  .product__view--sectionlistlink {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .segment {
    height: 82vh;
  }
}

@media (min-height: 900px) and (orientation: landscape) {
  .promo-area .grid-container {
    min-height: 900px;
  }

  .segment {
    height: 790px !important;
  }
}

@media (min-width: 1024px) {
  .flickity-prev-next-button {
    top: 15px;
  }

  a:hover,
  a:focus,
  a:visited:hover,
  a:visited:focus {
    color: var(--default-link-color-effect);
  }

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

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

  .block-head {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .block-head + h1,
  .block-head + .h1,
  .block-head + h2,
  .block-head + .h2 {
    margin: -10px 0 35px;
  }

  .manchet {
    font-size: 26px;
  }

  .edit-mode .cases .row.other-cases {
    position: relative;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .edit-mode .cases .row.other-cases .cases-block {
    position: relative;
    opacity: 1;
    height: auto;
    left: auto;
    max-width: 33.334%;
    flex: 0 0 33.334%;
  }

  .edit-mode .cases .row.other-cases .cases-block.decoy {
    display: none;
  }

  body > footer {
    padding: 50px 0 55px;
  }

  body > footer address {
    margin: 60px 0 15px;
  }

  .package-download-is-active > footer {
    padding-bottom: calc(55px + 80px);
  }

  .grid-container {
    padding: 0;
    max-width: calc(1024px);
  }

  .md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .md-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .row--stretch-left {
    padding: 25px 25px 25px 15px;
  }

  .row--stretch-right .cases-image {
    width: calc((100vw - ((100% / 4) * (12 - 4))) - ((100vw - ((100% / 4) * 12)) / 2));
  }

  .row--stretch-right .toolbar {
    width: calc(((100vw - ((100% / 4) * (12 - 4))) - ((100vw - ((100% / 4) * 12)) / 2)) - (15px + (15px / 2)));
  }

  body > header,
  body > header .toolbar {
    height: 220px;
  }

  .advertise h2 {
    font-size: 30.4px;
  }

  .cases {
    font-size: 18px;
    line-height: 1.333;
    max-height: 660px;
  }

  .cases-text__wrapper {
    padding: 60px 15px 95px;
  }

  .cases .row.other-cases {
    height: 660px;
  }

  .cases-block.decoy {
    width: 210px;
  }

  .cases-block.decoy + .cases-block {
    left: 220px;
  }

  .cases-block:nth-child(n +5) {
    left: 870px;
  }

  .cases.active .cases-image.main {
    transform: translateX(220px);
  }

  .country-site-fact .line-wrapper__full-line {
    top: 91px;
    transform: translateX(-50vw) translateX(512px);
  }

  .country-site-fact .line-wrapper .h1 {
    font-size: 60px;
  }

  .country-site-fact .line-wrapper .h1 {
    margin-bottom: 35px;
  }

  .country-site-fact .line-wrapper .h1:after {
    top: 71px;
  }

  .download .imagehandler img {
    width: 100%;
    max-height: 484px;
  }

  .insight__image-column {
    min-height: 150px;
    height: auto;
  }

  .insight__image-column .bg-imagehandler {
    width: calc(50vw + (100% / 7));
  }

  .link-blocks .link-box__image {
    height: 230px;
  }

  .notfound header {
    margin-top: 80px;
  }

  .overview .icon-symbol {
    top: 15px;
    right: 15px;
  }

  .overview--button__view-all input {
    font-size: 17.2px;
  }

  .product-teaser__image {
    margin-right: -30px;
  }

  .product-teaser__content-column {
    padding: 60px 20px 60px 60px;
  }

  .product-teaser .btn,
  .product-teaser .sitecore-form input[type=submit],
  .sitecore-form .product-teaser input[type=submit] {
    display: inline-block;
    float: none;
    padding-left: 27px;
  }

  .promo-area {
    font-size: 18px;
    line-height: 1.333;
    margin-top: -220px;
  }

  .promo-area h1,
  .promo-area .h1 {
    font-size: 49.2px;
  }

  .promo-area .grid-container {
    padding-top: 220px;
  }

  .quad-blocks a,
  .quad-blocks a:visited {
    color: inherit;
  }

  .quad-box:hover .quad-box__link .icon,
  .quad-box:focus .quad-box__link .icon {
    transform: translateX(0) translateY(-11px);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .quad-box:hover .quad-box__link .icon + span,
  .quad-box:focus .quad-box__link .icon + span {
    max-width: 150px;
    line-height: 2;
  }

  .quad-box:hover .quad-box__link small,
  .quad-box:focus .quad-box__link small {
    transform: translateY(0) translateX(0) !important;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .quad-box:hover .quad-box__link .icon,
  .quad-box:focus .quad-box__link .icon {
    transform: translateX(10px) translateY(0);
  }

  .sitecore-forms-block {
    max-width: calc(1024px);
  }

  .page.article .sitecore-forms-block {
    margin: 0 0 35px;
    width: 100%;
  }

  .sitecore-forms-block__image {
    width: 50%;
    padding-right: 60px;
  }

  .sitecore-forms-block__form-wrapper {
    width: 50%;
  }

  .sitecore-forms-popup .sitecore-forms-block .inner-wrapper {
    padding: 60px;
  }

  .btn:hover:after,
  .sitecore-form input[type=submit]:hover:after,
  .btn:focus:after,
  .sitecore-form input[type=submit]:focus:after,
  a.btn:hover:after,
  a.btn:focus:after {
    display: block;
    -webkit-animation: swoopFromRight;
            animation: swoopFromRight;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }

  .btn--nav:hover,
  .btn--nav:focus,
  a.btn--nav:hover,
  a.btn--nav:focus {
    color: var(--cta-button);
  }

  .btn--nav .icon,
  a.btn--nav .icon {
    right: 27px;
  }

  .chooser-groups {
    -moz-column-count: 3;
         column-count: 3;
  }

  .chooser-overlay__wrapper--left-box {
    padding: 50px 15px;
    width: 60%;
  }

  .chooser-overlay__wrapper--left-box header p {
    font-size: 35.6px;
  }

  .chooser-overlay__wrapper--right-box {
    width: 40%;
    padding: 50px 50px 65px;
  }

  .chooser-overlay__wrapper--right-box .btn,
  .chooser-overlay__wrapper--right-box .sitecore-form input[type=submit],
  .sitecore-form .chooser-overlay__wrapper--right-box input[type=submit] {
    width: 100%;
  }

  body.sticky-contact .nav__top {
    display: none;
  }

  body.sticky-contact .contact-nav__text,
  body.sticky-contact .contact-nav__contact {
    display: flex;
  }

  body.sticky-contact.nav-sticky .nav .row--stretch-left.sm-8.xl-9,
  body.sticky-contact .toolbar--wrapper.sm-4.xl-3 {
    max-width: 100%;
    flex: 0 0 auto;
    width: auto;
  }

  body.sticky-contact .nav > .grid > .row--stretch {
    justify-content: space-between;
  }

  body.sticky-contact .row--stretch-right .toolbar {
    width: auto;
  }

  .contact {
    display: block;
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.16);
  }

  .cookiepolicy--line .cookiepolicy__actions {
    float: right;
  }

  .cookiepolicy a {
    display: inline-block;
    padding-bottom: 0;
    text-align: left;
    padding-right: 25px;
  }

  .cookiepolicy button {
    display: inline-block;
  }

  .distributor-map__custom-select {
    font-size: 17.2px;
  }

  .distributor-map__map-container {
    height: 800px;
  }

  .distributor-map__infowindow-headline {
    font-size: 21.6px;
  }

  .fast-contact {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: stretch;
  }

  .fast-contact-row {
    width: 50%;
    align-self: flex-end;
  }

  .fast-contact-row span:not(.icon) {
    font-size: 19.6px;
  }

  .form__label .formvalidate__error-message {
    font-size: 15.2px;
  }

  footer .icon-social svg {
    fill: var(--footer-some-fill--desktop);
  }

  .icon-scroll-hand {
    display: none;
  }

  .link-box__text {
    padding: 30px;
  }

  .link-box__text-wrap {
    margin-bottom: 0;
  }

  .link-box:hover .link-box__action .icon,
  .link-box:focus .link-box__action .icon {
    transform: translateX(0) translateY(-11px);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .link-box:hover .link-box__action .icon + span,
  .link-box:focus .link-box__action .icon + span {
    max-width: 150px;
    line-height: 2;
  }

  .link-box:hover .link-box__action small,
  .link-box:focus .link-box__action small {
    transform: translateY(0) translateX(0) !important;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .link-box:hover .link-box__action.rollout .icon,
  .link-box:focus .link-box__action.rollout .icon {
    transform: translateX(10px) translateY(0);
  }

  .link-box:hover .link-box__action--horizontal .icon,
  .link-box:focus .link-box__action--horizontal .icon {
    transform: translateX(11px) translateY(0px);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .link-box:hover .link-box__action--horizontal .icon + span,
  .link-box:focus .link-box__action--horizontal .icon + span {
    max-width: 150px;
    line-height: 2;
  }

  .link-box:hover .link-box__action--horizontal.rollout .icon,
  .link-box:focus .link-box__action--horizontal.rollout .icon {
    transform: translateX(10px) translateY(0);
  }

  .link-box--row .link-box__text h3 {
    margin-bottom: 30px;
  }

  .link-box:not(.link-box--row):hover,
  .link-box:not(.link-box--row):focus {
    z-index: 3;
  }

  .link-box:not(.link-box--row):hover .link-box__action:not(.link-box__action--horizontal),
  .link-box:not(.link-box--row):focus .link-box__action:not(.link-box__action--horizontal) {
    transform: translateY(25px);
  }

  .link-box:not(.link-box--row):hover .link-box__action:not(.link-box__action--horizontal).rollout,
  .link-box:not(.link-box--row):focus .link-box__action:not(.link-box__action--horizontal).rollout {
    transform: translateY(15px);
  }

  .link-box:not(.link-box--row):hover:before,
  .link-box:not(.link-box--row):focus:before {
    opacity: 1;
    transform: scale(1.1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .link-box--wide:not(.link-box--row):hover:before,
  .link-box--wide:not(.link-box--row):focus:before {
    transform: scale(1.05, 1.1);
  }

  .link-box--border:not(.link-box--row):hover:before,
  .link-box--border:not(.link-box--row):focus:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .page.contact .link-box.link-box--row.contact__content--one-col .link-box__action {
    transform: translateX(100%) translateX(-18px) translateY(0);
    right: 0;
    bottom: 0;
    left: auto;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .page.contact .link-box.link-box--row.contact__content--one-col .link-box__action .icon--wrapper {
    right: 15px;
  }

  .page.contact .link-box.link-box--row.contact__content--one-col:hover .link-box__action,
  .page.contact .link-box.link-box--row.contact__content--one-col:focus .link-box__action {
    transform: translate(0, 0);
  }

  .page.contact .link-box.link-box--row.contact__content--one-col:hover .link-box__action .icon--wrapper,
  .page.contact .link-box.link-box--row.contact__content--one-col:focus .link-box__action .icon--wrapper {
    right: 0;
  }

  .page.contact .link-box.link-box:not(.link-box--row) .link-box__image {
    height: 120px;
    width: 120px;
  }

  .page.contact .link-box.link-box:not(.link-box--row) .link-box__text {
    width: calc(100% - 150px);
    height: calc(100% - 30px);
    position: absolute;
    left: 135px;
  }

  .page.contact .link-box.link-box:not(.link-box--row) .link-box__action {
    transform: translateX(100%) translateX(-18px) translateY(-50%);
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 0;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__text {
    left: 15px;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col .link-box__action {
    transition: transform .3s ease-in-out;
    margin-bottom: 15px;
    padding: 15px 0 15px 15px;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col.map-icon-bar .link-box__text {
    height: calc(100% - 50px);
    width: 100%;
    left: 0;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col.map-icon-bar .link-box__action {
    bottom: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col.map-icon-bar:hover .link-box__map-icon,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col.map-icon-bar:focus .link-box__map-icon {
    bottom: -15px;
    left: -15px;
    right: -15px;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col:hover .link-box__text,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col:focus .link-box__text {
    transform: translateX(-15px);
    border-width: 0;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col:hover .link-box__action,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col:focus .link-box__action {
    transform: translate(0, -50%);
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col:hover .link-box__action .icon--wrapper,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col:focus .link-box__action .icon--wrapper {
    right: 0;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col:hover:before,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--three-col:focus:before {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:hover .link-box__image .bg-imagehandler,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:focus .link-box__image .bg-imagehandler {
    transform: translateX(-100%) translateX(-20px) scale(1.069);
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:hover .link-box__text,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:focus .link-box__text {
    width: calc(100% - 30px);
    transform: translateX(-130px);
    border-width: 0;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:hover .link-box__action,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:focus .link-box__action {
    transform: translate(0, -50%);
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:hover .link-box__action .icon--wrapper,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:focus .link-box__action .icon--wrapper {
    right: 0;
  }

  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:hover:before,
  .page.contact .link-box.link-box:not(.link-box--row).contact__content--two-col:focus:before {
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.07);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
  }

  .page.contact .link-box .link-box__text {
    padding-right: 0;
    border-right: 30px solid #fff;
  }

  .page.contact .link-box .link-box__action {
    transform: translateX(435px);
  }

  .page.contact .link-box:hover .link-box__action .icon,
  .page.contact .link-box:focus .link-box__action .icon {
    transform: translateY(0);
  }

  .link-box--content-blocks .link-box__image--header h2,
  .link-box--content-blocks .link-box__image--header .h2 {
    font-size: 21.6px;
  }

  .link-box--content-blocks:not(.link-box--row):before {
    box-shadow: none;
    background-color: #85888B;
  }

  .logo svg {
    width: 115px;
    height: 55px;
  }

  .logo figcaption {
    margin-left: 15px;
    line-height: .89em;
    font-size: 35px;
  }

  body.--theme_fusion .logo svg {
    margin-left: -15px;
    width: 200px;
    height: 60px;
    max-height: 60px;
    max-width: 200px;
  }

  .myavk-login__chooser-header {
    padding-top: 0;
  }

  .myavk-login__signup-form--cancel {
    width: auto;
  }

  .myavk-login__signup-form--consent .formvalidate__error-message {
    font-size: 15.2px;
  }

  .myavk-login__dropdown {
    height: 60px;
  }

  .myavk-login__dropdown .formvalidate__error-message {
    font-size: 15.2px;
  }

  .myavk-login .custom-select {
    font-size: 17.2px;
  }

  .myavk-login .custom-select {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
  }

  .myavk-login .custom-select--active {
    z-index: 3;
  }

  .nav-left {
    margin-top: 140px;
  }

  .breadcrumb + script + .social-media + .row .nav-left {
    margin-top: 56px;
  }

  body.qr-page .logo figcaption {
    font-size: 16px;
  }

  body.nav-sticky .nav .logo figcaption {
    font-size: 16px;
  }

  body.nav-sticky .nav .nav__top ul {
    padding: 0 20px;
  }

  body.nav-sticky .nav .nav__top li {
    padding: 0 0 0 3vw;
  }

  body.nav-sticky .nav .nav__top.five-plus li {
    padding: 0 30px;
  }

  .nav__top {
    font-size: 22px;
  }

  html[lang="ru"] .nav__top {
    font-size: 19px;
  }

  html[lang="el"] .nav__top {
    font-size: 19px;
  }

  html[lang="vi"] .nav__top {
    font-size: 19px;
  }

  html[lang="uz"] .nav__top {
    font-size: 19px;
  }

  .nav__top li + li {
    padding: 0 0 0 4vw;
  }

  .nav__top:not(.five-plus) li + li a.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    width: calc(100% - 4vw);
    height: 2px;
    left: auto;
    right: 0;
  }

  .nav a:hover,
  .nav a:focus,
  .nav a:visited:hover,
  .nav a:visited:focus {
    color: var(--navigation-link-hover);
  }

  .global-site .nav a:hover,
  .global-site .nav a:focus,
  .global-site .nav a:visited:hover,
  .global-site .nav a:visited:focus {
    color: #fff;
  }

  .link-box .newsletter .form-row input[type=email] {
    width: auto;
  }

  .newsletter--footer label {
    font-size: 19.6px;
  }

  .unfold .newsletter--inbox h2 {
    font-size: 30px;
    padding: 30px 0 15px;
  }

  .link-box .newsletter .form__group {
    text-align: inherit;
  }

  .search {
    font-size: 22px;
    height: 70px;
    padding-left: 35px;
  }

  .search {
    height: 80px;
  }

  .search a {
    font-size: 19.6px;
  }

  .search a:hover,
  .search a:focus {
    color: #fff;
  }

  .search a:hover:after,
  .search a:focus:after {
    display: block;
    -webkit-animation: swoopFromRight;
            animation: swoopFromRight;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }

  .search-language {
    width: calc((100% / 3) - 40px);
    position: absolute;
    top: 35px;
  }

  .sitecore-form {
    max-width: calc(1024px);
  }

  .sitecore-form input[type=submit] {
    min-width: 200px;
  }

  main .social-media {
    right: 0;
    width: 25%;
    top: 120px;
  }

  footer .social-media {
    position: absolute;
    bottom: auto;
    top: 0;
    right: 15px;
  }

  .page.case .social-media {
    right: 0;
    margin: 0 auto;
  }

  .compare__cell h2 {
    font-size: 20.4px;
  }

  .table__scroll-indication[data-cta-count='1'] {
    display: none;
  }

  .table__scroll-icon[data-cta-count='1'] {
    display: none;
  }

  .nav--open:not(.nav-sticky) .toolbar {
    background: var(--navigation-background);
  }

  .toolbar nav {
    padding-left: 35px;
  }

  .toolbar ul li + li {
    margin-top: 10px;
  }

  .article .page__aside {
    padding-bottom: 87px;
  }

  .article .page__aside {
    flex: 0 0 25%;
    margin-top: 0;
  }

  .article .page__aside img {
    width: 100%;
  }

  .article .page__aside .contact-content {
    width: 100%;
  }

  .article .bg-imagehandler .icon-symbol {
    transform: translateX(50vw) translateX(-512px);
  }

  .article .bg-imagehandler + .grid .social-media {
    top: 40px;
  }

  .article .page__content__top .contact-placeholder {
    display: block;
    width: 100%;
    margin: 70px 0 0;
    max-width: 30%;
    flex: 0 0 30%;
  }

  .article .page__content__bottom blockquote {
    width: calc(50% + ((100% / 6) * (((100 / 6) / ((100 / 6) * 5)) + 1)));
    margin-left: calc((-100% / 6) * (((100 / 6) / ((100 / 6) * 5)) + 1));
  }

  .article .page__content__double-box--left,
  .article .page__content__double-box--right {
    width: calc(50% - 15px);
  }

  .article .page__content__double-box h2 {
    font-size: 21.6px;
  }

  .case-headline-overlay {
    transform: translateX(-50vw) translateX(512px);
  }

  .case-headline-overlay-wrapper {
    padding: 25px 0 4px 15px;
    margin: 0 30% 50px 0;
    max-height: 275px;
  }

  .case-headline-overlay-wrapper h1 {
    padding-right: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .case .page__aside {
    margin: 0;
    position: absolute;
    right: 0;
    top: -200px;
    width: 100%;
    z-index: 1;
    max-width: 25%;
    flex: 0 0 25%;
  }

  .case .page__aside .contact-image {
    padding-top: 0;
    min-height: 200px;
    width: 100%;
  }

  .case .page__aside .contact-image.image--loaded {
    height: 200px;
    background-size: cover;
  }

  .case .page__content__top .contact-placeholder {
    display: block;
    width: 100%;
    margin: 70px 0 0;
    max-width: 30%;
    flex: 0 0 30%;
  }

  .case .page__content__bottom blockquote {
    width: calc(50% + ((100% / 6) * (((100 / 6) / ((100 / 6) * 5)) + 1)));
    margin-left: calc((-100% / 6) * (((100 / 6) / ((100 / 6) * 5)) + 1));
  }

  .case .page__content__double-box--left,
  .case .page__content__double-box--right {
    width: calc(50% - 15px);
  }

  .case .page__content__double-box h2 {
    font-size: 21.6px;
  }

  .contact.page > .grid > .row {
    flex-flow: row wrap;
  }

  .contact__content--two-col {
    height: 150px;
  }

  .contact__content--two-col .contact__content--inner-wrapper .icon--wrapper {
    right: 15px;
  }

  .contact__content--two-col .contact__content--text {
    max-width: 250px;
    padding-left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .contact__content--three-col {
    height: 150px;
  }

  .contact__content--three-col .contact__content--text {
    padding-left: 30px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 250px;
  }

  .contact__content--three-col.map-icon-bar {
    height: 200px;
  }

  .contact__content h2 {
    font-size: 31.2px;
  }

  .contact__content h3 {
    font-size: 21.6px;
  }

  .contact__content h4 {
    font-size: 13.8px;
  }

  .contact__content .icon--wrapper {
    padding: 3px 0 3px 15px;
    will-change: right;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all .3s ease-in-out;
    position: relative;
    right: 35px;
    background-color: #fff;
  }

  .enquiry-page__list--accordion {
    top: 3px;
  }

  .enquiry-page__list--options {
    margin-top: 0;
    position: absolute;
    top: 14px;
    right: 0;
  }

  .enquiry-page__list--renamelist-form {
    top: -14px;
  }

  .enquiry-page__list--renamelist-form input[type="text"] {
    font-size: 35.6px;
  }

  .enquiry-page__list--products .link-box__text h1 {
    font-size: 20.4px;
  }

  .enquiry-page__list--products .link-box__text h3 {
    font-size: 19.2px;
  }

  .global-search__header {
    margin: 40px 0;
  }

  .global-search__categories select {
    font-size: 17.2px;
  }

  .global-search__result-count h2 {
    font-size: 30px;
  }

  .global-search__result-count a {
    font-size: 19.6px;
  }

  .global-search__result-count a:hover,
  .global-search__result-count a:focus {
    color: #fff;
  }

  .global-search__result-count a:hover:after,
  .global-search__result-count a:focus:after {
    display: block;
    -webkit-animation: swoopFromRight;
            animation: swoopFromRight;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }

  .global-search__show-more input {
    font-size: 17.2px;
  }

  .global-search .link-box:hover:before {
    box-shadow: none;
    transform: none;
  }

  .global-search .result-item__date h3 {
    font-size: 19.6px;
  }

  .global-search .custom-select {
    font-size: 17.2px;
  }

  .my-avk .h2 {
    font-size: 29.2px;
  }

  .news-archive__header {
    margin: 40px 0;
  }

  .news-archive__categories select {
    font-size: 17.2px;
  }

  .news-archive__result-count a {
    font-size: 17.2px;
  }

  .news-archive__show-more input {
    font-size: 17.2px;
  }

  .news-archive .result-item__date h3 {
    font-size: 19.6px;
  }

  .news-archive .custom-select {
    font-size: 17.2px;
  }

  .page--search .page__header a {
    font-size: 28.4px;
  }

  .page--search .custom-select {
    font-size: 17.2px;
  }

  .page--search .link-box:hover:before {
    box-shadow: none;
    transform: none;
  }

  .page--search .overview-search__results:not(.fetched) .link-box:hover:before {
    box-shadow: none;
    transform: none;
  }

  .page--search .overview-search__results > h2 {
    font-size: 30px;
  }

  .page--search .overview-search__results h2 {
    font-size: 31.2px;
  }

  .page--search .overview-search__show-more input {
    font-size: 17.2px;
  }

  .page > .grid > .row {
    flex-flow: row nowrap;
  }

  .page .manchet {
    margin: 0 0 30px;
  }

  .page__content {
    width: auto;
  }

  .page__content header p {
    font-size: 21.6px;
  }

  .page__content header h1 {
    padding-right: 260px;
  }

  .page__aside {
    margin: 70px 0 0;
    max-width: 25%;
    flex: 0 0 25%;
    padding-left: 15px;
  }

  .page .social-media {
    top: 115px;
  }

  .page .bg-imagehandler + .grid header h1 {
    padding-right: 0;
  }

  .product-compare .backButton {
    font-size: 28.4px;
  }

  .product-finder__header h2 {
    font-size: 30px;
  }

  .product-finder__results h2 {
    font-size: 30px;
  }

  .product-finder__filter-buttons--wrapper {
    width: auto;
  }

  .product-finder__filter-button {
    font-size: 16.4px;
  }

  .product-finder__filter-choices p {
    font-size: 16.4px;
  }

  .product-finder__single-filter-label span {
    font-size: 13.6px;
  }

  .product-finder__show-more {
    font-size: 17.2px;
  }

  .product-finder .link-box__text {
    padding: 20px 20px 30px 20px;
  }

  .product-finder .link-box__text h2 {
    font-size: 20.4px;
  }

  .product-finder .link-box__table-flex {
    margin-bottom: 40px;
  }

  .product-finder .link-box:hover:before {
    box-shadow: none;
    transform: none;
  }

  .product-finder .custom-select {
    font-size: 17.2px;
  }

  .product-finder .custom-select--deep-nest__option {
    font-size: 17.2px;
  }

  .product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .custom-select--deep-nest__option {
    font-size: 14.2px;
  }

  .product-finder .custom-select__option.selected {
    font-size: 13.6px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option {
    font-size: 14.2px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option > span:not(.icon) {
    font-size: 17.2px;
  }

  .product-finder__input input {
    font-size: 19.6px;
  }

  .product h1 {
    font-size: 37.6px;
  }

  .product h2 {
    font-size: 28.4px;
  }

  .product__header h2 {
    font-size: 21.6px;
  }

  .product__view--sectionlist-wrapper {
    padding: 15px;
  }

  .segment {
    height: 690px;
    font-size: 18px;
    line-height: 1.333;
  }

  .segment__content {
    padding-left: 50px;
    padding-top: 100px;
  }

  .segment__wrapper--spots {
    justify-content: flex-start;
  }

  .segment__wrapper--spots.space-between .segment__wrapper--single-spot {
    max-width: 23%;
  }

  .segment__wrapper--single-spot {
    max-width: none;
    width: auto;
    padding-right: 30px;
  }

  .segment__wrapper--single-spot:last-child {
    padding-right: 0;
  }

  .segment__wrapper--single-spot .spot-image.bg-imagehandler {
    height: 175px;
    width: 175px;
  }

  .segment__wrapper--single-spot a:hover,
  .segment__wrapper--single-spot a:focus {
    color: #fff;
  }

  .segment__wrapper--single-spot p {
    font-size: 18.4px;
  }

  body.fire .segment .nav-segment a:hover,
  body.fire .segment .nav-segment a:focus,
  body.fire .segment .nav-segment a:visited:hover,
  body.fire .segment .nav-segment a:visited:focus,
  body.water .segment .nav-segment a:hover,
  body.water .segment .nav-segment a:focus,
  body.water .segment .nav-segment a:visited:hover,
  body.water .segment .nav-segment a:visited:focus,
  body.waste-water .segment .nav-segment a:hover,
  body.waste-water .segment .nav-segment a:focus,
  body.waste-water .segment .nav-segment a:visited:hover,
  body.waste-water .segment .nav-segment a:visited:focus {
    color: var(--default-link-color-effect);
  }

  body.gas .segment .btn--cta:hover:after,
  body.gas .segment .sitecore-form input:not(.blue)[type=submit]:hover:after,
  .sitecore-form body.gas .segment input:not(.blue)[type=submit]:hover:after {
    background-color: #000 !important;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .page.contact .link-box:hover .link-box__action .icon--wrapper,
  .page.contact .link-box:focus .link-box__action .icon--wrapper {
    right: 100%;
  }
}

@media (min-width: 1200px) {
  .flickity-prev-next-button {
    top: 30px;
    height: 370px;
    width: 100px;
  }

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

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

  blockquote {
    margin: 1em 1.5em;
  }

  .grid-container {
    max-width: calc(1200px);
  }

  .lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  body > header,
  body > header .toolbar {
    height: 230px;
  }

  .advertise {
    padding: 15px 0 100px;
  }

  .advertise h2 {
    font-size: 33.2px;
  }

  .cases header {
    margin-top: 35px;
  }

  .cases .row.other-cases .cases-image {
    width: 370px;
    height: 370px;
  }

  .cases-block {
    width: 400px;
    padding: 30px 15px 90px;
  }

  .cases-block.decoy {
    width: 300px;
  }

  .cases-block.decoy + .cases-block {
    padding-left: 30px;
    left: 300px;
    width: 415px;
  }

  .cases-block:nth-child(4) {
    left: 705px;
  }

  .cases-block:nth-child(n +5) {
    left: 1105px;
  }

  .cases-block .icon-wrapper .icon-symbol + .icon-symbol {
    top: calc(50% + 90px);
  }

  .cases-block .icon-wrapper .icon-symbol + .icon-symbol + .icon-symbol {
    left: 90px;
  }

  .cases-block .icon-wrapper .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
    left: 90px;
    top: calc(50% + 90px);
  }

  .cases.active .cases-image.main {
    transform: translateX(300px);
  }

  .content-blocks {
    padding: 60px 0 80px;
  }

  .country-site-fact {
    padding: 60px 0 80px;
  }

  .country-site-fact .rounded-image {
    width: 47%;
  }

  .country-site-fact__link .rounded-image {
    width: 100%;
  }

  .country-site-fact .line-wrapper__full-line {
    top: 100px;
    transform: translateX(-50vw) translateX(600px);
  }

  .country-site-fact .line-wrapper .h1 {
    font-size: 70px;
  }

  .country-site-fact .line-wrapper .h1:after {
    top: 80px;
  }

  .download {
    padding: 60px 0 80px;
  }

  .insight__content-column {
    padding: 60px 15px 60px calc(15px * 2);
  }

  .link-blocks {
    padding: 60px 0 80px;
  }

  .overview .link-box--row:nth-child(even) .link-box__image .icon-symbol + .icon-symbol {
    top: 72px;
    right: 90px;
  }

  .overview .link-box--row:nth-child(even) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol {
    top: 162px;
    right: 90px;
  }

  .overview .link-box--row:nth-child(even) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
    top: 162px;
    right: 0;
  }

  .overview .icon-symbol + .link-box__text h3 {
    padding-right: 65px;
  }

  .overview .icon-symbol + .icon-symbol {
    right: 105px;
  }

  .overview .icon-symbol + .icon-symbol + .link-box__text h3 {
    padding-right: 145px;
  }

  .overview .link-box__image .icon-symbol + .icon-symbol {
    top: 162px;
  }

  .overview .link-box__image .icon-symbol + .icon-symbol + .icon-symbol {
    top: 72px;
    right: 90px;
  }

  .overview .link-box__image .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
    top: 162px;
    right: 90px;
  }

  .overview--cases .link-box:not(.link-box--row) .link-box__image .icon-symbol + .icon-symbol {
    top: calc(50% + 90px);
  }

  .overview--cases .link-box:not(.link-box--row) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol {
    left: 90px;
  }

  .overview--cases .link-box:not(.link-box--row) .link-box__image .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
    left: 90px;
    top: calc(50% + 90px);
  }

  .overview--cases .icon--symbol + .link-box__text h3 {
    padding-right: 55px;
  }

  .overview--files {
    padding-left: 0;
    padding-right: 0;
  }

  .overview--files .link-box:not(.link-box--row) {
    padding: 15px;
  }

  .overview--button__view-all input {
    font-size: 17.6px;
  }

  .product-teaser__image {
    margin-right: -50px;
  }

  .product-teaser__content-column {
    padding: 100px 20px 100px 100px;
  }

  .product-teaser .buttons {
    font-size: 16px;
  }

  .promo-area {
    margin-top: -230px;
  }

  .promo-area h1,
  .promo-area .h1 {
    font-size: 55.6px;
  }

  .promo-area .grid-container {
    padding-top: 230px;
  }

  .quad-blocks {
    padding: 60px 0 80px;
  }

  .ribbon__header {
    font-size: 34px;
  }

  .sitecore-forms-block {
    max-width: calc(1200px);
  }

  .sitecore-forms-popup {
    margin: 0;
  }

  .video {
    padding: 60px 0 80px;
  }

  .breadcrumb {
    margin-bottom: 70px;
  }

  .chooser {
    background-image: url("/static/media/world-1440.jpg");
  }

  .chooser .inner-wrapper {
    padding: 30px 0 80px;
  }

  .chooser-overlay {
    margin: 0;
  }

  .chooser-overlay__wrapper--left-box {
    padding: 50px 35px;
  }

  .chooser-overlay__wrapper--left-box header p {
    font-size: 38.8px;
  }

  .chooser-overlay__wrapper--right-box {
    padding: 50px 100px 65px;
  }

  .distributor-map__filter-info .block-head,
  .distributor-map__filter-info p {
    margin: 0 0 5px;
  }

  .distributor-map__custom-select {
    font-size: 17.6px;
  }

  .distributor-map__infowindow-headline {
    font-size: 22.8px;
  }

  .fast-contact-row span:not(.icon) {
    font-size: 20.8px;
  }

  .fast-contact-row .h2 {
    font-size: 30px;
    margin-top: -7px;
  }

  .form {
    font-size: 18px;
  }

  .form__label .formvalidate__error-message {
    font-size: 15.6px;
  }

  .icon-symbol,
  .icon-symbol svg {
    width: 80px;
    height: 80px;
  }

  .link-box--row:nth-child(odd) .icon-symbol + .icon-symbol + .icon-symbol {
    left: 90px;
  }

  .link-box--row:nth-child(odd) .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
    left: 90px;
  }

  .page.contact .link-box .link-box__action {
    transform: translateX(525px);
  }

  .link-box--content-blocks .link-box__image--header h2,
  .link-box--content-blocks .link-box__image--header .h2 {
    font-size: 22.8px;
  }

  .logo figcaption {
    max-width: 375px;
  }

  header .logo {
    margin-top: 15px;
  }

  .modal__content .video {
    padding: 60px 0 0;
  }

  .myavk-login__signup-form--consent .formvalidate__error-message {
    font-size: 15.6px;
  }

  .myavk-login__dropdown .formvalidate__error-message {
    font-size: 15.6px;
  }

  .myavk-login .custom-select {
    font-size: 17.6px;
  }

  body.nav-sticky .nav .nav__top {
    font-size: 16px;
  }

  body.nav-sticky .nav .nav__top li {
    padding: 0 0 0 4.5vw;
  }

  .nav__top {
    font-size: 26px;
  }

  html[lang="ru"] .nav__top {
    font-size: 24px;
  }

  html[lang="el"] .nav__top {
    font-size: 24px;
  }

  html[lang="vi"] .nav__top {
    font-size: 24px;
  }

  html[lang="uz"] .nav__top {
    font-size: 24px;
  }

  .nav__top li + li {
    padding: 0 0 0 70px;
  }

  .nav__top:not(.five-plus) li + li a.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    width: calc(100% - 70px);
    height: 2px;
    left: auto;
    right: 0;
  }

  .newsletter--footer label {
    font-size: 20.8px;
  }

  .overlay__text {
    width: 75%;
    float: left;
    padding-right: 5%;
  }

  .search a {
    font-size: 20.8px;
  }

  .sitecore-form {
    max-width: calc(1200px);
  }

  .page.case .social-media {
    top: -355px;
  }

  .compare__cell h2 {
    font-size: 21.2px;
  }

  .compare__delete .icon:hover svg {
    fill: var(--special-color);
  }

  .visualizer__environment .watertr-2 {
    left: 55%;
  }

  .visualizer__environment .watertr-3 {
    top: 42%;
    left: 60%;
  }

  .visualizer__environment .watertr-4 {
    left: 72%;
  }

  .visualizer__environment .watertr-5 {
    left: 76%;
  }

  .visualizer__environment .watertr-6 {
    left: 85%;
  }

  .visualizer__environment .waterdi-6 {
    left: 32%;
  }

  .visualizer__environment .waterdi-9 {
    left: 21%;
  }

  .visualizer__environment .waterdi-10 {
    left: 33%;
  }

  .visualizer__environment .waterdi-11 {
    left: 22%;
  }

  .visualizer__environment .waterdi-12 {
    left: 23%;
  }

  .visualizer__environment .waterdi-13 {
    left: 26%;
  }

  .visualizer__environment .waterdi-14 {
    left: 28%;
  }

  .visualizer__environment .waterdi-15 {
    left: 30.5%;
  }

  .visualizer__environment .waterdi-19 {
    left: 31%;
  }

  .visualizer__environment .waterdi-23 {
    left: 41%;
  }

  .visualizer__environment .waterdi-24 {
    left: 43%;
  }

  .visualizer__environment .waterdi-26 {
    top: 70%;
    left: 49%;
  }

  .visualizer__environment .waterdi-27 {
    left: 51%;
  }

  .visualizer__environment .waterdi-28 {
    left: 57%;
  }

  .visualizer__environment .waterdi-29 {
    left: 61%;
  }

  .visualizer__environment .waterdi-34 {
    left: 38.5%;
  }

  .visualizer__environment .waterdi-35 {
    left: 36%;
  }

  .visualizer__environment .waterdi-38 {
    left: 32%;
  }

  .visualizer__environment .waterdi-44 {
    left: 55%;
  }

  .visualizer__environment .waterpl-2 {
    left: 16.5%;
  }

  .visualizer__environment .waterpl-3 {
    top: 48%;
    left: 31%;
  }

  .visualizer__environment .waterpl-4 {
    top: 43%;
  }

  .visualizer__environment .waterpl-8 {
    left: 50%;
  }

  .visualizer__environment .waterpl-9 {
    left: 54%;
  }

  .visualizer__environment .waterpl-10 {
    top: 74%;
    left: 61%;
  }

  .visualizer__environment .waterpl-11 {
    left: 67%;
  }

  .visualizer__environment .waterpl-12 {
    left: 71.5%;
  }

  .visualizer__environment .waterpl-13 {
    top: 8%;
    left: 71.5%;
  }

  .visualizer__environment .waterpl-14 {
    top: 20%;
    left: 75%;
  }

  .visualizer__environment .waterpl-15 {
    top: 78%;
  }

  .visualizer__environment .waterpl-16 {
    top: 85%;
  }

  .visualizer__environment .waterpl-17 {
    top: 97%;
    left: 90%;
  }

  .visualizer__environment .waterpl-18 {
    left: 85.5%;
  }

  .visualizer__environment .waterpl-20 {
    left: 68%;
  }

  .visualizer__environment .waterpl-22 {
    left: 65%;
    top: 94%;
  }

  .visualizer__environment .firein-1 {
    left: 2%;
  }

  .visualizer__environment .firein-2 {
    left: 21%;
  }

  .visualizer__environment .firein-3 {
    left: 9%;
  }

  .visualizer__environment .firein-4 {
    top: 21%;
  }

  .visualizer__environment .firein-10 {
    left: 71%;
  }

  .visualizer__environment .firein-11 {
    left: 81%;
  }

  .visualizer__environment .fireout-1 {
    left: 10.5%;
  }

  .visualizer__environment .fireout-2 {
    top: 69.5%;
    left: 14.5%;
  }

  .visualizer__environment .fireout-5 {
    left: 34%;
  }

  .visualizer__environment .fireout-7 {
    left: 57%;
  }

  .visualizer__environment .fireout-8 {
    top: 74%;
    left: 56.5%;
  }

  .visualizer__environment .fireout-9 {
    left: 79%;
  }

  .visualizer__environment .fireout-11 {
    left: 87.5%;
  }

  .visualizer__environment .fireout-14 {
    left: 77%;
  }

  .visualizer__environment .fireout-16 {
    top: 42%;
    left: 87%;
  }

  .visualizer__environment .sewageoutlet-1 {
    top: 75%;
  }

  .visualizer__environment .sewageoutlet-2 {
    left: 87%;
  }

  .visualizer__environment .sewageoutlet-3 {
    left: 90%;
  }

  .visualizer__environment .sewageoutlet-4 {
    left: 93%;
  }

  .visualizer__environment .sewageoutlet-6 {
    top: 22%;
  }

  .visualizer__environment .sewagecoll-1 {
    left: 39%;
  }

  .visualizer__environment .sewagecoll-2 {
    left: 47%;
  }

  .visualizer__environment .sewagecoll-4 {
    top: 44%;
    left: 58%;
  }

  .visualizer__environment .sewagecoll-6 {
    top: 78%;
    left: 79%;
  }

  .visualizer__environment .sewagetreat-clarifier-1 {
    top: 18%;
  }

  .visualizer__environment .sewagetreat-clarifier-2 {
    top: 14%;
    left: 51%;
  }

  .visualizer__environment .sewagetreat-clarifier-3 {
    left: 37%;
  }

  .visualizer__environment .sewagetreat-clarifier-4 {
    top: 61%;
    left: 34%;
  }

  .visualizer__environment .sewagetreat-clarifier-5 {
    top: 66%;
    left: 34%;
  }

  .visualizer__environment .sewagetreat-clarifier-6 {
    left: 41.5%;
    top: 62%;
  }

  .visualizer__environment .sewagetreat-clarifier-8 {
    left: 45%;
  }

  .visualizer__environment .sewagetreat-clarifier-9 {
    top: 59%;
    left: 47%;
  }

  .visualizer__environment .sewagetreat-clarifier-10 {
    left: 53%;
  }

  .visualizer__environment .sewagetreat-clarifier-11 {
    left: 55%;
  }

  .visualizer__environment .sewagetreat-clarifier-12 {
    top: 79%;
    left: 58%;
  }

  .visualizer__environment .sewagetreat-digester-2 {
    left: 36%;
  }

  .visualizer__environment .sewagetreat-digester-4 {
    left: 54%;
  }

  .visualizer__environment .sewagetreat-digester-5 {
    left: 57%;
  }

  .visualizer__environment .sewagetreat-energy-1 {
    top: 62%;
    left: 47%;
  }

  .visualizer__environment .sewagetreat-energy-2 {
    top: 62%;
    left: 54%;
  }

  .visualizer__environment .sewagetreat-inlet-1 {
    left: 12%;
  }

  .visualizer__environment .sewagetreat-sludge-1 {
    left: 20%;
  }

  .visualizer__environment .sewagetreat-sludge-2 {
    top: 61%;
    left: 82%;
  }

  .visualizer__environment .sewagetreat-sludge-3 {
    left: 30%;
  }

  .visualizer__environment .gastr-1 {
    left: 2%;
  }

  .visualizer__environment .gasdi-2 {
    top: 74%;
  }

  .visualizer__environment .gasdi-3 {
    top: 57%;
    left: 18%;
  }

  .visualizer__environment .gasdi-4 {
    left: 22%;
  }

  .visualizer__environment .gasdi-5 {
    top: 54%;
  }

  .visualizer__environment .gasdi-8 {
    top: 53%;
    left: 46.5%;
  }

  .visualizer__environment .gasdi-10 {
    left: 59%;
  }

  .visualizer__environment .gasdi-11 {
    left: 63.5%;
  }

  .visualizer__environment .gasdi-12 {
    top: 64%;
  }

  .visualizer__environment .gasdi-13 {
    left: 81%;
    top: 61%;
  }

  .visualizer__environment .gasdi-15 {
    left: 95%;
  }

  .visualizer__environment .gasdi-16 {
    top: 37%;
  }

  .visualizer__environment .gasdi-17 {
    top: 51%;
    left: 78%;
  }

  .visualizer__environment .gasdi-18 {
    left: 80.5%;
  }

  .visualizer__environment .gasdi-19 {
    top: 42%;
  }

  .visualizer__environment .gasdi-20 {
    left: 74%;
  }

  .visualizer__environment .gasdi-23 {
    top: 33%;
  }

  .visualizer__environment .gasdi-24 {
    top: 29.5%;
    left: 68%;
  }

  .visualizer__environment .gasdi-25 {
    left: 66%;
    top: 25%;
  }

  .visualizer__environment .gasdi-27 {
    top: 6%;
    left: 50%;
  }

  .visualizer__environment .gasplant-3 {
    left: 40.5%;
  }

  .visualizer__environment .gasplant-5 {
    top: 82.5%;
    left: 53%;
  }

  .visualizer__environment .gasplant-6 {
    top: 83%;
    left: 57%;
  }

  .visualizer__environment .gasplant-7 {
    left: 56%;
  }

  .visualizer__environment .gasplant-8 {
    top: 65%;
    left: 55.4%;
  }

  .visualizer .fire-protection-indoor {
    top: 39%;
    left: 17%;
  }

  .visualizer .fire-protection-outdoor {
    top: 38%;
    left: 25%;
  }

  .visualizer .gas-distribution {
    top: 51%;
    left: 63%;
  }

  .visualizer .gas-plant-work {
    top: 52%;
    left: 15%;
  }

  .visualizer .gas-transmission {
    top: 43%;
    left: 76%;
  }

  .visualizer .waste-water-collection {
    top: 28%;
    left: 45%;
  }

  .visualizer .waste-water-outlet {
    top: 43%;
    left: 60%;
  }

  .visualizer .waste-water-treatment {
    top: 37%;
    left: 66%;
  }

  .visualizer .water-distribution {
    top: 32%;
    left: 30%;
  }

  .visualizer .water-plant-work {
    top: 48%;
    left: 23%;
  }

  .visualizer .water-transmission {
    top: 72%;
    left: 36%;
  }

  .article .page__aside {
    padding-bottom: 106px;
  }

  .article .bg-imagehandler .icon-symbol {
    transform: translateX(50vw) translateX(-600px);
  }

  .article .breadcrumb {
    margin-bottom: 120px;
  }

  .article .page__content__double-box h2 {
    font-size: 22.8px;
  }

  .career .breadcrumb {
    margin-bottom: 30px;
  }

  .case .bg-imagehandler .icon-symbol {
    bottom: 295px;
  }

  .case .bg-imagehandler .icon-symbol + .icon-symbol {
    margin-left: 85px;
  }

  .case .bg-imagehandler .icon-symbol + .icon-symbol + .icon-symbol {
    margin-left: 170px;
  }

  .case .bg-imagehandler .icon-symbol + .icon-symbol + .icon-symbol + .icon-symbol {
    margin-left: 255px;
  }

  .case-headline-overlay {
    height: 295px;
    top: -295px;
    transform: translateX(-50vw) translateX(600px);
  }

  .case-headline-overlay-wrapper h1 {
    max-height: 3em;
  }

  .case .page__aside {
    top: -295px;
  }

  .case .page__aside .contact-image {
    min-height: 295px;
  }

  .case .page__aside .contact-image.image--loaded {
    height: 295px;
  }

  .case .page__content__double-box h2 {
    font-size: 22.8px;
  }

  .contact__content--two-col .contact__content--text {
    max-width: 350px;
  }

  .contact__content--three-col .contact__content--text {
    max-width: 270px;
  }

  .contact__content h2 {
    font-size: 33.6px;
  }

  .contact__content h3 {
    font-size: 22.8px;
  }

  .contact__content h4 {
    font-size: 14.4px;
  }

  .enquiry-page__list--accordion {
    top: 4px;
  }

  .enquiry-page__list--commentfield {
    max-width: calc(66.667% - 7.5px);
  }

  .enquiry-page__list--renamelist-form {
    top: -13px;
  }

  .enquiry-page__list--renamelist-form input[type="text"] {
    font-size: 38.8px;
  }

  .enquiry-page__list--products .link-box__text h1 {
    font-size: 21.2px;
  }

  .enquiry-page__list--products .link-box__text h3 {
    font-size: 19.6px;
  }

  .global-search__header {
    margin: 50px 0 30px;
  }

  .global-search__categories select {
    font-size: 17.6px;
  }

  .global-search__result-count h2 {
    font-size: 32px;
  }

  .global-search__result-count a {
    font-size: 20.8px;
  }

  .global-search__show-more input {
    font-size: 17.6px;
  }

  .global-search .link-box:hover:before {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    transform: scale(1.025, 1.1);
  }

  .global-search .link-box:hover .icon span {
    opacity: 1;
  }

  .global-search .result-item__date h3 {
    font-size: 20.8px;
  }

  .global-search .custom-select {
    font-size: 17.6px;
  }

  .my-avk {
    padding: 0 0 80px;
  }

  .my-avk .h2 {
    font-size: 31.6px;
  }

  .news-archive__header {
    margin: 50px 0 30px;
  }

  .news-archive__categories select {
    font-size: 17.6px;
  }

  .news-archive__result-count a {
    font-size: 17.6px;
  }

  .news-archive__show-more input {
    font-size: 17.6px;
  }

  .news-archive .result-item__date h3 {
    font-size: 20.8px;
  }

  .news-archive .custom-select {
    font-size: 17.6px;
  }

  .page--search .page__header a {
    font-size: 31.2px;
  }

  .page--search .custom-select {
    font-size: 17.6px;
  }

  .page--search .link-box:hover:before {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    transform: scale(1.025, 1.1);
  }

  .page--search .link-box:hover .icon span {
    opacity: 1;
  }

  .page--search .overview-search__results:not(.fetched) .link-box:hover:before {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    transform: scale(1.1, 1.06);
  }

  .page--search .overview-search__results:not(.fetched) .link-box:hover .icon span {
    opacity: 1;
  }

  .page--search .overview-search__results > h2 {
    font-size: 32px;
  }

  .page--search .overview-search__results h2 {
    font-size: 33.6px;
  }

  .page--search .overview-search__show-more input {
    font-size: 17.6px;
  }

  .page__content header p {
    font-size: 22.8px;
  }

  .page__content header h1 {
    padding-right: 0;
  }

  .page .bg-imagehandler + .grid .breadcrumb {
    margin-bottom: 30px;
  }

  .product-compare .backButton {
    font-size: 31.2px;
  }

  .product-finder__header h2 {
    font-size: 32px;
  }

  .product-finder__results h2 {
    font-size: 32px;
  }

  .product-finder__filter-buttons--wrapper {
    margin-top: 0px;
  }

  .product-finder__filter-button {
    font-size: 17.2px;
  }

  .product-finder__filter-button:hover:not(.locked) {
    color: var(--special-color);
  }

  .product-finder__filter-button:hover:not(.locked) .icon svg {
    fill: var(--special-color);
  }

  .product-finder__filter-choices p {
    font-size: 17.2px;
  }

  .product-finder__filter-labels {
    width: auto;
  }

  .product-finder__single-filter-label span {
    font-size: 13.8px;
  }

  .product-finder__single-filter-label .icon:hover svg {
    fill: var(--special-color);
  }

  .product-finder__show-more {
    font-size: 17.6px;
  }

  .product-finder .link-box__image .bg-imagehandler {
    height: 175px;
    width: 130px;
  }

  .product-finder .link-box__text h2 {
    font-size: 21.2px;
  }

  .product-finder .link-box__icons {
    bottom: 20px;
  }

  .product-finder .link-box__icons a:hover,
  .product-finder .link-box__icons span:not(.icon):hover {
    color: var(--special-color);
  }

  .product-finder .link-box__icons .icon:hover svg {
    fill: var(--special-color);
  }

  .product-finder .link-box__icons .icon:hover span {
    color: var(--special-color);
  }

  .product-finder .link-box__icons .icon span {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .product-finder .link-box:hover:before {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.16);
    transform: scale(1.05, 1.025);
  }

  .product-finder .link-box:hover .icon span {
    opacity: 1;
  }

  .product-finder .custom-select {
    font-size: 17.6px;
  }

  .product-finder .custom-select--deep-nest:hover {
    color: #002395;
  }

  .product-finder .custom-select--deep-nest__option {
    font-size: 17.6px;
  }

  .product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .custom-select--deep-nest__option {
    font-size: 14.6px;
  }

  .product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .custom-select--deep-nest__option:hover {
    color: var(--special-color);
  }

  .product-finder .custom-select__option:hover:not(:first-child) {
    color: var(--select-option-font-hover);
  }

  .product-finder .custom-select__option.selected {
    font-size: 13.8px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option {
    font-size: 14.6px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option > span:not(.icon) {
    font-size: 17.6px;
  }

  .product-finder__input input {
    font-size: 20.8px;
  }

  .product h1 {
    font-size: 40.8px;
  }

  .product h2 {
    font-size: 31.2px;
  }

  .product__header h2 {
    font-size: 22.8px;
  }

  .product__view--categories + .product__view--description {
    margin-left: 80px;
  }

  .product__view--sectionlist {
    padding: 15px;
  }

  .product__view--sectionlistitem {
    margin-bottom: 30px;
  }

  .product__view--sectionlisttext {
    padding-right: 40px;
  }

  .product-enquiry__wrapper {
    max-width: none;
  }

  .product-enquiry__text {
    width: 75%;
    float: left;
    padding-right: 5%;
  }

  .product-enquiry__loginform {
    width: 25%;
    float: left;
  }

  .segment__wrapper--single-spot .spot-image.bg-imagehandler {
    height: 195px;
    width: 195px;
  }

  .segment__wrapper--single-spot p {
    font-size: 19.2px;
  }
}

@media (min-width: 1440px) {
  .flickity-prev-next-button {
    width: 200px;
  }

  .flickity-prev-next-button.next {
    right: -20px;
  }

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

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

  body > footer {
    padding: 70px 0 75px;
  }

  .package-download-is-active > footer {
    padding-bottom: calc(75px + 80px);
  }

  .xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .row--stretch-right .cases-image {
    width: calc((100vw - ((100% / 3) * (12 - 3))) - ((100vw - ((100% / 3) * 12)) / 2));
  }

  .row--stretch-right .toolbar {
    width: calc(((100vw - ((100% / 3) * (12 - 3))) - ((100vw - ((100% / 3) * 12)) / 2)) - (15px + (15px / 2)));
  }

  .advertise h2 {
    font-size: 36px;
  }

  .advertise .link-box--row {
    margin-top: 85px;
  }

  .advertise .link-box--row + .link-box--row {
    margin-top: 85px;
  }

  .cases-block.decoy {
    width: 400px;
  }

  .cases-block.decoy + .cases-block {
    left: 400px;
  }

  .cases-block:nth-child(4) {
    left: 815px;
  }

  .cases-block:nth-child(n +5) {
    left: 1215px;
  }

  .cases.active .cases-image.main {
    transform: translateX(400px);
  }

  .content-blocks {
    padding: 100px 0 110px;
  }

  .country-site-fact {
    padding: 100px 0 110px;
  }

  .country-site-fact .line-wrapper__full-line {
    top: 110px;
  }

  .country-site-fact .line-wrapper .h1 {
    font-size: 80px;
  }

  .country-site-fact .line-wrapper .h1:after {
    top: 90px;
  }

  .download {
    padding: 100px 0 110px;
  }

  .insight__content-column {
    padding: 80px 15px 80px calc(15px * 2);
  }

  .link-blocks {
    padding: 100px 0 110px;
  }

  .overview--button__view-all input {
    font-size: 18px;
  }

  .promo-area h1,
  .promo-area .h1 {
    font-size: 62px;
  }

  .quad-blocks {
    padding: 100px 0 110px;
  }

  .video {
    padding: 100px 0 110px;
  }

  .chooser-links {
    padding: 18px 20px 0;
  }

  .nav--open .chooser-links {
    padding: 18px 20px 0;
  }

  .chooser-overlay__wrapper--left-box header p {
    font-size: 42px;
  }

  .distributor-map__custom-select {
    font-size: 18px;
  }

  .distributor-map__infowindow-headline {
    font-size: 24px;
  }

  .fast-contact-row span:not(.icon) {
    font-size: 22px;
  }

  .form__label .formvalidate__error-message {
    font-size: 16px;
  }

  .link-box--content-blocks .link-box__image--header h2,
  .link-box--content-blocks .link-box__image--header .h2 {
    font-size: 24px;
  }

  .myavk-login__signup-form--consent .formvalidate__error-message {
    font-size: 16px;
  }

  .myavk-login__dropdown .formvalidate__error-message {
    font-size: 16px;
  }

  .myavk-login .custom-select {
    font-size: 18px;
  }

  .nav-left {
    margin-top: 150px;
  }

  .breadcrumb + script + .social-media + .row .nav-left {
    margin-top: 66px;
  }

  body.nav-sticky .nav .nav__top li {
    padding: 0 0 0 4vw;
  }

  .newsletter--footer label {
    font-size: 22px;
  }

  .search a {
    font-size: 22px;
  }

  .compare__cell h2 {
    font-size: 22px;
  }

  .toolbar nav {
    font-size: 14px;
    max-width: 300px;
    padding: 20px 10px 10px 35px;
  }

  .article .page__aside {
    padding-bottom: 125px;
  }

  .article .bg-imagehandler.image--loaded {
    height: 32vw;
  }

  .article .page__content__double-box h2 {
    font-size: 24px;
  }

  .case > .bg-imagehandler {
    min-height: 42vw;
  }

  .case > .bg-imagehandler.image--loaded {
    height: 42vw;
  }

  .case .page__content__double-box h2 {
    font-size: 24px;
  }

  .contact__content h2 {
    font-size: 36px;
  }

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

  .contact__content h4 {
    font-size: 15px;
  }

  .enquiry-page__list--accordion {
    top: 7px;
  }

  .enquiry-page__list--renamelist-form {
    top: -11px;
  }

  .enquiry-page__list--renamelist-form input[type="text"] {
    font-size: 42px;
  }

  .enquiry-page__list--products .link-box__text h1 {
    font-size: 22px;
  }

  .enquiry-page__list--products .link-box__text h3 {
    font-size: 20px;
  }

  .global-search__categories select {
    font-size: 18px;
  }

  .global-search__result-count h2 {
    font-size: 34px;
  }

  .global-search__result-count a {
    font-size: 22px;
  }

  .global-search__show-more input {
    font-size: 18px;
  }

  .global-search .result-item__date h3 {
    font-size: 22px;
  }

  .global-search .custom-select {
    font-size: 18px;
  }

  .my-avk {
    padding: 0 0 110px;
  }

  .my-avk .h2 {
    font-size: 34px;
  }

  .news-archive__categories select {
    font-size: 18px;
  }

  .news-archive__result-count a {
    font-size: 18px;
  }

  .news-archive__show-more input {
    font-size: 18px;
  }

  .news-archive .result-item__date h3 {
    font-size: 22px;
  }

  .news-archive .custom-select {
    font-size: 18px;
  }

  .page--search .page__header a {
    font-size: 34px;
  }

  .page--search .custom-select {
    font-size: 18px;
  }

  .page--search .overview-search__results > h2 {
    font-size: 34px;
  }

  .page--search .overview-search__results h2 {
    font-size: 36px;
  }

  .page--search .overview-search__show-more input {
    font-size: 18px;
  }

  .page .manchet {
    margin: 0 0 50px;
  }

  .page__content header p {
    font-size: 24px;
  }

  .product-compare .backButton {
    font-size: 34px;
  }

  .product-finder__header h2 {
    font-size: 34px;
  }

  .product-finder__results h2 {
    font-size: 34px;
  }

  .product-finder__filter-button {
    font-size: 18px;
  }

  .product-finder__filter-choices p {
    font-size: 18px;
  }

  .product-finder__single-filter-label span {
    font-size: 14px;
  }

  .product-finder__show-more {
    font-size: 18px;
  }

  .product-finder .link-box__text h2 {
    font-size: 22px;
  }

  .product-finder .custom-select {
    font-size: 18px;
  }

  .product-finder .custom-select--deep-nest__option {
    font-size: 18px;
  }

  .product-finder .custom-select--deep-nest--active .custom-select__scroll-wrapper .custom-select--deep-nest__option {
    font-size: 15px;
  }

  .product-finder .custom-select__option.selected {
    font-size: 14px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option {
    font-size: 15px;
  }

  .product-finder .custom-select__option.selected .custom-select--deep-nest__option > span:not(.icon) {
    font-size: 18px;
  }

  .product-finder__input input {
    font-size: 22px;
  }

  .product h1 {
    font-size: 44px;
  }

  .product h2 {
    font-size: 34px;
  }

  .product__header h2 {
    font-size: 24px;
  }

  .segment__wrapper--single-spot p {
    font-size: 20px;
  }
}

@media (min-width: 1680px) {
  .xxl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .xxl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .xxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .xxl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .xxl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .xxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .xxl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .xxl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .xxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .xxl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .xxl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .xxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cases-block.decoy {
    width: 540px;
  }

  .cases-block.decoy + .cases-block {
    left: 540px;
  }

  .cases-block:nth-child(4) {
    left: 955px;
  }

  .cases-block:nth-child(n +5) {
    left: 1355px;
  }

  .cases.active .cases-image.main {
    transform: translateX(475px);
  }

  .search a {
    width: 60%;
  }

  .search input {
    width: 60%;
  }

  .search-product-allow-access a {
    width: 100%;
  }

  .segment__content {
    padding-left: 100px;
    padding-top: 170px;
  }
}

@media (max-width: 479px) {
  .xxs-max-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .xxs-max-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .xxs-max-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .xxs-max-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .xxs-max-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .xxs-max-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .xxs-max-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .xxs-max-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .xxs-max-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .xxs-max-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .xxs-max-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .xxs-max-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .no-padding--keep-left {
    padding: 15px !important;
  }

  .no-padding--keep-right {
    padding: 15px !important;
  }

  .no-padding--keep-bottom {
    padding: 15px !important;
  }

  .no-padding--keep-top {
    padding: 15px !important;
  }

  .xs-max-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .xs-max-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .xs-max-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .xs-max-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .xs-max-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .xs-max-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .xs-max-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .xs-max-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .xs-max-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .xs-max-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .xs-max-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .xs-max-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  body > header .row--stretch-left {
    padding: 0;
  }

  .cases .show-more {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding-bottom: 45px;
    background-color: #EBEDED;
    transition: opacity 0.3s ease-out, height 0s ease-out 0.4s;
  }

  .cases-image.main {
    padding-top: 56.125%;
    position: relative;
  }

  .cases .row {
    flex-flow: column-reverse wrap;
  }

  .cases .row.other-cases {
    display: block;
  }

  .country-site-fact .rounded-image .bg-imagehandler {
    min-height: 0;
  }

  .country-site-fact .line-wrapper__point:last-child .h4:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 10px;
    height: 100%;
    position: absolute;
    background-color: inherit;
  }

  .page__inner-content .link-blocks .link-box {
    padding-left: 0;
    padding-right: 0;
  }

  .product-teaser .btn,
  .product-teaser .sitecore-form input[type=submit],
  .sitecore-form .product-teaser input[type=submit] {
    width: 100%;
  }

  .breadcrumb {
    font-size: 12px;
    display: none;
  }

  .btn,
  .sitecore-form input[type=submit],
  a.btn {
    display: block;
    text-align: center;
    width: 100%;
  }

  .btn--navigate-back,
  a.btn--navigate-back {
    text-align: left;
  }

  .chooser {
    background-image: none;
  }

  .chooser-group__header h3 {
    cursor: pointer;
  }

  .chooser-group__list {
    height: 0;
  }

  .chooser-overlay .buttons--first {
    padding: 0 15px;
  }

  .fast-contact-row.row {
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
  }

  .fast-contact-row a {
    margin: 0;
  }

  .fast-contact-row a span:last-child {
    display: none;
  }

  .fast-contact-row .icon {
    width: 65px;
    height: 65px;
    background-color: var(--footer-fast-contact-svg-bg);
  }

  .fast-contact-row .icon svg {
    width: 24px;
    height: 100%;
  }

  .fast-contact-row + .fast-contact-row {
    margin-top: 20px;
  }

  .show-message .form-message {
    padding: 0 20px 0 35px;
  }

  .page__inner-content .link-box--content-blocks {
    padding-left: 0;
    padding-right: 0;
  }

  .link-box--content-blocks .link-box__text p {
    padding: 15px 0 45px;
    margin: 0;
  }

  .nav__top ul {
    position: relative;
    top: 0;
    left: 0;
    padding: 22px 0 20px;
    overflow: hidden;
    line-height: 1.2;
    display: none;
  }

  .nav__top ul.main {
    padding: 15px 0 30px;
  }

  .nav__top ul.show {
    display: block;
  }

  .nav__top li a br {
    display: none;
  }

  .global-site .nav__top a,
  .global-site .nav__top a:visited,
  .global-site .nav__top a:hover,
  .global-site .nav__top a:visited:hover {
    background-color: #002395;
  }

  .newsletter--footer .icon {
    position: absolute;
    top: 0;
    left: 0;
  }

  .newsletter--footer .h2 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 80px;
    height: 65px;
    margin-bottom: 0;
  }

  .newsletter--footer .form-message.show {
    padding: 10px 15px 12px;
  }

  .search {
    justify-content: center;
  }

  .global-site .search-site {
    padding-left: 15px;
  }

  .search-language {
    align-self: center;
  }

  .social-media {
    justify-content: center;
  }

  .social-media .h4 {
    display: none;
  }

  .social-media a {
    padding: 0;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    border-radius: 15px;
    background-color: #fff;
  }

  .social-media a:first-child {
    transform: translate3d(120px, 7px, 0) scale(0.5) rotate(-720deg);
  }

  .social-media a:nth-child(2) {
    transform: translate3d(80px, 7px, 0) scale(0.5) rotate(-540deg);
  }

  .social-media a:nth-child(3) {
    transform: translate3d(40px, 7px, 0) scale(0.5) rotate(-360deg);
  }

  footer .social-media {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 84px;
    background-color: var(--footer-social-media-xs);
    margin: -15px;
  }

  .toolbar {
    overflow: hidden;
  }

  .article .page__content__top h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px;
  }

  .case-headline-overlay h3 {
    color: var(--case-headline-color);
  }

  .case .page__content__top h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px;
  }

  .page__content header {
    padding-top: 30px;
  }

  .product__view--sectionlistitem[data-showmobile='false'] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
}

@media (max-width: 1023px) {
  a:focus,
  button:focus,
  input:focus {
    outline: none;
  }

  .sm-max-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .sm-max-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .sm-max-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .sm-max-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .sm-max-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .sm-max-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .sm-max-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .sm-max-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .sm-max-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .sm-max-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .sm-max-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .sm-max-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .row--stretch-left,
  .row--stretch-right {
    width: 100%;
  }

  .chooser-group.has-highlight .chooser-group__list {
    height: auto !important;
  }

  .grayout .chooser-group__list li {
    display: none;
  }

  .grayout .chooser-group__list li.highlight {
    display: block;
  }
}

@media (max-width: 1199px) {
  .md-max-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .md-max-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .md-max-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .md-max-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .md-max-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .md-max-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .md-max-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .md-max-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .md-max-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .md-max-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .md-max-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .md-max-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .quad-box__link .icon {
    transform: translateX(0) translateY(-11px);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .quad-box__link .icon + span {
    max-width: 150px;
    line-height: 2;
  }

  .quad-box__link small {
    transform: translateY(0) translateX(0) !important;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .quad-box__link .icon {
    transform: translateX(10px) translateY(0);
  }

  .link-box__action .icon {
    transform: translateX(0) translateY(-11px);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .link-box__action .icon + span {
    max-width: 150px;
    line-height: 2;
  }

  .link-box__action small {
    transform: translateY(0) translateX(0) !important;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .link-box__action.rollout .icon {
    transform: translateX(10px) translateY(0);
  }

  .link-box__action--horizontal.rollout .icon {
    transform: translateX(0px) translateY(0);
  }
}

@media (orientation: landscape) and (max-width: 1200px) {
  .overview .icon-symbol {
    top: 15.5px;
    right: 14.5px;
  }
}

@media (max-width: 1439px) {
  .lg-max-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .lg-max-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .lg-max-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .lg-max-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .lg-max-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .lg-max-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .lg-max-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .lg-max-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .lg-max-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .lg-max-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .lg-max-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .lg-max-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 1679px) {
  .xl-max-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .xl-max-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .xl-max-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }

  .xl-max-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .xl-max-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .xl-max-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .xl-max-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .xl-max-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .xl-max-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }

  .xl-max-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .xl-max-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .xl-max-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
/*# sourceMappingURL=main.min.css.map */
