@charset "UTF-8";
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: .35em .75em .625em; }

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

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

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

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

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

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

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

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

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

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

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

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

.k-form__submit--circle {
  position: relative; }
  .k-form__submit--circle.is-active {
    padding-right: 50px; }
    .k-form__submit--circle.is-active::after {
      position: absolute;
      top: 5px;
      right: 10px;
      width: 20px;
      height: 20px;
      margin-left: 15px;
      border: 2px solid transparent;
      border-top: 2px solid #ddd;
      border-radius: 50%;
      line-height: 1;
      content: ' ';
      vertical-align: bottom;
      -webkit-animation: spin .5s linear infinite;
              animation: spin .5s linear infinite; }

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

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

.k-modal {
  width: 500px;
  max-width: 100%;
  min-height: 200px;
  margin: 15px;
  padding: 30px 15px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity .3s, -webkit-transform .5s;
  transition: opacity .3s, -webkit-transform .5s;
  transition: opacity .3s, transform .5s;
  transition: opacity .3s, transform .5s, -webkit-transform .5s;
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
  opacity: 0;
  vertical-align: middle; }
  .k-modal.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.k-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility .8s;
  transition: visibility .8s;
  opacity: 0;
  visibility: hidden;
  z-index: 10; }
  .k-modal__wrapper.is-dirty {
    opacity: 1; }
  .k-modal__wrapper.is-active {
    visibility: visible; }
  .k-modal__wrapper.is-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .k-modal__wrapper.is-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .k-modal__wrapper.is-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .k-modal__wrapper.is-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.k-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  background: rgba(43, 46, 56, 0.4);
  opacity: 0; }
  .k-modal__overlay.is-active {
    opacity: 1; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: 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: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.slick-dots {
  bottom: -43px;
  margin: 0 3px;
  list-style: none; }
  .slick-dots li {
    font-size: 0; }
    .slick-dots li.slick-active button {
      background: #e20074; }
    .slick-dots li button {
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      width: 14px;
      height: 14px;
      background: #d2d2d2;
      border-radius: 100%; }
      .slick-dots li button:before {
        display: none; }
      .slick-dots li button:hover {
        background: #e20074; }
    .slick-dots li:before {
      display: none; }

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

.slick-arrow {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .slick-arrow:hover {
    background-position: 50% 65% !important; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox
+ .mCSB_scrollTools
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
+ .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl
> .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
+ .mCSB_scrollTools
~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl
> .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl
> .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
+ .mCSB_scrollTools
~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
> .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar
> .mCustomScrollBox
> .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
> .mCustomScrollBox
~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
.mCSB_dragger
.mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
.mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_dragger
.mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal
+ .mCSB_scrollTools
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
+ .mCSB_scrollTools
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
+ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_dragger.mCSB_dragger_onDrag_expanded
+ .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
.mCSB_draggerContainer:hover
.mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools
.mCSB_dragger.mCSB_dragger_onDrag
.mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  background-color: inherit !important;
  max-width: 100%; }
  .select2-container .post-sort-select__options {
    background-color: inherit !important;
    color: #ffffff; }
    .select2-container .post-sort-select__options .select2-selection__rendered {
      color: #ffffff; }
  .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 5px 6px 5px; }
  .select2-container .select2-selection--single.post-sort-select__container .select2-selection__arrow {
    background-image: none;
    right: 10px; }
    .select2-container .select2-selection--single.post-sort-select__container .select2-selection__arrow b {
      display: block;
      border-color: #fefefe transparent transparent transparent;
      border-style: solid;
      border-width: 6px 5px 0 5px; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  text-align: left;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border: solid 1px #64B9E4;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #64b9e4;
  max-width: 100%;
  height: 41px;
  border-radius: 4px; }

.select2-container--default .select2-selection--single.post-sort-select__container .select2-selection__rendered {
  color: #fff;
  line-height: 40px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 100%;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #64b9e4;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #64b9e4;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #64b9e4; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e20074;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #64b9e4;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #e20074; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #64b9e4;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #64b9e4;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #e20074; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #64b9e4;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #e20074; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #64b9e4;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #e20074; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #64b9e4;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #e20074; }

.select-modal-form-js {
  width: 100%; }
  .select-modal-form-js.error .select2-container--default .select2-selection--single {
    border-color: #e20074; }

.p-page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%; }
  @media (max-width: 991px) {
    .p-page {
      overflow-x: hidden; } }
  .p-page--gray {
    background-color: #ededed; }
  .p-page-about-us {
    border-radius: 8px !important; }
    @media (max-width: 767px) {
      .p-page-about-us {
        background: none;
        overflow-x: hidden; } }
    .p-page-about-us__banner {
      height: 200px;
      position: relative; }
      @media (max-width: 991px) {
        .p-page-about-us__banner {
          height: 160px; } }
      @media (max-width: 767px) {
        .p-page-about-us__banner {
          height: 100px; } }
      .p-page-about-us__banner::before {
        content: "";
        height: 100%;
        width: 100%;
        background: url("../static/images/about-us-header-graphic.png") center right;
        background-size: cover;
        position: absolute;
        z-index: -2; }
        @media (max-width: 1199px) {
          .p-page-about-us__banner::before {
            display: none; } }
    .p-page-about-us__blob {
      height: 100%;
      position: relative;
      padding-top: 21px; }
      .p-page-about-us__blob::before {
        content: "";
        top: 0;
        left: -180px;
        height: 100%;
        width: 1136px;
        background: url("../static/svg/about-us-blob.svg") center right;
        background-size: cover;
        position: absolute;
        z-index: -1; }
        @media (max-width: 1199px) {
          .p-page-about-us__blob::before {
            display: none; } }
    .p-page-about-us__breadcrumbs {
      color: #fff; }
      .p-page-about-us__breadcrumbs a {
        color: #fff; }
    .p-page-about-us__heading {
      color: #fff;
      font-size: 60px !important;
      line-height: 80px;
      letter-spacing: 1.7px;
      font-weight: 500;
      margin-top: 13px;
      font-family: "TeleNeo"; }
      @media (max-width: 767px) {
        .p-page-about-us__heading {
          margin-top: -9px;
          font-size: 35px !important; } }

.teleneo-p--normal {
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 767px) {
    .teleneo-p--normal {
      font-size: 14px; } }

.teleneo-p--30-thin {
  font-size: 30px;
  font-weight: 300; }

.col-text__container {
  padding: 30px 40px 80px 40px;
  position: relative; }
  @media (max-width: 1439px) {
    .col-text__container {
      padding: 30px 25px 80px 25px;
      position: static; } }
  .col-text__container .content {
    width: 578px;
    max-width: 100%; }

.col-text__h3 {
  font-size: 44px;
  font-weight: bold;
  line-height: 59px; }
  .col-text__h3--after {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    .col-text__h3--after:after {
      content: "";
      width: 89px;
      height: 2px;
      background-color: #e20074;
      bottom: 0;
      left: 0;
      position: absolute; }

.col-text__btn {
  position: absolute;
  left: 40px;
  bottom: 20px; }
  @media (max-width: 1439px) {
    .col-text__btn {
      left: 20px; } }

@media (min-width: 1440px) {
  .col-text--left .col-text__container {
    padding: 30px 40px 80px 24px; } }

.page-header {
  overflow: hidden; }
  .page-header__title {
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .page-header__title {
        margin-bottom: 15px; } }
  .page-header__text {
    max-width: 576px; }
  .page-header__breadcrumbs {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .page-header__breadcrumbs {
        padding-bottom: 10px; } }
  .page-header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 20px; }
  .page-header__container {
    position: relative;
    z-index: 3; }
  @media (max-width: 767px) {
    .page-header .o-grid__item {
      padding-right: 0; } }
  .page-header--bg-shape {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e20074;
    padding-bottom: 30px; }
    .page-header--bg-shape .img-bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: auto; }
      .page-header--bg-shape .img-bg--shape {
        z-index: 2;
        width: 50%;
        height: 100%; }
        @media (max-width: 1600px) {
          .page-header--bg-shape .img-bg--shape {
            width: 63%;
            height: auto; } }
        @media (max-width: 1439px) {
          .page-header--bg-shape .img-bg--shape {
            width: auto;
            height: 100%; } }
    @media (min-width: 1200px) {
      .page-header--bg-shape {
        min-height: 539px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-bottom: 30px; }
        .page-header--bg-shape:after, .page-header--bg-shape:before {
          display: none; } }
    @media (min-width: 1440px) {
      .page-header--bg-shape {
        min-height: 606px; } }
    @media (min-width: 1920px) {
      .page-header--bg-shape {
        min-height: 706px; } }
    @media (max-width: 991px) {
      .page-header--bg-shape {
        background-size: auto 60%;
        background-repeat: no-repeat;
        background-position: top 81% right 6%; }
        .page-header--bg-shape:after, .page-header--bg-shape:before {
          content: "";
          position: absolute;
          top: auto;
          bottom: 0;
          width: 100vw;
          display: block;
          background-position: bottom;
          background-size: cover; }
        .page-header--bg-shape:after {
          display: none; }
        .page-header--bg-shape:before {
          height: 47%;
          background-image: url(./../static/images/bg-top-ipad-eservis.png);
          top: 0;
          bottom: auto; } }
    @media (max-width: 575px) {
      .page-header--bg-shape {
        background-size: auto 50%;
        background-repeat: no-repeat;
        background-position: top 58% right 40%;
        padding-bottom: 30px; }
        .page-header--bg-shape:after {
          display: block;
          height: 44%;
          background-image: url(./../static/images/bg-eservis-bt.png); }
        .page-header--bg-shape:before {
          height: 47%;
          background-image: url(./../static/images/bg-top-mobile-eservis.png); } }
  .page-header__content {
    z-index: 4; }
  .page-header .subtitle {
    font-size: 60px;
    font-weight: 300;
    line-height: 80px;
    color: #fff;
    margin-bottom: 50px; }
    @media (max-width: 1439px) {
      .page-header .subtitle {
        font-size: 25px;
        line-height: 34px; } }

.eserwis-login {
  width: 100%;
  max-width: 448px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  margin: 0 0 0 auto; }
  @media (max-width: 1600px) {
    .eserwis-login {
      margin-top: 260px; } }
  @media (max-width: 1439px) {
    .eserwis-login {
      margin-top: 160px; } }
  @media (max-width: 991px) {
    .eserwis-login {
      margin-top: 201px; } }
  @media (max-width: 575px) {
    .eserwis-login {
      margin-top: 147px; } }
  .eserwis-login__h3 {
    margin-bottom: 40px; }
    .eserwis-login__h3 h3 {
      font-family: "Teleneo"; }
  .eserwis-login__head {
    padding: 0 20px;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media (max-width: 991px) {
      .eserwis-login__head {
        padding: 40px 20px; } }
  .eserwis-login__footer {
    padding: 40px 20px;
    border-top: 1px solid #e0e0e0; }
    @media (max-width: 991px) {
      .eserwis-login__footer {
        padding: 40px 20px; } }
    .eserwis-login__footer .text {
      margin-bottom: 13px;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      color: #000000;
      letter-spacing: 0.36px; }
    .eserwis-login__footer .link {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.28px; }

.section-light {
  background-color: #f4f4f4; }

.section-black {
  background-color: #000; }

.o-section {
  padding: 50px 0; }
  .o-section--normal {
    padding: 80px 0; }
    @media (max-width: 1439px) {
      .o-section--normal {
        padding: 40px 0; } }
  .o-section.overflow-hidden {
    overflow: hidden; }
  .o-section .row-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .o-section__bg {
    width: 100%;
    position: relative;
    overflow: visible; }
    @media (max-width: 1439px) {
      .o-section__bg {
        background-size: 0 0; } }
    @media (max-width: 1199px) {
      .o-section__bg.row-slider__slider {
        width: 500px;
        padding-left: 10px;
        padding-right: 10px;
        height: 100%; }
        .o-section__bg.row-slider__slider .o-container {
          padding-left: 0;
          padding-right: 0;
          height: 100%; } }
    @media (max-width: 991px) {
      .o-section__bg.row-slider__slider {
        width: 298px; } }
    .o-section__bg .rowBg {
      position: absolute;
      width: 843px;
      height: auto; }
      .o-section__bg .rowBg.left {
        left: -22%;
        top: 29%; }
      .o-section__bg .rowBg.right {
        right: -22%;
        top: 29%; }
      @media (max-width: 1439px) {
        .o-section__bg .rowBg {
          display: none; } }
  .o-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    @media (min-width: 1440px) {
      .o-section-row {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .o-section-row__wrapper {
          width: 100%;
          max-width: 736px; } }
    @media (min-width: 992px) {
      .o-section-row.space-y-80 {
        margin-bottom: 80px; } }
    @media (min-width: 1440px) {
      .o-section-row.max-height {
        max-height: 381px;
        overflow: hidden; } }
    .o-section-row.bg-white {
      background-color: #fff; }
    .o-section-row__col--2 {
      width: 50%; }
      @media (max-width: 1439px) {
        .o-section-row__col--2 {
          width: 100%; } }
      @media (max-width: 767px) {
        .o-section-row__col--2 {
          padding-top: 50px; }
          .o-section-row__col--2.no-padding-mobile {
            padding-top: 0; } }
      @media (min-width: 1440px) {
        .o-section-row__col--2 .o-section-col-video {
          padding-top: 35px; } }
    @media (min-width: 1440px) {
      .o-section-row.col-2-space-30 > div:first-child {
        padding-right: 15px; } }
    @media (min-width: 1440px) {
      .o-section-row.col-2-space-30 > div:last-child {
        padding-left: 15px; } }
    @media (max-width: 1439px) {
      .o-section-row {
        height: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (max-width: 1439px) {
      .o-section-row.xxl-col-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .o-section-bg--eservis {
    background-size: auto;
    background-position-y: top;
    background-position-x: right;
    background-repeat: no-repeat; }
    .o-section-bg--eservis.bg-image {
      background-image: url(./../static/images/bg-mobile-video-eservis.png); }
      @media (min-width: 1200px) {
        .o-section-bg--eservis.bg-image {
          background-image: url(./../static/images/maskbg-video-eservis-desktop.png);
          background-position: right;
          background-size: 1096px auto; } }
  .o-section--no-padding {
    padding: 0 0; }
  .o-section--404 {
    padding-top: 0 !important;
    padding-bottom: 0;
    height: 760px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    font-family: "Teleneo";
    overflow: hidden;
    z-index: 0; }
    @media (min-width: 2300px) {
      .o-section--404 {
        height: 35vw; } }
    @media (max-width: 767px) {
      .o-section--404 {
        height: 1200px !important; } }
    @media (max-width: 575px) {
      .o-section--404 {
        height: 1000px !important; } }
    @media (min-width: 2100px) {
      .o-section--404 {
        overflow-y: hidden; } }
    .o-section--404::before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: -2;
      background-image: url("../static/images/background-404.png");
      background-size: cover;
      background-position-y: bottom;
      background-position-x: center; }
      @media (max-width: 991px) {
        .o-section--404::before {
          width: 1920px;
          left: -600px;
          left: calc(50vw - 1080px);
          background-size: auto;
          background-repeat: no-repeat;
          background-position-x: right; } }
      @media (max-width: 767px) {
        .o-section--404::before {
          -webkit-transform: scale(0.8, 0.8);
                  transform: scale(0.8, 0.8);
          -webkit-transform-origin: bottom center;
                  transform-origin: bottom center;
          left: calc(50vw - 1270px); } }
      @media (max-width: 575px) {
        .o-section--404::before {
          -webkit-transform: scale(0.6, 0.6);
                  transform: scale(0.6, 0.6);
          -webkit-transform-origin: bottom center;
                  transform-origin: bottom center;
          left: calc(50vw - 1200px); } }
    .o-section--404__blob {
      height: 760px;
      width: 1024px;
      position: relative; }
      .o-section--404__blob::before {
        content: "";
        top: 0;
        left: -200px;
        width: 1000px;
        height: 100%;
        position: absolute;
        background-image: url("../static/svg/background-404-blob.svg");
        background-repeat: no-repeat;
        padding: 22px 210px 0;
        z-index: -1; }
        @media (max-width: 991px) {
          .o-section--404__blob::before {
            -webkit-transform-origin: top left;
                    transform-origin: top left;
            -webkit-transform: scale(0.8, 0.8);
                    transform: scale(0.8, 0.8); } }
        @media (max-width: 767px) {
          .o-section--404__blob::before {
            height: 140%;
            left: calc(-564px + 45vw);
            -webkit-transform-origin: center center;
                    transform-origin: center center;
            -webkit-transform: scale(1.4, 1.4);
                    transform: scale(1.4, 1.4); } }
        @media (max-width: 575px) {
          .o-section--404__blob::before {
            height: 140%;
            left: calc(-574px + 55vw);
            -webkit-transform-origin: center center;
                    transform-origin: center center;
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1);
            top: -33px; } }
    .o-section--404__content {
      width: 593px;
      max-width: 100%;
      color: #fff;
      padding-top: 25px; }
      @media (max-width: 991px) {
        .o-section--404__content {
          -webkit-transform-origin: top left;
                  transform-origin: top left;
          -webkit-transform: scale(0.8, 0.8) translate(-50px, 0);
                  transform: scale(0.8, 0.8) translate(-50px, 0); } }
      @media (max-width: 767px) {
        .o-section--404__content {
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); } }
      .o-section--404__content a {
        color: #fff; }
    .o-section--404__title.c-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #fff;
      font-size: 60px;
      line-height: 80px;
      margin: 0;
      font-weight: 400; }
      @media (max-width: 991px) {
        .o-section--404__title.c-title {
          font-size: 45px; } }
      @media (max-width: 575px) {
        .o-section--404__title.c-title {
          font-size: 35px;
          line-height: 45px; } }
      @media (max-width: 340px) {
        .o-section--404__title.c-title {
          font-size: 32px;
          line-height: 42px; } }
    .o-section--404__info {
      color: #fff;
      font-size: 20px;
      line-height: 27px;
      font-weight: 400 !important;
      margin-bottom: 33px;
      font-family: "Teleneo"; }
      @media (max-width: 575px) {
        .o-section--404__info {
          margin-top: 12px;
          margin-bottom: 31px; } }
    .o-section--404__label {
      font-size: 20px;
      line-height: 27px; }
      @media (max-width: 991px) {
        .o-section--404__label {
          display: block; } }
    .o-section--404__button.c-btn {
      margin-top: 37px;
      width: 264px; }
      @media (max-width: 575px) {
        .o-section--404__button.c-btn {
          margin-left: auto;
          margin-right: auto;
          max-width: 100%;
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; } }
  .o-section-tmobile-video {
    overflow: hidden;
    min-height: 540px;
    padding-top: 61px; }
    @media (max-width: 1199px) {
      .o-section-tmobile-video:not(.no-spaces) {
        padding-top: 261px;
        margin-top: -280px; } }
    @media (max-width: 991px) {
      .o-section-tmobile-video:not(.no-spaces) {
        margin-top: -240px; } }
    @media (max-width: 767px) {
      .o-section-tmobile-video:not(.no-spaces) {
        margin-top: -200px; } }
    @media (max-width: 991px) {
      .o-section-tmobile-video.o-section-bg {
        background-position: bottom;
        background-size: contain; } }
    .o-section-tmobile-video__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      overflow: visible; }
      @media (max-width: 1199px) {
        .o-section-tmobile-video__container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .o-section-tmobile-video__container::before {
        background-image: url("../static/svg/tmobile-video-bg.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        right: -324px;
        top: -374px;
        width: 1070px;
        height: 810px;
        position: absolute;
        overflow: visible;
        content: "";
        z-index: -10; }
        @media (max-width: 1450px) {
          .o-section-tmobile-video__container::before {
            right: calc(-1054px + 50vw); } }
        @media (max-width: 1199px) {
          .o-section-tmobile-video__container::before {
            background-size: 134%;
            right: -169px;
            top: -695px;
            width: 1249px;
            height: 1210px;
            background-position: center center; } }
        @media (max-width: 991px) {
          .o-section-tmobile-video__container::before {
            background-size: calc(200px + 132vw);
            right: -283px;
            top: -664px;
            width: 1194px;
            height: 1060px; } }
        @media (max-width: 767px) {
          .o-section-tmobile-video__container::before {
            background-size: calc(670px + 81vw);
            right: -381px;
            top: -655px;
            width: 1194px;
            height: 1060px; } }
    .o-section-tmobile-video__wysiwyg p {
      font-size: 18px;
      line-height: 25px; }
    .o-section-tmobile-video__wysiwyg a {
      color: #e20074;
      font-weight: bold; }
    .o-section-tmobile-video__wrap {
      max-width: 48.5%; }
      @media (max-width: 1199px) {
        .o-section-tmobile-video__wrap {
          max-width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .o-section-tmobile-video__text {
      -webkit-transition: 1s;
      transition: 1s;
      overflow: hidden; }
    .o-section-tmobile-video__text-preview {
      max-width: 736px;
      font-weight: 900; }
      @media (max-width: 1199px) {
        .o-section-tmobile-video__text-preview {
          max-width: 100%; } }
    .o-section-tmobile-video__text-detailed {
      max-width: 736px; }
      @media (max-width: 1199px) {
        .o-section-tmobile-video__text-detailed {
          max-width: 100%; } }
    .o-section-tmobile-video .exercept {
      text-overflow: ellipsis;
      max-height: calc(25px * 12 + 18px); }
      @media (max-width: 1199px) {
        .o-section-tmobile-video .exercept {
          max-height: 150px; } }
    .o-section-tmobile-video__video {
      width: 640px;
      max-width: 49%;
      height: 380px;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative; }
      @media (max-width: 1199px) {
        .o-section-tmobile-video__video {
          width: 100%;
          max-width: 100%;
          padding-bottom: 56.25%;
          height: 0;
          margin-bottom: 50px; } }
      @media (max-width: 767px) {
        .o-section-tmobile-video__video {
          margin-top: -6px; } }
      .o-section-tmobile-video__video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    .o-section-tmobile-video__video-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: 118%;
      background-position: center center;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .o-section-tmobile-video__video-cover::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 88, 89, 0.4)), to(rgba(0, 0, 0, 0.4)));
        background-image: linear-gradient(to bottom, rgba(87, 88, 89, 0.4), rgba(0, 0, 0, 0.4));
        z-index: 2; }
    .o-section-tmobile-video__play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 106px;
      height: 106px;
      border-radius: 50%;
      background-color: #e20074;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 10px;
      z-index: 2;
      cursor: pointer; }
      @media (max-width: 767px) {
        .o-section-tmobile-video__play-button {
          width: 67px;
          height: 67px; }
          .o-section-tmobile-video__play-button svg {
            -webkit-transform: scale(0.7, 0.7);
                    transform: scale(0.7, 0.7); } }
    .o-section-tmobile-video__play-title {
      color: white;
      font-size: 32px;
      line-height: 41px;
      font-weight: 900;
      display: block;
      margin: 35px 32px;
      z-index: 3; }
      .o-section-tmobile-video__play-title::before {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 32px;
        width: calc(100% - 2 * 32px);
        border-bottom: 1px solid #e20074; }
        @media (max-width: 767px) {
          .o-section-tmobile-video__play-title::before {
            bottom: 16px;
            left: 22px;
            width: calc(100% - 2 * 20px); } }
      @media (max-width: 767px) {
        .o-section-tmobile-video__play-title {
          font-size: calc(9px + 2vw);
          margin: 13px 22px; } }
    .o-section-tmobile-video__button {
      width: 170px;
      height: 42px;
      background-color: transparent;
      font-size: 18px !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 14px;
      padding: 0 10px !important;
      cursor: pointer; }
      .o-section-tmobile-video__button path {
        stroke: #1a1a1a !important; }
      .o-section-tmobile-video__button:focus {
        background-color: initial !important;
        color: initial !important; }
        .o-section-tmobile-video__button:focus path {
          stroke: #1a1a1a !important; }
      .o-section-tmobile-video__button:hover {
        background-color: #1a1a1a !important;
        color: #fff !important; }
        .o-section-tmobile-video__button:hover path {
          stroke: white !important; }
      .o-section-tmobile-video__button svg {
        margin-right: 10px; }
  .o-section-about-dt {
    background-color: #f4f4f4;
    min-height: 454px; }
    .o-section-about-dt__title {
      font-size: 60px !important;
      font-weight: 900 !important;
      font-family: "TeleNeo";
      margin-top: 19px;
      letter-spacing: 2px;
      margin-bottom: 48px; }
      @media (max-width: 767px) {
        .o-section-about-dt__title {
          font-size: 35px !important;
          margin-top: 9px;
          letter-spacing: 1.4px;
          margin-bottom: 48px;
          line-height: 1.15; } }
    .o-section-about-dt__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1199px) {
        .o-section-about-dt__container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .o-section-about-dt__wrap {
      width: 53%; }
      @media (max-width: 1199px) {
        .o-section-about-dt__wrap {
          width: 100%; } }
    .o-section-about-dt__text {
      font-size: 18px;
      line-height: 25px; }
    .o-section-about-dt__logo {
      width: 470px;
      max-width: 100%;
      padding: 0 48px;
      padding-right: 70px;
      margin: 25px auto 10px; }
      .o-section-about-dt__logo svg {
        width: 100%; }
  .o-section-our-clients {
    padding-bottom: 80px; }
    .o-section-our-clients__show-button {
      display: none;
      text-align: center;
      max-width: -webkit-fit-content;
      max-width: -moz-fit-content;
      max-width: fit-content;
      margin: 60px auto;
      margin-bottom: 0;
      padding: 10px; }
      @media (max-width: 991px) {
        .o-section-our-clients__show-button {
          display: block; } }
    .o-section-our-clients__second-list {
      -webkit-transition: 1s all;
      transition: 1s all;
      margin-top: 50px; }
      @media (max-width: 991px) {
        .o-section-our-clients__second-list {
          overflow: hidden;
          max-height: 0; } }
      .o-section-our-clients__second-list--active {
        -webkit-transition: 1s all;
        transition: 1s all;
        margin-top: 20px; }
    .o-section-our-clients__container {
      position: relative; }
      .o-section-our-clients__container:not(.no-bg)::before {
        position: absolute;
        top: -50px;
        left: -200px;
        content: "";
        background-image: url("../static/svg/our-clients-blog.svg");
        width: 630px;
        height: 240px;
        z-index: -1; }
        @media (max-width: 767px) {
          .o-section-our-clients__container:not(.no-bg)::before {
            top: -86px;
            left: -223px;
            -webkit-transform: scale(0.7, 0.7);
                    transform: scale(0.7, 0.7); } }
    .o-section-our-clients__img-box {
      min-height: 100px; }
    .o-section-our-clients__text {
      font-size: 17px; }
      @media (min-width: 768px) {
        .o-section-our-clients__text {
          margin-right: -80px; } }
    .o-section-our-clients__title {
      font-size: 60px;
      font-weight: 700 !important;
      padding-top: 20px;
      font-family: "TeleNeo";
      margin-bottom: 64px; }
      @media (max-width: 991px) {
        .o-section-our-clients__title {
          padding-top: 20px;
          font-size: 42px !important; } }
      @media (max-width: 767px) {
        .o-section-our-clients__title {
          padding-top: 3px;
          font-size: 35px !important; } }
    .o-section-our-clients__list {
      padding-left: 10px;
      margin-top: 120px; }
      @media (max-width: 991px) {
        .o-section-our-clients__list {
          margin-top: 80px;
          padding-left: 0px; } }
      @media (max-width: 767px) {
        .o-section-our-clients__list {
          margin-right: 0; } }
    .o-section-our-clients__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .o-section-our-clients__item {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-right: 128px; }
      .o-section-our-clients__item:not(.height-auto) {
        height: 354px; }
        @media (max-width: 767px) {
          .o-section-our-clients__item:not(.height-auto) {
            height: 282px;
            padding-left: 5px !important;
            padding-right: 5px !important; } }
      .o-section-our-clients__item:not(.no-border) {
        border-bottom: 2px solid #f4f4f4; }
      @media (max-width: 991px) {
        .o-section-our-clients__item {
          padding-right: 0; } }
      .o-section-our-clients__item--small {
        max-height: 80px;
        border-bottom: none;
        font-size: 30px;
        padding-top: 40px;
        padding-bottom: 66px; }
      .o-section-our-clients__item--home {
        padding-top: 0;
        padding-bottom: 0px; }
    .o-section-our-clients__client {
      height: 100%;
      max-width: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0; }
      @media (max-width: 767px) {
        .o-section-our-clients__client {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .o-section-our-clients__client--home {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative;
        padding-bottom: 80px; }
        @media (max-width: 767px) {
          .o-section-our-clients__client--home {
            padding-top: 40px; } }
        .o-section-our-clients__client--home .o-section-our-clients__button {
          position: absolute;
          bottom: 0;
          left: 0; }
    .o-section-our-clients__brand-logo {
      height: 120px;
      max-width: 100%;
      margin-right: auto;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 767px) {
        .o-section-our-clients__brand-logo {
          max-width: 100%;
          margin: auto; } }
    .o-section-our-clients__pink-border {
      width: 80px;
      border-bottom: 2px solid #e20074; }
      @media (max-width: 767px) {
        .o-section-our-clients__pink-border {
          margin-top: 10px;
          margin-right: auto; } }
      .o-section-our-clients__pink-border.space {
        margin-top: 50px;
        margin-bottom: 50px; }
    .o-section-our-clients__button.c-btn {
      height: 42px;
      width: 180px;
      background-color: transparent;
      border: 1px solid #6b6b6b;
      border-radius: 4px;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px;
      font-family: "Teleneo";
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer; }
      @media (max-width: 767px) {
        .o-section-our-clients__button.c-btn {
          width: 100%;
          max-width: 160px;
          font-size: 16px;
          margin-top: 30px; } }
      @media (max-width: 575px) {
        .o-section-our-clients__button.c-btn {
          width: 100%;
          font-size: calc(8px + 1.5vw); } }
    .o-section-our-clients__brand-name {
      margin-bottom: 20px;
      font-family: "Teleneo"; }
      @media (max-width: 575px) {
        .o-section-our-clients__brand-name {
          font-size: calc(8px + 5vw); } }
    .o-section-our-clients__bottom-border {
      margin-top: -18px;
      display: block;
      height: 0;
      width: 100%;
      border-bottom: 2px solid #f4f4f4; }
  .o-section-box-element {
    min-height: 240px;
    background-color: #1063ad;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 5; }
    @media (max-width: 991px) {
      .o-section-box-element {
        min-height: 300px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .o-section-box-element.blue-background {
      background-color: #1063ad; }
    .o-section-box-element.white-background {
      background-color: #fff !important; }
      .o-section-box-element.white-background .o-section-box-element__heading {
        color: #1a1a1a; }
    .o-section-box-element.black-background {
      background-color: #000 !important; }
      .o-section-box-element.black-background .o-section-box-element__heading {
        color: white !important; }
    .o-section-box-element.grey-background {
      background-color: #d0d0d0 !important; }
      .o-section-box-element.grey-background .o-section-box-element__heading {
        color: black !important; }
    .o-section-box-element__container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 991px) {
        .o-section-box-element__container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .o-section-box-element__heading {
      color: white;
      font-size: 48px;
      line-height: 55px;
      margin: auto 0;
      padding-right: 90px;
      font-weight: 200;
      font-family: "Teleneo"; }
      @media (max-width: 1199px) {
        .o-section-box-element__heading {
          font-size: 35px;
          line-height: 45px;
          padding-right: 60px;
          margin: 0; } }
      @media (max-width: 991px) {
        .o-section-box-element__heading {
          text-align: center;
          width: 100%;
          max-width: 100%;
          margin-bottom: 45px;
          padding-right: 0; } }
    .o-section-box-element__button.c-btn {
      max-width: 40%;
      min-width: 450px;
      min-height: 84px;
      font-family: "Teleneo";
      border-radius: 8px;
      font-size: 36px;
      line-height: 48px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-width: 2px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 1199px) {
        .o-section-box-element__button.c-btn {
          min-height: 62px;
          font-size: 30px;
          line-height: 36px;
          padding: 12px 20px;
          min-width: 350px; } }
      @media (max-width: 991px) {
        .o-section-box-element__button.c-btn {
          min-height: 42px;
          font-size: 18px;
          line-height: 24px;
          margin: 0;
          margin-top: auto;
          min-width: 225px;
          max-width: 100%;
          padding: 5px 20px; } }

.section-video {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }
  .section-video .p-relative {
    position: relative; }
  .section-video__h1 {
    position: absolute;
    z-index: 99;
    left: 19px;
    top: 96px;
    color: #fff;
    width: 750px;
    max-width: 100%;
    font-size: 60px;
    font-weight: normal;
    z-index: 12;
    font-family: "Teleneo"; }
    @media (max-width: 1559px) {
      .section-video__h1 {
        left: 15px;
        top: 36px; } }
    @media (max-width: 1439px) {
      .section-video__h1 {
        top: 42px; } }
    @media (max-width: 1199px) {
      .section-video__h1 {
        font-size: 50px;
        line-height: 60px;
        max-width: 400px;
        left: 15px;
        top: 36px; } }
    @media (max-width: 991px) {
      .section-video__h1 {
        left: 19px;
        letter-spacing: 0.59px;
        font-size: 38px;
        line-height: 40px; } }
    @media (max-width: 575px) {
      .section-video__h1 {
        top: 28px;
        left: 19px;
        max-width: 80%;
        font-size: 25px; } }
  .section-video__body {
    overflow: hidden; }
    .section-video__body.bg-pink {
      position: relative; }
      .section-video__body.bg-pink::after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(./../src/images/video-section-bg.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        top: -21.5%;
        left: -10px;
        width: 62%;
        height: 124%;
        z-index: 11; }
        @media (max-width: 1439px) {
          .section-video__body.bg-pink::after {
            left: -9%;
            left: 0;
            width: 72%;
            background-size: contain; } }
        @media (max-width: 991px) {
          .section-video__body.bg-pink::after {
            width: 100%;
            top: -26%;
            background-size: contain;
            background-position: inherit; } }
        @media (max-width: 767px) {
          .section-video__body.bg-pink::after {
            background-size: cover;
            background-image: url(./../src/images/video-section-bg-mobile.png);
            top: -39%; } }
  .section-video .video-wrapper__thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0;
    z-index: 10;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 767px) {
      .section-video .video-wrapper__thumb {
        top: 13%; } }
  .section-video .section-video-btn-close {
    display: none; }
  .section-video-btn {
    position: absolute;
    z-index: 666;
    top: 48%;
    left: 81.6%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
    z-index: 12; }
    @media (max-width: 991px) {
      .section-video-btn {
        top: 75%;
        left: 50%; } }
    .section-video-btn-label {
      margin-left: 20px; }
    .section-video-btn button {
      width: 310px;
      max-width: 100%;
      color: #fff;
      border: 1px solid #e20074;
      background-color: #e20074;
      position: relative;
      font-size: 30px;
      border-radius: 8px;
      padding: 12px 4px; }
      @media (max-width: 991px) {
        .section-video-btn button {
          width: 180px;
          font-size: 18px;
          padding: 10px 4px; } }
      .section-video-btn button:hover, .section-video-btn button:focus {
        cursor: pointer;
        outline: 0;
        color: #fff;
        background: #a72263;
        border-color: #a72263; }
      .section-video-btn button svg {
        width: 28px;
        height: 24px;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 991px) {
          .section-video-btn button svg {
            width: 18px;
            height: 19px;
            margin-right: 5px; } }
    .section-video-btn-close {
      position: absolute;
      top: 19px;
      right: 0;
      z-index: 99;
      background-color: transparent;
      border: none;
      cursor: pointer; }
      .section-video-btn-close button {
        background-color: transparent;
        border: none;
        outline: none; }
        .section-video-btn-close button:focus {
          outline: none; }
  .section-video.video-active .section-video-btn,
  .section-video.video-active .video-wrapper__thumb,
  .section-video.video-active .section-video__h1,
  .section-video.video-active .bg-pink:after {
    display: none; }
  .section-video.video-active .section-video-btn-close {
    display: block; }
  .section-video .ytp-large-play-button {
    left: 70%; }

.section-infobox {
  overflow: hidden; }
  .section-infobox__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: baseline;
        align-self: baseline;
    position: relative;
    width: 87px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin-right: 23px; }
    .section-infobox__icon img {
      width: 87px;
      height: auto;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 991px) {
        .section-infobox__icon img {
          width: 44px;
          top: 18px; } }
  .section-infobox__text {
    margin-bottom: 0;
    font-size: 20px;
    padding: 18px 0; }
    @media (max-width: 767px) {
      .section-infobox__text {
        font-size: 14px;
        line-height: 19px; } }
    .section-infobox__text p {
      margin: 0 0; }
    @media (max-width: 767px) {
      .section-infobox__text {
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px; } }
  .section-infobox__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-infobox__link {
    margin-left: 32px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline; }
    @media (max-width: 767px) {
      .section-infobox__link {
        font-size: 16px; } }

.blog__wrapper {
  overflow: hidden; }

.blog__flex-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .blog__flex-wrapper .scroll-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 992px) {
      .blog__flex-wrapper .scroll-menu {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .blog__flex-wrapper .block-recomended-post {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 992px) {
      .blog__flex-wrapper .block-recomended-post {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

@media (min-width: 1200px) {
  .for-clients {
    padding-top: 70px; } }

.for-clients__title {
  font-weight: bold;
  font-size: 60px;
  line-height: 65px;
  margin-bottom: 73px; }

.for-clients .custom-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 1199px) {
    .for-clients .custom-container {
      max-width: 100% !important;
      width: 100% !important; } }

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 540px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1080px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1300px; } }
  @media (min-width: 1560px) {
    .container {
      max-width: 1524px; } }
  @media (min-width: 992px) {
    .container.no-padding-lg {
      padding: 0 0; } }
  .container.no-padding {
    padding: 0 0; }

.section-offer__container {
  margin: 0 auto; }

.section-offer.black {
  background-color: #000; }
  @media (max-width: 991px) {
    .section-offer.black {
      margin-top: 0;
      overflow-x: hidden; } }

.section-offer__boxes {
  display: grid;
  grid-template-columns: auto auto auto auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-gap: 15px 15px; }
  @media (max-width: 1600px) {
    .section-offer__boxes {
      grid-template-columns: auto auto auto; } }
  @media (max-width: 1199px) {
    .section-offer__boxes {
      grid-template-columns: auto auto; } }
  @media (max-width: 767px) {
    .section-offer__boxes {
      grid-template-columns: auto;
      grid-gap: 0; } }
  .section-offer__boxes-bg {
    position: absolute;
    width: 547px;
    height: auto;
    top: 0;
    left: -70px;
    z-index: 2; }
    @media (max-width: 767px) {
      .section-offer__boxes-bg {
        width: 560px;
        left: calc(40vw - 332px); } }

.section-offer__item {
  width: 350px;
  max-width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .section-offer__item {
      width: 100%;
      margin-bottom: 20px; } }

.section-offer__h2.c-title {
  line-height: 65px; }
  @media (max-width: 767px) {
    .section-offer__h2.c-title {
      font-size: 35px;
      line-height: 45px; } }

.section-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  position: relative; }
  .section-flexbox__item-50 {
    width: 50%; }
    @media (max-width: 767px) {
      .section-flexbox__item-50 {
        width: 100%; } }
  .section-flexbox__link {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
    padding-right: 20px;
    text-align: right; }
    @media (max-width: 1199px) {
      .section-flexbox__link {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        text-align: center;
        padding-top: 70px;
        max-width: 226px;
        padding-right: 0;
        margin: 0 auto; } }
    .section-flexbox__link:hover {
      text-decoration: none;
      color: #e20074 !important; }
  .section-flexbox__item-100 {
    width: 100%; }
  .section-flexbox__list {
    margin-top: 30px; }

.carts-slider {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (max-width: 767px) {
    .carts-slider {
      padding-bottom: 20px; } }
  .carts-slider .o-section-our-clients__item.o-grid__item.xs-6 {
    width: 400px;
    max-width: 400px; }
    @media (max-width: 767px) {
      .carts-slider .o-section-our-clients__item.o-grid__item.xs-6 {
        width: 250px;
        max-width: 250px; } }
    @media (min-width: 1440px) {
      .carts-slider .o-section-our-clients__item.o-grid__item.xs-6 {
        width: 50%;
        max-width: 50%; } }

.section-our-actions {
  padding-bottom: 85px;
  padding-top: 80px; }
  @media (min-width: 1440px) {
    .section-our-actions {
      padding-bottom: 60px; } }

.section-new-post {
  padding-bottom: 70px;
  padding-top: 60px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .section-new-post {
      padding-bottom: 80px; } }
  .section-new-post__bg {
    position: absolute;
    top: -154px;
    left: -31px;
    z-index: 0;
    width: 762px; }
    @media (max-width: 1919px) {
      .section-new-post__bg {
        top: 0;
        left: -0%;
        width: 30%;
        height: 130px; }
        .section-new-post__bg svg {
          width: 686px;
          height: auto;
          position: absolute;
          max-width: 668px;
          right: 50%;
          top: 50%;
          -webkit-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); } }
    @media (max-width: 1439px) {
      .section-new-post__bg {
        top: 0;
        left: -0%;
        width: 100%;
        height: 130px;
        max-width: 400px; }
        .section-new-post__bg svg {
          width: 686px;
          height: auto;
          position: absolute;
          max-width: 668px;
          right: -53px;
          top: -115px;
          -webkit-transform: translate(0%, 0);
                  transform: translate(0%, 0); } }
  .section-new-post__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-new-post__title {
    max-width: 400px; }
  .section-new-post .c-title {
    width: 350px;
    max-width: 100%;
    margin-bottom: 0;
    margin-bottom: 70px; }
    @media (max-width: 991px) {
      .section-new-post .c-title {
        max-width: 273px; } }
  @media (min-width: 1560px) {
    .section-new-post__post-body {
      margin-bottom: 20px !important; } }

.section-new-post--products .section-new-post__header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.section-new-post--products .c-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.section-hero-large {
  position: relative;
  z-index: 1;
  min-height: 539px;
  overflow: hidden;
  background-size: 170%;
  background-position: -220px 240px;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .section-hero-large {
      min-height: 1112px;
      background-size: cover;
      background-position: center top; } }
  .section-hero-large .container {
    position: relative;
    z-index: 1; }
    @media (max-width: 991px) {
      .section-hero-large .container {
        width: 100%;
        max-width: 100%; } }
  .section-hero-large__area {
    width: auto;
    margin: 0 auto;
    min-height: 261px;
    margin: 0 -23px; }
    @media (max-width: 991px) {
      .section-hero-large__area {
        background-image: none !important;
        background-color: #e20074;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px; } }
    @media (min-width: 992px) {
      .section-hero-large__area {
        height: 522px;
        width: 904px; } }
    @media (min-width: 992px) {
      .section-hero-large__area {
        margin: 0 auto;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat; } }
    @media (min-width: 1200px) {
      .section-hero-large__area {
        margin: 0 0 0 30px; } }
  .section-hero-large__area-inner {
    padding: 22px 25px 0; }
    @media (min-width: 992px) {
      .section-hero-large__area-inner {
        padding: 12px 0 0 43px;
        max-width: 680px;
        margin: 0 auto; } }
  .section-hero-large__time {
    margin-bottom: 16px !important;
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .section-hero-large__time {
        margin-bottom: 23px !important; } }
  .section-hero-large__title {
    font-family: "Teleneo";
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #fff; }
    @media (min-width: 992px) {
      .section-hero-large__title {
        font-size: 60px;
        line-height: 65px; } }
  .section-hero-large:before {
    position: absolute;
    z-index: 0;
    display: block;
    top: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(52%, rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 52%, white 100%); }
    @media (min-width: 992px) {
      .section-hero-large:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(82%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 0.4) 100%); } }
  .section-hero-large:after {
    position: absolute;
    z-index: 0;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 992px) {
      .section-hero-large:after {
        background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, white), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(white), color-stop(30%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to right, white 0%, white 10%, rgba(255, 255, 255, 0) 100%), linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 30%); } }
  .section-hero-large .badge-time__time {
    padding-top: 4px;
    font-weight: 300; }

.post-page {
  background: #fff; }
  .post-page__content {
    max-width: 1120px;
    position: relative;
    z-index: 2;
    padding: 50px 30px;
    margin: -200px auto 0; }
    @media (min-width: 992px) {
      .post-page__content {
        margin: -690px auto 0;
        padding: 50px 60px;
        background: #fff; } }
    @media (max-width: 991px) {
      .post-page__content h2 {
        font-size: 20px !important;
        line-height: 25px !important; } }
  .post-page__date {
    margin-top: 35px !important;
    font-family: "Teleneo";
    font-size: 18px; }
    @media (min-width: 992px) {
      .post-page__date {
        margin-top: 0 !important; } }
  .post-page__featured-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .post-page .read-more {
    border: 2px solid #e20074;
    padding: 25px 12px 0; }
    @media (max-width: 1199px) {
      .post-page .read-more {
        width: 278px;
        height: 278px;
        margin: 0 auto;
        color: #e20074; }
        .post-page .read-more__text {
          font-size: 22px;
          line-height: 29px;
          font-weight: bold;
          text-align: center; }
        .post-page .read-more__desktop-block {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .post-page .read-more__figure svg {
          width: 96px;
          height: 94px; } }

.single-produkty img {
  max-width: 100%; }

.single-produkty .section-product-news__title {
  margin-bottom: 36px; }
  @media (min-width: 768px) {
    .single-produkty .section-product-news__title {
      margin-bottom: 74px; } }

.section-product-top {
  padding: 47px 0 58px;
  position: relative; }
  @media (min-width: 768px) {
    .section-product-top {
      padding: 70px 0 58px; } }
  @media (min-width: 992px) {
    .section-product-top__bg img {
      position: absolute;
      right: 0;
      top: 50%;
      max-width: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .section-product-top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 992px) {
      .section-product-top__content {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .section-product-top__img {
    text-align: center; }
    .section-product-top__img img {
      max-width: 100%; }
  .section-product-top__title {
    font-family: "Teleneo";
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 43px; }
    @media (min-width: 768px) {
      .section-product-top__title {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 25px; }
        .section-product-top__title.h2 {
          font-size: 60px;
          line-height: 65px; } }
  .section-product-top__desc {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 55px; }
    @media (min-width: 768px) {
      .section-product-top__desc {
        margin-bottom: 75px; } }
    @media (max-width: 767px) {
      .section-product-top__desc .p-no-mg-bottom p {
        margin-bottom: 0; } }
  .section-product-top__btn {
    text-align: center;
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .section-product-top__btn {
        text-align: left;
        margin-bottom: 0; } }

.section-product-offer {
  background-color: #f4f4f4;
  padding: 52px 0 88px;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .section-product-offer {
      padding: 77px 0 90px; } }
  .section-product-offer__header {
    margin-bottom: 52px;
    color: #000; }
    @media (min-width: 768px) {
      .section-product-offer__header {
        margin-bottom: 83px; } }
  .section-product-offer__title {
    margin-bottom: 44px;
    color: #000 !important; }
    @media (min-width: 768px) {
      .section-product-offer__title {
        margin-bottom: 0; } }
  .section-product-offer__desc {
    font-size: 18px;
    line-height: 25px; }
  .section-product-offer__slider {
    margin-right: -23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px; }
    @media (min-width: 576px) {
      .section-product-offer__slider {
        margin-right: -15px; } }
    @media (min-width: 1200px) {
      .section-product-offer__slider {
        padding-bottom: 0;
        margin: 0 -16px; } }
    .section-product-offer__slider .slick-track {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }

.product-offer-slide {
  background-color: #1a1a1a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 8px;
  width: 276px;
  height: inherit !important; }
  @media (min-width: 768px) {
    .product-offer-slide--4 {
      margin: 0 16px;
      width: 352px; } }
  @media (min-width: 768px) {
    .product-offer-slide--3 {
      margin: 0 16px;
      width: 480px; } }
  .product-offer-slide__header {
    padding: 36px 20px;
    background-color: #e20074;
    border-radius: 0px 0px 12px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 800; }
    @media (min-width: 768px) {
      .product-offer-slide__header {
        padding: 33px 33px 38px; } }
    .product-offer-slide__header .small {
      display: inline-block;
      font-size: 22px;
      line-height: 29px;
      font-weight: 400;
      margin-bottom: 9px; }
      @media (min-width: 768px) {
        .product-offer-slide__header .small {
          margin-bottom: 15px; } }
  .product-offer-slide__icon {
    margin-right: 16px;
    width: 73px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .product-offer-slide__icon {
        margin-right: 30px; } }
  .product-offer-slide__body {
    font-size: 16px;
    line-height: 20px;
    font-family: "Teleneo";
    padding: 40px 23px 43px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product-offer-slide__body ul {
      margin: 0; }
      .product-offer-slide__body ul li {
        padding-left: 20px;
        margin-bottom: 14px;
        position: relative; }
        .product-offer-slide__body ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 6px;
          width: 7px;
          height: 7px;
          background-color: #e20074; }
    @media (min-width: 768px) {
      .product-offer-slide__body {
        padding: 32px 42px 26px;
        font-size: 20px;
        line-height: 24px; }
        .product-offer-slide__body ul li {
          padding-left: 27px;
          margin-bottom: 17px; } }
  .product-offer-slide__btn {
    text-align: center;
    margin-top: 13px; }

.section-product-partners {
  padding: 52px 0 40px; }
  @media (min-width: 768px) {
    .section-product-partners {
      padding: 50px 0 92px; } }
  .section-product-partners__content {
    position: relative; }
    .section-product-partners__content::before {
      content: "";
      position: absolute;
      left: -100px;
      top: -160px;
      width: 443px;
      height: 305px;
      background-image: url("../static/svg/partners-bck.svg");
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1; }
      @media (min-width: 768px) {
        .section-product-partners__content::before {
          top: -220px;
          left: -170px;
          width: 550px;
          height: 379px; } }
      @media (min-width: 992px) {
        .section-product-partners__content::before {
          top: -180px;
          left: -170px;
          width: 550px;
          height: 379px; } }
      @media (min-width: 1200px) {
        .section-product-partners__content::before {
          top: -200px;
          left: -200px;
          width: 696px;
          height: 480px; } }

.product-partners {
  margin-top: 70px; }
  @media (min-width: 992px) {
    .product-partners {
      margin-top: 0; } }

.product-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f4f4f4;
  width: 100%;
  height: 250px;
  padding: 10px;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  margin-bottom: 20px; }
  .product-partner:hover {
    border-color: #e20074; }
  @media (min-width: 768px) {
    .product-partner {
      height: 190px; } }
  @media (min-width: 1200px) {
    .product-partner {
      height: 260px; } }

.section-advantages {
  padding: 53px 0 90px; }
  @media (min-width: 768px) {
    .section-advantages {
      padding: 77px 0 90px; } }
  .section-advantages__slider {
    margin-top: 52px; }
    @media (min-width: 768px) {
      .section-advantages__slider {
        margin-top: 88px; } }
    .section-advantages__slider .slick-prev,
    .section-advantages__slider .slick-next {
      width: 28px;
      height: 40px;
      top: 10px;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      background-color: transparent;
      background-size: contain;
      background-position: center center;
      z-index: 10; }
      @media (min-width: 768px) {
        .section-advantages__slider .slick-prev,
        .section-advantages__slider .slick-next {
          width: 46px;
          height: 66px; } }
      .section-advantages__slider .slick-prev.slick-disabled,
      .section-advantages__slider .slick-next.slick-disabled {
        opacity: 0.4; }
    .section-advantages__slider .slick-prev {
      background-image: url("../static/svg/slider-prev.svg");
      left: 0; }
    .section-advantages__slider .slick-next {
      background-image: url("../static/svg/slider-next.svg");
      right: 0; }
    .section-advantages__slider .slick-dots li button {
      opacity: 0.2; }
      .section-advantages__slider .slick-dots li button:hover {
        opacity: 1;
        background-color: #fff; }
    .section-advantages__slider .slick-dots li.slick-active button {
      opacity: 1;
      background-color: #fff; }
  .section-advantages__btn {
    display: none; }
    @media (min-width: 768px) {
      .section-advantages__btn {
        display: block;
        text-align: center;
        margin-top: 87px; } }

.advantages-slide {
  text-align: center;
  margin: 0 28px 50px;
  color: #fff; }
  @media (min-width: 768px) {
    .advantages-slide {
      margin: 0 48px 50px; } }
  .advantages-slide__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 45px; }
    .advantages-slide__icon svg {
      max-height: 91px;
      max-width: 85px; }
  .advantages-slide__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    min-height: 73px;
    margin-bottom: 25px; }
  .advantages-slide__desc {
    line-height: 20px; }

.section-data-centers {
  background-color: #1a1a1a;
  padding: 53px 0 60px; }
  @media (min-width: 768px) {
    .section-data-centers {
      padding: 76px 0 90px; } }

.data-centers {
  margin-top: 50px;
  background-color: #000; }
  @media (min-width: 768px) {
    .data-centers {
      margin-top: 110px; } }
  .data-centers-nav {
    background-color: white;
    overflow-x: scroll;
    margin-right: -15px; }
    @media (min-width: 576px) {
      .data-centers-nav {
        margin-right: 0; } }
    .data-centers-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .data-centers-nav__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-width: 140px; }
      @media (min-width: 768px) {
        .data-centers-nav__item {
          min-width: 170px; } }
    .data-centers-nav__btn {
      background-color: transparent;
      font-size: 16px;
      line-height: 20px;
      font-weight: 800;
      padding: 10px 16px;
      border: none;
      letter-spacing: -0.32px;
      position: relative;
      cursor: pointer; }
      .data-centers-nav__btn::after {
        content: "";
        width: 100%;
        height: 4px;
        background-color: transparent;
        position: absolute;
        left: 0;
        bottom: -2px; }
      .data-centers-nav__btn:hover {
        color: #e20074; }
      .data-centers-nav__btn.active {
        color: #e20074; }
        .data-centers-nav__btn.active::after {
          background-color: #e20074; }
      @media (min-width: 768px) {
        .data-centers-nav__btn {
          font-size: 18px;
          line-height: 20px;
          padding: 14px 40px;
          letter-spacing: -0.36px; } }
  .data-centers-content {
    color: #fff; }
  .data-centers-tab {
    padding: 30px 16px 0; }
    @media (min-width: 768px) {
      .data-centers-tab {
        padding: 56px 40px 38px; } }
    @media (min-width: 1200px) {
      .data-centers-tab {
        padding: 56px 66px 38px; } }
    .data-centers-tab--main {
      background-image: url("../static/images/europa.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right top; }
    .data-centers-tab__row {
      margin: 0 -15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .data-centers-tab__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 0 15px; }
      .data-centers-tab__col--full {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
    .data-centers-tab__txt {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .data-centers-tab__txt {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
    .data-centers-tab__img {
      display: none;
      text-align: center; }
      @media (min-width: 992px) {
        .data-centers-tab__img {
          display: block; } }
    .data-centers-tab__title {
      color: #fff;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 24px;
      font-family: "Teleneo"; }
      @media (min-width: 768px) {
        .data-centers-tab__title {
          font-size: 30px;
          line-height: 35px;
          margin-bottom: 28px; } }
    .data-centers-tab__box {
      font-size: 16px;
      line-height: 21px; }
      .data-centers-tab__box--hide {
        padding-top: 40px; }
      @media (min-width: 768px) {
        .data-centers-tab__box {
          font-size: 18px;
          line-height: 25px; } }
    .data-centers-tab__tiles {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 50px -16px 0; }
      @media (min-width: 768px) {
        .data-centers-tab__tiles {
          margin: 100px -16px 0; } }
    .data-centers-tab__more.c-btn {
      display: block;
      border-radius: 4px;
      border: 1px solid #fff;
      color: #fff;
      margin-top: 48px;
      font-size: 18px;
      padding: 8px 22px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .data-centers-tab__more.c-btn:hover {
        background-color: #e20074;
        border-color: #e20074; }
      .data-centers-tab__more.c-btn svg {
        width: 16px;
        margin-right: 12px; }
      .data-centers-tab__more.c-btn.data-centers-tab__more--hide {
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .data-centers-tab__more.c-btn.data-centers-tab__more--hide {
            margin-bottom: -40px; } }
        .data-centers-tab__more.c-btn.data-centers-tab__more--hide svg {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
  .data-centers-tile__col {
    padding: 0 16px; }
  .data-centers-tile__box {
    padding: 0;
    width: 192px;
    margin-bottom: 55px;
    cursor: pointer;
    background-color: transparent;
    border: none; }
    .data-centers-tile__box:hover .data-centers-tile__title {
      color: #e20074; }
    @media (min-width: 768px) {
      .data-centers-tile__box {
        margin-bottom: 30px; } }
  .data-centers-tile__img {
    width: 100%;
    height: 192px;
    background-size: cover;
    background-position: center;
    margin-bottom: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .data-centers-tile__title {
    display: block;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }

.js-more-box {
  display: none; }

.js-tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s; }
  .js-tabcontent.active {
    display: block; }

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.section-downloads {
  padding: 53px 0 40px;
  background-color: #ededed;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .section-downloads {
      padding: 76px 0 48px; } }
  .section-downloads::after {
    content: "";
    position: absolute;
    right: -135px;
    bottom: -90px;
    width: 550px;
    height: 522px;
    background-image: url("../static/svg/downloads-bck.svg");
    background-size: contain; }
    @media (min-width: 576px) {
      .section-downloads::after {
        right: -250px;
        bottom: -350px;
        width: 900px;
        height: 855px; } }
    @media (min-width: 768px) {
      .section-downloads::after {
        right: -300px;
        bottom: -450px;
        width: 1100px;
        height: 1045px; } }
    @media (min-width: 992px) {
      .section-downloads::after {
        right: -350px;
        bottom: -550px;
        width: 1310px;
        height: 1245px; } }
  .section-downloads > .o-container {
    position: relative;
    z-index: 1; }
  .section-downloads__content {
    margin-top: 60px; }
    @media (min-width: 768px) {
      .section-downloads__content {
        margin-top: 90px; } }

.downloads-list {
  margin: 0; }
  .downloads-list__item {
    background-color: white;
    padding: 24px 23px 25px;
    margin-bottom: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .downloads-list__item {
        padding: 23px 34px 24px 25px;
        margin-bottom: 43px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .downloads-list__icon {
    width: 55px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .downloads-list__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0 0 21px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 100; }
    @media (min-width: 768px) {
      .downloads-list__title {
        margin: 0 24px 0;
        font-size: 27px;
        line-height: 36px; } }
  .downloads-list__break {
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .downloads-list__break {
        width: auto; } }
  .downloads-list__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #6b6b6b;
    padding: 10px 23px 10px 26px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: 40px auto 0; }
    @media (min-width: 768px) {
      .downloads-list__link {
        margin: 0; } }
    .downloads-list__link svg {
      width: 14px;
      height: 15px; }
      .downloads-list__link svg line,
      .downloads-list__link svg path {
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out; }
    .downloads-list__link-label {
      display: inline-block;
      margin-left: 13px; }
    .downloads-list__link:hover {
      background-color: #e20074;
      border-color: #e20074;
      color: white; }
      .downloads-list__link:hover line,
      .downloads-list__link:hover path {
        stroke: white; }

.section-other-products {
  padding: 52px 0 58px;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .section-other-products {
      padding: 76px 0 58px; } }
  .section-other-products .section-flexbox__link {
    padding-right: 0;
    padding-top: 43px; }
    @media (min-width: 768px) {
      .section-other-products .section-flexbox__link {
        padding-top: 0; } }
  .section-other-products__content {
    position: relative; }
    .section-other-products__content::before {
      content: "";
      position: absolute;
      left: -170px;
      top: -52px;
      width: 513px;
      height: 300px;
      background-image: url("../static/svg/other-products-bck.svg");
      background-size: contain;
      z-index: -1; }
      @media (min-width: 768px) {
        .section-other-products__content::before {
          top: -76px;
          left: -160px;
          width: 700px;
          height: 408px; } }
      @media (min-width: 1200px) {
        .section-other-products__content::before {
          width: 849px;
          height: 496px; } }
  .section-other-products__items {
    width: 100%; }
  .section-other-products__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5px -15px 0; }
    @media (min-width: 768px) {
      .section-other-products__row {
        margin: 20px -15px 0; } }
  .section-other-products__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .section-other-products__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 32px; } }
    @media (min-width: 992px) {
      .section-other-products__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
        max-width: 33.333333%; } }

.other-product {
  background-color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  cursor: pointer; }
  .other-product__bck {
    width: 100%;
    padding-bottom: 25.5%;
    background-image: url("../static/svg/other-product.svg");
    background-size: cover;
    background-position: center center; }
  .other-product__body {
    padding: 20px 26px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .other-product__body {
        padding: 23px 37px 40px 23px; } }
  .other-product__title {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-family: "Teleneo";
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .other-product__title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px; } }
  .other-product__btn.c-btn {
    border: 1px solid white;
    color: white;
    font-size: 18px;
    background-color: transparent;
    border-radius: 4px;
    width: 182px;
    padding: 7px 10px;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .other-product__btn.c-btn {
        margin: 0; } }
  .other-product:hover .other-product__btn {
    background: #e20074;
    border-color: #e20074; }

svg {
  max-width: 100%; }

.section-product-services {
  position: relative;
  background-color: black;
  overflow: hidden; }
  .section-product-services--white {
    background-color: white; }
    .section-product-services--white a {
      color: #e20074; }
  .section-product-services--background-blob-1 {
    position: absolute;
    -webkit-transform: rotate(-195deg);
            transform: rotate(-195deg);
    bottom: -152px;
    right: -324px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    height: 701px;
    width: 701px;
    z-index: 1; }
    @media (max-width: 991px) {
      .section-product-services--background-blob-1 {
        display: none; } }
  .section-product-services--background-blob-2 {
    position: absolute;
    top: -50px;
    left: -178px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 619px;
    width: 804px;
    z-index: 1; }
    .section-product-services--background-blob-2.title-in-list {
      top: -66px; }
    @media (max-width: 991px) {
      .section-product-services--background-blob-2 {
        left: -28px;
        width: 288px;
        height: 287px; } }
  .section-product-services--background-blob-3 {
    position: absolute;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    top: -164px;
    right: -349px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 625px;
    width: 847px;
    z-index: 1; }
    @media (max-width: 991px) {
      .section-product-services--background-blob-3 {
        top: -86px;
        right: -58px;
        width: 262px;
        height: 193px; } }
  .section-product-services--background-blob-1 {
    position: absolute;
    -webkit-transform: rotate(-195deg);
            transform: rotate(-195deg);
    bottom: -152px;
    right: -324px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    height: 701px;
    width: 701px;
    z-index: 1; }
    @media (max-width: 991px) {
      .section-product-services--background-blob-1 {
        display: none; } }
  .section-product-services__title {
    position: relative;
    z-index: 2; }
  .section-product-services__container {
    position: relative; }
  .section-product-services__list {
    width: calc(100% + 30px);
    position: relative;
    z-index: 2; }
  .section-product-services__item {
    padding: 0 16px 32px 16px;
    max-width: 100%; }
    .section-product-services__item-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 32px 20px 22px;
      height: 100%; }
      .section-product-services__item-container--dark {
        background-color: #1a1a1a; }
        .section-product-services__item-container--dark .section-product-services__item-heading {
          color: #fff; }
        .section-product-services__item-container--dark .section-product-services__item-text {
          color: #fff; }
      .section-product-services__item-container--white {
        background-color: #fff; }
        .section-product-services__item-container--white .section-product-services__item-heading {
          color: #1a1a1a; }
        .section-product-services__item-container--white .section-product-services__item-text {
          color: #1a1a1a; }
        .section-product-services__item-container--white path {
          stroke: #e20074; }
    .section-product-services__item-content {
      padding-left: 25px;
      width: 100%; }
    .section-product-services__item-heading {
      color: #fff;
      font-family: "TeleNeo";
      font-size: 27px;
      line-height: 36px;
      font-weight: 100;
      margin-bottom: 17px; }
    @media (min-width: 992px) {
      .section-product-services__item--full-width ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .section-product-services__item--full-width li {
        display: inline-block;
        width: 50%;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    .section-product-services__item-text {
      color: #fff;
      font-size: 20px;
      line-height: 25px; }
      .section-product-services__item-text a {
        color: #fff; }
      .section-product-services__item-text p {
        margin: 0;
        display: block;
        font-size: inherit;
        line-height: inherit; }
      .section-product-services__item-text ul:not(:first-child) {
        margin-top: 17px; }
      .section-product-services__item-text li {
        padding-left: 22px;
        position: relative;
        margin-bottom: 19px; }
        .section-product-services__item-text li:last-child {
          margin-bottom: 0; }
        .section-product-services__item-text li::before {
          position: absolute;
          content: "";
          width: 6px;
          height: 6px;
          top: 6px;
          left: 0;
          background-color: #e20074; }
      .section-product-services__item-text img {
        margin: 0 auto;
        display: block; }
  .section-product-services__icon-container {
    width: 61px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 0) {
      .section-product-services__icon-container {
        width: 45px; } }
  .section-product-services__below-text {
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: bold; }

.section-product-faq {
  padding: 52px 0 60px;
  background-color: #f4f4f4;
  background-image: url("../static/svg/faq-bck-product.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 190px 287px;
  background-position: 115% bottom; }
  @media (min-width: 768px) {
    .section-product-faq {
      padding: 78px 0 90px;
      background-size: 752px 925px;
      background-position: right bottom; } }
  .section-product-faq__accordion {
    padding: 23px 13px 16px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .section-product-faq__accordion {
        padding: 44px 64px 16px; } }

.faq-accordion {
  border-bottom: 1px solid #d3d3d3;
  color: #1a1a1a;
  margin-bottom: 28px; }
  .faq-accordion:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .faq-accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .faq-accordion__header {
        padding-bottom: 24px; } }
    .faq-accordion__header svg {
      min-width: 21px;
      min-height: 13px;
      -webkit-transition: 0.2s -webkit-transform ease-in-out;
      transition: 0.2s -webkit-transform ease-in-out;
      transition: 0.2s transform ease-in-out;
      transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
      margin-top: 7px; }
      @media (min-width: 768px) {
        .faq-accordion__header svg {
          margin-top: 13px; } }
    .faq-accordion__header.active svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .faq-accordion__title {
    font-size: 22px;
    line-height: 29px;
    font-weight: 100;
    font-family: "Teleneo";
    color: inherit;
    margin: 0; }
    @media (min-width: 768px) {
      .faq-accordion__title {
        font-size: 28px;
        line-height: 38px; } }
  .faq-accordion__body {
    display: none;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .faq-accordion__body {
        font-size: 20px;
        line-height: 25px; } }
    .faq-accordion__body a {
      text-decoration: underline; }

.section-technology {
  position: relative; }
  .section-technology .section-container-reletive {
    position: relative;
    z-index: 2; }
  .section-technology__content {
    margin-top: 140px; }
    @media (min-width: 1920px) {
      .section-technology__content {
        margin-top: -116px;
        min-height: 516px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .section-technology__before {
    position: absolute;
    top: 0;
    left: 0;
    width: 660px;
    max-width: 100%; }
    @media (max-width: 1439px) {
      .section-technology__before {
        width: 512px;
        left: -32px; } }
    @media (max-width: 767px) {
      .section-technology__before {
        width: 358px;
        max-width: 98%;
        left: -32px; } }
  .section-technology .main-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%; }
    @media (min-width: 1440px) {
      .section-technology .main-row__col.col-left {
        width: calc(40% - 61px);
        margin-right: auto; } }
    @media (min-width: 1440px) {
      .section-technology .main-row__col.col-right {
        width: calc(60% - 10px);
        margin-left: auto; } }
    @media (max-width: 1439px) {
      .section-technology .main-row__col {
        width: 100%; } }
    @media (max-width: 1199px) {
      .section-technology .main-row__col {
        position: relative;
        margin-bottom: 70px;
        padding-left: 50px; } }
    .section-technology .main-row__col-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: 20px; }
      @media (min-width: 1440px) {
        .section-technology .main-row__col-row {
          margin-left: 0px; } }
      .section-technology .main-row__col-row--2 .technology-col {
        width: calc(100% / 2); }
        @media (max-width: 767px) {
          .section-technology .main-row__col-row--2 .technology-col {
            width: 100%; } }
      .section-technology .main-row__col-row--3 .technology-col {
        width: calc(100% / 3); }
        @media (max-width: 767px) {
          .section-technology .main-row__col-row--3 .technology-col {
            width: 100%;
            margin-top: 30px; } }
    .section-technology .main-row__col-label {
      padding-top: 15px;
      padding-bottom: 15px;
      padding: 15px 20px;
      font-size: 20px;
      font-weight: bold;
      display: block;
      background-color: #ed1e79;
      width: 100%;
      text-align: center;
      position: relative;
      color: #fff; }
      @media (max-width: 1600px) {
        .section-technology .main-row__col-label {
          max-width: 90%;
          margin: 0 auto; } }
      @media (max-width: 1199px) {
        .section-technology .main-row__col-label {
          -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
                  writing-mode: vertical-rl;
          -webkit-text-orientation: mixed;
                  text-orientation: mixed;
          position: absolute;
          top: 0;
          left: 0;
          width: 50px;
          height: 100%;
          line-height: 15px; } }
      .section-technology .main-row__col-label:before, .section-technology .main-row__col-label:after {
        position: absolute;
        top: 0;
        left: 3px;
        height: 100%;
        width: 33px;
        display: block;
        background-size: 100% 100%;
        background-repeat: no-repeat; }
        @media (max-width: 1199px) {
          .section-technology .main-row__col-label:before, .section-technology .main-row__col-label:after {
            height: 33px;
            width: 100%; } }
      .section-technology .main-row__col-label:before {
        content: "";
        background-image: url(./../static/images/label-bg-left.png);
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
        @media (max-width: 1199px) {
          .section-technology .main-row__col-label:before {
            background-image: url(./../static/images/label-bg-top.png);
            top: 5px;
            left: 0;
            -webkit-transform: translateY(-100%);
                    transform: translateY(-100%); } }
      .section-technology .main-row__col-label:after {
        content: "";
        background-image: url(./../static/images/label-bg-right.png);
        left: 100%;
        -webkit-transform: translateX(-1px);
                transform: translateX(-1px); }
        @media (max-width: 1199px) {
          .section-technology .main-row__col-label:after {
            background-image: url(./../static/images/label-bg-bottom.png);
            -webkit-transform: translateY(-1px);
                    transform: translateY(-1px);
            top: 100%;
            left: 0;
            transform: translateY(-1px); } }

.col-image-border {
  position: relative; }
  .col-image-border:after {
    position: absolute;
    content: "";
    background-image: url(./../static/svg/rect-y.svg);
    background-repeat: repeat-y;
    width: 6px;
    height: 95%;
    top: 0;
    left: 0; }
    @media (min-width: 1440px) {
      .col-image-border:after {
        max-height: 213px;
        bottom: 18px;
        top: auto;
        left: 0px; } }
  .col-image-border--no-spaces {
    margin-top: 0px;
    padding-top: 0px; }
    .col-image-border--no-spaces:after {
      display: none; }
      @media (min-width: 1440px) {
        .col-image-border--no-spaces:after {
          display: block;
          left: -35px; } }
  @media (max-width: 767px) {
    .col-image-border {
      margin-top: 40px;
      padding-top: 40px; }
      .col-image-border:after {
        background-image: url(./../static/svg/rect.svg);
        background-repeat: repeat-x;
        width: 100%;
        height: 5px;
        top: 0;
        left: 0; }
      .col-image-border--no-spaces {
        margin-top: 0px;
        padding-top: 0px; }
        .col-image-border--no-spaces:after {
          display: block;
          top: -30px;
          left: 0; } }

.technology-col {
  text-align: center; }
  @media (max-width: 767px) {
    .technology-col {
      text-align: left; } }
  @media (min-width: 1440px) {
    .technology-col {
      padding-right: 30px;
      padding-left: 30px; } }
  .technology-col__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 69px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .technology-col__icon {
        margin-top: 30px;
        min-height: auto; } }
    .technology-col__icon:first-child {
      margin-top: 0px; }
  @media (max-width: 1199px) {
    .technology-col__data {
      min-height: auto;
      max-width: 180px;
      margin: 0 auto; } }
  .technology-col__text {
    min-height: 68px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px; }
    @media (max-width: 1199px) {
      .technology-col__text {
        min-height: auto; } }
  .technology-col__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 15px; }
    @media (max-width: 1439px) {
      .technology-col__title {
        min-height: 48px; } }
    @media (max-width: 767px) {
      .technology-col__title {
        margin-top: 0;
        min-height: auto;
        margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .technology-col-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .technology-col-row > div {
        width: 48%; }
        .technology-col-row > div:last-child {
          margin-left: 0;
          margin-right: auto; }
        .technology-col-row > div:first-child {
          margin-left: auto;
          margin-right: 0; } }

.basic-column {
  text-align: center; }
  @media (max-width: 1439px) {
    .basic-column {
      margin-bottom: 70px; } }
  .basic-column .h3 {
    font-size: 20px;
    min-height: 73px;
    margin-top: 60px; }
  .basic-column__text {
    min-height: 178px; }
    .basic-column__text p {
      font-size: 16px; }
  .basic-column .c-btn {
    margin: 10px auto; }

.section-title-list-image {
  background-color: #F4F4F4;
  padding-top: 52px;
  padding-bottom: 32px; }
  .section-title-list-image__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 992px) {
      .section-title-list-image__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .section-title-list-image__wrapper {
    max-width: 748px; }
  .section-title-list-image__title {
    font-family: "Teleneo";
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .section-title-list-image__title {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 70px; } }
  .section-title-list-image__list {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .section-title-list-image__list {
        margin-bottom: 0; } }
  .section-title-list-image__list-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .section-title-list-image__list-item {
        margin-bottom: 30px; } }
    .section-title-list-image__list-item:last-child {
      margin-bottom: 0; }
    .section-title-list-image__list-item:before {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #e20074;
      position: absolute;
      top: 8px;
      left: 0; }
  .section-title-list-image__text {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-family: "Teleneo";
    color: #000000; }
    @media (min-width: 992px) {
      .section-title-list-image__text {
        font-size: 18px;
        line-height: 25px; } }
  .section-title-list-image__image {
    max-width: 100%; }
    @media (min-width: 992px) {
      .section-title-list-image__image {
        max-width: 508px; } }

.section-table {
  padding-top: 55px;
  overflow-x: scroll;
  padding-bottom: 65px;
  padding-right: 0 !important;
  background-repeat: no-repeat;
  background-size: 288px;
  background-position-x: -62px;
  background-position-y: -32px; }
  @media (min-width: 576px) {
    .section-table {
      padding-right: 15px !important; } }
  @media (min-width: 768px) {
    .section-table {
      padding-top: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-size: 719px;
      background-position-x: calc(100% + 159px);
      background-position-y: calc(100% + 208px); } }
  @media (min-width: 768px) {
    .section-table__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .section-table__title {
    font-family: "Teleneo";
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    color: #ffffff;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    padding-bottom: 149px;
    margin: 0; }
    @media (min-width: 768px) {
      .section-table__title {
        font-size: 60px;
        line-height: 65px;
        color: #000000;
        margin-right: 40px; } }
    @media (min-width: 992px) {
      .section-table__title {
        font-size: 60px;
        line-height: 65px;
        color: #000000;
        margin-right: 60px; } }
  .section-table__body {
    min-width: 460px; }
  .section-table__body-inner {
    padding: 50px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .section-table__body-inner {
        min-width: 1100px; } }
  .section-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-table__subtitle {
    font-family: "Teleneo";
    font-size: 18px;
    font-weight: 900;
    line-height: 65px;
    margin-bottom: 0; }
  .section-table__wrapper {
    width: 100%;
    max-width: 310px; }
    @media (min-width: 768px) {
      .section-table__wrapper {
        max-width: 400px; } }
    @media (min-width: 992px) {
      .section-table__wrapper {
        max-width: 545px; } }
  .section-table__header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .section-table__header-row:last-child .section-table__header-box {
      padding: 0 30px;
      padding-top: 0;
      padding-bottom: 25px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; }
  .section-table__row {
    text-align: center; }
  .section-table__header-box {
    background-color: #E20074; }
  .section-table__box {
    width: 100%;
    max-width: 146px;
    padding-top: 35px;
    padding-bottom: 18px; }
    @media (min-width: 768px) {
      .section-table__box {
        min-width: 190px;
        max-width: 190px; } }
    @media (min-width: 992px) {
      .section-table__box {
        min-width: 256px;
        max-width: 256px; } }
  .section-table__text {
    font-family: "Teleneo";
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #ffffff;
    margin: 0; }
    .section-table__text--bold {
      font-weight: bold; }
  .section-table__list {
    padding-top: 19px;
    margin-bottom: 40px; }
    .section-table__list:last-child {
      margin-bottom: 0; }
      .section-table__list:last-child ul {
        margin-bottom: 0; }
  .section-table__list-img {
    max-width: 47px;
    max-height: 47px;
    margin-right: 7px; }
  .section-table__list-header {
    max-width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 576px) {
      .section-table__list-header {
        max-width: 85%; } }
    @media (min-width: 992px) {
      .section-table__list-header {
        max-width: 100%; } }
  .section-table__list-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-table__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-table__list-item-head {
    display: block;
    font-family: "Teleneo";
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #000000;
    width: 125px;
    padding: 20px 0;
    margin: 0;
    position: relative; }
    .section-table__list-item-head:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #D3D3D3;
      position: absolute;
      top: 0;
      left: 0; }
    @media (min-width: 576px) {
      .section-table__list-item-head {
        width: 100%;
        max-width: 320px;
        margin-right: 25px; } }
  .section-table__list-item-wrapper {
    width: 100%;
    max-width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .section-table__list-item-wrapper {
        max-width: 400px; } }
    @media (min-width: 992px) {
      .section-table__list-item-wrapper {
        max-width: 545px; } }
  .section-table__list-item-box {
    padding: 20px;
    text-align: center;
    min-width: 146px;
    max-width: 146px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background-color: #1A1A1A; }
    .section-table__list-item-box:before {
      content: '';
      width: 104px;
      height: 1px;
      background-color: #333333;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    @media (min-width: 768px) {
      .section-table__list-item-box {
        min-width: 190px;
        max-width: 190px; } }
    @media (min-width: 992px) {
      .section-table__list-item-box {
        min-width: 256px;
        max-width: 256px; } }
  .section-table__accordion-title {
    margin-bottom: 0;
    font-family: "Teleneo";
    font-size: 16px;
    line-height: 20px;
    font-weight: 300; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  background: #fff;
  width: 100%;
  color: #1a1a1a;
  font-family: "Teleneo";
  font-size: 1rem;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

.header-placeholder {
  padding-top: 0px; }

.main-container-no-padding {
  max-width: 1530px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .main-container-no-padding {
      margin-right: 15px;
      margin-left: 15px; } }

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .btn-wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

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

.img-box--512 {
  max-width: 512px; }

.permalink {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e20074;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0; }
  .permalink--under {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px; }
  @media (max-width: 1439px) {
    .permalink {
      font-size: 13px; }
      .permalink--under {
        font-size: 20px; } }

a.permlink:hover {
  color: #a72263; }

.strike {
  border-bottom: 1px solid #e20074; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #e20074 !important; }

.mCSB_draggerRail {
  background-color: #b2b2b2 !important; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 14px !important; }

.readmore-text-more {
  font-size: 10px;
  display: inline-block;
  line-height: 13px;
  font-weight: 500; }

.readmore-show,
.readmore-hide {
  font-weight: bold;
  font-size: 10px;
  position: relative;
  font-size: 10px;
  z-index: 99999;
  display: inline-block;
  padding: 0 4px;
  color: #e20074; }
  .readmore-show:after,
  .readmore-hide:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    color: #e20074 !important;
    font-size: 12px;
    font-weight: 900;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 3px; }
  .readmore-show--white,
  .readmore-hide--white {
    color: #fff;
    text-decoration: underline; }
    .readmore-show--white:after,
    .readmore-hide--white:after {
      color: #fff !important; }

.readmore-hide:after {
  content: "\f0d8"; }

.wysiwyg-ul--no-margin ul {
  margin-top: 0;
  margin-bottom: 0; }

.wysiwyg-ul--square ul li {
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  letter-spacing: -0.19px; }
  @media (max-width: 767px) {
    .wysiwyg-ul--square ul li {
      font-size: 16px;
      line-height: 20px; } }
  .wysiwyg-ul--square ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #e20074; }

.wysiwyg-ul.li-18 ul li {
  padding-left: 24px;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative; }

figure {
  margin: 0;
  padding: 0;
  display: block; }

a {
  color: #111;
  text-decoration: none; }
  a.link--primary {
    color: #e20074; }
  a.link:not(.no-focus):active, a.link:not(.no-focus):focus, a.link:not(.no-focus):hover {
    color: #e20074; }
  a.link.white-on-hover:hover, a.link.white-on-hover:focus {
    color: #fff; }
  a.link.underline {
    text-decoration: underline; }

.btn-border {
  height: 42px;
  width: 140px;
  background-color: transparent;
  border: 1px solid #6b6b6b;
  border-radius: 4px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    .btn-border {
      width: 100%;
      font-size: 20px; } }
  @media (max-width: 575px) {
    .btn-border {
      width: 100%;
      font-size: calc(4px + 3vw); } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teleneo";
  margin: 0 0 1em;
  color: #111;
  line-height: 1.4; }

p {
  margin: 0 0 1em;
  line-height: 1.5; }

.for-clients-article {
  color: #000000;
  /* ul */
  /* h */ }
  .for-clients-article ol {
    margin: 0;
    padding: 0; }
  .for-clients-article ol {
    padding: 15px 0;
    list-style: none;
    counter-reset: counter;
    margin-bottom: 30px; }
  .for-clients-article ol li {
    padding-left: 70px;
    counter-increment: counter;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 60px; }
    .for-clients-article ol li:last-child {
      margin-bottom: 0; }
  .for-clients-article ol li::before {
    content: counter(counter);
    background-color: #f4f4f4;
    width: 53px;
    height: 53px;
    padding-top: 4px;
    border-radius: 50%;
    color: #e20074;
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-26%);
            transform: translateY(-26%); }
  .for-clients-article ol ul li::before {
    border-radius: 0; }
  .for-clients-article ol ol {
    margin-left: 25px;
    margin-top: 30px; }
  .for-clients-article ol ol li {
    margin-bottom: 25px;
    padding-left: 40px; }
  .for-clients-article ol ol li::before {
    margin-right: 13px;
    background-color: #e20074;
    color: #ffffff;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 22px; }
  .for-clients-article strong {
    font-weight: bold; }
  .for-clients-article ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px; }
    .for-clients-article ul:last-child {
      margin-bottom: 0; }
  .for-clients-article ul li::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #e20074;
    position: absolute;
    top: 4px;
    left: 0; }
  .for-clients-article ul li {
    counter-increment: none;
    padding-left: 18px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 0;
    position: relative;
    margin-bottom: 13px; }
    .for-clients-article ul li:last-child {
      margin-bottom: 0; }
  .for-clients-article a {
    text-decoration: none;
    font-size: inherit;
    font-weight: bold;
    color: #e20074; }
    .for-clients-article a:hover {
      opacity: 0.8; }
    .for-clients-article a svg {
      margin: 0 5px;
      fill: #e20074;
      margin-bottom: -4px; }
  .for-clients-article .c-btn:hover {
    opacity: 1; }
  .for-clients-article h3,
  .for-clients-article h4,
  .for-clients-article h5,
  .for-clients-article h6 {
    margin: 0;
    font-family: "Teleneo"; }
  .for-clients-article p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400; }
  .for-clients-article h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 25px; }
    @media (max-width: 575px) {
      .for-clients-article h3 {
        font-size: 22px;
        line-height: 28px; } }
  .for-clients-article h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    color: #000000; }
    .for-clients-article h4:first-child {
      margin-top: 0; }
  .for-clients-article table td {
    line-height: 25px;
    font-size: 18px;
    padding: 6px 20px; }
  .for-clients-article .wp-block-table.is-style-stripes {
    border-bottom: none; }
  .for-clients-article .wp-block-separator {
    border-color: #d3d3d3; }
  .for-clients-article .wp-block-columns {
    margin-bottom: 40px; }

.wysiwig p {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 33px; }
  .wysiwig p + p {
    margin-top: -10px; }

.wysiwig h2 {
  font-size: 30px;
  line-height: 45px;
  text-align: left;
  margin-bottom: 15px; }

.wysiwig a:not(.c-btn) {
  color: #e20074;
  text-decoration: underline; }

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

.wysiwig ul {
  margin: 0 0 25px; }

.wysiwig ul.list-with-arrow li {
  margin-bottom: 0; }

.wysiwig ul.list-with-arrow a {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 35px;
  font-family: "Teleneo";
  border-bottom: none;
  text-decoration: none;
  font-weight: 900;
  display: inline-block; }
  .wysiwig ul.list-with-arrow a:before {
    position: absolute;
    top: 11px;
    left: 4px;
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background-image: url("../static/svg/full-arrow.svg");
    background-size: 6px 10px;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .wysiwig ul.list-with-arrow a {
      line-height: 22px;
      margin-bottom: 13px; }
      .wysiwig ul.list-with-arrow a:before {
        top: 8px; } }

.wysiwig ul.list-with-spaces li {
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px; }
  .wysiwig ul.list-with-spaces li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #e20074;
    position: absolute;
    top: 6px;
    left: 0; }

.wysiwig ul.list-with-spaces--small li {
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  font-family: "Teleneo";
  line-height: 25px;
  margin-bottom: 7px; }
  .wysiwig ul.list-with-spaces--small li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #e20074;
    position: absolute;
    top: 9px;
    left: 0; }

.line {
  width: 100%;
  height: 1px;
  background: #d3d3d3;
  margin-bottom: 35px; }

.font-weight-thin {
  font-weight: 100 !important; }

.font-weight-light {
  font-weight: 200 !important; }

.font-weight-regular {
  font-weight: 400 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-extrabold {
  font-weight: 900 !important; }

@media (min-width: 992px) {
  .font-size-20px {
    font-size: 20px !important;
    line-height: 27px !important; } }

@media (max-width: 991px) {
  .font-size-20px {
    font-size: 18px !important;
    line-height: 25px !important; } }

@media (min-width: 992px) {
  .font-size-22px {
    font-size: 22px !important;
    line-height: 29px !important; } }

@media (max-width: 991px) {
  .font-size-22px {
    font-size: 18px !important;
    line-height: 25px !important; } }

@media (min-width: 992px) {
  .font-size-28px {
    font-size: 28px !important;
    line-height: 38px !important; } }

@media (max-width: 991px) {
  .font-size-28px {
    font-size: 22px !important;
    line-height: 29px !important; } }

label {
  display: block; }

.error-message {
  margin: 0.2em 0;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  top: -5px;
  left: calc(100% + 17px);
  background-color: #64b9e4;
  padding: 11px 10px;
  border: 1px solid #64b9e4;
  border-radius: 6px;
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  width: 177px;
  text-align: left; }
  @media (max-width: 767px) {
    .error-message {
      padding: 20px 10px;
      width: 130px; } }
  @media (max-width: 575px) {
    .error-message {
      margin-top: 8px;
      position: static;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 20px; } }
  .error-message--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .error-message:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 17px;
    width: 15px;
    height: 15px;
    background-color: #64b9e4;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media (max-width: 575px) {
      .error-message:before {
        left: 21px;
        top: 44px;
        z-index: -1; } }
  .error-message .error-message-text {
    padding-left: 5px; }

.group-checkbox .input-checkbox {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  vertical-align: top;
  text-align: left;
  width: 100%; }
  .group-checkbox .input-checkbox__input {
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
  .group-checkbox .input-checkbox__text {
    color: #141433;
    font-size: 10px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 13px; }
    .group-checkbox .input-checkbox__text:before {
      content: "";
      top: 4px;
      width: 20px;
      height: 20px;
      opacity: 1;
      border-radius: 6px;
      background-color: #ffffff;
      position: absolute;
      left: 0px;
      -webkit-transition: border-color 0.2s;
      transition: border-color 0.2s;
      border: 0.1rem solid #e3e3e3; }
    .group-checkbox .input-checkbox__text--blue-background {
      color: white; }
      .group-checkbox .input-checkbox__text--blue-background:before {
        background-color: #1063ad; }
    .group-checkbox .input-checkbox__text:after {
      content: "\00a0";
      position: absolute;
      left: 3px;
      top: 8px;
      width: 0.9rem;
      height: 0.5rem;
      opacity: 0;
      background-color: transparent;
      -webkit-transition: border-color 0.2s;
      transition: border-color 0.2s;
      border: solid 2px #ffffff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-top: none;
      border-right: none; }
  .group-checkbox .input-checkbox .readmore-dots {
    font-size: 10px;
    line-height: 13px;
    font-weight: 500; }

.group-checkbox .input-checkbox__input:checked ~ .input-checkbox__text-color:before {
  background-color: #e20074;
  border: 0.1rem solid #e20074; }

.group-checkbox .input-checkbox__input:checked ~ .input-checkbox__text-color:after {
  opacity: 1; }

.group-checkbox .input-checkbox__input.error ~ .input-checkbox__text-color:before {
  border: 1px solid #e20074; }

.header-placeholder {
  padding-bottom: 130px; }
  @media (max-width: 767px) {
    .header-placeholder {
      padding-bottom: 100px; } }

.p-nav {
  background: #e20074; }
  .p-nav .main-menu {
    position: relative; }
    .p-nav .main-menu .child-link {
      color: #262626; }
    .p-nav .main-menu__bottom {
      padding: 20px;
      background-color: #fff;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      position: relative;
      -webkit-transition: all 0.23s ease;
      transition: all 0.23s ease;
      z-index: 998;
      -webkit-box-shadow: 0px 3px 6px #00000010;
              box-shadow: 0px 3px 6px #00000010; }
      .p-nav .main-menu__bottom::before, .p-nav .main-menu__bottom::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        bottom: -10px;
        -webkit-mask: url("../static/svg/menu-corners.svg");
                mask: url("../static/svg/menu-corners.svg");
        background-color: #fff;
        -webkit-filter: drop-shadow(0px 3px 6px #00000010);
                filter: drop-shadow(0px 3px 6px #00000010); }
      .p-nav .main-menu__bottom::before {
        left: 0; }
      .p-nav .main-menu__bottom::after {
        right: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .p-nav .main-menu__bottom .c-menu--main li.li-item-logo {
        width: 0;
        height: 0;
        padding: 0; }
      @media (min-width: 992px) {
        .p-nav .main-menu__bottom.fixed {
          padding-bottom: 15px;
          padding-top: 15px; }
          .p-nav .main-menu__bottom.fixed .c-menu--main li.li-item-logo {
            width: 67px;
            height: 26px;
            -webkit-transition: all 0.23s;
            transition: all 0.23s;
            color: transparent;
            position: relative; }
            .p-nav .main-menu__bottom.fixed .c-menu--main li.li-item-logo a {
              display: block;
              height: 100%;
              width: 100%; }
            .p-nav .main-menu__bottom.fixed .c-menu--main li.li-item-logo:after {
              content: "";
              background-image: url(./../static/svg/t-mobile-logo.svg);
              background-size: contain;
              position: absolute;
              top: 50%;
              left: 0%;
              z-index: 9;
              display: block;
              width: 55px;
              height: 25px;
              position: absolute;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              background-repeat: no-repeat;
              pointer-events: none; }
            .p-nav .main-menu__bottom.fixed .c-menu--main li.li-item-logo a {
              white-space: nowrap; } }
      @media (max-width: 991px) {
        .p-nav .main-menu__bottom {
          margin-top: -53px;
          padding-top: 49px; } }
      .p-nav .main-menu__bottom .o-grid {
        z-index: 3;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .p-nav .main-menu__bottom .o-grid__item {
          padding-top: 0px;
          padding-bottom: 0px;
          color: #262626; }
      .p-nav .main-menu__bottom-container {
        max-width: 100%; }
        @media (max-width: 991px) {
          .p-nav .main-menu__bottom-container {
            position: absolute;
            top: calc(98% - 1px);
            width: 100%;
            height: calc(100vh - 69px);
            left: -20px;
            background-color: #fff;
            z-index: 999;
            display: block;
            margin: 0 0 0 0;
            -webkit-transform: translateX(-100vw);
                    transform: translateX(-100vw);
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            overflow: hidden;
            overflow-y: auto; }
            .p-nav .main-menu__bottom-container.show-menu {
              -webkit-transform: translateX(20px);
                      transform: translateX(20px); } }
    .p-nav .main-menu__top {
      padding: 0 15px;
      -webkit-transition: all 0.23s;
      transition: all 0.23s;
      position: relative;
      z-index: 999; }
      @media (min-width: 992px) {
        .p-nav .main-menu__top {
          padding: 0 20px; } }
      .p-nav .main-menu__top.is-sticky {
        padding-top: 7px; }
      .p-nav .main-menu__top .o-grid {
        position: relative;
        z-index: 3;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .p-nav .main-menu__top .o-grid__item {
          color: #262626; }
          .p-nav .main-menu__top .o-grid__item .main-menu__item--logo {
            padding-top: 15px;
            padding-bottom: 20px; }
    .p-nav .main-menu .c-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        .p-nav .main-menu .c-menu {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
    .p-nav .main-menu .c-menu li {
      padding-right: 15px;
      padding-left: 15px; }
      .p-nav .main-menu .c-menu li .linkedin {
        color: transparent;
        position: relative; }
        .p-nav .main-menu .c-menu li .linkedin:after {
          content: url(./../static/svg/linkedIn_logo_white.svg);
          position: absolute;
          z-index: 9;
          background-color: inherit;
          display: block;
          width: 57px;
          height: 15px;
          position: absolute;
          top: calc(50% + -1px);
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        @media (max-width: 991px) {
          .p-nav .main-menu .c-menu li .linkedin:after {
            content: url(./../static/svg/linkedIn_logo_blue.svg);
            position: absolute;
            z-index: 9;
            display: block;
            width: 57px;
            height: 15px;
            position: absolute;
            top: calc(50% + -1px);
            left: 0;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
    @media (max-width: 991px) {
      .p-nav .main-menu .c-menu--main li {
        font-size: 24px;
        border-bottom: 2px solid #ededed;
        display: inline-block;
        width: 100%; } }
    .p-nav .main-menu .c-menu--main li.li-has-children {
      position: relative; }
      @media (max-width: 991px) {
        .p-nav .main-menu .c-menu--main li.li-has-children::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 20px;
          -webkit-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg);
          z-index: 9;
          display: block;
          width: 13px;
          height: 13px;
          border: 1px solid #262626;
          border-left-color: transparent;
          border-bottom-color: transparent; } }
      .p-nav .main-menu .c-menu--main li.li-has-children:hover {
        cursor: pointer; }
        .p-nav .main-menu .c-menu--main li.li-has-children:hover::after {
          border-right-color: #e20074;
          border-top-color: #e20074; }
        .p-nav .main-menu .c-menu--main li.li-has-children:hover a::before {
          width: 0; }
    .p-nav .main-menu .c-menu--main li:hover a::before {
      width: 0; }
    @media (max-width: 1199px) {
      .p-nav .main-menu .c-menu--main > li:first-child {
        width: 0;
        overflow: hidden;
        padding: 0 0; }
        .p-nav .main-menu .c-menu--main > li:first-child a {
          white-space: nowrap; } }
    .p-nav .main-menu .c-menu--main .nav-drop {
      display: none; }
      .p-nav .main-menu .c-menu--main .nav-drop-item--back {
        color: #e20074;
        position: relative;
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 20px; }
        @media (max-width: 991px) {
          .p-nav .main-menu .c-menu--main .nav-drop-item--back::before {
            content: url(./../static/svg/icon-arrow-left-color.svg);
            position: absolute;
            top: 50%;
            left: -10px;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            z-index: 9;
            display: block; } }
    @media (max-width: 991px) {
      .p-nav .main-menu .c-menu--main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        border-top: 1px solid #DDDDDD; }
        .p-nav .main-menu .c-menu--main li {
          padding: 0px 15px; }
          .p-nav .main-menu .c-menu--main li.li-has-children {
            overflow: hidden; }
            .p-nav .main-menu .c-menu--main li.li-has-children .nav-drop {
              display: block;
              opacity: 0;
              visibility: hidden;
              position: fixed;
              left: 0;
              top: 0px;
              width: 100%;
              bottom: 0;
              background-color: inherit;
              -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              padding: 30px;
              z-index: 998;
              background-color: #fff;
              -webkit-transform: translateX(100%);
              transform: translateX(100%); }
              .p-nav .main-menu .c-menu--main li.li-has-children .nav-drop.active {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translateX(0);
                transform: translateX(0); }
            .p-nav .main-menu .c-menu--main li.li-has-children.active {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              background-color: red;
              min-height: 100%; }
          .p-nav .main-menu .c-menu--main li:hover > a {
            color: #e20074; } }
    .p-nav .main-menu .c-menu--main .c-menu__link {
      color: #262626;
      font-size: 20px;
      font-weight: 900;
      display: inline-block; }
      @media (max-width: 991px) {
        .p-nav .main-menu .c-menu--main .c-menu__link {
          padding: 20px 0;
          width: 100%; } }
      @media (min-width: 768px) {
        .p-nav .main-menu .c-menu--main .c-menu__link {
          text-align: left;
          font-size: 16px; } }
      @media (min-width: 1440px) {
        .p-nav .main-menu .c-menu--main .c-menu__link {
          text-align: center;
          font-size: 20px; } }
    .p-nav .main-menu .c-menu--topmenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      @media (max-width: 991px) {
        .p-nav .main-menu .c-menu--topmenu {
          border-top: 1px solid #DDDDDD; } }
      .p-nav .main-menu .c-menu--topmenu a {
        color: #fff;
        font-size: 14px;
        font-weight: 700; }
        .p-nav .main-menu .c-menu--topmenu a.current:before {
          width: 100%; }
      .p-nav .main-menu .c-menu--topmenu-mobile li {
        padding-right: 0;
        padding-left: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        @media (max-width: 991px) {
          .p-nav .main-menu .c-menu--topmenu-mobile li a {
            padding: 15px 20px;
            display: inline-block;
            width: 100%;
            position: relative; }
            .p-nav .main-menu .c-menu--topmenu-mobile li a.current {
              border-bottom: 1px solid #e20074;
              color: #e20074;
              position: relative; }
              .p-nav .main-menu .c-menu--topmenu-mobile li a.current::after {
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                width: 100%;
                height: 1px;
                background-color: #e20074; } }
      .p-nav .main-menu .c-menu--topmenu-mobile a {
        color: #262626; }
    .p-nav .main-menu .c-menu--topmenu_2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .p-nav .main-menu .c-menu--topmenu_2 span,
      .p-nav .main-menu .c-menu--topmenu_2 a {
        font-weight: 700; }
      @media (min-width: 992px) {
        .p-nav .main-menu .c-menu--topmenu_2 li:hover .c-menu__link:before,
        .p-nav .main-menu .c-menu--topmenu_2 .current .c-menu__link:before {
          width: 0; } }
      .p-nav .main-menu .c-menu--topmenu_2 .c-menu__link {
        color: #fff;
        font-size: 14px;
        font-weight: 700; }
  .p-nav .page-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991px) {
      .p-nav .page-tools {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-top: 17px;
        margin-right: -11px;
        position: relative; } }
    .p-nav .page-tools__item {
      text-align: center;
      padding-left: 10px; }
      @media (max-width: 991px) {
        .p-nav .page-tools__item {
          padding-left: 18px; } }
      .p-nav .page-tools__item-label {
        font-size: 12px;
        margin-left: 5px;
        font-weight: 700; }
        @media (max-width: 991px) {
          .p-nav .page-tools__item-label {
            display: block;
            margin-left: 0px; } }
      .p-nav .page-tools__item-icon {
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 992px) {
          .p-nav .page-tools__item-icon {
            -webkit-transform: translateY(3px);
                    transform: translateY(3px); } }
  .p-nav.p-nav-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    -webkit-transition: top 0.73s ease;
    transition: top 0.73s ease; }
  .p-nav .hide-on-sticky-js {
    height: 70px;
    -webkit-transition: all 0.23s;
    transition: all 0.23s; }
  .p-nav .is-sticky .hide-on-sticky-js {
    height: 0;
    opacity: 0;
    overflow: hidden; }

.toggle-button__icon {
  display: inline-block;
  width: 17px;
  height: 12px;
  margin-bottom: 7px;
  border-top: 2px solid #262626;
  position: relative;
  -webkit-transition: all 0.23s;
  transition: all 0.23s; }
  .toggle-button__icon:after {
    content: "";
    position: absolute;
    background-color: #262626;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.23s;
    transition: all 0.23s; }
  .toggle-button__icon:before {
    content: "";
    position: absolute;
    background-color: #262626;
    width: 60%;
    height: 2px;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.23s;
    transition: all 0.23s; }

.toggle-button.active {
  color: #e20074; }
  .toggle-button.active .toggle-button__icon {
    border-top: none; }
    .toggle-button.active .toggle-button__icon:after, .toggle-button.active .toggle-button__icon:before {
      left: 20%;
      top: 50%;
      width: 60%;
      background-color: #e20074; }
    .toggle-button.active .toggle-button__icon:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .toggle-button.active .toggle-button__icon:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.footer-bottom {
  background-color: #262626;
  padding: 20px 0px 17px 0px; }
  .footer-bottom > div {
    margin: 0 0; }
  .footer-bottom .c-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .footer-bottom__item--copy {
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-align: right; }
    @media (max-width: 991px) {
      .footer-bottom__item--copy {
        padding: 20px 0px 25px 0;
        text-align: left; } }
  .footer-bottom .c-menu__link {
    font-weight: bold; }

.p-footer {
  background-color: #262626;
  position: relative;
  z-index: 5; }

@media (min-width: 992px) {
  .footer-top-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.footer-top-flexbox__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media (min-width: 992px) {
    .footer-top-flexbox__col {
      max-width: 165px; } }

.footer-top {
  background-color: #f4f4f4;
  padding: 50px 0;
  border-bottom-right-radius: 8px;
  border: 1px solid transparent;
  border-bottom-left-radius: 8px; }
  .footer-top__h4 {
    position: relative;
    font-weight: 800;
    font-size: 14px;
    font-family: "Teleneo";
    font-size: 1rem;
    margin: 0 0; }
    .footer-top__h4 a {
      font-weight: 800;
      font-size: 16px; }
    @media (max-width: 991px) {
      .footer-top__h4 {
        padding: 5px 0;
        border-bottom: 1px solid #e0e0e0; } }
    @media (min-width: 992px) {
      .footer-top__h4 {
        max-width: 100px;
        height: 49px; } }
  .footer-top__h4 > .footer-top__link {
    font-size: 16px;
    font-weight: 700; }
  .footer-top-arrow {
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.23s;
    transition: all 0.23s; }
    .footer-top-arrow.up {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }
    @media (min-width: 992px) {
      .footer-top-arrow {
        display: none; } }
  .footer-top__link {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    display: block;
    position: relative; }
    .footer-top__link:hover:after {
      width: 100%; }
      @media (max-width: 991px) {
        .footer-top__link:hover:after {
          width: 0%; } }
    .footer-top__link:after {
      width: 0%;
      background-color: #e20074;
      height: 1px;
      content: "";
      position: absolute;
      display: block;
      left: 0;
      bottom: 0;
      -webkit-transition: width 0.23s ease;
      transition: width 0.23s ease; }
  .footer-top__toggle-menu {
    display: none; }
    @media (min-width: 992px) {
      .footer-top__toggle-menu {
        display: block !important; } }

.video-wrapper,
.wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  height: 630px; }
  @media (max-width: 991px) {
    .video-wrapper,
    .wp-block-embed__wrapper {
      padding-bottom: 77%;
      height: 0; } }
  @media (max-width: 767px) {
    .video-wrapper,
    .wp-block-embed__wrapper {
      padding-bottom: 101%;
      height: 0; } }
  .video-wrapper iframe,
  .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-wrapper.video-wrapper--sm,
  .wp-block-embed__wrapper.video-wrapper--sm {
    height: 360px;
    width: 640px;
    margin-left: auto;
    margin-right: 0;
    max-width: 100%; }
    @media (max-width: 767px) {
      .video-wrapper.video-wrapper--sm,
      .wp-block-embed__wrapper.video-wrapper--sm {
        padding-bottom: 55%;
        height: 0;
        margin: 0 auto 0 auto; } }

.page .wp-block-embed {
  margin: 0;
  padding: 0; }

.block-for-clients {
  overflow: hidden;
  margin: 0 -15px;
  width: auto;
  min-width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 100px; }
  .block-for-clients__title {
    font-weight: bold;
    font-size: 60px;
    line-height: 65px; }
  .block-for-clients__row {
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    width: 300%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1200px) {
      .block-for-clients__row {
        max-width: 100%;
        -webkit-transform: translateX(0) !important;
                transform: translateX(0) !important; } }
    .block-for-clients__row.isActive .block-for-clients__content-wrapper {
      background: #fff; }
  .block-for-clients__col-inner--content {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .block-for-clients__col-header {
    color: #e20074;
    padding: 30px 56px 25px;
    position: relative;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #ededed; }
    @media (max-width: 991px) {
      .block-for-clients__col-header {
        cursor: pointer; } }
    @media (min-width: 1200px) {
      .block-for-clients__col-header {
        position: relative;
        color: #fff;
        padding: 5px 18px;
        min-height: auto;
        height: 40px;
        border: none;
        margin: 0 -17px 20px 0;
        background-color: transparent; } }
    .block-for-clients__col-header .bgr-image {
      z-index: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
      .block-for-clients__col-header .bgr-image svg {
        display: block;
        width: 100%;
        height: 100%; }
    .block-for-clients__col-header.wasActive .bgr-image path {
      fill: #6c6c6c; }
    .block-for-clients__col-header.wasActive .point {
      background: white;
      color: #6c6c6c; }
    @media (min-width: 1200px) {
      .block-for-clients__col-header.wasActive .block-for-clients__col-title {
        color: #fff; } }
    .block-for-clients__col-header.isActive .bgr-image path {
      fill: #262626; }
    .block-for-clients__col-header.isActive .point {
      background: white;
      color: #e20074; }
    @media (min-width: 1200px) {
      .block-for-clients__col-header.isActive .block-for-clients__col-title {
        color: #fff; } }
    @media (min-width: 1440px) {
      .block-for-clients__col-header {
        padding: 18px;
        height: 69px;
        border: none;
        margin: 0 -17px 26px 0;
        background-color: transparent; } }
    @media (min-width: 1200px) {
      .block-for-clients__col-header--long {
        margin: 0 0 26px 0;
        padding-left: 35px; } }
    @media (min-width: 1440px) {
      .block-for-clients__col-header--long {
        margin: 0 -17px 26px 0;
        padding-left: 39px; } }
    @media (min-width: 1200px) {
      .block-for-clients__col-header--cutted {
        padding-left: 25px; } }
    @media (min-width: 1440px) {
      .block-for-clients__col-header--cutted {
        padding-left: 41px; } }
  .block-for-clients__col-title {
    position: relative;
    color: #e20074;
    font-size: 24px;
    line-height: 28px;
    font-family: "Teleneo";
    margin: 0;
    font-weight: 800; }
    @media (min-width: 1200px) {
      .block-for-clients__col-title {
        font-weight: 500;
        color: #7b7b7b;
        margin: 0 0 0 8px;
        font-size: 14px;
        line-height: 1; } }
    @media (min-width: 1440px) {
      .block-for-clients__col-title {
        font-weight: bold;
        margin: 0 0 0 15px;
        font-size: 18px;
        line-height: 1; } }
  .block-for-clients__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 16px; }
    @media (min-width: 1200px) {
      .block-for-clients__col {
        background-color: transparent; } }
  @media (min-width: 1200px) {
    .block-for-clients__col-menu, .block-for-clients__col-submenu {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px;
      max-width: 200px; } }
  @media (min-width: 1440px) {
    .block-for-clients__col-menu, .block-for-clients__col-submenu {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 288px;
              flex: 0 0 288px;
      max-width: 288px; } }
  .block-for-clients__col-content {
    -ms-flex-item-align: stretch;
        align-self: stretch; }
    @media (min-width: 1200px) {
      .block-for-clients__col-content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-width: calc(100% - 200px - 200px); } }
    @media (min-width: 1440px) {
      .block-for-clients__col-content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        max-width: calc(100% - 296px - 296px); } }
  .block-for-clients__col-list {
    padding: 0 15px;
    margin: 0 -15px;
    background: #fff; }
    @media (min-width: 1200px) {
      .block-for-clients__col-list {
        border-radius: 10px;
        margin: 0;
        padding: 0; } }
  .block-for-clients__col-list-child {
    display: none; }
  .block-for-clients__col-list-elem {
    position: relative; }
    .block-for-clients__col-list-elem svg path {
      -webkit-transition: fill 0.2s ease;
      transition: fill 0.2s ease; }
    .block-for-clients__col-list-elem:hover svg path, .block-for-clients__col-list-elem.isActive svg path {
      fill: #e20074; }
    .block-for-clients__col-list-elem:hover a, .block-for-clients__col-list-elem.isActive a {
      color: #e20074; }
  .block-for-clients__col-list-elem:last-child a {
    border-bottom: none; }
  .block-for-clients__col-link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 42px 18px 3px;
    margin-left: 40px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    border-bottom: 1px solid #ededed;
    font-size: 20px; }
    .block-for-clients__col-link--no-arrows {
      padding: 18px 42px 18px 3px; }
      @media (min-width: 1200px) {
        .block-for-clients__col-link--no-arrows {
          padding: 25px; } }
    @media (min-width: 992px) {
      .block-for-clients__col-link {
        font-size: 16px;
        margin-left: 0;
        padding: 12px 22px 12px 41px; } }
    @media (min-width: 1200px) {
      .block-for-clients__col-link {
        padding: 12px 22px 12px 10px; } }
    @media (min-width: 1440px) {
      .block-for-clients__col-link {
        font-size: 20px;
        margin: 0;
        padding: 20px 22px 23px;
        width: calc(100% - 40px); } }
  .block-for-clients__col-right-arrow, .block-for-clients__col-left-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .block-for-clients__col-right-arrow {
    right: 18px; }
    @media (min-width: 992px) {
      .block-for-clients__col-right-arrow {
        right: 8px; } }
    @media (min-width: 1440px) {
      .block-for-clients__col-right-arrow {
        right: 25px; } }
  .block-for-clients__col-left-arrow {
    left: 15px;
    top: 35px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    @media (min-width: 1200px) {
      .block-for-clients__col-left-arrow {
        left: 0; } }
  .block-for-clients__ajax-root {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    position: relative; }
    @media (min-width: 1440px) {
      .block-for-clients__ajax-root {
        width: calc(100% + 17px); } }
  .block-for-clients .ajax-loader {
    margin: 0 -15px;
    width: 100%;
    height: 100%;
    background: #ededed;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none; }
    @media (min-width: 1200px) {
      .block-for-clients .ajax-loader {
        margin: 0; } }
  .block-for-clients__content-wrapper {
    margin: 0 -15px; }
    @media (min-width: 1200px) {
      .block-for-clients__content-wrapper {
        border-radius: 10px;
        overflow: hidden;
        margin: 0; } }
  .block-for-clients__content-desktop {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: none;
    padding: 0 47px; }
    .block-for-clients__content-desktop.isActive {
      display: block; }
    .block-for-clients__content-desktop h2 {
      font-size: 30px;
      line-height: 60px;
      margin-bottom: 0; }
    .block-for-clients__content-desktop p {
      font-weight: 500;
      font-size: 22px;
      line-height: 32px; }
  .block-for-clients__blue-arrow {
    position: absolute;
    top: 25px;
    left: -200px;
    width: 200px; }
    @media (min-width: 1440px) {
      .block-for-clients__blue-arrow {
        width: 271px;
        left: -284px; } }
    .block-for-clients__blue-arrow svg {
      display: block;
      width: 100%; }
  .block-for-clients__mobile-content {
    padding: 56px 0 38px;
    display: none; }
    .block-for-clients__mobile-content h2,
    .block-for-clients__mobile-content br {
      display: none; }
    .block-for-clients__mobile-content.isActive {
      display: block; }
      @media (min-width: 1200px) {
        .block-for-clients__mobile-content.isActive {
          display: none; } }
  .block-for-clients__banners-wrapper {
    display: none;
    margin-top: 37px; }
    .block-for-clients__banners-wrapper.isActive {
      display: block; }

.c-banner {
  width: 100%;
  min-height: 136px;
  padding: 32px;
  background-color: #262626;
  text-align: left;
  overflow: scroll;
  margin-bottom: 16px; }
  .c-banner:last-child {
    margin-bottom: 0; }
  .c-banner__wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .c-banner__icon {
    width: 36px;
    height: 36px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .c-banner__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-banner__text {
    margin-bottom: 0;
    margin-left: 23px;
    font-size: 20px;
    line-height: 21px;
    font-weight: 100;
    color: #ffffff;
    white-space: nowrap;
    padding-right: 20px; }
  .c-banner__button {
    display: inline-block;
    min-width: 192px;
    margin-left: 46px;
    margin-top: 32px;
    padding: 7px 0;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
    .c-banner__button:hover, .c-banner__button:focus, .c-banner__button:active {
      background-color: #ffffff;
      color: #000000; }
      .c-banner__button:hover .c-banner__button-icon, .c-banner__button:focus .c-banner__button-icon, .c-banner__button:active .c-banner__button-icon {
        fill: #e20074; }
    .c-banner__button--info {
      border: none;
      padding: 7px 30px 3px 30px;
      font-size: 29px;
      line-height: 38px;
      color: #ffffff;
      background-color: #e20074; }
  .c-banner__button-icon {
    margin-left: 5px;
    fill: #ffffff; }
  .c-banner__info {
    display: none;
    margin-top: 55px;
    text-align: center; }
  .c-banner__info--show {
    display: block; }
  .c-banner__info-link {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff; }
  .c-banner__info-text {
    margin-top: 23px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #ffffff; }

@media (min-width: 576px) {
  .c-banner {
    min-height: auto; }
    .c-banner__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .c-banner__button {
      margin-top: 0;
      margin-left: 0; } }

@media (min-width: 769px) {
  .c-banner {
    padding: 43px 30px;
    overflow: hidden; }
    .c-banner__description {
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content; }
    .c-banner__icon {
      width: 52px;
      min-height: 50px; }
    .c-banner__text {
      margin-left: 45px;
      padding-right: 0;
      margin-bottom: 0;
      font-size: 27px;
      line-height: 29px; }
    .c-banner__info {
      margin-top: 55px; }
    .c-banner__info-link {
      font-size: 29px;
      line-height: 38px; }
    .c-banner__info-text {
      margin-top: 23px;
      font-size: 16px;
      font-weight: 300;
      line-height: 22px; } }

@media (min-width: 992px) {
  .c-banner {
    padding: 43px 55px; } }

.block-recomended-post {
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: calc(50% - 55px); }
  @media (min-width: 768px) {
    .block-recomended-post {
      background-size: cover;
      background-position: left calc(50% - 50px); } }
  .block-recomended-post .container {
    padding: 46px 15px 60px;
    min-height: 375px; }
    @media (min-width: 768px) {
      .block-recomended-post .container {
        padding: 79px 15px 61px;
        min-height: 495px; } }
    @media (max-width: 1199px) {
      .block-recomended-post .container {
        max-width: 100% !important; } }
  .block-recomended-post--with-spacing .container {
    padding: 46px 15px 60px;
    min-height: 375px; }
    @media (min-width: 992px) {
      .block-recomended-post--with-spacing .container {
        padding: 79px 15px 112px;
        min-height: 495px; } }
    @media (max-width: 1199px) {
      .block-recomended-post--with-spacing .container {
        max-width: 100% !important; } }
  .block-recomended-post:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(47.29%, rgba(0, 0, 0, 0.88)), color-stop(67.98%, rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.88) 47.29%, rgba(0, 0, 0, 0.09) 67.98%, rgba(0, 0, 0, 0) 100%); }
    @media (min-width: 992px) {
      .block-recomended-post:before {
        background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(47.29%, rgba(0, 0, 0, 0.88)), color-stop(67.98%, rgba(0, 0, 0, 0.09)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.88) 47.29%, rgba(0, 0, 0, 0.09) 67.98%, rgba(0, 0, 0, 0) 100%); } }
  .block-recomended-post__block-title {
    color: #fff;
    font-family: "Teleneo";
    font-size: 35px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .block-recomended-post__block-title {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 24px; } }
  .block-recomended-post__body {
    max-width: 766px; }
  .block-recomended-post__post-title {
    color: #e20074;
    font-family: "Teleneo";
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .block-recomended-post__post-title {
        font-size: 34px;
        line-height: 39px;
        margin-bottom: 39px; } }
  .block-recomended-post__excerpt {
    font-family: "Teleneo";
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px; }
  .block-recomended-post .o-container {
    position: relative;
    z-index: 2; }
  .block-recomended-post__time {
    margin-bottom: 5px; }

@media (min-width: 500px) {
  .block-recomended-post {
    background-position-x: left; } }

.featured-posts {
  background: white;
  padding: 52px 0 57px;
  position: relative; }
  .featured-posts--post-page {
    background-color: #f4f4f4;
    z-index: 5; }
  @media (min-width: 1200px) {
    .featured-posts {
      padding: 76px 0 90px; } }
  .featured-posts__wrapper {
    position: relative; }
    .featured-posts__wrapper--child-1 {
      z-index: 5; }
    .featured-posts__wrapper--child-2 {
      z-index: 4; }
    .featured-posts__wrapper--child-3 {
      z-index: 3; }
    .featured-posts__wrapper--child-4 {
      z-index: 2; }
    .featured-posts__wrapper--child-5 {
      z-index: 1; }
    .featured-posts__wrapper--child-1:before, .featured-posts__wrapper--child-2:before, .featured-posts__wrapper--child-3:before, .featured-posts__wrapper--child-4:before, .featured-posts__wrapper--child-5:before {
      background-size: cover;
      position: absolute;
      display: block;
      content: "";
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 1; }
    .featured-posts__wrapper--child-1:before {
      background-image: url("./svg/bulb-1.svg");
      width: 669px;
      height: 460px;
      right: 0;
      -webkit-transform: translateX(72%);
              transform: translateX(72%);
      top: 8%; }
      @media (min-width: 1200px) {
        .featured-posts__wrapper--child-1:before {
          width: 42.5vw;
          height: 29.3vw;
          top: 62%;
          right: -18%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .featured-posts__wrapper--child-2:before {
      background-image: url("./svg/bulb-2.svg");
      width: 987px;
      height: 830px;
      max-width: 987px;
      max-height: 830px;
      -webkit-transform: translateX(-84%);
              transform: translateX(-84%);
      top: -24%; }
      @media (min-width: 1200px) {
        .featured-posts__wrapper--child-2:before {
          width: 51.5vw;
          height: 43.2vw;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: -31%;
          top: 69%; } }
    .featured-posts__wrapper--child-3:before {
      background-image: url("./svg/bulb-3.svg");
      width: 854px;
      height: 854px;
      max-width: 854px;
      max-height: 854px;
      -webkit-transform: translateX(69%);
              transform: translateX(69%);
      right: 0;
      top: -36%; }
      @media (min-width: 1200px) {
        .featured-posts__wrapper--child-3:before {
          width: 44.5vw;
          height: 44.5vw;
          right: -15%;
          top: 56%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .featured-posts__wrapper--child-4:before {
      background-image: url("./svg/bulb-4.svg");
      width: 981px;
      height: 719px;
      max-width: 981px;
      max-height: 719px;
      top: -12%;
      -webkit-transform: translateX(-60%) scale(0.7);
              transform: translateX(-60%) scale(0.7); }
      @media (min-width: 1200px) {
        .featured-posts__wrapper--child-4:before {
          width: 51vw;
          height: 37vw;
          top: 56%;
          left: -22%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .featured-posts__wrapper--child-5:before {
      background-image: url("./svg/bulb-5.svg");
      width: 1208px;
      height: 1023px;
      max-width: 1208px;
      max-height: 1023px;
      top: -47%;
      right: 0;
      -webkit-transform: translateX(64%) scale(0.7);
              transform: translateX(64%) scale(0.7); }
      @media (min-width: 1200px) {
        .featured-posts__wrapper--child-5:before {
          width: 63%;
          height: 53vw;
          top: 88%;
          right: -24%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
  .featured-posts__container {
    z-index: 1; }
    @media (max-width: 1199px) {
      .featured-posts__container {
        max-width: 100% !important; } }
  .featured-posts__main-title {
    font-family: "Teleneo";
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 52px;
    max-width: 275px; }
    @media (min-width: 1440px) {
      .featured-posts__main-title {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 78px;
        max-width: 460px; } }
  .featured-posts__row {
    position: relative;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .featured-posts__row {
        margin-bottom: 0; } }
  .featured-posts--with-background {
    background: #f4f4f4; }
  .featured-posts .slick-dots {
    padding: 50px 0 25px;
    position: static; }

.offerbox {
  width: 352px;
  max-width: 100%;
  background-color: #1a1a1a;
  padding: 20px;
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-right: 30px; }
  @media (max-width: 767px) {
    .offerbox {
      width: 100%; } }
  @media (min-width: 768px) {
    .offerbox {
      height: 275px; } }
  .offerbox:after {
    content: url(./../static/svg/bold-arr-right.svg);
    position: absolute;
    bottom: calc(20px + 35px);
    right: 20px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
    @media (max-width: 767px) {
      .offerbox:after {
        bottom: 50%;
        -webkit-transform: translate(50%, 50%);
                transform: translate(50%, 50%); } }
  .offerbox__title {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0;
    letter-spacing: -0.57px; }
    @media (max-width: 767px) {
      .offerbox__title {
        font-size: 22px;
        line-height: 30px; } }
    .offerbox__title--icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .offerbox__title--icon svg {
        fill: #e0e0e0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .offerbox__title span {
      padding: 0 0 0 15px; }
  .offerbox ul {
    height: 105px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .offerbox ul li {
      -webkit-transition: all 0.23s;
      transition: all 0.23s;
      font-size: 20px;
      font-weight: 300;
      line-height: 36px;
      color: #fff;
      text-shadow: 1px 0 0 transparent;
      line-height: 35px;
      position: relative;
      padding-left: 24px; }
      .offerbox ul li:before {
        content: "";
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        background-color: #e20074;
        top: 11px;
        left: 0; }
      .offerbox ul li:hover {
        text-decoration: underline; }
    @media (max-width: 767px) {
      .offerbox ul {
        display: none; } }
  .offerbox:hover {
    background-color: #fff; }
    .offerbox:hover ul li {
      text-shadow: 1px 0 0 #e20074;
      color: #e20074; }
    .offerbox:hover .offerbox__title {
      color: #0d0d0d; }
      .offerbox:hover .offerbox__title--icon svg {
        fill: #e20074; }
      .offerbox:hover .offerbox__title span {
        padding: 0 0 0 15px; }

.archive-page {
  padding: 50px 0 40px; }
  @media (min-width: 992px) {
    .archive-page {
      padding: 80px 0 60px; } }
  .archive-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 36px; }
    @media (min-width: 992px) {
      .archive-page__header {
        margin-bottom: 75px; } }
  .archive-page__header-title {
    font-family: "Teleneo";
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .archive-page__header-title {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 0; } }
  .archive-page__header-sort {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0; }
  .archive-page .sort-button {
    color: #e20074; }

.for-clients-article {
  height: 100%; }
  .for-clients-article .o-container {
    position: relative; }
  .for-clients-article__title {
    margin: 60px 0 50px;
    font-size: 60px; }
  .for-clients-article .for-clients-article__excerpt {
    font-weight: 500; }
  .for-clients-article__entry-title {
    margin: 0;
    font-size: 42px;
    line-height: 52px;
    font-weight: 900;
    color: #1a1a1a;
    font-family: "Teleneo"; }
    @media (max-width: 575px) {
      .for-clients-article__entry-title {
        font-size: 24px;
        line-height: 28px; } }
  .for-clients-article__header {
    max-width: 928px;
    min-height: 205px;
    margin: 0 auto;
    position: relative;
    background-color: transparent;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover; }
  .for-clients-article__video {
    width: 100%;
    max-width: 770px; }
    .for-clients-article__video:last-child {
      margin-top: 25px; }
    .for-clients-article__video--full {
      margin-left: -70px;
      margin-right: -70px; }
  .for-clients-article__header-bg {
    padding-top: 44px;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 52px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(45%, white), color-stop(55%, rgba(255, 255, 255, 0.524247)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 0%, white 45%, rgba(255, 255, 255, 0.524247) 55%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%); }
    @media (max-width: 767px) {
      .for-clients-article__header-bg {
        padding-left: 15px;
        padding-bottom: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(45%, white), color-stop(55%, rgba(255, 255, 255, 0.524247)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, white 0%, white 45%, rgba(255, 255, 255, 0.524247) 55%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%); } }
  .for-clients-article__content-inner {
    max-width: 800px;
    padding: 35px 15px 55px;
    margin: 0 auto; }
  .for-clients-article__more-info {
    border-radius: 5px;
    margin-bottom: 30px; }
    .for-clients-article__more-info:last-child {
      margin-bottom: 0; }
  .for-clients-article .for-clients-article__more-info {
    font-size: 18px;
    font-weight: 400;
    padding: 12px 44px; }

@media (min-width: 600px) {
  .for-clients-article__video {
    min-height: 350px; } }

@media (min-width: 800px) {
  .for-clients-article__video {
    min-height: 450px; } }

@media (min-width: 1200px) {
  .for-clients-article__header {
    max-width: 100%; } }

.cart--half {
  width: calc(50% - 14px); }
  .cart--half:nth-child(odd) {
    margin-right: 14px; }
  .cart--half:nth-child(even) {
    margin-left: 14px; }
  @media (max-width: 1199px) {
    .cart--half {
      width: 400px;
      margin-left: 5px;
      margin-right: 5px; } }
  @media (max-width: 767px) {
    .cart--half {
      width: 278px;
      margin-left: 5px;
      margin-right: 5px; } }

.cart-post {
  background-color: #fff;
  margin-bottom: 30px;
  padding-bottom: 82px;
  position: relative;
  -webkit-box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.16); }
  .cart-post__more {
    position: absolute;
    bottom: 40px;
    left: 40px;
    max-width: 180px; }
    @media (max-width: 767px) {
      .cart-post__more {
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%); } }
  .cart-post__img {
    position: relative;
    overflow: hidden;
    height: 334px; }
    @media (max-width: 767px) {
      .cart-post__img {
        height: 180px; } }
    .cart-post__img img {
      -webkit-transform: scale(1);
              transform: scale(1);
      display: block;
      -webkit-transition: all 500ms;
      transition: all 500ms;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 0.23s;
      transition: -webkit-transform 0.23s;
      transition: transform 0.23s;
      transition: transform 0.23s, -webkit-transform 0.23s; }
    .cart-post__img:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .cart-post__title {
    color: #0d0d0d;
    font-size: 44px;
    margin: 0;
    text-align: left;
    font-weight: bold;
    line-height: 59px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 767px) {
      .cart-post__title {
        font-size: 35px;
        padding-top: 15px;
        line-height: 47px;
        height: 112px; } }
  .cart-post__body {
    padding: 32px 40px 27px 40px;
    font-size: 17px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .cart-post__body {
        padding: 20px; } }
    .cart-post__body .intro {
      padding-top: 30px; }
      @media (max-width: 767px) {
        .cart-post__body .intro {
          font-size: 14px;
          line-height: 18px;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 145px;
          -webkit-line-clamp: 8;
          margin-bottom: 0;
          overflow: hidden;
          text-overflow: ellipsis; } }

.carts-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .carts-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }

.c-search-bar.main-search-form {
  position: relative; }

.c-search-bar__input-wrapper {
  width: 100%;
  height: 40px !important;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  margin-top: 17px;
  position: relative;
  padding: 0; }
  @media (max-width: 575px) {
    .c-search-bar__input-wrapper {
      margin-top: 15px; } }
  .c-search-bar__input-wrapper > svg {
    position: absolute;
    pointer-events: none;
    left: 15px; }

.c-search-bar__label {
  font-size: 20px;
  line-height: 27px;
  display: block; }

.c-search-bar__input {
  width: calc(100% - 30px) !important;
  height: 20px;
  padding: 0 45px !important;
  margin: 0;
  font-size: 0.8em !important;
  border: none !important;
  border-radius: 4px;
  max-width: 100% !important; }
  .c-search-bar__input::-webkit-input-placeholder {
    font-size: 12px;
    font-family: "Teleneo";
    font-weight: bold; }
  .c-search-bar__input::-moz-placeholder {
    font-size: 12px;
    font-family: "Teleneo";
    font-weight: bold; }
  .c-search-bar__input:-ms-input-placeholder {
    font-size: 12px;
    font-family: "Teleneo";
    font-weight: bold; }
  .c-search-bar__input::-ms-input-placeholder {
    font-size: 12px;
    font-family: "Teleneo";
    font-weight: bold; }
  .c-search-bar__input::placeholder {
    font-size: 12px;
    font-family: "Teleneo";
    font-weight: bold; }
  @media (max-width: 1199px) {
    .c-search-bar__input {
      font-size: 1em !important; } }

.c-search-bar__close-ajax {
  position: absolute;
  right: 17.5px !important;
  width: 18px;
  height: 18px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer; }
  .c-search-bar__close-ajax svg {
    width: 100%;
    height: 100%; }

.c-search-bar.main-search-form {
  max-width: 100% !important; }

.dynamicWrapper {
  position: absolute;
  top: 100%;
  left: 0; }
  .dynamicWrapper.hide {
    display: none; }

.search-box {
  overflow: visible; }
  @media (min-width: 992px) {
    .search-box {
      position: relative; } }

.main-search-form {
  position: absolute;
  right: 0;
  top: 2px;
  height: 20px;
  width: 490px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-left: 0;
  padding-right: 0;
  background: #fff; }
  .main-search-form.position-static {
    position: static;
    -webkit-transform: scale(1);
            transform: scale(1);
    background: none;
    height: 100%; }
  .main-search-form__container {
    height: 100%; }
  .main-search-form.show {
    width: 480px;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
    @media (max-width: 991px) {
      .main-search-form.show {
        width: 100%;
        height: 100%;
        max-width: 100%;
        z-index: 99;
        top: 3px; } }
  .main-search-form .inputT {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    border-left: none;
    border-right: none; }
    .main-search-form .inputT.loading {
      background-image: url(./../static/svg/loading.gif);
      background-size: auto;
      background-position: top 50% right 14px;
      background-repeat: no-repeat; }
  .main-search-form:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .main-search-form .icon-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: #fff;
    padding-right: 10px; }
    @media (max-width: 991px) {
      .main-search-form .icon-search {
        top: 50%; } }
  .main-search-form .icon-close:not(.c-search-bar__close-ajax) {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
    padding-left: 24px; }
    .main-search-form .icon-close:not(.c-search-bar__close-ajax) svg {
      width: 10px;
      height: auto; }
      .main-search-form .icon-close:not(.c-search-bar__close-ajax) svg path {
        fill: #000; }
    .main-search-form .icon-close:not(.c-search-bar__close-ajax):hover {
      cursor: pointer; }
    @media (max-width: 991px) {
      .main-search-form .icon-close:not(.c-search-bar__close-ajax) {
        top: 50%; } }

.results-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  max-height: 80vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .results-wrapper::-webkit-scrollbar {
    display: none; }
  .results-wrapper__list {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
    margin-top: 0; }
    .results-wrapper__list li {
      padding-bottom: 20px;
      font-size: 16px;
      width: 100%; }
      .results-wrapper__list li a {
        position: relative;
        color: #1a1a1a;
        -webkit-transition: all 0.23s;
        transition: all 0.23s;
        display: inline-block;
        width: 100%; }
        .results-wrapper__list li a:after {
          content: url(./../static/svg/icon-navigation-right.svg);
          top: 1px;
          right: 0;
          position: absolute;
          width: 10px;
          height: 10px;
          opacity: 0;
          -webkit-transition: opacity 0.23s;
          transition: opacity 0.23s; }
        .results-wrapper__list li a:hover {
          color: #e20074; }
          .results-wrapper__list li a:hover:after {
            opacity: 1; }
        .results-wrapper__list li a .post-title {
          width: 322px;
          max-width: 100%;
          display: inline-block;
          font-size: 16px;
          font-weight: 500; }
      .results-wrapper__list li .category {
        display: block;
        color: #e20074;
        line-height: 12px;
        padding-bottom: 8px;
        font-size: 10px;
        font-weight: bold; }
  .results-wrapper h2, .results-wrapper__title {
    font-size: 20px;
    margin: 20px 0;
    font-weight: 800;
    font-family: "TeleNeo";
    color: black; }

.dynamicWrapper--search-bar {
  width: 100%; }
  .dynamicWrapper--search-bar .results-wrapper {
    max-height: 370px;
    margin-top: -10px; }

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px; }
  .c-row:last-child {
    margin-bottom: 0; }
  .c-row__column {
    width: 100%;
    max-width: 50%;
    margin-bottom: 25px; }
    .c-row__column:nth-last-child(-n+2) {
      margin-bottom: 0; }

@media (min-width: 769px) {
  .c-row__column {
    margin-bottom: 0;
    max-width: 25%; } }

.search-posts {
  padding-top: 69px;
  margin-bottom: 0; }
  .search-posts:last-child {
    padding-bottom: 75px; }
  .search-posts__title {
    font-family: "Teleneo";
    font-size: 60px;
    line-height: 65px;
    font-weight: bold;
    color: #121212;
    margin-bottom: 67px; }
  .search-posts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0; }
    @media (min-width: 768px) {
      .search-posts__list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .search-posts__list-item {
    margin-bottom: 25px;
    max-width: 342px;
    min-height: 342px; }
    @media (min-width: 768px) {
      .search-posts__list-item {
        max-width: calc(100% / 2);
        min-height: 326px; } }
    @media (min-width: 992px) {
      .search-posts__list-item {
        max-width: calc(100% / 3);
        min-height: 291px; } }
    @media (min-width: 992px) {
      .search-posts__list-item {
        min-height: 291px; } }
    @media (min-width: 1200px) {
      .search-posts__list-item {
        min-height: 330px; } }
    @media (min-width: 1440px) {
      .search-posts__list-item {
        min-height: 404px; } }
    @media (min-width: 1560px) {
      .search-posts__list-item {
        min-height: 478px; } }

@media (max-width: 375px) {
  .search-posts__list-item {
    min-height: 291px; } }

.c-btn {
  display: inline-block;
  padding: 5px 35px;
  border: 2px solid #1a1a1a;
  border-radius: 0;
  background: transparent;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .c-btn:active, .c-btn:focus, .c-btn:hover {
    background: #1a1a1a;
    color: #fff; }
  .c-btn--radius {
    background-color: transparent;
    border: 1px solid #6b6b6b;
    border-radius: 4px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 0px;
    width: 180px;
    text-align: center;
    display: inline-block; }
  .c-btn-primary {
    border: none;
    border-radius: 4px;
    min-width: 181px;
    min-height: 42px;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    background: #e20074;
    color: #fff; }
    .c-btn-primary:active, .c-btn-primary:focus, .c-btn-primary:hover {
      background: #a72263;
      color: #fff; }
  .c-btn--feedback {
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 192px;
    padding: 8px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
  .c-btn--feedback:hover, .c-btn--feedback:focus, .c-btn--feedback:active {
    background-color: #E20074; }
  .c-btn--white-border {
    border: 1px solid #fff;
    background-color: #E20074;
    font-size: 18px;
    padding: 0 15px; }
  .c-btn--black {
    border: 2px solid white;
    background-color: black;
    min-height: 42px;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    color: white; }
    .c-btn--black:active, .c-btn--black:focus, .c-btn--black:hover {
      background-color: white;
      color: black; }
  .c-btn--grey-hover:hover {
    background-color: #EDEDED;
    color: black; }
  .c-btn-wide {
    width: 100%; }
  .c-btn--white-font {
    color: #ffffff;
    border: 1px solid #E20074;
    background-color: transparent; }
  .c-btn-outline-icon {
    width: 220px;
    padding: 9px 0;
    border-radius: 4px;
    text-align: center; }
    .c-btn-outline-icon--sm {
      width: 160px; }
    .c-btn-outline-icon .text {
      font-size: 18px;
      text-align: center;
      vertical-align: middle;
      display: inline-block;
      padding-left: 10px; }
      @media (max-width: 575px) {
        .c-btn-outline-icon .text {
          padding-left: 10px; } }
    .c-btn-outline-icon svg {
      width: 18px;
      height: 16px;
      display: inline-block;
      vertical-align: middle;
      padding-left: 2px; }
    .c-btn-outline-icon:active, .c-btn-outline-icon:focus, .c-btn-outline-icon:hover {
      background-color: #0000001a;
      color: black;
      border-color: #707070; }
  .c-btn--eserwis {
    width: 256px; }

.c-form {
  position: relative;
  margin: 2em auto; }

.c-form__group {
  position: relative;
  margin: 3em 0 2em; }
  .c-form__group label {
    font-size: 0.75rem; }

.c-form__submit {
  margin: 2em 0; }

.form-basic {
  width: 282px;
  max-width: 100%;
  margin: 0 auto; }
  .form-basic__input-group {
    position: relative;
    width: 100%;
    margin-bottom: 12px; }
    .form-basic__input-group--checbox {
      margin-top: 20px; }
      .form-basic__input-group--checbox ~ .form-basic__input-group--checbox {
        margin-top: 0; }
    .form-basic__input-group--date {
      position: relative; }
      .form-basic__input-group--date::after {
        position: absolute;
        content: url("../static/svg/calendar-icon.svg");
        right: 12px;
        top: 10px;
        background-color: white;
        width: 20px;
        pointer-events: none;
        z-index: 3; }
    .form-basic__input-group--time {
      position: relative; }
      .form-basic__input-group--time::after {
        position: absolute;
        content: url("../static/svg/clock-icon-pink.svg");
        right: 12px;
        top: 11px;
        background-color: white;
        width: 20px;
        pointer-events: none;
        z-index: 3; }
  .form-basic__btn {
    margin-top: 20px; }
  .form-basic__input:focus ~ .form-basic__label,
  .form-basic__textarea:focus ~ .form-basic__label,
  .not-empty ~ .form-basic__label {
    -webkit-transform: scale(0.8) translateY(-50%);
            transform: scale(0.8) translateY(-50%);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    top: 0;
    z-index: 2; }
  .form-basic__input::-webkit-input-placeholder, .form-basic__textarea::-webkit-input-placeholder {
    color: transparent;
    opacity: 0; }
  .form-basic__input::-moz-placeholder, .form-basic__textarea::-moz-placeholder {
    color: transparent;
    opacity: 0; }
  .form-basic__input:-ms-input-placeholder, .form-basic__textarea:-ms-input-placeholder {
    color: transparent;
    opacity: 0; }
  .form-basic__input::-ms-input-placeholder, .form-basic__textarea::-ms-input-placeholder {
    color: transparent;
    opacity: 0; }
  .form-basic__input::placeholder, .form-basic__textarea::placeholder {
    color: transparent;
    opacity: 0; }
  .form-basic__label {
    font-size: 18px;
    -webkit-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
    position: absolute;
    display: inline-block;
    padding: 0 5px;
    top: 20px;
    left: 10px;
    -webkit-transition: all 0.23s;
    transition: all 0.23s;
    background-color: #fff;
    z-index: 2;
    pointer-events: none; }
    .form-basic__label .no-required {
      color: #7b7b7b; }
    .form-basic__label--blue-background {
      background-color: #1063ad;
      color: white; }
  .form-basic.is-filled {
    -webkit-transform: scale(0.8) translateY(-10%);
            transform: scale(0.8) translateY(-10%); }
  .form-basic__input, .form-basic__textarea {
    width: 100%;
    height: 41px;
    border-radius: 6px;
    background-color: transparent;
    border: solid 2px #64b9e4;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    color: #141433;
    position: relative;
    z-index: 2; }
    .form-basic__input.error, .form-basic__textarea.error {
      border: solid 1px #e20074; }
    .form-basic__input--white-text, .form-basic__textarea--white-text {
      color: white; }
  .form-basic__textarea {
    height: 160px;
    resize: vertical; }

.c-logo img {
  max-width: 100%;
  width: 239px;
  height: auto; }

.c-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 65px; }
  @media (min-width: 992px) {
    .c-title {
      font-size: 38px; } }
  @media (min-width: 1200px) {
    .c-title {
      font-size: 60px; } }
  .c-title--regular {
    font-weight: normal; }
  .c-title--white {
    color: #fff; }
  @media (max-width: 1199px) {
    .c-title {
      line-height: 50px; } }
  @media (max-width: 767px) {
    .c-title {
      line-height: 45px; } }
  .c-title--teleneowhite {
    font-family: "Teleneo";
    color: #fff; }
    @media (max-width: 1199px) {
      .c-title--teleneowhite {
        font-size: 45px; } }
    @media (max-width: 767px) {
      .c-title--teleneowhite {
        font-size: 35px; } }
  .c-title--teleneoblack {
    font-family: "Teleneo";
    color: #0d0d0d; }
    @media (max-width: 1199px) {
      .c-title--teleneoblack {
        font-size: 45px; } }
    @media (max-width: 767px) {
      .c-title--teleneoblack {
        font-size: 35px; } }
  .c-title--h3 {
    font-size: 45px;
    font-weight: bold;
    line-height: 59px;
    font-family: "Teleneo"; }
    @media (max-width: 991px) {
      .c-title--h3 {
        font-size: 35px;
        line-height: 47px; }
        .c-title--h3.smaller-lg {
          font-size: 22px;
          line-height: 28px; } }
    .c-title--h3.thin {
      font-weight: 400; }
  .c-title--h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    font-family: "Teleneo"; }
    @media (max-width: 991px) {
      .c-title--h4 {
        font-size: 30px;
        line-height: 35px; } }
    .c-title--h4.thin {
      font-weight: 400; }
  .c-title.font-500 {
    font-weight: 500; }

.point {
  position: relative;
  font-family: "Teleneo";
  font-weight: 400;
  font-size: 14px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: rgba(123, 123, 123, 0.4);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7b7b7b; }
  @media (min-width: 1440px) {
    .point {
      font-size: 25px;
      width: 36px;
      height: 36px; } }

.arrow {
  cursor: pointer;
  display: block;
  width: 12px;
  height: 17px; }
  @media (min-width: 1200px) {
    .arrow {
      width: 8px;
      height: 12px; } }
  @media (min-width: 1440px) {
    .arrow {
      width: 12px;
      height: 17px; } }
  .arrow--primary svg path {
    fill: #e20074; }

.accordion {
  margin-bottom: 16px;
  padding-bottom: 13px;
  position: relative; }
  .accordion:after {
    position: absolute;
    content: "";
    width: 100%;
    display: block;
    left: 0;
    bottom: 1px;
    height: 1px;
    background: #d3d3d3; }
  .accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
  .accordion__title {
    font-family: "Teleneo";
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    font-weight: bold;
    margin: 0; }
    @media (max-width: 575px) {
      .accordion__title {
        font-size: 20px;
        line-height: 26px; } }
  .accordion h3 {
    font-family: "Teleneo";
    font-size: 18px;
    line-height: 25px;
    font-weight: 900;
    margin-top: 30px; }
    .accordion h3:first-child {
      margin-top: 0; }
  .accordion__icon {
    display: block;
    width: 22px;
    height: 14px;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    will-change: auto;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .accordion__body {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-height: 0;
    overflow: hidden;
    margin: 0 -60px; }
    @media (max-width: 1439px) {
      .accordion__body {
        margin: 0 -116px; } }
    @media (max-width: 1199px) {
      .accordion__body {
        margin: 0 -192px; } }
    @media (max-width: 767px) {
      .accordion__body {
        margin: 0 -15px;
        padding: 0 15px; } }
  .accordion__body-inner {
    padding: 30px 0;
    position: relative;
    max-width: 770px;
    margin: 0 auto; }
  .accordion.isActive .accordion {
    padding-bottom: 0; }
  .accordion.isActive .accordion__icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .accordion .wp-block-embed-youtube {
    margin: 0; }
  .accordion__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px; }
    .accordion__row:last-child {
      margin-bottom: 0; }
  .accordion p {
    margin-bottom: 30px; }
    .accordion p:last-child {
      margin-bottom: 0; }

.badge-time {
  padding-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
  height: 29px;
  padding: 10px;
  background: #e20074;
  color: #fff;
  font-size: 14px; }
  @media (min-width: 992px) {
    .badge-time {
      min-width: 129px;
      height: 33px;
      margin-bottom: 10px;
      font-size: 20px;
      padding: 8px 5px 6px 10px; } }
  .badge-time__icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: block; }
    @media (min-width: 992px) {
      .badge-time__icon {
        width: 23px;
        height: 23px;
        margin-right: 10px; } }
    @media (min-width: 1200px) {
      .badge-time__icon {
        width: 20px;
        height: 21px;
        margin-right: 9px; } }
  .badge-time--invert {
    background: #fff;
    color: #e20074; }
    .badge-time--invert path {
      fill: #e20074 !important; }
    @media (min-width: 992px) {
      .badge-time--invert {
        padding: 6px 5px 6px 10px; } }
    .badge-time--invert .badge-time__time {
      padding-top: 2px; }
  .badge-time--small {
    font-size: 12px;
    min-width: 88px;
    height: 24px; }
    @media (min-width: 992px) {
      .badge-time--small {
        font-size: 13px;
        min-width: 91px;
        height: 24px; } }
    .badge-time--small .icon {
      width: 13px;
      height: 13px;
      margin-right: 5px; }
  .badge-time--post {
    font-size: 20px;
    min-width: 88px;
    height: 33px;
    line-height: 25px; }
    @media (min-width: 992px) {
      .badge-time--post {
        min-width: 91px; } }
    .badge-time--post .icon {
      width: 20px;
      height: 21px;
      margin-right: 9px; }
    .badge-time--post .badge-time__time {
      padding-top: 4px; }
  .badge-time__text {
    margin-top: 2px; }

.badge-time--recommended .badge-time__text {
  margin-top: 2px; }
  @media (min-width: 992px) {
    .badge-time--recommended .badge-time__text {
      margin-top: 4px; } }

.location {
  margin-top: 20px; }
  .location__wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .location__icon {
    margin-right: 10px; }
  .location p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; }

.login-block {
  margin-top: 33px;
  margin-bottom: 40px; }
  .login-block:last-child {
    margin-bottom: 0; }
  .login-block p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 32px; }
  .login-block__link {
    font-weight: 700;
    color: #e20074; }
  .login-block .login-block__text-bold {
    font-weight: 900;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px; }
  .login-block .login-block__btn {
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #e20074;
    color: #e20074;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 24px;
    border-radius: 5px; }

/* breadcrumbs */
.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumbs__item:first-child a {
      padding-left: 0; }
  .breadcrumbs__item:last-child {
    margin-right: 0; }
  .breadcrumbs li::before {
    content: none; }
  .breadcrumbs__current {
    margin: 0;
    font-size: 13px;
    line-height: 35px;
    font-weight: 300;
    color: #ffffff; }
  .breadcrumbs__icon--home {
    margin-right: 8px;
    margin-top: 2px; }
  .breadcrumbs__icon path {
    fill: #ffffff; }
  .breadcrumbs__link {
    margin: 0;
    padding: 8px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #ffffff; }
    .breadcrumbs__link a:hover, .breadcrumbs__link a:focus, .breadcrumbs__link a:active {
      opacity: 0.9; }
  .breadcrumbs p {
    margin-top: 1px;
    font-weight: 900; }

.c-info-block {
  margin-top: 45px;
  padding: 45px 15px;
  margin-left: calc(-5vw + 2%);
  margin-right: calc(-5vw + 2%);
  margin-bottom: 20px; }
  .c-info-block:last-child {
    margin-bottom: 0;
    margin-top: 0; }
  .c-info-block__content-wrapper {
    max-width: 770px;
    width: 100%;
    margin: 0 auto; }
  .c-info-block .c-info-block__title {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    margin: 0;
    margin-bottom: 16px; }
  .c-info-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 16px; }
    .c-info-block__wrapper:first-child {
      margin-top: 0; }
  .c-info-block__icon {
    margin-right: 15px; }
  .c-info-block__content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .c-info-block__content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    margin-bottom: 25px; }
    .c-info-block__content p:last-child {
      margin-bottom: 0; }
    .c-info-block__content p:first-child {
      margin-top: 3px; }

@media (min-width: 769px) {
  .c-info-block {
    margin-left: -10vw;
    margin-right: -10vw; } }

@media (min-width: 1000px) {
  .c-info-block {
    margin-left: -20vw;
    margin-right: -20vw; } }

@media (min-width: 1200px) {
  .c-info-block {
    margin-left: -10vw;
    margin-right: -10vw; } }

@media (min-width: 1200px) {
  .read-more {
    padding: 25px 12px 0;
    background: #fff; } }

.read-more__inner, .read-more__desktop-block {
  height: 100%; }

.read-more__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .read-more__figure svg {
    display: block;
    width: 88px;
    height: 74px; }
    @media (min-width: 1440px) {
      .read-more__figure svg {
        width: 127px;
        height: 108px; } }

@media (min-width: 1200px) {
  .read-more {
    height: 100%;
    border: 2px solid #e20074; } }

.read-more__desktop-block {
  display: none;
  padding-bottom: 20px; }
  @media (min-width: 1200px) {
    .read-more__desktop-block {
      text-align: left;
      color: #e20074;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-weight: bold; }
      .read-more__desktop-block > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%; } }

.read-more__mobile-block {
  display: block; }
  @media (min-width: 1200px) {
    .read-more__mobile-block {
      display: none; } }

.read-more__text-wrapper {
  margin-top: auto; }

.read-more__text {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e20074;
  margin-bottom: 0; }
  @media (min-width: 1440px) {
    .read-more__text {
      font-size: 22px;
      line-height: 26px; } }
  @media (min-width: 1560px) {
    .read-more__text {
      font-size: 25px;
      line-height: 28px;
      padding-bottom: 26px; } }

.read-more__link {
  margin-bottom: 0;
  padding-top: 15px;
  text-align: right; }

.post__date {
  font-size: 18px;
  color: #fff;
  margin-right: 10px; }
  @media (max-width: 767px) {
    .post__date {
      font-size: 14px; } }

.post__col {
  z-index: 1;
  padding: 0 15px;
  height: 278px;
  width: 308px; }
  @media (min-width: 1200px) {
    .post__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(1080 / 4 * 1px);
              flex: 0 0 calc(1080 / 4 * 1px);
      width: calc(1080 / 4 * 1px);
      padding: 0 13px;
      height: 240px; } }
  @media (min-width: 1440px) {
    .post__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(1300 / 4 * 1px);
              flex: 0 0 calc(1300 / 4 * 1px);
      width: calc(1300 / 4 * 1px);
      height: 295px; } }
  @media (min-width: 1560px) {
    .post__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(1524 / 4 * 1px);
              flex: 0 0 calc(1524 / 4 * 1px);
      width: calc(1524 / 4 * 1px);
      padding: 0 15px;
      height: 352px; } }
  .post__col--3 {
    width: 278px;
    height: 278px;
    padding: 0;
    margin-right: 16px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .post__col--3 {
        width: 358px;
        height: 358px; } }
    @media (min-width: 992px) {
      .post__col--3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 371px;
        padding: 0 15px;
        height: 330px;
        margin: 0; } }
    @media (min-width: 1200px) {
      .post__col--3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%;
        width: 30%;
        padding: 0 9px; } }
    @media (min-width: 1560px) {
      .post__col--3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%;
        width: 30%;
        padding: 0 15px;
        height: 480px; } }

.post__col-inner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 27px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  color: #fff; }
  .post__col-inner .before {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    .post__col-inner .before img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: translate(-50%, -50%) scale(1) translateZ(0);
              transform: translate(-50%, -50%) scale(1) translateZ(0);
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  .post__col-inner .after-link {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0.25)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.25) 100%, rgba(255, 255, 255, 0) 0%); }
  .post__col-inner:hover .before img {
    -webkit-transform: scale(1.03) translate(-50%, -50%) translateZ(0);
            transform: scale(1.03) translate(-50%, -50%) translateZ(0); }
  .post__col-inner > * {
    position: relative;
    z-index: 2; }
  @media (min-width: 992px) {
    .post__col-inner {
      max-width: calc(1524 / 4 * 1px);
      width: 100%; } }
  @media (min-width: 1200px) {
    .post__col-inner {
      max-width: 100%; } }

.post__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin-top: auto;
  padding: 0 25px 25px;
  margin-bottom: 0; }
  @media (min-width: 1560px) {
    .post__body {
      margin-bottom: 0; } }

.post__post-title {
  border-bottom: 2px solid #e20074;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-family: "Teleneo";
  font-weight: 500;
  font-size: 22px;
  line-height: 26px; }
  .post__post-title a {
    color: #fff; }
  @media (min-width: 1200px) {
    .post__post-title {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 1440px) {
    .post__post-title {
      font-size: 25px;
      line-height: 34px;
      padding-bottom: 27px; } }
  @media (min-width: 1440px) {
    .post__post-title {
      line-height: 29px; } }
  .post__post-title--big {
    font-size: 22px;
    line-height: 30px;
    height: 126px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 1200px) {
      .post__post-title--big {
        font-size: 34px;
        line-height: 46px;
        height: 146px; } }

.post__link-wrapper {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 18px;
  max-height: 34px; }
  .post__link-wrapper--tar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.post__permalink {
  display: block;
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 50%; }
  .post__permalink:hover {
    color: #eb378a; }
  @media (min-width: 1200px) {
    .post__permalink {
      padding-right: 0; }
      .post__permalink:last-child {
        padding-right: 10px; } }
  @media (min-width: 1440px) {
    .post__permalink {
      padding: 0 10px; } }
  .post__permalink--main {
    font-size: 18px; }

.post__link .read-more {
  display: none; }
  @media (min-width: 1200px) {
    .post__link .read-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: calc(1524 / 4 * 1px);
      width: 100%; } }

.post__col-link {
  z-index: 1;
  display: block;
  text-align: center; }
  @media (max-width: 1199px) {
    .post__col-link {
      width: 100%;
      height: auto; } }
  @media (min-width: 1200px) {
    .post__col-link {
      position: absolute;
      right: 0;
      top: 0;
      margin-bottom: 0; } }

.post--search {
  width: 100%;
  min-height: inherit;
  padding: 0; }
  @media (min-width: 768px) {
    .post--search {
      padding: 0 10px; } }
  .post--search .post__body {
    padding: 0px 33px 30px; }
    @media (min-width: 768px) {
      .post--search .post__body {
        padding: 0px 30px 20px; } }
    @media (min-width: 1200px) {
      .post--search .post__body {
        padding: 0px 37px 34px; } }
  .post--search .post__post-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 20px; }
    @media (min-width: 1440px) {
      .post--search .post__post-title {
        font-size: 34px;
        line-height: 46px; } }
  .post--search .post__link-wrapper--tar {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .post--search .post__permalink {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    max-width: 100%; }
    @media (min-width: 1440px) {
      .post--search .post__permalink {
        font-size: 18px;
        line-height: 25px; } }

.newsletter-icon {
  cursor: pointer;
  position: fixed;
  z-index: 10;
  top: 19.5%;
  right: 25px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #1063ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029; }
  .newsletter-icon svg {
    display: block;
    width: 23px;
    height: 18px; }
    @media (min-width: 992px) {
      .newsletter-icon svg {
        width: 42px;
        height: 32px; } }
  @media (min-width: 992px) {
    .newsletter-icon {
      width: 84px;
      height: 84px;
      top: 34.5%;
      right: 40px; } }
  @media (min-width: 1560px) {
    .newsletter-icon {
      right: 100px; } }
  .newsletter-icon__bubble {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    font-size: 10px;
    line-height: 12px;
    color: #000;
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(7px);
            transform: translateX(-50%) translateY(7px);
    text-align: center;
    width: 60px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 3px 5px;
    background-image: url(./svg/bubble.svg);
    background-repeat: no-repeat;
    background-size: 60px 38px;
    background-position: top left; }
    @media (min-width: 992px) {
      .newsletter-icon__bubble {
        font-size: 16px;
        line-height: 21px;
        width: 98px;
        height: 75px;
        -webkit-transform: translateX(-50%) translateY(12px);
                transform: translateX(-50%) translateY(12px);
        top: -75px; } }
    @media (min-width: 992px) {
      .newsletter-icon__bubble {
        background-size: 98px 60px; } }
    .newsletter-icon__bubble.isActive {
      -webkit-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0);
      opacity: 1; }

.blog-newsletter-icon {
  top: 56.5%; }
  @media (min-width: 1560px) {
    .blog-newsletter-icon {
      top: 820px; } }

.p-scroll-top-icon__container {
  position: fixed;
  bottom: 29px;
  right: 17px;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e20074;
  z-index: 9999;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }
  .p-scroll-top-icon__container.is-active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  .p-scroll-top-icon__container svg {
    height: 18px;
    width: 16px;
    color: white; }

.page-hero-header {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 0;
  background-color: #e20074;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  min-height: 122px;
  position: relative; }
  .page-hero-header__container {
    padding-top: 20px;
    padding-bottom: 10px;
    height: 100%;
    overflow: visible;
    background-repeat: no-repeat; }
    .page-hero-header__container .o-container {
      margin-left: 0; }
  .page-hero-header__title {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Teleneo"; }
  .page-hero-header__subtitle {
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    margin: 10px 0; }

.page-hero-header--product {
  min-height: 300px;
  background-color: transparent;
  background-size: cover;
  background-position: bottom right; }
  .page-hero-header--product .page-hero-header__wrapper {
    min-height: 205px;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat; }

@media (min-width: 992px) {
  .page-hero-header--product {
    min-height: 198px; }
    .page-hero-header--product .page-hero-header__wrapper {
      background-size: 0; }
    .page-hero-header--product .page-hero-header__container--blob-2 {
      background-position-x: -100px; }
    .page-hero-header--product .page-hero-header__container--blob-1 {
      background-position-x: -40px; }
  .page-hero-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-size: initial;
    background-color: transparent;
    overflow: hidden;
    min-height: 198px; }
    .page-hero-header:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .page-hero-header__subtitle {
      margin-top: 10px;
      margin-bottom: 0; }
    .page-hero-header__wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: transparent; }
    .page-hero-header__container {
      padding-top: 10px;
      padding-bottom: 0; }
      .page-hero-header__container--duck-leg {
        background-position-x: -140px;
        background-position-y: -650px; }
      .page-hero-header__container .o-container {
        margin-left: auto; }
    .page-hero-header__title {
      margin-top: 17px;
      font-size: 60px;
      line-height: 80px; }
  .page-hero-header--dark:before {
    background-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(5%, black), color-stop(20%, #141414), color-stop(30%, rgba(126, 126, 126, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, black 0%, black 5%, #141414 20%, rgba(126, 126, 126, 0.6) 30%, rgba(255, 255, 255, 0) 100%); }
  .page-hero-header--white:before {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(5%, white), color-stop(20%, #e6e6e6), color-stop(30%, rgba(126, 126, 126, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, white 0%, white 5%, #e6e6e6 20%, rgba(126, 126, 126, 0.6) 30%, rgba(255, 255, 255, 0) 100%); }
  .page-hero-header--for-clients {
    background-size: cover; }
    .page-hero-header--for-clients .page-hero-header__wrapper {
      background-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(5%, black), color-stop(20%, #141414), color-stop(30%, rgba(126, 126, 126, 0.6)), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(90deg, black 0%, black 5%, #141414 20%, rgba(126, 126, 126, 0.6) 30%, rgba(255, 255, 255, 0) 100%); }
    .page-hero-header--for-clients .page-hero-header__container {
      background-size: 640px;
      background-position-x: calc(50% - 270px);
      background-position-y: -132px; }
  .page-hero-header--blog .page-hero-header__wrapper {
    background: transparent -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(47%, #FFFFFFE0), color-stop(68%, #FFFFFF17), to(#FFFFFF00)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFFE0 47%, #FFFFFF17 68%, #FFFFFF00 100%) 0% 0% no-repeat padding-box; }
  .page-hero-header--blog .page-hero-header__container {
    background-size: 740px;
    background-position-x: calc(50% - 150px);
    background-position-y: -395px; }
  .page-hero-header--archive .page-hero-header__wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(5%, white), color-stop(20%, #e6e6e6), color-stop(30%, rgba(126, 126, 126, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, white 0%, white 5%, #e6e6e6 20%, rgba(126, 126, 126, 0.6) 30%, rgba(255, 255, 255, 0) 100%); }
  .page-hero-header--archive .page-hero-header__container {
    background-size: 500px;
    background-position-x: calc(50% - 270px);
    background-position-y: -213px; }
  .page-hero-header--search .page-hero-header__container {
    background-position-x: calc(50% - 538px);
    background-position-y: -60px; }
  .page-hero-header--search .page-hero-header__wrapper {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(5%, white), color-stop(20%, #e6e6e6), color-stop(30%, rgba(126, 126, 126, 0.6)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, white 0%, white 5%, #e6e6e6 20%, rgba(126, 126, 126, 0.6) 30%, rgba(255, 255, 255, 0) 100%); } }

@media (min-width: 1200px) {
  .page-hero-header--product .page-hero-header__container--blob-2 {
    background-position-x: calc(50% - 450px); }
  .page-hero-header--product .page-hero-header__container--blob-1 {
    background-position-x: -50px; }
  .page-hero-header--for-clients .page-hero-header__container {
    background-size: 640px;
    background-position-x: -83px;
    background-position-y: -132px; }
  .page-hero-header--blog .page-hero-header__container {
    background-size: 819px;
    background-position-x: -30px;
    background-position-y: -457px; }
  .page-hero-header--archive .page-hero-header__container {
    background-position-x: -40px;
    background-position-y: -213px; } }

@media (min-width: 1400px) {
  .page-hero-header--product .page-hero-header__container--blob-2 {
    background-position-x: calc(50% - 530px); }
  .page-hero-header--product .page-hero-header__container--blob-1 {
    background-position-x: -50px; }
  .page-hero-header--for-clients .page-hero-header__container {
    background-size: 640px;
    background-position-x: calc(50% - 540px);
    background-position-y: -132px; }
  .page-hero-header--blog .page-hero-header__container {
    background-size: 819px;
    background-position-x: calc(50% - 414px);
    background-position-y: -455px; }
  .page-hero-header--archive .page-hero-header__container {
    background-size: 611px;
    background-position-x: calc(50% - 470px);
    background-position-y: -338px; } }

@media (min-width: 1560px) {
  .page-hero-header--product .page-hero-header__container--blob-2 {
    background-position-x: calc(50% - 515px); }
  .page-hero-header--product .page-hero-header__container--blob-1 {
    background-position-x: calc(50% - 470px); } }

.c-client {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .c-client {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .c-client__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 154px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .c-client__img-wrapper {
        min-height: 80px; } }
  .c-client__brand-logo {
    max-width: 100%; }
    @media (max-width: 991px) {
      .c-client__brand-logo {
        max-width: 130px;
        max-height: 81px; } }
  .c-client__pink-border {
    width: 89px;
    height: 2px;
    background-color: #e20074;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .c-client__pink-border {
        margin-bottom: 0; } }
  .c-client__brand-name {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 900;
    font-family: "Teleneo"; }
    @media (max-width: 575px) {
      .c-client__brand-name {
        font-size: calc(8px + 5vw); } }
  .c-client__btn {
    height: 42px;
    width: 180px;
    font-size: 18px;
    font-family: "TeleGrotesk";
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    @media (max-width: 767px) {
      .c-client__btn {
        width: 100%;
        max-width: 160px;
        max-height: 38px !important;
        font-size: 18px;
        margin-top: 30px; } }
    @media (max-width: 575px) {
      .c-client__btn {
        width: 100%;
        font-size: calc(12px + 1.2vw);
        padding: 0 3px; } }

.c-client--without-info .c-client__pink-border {
  margin-bottom: 0; }

.clients-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #E0E0E0; }
  .clients-list__item {
    width: 100%;
    max-width: 25%;
    padding-bottom: 58px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 50px; }
    @media (max-width: 991px) {
      .clients-list__item {
        padding-left: 0;
        padding-right: 10px; }
        .clients-list__item:nth-child(2n) {
          padding-left: 10px;
          padding-right: 0; } }
    .clients-list__item:nth-child(n+13) {
      border-bottom: none;
      margin-bottom: 0; }
    @media (max-width: 1199px) {
      .clients-list__item {
        max-width: 33.3%; } }
    @media (max-width: 991px) {
      .clients-list__item {
        max-width: 50%; } }

.clients-list--without-info {
  border-bottom: none; }
  .clients-list--without-info .clients-list__item {
    border-bottom: none;
    padding: 0;
    margin-bottom: 50px; }
    .clients-list--without-info .clients-list__item:nth-child(n+9) {
      margin-bottom: 0; }
    @media (max-width: 1199px) {
      .clients-list--without-info .clients-list__item:nth-child(n+9) {
        margin-bottom: 50px; }
      .clients-list--without-info .clients-list__item:nth-child(n+10) {
        margin-bottom: 0; } }
    @media (max-width: 991px) {
      .clients-list--without-info .clients-list__item:nth-child(n+10) {
        margin-bottom: 50px; }
      .clients-list--without-info .clients-list__item:nth-child(n+11) {
        margin-bottom: 0; } }

.newsletter-and-socials {
  position: fixed;
  z-index: 2; }
  .newsletter-and-socials__window {
    padding: 22px 24px 27px 27px;
    font-size: 16px;
    line-height: 25px;
    width: 184px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: white;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029; }
    .newsletter-and-socials__window--newsletter {
      background-color: #1063ad; }
    .newsletter-and-socials__window--socials {
      background-color: #1bada2; }
  .newsletter-and-socials__button {
    width: 133px;
    height: 28px;
    border: 1px solid white;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    background-color: transparent;
    color: white;
    position: relative;
    cursor: pointer; }
    .newsletter-and-socials__button svg {
      position: absolute;
      top: 5px;
      left: 22px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .newsletter-and-socials__button:hover {
      background-color: rgba(0, 0, 0, 0.1); }
  .newsletter-and-socials__button-label {
    margin-left: 37px;
    margin-right: auto;
    display: block;
    font-size: 16px;
    line-height: 25px; }
  .newsletter-and-socials__mobile-icon {
    position: absolute;
    top: 40px;
    left: -80px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
    .newsletter-and-socials__mobile-icon--share {
      top: 160px;
      height: 84px;
      width: 84px;
      background-color: #1bada2;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-shadow: 0px 3px 6px #00000029;
              box-shadow: 0px 3px 6px #00000029; }
      .newsletter-and-socials__mobile-icon--share svg {
        width: 42px;
        height: 50px;
        margin-right: 6px; }
        @media (max-width: 991px) {
          .newsletter-and-socials__mobile-icon--share svg {
            width: 24px;
            height: 31px;
            margin-right: 4px; } }
      @media (max-width: 991px) {
        .newsletter-and-socials__mobile-icon--share {
          top: 94px;
          height: 46px;
          width: 46px; } }
  @media (max-width: 1560px) {
    .newsletter-and-socials {
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px); } }
  @media (max-width: 1490px) {
    .newsletter-and-socials {
      -webkit-transform: translateX(-70px);
              transform: translateX(-70px);
      z-index: 10; }
      .newsletter-and-socials__window {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 0; }
      .newsletter-and-socials__mobile-icon {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1; } }
  @media (max-width: 991px) {
    .newsletter-and-socials {
      -webkit-transform: translate(-13px, 99px);
              transform: translate(-13px, 99px); } }

.section-other-products {
  padding-top: 70px;
  padding-bottom: 103px; }
  .section-other-products__items {
    width: 100%; }
  .section-other-products__title {
    font-size: 60px;
    font-weight: bold;
    line-height: 65px;
    font-family: "Teleneo";
    margin-bottom: 68px; }
  .section-other-products__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5px -15px 0; }
    @media (min-width: 768px) {
      .section-other-products__row {
        margin: 20px -15px 0; } }
  .section-other-products__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .section-other-products__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 32px; } }
    @media (min-width: 992px) {
      .section-other-products__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
        max-width: 33.333333%; } }

.other-product {
  background-color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  cursor: pointer; }
  .other-product__bck {
    width: 100%;
    padding-bottom: 25.5%;
    background-size: cover;
    background-position: center; }
  .other-product__body {
    padding: 20px 26px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) {
      .other-product__body {
        padding: 23px 37px 40px 23px; } }
  .other-product__title {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-family: "Teleneo";
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .other-product__title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px; } }
  .other-product__btn.c-btn {
    border: 1px solid white;
    color: white;
    font-size: 18px;
    background-color: transparent;
    border-radius: 4px;
    width: 182px;
    padding: 7px 10px;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .other-product__btn.c-btn {
        margin: 0; } }
  .other-product:hover .other-product__btn {
    background: #e20074;
    border-color: #e20074; }

.c-menu {
  margin: 0 0; }
  .c-menu--footer-bottom {
    background-color: #262626;
    margin: 0 0; }
    @media (min-width: 768px) {
      .c-menu--footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @media (max-width: 991px) {
      .c-menu--footer-bottom li {
        padding-bottom: 5px; }
        .c-menu--footer-bottom li:last-child {
          padding-bottom: 0px; } }
    .c-menu--footer-bottom .menu-item {
      color: #fff;
      text-align: center;
      padding: 0 10px;
      margin: 0 0; }
      .c-menu--footer-bottom .menu-item a {
        font-size: 14px; }
  .c-menu .c-menu__link {
    position: relative; }
    .c-menu .c-menu__link:before {
      content: "";
      width: 0%;
      height: 1px;
      position: absolute;
      bottom: -1px;
      left: 0;
      -webkit-transition: all 0.23s;
      transition: all 0.23s; }
    .c-menu .c-menu__link--dark::before {
      background-color: #e20074; }
    .c-menu .c-menu__link--white::before {
      background-color: #fff; }
    .c-menu .c-menu__link.privacy-policy {
      position: relative;
      padding-left: 18px; }
      .c-menu .c-menu__link.privacy-policy:after {
        content: url(./../static/svg/politics-icon.svg);
        z-index: 9;
        display: block;
        width: 12px;
        height: 15px;
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .c-menu li:hover .c-menu__link, .c-menu .current .c-menu__link {
    position: relative; }
    @media (min-width: 992px) {
      .c-menu li:hover .c-menu__link:before, .c-menu .current .c-menu__link:before {
        width: 100%; } }

.p-test-block {
  padding: 50px 0; }

.o-sections-menu {
  position: sticky;
  z-index: 1;
  top: 63px;
  width: 100%;
  background-color: #333333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 100; }
  .o-sections-menu::before, .o-sections-menu::after {
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -10px;
    -webkit-mask: url("../static/svg/menu-corners.svg");
            mask: url("../static/svg/menu-corners.svg");
    background-color: rgba(51, 51, 51, 0.95); }
  .o-sections-menu::before {
    left: 0; }
  .o-sections-menu::after {
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .o-sections-menu.fixed {
    background-color: rgba(51, 51, 51, 0.95); }
    .o-sections-menu.fixed::before, .o-sections-menu.fixed::after {
      content: ""; }
  .o-sections-menu__list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .o-sections-menu__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
  .o-sections-menu__link {
    color: #fff;
    text-decoration: none;
    margin-right: 100px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    -webkit-transition: padding 0.4s;
    transition: padding 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0; }
    .o-sections-menu__link::after {
      position: absolute;
      content: "";
      bottom: 9px;
      left: 0;
      width: 0%;
      border-bottom: 2px solid #e20074;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .o-sections-menu__link span {
      display: block;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      font-weight: 300; }
      .o-sections-menu__link span:first-child {
        margin-right: 8px; }
    .o-sections-menu__link.fixed {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 10px 0;
      margin-right: 40px;
      font-size: 14px; }
      .o-sections-menu__link.fixed::after {
        bottom: 1px; }
    .o-sections-menu__link:hover::after, .o-sections-menu__link:active::after, .o-sections-menu__link:focus::after {
      width: 100%; }

.section-slider {
  padding-bottom: 80px;
  overflow: hidden; }

.archive-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .archive-page__row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.archive-page .post {
  margin-bottom: 32px; }
  @media (max-width: 1199px) {
    .archive-page .post {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(960 / 3 * 1px);
              flex: 0 0 calc(960 / 3 * 1px);
      width: calc(960 / 3 * 1px);
      padding: 0 15px;
      height: 290px; } }
  @media (max-width: 991px) {
    .archive-page .post {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(720 / 2 * 1px);
              flex: 0 0 calc(720 / 2 * 1px);
      width: calc(720 / 2 * 1px);
      padding: 0 15px;
      height: 330px; } }
  @media (max-width: 767px) {
    .archive-page .post {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 540px;
              flex: 0 0 540px;
      width: 540px;
      height: 510px; } }
  @media (max-width: 575px) {
    .archive-page .post {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 370px;
      max-height: 340px; } }
  .archive-page .post__col-inner {
    width: 100%; }
  .archive-page .post__col-link {
    position: static; }
    @media (max-width: 1199px) {
      .archive-page .post__col-link {
        display: block; } }
    @media (max-width: 767px) {
      .archive-page .post__col-link {
        display: none; } }
  @media (max-width: 1199px) {
    .archive-page .post .read-more {
      height: 100%;
      border: 2px solid #e20074;
      padding: 25px 27px 0;
      background: #fff; } }
  @media (max-width: 991px) {
    .archive-page .post .read-more {
      padding: 50px 27px 0; } }
  @media (max-width: 1199px) {
    .archive-page .post .read-more__desktop-block {
      text-align: left;
      color: #e20074;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-weight: bold; }
      .archive-page .post .read-more__desktop-block > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%; } }
  @media (max-width: 1199px) {
    .archive-page .post .read-more__figure svg {
      width: 120px;
      height: 101px; } }
  @media (max-width: 1199px) {
    .archive-page .post .read-more__text {
      font-size: 22px;
      line-height: 26px; } }

@media (max-width: 767px) {
  .archive-page .badge-time {
    font-size: 14px;
    min-width: 96px;
    height: 25px; } }

.scroll-menu {
  position: relative;
  z-index: 3;
  padding: 10px 0 0;
  background: #333333;
  color: #fff; }
  @media (min-width: 992px) {
    .scroll-menu {
      margin-top: -77px;
      padding: 11px 0 8px; } }
  .scroll-menu__wrapper {
    overflow: auto; }
  .scroll-menu__title {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 18px;
    color: #fdd167;
    margin-bottom: 6px;
    font-family: "Teleneo"; }
  .scroll-menu__list {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 18px;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .scroll-menu__list {
        margin: 0; } }
  .scroll-menu__list-elem {
    cursor: pointer;
    white-space: nowrap;
    margin-right: 30px; }
    @media (min-width: 1440px) {
      .scroll-menu__list-elem {
        margin-right: 40px; } }
    @media (min-width: 1920px) {
      .scroll-menu__list-elem {
        margin-right: 103px; } }
  @media (max-width: 1199px) {
    .scroll-menu .container {
      max-width: 100% !important; } }

.fixed-form-modal-box {
  position: fixed;
  width: 84px;
  height: 84px;
  top: 80vh;
  right: 85px;
  z-index: 996; }
  @media (max-width: 991px) {
    .fixed-form-modal-box {
      width: 46px;
      height: 46px; } }
  .fixed-form-modal-box:hover {
    cursor: pointer; }
  @media (max-width: 1199px) {
    .fixed-form-modal-box {
      right: 35px; } }
  @media (max-width: 991px) {
    .fixed-form-modal-box {
      right: 17px; } }
  .fixed-form-modal-box__label {
    background-color: #e20074;
    border: 1px solid #e20074;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 29px;
    top: 10px;
    left: 10px;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029; }
    @media (max-width: 991px) {
      .fixed-form-modal-box__label {
        width: 15px;
        height: 15px;
        top: 4px;
        left: 6px; } }
    .fixed-form-modal-box__label .label {
      font-size: 18px;
      font-weight: bold; }
      @media (max-width: 991px) {
        .fixed-form-modal-box__label .label {
          font-size: 10px;
          line-height: 10px;
          display: block; } }
  .fixed-form-modal-box__modal {
    width: 100%;
    height: 100%; }
    .fixed-form-modal-box__modal-icon {
      background-color: #1063ad;
      border: 1px solid #1063ad;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      text-align: center;
      position: relative;
      -webkit-box-shadow: 0px 3px 6px #00000029;
              box-shadow: 0px 3px 6px #00000029; }
      .fixed-form-modal-box__modal-icon .fa-envelope {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        font-size: 32px;
        color: #fff;
        -webkit-transition: all 0.23s;
        transition: all 0.23s; }
        .fixed-form-modal-box__modal-icon .fa-envelope:hover {
          font-size: 35px; }

.modal {
  position: absolute;
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
  transition-delay: 0.01s;
  opacity: 0; }
  .modal__close {
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    top: 8px;
    color: #000;
    padding: 7px;
    -webkit-transition: all 0.23s;
    transition: all 0.23s;
    z-index: 10;
    cursor: pointer; }
    .modal__close:not(.not-hover):hover {
      color: #e20074; }
    .modal__close--white {
      color: #fff; }
  .modal__h2 {
    color: #fff;
    font-size: 50px;
    line-height: 67px; }
    .modal__h2.left {
      text-align: left; }
  .modal__bg {
    width: 100%;
    height: 100%;
    background-color: #262626;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.53s ease;
    transition: all 0.53s ease;
    z-index: 998;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity 0.51s ease;
    transition: opacity 0.51s ease; }
  .modal__container {
    max-width: 100%;
    width: 766px;
    -webkit-transition-delay: 0.01s;
            transition-delay: 0.01s;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px 65px 50px 65px;
    background-color: #fff;
    z-index: 999;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: calc(100vh - 100px); }
    .modal__container.wide {
      width: 1504px; }
    .modal__container-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      height: 422px; }
      @media (max-width: 991px) {
        .modal__container-bg {
          height: 183px;
          background-size: cover; } }
      .modal__container-bg svg {
        width: 100%;
        height: auto; }
    @media (max-width: 1439px) {
      .modal__container {
        padding: 20px 15px 20px 15px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #B0B0B0 transparent; }
        .modal__container::-webkit-scrollbar {
          width: 5px;
          height: 5px; }
        .modal__container::-webkit-scrollbar-thumb {
          background: #B0B0B0;
          border-radius: 3px; } }
  .modal__body {
    position: relative;
    z-index: 2; }
    .modal__body .modal-row-container {
      margin-top: 170px; }
      @media (max-width: 991px) {
        .modal__body .modal-row-container {
          margin-top: 70px; } }
  .modal.is-active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
    .modal.is-active .modal__bg {
      opacity: 0.8;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: opacity 0.51s ease;
      transition: opacity 0.51s ease;
      -webkit-transition-delay: 0.23s;
              transition-delay: 0.23s; }

.form-modal__body {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s; }
  .form-modal__body.is-active {
    opacity: 1; }
  .form-modal__body--telephony:not(.is-active) {
    display: none; }

.form-modal__h2 {
  font-size: 28px;
  line-height: 35px;
  color: #000;
  font-family: "Teleneo";
  font-weight: 100;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .form-modal__h2--white {
    color: white;
    max-width: 470px;
    margin: 20px auto 0; }
  .form-modal__h2 span {
    display: block; }

.form-modal__header {
  margin-right: -100px; }

.form-modal__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -14px;
  margin-bottom: -5px;
  border-bottom: 1px solid #b2b2b2; }
  @media (max-width: 767px) {
    .form-modal__menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: none; } }

.form-modal__item {
  width: 33.333%;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer; }
  @media (max-width: 767px) {
    .form-modal__item {
      width: 100%;
      border-bottom: 1px solid #b2b2b2;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .form-modal__item svg {
    height: 47%;
    -webkit-transform: translate(0px, -1px);
            transform: translate(0px, -1px);
    margin-right: 10px; }
  .form-modal__item.is-active {
    color: #e20074; }
    .form-modal__item.is-active::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 3px solid #e20074; }
      @media (max-width: 767px) {
        .form-modal__item.is-active::after {
          margin-bottom: -2px; } }

.form-modal__container {
  max-width: 100%;
  width: 766px;
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
  text-align: center;
  position: fixed;
  top: 50px;
  left: 50%;
  padding: 20px 65px 50px 65px;
  background-color: #fff;
  z-index: 999;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #B0B0B0 transparent; }
  @media (max-width: 767px) {
    .form-modal__container {
      padding: 20px 50px 50px 50px; } }
  @media (max-width: 575px) {
    .form-modal__container {
      padding: 20px 20px 50px 20px; } }
  .form-modal__container::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .form-modal__container::-webkit-scrollbar-thumb {
    background: #B0B0B0;
    border-radius: 3px; }
  .form-modal__container--blue-background {
    background: #1063ad; }

.form-modal__close {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  right: 12px;
  top: 8px;
  color: #000;
  padding: 7px;
  -webkit-transition: all 0.23s;
  transition: all 0.23s;
  z-index: 10; }
  .form-modal__close:hover {
    color: #e20074;
    cursor: pointer; }
  .form-modal__close--white {
    color: #fff; }

.form-modal .modal-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 477px;
  margin: 0;
  margin-right: auto; }
  .form-modal .modal-header-row__item {
    width: 33.33%;
    position: relative; }
    .form-modal .modal-header-row__item::after {
      content: "";
      position: absolute;
      top: 17px;
      left: calc(12% + 10px);
      border-bottom: 1px solid black;
      width: 78.5%; }
    .form-modal .modal-header-row__item:last-child::after {
      width: 0; }
  .form-modal .modal-header-row.row-sm {
    width: 659px;
    padding: 2px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 575px) {
      .form-modal .modal-header-row.row-sm {
        margin-top: 25px; } }

.form-modal .btn-box {
  max-width: 180px;
  margin: 0 auto; }

.form-modal.is-active {
  -webkit-transform: scale(1);
          transform: scale(1); }
  .form-modal.is-active .form-modal__bg {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 0.51s ease;
    transition: opacity 0.51s ease;
    -webkit-transition-delay: 0.23s;
            transition-delay: 0.23s; }

.form-modal__steps {
  position: relative; }
  .form-modal__steps-back {
    position: absolute;
    top: -1px;
    left: -47px;
    color: #e20074;
    -webkit-transition: all 0.23s;
    transition: all 0.23s;
    text-shadow: 1px 1px transparent;
    padding: 7px;
    z-index: 1;
    font-size: 23px; }
    .form-modal__steps-back:hover {
      cursor: pointer;
      text-shadow: 1px 1px #cac8c8; }
    @media (max-width: 575px) {
      .form-modal__steps-back {
        top: -37px;
        left: -10px; } }

.form-step__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #707070;
  padding: 6px 0;
  display: inline-block;
  width: 100%; }

.form-step i {
  color: #000;
  font-size: 16px;
  display: inline-block;
  vertical-align: baseline; }

.form-step__label {
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-left: 15px; }

.form-step.active {
  border: 3px solid #e20074; }
  .form-step.active i {
    color: #e20074; }
  .form-step.active__label {
    color: #e20074; }

.form-step--number {
  margin-bottom: 55px; }
  .form-step--number-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background-color: #B0B0B0;
    font-size: 14px;
    font-family: "Teleneo"; }
    .form-step--number-num-box {
      position: relative;
      z-index: 2;
      display: block;
      width: 60px; }
  .form-step--number-label {
    font-family: "Teleneo";
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: left; }
  .form-step--number .form-step__item {
    border-bottom: none; }
    .form-step--number .form-step__item.active .form-step--number-num {
      background-color: #e20074;
      margin: 0 auto; }
    .form-step--number .form-step__item.active .form-step--number-label {
      color: #e20074; }

.step-form-selection {
  padding-top: 30px; }
  .step-form-selection__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media (max-width: 991px) {
      .step-form-selection__row {
        display: block; } }
  .step-form-selection__col {
    width: 50%;
    text-align: center; }
    @media (min-width: 992px) {
      .step-form-selection__col:last-child {
        padding-left: 40px; }
      .step-form-selection__col:first-child {
        padding-right: 40px; } }
    @media (max-width: 991px) {
      .step-form-selection__col {
        width: 100%; }
        .step-form-selection__col:last-child {
          margin-top: 30px;
          border-left: none !important; } }
    .step-form-selection__col:last-child {
      border-left: 1px solid #e0e0e0; }
  .step-form-selection__desc {
    min-height: 46px;
    font-size: 14px;
    color: #000; }
  .step-form-selection__title {
    font-weight: bold;
    margin-bottom: 15px;
    color: #262626;
    font-size: 20px; }
  .step-form-selection__icon {
    width: 88px;
    height: 88px;
    margin: 20px auto;
    display: inline-block;
    fill: #7b7b7b; }

#step-1.is-active .form-step__item--1 .form-step--number-num {
  background-color: #e20074; }

#step-1.is-active .form-step__item--1 .form-step--number-label {
  color: #e20074;
  font-size: 18px; }

#step-2.is-active .form-step__item--2 .form-step--number-num,
#step-3.is-active .form-step__item--2 .form-step--number-num {
  background-color: #e20074; }

#step-2.is-active .form-step__item--2 .form-step--number-label,
#step-3.is-active .form-step__item--2 .form-step--number-label {
  color: #e20074;
  font-size: 18px; }

#step-2.is-active .form-step__item--1 .form-step--number-num,
#step-3.is-active .form-step__item--1 .form-step--number-num {
  background-color: #e20074; }

#step-4.is-active .form-step__item--3 .form-step--number-num,
#step-4.is-active .form-step__item--3 .form-step--number-num {
  background-color: #e20074; }

#step-4.is-active .form-step__item--3 .form-step--number-label,
#step-4.is-active .form-step__item--3 .form-step--number-label {
  color: #e20074;
  font-size: 18px; }

#step-4.is-active .form-step__item--1 .form-step--number-num,
#step-4.is-active .form-step__item--1 .form-step--number-num {
  background-color: #e20074; }

#step-4.is-active .form-step__item--2 .form-step--number-num,
#step-4.is-active .form-step__item--2 .form-step--number-num {
  background-color: #e20074; }

.modal-product-col {
  text-align: left; }
  .modal-product-col.mg-y {
    margin-top: 50px;
    margin-bottom: 30px; }
  .modal-product-col .h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .modal-product-col .h3 {
        font-size: 25px; } }
  .modal-product-col .h4 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 29px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .modal-product-col .h4 {
        font-size: 20px; } }
  .modal-product-col__text p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 25px; }
    @media (max-width: 991px) {
      .modal-product-col__text p {
        font-size: 16px;
        line-height: 20px; } }
  .modal-product-col .light {
    background-color: #F4F4F4;
    padding: 30px; }
    @media (max-width: 991px) {
      .modal-product-col .light {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .modal-product-col .light {
        padding: 15px; } }
  @media (min-width: 768px) {
    .modal-product-col__download {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 767px) {
    .modal-product-col__download-h4 {
      margin-bottom: 30px; } }
  .modal-product-col__download-h4 svg {
    width: 40px;
    height: 44px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

.product-for-post {
  margin-bottom: 56px; }
  @media (min-width: 992px) {
    .product-for-post {
      margin-bottom: 40px; } }
  .product-for-post__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #262626; }
  .product-for-post__col {
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
    @media (min-width: 992px) {
      .product-for-post__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 52.2%;
        width: 100%; }
        .product-for-post__col:first-child {
          max-width: 47.8%; } }
  .product-for-post__col-inner {
    padding: 30px 18px 30px 18px; }
    @media (min-width: 992px) {
      .product-for-post__col-inner {
        padding: 30px 22px 30px 5px; } }
  .product-for-post__subtitle {
    margin-bottom: 10px !important;
    line-height: 20px;
    color: #64b9e4;
    font-weight: bold !important;
    font-size: 14px !important;
    font-family: "Teleneo";
    font-weight: bold; }
    @media (min-width: 992px) {
      .product-for-post__subtitle {
        margin-bottom: 0 !important;
        font-weight: normal;
        margin-bottom: 0 !important; } }
  .product-for-post__title {
    font-weight: 900;
    color: #fff;
    margin-bottom: 25px !important; }
    @media (min-width: 992px) {
      .product-for-post__title {
        line-height: 35px !important; } }
    @media (max-width: 991px) {
      .product-for-post__title {
        font-size: 22px !important;
        line-height: 26px !important; } }
  .product-for-post .c-btn {
    font-size: 21px;
    line-height: 28px; }
    @media (max-width: 767px) {
      .product-for-post .c-btn {
        font-size: 18px;
        line-height: 24px; } }
  .product-for-post__figure {
    width: auto !important;
    margin: 0 -15px; }
    .product-for-post__figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: auto;
         object-fit: auto; }

.u-font-size-title {
  font-size: 24px; }
  @media (min-width: 992px) {
    .u-font-size-title {
      font-size: 38px; } }
  @media (min-width: 1200px) {
    .u-font-size-title {
      font-size: 60px; } }

.u-font-size-subtitle {
  font-size: 18px; }
  @media (min-width: 992px) {
    .u-font-size-subtitle {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    .u-font-size-subtitle {
      font-size: 24px; } }

.u-font-size-default {
  font-size: 1rem; }

.u-font-size-small {
  font-size: 0.75rem; }

.u-font-size-tiny {
  font-size: 9px; }
  @media (min-width: 576px) {
    .u-font-size-tiny {
      font-size: 11px; } }

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

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

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

.u-text-color-black {
  color: #000; }

.u-text-color-primary {
  color: #e20074; }

.u-text-color-primary_dark {
  color: #a72263; }

.u-text-color-primary_ligth {
  color: #eb378a; }

.u-text-color-secondary {
  color: #1a1a1a; }

.u-text-color-error {
  color: #f00; }

.u-text-color-background {
  color: #fff; }

.u-text-color-grey_background {
  color: #f4f4f4; }

.u-text-color-white_text {
  color: #fff; }

.u-text-color-heading {
  color: #111; }

.u-text-color-text {
  color: #1a1a1a; }

.u-text-color-dark {
  color: #262626; }

.u-text-color-black_bg {
  color: #000; }

.u-text-color-black_txt {
  color: #0d0d0d; }

.u-text-color-link {
  color: #111; }

.u-text-color-dark_menu {
  color: #333333; }

.u-text-color-link-hover {
  color: #111; }

.u-text-color-light {
  color: #f4f4f4; }

.u-text-color-light_border {
  color: #e0e0e0; }

.u-text-color-lighter_border {
  color: #ededed; }

.u-text-color-dark_border {
  color: #6b6b6b; }

.u-text-color-gray {
  color: #6c6c6c; }

.u-text-color-gray_lighter {
  color: #B0B0B0; }

.u-text-color-gray_light {
  color: #d3d3d3; }

.u-text-color-dark_blue {
  color: #1063ad; }

.u-text-color-normal_blue {
  color: #64b9e4; }

.u-text-color-gold {
  color: #fdd167; }

.u-text-color-darkness {
  color: #b2b2b2; }

.u-text-color-blank {
  color: #e0e0e0; }

.u-text-color-blank_text {
  color: #7b7b7b; }

.u-text-color-gray_icon {
  color: #7b7b7b; }

@media (min-width: 992px) {
  .p-lg-up-left-20 {
    padding-left: 20px; } }

.hide {
  display: none !important; }
  @media (min-width: 992px) {
    .hide-desktop {
      display: none !important; } }
  @media (max-width: 991px) {
    .hide-mobile {
      display: none !important; } }
  @media (min-width: 1200px) {
    .hide-big-desktop {
      display: none !important; } }
  @media (max-width: 1199px) {
    .hide-big-tablet {
      display: none !important; } }
  @media (max-width: 575px) {
    .hide-phone {
      display: none !important; } }

.inl-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

@media (min-width: 1440px) {
  .margin-xxl-right {
    margin-left: auto;
    margin-right: 0; } }

.icon-tmobile svg {
  width: 56px;
  height: 69px; }

.icon-netapp svg {
  width: 91px;
  height: 105px; }

.icon-huawei svg {
  width: 144px;
  height: 36px; }

.icon-dell svg {
  width: 121px;
  height: 121px; }
  @media (max-width: 767px) {
    .icon-dell svg {
      width: 107px;
      height: 107px; } }

.icon-cisco svg {
  width: 104px;
  height: 69px; }
  @media (max-width: 767px) {
    .icon-cisco svg {
      width: 89px;
      height: 59px; } }

.icon-vmware svg {
  width: 123px;
  height: 19px; }

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.o-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 1200px) {
  .o-container {
    max-width: 1530px; } }

.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .o-grid--no-gutters {
    margin-right: 0;
    margin-left: 0; }
    .o-grid--no-gutters > .o-grid__item {
      padding-right: 0;
      padding-left: 0; }

.o-grid__item {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 0) {
  .o-grid--align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .o-grid--align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-grid--align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .o-grid--justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .o-grid--justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-grid--justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-grid--justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .o-grid--justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-grid__item.xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .o-grid__item.xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .o-grid__item.xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .o-grid__item.xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .o-grid__item.xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .o-grid__item.xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .o-grid__item.xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .o-grid__item.xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .o-grid__item.xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .o-grid__item.xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .o-grid__item.xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .o-grid__item.xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .o-grid__item.xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .o-grid__item.offset-xs-1 {
    margin-left: 8.33333%; }
  .o-grid__item.offset-xs-2 {
    margin-left: 16.66667%; }
  .o-grid__item.offset-xs-3 {
    margin-left: 25%; }
  .o-grid__item.offset-xs-4 {
    margin-left: 33.33333%; }
  .o-grid__item.offset-xs-5 {
    margin-left: 41.66667%; }
  .o-grid__item.offset-xs-6 {
    margin-left: 50%; }
  .o-grid__item.offset-xs-7 {
    margin-left: 58.33333%; }
  .o-grid__item.offset-xs-8 {
    margin-left: 66.66667%; }
  .o-grid__item.offset-xs-9 {
    margin-left: 75%; }
  .o-grid__item.offset-xs-10 {
    margin-left: 83.33333%; }
  .o-grid__item.offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 576px) {
  .o-grid--sm-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .o-grid--sm-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-grid--sm-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .o-grid--sm-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .o-grid--sm-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-grid--sm-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-grid--sm-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .o-grid--sm-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-grid__item.sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .o-grid__item.sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .o-grid__item.sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .o-grid__item.sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .o-grid__item.sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .o-grid__item.sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .o-grid__item.sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .o-grid__item.sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .o-grid__item.sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .o-grid__item.sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .o-grid__item.sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .o-grid__item.sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .o-grid__item.sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .o-grid__item.offset-sm-1 {
    margin-left: 8.33333%; }
  .o-grid__item.offset-sm-2 {
    margin-left: 16.66667%; }
  .o-grid__item.offset-sm-3 {
    margin-left: 25%; }
  .o-grid__item.offset-sm-4 {
    margin-left: 33.33333%; }
  .o-grid__item.offset-sm-5 {
    margin-left: 41.66667%; }
  .o-grid__item.offset-sm-6 {
    margin-left: 50%; }
  .o-grid__item.offset-sm-7 {
    margin-left: 58.33333%; }
  .o-grid__item.offset-sm-8 {
    margin-left: 66.66667%; }
  .o-grid__item.offset-sm-9 {
    margin-left: 75%; }
  .o-grid__item.offset-sm-10 {
    margin-left: 83.33333%; }
  .o-grid__item.offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .o-grid--md-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .o-grid--md-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-grid--md-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .o-grid--md-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .o-grid--md-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-grid--md-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-grid--md-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .o-grid--md-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-grid__item.md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .o-grid__item.md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .o-grid__item.md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .o-grid__item.md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .o-grid__item.md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .o-grid__item.md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .o-grid__item.md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .o-grid__item.md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .o-grid__item.md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .o-grid__item.md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .o-grid__item.md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .o-grid__item.md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .o-grid__item.md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .o-grid__item.offset-md-1 {
    margin-left: 8.33333%; }
  .o-grid__item.offset-md-2 {
    margin-left: 16.66667%; }
  .o-grid__item.offset-md-3 {
    margin-left: 25%; }
  .o-grid__item.offset-md-4 {
    margin-left: 33.33333%; }
  .o-grid__item.offset-md-5 {
    margin-left: 41.66667%; }
  .o-grid__item.offset-md-6 {
    margin-left: 50%; }
  .o-grid__item.offset-md-7 {
    margin-left: 58.33333%; }
  .o-grid__item.offset-md-8 {
    margin-left: 66.66667%; }
  .o-grid__item.offset-md-9 {
    margin-left: 75%; }
  .o-grid__item.offset-md-10 {
    margin-left: 83.33333%; }
  .o-grid__item.offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .o-grid--lg-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .o-grid--lg-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-grid--lg-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .o-grid--lg-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .o-grid--lg-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-grid--lg-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-grid--lg-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .o-grid--lg-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-grid__item.lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .o-grid__item.lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .o-grid__item.lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .o-grid__item.lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .o-grid__item.lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .o-grid__item.lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .o-grid__item.lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .o-grid__item.lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .o-grid__item.lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .o-grid__item.lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .o-grid__item.lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .o-grid__item.lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .o-grid__item.lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .o-grid__item.offset-lg-1 {
    margin-left: 8.33333%; }
  .o-grid__item.offset-lg-2 {
    margin-left: 16.66667%; }
  .o-grid__item.offset-lg-3 {
    margin-left: 25%; }
  .o-grid__item.offset-lg-4 {
    margin-left: 33.33333%; }
  .o-grid__item.offset-lg-5 {
    margin-left: 41.66667%; }
  .o-grid__item.offset-lg-6 {
    margin-left: 50%; }
  .o-grid__item.offset-lg-7 {
    margin-left: 58.33333%; }
  .o-grid__item.offset-lg-8 {
    margin-left: 66.66667%; }
  .o-grid__item.offset-lg-9 {
    margin-left: 75%; }
  .o-grid__item.offset-lg-10 {
    margin-left: 83.33333%; }
  .o-grid__item.offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .o-grid--xl-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .o-grid--xl-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-grid--xl-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .o-grid--xl-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .o-grid--xl-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-grid--xl-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-grid--xl-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .o-grid--xl-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-grid__item.xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .o-grid__item.xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .o-grid__item.xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .o-grid__item.xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .o-grid__item.xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .o-grid__item.xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .o-grid__item.xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .o-grid__item.xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .o-grid__item.xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .o-grid__item.xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .o-grid__item.xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .o-grid__item.xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .o-grid__item.xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .o-grid__item.offset-xl-1 {
    margin-left: 8.33333%; }
  .o-grid__item.offset-xl-2 {
    margin-left: 16.66667%; }
  .o-grid__item.offset-xl-3 {
    margin-left: 25%; }
  .o-grid__item.offset-xl-4 {
    margin-left: 33.33333%; }
  .o-grid__item.offset-xl-5 {
    margin-left: 41.66667%; }
  .o-grid__item.offset-xl-6 {
    margin-left: 50%; }
  .o-grid__item.offset-xl-7 {
    margin-left: 58.33333%; }
  .o-grid__item.offset-xl-8 {
    margin-left: 66.66667%; }
  .o-grid__item.offset-xl-9 {
    margin-left: 75%; }
  .o-grid__item.offset-xl-10 {
    margin-left: 83.33333%; }
  .o-grid__item.offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .o-grid--xxl-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .o-grid--xxl-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-grid--xxl-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .o-grid--xxl-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .o-grid--xxl-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-grid--xxl-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-grid--xxl-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .o-grid--xxl-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-grid__item.xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .o-grid__item.xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .o-grid__item.xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .o-grid__item.xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .o-grid__item.xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .o-grid__item.xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .o-grid__item.xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .o-grid__item.xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .o-grid__item.xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .o-grid__item.xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .o-grid__item.xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .o-grid__item.xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .o-grid__item.xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .o-grid__item.offset-xxl-1 {
    margin-left: 8.33333%; }
  .o-grid__item.offset-xxl-2 {
    margin-left: 16.66667%; }
  .o-grid__item.offset-xxl-3 {
    margin-left: 25%; }
  .o-grid__item.offset-xxl-4 {
    margin-left: 33.33333%; }
  .o-grid__item.offset-xxl-5 {
    margin-left: 41.66667%; }
  .o-grid__item.offset-xxl-6 {
    margin-left: 50%; }
  .o-grid__item.offset-xxl-7 {
    margin-left: 58.33333%; }
  .o-grid__item.offset-xxl-8 {
    margin-left: 66.66667%; }
  .o-grid__item.offset-xxl-9 {
    margin-left: 75%; }
  .o-grid__item.offset-xxl-10 {
    margin-left: 83.33333%; }
  .o-grid__item.offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1560px) {
  .o-grid--fhd-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .o-grid--fhd-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-grid--fhd-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .o-grid--fhd-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .o-grid--fhd-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-grid--fhd-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-grid--fhd-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .o-grid--fhd-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-grid__item.fhd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .o-grid__item.fhd-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .order-fhd-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .o-grid__item.fhd-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .order-fhd-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .o-grid__item.fhd-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .order-fhd-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .o-grid__item.fhd-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-fhd-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .o-grid__item.fhd-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .order-fhd-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .o-grid__item.fhd-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .order-fhd-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .o-grid__item.fhd-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .order-fhd-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .o-grid__item.fhd-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-fhd-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .o-grid__item.fhd-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .order-fhd-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .o-grid__item.fhd-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-fhd-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .o-grid__item.fhd-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .order-fhd-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .o-grid__item.fhd-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-fhd-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .o-grid__item.offset-fhd-1 {
    margin-left: 8.33333%; }
  .o-grid__item.offset-fhd-2 {
    margin-left: 16.66667%; }
  .o-grid__item.offset-fhd-3 {
    margin-left: 25%; }
  .o-grid__item.offset-fhd-4 {
    margin-left: 33.33333%; }
  .o-grid__item.offset-fhd-5 {
    margin-left: 41.66667%; }
  .o-grid__item.offset-fhd-6 {
    margin-left: 50%; }
  .o-grid__item.offset-fhd-7 {
    margin-left: 58.33333%; }
  .o-grid__item.offset-fhd-8 {
    margin-left: 66.66667%; }
  .o-grid__item.offset-fhd-9 {
    margin-left: 75%; }
  .o-grid__item.offset-fhd-10 {
    margin-left: 83.33333%; }
  .o-grid__item.offset-fhd-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .o-grid--wide-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .o-grid--wide-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-grid--wide-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .o-grid--wide-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .o-grid--wide-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-grid--wide-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-grid--wide-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .o-grid--wide-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-grid__item.wide {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .o-grid__item.wide-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .order-wide-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .o-grid__item.wide-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .order-wide-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .o-grid__item.wide-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .order-wide-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .o-grid__item.wide-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-wide-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .o-grid__item.wide-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .order-wide-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .o-grid__item.wide-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .order-wide-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .o-grid__item.wide-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .order-wide-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .o-grid__item.wide-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-wide-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .o-grid__item.wide-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .order-wide-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .o-grid__item.wide-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-wide-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .o-grid__item.wide-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .order-wide-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .o-grid__item.wide-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-wide-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .o-grid__item.offset-wide-1 {
    margin-left: 8.33333%; }
  .o-grid__item.offset-wide-2 {
    margin-left: 16.66667%; }
  .o-grid__item.offset-wide-3 {
    margin-left: 25%; }
  .o-grid__item.offset-wide-4 {
    margin-left: 33.33333%; }
  .o-grid__item.offset-wide-5 {
    margin-left: 41.66667%; }
  .o-grid__item.offset-wide-6 {
    margin-left: 50%; }
  .o-grid__item.offset-wide-7 {
    margin-left: 58.33333%; }
  .o-grid__item.offset-wide-8 {
    margin-left: 66.66667%; }
  .o-grid__item.offset-wide-9 {
    margin-left: 75%; }
  .o-grid__item.offset-wide-10 {
    margin-left: 83.33333%; }
  .o-grid__item.offset-wide-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1920px) {
  .o-grid--fhdplus-align-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .o-grid--fhdplus-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .o-grid--fhdplus-align-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .o-grid--fhdplus-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .o-grid--fhdplus-justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .o-grid--fhdplus-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .o-grid--fhdplus-justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .o-grid--fhdplus-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-grid__item.fhdplus {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .o-grid__item.fhdplus-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .order-fhdplus-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .o-grid__item.fhdplus-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .order-fhdplus-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .o-grid__item.fhdplus-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .order-fhdplus-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .o-grid__item.fhdplus-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .order-fhdplus-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .o-grid__item.fhdplus-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .order-fhdplus-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .o-grid__item.fhdplus-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .order-fhdplus-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .o-grid__item.fhdplus-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .order-fhdplus-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .o-grid__item.fhdplus-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .order-fhdplus-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .o-grid__item.fhdplus-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .order-fhdplus-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .o-grid__item.fhdplus-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .order-fhdplus-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .o-grid__item.fhdplus-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .order-fhdplus-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .o-grid__item.fhdplus-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-fhdplus-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .o-grid__item.offset-fhdplus-1 {
    margin-left: 8.33333%; }
  .o-grid__item.offset-fhdplus-2 {
    margin-left: 16.66667%; }
  .o-grid__item.offset-fhdplus-3 {
    margin-left: 25%; }
  .o-grid__item.offset-fhdplus-4 {
    margin-left: 33.33333%; }
  .o-grid__item.offset-fhdplus-5 {
    margin-left: 41.66667%; }
  .o-grid__item.offset-fhdplus-6 {
    margin-left: 50%; }
  .o-grid__item.offset-fhdplus-7 {
    margin-left: 58.33333%; }
  .o-grid__item.offset-fhdplus-8 {
    margin-left: 66.66667%; }
  .o-grid__item.offset-fhdplus-9 {
    margin-left: 75%; }
  .o-grid__item.offset-fhdplus-10 {
    margin-left: 83.33333%; }
  .o-grid__item.offset-fhdplus-11 {
    margin-left: 91.66667%; } }

