/*
Theme Name: UE Theme
Theme URI: http://strongvine.com
Description: custom theme
Author: 
Auther URI: http://strongvine.com;
Version: 1.0
License: 
License URI:
Tags: 
*/



@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
  --videoOverlap: 160px;
  --formOverlap: 225px;
  --insideOverlap: 120px;
  --homePadding: 100px;
}

@media screen and (max-width: 600px) {
  :root {
    --videoOverlap: 100px;
    --formOverlap: 150px;
    --insideOverlap: 400px;
    --homePadding: 50px;
  }

}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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,
.slick-track:after {
  display: table;
  content: "";
}

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?5rngjs") format("truetype"), url("../fonts/icomoon.woff?5rngjs") format("woff"), url("../fonts/icomoon.svg?5rngjs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"],
.section-system .video-holder:after,
.section-banner .inner-holder:after,
.header__main-nav .has-drop-down-a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play-btn:before {
  content: "\e900";
  color: #89BC3B;
}

.icon-arrow:before {
  content: "\e901";
}

.icon-arrow-down:before {
  content: "\e902";
}

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs-container {
  background: #000;
  box-sizing: border-box;
  font-family: "Helvetica", Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs-container * {
  box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs-container video::-webkit-media-controls,
.mejs-container video::-webkit-media-controls-panel,
.mejs-container video::-webkit-media-controls-panel-container,
.mejs-container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs-fill-container,
.mejs-fill-container .mejs-container {
  height: 100%;
  width: 100%;
}

.mejs-fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs-container:focus {
  outline: none;
}

.mejs-iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs-embed,
.mejs-embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs-fullscreen {
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}

/* Start: LAYERS */
.mejs-background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs-mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs-poster-img {
  display: none;
}

.mejs-poster-img {
  border: 0;
  padding: 0;
}

.mejs-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs-layer {
  z-index: 1;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  background: transparent;
  border: 0;
}

.mejs-overlay:hover .mejs-overlay-button svg {
  opacity: 1;
}

.mejs-overlay-button svg {
  opacity: 0.75;
}

.mejs-overlay-button:focus svg {
  opacity: 1;
}

.mejs-overlay-button,
.mejs-overlay-button svg {
  height: 5rem;
  width: 5rem;
}

.mejs-overlay-loading,
.mejs-overlay-loading svg {
  height: 5rem;
  width: 5rem;
}

.mejs-overlay-loading-bg-img {
  -webkit-animation: mejs-loading-spinner 1s linear infinite;
  animation: mejs-loading-spinner 1s linear infinite;
  display: block;
  height: 5rem;
  width: 5rem;
  z-index: 1;
}

@-webkit-keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mejs-loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 0.625rem;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs-controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs-button,
.mejs-time,
.mejs-time-rail {
  font-size: 0.625rem;
  height: 2.5rem;
  line-height: 0.625rem;
  margin: 0;
  width: 2rem;
}

.mejs-button > button {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1.125rem;
  line-height: 0;
  margin: 0.625rem 0.375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 1.125rem;
}

.mejs-button svg {
  fill: currentColor;
  height: 1.125rem;
  width: 1.125rem;
}

/* :focus for accessibility */
.mejs-button > button:focus {
  outline: dotted 0.125rem #fff;
}

.mejs-container-keyboard-inactive a,
.mejs-container-keyboard-inactive a:focus,
.mejs-container-keyboard-inactive button,
.mejs-container-keyboard-inactive button:focus,
.mejs-container-keyboard-inactive [role=slider],
.mejs-container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

/* End: CONTROL BAR */
/* Start: Play (Play / Pause / Replay) */
.mejs-playpause-button svg {
  display: none;
}

.mejs-play svg.mejs-icon-play {
  display: block;
}

.mejs-pause svg.mejs-icon-pause {
  display: block;
}

.mejs-replay svg.mejs-icon-replay {
  display: block;
}

/* End: Play (Play / Pause / Replay) */
/* Start: Fullscreen (Fullscreen / Unfullscreen) */
.mejs-fullscreen-button svg.mejs-icon-unfullscreen {
  display: none;
}

.mejs-fullscreen svg.mejs-icon-fullscreen {
  display: block;
}

.mejs-fullscreen svg.mejs-icon-unfullscreen {
  display: none;
}

.mejs-unfullscreen svg.mejs-icon-unfullscreen {
  display: block;
}

.mejs-unfullscreen svg.mejs-icon-fullscreen {
  display: none;
}

/* End: Fullscreen (Fullscreen / Unfullscreen) */
/* Start: Time (Current / Duration) */
.mejs-time {
  box-sizing: content-box;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  height: 1.5rem;
  overflow: hidden;
  padding: 1rem 0.375rem 0;
  text-align: center;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Progress Bar */
.mejs-time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2.5rem;
  margin: 0 0.625rem;
  padding-top: 0.625rem;
  position: relative;
}

.mejs-time-total,
.mejs-time-buffering,
.mejs-time-loaded,
.mejs-time-current,
.mejs-time-float,
.mejs-time-hovered,
.mejs-time-float-current,
.mejs-time-float-corner,
.mejs-time-marker {
  border-radius: 0.125rem;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  position: absolute;
}

.mejs-time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 0.3125rem 0 0;
  width: 100%;
}

.mejs-time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 0.9375rem 0.9375rem;
  width: 100%;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
.mejs-time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.mejs-time-current,
.mejs-time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.mejs-time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.mejs-time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs-time-current,
.mejs-time-buffering,
.mejs-time-loaded,
.mejs-time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}

.mejs-time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs-time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs-time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs-time-handle,
.mejs-time-handle-content {
  border: 0.25rem solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}

.mejs-time-handle-content {
  border: 0.25rem solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 0.625rem;
  left: -0.4375rem;
  top: -0.25rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0.625rem;
}

.mejs-time-rail:hover .mejs-time-handle-content,
.mejs-time-rail .mejs-time-handle-content:focus,
.mejs-time-rail .mejs-time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mejs-time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 1.0625rem;
  margin-bottom: 0.5625rem;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.25rem;
}

.mejs-time-float-current {
  display: block;
  left: 0;
  margin: 0.125rem;
  text-align: center;
  width: 1.875rem;
}

.mejs-time-float-corner {
  border: solid 0.3125rem #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.mejs-long-video .mejs-time-float {
  margin-left: -1.4375rem;
  width: 4rem;
}

.mejs-long-video .mejs-time-float-current {
  width: 3.75rem;
}

.mejs-broadcast {
  color: #fff;
  height: 0.625rem;
  position: absolute;
  top: 0.9375rem;
  width: 100%;
}

/* End: Progress Bar */
/* Start: Mute/Volume */
.mejs-volume-button {
  position: relative;
}

.mejs-volume-button > .mejs-volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 7.1875rem;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.5625rem;
  z-index: 1;
}

.mejs-volume-button:hover {
  border-radius: 0 0 0.25rem 0.25rem;
}

.mejs-volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 6.25rem;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 0.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.125rem;
}

.mejs-volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs-volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  border-radius: 1px;
  cursor: ns-resize;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1rem;
}

.mejs-horizontal-volume-slider {
  display: block;
  height: 2.25rem;
  position: relative;
  vertical-align: middle;
  width: 3.5rem;
}

.mejs-horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 0.125rem;
  font-size: 1px;
  height: 0.5rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1rem;
  width: 3.125rem;
}

.mejs-horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.125rem;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs-horizontal-volume-handle {
  display: none;
}

.mejs-mute svg,
.mejs-unmute svg {
  stroke: currentColor;
}

.mejs-volume-button svg {
  display: none;
}

.mejs-mute .mejs-icon-mute {
  display: block;
}

.mejs-unmute .mejs-icon-unmute {
  display: block;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-captions-button,
.mejs-chapters-button {
  position: relative;
}

.mejs-chapters-button svg,
.mejs-captions-button svg {
  padding-top: 0.125rem;
}

.mejs-captions-button > .mejs-captions-selector,
.mejs-chapters-button > .mejs-chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -2.6875rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 5.375rem;
}

.mejs-chapters-button > .mejs-chapters-selector {
  margin-right: -3.4375rem;
  width: 6.875rem;
}

.mejs-captions-selector-list,
.mejs-chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs-captions-selector-list-item,
.mejs-chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 0.375rem;
  overflow: hidden;
  padding: 0;
}

.mejs-captions-selector-list-item:hover,
.mejs-chapters-selector-list-item:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs-captions-selector-input,
.mejs-chapters-selector-input {
  clear: both;
  float: left;
  left: -62.5rem;
  margin: 0.1875rem 0.1875rem 0 0.3125rem;
  position: absolute;
}

.mejs-captions-selector-label,
.mejs-chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  padding: 0.25rem 0.625rem 0;
  width: 100%;
}

.mejs-captions-selector-list-item:hover .mejs-captions-selector-label,
.mejs-chapters-selector-list-item:hover .mejs-chapters-selector-label {
  text-decoration: underline;
}

.mejs-captions-selected,
.mejs-chapters-selected {
  color: rgb(33, 248, 248);
  font-weight: bold;
}

.mejs-captions-translations {
  font-size: 0.625rem;
  margin: 0 0 0.3125rem;
}

.mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  left: 0;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 1.25rem;
  font-weight: normal;
}

.mejs-captions-position {
  bottom: 0.9375rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs-captions-position-hover {
  bottom: 2.1875rem;
}

.mejs-captions-text,
.mejs-captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 0.3125rem 0 0 rgba(20, 20, 20, 0.5), -0.3125rem 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
  display: none;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs-overlay-error {
  position: relative;
}

.mejs-overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs-cannotplay,
.mejs-cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs-cannotplay {
  position: relative;
}

.mejs-cannotplay p,
.mejs-cannotplay a {
  display: inline-block;
  padding: 0 0.9375rem;
  width: 100%;
}

/* End: Error */
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: "Helvetica", Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs__container * {
  box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: transparent;
  border: 0;
}

.mejs__overlay:hover .mejs__overlay-button svg {
  opacity: 1;
}

.mejs__overlay-button svg {
  opacity: 0.75;
}

.mejs__overlay-button:focus svg {
  opacity: 1;
}

.mejs__overlay-button,
.mejs__overlay-button svg {
  height: 5rem;
  width: 5rem;
}

.mejs__overlay-loading,
.mejs__overlay-loading svg {
  height: 5rem;
  width: 5rem;
}

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  display: block;
  height: 5rem;
  width: 5rem;
  z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 0.625rem;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 0.625rem;
  height: 2.5rem;
  line-height: 0.625rem;
  margin: 0;
  width: 2rem;
}

.mejs__button > button {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1.125rem;
  line-height: 0;
  margin: 0.625rem 0.375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 1.125rem;
}

.mejs__button svg {
  fill: currentColor;
  height: 1.125rem;
  width: 1.125rem;
}

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 0.125rem #fff;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

/* End: CONTROL BAR */
/* Start: Play (Play / Pause / Replay) */
.mejs__playpause-button svg {
  display: none;
}

.mejs__play svg.mejs__icon-play {
  display: block;
}

.mejs__pause svg.mejs__icon-pause {
  display: block;
}

.mejs__replay svg.mejs__icon-replay {
  display: block;
}

/* End: Play (Play / Pause / Replay) */
/* Start: Fullscreen (Fullscreen / Unfullscreen) */
.mejs__fullscreen-button svg.mejs__icon-unfullscreen {
  display: none;
}

.mejs__fullscreen svg.mejs__icon-fullscreen {
  display: block;
}

.mejs__fullscreen svg.mejs__icon-unfullscreen {
  display: none;
}

.mejs__unfullscreen svg.mejs__icon-unfullscreen {
  display: block;
}

.mejs__unfullscreen svg.mejs__icon-fullscreen {
  display: none;
}

/* End: Fullscreen (Fullscreen / Unfullscreen) */
/* Start: Time (Current / Duration) */
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: bold;
  height: 1.5rem;
  overflow: hidden;
  padding: 1rem 0.375rem 0;
  text-align: center;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2.5rem;
  margin: 0 0.625rem;
  padding-top: 0.625rem;
  position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 0.125rem;
  cursor: pointer;
  display: block;
  height: 0.625rem;
  position: absolute;
}

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 0.3125rem 0 0;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 0.9375rem 0.9375rem;
  width: 100%;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
  border: 0.25rem solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}

.mejs__time-handle-content {
  border: 0.25rem solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 0.625rem;
  left: -0.4375rem;
  top: -0.25rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0.625rem;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 1.0625rem;
  margin-bottom: 0.5625rem;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.25rem;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 0.125rem;
  text-align: center;
  width: 1.875rem;
}

.mejs__time-float-corner {
  border: solid 0.3125rem #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -1.4375rem;
  width: 4rem;
}

.mejs__long-video .mejs__time-float-current {
  width: 3.75rem;
}

.mejs__broadcast {
  color: #fff;
  height: 0.625rem;
  position: absolute;
  top: 0.9375rem;
  width: 100%;
}

/* End: Progress Bar */
/* Start: Mute/Volume */
.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 7.1875rem;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.5625rem;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 0.25rem 0.25rem;
}

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  border: 0.06rem solid #fff;
  height: 6.25rem;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 0.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.125rem;
}

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  border-radius: 1px;
  cursor: ns-resize;
  height: 0.375rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1rem;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 2.25rem;
  position: relative;
  vertical-align: middle;
  width: 3.5rem;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border: 0.06rem solid #fff;
  border-radius: 0.125rem;
  font-size: 1px;
  height: 0.5rem;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1rem;
  width: 3.125rem;
}

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.125rem;
  border-right: 0.06rem solid #fff;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}

.mejs__mute svg,
.mejs__unmute svg {
  stroke: currentColor;
}

.mejs__volume-button svg {
  display: none;
}

.mejs__mute .mejs__icon-mute {
  display: block;
}

.mejs__unmute .mejs__icon-unmute {
  display: block;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}

.mejs__chapters-button svg,
.mejs__captions-button svg {
  padding-top: 0.125rem;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -2.6875rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 5.375rem;
}

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -3.4375rem;
  width: 6.875rem;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 0.375rem;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -62.5rem;
  margin: 0.1875rem 0.1875rem 0 0.3125rem;
  position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  padding: 0.25rem 0.625rem 0;
  width: 100%;
}

.mejs__captions-selector-list-item:hover .mejs__captions-selector-label,
.mejs__chapters-selector-list-item:hover .mejs__chapters-selector-label {
  text-decoration: underline;
}

.mejs__captions-selected,
.mejs__chapters-selected {
  color: rgb(33, 248, 248);
  font-weight: bold;
}

.mejs__captions-translations {
  font-size: 0.625rem;
  margin: 0 0 0.3125rem;
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  left: 0;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 1.25rem;
  font-weight: normal;
}

.mejs__captions-position {
  bottom: 0.9375rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 2.1875rem;
}

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 0.3125rem 0 0 rgba(20, 20, 20, 0.5), -0.3125rem 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 0.9375rem;
  width: 100%;
}

/* End: Error */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* scroll-behavior: smooth; */
}

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

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 20px;
}

blockquote {
  border-left: 4px solid #d9d9d9;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #d9d9d9;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

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

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

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

body {
  color: #000;
  background: #1F1F1E;
  font: 16px/1.5 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

iframe {
  max-width: 100%;
}

.resize-active * {
  transition: none !important;
}

.section-system .systems-list, .header__main-subnav, .header__main-nav, ul:not([class]):not([id]) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after, dl:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.df-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (min-width: 576px) {
  .df-row.df-rr-ph {
    flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .df-row.df-aic-ph {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .df-row.df-rr-sm {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .df-row.df-aic-sm {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .df-row.df-rr-md {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .df-row.df-aic-md {
    align-items: center;
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-1 {
    flex: 1 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-2 {
    flex: 1 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-3 {
    flex: 1 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-4 {
    flex: 1 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-5 {
    flex: 1 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-6 {
    flex: 1 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-7 {
    flex: 1 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-8 {
    flex: 1 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-9 {
    flex: 1 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-10 {
    flex: 1 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-11 {
    flex: 1 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-12 {
    flex: 1 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-1 {
    margin-left: calc(8.3333333333% * 1);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-2 {
    margin-left: calc(8.3333333333% * 2);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-3 {
    margin-left: calc(8.3333333333% * 3);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-4 {
    margin-left: calc(8.3333333333% * 4);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-5 {
    margin-left: calc(8.3333333333% * 5);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-6 {
    margin-left: calc(8.3333333333% * 6);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-7 {
    margin-left: calc(8.3333333333% * 7);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-8 {
    margin-left: calc(8.3333333333% * 8);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-9 {
    margin-left: calc(8.3333333333% * 9);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-10 {
    margin-left: calc(8.3333333333% * 10);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-11 {
    margin-left: calc(8.3333333333% * 11);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-1 {
    flex: 1 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-2 {
    flex: 1 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-3 {
    flex: 1 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-4 {
    flex: 1 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-5 {
    flex: 1 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-6 {
    flex: 1 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-7 {
    flex: 1 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-8 {
    flex: 1 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-9 {
    flex: 1 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-10 {
    flex: 1 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-11 {
    flex: 1 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-12 {
    flex: 1 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-1 {
    margin-left: calc(8.3333333333% * 1);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-2 {
    margin-left: calc(8.3333333333% * 2);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-3 {
    margin-left: calc(8.3333333333% * 3);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-4 {
    margin-left: calc(8.3333333333% * 4);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-5 {
    margin-left: calc(8.3333333333% * 5);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-6 {
    margin-left: calc(8.3333333333% * 6);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-7 {
    margin-left: calc(8.3333333333% * 7);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-8 {
    margin-left: calc(8.3333333333% * 8);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-9 {
    margin-left: calc(8.3333333333% * 9);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-10 {
    margin-left: calc(8.3333333333% * 10);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-11 {
    margin-left: calc(8.3333333333% * 11);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-1 {
    flex: 1 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-2 {
    flex: 1 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-3 {
    flex: 1 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-4 {
    flex: 1 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-5 {
    flex: 1 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-6 {
    flex: 1 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-7 {
    flex: 1 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-8 {
    flex: 1 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-9 {
    flex: 1 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-10 {
    flex: 1 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-11 {
    flex: 1 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
}
@media (min-width: 1024px) {
  .df-row .col-md-12 {
    flex: 1 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-1 {
    margin-left: calc(8.3333333333% * 1);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-2 {
    margin-left: calc(8.3333333333% * 2);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-3 {
    margin-left: calc(8.3333333333% * 3);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-4 {
    margin-left: calc(8.3333333333% * 4);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-5 {
    margin-left: calc(8.3333333333% * 5);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-6 {
    margin-left: calc(8.3333333333% * 6);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-7 {
    margin-left: calc(8.3333333333% * 7);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-8 {
    margin-left: calc(8.3333333333% * 8);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-9 {
    margin-left: calc(8.3333333333% * 9);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-10 {
    margin-left: calc(8.3333333333% * 10);
  }
}
@media (min-width: 1024px) {
  .df-row .col-offset-md-11 {
    margin-left: calc(8.3333333333% * 11);
  }
}
.df-row [class*=col-] {
  padding: 0 15px;
}

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

h2,
.h2 {
  font-size: 16px;
}

h3,
.h3 {
  font-size: 15px;
}

h4,
.h4 {
  font-size: 14px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

h1,
.h1 {
  font-size: 45px;
  margin-bottom: 21px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 80px;
  }
}

h2,
.h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 47px;
  }
}

@media (max-width: 768px) {
  h3 + h2 {
    margin-top: 6px !important;
  }
}

h3,
.h3 {
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 45px;
  }
}

h5 {
  color: #a2a2a2;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
}

p {
  margin: 0 0 20px;
  line-height: 1.6;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: .3s color;
}
@media (min-width: 1024px) {
  a:hover {
    color: #89bc3b;
    outline: none;
  }
}
/* a[href^="mailto:"] {
  color: #85b9fa;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  a[href^="mailto:"]:hover {
    text-decoration: none;
  }
} */

a[href*="mailto:"] {
  word-wrap: break-word;
}

ul:not([class]):not([id]) {
  margin-bottom: 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
ul:not([class]):not([id]) li {
  margin-bottom: 8px;
}

address {
  color: #82c9fa;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
}

blockquote {
  border: 0;
  font-style: italic;
  padding: 0;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  blockquote {
    font-size: 20px;
    margin-bottom: 45px;
  }
}

.quoted {
  position: relative;
  z-index: 1;
}
.quoted:before {
  content: "“";
}
.quoted:after {
  content: "”";
}
.quoted:before, .quoted:after {
  color: #89bc3b;
  font-size: inherit;
}

.anchor {
  background: #1F1F1E;
  padding: 30px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s color;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  transition: border-color 0.5s ease-in-out;
  border: 0;
  border-radius: 4px;
  background-color: #f6f2f2;
  width: 100%;
  min-width: 0;
  padding: 18px 20px;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-bottom: 16px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: -10px;
  margin-bottom: 8px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 8px 0 0 0;
  padding: 0;
  border: none;
}

input[type=text].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea .wpcf7-not-valid,
input[type=email].mce_inline_error {
  border: 1px solid red;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  font-size: 16px;
}
input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

[type=submit] {
  cursor: pointer;
}

textarea {
  resize: none;
  height: 260px;
  padding: 30px 15px;
}
@media (min-width: 1024px) {
  textarea {
    height: 326px;
  }
}

[type=checkbox],
[type=radio] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}
[type=checkbox]:checked ~ .custom-radio-list__text,
[type=radio]:checked ~ .custom-radio-list__text {
  border-color: #d9d9d9;
}


noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  color: #a2a2a2;
  background: #85b9fa;
  display: block;
  padding: 5px 0;
  text-align: center;
  z-index: 99999;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  position: static !important;
  white-space: inherit !important;
  width: auto !important;
}

.accessibility {
  position: absolute;
  left: -200vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* stylelint-disable */
.nav-active {
  overflow: hidden !important;
}

.header {
  transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  padding: 20px 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0 !important;
  z-index: 999;
  background-color: #1F201F;
}
@media (min-width: 768px) {
  .header {
    padding:24px 0;
  }
}
@media (min-width: 1280px) {
  .header {
    padding: 24px 0 30px;
  }
}
.fixed-position .header {
  padding: 12px 0;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
  background: #89bc3b;
}
@media (min-width: 768px) {
  .fixed-position .header {
    padding: 20px 0;
  }
}
@media (min-width: 1024px) {
  .fixed-position .header {
    padding: 8px 0;
  }
}
.fixed-position .header .show-sticky {
  display: block;
}
.fixed-position .header .hide-sticky {
  display: none;
}
@media (min-width: 1024px) {
  .fixed-position .header a:hover {
    color: #000 !important;
  }
}
@media (min-width: 1024px) {
  .fixed-position .header .header__drop a:hover {
    color: #fff !important;
  }
}
.fixed-position .header .has-drop-down.active > .has-drop-down-a {
  color: #000;
}
@media (min-width: 1024px) {
  .fixed-position .header .tooltip .btn:hover {
    color: #000 !important;
  }
}
@media (min-width: 1280px) {
  .fixed-position .header .header__main-nav-drop {
    padding-top: 0;
  }
}
.header .show-sticky {
  display: none;
}
.header > .container {
  padding: 0 34px;
}
.header__holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .header__main-nav-drop {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    padding-top: 25px;
  }
}

.header__main-nav-drop > .container {
  display: flex;
}
@media (max-width: 1023.98px) {
  .header__main-nav-drop > .container {
    flex-direction: column;
    height: 100%;
    padding-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .header__main-nav-drop > .container {
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    max-width: none;
  }
}
@media (max-width: 1023.98px) {
  .nav-active .header__main-nav-drop {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1023.98px) {
  .header__main-nav-drop .header__main-nav:first-child {
    flex-grow: 1;
  }
}
.header__main-nav {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .header__main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .header__main-nav {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .header__main-nav:nth-child(odd) {
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .header__main-nav:nth-child(odd) > li {
    padding: 0 12px;
  }
}
@media (min-width: 1024px) {
  .header__main-nav:nth-child(even) {
    justify-content: flex-end;
    margin-left: auto;
  }
}
@media (max-width: 1023.98px) {
  .header__main-nav--btn-list {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
}
@media (max-width: 1023.98px) {
  .header__main-nav--btn-list {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023.98px) {
  .header__main-nav--btn-list > li .btn {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .header__main-nav > li {
    padding: 0 8px;
  }
}
@media (min-width: 1024px) {
  .header__main-nav > li {
    padding: 0 15px;
  }
}
.header__main-nav > li > a:not(.btn) {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0;
  position: relative;
  color: #000;
  outline: none;
  transition: .3s color;
}
@media (min-width: 1024px) {
  .header__main-nav > li > a:not(.btn) {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .header__main-nav > li > a:not(.btn):hover {
    text-decoration: none;
    color: #89bc3b;
  }
}
.header__main-nav a:not(.btn) {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .header__main-nav a:not(.btn) {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .header__main-nav .has-drop-down {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .header__main-nav .has-drop-down.active > .has-drop-down-a {
    color: #89bc3b;
  }

}

.header__main-nav .has-drop-down.active > .has-drop-down-a:after {
  transform: translateY(-50%) rotate(180deg);
}
.header__main-nav .has-drop-down-a {
  padding-right: 25px !important;
}
.header__main-nav .has-drop-down-a:after {
  transition: transform 0.5s ease-in-out;
  content: "\e902";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 7px;
}
@media (min-width: 1024px) {
  .header__main-nav .has-drop-down-a:after {
    right: 4px;
  }
}
.header__drop {
  padding: 8px 0 12px;
}
@media (min-width: 1024px) {
  .header__drop {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 15px);
    width: max-content;
    padding: 20px 31px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    background: #fff;
  }
}
.active .header__drop {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .header__drop .with-tooltip {
    padding: 15px 0;
  }
}
.header__main-subnav {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .header__main-subnav {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .header__main-subnav.about-drop {
    min-width: 120px;
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .header__main-subnav.about-drop li {
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .header__main-subnav.about-drop li a:hover {
    background: #000;
  }
}
.header__main-subnav li {
  position: relative;
  z-index: 1;
}
.header__main-subnav li > a {
  position: relative;
  z-index: 1;
}
.header__main-subnav li > a:before {
  margin-right: 5px;
  color: #89bc3b;
}
.header__main-subnav li.active .tooltip {
  opacity: 1;
  visibility: visible;
}
.header__main-subnav a {
  transition: background 0.5s ease-in-out;
  display: flex;
  align-items: center;
  color: black !important;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .header__main-subnav a {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .header__main-subnav a {
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  }
}
@media (min-width: 1024px) {
  .header__main-subnav a:hover {
    color: #fff !important;
  }
  .header__main-subnav a:hover .st2 {
    fill: #89bc3b;
  }
  .header__main-subnav a:hover span {
    background: #000;
  }
}
.header__main-subnav a span {
  transition: background 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .header__main-subnav a span {
    border-radius: 3px;
    padding: 7px 10px;
  }
}
.header__main-subnav a [class*=icon-] {
  color: #89bc3b;
  margin-right: 5px;
}
.header__main-subnav a svg {
  width: 48px;
  margin-right: 20px;
}
.header__main-subnav a .st2 {
  transition: fill 0.5s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .header__main-nav > li > a:not(.btn) {
    font-size: 20px;
    font-weight: 600;
  }

  .header__main-subnav a {
    padding-left: 16px;
  }

  .header__main-subnav a svg {
    display: none;
  }

  .header__main-nav .has-drop-down-a::after {
    font-size: 9px;
  }

  .header__main-subnav {
    background: black;
    width: fit-content;
    padding: 12px 8px;
    border-radius: 8px;
  }

  .header__main-subnav a {
    color: white !important;
    font-size: 19px;
    padding: 5px 10px;
  }

  .header__main-nav > li > a:not(.btn) {
    padding: 6px 0;
  }
}

@media (min-width: 1024px) {
  .header__main-subnav .tooltip .btn:hover {
    color: #000 !important;
  }
}
.header .logo {
  display: block;
  position: relative;
  z-index: 777;
}

.main-logo {
  display: flex;
  gap: 2rem;
  align-items: center;
  width: 414px;
}

.main-logo img {
  display: block;
}

.sticky-logo img {
  display: block;
}

@media screen and (max-width: 1300px) {

  .main-logo {
    width: 303px;
  }

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

  .main-logo img.main-logo-mark {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .main-logo {
    width: 220px;
  }
}

@media screen and (max-width: 600px) {
  .main-logo {
    width: 200px;
  }

  .sticky-logo {
    width: 200px;
  }
}


.header .logo a {
  display: flex;
  outline: none;
  align-items: center;
}

.nav-opener {
  display: block;
  width: 23px;
  height: 15px;
  position: relative;
  outline: none;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none !important;
  }
}
.nav-opener:before, .nav-opener:after {
  transition: transform 0.5s ease-in-out;
  content: "";
}
.nav-opener:before, .nav-opener:after {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.nav-opener:before {
  top: 0;
}
.nav-opener:after {
  top: 11px;
}
.nav-active .nav-opener:before {
  top: 7px;
  transform: rotate(45deg);
}
.nav-active .nav-opener:after {
  top: 7px;
  transform: rotate(-45deg);
}

/* stylelint-enable */
[id=wrapper] {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

[id=main] {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1397px;
  padding: 0 75px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 48px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 24px;
  }
}



.slick-arrow {
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out, border 0.5s ease-in-out, border-color 0.5s ease-in-out;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #000;
  border: 1px solid #000;
  cursor: pointer;
  padding: 0;
  color: #fff;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .slick-arrow:hover {
    background-color: #89bc3b;
    border-color: #89bc3b;
  }
}
.slick-arrow.slick-next {
  transform: rotate(180deg);
}

.profile-item__podcast {
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: -0.1px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 9px;
  cursor: pointer;
  overflow: hidden;
  min-height: 42px;
  color: #89bc3b;
}

.btn-play {
  width: 60px;
  height: 60px;
  background-color: #89bc3b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.btn-play:before {
  content: "";
}
.btn-play:after {
  transition: border-left-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  content: "";
  border: 10px solid transparent;
  border-left: 13px solid #cfd5d0;
  margin-left: 13px;
}

.tooltip {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  background-color: #d9d9d9;
  min-width: 255px;
  max-width: 255px;
  text-align: center;
  padding: 30px;
  position: absolute;
  left: calc(100% + 27px);
  top: 50%;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  border-top-left-radius: 0;
}
@media (max-width: 1023.98px) {
  .tooltip {
    display: none;
  }
}
.tooltip:before {
  content: "";
  border: 14px solid #d9d9d9;
  position: absolute;
  right: calc(100% - 2px);
  top: 0;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.tooltip .img-holder {
  display: flex;
  justify-content: center;
  transform: translateY(-40px);
}
.tooltip .text-holder {
  margin-top: -30px;
  font-weight: 500;
  padding: 0 !important;
  color: #000 !important;
}
.tooltip .text-holder p {
  font-size: 16px !important;
}
.tooltip .btn {
  text-align: center !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  width: auto !important;
  padding: 18px 10px !important;
}
@media (min-width: 1024px) {
  .tooltip .btn:hover {
    background: transparent !important;
    color: #000 !important;
  }
}

.profile-item {
  margin-bottom: 25px;
}
.profile-item.playing .btn-play {
  padding-right: 2px;
}
.profile-item.playing .btn-play:before {
  border: 0;
  width: 2px;
  height: 9px;
  background-color: #fff;
  margin: 1px 0 0 4px;
}
.profile-item.playing .btn-play:after {
  margin: 1px 0 0 6px;
  border: 0;
  width: 2px;
  height: 9px;
  background-color: #fff;
}
.profile-item.playing .podcast-player {
  transform: translateY(0);
}
.profile-item .podcast-player {
  margin-bottom: 0;
  height: 40px;
  background-color: #333436;
  display: flex;
  transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(110%);
  z-index: 10;
  pointer-events: none !important;
  visibility: hidden;
}
.profile-item .podcast-player * {
  box-sizing: border-box;
}
.profile-item .podcast-player a,
.profile-item .podcast-player audio,
.profile-item .podcast-player button {
  pointer-events: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
}
.profile-item .podcast-player__left-holder {
  display: flex;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
  padding-left: 34px;
  height: 100%;
  background-color: #89bc3b;
}
.profile-item .mejs__controls {
  height: 100%;
  background: transparent;
  justify-content: flex-end;
  align-items: center;
}
.profile-item .mejs__duration-container {
  font-size: 12px;
  box-shadow: none;
  padding: 0;
  font-weight: 400;
  margin-left: 11px;
}
.profile-item .mejs__button,
.profile-item .mejs__time,
.profile-item .mejs__time-rail {
  height: auto;
}
.profile-item .mejs__button,
.profile-item .mejs__volume-button {
  display: none !important;
}
.profile-item .mejs__playpause-button svg {
  display: none !important;
}
.profile-item .mejs__currenttime-container {
  font-size: 14px;
  opacity: 0.6;
  padding: 0;
}
.profile-item .mejs__time-rail {
  display: none !important;
}
.profile-item .mejs__duration-container {
  font-size: 16px;
  box-shadow: none;
  padding: 0;
  font-weight: 400;
  margin-left: 11px;
}
.profile-item .mejs__horizontal-volume-slider,
.profile-item .mejs__time-rail {
  display: none !important;
}
.profile-item .mejs__container {
  background-color: #89bc3b;
  width: auto !important;
  height: 100% !important;
  min-width: 0 !important;
  flex-grow: 1;
}

.everlib-logo {
  cursor: pointer;
  width: 15px;
  height: 14px;
  background: transparent;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.everlib-logo .everlib-logo-first-bar,
.everlib-logo .everlib-logo-second-bar,
.everlib-logo .everlib-logo-third-bar,
.everlib-logo .everlib-logo-fourth-bar {
  width: 2px;
  margin-right: 2px;
  transition: 0.5s;
  animation: equalize 4s 0s infinite;
  animation-timing-function: linear;
  background-color: #fff;
}
.everlib-logo .everlib-logo-first-bar:last-child,
.everlib-logo .everlib-logo-second-bar:last-child,
.everlib-logo .everlib-logo-third-bar:last-child,
.everlib-logo .everlib-logo-fourth-bar:last-child {
  margin-right: 0;
}
.everlib-logo .everlib-logo-first-bar {
  height: 11px;
  transition: 0.5s;
  animation-delay: -1.9s;
}
.everlib-logo .everlib-logo-second-bar {
  height: 7px;
  animation-delay: -2.9s;
}
.everlib-logo .everlib-logo-third-bar {
  height: 14px;
  animation-delay: -3.9s;
}
.everlib-logo .everlib-logo-fourth-bar {
  height: 10px;
  animation-delay: -4.9s;
}

@keyframes equalize {
  0% {
    height: 14px;
  }
  4% {
    height: 12px;
  }
  8% {
    height: 10px;
  }
  12% {
    height: 8px;
  }
  16% {
    height: 7px;
  }
  20% {
    height: 10px;
  }
  24% {
    height: 12px;
  }
  28% {
    height: 7px;
  }
  32% {
    height: 14px;
  }
  36% {
    height: 10px;
  }
  40% {
    height: 7px;
  }
  44% {
    height: 11px;
  }
  48% {
    height: 14px;
  }
  52% {
    height: 10px;
  }
  56% {
    height: 6px;
  }
  60% {
    height: 12px;
  }
  64% {
    height: 14px;
  }
  68% {
    height: 11px;
  }
  72% {
    height: 14px;
  }
  76% {
    height: 8px;
  }
  80% {
    height: 14px;
  }
  84% {
    height: 13px;
  }
  88% {
    height: 14px;
  }
  92% {
    height: 10px;
  }
  96% {
    height: 10px;
  }
  100% {
    height: 14px;
  }
}


.inner-wrapper {
  padding-left: 75px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .inner-wrapper {
    padding-left: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .inner-wrapper {
    padding-left: 0;
  }
}

.decor-line {
  width: 1px;
  background: #89bc3b;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1023.98px) {
  .decor-line {
    display: none !important;
  }
}

.viewport-section.move-up,
.viewport-section .move-up {
  transform: translateY(-250px);
}
.viewport-section.move-up-small,
.viewport-section .move-up-small {
  transform: translateY(-100px);
}
.viewport-section.scale-small,
.viewport-section .scale-small {
  transform: scale(0.5);
}
.viewport-section.in-viewport.move-up,
.viewport-section.in-viewport .move-up {
  animation: move-up 1.2s ease-out forwards;
}
.viewport-section.in-viewport.move-up-small,
.viewport-section.in-viewport .move-up-small {
  animation: move-up-small 1s ease-out forwards;
}
.viewport-section.in-viewport.scale-small,
.viewport-section.in-viewport .scale-small {
  animation: scale-small 1s ease-out forwards;
}

@keyframes move-up {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move-up-small {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale-small {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.footer {
  background: #000;
  color: #a1a1a1;
  font-size: 13px;
  padding: 28px 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 63px 0;
  }
}
@media (max-width: 1023.98px) {
  .footer {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer .inner-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
}
.footer .text-holder {
  max-width: 670px;
}
@media (max-width: 1023.98px) {
  .footer .text-holder {
    margin: 0 auto 24px;
  }
}
.footer .text-holder p:last-child {
  margin-bottom: 0;
}

.footer .text-holder p a {
  color: inherit; 
}

.footer .text-holder p a:hover {
  color: white;
}

.footer .text-holder p {
  line-height: 1.8;
}

.footer .info-holder-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 60px;
  justify-content: center;
}

.footer .info-holder {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.footer .info-holder--ue {
  cursor: pointer;
}

/* .footer .info-holder--ue {
  margin-left: auto;
} */

@media screen and (max-width: 600px) {
  .footer .info-holder-wrap {
    gap: 24px;
  }

  .footer .info-holder span {
    display: none;
  }

}

@media screen and (max-width: 480px) {
  .footer .info-holder-wrap {
    flex-direction: column;
  }

  .footer .info-holder { 
    justify-content: space-between;
    gap: 12px;
  }
}


@media (max-width: 1023.98px) {
  .footer .info-holder {
    justify-content: center;
  }
}
.footer .info-holder > * {
  flex-shrink: 0;
}
.footer .info-holder > :first-child {
  margin-right: 10px;
}

.btn {
  display: inline-block;
  padding: 20px 30px;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  vertical-align: top;
  transition: all 0.5s;
  background-color: #000;
  color: #fff;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .btn:hover {
    color: #000;
    background-color: #fff;
  }
}
.btn.btn-orange {
  border-color: #89bc3b;
  background-color: #89bc3b;
  color: black;
}
@media (min-width: 1024px) {
  .btn.btn-orange:hover {
    background: white;
  }
}

.btn.btn-dark-blue {
  border-color: #4B85EB;
  background-color: #4B85EB;
}
@media (min-width: 1024px) {
  .btn.btn-dark-blue:hover {
    background: white;
    color: #4B85EB;

  }
}

.btn.btn-ue {
  border-color: #F3811F;
  background-color: #F3811F;
  color: white;
}
@media (min-width: 1024px) {
  .btn.btn-ue:hover {
    background: transparent;
    color: black;
  }
}

.btn.btn-blue {
  background-color: #dae1ec;
  border-color: #dae1ec;
  color: #000;
}
@media (min-width: 1024px) {
  .btn.btn-blue:hover {
    background: transparent;
  }
}
.btn [class*=icon] {
  margin-right: 7px;
}

.section-news {
  background-color: #fff;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .section-news {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .section-news {
    padding: 120px 0 117px;
  }
}
.section-news .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section-news .col {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .section-news .col {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .section-news .col.col-lg {
    width: 70%;
  }
}
.section-news .slider-holder {
  border: 1px solid #89bc3b;
  padding: 15px;
}
@media (min-width: 1024px) {
  .section-news .slider-holder {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .section-news .slider-holder {
    padding: 80px 85px 65px;
  }
}
.section-news .news-arrow-holder {
  margin: 0 -7px 24px;
  display: flex;
}
@media (max-width: 767.98px) {
  .section-news .news-arrow-holder {
    justify-content: center;
    display: none;
  }
}
.section-news .news-arrow-holder > * {
  margin: 0 7px;
}
.section-news .news-arrow-holder .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-slide .slide-inner {
  cursor: pointer;
  color: #000;
}
.news-slide .slide-inner:hover .slide-img:before, .news-slide .slide-inner:hover .slide-img:after {
  opacity: 1;
  visibility: visible;
}
.news-slide .slide-inner:hover strong {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.news-slide .slide-inner > * {
  display: block;
}
@media (min-width: 1024px) {
  .news-slide .slide-inner span {
    font-size: 16px;
  }
}
.news-slide .slide-img {
  position: relative;
  z-index: 1;
  margin-bottom: 27px;
}
.news-slide .slide-img img {
  aspect-ratio: 119 / 83;
  display: block;
  object-fit: cover;
  border-radius: .5rem;
}
.news-slide .slide-img:before, .news-slide .slide-img:after {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  content: "";
  position: absolute;
}
.news-slide .slide-img:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  border-radius: .5rem;
}
.news-slide .slide-img:after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #89bc3b;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
}
.section-news .slick-slide {
  margin: 0 20px;
}
.section-news .slick-list {
  margin: 0 -20px;
}
.news-slide strong {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .news-slide strong {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-news .inner-holder {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .section-news .inner-holder {
    padding-top: 40px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (min-width: 1280px) {
  .section-news .inner-holder {
    padding-right: 50px;
  }
}
.section-news .inner-holder h2 {
  margin-bottom: 0
}

.section-news .inner-holder strong { 
  margin-bottom: 8px;
  font-weight: 500;
}

/* @media (min-width: 1024px) {
  .section-news .inner-holder h2 {
    font-size: 58px;
  }
} */
@media (min-width: 1024px) {
  .section-news .inner-holder strong {
    font-size: 24px;
    margin-bottom: .25rem;
    display: block;
  }
}
@media (min-width: 1024px) {
  .section-news .inner-holder .btn {
    min-width: 240px;
  }
}
.section-news .decor-line {
  top: -120px;
  height: 173%;
}

.section-info {
  background-color: #20201E;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .section-info .row .col:first-child, .section-info .row .col:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .section-info {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  .section-info {
    padding: 119px 0 119px;
  }
}
.section-info .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767.98px) {
  .section-info .row {
    justify-content: center;
    text-align: center;
  }
}
.section-info .col {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .section-info .col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section-info .col {
    width: 33.3333%;
  }
}
@media (min-width: 1024px) {
  .section-info .col:first-child {
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .section-info .col:first-child .inner-holder {
    border-right: 1px solid #f5831f;
  }
}
@media (min-width: 1024px) {
  .section-info .col:nth-child(2) .inner-holder {
    padding-left: 50px;
  }
}
.section-info .inner-holder {
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .section-info .inner-holder {
    margin-bottom: 10px;
  }
}
.section-info .img-holder {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-info .img-holder {
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .section-info .img-holder {
    padding-left: 30px;
    margin-top: -21px;
  }
}

.section-video {
  background-color: #d9d9d9;
  padding: 70px 0;
}

.section-video .decor-line {
  bottom: 0;
  top: -70px;
}
@media (min-width: 1024px) {
  .section-video {
    padding: 80px 0;
  }

  .section-video .decor-line {
    top: -80px;
  }
}
@media (max-width: 767.98px) {
  .section-video {
    text-align: center;
  }
}
.section-video .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.section-video .col {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-video .col {
    width: 50%;
  }
}
.section-video .inner-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.section-video .inner-holder .btn {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 18px 35px;
  transform: translateY(-47%);
}
@media (min-width: 576px) {
  .section-video .inner-holder .btn {
    transform: translate(45%, -47%);
  }
}
.section-video .img-holder {
  padding-left: 31%;
}
@media (max-width: 767.98px) {
  .section-video .img-holder {
    text-align: left;
  }
}
.section-video .text-holder {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .section-video .text-holder {
    max-width: 490px;
  }
}
@media (min-width: 1024px) {
  .section-video .text-holder {
    font-size: 18px;
  }
}

.section-comment {
  background-color: #000;
  padding: calc(var(--formOverlap) * 3/4) 0 var(--homePadding);
  color: #fff;
  position: relative;
}

.section-comment .decor-line {
  bottom: calc(var(--homePadding) * -1);
}

.section-comment .decor-line-2 {
  top: -369px;
  height: calc(var(--formOverlap) * 3/4);
  bottom: auto;
}

@media screen and (min-width: 1200px) {

  .section-comment h3, .section-comment h2 {
    margin-left: -50px;
  }
}

@media screen and (max-width: 1024px) {

  .section-comment {
    padding-top: calc(var(--formOverlap) + 60px);
  }

}


/* .section-comment .slick-track {
  display: flex !important;
} */
.section-comment .slick-slide {
  height: inherit !important;
}
.section-comment .slide-inner {
  position: relative;
  padding: 20px 0 50px;
  overflow: hidden;
  outline: none;
  height: 100%;
}
@media (min-width: 1024px) {
  .section-comment .slide-inner {
    padding: 70px 0;
  }
}
.section-comment .slick-slide {
  margin: 0 25px;
}
.section-comment .slick-list {
  margin: 0 -25px;
}

.section-map {
  position: relative;
  z-index: 1;
  padding: 55px 0;
}
@media (min-width: 1024px) {
  .section-map {
    padding: 84px 0;
  }
}
.section-map .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.section-map .map img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-map .map-info {
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 327px;
}

@media screen and (max-width: 600px) {
  .section-map .map-info {
    max-width: 100%;
  }
}

.section-map .img-holder {
  margin-bottom: 15px;
}
.section-map .btn {
  width: 100%;
}

.section-map .map-info h5 {
  margin: 0; 
  font-size: 18px;
  font-weight: 600;
  color: black;
  line-height: 1.4;
  margin-bottom: .25rem;
}

.section-map .map-info p {
  font-size: 14px;
}

.section-banner {
  position: relative;
  z-index: 1;
  padding: 0 0 var(--homePadding);
}

.section-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 90%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .section-banner:before {
    height: 75%;
  }
}
@media (min-width: 1024px) {
  .section-banner:before {
    height: 70%;
  }
}

@media (min-width: 1279px) {
  .section-banner:before {
    height: 62%;
  }
}

.section-banner .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.section-banner .col {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .section-banner .col {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .section-banner .col {
    margin-bottom: 0;
    width: 25%;
  }
}
.section-banner .large-video {
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: black;
}
@media (min-width: 1024px) {
  .section-banner .large-video {
    margin-right: -50px;
  }
}
@media (min-width: 1280px) {
  .section-banner .large-video {
    margin-right: calc(585px - 50vw);
  }
}


.section-banner .large-video:before {
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  pointer-events: none;
}
.section-banner .large-video img,
.section-banner .large-video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-banner .inner-holder {
  position: relative;
  z-index: 1;
  height: 100%;
  display: block;
  overflow: hidden;
}
.section-banner .inner-holder:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.section-banner .inner-holder:before {
  transition: background-color 0.5s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-banner .inner-holder:after {
  transition: color 0.5s ease-in-out;
  content: "\e900";
  position: absolute;
  bottom: -4px;
  right: -8px;
  background-color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 40px;
  border-radius: 10px;
  color: white;
}
.section-banner .inner-holder .img-holder {
  position: relative;
  padding-bottom: 48%;
}
@media (min-width: 768px) {
  .section-banner .inner-holder .img-holder {
    padding-bottom: 58%;
  }
}
@media (min-width: 1280px) {
  .section-banner .inner-holder .img-holder {
    padding-bottom: 68%;
  }
}
.section-banner .inner-holder .img-holder img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.section-banner .inner-holder strong {
  transition: color 0.5s ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .section-banner .decor-line {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .section-banner .decor-line {
    left: 0;
  }
}
.section-banner .inner-block {
  height: 100%;
}
@media (max-width: 1279.98px) {
  .section-banner .inner-block {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .section-banner .inner-block {
    width: max-content;
  }
}
.section-banner .inner-block .brand-holder {
  padding-top: 20px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767px) {
  .section-banner .inner-block .brand-holder{
    display: none;
  }
}

.section-banner .info-holder {
  padding-top: var(--homePadding)
}

.section-banner .info-holder p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .section-banner .info-holder p {
    font-size: 18px;
  }
}

.section-banner .info-holder h1 {
  line-height: 1;
}
@media (min-width: 1024px) {
  .section-banner .info-holder h1 {
    margin-bottom: 37px;
  }
}
@media (min-width: 1280px) {
  .section-banner .size-holder {
    margin-right: -50px;
  }
}


@media screen and (max-width: 600px) {


  .section-banner .large-video {
    padding: 0;
  }

  .section-banner .large-video:before {
    display: none;
  }

  .section-banner .large-video img, .section-banner .large-video video {
    position: static;
    aspect-ratio: 1/1;
    height: auto;
    display: block;
  }

  .hero-section-content {
    padding: 40px;
    background: linear-gradient(180deg, rgba(84,82,82,1) 25%, rgba(0,0,0,1) 100%); 
  }

}

.section-system {
  padding: var(--homePadding) 0 0;
  background: black;
}

.section-system .decor-line {
  top: calc(var(--homePadding) * -1);
}

.section-system .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.section-system .row:not(.row-alt) {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.section-system .col {
  padding: 0 25px;
  width: 100%;
}
@media (min-width: 1024px) {
  .section-system .row .col {
    width: 42%;
  }
  .section-system .row .col:last-child {
    width: 58%;
  }
}
@media (min-width: 1024px) {
  .section-system .row-alt .col {
    width: 42%;
  }
}
@media (min-width: 1024px) {
  .section-system .row-alt .col:last-child {
    width: 58%;
  }
}
.section-system .row-alt .col:first-child .inner-holder {
  z-index: 12;
}
.section-system .text-holder {
  color: #fff;
}

.section-system-top {
  margin-bottom: calc(var(--videoOverlap) * -1);
}

.section-system-top .row {
  flex-wrap: nowrap;
}

@media screen and (max-width: 1024px) {
  .section-system-top .row {
    flex-wrap: wrap;
  }
}

.section-system-top .text-holder {
  padding-bottom: calc(var(--videoOverlap) + var(--homePadding));
}

@media screen and (max-width: 1023px) {
  .section-system-top .text-holder {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .section-system .text-holder {
    padding-right: 25px;
    font-size: 18px;
  }
}

.section-system .video-holder {
  position: relative;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
  margin-top: 70px;
  min-height: 420px;
  padding-bottom: 56.25%;
}

.section-system .video-col {
  margin-right: calc((100% - 100vw) / 2 + 60px);
  flex-grow: 1;
  margin-left: 54px;
}

@media screen and (max-width: 1360px) {
  .section-system .video-col {
    margin-right: calc((100% - 100vw) / 2);
  }

}

@media screen and (max-width: 1023px) {
  .section-system .video-holder {
    margin-top: 32px;
    min-height: auto;
  }
  .section-system .video-col { 
    margin-inline: auto;
  }
}

@media (min-width: 1024px) {
  .section-system .video-holder:hover:before, .section-system .video-holder:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}

.section-system .video-holder img,
.section-system .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-system .inner-block {
  background-color: #E8E9E9;
  position: relative;
  padding: var(--homePadding) 0 0 75px;
}

@media screen and (max-width: 1200px) {
  .section-system .inner-block {
    padding-left: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .section-system .inner-block {
    padding-left: 0;
  }
}

.section-system .video-holder .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  margin-right: -50%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-system .video-holder .btn span {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #F2842E;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .section-system .inner-block {
    padding-top: calc(var(--videoOverlap) + 40px);
  }
}

.section-system .inner-block .row {
  align-items: flex-start;
}

.section-system .inner-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  width: 9999px;
  height: 100%;
  background-color: inherit;
}

.section-system .inner-block:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9999px;
  width: 9999px;
  height: 100%;
  background-color: black;
}

@media (max-width: 1023.98px) {
  .section-system .inner-block:before {
    right: -25px;
    left: -25px;
  }

  .section-system .inner-block:after {
    left: calc(100% + 25px);
    right: -50px;
    background-color: black;
    width: auto;
  }
}

.section-system .inner-block .inner-holder {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .section-system .inner-block .inner-holder .decor-line {
    --decoOverlap: 90px;
    top: -55px;
    height: auto;
    bottom: calc(var(--formOverlap) - var(--decoOverlap));
  }
}
.section-system .inner-holder {
  height: 100%;
}
@media (min-width: 1024px) {
  .section-system .inner-holder {
    padding-right: 20px;
    display: flex;
    align-items: flex-end;
  }
}
.section-system .inner-holder > .btn {
  margin-top: auto;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  pointer-events: none;
  font-size: 17px;
  padding: 19px 30px;
}
@media (max-width: 1023.98px) {
  .section-system .inner-holder > .btn {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .section-system .inner-holder > .btn {
    transform: translateY(100%);
  }
}
@media (min-width: 1024px) {
  .section-system .inner-holder > .btn:hover {
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 1280px) {
  .section-system .inner-holder > .btn:hover {
    position: static;
    z-index: 0;
  }
}

.section-system-bottom {
  margin-bottom: calc(var(--formOverlap) * -1);
}
.section-system .systems-list {
  width: 100%;
  position: relative;
  z-index: 11;
}
@media (min-width: 1024px) {
  .section-system .systems-list {
    padding-right: 30px;
  }
}
@media (max-width: 1023.98px) {
  .section-system .systems-list {
    margin-bottom: 20px;
  }
}
.section-system .systems-list li {
  padding: 20px 0;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .section-system .systems-list li {
    padding: 23px 0 23px 75px;
  }
}
.section-system .systems-list li:last-child {
  border: 0;
}
.section-system .systems-list li.active .tooltip {
  opacity: 1;
  visibility: visible;
}
.section-system .systems-list li .tooltip .btn {
  font-size: 16px;
}
.section-system .systems-list a {
  transition: color 0.5s ease-in-out;
  display: flex;
  align-items: center;
  color: #000;
  width: max-content;
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .section-system .systems-list a {
    font-size: 26px;
  }
}
.section-system .systems-list a svg {
  width: 60px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .section-system .systems-list a:hover {
    color: #89bc3b;
  }
  .section-system .systems-list a:hover .st2 {
    fill: #89bc3b;
  }
}
.section-system .systems-list .st2 {
  transition: fill 0.5s ease-in-out;
}
.form-holder {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 3;
  max-width: calc(100% - 185px);
  margin-left: 54px;
  margin-right: 85px;

  margin-top: var(--videoOverlap);
}

@media screen and (max-width: 1024px) {
  .form-holder {
    margin-top: 50px;
    max-width: 700px;
    margin-inline: auto;
  }
}

.form-holder:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  top: -48px;
  right: -48px;
  width: 96px;
  height: 96px;
  border: 4px solid white;
  background: url('imgs/eu-circle.png') center center / cover;
}

@media screen and (max-width: 800px) {

  .form-holder:after {
    display: none;
  }

}

@media screen and (max-width: 600px) {

  .form-holder {
    margin-top: 24px;
    padding: 32px;
  }
}


.form-holder h3 {
  color: black;
  font-size: 34px;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {

  .form-holder h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.form-holder .btn-group {
  display: flex;
}
.form-holder .btn-group a {
  flex-shrink: 0;
  margin-right: 10px;
}

.form-holder .btn-group button {
  width: 100%;
}


@media screen and (max-width: 600px) {
  .form-holder .btn-group {
    flex-direction: column;
    gap: 12px;
  }

  .form-holder .btn-group a {
    margin-right: 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.ue-popup {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  padding: 50px;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;
  transition-delay: 0s, 0.3s;
}

.ue-popup--active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.ue-popup__container {
  background: white;
  box-shadow: 0px 2px 5px 0px #0000001A, 0px 9px 9px 0px #00000017, 0px 21px 12px 0px #0000000D, 0px 36px 15px 0px #00000003, 0px 57px 16px 0px #00000000;
  border-radius: .75rem;
  padding: 2.5rem 3rem;
  overflow: hidden;
  border-radius: .25rem;
  text-align: center;
}

.ue-popup--active .ue-popup__wrap {
  transform: scale(1);
}
.ue-popup__wrap {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 415px;
  max-height: 100%;
  transform: scale(.9);
  position: relative;
  z-index: 2;
  transition: .3s transform;
}

.ue-popup__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
}

.ue-popup__logo {
  margin: 0 auto 1.5rem;
  display: block;
  border-radius: .5rem;
}

.ue-popup__btns {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.hero-section {
  color: white;
  aspect-ratio: 16/9;
  padding: 100px 130px;
}

.hero-section-content {
  position: relative;
  z-index: 2;
  color: white;
}

.hero-section h1 {
  font-size: 77px;
  line-height: 1;
  margin: 0 0 1rem 0;
}

.p-overline {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}

.hero-section p:not(.p-overline) {
  font-size: 18px;
  max-width: 542px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1100px) {
  .hero-section h1 {
    font-size: 80px;
  }
}


@media screen and (max-width: 980px) {

  .hero-section h1 {
    font-size: 60px;
    margin-bottom: 1rem;
  }

  .hero-section {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 600px) {

  .hero-section h1 {
    font-size: 42px;
  }

  .p-overline {
    font-size: 17px;
    margin-bottom: .5rem;
  }
}

@media screen and (max-width: 400px) {

  .hero-section h1 {
    font-size: 36px;
  }

  .hero-section {
    padding: 60px 32px;
  }
  .p-overline {
    font-size: 18px;
  }

  .hero-section p:not(.p-overline) {
    font-size: 16px;
  }

}


.testimonial-item {
  background: white;
  border-radius: 4px;
  padding: 60px 48px;
  color: black;
}

.testimonial-item-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom:24px;
}

.testimonial-item-avatar {
  width: 65px;
  height: 65px;
}

.testimonial-item-avatar img {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 50%;
}

.testimonial-item h5 {
  line-height: 1.2;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  color: black;
}

.testimonial-item-stars {
  display: block;
  width: 98px;
  height: 17px;
  flex-shrink: 0;
  background: url('imgs/stars.png') center center / cover;
}

.testimonial-item-content p:last-child {
  margin-bottom: 0;
}

.comments-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  gap: 16px;
}

.comments-arrow-holder {
  display: flex;
  align-items: center;
  gap: 8px;
}

.comments-arrow-holder .slick-arrow {
  background-color: white;
  border: none;
}

.comments-arrow-holder .slick-arrow:hover {
  background-color: #ff8640;
}

.comments-arrow-holder .slick-arrow .icon-arrow {
  color: black;
  transition: .3s color;
}

.comments-arrow-holder .slick-arrow:hover .icon-arrow {
  color: white;
}

.comments-header {
  display: flex;
  gap: 8px;
  margin: 0 0 20px 32px;
  padding-top: 60px;
}

.comments-header-google {
  background: url('imgs/google-logo.png') center center / 136px 45px;
  width: 136px;
  height: 45px;
  display: block;
}

.comments-header-title  {
  font-weight: 400;
  color: #89bc3b;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.comments-header-title span {
  font-weight: 600;
  font-size: 30px;
  color: white;
}

.comments-header-star {
  width: 29px;
  height: 29px;
  background: url('imgs/icon-star.png') center center / 29px 29px;
  display: block;
  margin-bottom: 7px;
}

@media screen and (max-width: 600px) {

  .testimonial-item h5 {
    font-size: 18px;
  }

  .testimonial-item-avatar {
    width: 40px;
    height: 40px;
  }

  .comments-header-google {
    background-size: 100px 33px;
    width: 100px;
    height: 33px;
  }

  .testimonial-item-header {
    margin-bottom: 16px;
  }

  .comments-header-title span {
    font-size: 20px;
  }

  .comments-header-title {
    font-size: 18px;
    position: relative;
    top: 2px;
  }

  .comments-header {
    margin-left: 0;
    padding-top: 0;
  }

  .testimonial-item {
    padding: 40px 32px;
  }

  .comments-header-star {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }

}

.c-bannerBlock {
  padding: 100px 0;
  color: white;
  background-repeat: no-repeat;
  background-color: black;
  background-size: cover;
  background-image: url('imgs/header-bg.jpg');
  position: relative;
  background-position: center center;
}

.c-bannerBlock .inner-wrapper:after {
  content: '';
  top: -100px;
  bottom: -100px;
  height: auto;
  width: 1px;
  background: #89bc3b;
  position: absolute;
  left: 0;
}

.c-bannerBlock p {
  font-size: 18px;
  line-height: 1.7;
}

.c-bannerBlock p:last-child {
  margin-bottom: 0;
}

.c-bannerBlock h1, .c-contentBlock h1 {
  font-size: 64px;
}


/* .c-bannerBlock__overlay {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
} */

.c-bannerBlock .container {
  position: relative;
  z-index: 2;
}

.c-bannerBlock h1:last-child {
  margin-bottom: 0;
}


.c-contentBlock {
  padding: 100px 0;
  background: white;
  color: black;
  position: relative;
  z-index: 1;
}


.c-contentBlock .inner-wrapper:after {
  content: '';
  width: 1px;
  background: #89bc3b;
  position: absolute;
  left: 0;
  top: -100px;
  bottom: -100px;
  height: auto;
}

.c-contentBlock p {
  font-size: 18px;
  line-height: 1.7;
}

.c-contentBlock ul, .c-contentBlock ol {
  list-style-type: initial !important;
  margin-bottom: 20px !important;
  padding-left: 24px !important;
}

.c-contentBlock ul:last-child, .c-contentBlock ol:last-child {
  margin-bottom: 0 !important;
}

.c-contentBlock li {
  line-height: 1.7!important;
  font-weight: 400 !important;
}

.c-contentBlock p:last-child {
  margin-bottom: 0;
}


.c-contentBlock h2 {
  font-size: 42px;
  margin: 50px 0 28px;
}

.c-contentBlock h2:first-child {
  margin-top: 0;
}

.c-contentBlock h3 {
  font-size: 30px;
  margin: 50px 0 28px;
}

.c-contentBlock h3:first-child {
  margin-top: 0;
}

.c-contentBlock p a {
  color: #7767b2;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: .3s color;
}

.c-contentBlock p a:hover {
  color: #F2852E;
}

.wp-block-media-text {
  margin: 30px 0 70px;
}

.wp-block-media-text:first-child {
  margin-top: 0;
}

.wp-block-media-text:last-child {
  margin-bottom: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-right: 0;
}

.wp-block-media-text__media a {
  display: block;
  position: relative;
}

.wp-block-media-text__media a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.38);
  opacity: 0;
  visibility: hidden;
  transition: .3s opacity, .3s visibility;
}

.wp-block-media-text__media a:after {
  content: "+";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #89bc3b;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: .3s opacity, .3s visibility;
}

.wp-block-media-text__media a:hover:before, .wp-block-media-text__media a:hover:after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.wp-block-button__link  {
  display: inline-block;
  padding: 18px 30px;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  vertical-align: top;
  transition: all 0.5s;
  background-color: #000;
  color: #fff;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 5px;
  min-width: 200px;
}

.wp-block-button__link:hover {
  color: #000;
  background-color: #fff;
}

.wp-block-buttons {
  margin: 24px 0;
}

.wp-block-buttons:first-child {
  margin-top: 0;
}

.wp-block-buttons:last-child {
  margin-bottom: 0;
}

.c-bannerBlock .form-holder {
  margin: 0 30px 0 0;
  width: 38.5%;
  flex-shrink: 0;
}

.c-bannerBlock--hasForm .inner-wrapper {
  display: flex;
  gap: 9%;
}

.c-bannerBlock--hasForm .c-bannerBlock__content {
  flex-grow: 1;
}

.c-bannerBlock--hasForm .c-bannerBlock__content * {
  max-width: 550px;
}

.c-bannerBlock--hasForm {
  padding-bottom: 0;
  margin-bottom: calc(var(--insideOverlap) * -1);
}

/* .c-bannerBlock--hasForm + .c-contentBlock {
  padding-top: calc(var(--insideOverlap) + 100px);
} */

@media screen and (max-width: 1080px) {

  .c-bannerBlock--hasForm .inner-wrapper {
    flex-direction: column;
    gap: 60px;
  }

  .c-bannerBlock .form-holder {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .c-bannerBlock--hasForm + .c-contentBlock {
    padding-top: calc(var(--insideOverlap) + 100px);
  }

}

@media screen and (max-width: 1023px) {
    
  .c-contentBlock .inner-wrapper:after, .c-bannerBlock .inner-wrapper::after {
    display: none;
  }

}


@media screen and (max-width: 600px) {
  .c-contentBlock {
    padding: 60px 0;
  }

  .c-bannerBlock--hasForm + .c-contentBlock {
    padding-top: calc(var(--insideOverlap) + 60px);
  }

  .c-bannerBlock {
    padding: 60px 0;
  }

  .c-bannerBlock--hasForm {
    padding-bottom: 0;
  }

  .c-bannerBlock--hasForm .inner-wrapper {
    gap: 30px;
  }

  .c-contentBlock .inner-wrapper:after{
    top: -60px;
    bottom: -160px;
  }

  .c-bannerBlock .inner-wrapper:after{
    top: -60px;
    bottom: -60px;
  }

  .c-bannerBlock h1, .c-contentBlock h1  {
    font-size: 42px;
  }

  .c-contentBlock p {
    font-size: 16px;
  }

  .c-contentBlock li {
    font-size: 16px !important;
  }

  .c-contentBlock h2 {
    font-size: 30px;
  }

  .c-contentBlock h3 {
    font-size: 24px;
    margin: 32px 0 20px;
  }

  .wp-block-media-text {
    margin: 20px 0 50px;
  }

  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
    padding: 0;
    margin-top: 32px;
  }

}

.c-newsItems {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 50px;
}

.c-newsItems  .news-slide {
  width: calc((100% - 128px) / 3);
} 

@media screen and (max-width: 1200px) {
  .c-newsItems  .news-slide {
    width: calc((100% - 64px) / 2);
  } 
}

@media screen and (max-width: 980px) {
  .c-newsItems {
    gap: 32px;
  }

  .c-newsItems  .news-slide {
    width: calc((100% - 32px) / 2);
  } 
}

@media screen and (max-width: 540px) {
  .c-newsItems {
    margin-top: 32px;
  }
}

@media screen and (max-width: 540px) {
  .c-newsItems  .news-slide {
    width: 100%;
  }
}

.c-pagination {
  margin-top: 100px;
}

.c-pagination a, .c-pagination span {
  color: black;
  font-size: 19px;
  transition: .3s color;
}

.page-numbers:not(.next):not(:last-child):after {
  content: '-';
  color: black;
  padding-left: 4px;
}

.c-pagination a:hover, .c-pagination .current {
  color: #89bc3b;
}

.c-pagination .current { 
  font-weight: 600;
}


@media screen and (max-width: 600px) {
  .c-pagination {
    margin-top: 60px;
  }

  .c-pagination a, .c-pagination span {
    font-weight: 16px;
  }
}

.blog .c-bannerBlock, .archive .c-bannerBlock {
  padding: 65px 0;
  background-image: url('imgs/plywood-bg.jpg');
}

.c-categoryList {
  margin: 0;
  width: fit-content;
  position: relative;
  z-index: 3;
  min-width: 300px;
}

.c-categoryList .btn {
  width: 100%;
}

.c-categoryList__drop {
  position: absolute;
  z-index: -1;
  top: calc(100% - 1.2rem);
  left: 0;
  right: 0;
  list-style-type: none;
  background: white;
  border-radius: .5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 2.7rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  grid-gap: .25rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-1rem);
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
  transition: .3s opacity, .3s transform, .0s visibility .3s;
}

.c-categoryList--active .c-categoryList__drop {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}

.c-categoryList ul a {
  color: black;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: .25rem;
  font-size: 18px;
  display: inline-block;
  transition: .3s color, .3s background;
}

.c-categoryList ul a:hover {
  background: black;
  color: white;
}

.video-items {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}

.video-item {
  width: calc((100% - 64px ) / 2);
}

.video-item-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.video-item-thumb:before {
  transition: background-color 0.5s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-item-thumb:after {
  transition: color 0.5s ease-in-out;
  content: "\e900";
  position: absolute;
  bottom: -12px;
  right: -13px;
  background-color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 77px;
  border-radius: 21px;
  color: white;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
}

.video-item-thumb img {
  aspect-ratio: 289 / 196;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-right: -50%;
  color: white;
  padding: 20px 32px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.video-item-title span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
}

.video-item-content {
  margin-top: 24px;
}

.video-items-footer {
  width: 335px;
  margin-top: 100px;
}

.video-items-footer .btn {
  width: 100%;
  margin-bottom: 12px;
}

.video-items-footer img {
  display: block;
  margin: 0 auto;
}


@media screen and (max-width: 980px) {
  .video-items {
    gap: 32px;
  }

  .video-item {
    width: calc((100% - 32px) / 2);
  } 

  .video-item-thumb:after {
    bottom: -4px;
    right: -8px;
    width: 58px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
  }


}

@media screen and (max-width: 680px) {
  
  .video-item {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {

  .video-items-footer {
    margin-top: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 540px) {

  .video-item-title {
    font-size: 16px;
  }
  
  .video-item-title span {
    font-size: 24px;
  }

  .video-item-content {
    margin-top: 16px;
  }

  .video-item-content p {
    font-size: 15px;
  }

}

.blog-header-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.newsletter-wrapper {
  flex-grow: 1;
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  display: none;
}

.newsletter-form h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.newsletter-form input[type="email"] {
  margin: 0;
  text-align: center;
  border: none !important;
  padding-block: 0;
  height: 56px;
}

.mc-field-group {
  flex-grow: 1;
}

div.mce_inline_error {
  display: none !important;
}

#mce-responses {
  text-align: right;
  margin-top: 8px;
  font-weight: 500;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
}

@media screen and (max-width: 980px) {
  .blog-header-inner {
    flex-direction: column;
    gap: 24px;
  }

  .c-categoryList {
    width: 100%;

  }

  .newsletter-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {

  .blog .c-bannerBlock, .archive .c-bannerBlock {
    padding: 40px 0;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-form h3 {
    text-align: center;
  }

  .newsletter-form input[type="email"] {
    margin-bottom: -8px;
  }

}


.form-popup {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  padding: 50px;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;
}

.form-popup--active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.form-popup__wrap {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  max-width: 515px;
  max-height: 100%;
  transform: scale(.9);
  position: relative;
  z-index: 2;
  transition: .3s transform;
}
.form-popup__wrap:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  z-index: 4;
  top: -48px;
  right: -48px;
  width: 96px;
  height: 96px;
  border: 4px solid white;
  background: url('imgs/eu-circle.png') center center / cover;
}

@media screen and (max-width: 600px) {
  .form-popup__wrap:after {
    display: none;
  }
}

.form-popup--active  .form-popup__wrap {
  transform: scale(1);
}

.form-popup__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
}

.form-popup .form-holder {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x:auto;
}

.form-popup .form-holder:after {
  display: none;
}

.form-holder__overflow {
  overflow-x: auto;
}

.form-popup__close {
  position: absolute;
  top: -40px;
  left: 0;
  background: transparent;
  color: white;
  border: none;
  padding: 0;
  font-weight: 700;
  transition: .3s color;
}

.form-popup__close:hover {
  color: #f6f6f6;
}

.form-popup__close span {
  color: #89bc3b;
}

@media screen and (max-width: 600px) {
  
  .form-popup__close {
    top: -26px;
  }

  .form-popup {
    padding: 50px 24px 24px;
  }

}


.team-items {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10%;
  row-gap: 40px;
  max-width: 945px;
}

.team-items .team-item {
  width: calc((100% - 10%) / 2);
}
.team-item {
  border-radius: 4px;
  padding: 0 34px;
  color: white;
}

.team-item__content {
  padding: 24px 24px 30px;
  background: black;
  text-align: center;
  border-radius: 4px;
}

.team-item img {
  display: block;
  margin: 24px -58px 30px;
  width: calc(100% + 116px);
  max-width: calc(100% + 116px);
  aspect-ratio: 416 / 273;
  object-fit: cover;
}

.team-item h4 {
  color: white;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
}

.team-item p {
  margin: 0;
  font-size: 16px;
}

.team-item p a {
  text-decoration: none;
  color: #85b9fa;
}

.team-item p a:hover {
  color: #afd0fa;
}

@media screen and (max-width: 980px) {
  .team-items {
    grid-gap: 40px;
  }
  
  .team-items .team-item {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .team-items .team-item {
    width: 100%;
  }

  .team-items {
    row-gap: 24px;
  }

}

.wpcf7-form {
  position: relative;
}

/* .wpcf7-form .form-content {
  transition: .3s opacity, 0s visibility .3s;
} */

.wpcf7-form.sent .form-content {
  opacity: 0;
  visibility: hidden;
  transition: .3s opacity, 0s visibility .3s;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-form .thank-you {
  position: absolute;
  top: calc(50% - 20px);
  left: 24px;
  right: 24px;
  transform: translateY(-50%);
  text-align: center;
	color: black;
  visibility: hidden;
  opacity: 0;
  transition: .3s opacity, 0s visibility .3s;
}

.wpcf7-form.sent .thank-you {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.wpcf7-form .thank-you h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 500;
}

.wpcf7-form .thank-you h4:before {
  content: '';
  width: 69px;
  height: 69px;
  background: url('imgs/icon-checkmark.png') center center / 69px 69px;
}

.wpcf7-form .thank-you p {
  font-weight: 500;
  margin: 0;
	font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}

.instagram-block {
  padding: 0 15px;
}

.instagram-block__header {
  margin-bottom: 16px;
}

#sb_instagram #sbi_images {
  padding: 12px 0;
  gap: 14px !important;
}

#sb_instagram #sbi_load .sbi_load_btn {
  display: inline-block;
  padding: 18px 30px;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  vertical-align: top;
  transition: all 0.5s;
  background-color: #000;
  color: #fff;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 5px;
  margin-top: 24px;
}

@media (min-width: 1024px) {
  #sb_instagram #sbi_load .sbi_load_btn:hover {
    color: #000;
    background-color: #fff;
  }
}

@media screen and (max-width: 600px) {

  #sb_instagram #sbi_load .sbi_load_btn {
    margin-top: 16px;
  }
}

@media screen and (max-width: 600px) {
    .section-news .inner-holder {
      margin-bottom: 40px;
    }
}

.page-template-page-videos  .section-news {
    padding-top: 0 !important;
}

.section-footer .contact-col a {
  color: #82c9fa;
  transition: .3s color;
}

.section-footer .contact-col a:hover {
  color: white; 
}

.section-footer .contact-col a[href^="mailto:"] {
  color: #82c9fa;
  text-decoration: underline;
  text-underline-offset: .35rem;
}

.section-footer .contact-col a[href^="tel:"] {
  color: white;
}

.section-footer .contact-col a[href^="mailto:"]:hover {
  color: white;
}

.section-footer .decor-line {
  height: auto;
  top: 0;
  bottom: 0;
}

.section-footer ul:last-child {
  margin-bottom: 0 !important;
}

a {
  outline: none;
}


@media (min-width: 1024px) {
  .p-lg  {
    font-size: 18px;
  }
}

.advantage-section {
  padding: var(--homePadding) 0;
  color: white;
}

.advantage-section .decor-line {
  top: calc(var(--homePadding) * -1);
  bottom: calc(var(--homePadding) * -1);
}

p:last-child {
  margin-bottom: 0;
}

.section-banner .decor-line {
  bottom: calc(var(--homePadding) * -1);
}

.design-section h2 {
  max-width: 810px;
}

.design-section-cols {
  display: flex;
  gap: 3rem;
  row-gap: 1rem;
  margin-top: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.design-section-list {
  width: 387px;
  flex-shrink: 0;
}

.design-section-desc {
  width: calc(100% - 387px - 3rem);
}

.design-section-cols + .design-section-cols { 
  margin-top: 3.5rem;
  align-items: center;
  margin-bottom: .5rem;
}

.btn-full {
  width: 100%;
  text-align: center;
}

.components-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: .4rem;
  margin-bottom: 0;
  justify-content: space-between;
}

.components-list li {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.components-list li:nth-of-type(2n) {
  width: 164px;
  flex-shrink: 0;
}

.components-list li:before {
  content: '';
  width: 21px;
  height: 16px;
  background: url('imgs/icon-check-grey.png') center center / 21px 16px; 
  flex-shrink: 0;
}

@media screen and (max-width: 800px) {
  .design-section-cols { 
    flex-direction: column;
    gap: 2rem;
  }

  .design-section-cols + .design-section-cols  {
    margin-top: 2rem;
    align-items: start;
  }

  .design-section-desc {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .design-section-cols {
    gap: 2rem;
  }
}

@media screen and (max-width: 436px) {
  .components-list li {
    font-size: 17px;
  }
  .components-list li:nth-of-type(2n) {
    width: 146px;
  }

  .design-section-list {
    width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .components-list {
    flex-direction: column;
  }

  .components-list li:nth-of-type(2n) {
    width: 100%;
  }
}

.advantage-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  row-gap: .4rem;
  margin-bottom: 0;
  justify-content: space-between;
  width: 387px;
  flex-shrink: 0;
}

.advantage-list li {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}

.advantage-list li:before {
  content: '';
  width: 21px;
  height: 16px;
  background: url('imgs/icon-check-primary.png') center center / 21px 16px; 
  flex-shrink: 0;
}

.advantage-cols {
  margin-top: 2rem;
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

@media screen and (max-width: 800px) {
  .advantage-cols { 
    flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .advantage-cols {
    gap: 2rem;
  }
}

@media screen and (max-width: 436px) {
  .advantage-list li {
    font-size: 17px;
  }
}


.design-logos {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.design-logo img {
  display: block;
}

.menu-partner {
  transition: .3s opacity;
  margin-left: .5rem;
  padding-right: 0;
}

.menu-partner img {
  display: block;
  border-radius: .25rem;
}

.menu-partner:hover {
  opacity: .9;
}

@media screen and (max-width: 1070px) {
  .header__main-nav > li:first-child {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header__main-nav > li:first-child {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .menu-partner {
    margin-left: 0;
    margin-top: .75rem;
  }
}

.menu-contact {
  display: none;
  margin-top: .75rem;
}

.menu-contact a {
  color: white !important;
  background: #5E2FF9 !important;
  padding: 20px 18px !important;
  border-radius: .25rem;
  font-size: 15px !important;
}

@media screen and (max-width: 1024px) {
  .menu-contact {
    display: inline-block;
  }
}

.c-bannerBlock::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.6);
}