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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}
.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

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

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

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

.slick-arrow {
  position: absolute;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * *   * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #a2a2a2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select:before {
  content: "";
  width: 130px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  border-radius: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .current__container {
  overflow: hidden;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: auto;
  min-width: 100%;
  max-height: 200px;
  overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* 1. Change the default font family in all browsers (opinionated). */
/* 2. Correct the line height in all browsers. */
/* 3. Prevent adjustments of font size after orientation changes in */
/*    IE on Windows Phone and in iOS. */
/* Document */
/* ========================================================================== */
* {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/** */
/* Add the correct display in IE 9-. */
article, aside, footer, header, nav, section {
  display: block;
}

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

/* Grouping content */
/* ========================================================================== */
/** */
/* Add the correct display in IE 9-. */
/* 1. Add the correct display in IE. */
figcaption, figure, main {
  /* 1 */
  display: block;
}

/** */
/* Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics */
/* ========================================================================== */
/** */
/* 1. Remove the gray background on active links in IE 10. */
/* 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active, a:hover {
  outline-width: 0;
}

/** */
/* Remove the outline on focused links when they are also active or hovered */
/* in all browsers (opinionated). */
/** */
/* 1. Remove the bottom border in Firefox 39-. */
/* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/** */
/* Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
  font-weight: inherit;
}

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

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

/** */
/* Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** */
/* Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ========================================================================== */
/** */
/* Add the correct display in IE 9-. */
audio, video {
  display: inline-block;
}

/** */
/* Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/** */
/* Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

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

/** */
/* Show the overflow in IE. */
/* 1. Show the overflow in Edge. */
button, input {
  /* 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;
}

/** */
/* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` */
/*    controls in Android 4. */
/* 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/** */
/* Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/** */
/* 1. Add the correct display in IE 9-. */
/* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

/** */
/* Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
/** */
/* 1. Correct the inability to style clickable types in iOS and Safari. */
/* 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive */
/* ========================================================================== */
/* /* Add the correct display in IE 9-. */
/* 1. Add the correct display in Edge, IE, and Firefox. */
details, menu {
  display: block;
}

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

/* Scripting */
/* ========================================================================== */
/** */
/* Add the correct display in IE 9-. */
canvas {
  display: inline-block;
}

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

/* Hidden */
/* ========================================================================== */
/** */
/* Add the correct display in IE 10-. */
.fl-left {
  float: left;
}

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

.fl-center {
  margin-left: auto;
  margin-right: auto;
}

.fl-none {
  float: none;
}

.va-center {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
}

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

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

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

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

body:not(.page-template-template-custom-services):not(.page-template-template-managed-services) #page-container {
  overflow: hidden;
  margin: 0 auto;
}

.img-box, footer .footer__middle .grid .row a, #certificates .certificate, .clients .client {
  overflow: hidden;
  display: block;
}
.img-box img, footer .footer__middle .grid .row a img, #certificates .certificate img, .clients .client img {
  display: block;
  max-width: 100%;
}
.img-box.img-box--full img, footer .footer__middle .grid .row a.img-box--full img, #certificates .img-box--full.certificate img, .clients .img-box--full.client img {
  width: 100%;
}
.img-box.img-box--half img, footer .footer__middle .grid .row a.img-box--half img, #certificates .img-box--half.certificate img, .clients .img-box--half.client img {
  max-width: 50%;
}

.text-box, #tabs article {
  overflow: hidden;
}
.text-box > *:first-child, #tabs article > *:first-child {
  margin-top: 0;
}
.text-box > *:last-child, #tabs article > *:last-child {
  margin-bottom: 0;
}

body {
  transition: all 0ms ease 300ms;
}
body.static {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.blue {
  background: #f5f7fa;
}

.grecaptcha-badge {
  display: none !important;
}

* {
  outline: none;
}

#page-dim {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 5;
}
#page-dim.active {
  visibility: visible;
  opacity: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, ul.white, ol.white {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
}

body {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 4.57em;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 4.2em;
  }
}
@media (max-width: 1280px) {
  h1 {
    font-size: 3.8em;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 3.2em;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.85em;
  }
}
@media (max-width: 568px) {
  h1 {
    font-size: 2em;
    line-height: normal;
  }
}
h1.smaller {
  font-size: 4em;
}
@media (max-width: 1440px) {
  h1.smaller {
    font-size: 3.8em;
  }
}
@media (max-width: 1280px) {
  h1.smaller {
    font-size: 3.6em;
  }
}
@media (max-width: 1024px) {
  h1.smaller {
    font-size: 3em;
  }
}
@media (max-width: 767px) {
  h1.smaller {
    font-size: 2.8em;
  }
}
@media (max-width: 568px) {
  h1.smaller {
    font-size: 2.4em;
  }
}
@media (max-width: 400px) {
  h1.smaller {
    font-size: 2em;
  }
}
h1.small-heading {
  font-size: 2.28em;
}
@media (max-width: 1280px) {
  h1.small-heading {
    font-size: 1.93em;
  }
}
@media (max-width: 1024px) {
  h1.small-heading {
    font-size: 1.78em;
  }
}
@media (max-width: 768px) {
  h1.small-heading {
    font-size: 1.64em;
  }
}
@media (max-width: 568px) {
  h1.small-heading {
    font-size: 1.42em;
  }
}

h2 {
  font-size: 4.28em;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 3.28em;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 2.92em;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.71em;
  }
}
@media (max-width: 568px) {
  h2 {
    font-size: 1.71em;
  }
}
h2.red {
  color: #df0a1e;
}

h3 {
  font-size: 2.28em;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 1.93em;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.78em;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.64em;
  }
}
@media (max-width: 568px) {
  h3 {
    font-size: 1.42em;
  }
}
h3.red {
  color: #df0a1e;
}
h3.red a {
  color: #df0a1e;
}
h3.smaller {
  font-size: 2.1em;
}
@media (max-width: 1440px) {
  h3.smaller {
    font-size: 2em;
  }
}
@media (max-width: 1280px) {
  h3.smaller {
    font-size: 1.9em;
  }
}
@media (max-width: 1024px) {
  h3.smaller {
    font-size: 1.7em;
  }
}
@media (max-width: 768px) {
  h3.smaller {
    font-size: 1.5em;
  }
}
@media (max-width: 400px) {
  h3.smaller {
    font-size: 1.3em;
  }
}
h3.smallest {
  font-size: 1.9em;
}

h4 {
  font-size: 1.71em;
}
@media (max-width: 568px) {
  h4 {
    font-size: 1.28em;
  }
}

h5 {
  font-size: 1.42em;
}

h6 {
  font-size: 0.6em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2;
  font-size: 1.14em;
}
@media (max-width: 767px) {
  p {
    line-height: 1.71;
  }
}
@media (max-width: 568px) {
  p {
    font-size: 1em;
  }
}
p.large {
  font-size: 1.42em;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 568px) {
  p.large {
    font-size: 1em;
  }
}
p.regular {
  font-weight: 500;
}
p.light {
  font-weight: 300;
}
p.grey-subtitle {
  font-family: "Poppins", sans-serif;
  color: #355667;
  font-size: 1em;
}
p.small-grey {
  font-size: 1em;
  color: #728b99;
}
p.intro__text__par--big {
  font-size: 1.7em;
}
@media (max-width: 1024px) {
  p.intro__text__par--big {
    font-size: 1.4em;
  }
}
@media (max-width: 767px) {
  p.intro__text__par--big {
    font-size: 1em;
  }
}

a {
  text-decoration: none;
}

q {
  font-size: 1.5em;
}

blockquote {
  font-style: italic;
}

small, .small {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #a9acba;
  font-size: 1.15em;
  display: block;
}
small.white, .small.white {
  color: #fff;
}
small.upper, .small.upper {
  text-transform: uppercase;
}

article p {
  margin-top: 1em;
  margin-bottom: 1em;
}
article img {
  max-width: 100%;
}
article img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
article img.alignright {
  float: right;
  margin-left: 2em;
}
@media (max-width: 769px) {
  article img.alignright {
    margin-left: 0;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
article img.alignleft {
  float: left;
  margin-right: 2em;
}
@media (max-width: 769px) {
  article img.alignleft {
    margin-right: 0;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

ol.pretty {
  list-style: none;
  padding-left: 15px;
}
ol.pretty li {
  counter-increment: count-me;
  position: relative;
  color: #000000;
}
ol.pretty li:not(:last-child) {
  margin-bottom: 5px;
}
ol.pretty li:before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1em;
  top: 0;
  color: #a9acba;
  font-weight: 100;
}

ul.pretty {
  list-style: none;
  padding-left: 15px;
}
ul.pretty li {
  position: relative;
  color: #000000;
}
ul.pretty li.li--heading {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  transform: translateX(-10px);
}
ul.pretty li.li--heading:after {
  display: none;
}
ul.pretty li:not(:last-child):not(.li--heading) {
  margin-bottom: 10px;
}
ul.pretty li:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fcba04;
  position: absolute;
  left: -10px;
  top: 3px;
}

.text-block {
  display: block;
}
.text-block small {
  margin-bottom: 10px;
}
.text-block h3 {
  margin-bottom: 20px;
}
.text-block p {
  display: block;
  color: #000000;
}

.price {
  font-family: "Inter", sans-serif;
  position: relative;
  display: inline-block;
  color: #000000;
  display: flex;
  align-items: flex-start;
  font-weight: 800;
}
.price.price--from p {
  font-size: 2em;
}
.price p, .price span {
  font-size: 2.3em;
  line-height: 1;
}
.price .price__freq {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 3px;
  line-height: 1;
}
.price .price__from {
  font-size: 0.6em;
}

.big, #pagination .pagination .page-numbers {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
}
.big.red, #pagination .pagination .red.page-numbers {
  color: #df0a1e;
}

article {
  display: block;
  width: 100%;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-bottom: 0.5em;
}
article img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
article a {
  color: #df0a1e;
  font-weight: 600;
}
article blockquote {
  font-size: 2.3em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  text-align: center;
  font-style: normal;
  margin: 0;
}
@media (max-width: 1024px) {
  article blockquote {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  article blockquote {
    font-size: 1.8em;
  }
}
@media (max-width: 568px) {
  article blockquote {
    font-size: 1.28em;
  }
}
article ol {
  list-style: none;
  padding-left: 20px;
}
article ol li {
  counter-increment: count-me;
  position: relative;
  font-size: 1em;
  line-height: 2em;
  font-weight: 100;
}
article ol li:before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  font-size: 1em;
  max-width: 0px;
  max-height: 0px;
  left: -1.4em;
  top: 0;
  color: #df0a1e;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
article ul {
  list-style: none;
  padding-left: 20px;
}
article ul li {
  position: relative;
  font-size: 1em;
  line-height: 2em;
  font-weight: 100;
}
article ul li:before {
  content: "-";
  display: block;
  position: relative;
  font-size: 2em;
  max-width: 0px;
  max-height: 0px;
  left: -0.6em;
  top: 0;
  color: #df0a1e;
  font-weight: 500;
}
article iframe {
  max-width: 100%;
}

.grid.grid--flex:after, .grid.grid--flex:before {
  display: none;
}
.grid.grid--flex .row {
  display: flex;
  flex-wrap: wrap;
}
.grid.grid--flex .row:before, .grid.grid--flex .row::after {
  display: none;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1200px;
}
.grid:before, .grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.grid.grid--full {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 640px) {
  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 568px) {
  .grid-m-full {
    padding-left: 0;
    padding-right: 0;
  }
}
.grid .row {
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 640px) {
  .grid .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.grid .row:before, .grid .row:after {
  content: "";
  display: table;
}
.grid .row:after {
  clear: both;
}
.grid .row.row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.grid .row.row--no-gutter .col {
  padding-left: 0;
  padding-right: 0;
}
.grid .row.row--inline-top, .grid .row.row--inline-middle, .grid .row.row--inline-bottom {
  font-size: 0;
  position: relative;
}
.grid .row.row--inline-top .col, .grid .row.row--inline-middle .col, .grid .row.row--inline-bottom .col {
  float: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.grid .row.row--inline-middle .col {
  vertical-align: middle;
}
.grid .row.row--inline-bottom .col {
  vertical-align: bottom;
}

.grid .row .col {
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  width: 100%;
}
@media (max-width: 640px) {
  .grid .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.grid .row .xs-1-1 {
  width: 100%;
}
.grid .row .xs-1-12 {
  width: 8.3333333333%;
}
.grid .row .xs-2-12 {
  width: 16.6666666667%;
}
.grid .row .xs-3-12 {
  width: 25%;
}
.grid .row .xs-4-12 {
  width: 33.3333333333%;
}
.grid .row .xs-5-12 {
  width: 41.6666666667%;
}
.grid .row .xs-6-12 {
  width: 50%;
}
.grid .row .xs-7-12 {
  width: 58.3333333333%;
}
.grid .row .xs-8-12 {
  width: 66.6666666667%;
}
.grid .row .xs-9-12 {
  width: 75%;
}
.grid .row .xs-10-12 {
  width: 83.3333333333%;
}
.grid .row .xs-11-12 {
  width: 91.6666666667%;
}
.grid .row .xs-12-12 {
  width: 100%;
}
.grid .row .xs-1-10 {
  width: 10%;
}
.grid .row .xs-2-10 {
  width: 20%;
}
.grid .row .xs-3-10 {
  width: 30%;
}
.grid .row .xs-4-10 {
  width: 40%;
}
.grid .row .xs-5-10 {
  width: 50%;
}
.grid .row .xs-6-10 {
  width: 60%;
}
.grid .row .xs-7-10 {
  width: 70%;
}
.grid .row .xs-8-10 {
  width: 80%;
}
.grid .row .xs-9-10 {
  width: 90%;
}
.grid .row .xs-10-10 {
  width: 100%;
}
.grid .row .sm-1-1 {
  width: 100%;
}
.grid .row .sm-1-12 {
  width: 8.3333333333%;
}
.grid .row .sm-2-12 {
  width: 16.6666666667%;
}
.grid .row .sm-3-12 {
  width: 25%;
}
.grid .row .sm-4-12 {
  width: 33.3333333333%;
}
.grid .row .sm-5-12 {
  width: 41.6666666667%;
}
.grid .row .sm-6-12 {
  width: 50%;
}
.grid .row .sm-7-12 {
  width: 58.3333333333%;
}
.grid .row .sm-8-12 {
  width: 66.6666666667%;
}
.grid .row .sm-9-12 {
  width: 75%;
}
.grid .row .sm-10-12 {
  width: 83.3333333333%;
}
.grid .row .sm-11-12 {
  width: 91.6666666667%;
}
.grid .row .sm-12-12 {
  width: 100%;
}
.grid .row .sm-1-10 {
  width: 10%;
}
.grid .row .sm-2-10 {
  width: 20%;
}
.grid .row .sm-3-10 {
  width: 30%;
}
.grid .row .sm-4-10 {
  width: 40%;
}
.grid .row .sm-5-10 {
  width: 50%;
}
.grid .row .sm-6-10 {
  width: 60%;
}
.grid .row .sm-7-10 {
  width: 70%;
}
.grid .row .sm-8-10 {
  width: 80%;
}
.grid .row .sm-9-10 {
  width: 90%;
}
.grid .row .sm-10-10 {
  width: 100%;
}
.grid .row .md-1-1 {
  width: 100%;
}
.grid .row .md-1-12 {
  width: 8.3333333333%;
}
.grid .row .md-2-12 {
  width: 16.6666666667%;
}
.grid .row .md-3-12 {
  width: 25%;
}
.grid .row .md-4-12 {
  width: 33.3333333333%;
}
.grid .row .md-5-12 {
  width: 41.6666666667%;
}
.grid .row .md-6-12 {
  width: 50%;
}
.grid .row .md-7-12 {
  width: 58.3333333333%;
}
.grid .row .md-8-12 {
  width: 66.6666666667%;
}
.grid .row .md-9-12 {
  width: 75%;
}
.grid .row .md-10-12 {
  width: 83.3333333333%;
}
.grid .row .md-11-12 {
  width: 91.6666666667%;
}
.grid .row .md-12-12 {
  width: 100%;
}
.grid .row .md-1-10 {
  width: 10%;
}
.grid .row .md-2-10 {
  width: 20%;
}
.grid .row .md-3-10 {
  width: 30%;
}
.grid .row .md-4-10 {
  width: 40%;
}
.grid .row .md-5-10 {
  width: 50%;
}
.grid .row .md-6-10 {
  width: 60%;
}
.grid .row .md-7-10 {
  width: 70%;
}
.grid .row .md-8-10 {
  width: 80%;
}
.grid .row .md-9-10 {
  width: 90%;
}
.grid .row .md-10-10 {
  width: 100%;
}
.grid .row .lg-1-1 {
  width: 100%;
}
.grid .row .lg-1-12 {
  width: 8.3333333333%;
}
.grid .row .lg-2-12 {
  width: 16.6666666667%;
}
.grid .row .lg-3-12 {
  width: 25%;
}
.grid .row .lg-4-12 {
  width: 33.3333333333%;
}
.grid .row .lg-5-12 {
  width: 41.6666666667%;
}
.grid .row .lg-6-12 {
  width: 50%;
}
.grid .row .lg-7-12 {
  width: 58.3333333333%;
}
.grid .row .lg-8-12 {
  width: 66.6666666667%;
}
.grid .row .lg-9-12 {
  width: 75%;
}
.grid .row .lg-10-12 {
  width: 83.3333333333%;
}
.grid .row .lg-11-12 {
  width: 91.6666666667%;
}
.grid .row .lg-12-12 {
  width: 100%;
}
.grid .row .lg-1-10 {
  width: 10%;
}
.grid .row .lg-2-10 {
  width: 20%;
}
.grid .row .lg-3-10 {
  width: 30%;
}
.grid .row .lg-4-10 {
  width: 40%;
}
.grid .row .lg-5-10 {
  width: 50%;
}
.grid .row .lg-6-10 {
  width: 60%;
}
.grid .row .lg-7-10 {
  width: 70%;
}
.grid .row .lg-8-10 {
  width: 80%;
}
.grid .row .lg-9-10 {
  width: 90%;
}
.grid .row .lg-10-10 {
  width: 100%;
}
.grid .row .xl-1-1 {
  width: 100%;
}
.grid .row .xl-1-12 {
  width: 8.3333333333%;
}
.grid .row .xl-2-12 {
  width: 16.6666666667%;
}
.grid .row .xl-3-12 {
  width: 25%;
}
.grid .row .xl-4-12 {
  width: 33.3333333333%;
}
.grid .row .xl-5-12 {
  width: 41.6666666667%;
}
.grid .row .xl-6-12 {
  width: 50%;
}
.grid .row .xl-7-12 {
  width: 58.3333333333%;
}
.grid .row .xl-8-12 {
  width: 66.6666666667%;
}
.grid .row .xl-9-12 {
  width: 75%;
}
.grid .row .xl-10-12 {
  width: 83.3333333333%;
}
.grid .row .xl-11-12 {
  width: 91.6666666667%;
}
.grid .row .xl-12-12 {
  width: 100%;
}
.grid .row .xl-1-10 {
  width: 10%;
}
.grid .row .xl-2-10 {
  width: 20%;
}
.grid .row .xl-3-10 {
  width: 30%;
}
.grid .row .xl-4-10 {
  width: 40%;
}
.grid .row .xl-5-10 {
  width: 50%;
}
.grid .row .xl-6-10 {
  width: 60%;
}
.grid .row .xl-7-10 {
  width: 70%;
}
.grid .row .xl-8-10 {
  width: 80%;
}
.grid .row .xl-9-10 {
  width: 90%;
}
.grid .row .xl-10-10 {
  width: 100%;
}
.grid .row .xxl-1-1 {
  width: 100%;
}
.grid .row .xxl-1-12 {
  width: 8.3333333333%;
}
.grid .row .xxl-2-12 {
  width: 16.6666666667%;
}
.grid .row .xxl-3-12 {
  width: 25%;
}
.grid .row .xxl-4-12 {
  width: 33.3333333333%;
}
.grid .row .xxl-5-12 {
  width: 41.6666666667%;
}
.grid .row .xxl-6-12 {
  width: 50%;
}
.grid .row .xxl-7-12 {
  width: 58.3333333333%;
}
.grid .row .xxl-8-12 {
  width: 66.6666666667%;
}
.grid .row .xxl-9-12 {
  width: 75%;
}
.grid .row .xxl-10-12 {
  width: 83.3333333333%;
}
.grid .row .xxl-11-12 {
  width: 91.6666666667%;
}
.grid .row .xxl-12-12 {
  width: 100%;
}
.grid .row .xxl-1-10 {
  width: 10%;
}
.grid .row .xxl-2-10 {
  width: 20%;
}
.grid .row .xxl-3-10 {
  width: 30%;
}
.grid .row .xxl-4-10 {
  width: 40%;
}
.grid .row .xxl-5-10 {
  width: 50%;
}
.grid .row .xxl-6-10 {
  width: 60%;
}
.grid .row .xxl-7-10 {
  width: 70%;
}
.grid .row .xxl-8-10 {
  width: 80%;
}
.grid .row .xxl-9-10 {
  width: 90%;
}
.grid .row .xxl-10-10 {
  width: 100%;
}
@media (max-width: 1441px) {
  .grid .row [class*=xxl-] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .xs-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .xs-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .xs-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .xs-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
  .grid .row .sm-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .sm-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .sm-3-12 {
    width: 25%;
  }
  .grid .row .sm-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .sm-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .sm-6-12 {
    width: 50%;
  }
  .grid .row .sm-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .sm-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .sm-9-12 {
    width: 75%;
  }
  .grid .row .sm-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .sm-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .sm-12-12 {
    width: 100%;
  }
  .grid .row .sm-1-10 {
    width: 10%;
  }
  .grid .row .sm-2-10 {
    width: 20%;
  }
  .grid .row .sm-3-10 {
    width: 30%;
  }
  .grid .row .sm-4-10 {
    width: 40%;
  }
  .grid .row .sm-5-10 {
    width: 50%;
  }
  .grid .row .sm-6-10 {
    width: 60%;
  }
  .grid .row .sm-7-10 {
    width: 70%;
  }
  .grid .row .sm-8-10 {
    width: 80%;
  }
  .grid .row .sm-9-10 {
    width: 90%;
  }
  .grid .row .sm-10-10 {
    width: 100%;
  }
  .grid .row .md-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .md-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .md-3-12 {
    width: 25%;
  }
  .grid .row .md-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .md-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .md-6-12 {
    width: 50%;
  }
  .grid .row .md-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .md-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .md-9-12 {
    width: 75%;
  }
  .grid .row .md-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .md-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .md-12-12 {
    width: 100%;
  }
  .grid .row .md-1-10 {
    width: 10%;
  }
  .grid .row .md-2-10 {
    width: 20%;
  }
  .grid .row .md-3-10 {
    width: 30%;
  }
  .grid .row .md-4-10 {
    width: 40%;
  }
  .grid .row .md-5-10 {
    width: 50%;
  }
  .grid .row .md-6-10 {
    width: 60%;
  }
  .grid .row .md-7-10 {
    width: 70%;
  }
  .grid .row .md-8-10 {
    width: 80%;
  }
  .grid .row .md-9-10 {
    width: 90%;
  }
  .grid .row .md-10-10 {
    width: 100%;
  }
  .grid .row .lg-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .lg-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .lg-3-12 {
    width: 25%;
  }
  .grid .row .lg-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .lg-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .lg-6-12 {
    width: 50%;
  }
  .grid .row .lg-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .lg-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .lg-9-12 {
    width: 75%;
  }
  .grid .row .lg-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .lg-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .lg-12-12 {
    width: 100%;
  }
  .grid .row .lg-1-10 {
    width: 10%;
  }
  .grid .row .lg-2-10 {
    width: 20%;
  }
  .grid .row .lg-3-10 {
    width: 30%;
  }
  .grid .row .lg-4-10 {
    width: 40%;
  }
  .grid .row .lg-5-10 {
    width: 50%;
  }
  .grid .row .lg-6-10 {
    width: 60%;
  }
  .grid .row .lg-7-10 {
    width: 70%;
  }
  .grid .row .lg-8-10 {
    width: 80%;
  }
  .grid .row .lg-9-10 {
    width: 90%;
  }
  .grid .row .lg-10-10 {
    width: 100%;
  }
  .grid .row .xl-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .xl-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .xl-3-12 {
    width: 25%;
  }
  .grid .row .xl-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .xl-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .xl-6-12 {
    width: 50%;
  }
  .grid .row .xl-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .xl-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .xl-9-12 {
    width: 75%;
  }
  .grid .row .xl-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .xl-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .xl-12-12 {
    width: 100%;
  }
  .grid .row .xl-1-10 {
    width: 10%;
  }
  .grid .row .xl-2-10 {
    width: 20%;
  }
  .grid .row .xl-3-10 {
    width: 30%;
  }
  .grid .row .xl-4-10 {
    width: 40%;
  }
  .grid .row .xl-5-10 {
    width: 50%;
  }
  .grid .row .xl-6-10 {
    width: 60%;
  }
  .grid .row .xl-7-10 {
    width: 70%;
  }
  .grid .row .xl-8-10 {
    width: 80%;
  }
  .grid .row .xl-9-10 {
    width: 90%;
  }
  .grid .row .xl-10-10 {
    width: 100%;
  }
}
@media (max-width: 1281px) {
  .grid .row [class*=xxl-], .grid .row [class*=xl-] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .xs-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .xs-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .xs-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .xs-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
  .grid .row .sm-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .sm-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .sm-3-12 {
    width: 25%;
  }
  .grid .row .sm-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .sm-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .sm-6-12 {
    width: 50%;
  }
  .grid .row .sm-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .sm-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .sm-9-12 {
    width: 75%;
  }
  .grid .row .sm-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .sm-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .sm-12-12 {
    width: 100%;
  }
  .grid .row .sm-1-10 {
    width: 10%;
  }
  .grid .row .sm-2-10 {
    width: 20%;
  }
  .grid .row .sm-3-10 {
    width: 30%;
  }
  .grid .row .sm-4-10 {
    width: 40%;
  }
  .grid .row .sm-5-10 {
    width: 50%;
  }
  .grid .row .sm-6-10 {
    width: 60%;
  }
  .grid .row .sm-7-10 {
    width: 70%;
  }
  .grid .row .sm-8-10 {
    width: 80%;
  }
  .grid .row .sm-9-10 {
    width: 90%;
  }
  .grid .row .sm-10-10 {
    width: 100%;
  }
  .grid .row .md-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .md-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .md-3-12 {
    width: 25%;
  }
  .grid .row .md-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .md-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .md-6-12 {
    width: 50%;
  }
  .grid .row .md-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .md-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .md-9-12 {
    width: 75%;
  }
  .grid .row .md-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .md-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .md-12-12 {
    width: 100%;
  }
  .grid .row .md-1-10 {
    width: 10%;
  }
  .grid .row .md-2-10 {
    width: 20%;
  }
  .grid .row .md-3-10 {
    width: 30%;
  }
  .grid .row .md-4-10 {
    width: 40%;
  }
  .grid .row .md-5-10 {
    width: 50%;
  }
  .grid .row .md-6-10 {
    width: 60%;
  }
  .grid .row .md-7-10 {
    width: 70%;
  }
  .grid .row .md-8-10 {
    width: 80%;
  }
  .grid .row .md-9-10 {
    width: 90%;
  }
  .grid .row .md-10-10 {
    width: 100%;
  }
  .grid .row .lg-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .lg-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .lg-3-12 {
    width: 25%;
  }
  .grid .row .lg-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .lg-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .lg-6-12 {
    width: 50%;
  }
  .grid .row .lg-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .lg-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .lg-9-12 {
    width: 75%;
  }
  .grid .row .lg-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .lg-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .lg-12-12 {
    width: 100%;
  }
  .grid .row .lg-1-10 {
    width: 10%;
  }
  .grid .row .lg-2-10 {
    width: 20%;
  }
  .grid .row .lg-3-10 {
    width: 30%;
  }
  .grid .row .lg-4-10 {
    width: 40%;
  }
  .grid .row .lg-5-10 {
    width: 50%;
  }
  .grid .row .lg-6-10 {
    width: 60%;
  }
  .grid .row .lg-7-10 {
    width: 70%;
  }
  .grid .row .lg-8-10 {
    width: 80%;
  }
  .grid .row .lg-9-10 {
    width: 90%;
  }
  .grid .row .lg-10-10 {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .grid .row [class*=xxl-], .grid .row [class*=xl-], .grid .row [class*=lg-] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .xs-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .xs-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .xs-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .xs-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
  .grid .row .sm-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .sm-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .sm-3-12 {
    width: 25%;
  }
  .grid .row .sm-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .sm-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .sm-6-12 {
    width: 50%;
  }
  .grid .row .sm-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .sm-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .sm-9-12 {
    width: 75%;
  }
  .grid .row .sm-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .sm-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .sm-12-12 {
    width: 100%;
  }
  .grid .row .sm-1-10 {
    width: 10%;
  }
  .grid .row .sm-2-10 {
    width: 20%;
  }
  .grid .row .sm-3-10 {
    width: 30%;
  }
  .grid .row .sm-4-10 {
    width: 40%;
  }
  .grid .row .sm-5-10 {
    width: 50%;
  }
  .grid .row .sm-6-10 {
    width: 60%;
  }
  .grid .row .sm-7-10 {
    width: 70%;
  }
  .grid .row .sm-8-10 {
    width: 80%;
  }
  .grid .row .sm-9-10 {
    width: 90%;
  }
  .grid .row .sm-10-10 {
    width: 100%;
  }
  .grid .row .md-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .md-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .md-3-12 {
    width: 25%;
  }
  .grid .row .md-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .md-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .md-6-12 {
    width: 50%;
  }
  .grid .row .md-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .md-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .md-9-12 {
    width: 75%;
  }
  .grid .row .md-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .md-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .md-12-12 {
    width: 100%;
  }
  .grid .row .md-1-10 {
    width: 10%;
  }
  .grid .row .md-2-10 {
    width: 20%;
  }
  .grid .row .md-3-10 {
    width: 30%;
  }
  .grid .row .md-4-10 {
    width: 40%;
  }
  .grid .row .md-5-10 {
    width: 50%;
  }
  .grid .row .md-6-10 {
    width: 60%;
  }
  .grid .row .md-7-10 {
    width: 70%;
  }
  .grid .row .md-8-10 {
    width: 80%;
  }
  .grid .row .md-9-10 {
    width: 90%;
  }
  .grid .row .md-10-10 {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .grid .row [class*=xxl-], .grid .row [class*=xl-], .grid .row [class*=lg-], .grid .row [class*=md-] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .xs-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .xs-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .xs-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .xs-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
  .grid .row .sm-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .sm-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .sm-3-12 {
    width: 25%;
  }
  .grid .row .sm-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .sm-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .sm-6-12 {
    width: 50%;
  }
  .grid .row .sm-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .sm-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .sm-9-12 {
    width: 75%;
  }
  .grid .row .sm-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .sm-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .sm-12-12 {
    width: 100%;
  }
  .grid .row .sm-1-10 {
    width: 10%;
  }
  .grid .row .sm-2-10 {
    width: 20%;
  }
  .grid .row .sm-3-10 {
    width: 30%;
  }
  .grid .row .sm-4-10 {
    width: 40%;
  }
  .grid .row .sm-5-10 {
    width: 50%;
  }
  .grid .row .sm-6-10 {
    width: 60%;
  }
  .grid .row .sm-7-10 {
    width: 70%;
  }
  .grid .row .sm-8-10 {
    width: 80%;
  }
  .grid .row .sm-9-10 {
    width: 90%;
  }
  .grid .row .sm-10-10 {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .grid .row [class*=xxl-], .grid .row [class*=xl-], .grid .row [class*=lg-], .grid .row [class*=md-], .grid .row [class*=sm-] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.3333333333%;
  }
  .grid .row .xs-2-12 {
    width: 16.6666666667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.3333333333%;
  }
  .grid .row .xs-5-12 {
    width: 41.6666666667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.3333333333%;
  }
  .grid .row .xs-8-12 {
    width: 66.6666666667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.3333333333%;
  }
  .grid .row .xs-11-12 {
    width: 91.6666666667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
}

.grid .row .xs-push-left-1-12 {
  margin-left: 8.3333333333%;
}
.grid .row .xs-push-right-1-12 {
  margin-right: 8.3333333333%;
}
.grid .row .xs-push-left-2-12 {
  margin-left: 16.6666666667%;
}
.grid .row .xs-push-right-2-12 {
  margin-right: 16.6666666667%;
}
.grid .row .xs-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .xs-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .xs-push-left-4-12 {
  margin-left: 33.3333333333%;
}
.grid .row .xs-push-right-4-12 {
  margin-right: 33.3333333333%;
}
.grid .row .xs-push-left-5-12 {
  margin-left: 41.6666666667%;
}
.grid .row .xs-push-right-5-12 {
  margin-right: 41.6666666667%;
}
.grid .row .xs-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .xs-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .xs-push-left-7-12 {
  margin-left: 58.3333333333%;
}
.grid .row .xs-push-right-7-12 {
  margin-right: 58.3333333333%;
}
.grid .row .xs-push-left-8-12 {
  margin-left: 66.6666666667%;
}
.grid .row .xs-push-right-8-12 {
  margin-right: 66.6666666667%;
}
.grid .row .xs-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .xs-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .xs-push-left-10-12 {
  margin-left: 83.3333333333%;
}
.grid .row .xs-push-right-10-12 {
  margin-right: 83.3333333333%;
}
.grid .row .xs-push-left-11-12 {
  margin-left: 91.6666666667%;
}
.grid .row .xs-push-right-11-12 {
  margin-right: 91.6666666667%;
}
.grid .row .xs-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .xs-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .xs-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .xs-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .xs-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .xs-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .xs-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .xs-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .xs-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .xs-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .xs-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .xs-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .xs-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .xs-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .xs-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .xs-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .xs-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .xs-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .xs-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .xs-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .xs-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .xs-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .sm-push-left-1-12 {
  margin-left: 8.3333333333%;
}
.grid .row .sm-push-right-1-12 {
  margin-right: 8.3333333333%;
}
.grid .row .sm-push-left-2-12 {
  margin-left: 16.6666666667%;
}
.grid .row .sm-push-right-2-12 {
  margin-right: 16.6666666667%;
}
.grid .row .sm-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .sm-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .sm-push-left-4-12 {
  margin-left: 33.3333333333%;
}
.grid .row .sm-push-right-4-12 {
  margin-right: 33.3333333333%;
}
.grid .row .sm-push-left-5-12 {
  margin-left: 41.6666666667%;
}
.grid .row .sm-push-right-5-12 {
  margin-right: 41.6666666667%;
}
.grid .row .sm-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .sm-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .sm-push-left-7-12 {
  margin-left: 58.3333333333%;
}
.grid .row .sm-push-right-7-12 {
  margin-right: 58.3333333333%;
}
.grid .row .sm-push-left-8-12 {
  margin-left: 66.6666666667%;
}
.grid .row .sm-push-right-8-12 {
  margin-right: 66.6666666667%;
}
.grid .row .sm-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .sm-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .sm-push-left-10-12 {
  margin-left: 83.3333333333%;
}
.grid .row .sm-push-right-10-12 {
  margin-right: 83.3333333333%;
}
.grid .row .sm-push-left-11-12 {
  margin-left: 91.6666666667%;
}
.grid .row .sm-push-right-11-12 {
  margin-right: 91.6666666667%;
}
.grid .row .sm-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .sm-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .sm-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .sm-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .sm-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .sm-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .sm-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .sm-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .sm-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .sm-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .sm-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .sm-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .sm-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .sm-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .sm-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .sm-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .sm-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .sm-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .sm-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .sm-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .sm-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .sm-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .md-push-left-1-12 {
  margin-left: 8.3333333333%;
}
.grid .row .md-push-right-1-12 {
  margin-right: 8.3333333333%;
}
.grid .row .md-push-left-2-12 {
  margin-left: 16.6666666667%;
}
.grid .row .md-push-right-2-12 {
  margin-right: 16.6666666667%;
}
.grid .row .md-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .md-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .md-push-left-4-12 {
  margin-left: 33.3333333333%;
}
.grid .row .md-push-right-4-12 {
  margin-right: 33.3333333333%;
}
.grid .row .md-push-left-5-12 {
  margin-left: 41.6666666667%;
}
.grid .row .md-push-right-5-12 {
  margin-right: 41.6666666667%;
}
.grid .row .md-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .md-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .md-push-left-7-12 {
  margin-left: 58.3333333333%;
}
.grid .row .md-push-right-7-12 {
  margin-right: 58.3333333333%;
}
.grid .row .md-push-left-8-12 {
  margin-left: 66.6666666667%;
}
.grid .row .md-push-right-8-12 {
  margin-right: 66.6666666667%;
}
.grid .row .md-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .md-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .md-push-left-10-12 {
  margin-left: 83.3333333333%;
}
.grid .row .md-push-right-10-12 {
  margin-right: 83.3333333333%;
}
.grid .row .md-push-left-11-12 {
  margin-left: 91.6666666667%;
}
.grid .row .md-push-right-11-12 {
  margin-right: 91.6666666667%;
}
.grid .row .md-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .md-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .md-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .md-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .md-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .md-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .md-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .md-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .md-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .md-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .md-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .md-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .md-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .md-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .md-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .md-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .md-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .md-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .md-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .md-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .md-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .md-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .lg-push-left-1-12 {
  margin-left: 8.3333333333%;
}
.grid .row .lg-push-right-1-12 {
  margin-right: 8.3333333333%;
}
.grid .row .lg-push-left-2-12 {
  margin-left: 16.6666666667%;
}
.grid .row .lg-push-right-2-12 {
  margin-right: 16.6666666667%;
}
.grid .row .lg-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .lg-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .lg-push-left-4-12 {
  margin-left: 33.3333333333%;
}
.grid .row .lg-push-right-4-12 {
  margin-right: 33.3333333333%;
}
.grid .row .lg-push-left-5-12 {
  margin-left: 41.6666666667%;
}
.grid .row .lg-push-right-5-12 {
  margin-right: 41.6666666667%;
}
.grid .row .lg-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .lg-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .lg-push-left-7-12 {
  margin-left: 58.3333333333%;
}
.grid .row .lg-push-right-7-12 {
  margin-right: 58.3333333333%;
}
.grid .row .lg-push-left-8-12 {
  margin-left: 66.6666666667%;
}
.grid .row .lg-push-right-8-12 {
  margin-right: 66.6666666667%;
}
.grid .row .lg-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .lg-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .lg-push-left-10-12 {
  margin-left: 83.3333333333%;
}
.grid .row .lg-push-right-10-12 {
  margin-right: 83.3333333333%;
}
.grid .row .lg-push-left-11-12 {
  margin-left: 91.6666666667%;
}
.grid .row .lg-push-right-11-12 {
  margin-right: 91.6666666667%;
}
.grid .row .lg-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .lg-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .lg-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .lg-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .lg-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .lg-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .lg-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .lg-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .lg-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .lg-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .lg-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .lg-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .lg-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .lg-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .lg-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .lg-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .lg-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .lg-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .lg-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .lg-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .lg-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .lg-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .xl-push-left-1-12 {
  margin-left: 8.3333333333%;
}
.grid .row .xl-push-right-1-12 {
  margin-right: 8.3333333333%;
}
.grid .row .xl-push-left-2-12 {
  margin-left: 16.6666666667%;
}
.grid .row .xl-push-right-2-12 {
  margin-right: 16.6666666667%;
}
.grid .row .xl-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .xl-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .xl-push-left-4-12 {
  margin-left: 33.3333333333%;
}
.grid .row .xl-push-right-4-12 {
  margin-right: 33.3333333333%;
}
.grid .row .xl-push-left-5-12 {
  margin-left: 41.6666666667%;
}
.grid .row .xl-push-right-5-12 {
  margin-right: 41.6666666667%;
}
.grid .row .xl-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .xl-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .xl-push-left-7-12 {
  margin-left: 58.3333333333%;
}
.grid .row .xl-push-right-7-12 {
  margin-right: 58.3333333333%;
}
.grid .row .xl-push-left-8-12 {
  margin-left: 66.6666666667%;
}
.grid .row .xl-push-right-8-12 {
  margin-right: 66.6666666667%;
}
.grid .row .xl-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .xl-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .xl-push-left-10-12 {
  margin-left: 83.3333333333%;
}
.grid .row .xl-push-right-10-12 {
  margin-right: 83.3333333333%;
}
.grid .row .xl-push-left-11-12 {
  margin-left: 91.6666666667%;
}
.grid .row .xl-push-right-11-12 {
  margin-right: 91.6666666667%;
}
.grid .row .xl-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .xl-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .xl-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .xl-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .xl-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .xl-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .xl-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .xl-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .xl-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .xl-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .xl-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .xl-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .xl-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .xl-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .xl-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .xl-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .xl-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .xl-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .xl-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .xl-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .xl-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .xl-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .xxl-push-left-1-12 {
  margin-left: 8.3333333333%;
}
.grid .row .xxl-push-right-1-12 {
  margin-right: 8.3333333333%;
}
.grid .row .xxl-push-left-2-12 {
  margin-left: 16.6666666667%;
}
.grid .row .xxl-push-right-2-12 {
  margin-right: 16.6666666667%;
}
.grid .row .xxl-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .xxl-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .xxl-push-left-4-12 {
  margin-left: 33.3333333333%;
}
.grid .row .xxl-push-right-4-12 {
  margin-right: 33.3333333333%;
}
.grid .row .xxl-push-left-5-12 {
  margin-left: 41.6666666667%;
}
.grid .row .xxl-push-right-5-12 {
  margin-right: 41.6666666667%;
}
.grid .row .xxl-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .xxl-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .xxl-push-left-7-12 {
  margin-left: 58.3333333333%;
}
.grid .row .xxl-push-right-7-12 {
  margin-right: 58.3333333333%;
}
.grid .row .xxl-push-left-8-12 {
  margin-left: 66.6666666667%;
}
.grid .row .xxl-push-right-8-12 {
  margin-right: 66.6666666667%;
}
.grid .row .xxl-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .xxl-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .xxl-push-left-10-12 {
  margin-left: 83.3333333333%;
}
.grid .row .xxl-push-right-10-12 {
  margin-right: 83.3333333333%;
}
.grid .row .xxl-push-left-11-12 {
  margin-left: 91.6666666667%;
}
.grid .row .xxl-push-right-11-12 {
  margin-right: 91.6666666667%;
}
.grid .row .xxl-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .xxl-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .xxl-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .xxl-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .xxl-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .xxl-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .xxl-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .xxl-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .xxl-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .xxl-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .xxl-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .xxl-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .xxl-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .xxl-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .xxl-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .xxl-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .xxl-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .xxl-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .xxl-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .xxl-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .xxl-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .xxl-push-right-10-10 {
  margin-right: 100%;
}
@media (max-width: 1441px) {
  .grid .row [class*=xxl-push-left-] {
    margin-left: 0;
  }
  .grid .row [class*=xxl-push-right-] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .sm-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .sm-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .sm-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .sm-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .sm-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .sm-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .sm-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .sm-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .sm-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .sm-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .sm-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .sm-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .sm-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .sm-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .sm-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .sm-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .sm-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .sm-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .sm-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .sm-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .sm-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .sm-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .sm-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .sm-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .md-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .md-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .md-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .md-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .md-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .md-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .md-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .md-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .md-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .md-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .md-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .md-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .md-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .md-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .md-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .md-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .md-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .md-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .md-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .md-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .md-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .md-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .md-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .md-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .md-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .md-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .md-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .md-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .md-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .md-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .md-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .md-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .md-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .md-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .md-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .md-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .lg-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .lg-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .lg-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .lg-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .lg-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .lg-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .lg-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .lg-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .lg-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .lg-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .lg-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .lg-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .lg-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .lg-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .lg-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .lg-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .lg-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .lg-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .lg-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .lg-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .lg-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .lg-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .lg-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .lg-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .lg-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .lg-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .lg-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .lg-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .lg-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .lg-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .lg-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .lg-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .lg-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .lg-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .lg-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .lg-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .xl-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .xl-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .xl-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .xl-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .xl-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xl-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xl-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .xl-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .xl-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .xl-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .xl-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xl-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xl-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .xl-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .xl-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .xl-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .xl-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xl-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xl-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .xl-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .xl-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .xl-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .xl-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xl-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xl-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xl-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xl-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xl-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xl-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xl-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xl-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xl-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xl-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xl-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xl-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xl-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xl-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xl-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xl-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xl-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xl-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xl-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xl-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xl-push-right-10-10 {
    margin-right: 100%;
  }
}
@media (max-width: 1281px) {
  .grid .row [class*=xxl-push-left-], .grid .row [class*=xl-push-left-] {
    margin-left: 0;
  }
  .grid .row [class*=xxl-push-right-], .grid .row [class*=xl-push-right-] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .sm-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .sm-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .sm-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .sm-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .sm-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .sm-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .sm-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .sm-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .sm-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .sm-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .sm-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .sm-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .sm-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .sm-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .sm-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .sm-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .sm-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .sm-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .sm-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .sm-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .sm-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .sm-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .sm-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .sm-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .md-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .md-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .md-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .md-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .md-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .md-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .md-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .md-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .md-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .md-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .md-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .md-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .md-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .md-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .md-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .md-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .md-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .md-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .md-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .md-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .md-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .md-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .md-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .md-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .md-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .md-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .md-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .md-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .md-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .md-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .md-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .md-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .md-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .md-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .md-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .md-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .lg-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .lg-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .lg-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .lg-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .lg-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .lg-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .lg-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .lg-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .lg-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .lg-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .lg-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .lg-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .lg-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .lg-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .lg-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .lg-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .lg-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .lg-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .lg-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .lg-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .lg-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .lg-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .lg-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .lg-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .lg-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .lg-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .lg-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .lg-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .lg-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .lg-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .lg-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .lg-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .lg-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .lg-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .lg-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .lg-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-10-10 {
    margin-right: 100%;
  }
}
@media (max-width: 1025px) {
  .grid .row [class*=xxl-push-left-], .grid .row [class*=xl-push-left-], .grid .row [class*=lg-push-left-] {
    margin-left: 0;
  }
  .grid .row [class*=xxl-push-right-], .grid .row [class*=xl-push-right-], .grid .row [class*=lg-push-right-] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .sm-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .sm-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .sm-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .sm-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .sm-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .sm-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .sm-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .sm-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .sm-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .sm-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .sm-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .sm-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .sm-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .sm-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .sm-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .sm-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .sm-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .sm-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .sm-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .sm-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .sm-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .sm-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .sm-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .sm-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .md-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .md-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .md-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .md-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .md-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .md-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .md-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .md-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .md-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .md-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .md-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .md-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .md-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .md-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .md-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .md-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .md-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .md-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .md-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .md-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .md-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .md-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .md-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .md-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .md-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .md-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .md-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .md-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .md-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .md-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .md-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .md-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .md-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .md-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .md-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .md-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-10-10 {
    margin-right: 100%;
  }
}
@media (max-width: 769px) {
  .grid .row [class*=xxl-push-left-], .grid .row [class*=xl-push-left-], .grid .row [class*=lg-push-left-], .grid .row [class*=md-push-left-] {
    margin-left: 0;
  }
  .grid .row [class*=xxl-push-right-], .grid .row [class*=xl-push-right-], .grid .row [class*=lg-push-right-], .grid .row [class*=md-push-right-] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .sm-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .sm-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .sm-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .sm-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .sm-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .sm-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .sm-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .sm-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .sm-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .sm-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .sm-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .sm-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .sm-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .sm-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .sm-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .sm-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .sm-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .sm-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .sm-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .sm-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .sm-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .sm-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .sm-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .sm-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-10-10 {
    margin-right: 100%;
  }
}
@media (max-width: 568px) {
  .grid .row [class*=xxl-push-left-], .grid .row [class*=xl-push-left-], .grid .row [class*=lg-push-left-], .grid .row [class*=md-push-left-], .grid .row [class*=sm-push-left-] {
    margin-left: 0;
  }
  .grid .row [class*=xxl-push-right-], .grid .row [class*=xl-push-right-], .grid .row [class*=lg-push-right-], .grid .row [class*=md-push-right-], .grid .row [class*=sm-push-right-] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.3333333333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.3333333333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.6666666667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.6666666667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.3333333333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.3333333333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.6666666667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.6666666667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.3333333333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.3333333333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.6666666667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.6666666667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.3333333333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.3333333333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.6666666667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.6666666667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
}

.bg-slide {
  position: relative;
  overflow: hidden;
}

.container, .container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 640px) {
  .container, .container-full {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container {
  max-width: 1200px;
}

.container .fgrid, .container-full .fgrid {
  margin-right: -16px;
  margin-left: -16px;
}
@media (max-width: 640px) {
  .container .fgrid, .container-full .fgrid {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fgrid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}
.fgrid::before, .fgrid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
.fgrid .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fgrid .row {
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 640px) {
  .fgrid .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

[class*=col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 0 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@media (max-width: 640px) {
  [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
[class*=col-]::before, [class*=col-]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class*=col-] .fgrid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}

@media (min-width: 568px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 769px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1025px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
@media (min-width: 1281px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }

  .col-index-flex.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1441px) {
  .col-xl-12 {
    width: 100%;
    *width: 99.9%;
  }

  .col-xl-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }

  .col-xl-9 {
    width: 75%;
    *width: 74.9%;
  }

  .col-xl-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }

  .col-xl-6 {
    width: 50%;
    *width: 49.9%;
  }

  .col-xl-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }

  .col-xl-3 {
    width: 25%;
    *width: 24.9%;
  }

  .col-xl-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 568px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 769px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1281px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1441px) {
  .col-xl-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

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

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

@media only screen and (min-width: 568px) {
  .order-12-xs {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-xs {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-xs {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-xs {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-xs {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-xs {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-xs {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-xs {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-xs {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-xs {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-xs {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

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

  .order-0-xs {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 769px) {
  .order-12-sm {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-sm {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-sm {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-sm {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-sm {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-sm {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-sm {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-sm {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-sm {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-sm {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-sm {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

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

  .order-0-sm {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .order-12-md {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-md {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-md {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-md {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-md {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-md {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-md {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-md {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-md {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-md {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-md {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

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

  .order-0-md {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1281px) {
  .order-12-lg {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-lg {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-lg {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-lg {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-lg {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-lg {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-lg {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-lg {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-lg {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-lg {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-lg {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

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

  .order-0-lg {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media only screen and (min-width: 1441px) {
  .order-12-xl {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .order-11-xl {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-10-xl {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-9-xl {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-8-xl {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-7-xl {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-6-xl {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-5-xl {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-4-xl {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-3-xl {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-2-xl {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-1-xl {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-0-xl {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%;
}

.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%;
}

.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%;
}

.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%;
}

.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%;
}

@media only screen and (min-width: 568px) {
  .offset-11-xs {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-0-xs {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 769px) {
  .offset-11-sm {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-0-sm {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1025px) {
  .offset-11-md {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-0-md {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1281px) {
  .offset-11-lg {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-0-lg {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1441px) {
  .offset-11-xl {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }

  .offset-10-xl {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }

  .offset-9-xl {
    margin-left: 75%;
    *margin-left: 74.9%;
  }

  .offset-8-xl {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }

  .offset-7-xl {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }

  .offset-6-xl {
    margin-left: 50%;
    *margin-left: 49.9%;
  }

  .offset-5-xl {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }

  .offset-4-xl {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }

  .offset-3-xl {
    margin-left: 25%;
    *margin-left: 24.9%;
  }

  .offset-2-xl {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }

  .offset-1-xl {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }

  .offset-0-xl {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-wrap [class*=col-] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

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

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

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

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

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

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

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-end.fgrid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.fgrid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-center.fgrid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.fgrid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-space-between.fgrid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.fgrid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-space-around.fgrid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.fgrid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.fgrid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1281px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1441px) {
  .hidden-xl {
    display: none;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 1.14em;
  line-height: 1;
  transition: all 0.2s ease;
  cursor: pointer;
  font-weight: 500;
  width: fit-content;
  vertical-align: middle;
  min-height: 50px;
  line-height: normal;
}
@media (max-width: 568px) {
  .btn {
    font-size: 1em;
    width: 100%;
    min-height: 42px;
    line-height: 42px;
  }
}
.btn.btn-primary {
  position: relative;
  background: #df0a1e;
  color: #fff;
  border-radius: 50px;
  padding: 0px 25px;
  font-weight: 600;
  border: none;
}
.btn.btn-primary.btn-intro {
  min-width: 220px;
  padding: 15px 35px;
  line-height: normal;
}
.btn.btn-primary a {
  color: #fff;
}
.btn.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-primary.btn--border--disabled {
  background-color: #d8d8d8;
}
.btn.btn--filled--red {
  color: #fff;
  background-color: #df0a1e;
  padding: 0px 24px 0px 24px;
  border-radius: 25px;
  border: 2px solid #df0a1e;
}
@media (min-width: 1025px) {
  .btn.btn--filled--red:hover {
    background: #fff;
    color: #df0a1e;
  }
}
.btn.btn--border {
  color: #000000;
  line-height: 46px;
  border: 2px solid;
  padding: 0px 24px 0px 24px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0);
}
@media (max-width: 568px) {
  .btn.btn--border {
    min-height: 38px;
    line-height: 38px;
  }
}
.btn.btn--border:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn--border.btn--border--grey {
  border-color: #e5e5e5;
}
.btn.btn--border.btn--border--red {
  border-color: #df0a1e;
}
@media (min-width: 1025px) {
  .btn.btn--border.btn--border--red:hover:not(:disabled):not(.btn--no-hover) {
    background: #df0a1e;
    color: #fff;
  }
}
.btn.btn--border.btn--border--yellow {
  border-color: #fcba04;
}
@media (min-width: 1025px) {
  .btn.btn--border.btn--border--yellow:hover {
    background: #fcba04;
  }
}
.btn.btn--border.btn--border--white {
  border-color: #fff;
  color: #fff;
}
@media (min-width: 1025px) {
  .btn.btn--border.btn--border--white:hover {
    background: #fff;
    color: #000;
  }
}
.btn.btn--border:disabled, .btn.btn--border.btn--border--disabled {
  color: #355667;
  border-color: #355667;
  cursor: not-allowed;
}
.btn.btn--border:disabled:hover, .btn.btn--border.btn--border--disabled:hover {
  color: #355667;
  border-color: #355667;
  background: rgba(0, 0, 0, 0);
}
.btn.btn--more {
  font-size: 1.14em;
  color: #df0a1e;
  font-weight: 600;
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  min-height: auto;
  line-height: normal;
}
.btn.btn--more:after {
  content: "";
  width: 9px;
  margin-left: 12px;
  height: 15px;
  background: url("../img/chevron.svg");
}
.btn.btn--more2 {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  font-weight: 600;
  min-height: auto;
  line-height: normal;
  position: relative;
  background: none;
  color: #df0a1e;
  display: flex;
}
.btn.btn--more2:after {
  content: "";
  width: 9px;
  margin-left: 12px;
  height: 15px;
  background: url("../img/chevron.svg");
  top: 2px;
  position: absolute;
  right: -21px;
  transition: all 0.2s ease;
  transform: translateX(0);
}
@media (min-width: 568px) {
  .btn.btn--more2:hover:after {
    transform: translateX(10px);
  }
}
@media (max-width: 568px) {
  .btn.btn--more2 {
    width: auto;
    display: inline-block;
    font-size: 1em;
  }
}
.btn.btn--huge {
  padding: 20px 95px;
  font-size: 1.14em;
  color: #df0a1e;
  border: 2px solid #df0a1e;
  width: 100%;
  border-radius: 30px;
  transition: all 0.2s ease;
  text-align: center;
  background-color: #df0a1e;
  color: #fff;
  min-height: auto;
  line-height: normal;
}
.btn.btn--huge:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-plan {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: auto;
  line-height: normal;
}
.btn.btn-form-submit {
  padding-left: 35px;
  padding-right: 35px;
  line-height: normal;
}
.btn.rckr_loadmore {
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.header__lang-switcher {
  border: 2px solid #355667;
  border-radius: 360px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__lang-switcher:hover {
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  .header__lang-switcher:hover {
    border-color: #df0a1e;
  }
  .header__lang-switcher:hover .language {
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    transition: all 0.2s ease;
  }
  .header__lang-switcher:hover .language a {
    transition: all 0.2s ease;
  }
}
@media (min-width: 1025px) and (max-width: 1025px) {
  .header__lang-switcher:hover .language a {
    padding: 10px;
    z-index: -1;
  }
}
.header__lang-switcher.active {
  border-color: #df0a1e;
  transition: all 0.2s ease;
}
.header__lang-switcher.active .language {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
  transition: all 0.2s ease;
}
.header__lang-switcher.active .language a {
  padding: 10px;
  transition: all 0.2s ease;
}
@media (max-width: 1025px) {
  .header__lang-switcher.active .language a {
    padding: 10px;
  }
}
.header__lang-switcher .language:not(.main-language) {
  padding-top: 20px;
}
.header__lang-switcher .language:not(.main-language) a {
  font-family: "Poppins", sans-serif;
  color: #355667;
  font-weight: 700;
  padding: 0;
  display: block;
}
@media (min-width: 1025px) {
  .header__lang-switcher .language:not(.main-language) a:hover {
    color: red;
  }
}
.header__lang-switcher .language:not(.main-language).language--current {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
  z-index: 0;
}
.header__lang-switcher .language:not(.main-language).language--current a {
  padding: 10px;
}
@media (min-width: 1025px) {
  .header__lang-switcher .language:not(.main-language).language--current a:hover {
    color: #df0a1e;
  }
}

header.fixed .header__lang-switcher .language.language--current a {
  color: #df0a1e;
}

@media (max-width: 380px) {
  .intro__slider {
    margin-left: 0;
  }
}
@media (max-width: 1441px) {
  .intro__slider {
    margin-left: 0;
  }
}
.intro__slider .slick-dots {
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
  display: none;
}
@media (max-width: 1100px) {
  .intro__slider .slick-dots {
    display: flex;
  }
}
.intro__slider .slick-dots li {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.intro__slider .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: flex;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #cecece;
}
.intro__slider .slick-dots li.slick-active button::before {
  background-color: #000;
}
.intro__slider .slick-list {
  overflow: visible;
  position: relative;
}
.intro__slider .slick-slide {
  margin: 0 16px;
}
@media (max-width: 1025px) {
  .intro__slider .slick-slide {
    pointer-events: initial !important;
    opacity: 1 !important;
  }
}
@media (max-width: 568px) {
  .intro__slider .slick-slide {
    margin: 0 8px;
  }
}
.intro__slider .intro__slide {
  border: 2px solid #e8e8e8;
  padding: 32px 30px;
  position: relative;
  transition: all 0.2s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  animation: appear 700ms ease forwards 170ms;
}
.intro__slider .intro__slide:nth-child(1) {
  animation-delay: 205ms;
}
.intro__slider .intro__slide:nth-child(2) {
  animation-delay: 240ms;
}
.intro__slider .intro__slide:nth-child(3) {
  animation-delay: 275ms;
}
.intro__slider .intro__slide:nth-child(4) {
  animation-delay: 310ms;
}
.intro__slider .intro__slide:nth-child(5) {
  animation-delay: 345ms;
}
.intro__slider .intro__slide:nth-child(6) {
  animation-delay: 380ms;
}
.intro__slider .intro__slide:nth-child(7) {
  animation-delay: 415ms;
}
.intro__slider .intro__slide:nth-child(8) {
  animation-delay: 450ms;
}
.intro__slider .intro__slide:nth-child(9) {
  animation-delay: 485ms;
}
.intro__slider .intro__slide:nth-child(10) {
  animation-delay: 520ms;
}
.intro__slider .intro__slide:nth-child(11) {
  animation-delay: 555ms;
}
.intro__slider .intro__slide:nth-child(12) {
  animation-delay: 590ms;
}
.intro__slider .intro__slide:nth-child(13) {
  animation-delay: 625ms;
}
.intro__slider .intro__slide:nth-child(14) {
  animation-delay: 660ms;
}
.intro__slider .intro__slide:nth-child(15) {
  animation-delay: 695ms;
}
.intro__slider .intro__slide:nth-child(16) {
  animation-delay: 730ms;
}
.intro__slider .intro__slide:nth-child(17) {
  animation-delay: 765ms;
}
.intro__slider .intro__slide:nth-child(18) {
  animation-delay: 800ms;
}
.intro__slider .intro__slide:nth-child(19) {
  animation-delay: 835ms;
}
.intro__slider .intro__slide:nth-child(20) {
  animation-delay: 870ms;
}
@media (max-width: 940px) {
  .intro__slider .intro__slide {
    padding: 20px;
  }
}
.intro__slider .intro__slide.intro__slide--cornered:after {
  content: "";
  background: #fff;
  position: absolute;
  right: -1px;
  top: 0;
  width: 75px;
  height: 65px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 68% 100%);
  transition: all 0.2s ease;
}
.intro__slider .intro__slide * {
  transition: all 0.2s ease;
}
.intro__slider .intro__slide .intro__slide__plan-caption {
  color: #a9acba;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 1.15em;
  line-height: 1;
}
@media (max-width: 568px) {
  .intro__slider .intro__slide .intro__slide__plan-caption {
    font-size: 1em;
  }
}
.intro__slider .intro__slide .intro__slide__plan-name {
  font-size: 2.23em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 24px;
}
@media (max-width: 1281px) {
  .intro__slider .intro__slide .intro__slide__plan-name {
    font-size: 2.25em;
  }
}
@media (max-width: 1025px) {
  .intro__slider .intro__slide .intro__slide__plan-name {
    font-size: 2.15em;
  }
}
@media (max-width: 568px) {
  .intro__slider .intro__slide .intro__slide__plan-name {
    font-size: 1.71em;
    margin-bottom: 15px;
  }
}
.intro__slider .intro__slide .intro__slide__plan-price {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  line-height: 1;
}
.intro__slider .intro__slide .intro__slide__plan-price .intro__slide__plan-price-prefix {
  font-size: 20px;
  color: #000000;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 700;
}
.intro__slider .intro__slide .intro__slide__plan-price p {
  font-size: 20px;
  color: #000000;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
}
.intro__slider .intro__slide .intro__slide__plan-price p:before {
  content: " €";
  margin-right: 2px;
}
.intro__slider .intro__slide .intro__slide__plan-price .intro__slide__plan-price__frequency {
  color: #000000;
  text-transform: lowercase;
  display: inline-block;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.intro__slider .intro__slide .intro__slide__plan-tagline {
  position: relative;
}
.intro__slider .intro__slide .intro__slide__plan-tagline p {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  color: #000000;
  font-size: 1em;
  line-height: normal;
  font-weight: 400;
}
.intro__slider .intro__slide .intro__slide__plan-tagline p:last-child {
  border-bottom: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.intro__slider .intro__slide .intro__slide__cta {
  margin-top: auto;
  text-align: center;
}
.intro__slider .intro__slide .intro__slide__icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 1;
}
.intro__slider .intro__slide.intro__slide--sale .intro__slide__plan-price {
  display: flex;
}
.intro__slider .intro__slide.intro__slide--sale .intro__slide__plan-price .intro__slide__plan-price__frequency {
  display: none;
}
.intro__slider .intro__slide.intro__slide--sale .intro__slide__plan-price p:not(.intro__slide__plan-price__sale) {
  color: #a9acba;
  text-decoration: line-through;
}
.intro__slider .intro__slide.intro__slide--sale .intro__slide__plan-price p:not(.intro__slide__plan-price__sale):after {
  display: none;
}
.intro__slider .intro__slide.intro__slide--sale .intro__slide__plan-price .intro__slide__plan-price__sale {
  position: relative;
  margin-left: 10px;
}
.intro__slider .intro__slide.intro__slide--sale .intro__slide__plan-price .intro__slide__plan-price__sale .intro__slide__plan-price__frequency {
  display: inline-block;
}

.slider__arrows {
  padding: 30px 0;
  display: flex;
  display: none;
}
.slider__arrows.slider__arrows--right {
  justify-content: flex-end;
}
@media (max-width: 568px) {
  .slider__arrows.slider__arrows--right {
    padding: 0;
    justify-content: center;
  }
}
@media (max-width: 1025px) {
  .slider__arrows.slider__arrows--intro {
    p: 25px;
  }
}
@media (max-width: 769px) {
  .slider__arrows.slider__arrows--intro {
    justify-content: center;
  }
}
.slider__arrows .slick-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slider__arrows .slick-arrow:after {
  content: "";
  height: 2px;
  width: 20px;
  background: #df0a1e;
  transition: all 0.2s ease;
}
.slider__arrows .slick-arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #df0a1e;
  border-left: 2px solid #df0a1e;
  position: absolute;
  transition: all 0.2s ease;
}
.slider__arrows .slick-arrow.slick-next:before {
  transform: rotate(135deg);
  right: 10px;
}
.slider__arrows .slick-arrow.slick-prev:before {
  transform: rotate(-45deg);
  left: 10px;
}
.slider__arrows .slick-arrow:not(:last-child) {
  margin-right: 20px;
}
.slider__arrows .slick-arrow.slick-disabled:before {
  border-color: #a9acba;
}
.slider__arrows .slick-arrow.slick-disabled:after {
  background: #a9acba;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.intro__video__btn {
  width: 124px;
  height: 124px;
  border-radius: 360px;
  display: flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  transition: transform 200ms ease;
  backface-visibility: hidden;
  will-change: transform;
}
@supports (-ms-ime-align: auto) {
  .intro__video__btn {
    transition: transform 0ms ease;
    transform: skew(25deg);
    left: 35%;
  }
  @media (min-width: 1025px) {
    .intro__video__btn:hover {
      transform: scale3d(1.05, 1.05, 1) skew(25deg);
    }
  }
}
.intro__video__btn svg {
  margin: 4px 0 0 4px;
  width: 20px;
  height: 27px;
}
@media (min-width: 1025px) {
  .intro__video__btn:hover {
    border-color: #df0a1e;
    transform: scale3d(1.05, 1.05, 1);
  }
  .intro__video__btn:hover svg g {
    fill: #df0a1e;
  }
}
@media (max-width: 568px) {
  .intro__video__btn {
    width: 84px;
    height: 84px;
  }
  .intro__video__btn svg {
    width: 14px;
    height: 18px;
  }
}

.intro__video.intro__video--popup {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0s;
  position: fixed;
  background: #fff;
  transition: all 0.4s ease;
}
.intro__video.intro__video--popup.active {
  visibility: visible;
  opacity: 1;
  transition: all 0s;
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  z-index: 999;
}
@media (max-width: 1281px) {
  .intro__video.intro__video--popup.active {
    height: calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
@media (max-width: 1025px) {
  .intro__video.intro__video--popup.active {
    height: calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media (max-width: 769px) {
  .intro__video.intro__video--popup.active {
    height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media (max-width: 568px) {
  .intro__video.intro__video--popup.active {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
.intro__video.intro__video--popup.active .intro__video--popup__off {
  position: fixed;
  top: 50px;
  right: 50px;
  height: 40px;
  width: 40px;
  border: 2px solid #df0a1e;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.7s ease-in;
  padding: 0;
  background: #fff;
  border-color: transparent;
  z-index: 9999;
  transition: all 0.2s ease;
  box-shadow: 0 0 26px rgba(119, 119, 119, 0.2);
  border: 1px solid #df0a1e;
}
.intro__video.intro__video--popup.active .intro__video--popup__off::after, .intro__video.intro__video--popup.active .intro__video--popup__off::before {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #df0a1e;
}
.intro__video.intro__video--popup.active .intro__video--popup__off::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.intro__video.intro__video--popup.active .intro__video--popup__off::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.card {
  display: block;
  position: relative;
}
.card .card__count {
  position: absolute;
  color: #a9acba;
  font-family: "Poppins", sans-serif;
  font-size: 1.25em;
  top: 20px;
  left: 40px;
}
@media (max-width: 1281px) {
  .card .card__count {
    left: 20px;
  }
}
@media (max-width: 1025px) {
  .card .card__count {
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 769px) {
  .card .card__count {
    left: 0;
  }
}
.card .card-icon {
  max-height: 30px;
  margin: 0 0 20px;
}
@media (max-width: 568px) {
  .card .card-icon {
    margin-bottom: 15px;
  }
}
.card .card__caption {
  color: #000000;
  margin-top: 20px;
}
@media (max-width: 568px) {
  .card .card__caption {
    margin-top: 10px;
  }
}
.card .card__caption ul li, .card .card__caption ol li {
  line-height: 1.7em;
}
.card p {
  color: #000000;
}
.card .btn {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
@media (max-width: 1281px) {
  .card .btn {
    left: 20px;
  }
}
@media (max-width: 1025px) {
  .card .btn {
    left: 10px;
  }
}
@media (max-width: 769px) {
  .card .btn {
    left: 0;
  }
}
.card.card--services {
  padding: 0;
  margin: 0 0 32px;
  height: initial;
  align-items: flex-start;
}
@media (max-width: 568px) {
  .card.card--services {
    margin-bottom: 20px;
  }
}
.card.card--services.card--box-border {
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.03);
  border: solid 2px #ededed;
  background-color: #fff;
  padding: 50px 40px;
  height: calc( 100% - 32px );
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.card.card--services.card--box-border .btn--more2:after {
  transition: all 0.2s ease;
  transform: translateX(0);
}
@media (min-width: 568px) {
  .card.card--services.card--box-border:hover {
    border-color: #df0a1e;
  }
  .card.card--services.card--box-border:hover .btn--more2:after {
    transform: translateX(10px);
  }
}
@media (max-width: 1281px) {
  .card.card--services.card--box-border {
    padding: 45px;
  }
}
@media (max-width: 1025px) {
  .card.card--services.card--box-border {
    padding: 35px;
  }
}
@media (max-width: 769px) {
  .card.card--services.card--box-border {
    padding: 20px;
  }
}
.card.card--services.card--box-border .card__caption {
  max-width: 80%;
  margin-top: 10px;
}
.card.card--services.card--box-border .card__caption p {
  margin-top: 0;
  line-height: 1.88;
}
@media (max-width: 568px) {
  .card.card--services.card--box-border .card__caption {
    max-width: 100%;
  }
  .card.card--services.card--box-border .card__caption p {
    font-size: 1em;
    line-height: 1.71;
  }
}
@media (max-width: 568px) {
  .card.card--services.card--box-border {
    height: calc( 100% - 15px);
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.card.card--shorter {
  height: initial;
}
@media (max-width: 769px) {
  .card.card--shorter {
    height: auto;
  }
}
.card.card--shorter .btn {
  bottom: auto;
  position: relative;
  left: auto;
  margin-left: 0;
  margin-top: auto;
}
.card.card--cta {
  height: 240px;
  padding: 20px;
}
.card.card--cta .btn {
  left: 20px;
  z-index: 2;
}
.card.card--cta small, .card.card--cta h3, .card.card--cta p {
  position: relative;
  z-index: 2;
}
.card .index-card-icon-box {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.card .index-card-icon-box .card-icon {
  max-height: 100%;
  align-self: center;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 568px) {
  .card .index-card-icon-box {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
  }
}

@media (max-width: 568px) {
  .home #products-services .card {
    padding: 35px 20px;
    align-items: flex-start;
  }
}

.testimonials .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
  margin-top: 24px;
}
@media (max-width: 568px) {
  .testimonials .slick-dots {
    margin-top: 0;
  }
}
.testimonials .slick-dots li {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.testimonials .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: flex;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #cecece;
}
.testimonials .slick-dots li.slick-active button::before {
  background-color: #000;
}
.testimonials .slick-track {
  display: flex;
}
.testimonials .slick-track .slick-slide {
  height: auto;
}
.testimonials .slick-track .slick-slide img {
  width: fit-content;
  object-fit: contain;
}
@media (max-width: 568px) {
  .testimonials .slick-track .slick-slide img {
    max-width: 120px;
    width: 100%;
  }
}
.testimonials .testimonial--quotes-icon {
  position: absolute;
  right: 40px;
  top: 40px;
  background-image: url("../img/icon-qoute.svg");
  width: 46px;
  height: 35px;
}
@media (max-width: 568px) {
  .testimonials .testimonial--quotes-icon {
    width: 34px;
    height: 26px;
    right: 25px;
    top: 45px;
    background-size: contain;
  }
}
.testimonials .testimonials__column {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  height: 100%;
  padding: 16px;
}
@media (max-width: 568px) {
  .testimonials .testimonials__column {
    padding: 0;
    margin: 0 8px;
  }
}
.testimonials .testimonials__column .testimonial {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
  align-items: flex-start;
}
@media (max-width: 568px) {
  .testimonials .testimonials__column .testimonial {
    padding: 35px 20px;
    min-height: 150px;
    margin-bottom: 30px;
  }
}
.testimonials .testimonials__column .testimonial .testimonial__content {
  margin: 28px 0 36px;
  line-height: 1.63;
}
@media (max-width: 568px) {
  .testimonials .testimonials__column .testimonial .testimonial__content {
    margin: 25px 0;
  }
}
.testimonials .testimonials__column .testimonial small {
  margin-top: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 0.85em;
}
.testimonials .testimonials__column .testimonial.testimonial--long {
  cursor: pointer;
}
@media (min-width: 1025px) {
  .testimonials .testimonials__column .testimonial.testimonial--long:hover .testimonial__dot {
    transform: translateY(-10px);
  }
  .testimonials .testimonials__column .testimonial.testimonial--long:hover .testimonial__dot:nth-child(1) {
    transition: all 200ms ease-out;
  }
  .testimonials .testimonials__column .testimonial.testimonial--long:hover .testimonial__dot:nth-child(2) {
    transition: all 200ms ease-out 75ms;
  }
  .testimonials .testimonials__column .testimonial.testimonial--long:hover .testimonial__dot:nth-child(3) {
    transition: all 200ms ease-out 150ms;
  }
}
.testimonials .testimonials__column .testimonial h3 {
  margin-bottom: 10px;
}
.testimonials .testimonials__column .testimonial .testimonial__content.testimonial__content--hidden {
  display: none;
}
@media (max-width: 568px) {
  .testimonials .testimonials__column .testimonial .testimonial__content.testimonial__content--hidden {
    display: block;
  }
}
.testimonials .testimonials__column .testimonial .testimonial__dots {
  position: absolute;
  bottom: 30px;
}
@media (max-width: 568px) {
  .testimonials .testimonials__column .testimonial .testimonial__dots {
    display: none;
  }
}
.testimonials .testimonials__column .testimonial .testimonial__dots .testimonial__dot {
  transition: all 200ms ease-out;
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #df0a1e;
  will-change: transform;
}
.testimonials .testimonials__column .testimonial .testimonial__dots .testimonial__dot:not(:last-child) {
  margin-right: 4px;
}
@media (max-width: 568px) {
  .testimonials .slick-list {
    overflow: visible;
  }
}

.testimonial__overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  background: #f5f7fa;
}
@media (max-width: 769px) {
  .testimonial__overlay {
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    right: 20px;
  }
}
@media (max-width: 568px) {
  .testimonial__overlay {
    display: none;
  }
}
.testimonial__overlay.visible {
  visibility: visible;
  opacity: 0.8;
}
.testimonial__overlay .testimonial__overlay__content {
  position: absolute;
  padding: 20px 120px 40px 40px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1025px) {
  .testimonial__overlay .testimonial__overlay__content {
    padding: 40px;
  }
}
@media (max-width: 568px) {
  .testimonial__overlay .testimonial__overlay__content {
    padding: 20px;
  }
}
.testimonial__overlay .testimonial__overlay__content .testimonial__content:not(.testimonial__content--hidden) {
  display: none;
}
.testimonial__overlay small {
  margin-bottom: 10px;
}
.testimonial__overlay h3 {
  color: #df0a1e;
  margin-bottom: 20px;
}
.testimonial__overlay .testimonial__close {
  right: 40px;
  top: 30px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 1025px) {
  .testimonial__overlay .testimonial__close {
    right: 20px;
    top: 10px;
  }
}
.testimonial__overlay .testimonial__close:after, .testimonial__overlay .testimonial__close:before {
  content: "";
  position: absolute;
  background: #df0a1e;
  height: 15px;
  width: 2px;
  cursor: pointer;
}
.testimonial__overlay .testimonial__close:after {
  transform: rotate(45deg);
}
.testimonial__overlay .testimonial__close:before {
  transform: rotate(-45deg);
}

#product__testimonials .product__testimonials__slider .slick-slide {
  margin: 0 20px;
}
#product__testimonials .product__testimonials__slider .text-block {
  padding: 20px 40px 0 20px;
}
@media (max-width: 1281px) {
  #product__testimonials .product__testimonials__slider .text-block {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 568px) {
  #product__testimonials .product__testimonials__slider .text-block {
    padding: 0;
  }
}

.clients {
  margin-top: 44px;
}
@media (max-width: 1025px) {
  .clients {
    padding: 0 10px;
    margin-top: 30px;
  }
}
.clients.clients--narrow {
  padding: 20px;
  display: flex;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 568px) {
  .clients.clients--narrow {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.clients.clients--narrow .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.clients .client {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 568px) {
  .clients .client img {
    max-width: 100%;
  }
}
.clients .client.client--smaller {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 568px) {
  .clients .client.blurred {
    filter: blur(3px);
  }
}

#info-block-cta .index__news__more {
  text-align: right;
}
#info-block-cta .index__news {
  display: flex;
  align-items: center;
}
#info-block-cta .index__news .card.card--news {
  padding: 40px;
}
#info-block-cta .index__news .card.card--news p {
  max-width: 70%;
}
#info-block-cta .index__news .card.card--news .btn {
  left: 40px;
  bottom: 40px;
}
#info-block-cta .index__news .card.card--news.card--news--3 {
  padding: 30px;
}
#info-block-cta .index__news .card.card--news.card--news--3 p {
  max-width: none;
}
#info-block-cta .index__news .card.card--news.card--news--3 .btn {
  left: 30px;
  bottom: 30px;
}
#info-block-cta .index__news .card.card--news.card--news--4 {
  padding: 20px;
}
#info-block-cta .index__news .card.card--news.card--news--4 p {
  max-width: none;
}
#info-block-cta .index__news .card.card--news.card--news--4 .btn {
  left: 20px;
  bottom: 20px;
}

#order-form-calendly, #order-form, #order-form--cta {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #fefefe;
  z-index: 4;
  padding: 80px 60px;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: all 500ms ease-out;
  will-change: transform, opacity, visibility;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1441px) {
  #order-form-calendly, #order-form, #order-form--cta {
    width: 65%;
  }
}
@media (max-width: 1025px) {
  #order-form-calendly, #order-form, #order-form--cta {
    padding: 40px 20px;
    width: 100%;
  }
}
@media (max-width: 568px) {
  #order-form-calendly, #order-form, #order-form--cta {
    transition: all 0.4s ease;
    padding: 40px 0;
  }
}
#order-form-calendly.active, #order-form-calendly.active-calendly, #order-form.active, #order-form.active-calendly, #order-form--cta.active, #order-form--cta.active-calendly {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#order-form-calendly .form__title, #order-form .form__title, #order-form--cta .form__title {
  margin-bottom: 35px;
}
@media (max-width: 1025px) {
  #order-form-calendly .form__title, #order-form .form__title, #order-form--cta .form__title {
    font-size: 2em;
  }
}
@media (max-width: 568px) {
  #order-form-calendly .form__title, #order-form .form__title, #order-form--cta .form__title {
    margin-bottom: 20px;
    padding-right: 50px;
  }
}
#order-form-calendly .form__title.form__title--specific, #order-form .form__title.form__title--specific, #order-form--cta .form__title.form__title--specific {
  display: none;
  font-size: 1.71em;
}
#order-form-calendly span.btn, #order-form span.btn, #order-form--cta span.btn {
  display: none;
}
#order-form-calendly .order-form__product-info, #order-form .order-form__product-info, #order-form--cta .order-form__product-info {
  margin-bottom: 60px;
}
#order-form-calendly .order-form__product-info h2, #order-form .order-form__product-info h2, #order-form--cta .order-form__product-info h2 {
  font-size: 2.3em;
  padding-right: 80px;
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  #order-form-calendly .order-form__product-info h2, #order-form .order-form__product-info h2, #order-form--cta .order-form__product-info h2 {
    margin-bottom: 20px;
  }
}
#order-form-calendly .order-form__product-info h3, #order-form .order-form__product-info h3, #order-form--cta .order-form__product-info h3 {
  margin-bottom: 30px;
  padding-right: 80px;
}
#order-form-calendly .order-form__product-info .price, #order-form .order-form__product-info .price, #order-form--cta .order-form__product-info .price {
  display: flex;
  align-items: flex-start;
}
#order-form-calendly .order-form__product-info .price > p:before, #order-form-calendly .order-form__product-info .price span:not(.price__freq):not(.price__from):before, #order-form .order-form__product-info .price > p:before, #order-form .order-form__product-info .price span:not(.price__freq):not(.price__from):before, #order-form--cta .order-form__product-info .price > p:before, #order-form--cta .order-form__product-info .price span:not(.price__freq):not(.price__from):before {
  content: "€ ";
}
#order-form-calendly .order-form__product-info .price .service-price, #order-form .order-form__product-info .price .service-price, #order-form--cta .order-form__product-info .price .service-price {
  display: flex;
}
#order-form-calendly .order-form__product-info .price .service-price h3, #order-form-calendly .order-form__product-info .price .service-price .price__from, #order-form .order-form__product-info .price .service-price h3, #order-form .order-form__product-info .price .service-price .price__from, #order-form--cta .order-form__product-info .price .service-price h3, #order-form--cta .order-form__product-info .price .service-price .price__from {
  padding-right: 0;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  margin-right: 0;
  margin-bottom: 0;
  display: inline-flex;
  line-height: normal;
}
#order-form-calendly .order-form__product-info .price .service-price .price__from, #order-form .order-form__product-info .price .service-price .price__from, #order-form--cta .order-form__product-info .price .service-price .price__from {
  margin-right: 0;
  margin-top: 0;
}
#order-form-calendly .order-form__product-info .price .price__from, #order-form .order-form__product-info .price .price__from, #order-form--cta .order-form__product-info .price .price__from {
  font-size: 18px;
  margin-top: 8px;
  margin-right: 7px;
}
#order-form-calendly .order-form__product-info .price .price__freq, #order-form .order-form__product-info .price .price__freq, #order-form--cta .order-form__product-info .price .price__freq {
  margin-top: 18px;
  margin-left: 8px;
}
#order-form-calendly .order-form__product-info .price.price--discounted, #order-form .order-form__product-info .price.price--discounted, #order-form--cta .order-form__product-info .price.price--discounted {
  display: flex;
}
#order-form-calendly .order-form__product-info .price.price--discounted p:not(.price__discounted), #order-form .order-form__product-info .price.price--discounted p:not(.price__discounted), #order-form--cta .order-form__product-info .price.price--discounted p:not(.price__discounted) {
  order: 2;
  text-decoration: line-through;
  color: #a9acba;
}
#order-form-calendly .order-form__product-info .price.price--discounted p:not(.price__discounted):after, #order-form .order-form__product-info .price.price--discounted p:not(.price__discounted):after, #order-form--cta .order-form__product-info .price.price--discounted p:not(.price__discounted):after {
  display: none;
}
#order-form-calendly .order-form__product-info .price.price--discounted .price__discounted, #order-form .order-form__product-info .price.price--discounted .price__discounted, #order-form--cta .order-form__product-info .price.price--discounted .price__discounted {
  text-decoration: none;
  top: -100%;
  order: 3;
  margin-left: 5px;
}
#order-form-calendly .order-form__product-info .price.price--discounted .price__freq, #order-form .order-form__product-info .price.price--discounted .price__freq, #order-form--cta .order-form__product-info .price.price--discounted .price__freq {
  order: 4;
  font-size: 12px;
}
#order-form-calendly .order-form__product-info .flex .col-fl, #order-form .order-form__product-info .flex .col-fl, #order-form--cta .order-form__product-info .flex .col-fl {
  width: 30%;
}
#order-form-calendly .order-form__product-info .flex .service__pair, #order-form .order-form__product-info .flex .service__pair, #order-form--cta .order-form__product-info .flex .service__pair {
  margin-bottom: 20px;
}
#order-form-calendly .order-form__product-info .flex .service__pair.service__pair--cta, #order-form .order-form__product-info .flex .service__pair.service__pair--cta, #order-form--cta .order-form__product-info .flex .service__pair.service__pair--cta {
  display: none;
}
#order-form-calendly .order-form__product-info .order-form__product-info__content, #order-form .order-form__product-info .order-form__product-info__content, #order-form--cta .order-form__product-info .order-form__product-info__content {
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  #order-form-calendly .order-form__product-info .order-form__product-info__content, #order-form .order-form__product-info .order-form__product-info__content, #order-form--cta .order-form__product-info .order-form__product-info__content {
    display: flex;
    flex-direction: column;
  }
}
#order-form-calendly .order-form__product-info .order-form__product-info__content.listed .pretty, #order-form .order-form__product-info .order-form__product-info__content.listed .pretty, #order-form--cta .order-form__product-info .order-form__product-info__content.listed .pretty {
  float: right;
  width: calc(50% - 20px);
}
@media (max-width: 500px) {
  #order-form-calendly .order-form__product-info .order-form__product-info__content.listed .pretty, #order-form .order-form__product-info .order-form__product-info__content.listed .pretty, #order-form--cta .order-form__product-info .order-form__product-info__content.listed .pretty {
    float: none;
    width: 100%;
    order: 3;
    margin-top: 30px;
  }
}
#order-form-calendly .order-form__product-info .order-form__product-info__content.listed .pretty li:not(:last-child), #order-form .order-form__product-info .order-form__product-info__content.listed .pretty li:not(:last-child), #order-form--cta .order-form__product-info .order-form__product-info__content.listed .pretty li:not(:last-child) {
  margin-bottom: 10px;
}
#order-form-calendly .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list, #order-form .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list, #order-form--cta .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list {
  float: left;
  width: calc(50% - 20px);
}
@media (max-width: 500px) {
  #order-form-calendly .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list, #order-form .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list, #order-form--cta .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list {
    float: none;
    width: 100%;
  }
}
#order-form-calendly .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list small, #order-form .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list small, #order-form--cta .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list small {
  display: none;
}
#order-form-calendly .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list ol, #order-form .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list ol, #order-form--cta .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list ol {
  padding-left: 15px;
}
#order-form-calendly .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list ol li, #order-form .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list ol li, #order-form--cta .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list ol li {
  font-weight: 500;
}
#order-form-calendly .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list ol li:not(:last-child), #order-form .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list ol li:not(:last-child), #order-form--cta .order-form__product-info .order-form__product-info__content.listed .order-form__product-info__content__list ol li:not(:last-child) {
  margin-bottom: 10px;
}
#order-form-calendly .order-form__product-info .order-form__product-info__content .service__info__content__pair__option, #order-form .order-form__product-info .order-form__product-info__content .service__info__content__pair__option, #order-form--cta .order-form__product-info .order-form__product-info__content .service__info__content__pair__option {
  color: #000;
  font-size: 0.85em;
  font-weight: 600;
  margin-bottom: 5px;
}
#order-form-calendly .order-form-toggle, #order-form-calendly .order-form-toggle-cta, #order-form-calendly .order-form-toggle-calendly-close, #order-form .order-form-toggle, #order-form .order-form-toggle-cta, #order-form .order-form-toggle-calendly-close, #order-form--cta .order-form-toggle, #order-form--cta .order-form-toggle-cta, #order-form--cta .order-form-toggle-calendly-close {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 360px;
  right: 40px;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 568px) {
  #order-form-calendly .order-form-toggle, #order-form-calendly .order-form-toggle-cta, #order-form-calendly .order-form-toggle-calendly-close, #order-form .order-form-toggle, #order-form .order-form-toggle-cta, #order-form .order-form-toggle-calendly-close, #order-form--cta .order-form-toggle, #order-form--cta .order-form-toggle-cta, #order-form--cta .order-form-toggle-calendly-close {
    right: 10px;
    top: 37px;
  }
}
#order-form-calendly .order-form-toggle:after, #order-form-calendly .order-form-toggle:before, #order-form-calendly .order-form-toggle-cta:after, #order-form-calendly .order-form-toggle-cta:before, #order-form-calendly .order-form-toggle-calendly-close:after, #order-form-calendly .order-form-toggle-calendly-close:before, #order-form .order-form-toggle:after, #order-form .order-form-toggle:before, #order-form .order-form-toggle-cta:after, #order-form .order-form-toggle-cta:before, #order-form .order-form-toggle-calendly-close:after, #order-form .order-form-toggle-calendly-close:before, #order-form--cta .order-form-toggle:after, #order-form--cta .order-form-toggle:before, #order-form--cta .order-form-toggle-cta:after, #order-form--cta .order-form-toggle-cta:before, #order-form--cta .order-form-toggle-calendly-close:after, #order-form--cta .order-form-toggle-calendly-close:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #000000;
}
#order-form-calendly .order-form-toggle:after, #order-form-calendly .order-form-toggle-cta:after, #order-form-calendly .order-form-toggle-calendly-close:after, #order-form .order-form-toggle:after, #order-form .order-form-toggle-cta:after, #order-form .order-form-toggle-calendly-close:after, #order-form--cta .order-form-toggle:after, #order-form--cta .order-form-toggle-cta:after, #order-form--cta .order-form-toggle-calendly-close:after {
  transform: rotate(90deg);
}

.page-dim, .page-dim--cta, .page-dim-calendly {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  will-change: opacity, visibility;
}
.page-dim.active, .page-dim.active-calendly, .page-dim--cta.active, .page-dim--cta.active-calendly, .page-dim-calendly.active, .page-dim-calendly.active-calendly {
  visibility: visible;
  opacity: 0.8;
}

.form {
  clear: both;
}
.form h4 {
  margin-bottom: 40px;
}
.form h3.smallest {
  margin-bottom: 50px;
}
.form span {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
.form label {
  position: absolute;
  left: 20px;
  top: 0;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #728b99;
  transition: all 0.2s ease;
  font-size: 1.14em;
}
.form label.focused {
  color: #df0a1e;
  transform: translateY(-20px);
  font-size: 1em;
}
@media (max-width: 568px) {
  .form label {
    font-weight: 500;
    font-size: 1em;
  }
}
.form input:not([type=submit]), .form textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid rgba(114, 139, 153, 0.2);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  height: 36px;
  padding-bottom: 0px;
  overflow: hidden;
  resize: none;
  font-size: 1.14em;
}
.form input:not([type=submit]):active, .form input:not([type=submit]):focus, .form textarea:active, .form textarea:focus {
  border-color: #df0a1e;
}
.form textarea {
  height: 80px;
}
.form .form__required {
  color: #a9acba;
}
@media (max-width: 400px) {
  .form .form__required {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
.form .wpcf7-not-valid-tip {
  display: none !important;
}
.form .wpcf7-not-valid {
  border-color: #df0a1e !important;
}
.form .wpcf7-response-output {
  margin-top: 0 !important;
  text-align: center !important;
  padding: 1em 1em !important;
}
.form .wpcf7-response-output.wpcf7-validation-errors {
  color: #df0a1e !important;
}
.form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green !important;
}
@media (max-width: 400px) {
  .form .form__submit__container {
    text-align: center;
  }
}
.form #order-content, .form #order-price, .form #order-title {
  display: none;
}
.form .wpcf7-acceptance {
  display: block;
  margin: 10px 0 30px 0;
}
.form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  position: relative;
  left: initial;
  display: flex;
  align-items: center;
  top: initial;
  height: 10px;
  font-size: 14px;
}
.form .wpcf7-acceptance label input[type=checkbox] {
  width: auto;
  height: auto;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
}
.form .wpcf7-acceptance label span {
  text-transform: none;
  padding-left: 5px;
  color: #000000;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.form .wpcf7-acceptance label span a {
  text-decoration: underline;
  color: #000000;
}
.form .wpcf7-acceptance label span:before {
  content: "";
  position: absolute;
  left: -27px;
  top: 8px;
  width: 20px;
  height: 20px;
  background: #728b99;
  opacity: 0.2;
}
.form .wpcf7-acceptance label span:after {
  content: "";
  position: absolute;
  left: -23px;
  top: 12px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #df0a1e;
  border-bottom: 2px solid #df0a1e;
  transform: rotate(-45deg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.form .wpcf7-acceptance label span.checked:after {
  visibility: visible;
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=password],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.page-template-template-cloud-servers #order-form .form__title.form__title--specific, .home #order-form .form__title.form__title--specific {
  display: block;
}
.page-template-template-cloud-servers #order-form .order-form__product-info__content, .home #order-form .order-form__product-info__content {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-cloud-servers #order-form .order-form__product-info__content .service__info__content__pair, .home #order-form .order-form__product-info__content .service__info__content__pair {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .page-template-template-cloud-servers #order-form .order-form__product-info__content .service__info__content__pair, .home #order-form .order-form__product-info__content .service__info__content__pair {
    width: 50%;
    margin-bottom: 20px;
  }
}
.page-template-template-cloud-servers #order-form .order-form__product-info__content .service__info__content__pair .service__info__content__pair__value, .home #order-form .order-form__product-info__content .service__info__content__pair .service__info__content__pair__value {
  color: #000000;
  margin-top: 5px;
}

.page-template-template-bare-metal-servers #order-form .form__title.form__title--specific,
.page-template-template-server-clearance #order-form .form__title.form__title--specific {
  display: block;
}
.page-template-template-bare-metal-servers #order-form .order-form__product-info__content,
.page-template-template-server-clearance #order-form .order-form__product-info__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.page-template-template-bare-metal-servers #order-form .order-form__product-info__content .service__info__content__pair,
.page-template-template-server-clearance #order-form .order-form__product-info__content .service__info__content__pair {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .page-template-template-bare-metal-servers #order-form .order-form__product-info__content .service__info__content__pair,
.page-template-template-server-clearance #order-form .order-form__product-info__content .service__info__content__pair {
    width: 50%;
    margin-bottom: 20px;
  }
}
.page-template-template-bare-metal-servers #order-form .order-form__product-info__content .service__info__content__pair .service__info__content__pair__value,
.page-template-template-server-clearance #order-form .order-form__product-info__content .service__info__content__pair .service__info__content__pair__value {
  color: #000000;
  margin-top: 5px;
}

.page-template-template-bare-metal-servers #order-form .order-form__product-info__content,
.page-template-template-server-clearance #order-form .order-form__product-info__content {
  margin-bottom: 20px;
}

#certificates {
  margin-bottom: -30px;
}
#certificates .certificate img {
  margin: 0 auto 30px auto;
}

#team .team__member .text-block {
  padding: 20px 40px 0 40px;
}
@media (max-width: 1025px) {
  #team .team__member .text-block {
    padding: 20px 20px 0 20px;
  }
}
#team .team__member .img-box img, #team .team__member footer .footer__middle .grid .row a img, footer .footer__middle .grid .row #team .team__member a img, #team .team__member .clients .client img, .clients #team .team__member .client img, #team .team__member #certificates .certificate img, #certificates #team .team__member .certificate img {
  margin: 0 auto;
}

#details {
  background: #f8f8f8;
  padding: 100px 0;
  margin-top: 90px;
}
@media (max-width: 769px) {
  #details {
    margin-bottom: -20px;
    padding: 60px 0;
    margin-top: 60px;
  }
}
@media (max-width: 568px) {
  #details {
    margin-top: 40px;
    padding: 20px 0 20px 0;
    margin-bottom: 0;
  }
}
#details .details__box {
  padding: 0px;
}
@media (max-width: 1025px) {
  #details .details__box {
    padding: 20px 0;
  }
}
@media (max-width: 769px) {
  #details .details__box {
    margin-bottom: 0;
  }
}
#details .details__box .details-box-title {
  margin: 0 0 40px;
}
@media (max-width: 568px) {
  #details .details__box .details-box-title {
    text-align: center;
    margin: 0 0 20px;
  }
}
#details .details__box a {
  color: inherit;
}
#details .details__box .details__box__list {
  padding-left: 0;
  list-style: none;
  width: 100%;
}
#details .details__box .details__box__list li {
  padding-right: 32px;
}
#details .details__box .details__box__list li:not(:last-child) {
  margin-bottom: 33px;
}
@media (max-width: 568px) {
  #details .details__box .details__box__list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#details .details__box .details__box__list li .details__box__list__option, #details .details__box .details__box__list li .details__box__list__value {
  font-family: "Poppins", sans-serif;
}
#details .details__box .details__box__list li .details__box__list__option {
  font-weight: 400;
  width: 100%;
  color: #728b99;
  font-size: 14px;
  margin: 0 0 12px;
  display: block;
}
@media (max-width: 568px) {
  #details .details__box .details__box__list li .details__box__list__option {
    margin-bottom: 9px;
  }
}
#details .details__box .details__box__list li .details__box__list__option.details__box__list__option--red {
  color: #df0a1e;
}
#details .details__box .details__box__list li .details__box__list__value {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

#pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pagination .pagination .page-numbers {
  font-size: 2.3em;
  padding: 10px;
  display: block;
  font-weight: 100;
}
#pagination .pagination .page-numbers.current {
  color: #df0a1e;
}
#pagination .pagination .page-numbers.next, #pagination .pagination .page-numbers.prev {
  width: 40px;
  height: 40px;
  background-image: url("../img/ico-arrow-right.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
#pagination .pagination .page-numbers.next {
  margin-left: 10px;
}
#pagination .pagination .page-numbers.prev {
  margin-right: 10px;
  transform: rotate(180deg);
}

#mobile-menu {
  position: fixed;
  height: calc(100vh - 61px);
  width: 100%;
  left: 0;
  top: 61px;
  background: #fff;
  z-index: 4;
  padding-top: 24px;
  padding-bottom: 40px;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  will-change: transform;
  transition: all 0.3s ease;
  overflow: auto;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
}
#mobile-menu.active {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#mobile-menu .login-box {
  padding: 18px 20px;
  border-bottom: 1px solid #e8e8e8;
}
#mobile-menu .login-box a {
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
#mobile-menu #mobile-nav {
  overflow: auto;
}
#mobile-menu #mobile-nav ul {
  list-style: none;
  padding-left: 0;
}
#mobile-menu #mobile-nav ul li {
  padding: 18px 20px;
  border-bottom: 1px solid #e8e8e8;
}
#mobile-menu #mobile-nav ul li a {
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
}
#mobile-menu #mobile-nav ul li.menu-item-has-children > a {
  position: relative;
  width: 100%;
  display: flex;
}
#mobile-menu #mobile-nav ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transition: all 0.2s ease;
}
#mobile-menu #mobile-nav ul li .sub-menu {
  padding-left: 30px;
  margin-top: 20px;
  display: none;
}
#mobile-menu #mobile-nav ul li .sub-menu li {
  border-bottom: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mobile-menu #mobile-nav ul li .sub-menu li:not(:last-child) {
  margin-bottom: 8px;
}
#mobile-menu #mobile-nav ul li .sub-menu li a {
  position: relative;
}
#mobile-menu #mobile-nav ul li .sub-menu li.current-menu-item a:before {
  border-left: 5px solid #df0a1e;
}
#mobile-menu #mobile-nav ul li.current-menu-item a {
  color: #df0a1e;
}
#mobile-menu #mobile-nav ul li.current-menu-item a:after {
  content: "";
  border-color: #df0a1e;
}
#mobile-menu #mobile-nav ul li.current-menu-ancestor > a {
  color: #df0a1e;
}
#mobile-menu #mobile-nav ul li.current-menu-ancestor > a:after {
  border-color: #df0a1e;
}
#mobile-menu #mobile-nav ul li a {
  font-family: "Poppins", sans-serif;
  color: #000000;
}

.header__lang-switcher-mobile .languages {
  padding: 18px 20px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  height: 61px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.header__lang-switcher-mobile .languages.open {
  height: 280px;
}
.header__lang-switcher-mobile .language {
  order: 2;
  padding: 10px 0;
}
.header__lang-switcher-mobile .language.language--current {
  order: 1;
  padding: 0 0 10px 0;
  position: relative;
}
.header__lang-switcher-mobile .language.language--current a {
  pointer-events: none;
}
.header__lang-switcher-mobile .language.language--current:after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transition: all 0.2s ease;
}
.header__lang-switcher-mobile .language a {
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
}
.header__lang-switcher-mobile .language a p {
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  margin-left: 13px;
}
.header__lang-switcher-mobile .language a img {
  width: 24px;
  height: 24px;
}

#configurator {
  margin-top: 0;
}
@media (max-width: 568px) {
  #configurator.flat-top {
    margin-top: 0;
  }
  #configurator .section__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#configurator .loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #df0a1e; 
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
}
#configurator .configurator-box {
  border-radius: 4px;
  box-shadow: 0 26px 56px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 48px 40px 32px;
}
#configurator .configurator-box h4 {
  margin-bottom: 38px;
}
@media (max-width: 568px) {
  #configurator .configurator-box {
    padding: 30px 20px;
  }
  #configurator .configurator-box h4 {
    font-size: 1.28em;
    margin-bottom: 0;
  }
}
#configurator .col.lg-8-12 {
  overflow: hidden;
}
#configurator .configurator__slider {
  margin-bottom: 14px;
  max-width: 688px;
}
@media (max-width: 769px) {
  #configurator .configurator__slider {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  #configurator .configurator__slider {
    width: 100%;
    margin-top: 10px;
  }
}
#configurator .configurator__slider.hidden {
  display: none;
}
#configurator .configurator__slider .configurator__slider__input {
  margin-top: 6px;
  float: right;
  height: 32px;
  width: 95px;
  text-align: left;
  padding-left: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border: 1px solid #a2a2a2;
  border-radius: 4px;
  transition: all 0.2s ease;
}
#configurator .configurator__slider .configurator__slider__input:focus, #configurator .configurator__slider .configurator__slider__input:active {
  border-color: #df0a1e;
}
@media (max-width: 568px) {
  #configurator .configurator__slider .configurator__slider__input {
    width: 68px;
    padding-left: 10px;
  }
}
#configurator .configurator__slider small {
  float: right;
  margin: 14px 0 0 10px;
  color: #000000;
  font-size: 1em;
  min-width: 65px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 568px) {
  #configurator .configurator__slider small {
    margin-left: 6px;
    min-width: auto;
  }
}
#configurator .configurator__slider .configurator__slider__title {
  float: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 12px;
  font-size: 1em;
  line-height: normal;
}
@media (max-width: 568px) {
  #configurator .configurator__slider .configurator__slider__title {
    font-size: 0.9em;
  }
}
#configurator .configurator__slider .configurator__slider__container {
  clear: both;
  position: relative;
  padding-bottom: 20px;
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__slide {
  position: relative;
  height: 30px;
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__slide:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  opacity: 0.3;
  background: #9aaab3;
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__slide .ui-slider-handle {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__slide .ui-slider-handle:after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 100%;
  left: 50%;
  top: 0;
  background: #df0a1e;
  position: absolute;
  transform: translateX(-50%);
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__slide .configurator__slider__slide__progress {
  position: absolute;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #df0a1e;
  width: 0%;
  z-index: 1;
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__slide__progress__graduation {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__slide__progress__graduation .configurator__slider__slide__progress__graduation__step {
  font-family: "Poppins", sans-serif;
  color: #a9acba;
  margin-top: 15px;
  position: absolute;
  transform: translateX(-50%);
  font-weight: 400;
  top: 0;
}
@media (max-width: 568px) {
  #configurator .configurator__slider .configurator__slider__container .configurator__slider__slide__progress__graduation .configurator__slider__slide__progress__graduation__step {
    font-size: 11px;
  }
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__slide__progress__graduation .configurator__slider__slide__progress__graduation__step:after {
  position: absolute;
  height: 10px;
  width: 1px;
  background: #355667;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__limit {
  position: absolute;
  bottom: 0;
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__limit.configurator__slider__limit--min {
  left: 0;
}
#configurator .configurator__slider .configurator__slider__container .configurator__slider__limit.configurator__slider__limimt--max {
  right: 0;
}
@media (max-width: 1281px) {
  #configurator .configurator__pricing {
    padding-left: 20px;
  }
}
@media (max-width: 769px) {
  #configurator .configurator__pricing {
    padding-left: 0;
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 568px) {
  #configurator .configurator__pricing {
    width: 100%;
    margin-top: 30px;
  }
}
#configurator .configurator__pricing h3 {
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  #configurator .configurator__pricing h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
}
#configurator .configurator__pricing .configurator__pricing__component {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
#configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--header {
  margin-bottom: 16px;
}
#configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--header p {
  font-weight: 600;
}
#configurator .configurator__pricing .configurator__pricing__component p {
  font-size: 0.85em;
  line-height: 1.5;
}
#configurator .configurator__pricing .configurator__pricing__component p:first-child {
  width: 70%;
}
#configurator .configurator__pricing .configurator__pricing__component p:nth-child(2) {
  width: auto;
  text-align: right;
}
#configurator .configurator__pricing .configurator__pricing__component .configurator__pricing__component__price {
  position: relative;
  padding-left: 10px;
}
#configurator .configurator__pricing .configurator__pricing__component .configurator__pricing__component__price:after {
  content: " €";
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}
#configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total {
  margin-top: 0;
  flex-direction: row;
  align-items: center;
}
#configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total p {
  font-weight: 700;
  text-align: right;
}
@media (max-width: 769px) {
  #configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total p {
    font-size: 1em;
  }
}
#configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total p:first-child, #configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total p:nth-child(2) {
  width: auto;
}
#configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total .configurator__pricing__component--total__name {
  width: 70%;
}
@media (max-width: 568px) {
  #configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total .configurator__pricing__component--total__name {
    font-size: 1em;
  }
}
#configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total .configurator__pricing__component--total__price {
  width: 30%;
  position: relative;
  font-size: 2.28em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 568px) {
  #configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total .configurator__pricing__component--total__price {
    font-size: 1.71em;
  }
}
#configurator .configurator__pricing .configurator__pricing__component.configurator__pricing__component--total .configurator__pricing__component--total__price:before {
  content: " €";
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}
@media (max-width: 769px) {
  #configurator .configurator__pricing .configurator__cta {
    text-align: center;
  }
}
#configurator .configurator__pricing .configurator__cta .btn {
  padding: 14px 0;
}
@media (max-width: 769px) {
  #configurator .configurator__pricing .configurator__cta .btn {
    padding: 15px 70px;
    width: auto;
  }
}
@media (max-width: 568px) {
  #configurator .configurator__pricing .configurator__cta .btn {
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1em;
  }
}

.configurator__pricing__oses {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .configurator__pricing__oses {
    margin-top: 20px;
    margin-bottom: 23px;
  }
}
.configurator__pricing__oses p {
  font-weight: 600;
  margin-bottom: 16px;
  line-height: normal;
}
.configurator__pricing__oses .configurator__pricing__os {
  display: inline-block;
}
@media (max-width: 769px) {
  .configurator__pricing__oses .configurator__pricing__os {
    width: 40%;
  }
}
.configurator__pricing__oses .configurator__pricing__os:not(:last-child) {
  margin-right: 20px;
}
.configurator__pricing__oses .configurator__pricing__os input[type=radio] {
  display: none;
}
.configurator__pricing__oses .configurator__pricing__os label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 0.85em;
  display: inline-block;
  vertical-align: middle;
}
.configurator__pricing__oses .configurator__pricing__os label:before {
  content: "";
  height: 16px;
  width: 16px;
  border: 2px solid #c7c7c7;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.configurator__pricing__oses .configurator__pricing__os label:after {
  content: "";
  height: 8px;
  width: 8px;
  background: transparent;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.configurator__pricing__oses .configurator__pricing__os label.checked:before {
  border: 2px solid #df0a1e;
}
.configurator__pricing__oses .configurator__pricing__os label.checked:after {
  visibility: visible;
  opacity: 1;
  background: #df0a1e;
}

#apply .apply__btn {
  text-align: center;
}
#apply .apply__btn .btn.btn--huge {
  width: auto;
}
@media (max-width: 769px) {
  #apply .apply__btn {
    margin-top: 10px;
  }
}

.page-template-template-partner #gallery-1 .gallery-item {
  padding: 34px 0;
  margin: 0;
}
.page-template-template-partner #gallery-1 .gallery-item img {
  max-height: 60px;
}

#gallery .gallery__item {
  display: block;
  margin-bottom: 30px;
}

.gallery-item img {
  border: none !important;
}

.partner .gallery-item img {
  max-height: 90px;
}

.certificate .gallery-item {
  border: solid 2px #e5e5e5;
  border-radius: 4px;
  padding: 20px;
}
.certificate .gallery-item img {
  max-height: 392px;
}

@media (max-width: 769px) {
  .gallery-wrapper #gallery-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .gallery-wrapper #gallery-1 .gallery-item {
    width: 33%;
    padding: 20px;
  }
  .gallery-wrapper #gallery-1 .gallery-item img {
    max-width: 100% !important;
  }
}

.about-gallery .gallery-icon {
  margin: 10px 0;
}
.about-gallery .gallery-icon img {
  max-width: 70% !important;
}

.transition-in, .transition-out {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.transition-in .transition__img, .transition-out .transition__img {
  height: 60px;
  width: auto;
  position: absolute;
}
@media (max-width: 568px) {
  .transition-in .transition__img, .transition-out .transition__img {
    height: 35px;
  }
}
.transition-in .transition__img img, .transition-out .transition__img img {
  height: 100%;
}
.transition-in .transition__img::after, .transition-out .transition__img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
}

.transition-in {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in;
}
.transition-in.js-active {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease;
}

.transition-out {
  transition: all 300ms ease-in;
}
.transition-out.js-active {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in 1500ms;
}
.transition-out.js-active .transition__img {
  transform: translateY(-50%);
  opacity: 0;
  transition: all 300ms ease-out 1200ms;
}
.transition-out.js-active .transition__img::after {
  animation: img-fade;
  animation-duration: 1200ms;
}
.transition-out.transition-out--inner.js-active {
  transition: all 250ms ease-out;
}

@keyframes img-fade {
  0% {
    left: 0;
    transition: ease-in;
  }
  30% {
    left: 40%;
    transition: ease-in;
  }
  80% {
    left: 70%;
    transition: ease-in;
  }
  100% {
    left: 100%;
    transition: ease-in;
  }
}
#cookie-law-info-bar {
  z-index: 9999 !important;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  padding: 20px !important;
  width: 540px !important;
  bottom: 20px !important;
  background: #ffffff !important;
  text-align: left;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.03) !important;
  border-radius: 4px;
}
@media (max-width: 769px) {
  #cookie-law-info-bar {
    flex-direction: column-reverse !important;
    width: calc(100% - 40px) !important;
    right: 20px !important;
  }
}
@media (max-width: 568px) {
  #cookie-law-info-bar {
    width: 100% !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    border-top: solid 1px #ededed;
  }
}
#cookie-law-info-bar #cookie_action_close_header {
  color: #000000 !important;
  border: 0 !important;
  padding: 15px 30px 15px 30px !important;
  border-radius: 25px !important;
  background-color: #df0a1e !important;
  color: #fff !important;
  margin: 0 20px 0 0 !important;
  transition: all 0.2s ease !important;
  min-width: 180px;
  text-align: center;
}
@media (max-width: 568px) {
  #cookie-law-info-bar #cookie_action_close_header {
    min-width: 128px;
  }
}
@media (min-width: 1026px) {
  #cookie-law-info-bar #cookie_action_close_header:hover {
    background: #fff !important;
    color: #000 !important;
  }
}
#cookie-law-info-bar #CONSTANT_OPEN_URL {
  font-size: 16px !important;
  color: #df0a1e !important;
  font-weight: 400;
}
#cookie-law-info-bar .cookie-text {
  display: inline-block !important;
  width: 100% !important;
  font-size: 16px !important;
  color: #2c2c2c;
  line-height: 1.63;
  font-weight: 400;
}
@media (max-width: 568px) {
  #cookie-law-info-bar .cookie-text {
    font-size: 14px !important;
    line-height: 1.71;
  }
}
#cookie-law-info-bar span {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-top: 20px;
}

#full-cta-block .certificate-wrapper,
#full-cta-block-bottom .certificate-wrapper {
  position: relative;
  overflow: hidden;
}
#full-cta-block .certificate-wrapper .certificate-image,
#full-cta-block-bottom .certificate-wrapper .certificate-image {
  background-color: #000;
  line-height: 0;
}
#full-cta-block .certificate-wrapper.right .certificate-info,
#full-cta-block-bottom .certificate-wrapper.right .certificate-info {
  right: -8px;
}
@media (max-width: 568px) {
  #full-cta-block .certificate-wrapper.right .certificate-info,
#full-cta-block-bottom .certificate-wrapper.right .certificate-info {
    right: 20px;
    left: 20px;
  }
}
#full-cta-block .certificate-wrapper.right .certificate-image,
#full-cta-block-bottom .certificate-wrapper.right .certificate-image {
  text-align: left;
}
#full-cta-block .certificate-wrapper.left .certificate-info,
#full-cta-block-bottom .certificate-wrapper.left .certificate-info {
  left: 0;
}
@media (max-width: 568px) {
  #full-cta-block .certificate-wrapper.left .certificate-info,
#full-cta-block-bottom .certificate-wrapper.left .certificate-info {
    right: 20px;
    left: 20px;
  }
}
#full-cta-block .certificate-wrapper.left .certificate-image,
#full-cta-block-bottom .certificate-wrapper.left .certificate-image {
  text-align: right;
}
#full-cta-block .certificate-info,
#full-cta-block-bottom .certificate-info {
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 564px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 67px 50px;
  align-items: flex-start;
}
@media (max-width: 568px) {
  #full-cta-block .certificate-info,
#full-cta-block-bottom .certificate-info {
    align-items: center;
    text-align: center;
  }
}
#full-cta-block .certificate-info h3,
#full-cta-block-bottom .certificate-info h3 {
  margin: 0 0 6px;
}
@media (max-width: 568px) {
  #full-cta-block .certificate-info h3,
#full-cta-block-bottom .certificate-info h3 {
    margin-bottom: 20px;
  }
}
#full-cta-block .certificate-info p,
#full-cta-block-bottom .certificate-info p {
  margin: 0 0 23px;
}
@media (max-width: 568px) {
  #full-cta-block .certificate-info p,
#full-cta-block-bottom .certificate-info p {
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  #full-cta-block .certificate-info,
#full-cta-block-bottom .certificate-info {
    padding: 30px 25px;
    right: 20px;
    left: 20px;
  }
}

@media (max-width: 568px) {
  .home #full-cta-block,
.home #full-cta-block-bottom {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .cta-custom #full-cta-block .certificate-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cta-custom #full-cta-block .certificate-wrapper img {
    width: 100%;
  }
  .cta-custom #full-cta-block .certificate-wrapper .certificate-info {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    padding-top: 20px;
    transform: none;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  transition: all 0.2s ease;
}
header .header__container__right {
  position: relative;
}
header .header__container__right .header__lang-switcher {
  position: relative;
  height: 50px;
  border: none;
  margin-top: -2px;
  margin-right: 25px;
  right: 0;
}
header .header__container__right .header__lang-switcher .languages {
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: -21px;
  bottom: 0;
  transform: translateY(100%);
  min-width: 228px;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 0 20px 20px 20px;
  background: #fff;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.03);
  border: solid 2px #ededed;
}
header .header__container__right .header__lang-switcher .language a {
  display: flex;
  align-items: center;
}
header .header__container__right .header__lang-switcher .language a p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: normal;
}
header .header__container__right .header__lang-switcher .language a .language-flag {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  header .header__container__right .header__lang-switcher .language:not(.language--current):hover a p {
    color: #df0a1e;
  }
}
header .header__container__right .header__lang-switcher:hover {
  cursor: pointer;
}
header .header__container__right .header__lang-switcher:hover .languages {
  visibility: visible;
  opacity: 1;
}
header .header__container__right .login-box a {
  font-size: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000000;
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  header .header__container__right .login-box a:hover {
    color: #df0a1e;
  }
}
@media (max-width: 1025px) {
  header .header__container__right .login-box {
    display: none;
  }
}
@media (max-width: 1025px) {
  header {
    background: #fff;
    position: fixed;
  }
  header .grid {
    padding-right: 10px;
  }
  header .header__lang-switcher {
    display: none;
  }
  header .header__lang-switcher .language.language--current a {
    padding: 10px;
    color: #df0a1e;
  }
}
header.fixed {
  position: fixed;
  background: #fff;
}
header .header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__container .header__container__right {
  display: flex;
  align-items: center;
}
header .header__container .header__container__right .mobile-menu-toggle {
  width: 40px;
  height: 40px;
  border: 0px solid #355667;
  border-radius: 360px;
  margin-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  header .header__container .header__container__right .mobile-menu-toggle {
    display: none;
  }
}
header .header__container .header__container__right .mobile-menu-toggle span {
  display: block;
  width: 50%;
  height: 2px;
  background: #000;
  transition: all 0.2s ease;
  will-change: transform;
}
header .header__container .header__container__right .mobile-menu-toggle span:not(:last-child) {
  margin-bottom: 4px;
}
header .header__container .header__container__right .mobile-menu-toggle.active {
  border-color: #df0a1e;
}
header .header__container .header__container__right .mobile-menu-toggle.active span:first-child {
  transform: rotate(45deg) translate(5px, 4px);
}
header .header__container .header__container__right .mobile-menu-toggle.active span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
header .header__container .header__container__right .mobile-menu-toggle.active span:last-child {
  transform: rotate(-45deg) translate(4px, -4px);
}
header .header__container .header__container__left {
  display: flex;
  align-items: center;
}
header .header__container .header__container__left .header__logo {
  display: block;
  padding: 28.5px 0;
}
@media (max-width: 1025px) {
  header .header__container .header__container__left .header__logo {
    padding: 20px 0;
  }
  header .header__container .header__container__left .header__logo img {
    height: 27px;
  }
}
header .header__container .header__container__left #header__nav {
  margin-left: 40px;
}
@media (max-width: 1540px) {
  header .header__container .header__container__left #header__nav {
    margin-left: 70px;
  }
}
@media (max-width: 1170px) {
  header .header__container .header__container__left #header__nav {
    margin-left: 50px;
  }
}
@media (max-width: 1100px) {
  header .header__container .header__container__left #header__nav {
    margin-left: 35px;
  }
}
@media (max-width: 1080px) {
  header .header__container .header__container__left #header__nav {
    margin-left: 25px;
  }
}
@media (max-width: 1024px) {
  header .header__container .header__container__left #header__nav {
    display: none;
  }
}
header .header__container .header__container__left #header__nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
header .header__container .header__container__left #header__nav ul li {
  position: relative;
}
header .header__container .header__container__left #header__nav ul li.current_page_item a {
  color: #df0a1e;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children a, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor a {
  padding-right: 22px;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children a:after, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transition: all 0.2s ease;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children ul, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor ul {
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: -10px;
  bottom: 20px;
  transform: translateY(100%);
  min-width: 250px;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  padding: 20px 10px 10px 10px;
  padding-top: 0;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children ul li:after, header .header__container .header__container__left #header__nav ul li.menu-item-has-children ul li:before, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor ul li:after, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor ul li:before {
  display: none;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children ul li.current-menu-item a:before, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor ul li.current-menu-item a:before {
  border-left-color: #df0a1e;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children ul li a, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor ul li a {
  padding: 10px 0 10px 15px;
  position: relative;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children ul li a:before, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor ul li a:before {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(-45deg);
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 2px;
  top: 49%;
  left: 0;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0);
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children ul li a:after, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor ul li a:after {
  display: none;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children ul li a:hover::before, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor ul li a:hover::before {
  border-color: #df0a1e;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children:hover a:after, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor:hover a:after {
  border-color: #df0a1e;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children:hover > a, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor:hover > a {
  color: #df0a1e;
}
header .header__container .header__container__left #header__nav ul li.menu-item-has-children:hover ul, header .header__container .header__container__left #header__nav ul li .current-menu-ancestor:hover ul {
  visibility: visible;
  opacity: 1;
}
header .header__container .header__container__left #header__nav ul li.current-menu-item a, header .header__container .header__container__left #header__nav ul li.current-menu-ancestor a {
  position: relative;
}
header .header__container .header__container__left #header__nav ul li.current-menu-item a:after, header .header__container .header__container__left #header__nav ul li.current-menu-ancestor a:after {
  border-color: #df0a1e;
}
header .header__container .header__container__left #header__nav ul li.current-menu-ancestor:after {
  right: -40px;
}
header .header__container .header__container__left #header__nav ul li.current-menu-ancestor:before {
  right: -15px;
}
header .header__container .header__container__left #header__nav ul li.current-menu-parent > a {
  color: #df0a1e;
}
header .header__container .header__container__left #header__nav ul li.current-menu-parent:after {
  border-top-color: #df0a1e;
}
header .header__container .header__container__left #header__nav ul li.current-menu-parent .current-menu-item a {
  color: #df0a1e;
}
header .header__container .header__container__left #header__nav ul li:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1441px) {
  header .header__container .header__container__left #header__nav ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1250px) {
  header .header__container .header__container__left #header__nav ul li:not(:last-child) {
    margin-right: 25px;
  }
}
@media (max-width: 1170px) {
  header .header__container .header__container__left #header__nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 1080px) {
  header .header__container .header__container__left #header__nav ul li:not(:last-child) {
    margin-right: 15px;
  }
}
header .header__container .header__container__left #header__nav ul li a {
  display: inline-flex;
  padding: 35px 0;
  font-size: 1em;
  color: #000000;
  font-weight: 500;
  transition: all 0.2s ease;
}
header .header__container .header__container__left #header__nav ul li a:first-letter {
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  header .header__container .header__container__left #header__nav ul li a:hover {
    color: #df0a1e;
  }
  header .header__container .header__container__left #header__nav ul li a:hover:after {
    border-color: #df0a1e;
  }
}

footer {
  background: #fff;
}
footer .footer__cta {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media (max-width: 1025px) {
  footer .footer__cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 568px) {
  footer .footer__cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .footer__cta .grid {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wra;
}
@media (max-width: 1025px) {
  footer .footer__cta .grid {
    justify-content: space-between;
  }
}
@media (max-width: 568px) {
  footer .footer__cta .grid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .footer__cta .grid .footer-cta-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  text-align: center;
}
footer .footer__cta .grid .footer-cta-text p {
  margin: 6px 0 55px;
}
@media (max-width: 568px) {
  footer .footer__cta .grid .footer-cta-text p {
    margin: 20px 0 30px;
  }
}
@media (max-width: 1025px) {
  footer .footer__cta .grid .btn {
    text-align: center;
  }
}
@media (max-width: 568px) {
  footer .footer__cta .grid .btn {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
footer .footer__cta .grid .footer-cta-button > :nth-child(n+2) {
  margin-left: 14px;
}
@media (max-width: 568px) {
  footer .footer__cta .grid .footer-cta-button {
    width: 100%;
  }
  footer .footer__cta .grid .footer-cta-button > :nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
footer .footer-main .grid {
  padding-top: 80px;
  padding-bottom: 74px;
  border-top: 2px solid #ececec;
}
@media (max-width: 568px) {
  footer .footer-main .grid {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
footer .footer__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 568px) {
  footer .footer__columns {
    border-top: 2px solid #ececec;
    padding-top: 40px;
  }
}
footer .footer__menu__column {
  position: relative;
  width: 18%;
}
@media (max-width: 1025px) {
  footer .footer__menu__column {
    width: calc((100% / 5) - 10px);
  }
}
@media (max-width: 769px) {
  footer .footer__menu__column {
    width: calc(50% - 10px);
  }
}
@media (max-width: 450px) {
  footer .footer__menu__column {
    width: 100%;
  }
}
footer .footer__menu__column small {
  color: #000;
}
footer .footer__menu__column small.upper {
  padding: 0 0 26px;
  color: #000;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}
@media (max-width: 568px) {
  footer .footer__menu__column small.upper {
    padding-bottom: 0;
    margin-top: 34px;
  }
}
@media (max-width: 450px) {
  footer .footer__menu__column:last-child {
    margin-bottom: 30px;
  }
}
footer .footer__menu__column .footer__menu__column__title {
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  footer .footer__menu__column .footer__menu__column__title:hover small.white {
    color: #fcba04;
  }
}
footer .footer__menu__column ul {
  margin: 0px 0 15px 0;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 568px) {
  footer .footer__menu__column ul {
    margin: 20px 0 0 0;
  }
}
footer .footer__menu__column ul li a, footer .footer__menu__column ul li p {
  color: #000;
  transition: all 0.2s ease;
  display: block;
  padding: 8px 0;
}
@media (min-width: 1025px) {
  footer .footer__menu__column ul li a:hover {
    color: #df0a1e;
  }
}
footer .footer__menu__column.footer__menu__column--requisites {
  width: 28%;
}
@media (max-width: 568px) {
  footer .footer__menu__column.footer__menu__column--requisites {
    width: 100%;
  }
}
footer .footer__menu__column.footer__menu__column--requisites:before, footer .footer__menu__column.footer__menu__column--requisites:after {
  display: none;
}
footer .footer__menu__column.footer__menu__column--requisites .img-box img, footer .footer__menu__column.footer__menu__column--requisites .footer__middle .grid .row a img, footer .footer__middle .grid .row .footer__menu__column.footer__menu__column--requisites a img, footer .footer__menu__column.footer__menu__column--requisites .clients .client img, .clients footer .footer__menu__column.footer__menu__column--requisites .client img, footer .footer__menu__column.footer__menu__column--requisites #certificates .certificate img, #certificates footer .footer__menu__column.footer__menu__column--requisites .certificate img {
  max-height: 50px;
}
footer .footer__menu__column.footer__menu__column--requisites ul {
  margin: 30px 0 0 0;
}
@media (max-width: 568px) {
  footer .footer__menu__column.footer__menu__column--requisites ul {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 450px) {
  footer .footer__menu__column.footer__menu__column--requisites ul {
    margin: 10px 0 0 0;
  }
}
footer .footer__menu__column.footer__menu__column--requisites ul li {
  padding: 6px 0;
  color: #000;
}
footer .footer__menu__column.footer__menu__column--requisites ul li b {
  font-weight: 900;
}
footer .footer__menu__column.footer__menu__column--requisites ul li a {
  padding: 0;
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  footer .footer__menu__column.footer__menu__column--requisites ul li a:hover {
    color: #fcba04;
  }
}
@media (max-width: 568px) {
  footer .footer__logos {
    margin-top: 30px;
  }
}
footer .footer__logos .img-box, footer .footer__logos .footer__middle .grid .row a, footer .footer__middle .grid .row .footer__logos a, footer .footer__logos .clients .client, .clients footer .footer__logos .client, footer .footer__logos #certificates .certificate, #certificates footer .footer__logos .certificate {
  padding-bottom: 20px;
}
footer .footer__middle {
  padding-bottom: 20px;
}
@media (max-width: 568px) {
  footer .footer__middle {
    padding-top: 20px;
  }
}
@media (max-width: 450px) {
  footer .footer__middle {
    padding-top: 0;
  }
}
footer .footer__middle .grid .row {
  justify-content: space-between;
  align-items: center;
}
footer .footer__middle .grid .row .footer__middle__logos, footer .footer__middle .grid .row .footer__middle__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer__middle .grid .row .footer__middle__logos a {
  width: 25%;
  padding: 0 5px;
}
@media (max-width: 568px) {
  footer .footer__middle .grid .row .footer__middle__logos {
    margin-bottom: 25px;
  }
}
footer .footer__middle__social {
  margin-top: 25px;
}
@media (max-width: 568px) {
  footer .footer__middle__social {
    margin-top: 20px;
  }
}
footer .footer__middle__social a, footer .footer__middle__social svg {
  max-width: 24px;
  max-height: 24px;
}
footer .footer__middle__social a:first-child {
  margin-right: 10px;
}
footer .footer__middle__social a svg path {
  transition: all 0.2s ease;
  fill: #a9acba;
}
@media (hover: hover) {
  footer .footer__middle__social a:hover svg path {
    fill: #000;
  }
}
footer .footer__copyright {
  background: #f8f8f8;
  padding: 25px;
}
@media (max-width: 568px) {
  footer .footer__copyright {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
footer .footer__copyright .grid {
  padding: 0;
}
footer .footer__copyright p {
  color: #000;
  font-size: 1em;
}
@media (max-width: 568px) {
  footer .footer__copyright p {
    font-size: 0.85em;
  }
}
footer .footer__copyright .footer__copyright__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 568px) {
  footer .footer__copyright .footer__copyright__container {
    flex-direction: column-reverse;
    text-align: center;
  }
}
footer .footer__copyright .footer__copyright__container .footer__middle__logos a img {
  max-height: 50px;
  filter: grayscale(1);
}
footer .footer__copyright .footer__copyright__container .footer__copyright__developer {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media (max-width: 1025px) {
  footer .footer__copyright .footer__copyright__container .footer__copyright__developer {
    margin-top: 15px;
  }
}
@media (max-width: 568px) {
  footer .footer__copyright .footer__copyright__container .footer__copyright__developer {
    margin-top: 5px;
  }
}
footer .footer__copyright .footer__copyright__container .footer__copyright__developer .footer__copyright__developer__logo {
  display: block;
  margin: 0 0 10px 10px;
}

main section {
  padding-top: 100px;
}
@media (max-width: 1025px) {
  main section {
    padding-top: 60px;
  }
}
@media (max-width: 568px) {
  main section {
    padding-top: 40px;
  }
}
main section#news {
  padding-top: 60px;
}
@media (max-width: 568px) {
  main section#news {
    padding-top: 40px;
  }
}
main section#pagination {
  padding-top: 0;
  padding-bottom: 0;
}
main section#order-form {
  padding-top: 0;
}
main section#services, main section#services-metal {
  padding-top: 80px;
  padding-bottom: 0;
}
@media (max-width: 568px) {
  main section#services, main section#services-metal {
    padding-top: 40px;
  }
}
main section#products-services {
  padding-bottom: 0;
}
@media (max-width: 568px) {
  main section#products-services {
    padding-top: 30px;
  }
}
main section#blocks-numeric {
  padding-top: 0;
}
@media (max-width: 1025px) {
  main section#blocks-numeric {
    padding-top: 0;
  }
}

.page-template-template-data-center section#tabs {
  margin-bottom: 20px;
}

section.normal-pad {
  padding: 80px 0;
}
@media (max-width: 1281px) {
  section.normal-pad {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 1025px) {
  section.normal-pad {
    padding: 60px 0;
  }
}
@media (max-width: 769px) {
  section.normal-pad {
    padding: 40px 0;
  }
}
section.flat {
  padding: 0;
}
section.flat-bot {
  padding: 80px 0 0 0;
}
@media (max-width: 1281px) {
  section.flat-bot {
    padding: 70px 0 0 0;
  }
}
@media (max-width: 1025px) {
  section.flat-bot {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 769px) {
  section.flat-bot {
    padding: 40px 0 0 0;
  }
}
section.flat-top {
  padding: 0 0 80px 0;
}
@media (max-width: 1281px) {
  section.flat-top {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 1025px) {
  section.flat-top {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 769px) {
  section.flat-top {
    padding: 0 0 40px 0;
  }
}
section.half-pad {
  padding: 40px 0;
}
section.section--blue {
  background-color: #f5f7fa;
  background-image: url("../img/abstract.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
}
@media (max-width: 1281px) {
  section.section--blue {
    padding: 70px 0;
  }
}
@media (max-width: 1025px) {
  section.section--blue {
    padding: 60px 0;
  }
}
@media (max-width: 769px) {
  section.section--blue {
    padding: 40px 0;
  }
}
section .section__title {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 62px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1025px) {
  section .section__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  section .section__title {
    margin-bottom: 30px;
  }
}
section .section__title h3 {
  margin: 0 0 6px;
}
@media (max-width: 568px) {
  section .section__title h3 {
    margin-bottom: 20px;
    line-height: normal;
  }
}
section .section__title p {
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 1.15em;
  line-height: 1.88;
  margin-bottom: 28px;
}
@media (max-width: 568px) {
  section .section__title p {
    font-size: 1em;
    line-height: 1.71;
  }
}
section .section__title .section__title--news__post-info {
  display: flex;
  align-items: center;
}
section .section__title .section__title--news__post-info a {
  margin-left: 10px;
  display: block;
}
section.bg-grey {
  background-color: #f8f8f8;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1025px) {
  section.bg-grey {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 568px) {
  section.bg-grey {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-template-template-simple section:nth-child(3) {
  padding-top: 80px;
}

@media (max-width: 568px) {
  #testimonials-clients {
    padding-bottom: 20px;
  }
}
#testimonials-clients .row {
  position: relative;
}
#testimonials-clients .col-no-pads {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 568px) {
  #testimonials-clients .col-no-pads {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1025px) {
  #testimonials-clients section .section__title {
    margin-bottom: 0;
  }
}

.page-template-template-services, .page-template-template-custom-dedicated-servers {
  background-color: #f5f7fa;
  background-image: url("../img/abstract.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media (max-width: 1281px) {
  .page-template-template-services, .page-template-template-custom-dedicated-servers {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
@media (max-width: 1025px) {
  .page-template-template-services, .page-template-template-custom-dedicated-servers {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 1025px) {
  .page-template-template-services, .page-template-template-custom-dedicated-servers {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.page-template-template-services .bg-slide h3, .page-template-template-services .bg-slide a, .page-template-template-services .bg-slide p, .page-template-template-services .bg-slide span, .page-template-template-custom-dedicated-servers .bg-slide h3, .page-template-template-custom-dedicated-servers .bg-slide a, .page-template-template-custom-dedicated-servers .bg-slide p, .page-template-template-custom-dedicated-servers .bg-slide span {
  z-index: 2;
}
.page-template-template-services .bg-slide h3, .page-template-template-services .bg-slide p, .page-template-template-custom-dedicated-servers .bg-slide h3, .page-template-template-custom-dedicated-servers .bg-slide p {
  position: relative;
}
.page-template-template-services .bg-slide:after, .page-template-template-custom-dedicated-servers .bg-slide:after {
  background: #fff !important;
  z-index: 1;
}

.page-template-default:not(.home) main {
  padding: 140px 0 0 0;
}

.page-template-template-cloud-servers-hb main {
  padding: 0;
}
.page-template-template-cloud-servers-hb #configurator {
  margin: 0 0 50px;
}
@media (max-width: 1025px) {
  .page-template-template-cloud-servers-hb #configurator {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .page-template-template-cloud-servers-hb #configurator {
    margin-top: 40px;
  }
}

.page-template-template-custom-services #tabs {
  padding: 80px 0;
}
.page-template-template-custom-services #products-services {
  margin-bottom: 0;
}

#content-blocks-with-full-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
#content-blocks-with-full-image .container-special-cover {
  background: #fff;
  position: absolute;
  top: -65px;
  height: calc(100% + 130px);
  width: 100%;
}
#content-blocks-with-full-image .container-special-cover.right {
  right: calc(-100% + 16px);
}
@media (max-width: 1025px) {
  #content-blocks-with-full-image .container-special-cover.right {
    right: -100%;
  }
}
#content-blocks-with-full-image .section-info {
  margin-top: 80px;
}
@media (max-width: 1025px) {
  #content-blocks-with-full-image .section-info {
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  #content-blocks-with-full-image .section-info {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#content-blocks-with-full-image .section-info p {
  margin: 16px 0 40px;
}
#content-blocks-with-full-image .full-image {
  width: 100%;
  height: 100%;
  position: absolute;
}
#content-blocks-with-full-image .full-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#content-blocks-with-full-image .full-image-info-wrapper {
  width: 100%;
  height: 100%;
  padding: 65px 0;
}
@media (max-width: 1025px) {
  #content-blocks-with-full-image .full-image-info-wrapper {
    padding-bottom: 0;
  }
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container {
  position: relative;
  height: 100%;
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .btn {
  min-width: 190px;
  text-align: center;
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info {
  background: #fff;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  padding: 50px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 1025px) {
  #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 568px) {
  #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 20px;
    grid-template-columns: 100%;
  }
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block h4 {
  padding: 20px 0;
}
@media (max-width: 568px) {
  #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block h4 {
    padding: 20px 0 10px;
  }
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block p {
  max-width: 284px;
}
@media (max-width: 568px) {
  #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block p {
    max-width: 100%;
  }
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(odd) {
  padding-right: 50px;
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(even) {
  padding-left: 50px;
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(1), #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(2) {
  padding-bottom: 50px;
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(3) .icon, #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(4) .icon {
  padding-top: 50px;
}
@media (max-width: 568px) {
  #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(3) .icon, #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(4) .icon {
    padding: 0;
  }
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(1) {
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(2) {
  border-bottom: 1px solid #ececec;
}
#content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:nth-child(3) {
  border-right: 1px solid #ececec;
}
@media (max-width: 568px) {
  #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block {
    border: 0 !important;
    border-bottom: 1px solid #ececec !important;
    padding: 20px 0 !important;
  }
  #content-blocks-with-full-image .full-image-info-wrapper .full-image-info-wrapper-container .full-image-info .full-image-info-block:last-child {
    border-bottom: 0 !important;
  }
}

#intro {
  max-width: 2100px;
  position: relative;
  margin: 0 auto;
}
#intro.intro--index {
  background: #fff;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
#intro.intro--index:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62%;
  background: #fff;
  z-index: 0;
}
@media (max-width: 1025px) {
  #intro.intro--index {
    margin-top: 61px;
    height: auto;
  }
}
#intro.intro--index .grid {
  position: relative;
  z-index: 1;
}
#intro.intro--index .grid.grid--z {
  z-index: 2;
}
#intro.intro--index .intro__text {
  margin-top: 180px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 1025px) {
  #intro.intro--index .intro__text {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  #intro.intro--index .intro__text {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  #intro.intro--index .intro__text {
    margin-top: 20px;
  }
}
@media (max-width: 1025px) {
  #intro.intro--index .intro__text h1 {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 769px) {
  #intro.intro--index .intro__text h1 {
    max-width: 85%;
  }
}
@media (max-width: 568px) {
  #intro.intro--index .intro__text h1 {
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 640px) {
  #intro.intro--index .intro__text h1 {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
#intro.intro--index .intro__btn__wrapper {
  text-align: center;
}
#intro.intro--index .intro__btn__wrapper > :nth-child(n+2) {
  margin-left: 14px;
}
@media (max-width: 568px) {
  #intro.intro--index .intro__btn__wrapper > :nth-child(n+2) {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  #intro.intro--index .intro__btn__wrapper > :nth-child(n+1) {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#intro.intro--index .intro__text__par {
  max-width: 582px;
  margin-left: auto;
  margin-right: auto;
  margin: 18px auto 46px;
  text-align: center;
}
@media (max-width: 1025px) {
  #intro.intro--index .intro__text__par {
    margin: 18px auto 26px;
  }
}
@media (max-width: 769px) {
  #intro.intro--index .intro__text__par {
    margin: 18px auto 30px;
  }
}
#intro.intro--index .intro__bg {
  height: 560px;
  position: relative;
  margin-top: 140px;
  z-index: 1;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@supports (-ms-ime-align: auto) {
  #intro.intro--index .intro__bg {
    transform: skewX(-25deg);
    overflow: hidden;
    right: -20%;
    width: 63%;
  }
}
@media (max-width: 1025px) {
  #intro.intro--index .intro__bg {
    margin-top: 40px;
  }
}
@media (max-width: 769px) {
  #intro.intro--index .intro__bg {
    height: 400px;
  }
}
@media (max-width: 568px) {
  #intro.intro--index .intro__bg {
    height: 370px;
  }
}
#intro.intro--index .intro__bg.intro__bg__img__index img {
  height: 560px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 769px) {
  #intro.intro--index .intro__bg.intro__bg__img__index img {
    height: 400px;
  }
}
@media (max-width: 568px) {
  #intro.intro--index .intro__bg.intro__bg__img__index img {
    height: 370px;
  }
}
#intro.intro--index .intro__bg .intro__bg__img {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@supports (-ms-ime-align: auto) {
  #intro.intro--index .intro__bg .intro__bg__img {
    transform: skewX(25deg);
    left: -20%;
  }
}
#intro.intro--index .intro__footnote {
  margin-top: 45px;
}
@media (max-width: 1025px) {
  #intro.intro--index .intro__footnote {
    text-align: center;
    margin-top: 20px;
  }
}
#intro.intro--index .intro__footnote p {
  font-size: 0.715em;
  color: #a9acba;
}
#intro.intro--index .slider__arrows {
  min-height: 100px;
}
@media (max-width: 1281px) {
  #intro.intro--index .slider__arrows {
    padding: 0 0 20px 0;
    min-height: 60px;
  }
}
#intro.intro--inner {
  margin-top: 92px;
  min-height: 508px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1025px) {
  #intro.intro--inner {
    margin-top: 61px;
    min-height: auto;
    align-items: flex-start;
  }
}
#intro.intro--inner.intro--inner-news {
  min-height: auto;
  padding-top: 100px;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  #intro.intro--inner.intro--inner-news {
    padding-top: 60px;
  }
}
@media (max-width: 568px) {
  #intro.intro--inner.intro--inner-news {
    padding-top: 40px;
  }
}
@media (max-width: 568px) and (max-width: 769px) {
  #intro.intro--inner.intro--inner-news .intro--inner__text {
    text-align: left;
  }
}
#intro.intro--inner .section-text {
  max-width: 390px;
}
#intro.intro--inner .section-text button {
  margin: 42px 0 0;
}
@media (max-width: 568px) {
  #intro.intro--inner .section-text button {
    margin-top: 20px;
  }
}
#intro.intro--inner .section-text.with-stretched-image {
  max-width: 425px;
  height: 508px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#intro.intro--inner .section-text.with-stretched-image h2 {
  margin: 0;
}
@media (max-width: 1025px) {
  #intro.intro--inner .section-text.with-stretched-image {
    max-width: 100%;
    text-align: center;
    height: auto;
    padding-top: 200px;
    align-items: center;
  }
}
@media (max-width: 568px) {
  #intro.intro--inner .section-text.with-stretched-image {
    padding-top: 190px;
  }
}
#intro.intro--inner h2 {
  margin: 108px 0 0;
}
#intro.intro--inner p {
  margin: 20px 0 0;
}
#intro.intro--inner .intro--inner__bg {
  position: relative;
  width: 100%;
  height: 508px;
  left: 0;
  top: 0;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0% 50%);
  z-index: -1;
}
#intro.intro--inner .intro--inner__bg.stretched {
  position: absolute;
  top: 0;
  right: 0;
  left: initial;
  width: 50%;
}
@media (max-width: 769px) {
  #intro.intro--inner .intro--inner__bg.stretched {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 1024px) {
  #intro.intro--inner .intro--inner__bg.stretched {
    left: 0;
    width: 100%;
    height: 170px;
    clip-path: polygon(0% 0%, 115% 0%, 95% 100%, -15% 100%, 5% 0%);
  }
}
@media (max-width: 568px) {
  #intro.intro--inner .intro--inner__bg.stretched {
    left: -20px;
    width: calc(100% + 40px);
    clip-path: polygon(0% 0%, 130% 0%, 90% 100%, -30% 100%, 10% 0%);
  }
}
@supports (-ms-ime-align: auto) {
  #intro.intro--inner .intro--inner__bg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: #fff;
    left: -10%;
    top: 0;
    transform: skew(40deg);
  }
}
@media (max-width: 769px) {
  #intro.intro--inner .intro--inner__bg {
    height: 60%;
    clip-path: none;
  }
}
@media (max-width: 568px) {
  #intro.intro--inner .intro--inner__bg {
    height: 200px;
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  #intro.intro--inner .intro--inner__bg {
    height: 170px;
    margin-bottom: 20px;
  }
}
#intro.intro--inner .intro--inner__bg__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 568px) {
  #intro.intro--inner .intro--inner__bg__img {
    background-position: top right;
  }
}
#intro.intro--inner .grid {
  width: 100%;
}
#intro.intro--inner .intro--inner__text {
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  #intro.intro--inner .intro--inner__text {
    text-align: center;
  }
}
#intro.intro--inner .intro--inner__text h3 {
  margin-top: 25px;
}
@media (max-width: 769px) {
  #intro.intro--inner .intro--inner__text h3 {
    margin-top: 10px;
  }
}
#intro.intro--inner .intro--inner__post-info {
  margin-top: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
#intro.intro--inner .intro--inner__post-info .intro--inner__post-info__cat {
  display: block;
  margin-left: 10px;
  text-transform: uppercase;
  color: #df0a1e;
  font-family: "Poppins", sans-serif;
  font-size: 1.15em;
}
#intro.intro--inner.intro--inner--empty {
  background-image: url("../img/abstract.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
#intro.intro--inner.intro--inner--empty:after {
  display: none;
}
#intro.intro--inner.intro--inner--empty h3, #intro.intro--inner.intro--inner--empty h1 {
  color: #000000;
}

#why {
  margin-bottom: 100px;
}
#why .why__img__mob {
  max-height: 350px;
}
@media (max-width: 1025px) {
  #why .why__advantages {
    background: #f5f7fa;
    padding: 20px 10px 10px 10px;
  }
}
#why .why__advantages small {
  margin-bottom: 10px;
}
#why .why__advantages ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 17px;
}
#why .why__advantages ul li {
  position: relative;
  line-height: 1.57em;
}
#why .why__advantages ul li:not(:last-child) {
  margin-bottom: 20px;
}
#why .why__advantages ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 4px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #df0a1e;
}
#why .why__block:not(:last-child) {
  margin-bottom: 75px;
}
@media (max-width: 1281px) {
  #why .why__block:not(:last-child) {
    margin-bottom: 55px;
  }
}

@media (max-width: 1441px) {
  #info-block-cta .card {
    padding: 10px;
  }
}
#info-block-cta .card h3 {
  font-size: 2em;
  margin-bottom: 10px;
}
@media (max-width: 1281px) {
  #info-block-cta .card h3 {
    font-size: 1.8em;
  }
}
#info-block-cta .card .btn {
  color: #000000;
}
@media (max-width: 1441px) {
  #info-block-cta .card .btn {
    left: 10px;
    bottom: 10px;
  }
}

@media (min-width: 769px) {
  #services .grid,
#services-metal .grid {
    padding-left: 0;
    padding-right: 0;
  }
}
#services .col-servers,
#services-metal .col-servers {
  margin-bottom: 40px;
}
@media (max-width: 568px) {
  #services .col-servers,
#services-metal .col-servers {
    margin-bottom: 20px;
  }
}
#services .services__more,
#services-metal .services__more {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 568px) {
  #services .services__more,
#services-metal .services__more {
    margin-bottom: 15px;
  }
}
#services .service--bms-header,
#services-metal .service--bms-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  #services .service--bms-header,
#services-metal .service--bms-header {
    margin-bottom: 15px;
  }
}
#services .service--bms-header .tag--discount,
#services-metal .service--bms-header .tag--discount {
  text-transform: uppercase;
  font-size: 0.78em;
  color: #7c7c7c;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #e4e4e4;
  margin-left: 12px;
}
#services .services__explanation,
#services-metal .services__explanation {
  background: #f5f7fa;
  height: 100%;
  padding: 25px 40px;
}
@media (max-width: 1441px) {
  #services .services__explanation,
#services-metal .services__explanation {
    padding: 25px 30px;
  }
}
@media (max-width: 1281px) {
  #services .services__explanation,
#services-metal .services__explanation {
    padding: 25px 20px;
  }
}
#services .services__explanation small,
#services-metal .services__explanation small {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 30px;
  max-width: 100px;
}
#services .services__explanation ol,
#services-metal .services__explanation ol {
  padding-left: 17px;
}
#services .services__explanation ol li,
#services-metal .services__explanation ol li {
  font-weight: 500;
}
#services .services__explanation ol li:not(:last-child),
#services-metal .services__explanation ol li:not(:last-child) {
  margin-bottom: 5px;
}
#services .service,
#services-metal .service {
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  display: block;
}
#services .service .service__cta,
#services-metal .service .service__cta {
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  #services .service .service__cta,
#services-metal .service .service__cta {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    flex-direction: column-reverse;
  }
}
#services .service.service--bms,
#services-metal .service.service--bms {
  padding: 24px 14px;
  border-radius: 4px;
  border: solid 2px #e5e5e5;
  display: flex;
  height: calc(100% - 47px);
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 1441px) {
  #services .service.service--bms,
#services-metal .service.service--bms {
    padding: 20px;
  }
}
@media (max-width: 568px) {
  #services .service.service--bms,
#services-metal .service.service--bms {
    margin-top: 15px;
    margin-bottom: 0;
    height: calc(100% - 35px);
  }
}
@media (max-width: 350px) {
  #services .service.service--bms,
#services-metal .service.service--bms {
    padding: 0;
  }
}
#services .service.service--bms h3,
#services-metal .service.service--bms h3 {
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  #services .service.service--bms h3,
#services-metal .service.service--bms h3 {
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    font-size: 2em;
  }
}
#services .service.service--bms .service__info__content,
#services-metal .service.service--bms .service__info__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#services .service.service--bms .service__info__content .service__info__content__pair,
#services-metal .service.service--bms .service__info__content .service__info__content__pair {
  width: 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 31px;
}
@media (max-width: 568px) {
  #services .service.service--bms .service__info__content .service__info__content__pair,
#services-metal .service.service--bms .service__info__content .service__info__content__pair {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
#services .service.service--bms .service__info__content .service__info__content__pair .service__info__content__pair__option,
#services-metal .service.service--bms .service__info__content .service__info__content__pair .service__info__content__pair__option {
  color: #000;
  font-size: 0.85em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  #services .service.service--bms .service__info__content .service__info__content__pair .service__info__content__pair__option,
#services-metal .service.service--bms .service__info__content .service__info__content__pair .service__info__content__pair__option {
    margin-bottom: 0;
  }
}
#services .service.service--bms .service__info__content .service__info__content__pair .service__info__content__pair__value,
#services-metal .service.service--bms .service__info__content .service__info__content__pair .service__info__content__pair__value {
  font-size: 1em;
  line-height: 1.43;
  color: #000000;
  margin-top: 0;
}
@media (max-width: 568px) {
  #services .service.service--bms .service__info__content .service__info__content__pair .service__info__content__pair__value br,
#services-metal .service.service--bms .service__info__content .service__info__content__pair .service__info__content__pair__value br {
    display: none;
  }
}
#services .service.service--bms .service__cta,
#services-metal .service.service--bms .service__cta {
  margin-top: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0 10px;
  margin-top: auto;
}
@media (max-width: 1025px) {
  #services .service.service--bms .service__cta,
#services-metal .service.service--bms .service__cta {
    padding: 20px 0 0 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#services .service.service--bms .service__cta .service__cta__container,
#services-metal .service.service--bms .service__cta .service__cta__container {
  width: 50%;
}
@media (max-width: 1025px) {
  #services .service.service--bms .service__cta .service__cta__container,
#services-metal .service.service--bms .service__cta .service__cta__container {
    width: 100%;
  }
}
#services .service.service--bms .service__cta .price,
#services-metal .service.service--bms .service__cta .price {
  padding: 0 10px;
  width: 50%;
}
@media (max-width: 1025px) {
  #services .service.service--bms .service__cta .price,
#services-metal .service.service--bms .service__cta .price {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 568px) {
  #services .service.service--bms .service__cta .price,
#services-metal .service.service--bms .service__cta .price {
    justify-content: flex-start;
  }
}
#services .service.service--bms .service__cta .price p:before,
#services-metal .service.service--bms .service__cta .price p:before {
  content: " €";
}
#services .service.service--bms .service__cta .price .price__from,
#services-metal .service.service--bms .service__cta .price .price__from {
  font-size: 18px;
  margin-top: 8px;
  margin-right: 7px;
}
#services .service.service--bms .service__cta .price .price-discounted-box,
#services-metal .service.service--bms .service__cta .price .price-discounted-box {
  display: flex;
  flex-direction: row;
  order: 3;
}
#services .service.service--bms .service__cta .price .price__discounted,
#services-metal .service.service--bms .service__cta .price .price__discounted {
  display: none;
}
#services .service.service--bms .service__cta .price.price--discounted,
#services-metal .service.service--bms .service__cta .price.price--discounted {
  display: flex;
  align-items: center;
}
@media (max-width: 1350px) {
  #services .service.service--bms .service__cta .price.price--discounted,
#services-metal .service.service--bms .service__cta .price.price--discounted {
    justify-content: center;
  }
}
@media (max-width: 568px) {
  #services .service.service--bms .service__cta .price.price--discounted,
#services-metal .service.service--bms .service__cta .price.price--discounted {
    justify-content: flex-start;
  }
}
#services .service.service--bms .service__cta .price.price--discounted p:not(.price__discounted),
#services-metal .service.service--bms .service__cta .price.price--discounted p:not(.price__discounted) {
  font-size: 1.42em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  order: 2;
  color: #a9acba;
  position: relative;
}
@media (max-width: 568px) {
  #services .service.service--bms .service__cta .price.price--discounted p:not(.price__discounted),
#services-metal .service.service--bms .service__cta .price.price--discounted p:not(.price__discounted) {
    font-size: 1.28em;
  }
}
#services .service.service--bms .service__cta .price.price--discounted p:not(.price__discounted):after,
#services-metal .service.service--bms .service__cta .price.price--discounted p:not(.price__discounted):after {
  border-bottom: 2px solid #a9acba;
  content: "";
  left: -2px;
  margin-top: calc(2px / 2 * -1);
  position: absolute;
  right: -2px;
  top: 50%;
}
#services .service.service--bms .service__cta .price.price--discounted .price__discounted,
#services-metal .service.service--bms .service__cta .price.price--discounted .price__discounted {
  text-decoration: none;
  display: block;
  top: -100%;
  margin-left: 5px;
  font-weight: 800;
  margin-left: 12px;
}
@media (max-width: 568px) {
  #services .service.service--bms .service__cta .price.price--discounted .price__discounted,
#services-metal .service.service--bms .service__cta .price.price--discounted .price__discounted {
    font-size: 1.71em;
  }
}
#services .service.service--bms .service__cta .price.price--discounted .price__freq,
#services-metal .service.service--bms .service__cta .price.price--discounted .price__freq {
  order: 4;
  margin-top: 13px;
  margin-left: 6px;
}
@media (max-width: 568px) {
  #services .service.service--bms .service__cta .price.price--discounted .price__freq,
#services-metal .service.service--bms .service__cta .price.price--discounted .price__freq {
    margin-top: 9px;
    margin-left: 0;
  }
}
@media (max-width: 1281px) {
  #services .service.service--bms .service__cta .price,
#services-metal .service.service--bms .service__cta .price {
    margin-bottom: 10px;
  }
}
#services .service.service--bms .btn,
#services-metal .service.service--bms .btn {
  margin-right: 20px;
  width: calc(100% - 20px);
  text-align: center;
}
@media (max-width: 1025px) {
  #services .service.service--bms .btn,
#services-metal .service.service--bms .btn {
    width: 100%;
    margin-right: 0;
  }
}
#services .service.service--bms .service__icon,
#services-metal .service.service--bms .service__icon {
  width: 75px;
  height: 75px;
  opacity: 0.3;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.2s ease;
}
@media (min-width: 1025px) {
  #services .service.service--bms:hover,
#services-metal .service.service--bms:hover {
    border-color: #df0a1e;
  }
  #services .service.service--bms:hover .btn,
#services-metal .service.service--bms:hover .btn {
    background: #df0a1e;
    color: #fff;
  }
  #services .service.service--bms:hover .service__icon,
#services-metal .service.service--bms:hover .service__icon {
    opacity: 1;
  }
}
#services .service.service--bms.service--bms--disabled,
#services-metal .service.service--bms.service--bms--disabled {
  pointer-events: none;
  cursor: not-allowed;
}
#services .service.service--bms.service--bms--custom,
#services-metal .service.service--bms.service--bms--custom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#services .service.service--bms.service--bms--custom p.custom-text,
#services-metal .service.service--bms.service--bms--custom p.custom-text {
  color: #000000;
  padding-right: 40px;
}
@media (max-width: 1025px) {
  #services .service.service--bms.service--bms--custom p.custom-text,
#services-metal .service.service--bms.service--bms--custom p.custom-text {
    margin-bottom: 50px;
  }
}
@media (max-width: 568px) {
  #services .service.service--bms.service--bms--custom p.custom-text,
#services-metal .service.service--bms.service--bms--custom p.custom-text {
    padding-left: 40px;
    text-align: center;
  }
}
#services .service.service--cs,
#services-metal .service.service--cs {
  padding: 20px;
  border: 1px solid #355667;
  margin-bottom: 40px;
}
@media (max-width: 1281px) {
  #services .service.service--cs,
#services-metal .service.service--cs {
    padding: 20px;
  }
}
#services .service.service--cs h3,
#services-metal .service.service--cs h3 {
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  #services .service.service--cs h3,
#services-metal .service.service--cs h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  #services .service.service--cs h3,
#services-metal .service.service--cs h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
  }
}
#services .service.service--cs ul,
#services-metal .service.service--cs ul {
  margin-bottom: 30px;
}
@media (max-width: 1025px) {
  #services .service.service--cs ul,
#services-metal .service.service--cs ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 1281px) {
  #services .service.service--cs .service__cta,
#services-metal .service.service--cs .service__cta {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
@media (max-width: 1281px) {
  #services .service.service--cs .service__cta .price,
#services-metal .service.service--cs .service__cta .price {
    margin-bottom: 10px;
  }
}
#services .service.service--cs .service__cta .price p:after,
#services-metal .service.service--cs .service__cta .price p:after {
  content: " €";
}
#services .service.service--cs .service__cta .btn,
#services-metal .service.service--cs .service__cta .btn {
  margin: 0 40px 0 0;
}
@media (max-width: 1281px) {
  #services .service.service--cs .service__cta .btn,
#services-metal .service.service--cs .service__cta .btn {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  #services .service.service--cs:hover,
#services-metal .service.service--cs:hover {
    border-color: #df0a1e;
  }
  #services .service.service--cs:hover .btn,
#services-metal .service.service--cs:hover .btn {
    background: #df0a1e;
    color: #fff;
  }
}
@media (max-width: 1281px) {
  #services .service.service--cs.service--cs--wide,
#services-metal .service.service--cs.service--cs--wide {
    padding: 40px;
  }
}
@media (min-width: 1281px) {
  #services .service.service--cs.service--cs--wide ul,
#services-metal .service.service--cs.service--cs--wide ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1281px) {
  #services .service.service--cs.service--cs--wide ul li,
#services-metal .service.service--cs.service--cs--wide ul li {
    width: 50%;
  }
}
#services .service.service--cs.service--cs--narrow,
#services-metal .service.service--cs.service--cs--narrow {
  padding: 30px;
}
@media (max-width: 1441px) {
  #services .service.service--cs.service--cs--narrow,
#services-metal .service.service--cs.service--cs--narrow {
    padding: 20px;
  }
}
@media (max-width: 568px) {
  #services .service.service--cs.service--cs--narrow,
#services-metal .service.service--cs.service--cs--narrow {
    padding: 10px;
  }
}
@media (max-width: 1441px) {
  #services .service.service--cs.service--cs--narrow h3,
#services-metal .service.service--cs.service--cs--narrow h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1441px) {
  #services .service.service--cs.service--cs--narrow ul,
#services-metal .service.service--cs.service--cs--narrow ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 1441px) {
  #services .service.service--cs.service--cs--narrow .service__cta,
#services-metal .service.service--cs.service--cs--narrow .service__cta {
    flex-direction: column-reverse;
  }
}
@media (max-width: 568px) {
  #services .service.service--cs.service--cs--narrow .service__cta,
#services-metal .service.service--cs.service--cs--narrow .service__cta {
    flex-direction: row;
    justify-content: flex-start;
  }
}
#services .service.service--cs.service--cs--narrow .service__cta .btn,
#services-metal .service.service--cs.service--cs--narrow .service__cta .btn {
  margin: 0 20px 0 0;
}
@media (max-width: 1441px) {
  #services .service.service--cs.service--cs--narrow .service__cta .btn,
#services-metal .service.service--cs.service--cs--narrow .service__cta .btn {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 568px) {
  #services .service.service--cs.service--cs--narrow .service__cta .btn,
#services-metal .service.service--cs.service--cs--narrow .service__cta .btn {
    margin: 0 20px 0 0;
  }
}
#services .service.service--cds,
#services-metal .service.service--cds {
  padding: 24px 8px;
  border-radius: 4px;
  border: solid 2px #e5e5e5;
  cursor: initial;
}
@media (max-width: 1441px) {
  #services .service.service--cds,
#services-metal .service.service--cds {
    padding: 20px;
  }
}
@media (max-width: 568px) {
  #services .service.service--cds,
#services-metal .service.service--cds {
    padding: 20px;
    margin-bottom: 0;
  }
}
#services .service.service--cds.service--cds--disabled,
#services-metal .service.service--cds.service--cds--disabled {
  pointer-events: none;
  cursor: not-allowed;
}
#services .service.service--cds.service--cds--custom,
#services-metal .service.service--cds.service--cds--custom {
  margin-top: 47px;
  border: 0;
  background-color: #f8f8f8;
  display: flex;
  height: calc(100% - 47px);
}
@media (max-width: 568px) {
  #services .service.service--cds.service--cds--custom,
#services-metal .service.service--cds.service--cds--custom {
    height: 100%;
    margin-top: -15px;
    padding: 40px 20px;
  }
}
#services .service.service--cds.service--cds--custom h4,
#services-metal .service.service--cds.service--cds--custom h4 {
  font-size: 3em;
  margin-bottom: 6px;
}
@media (max-width: 568px) {
  #services .service.service--cds.service--cds--custom h4,
#services-metal .service.service--cds.service--cds--custom h4 {
    font-size: 1.42em;
    margin-bottom: 20px;
  }
}
#services .service.service--cds.service--cds--custom .service__info,
#services-metal .service.service--cds.service--cds--custom .service__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  justify-content: center;
}
#services .service.service--cds.service--cds--custom .service__info .service--cds--custom__text,
#services-metal .service.service--cds.service--cds--custom .service__info .service--cds--custom__text {
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 568px) {
  #services .service.service--cds.service--cds--custom .service__info .service--cds--custom__text,
#services-metal .service.service--cds.service--cds--custom .service__info .service--cds--custom__text {
    padding-left: 0;
    padding-right: 0;
  }
}
#services .service.service--cds.service--cds--custom .service__info .service__info__col,
#services-metal .service.service--cds.service--cds--custom .service__info .service__info__col {
  justify-content: center;
}
#services .service.service--cds.service--cds--custom .service__info .service__info__col .service__pair.service__pair--cta,
#services-metal .service.service--cds.service--cds--custom .service__info .service__info__col .service__pair.service__pair--cta {
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1025px) {
  #services .service.service--cds.service--cds--custom .service__info .service__info__col .service__pair.service__pair--cta,
#services-metal .service.service--cds.service--cds--custom .service__info .service__info__col .service__pair.service__pair--cta {
    border-top: 0;
  }
}
#services .service.service--cds.service--cds--custom .service__info .service__info__col .service__pair.service__pair--cta .btn,
#services-metal .service.service--cds.service--cds--custom .service__info .service__info__col .service__pair.service__pair--cta .btn {
  width: 167px;
  margin-top: 52px;
}
@media (max-width: 568px) {
  #services .service.service--cds.service--cds--custom .service__info .service__info__col .service__pair.service__pair--cta .btn,
#services-metal .service.service--cds.service--cds--custom .service__info .service__info__col .service__pair.service__pair--cta .btn {
    width: 100%;
    margin-top: 20px;
  }
}
#services .service.service--cds.service--cds--custom.full-server,
#services-metal .service.service--cds.service--cds--custom.full-server {
  margin-top: -28px;
  margin-bottom: -40px;
  justify-content: center;
  height: auto;
}
@media (max-width: 568px) {
  #services .service.service--cds.service--cds--custom.full-server,
#services-metal .service.service--cds.service--cds--custom.full-server {
    margin-top: -15px;
  }
}
#services .service.service--cds.service--cds--custom.full-server .service__info__col,
#services-metal .service.service--cds.service--cds--custom.full-server .service__info__col {
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
@media (max-width: 769px) {
  #services .service.service--cds.service--cds--custom.full-server .service__info__col,
#services-metal .service.service--cds.service--cds--custom.full-server .service__info__col {
    padding: 0;
  }
}
@media (max-width: 769px) {
  #services .service.service--cds.service--cds--custom.full-server .service__info__col .service__pair.service__pair--cta,
#services-metal .service.service--cds.service--cds--custom.full-server .service__info__col .service__pair.service__pair--cta {
    padding-top: 0;
  }
}
#services .service.service--cds.service--cds--custom.full-server .service__info__col p,
#services-metal .service.service--cds.service--cds--custom.full-server .service__info__col p {
  max-width: 600px;
}
@media (max-width: 769px) {
  #services .service.service--cds.service--cds--custom.full-server .service__info__col p,
#services-metal .service.service--cds.service--cds--custom.full-server .service__info__col p {
    max-width: 100%;
  }
}
#services .service.service--cds.service--cds--custom.full-server .service__info__col .service__pair--cta__container .btn.btn-primary,
#services-metal .service.service--cds.service--cds--custom.full-server .service__info__col .service__pair--cta__container .btn.btn-primary {
  margin-top: 24px;
}
#services .service.service--cds h3,
#services-metal .service.service--cds h3 {
  margin-bottom: 30px;
  color: #df0a1e;
}
@media (max-width: 568px) {
  #services .service.service--cds h3,
#services-metal .service.service--cds h3 {
    margin-bottom: 20px;
    font-size: 2em;
    text-align: center;
  }
}
#services .service.service--cds .service__info .service__info__col,
#services-metal .service.service--cds .service__info .service__info__col {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#services .service.service--cds .service__info .service__info__col .service__pair,
#services-metal .service.service--cds .service__info .service__info__col .service__pair {
  margin-bottom: 20px;
  width: 50%;
  padding: 0 16px;
  min-height: 70px;
}
@media (max-width: 568px) {
  #services .service.service--cds .service__info .service__info__col .service__pair,
#services-metal .service.service--cds .service__info .service__info__col .service__pair {
    min-height: auto;
  }
}
@media (max-width: 450px) {
  #services .service.service--cds .service__info .service__info__col .service__pair,
#services-metal .service.service--cds .service__info .service__info__col .service__pair {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-bottom: 18px;
  }
}
#services .service.service--cds .service__info .service__info__col .service__pair .nice-select,
#services-metal .service.service--cds .service__info .service__info__col .service__pair .nice-select {
  margin-top: -10px;
}
@media (max-width: 568px) {
  #services .service.service--cds .service__info .service__info__col .service__pair .nice-select,
#services-metal .service.service--cds .service__info .service__info__col .service__pair .nice-select {
    margin-top: 0;
  }
}
#services .service.service--cds .service__info .service__info__col .service__pair small,
#services-metal .service.service--cds .service__info .service__info__col .service__pair small {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
  font-size: 0.85em;
  font-weight: 600;
}
@media (max-width: 568px) {
  #services .service.service--cds .service__info .service__info__col .service__pair small,
#services-metal .service.service--cds .service__info .service__info__col .service__pair small {
    margin-bottom: 4px;
  }
}
#services .service.service--cds .service__info .service__info__col .service__pair p:not(.price),
#services-metal .service.service--cds .service__info .service__info__col .service__pair p:not(.price) {
  min-height: 2em;
  color: #000000;
  margin-top: 0;
}
#services .service.service--cds .service__info .service__info__col .service__pair p:not(.price).option,
#services-metal .service.service--cds .service__info .service__info__col .service__pair p:not(.price).option {
  font-size: 1em;
  line-height: 1.43;
}
#services .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li,
#services-metal .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li {
  position: relative;
  padding-right: 50px;
}
#services .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li:after,
#services-metal .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li:after {
  content: attr(data-price);
  margin-left: 20px;
  position: absolute;
  right: 10px;
  color: #a9acba;
}
#services .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li[data-price="undefined €"],
#services-metal .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li[data-price="undefined €"] {
  pointer-events: none;
  min-height: 15px;
  height: 15px;
  line-height: 15px;
}
#services .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li[data-price="undefined €"]::after,
#services-metal .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li[data-price="undefined €"]::after {
  display: none;
}
#services .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li[data-price="undefined €"]:before,
#services-metal .service.service--cds .service__info .service__info__col .service__pair .nice-select ul.list li[data-price="undefined €"]:before {
  content: "";
  height: 1px;
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  background: #355667;
  top: 50%;
  transform: translateY(-50%);
}
#services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta {
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  flex-direction: row-reverse;
  margin-bottom: 0;
  padding: 0;
  min-height: auto;
  text-align: center;
}
@media (max-width: 1025px) {
  #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta {
    flex-direction: column;
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
  }
}
#services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .price__freq,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .price__freq {
  margin-top: 19px;
  margin-left: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media (max-width: 568px) {
  #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .price__freq,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .price__freq {
    margin-top: 9px;
    margin-left: 0;
  }
}
#services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__container, #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta p,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__container,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta p {
  width: 50%;
  padding: 0 16px;
}
#services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__container .btn, #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta p .btn,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__container .btn,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta p .btn {
  width: 100%;
}
@media (max-width: 1025px) {
  #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__container, #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta p,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__container,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta p {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
@media (max-width: 568px) {
  #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__container, #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta p,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__container,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta p {
    justify-content: flex-start;
  }
}
#services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 2.3em;
  position: relative;
  line-height: 1;
}
@media (max-width: 1281px) {
  #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price {
    margin-bottom: 10px;
    justify-content: center;
  }
}
@media (max-width: 568px) {
  #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price {
    font-size: 1.71em;
    margin-bottom: 20px;
  }
}
#services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price:before,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price:before {
  content: " €";
}
@media (max-width: 568px) {
  #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price:before,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .service__pair--cta__price:before {
    margin-right: 4px;
  }
}
@media (max-width: 1025px) {
  #services .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .btn,
#services-metal .service.service--cds .service__info .service__info__col .service__pair.service__pair--cta .btn {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #services .service.service--cds:hover,
#services-metal .service.service--cds:hover {
    border-color: #df0a1e;
  }
  #services .service.service--cds:hover .btn,
#services-metal .service.service--cds:hover .btn {
    background: #df0a1e;
    color: #fff;
  }
}
#services .service.service--cds.service--cds--narrow,
#services-metal .service.service--cds.service--cds--narrow {
  padding: 10px;
}
@media (min-width: 1281px) {
  #services .service.service--cds.service--cds--narrow .service__info .service__info__col .service__pair.service__pair--cta,
#services-metal .service.service--cds.service--cds--narrow .service__info .service__info__col .service__pair.service__pair--cta {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (min-width: 1281px) {
  #services .service.service--cds.service--cds--narrow .service__info.service__info--odd .service__info__col .service__pair:nth-last-child(2),
#services-metal .service.service--cds.service--cds--narrow .service__info.service__info--odd .service__info__col .service__pair:nth-last-child(2) {
    width: 100%;
  }
}
#services .service.service--hidden,
#services-metal .service.service--hidden {
  padding: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.page-template-template-bare-metal-servers #services .fgrid .col-md-4, .page-template-template-custom-dedicated-servers #services .fgrid .col-md-4 {
  display: flex;
}

#services-new {
  width: 100%;
}
#services-new .btn-primary {
  line-height: normal;
  padding: 0 24px;
  width: 100%;
}
#services-new .services-bottom-mobile {
  display: none;
}
@media (max-width: 769px) {
  #services-new .services-bottom-mobile {
    display: block;
  }
}
#services-new .services-bottom {
  width: 100%;
  padding: 0 0px;
}
@media (max-width: 769px) {
  #services-new .services-bottom {
    display: none;
  }
}
#services-new .services-bottom .services-bottom-title {
  padding: 0;
  position: relative;
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
#services-new .services-bottom .services-bottom-title h4 {
  padding: 24px;
}
#services-new .services-bottom .services-bottom-title.following-title {
  border-top: none;
}
#services-new .services-bottom table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#services-new .services-bottom table thead {
  position: relative;
}
#services-new .services-bottom table thead tr {
  position: relative;
}
#services-new .services-bottom table thead tr th {
  position: relative;
}
#services-new .services-bottom table tbody {
  position: relative;
}
#services-new .services-bottom table tbody tr {
  position: relative;
}
#services-new .services-bottom table tbody tr .service-table-title {
  letter-spacing: normal;
  word-spacing: normal;
  border: 2px solid #e5e5e5;
  position: sticky;
  top: 90px;
  background: #fff;
  z-index: 1;
  border-bottom: 0;
}
@media (max-width: 1024px) {
  #services-new .services-bottom table tbody tr .service-table-title {
    top: 68px;
  }
}
#services-new .services-bottom table tbody tr .service-table-title .title {
  border-bottom: 2px solid #e5e5e5;
}
#services-new .services-bottom table tbody tr .service-table-title h4 {
  padding: 24px;
}
#services-new .services-bottom table tbody tr .service-feature-col {
  position: relative;
  display: table-cell;
  padding: 24px;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  vertical-align: middle;
}
#services-new .services-bottom table tbody tr .service-feature-col.gray {
  background: #f8f8f8;
}
#services-new .services-bottom table tbody tr .service-feature-col.withImage {
  padding: 19px 24px;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block {
  padding: 24px;
  border-top: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  vertical-align: top;
}
@media (max-width: 991px) {
  #services-new .services-bottom table tbody tr .service-feature-col.service-block {
    padding: 15px;
  }
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block.customServices .service-title {
  position: relative;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block.customServices .service-info {
  position: relative;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block:nth-child(2) {
  border-left: 2px solid #e5e5e5;
  border-top-left-radius: 4px;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block:last-child {
  border-top-right-radius: 4px;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block.main {
  border: none;
  padding: 24px 24px 24px 0;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-title {
  display: flex;
  flex-direction: column;
  min-height: 160px;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-title h4 {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  #services-new .services-bottom table tbody tr .service-feature-col.service-block .service-title h4 {
    font-size: 1.5em;
  }
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-title p {
  font-size: 14px;
  line-height: 1.57;
  margin: 0;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-info {
  margin-top: auto;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-info p {
  font-size: 14px;
  line-height: 1.57;
  margin: auto 0 0;
  font-family: "Poppins", sans-serif;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-info .service-price {
  margin: 30px 0 24px;
  display: flex;
  align-items: baseline;
  height: auto;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-info .service-price h3 {
  font-size: 24px;
  line-height: 36px;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-info .service-price.price--from .price__from {
  margin-left: 0;
  top: auto;
  font-weight: 600;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-info .service-price.price--from h3 {
  font-size: 2.28em;
}
#services-new .services-bottom table tbody tr .service-feature-col.service-block .service-info .service-price span {
  font-weight: 500;
  font-size: 1em;
  margin-left: 8px;
  position: relative;
  top: -2px;
  font-family: "Poppins", sans-serif;
}
#services-new .services-bottom table tbody tr .service-feature-col .service-feature {
  position: relative;
  width: 100%;
  height: 100%;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle;
  display: table-cell;
}
#services-new .services-bottom table tbody tr .service-feature-col .service-feature img {
  height: 30px;
  width: 30px;
}
#services-new .services-bottom .order-form-toggle {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 360px;
}
#services-new .services-bottom-mobile .service-title-block {
  text-align: center;
  margin-bottom: 5px;
}
#services-new .services-bottom-mobile .service-mobile {
  border-radius: 4px;
  border: solid 2px #e8e8e8;
  background-color: #ffffff;
  margin: 15px 0;
  position: relative;
  padding: 20px;
  padding-bottom: 56px;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--content h4 {
  margin-top: 10px;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--content.hide {
  display: none;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--content .expand-block--content-row {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 0.85em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--content .expand-block--content-row .elem-left {
  width: 65%;
  text-align: left;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--content .expand-block--content-row .elem-right {
  width: 30%;
  text-align: right;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--content .expand-block--content-row .elem-right .green-tick {
  width: 18px;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #e8e8e8;
  left: 0;
  text-align: center;
  padding: 8px;
  min-height: 32px;
  bottom: 0;
  cursor: pointer;
  justify-content: center;
  display: flex;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--text .expand-block--text-inner {
  position: absolute;
  display: inline-flex;
  align-items: center;
  opacity: 0;
  transition: all 0.2s linear;
  font-family: "Inter", sans-serif;
  font-size: 0.85em;
  line-height: normal;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--text .expand-block--text-inner.active {
  opacity: 1;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--text .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  margin-left: 6px;
}
#services-new .services-bottom-mobile .service-mobile .expand-block--text .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  margin-left: 6px;
}
#services-new .services-bottom-mobile .service-mobile .service-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}
#services-new .services-bottom-mobile .service-mobile .service-info .service__cta {
  margin-top: 20px;
}
#services-new .services-bottom-mobile .service-mobile .service-info .service-price {
  display: inline-flex;
  align-items: baseline;
}
#services-new .services-bottom-mobile .service-mobile .service-info .service-price h3 {
  font-size: 1.71em;
}
#services-new .services-bottom-mobile .service-mobile .service-info .service-price .price__freq {
  font-size: 16px;
}

.sales-section .price--has-discount {
  font-size: 1.42em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #a9acba;
  position: relative;
  margin-top: 7px;
  margin-right: 12px;
}
.sales-section .price--has-discount:before {
  content: " €";
}
.sales-section .price--has-discount:after {
  border-bottom: 2px solid #a9acba;
  content: "";
  left: -2px;
  margin-top: calc(2px / 2 * -1);
  position: absolute;
  right: -2px;
  top: 50%;
}
@media (max-width: 568px) {
  .sales-section .price--has-discount {
    font-size: 1.28em;
    margin-top: 3px;
  }
}

#order-form .order-form__product-info__price.price .price--has-discount {
  font-size: 1.42em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #a9acba;
  position: relative;
  margin-top: 7px;
  margin-right: 12px;
}
#order-form .order-form__product-info__price.price .price--has-discount:before {
  content: " €";
}
#order-form .order-form__product-info__price.price .price--has-discount:after {
  border-bottom: 2px solid #a9acba;
  content: "";
  left: -2px;
  margin-top: calc(2px / 2 * -1);
  position: absolute;
  right: -2px;
  top: 50%;
}
@media (max-width: 568px) {
  #order-form .order-form__product-info__price.price .price--has-discount {
    font-size: 1.28em;
    margin-top: 3px;
  }
}

#faq {
  padding-top: 100px;
}
@media (max-width: 1025px) {
  #faq {
    padding-top: 60px;
  }
}
@media (max-width: 568px) {
  #faq {
    padding-top: 20px;
  }
}
#faq .section__title {
  margin: 0 auto 42px;
}
@media (max-width: 568px) {
  #faq .section__title {
    margin-bottom: 0;
  }
  #faq .section__title h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  #faq .faq__mobile-img {
    height: 250px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
  }
}
#faq .faq .faq__header {
  padding: 24px 0;
  cursor: pointer;
}
@media (max-width: 568px) {
  #faq .faq .faq__header {
    padding: 20px 0;
  }
}
#faq .faq .faq__header small {
  margin-bottom: 10px;
}
#faq .faq .faq__header h5 {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease;
}
@media (max-width: 769px) {
  #faq .faq .faq__header h5 {
    padding-right: 30px;
  }
}
@media (max-width: 568px) {
  #faq .faq .faq__header h5 {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.57;
  }
}
#faq .faq .faq__header .faq__sign {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 769px) {
  #faq .faq .faq__header .faq__sign {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 568px) {
  #faq .faq .faq__header .faq__sign {
    right: 0;
  }
}
#faq .faq .faq__header .faq__sign:before, #faq .faq .faq__header .faq__sign:after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background-color: #728b99;
  transition: all 0.2s ease;
  will-change: background-color, transform;
}
#faq .faq .faq__header .faq__sign:after {
  transform: rotate(90deg);
}
#faq .faq .faq__header:hover h3 {
  color: #df0a1e;
}
#faq .faq .faq__header:hover .faq__sign:after, #faq .faq .faq__header:hover .faq__sign:before {
  background-color: #df0a1e;
}
#faq .faq .faq__header.active:after {
  width: 254%;
  transform: translate3d(0, 0, 0);
}
#faq .faq .faq__header.active .faq__sign:after {
  transform: rotate(0deg);
}
#faq .faq .faq__body {
  padding: 0;
  background: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
  border-bottom: 2px solid #d8d8d8;
  padding: 0 50px 0 0;
}
#faq .faq .faq__body.active {
  padding-bottom: 15px;
}
#faq .faq .faq__body p {
  color: #728b99;
  font-size: 16px;
  line-height: 1.88;
}
@media (max-width: 568px) {
  #faq .faq .faq__body p {
    font-size: 0.85em;
    line-height: 1.83;
  }
}
@media (max-width: 1025px) {
  #faq .faq .faq__body {
    padding: 10px;
  }
}
@media (max-width: 1025px) and (max-width: 568px) {
  #faq .faq .faq__body {
    padding: 0;
  }
}

#tabs .tabs__container {
  overflow: hidden;
}
#tabs .tab__navigation {
  list-style: none;
  padding-left: 20px;
  display: none;
}
@media (max-width: 769px) {
  #tabs .tab__navigation {
    padding-left: 0;
  }
}
#tabs .tab__navigation li {
  display: inline-block;
  background: #f5f7fa;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 769px) {
  #tabs .tab__navigation li {
    display: block;
    width: calc(100% - 55px);
  }
}
#tabs .tab__navigation li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1px;
  height: 100%;
  width: 55px;
  background-color: #f5f7fa;
  transform: translateX(100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#tabs .tab__navigation li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1000vh;
  width: 4px;
  background: #fcba04;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
#tabs .tab__navigation li.ui-tabs-active {
  background: #fcba04;
}
#tabs .tab__navigation li.ui-tabs-active:after {
  background: #fcba04;
  z-index: 1;
}
@media (max-width: 769px) {
  #tabs .tab__navigation li.ui-tabs-active:before {
    visibility: visible;
    opacity: 1;
  }
}
#tabs .tab__navigation li a {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  color: #000000;
  padding: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 900;
}
#tabs article {
  padding: 20px 0;
}
#tabs article.video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#tabs article.video__container p, #tabs article.video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#tabs__clone .section__title p {
  margin: 6px 0 0;
}
@media (max-width: 769px) {
  #tabs__clone .tabs__container .tab article .gallery dl {
    margin: 0;
  }
}
@media (max-width: 769px) {
  #tabs__clone .tabs__container .tab article .gallery dl img {
    max-width: 70%;
  }
}
@media (max-width: 568px) {
  #tabs__clone .tabs__container .tab article .gallery dl img {
    max-width: 50%;
  }
}

.gallery-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 769px) {
  .custom-tabs #tabs__clone .tabs__container .tab article .gallery .gallery-item {
    padding: 10px;
  }
  .custom-tabs #tabs__clone .tabs__container .tab article .gallery dl img {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .custom-tabs #tabs__clone .tabs__container .tab article .gallery dl img {
    max-width: 100%;
  }
}

@media (max-width: 568px) {
  .flex-content-image {
    width: 100%;
  }
}
#info-blocks {
  padding: 0 0 100px;
}
@media (max-width: 769px) {
  #info-blocks {
    padding: 0 0 60px;
  }
}
@media (max-width: 568px) {
  #info-blocks {
    padding: 0 0 40px;
  }
}
#info-blocks .fgrid:nth-child(odd) article .main-image {
  clip-path: polygon(50% 0, 100% 40%, 50% 100%, 0 100%, 0 0);
}
@media (max-width: 568px) {
  #info-blocks .fgrid:nth-child(odd) article .main-image {
    clip-path: none;
  }
}
#info-blocks .fgrid:nth-child(even) article .main-image {
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 50% 100%, 0 40%);
}
@media (max-width: 568px) {
  #info-blocks .fgrid:nth-child(even) article .main-image {
    clip-path: none;
  }
}
@media (max-width: 568px) {
  #info-blocks .fgrid:last-child article .info-block-text {
    padding: 15px 20px 20px 20px;
  }
}
#info-blocks.repeater-about {
  padding-bottom: 0;
  margin-top: 80px;
}
@media (max-width: 769px) {
  #info-blocks.repeater-about {
    margin-top: 60px;
  }
}
@media (max-width: 568px) {
  #info-blocks.repeater-about {
    margin-top: 40px;
  }
}
#info-blocks article {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}
#info-blocks article .info-block-text {
  max-width: 368px;
  box-sizing: content-box;
  padding-left: 100px;
}
@media (max-width: 769px) {
  #info-blocks article .info-block-text {
    padding: 25px 20px 30px 50px;
  }
}
@media (max-width: 568px) {
  #info-blocks article .info-block-text {
    padding: 15px 20px 30px 20px;
  }
}
#info-blocks article p {
  margin: 0;
}
@media (max-width: 568px) {
  #info-blocks article p {
    margin: 10px 0;
  }
}
#info-blocks article h3 {
  margin: 4px 0 6px;
}
#info-blocks article .main-image {
  margin: 0;
  min-height: 584px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 568px) {
  #info-blocks article .main-image {
    min-height: auto;
    object-position: top;
  }
}
#info-blocks article .icon {
  width: 30px;
  height: 30px;
  margin: 0 0 4px;
}

.repeater-about .container .fgrid:nth-child(odd) {
  flex-direction: row;
}
.repeater-about .container .fgrid:nth-child(even) {
  flex-direction: row-reverse;
}

#contact_blocks .section__title {
  text-align: left;
  max-width: 100%;
}
#contact_blocks .contact-block {
  margin: 0 0 66px;
}
#contact_blocks .contact-block p {
  margin: 0 0 12px;
}
@media (max-width: 568px) {
  #contact_blocks .contact-block p {
    margin-bottom: 9px;
  }
}
#contact_blocks .contact-block h5 {
  margin: 0;
}
@media (max-width: 568px) {
  #contact_blocks .contact-block h5 {
    font-size: 1.28em;
  }
}

#contacts .section__title {
  align-items: flex-start;
}
@media (max-width: 568px) {
  #contacts {
    padding-top: 0;
  }
  #contacts .section__title {
    align-items: center;
  }
}
#contacts .grid-map {
  margin-top: 68px;
}
@media (max-width: 568px) {
  #contacts .grid-map {
    margin-top: 30px;
  }
}
#contacts .grid-map img {
  width: 100%;
}
#contacts .section__title {
  text-align: left;
  margin: 0 0 40px;
}
@media (max-width: 568px) {
  #contacts .section__title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
#contacts .contacts__block {
  margin-bottom: 28px;
}
@media (max-width: 1281px) {
  #contacts .contacts__block {
    padding-left: 0;
  }
}
@media (max-width: 568px) {
  #contacts .contacts__block {
    margin-bottom: 20px;
  }
}
#contacts .contacts__block p {
  margin: 0 0 12px;
}
@media (max-width: 568px) {
  #contacts .contacts__block p {
    margin-bottom: 9px;
  }
}
#contacts .contacts__block h5 a {
  color: #000;
}
#contacts .wpcf7 {
  margin: 22px 0 0;
  padding-left: 0px;
}
#contacts .wpcf7 br {
  display: none;
}
@media (max-width: 769px) {
  #contacts .wpcf7 {
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
#contacts .wpcf7 label {
  position: absolute;
  top: 0;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #728b99;
  transition: all 0.2s ease;
  font-size: 1.14em;
}
@media (max-width: 568px) {
  #contacts .wpcf7 label {
    font-size: 1em;
  }
}
#contacts .wpcf7 label.focused {
  color: #df0a1e;
  transform: translateY(-20px);
  font-size: 1em;
}
@media (max-width: 568px) {
  #contacts .wpcf7 label.focused {
    font-size: 0.85em;
    transform: translateY(-10px);
  }
}
#contacts .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
#contacts .wpcf7 .wpcf7-form-control-wrap.message {
  margin-bottom: 74px;
}
@media (max-width: 769px) {
  #contacts .wpcf7 .wpcf7-form-control-wrap.message {
    margin-bottom: 30px;
  }
}
@media (max-width: 769px) {
  #contacts .wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 30px;
  }
}
#contacts .wpcf7 .wpcf7-form-control-wrap input:not([type=submit]), #contacts .wpcf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 2px solid rgba(114, 139, 153, 0.2);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  height: 36px;
  padding-bottom: 0px;
  overflow: hidden;
  resize: none;
  font-size: 1.14em;
}
#contacts .wpcf7 .wpcf7-form-control-wrap input:not([type=submit]):focus, #contacts .wpcf7 .wpcf7-form-control-wrap input:not([type=submit]):active, #contacts .wpcf7 .wpcf7-form-control-wrap input:not([type=submit]).wpcf7-not-valid, #contacts .wpcf7 .wpcf7-form-control-wrap textarea:focus, #contacts .wpcf7 .wpcf7-form-control-wrap textarea:active, #contacts .wpcf7 .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: red;
}
#contacts .wpcf7 .wpcf7-not-valid-tip {
  display: none !important;
}
#contacts .wpcf7 .wpcf7-response-output {
  margin-top: 20px !important;
  text-align: center !important;
  padding: 1em 1em !important;
}
@media (max-width: 769px) {
  #contacts .wpcf7 .wpcf7-response-output {
    width: 100%;
    margin-top: 20px !important;
    text-align: center;
  }
}
#contacts .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  display: inline-block !important;
  color: #df0a1e !important;
}
#contacts .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: inline-block !important;
  color: green !important;
}

.wpcf7 span.order-content, .wpcf7 span.order-price, .wpcf7 span.order-title {
  height: 0;
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .wpcf7 p br {
    display: none;
  }
}
.wpcf7 .wpcf7-spinner {
  width: 24px;
  margin: 0;
  margin-top: 12px;
}

#news__article {
  padding: 100px 0 0 0;
  margin-bottom: 60px;
}
#news__article .section__title {
  margin-bottom: 20px;
}
#news__article .section__title h1 {
  font-size: 3.43em;
}
@media (max-width: 1280px) {
  #news__article .section__title h1 {
    font-size: 3.28em;
  }
}
@media (max-width: 1024px) {
  #news__article .section__title h1 {
    font-size: 2.92em;
  }
}
@media (max-width: 768px) {
  #news__article .section__title h1 {
    font-size: 2.71em;
  }
}
@media (max-width: 568px) {
  #news__article .section__title h1 {
    font-size: 2.28em;
  }
}
@media (max-width: 400px) {
  #news__article .section__title h1 {
    font-size: 2em;
  }
}
#news__article article {
  margin: 40px 0;
}
@media (max-width: 1025px) {
  #news__article article {
    padding: 0;
  }
}
@media (max-width: 568px) {
  #news__article article {
    margin: 20px 0;
  }
}
#news__article article.article--bg {
  padding: 80px 0;
  background-color: #f5f7fa;
  background-repeat: no-repeat;
}
#news__article article p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.14em;
}
@media (max-width: 568px) {
  #news__article article p {
    font-size: 1em;
    line-height: 1.86;
  }
}
#news__article article ul {
  padding-left: 22px;
}
#news__article article ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.14em;
}
@media (max-width: 568px) {
  #news__article article ul li {
    font-size: 1em;
    margin-bottom: 20px;
  }
  #news__article article ul li:last-child {
    margin-bottom: 10px;
  }
}
#news__article article ul li:before {
  font-size: 1.5em;
  left: -1em;
}
#news__article .news__article__cta {
  padding-top: 20px;
}
#news__article .news__article__cta .btn {
  line-height: 46px;
}
#news__article .section__title--news {
  max-width: 100%;
  text-align: left;
  align-items: flex-start;
}
@media (max-width: 568px) {
  #news__article .section__title--news {
    margin-bottom: 30px;
  }
}
#news__article .section__title--news .month-news {
  text-transform: capitalize;
}
#news__article .section__title--news h1 {
  font-size: 3em;
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  #news__article .section__title--news h1 {
    font-size: 1.42em;
  }
}
#news__article .section__title--news p {
  font-size: 1em;
  line-height: 2.29;
  font-weight: 400;
  color: #728b99;
}
@media (max-width: 568px) {
  #news__article .section__title--news p {
    font-size: 0.85em;
  }
}
#news__article .section__title--news .section__title--news__post-info__cat {
  text-transform: none;
}
#news__article .section__title--news .section__title--news__post-info__cat .category-seperator {
  width: 2px;
  height: 2px;
  background-color: #728b99;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin: 0 6px 0 4px;
}

.single-news-image {
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: solid 2px #e5e5e5;
  background-color: #ffffff;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.single-news-image img {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 568px) {
  .single-news-image {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}

.news__article__cta {
  text-align: center;
}

.news-item {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.news-item.hide {
  display: none;
}
.news-item.hide-opacity {
  opacity: 0;
}

#pagination .pagination {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}
#pagination .pagination.load-more-wrap {
  text-align: center;
}
#pagination .pagination.load-more-wrap.no-more-posts {
  opacity: 0;
  pointer-events: none;
  height: 0;
  margin: 0;
}
#pagination .pagination.load-more-wrap.no-more-posts .btn {
  opacity: 0;
  pointer-events: none;
  height: 0;
}

@media (max-width: 1025px) {
  .grid-overflow {
    padding-right: 0;
    overflow: auto;
  }
}

.archive .news__categories {
  margin-top: 40px;
  padding-top: 48px;
  border-top: 1px solid #ececec;
  margin-bottom: 20px;
}
.archive .news__categories .flex {
  display: flex;
  align-items: center;
}
.archive .news__categories .news__category {
  text-transform: uppercase;
  margin-right: 20px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  transition: all 0.2s ease;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 2px solid transparent;
}
.archive .news__categories .news__category.active {
  border-bottom: 2px solid #df0a1e;
}
@media (max-width: 350px) {
  .archive .news__categories .news__category {
    width: calc(50% - 20px);
  }
}
.archive .news__categories .news__category small {
  line-height: 1;
  font-size: 1em;
}
.archive .news__categories .news__category a {
  font-family: "Poppins", sans-serif;
  color: #000000;
  transition: all 0.2s ease;
  font-weight: 700;
  padding: 10px 0;
  display: block;
}
.archive .news__categories .news__category a:hover, .archive .news__categories .news__category a.selected {
  color: #df0a1e;
}
.archive.post-type-archive .news__categories .news__category.news__category--all a {
  color: #df0a1e;
}
.archive .news__item {
  display: block;
}
.archive .news__item h2 {
  transition: all 0.2s ease-in-out;
}
.archive .news__item:hover h2 {
  color: #5E5E5E;
}
.archive .news__item:after {
  width: 44%;
  clip-path: polygon(0 0, 100% 0, 51% 100%, 0% 100%);
}
.archive .news__item .section__title--news {
  margin-bottom: 10px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  max-width: 100%;
  align-items: flex-start;
}
@media (max-width: 568px) {
  .archive .news__item .section__title--news {
    margin-top: 15px;
  }
}
.archive .news__item .section__title--news h2 {
  font-size: 2em;
}
@media (max-width: 1280px) {
  .archive .news__item .section__title--news h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 568px) {
  .archive .news__item .section__title--news h2 {
    font-size: 1.28em;
    line-height: normal;
  }
}
.archive .news__item .section__title--news h2 a {
  color: #000000;
}
.archive .news__item:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 1025px) {
  .archive .news__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.archive .news__item .news__item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  .archive .news__item .news__item__content {
    margin-top: 0;
  }
}
.archive .news__item .news__item__content .text-box, .archive .news__item .news__item__content #tabs article, #tabs .archive .news__item .news__item__content article {
  width: 100%;
}
.archive .news__item .news__item__content .text-box.img-box--white, .archive .news__item .news__item__content #tabs article.img-box--white, #tabs .archive .news__item .news__item__content article.img-box--white {
  background: #fff;
}
.archive .news__item .news__item__content .img-box, .archive .news__item .news__item__content .clients .client, .clients .archive .news__item .news__item__content .client, .archive .news__item .news__item__content #certificates .certificate, #certificates .archive .news__item .news__item__content .certificate, .archive .news__item .news__item__content footer .footer__middle .grid .row a, footer .footer__middle .grid .row .archive .news__item .news__item__content a {
  border: solid 2px #e5e5e5;
  width: 100%;
  padding: 40px 44px;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
@media (max-width: 1025px) {
  .archive .news__item .news__item__content .img-box, .archive .news__item .news__item__content .clients .client, .clients .archive .news__item .news__item__content .client, .archive .news__item .news__item__content #certificates .certificate, #certificates .archive .news__item .news__item__content .certificate, .archive .news__item .news__item__content footer .footer__middle .grid .row a, footer .footer__middle .grid .row .archive .news__item .news__item__content a {
    min-height: 200px;
  }
}
@media (max-width: 769px) {
  .archive .news__item .news__item__content .img-box, .archive .news__item .news__item__content .clients .client, .clients .archive .news__item .news__item__content .client, .archive .news__item .news__item__content #certificates .certificate, #certificates .archive .news__item .news__item__content .certificate, .archive .news__item .news__item__content footer .footer__middle .grid .row a, footer .footer__middle .grid .row .archive .news__item .news__item__content a {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .archive .news__item .news__item__content .img-box, .archive .news__item .news__item__content .clients .client, .clients .archive .news__item .news__item__content .client, .archive .news__item .news__item__content #certificates .certificate, #certificates .archive .news__item .news__item__content .certificate, .archive .news__item .news__item__content footer .footer__middle .grid .row a, footer .footer__middle .grid .row .archive .news__item .news__item__content a {
    width: 100%;
    margin: 0;
  }
}
.archive .news__item .news__item__content .text-box .section__title--news__post-info, .archive .news__item .news__item__content #tabs article .section__title--news__post-info, #tabs .archive .news__item .news__item__content article .section__title--news__post-info {
  display: flex;
  align-items: center;
  line-height: 2.29;
  margin-top: 10px;
}
.archive .news__item .news__item__content .text-box .section__title--news__post-info .section__title--news__post-info__date, .archive .news__item .news__item__content #tabs article .section__title--news__post-info .section__title--news__post-info__date, #tabs .archive .news__item .news__item__content article .section__title--news__post-info .section__title--news__post-info__date {
  font-size: 1em;
}
@media (max-width: 568px) {
  .archive .news__item .news__item__content .text-box .section__title--news__post-info .section__title--news__post-info__date, .archive .news__item .news__item__content #tabs article .section__title--news__post-info .section__title--news__post-info__date, #tabs .archive .news__item .news__item__content article .section__title--news__post-info .section__title--news__post-info__date {
    font-size: 0.85em;
  }
}
.archive .news__item .news__item__content .text-box .section__title--news__post-info .section__title--news__post-info__cat, .archive .news__item .news__item__content #tabs article .section__title--news__post-info .section__title--news__post-info__cat, #tabs .archive .news__item .news__item__content article .section__title--news__post-info .section__title--news__post-info__cat {
  font-size: 1em;
  text-transform: none;
}
@media (max-width: 568px) {
  .archive .news__item .news__item__content .text-box .section__title--news__post-info .section__title--news__post-info__cat, .archive .news__item .news__item__content #tabs article .section__title--news__post-info .section__title--news__post-info__cat, #tabs .archive .news__item .news__item__content article .section__title--news__post-info .section__title--news__post-info__cat {
    font-size: 0.85em;
  }
}
.archive .news__item .news__item__content .text-box .section__title--news__post-info .section__title--news__post-info__cat .category-seperator, .archive .news__item .news__item__content #tabs article .section__title--news__post-info .section__title--news__post-info__cat .category-seperator, #tabs .archive .news__item .news__item__content article .section__title--news__post-info .section__title--news__post-info__cat .category-seperator {
  width: 2px;
  height: 2px;
  background-color: #728b99;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  margin: 0 4px 0 6px;
}
.archive .news__item .news__item__content .text-box p, .archive .news__item .news__item__content #tabs article p, #tabs .archive .news__item .news__item__content article p {
  color: #000000;
}
.archive .news__item .news__item__content .btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #000000;
}
@media (max-width: 1025px) {
  .archive .news__item .news__item__content .btn {
    left: 20px;
    bottom: 20px;
  }
}

.month {
  text-transform: capitalize;
}

.post-type-archive .news__category--all a {
  color: #df0a1e;
}

.data-center .flex-content-image {
  margin: 10px 0 20px;
}

#blocks-numeric {
  margin: 20px 0 0;
}
@media (max-width: 568px) {
  #blocks-numeric {
    margin-top: -10px;
  }
}
#blocks-numeric .block-numeric-top {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
}
@media (max-width: 568px) {
  #blocks-numeric .block-numeric-top {
    margin-top: 10px;
  }
}
#blocks-numeric .block-numeric-top .icon {
  margin: 0 12px 0 0;
}
#blocks-numeric .block-numeric-top p {
  margin: 0;
}
#blocks-numeric .block-numeric-top h4 {
  margin: 0;
}

#info-page-simple {
  padding: 0px 0 0;
}
#info-page-simple #tabs {
  margin-top: 0;
}
#info-page-simple .section__title {
  text-align: left;
  max-width: 100%;
  margin: 0 0 40px;
}
#info-page-simple article ul li {
  font-size: 1.14em;
  padding: 10px 0;
}
#info-page-simple article table {
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
  width: 100%;
}
#info-page-simple article table tr td {
  padding: 24px;
  font-size: 1em;
}

.page-template-template-partner #products-services {
  margin-bottom: 0;
}
.page-template-template-partner #apply {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.md-show {
  display: none;
}

.md-hide {
  display: block;
}

.sm-hide {
  display: block;
}

.sm-show {
  display: none;
}

.xs-hide {
  display: block;
}

.xs-show {
  display: none;
}

.row--inline-middle .xs-hide {
  display: inline-block;
}

.grid .row.row--inline-top .xs-show, .grid .row.row--inline-middle .xs-show, .grid .row.row--inline-bottom .xs-show {
  display: none;
}

@media (max-width: 1025px) {
  .md-show {
    display: block;
  }

  .md-hide {
    display: none;
  }
}
@media (max-width: 769px) {
  .sm-hide {
    display: none;
  }

  .sm-show {
    display: block;
  }
}
@media (max-width: 568px) {
  .xs-show {
    display: block;
  }

  .xs-hide {
    display: none;
  }

  .grid .row.row--inline-top .xs-hide, .grid .row.row--inline-middle .xs-hide, .grid .row.row--inline-bottom .xs-hide {
    display: none;
  }

  .grid .row.row--inline-top .xs-show, .grid .row.row--inline-middle .xs-show, .grid .row.row--inline-bottom .xs-show {
    display: inline-block;
  }
}
