/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS. */

html {
  line-height: 1.15;/* 1 */
  -ms-text-size-adjust: 100%;/* 2 */
  -webkit-text-size-adjust: 100%;/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated). */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-. */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE. */

figcaption,
figure,
main {
  display: block;
}

/**
 * Add the correct margin in IE 8. */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */

hr {
  box-sizing: content-box;/* 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */

a {
  background-color: transparent;/* 1 */
  -webkit-text-decoration-skip: objects;/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
  border-bottom: none;/* 1 */
  text-decoration: underline;/* 2 */
  text-decoration: underline dotted;/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
samp {
  font-family: monospace, monospace;/* 1 */
  font-size: 1em;/* 2 */
}

/**
 * Add the correct font style in Android 4.3-. */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. */

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

/**
 * Add the correct font size in all browsers. */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-. */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7. */

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

/**
 * Remove the border on images inside links in IE 10-. */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE. */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari. */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;/* 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 {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */

button,
select {
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari. */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;/* 2 */
}

/**
 * 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 {
  box-sizing: border-box;/* 1 */
  color: inherit;/* 2 */
  display: table;/* 1 */
  max-width: 100%;/* 1 */
  padding: 0;/* 3 */
  white-space: normal;/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
  display: inline-block;/* 1 */
  vertical-align: baseline;/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE. */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-. */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;/* 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 and cancel buttons in Chrome and Safari on macOS. */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox. */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers. */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-. */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE. */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-. */

[hidden] {
  display: none;
}

} {
}

@charset "utf-8";

@font-face {
  font-family: "ess";
  src: url("../fonts/ess.eot");
  src: url("../fonts/essd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ess.woff") format("woff"), url("../fonts/ess.ttf") format("truetype"), url("../fonts/ess.svg#ess") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "ess" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ess" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-book:before {
  content: "\62";
}

.icon-dots:before {
  content: "\63";
}

.icon-download:before {
  content: "\64";
}

.icon-facebook:before {
  content: "\65";
}

.icon-twitter:before {
  content: "\6b";
}

.icon-linkedin:before {
  content: "\61";
}

.icon-more:before {
  content: "\66";
}

.icon-instagram:before {
  content: "\67";
}

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

.container-fluid {
  padding-right: 32px;
  padding-right: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
}

.container-spaceless {
  padding: 0;
}

@media (max-width: 767px) {
  .container-spaceless {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .container-spaceless .row {
    margin: 0;
  }

  .container-spaceless [class^="col"] {
    padding: 0;
  }
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 -15px;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.hidden-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hidden-mobile {
    display: block;
  }
}

.visible-mobile {
  display: block;
}

@media (min-width: 768px) {
  .visible-mobile {
    display: none;
  }
}

.no-gutter > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter--mobile > [class*='col-'] {
}

@media (max-width: 767px) {
  .no-gutter--mobile > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 738px;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 61rem;
    width: 62.25rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem;
    width: 68.5rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    order: 1;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset 'utf-8';

/* Slider */

.slick-loading .slick-list {
  background: #fff url('../fonts/ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slickd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

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

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: '?';
}

[dir='rtl'] .slick-prev:before {
  content: '?';
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: '?';
}

[dir='rtl'] .slick-next:before {
  content: '?';
}

.slick-dots {
  position: absolute;
  z-index: 99;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  bottom: 20px;
  right: 5%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  padding: 15px 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: white;
  border-radius: 3px;
  transition: width 300ms ease-in-out;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  display: block;
  width: 40px;
  height: 2px;
  content: "";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
}

.slick-dots li.slick-active button {
  width: 80px;
  background: #c22032 !important;
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }

  .featherlight-previous {
    left: 25px;
    right: 80%;
  }

  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, .25);
  }

  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;

    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;

    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }

  .featherlight-next span {
    right: 5%;
    left: auto;
  }

  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }

  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }

  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }

  /* Hide navigation in case of single image */
  .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
  .featherlight-first-slide.featherlight-last-slide .featherlight-next {
    display: none;
  }
}

/* Always display arrows on touch devices */

@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }

  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}

/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }

  .featherlight-previous {
    left: 10px;
    right: 85%;
  }

  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

@media all {
  html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden;
  }

  .featherlight {
    display: none;

    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647; /* z-index needs to be >= elements on the site. */

    /* position: centering content */
    text-align: center;

    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;

    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, .8);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;

    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;

    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;

    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;

    /* styling */
    background: #fff;
    cursor: auto;

    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;

    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;

    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff; /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, .3);
    color: #000;
    border: none;
    padding: 0;
  }

  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }

  .featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box;
  }
}

/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/* hide non featherlight items when printing */

@media print {
  @page  {
    size: landscape;
  }

  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

* {
  min-height: 0;
  min-width: 0;
}

html {
  background: white;
}

html.has-sticky {
  background: #2d292a;
}

.body-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: white;
}

.body-wrap.fullHeight {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: 'Gellix';
  background: url('../images/layout/dot.png');
  background-size: 25px;
  color: #656569;
}

::-moz-selection {
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

div {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

img:focus {
  outline: none;
}

figure {
  margin: 0 0 0 0;
}

p,
li {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

legend span,
.form-label,
a {
  font-weight: 500;
}

a {
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  outline: 0;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
}

li,
a {
  outline: 0 !important;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  border: none;
}

button:focus {
  outline: none;
}

hr {
  margin: 15px 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #1f2e3c;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Black.woff2') format('woff2'), url('../fonts/Gellix-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Bold.woff2') format('woff2'), url('../fonts/Gellix-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-BlackItalic.woff2') format('woff2'), url('../fonts/Gellix-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Medium.woff2') format('woff2'), url('../fonts/Gellix-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-BoldItalic.woff2') format('woff2'), url('../fonts/Gellix-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Gellix-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-RegularItalic.woff2') format('woff2'), url('../fonts/Gellix-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Regular.woff2') format('woff2'), url('../fonts/Gellix-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Light.woff2') format('woff2'), url('../fonts/Gellix-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-MediumItalic.woff2') format('woff2'), url('../fonts/Gellix-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-ExtraBold.woff2') format('woff2'), url('../fonts/Gellix-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-LightItalic.woff2') format('woff2'), url('../fonts/Gellix-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Gellix-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-ThinItalic.woff2') format('woff2'), url('../fonts/Gellix-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Thin.woff2') format('woff2'), url('../fonts/Gellix-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-SemiBold.woff2') format('woff2'), url('../fonts/Gellix-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root { /*text color */ /*h3 color */ /* certificates background */ /*footer color exemple */ /*language ribbon offset box */ /*carmin */ /*button */ /*menu link inactive color */ /*backgrounds */
}

.btn {
  transition: background 0.2s ease, border 0.2s ease;
  position: relative;
  cursor: pointer;
  border: none;
  padding: 20px 20px 18px;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  border-radius: 30px;
  background: transparent;
  text-align: center;
  width: 180px;
  display: inline-block;
  box-sizing: border-box;
}

.btn--small {
  width: 160px;
  padding: 15px 20px 15px;
  font-size: 13px;
  line-height: 13px;
}

.btn--primary {
  background: #c22032;
  color: white;
}

.btn--primary:hover {
  background: rgb(171, 28, 45);
  color: white;
}

.btn--primary--square {
  background: #c22032;
  color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn--primary--square:hover {
  background: rgb(171, 28, 45);
  color: white;
}

.btn--secondary {
  color: white;
  background: #9ea0a2;
}

.btn--secondary:hover {
  background: rgb(133, 135, 138);
}

.btn--secondary--square {
  background: #9ea0a2;
  color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn--download {
  color: #656569;
  background: transparent;
  border-radius: 0;
  line-height: 17px;
}

.btn--download img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.btn--social {
  transition: background 0.3s ease;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 49px;
  font-size: 17px;
}

.btn--social:hover {
  transition: background 0.3s ease;
  background: #c22032;
}

.btn--social:hover i {
  transition: color 0.3s ease;
  color: white;
}

.btn--more {
  width: 80px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  background: #bbbdbf;
  position: relative;
  transition: all 500ms;
  color: white;
  display: inline-block;
}

.btn--more-small {
  width: 35px;
  height: 15px;
  background: #d5d6d8;
  position: relative;
  top: 3px;
  display: inline-block;
}

.btn--more__content {
  font-size: 12px;
}

.btn--more-red {
  background: #c22032;
  color: white;
  width: 100px;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 3px 0 0;
  display: table;
  box-sizing: border-box;
}

.btn--dark {
  color: white;
  background: #2d292a;
}

.btn--dark:hover {
  background: rgb(19, 17, 17);
}

.btn:active {
  position: relative;
  top: 1px;
}

button,
input[type="submit"] {
  cursor: pointer;
}

.flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-grid .btn--more {
  z-index: 10;
}

.flex-grid .btn--more:first-child {
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.flex-grid .btn--more:first-child::after {
  font-size: 24px;
}

@media (max-width: 767px) {
  .flex-grid {
    margin: 0 -15px;
    max-height: 285px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .flex-grid {
    margin-bottom: 80px;
  }
}

.flex-grid__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  position: relative;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: white;
  cursor: pointer;
}

@media (max-width: 767px) {
  .flex-grid__box {
    border-top: 1px solid white;
  }
}

.flex-grid__box:hover .btn--more:first-child {
  width: 100px;
  background: #c22032;
  color: white;
  line-height: 23px;
}

.flex-grid__box:after {
  content: "";
  position: absolute;
  background: black;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .90) 130%);
  transition: opacity 500ms ease-in-out;
  opacity: 1;
  z-index: 2;
}

.flex-grid__box:hover {
}

.flex-grid__box:hover:after {
  opacity: 0.5;
}

.flex-grid__title {
  margin: 0px 30px 15px 30px;
  font-weight: 600;
  z-index: 10;
  position: relative;
  max-width: 300px;
  font-size: 23px;
  line-height: 31px;
}

.flex-grid__content {
  margin: 0px 30px 20px 30px;
  max-width: 350px;
  font-size: 15px;
  height: 92px;
  line-height: 23px;
  z-index: 10;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.flex-grid--article .slick-list {
  overflow: visible;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 220px;
}

.flex-grid--article .slick-slide {
  opacity: 0.6;
}

.flex-grid--article .slick-active {
  opacity: 1;
}

.flex-grid--article .flex-grid__box {
  padding: 50px 0 30px 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  height: 50%;
}

.flex-grid--article .flex-grid__box::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 768px) {
  .flex-grid--article {
    height: 550px;
  }
}

@media (min-width: 768px) {
  .flex-grid--article .flex-grid__box {
    padding: 0;
  }

  .flex-grid--article .flex-grid__box:nth-child(1) {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    height: 50%;
  }

  .flex-grid--article .flex-grid__box:nth-child(1) .btn--more {
    margin-bottom: 40px;
  }

  .flex-grid--article .flex-grid__box:nth-child(1):after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 30%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(166, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0)', GradientType=0);
  }

  .flex-grid--article .flex-grid__box:nth-child(2) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    height: 100%;
  }

  .flex-grid--article .flex-grid__box:nth-child(3),
  .flex-grid--article .flex-grid__box:nth-child(4) {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin-top: -275px;
  }
}

.flex-grid--solution {
  background: #c22032;
  margin-top: 20px;
}

.flex-grid--solution .flex-grid__box {
  height: 150px;
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.flex-grid--solution .flex-grid__box .flex-grid__title {
  font-size: 31px;
  max-width: none;
  max-width: initial;
  line-height: 39px;
}

.flex-grid--solution .flex-grid__box:after {
  opacity: 1;
}

@media (max-width: 767px) {
  .flex-grid--solution {
    max-height: none;
  }
}

@media (min-width: 768px) {
  .flex-grid--solution .flex-grid__box {
    height: 360px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .flex-grid--solution .flex-grid__box:hover {
  }

  .flex-grid--solution .flex-grid__box:hover:after {
    opacity: 0.5;
  }

  .flex-grid--solution .flex-grid__box:after {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, .00) 0%, #000000 130%);
  }

  .flex-grid--solution .flex-grid__box:nth-of-type(4),
  .flex-grid--solution .flex-grid__box:nth-of-type(5) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 64em) {
  .flex-grid--solution .flex-grid__box {
  }

  .flex-grid--solution .flex-grid__box:nth-child(1),
  .flex-grid--solution .flex-grid__box:nth-child(2) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .flex-grid--solution .flex-grid__box:nth-child(3),
  .flex-grid--solution .flex-grid__box:nth-child(4),
  .flex-grid--solution .flex-grid__box:nth-child(5),
  .flex-grid--solution .flex-grid__box:nth-child(6),
  .flex-grid--solution .flex-grid__box:nth-child(7) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 768px) {
  .flex-grid--solution .flex-grid__box .flex-grid__title {
    font-size: 23px;
    line-height: 31px;
    max-width: 200px;
  }
}

.homepage {
}

.homepage__intro {
  padding: 80px 0 70px;
}

.homepage__intro .btn {
  margin: 50px auto 0;
  display: table;
}

@media (max-width: 767px) {
  .homepage__intro .section-title,
  .homepage__intro .text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .homepage__intro .btn {
    margin-top: 30px;
  }
}

.homepage__services {
  padding: 80px 0 70px;
  background: #f8f9fb;
}

.homepage__services .service {
  margin-top: 30px;
  margin-bottom: 30px;
}

.homepage__services .btn {
  margin: 50px auto 0;
  display: table;
}

.homepage__news {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .homepage__news {
    margin-bottom: 0;
  }
}

.homepage__solutions {
  margin: 80px 0;
}

.homepage__solutions .btn {
  margin: 0 auto;
  display: table;
}

/*
 * offcanvas.less */

/* ----- General ----- */

.offcanvas {
  /* This is !important to include */
  width: 50vw;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50vw;
  z-index: 1000;
  background: black;
  transform: translateX(100%);
  overflow: hidden;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  padding: 130px 30px 0 0;
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, .15);
  box-sizing: border-box;
}

.offcanvas li a {
  display: block;
  color: white;
  text-align: right;
  font-size: 23px;
  line-height: 45px;
  font-weight: 500;
}

.offcanvas li a.is-active {
  color: #c22032;
}

.offcanvas li.active a {
  color: #c22032;
}

@media (max-width: 767px) {
  .offcanvas {
    left: 20vw;
    width: 80vw;
  }
}

.offcanvas__languages {
  text-align: right;
  text-transform: uppercase;
  margin-top: 30px;
  margin-right: -4px;
}

.offcanvas__language {
  color: #9ea0a2;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
}

.offcanvas__language.active {
  color: #eeeff1;
}

.offcanvas__language:first-of-type {
  margin-right: 10px;
}

.offcanvas-expanded {
  height: 100px;
  overflow: hidden;
}

.offcanvas-expanded .offcanvas {
  visibility: visible;
  transform: translateX(0);
  overflow: hidden;
  height: 100%;
}

.body-wrap {
  overflow: hidden;
  width: 100%;
}

.language {
  background: white;
}

@media (max-width: 992px) {
  .language {
    display: none;
  }
}

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

.language-menu .active {
  color: #231f20;
}

.language-menu a {
  color: #9ea0a2;
  display: inline-block;
  padding: 11px 10px;
  font-family: 'Gellix';
  font-size: 13px;
  line-height: 13px;
  transition: all 300ms ease-in;
}

.language-menu a:hover {
  color: #2d292a;
}

.language-menu__item {
  display: inline-block;
}

.type-homepage .slider-item {
  height: 100%;
  height: 50vw;
  max-height: 700px;
  position: relative;
}

@media (max-width: 1200px) {
  .type-homepage .slider-item {
    height: 80vw;
    max-height: 620px;
  }
}

@media (max-width: 767px) {
  .type-homepage .slider-item {
    height: 85vw;
  }
}

@media (max-width: 576px) {
  .type-homepage .slider-item {
    height: 150vw;
  }
}

.header-wrap {
  overflow: hidden;
}

.header-wrap > .container:not(.header-blur__unblured) {
  display: table;
  height: 100%;
  padding: 30px 0;
}

.header-wrap > .container:not(.header-blur__unblured) .row {
  display: table-cell;
  vertical-align: middle;
  padding-top: 90px;
}

@media (min-width: 768px) {
  .header-wrap > .container:not(.header-blur__unblured) .row {
    padding-top: 160px;
  }
}

.header-wrap.is-news {
  height: 90px;
}

@media (min-width: 768px) {
  .header-wrap.is-news {
    height: 190px;
  }
}

.header-wrap.isContact {
  height: 245px;
}

.header-wrap.isContact .header-slider,
.header-wrap.isContact .slider-item {
  height: 245px;
}

.main-header {
  position: relative;
  z-index: 100;
}

.main-header--post {
  margin-bottom: 50px;
}

.main-header--post .header-wrap {
  height: auto;
  overflow: hidden;
}

.main-header--post::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 35px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .00) 0%, #000000 100%);
}

@media (max-width: 992px) {
  .main-header--post::after {
    top: 0;
  }
}

@media (max-width: 767px) {
  .main-header--post {
    margin-bottom: 0;
    height: auto;
  }
}

.main-header--white .language {
  background: #f8f9fb;
}

.main-header--white .navigation li a {
  color: #6c6e70;
}

.main-header--white .navigation li.active a {
  color: #c22032;
}

.main-header--white .header-title {
  color: #555152;
}

.main-header--white .header-content {
  color: #231f20;
  max-width: none !important;
}

.main-header--no-image .header-blur__unblured {
  display: none;
}

.main-header--no-image .header-blur {
  filter: none;
  background: #2d292a;
  height: 120px;
}

.main-header--no-image ~ div .post-content--article .post__title {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .main-header--no-image .header-blur {
    height: 90px;
  }
}

.header-blur {
  filter: url('data:image/svg+xml;charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  background: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 242px;
  position: relative;
}

.header-blur + .header-blur__unblured {
  position: absolute;
  z-index: 1;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.header-blur + .header-blur__unblured .row {
  padding: 0;
}

.header-blur + .header-blur__unblured img {
  width: 100%;
}

.header-blur + .header-blur__unblured .header-blur__image {
  height: 320px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .header-blur {
    filter: none;
  }
}

@media (max-width: 992px) {
  .header-blur + .header-blur__unblured {
    top: 95px;
  }
}

@media (max-width: 767px) {
  .header-blur + .header-blur__unblured {
    display: none;
  }
}

.menu-wrapper {
  transition: top 0.3s ease;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.menu-wrapper .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-wrapper .container .row {
  padding-top: 0;
  padding-top: initial;
  vertical-align: baseline;
  vertical-align: initial;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.homepage .header-slider {
  height: 35vw;
  max-height: 100vh;
  overflow: hidden;
}

.homepage .header-slider .slick-dots {
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 5px;
  width: auto;
}

@media (max-width: 1200px) {
  .homepage .header-slider {
    height: 50vw;
  }
}

@media (max-width: 992px) {
  .homepage .header-slider {
    height: 60vw;
  }
}

@media (max-width: 767px) {
  .homepage .header-slider {
    height: 85vw;
  }
}

@media (max-width: 576px) {
  .homepage .header-slider {
    height: 150vw;
  }
}

@media (max-width: 767px) {
  .homepage .header-slider .slick-dots {
    left: 0;
    transform: none;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 48em) {
  .homepage .header-slider .slick-dots {
    width: 738px;
  }
}

@media only screen and (min-width: 64em) {
  .homepage .header-slider .slick-dots {
    width: 976px;
    width: 61rem;
    width: 996px;
    width: 62.25rem;
  }
}

@media only screen and (min-width: 75em) {
  .homepage .header-slider .slick-dots {
    width: 1136px;
    width: 71rem;
    width: 1096px;
    width: 68.5rem;
  }
}

.slider-item {
  height: 100%;
  height: 35vw;
  max-height: 100vh;
  position: relative;
}

.slider-item .container {
  display: table;
  height: 100%;
}

.slider-item .container .row {
  display: table-cell;
  vertical-align: middle;
  padding-top: 50px;
}

@media (max-width: 1200px) {
  .slider-item {
    height: 50vw;
  }
}

@media (max-width: 992px) {
  .slider-item {
    height: 60vw;
  }
}

@media (max-width: 767px) {
  .slider-item {
    height: 85vw;
  }
}

@media (max-width: 576px) {
  .slider-item {
    height: 150vw;
  }
}

.slider-item:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .00) 0%, #000000 100%);
}

@media (max-width: 767px) {
  .slider-item .container .row > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.type-solution .slider-item,
.type-service .slider-item {
}

@media (max-width: 767px) {
  .type-solution .slider-item,
  .type-service .slider-item {
    height: 85vw;
  }
}

.header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-bg img {
  width: auto;
  min-width: 100vw;
  height: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo {
}

@media (max-width: 992px) {
  .logo {
    margin-top: 35px;
  }
}

.logo-sticky {
  display: none;
  padding: 18px 30px 15px;
  margin-top: 0;
  height: 30px;
}

@media (max-width: 992px) {
  .logo-sticky {
    padding-left: 0;
  }
}

.main-header:not(.main-header--white) .logo {
}

.main-header:not(.main-header--white) .logo-dark,
.main-header:not(.main-header--white) .logo-mobile-dark {
  display: none;
}

.main-header:not(.main-header--white) .logo-main {
  margin-top: 15px;
  display: none;
  width: 200px;
}

.main-header:not(.main-header--white) .logo-mobile {
  display: block;
  width: 120px;
}

@media (max-width: 992px) {
  .main-header:not(.main-header--white) .logo-main {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .main-header:not(.main-header--white) .logo-main {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .main-header:not(.main-header--white) .logo-mobile {
    display: none;
  }
}

.main-header--white .logo {
}

.main-header--white .logo-main,
.main-header--white .logo-mobile {
  display: none;
}

.main-header--white .logo-main,
.main-header--white .logo-mobile {
  display: none;
}

.main-header--white .logo-mobile-dark {
  display: block;
  width: 120px;
}

.main-header--white .logo-dark {
  display: none;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .main-header--white .logo-mobile-dark {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-header--white .logo-dark {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .main-header--white .logo-dark {
    display: inline-block;
  }
}

.navigation {
  display: none;
  margin-right: -10px;
}

.navigation ul {
  position: relative;
}

.navigation li {
  float: left;
}

.navigation li a {
  color: white;
  display: block;
  font-size: 15px;
  line-height: 15px;
  transition: color 0.1s ease-in;
  text-align: center;
  padding: 30px 16px 15px;
  letter-spacing: 0.5px;
}

.navigation li.active a {
  color: red;
}

.navigation__underline {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 2px;
  padding: 0 !important;
  transform: translateX(-50%);
  margin: 0 !important;
  background: #c22032;
  transition: width 0.7s ease, left 0.7s ease;
}

@media (min-width: 992px) {
  .navigation {
    display: -ms-flexbox;
    display: flex;
  }
}

.header-title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 32px;
  color: white;
  display: block;
  font-weight: 600;
  z-index: 2;
  position: relative;
  text-align: center;
}

@media (min-width: 321px) {
  .header-title {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 37px;
  }
}

@media (max-height: 400px) {
  .header-title {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (min-width: 768px) {
  .header-title {
    text-align: left;
    margin-bottom: 27px;
    font-size: 44px;
    line-height: 50px;
  }
}

@media (min-width: 992px) {
  .header-title {
    font-size: 48px;
    line-height: 54px;
  }
}

.header-content {
  color: white;
  font-size: 16px;
  line-height: 22px;
  z-index: 2;
  position: relative;
  text-align: center;
  max-width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .header-content {
    text-align: left;
    max-width: 70%;
    margin: 0;
    margin: initial;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 992px) {
  .header-content {
    font-size: 21px;
    line-height: 31px;
  }
}

.header-content ~ .btn {
  display: table;
  z-index: 2;
  margin: 15px auto 0;
}

@media (min-width: 576px) {
  .header-content ~ .btn {
    margin: 37px 0 0;
    float: left;
  }

  .header-content ~ .btn + .btn {
    margin-left: 10px;
  }
}

.will-get-sticky .menu-wrapper {
  position: fixed;
  background: white;
  top: -65px;
  height: 60px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eeeff1;
}

.will-get-sticky .menu-wrapper .container {
  width: 100%;
}

.will-get-sticky .menu-wrapper .navigation li a {
  color: #9ea0a2;
  padding-top: 23px;
  padding-bottom: 23px;
}

.will-get-sticky .menu-wrapper .navigation .active a {
  color: #c22032;
}

.will-get-sticky .menu-wrapper .logo {
  margin-top: 0;
}

.will-get-sticky .menu-wrapper .logo-main {
  display: none;
}

.will-get-sticky .menu-wrapper .logo-dark {
  display: none;
}

.will-get-sticky .menu-wrapper .logo-mobile {
  display: none;
}

.will-get-sticky .menu-wrapper .logo-mobile-dark {
  display: none;
}

.will-get-sticky .menu-wrapper .logo-sticky {
  display: block;
}

.has-sticky .menu-wrapper {
  top: 0;
}

.has-sticky .menu-wrapper .container {
  padding-right: 60px;
}

.has-sticky #menu-toggle {
  transition: top 0.1s ease, right 0.1s ease;
  position: fixed;
  right: 25px;
  top: 30px;
}

.has-sticky body:not(.offcanvas-expanded) #menu-toggle {
  top: 18px;
  right: 40px;
}

.has-sticky body:not(.offcanvas-expanded) #menu-toggle span {
  background: #2d292a;
}

.has-sticky body:not(.offcanvas-expanded) #menu-toggle span:before,
.has-sticky body:not(.offcanvas-expanded) #menu-toggle span:after {
  background: #2d292a;
}

@media (max-width: 992px) {
  .has-sticky body:not(.offcanvas-expanded) #menu-toggle {
    right: 15px;
  }
}

.highlights {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.highlights i {
  display: block;
  font-size: 56px;
  color: #c22032;
}

.highlights .section-content {
  margin-bottom: 40px;
}

.highlights__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .highlights__item {
    margin: 60px 0 10px;
  }
}

.highlights__name {
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
  color: #231f20;
  letter-spacing: 1px;
}

.highlights__description {
  margin: 0 auto;
  max-width: 100%;
  font-size: 17px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .highlights {
    width: 70%;
    margin-left: 15%;
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .highlights {
    width: 90%;
    margin-left: 5%;
  }

  .highlights .col-xs-12 {
    transition: opacity 0.3s ease;
    padding: 0 15px;
    opacity: 0.3;
  }

  .highlights .col-xs-12.slick-current {
    opacity: 1;
  }

  .highlights .slick-list {
    overflow: visible;
    width: 90%;
    left: 5%;
  }
}

.service {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.service-wrapper {
  background: #f8f9fb;
  text-align: center;
  padding: 80px 0;
}

.service-wrapper .section-content {
  margin-bottom: 30px;
}

.service__icon {
  transition: transform 0.8s cubic-bezier(0.01, 0.63, 0.25, 1);
  width: 118px;
  margin-top: 20px;
}

.service__item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
  padding: 50px 0;
  transition: all 100ms ease-in;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service__item .btn {
  margin: 20px auto;
}

.service__item a {
  display: block;
}

@media (min-width: 768px) {
  .service__item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.service__item:hover {
  background: #ffffff;
  box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, .16);
  border-radius: 4px;
}

.service__item:hover .service__icon {
  transform: scale(1.1);
}

.service__item:hover .service__name {
  color: #c22032;
}

.service__item--inner {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.service__item--inner .service__icon {
  transform: scale(1.3);
}

.service__item--inner .service__name {
  margin-bottom: 20px;
  padding: 0 20px;
}

.service__item--inner .service__name a {
  color: #656569;
  font-size: 23px;
  line-height: 23px;
}

.service__item--inner .service__excerpt {
  font-size: 17px;
  line-height: 27px;
  color: #555152;
  padding: 0px 15px;
}

.service__item--inner:hover .service__icon {
  transform: scale(1.4);
}

.service__item--inner:hover .service__name a {
  color: #c22032;
}

@media (max-width: 767px) {
  .service__item--inner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.service__name {
  margin-top: 40px;
  margin-bottom: 0;
}

.service__name a {
  font-size: 19px;
  line-height: 24px;
}

.icon-more {
  font-size: 100px;
  padding-bottom: 12%;
  display: block;
  transition: transform 0.8s cubic-bezier(0.01, 0.63, 0.25, 1);
  transform: scale(1);
  color: #393637;
  margin-top: 24px;
}

.icon-more:hover {
  transform: scale(0.95);
}

.featherlight {
  background: rgba(255, 255, 255, .9) !important;
}

.featherlight .featherlight {
}

.featherlight .featherlight-content {
  overflow: visible;
  padding: 0;
  border-bottom: none;
  background: rgba(255, 255, 255, .95);
  max-height: 80%;
  margin-left: 5% !important;
  margin-right: 5% !important;
}

.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  top: 0;
  width: 200px;
}

.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease;
  display: block;
  font-size: 0;
  opacity: 0;
  width: auto;
  width: 37px;
  height: 37px;
  transform: rotate(135deg);
}

.featherlight .featherlight-next:hover,
.featherlight .featherlight-previous:hover {
  background: none;
}

.featherlight .featherlight-next:hover span,
.featherlight .featherlight-previous:hover span {
  opacity: 1;
}

.featherlight .featherlight-next {
  right: -40px;
  left: auto;
}

.featherlight .featherlight-next span {
  border-left: 1px solid #01273f;
  border-top: 1px solid #01273f;
}

.featherlight .featherlight-next:hover span {
  right: -10px;
}

.featherlight .featherlight-previous {
  left: -40px;
  right: auto;
}

.featherlight .featherlight-previous span {
  border-right: 1px solid #01273f;
  border-bottom: 1px solid #01273f;
}

.featherlight .featherlight-previous:hover span {
  left: -10px;
}

.featherlight .featherlight-close-icon {
  transition: opacity 0.2s ease;
  background: transparent;
  color: #fff;
  top: -40px;
  right: 0px;
  font-size: 20px;
  color: #656569;
  outline: none;
  opacity: 1;
  font-family: 'untitled-font-3';
}

.featherlight .featherlight-close-icon:hover {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .featherlight {
  }

  .featherlight-next {
    right: 0;
  }

  .featherlight-previous {
    left: -50px;
  }
}

body:not(.can-hover) .featherlight {
}

body:not(.can-hover) .featherlight-next,
body:not(.can-hover) .featherlight-previous {
  display: none;
}

.slick-slide {
  cursor: grab;
}

.slick-slide:active {
  cursor: grabbing;
}

.pager {
  margin-bottom: 80px;
  margin-left: 12.5%;
}

.pager__items {
  display: -ms-flexbox;
  display: flex;
  align-itms: center;
}

.pager__item {
  -ms-flex-order: 1;
  order: 1;
  font-size: 15px;
  color: #9ea0a2;
  padding: 10px;
  line-height: 27px;
  text-transform: uppercase;
}

.pager__item.is-active {
  color: #c22032;
}

.pager__item:hover {
  color: #c22032;
}

.pager__item:hover::before,
.pager__item:hover::after {
  background: #c22032 !important;
}

.pager__item:hover::before {
  margin-left: -40px;
}

.pager__item:hover::after {
  right: -30px;
}

.pager__item--previous::before,
.pager__item--next::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #9ea0a2;
  position: relative;
  top: 12px;
}

.pager__item--next {
  position: relative;
}

.pager__item--next::after {
  transition: right 0.2s ease;
  position: absolute;
  right: -20px;
  top: 20px;
}

.pager__item--previous {
  padding-left: 30px;
}

.pager__item--previous::before {
  transition: margin 0.2s ease;
  margin-left: -30px;
}

.news {
  padding: 80px 0;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .section-title {
  text-align: center;
}

.news .slick-list {
  overflow: visible;
}

.news .slick-slide {
  transition: opacity 0.2s ease;
  opacity: 0.3;
}

.news .slick-active {
  opacity: 1;
}

.news .slick-dots {
  right: 0;
  top: -40px;
  bottom: auto;
  bottom: initial;
}

.news .slick-dots li button {
  background: #c9c9cd;
}

.news--no-pager {
  margin-bottom: 40px;
}

.news__item {
  cursor: pointer;
  margin: 0 10px;
}

.news__item:hover .btn--more {
  background: #c22032;
}

.news__item--row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 auto 40px;
  max-width: 74%;
}

.news__item--row .news__bg {
  width: calc(100% - 20px);
}

.news__item--row .news__category {
  padding-right: 10px;
  display: inline-block;
}

.news__item--row .news__title {
  color: #2d292a;
  height: auto;
  margin-bottom: 15px;
  font-size: 31px;
  line-height: 39px;
  font-size: 19px;
  line-height: 23px;
  margin-top: 10px;
  max-width: 200px;
}

.news__item--row .news__content {
  display: none;
}

.news__item--row .btn--more {
  display: block;
}

@media (max-width: 767px) {
  .news__item--row {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .news__item--row .news__title {
    font-size: 23px;
    line-height: 31px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .news__item--row .news__content {
    display: block;
  }
}

@media (min-width: 768px) {
  .news__item--row .btn--more {
    display: inline-block;
  }
}

.news__bg {
  background-size: cover;
  background-position: center center;
  padding-top: calc(3/4 * (100% - 20px));
}

.news__category {
  font-size: 13px;
  line-height: 13px;
  color: #6c6e70;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.news__category:not(:last-of-type):after {
  content: '•';
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 0px;
}

.news__title {
  height: 62px;
  overflow: hidden;
  font-weight: 500;
  margin: 20px 0 5px;
}

.news__title a {
  color: #231f20;
  font-size: 23px;
  line-height: 31px;
}

.news__content {
  font-size: 17px;
  line-height: 27px;
  max-height: 54px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news .slick-list {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  .news .slick-dots {
    text-align: center;
  }

  .news .slick-dots li button {
    width: 25px;
  }

  .news .slick-dots li.slick-active button {
    width: 50px;
  }
}

.related {
  display: -ms-flexbox;
  display: flex;
  margin: 20px -40px;
  padding: 40px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f8f9fb;
}

.related img {
  border-radius: 3px;
  margin-bottom: 0;
}

.related .btn {
  display: none;
}

@media (max-width: 992px) {
  .related {
    display: block;
  }
}

@media (max-width: 992px) {
  .related img {
    display: none;
  }
}

.related__label {
  font-size: 15px !important;
  color: #9ea0a2 !important;
  line-height: 15px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.related__item {
  transition: opacity 0.3s ease;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(33.33% - 40px / 3);
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .related__item {
    max-width: 100%;
    padding-right: 20%;
  }
}

.related__item:hover {
  opacity: 0.9;
}

.related__title {
  font-size: 19px !important;
  color: #2d292a !important;
  line-height: 27px !important;
  text-decoration: none !important;
  margin: 5px 0 0 !important;
}

.related__category {
  font-size: 15px;
  color: #9ea0a2;
  line-height: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}

.related__excerpt {
  display: none;
}

.bottom-related {
  padding: 60px 0 80px;
  background: #f8f9fb;
}

.bottom-related .section-title {
  text-align: center;
}

.bottom-related .related {
  margin: 0;
  padding: 0;
}

.bottom-related .related img {
  display: block !important;
}

.bottom-related .related .btn {
  display: inline-block;
}

.bottom-related .related .slick-list {
  overflow: visible;
}

.bottom-related .related .slick-slide {
  transition: opacity 0.2s ease;
  opacity: 0.3;
}

.bottom-related .related .slick-active {
  opacity: 1;
}

.bottom-related .related .slick-dots {
  right: 0;
  top: -40px;
  bottom: auto;
  bottom: initial;
}

.bottom-related .related .slick-dots li button {
  background: #c9c9cd;
}

.bottom-related .related .slick-dots li:nth-last-child(1):first-child,
.bottom-related .related .slick-dots li:nth-last-child(1):first-child ~ li {
  display: none;
}

.bottom-related .related .slick-dots .slick-active button {
  width: 50px;
}

.bottom-related .related__category,
.bottom-related .related__label {
  display: none;
}

.bottom-related .related__title {
  color: #231f20 !important;
  font-size: 23px !important;
  line-height: 31px !important;
  height: 62px;
  overflow: hidden;
  font-weight: normal;
  margin: 20px 0 5px !important;
}

.bottom-related .related__excerpt {
  display: block;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 7px;
}

.bottom-related .related__item {
}

.bottom-related .related__item:hover .btn {
  background: #c22032;
}

@media (max-width: 767px) {
  .bottom-related .related .slick-list {
    width: 90%;
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  .bottom-related .related .slick-dots {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .bottom-related .related .slick-dots li button {
    width: 25px;
  }
}

@media (max-width: 992px) {
  .bottom-related .related__item {
    margin: 0 10px;
    padding: 0 !important;
  }
}

.gallery {
  width: 100%;
  display: table;
  background-color: #c22032;
  margin-bottom: 25px;
  margin-top: 35px;
}

.gallery__box {
  width: 25%;
  overflow: hidden;
  float: left;
  height: 0;
  padding-top: 18.75%;
}

.gallery__box-image {
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: opacity 300ms;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
}

.gallery__box-image:hover,
.gallery__box-image:focus {
  opacity: 0.8;
}

.gallery__box:nth-child(1) {
  width: 50%;
  padding-top: 37.5%;
}

.gallery__box:nth-child(n + 6) {
  display: none;
}

.gallery__box:nth-last-child(-n+1):first-child,
.gallery__box:nth-last-child(-n+1):first-child ~ .gallery__box {
  width: 100%;
  padding-top: 75%;
}

@media (max-width: 767px) {
  .gallery {
  }

  .gallery__box {
    height: 70px;
  }

  .gallery__box:nth-child(1) {
    height: 140px;
  }
}

.sidebar {
  display: inline-block;
  text-align: center;
  top: 0;
  transition: top 0.3s ease;
}

.sidebar__wrap {
  position: relative;
}

@media (min-width: 768px) {
  .sidebar {
  }

  .sidebar.sticky {
    position: fixed;
    top: 100px;
    max-width: 15vw;
  }
}

.sidebar.stick-to-bottom {
  top: auto;
  bottom: -37px;
  position: absolute;
}

.sidebar:not(.sidebar--contact) {
}

@media (max-width: 767px) {
  .sidebar:not(.sidebar--contact) {
    width: calc(100% + 30px);
    margin: 0 -15px 30px;
    position: relative;
  }

  .sidebar:not(.sidebar--contact) .sidebar__item {
    display: inline-block;
    margin-right: 20px;
  }

  .sidebar:not(.sidebar--contact)::after,
  .sidebar:not(.sidebar--contact)::before {
    z-index: 20;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
    background: red;
    width: 25px;
    pointer-events: none;
  }

  .sidebar:not(.sidebar--contact)::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }

  .sidebar:not(.sidebar--contact)::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }
}

@media (min-width: 768px) {
  .sidebar {
    border: none;/* padding-top: 10px */
    text-align: left;
    text-align: initial;
  }
}

.sidebar--social {
  width: 100%;
  text-align: left;
  padding: 20px;
}

.sidebar--social .sidebar__date {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sidebar--social ul {
    padding-left: 0;
  }
}

.sidebar__menu {
  max-width: 230px;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .sidebar__menu {
    margin-bottom: 50px;
    overflow-x: hidden;
    white-space: normal;
    white-space: initial;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .sidebar__menu {
    max-width: 100%;
  }

  .sidebar__menu > div {
    margin: 0 15px;
    padding: 0 10px;
    padding-bottom: 7px;
    display: inline-block;
  }

  .sidebar__menu > div::after {
    content: '';
    position: relative;
    z-index: 21;
    top: 7px;
    border-bottom: 2px solid #eee;
    display: block;
    left: -10px;
    width: calc(100% + 20px);
  }
}

.sidebar__date {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.5px;
  color: #9ea0a2;
  margin-bottom: 50px;
  display: block;
}

.sidebar__title {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  font-family: 'Gellix';
  text-transform: uppercase;
  font-weight: 500;
  color: #231f20;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .sidebar__title {
    margin-top: 0;
  }
}

.sidebar__item {
  font-size: 17px;
  color: #9ea0a2;
  font-weight: 600;
  transition: color 200ms ease-out;
}

.sidebar__item a {
  display: block;
  line-height: 25px;
}

.sidebar__item:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .sidebar__item {
    display: block;
    float: none;
    margin: 0;
  }

  .sidebar__item a {
    padding: 5px 0;
  }
}

.sidebar__item:hover,
.sidebar__item.active {
  color: #c22032;
}

.contact .sidebar {
  overflow-x: hidden;
  white-space: normal;
  white-space: initial;
}

.contact .sidebar__menu {
  overflow-x: hidden;
  white-space: normal;
  white-space: initial;
}

.contact .sidebar__item {
}

.contact .row > .col-xs-12 {
}

.contact .row > .col-xs-12:nth-child(1) {
}

.contact .row > .col-xs-12:nth-child(2) {
}

@media (max-width: 767px) {
  .contact .sidebar__item {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .contact .row > .col-xs-12:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 767px) {
  .contact .row > .col-xs-12:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
  }
}

#edit-submit-newspage-news-list {
  display: none;
}

.post {
}

.post-wrapper {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .post-wrapper {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .post-wrapper {
    margin-top: 50px;
  }
}

.post__title {
  color: #2d292a !important;
  margin-top: 0 !important;
}

.post-content__date {
  margin-bottom: 30px;
}

.post-content {
  width: 100%;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: Gellix;
  font-size: 27px;
  color: #c22032;
  letter-spacing: 0;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 13px;
  margin-top: 40px;
}

.post-content .post-content__form-wrap {
  background: #f8f9fb;
  margin: 30px 0;
  padding: 60px 130px 20px;
}

.post-content .post-content__form-wrap h2 {
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0 !important;
}

.post-content .post-content__form-wrap .captcha {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

.post-content .post-content__form-wrap .captcha__notice {
  transform: translateY(-60px);
  display: block;
  margin-top: 40px;
}

.post-content .post-content__form-wrap select {
  color: black;
}

.post-content .post-content__form-wrap [type=submit] {
  margin: 70px 0 0;
  margin-left: auto;
  transform: translateY(-70px);
}

.post-content .post-content__form-wrap .form-label {
  background: none;
}

.post-content .post-content__form-wrap .form-label::after {
  transition: opacity 0.2s ease 0.1s;
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  z-index: -1;
  left: 0;
  top: calc(50% - 1px);
  opacity: 0;
}

.post-content .post-content__form-wrap *:focus + .form-label::after,
.post-content .post-content__form-wrap .isFilled + .form-label::after {
  opacity: 1;
}

.post-content img {
  margin-bottom: 40px;
  margin-top: 10px;
}

.post-content p {
  font-size: 21px;
  line-height: 35px;
  color: #555152;
  margin-bottom: 15px;
}

.post-content a {
  color: #c22032;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  font-size: inherit;
  line-height: inherit;
}

.post-content a:hover {
  text-decoration: none;
}

.post-content ul,
.post-content ol {
  margin-top: 25px;
  margin-bottom: 25px;
}

.post-content ul li,
.post-content ol li {
  counter-increment: li;
  font-size: 21px;
  line-height: 35px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.post-content ol li::before {
  content: counter(li) ".";
  color: #c22032;
  top: 2px;
  left: -11px;
  position: absolute;
  text-align: right;
  width: 22px;
}

.post-content ul li::before {
  content: "•";
  color: #c22032;
  left: 0;
  top: 2px;
  position: absolute;
}

.post-content--article .post__title {
  margin-bottom: 23px;
  font-size: 41px;
  color: #555152;
  letter-spacing: 0;
  line-height: 53px;
  font-weight: 600;
}

.post-content--article .sidebar__date {
  margin-top: -40px;
  margin-bottom: 40px;
}

.post-content--article .sidebar__date strong {
  color: #2d292a;
  font-weight: 400;
}

@media (min-width: 768px) {
  .post-content--article .post__title {
    margin-top: 175px !important;
  }
}

@media (max-width: 992px) {
  .post-content .post-content__form-wrap {
    padding: 40px 60px 30px;
  }
}

@media (max-width: 767px) {
  .post-content .post-content__form-wrap {
    padding: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .post-content .post-content__form-wrap .captcha {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .post-content .post-content__form-wrap .captcha__notice {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .post-content .post-content__form-wrap .captcha__notice {
    transform: none;
  }
}

@media (max-width: 767px) {
  .post-content .post-content__form-wrap [type=submit] {
    margin: 20px auto 0;
  }
}

@media (max-width: 992px) {
  .post-content .post-content__form-wrap [type=submit] {
    transform: none;
    margin: 20px 0 0;
  }
}

.post-action {
  transition: background 0.3s ease;
  border-top: 1px solid #eeeff1;
  cursor: pointer;
  padding: 20px 15px 15px;
  margin: 0 -15px;
}

.post-action a {
  display: table;
  width: 100%;
}

.post-action i {
  margin-right: 10px;
}

.post-action:hover {
  background: #eeeff1;
}

.post-action__item {
  display: block;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .post-action__item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}

.post-action__link {
  color: #555152;
}

@media (min-width: 768px) {
  .post-action__link {
    margin-right: 40px;
    width: 180px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.post-action__link:hover {
  color: #2d292a;
}

.post-action__pdf {
  color: #bbbdbf;
  transition: color 200ms ease-in-out;
}

.post-action__download {
  text-transform: uppercase;
  transition: color 200ms ease-in-out;
}

@media (min-width: 768px) {
  .post-action__download {
    float: right;
  }
}

.post-action__download:hover {
  color: #c22032;
}

@media (max-width: 767px) {
  .post-content {
    margin-top: 20px;
    -ms-flex-order: 1;
    order: 1;
  }

  .sidebar__wrap {
    -ms-flex-order: 2;
    order: 2;
  }

  .sidebar--social {
    -ms-flex-order: 3;
    order: 3;
  }
}

.reference {
  margin: 50px 0;
  background: #f8f9fb;
  padding: 60px;
  padding-top: 40px;
  position: relative;
  margin-left: -15px;
}

.reference input[type="checkbox"] {
  display: none;
}

.reference input[type="checkbox"]:not(:checked) {
}

.reference input[type="checkbox"]:not(:checked) ~ .reference__item {
}

.reference input[type="checkbox"]:not(:checked) ~ .reference__item:nth-of-type(n+21) {
  transition: height 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
  height: 0;
  margin-bottom: 0 !important;
  opacity: 0;
}

.reference input[type="checkbox"]:not(:checked) ~ .btn--more-red::before {
  content: 'See more';
}

.reference .btn--more-red {
  margin-bottom: 15px;
  position: relative;
  top: 15px;
  clear: both;
  display: none;
  font-size: 0;
}

.reference .btn--more-red::before {
  content: 'Hide';
  font-size: 12px;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 767px) {
  .reference {
    margin: 20px -15px;
  }
}

.reference:after {
  content: "";
  background: #f8f9fb;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .reference:after {
    display: none;
  }
}

.reference__heading {
  font-size: 27px !important;
  font-family: 'Gellix';
  line-height: 35px !important;
  margin-bottom: 30px !important;
}

.reference__menu {
  display: table;
  width: 100%;
}

.reference__item {
  transition: height 0.2s ease, margin 0.2s ease, opacity 0.2s ease 0.2s;
  overflow: hidden;
  width: 50%;
  padding-left: 0 !important;
  float: left;
  font-family: 'Gellix';
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 20px !important;
  height: 39px;
  opacity: 1;
}

.reference__item span {
  font-weight: 300;
  display: block;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .reference__item {
    width: 100%;
  }

  .reference__item:nth-of-type(11) ~ .btn--more-red {
    display: block;
  }
}

.reference__item:before {
  content: "" !important;
  margin: 0 !important;
}

.reference__item:nth-of-type(21) ~ .btn--more-red {
  display: block;
}

@media (max-width: 767px) {
  .reference input[type="checkbox"]:not(:checked) ~ .reference__item {
  }

  .reference input[type="checkbox"]:not(:checked) ~ .reference__item:nth-of-type(n+11) {
    transition: height 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    height: 0;
    margin-bottom: 0 !important;
    opacity: 0;
  }
}

[lang="hr"] input[type="checkbox"]:not(:checked) {
}

[lang="hr"] input[type="checkbox"]:not(:checked) ~ .btn--more-red::before {
  content: 'Vidi više' !important;
}

[lang="hr"] .btn--more-red::before {
  content: 'Sakriji' !important;
}

.languages {
  transition: opacity 0.2s ease 0.2s;
  opacity: 1;
}

a.language {
  font-size: 13px;
  line-height: 13px;
  color: #b0b0b2;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px;
}

a.language.active {
  color: #01273f;
}

.main-header .languages {
}

@media (min-width: 992px) {
  .main-header .languages {
    margin-right: 20px;
  }
}

.main-menu .languages {
  position: absolute;
  top: 39px;
  right: 20px;
  display: none;
}

.main-menu .language {
  font-size: 16px;
  margin: 0;
  padding: 10px;
}

.main-menu .language.active {
  color: white;
}

@media (min-width: 992px) {
  .main-menu .languages {
    display: block;
  }
}

#menu-toggle {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 15px;
  background-color: transparent;
  z-index: 999;
  display: block;
  height: 25px;
  width: 30px;
  cursor: pointer;
}

@media (min-width: 992px) {
  #menu-toggle {
    display: none;
  }
}

#menu-toggle span {
  width: 20px;
  margin-left: 10px;
}

#menu-toggle span,
#menu-toggle span:before,
#menu-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

#menu-toggle span:before,
#menu-toggle span:after {
  width: 150%;
  margin-left: -10px;
}

#menu-toggle span:before {
  background: white;
  top: -9px;
}

#menu-toggle span:after {
  background: white;
  bottom: -9px;
}

#menu-toggle span,
#menu-toggle span:before,
#menu-toggle span:after {
  transition: all 200ms ease-in-out;
}

#menu-toggle.active span {
  background-color: transparent;
}

#menu-toggle.active span:before,
#menu-toggle.active span:after {
  top: 0;
}

#menu-toggle.active span:before {
  transform: rotate(45deg);
}

#menu-toggle.active span:after {
  transform: rotate(-45deg);
}

body:not(.offcanvas-expanded) #menu-toggle.menu-toggle--invert span {
  background: black;
}

body:not(.offcanvas-expanded) #menu-toggle.menu-toggle--invert span::after,
body:not(.offcanvas-expanded) #menu-toggle.menu-toggle--invert span::before {
  background: black;
}

.form > .form-item:nth-of-type(1),
.user-login-form > .form-item:nth-of-type(1) {
  margin-right: 20px;
}

.form > .form-item:nth-of-type(-n+2),
.user-login-form > .form-item:nth-of-type(-n+2) {
  width: calc(50% - 10px);
  float: left;
}

.form div,
.user-login-form div {
  width: 100%;
}

.form .btn--primary,
.user-login-form .btn--primary {
  margin: auto;
  display: block;
  margin-top: 30px;
}

.form-text:focus + .form-label,
.form-email:focus + .form-label,
.form-textarea:focus + .form-label,
.form .isFilled + .form-label,
.user-login-form-text:focus + .form-label,
.user-login-form-email:focus + .form-label,
.user-login-form-textarea:focus + .form-label,
.user-login-form .isFilled + .form-label {
  transform: translate3d(0, -22px, 0);
}

.form-text:focus,
.form-email:focus,
.form-textarea:focus,
.form .isFilled,
.user-login-form-text:focus,
.user-login-form-email:focus,
.user-login-form-textarea:focus,
.user-login-form .isFilled {
  color: #2d292a;
}

.form [type="submit"],
.user-login-form [type="submit"] {
  color: white !important;
}

@media (max-width: 767px) {
  .form > .form-item:nth-of-type(1),
  .user-login-form > .form-item:nth-of-type(1) {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .form > .form-item:nth-of-type(-n+2),
  .user-login-form > .form-item:nth-of-type(-n+2) {
    width: calc(50% - 5px);
  }
}

.form__wrap,
.user-login-form__wrap {
  min-height: calc(100vh - 786px);
}

.form__wrap .sidebar,
.user-login-form__wrap .sidebar {
  padding-right: 30px;
  text-align: left;
}

.form__wrap .sidebar__menu,
.user-login-form__wrap .sidebar__menu {
  white-space: normal;
  white-space: initial;
  overflow: visible;
}

.form__wrap .sidebar__title,
.user-login-form__wrap .sidebar__title {
  text-align: left;
}

.form__wrap .sidebar__item,
.user-login-form__wrap .sidebar__item {
  padding: 5px 0;
  line-height: 25px;
}

.form__wrap .sidebar__item:hover,
.user-login-form__wrap .sidebar__item:hover {
  color: #9ea0a2;
}

.form__wrap .section-title,
.user-login-form__wrap .section-title {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .form__wrap .col-xs-12:nth-child(1) .form-item,
  .user-login-form__wrap .col-xs-12:nth-child(1) .form-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.form__wrap-btns,
.user-login-form__wrap-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .form__wrap-btns,
  .user-login-form__wrap-btns {
    display: none;
  }
}

@media (max-width: 767px) {
  .form__wrap .sidebar__title,
  .user-login-form__wrap .sidebar__title {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .form__wrap .section-title,
  .user-login-form__wrap .section-title {
    margin-top: 40px;
  }
}

.form-item,
.user-login-form-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .form-item,
  .user-login-form-item {
    margin-bottom: 10px;
  }
}

.form-textarea,
.user-login-form-textarea {
  height: 150px;
}

.form-text,
.form-email,
.form-textarea,
.user-login-form-text,
.user-login-form-email,
.user-login-form-textarea {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 1px solid #bbbdbf;
  padding: 12px 20px;
  outline: 0;
}

.form-text:focus,
.form-email:focus,
.form-textarea:focus,
.user-login-form-text:focus,
.user-login-form-email:focus,
.user-login-form-textarea:focus {
  border-color: #2d292a;
}

.form-label,
.user-login-form-label {
  color: #656569;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: text;
  z-index: 20;
  position: absolute;
  top: 14px;
  left: 15px;
  padding: 0 5px;
  transition: transform 0.2s;
  pointer-events: none;
  background: white;
}

.form-label span,
.user-login-form-label span {
  z-index: 2;
  position: relative;
}

.company-info {
  font-size: 16px;
  line-height: 20px;
  margin: 20px auto 0;
  padding: 0 20px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .company-info {
    padding: 0;
    column-count: 2;
    column-gap: 20px;
  }
}

input:-webkit-autofill + label,
textarea:-webkit-autofill + label {
  background: rgb(250, 255, 189);
}

input:-webkit-autofill + label::after,
textarea:-webkit-autofill + label::after {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background: white;
  display: block;
  position: absolute;
  z-index: 1;
}

.captcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.captcha .g-recaptcha {
  max-width: none;
  width: auto;
}

@media (max-width: 576px) {
  .captcha {
    margin-left: -15px;
  }
}

.form-item--error-message {
  transition: height 0.3s ease;
  color: white;
  background: #c22032;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Gellix';
  font-size: 19px;
  line-height: 27px;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.form-item--error-message.shown {
  height: 70px;
}

[data-drupal-selector="views-exposed-form-newspage-news-list-default"] .form-item {
  display: block;
}

[data-drupal-selector="edit-path-0-pathauto"],
[data-drupal-selector="edit-path-0-alias"] {
  display: none;
}

[data-drupal-selector="edit-path-0-pathauto"] + label,
[data-drupal-selector="edit-path-0-alias"] + label {
  display: none;
}

.main-header form {
  max-width: 400px;
  margin: 0 auto;
}

.main-header form .btn {
  margin: 0 auto;
  display: table;
}

.user-login-form .form-item {
  width: 100% !important;
  float: none;
}

.form-item--error-message.shown ~ .header-wrap .menu-wrapper {
  top: 105px;
  transition: top 0.3s ease;
}

.webform-type-checkboxes {
  width: 100% !important;
  background: white;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #bbbdbf;
  box-sizing: border-box;
  padding: 20px 20px 12px;
}

.webform-type-checkboxes .form-checkboxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.webform-type-checkboxes .form-checkboxes > * {
  max-width: 50%;
}

.webform-type-checkboxes .form-checkboxes > * .form-label {
  pointer-events: all;
  margin-left: 7px;
  padding-left: 15px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.webform-type-checkboxes .form-checkboxes > * .form-label * {
  cursor: pointer;
}

.webform-type-checkboxes .form-checkboxes > * .form-label label {
  margin-left: -25px;
  padding-left: 25px;
}

.webform-type-checkboxes .form-checkboxes > * .form-label::before {
  content: "";
  border: 1px solid #bbbdbf;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.webform-type-checkboxes .form-checkboxes > * .form-label::after {
  transition: opacity 0.2s ease, transform 0.2s ease;
  content: "";
  background: #c22032;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: -19px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
}

.webform-type-checkboxes .form-checkboxes > * input {
  width: 20px;
  opacity: 0;
}

.webform-type-checkboxes .form-checkboxes > * input:checked + .form-label::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

@media (max-width: 767px) {
  .webform-type-checkboxes .form-checkboxes {
    display: block;
  }
}

@media (max-width: 992px) {
  .webform-type-checkboxes .form-checkboxes > * {
    max-width: none;
    margin-bottom: 22px;
  }
}

.newsletter {
  width: 100%;
  background: #f8f9fb;
  padding: 60px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsletter label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
  color: #656569;
  letter-spacing: 1px;
  margin-right: 17px;
}

.newsletter input[type="email"] {
  max-width: 380px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 340px;
  height: 55px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 15px;
}

.newsletter input[type="submit"] {
}

.newsletter input[type="submit"]:disabled {
  opacity: 0.5;
  background: #9ea0a2;
}

@media (max-width: 767px) {
  .newsletter {
    margin: 0 -15px;
    width: calc(100% + 30px);
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .newsletter input[type="email"] {
    width: calc(100% - 30px);
    margin: 20px 0;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .newsletter input[type="submit"] {
    border-radius: 30px;
  }
}

.certificates {
  background: #555152;
  padding: 60px 0;
}

.certificates .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .certificates .container {
    display: block;
    text-align: center;
  }
}

.certificates__title {
  text-transform: uppercase;
  font-size: 27px;
  color: #f8f9fb;
  letter-spacing: 1px;
  line-height: 35px;
  margin-bottom: 40px;
}

.certificates__text {
  font-size: 17px;
  color: #f8f9fb;
  line-height: 27px;
}

@media (max-width: 992px) {
  .certificates__text {
    padding: 0 30px;
  }
}

.certificates__badges {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 640px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 120px;
}

.certificates__badges img:nth-of-type(-n+2) {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .certificates__badges {
    min-width: auto;
    max-width: 620px;
    margin: 40px auto 0;
  }

  .certificates__badges img {
    max-width: calc(50% - 10px);
  }
}

.footer {
  display: block;
  background: #eeeff1;
  text-align: center;
}

.footer .btn--secondary {
  font-size: 13px;
}

.footer .btn--secondary:hover {
  color: white;
}

@media (min-width: 992px) {
  .footer {
    text-align: left;
    text-align: initial;
  }
}

@media (max-width: 992px) {
  .footer .row {
    margin: 0;
  }
}

.footer-copyright {
  background: #2d292a;
  width: 100%;
  display: table;
  text-align: center;
}

.footer-copyright .container {
  position: relative;
}

.footer-copyright__content {
  color: #bbbdbf;
  padding: 20px 0 0;
  display: inline-block;
  font-size: 13px;
  width: 100%;
}

.footer-copyright__content em {
  display: none;
}

@media (min-width: 576px) {
  .footer-copyright__content {
    float: left;
    width: auto;
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .footer-copyright__content em {
    display: inline-block;
  }
}

.footer-copyright__author {
  display: inline-block;
  float: right;
  color: #bbbdbf;
  padding: 20px 0;
  padding-right: 15px;
  font-size: 13px;
}

@media (min-width: 576px) {
  .footer-copyright__author {
    float: right;
  }
}

@media (min-width: 992px) {
  .footer-copyright__author {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.footer-copyright__privacy-link {
  float: left;
  padding: 20px;
  font-size: 14px;
  color: white;
  opacity: 0.6;
  text-decoration: underline;
}

.footer__content {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.footer__content a {
  transition: color 0.2s ease;
}

.footer__content a:hover {
  color: #c22032;
}

.footer__content .btn--social {
  margin: 0 7px 14px;
}

.footer__content .btn--social:nth-of-type(3) i {
  position: relative;
  top: -1px;
}

.footer__content .btn--secondary {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .footer__content {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    padding-bottom: 40px;
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .footer__content {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding-bottom: 0px;
  }
}

.footer__content:last-child {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .footer__content:last-child {
    padding: 0;
  }
}

.footer__content-menu li {
  margin-bottom: 10px;
  color: #2d292a;
}

.footer__content-title {
  margin-top: 40px;
  color: #c22032;
  font-size: 13px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .footer .btn--secondary {
    position: absolute;
    bottom: 40px;
    top: auto !important;
  }
}

.footer__map {
  background: #eeeff1;
  height: 100%;
}

.footer__map-wrap {
  position: relative;
  height: 300px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.footer__map-wrap .btn--secondary {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  top: auto !important;
}

@media (min-width: 992px) {
  .footer__map-wrap {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin-right: 4%;
  }
}

.section-title {
  font-size: 41px;
  color: #4a4a4a;
  line-height: 53px;
  font-weight: 500;
}

.section-title--small {
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-content {
  font-size: 19px;
  color: #656569;
  line-height: 27px;
}

@media (min-width: 768px) {
  .section-content {
    max-width: 70%;
    margin: auto;
  }
}

.section-label {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.text {
  font-size: 21px;
  line-height: 25px;
  color: #656569;
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .text {
    padding: 0;
    font-size: 23px;
    line-height: 27px;
  }
}

.text--smaller {
  font-size: 19px;
  line-height: 27px;
}

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

.color-primary {
  color: #01273f;
}

.color-secondary {
  color: #c2b59b;
}

.color-grey {
  color: #b0b0b2;
}

.color-white {
  color: white;
}

.sponsor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.sponsor__company {
  text-align: center;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
}

.sponsor__label {
  color: #656569;
  font-size: 13px;
  line-height: 18px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.sponsor__image {
  margin: auto;
  width: auto;
  max-width: 80%;
}

.sponsor__section-title {
  margin-top: 40px;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  .sponsor {
    -ms-flex-preferred-size: 66%;
    flex-basis: 66%;
    margin-left: 17%;
  }

  .sponsor .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .sponsor .slick-dots {
    display: none !important;
  }

  .sponsor .slick-list {
    overflow: visible;
    width: 100vw;
  }

  .sponsor .slick-dots {
    right: -15px;
    top: -60px;
    bottom: auto;
    bottom: initial;
    width: calc(100% + 30px);
  }

  .sponsor .slick-dots li button {
    background: #c9c9cd;
  }

  .sponsor__image {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 200px;
  }

  .sponsor__company {
    transition: opacity 0.3s ease;
    padding: 0 15px;
    opacity: 0.4;/* min-width: calc(66vw - 30px)

            &:nth-of-type(3n - 2)
                background: yellow

            &:nth-of-type(3n - 1)
                width: 0!important
                transform: translate(-200px, 200px)
                background: red

            &:nth-of-type(3n)
                width: 0!important
                background: blue
                transform: translate(-200px, 400px) */
  }

  .sponsor__company.slick-current {
    opacity: 1;
  }
}

.sponsor__control {
  position: absolute;
  width: 100%;
}

.sponsor__control .slick-list {
  height: 210px;
}

@media (max-width: 767px) and (max-width: 767px) {
  .sponsor .slick-dots {
    text-align: center;
  }

  .sponsor .slick-dots li button {
    width: 25px;
  }

  .sponsor .slick-dots li.slick-active button {
    width: 50px;
  }
}

#block-marvie-local-tasks {
  display: none;
  position: fixed;
  bottom: 0;
  background: white;
}

#block-marvie-local-tasks li {
  display: inline-block;
  padding: 10px;
}

#block-marvie-account-menu {
  display: none;
}

.toolbar-oriented .toolbar-bar {
  top: auto;
  bottom: 0;
}

body {
  padding-top: 0 !important;
}

.cc-window {
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: fixed;
  bottom: 0;
  width: calc(100% - 40px);
  z-index: 1000;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.cc-window.is-hidden {
  transform: translateY(100%);
  opacity: 0;
}

.cc-btn {
  padding: 10px 15px;
  cursor: pointer;
}

.cc-btn.cc-allow {
  background: #c22032 !important;
  color: white !important;
  border-radius: 4px;
}

.cc-btn.cc-deny {
  margin-right: 10px;
  background: transparent !important;
}

.cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-revoke {
  display: none;
}

.cc-link {
  text-decoration: underline;
}

@media (max-width: 320px) {
  .cc-window {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-message {
    margin-bottom: 30px;
    text-align: center;
  }
}
