@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

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

*:focus {
  outline: none; }

* {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-before: 0;
          padding-block-start: 0;
  -webkit-padding-after: 0;
          padding-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: initial;
  margin: 0; }

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

select {
  background-color: initial; }

button {
  border: none; }

/*@import 'fonts';*/
.row,
.form-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* align-items: center */
  margin-right: -20px;
  margin-left: -20px; }
  .row--pt--20,
  .form-row--pt--20 {
    padding-top: 20px; }
  .row--gutter--30,
  .form-row--gutter--30 {
    margin-right: -30px;
    margin-left: -30px; }
    .row--gutter--30 .col,
    .form-row--gutter--30 .col {
      padding-right: 30px;
      padding-left: 30px; }
  .row--align-center,
  .form-row--align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row--cards .col,
  .form-row--cards .col {
    padding-bottom: 40px; }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px; }
  .col--1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col--2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col--3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col--4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col--5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col--6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col--7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col--8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col--9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col--10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col--11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col--12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  @media (max-width: 1200px) {
    .col--xl--1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333%; }
    .col--xl--2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%; }
    .col--xl--3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%; }
    .col--xl--4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%; }
    .col--xl--5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66667%; }
    .col--xl--6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%; }
    .col--xl--7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%; }
    .col--xl--8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66667%; }
    .col--xl--9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%; }
    .col--xl--10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333%; }
    .col--xl--11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66667%; }
    .col--xl--12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%; } }
  @media (max-width: 992px) {
    .col--lg--1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333%; }
    .col--lg--2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%; }
    .col--lg--3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%; }
    .col--lg--4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%; }
    .col--lg--5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66667%; }
    .col--lg--6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%; }
    .col--lg--7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%; }
    .col--lg--8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66667%; }
    .col--lg--9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%; }
    .col--lg--10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333%; }
    .col--lg--11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66667%; }
    .col--lg--12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%; } }
  @media (max-width: 768px) {
    .col--md--1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333%; }
    .col--md--2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%; }
    .col--md--3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%; }
    .col--md--4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%; }
    .col--md--5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66667%; }
    .col--md--6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%; }
    .col--md--7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%; }
    .col--md--8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66667%; }
    .col--md--9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%; }
    .col--md--10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333%; }
    .col--md--11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66667%; }
    .col--md--12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%; } }
  @media (max-width: 576px) {
    .col--sm--1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 8.33333%; }
    .col--sm--2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 16.66667%; }
    .col--sm--3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 25%; }
    .col--sm--4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%; }
    .col--sm--5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 41.66667%; }
    .col--sm--6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%; }
    .col--sm--7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%; }
    .col--sm--8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 66.66667%; }
    .col--sm--9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 75%; }
    .col--sm--10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 83.33333%; }
    .col--sm--11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 91.66667%; }
    .col--sm--12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%; } }

.d-placeholder {
  background-color: orange;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* font */
html,
body {
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  color: #2B2B2B;
  position: relative; }

a {
  text-decoration: none; }

input[placeholder] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

::-moz-placeholder {
  text-overflow: ellipsis; }

input:-moz-placeholder {
  text-overflow: ellipsis; }

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

/*input::-moz-placeholder
    opacity: 1
    transition: opacity 0.1s ease*/
/*input:-moz-placeholder
    opacity: 1
    transition: opacity 0.1s ease*/
input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #F5F5F5; }

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5; }

*::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0066B3; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%; }

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0066B3;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .link-back {
    font-weight: 600; }
  .link-pdf {
    color: #2B2B2B; }
    .link-pdf::before {
      content: url("/img/icons/pdf.svg");
      width: 24px;
      height: 24px;
      display: block;
      margin-right: 10px; }
    .link-pdf--center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 0; }
  .link__arrow {
    display: inline-block;
    background: #fff;
    height: 2px;
    width: 10px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .link__arrow:before, .link__arrow:after {
      content: "";
      background: #fff;
      position: absolute;
      height: 2px;
      width: 5px; }
    .link__arrow:before {
      right: 0;
      bottom: -2px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .link__arrow:after {
      right: 0;
      top: -2px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .link__arrow--red-blue {
      background: #A72C30; }
      .link__arrow--red-blue:before, .link__arrow--red-blue:after {
        background: #A72C30; }
    .link__arrow--left {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .link:hover {
    color: #004477; }
  .link--color--black {
    color: #2B2B2B; }
  .link--medium {
    font-weight: 500; }
  .link--bold {
    font-weight: 600; }
  .link--inline {
    display: inline-block; }
    .link--inline .link__arrow {
      top: -4px;
      left: -5px; }
  .link:hover .link__arrow {
    margin-right: 0;
    width: 15px; }
    .link:hover .link__arrow--red-blue {
      background: #0066B3; }
      .link:hover .link__arrow--red-blue:before, .link:hover .link__arrow--red-blue:after {
        background: #0066B3; }
    .link:hover .link__arrow--left {
      margin-right: initial;
      margin-left: 0;
      margin-right: 5px; }

/* notice */
.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2B2B2B;
  color: #fff;
  font-size: 16px; }
  .notice__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: 40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .notice__text {
    font-weight: 600; }
  .notice__link {
    color: #fff;
    margin-left: 5px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .notice__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-left: auto;
    text-decoration: none;
    background: transparent url("/img/icons/close.svg") center no-repeat padding-box; }
  .notice--cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #0066B3; }
    .notice--cookies .notice__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .notice--cookies .notice__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 50px; }
    .notice--cookies .notice__text {
      padding: 40px 0;
      font-weight: inherit; }
    .notice--cookies .notice__privacy-link {
      margin-left: 35px;
      white-space: nowrap;
      color: #ffffff;
      font-weight: 600; }
    .notice--cookies .notice__accept {
      max-height: 40px; }
    .notice--cookies .notice__close {
      width: 32px;
      height: 32px;
      padding: 10px;
      margin-left: 32px;
      border: 1px solid #fff; }

.container {
  max-width: 1425px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .container--small {
    max-width: 1024px; }
  .container--fluid {
    max-width: 100%; }

.sections-wrapper {
  margin-top: 30px;
  margin-bottom: 30px; }
  .sections-wrapper section:first-child {
    margin-top: 0; }
  .sections-wrapper section:last-child {
    margin-bottom: 0; }
  .sections-wrapper--no-spacing {
    margin-top: 0; }

.btn {
  cursor: pointer;
  border-radius: 4px;
  background-color: #a72f30;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover {
    background-color: #6D1909; }
  .btn.disabled {
    opacity: 0.6; }
    .btn.disabled:hover {
      background-color: #a72f30; }
  .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn-group > * {
      margin-left: 10px; }
    .btn-group > *:first-child {
      margin-left: 0; }
  .btn--type--square {
    min-height: 15px;
    min-width: 15px;
    padding: 10px; }
  .btn--type--fullwidth {
    width: 100%; }
  .btn--color--blue {
    background-color: #0066B3; }
    .btn--color--blue:hover {
      background-color: #0460A5; }
    .btn--color--blue.disabled:hover {
      background-color: #0066B3; }
  .btn--color--yellow {
    color: #2B2B2B;
    background-color: #EBC837; }
    .btn--color--yellow:hover {
      background-color: #cbaa1d; }
      .btn--color--yellow:hover.disabled:hover {
        background-color: #bda543; }
  .btn--load-more {
    width: 100%;
    background-color: #F0F0F0;
    color: #0066B3;
    font: normal normal 500 16px/21px Roboto;
    padding: 16px; }
    .btn--load-more:hover {
      background-color: #c1c1c1; }
      .btn--load-more:hover.disabled:hover {
        background-color: #F0F0F0; }
  .btn--icon--search {
    background-image: url("/img/icons/search.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .btn--icon--close {
    background-image: url("/img/icons/close.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .btn--icon--print {
    background-image: url("/img/icons/print.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .btn--40 {
    width: 40px;
    height: 40px; }
  .btn--small {
    padding: 10px; }

.btns-block {
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btns-block > a {
    margin-left: 20px; }
    .btns-block > a:first-child {
      margin-left: 0; }
  .btns-block.align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btns-block.align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .btns-block.align-justify {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

div > .btns-block:first-child {
  margin-top: 0; }

.upper-small-title {
  font: normal normal bold 14px/21px Roboto;
  text-transform: uppercase;
  margin-bottom: 10px; }

.title {
  font-size: 22px;
  font-weight: 400;
  position: relative;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .title:before {
    content: '';
    background: #a72f30;
    width: 4px;
    position: relative;
    height: auto;
    top: 0;
    left: -10px;
    border-radius: 20px; }
  .title.align-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .title.align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .title--focus {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .title--focus span {
      color: #0066B3; }
  .title__close {
    width: 28px;
    height: 28px;
    margin-left: auto; }
  .title--headline {
    font-size: 32px;
    font-weight: 300;
    margin-top: 0;
    color: #2B2B2B; }
  .title--page {
    margin-top: 35px;
    margin-bottom: 20px; }
    .title--page--home {
      margin-left: 0;
      display: inline-block; }
      .title--page--home::before {
        content: none; }
  .title__link-all {
    font-size: 16px;
    font-weight: 500;
    color: #0066B3;
    margin-left: auto; }
  .title--bold {
    font-weight: 600; }
  .title--no-line {
    margin-left: 0; }
    .title--no-line::before {
      content: none; }
  .title--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .title--medium-blue {
    color: #0066B3;
    font: normal normal 500 24px/32px Roboto;
    padding-bottom: 12px;
    margin-left: 0; }
    .title--medium-blue::before {
      content: none; }

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }

.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.nav__title {
  color: #2B2B2B;
  font-weight: 600;
  text-transform: uppercase; }

.nav__link {
  font-weight: 600; }
  .nav__link--active {
    color: #a72f30; }

.nav__link-title {
  color: #2B2B2B;
  text-transform: uppercase;
  font-weight: 600; }

.nav--vertical .nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.nav--vertical .nav__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.header {
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0 11px 20px 0 #efefef;
          box-shadow: 0 11px 20px 0 #efefef; }
  .header__toggler {
    display: none; }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    max-width: 250px;
    padding: 30px 0; }
  .header__nav .nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .header__nav .nav__item {
    padding-left: 50px; }
  .header__nav .nav__link {
    color: inherit; }
    .header__nav .nav__link--contact-us {
      color: #a72f30; }
  .header--black {
    background-color: #101010;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .header--black .header__logo {
      width: 256px; }
    .header--black .header__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header--black .header__phones {
      margin-right: 16px; }
    .header--black .header__phone {
      font: normal normal 600 16px/24px Roboto;
      color: #EBC837; }
    .header--black .header__schedule {
      font: normal normal 500 16px/24px Roboto; }

.mobile-nav__dynamic {
  display: none; }

.mobile-nav__top {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px; }

.mobile-nav__close {
  width: 32px;
  height: 32px; }

.media-caption {
  margin-top: 20px;
  text-align: center;
  font: normal normal 500 13px/21px Roboto;
  color: #2B2B2B; }

form.search {
  height: 132px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.search__field {
  width: 100%;
  position: relative;
  padding: 32px 28px 32px 32px; }

.search__suggestions {
  display: none;
  width: 100%;
  top: 95px;
  position: absolute;
  left: 0;
  z-index: 999; }
  .search__suggestions-wrapper {
    margin: 0 28px 0 32px;
    padding: 20px 25px;
    background: #fff;
    border-top: 1px solid #E2E2E2;
    -webkit-box-shadow: 0 5px 10px 5px #d6d6d6;
            box-shadow: 0 5px 10px 5px #d6d6d6; }
  .search__suggestions-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .search__suggestions-close {
    background-color: #bbbbbb;
    padding: 5px;
    height: 20px;
    border-radius: 50px;
    width: 20px;
    margin-left: 10px; }
  .search__suggestions-list {
    padding-top: 15px;
    margin-bottom: -10px; }
  .search__suggestions-item {
    padding-right: 20px;
    padding-bottom: 10px; }

.search__input {
  height: 68px;
  width: 100%;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 70px 25px 25px; }

.search__btn {
  top: 44px;
  right: 44px;
  height: 40px;
  width: 40px;
  position: absolute;
  background-image: url("/img/icons/search.svg");
  background-position: center;
  background-repeat: no-repeat; }

.search--show-suggestions .search__suggestions {
  display: block; }

.search--show-suggestions .search__input {
  -webkit-box-shadow: 0 -5px 10px 5px #d6d6d6;
          box-shadow: 0 -5px 10px 5px #d6d6d6; }

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f0f0f0; }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0; }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 90px; }
  .footer__nav .nav__title,
  .footer__nav .nav__item {
    padding-bottom: 16px; }
  .footer__nav .nav__title {
    font-size: 14px;
    font-weight: 600; }
  .footer__nav .nav__link {
    font-weight: 500; }
  .footer__form {
    background-color: #fff;
    padding: 36px 40px;
    width: 428px;
    min-height: 240px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .footer__form-title {
    color: #0066B3;
    font-size: 32px;
    font-weight: 300; }
  .footer__form-description {
    color: #2B2B2B;
    font-weight: 600; }
  .footer__form-btn {
    text-align: center; }

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .copyright__nav .nav__item {
    padding-left: 50px; }

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 132px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: border-box; }
  .banner__btn {
    width: 220px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px; }

.slider__slide {
  width: 100%; }

.slider__navigation {
  max-width: 50%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.slider__navigation-prev-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px; }

.slider__navigation-next-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  height: 40px;
  width: 40px; }

.slider__navigation-prev, .slider__navigation-next {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px; }

.slider__navigation-prev {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.slider__navigation-next {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.slider--home-slider .slider__wrapper {
  visibility: hidden;
  overflow-x: hidden;
  height: calc(316px + 100px);
  margin-bottom: -100px; }
  .slider--home-slider .slider__wrapper.slick-initialized {
    visibility: visible; }

.slider--home-slider .slick-list {
  margin: 0 -10px;
  overflow: initial; }

.slider--home-slider .slider__navigation > a,
.slider--home-slider .slider__navigation > p {
  z-index: 999; }

.slider--home-slider .slide {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.slide {
  width: 100%;
  color: #fff;
  position: relative; }
  .slide__title {
    font-size: 32px;
    font-weight: 300; }
  .slide__bg {
    height: 316px;
    width: calc( 100% - 50px);
    border-radius: 8px;
    background: transparent -o-linear-gradient(191deg, #0066B3 0%, #034271 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(259deg, #0066B3 0%, #034271 100%) 0 0 no-repeat padding-box;
    padding: 45px; }
  .slide__information {
    height: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .slide__description {
    font: normal normal normal 16px/24px Roboto; }
  .slide__image {
    -webkit-box-shadow: 0 0 8px 2px #04040494;
            box-shadow: 0 0 8px 2px #04040494;
    position: absolute;
    border-radius: 8px;
    right: 20px;
    bottom: -60px;
    height: 350px;
    max-width: 50%; }

.card {
  border-radius: 8px;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%; }
  .card__media {
    width: 100%; }
  .card__image {
    background-repeat: no-repeat;
    background-size: cover; }
  .card__category {
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .card__title {
    color: #0066B3;
    font-size: 18px;
    font-weight: 600; }
  .card__link {
    color: #0066B3;
    font-size: 16px;
    font-weight: 500; }
  .card--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .card--list {
    padding-bottom: 40px; }
  .card--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .card--experts {
    height: 160px; }
    .card--experts .card__image {
      width: 160px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .card--experts .card__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 24px; }
  .card--application-note {
    min-height: 220px;
    margin-bottom: 40px; }
    .card--application-note .card__title {
      font: normal normal 500 24px/32px Roboto;
      color: #0066B3; }
    .card--application-note .card__description {
      line-height: 24px; }
    .card--application-note .card__image {
      width: 324px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .card--application-note .card__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 40px; }
  .card--news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 340px; }
    .card--news .card__image {
      height: 172px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .card--news .card__info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .card--news .card__title {
      font-size: 22px;
      font-weight: 400; }
  .card--featured-product-row {
    margin-bottom: 70px;
    background-color: #F0F0F0;
    border-radius: 8px;
    min-height: 392px; }
    .card--featured-product-row .card__media {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 50%;
      border-radius: 8px 0 0 8px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .card--featured-product-row .card__info {
      width: 50%;
      padding: 40px; }
    .card--featured-product-row .card__category {
      margin-bottom: 12px; }
    .card--featured-product-row .card__title {
      font: normal normal 500 24px/32px Roboto;
      margin-bottom: 16px; }
    .card--featured-product-row .card__description {
      font: normal normal normal 16px/24px Roboto;
      margin-bottom: 10px; }
    .card--featured-product-row.card--media-right .card__media {
      border-radius: 0 8px 8px 0; }
  .card--article-row {
    background: transparent;
    margin-bottom: 70px; }
    .card--article-row .card__media {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 48px;
      padding: 20px;
      width: 340px;
      height: 244px;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 10px #00000027;
              box-shadow: 0 3px 10px #00000027;
      border-radius: 8px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .card--article-row .card__category {
      margin-bottom: 12px; }
    .card--article-row .card__title {
      font: normal normal 500 24px/32px Roboto;
      margin-bottom: 16px; }
    .card--article-row .card__description {
      font: normal normal normal 16px/24px Roboto;
      margin-bottom: 10px; }
  .card--values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 6px #00000029;
            box-shadow: 0 3px 6px #00000029;
    border: 1px solid #F0F0F0; }
    .card--values .card__gradient {
      width: 100%;
      height: 8px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      background: transparent -o-linear-gradient(359deg, #A72C30 0%, #0066B3 100%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(91deg, #A72C30 0%, #0066B3 100%) 0% 0% no-repeat padding-box; }
    .card--values .card__img {
      margin: 22px auto 0;
      display: block;
      max-width: 208px; }
    .card--values .card__info {
      padding: 0 32px 52px 32px;
      margin-top: -18px; }
    .card--values .card__title {
      font-size: 32px;
      font-weight: 300;
      padding-bottom: 20px; }
    .card--values .card__description {
      font: normal normal normal 16px/24px Roboto; }
  .card--team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent; }
    .card--team .card__media {
      position: relative;
      overflow: hidden;
      width: 328px;
      height: 228px;
      margin: 0 auto;
      border-radius: 8px; }
    .card--team .card__gradient {
      width: 100%;
      height: 228px;
      position: absolute;
      top: 0;
      right: 0;
      background: transparent -o-linear-gradient(318deg, #86868600 68%, #0066B3 103%) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(132deg, #86868600 68%, #0066B3 103%) 0% 0% no-repeat padding-box; }
    .card--team .card__img {
      width: 100%;
      height: 100%; }
    .card--team .card__icon {
      width: 24px;
      height: 24px;
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 12px; }
    .card--team .card__title {
      font-size: 24px;
      text-align: center;
      padding: 26px 0 10px 0; }
    .card--team .card__subtitle {
      font-size: 14px;
      font-weight: 700;
      color: #2B2B2B;
      text-align: center;
      padding-bottom: 8px; }
    .card--team .card__description {
      font: normal normal normal 16px/24px Roboto;
      color: #2B2B2B;
      padding: 10px; }
  .card--ems {
    background: transparent;
    padding: 0 0 88px 0; }
    .card--ems .card__title {
      font-size: 32px;
      font-weight: 300;
      padding-top: 20px; }
    .card--ems .card__list {
      padding-left: 17px; }
    .card--ems .card__item {
      padding-top: 22px;
      color: #A72C30; }
    .card--ems .card__text {
      color: #2B2B2B;
      font-weight: bold; }
    .card--ems .card__description {
      color: #2B2B2B;
      padding-top: 40px;
      line-height: 27px;
      font-weight: 500; }
      .card--ems .card__description:first-child {
        padding-top: 20px; }
    .card--ems .card__important {
      color: #0066B3; }
    .card--ems .card__image {
      width: 100%; }
    .card--ems .card__image,
    .card--ems .card__media {
      max-width: inherit;
      margin-top: 10px;
      border-radius: 8px; }
    .card--ems .card__description--ems {
      padding-top: 16px; }
  .card--benefit .card--benefit {
    min-height: 316px; }
  .card--benefit .card__media {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 236px;
    background-size: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .card--benefit .card__info {
    padding: 28px 36px; }
  .card--benefit .card__title {
    font: normal normal 600 24px/32px Roboto;
    color: #2B2B2B;
    padding-bottom: 12px; }
  .card--benefit .card__description {
    font: normal normal normal 16px/24px Roboto;
    color: #2B2B2B; }
  .card--benefit-last .card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .card--benefit-last .card__title {
    text-align: center;
    font: normal normal 300 32px/42px Roboto;
    color: #2B2B2B;
    padding-bottom: 12px; }

.news,
.articles {
  margin-bottom: 60px; }

.articles-list {
  margin-top: 48px; }

.news-back-link {
  margin-top: 36px;
  margin-bottom: 36px; }

.news-next {
  margin-top: 36px;
  margin-bottom: 60px; }
  .news-next__title {
    border-top: 1px solid #B5B5B5;
    padding-top: 40px;
    margin-bottom: 32px; }

.news-content__row {
  margin-bottom: 30px; }
  .news-content__row:last-child {
    margin-bottom: 0; }

.page-news .card__media {
  padding: 0 !important; }
  .page-news .card__media img {
    border-radius: 8px; }

.divider {
  width: 100%; }
  .divider:before {
    content: '';
    border-top: 1px solid #B5B5B5; }

.brands .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .brands__item img {
    max-width: 100%;
    height: auto; }

.company-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 232px;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin: 40px 0; }
  .company-block__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px; }
    .company-block__col:first-child {
      padding-left: 0; }
    .company-block__col:last-child {
      padding-right: 0; }
  .company-block__about, .company-block__cta {
    height: 232px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .company-block__cta {
    padding: 32px 32px 32px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .company-block__about {
    padding: 32px 0 32px 32px;
    line-height: 24px; }
  .company-block__image {
    border-radius: 10px; }
  .company-block__title {
    font-size: 24px;
    font-weight: 600; }
  .company-block__question {
    font-size: 22px;
    font-weight: 400;
    color: #0066B3; }

.img {
  max-width: 100%;
  height: auto; }
  .img--block {
    display: block; }
  .img--border-radius {
    border-radius: 8px; }
  .img--shadow {
    -webkit-box-shadow: 0 8px 11px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0 8px 11px 8px rgba(0, 0, 0, 0.25); }
    .img--shadow--small {
      -webkit-box-shadow: 0 3px 10px 8px rgba(0, 0, 0, 0.25);
              box-shadow: 0 3px 10px 8px rgba(0, 0, 0, 0.25); }

.ask-experts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ask-experts__question {
    padding: 10px 0; }
  .ask-experts__btn {
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 200px;
    width: 100%;
    height: 48px;
    padding: 0 4px; }
  .ask-experts__btn-img {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .ask-experts__btn-text {
    font-weight: 500;
    padding-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ask-experts__btn-arrow {
    display: inline-block;
    background: #fff;
    height: 2px;
    width: 10px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .ask-experts__btn-arrow:before, .ask-experts__btn-arrow:after {
      content: "";
      background: #fff;
      position: absolute;
      height: 2px;
      width: 5px; }
    .ask-experts__btn-arrow:before {
      right: 0;
      bottom: -2px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .ask-experts__btn-arrow:after {
      right: 0;
      top: -2px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .ask-experts--bulb .ask-experts__question {
    padding: 0; }
  .ask-experts--bulb .ask-experts__question-wrapper {
    max-width: 200px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    padding: 12px 16px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    -webkit-box-shadow: 0 3px 8px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 8px 5px rgba(0, 0, 0, 0.15); }
    .ask-experts--bulb .ask-experts__question-wrapper::after {
      content: "";
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-left-width: 0;
      border-right-width: 18px;
      border-top: 18px solid white;
      position: absolute;
      bottom: -15px;
      left: 45px; }
  .ask-experts--quotes .ask-experts__question:before {
    content: '“'; }
  .ask-experts--quotes .ask-experts__question:after {
    content: '“'; }
  .ask-experts--align--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .ask-experts--align--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .ask-experts--align--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .ask-experts--line--big {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .ask-experts--line--big .ask-experts__question-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .ask-experts--line--big .ask-experts__question {
      padding: 0;
      font: normal normal normal 22px/34px Roboto;
      margin-right: 30px; }
  .ask-experts--line--small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .ask-experts--line--small .ask-experts__question {
      padding: 0;
      margin-right: 15px; }
  .ask-experts--big-section {
    margin-top: 50px;
    margin-bottom: 50px; }

.navigation {
  padding-top: 24px; }
  .navigation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navigation__back {
    width: 32px;
    height: 32px;
    margin-left: auto; }
  .navigation__nav .nav__img {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    width: 40px;
    margin: 0 auto; }
  .navigation__nav .nav__link {
    color: #2B2B2B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 96px;
    border-bottom: 3px solid transparent;
    width: 112px;
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .navigation__nav .nav__link.active {
      border-color: #a72f30; }
      .navigation__nav .nav__link.active .nav__img {
        -webkit-filter: none;
                filter: none; }
  .navigation__resources {
    margin-bottom: 35px; }
  .navigation__submenu {
    margin-bottom: 35px; }
    .navigation__submenu .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .navigation__submenu .nav__link {
      font: normal normal 500 16px/19px Roboto;
      color: #2B2B2B;
      padding: 2px 0;
      padding-left: 10px;
      -webkit-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .navigation__submenu .nav__link:hover {
        color: #0066B3; }
      .navigation__submenu .nav__link.active {
        color: #0066B3;
        position: relative; }
        .navigation__submenu .nav__link.active:before {
          content: '';
          background-color: #A72C30;
          border-radius: 2px;
          display: block;
          margin-left: -10px;
          height: 100%;
          width: 4px;
          position: absolute; }

.navigation-list ul {
  list-style: none; }
  .navigation-list ul li {
    margin-bottom: 12px; }

.navigation-list__title, .navigation-list__link-title {
  font: normal normal 600 16px/21px Roboto;
  color: #2B2B2B;
  text-transform: uppercase; }

.navigation-list__link {
  font: normal normal 500 16px/21px Roboto;
  color: #0066B3; }
  .navigation-list__link:hover {
    color: #004477; }

.navigation-item {
  margin-bottom: 40px; }
  .navigation-item__media {
    background-color: #fff;
    padding: 16px;
    -webkit-box-shadow: 0 3px 10px #00000027;
            box-shadow: 0 3px 10px #00000027;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 148px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .navigation-item__image {
    max-height: 100%; }
  .navigation-item__ribbon {
    position: absolute;
    top: 0;
    left: 0; }

.items-count > * {
  margin-left: 5px;
  margin-right: 5px; }

.items-count__from:after {
  content: '-';
  margin-left: 3px; }

.items-count__to {
  margin-left: 0; }

.items-count > span {
  font-weight: 600; }

.search-results__container {
  max-width: 1024px; }
  .search-results__container .search {
    margin-top: 30px;
    margin-bottom: 40px; }

.search-results__title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece; }

.search-results__title {
  font-size: 18px;
  font-weight: 600;
  color: #0066B3; }
  .search-results__title > span {
    color: #2B2B2B; }

.search-results__results {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #cecece; }

.search-results__item {
  padding-top: 40px; }
  .search-results__item-title, .search-results__item-link {
    font-size: 16px;
    font-weight: 600; }
  .search-results__item:-webkit-any-link {
    padding-top: 10px; }
  .search-results__item:-moz-any-link {
    padding-top: 10px; }
  .search-results__item:any-link {
    padding-top: 10px; }

.pt-35 {
  margin-top: 35px;
  margin-bottom: 20px; }

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  .main--page--industries {
    background: #F0F0F0;
    padding-bottom: 70px; }
  .main--page--search-results {
    padding-bottom: 85px; }
  .main--page--resources {
    padding-bottom: 85px; }

.industries__learn-more-link {
  padding-bottom: 20px; }

.industries-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px; }
  .industries-card__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .industries-card__arrow {
    display: inline-block;
    background: #b5b5b5;
    height: 2px;
    right: 6px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out; }
    .industries-card__arrow:before, .industries-card__arrow:after {
      content: "";
      background: #b5b5b5;
      position: absolute;
      height: 14px;
      width: 3px; }
    .industries-card__arrow:before {
      right: 0;
      bottom: -3px;
      -webkit-transform: rotate(-55deg);
          -ms-transform: rotate(-55deg);
              transform: rotate(-55deg); }
    .industries-card__arrow:after {
      right: 0;
      top: -2px;
      -webkit-transform: rotate(55deg);
          -ms-transform: rotate(55deg);
              transform: rotate(55deg); }
  .industries-card:hover .industries-card__arrow,
  .industries-card:hover .industries-card__arrow:before,
  .industries-card:hover .industries-card__arrow:after {
    background: #A72C30; }

.industries--grid .industries-card {
  -webkit-box-shadow: 0 2px 5px #0000001A;
          box-shadow: 0 2px 5px #0000001A;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  -webkit-transition: .4s easy-out;
  -o-transition: .4s easy-out;
  transition: .4s easy-out;
  height: 340px;
  margin-bottom: 40px; }
  .industries--grid .industries-card__img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat; }
  .industries--grid .industries-card__img, .industries--grid .industries-card__gradient {
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .industries--grid .industries-card__gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(125, 185, 232, 0)), color-stop(120%, #1e5799));
    background: -o-linear-gradient(left, rgba(125, 185, 232, 0) 20%, #1e5799 120%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 20%, #1e5799 120%); }
  .industries--grid .industries-card__icon {
    width: 190px;
    height: 190px;
    position: absolute;
    top: 40px;
    right: 25px;
    background-size: contain;
    background-repeat: no-repeat; }
  .industries--grid .industries-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 140px;
    padding: 28px 36px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .industries--grid .industries-card__title {
    font-weight: bold;
    color: #2B2B2B;
    text-transform: uppercase; }
  .industries--grid .industries-card__subtitle {
    width: 80%;
    padding-top: 6px;
    font-size: 22px;
    font-weight: 400;
    color: #0066B3; }
  .industries--grid .industries-card__arrow {
    top: -6px; }
  .industries--grid .industries-card:hover {
    -webkit-box-shadow: 0 2px 14px #00000026;
            box-shadow: 0 2px 14px #00000026; }

.industries--grid2__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.industries--grid2__img {
  width: 20px;
  height: 17px; }

.industries--grid2__text {
  margin-left: 30px;
  font-weight: bold; }

.industries--grid2 .industries-card__arrow {
  top: 7px;
  right: -17px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.industries--grid2 .industries-card__info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #F0F0F0;
  padding: 28px 26px; }

.industries--grid2 .industries-card__title-block {
  width: 82%; }

.industries--grid2 .industries-card__title {
  font-size: 22px;
  font-weight: 400;
  color: #0066B3; }

.industries--grid2 .industries-card__subtitle {
  width: 86%;
  font-size: 16px;
  color: #2B2B2B;
  padding-top: 0;
  line-height: 29px; }

.industries--grid2 .industries-card__brand {
  max-height: 50px; }

.industries--grid2 .industries-card__action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%; }
  .industries--grid2 .industries-card__action-block .link {
    text-align: right; }

.industries--horizontal-list .industries-card {
  border: 1px solid #E2E2E2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  margin-bottom: 13px; }
  .industries--horizontal-list .industries-card__img {
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .industries--horizontal-list .industries-card__img img {
      max-height: 68px; }
  .industries--horizontal-list .industries-card__title {
    color: #0066B3;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px; }
  .industries--horizontal-list .industries-card__subtitle {
    color: #2B2B2B; }
  .industries--horizontal-list .industries-card__arrow {
    margin-right: 10px; }
  .industries--horizontal-list .industries-card--highlighted {
    background: -webkit-gradient(linear, left top, right top, from(#ffeb00), color-stop(25%, #ebc837), color-stop(50%, #885e1b), color-stop(75%, #3b2505));
    background: -o-linear-gradient(left, #ffeb00 0%, #ebc837 25%, #885e1b 50%, #3b2505 75%);
    background: linear-gradient(90deg, #ffeb00 0%, #ebc837 25%, #885e1b 50%, #3b2505 75%);
    color: #fff; }
    .industries--horizontal-list .industries-card--highlighted .industries-card__title,
    .industries--horizontal-list .industries-card--highlighted .industries-card__subtitle {
      color: #fff; }
    .industries--horizontal-list .industries-card--highlighted .industries-card__arrow {
      background: #EBC837; }
      .industries--horizontal-list .industries-card--highlighted .industries-card__arrow:before, .industries--horizontal-list .industries-card--highlighted .industries-card__arrow:after {
        background: #EBC837; }

.hero {
  margin-top: 24px;
  margin-bottom: 70px; }
  .hero__wrapper {
    width: calc( 100% - 40px);
    min-height: 392px;
    background: -webkit-gradient(linear, left top, right top, from(#034271), color-stop(39%, #0066b3));
    background: -o-linear-gradient(left, #034271 0%, #0066b3 39%);
    background: linear-gradient(90deg, #034271 0%, #0066b3 39%);
    border-radius: 8px;
    padding: 40px 0 40px 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .hero__info {
    width: 45%; }
  .hero__info--ems {
    width: 47%; }
  .hero__title {
    margin: 0;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px; }
  .hero__description {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 26px; }
  .hero__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    margin-top: 20px; }
    .hero__socials a {
      margin-left: 5px; }
    .hero__socials img {
      position: relative;
      height: 32px;
      top: -6px; }
  .hero__btn {
    margin-top: 25px; }
  .hero__media {
    position: absolute;
    min-height: 385px;
    width: 100%;
    max-width: 680px;
    top: 40px;
    right: -40px; }
  .hero__media-content {
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 14px 4px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 1px 14px 4px rgba(0, 0, 0, 0.5);
    width: 100%; }
    .hero__media-content--img {
      height: 100%; }
    .hero__media-content--video {
      position: absolute;
      bottom: 0; }
  .hero--highlighted .hero__wrapper {
    background: transparent -o-linear-gradient(200deg, #EBC837 0%, #885E1B 35%, #3B2505 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(250deg, #EBC837 0%, #885E1B 35%, #3B2505 100%) 0 0 no-repeat padding-box; }
  .hero--with-form {
    position: relative; }
    .hero--with-form .hero__title {
      font: normal normal 300 40px/60px Roboto;
      color: #FFFFFF; }
    .hero--with-form .hero__wrapper {
      background: none;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0; }
    .hero--with-form .hero__background {
      height: 650px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
    .hero--with-form .hero__info {
      position: relative;
      width: 52%; }
      .hero--with-form .hero__info-overlay {
        position: absolute;
        height: 650px;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000CB), to(#00000038)) 0 0 no-repeat padding-box;
        background: transparent -o-linear-gradient(top, #000000CB 0%, #00000038 100%) 0 0 no-repeat padding-box;
        background: transparent linear-gradient(180deg, #000000CB 0%, #00000038 100%) 0 0 no-repeat padding-box;
        z-index: -1; }
      .hero--with-form .hero__info-wrapper {
        margin: 60px 70px; }
      .hero--with-form .hero__info-logo {
        height: 85px;
        max-width: 100%;
        margin-bottom: 45px; }
    .hero--with-form .hero__form {
      margin: 60px 0; }

.arrow {
  border: solid #B5B5B5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.breadcrumbs {
  margin-top: 30px;
  margin-bottom: 24px; }
  .breadcrumbs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .breadcrumbs__item {
    font-weight: 500;
    padding-right: 10px; }
    .breadcrumbs__item--home img {
      width: 20px; }
    .breadcrumbs__item--last {
      font-weight: 600;
      color: #2B2B2B; }
    .breadcrumbs__item--separator {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .breadcrumbs__arrow {
    border: solid #B5B5B5;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -2px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagination--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pagination--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .pagination--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .pagination--padding-top {
    margin-top: 30px; }
  .pagination .page-numbers {
    font-size: 14px;
    font-weight: 500;
    color: #0066B3;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #B5B5B5;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination .page-numbers:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination .page-numbers:last-child {
      border-right: 1px solid #B5B5B5;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .pagination .page-numbers:hover {
      background-color: #e2e2e2; }
    .pagination .page-numbers.dots, .pagination .page-numbers.current {
      color: #2B2B2B;
      cursor: pointer; }
      .pagination .page-numbers.dots:hover, .pagination .page-numbers.current:hover {
        background-color: initial; }

.ribbon {
  position: absolute; }
  .ribbon--small {
    background-color: #6C0004;
    border-radius: 4px; }
    .ribbon--small .ribbon__text {
      font: normal normal 600 14px/21px Roboto;
      color: #fff;
      padding: 4px 8px; }
  .ribbon--top-left {
    top: 16px;
    left: 16px; }
  .ribbon--top-right {
    top: 16px;
    right: 16px; }
  .ribbon--bottom-left {
    bottom: 16px;
    left: 16px; }
  .ribbon--bottom-right {
    bottom: 16px;
    right: 16px; }

.resources-card {
  position: relative; }
  .resources-card__media {
    display: block;
    position: relative; }
  .resources-card__img {
    max-width: 100%;
    border-radius: 8px; }
  .resources-card .card__gradient {
    width: 100%;
    height: 97%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: transparent -o-linear-gradient(318deg, #86868600 68%, #0066B3 103%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(132deg, #86868600 68%, #0066B3 103%) 0% 0% no-repeat padding-box;
    border-radius: 8px; }
  .resources-card__title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2B2B2B;
    line-height: 1.5;
    margin-top: 10px; }
  .resources-card__ribbon {
    right: -15px;
    top: 15px; }
    .resources-card__ribbon .ribbon__text {
      background-color: #a72f30;
      width: 85px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .resources-card__ribbon .ribbon__angle {
      position: absolute;
      z-index: 999;
      border-style: solid;
      height: 0;
      width: 0;
      border-width: 0 0 10px 15px;
      border-color: transparent transparent transparent #6d2020;
      right: 0; }

.card-box__title {
  margin-bottom: 32px; }

.card-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card-box__content {
  width: 50%; }
  .card-box__content:first-child {
    margin-right: 58px; }

.card-box__adaptive {
  max-width: 682px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat; }

.card-box__img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 11px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 11px 8px rgba(0, 0, 0, 0.25); }

.card-box__description--company {
  width: 97%; }

.card-box__btn--company {
  margin-top: 20px; }

.card-box--company {
  padding-bottom: 76px; }

.place-card__title {
  margin-bottom: 32px; }

.place-card__cover {
  background: #F0F0F0;
  border-radius: 8px; }

.place-card__img {
  width: 100%;
  height: 252px;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.place-card__description {
  color: #2B2B2B;
  padding: 28px 32px;
  font: normal normal normal 16px/24px Roboto; }

.place-card__action {
  padding: 0 32px 32px 32px; }

.accordion {
  list-style: none; }
  .accordion-card {
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.27);
    border-radius: 8px;
    cursor: pointer; }
    .accordion-card:first-child {
      margin-top: 0; }
    .accordion-card__toggler {
      padding: 20px 40px;
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .accordion-card__title {
      display: inline-block;
      font-size: 22px;
      font-weight: 400;
      color: #0066B3;
      padding-left: 30px; }
    .accordion-card__arrow {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      padding: 5px;
      border-width: 0 3px 3px 0;
      margin-right: 10px;
      position: absolute;
      top: 24px; }
    .accordion-card__content {
      display: none;
      padding: 20px 40px; }
    .accordion-card--active .accordion-card__arrow {
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg); }
  .accordion--simple .accordion-card__title {
    font: normal normal bold 18px/27px Roboto;
    letter-spacing: 0;
    color: #0066B3; }
  .accordion--simple .accordion-card__toggler {
    padding: 16px 14px; }
  .accordion--simple .accordion-card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #B5B5B5;
    margin-top: 0; }
    .accordion--simple .accordion-card:first-child {
      border-top: 1px solid #B5B5B5; }
  .accordion--simple .accordion-card__arrow {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    padding: 4px;
    border-width: 0 3px 3px 0; }
  .accordion--simple .accordion-card--active .accordion-card__arrow {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.about__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.about-product__title {
  font-size: 18px;
  color: #2B2B2B;
  padding-bottom: 22px; }

.about-product__title--list {
  padding-bottom: 0;
  padding-top: 20px; }

.about-product__description {
  color: #2B2B2B;
  padding-bottom: 34px; }

.about-product__img {
  width: 100%;
  max-width: 400px; }

.about-product__image {
  width: 100%;
  max-width: 304px;
  margin-top: 20px; }

.cta-line {
  margin: 60px 0; }
  .cta-line__wrapper {
    padding: 28px 32px;
    background: #F0F0F0;
    border-radius: 8px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cta-line__message {
    font-size: 22px;
    margin-right: 35px; }
  .cta-line--highlighted .cta-line__message {
    color: #fff; }
  .cta-line--highlighted .cta-line__wrapper {
    background: transparent -o-linear-gradient(4deg, #3B2505 0%, #885E1B 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(86deg, #3B2505 0%, #885E1B 100%) 0% 0% no-repeat padding-box; }

.category-title {
  margin-top: 35px; }
  .category-title__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: transparent -o-linear-gradient(184deg, #0066b3 0%, #034271 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(266deg, #0066b3 0%, #034271 100%) 0 0 no-repeat padding-box;
    padding: 0 44px;
    min-height: 156px;
    border-radius: 8px;
    margin-bottom: 76px; }
  .category-title__headline {
    line-height: 42px;
    font-size: 32px;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
    padding-bottom: 10px; }
  .category-title__description {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff; }
  .category-title__media {
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .category-title__image {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 0;
    top: -25px; }

.category-description {
  font: normal normal normal 16px/24px Roboto;
  padding-bottom: 40px; }

.category--simple {
  margin-bottom: 60px; }

.category--top .category-title__image {
  max-height: 200px; }

.js-content ul {
  list-style: none; }
  .js-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    color: #2B2B2B;
    padding-bottom: 12px; }
    .js-content ul li:before {
      content: '';
      border-radius: 50%;
      width: 7px;
      min-width: 7px;
      height: 7px;
      min-height: 7px;
      margin-right: 10px;
      background-color: #A72C30; }
    .js-content ul li > * {
      display: contents; }
  .js-content ul li.list__title {
    font-size: 18px;
    color: #0066B3; }
    .js-content ul li.list__title::before {
      display: none; }

.js-content p {
  font: normal normal normal 16px/24px Roboto;
  margin: 30px 0; }
  .js-content p:first-child {
    margin-top: 0; }
  .js-content p:last-child {
    margin-bottom: 0; }

.js-content a {
  color: #0066B3;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .js-content a:hover {
    color: #004477; }

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

.js-content h2, .js-content h3, .js-content h4, .js-content h5, .js-content h6 {
  font: normal normal 300 40px/46px Roboto;
  letter-spacing: 0;
  color: #0066B3; }

.js-content h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px; }

.js-content h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 30px; }

.js-content h4 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 22px; }

.js-content h5 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 18px; }

.js-content h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px; }

.js-content blockquote {
  background: #F0F0F0 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 32px 36px 28px 36px;
  font: normal normal 300 24px/36px Roboto;
  color: #0066B3; }
  .js-content blockquote p {
    margin: 10px 0;
    font: normal normal 300 24px/36px Roboto;
    color: #0066B3; }
    .js-content blockquote p:first-child:before, .js-content blockquote p:nth-last-child(2):after {
      content: '“'; }
  .js-content blockquote strong {
    display: block;
    text-align: right;
    font: normal normal bold 16px/24px Roboto;
    color: #2B2B2B; }

.js-content span.tag {
  padding: 4px 8px;
  margin-top: 12px;
  margin-left: 12px;
  border-radius: 4px;
  background-color: #F0F0F0;
  text-align: center;
  font: normal normal 600 14px/21px Roboto;
  color: #2B2B2B; }
  .js-content span.tag:first-child {
    margin-left: 0; }

.lists .list {
  margin-bottom: 30px; }
  .lists .list:last-child {
    margin-bottom: 0; }

.list {
  list-style: none; }
  .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    color: #2B2B2B;
    padding-bottom: 12px;
    line-height: 21px; }
    .list li:before {
      content: '';
      border-radius: 50%;
      width: 7px;
      min-width: 7px;
      height: 7px;
      min-height: 7px;
      margin-right: 10px;
      background-color: #A72C30; }
    .list li.list__title {
      font-size: 18px;
      color: #0066B3; }
      .list li.list__title::before {
        display: none; }
  .list--no-dots li:before {
    content: none; }
  .list--normal-weight li {
    font-weight: 400; }
  .list--columns--2 li {
    float: left;
    width: 50%; }
  .list__sitemap-subtitle {
    font: normal normal bold 14px/21px Roboto;
    color: #A72C30;
    text-transform: uppercase; }
    .list__sitemap-subtitle a.link {
      font: normal normal bold 14px/21px Roboto;
      color: #A72C30;
      text-transform: uppercase; }
  .list--style--sitemap li {
    padding-left: 10px; }
    .list--style--sitemap li a {
      font: normal normal medium 16px/21px Roboto;
      color: #0066B3; }
    .list--style--sitemap li.list__sitemap-subtitle {
      padding-left: 0; }
      .list--style--sitemap li.list__sitemap-subtitle a {
        font: normal normal bold 14px/21px Roboto;
        color: #A72C30;
        text-transform: uppercase; }
    .list--style--sitemap li:before {
      content: none; }

.category-info__wrapper {
  background: transparent -o-linear-gradient(350deg, #F0F0F0 0%, #E2E2E2 100%) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(100deg, #F0F0F0 0%, #E2E2E2 100%) 0 0 no-repeat padding-box;
  border-radius: 8px;
  min-height: 272px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.category-info__media {
  max-width: 380px;
  width: 100%;
  background: white;
  margin-top: -60px;
  max-height: 272px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 20px 5px #cecece;
          box-shadow: 0 1px 20px 5px #cecece;
  background-size: cover;
  min-height: 200px; }

.category-info__image {
  border-radius: 8px;
  max-height: 272px; }

.category-info__attributes {
  margin-left: 40px; }

.category-info__attributes-title {
  font: normal normal 500 24px/46px Roboto;
  letter-spacing: 0;
  color: #0066B3;
  margin-bottom: 13px; }

.category-info__attributes-list li {
  padding-bottom: 20px; }

.categories-list--small-cards .categories-list__row .col {
  padding-bottom: 40px; }

.category-articles__row .col {
  padding-bottom: 40px; }

.category-card--small {
  -webkit-box-shadow: 0 2px 5px #0000001A;
          box-shadow: 0 2px 5px #0000001A;
  border: 1px solid #E2E2E2;
  padding: 24px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%; }
  .category-card--small .category-card__image {
    max-height: 160px; }
  .category-card--small .category-card__title {
    text-align: center;
    font: normal normal 600 16px/21px Roboto;
    color: #2B2B2B;
    padding: 5px 0 10px; }
  .category-card--small:hover {
    -webkit-box-shadow: 3px 6px 20px 0 #888888;
            box-shadow: 3px 6px 20px 0 #888888; }

.customized-part-card {
  padding: 24px;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .customized-part-card__image {
    width: 52px;
    height: 52px;
    background: transparent -o-linear-gradient(313deg, #A72C30 0%, #0066B3CC 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(137deg, #A72C30 0%, #0066B3CC 100%) 0 0 no-repeat padding-box;
    border-radius: 50%;
    padding: 4px; }
  .customized-part-card__cta {
    font: normal normal normal 22px/27px Roboto;
    color: #0066B3;
    padding: 4px 0; }
  .customized-part-card__description {
    font: normal normal normal 16px/24px Roboto;
    letter-spacing: -.3px; }
  .customized-part-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%; }
  .customized-part-card--center .customized-part-card__info {
    text-align: center; }
  .customized-part-card--center .customized-part-card__actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.category-qas {
  padding-top: 20px; }
  .category-qas__item {
    margin-bottom: 30px; }
  .category-qas__question {
    font: normal normal 600 18px/27px Roboto;
    color: #0066B3;
    padding-bottom: 10px; }
  .category-qas__answer {
    font: normal normal normal 16px/24px Roboto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .modal__header {
    margin-bottom: 20px; }
  .modal__wrapper {
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 4px #00000026;
            box-shadow: 0 2px 4px #00000026;
    border: 1px solid #B5B5B5;
    border-radius: 8px;
    position: relative;
    max-width: 524px;
    width: 100%;
    max-height: 100%;
    overflow-y: auto; }
  .modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
    height: 24px;
    margin-left: auto;
    text-decoration: none;
    background: transparent url("/img/icons/modal-close.svg") center no-repeat padding-box; }
  .modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .modal__article-category {
    width: 100%;
    font: normal normal 600 14px/21px Roboto;
    text-transform: uppercase; }
  .modal__article-title {
    width: 100%;
    font: normal normal 500 24px/32px Roboto;
    color: #0066B3;
    padding-bottom: 30px; }
  .modal__description {
    width: 100%;
    text-align: left;
    font: normal normal normal 16px/24px Roboto; }
  .modal__provide-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-bottom: 24px;
    font: normal normal normal 16px/24px Roboto; }
    .modal__provide-information .link {
      font-weight: 500;
      min-width: 140px; }
  .modal__link-back {
    width: 100%; }
  .modal__privacy-policy-headline {
    font: normal normal 600 18px/27px Roboto;
    color: #0066B3;
    padding-bottom: 10px; }
  .modal__part-no-and-category {
    width: 100%;
    background-color: #F0F0F0;
    padding: 32px;
    margin-bottom: 25px;
    border-radius: 8px; }
    .modal__part-no-and-category .attributes-list__item {
      padding-right: 50px; }
      .modal__part-no-and-category .attributes-list__item:last-child {
        padding-right: 0; }
  .modal__privacy-policy {
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 40px;
    height: 100%; }
    .modal__privacy-policy-wrapper {
      max-height: 512px;
      overflow-y: scroll; }
  .modal__actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 40px; }
    .modal__actions > * {
      margin-left: 20px; }
    .modal__actions > *:first-child {
      margin-left: 0; }
  .modal--privacy-policy .modal__wrapper {
    max-width: 772px; }
  .modal--request-a-quote .modal__wrapper {
    max-width: 772px; }
  .modal--buy-now .modal__wrapper {
    max-width: 772px; }

.attributes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .attributes-list__item {
    font: normal normal 600 16px/24px Roboto; }
  .attributes-list__value {
    color: #0066B3; }

.checkbox--styled--simple {
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #B5B5B5;
  border-radius: 4px;
  margin-top: 0;
  margin-right: -20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70% 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .checkbox--styled--simple:not(.disabled):not(.checked):hover {
    border-color: #878787; }
  .checkbox--styled--simple.checked {
    border-color: #0266B3;
    background-color: #0266B3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
  .checkbox--styled--simple.disabled {
    border-color: #bdbdbd;
    background-color: #bdbdbd; }

.checkbox--styled--toggle {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  background: #E2E2E2;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  .checkbox--styled--toggle:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #B5B5B5;
    background-color: #fff;
    border-radius: 90px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .checkbox--styled--toggle.checked {
    background-color: #0266B3; }
  .checkbox--styled--toggle.disabled {
    border-color: #bdbdbd;
    background-color: #bdbdbd; }
  .checkbox--styled--toggle.checked:after {
    left: calc(100% - 1px);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }

.js-checkbox-styled-simple {
  margin: 0;
  height: 20px;
  opacity: 0;
  width: 20px; }

.js-checkbox-styled-toggle {
  margin: 0;
  height: 20px;
  opacity: 0;
  width: 40px; }

.js-radio-styled {
  margin: 0;
  opacity: 0;
  height: 20px;
  width: 20px; }

.radio--styled {
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-top: 0;
  margin-right: -20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.radio:not(.disabled):not(.checked):hover {
  border-color: #878787; }

.radio.checked {
  border-color: #0266B3;
  background-color: #0266B3;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  border: none; }

.radio.disabled {
  border-color: #bdbdbd;
  background-color: #bdbdbd; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .form-error {
    display: none;
    padding-top: 3px;
    color: #b70000; }
  .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px; }
    .form-group.error .form-error {
      display: block; }
    .form-group.error input {
      border-color: #b70000; }
  .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    padding: 12px; }
    .form-control--select {
      font: normal normal normal 14px/21px Roboto;
      position: relative;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: -o-linear-gradient(45deg, transparent 50%, #717171 50%), -o-linear-gradient(315deg, #828282 50%, transparent 50%), -o-linear-gradient(left, transparent, transparent);
      background: linear-gradient(45deg, transparent 50%, #717171 50%), linear-gradient(135deg, #828282 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
      background-position: calc(100% - 17px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px), 100% 0;
      background-size: 5px 4px, 5px 5px, 4px 4px;
      background-repeat: no-repeat;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 8px 12px; }
      .form-control--select:after {
        content: '';
        position: absolute;
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: red transparent transparent transparent; }
      .form-control--select.selected {
        color: #2B2B2B; }
    .form-control--textarea {
      resize: none;
      min-height: 100px; }
    .form-control--filter-search {
      margin-bottom: 28px; }
  .form-label {
    font: normal normal 500 14px/21px Roboto;
    color: #2B2B2B; }
  .form-text {
    font: normal normal normal 16px/24px Roboto;
    margin-bottom: 16px; }
  .form-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 16px; }
    .form-actions > * {
      margin-left: 20px; }
    .form-actions > *:first-child {
      margin-left: 0; }
    .form-actions--center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    cursor: pointer; }
    .form-check__input {
      cursor: pointer; }
      .form-check__input--checkbox + label {
        margin-left: 5px; }
      .form-check__input--radio + label {
        margin-left: 5px; }
    .form-check__label {
      font: normal normal 500 16px/21px Roboto; }
    .form-check--no-padding {
      margin-bottom: 0; }
  .form--modal-free-download {
    max-width: 300px; }
    .form--modal-free-download .form-actions {
      padding-top: 20px; }
  .form-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px; }

.filter-sidebar {
  margin-bottom: 32px; }

.filter-sidebar-toggler {
  margin-bottom: 32px;
  display: none; }

.filter-filters, .filter-content {
  position: relative; }

.filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .filter-tags__title {
    font: normal normal 600 16px/24px Roboto;
    margin-right: 10px; }
  .filter-tags__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .filter-tags__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .filter-tags__items-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.filter-tag {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #0066B3 0 0 no-repeat padding-box;
  border-radius: 4px;
  font: normal normal bold 14px/21px Roboto;
  color: #FFFFFF;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 5px; }
  .filter-tag:after {
    content: "\00d7";
    font-size: 16px;
    padding-left: 8px;
    opacity: 0.5; }

.filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal 600 16px/17px Roboto;
  min-height: 56px;
  padding: 10px 16px;
  background-color: #F4F4F4;
  border-top: 2px solid #0066B3;
  border-bottom: 1px solid #B5B5B5; }

.filter-block {
  padding: 20px 0;
  border-bottom: 1px solid #B5B5B5; }
  .filter-block__arrow {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    padding: 3px;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 8px;
    right: 10px; }
  .filter-block__toggler {
    position: relative;
    cursor: pointer; }
    .filter-block__toggler--collapse .filter-block__arrow {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .filter-block__content {
    padding-top: 20px; }
  .filter-block__title {
    font: normal normal 600 16px/24px Roboto; }
  .filter-block--static-tooltip {
    position: relative;
    padding-bottom: 35px; }
    .filter-block--static-tooltip::before, .filter-block--static-tooltip::after {
      position: absolute;
      font-size: 14px;
      font-weight: 500;
      bottom: 0; }
    .filter-block--static-tooltip::before {
      left: 0;
      content: attr(data-tooltip-min); }
    .filter-block--static-tooltip::after {
      right: 0;
      content: attr(data-tooltip-max); }

.filter-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .filter-range__from, .filter-range__to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .filter-range__control {
    color: #0066B3;
    font-size: 14px;
    min-width: 40px;
    max-width: 60px; }
    .filter-range__control + label {
      margin-left: 5px; }
  .filter-range-slider {
    margin-top: 32px;
    margin-right: 8px;
    margin-left: 8px; }
    .filter-range-slider.noUi-target {
      background: #E2E2E2 0 0 no-repeat padding-box;
      border-radius: 4px;
      height: 4px;
      border: none; }
      .filter-range-slider.noUi-target .noUi-connect {
        background: #0066B3; }
      .filter-range-slider.noUi-target .noUi-handle {
        -webkit-box-shadow: 0 3px 6px #00000029;
                box-shadow: 0 3px 6px #00000029;
        border: 2px solid #D5D5D5;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        top: -7px;
        right: -10px;
        /*&-lower
                        right: -18px*/
        /*&-upper
                        right: -1px*/ }

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  height: initial !important; }
  table tr:first-child {
    border-top: 1px solid #B5B5B5; }
  table .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 56px;
    height: 100%;
    padding: 10px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  table caption {
    text-align: left;
    font: normal normal 500 24px/32px Roboto;
    color: #0066B3;
    padding-bottom: 16px; }
  table thead {
    max-width: 100%; }
    table thead tr:first-child {
      background-color: #F4F4F4;
      border-top: 2px solid #0066B3;
      border-bottom: 1px solid #B5B5B5; }
      table thead tr:first-child th {
        font: normal normal 600 16px/17px Roboto; }
  table tbody {
    max-width: 100%; }
    table tbody tr {
      border-bottom: 1px solid #B5B5B5; }
      table tbody tr td {
        font: normal normal normal 16px/24px Roboto; }
  table tfoot {
    max-width: 100%; }
    table tfoot tr {
      border-bottom: 1px solid #B5B5B5; }
  table img[src$=".svg"] {
    max-height: 24px;
    max-width: 24px;
    width: auto;
    height: 100%; }
  table.double tr th {
    background-color: transparent; }
  table.double tr th:first-child, table.double tr td:first-child {
    font-weight: 600;
    background: #f4f4f4; }
  table.focus tr th, table.focus tr td {
    font-weight: 600; }
    table.focus tr th:nth-child(even), table.focus tr td:nth-child(even) {
      color: #0066B3; }

.wptb-table-container-matrix {
  padding-top: 20px; }
  .wptb-table-container-matrix table {
    border: none !important; }
    .wptb-table-container-matrix table tr:first-child {
      background-color: #F4F4F4;
      border-top: 2px solid #0066B3 !important; }
      .wptb-table-container-matrix table tr:first-child td {
        font: normal normal 600 16px/17px Roboto; }

.wptb-table-container .wptb-table-caption {
  text-align: left;
  font: normal normal 600 18px/27px Roboto;
  color: #0066B3;
  padding-bottom: 16px; }

.wptb-table-container .wptb-preview-table tr:nth-of-type(2n+1),
.wptb-table-container table.wptb-preview-table-mobile tr td:nth-of-type(2n+1) {
  background-color: inherit; }

.wptb-table-container table {
  width: 100% !important;
  min-width: inherit !important; }
  .wptb-table-container table tr:first-child {
    border-top: 1px solid #B5B5B5; }
  .wptb-table-container table.wptb-header-first-row tr:first-child {
    background-color: #F4F4F4;
    border-top: 2px solid #0066B3; }
    .wptb-table-container table.wptb-header-first-row tr:first-child td {
      font: normal normal 600 16px/17px Roboto; }
  .wptb-table-container table td {
    padding: 0;
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .wptb-table-container table .wptb-cell {
    width: inherit !important;
    height: inherit !important;
    border: none !important;
    border-bottom: 1px solid #B5B5B5 !important;
    padding: 0; }
    .wptb-table-container table .wptb-cell .wptb-text-container.wptb-ph-element a {
      color: #0066B3;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      font-weight: 600;
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      .wptb-table-container table .wptb-cell .wptb-text-container.wptb-ph-element a:hover {
        color: #004477; }
    .wptb-table-container table .wptb-cell .wptb-image-container.wptb-ph-element a {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }

.table-cell-header {
  display: none; }

.table-link {
  font-weight: 500;
  color: #0066B3;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .table-link:hover {
    color: #004477; }
  .table-link--orange {
    color: #D97500; }
    .table-link--orange:hover {
      color: #a75a02; }

.table--with-checkbox tr th:first-child, .table--with-checkbox tr td:first-child {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  width: 40px; }
  .table--with-checkbox tr th:first-child .table-cell-content, .table--with-checkbox tr td:first-child .table-cell-content {
    min-width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.table--caption--medium caption {
  font: normal normal 500 24px/32px Roboto; }

.table--left-header .cell {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left; }

.table--left-header tr > td:first-child {
  font: normal normal 600 16px/24px Roboto;
  background: #F0F0F0 0 0 no-repeat padding-box;
  height: auto;
  width: 300px; }

.table--left-header tbody {
  border-top: 1px solid #B5B5B5; }

.table--align-left .cell {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.js-filter-content-rows .table-cell-content {
  text-align: left; }

.find-a-distributor table .cell {
  font-size: 14px; }

.js-table-column-sorter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .js-table-column-sorter .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .js-table-column-sorter .cell .wptb-ph-element {
      margin: 0 auto; }
    .js-table-column-sorter .cell .sorter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      position: absolute;
      right: 5px; }
      .js-table-column-sorter .cell .sorter:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #767676;
        margin-bottom: 3px; }
      .js-table-column-sorter .cell .sorter:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #767676; }
  .js-table-column-sorter.up .sorter {
    opacity: 1; }
    .js-table-column-sorter.up .sorter:before {
      border-bottom-color: #0066B3; }
    .js-table-column-sorter.up .sorter:after {
      border-top-color: #B5B5B5; }
  .js-table-column-sorter.down .sorter {
    opacity: 1; }
    .js-table-column-sorter.down .sorter:before {
      border-bottom-color: #B5B5B5; }
    .js-table-column-sorter.down .sorter:after {
      border-top-color: #0066B3; }
  .js-table-column-sorter:hover .sorter {
    opacity: 1; }

.category-simple-products-list__title {
  font: normal normal 500 24px/32px Roboto;
  color: #0066B3;
  padding-bottom: 10px;
  border-bottom: 1px solid #B5B5B5;
  margin-bottom: 15px; }

.category--series-bypass .focus-block h3 {
  color: #0066B3;
  font-weight: 600; }

.category--series-bypass .cat-s-desc {
  margin-bottom: 20px; }

.product-card--row {
  margin-top: 36px;
  min-height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-card--row .product-card__media {
    width: 160px;
    height: 108px;
    margin-right: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px;
    -webkit-box-shadow: 0 3px 10px #000;
            box-shadow: 0 3px 10px #000;
    border-radius: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .product-card--row .product-card__media img {
      max-height: 108px; }
  .product-card--row .product-card__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .product-card--row .product-card__title {
    font: normal normal 600 18px/27px Roboto;
    padding-bottom: 10px; }
  .product-card--row .product-card__description {
    font: normal normal normal 16px/24px Roboto; }
  .product-card--row .product-card__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 200px; }
  .product-card--row .product-card__link-details {
    font: normal normal 500 16px/21px Roboto; }

.ml-0 {
  margin-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.ml-1 {
  margin-left: 5px !important; }

.mr-1 {
  margin-right: 5px !important; }

.mt-1 {
  margin-top: 5px !important; }

.mb-1 {
  margin-bottom: 5px !important; }

.ml-2 {
  margin-left: 10px !important; }

.mr-2 {
  margin-right: 10px !important; }

.mt-2 {
  margin-top: 10px !important; }

.mb-2 {
  margin-bottom: 10px !important; }

.ml-3 {
  margin-left: 15px !important; }

.mr-3 {
  margin-right: 15px !important; }

.mt-3 {
  margin-top: 15px !important; }

.mb-3 {
  margin-bottom: 15px !important; }

.ml-4 {
  margin-left: 20px !important; }

.mr-4 {
  margin-right: 20px !important; }

.mt-4 {
  margin-top: 20px !important; }

.mb-4 {
  margin-bottom: 20px !important; }

.ml-5 {
  margin-left: 25px !important; }

.mr-5 {
  margin-right: 25px !important; }

.mt-5 {
  margin-top: 25px !important; }

.mb-5 {
  margin-bottom: 25px !important; }

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

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

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

.thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 100%;
  max-width: 196px; }
  .thumbnail--full {
    max-width: 100%; }
  .thumbnail img {
    display: block;
    margin: 0 auto; }

.cat-s-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0; }

.cat-s-info {
  padding-left: 40px; }

.cat-s-desc {
  line-height: 1.5; }

.cat-s-filter {
  background: #F0F0F0; }

.cat-s-table-header, .cat-s-table-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.cat-s-table-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.cat-s-table-actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cat-s-table-actions > *:not(:last-child) {
    margin-right: 15px; }

.cat-s-table-title {
  color: #0066B3;
  font-size: 20px;
  font-weight: 600; }

.focus-block {
  padding: 30px;
  background: #E7F2FA;
  border-radius: 8px; }
  .focus-block .nav__title {
    text-transform: inherit; }

.d-block {
  display: block; }

.print {
  display: block;
  color: #2B2B2B; }
  .print-ico {
    background-color: #0066B3;
    background-image: url("../img/icons/print.svg");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 14px 24px;
    border-radius: 4px;
    margin-right: 10px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .print:hover .print-ico {
    background-color: #004477; }

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  border: 1px solid #B5B5B5;
  border-radius: 4px;
  background: transparent center no-repeat padding-box;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .25; }

.slick-prev {
  background-image: url("/img/icons/carousel-arrow-prev.svg"); }
  .slick-prev:before {
    content: '←'; }

.slick-next {
  right: 0;
  background-image: url("/img/icons/carousel-arrow-next.svg"); }
  .slick-next:before {
    content: '→'; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }
  [dir='rtl'] .slick-prev:before {
    content: '→'; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }
  [dir='rtl'] .slick-next:before {
    content: '←'; }

.category__row--top {
  margin-bottom: 32px; }

.category__row--content {
  margin-top: 32px; }

.category-image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .category-image__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 100%; }

.product-top, .product-ask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-ask {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .product-ask > *:not(:last-child) {
    margin-right: 10px; }

.product-media {
  position: relative; }

.product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px; }
  .product-image__inner {
    min-height: 500px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.product-slider {
  visibility: hidden; }
  .product-slider.slick-initialized {
    visibility: visible; }
  .product-slider-nav {
    visibility: hidden; }
    .product-slider-nav .slick-list {
      margin-left: 60px;
      margin-right: 60px; }
    .product-slider-nav__item {
      min-height: 115px !important;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      border: 1px solid #E2E2E2;
      border-radius: 8px;
      padding: 10px;
      margin: 10px;
      position: relative;
      text-align: center;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
    .product-slider-nav.slick-initialized {
      visibility: visible; }

.product-bottom {
  padding-top: 60px; }

.product-description {
  font: normal normal normal 16px/24px Roboto; }
  .product-description .product-top > .col {
    margin-bottom: 20px; }
  .product-description__get-a-sample-btn {
    margin-bottom: 24px; }

.product-notice {
  border-radius: 4px;
  font: normal normal bold 16px/24px Roboto;
  padding: 7px 16px;
  margin-bottom: 24px; }
  .product-notice--warning {
    background-color: #A72C3033;
    color: #A72C30; }

.product-ribbon {
  position: absolute; }
  .product-ribbon--new {
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #4C9B5E;
    width: 120px;
    height: 28px;
    border-radius: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font: normal normal bold 14px/27px Roboto;
    color: #FFFFFF; }

.section--page--all {
  margin-top: 30px;
  margin-bottom: 30px; }

.section--page--about {
  margin-top: 40px;
  margin-bottom: 60px; }
  .section--page--about .section__title {
    margin-bottom: 32px; }
  .section--page--about p {
    font: normal normal normal 16px/24px Roboto; }

.section--page--ems {
  margin-top: 35px;
  margin-bottom: 40px; }
  .section--page--ems .section__title {
    margin-bottom: 20px; }
  .section--page--ems .section__content h2,
  .section--page--ems .section__content h3 {
    font: normal normal 300 32px/42px Roboto;
    letter-spacing: 0;
    color: #0066B3;
    margin-bottom: 30px; }

.section--about--our-company .btn {
  margin-top: 20px; }

.image-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative; }
  .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .iframe-container--border-radius {
    border-radius: 8px; }
  .iframe-container--shadow {
    -webkit-box-shadow: 0px 5px 12px 0 #757171;
            box-shadow: 0px 5px 12px 0 #757171; }

.title-block {
  margin-top: 35px;
  margin-bottom: 20px; }
  .title-block__wrapper {
    position: relative;
    background: transparent -o-linear-gradient(185deg, #0066B3 0%, #034271 100%) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(265deg, #0066B3 0%, #034271 100%) 0 0 no-repeat padding-box;
    border-radius: 8px;
    padding: 28px 40px;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .title-block__title {
    margin: 0;
    font: normal normal 300 40px/50px Roboto;
    color: #FFFFFF; }
  .title-block__subtitle {
    font: normal normal bold 14px/21px Roboto;
    color: #FFFFFF;
    text-transform: uppercase; }
  .title-block__description {
    font: normal normal normal 18px/30px Roboto;
    color: #FFFFFF;
    margin-top: 12px; }
  .title-block__media {
    position: absolute;
    width: 340px;
    height: 244px;
    background-color: #fff;
    max-width: 680px;
    bottom: -40px;
    right: -40px;
    -webkit-box-shadow: 0 3px 10px #00000027;
            box-shadow: 0 3px 10px #00000027;
    border-radius: 8px; }
    .title-block__media-content--img {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .title-block--media .title-block__info {
    width: 65%; }
  .title-block--media .title-block__wrapper {
    margin-bottom: 40px;
    margin-right: 40px; }

.tabs-nav {
  margin-top: 30px;
  margin-bottom: 30px; }
  .tabs-nav__nav {
    width: 100%;
    border-bottom: 2px solid #E2E2E2; }
  .tabs-nav__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .tabs-nav__link {
    top: 2px;
    position: relative;
    padding: 10px 16px;
    font: normal normal 500 16px/24px Roboto;
    color: #2B2B2B;
    display: block;
    min-width: 100px;
    text-align: center;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .tabs-nav__link:hover {
      border-bottom-color: #b4b4b4; }
    .tabs-nav__link.active {
      font-weight: 600;
      color: #0066B3;
      border-bottom-color: #A72C30; }

.videos-list {
  margin-top: 40px; }

.video-card {
  margin-bottom: 60px; }
  .video-card__subtitle {
    font: normal normal 600 14px/21px Roboto;
    color: #2B2B2B;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .video-card__title {
    font: normal normal 500 24px/32px Roboto;
    color: #0066B3;
    margin-bottom: 10px; }
  .video-card__description {
    font: normal normal normal 16px/24px Roboto;
    margin-bottom: 40px; }

.article-card {
  margin-bottom: 72px; }
  .article-card__subtitle {
    font: normal normal 600 14px/21px Roboto;
    color: #2B2B2B;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .article-card__title {
    font: normal normal 500 24px/32px Roboto;
    color: #0066B3;
    margin-bottom: 10px; }
  .article-card__description {
    font: normal normal normal 16px/24px Roboto;
    margin-bottom: 40px; }

.wave-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  .wave-photos--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .wave-photos__item {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 50%;
    width: 100%;
    -webkit-box-shadow: 0 15px 20px #0000004D;
            box-shadow: 0 15px 20px #0000004D; }
    .wave-photos__item:nth-child(even) {
      margin-top: 40px;
      margin-bottom: 40px; }

.interactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .interactive__point-list {
    position: relative;
    width: 30%; }
    .interactive__point-list ul {
      list-style: none; }
    .interactive__point-list-item {
      font: normal normal 500 16px/21px Roboto;
      color: #0066B3;
      display: block;
      margin-bottom: 16px;
      padding-left: 10px; }
    .interactive__point-list-line {
      background-color: #6C0004;
      min-height: 10px;
      width: 3px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .interactive__wrapper {
    position: relative;
    width: 70%; }
  .interactive__image {
    max-width: 100%;
    height: auto; }
  .interactive__point {
    position: absolute;
    cursor: pointer; }
    .interactive__point-dot {
      position: absolute;
      display: block; }
      .interactive__point-dot span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background: transparent -o-linear-gradient(315deg, #A72C30 0%, #0066B3 100%) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(135deg, #A72C30 0%, #0066B3 100%) 0% 0% no-repeat padding-box;
        z-index: 9; }
        .interactive__point-dot span:after {
          content: '';
          display: block;
          border-radius: 50%;
          background-color: #fff;
          width: 6px;
          height: 6px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .interactive__point-dot:before {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #0066B333 0% 0% no-repeat padding-box;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .interactive__point-image {
      position: absolute;
      z-index: 99; }
      .interactive__point-image .interactive__point-image-border {
        display: block;
        position: absolute;
        background: transparent -o-linear-gradient(315deg, #a72c307a 0%, #0066b3c2 100%) 0% 0% no-repeat padding-box;
        background: transparent linear-gradient(135deg, #a72c307a 0%, #0066b3c2 100%) 0% 0% no-repeat padding-box;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .interactive__point-image .interactive__point-image-img {
        width: 0;
        height: 0;
        border-radius: 50%;
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
        background-color: rgba(255, 255, 255, 0.95);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .interactive__point-image.active .interactive__point-image-border {
        width: 160px;
        height: 160px; }
      .interactive__point-image.active .interactive__point-image-img {
        width: 135px;
        height: 135px; }
  .interactive-details {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 3px 6px #00000029;
            box-shadow: 0 3px 6px #00000029;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    width: 100%; }
    .interactive-details__image {
      display: none;
      margin: 0 auto;
      max-width: 100px; }
    .interactive-details__title {
      font: normal normal 600 14px/24px Roboto;
      color: #0066B3;
      padding-bottom: 8px; }
    .interactive-details__description {
      font: normal normal normal 14px/24px Roboto;
      color: #2B2B2B;
      padding-bottom: 10px; }
    .interactive-details__links {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.js-dot-pointer {
  position: absolute;
  top: 0;
  left: 0;
  width: 168px;
  height: 144px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 6px #00000029;
          box-shadow: 0 3px 6px #00000029;
  border-radius: 8px;
  opacity: 0.8;
  padding: 16px 20px; }
  .js-dot-pointer span {
    text-align: center;
    display: block;
    font: normal normal bold 14px/21px Roboto;
    color: #6F6F6F;
    text-transform: uppercase; }
  .js-dot-pointer img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    top: 7px;
    position: relative;
    display: block; }

.js-point-details {
  display: none; }

.industry {
  margin-bottom: 40px; }

.s-media-and-content .s-media-and-content__media img {
  display: block; }

.s-media-and-content--grey .container {
  background-color: #f0f0f0;
  border-radius: 8px; }

.s-media-and-content--grey .s-media-and-content__media {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.s-media-and-content--grey .s-media-and-content__content {
  padding: 32px 40px 32px 0; }
  .s-media-and-content--grey .s-media-and-content__content--media-right {
    padding-left: 40px;
    padding-right: 0; }

.s-title-block .title-block {
  margin-top: 0;
  margin-bottom: 0; }

.s-dynamic-content .dynamic-content > .section:first-child {
  margin-top: 0; }

.s-dynamic-content .dynamic-content > .section:last-child {
  margin-bottom: 0; }

.dynamic-content .section > .container {
  padding-left: 0;
  padding-right: 0; }

.dynamic-content .section--page--all {
  margin-top: 20px;
  margin-bottom: 20px; }

.js-carousel-wrapper {
  width: 100%; }

.slick-arrow {
  display: none; }

.product-image__inner .caption {
  display: none; }

.page-saliot-lighting .hero {
  background-size: 'cover';
  margin-bottom: 95px; }
  .page-saliot-lighting .hero .hero__wrapper {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000E5), to(#00000053));
    background: transparent -o-linear-gradient(top, #000000E5 0%, #00000053 100%);
    background: transparent linear-gradient(180deg, #000000E5 0%, #00000053 100%);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    border-radius: 0px;
    width: 100%;
    padding-left: 150px;
    min-height: 605px; }
    .page-saliot-lighting .hero .hero__wrapper .saliot-logo {
      margin-bottom: 50px; }
    .page-saliot-lighting .hero .hero__wrapper .hero__title {
      color: #EBC837;
      font-size: 50px;
      line-height: 75px;
      font-weight: 300;
      max-width: 500px; }
    .page-saliot-lighting .hero .hero__wrapper .hero__media-content {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .page-saliot-lighting .hero .hero__wrapper .hero__media {
      right: 0; }

.page-saliot-lighting h3.title.title--bold.mb-4, .page-saliot-lighting .s-products-list-simple .category-simple-products-list__title {
  text-transform: uppercase;
  margin-left: 0;
  font-size: 14px;
  color: #2B2B2B;
  font-weight: 600; }
  .page-saliot-lighting h3.title.title--bold.mb-4::before, .page-saliot-lighting .s-products-list-simple .category-simple-products-list__title::before {
    display: none; }

.page-saliot-lighting .s-media img {
  margin: 0 auto; }

.page-saliot-lighting .s-media .title.title--bold.mb-4, .page-saliot-lighting .s-title .title.title--bold.mb-4 {
  text-transform: none;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #0066B3;
  font-size: 32px;
  font-weight: 300; }

.page-saliot-lighting .js-content h5 {
  color: #3b2505; }

.page-saliot-lighting div#nmbtc-i-phone_app {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ebc837), color-stop(50%, #ebc837), color-stop(50%, #e2e2e2), to(#e2e2e2));
  background: transparent -o-linear-gradient(left, #ebc837 0%, #ebc837 50%, #e2e2e2 50%, #e2e2e2 100%);
  background: transparent linear-gradient(left, #ebc837 0%, #ebc837 50%, #e2e2e2 50%, #e2e2e2 100%);
  max-height: 655px; }
  .page-saliot-lighting div#nmbtc-i-phone_app .s-media-and-content__content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20%; }
  .page-saliot-lighting div#nmbtc-i-phone_app .s-media-and-content__media img {
    margin: -20px auto; }
  .page-saliot-lighting div#nmbtc-i-phone_app .js-content a {
    display: inline-block;
    margin-right: 20px; }

.page-saliot-lighting #nmbtc-i-night {
  background: transparent -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(50%, #f0f0f0), color-stop(50%, #2b2b2b), to(#2b2b2b));
  background: transparent -o-linear-gradient(left, #f0f0f0 0%, #f0f0f0 50%, #2b2b2b 50%, #2b2b2b 100%);
  background: transparent linear-gradient(left, #f0f0f0 0%, #f0f0f0 50%, #2b2b2b 50%, #2b2b2b 100%);
  padding: 70px 0; }
  .page-saliot-lighting #nmbtc-i-night .col:first-child h3 {
    color: #2b2b2b; }
  .page-saliot-lighting #nmbtc-i-night .col:nth-child(2) {
    color: #ffffff; }
    .page-saliot-lighting #nmbtc-i-night .col:nth-child(2) h3 {
      color: #ffffff; }

.page-saliot-lighting .category-simple-products-list__title {
  border: none;
  margin: 0; }

.page-saliot-lighting #nmbtc-i-saliot-slider {
  color: #ffffff; }
  .page-saliot-lighting #nmbtc-i-saliot-slider h3.title.title--bold.mb-4 {
    color: #ffffff; }
  .page-saliot-lighting #nmbtc-i-saliot-slider .slick-track {
    background: black; }
  .page-saliot-lighting #nmbtc-i-saliot-slider .product-image {
    border-radius: 0;
    padding: 0; }
  .page-saliot-lighting #nmbtc-i-saliot-slider .s-media-and-content__content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20%;
    max-width: 70%; }
    .page-saliot-lighting #nmbtc-i-saliot-slider .s-media-and-content__content .js-content h3 {
      color: #ebc837; }

.page-saliot-lighting .category-simple-products-list__row .col--12 {
  width: 25%;
  display: inline-block;
  position: relative;
  padding: 0; }
  .page-saliot-lighting .category-simple-products-list__row .col--12 .product-card--row {
    margin-top: 0;
    margin-bottom: 36px;
    display: block; }
  .page-saliot-lighting .category-simple-products-list__row .col--12 .product-card__media {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .page-saliot-lighting .category-simple-products-list__row .col--12 .product-card__media img {
      width: 100%;
      height: 100%;
      max-height: 100%;
      border-radius: 8px; }
  .page-saliot-lighting .category-simple-products-list__row .col--12 .link.product-card__link-details {
    position: absolute;
    display: block;
    height: 84%;
    width: 84%;
    opacity: 0;
    top: 0;
    left: 14px;
    right: 0; }
  .page-saliot-lighting .category-simple-products-list__row .col--12 .product-card__info {
    text-align: center;
    margin-top: 10px; }

.page-saliot-lighting .product-slider-nav {
  display: none; }

.page-saliot-lighting .slick-arrow {
  z-index: 99;
  display: block;
  border: none;
  background-color: rgba(0, 0, 0, 0.7); }

.page-saliot-lighting .slick-prev {
  background-image: url("/wp-content/themes/nmbtc/img/icons/chevron-left.svg");
  left: 20px; }

.page-saliot-lighting .slick-next {
  background-image: url("/wp-content/themes/nmbtc/img/icons/chevron-right.svg");
  right: 20px; }

.page-saliot-lighting .slick-slide {
  background-size: cover; }

.page-saliot-lighting .product-image__inner .caption {
  text-align: center;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  line-height: 60px; }

div.resources .container h1 a {
  display: none; }

div.resources .container:first-child h1 a {
  display: block; }

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .not-found__image {
    max-width: 360px;
    width: 100%;
    margin-top: 140px; }
  .not-found__row-top {
    display: block;
    font: normal normal 500 31px/41px Roboto;
    letter-spacing: 0;
    margin-top: 28px; }
  .not-found__row-bottom {
    display: block;
    font: normal normal 600 32px/42px Roboto;
    letter-spacing: 0;
    color: #0066B3;
    margin-top: 12px;
    margin-bottom: 140px; }

.form-container {
  background-color: #ffffff;
  margin: 0 auto; }
  .form-container--border {
    padding: 40px 52px 52px;
    -webkit-box-shadow: 0 0 20px #00000041;
            box-shadow: 0 0 20px #00000041;
    border-radius: 8px; }
  .form-container--size--small {
    max-width: 540px; }
  .form-container--size--medium {
    max-width: 696px; }
  .form-container--size--large {
    max-width: 960px; }

.form-title {
  text-align: left;
  font: normal normal 300 32px/42px Roboto;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 16px; }

.single-parts .product-content .product-image img {
  max-width: 480px;
  width: 100%; }

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

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .loader--body {
    z-index: 999999;
    position: fixed; }

.loading > .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

body.loading > .loader {
  width: 100vw;
  height: 100vh; }

.loader__circle {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  margin: auto;
  width: 100px;
  height: 100px; }

.loader__path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round; }

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }

@-webkit-keyframes color {
  0% {
    stroke: #0066B3; }
  40% {
    stroke: #0066B3; }
  66% {
    stroke: #0066B3; }
  80%, 90% {
    stroke: #0066B3; } }

@keyframes color {
  0% {
    stroke: #0066B3; }
  40% {
    stroke: #0066B3; }
  66% {
    stroke: #0066B3; }
  80%, 90% {
    stroke: #0066B3; } }

@media (max-width: 1425px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; }
    .container--row-gutter--30 {
      padding-left: 30px;
      padding-right: 30px; } }

@media (max-width: 992px) {
  .brands .col {
    padding-top: 30px; }
  .industries--grid2 .industries-card {
    height: auto; }
    .industries--grid2 .industries-card__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 15px;
      height: 100%;
      min-height: 190px; }
    .industries--grid2 .industries-card__title-block {
      width: 100%; }
  .category-title__info {
    padding-top: 60px;
    padding-bottom: 60px; }
  .category-title__image {
    max-width: 300px;
    top: -60px; }
  .category-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .category-info__attributes {
    margin-left: 0; } }

@media (max-width: 768px) {
  body {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  body.nav--active {
    position: relative;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    overflow: hidden; }
    body.nav--active .js-back-text {
      padding-left: 4px; }
    body.nav--active .mobile-nav {
      position: absolute;
      background-color: #ffffff;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      height: 100vh;
      width: 100vw;
      top: 0;
      left: 0;
      display: block;
      padding: 30px 0; }
      body.nav--active .mobile-nav__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px 20px; }
      body.nav--active .mobile-nav__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px; }
      body.nav--active .mobile-nav__dynamic {
        display: block;
        overflow-y: scroll; }
        body.nav--active .mobile-nav__dynamic .mobile-nav__title {
          margin-bottom: 20px; }
        body.nav--active .mobile-nav__dynamic .nav__title,
        body.nav--active .mobile-nav__dynamic .nav__link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        body.nav--active .mobile-nav__dynamic .nav__title,
        body.nav--active .mobile-nav__dynamic .nav__item {
          padding-bottom: 15px; }
        body.nav--active .mobile-nav__dynamic .nav__image {
          margin-right: 20px; }
          body.nav--active .mobile-nav__dynamic .nav__image + span {
            color: #2B2B2B; }
      body.nav--active .mobile-nav__wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
        body.nav--active .mobile-nav__wrapper > .js-mobile-nav-slide {
          padding: 0 20px;
          min-width: 100vw;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          opacity: 1; }
      body.nav--active .mobile-nav .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      body.nav--active .mobile-nav .nav__item {
        padding-left: 0;
        padding-bottom: 20px; }
  .notice__inner {
    padding-left: 10px;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .notice--cookies .notice__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .notice--cookies .notice__text {
    padding: 20px 0; }
  .notice--cookies .notice__privacy-link {
    margin-left: 0; }
  .notice--cookies .notice__btns {
    margin-left: 0;
    padding: 20px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .header__toggler {
    display: block; }
  .header__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .header__logo {
    max-width: 220px;
    padding: 10px 0 10px 20px; }
  .mobile-nav {
    display: none; }
  .footer__top, .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer__column {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .footer__column--form {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .footer__column--form .footer__form {
        min-height: 200px;
        padding: 28px 20px;
        -webkit-box-shadow: 0 3px 10px #00000027;
                box-shadow: 0 3px 10px #00000027;
        width: 100%; }
        .footer__column--form .footer__form-btn {
          text-align: center; }
  .footer__distributor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer__distributor .col {
      width: 100%;
      text-align: center; }
      .footer__distributor .col .btn {
        width: calc( 100% - 40px);
        margin-bottom: 30px; }
      .footer__distributor .col .link {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .footer__nav .nav__title {
    padding-top: 45px; }
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .copyright__text {
      margin-bottom: 25px; }
    .copyright__nav .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .copyright__nav .nav__item {
      padding-left: 0;
      padding-bottom: 16px; }
  .section--home-top .banner {
    margin-top: 30px; }
  .card--experts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 340px;
    margin-bottom: 25px;
    height: auto; }
    .card--experts .card__image {
      height: 160px;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 0;
      width: 100%; }
  .card--news {
    margin-bottom: 25px; }
  .card--values {
    height: auto;
    min-height: 200px; }
  .card--ems {
    padding: 0 0 25px 0; }
  .card--application-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    height: initial;
    margin-bottom: 0; }
    .card--application-note .card__image {
      border-top-right-radius: 8px;
      border-bottom-left-radius: 0;
      height: 180px;
      width: 100%; }
    .card--application-note .card__link {
      margin-top: 20px; }
  .card--benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .card--benefit .card__media {
      width: 100%;
      height: 200px;
      border-bottom-left-radius: initial;
      border-top-right-radius: 8px; }
  .search__suggestions-title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .slide__bg {
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding: 250px 20px 20px 20px; }
  .slide__information {
    max-width: 100%;
    min-height: 230px; }
  .slide__image {
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    max-width: 85%;
    height: auto; }
  .company-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: inherit;
    height: auto;
    margin: 40px -20px; }
    .company-block__about {
      padding: 20px; }
    .company-block__cta {
      padding: 20px; }
    .company-block__col:first-child, .company-block__col:last-child {
      padding-left: 40px;
      padding-right: 40px; }
    .company-block__about, .company-block__cta {
      background-color: #f0f0f0; }
    .company-block__about {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .company-block__cta {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
  .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    padding: 40px;
    margin-top: 80px; }
  .hero__info {
    width: 100%; }
  .hero__media {
    margin: -80px auto 0;
    padding-bottom: 30px;
    width: 90%;
    position: relative;
    min-height: auto;
    max-width: inherit;
    top: inherit;
    right: inherit; }
  .hero__media-content {
    position: relative; }
  .industries--grid2 .industries-card__info {
    min-height: auto; }
  .slider--home-slider {
    overflow: hidden; }
    .slider--home-slider .slider__navigation {
      max-width: 100%; }
    .slider--home-slider .slider__wrapper {
      overflow-x: initial;
      height: auto;
      margin-bottom: auto; }
      .slider--home-slider .slider__wrapper.slick-initialized {
        visibility: visible; }
  .card-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card-box__content {
    width: 100%; }
    .card-box__content:first-child {
      margin-right: 0;
      margin-bottom: 40px; }
  .place-card {
    width: 100%;
    margin-top: 20px; }
  .category-title__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .category-title__info {
    padding-top: 0;
    padding-bottom: 40px; }
  .category-title__media {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .category-title__image {
    position: relative;
    top: -20px; }
  .product-card--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .product-card--row .product-card__media,
    .product-card--row .product-card__info {
      margin-bottom: 20px; }
    .product-card--row .product-card__actions {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  table thead {
    display: none; }
  table tfoot {
    display: none; }
  table tbody tr {
    border-top: 1px solid #B5B5B5;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    table tbody tr td {
      border-left: 1px solid #B5B5B5;
      border-right: 1px solid #B5B5B5;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  table.table--left-header tr > td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  table.table--left-header tr > td:first-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto; }
  .table-cell-header {
    font: normal normal 600 16px/17px Roboto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 16px; }
  .table-cell-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  .product-image {
    min-height: auto; }
  .product-description .product-top > .col {
    margin-bottom: 20px; }
  .product-description__get-a-sample-btn {
    margin-top: 30px;
    width: 100%; }
  .category-image {
    height: initial;
    margin-bottom: 32px; }
  .cat-s-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cat-s-top .thumbnail--series-list {
      max-width: 100%; }
  .cat-s-info {
    padding-left: 0;
    margin-top: 30px; }
  .cat-s-table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cat-s-table-header > * {
      margin-bottom: 16px;
      width: 100%; }
  .cta-line__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cta-line__message {
    margin-right: 0;
    margin-bottom: 32px; }
  .cta-line__btn {
    background: #0066B3; }
    .cta-line__btn:hover {
      background: #005290; }
  .title-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 15px;
    margin-right: 0; }
  .title-block__media {
    position: relative;
    width: 90%;
    margin: 0 auto;
    top: -40px;
    right: initial; }
  .title-block__info {
    width: 100%; }
  .title-block--media .title-block__wrapper {
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 0; }
  .js-dot-pointer {
    display: none; }
  .interactive-details__image {
    display: block; } }

@media (max-width: 576px) {
  .breadcrumbs__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .slide__bg {
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding: 150px 20px 20px 20px; }
  .card--ems {
    padding: 0; } }

@media (max-width: 400px) {
  .slide__bg {
    padding: 100px 20px 20px 20px; }
  .place-card__cover {
    height: auto;
    padding-bottom: 32px; } }

/*! nouislider - 14.6.2 - 9/16/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(../img/swipebox/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/*# sourceMappingURL=../maps/app.min.css.map */
