/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'Encode Sans Expanded', sans-serif;
  background: #E7E7E7;
  color: #000; }

::selection {
  background: #000;
  /* Safari */
  color: #E7E7E7; }

::-moz-selection {
  background: #000;
  /* Firefox */
  color: #E7E7E7; }

.row {
  position: relative;
  z-index: 2; }

.row:after {
  clear: both;
  display: table;
  content: ""; }

* {
  outline: none; }

.c {
  display: inline-block;
  float: left; }

a, a:link, a:visited, a:hover {
  text-decoration: none;
  color: inherit; }

.content {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #E7E7E7;
  z-index: 1; }

.home .content {
  z-index: auto; }

html,
body,
#wrapper {
  width: 100%;
  overflow-x: hidden;
  background: #000; }

main {
  overflow: hidden;
  z-index: 1; }

*[data-target] {
  cursor: pointer; }

@keyframes pulse {
  0% {
    transform: translateY(-15%); }
  50% {
    transform: translateY(15%); }
  100% {
    transform: translateY(-15%); } }
.appear {
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  will-change: transform,opacity;
  transform: translateY(100px);
  opacity: 0; }

.appear-f {
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  will-change: transform,opacity;
  transform: translateY(100px);
  opacity: 0; }

.appear.d1 {
  transition-delay: 100ms; }

.appear.d2 {
  transition-delay: 200ms; }

.appear.d3 {
  transition-delay: 300ms; }

.appear.d4 {
  transition-delay: 400ms; }

.appear.d5 {
  transition-delay: 500ms; }

.appear.d6 {
  transition-delay: 600ms; }

.appear.d7 {
  transition-delay: 700ms; }

.appear.d8 {
  transition-delay: 800ms; }

.appeared {
  opacity: 1;
  transform: translateY(0); }

.cells-3 .panel-grid-cell.appear:nth-child(1) {
  transition-delay: 200ms; }

.cells-3 .panel-grid-cell.appear:nth-child(2) {
  transition-delay: 300ms; }

.cells-3 .panel-grid-cell.appear:nth-child(3) {
  transition-delay: 400ms; }

.parallax, .parallax-2 {
  position: relative;
  z-index: 5;
  will-change: transform;
  transition: none; }

input {
  border-radius: 0; }

.bg {
  background: #000; }

.hidden-img {
  display: none; }

#nbit-pl #e3D18r_czater {
  position: relative;
  z-index: 80; }
  #nbit-pl #e3D18r_czater .czater-header {
    font-family: 'Encode Sans Expanded', sans-serif !important; }
  #nbit-pl #e3D18r_czater #teaser_caption {
    font-family: 'Encode Sans Expanded', sans-serif !important; }
  #nbit-pl #e3D18r_czater #czater-contener #teaser {
    background: #E7E7E7 !important;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25) !important;
    padding: 9px 10px 9px 15px  !important;
    line-height: 17px  !important;
    font-size: 12px  !important;
    color: #000  !important;
    width: 131px !important;
    min-width: 125px !important; }
  #nbit-pl #e3D18r_czater #czater-contener #teaser_caption {
    line-height: 17px  !important;
    font-size: 12px  !important;
    color: #000  !important;
    width: 100px !important; }
  #nbit-pl #e3D18r_czater .czater-button {
    border: 0 !important;
    border-radius: 0 !important;
    width: 42px !important;
    height: 42px !important;
    position: relative;
    top: 29px; }
  #nbit-pl #e3D18r_czater #status {
    left: 1px !important;
    top: 4px !important;
    width: 31px !important;
    height: 31px !important;
    background: url(../img/chat.svg) no-repeat 0 0 !important; }
  #nbit-pl #e3D18r_czater #czater-contener.attachment-bottom-right #teaser::after,
  #nbit-pl #e3D18r_czater #czater-contener.attachment-left-edge #teaser::after {
    border-style: solid !important;
    border-width: 4px 0 4px 5px  !important;
    border-color: transparent transparent transparent #E7E7E7 !important;
    right: -5px !important;
    top: 46px; }
  #nbit-pl #e3D18r_czater #teaser_close {
    display: block !important;
    background: none !important;
    width: 13px;
    height: 13px;
    position: relative;
    transition: all 0.3s ease;
    top: 6px;
    left: 1px;
    cursor: pointer; }
  #nbit-pl #e3D18r_czater #teaser_close:after {
    background: #000;
    width: 13px;
    height: 1px;
    transform: rotate(45deg);
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    top: 3px;
    left: 0;
    display: block;
    cursor: pointer; }
  #nbit-pl #e3D18r_czater #teaser_close:before {
    background: #000;
    width: 13px;
    height: 1px;
    transform: rotate(-45deg);
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    top: 3px;
    left: 0;
    display: block;
    cursor: pointer; }
  #nbit-pl #e3D18r_czater #teaser_close:hover {
    display: block !important; }
    #nbit-pl #e3D18r_czater #teaser_close:hover:after {
      background: #FF4F29; }
    #nbit-pl #e3D18r_czater #teaser_close:hover:before {
      background: #FF4F29; }
  #nbit-pl #e3D18r_czater #czater-contener[data-display="on"].attachment-bottom-left,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="on"].attachment-bottom-right {
    bottom: 0 !important;
    position: fixed !important;
    top: auto !important; }
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right {
    bottom: 100px !important;
    right: 113px  !important; }
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left.end,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right.end {
    bottom: 190px !important;
    right: 113px !important;
    position: fixed !important;
    top: auto !important; }
  #nbit-pl #e3D18r_czater.nc #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left,
  #nbit-pl #e3D18r_czater.nc #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right {
    bottom: 78px !important; }
  #nbit-pl #e3D18r_czater.nc #czater-contener[data-display="off"].attachment-bottom-left.end,
  #nbit-pl #e3D18r_czater.nc #czater-contener[data-display="off"].attachment-bottom-right.end {
    bottom: 190px !important; }

@media (max-width: 1200px) {
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right {
    right: 80px  !important; }
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left.end,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right.end {
    right: 803px !important; } }
@media (max-width: 1200px) {
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right {
    right: 95px  !important; }
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left.end,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right.end {
    right: 95px !important; } }
@media (max-width: 1050px) {
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right {
    right: 45px  !important; }
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left.end,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right.end {
    right: 45px !important; } }
@media (max-width: 900px) {
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right {
    right: 48px  !important; }
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left.end,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right.end {
    right: 48px !important; } }
@media (max-width: 768px) {
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right {
    right: 38px  !important; }
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left.end,
  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right.end {
    right: 38px !important; } }
#cookies {
  right: 118px;
  bottom: 3px;
  z-index: 99;
  position: fixed;
  padding: 14px 22px 17px 29px;
  background: #FF4F29;
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
  color: #fff; }
  #cookies a {
    font-weight: 500;
    text-decoration: underline; }
  #cookies button {
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    background: transparent;
    border: 0;
    cursor: pointer; }

.content-wrapper {
  line-height: calc(14px + 0.625vw);
  font-size: calc(14px + 0.104166vw); }
  .content-wrapper h1 {
    font-weight: 600;
    line-height: calc(14px + 1.041666vw);
    font-size: calc(14px + 0.520833vw);
    color: #FF4F29;
    margin: 1.822917vw 0; }
  .content-wrapper h2 {
    font-weight: 600;
    line-height: calc(14px + 0.833333vw);
    font-size: calc(14px + 0.416666vw);
    color: #FF4F29;
    margin: 1.666667vw 0; }
  .content-wrapper h3 {
    font-weight: 600;
    line-height: calc(14px + 0.729166vw);
    font-size: calc(14px + 0.364583vw);
    color: #FF4F29;
    margin: 1.510417vw 0; }
  .content-wrapper h4 {
    font-weight: 600;
    line-height: calc(14px + 0.625vw);
    font-size: calc(14px + 0.260416vw);
    color: #FF4F29;
    margin: 1.510417vw 0; }
  .content-wrapper h5 {
    font-weight: 600;
    line-height: calc(14px + 0.625vw);
    font-size: calc(14px + 0.15625vw);
    color: #FF4F29;
    margin: 1.510417vw 0; }
  .content-wrapper h6 {
    font-weight: 600;
    line-height: calc(14px + 0.625vw);
    font-size: calc(14px + 0.104166vw);
    color: #FF4F29;
    margin: 1.510417vw 0; }
  .content-wrapper hr {
    width: 100%;
    height: 1px;
    border: 0;
    background: #FF4F29;
    margin: 2.864583vw 0; }
  .content-wrapper p {
    line-height: calc(14px + 0.625vw);
    font-size: calc(14px + 0.104166vw); }

#livechat {
  display: none;
  position: fixed;
  right: 118px;
  bottom: 70px;
  z-index: 99;
  cursor: pointer; }
  #livechat .text {
    background: #E7E7E7;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    padding: 9px 16px 14px 15px;
    line-height: 17px;
    font-size: 12px;
    float: left;
    position: relative; }
    #livechat .text:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 5px;
      border-color: transparent transparent transparent #E7E7E7;
      content: "";
      display: table;
      position: absolute;
      right: -5px;
      top: 39px; }
  #livechat .icon {
    margin-top: 17px;
    background: #FF4F29;
    width: 42px;
    height: 42px;
    display: inline-block;
    float: right;
    margin-left: 12px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25); }
    #livechat .icon svg {
      position: relative;
      left: 6px;
      top: 8px; }

.particles {
  overflow: hidden;
  z-index: 1; }

#loader {
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 400ms linear; }
  #loader.loaded {
    opacity: 0; }

#wrapper.fixed > header .gold-partner {
  opacity: 0; }

#wrapper > header {
  padding: 33px 186px 19px 186px;
  color: #fff;
  width: 100%;
  margin: auto;
  position: fixed;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 99;
  font-style: normal;
  font-weight: normal;
  transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1), background 150ms linear;
  transform: translateY(-1100px); }
  #wrapper > header.show {
    background: #000;
    transform: translateY(0);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25); }
  #wrapper > header.invisible-bg {
    transition: background 300ms cubic-bezier(0.55, 0, 0.1, 1);
    background: transparent;
    box-shadow: none; }
  #wrapper > header.bg {
    background: #000 !important; }
  #wrapper > header:after {
    clear: both;
    display: table;
    content: ""; }
  #wrapper > header #logo {
    position: relative;
    z-index: 100; }
  #wrapper > header #logo, #wrapper > header .menu, #wrapper > header .gold-partner {
    display: inline-block;
    float: left; }
  #wrapper > header .gold-partner {
    float: right;
    transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1); }
    #wrapper > header .gold-partner:hover {
      opacity: 0.8; }

#wrapper > footer {
  background: #000;
  color: #fff;
  line-height: 21px;
  font-size: 14px;
  padding: 122px 185px 110px 185px;
  width: 100%;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  position: relative;
  z-index: 3; }
  #wrapper > footer a {
    color: #FF4F29; }
  #wrapper > footer .sponsor {
    margin: 0;
    margin-top: 32px;
    padding: 0;
    list-style: none; }
    #wrapper > footer .sponsor svg {
      transition: all 400ms linear; }
    #wrapper > footer .sponsor a:hover svg {
      opacity: 0.8; }
    #wrapper > footer .sponsor li {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 25px; }
      #wrapper > footer .sponsor li:before {
        display: none !important; }
      #wrapper > footer .sponsor li:after {
        display: table;
        clear: both;
        content: ''; }
      #wrapper > footer .sponsor li .text {
        display: inline-block;
        float: left;
        max-width: 100px;
        line-height: 17px;
        font-size: 12px;
        padding-right: 20px; }
      #wrapper > footer .sponsor li .logo {
        display: inline-block;
        float: left; }
      #wrapper > footer .sponsor li .logo-za-1-usmiech {
        position: relative;
        top: -2px; }
      #wrapper > footer .sponsor li .logo-piast-futsal {
        position: relative;
        top: -6px; }
  #wrapper > footer .miracles {
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #FFFFFF;
    max-width: 208px;
    padding-right: 10px; }
    #wrapper > footer .miracles a {
      font-weight: 600;
      line-height: 20px;
      font-size: 14px;
      text-align: center;
      background: #fff;
      color: #000;
      transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95);
      padding: 19px 10px;
      width: 100%;
      display: table;
      text-transform: uppercase;
      margin-top: 32px; }
    #wrapper > footer .miracles a:hover {
      transform: translateY(-5px);
      background: #FF4F29;
      box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
      color: #fff; }
  #wrapper > footer .row {
    margin: 0 -13px;
    position: relative; }
  #wrapper > footer #footer-logo {
    margin-bottom: 78px; }
    #wrapper > footer #footer-logo svg,
    #wrapper > footer #footer-logo h2 {
      display: inline-block; }
    #wrapper > footer #footer-logo h2 {
      font-weight: 600;
      line-height: 16px;
      font-size: 12px;
      color: #848484;
      margin-left: 38px; }
  #wrapper > footer .c {
    width: 20%;
    padding: 0 13px; }
  #wrapper > footer #footer-second-line {
    margin-top: 133px; }
    #wrapper > footer #footer-second-line:after {
      display: table;
      clear: both;
      content: ''; }
  #wrapper > footer .copyright, #wrapper > footer .nuostudio {
    line-height: 16px;
    font-size: 11px;
    display: inline;
    width: 50%;
    float: left; }
  #wrapper > footer .nuostudio {
    float: left;
    text-align: right; }
  #wrapper > footer .copyright a,
  #wrapper > footer .nuostudio a {
    color: #fff;
    text-decoration: underline; }
  #wrapper > footer .social svg * {
    fill: #fff;
    transition: all 200ms linear; }
  #wrapper > footer .social a {
    transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95);
    display: inline-block; }
    #wrapper > footer .social a:hover {
      transform: translateY(-3px); }
      #wrapper > footer .social a:hover svg * {
        fill: #FF4F29; }
  #wrapper > footer .social svg {
    margin-right: 31px; }

#wrapper > header.show .menu .sub-menu {
  display: block; }

.menu-item:before {
  display: none !important; }

#wrapper > header .main-menu > ul > li {
  margin-right: 41px;
  transition: color 300ms cubic-bezier(0.55, 0, 0.1, 1);
  position: relative;
  padding-bottom: 10px; }
  #wrapper > header .main-menu > ul > li.current-menu-item {
    color: #FF4F29; }
    #wrapper > header .main-menu > ul > li.current-menu-item:after {
      width: 100%; }
  #wrapper > header .main-menu > ul > li a {
    display: block;
    width: 100%;
    height: 100%; }
    #wrapper > header .main-menu > ul > li a svg {
      display: none; }
  #wrapper > header .main-menu > ul > li:after {
    position: absolute;
    bottom: 1px;
    z-index: 2;
    left: 0;
    height: 1px;
    content: "";
    background: #FF4F29;
    width: 0;
    transition: width 300ms cubic-bezier(0.55, 0, 0.1, 1); }
#wrapper > header .main-menu > ul > li:hover {
  color: #FF4F29; }
  #wrapper > header .main-menu > ul > li:hover:after {
    width: 100%; }
#wrapper > header .menu {
  font-size: 13px;
  position: relative;
  z-index: 100;
  margin-left: 337px;
  top: 6px; }
  #wrapper > header .menu ul, #wrapper > header .menu li {
    padding: 0;
    margin: 0;
    list-style: none; }
  #wrapper > header .menu li {
    display: inline-block;
    position: relative; }
    #wrapper > header .menu li a {
      color: #fff;
      display: block;
      width: 100%;
      height: 100%; }
  #wrapper > header .menu .sub-menu {
    display: none;
    position: absolute;
    top: 51px;
    left: -35px;
    visibility: hidden;
    padding: 0 35px;
    padding-bottom: 50px;
    overflow: hidden;
    width: 500px; }
    #wrapper > header .menu .sub-menu li {
      width: 100%;
      padding: 13px 16px 12px 16px;
      background: #000;
      left: 130%;
      transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
      margin-top: 1px; }
      #wrapper > header .menu .sub-menu li div {
        display: inline-block;
        transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1); }
      #wrapper > header .menu .sub-menu li svg {
        position: absolute;
        top: 14px;
        display: block;
        right: 18px;
        opacity: 0;
        transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1); }
    #wrapper > header .menu .sub-menu li:nth-child(6) {
      transition-delay: 0s; }
    #wrapper > header .menu .sub-menu li:nth-child(5) {
      transition-delay: 0.1s; }
    #wrapper > header .menu .sub-menu li:nth-child(4) {
      transition-delay: 0.2s; }
    #wrapper > header .menu .sub-menu li:nth-child(3) {
      transition-delay: 0.3s; }
    #wrapper > header .menu .sub-menu li:nth-child(2) {
      transition-delay: 0.4s; }
    #wrapper > header .menu .sub-menu li:nth-child(1) {
      transition-delay: 0.5s; }
  #wrapper > header .menu .menu-item:hover .sub-menu {
    visibility: visible; }
    #wrapper > header .menu .menu-item:hover .sub-menu li {
      left: 0; }
    #wrapper > header .menu .menu-item:hover .sub-menu li:nth-child(1) {
      transition-delay: 0s; }
    #wrapper > header .menu .menu-item:hover .sub-menu li:nth-child(2) {
      transition-delay: 0.1s; }
    #wrapper > header .menu .menu-item:hover .sub-menu li:nth-child(3) {
      transition-delay: 0.2s; }
    #wrapper > header .menu .menu-item:hover .sub-menu li:nth-child(4) {
      transition-delay: 0.3s; }
    #wrapper > header .menu .menu-item:hover .sub-menu li:nth-child(5) {
      transition-delay: 0.4s; }
    #wrapper > header .menu .menu-item:hover .sub-menu li:nth-child(6) {
      transition-delay: 0.5s; }
    #wrapper > header .menu .menu-item:hover .sub-menu > .menu-item:hover {
      box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.35); }
      #wrapper > header .menu .menu-item:hover .sub-menu > .menu-item:hover div {
        color: #FF4F29;
        transform: translateX(13px); }
      #wrapper > header .menu .menu-item:hover .sub-menu > .menu-item:hover svg {
        opacity: 1; }
#wrapper > header .main-menu-icon {
  display: none; }
  #wrapper > header .main-menu-icon div {
    width: 30px;
    background: transparent;
    border: 0;
    outline: none; }
  #wrapper > header .main-menu-icon .lines-button {
    transition: .3s;
    cursor: pointer;
    user-select: none;
    /* */ }
  #wrapper > header .main-menu-icon .lines-button:hover {
    opacity: 1; }
  #wrapper > header .main-menu-icon .lines-button:active {
    transition: 0; }
  #wrapper > header .main-menu-icon .lines {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #FF4F29;
    transition: 0.3s;
    position: relative; }
  #wrapper > header .main-menu-icon .lines:before, #wrapper > header .main-menu-icon .lines:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #FF4F29;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center; }
  #wrapper > header .main-menu-icon .lines:before {
    top: 9px; }
  #wrapper > header .main-menu-icon .lines:after {
    top: -9px; }
  #wrapper > header .main-menu-icon .lines-button.open {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  #wrapper > header .main-menu-icon .lines-button.x.open .lines {
    background: transparent; }
  #wrapper > header .main-menu-icon .lines-button.x.open .lines:before, #wrapper > header .main-menu-icon .lines-button.x.open .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px; }
  #wrapper > header .main-menu-icon .lines-button.x.open .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  #wrapper > header .main-menu-icon .lines-button.x.open .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.mobile-menu {
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  float: none;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }
  .mobile-menu .main-menu {
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 0;
    margin-left: 18px;
    height: 100%;
    display: table; }
    .mobile-menu .main-menu ul {
      display: table-cell;
      vertical-align: middle;
      list-style: none;
      margin: 0;
      padding: 0;
      font-weight: 600;
      line-height: 57px;
      font-size: 20px; }
      .mobile-menu .main-menu ul li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .mobile-menu .main-menu ul a {
        font-weight: 600;
        line-height: 57px;
        font-size: 20px; }
  .mobile-menu .main-menu .sub-menu {
    display: none; }
  .mobile-menu .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    opacity: 0;
    transition: opacity 100ms linear; }
    .mobile-menu .bg.open {
      opacity: 1; }
  .mobile-menu.open {
    display: block; }

#wrapper > footer .footer-menu ul, #wrapper > footer .footer-menu li {
  margin: 0;
  padding: 0;
  list-style: none; }
#wrapper > footer .footer-menu li {
  margin-left: 19px; }
#wrapper > footer .footer-menu a {
  color: #FFF; }

#wrapper > header.invisible-bg .menu .sub-menu li {
  background: rgba(0, 0, 0, 0.5); }

#fortinet-lp {
  background: #E7E7E7; }
  #fortinet-lp #logo-fortinet {
    position: relative;
    z-index: 2; }
    #fortinet-lp #logo-fortinet svg {
      width: 13.645833vw;
      min-width: 130px; }
  #fortinet-lp .content-fortinet {
    padding: 5.104167vw 186px 8.333333vw 186px;
    position: relative;
    z-index: 1; }
  #fortinet-lp .particles-bg {
    position: absolute;
    width: 40%;
    left: 0;
    top: 0;
    height: 100%;
    background: #FF4F29;
    z-index: 1; }
    #fortinet-lp .particles-bg:after {
      z-index: 1;
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 18.75vw 0 52.083333vw #FF4F29; }
  #fortinet-lp .particles {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%; }
    #fortinet-lp .particles:before {
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      box-shadow: -2.604167vw -1.041667vw 10.416667vw #FF4F29 inset; }
    #fortinet-lp .particles:after {
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 2.604167vw 1.041667vw 10.416667vw #FF4F29 inset; }
  #fortinet-lp .c1 {
    display: inline-block;
    width: 60%;
    float: left;
    margin-top: 3.90625vw; }
  #fortinet-lp .c2 {
    display: inline-block;
    width: 40%;
    float: left;
    margin-top: 3.697917vw; }
  #fortinet-lp p {
    line-height: calc(14px + 1.1vw);
    font-size: calc(14px + 0.520833vw);
    color: #fff;
    padding-right: 6.966667vw;
    position: relative;
    z-index: 1;
    margin: 0; }
  #fortinet-lp .button {
    display: table;
    background: #fff;
    color: #FF4F29;
    transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95);
    font-weight: 600;
    font-size: calc(14px + 0.520833vw);
    text-align: center;
    padding: 1.354167vw 3.385417vw;
    position: relative;
    z-index: 1;
    margin-left: 6.770833vw; }
  #fortinet-lp .button:hover {
    transform: translateY(-5px);
    background: #000000;
    box-shadow: 0px 0.625vw 1.5625vw #A82A0F;
    color: #fff; }

.home .content.content-customers {
  padding: 5.625vw 186px 1.302083vw 186px; }
  .home .content.content-customers h2 {
    margin: 0;
    margin-bottom: 56px;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px; }
  .home .content.content-customers h3 {
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    padding-right: 120px;
    height: 40px; }
  .home .content.content-customers a {
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
    display: block;
    color: #848484;
    transition: all 200ms linear; }
  .home .content.content-customers a:hover {
    color: #FF4F29; }

.home .content.content-news {
  padding: 6.510417vw 186px 4.947917vw 186px; }

.content-news .home-title {
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
  margin: 0;
  margin-top: 7px; }
  .content-news .home-title a {
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    transition: all 200ms linear; }
  .content-news .home-title a:hover {
    color: #FF4F29; }
.content-news .c1 {
  display: inline-block;
  width: 10%;
  float: left; }
.content-news .c2 {
  display: inline-block;
  width: 90%;
  float: left; }
.content-news .slide {
  padding: 0 6.666667vw; }
  .content-news .slide h2 {
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    margin: 0; }
  .content-news .slide .date {
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
    color: #848484; }

#slider {
  background: #000;
  overflow: hidden;
  position: relative;
  padding-top: 90px; }
  #slider .scene {
    position: absolute;
    width: 50%;
    height: 100vh;
    background-color: #000; }
    #slider .scene.right {
      right: 0; }
    #slider .scene .shadow {
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100vh;
      box-shadow: 143px 0 500px #000;
      z-index: 1; }
  #slider .wrap {
    width: 100%;
    position: absolute;
    right: 0;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    backface-visibility: visible;
    transform-style: preserve-3d;
    perspective: 700px;
    perspective-origin: right; }
  #slider .col1,
  #slider .col2 {
    float: right;
    overflow: hidden;
    width: 30%;
    position: relative; }
  #slider .col2 {
    width: 50%;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    -ms-transform: rotateY(60deg);
    -o-transform: rotateY(60deg);
    transform: rotateY(60deg); }
  #slider .dot-row {
    height: 0.625vw;
    margin-bottom: 0.9375vw;
    position: relative;
    background: url("../img/dot.svg");
    background-repeat: repeat;
    background-size: auto 100%; }
  #slider .col1 .dot-row {
    background-position: left center;
    -webkit-animation: animatedBackground2 60s linear infinite;
    -o-animation: animatedBackground2 60s linear infinite;
    -moz-animation: animatedBackground2 60s linear infinite;
    -ms-animation: animatedBackground2 60s linear infinite;
    animation: animatedBackground2 60s linear infinite; }
  #slider .col2 .dot-row {
    background-position: right center;
    -webkit-animation: animatedBackground 60s linear infinite;
    -o-animation: animatedBackground 60s linear infinite;
    -moz-animation: animatedBackground 60s linear infinite;
    -ms-animation: animatedBackground 60s linear infinite;
    animation: animatedBackground 60s linear infinite; }
  #slider .col2 .dot-row:nth-of-type(2),
  #slider .col1 .dot-row:nth-of-type(2),
  #slider .col2 .dot-row:nth-of-type(8),
  #slider .col1 .dot-row:nth-of-type(8) {
    animation-delay: 0.1s; }
  #slider .col2 .dot-row:nth-of-type(4),
  #slider .col1 .dot-row:nth-of-type(4),
  #slider .col2 .dot-row:nth-of-type(9),
  #slider .col1 .dot-row:nth-of-type(9) {
    animation-delay: 0.15s; }
  #slider .col2 .dot-row:nth-of-type(10),
  #slider .col1 .dot-row:nth-of-type(10) {
    animation-duration: 15s; }
  #slider .col2 .dot-row:nth-of-type(3),
  #slider .col1 .dot-row:nth-of-type(3) {
    animation-duration: 19s; }
  #slider .col2 .dot-row:nth-of-type(6),
  #slider .col1 .dot-row:nth-of-type(6) {
    animation-duration: 50s; }
  #slider .col2 .dot-row:nth-of-type(12),
  #slider .col1 .dot-row:nth-of-type(12) {
    animation-duration: 27s; }
  #slider .col2 .dot-row:nth-of-type(13),
  #slider .col1 .dot-row:nth-of-type(13) {
    animation-duration: 20s; }
  #slider .col2 .dot-row:nth-of-type(14),
  #slider .col1 .dot-row:nth-of-type(14) {
    animation-delay: 0.19s; }
@keyframes animatedBackground {
  from {
    background-position: -1000% 0; }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0px 0; } }
@keyframes animatedBackground2 {
  from {
    background-position: 0px 0; }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 1000% 0; } }
  #slider #text-wrap {
    position: absolute;
    width: 31.5vw;
    height: 100%;
    display: block;
    background: #000;
    left: 10px;
    top: 0;
    overflow: hidden; }
  #slider #text-wrap > div {
    color: #fff;
    width: 31.5vw;
    height: 100%;
    display: table;
    position: relative; }
    #slider #text-wrap > div:after {
      width: 100%;
      bottom: 0;
      left: 0;
      background: #000;
      height: 24px;
      display: table;
      position: absolute;
      content: "";
      z-index: 1; }
    #slider #text-wrap > div #slider-nav {
      position: absolute;
      bottom: 15px;
      left: 4.21875vw;
      z-index: 3; }
    #slider #text-wrap > div .slides {
      width: 31.5vw;
      height: 100%;
      display: table; }
      #slider #text-wrap > div .slides .owl-item,
      #slider #text-wrap > div .slides .owl-stage,
      #slider #text-wrap > div .slides .owl-stage-outer,
      #slider #text-wrap > div .slides .owl-carousel .owl-item {
        height: 100%;
        display: table; }
      #slider #text-wrap > div .slides .slide {
        width: 30vw;
        height: 100%;
        display: table;
        position: relative;
        padding: 0 2.083333vw 0 4.21875vw; }
        #slider #text-wrap > div .slides .slide h2 {
          font-weight: 600;
          line-height: 1.3em;
          font-size: calc(12px + 0vw);
          color: #848484;
          margin: 0;
          text-transform: uppercase;
          position: absolute;
          top: 0;
          left: 4.21875vw;
          transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
          transition-delay: 0.2s;
          opacity: 0;
          transform: translateY(50px); }
        #slider #text-wrap > div .slides .slide p {
          margin: 0;
          font-weight: 600;
          line-height: 1.3em;
          font-size: calc(12px + 1.09375vw);
          color: #fff;
          display: table-cell;
          vertical-align: middle;
          transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s;
          transition-delay: 0;
          opacity: 0;
          transform: translateY(50px); }
      #slider #text-wrap > div .slides .active .slide p {
        transition-delay: 0.6s;
        opacity: 1;
        transform: translateY(0); }
      #slider #text-wrap > div .slides .active .slide h2 {
        transition-delay: 0.3s;
        opacity: 1;
        transform: translateY(0); }

#main-about {
  padding-top: 0;
  position: relative;
  z-index: 1;
  color: #fff; }
  #main-about:before {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 20.833333vw;
    background: #000;
    content: "";
    display: table; }
  #main-about .text {
    transform: scale(1.001);
    width: 100%;
    height: 11.041667vw;
    background: #000;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -5.8vw;
    z-index: 1; }
  #main-about a {
    padding: 1.822917vw 1.979167vw 2.083333vw 1.979167vw;
    display: block;
    width: 100%;
    height: 11.041667vw; }
  #main-about .image {
    position: relative;
    width: 100%;
    height: auto;
    transform: scale(1.001);
    max-height: 39.322917vw;
    min-height: 20.833333vw; }
    #main-about .image img {
      width: 100%;
      display: block;
      margin: 0;
      padding: 0;
      transition: all 0.3s ease;
      opacity: 0.6; }
    #main-about .image img.mobile-image {
      display: none; }
  #main-about h2 {
    font-weight: 600;
    line-height: calc(12px + 1.041667vw);
    font-size: calc(12px + 0.625vw);
    margin: 0;
    text-transform: uppercase; }
  #main-about p {
    margin: 0;
    line-height: calc(12px + 0.416667vw);
    font-size: calc(12px + 0.104167vw);
    width: 70%;
    position: absolute;
    bottom: 1.979167vw;
    left: 1.979167vw;
    z-index: 2;
    overflow: hidden;
    min-height: 51px; }
  #main-about .arrow-more {
    display: none; }
  #main-about .arrow {
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    right: 1.979167vw;
    bottom: 1.979167vw; }
  #main-about .arrow svg {
    transform: rotate(270deg); }
  #main-about ul {
    width: 100%; }
  #main-about ul, #main-about li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1; }
  #main-about li {
    transition: all 1.5s cubic-bezier(0.18, 1, 0.21, 1);
    overflow: hidden;
    width: 25%;
    float: left;
    position: relative;
    background: #000; }
  #main-about li:nth-child(1) {
    top: -71px; }
  #main-about li:nth-child(3) {
    top: -114px; }
  #main-about li:nth-child(4) {
    top: -60px; }
  #main-about li:hover {
    box-shadow: 0px 0.520833vw 1.666667vw rgba(0, 0, 0, 0.3);
    transform: translateY(-15px); }
    #main-about li:hover .text {
      background: #FF4F29;
      transform: translateY(-5.7vw); }
    #main-about li:hover .arrow * {
      fill: #fff; }
    #main-about li:hover img {
      transform: scale(1.07) translateY(-30px);
      opacity: 1; }
  #main-about .arrow:hover {
    transform: translateX(5px); }
  #main-about .children-list {
    display: none; }

.owl-dots button {
  border: 0;
  padding: 0;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #848484;
  cursor: pointer;
  display: inline-block;
  margin-right: 14px;
  transition: all 0.2s linear;
  position: relative; }
  .owl-dots button.active {
    background: #FF4F29;
    width: 8px;
    height: 8px;
    top: 1px;
    left: -1px; }

.home-customers-nav {
  display: none; }

.home-customers-slides a {
  display: block; }

.content.content-news {
  padding: 0 186px; }
  .content.content-news .slide {
    padding: 10px 42px; }
  .content.content-news h2 {
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 21px; }
    .content.content-news h2 a {
      margin: 0; }
  .content.content-news h2.home-title {
    margin-bottom: 0; }
  .content.content-news h2:after {
    transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
    content: "";
    display: block;
    position: absolute;
    background: #FF4F29;
    width: 0px;
    height: 1px;
    bottom: 0;
    left: 0; }
  .content.content-news .slide:hover h2:after {
    width: 90px; }
  .content.content-news .slide:hover h2 {
    transform: translateY(-10px);
    color: #222; }
  .content.content-news .first {
    top: -10px;
    position: relative; }
    .content.content-news .first h2 {
      font-weight: normal;
      line-height: 34px;
      font-size: 24px; }

.content-post {
  padding: 6.666667vw 186px;
  padding-top: 120px;
  line-height: 26px;
  font-size: 16px; }
  .content-post:after {
    clear: both;
    display: table;
    content: ""; }
  .content-post article:after {
    clear: both;
    display: table;
    content: ""; }
  .content-post .return {
    margin-bottom: 65px;
    line-height: 16px;
    font-size: 12px;
    color: #848484;
    display: table; }
    .content-post .return svg {
      transition: 300ms cubic-bezier(0.55, 0, 0.1, 1); }
    .content-post .return span {
      transition: 300ms cubic-bezier(0.55, 0, 0.1, 1);
      margin-left: 15px;
      position: relative;
      top: -3px; }
  .content-post .return a:hover svg {
    transform: translateX(-5px); }
  .content-post .return a:hover span {
    color: #FF4F29; }
  .content-post h2.page-title {
    font-weight: 600;
    line-height: calc(14px + 1.041666vw);
    font-size: calc(14px + 0.520833vw);
    color: #FF4F29;
    margin: 0; }
    .content-post h2.page-title.tt {
      text-transform: uppercase; }
  .content-post h3.description {
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
    margin-top: 57px;
    color: #848484; }
    .content-post h3.description a {
      color: #FF4F29; }
    .content-post h3.description p {
      margin: 0; }
  .content-post h3.page-title {
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    color: #000;
    margin: 0; }
  .content-post aside {
    display: inline-block;
    float: left;
    width: 20%;
    padding-right: 98px; }
  .content-post main {
    display: inline-block;
    float: right;
    width: 80%; }
    .content-post main .content-wrapper p:first-child {
      margin-top: 0px; }
    .content-post main h3.lead {
      line-height: 34px;
      font-size: 24px;
      font-weight: normal;
      position: relative;
      padding-bottom: 32px;
      margin-top: -7px; }
      .content-post main h3.lead:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        content: "";
        background: #FF4F29;
        height: 1px;
        width: 90px; }
      .content-post main h3.lead.nl:after {
        display: none; }
      .content-post main h3.lead.page-lead {
        padding-bottom: 15px; }
      .content-post main h3.lead.page-lead:after {
        display: none; }
      .content-post main h3.lead p {
        margin: 0; }
    .content-post main h3.lead-promo {
      line-height: 34px;
      font-size: 24px;
      position: relative;
      margin: 0;
      font-weight: 400; }
      .content-post main h3.lead-promo p {
        margin: 0; }
    .content-post main img {
      margin: 50px 0 65px 0;
      max-width: 100%;
      height: auto; }
    .content-post main a {
      color: #FF4F29;
      text-decoration: underline; }

.page-template-about .content-page {
  padding-bottom: 0; }

.content-page {
  padding: 6.666667vw 186px;
  line-height: 20px;
  font-size: 14px; }
  .content-page section {
    margin: 6.510417vw 0; }
  .content-page .owl-carousel p {
    line-height: 16px;
    font-size: 12px;
    margin: 0;
    color: #848484;
    width: 80%;
    margin-top: 27px; }
  .content-page .owl-carousel h3 {
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    padding-bottom: 24px;
    width: 80%;
    margin: 0; }
  .content-page .owl-carousel h3:after {
    content: "";
    width: 0;
    height: 1px;
    background: #FF4F29;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 300ms cubic-bezier(0.55, 0, 0.1, 1); }
  .content-page .owl-carousel:not(.slider-customers) .owl-item:hover h3:after,
  .content-page .owl-carousel .element:hover h3:after {
    width: 90px; }
  .content-page .owl-dots div {
    width: 6px;
    height: 6px;
    background: #848484;
    cursor: pointer;
    display: inline-block;
    margin-right: 14px;
    transition: all 200ms linear;
    position: relative; }
    .content-page .owl-dots div.active {
      background: #FF4F29;
      width: 8px;
      height: 8px;
      top: 1px;
      left: -1px; }
  .content-page h2.page-title {
    font-weight: 600;
    line-height: 34px;
    font-size: 24px;
    color: #FF4F29;
    position: relative;
    z-index: 1;
    margin-top: 0; }
  .content-page h3.page-title {
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    color: #000;
    margin-top: 0; }
  .content-page .section-about-1-1 {
    margin-top: 0;
    position: relative; }
    .content-page .section-about-1-1 .particles {
      position: absolute;
      width: 50%;
      left: 0;
      top: -50px;
      height: 100%;
      min-height: 300px; }
      .content-page .section-about-1-1 .particles:before {
        content: "";
        display: table;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        box-shadow: -20px -50px 500px #E7E7E7 inset; }
      .content-page .section-about-1-1 .particles:after {
        content: "";
        display: table;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 20px 50px 500px #E7E7E7 inset; }
    .content-page .section-about-1-1 .col-4 {
      width: 40%;
      position: relative;
      z-index: 1; }
    .content-page .section-about-1-1 .col-6 {
      width: 60%;
      position: relative;
      z-index: 1; }
  .content-page .section-about-2 h2 {
    position: relative;
    padding-bottom: 45px; }
  .content-page .section-about-2 h2:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #FF4F29;
    position: absolute;
    bottom: 0;
    left: 0; }
  .content-page .section-about-2-1 {
    width: 40%; }
    .content-page .section-about-2-1 .content {
      width: 75%; }
  .content-page .section-about-2-2 {
    width: 60%; }
  .content-page .section-about-3-1 {
    background: #FF4F29;
    margin: 0px -186px;
    padding: 90px 186px 90px 186px;
    color: #fff; }
    .content-page .section-about-3-1 .so-panel {
      width: 65%; }
    .content-page .section-about-3-1 .widget_sow-image {
      margin-bottom: 29px; }
      .content-page .section-about-3-1 .widget_sow-image img {
        max-height: 110px; }
    .content-page .section-about-3-1 h3.page-title {
      margin-top: 5px;
      color: #fff; }
    .content-page .section-about-3-1 h3.widget-title {
      color: #fff;
      margin-bottom: 32px; }
    .content-page .section-about-3-1 .c1 {
      width: 15%; }
    .content-page .section-about-3-1 .c2 {
      width: 85%; }
    .content-page .section-about-3-1 p {
      margin-bottom: 0; }
  .content-page .section-about-4-1 .c1 {
    width: 15%;
    padding-right: 30px; }
  .content-page .section-about-4-1 .c2 {
    width: 85%;
    margin-top: 4px; }
  .content-page .section-about-4-1 a {
    display: block;
    transition: all 400ms linear;
    margin-bottom: 16px; }
  .content-page .section-about-4-1 a:hover {
    color: #FF4F29; }
  .content-page .section-about-5-1 .c1 {
    width: 15%;
    padding-right: 30px; }
  .content-page .section-about-5-1 .c2 {
    width: 85%;
    margin-top: 4px; }
  .content-page .section-about-5-1 a {
    display: block;
    transition: all 400ms linear;
    margin-bottom: 16px; }
  .content-page .section-about-5-1 a:hover {
    color: #FF4F29; }
  .content-page .section-about-6-1 {
    background: #000;
    margin: 0px -186px;
    padding: 90px 186px 0 186px;
    color: #fff; }
    .content-page .section-about-6-1 h3.page-title {
      color: #fff;
      display: inline-block;
      margin-right: 31px; }
    .content-page .section-about-6-1 #slider-customers {
      display: inline-block; }
    .content-page .section-about-6-1 .c1 {
      width: 100%; }
    .content-page .section-about-6-1 .c2 {
      width: 100%; }
    .content-page .section-about-6-1 .element {
      margin: 56px 0;
      margin-bottom: 16px;
      min-height: 87px; }
      .content-page .section-about-6-1 .element h3 {
        padding-right: 10px;
        margin-bottom: 20px;
        height: 40px; }
        .content-page .section-about-6-1 .element h3:after {
          display: none; }
    .content-page .section-about-6-1 a {
      display: block;
      transition: all 400ms linear;
      margin-bottom: 16px; }
    .content-page .section-about-6-1 a:hover {
      color: #FF4F29; }
  .content-page .cells-3:after {
    clear: both;
    content: "";
    display: table; }
  .content-page .cells-3 > .panel-grid-cell {
    display: inline-block;
    float: left;
    width: 33.33333% !important; }

.content.pt-0 {
  padding-top: 0; }

.content-products main a {
  text-decoration: underline;
  color: #FF4F29; }

.main-hr {
  width: 100%;
  height: 1px;
  background: #FF4F29;
  border: 0;
  position: relative;
  z-index: 2; }

.half-image-wrapper {
  background: #000;
  padding-top: 50vh; }
  .half-image-wrapper .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: 0px -20.833333vw 52.083333vw #000 inset, 0px 15.625vw 52.083333vw #000;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }

.full-image-wrapper {
  padding-top: 100vh;
  overflow: hidden;
  position: relative; }
  .full-image-wrapper .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: 0px -20.833333vw 52.083333vw #000 inset, 0px 15.625vw 52.083333vw #000;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }

.full-image {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  background: #000;
  transition: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .full-image.half-image {
    height: 50vh; }
    .full-image.half-image .wrapper {
      height: 50vh; }
  .full-image .wrapper {
    position: relative;
    width: 100%;
    min-height: 450px;
    height: 100vh;
    z-index: 1;
    left: 0;
    top: 0;
    display: table;
    transition: none;
    overflow: hidden; }
  .full-image .cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  .full-image .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .full-image .cell > h1 {
    font-weight: 600;
    line-height: calc(14px + 1.041666vw);
    font-size: calc(14px + 0.520833vw);
    position: relative;
    left: 186px;
    margin: 0;
    margin-bottom: 2.604167vw;
    color: #FF4F29;
    text-transform: uppercase; }
  .full-image .cell > h2 {
    margin: 0;
    width: 60%;
    font-weight: 600;
    line-height: calc(14px + 2.135416vw);
    font-size: calc(14px + 1.25vw);
    color: #fff;
    position: relative;
    left: 186px; }
  .full-image .wrapper > footer {
    z-index: 2;
    position: absolute;
    bottom: 3.027083vw;
    left: 186px;
    line-height: 17px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .full-image .wrapper > footer > div {
      padding-top: 13px;
      border-top: 1px solid #FF4F29; }
    .full-image .wrapper > footer ul, .full-image .wrapper > footer li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block; }
    .full-image .wrapper > footer li {
      margin-right: 38px;
      transition: all 400ms linear; }
    .full-image .wrapper > footer li:last-child {
      margin-right: 38px; }
    .full-image .wrapper > footer nav {
      display: inline-block; }
    .full-image .wrapper > footer .arrow {
      cursor: pointer;
      margin-left: 46px;
      display: inline-block;
      animation: pulse 2s infinite; }
    .full-image .wrapper > footer li:hover {
      color: #FF4F29; }

.home .full-image .wrapper > footer {
  bottom: 150px; }

.content-contact {
  width: 100%;
  min-height: 50vh;
  padding: 0 186px 0 186px;
  background: #FF4F29;
  color: #fff;
  position: relative;
  display: block; }
  .content-contact .table {
    display: table;
    position: relative;
    width: 100%;
    height: 50vh; }
  .content-contact .row {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
  .content-contact .particles-bg {
    position: absolute;
    width: 40%;
    left: 0;
    top: 0;
    height: 100%;
    background: #FF4F29;
    z-index: 1; }
    .content-contact .particles-bg:after {
      z-index: 1;
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 18.75vw 0 52.083333vw #FF4F29; }
  .content-contact .particles {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%; }
    .content-contact .particles:before {
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      box-shadow: -5.208333vw -5.208333vw 52.083333vw #FF4F29 inset; }
    .content-contact .particles:after {
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: -1.5625vw;
      left: -1.5625vw;
      box-shadow: 0 2.604167vw 45.08333vw #FF4F29 inset, 0 -0.604167vw 45.08333vw #FF4F29 inset;
      /*            box-shadow: 5.208333vw 5.208333vw 52.08333vw $background-orange inset;*/ }
  .content-contact .c1 {
    width: 25%;
    position: relative;
    z-index: 1; }
  .content-contact .c2 {
    width: 75%;
    position: relative;
    z-index: 1; }
  .content-contact h1 {
    margin-top: -15px;
    font-weight: 600;
    line-height: calc(14px + 2.135416vw);
    font-size: calc(14px + 1.25vw); }
  .content-contact a {
    text-decoration: underline; }
  .content-contact p {
    line-height: calc(14px + 0.46875vw);
    font-size: calc(12px + 0.208333vw);
    margin: 0; }
  .content-contact .cells-3:after {
    clear: both;
    content: "";
    display: table; }
  .content-contact .cells-3 > .panel-grid-cell {
    display: inline-block;
    float: left;
    width: 33.33333%; }

.content-persons {
  padding: 6.5625vw 186px 9.375vw 186px; }
  .content-persons .person {
    display: inline-block;
    float: left;
    width: 25%;
    padding-right: 20px;
    margin-bottom: 78px; }
    .content-persons .person .image {
      position: relative; }
      .content-persons .person .image img {
        max-width: 100%;
        position: relative; }
      .content-persons .person .image .hover {
        transition: opacity 300ms linear;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
    .content-persons .person .image img:hover.hover {
      opacity: 1; }
    .content-persons .person:first-child {
      margin-bottom: 0; }
    .content-persons .person:last-child {
      margin-bottom: 0; }
  .content-persons h2, .content-persons h3, .content-persons p {
    font-weight: normal;
    line-height: 23px;
    font-size: 16px;
    margin: 0; }
  .content-persons h2 {
    margin-top: 40px;
    font-weight: bold; }
  .content-persons h3 {
    color: #A2A2A2;
    margin-bottom: 30px;
    font-weight: normal; }
  .content-persons a {
    color: #FF4F29; }
  .content-persons a[href^="tel:"] {
    color: #000; }

.content-archive {
  padding-bottom: 6.666667vw;
  padding-top: 90px; }
  .content-archive.convent-archive-promotions {
    padding-bottom: 0; }
  .content-archive .articles {
    padding: 6.5625vw 186px 0 186px; }
    .content-archive .articles:after {
      clear: both;
      content: "";
      display: table; }
    .content-archive .articles article {
      display: inline-block;
      width: 20%;
      float: left;
      padding-right: 91px;
      margin-bottom: 66px;
      height: 80px; }
      .content-archive .articles article a {
        display: block;
        width: 100%;
        height: 100%; }
      .content-archive .articles article a:hover h3 {
        transform: translateY(-18px);
        color: #7c7c7c; }
      .content-archive .articles article a:hover h3:after {
        content: "";
        width: 90px;
        height: 1px;
        background: #FF4F29;
        position: absolute;
        bottom: 0;
        left: 0; }
      .content-archive .articles article h3 {
        line-height: 20px;
        font-size: 14px;
        font-weight: normal;
        position: relative;
        transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
        margin-bottom: 0px;
        padding-bottom: 21px; }
      .content-archive .articles article h3:after {
        transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
        content: "";
        display: table;
        position: absolute;
        background: #FF4F29;
        width: 0px;
        height: 1px;
        bottom: 0;
        left: 0; }
      .content-archive .articles article .date {
        line-height: 16px;
        font-size: 12px;
        color: #848484; }
  .content-archive .wide-article {
    width: 100%;
    padding: 80px 186px;
    background: #FF4F29;
    display: table;
    color: #fff;
    overflow: hidden;
    position: relative; }
    .content-archive .wide-article.grey .particles:after {
      box-shadow: 10.416667vw 10.416667vw 52.083333vw #E7E7E7 inset; }
    .content-archive .wide-article.grey .particles:before {
      box-shadow: -5.208333vw -5.208333vw 52.083333vw #E7E7E7 inset; }
    .content-archive .wide-article.grey .particles-bg {
      background: #E7E7E7; }
      .content-archive .wide-article.grey .particles-bg:after {
        box-shadow: 18.75vw 52.083333vw #E7E7E7 inset; }
    .content-archive .wide-article > div {
      display: table-cell;
      position: relative;
      z-index: 2;
      vertical-align: middle; }
    .content-archive .wide-article .particles {
      position: absolute;
      width: 100%;
      right: 0;
      top: 0;
      height: 100%;
      z-index: 1; }
      .content-archive .wide-article .particles:before {
        content: "";
        display: table;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        box-shadow: -5.208333vw -5.208333vw 52.083333vw #FF4F29 inset; }
      .content-archive .wide-article .particles:after {
        content: "";
        display: table;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 40%;
        box-shadow: 10.416667vw 10.416667vw 52.083333vw #FF4F29 inset; }
    .content-archive .wide-article .particles-bg {
      position: absolute;
      width: 40%;
      left: 0;
      top: 0;
      height: 100%;
      background: #FF4F29;
      z-index: 1; }
      .content-archive .wide-article .particles-bg:after {
        z-index: 1;
        content: "";
        display: table;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 18.75vw 0 52.083333vw #FF4F29 inset; }
    .content-archive .wide-article.grey {
      background: #E7E7E7;
      color: #000; }
      .content-archive .wide-article.grey svg * {
        fill: #000; }
      .content-archive .wide-article.grey h3:after {
        background: #FF4F29; }
    .content-archive .wide-article h3 {
      margin: 0;
      font-weight: 600;
      line-height: 55px;
      font-size: 38px;
      position: relative;
      max-width: 40%;
      z-index: 1;
      padding-bottom: 45px; }
    .content-archive .wide-article h3:after {
      content: "";
      width: 90px;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0; }
    .content-archive .wide-article .lead {
      margin-top: 40px;
      line-height: 34px;
      font-size: 24px;
      position: relative;
      z-index: 1;
      max-width: 50%; }
    .content-archive .wide-article a.link {
      margin-top: 40px;
      line-height: 20px;
      font-size: 14px;
      display: block;
      position: relative;
      z-index: 1; }
      .content-archive .wide-article a.link svg {
        position: relative;
        top: 2px;
        margin-left: 5px;
        transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1); }
    .content-archive .wide-article a.link:hover svg {
      transform: translateX(10px); }
  .content-archive .pagination {
    padding: 0 186px 0 186px;
    line-height: 16px;
    font-size: 12px;
    margin-left: -8px;
    color: #848484; }
    .content-archive .pagination * {
      padding: 0 8px;
      transition: all 300ms linear; }
    .content-archive .pagination .current {
      color: #FF4F29; }
    .content-archive .pagination a:hover {
      color: #FF4F29; }

.content-products {
  padding: 6.145833vw 186px 9.427083vw 186px; }

.accordions ul, .accordions li {
  margin: 0;
  padding: 0;
  list-style: none; }
.accordions li {
  position: relative;
  z-index: 1;
  transition: all 400ms ease-in-out;
  overflow: hidden;
  margin-bottom: 2px;
  background: #fff;
  margin-top: 2px; }
.accordions .accordion-title {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 100%;
  padding: 2.1875vw 2.708333vw;
  text-transform: uppercase;
  background: #fff;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  display: table; }
  .accordions .accordion-title .arrow * {
    fill: #FF4F29; }
  .accordions .accordion-title .arrow {
    opacity: 0;
    transition: all 400ms linear;
    position: absolute;
    width: calc(12px + 0.989583vw);
    height: calc(12px + 0.989583vw);
    right: 3.020833vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 0.78125vw -0.78125vw 1.5625vw #fff, 0.78125vw -0.78125vw 2.083333vw #fff, 0.78125vw -0.78125vw 1.5625vw #fff, 0.78125vw -0.78125vw 2.604167vw #fff, -0.78125vw -0.78125vw 1.5625vw #fff, -0.78125vw -0.78125vw 2.083333vw #fff, -0.78125vw -0.78125vw 1.5625vw #fff, -0.78125vw -0.78125vw 2.604167vw #fff, 0.78125vw -0.78125vw 1.5625vw #fff, 0.78125vw -0.78125vw 2.083333vw #fff, 0.78125vw -0.78125vw 1.5625vw #fff, 0.78125vw -0.78125vw 2.604167vw #fff, -0.78125vw 0.78125vw 1.5625vw #fff, -0.78125vw 0.78125vw 2.083333vw #fff, -0.78125vw 0.78125vw 1.5625vw #fff, -0.78125vw 0.78125vw 2.604167vw #fff, 0.78125vw 0.78125vw 1.5625vw #fff, 0.78125vw 0.78125vw 2.083333vw #fff, 0.78125vw 0.78125vw 2.604167vw #fff; }
    .accordions .accordion-title .arrow svg {
      width: calc(12px + 0.989583vw);
      height: calc(12px + 0.989583vw); }
  .accordions .accordion-title .particles-bg {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 1; }
    .accordions .accordion-title .particles-bg:after {
      z-index: 1;
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 18.75vw 0 52.083333vw #fff; }
  .accordions .accordion-title .particles {
    opacity: 0;
    transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .accordions .accordion-title .particles canvas {
      width: 100%;
      height: 100%;
      display: block;
      transform: translateY(-8px); }
    .accordions .accordion-title .particles:before {
      content: "";
      display: table;
      width: 40%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      box-shadow: 15.208333vw 0px 10.416667vw #fff; }
    .accordions .accordion-title .particles:after {
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0%;
      box-shadow: 2.083333vw 0px 10.416667vw #fff inset, 1.083333vw 0px 1vw #fff inset, 1.083333vw 0px 1vw #fff inset, 1.083333vw 0px 1vw #fff inset, -6.927083vw 0 2.65625vw #fff inset; }
  .accordions .accordion-title h2 {
    color: #000;
    z-index: 2;
    display: table;
    position: relative;
    margin: 0;
    font-weight: 600;
    line-height: 1.3em;
    font-size: calc(12px + 0.625vw);
    transition: transform 350ms cubic-bezier(0.55, 0, 0.1, 1), color 250ms linear;
    background: #fff;
    box-shadow: 0px 0 60px #fff, 10px 10px 60px #fff, -10px 10px 60px #fff, 10px -10px 60px #fff; }
  .accordions .accordion-title.accordion-courses {
    text-transform: initial; }
  .accordions .accordion-title.accordion-courses h2 {
    max-width: 60%; }
  .accordions .accordion-title.accordion-courses .date {
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    text-transform: initial;
    font-weight: normal;
    text-align: right;
    position: absolute;
    margin: 0;
    height: 47px;
    right: 58px;
    top: calc(50% - 47px / 2 + 1.5px);
    transition: all 400ms linear; }
.accordions .accordion-content {
  transition: max-height 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 200ms;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  max-height: 0; }
  .accordions .accordion-content .clear, .accordions .accordion-content:after {
    clear: both;
    content: "";
    display: table; }
  .accordions .accordion-content main {
    width: 80%;
    padding-right: 44px;
    display: inline-block;
    float: left;
    line-height: 1.6em;
    font-size: calc(12px + 0.208333vw);
    overflow: visible; }
    .accordions .accordion-content main p:last-child {
      margin-bottom: 0; }
  .accordions .accordion-content aside {
    width: 20%;
    padding-right: 18px;
    display: inline-block;
    float: right;
    line-height: 23px;
    font-size: 14px;
    color: #000;
    text-align: center; }
    .accordions .accordion-content aside a {
      display: block;
      position: relative;
      transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
      padding-top: 15px;
      margin-top: 15px; }
    .accordions .accordion-content aside a:hover {
      color: #FF4F29; }
    .accordions .accordion-content aside a:after {
      content: "";
      width: 90px;
      height: 1px;
      background: #FF4F29;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -45px; }
  .accordions .accordion-content .info {
    margin: 0;
    position: relative; }
  .accordions .accordion-content .button {
    border: 0;
    margin-bottom: 61px;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    background: #000;
    color: #fff;
    transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95);
    padding: 19px 16px;
    display: table;
    text-transform: uppercase;
    margin-top: 24px;
    width: 100%; }
  .accordions .accordion-content .button:after {
    display: none; }
  .accordions .accordion-content .button:hover {
    transform: translateY(-5px);
    background: #FF4F29;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
    color: #fff; }
  .accordions .accordion-content > div {
    position: relative;
    padding: 3.2875vw 2.708333vw;
    margin-top: -2px;
    margin-bottom: 0px; }
    .accordions .accordion-content > div:after {
      clear: both;
      content: "";
      display: table; }
.accordions:hover > ul > li {
  box-shadow: 0;
  z-index: 1; }
.accordions > ul > li.open {
  box-shadow: 0px 0.520833vw 1.302083vw rgba(0, 0, 0, 0.25);
  z-index: 2;
  transform: translateY(-2px);
  padding-bottom: 4px;
  margin-bottom: -4px; }
.accordions:hover > ul > li:hover {
  box-shadow: 0px 0.520833vw 2.604167vw rgba(0, 0, 0, 0.12);
  z-index: 3;
  transform: translateY(-2px);
  padding-bottom: 4px;
  margin-bottom: -4px; }
.accordions li:hover .arrow {
  opacity: 1; }
.accordions .accordion-title:hover h2 {
  color: #FF4F29; }
.accordions li:hover .accordion-title,
.accordions li.open .accordion-title {
  color: #FF4F29; }
  .accordions li:hover .accordion-title h2,
  .accordions li.open .accordion-title h2 {
    color: #FF4F29; }
  .accordions li:hover .accordion-title .particles,
  .accordions li.open .accordion-title .particles {
    opacity: 1; }
  .accordions li:hover .accordion-title.accordion-courses .date,
  .accordions li.open .accordion-title.accordion-courses .date {
    opacity: 0; }
.accordions li:hover .accordion-title h2 {
  transform: translateX(2.083333vw); }
.accordions li.open .accordion-content {
  max-height: 2500px; }
.accordions li.open .date {
  opacity: 0;
  transition-delay: 300ms; }
.accordions li.open .arrow {
  opacity: 1;
  transform: rotate(180deg) translateY(50%);
  transition-delay: 300ms; }

.tiles h3 {
  font-weight: 600;
  line-height: calc(14px + 0.833333vw);
  font-size: calc(14px + 0.3125vw);
  position: relative;
  z-index: 2;
  transition: all 300ms linear;
  margin: 0;
  height: 5.729167vw;
  text-transform: uppercase;
  max-width: 80%; }
.tiles p {
  margin: 0;
  position: relative;
  z-index: 2;
  transition: all 300ms linear;
  max-width: 65%;
  height: 4em;
  line-height: calc(12px + 0.356667vw);
  font-size: calc(12px + 0.084167vw);
  display: table; }
  .tiles p span {
    display: table-cell;
    vertical-align: bottom; }
  .tiles p.mobile {
    display: none; }
.tiles ul, .tiles li {
  margin: 0;
  padding: 0;
  list-style: none; }
.tiles li {
  color: #fff;
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  padding: 0.78125vw;
  transition: all 400ms linear; }
  .tiles li a {
    overflow: hidden;
    position: relative;
    background: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.458333vw 1.458333vw 1.770833vw 1.927083vw;
    transition: all 400ms linear; }
.tiles .image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 28px;
  display: block;
  height: 100%; }
  .tiles .image img {
    right: 0;
    display: block;
    position: absolute;
    top: 17%;
    height: 66%; }
.tiles .arrow {
  position: absolute;
  bottom: -1.458333vw;
  transition: all 400ms ease-in-out;
  right: 1.354167vw; }
  .tiles .arrow svg {
    height: 1.09375vw; }
.tiles .arrow * {
  fill: #fff;
  transition: all 400ms ease-in-out; }
.tiles ul:after {
  clear: both;
  display: table;
  content: ""; }
.tiles li:hover {
  transform: translateY(-0.78125vw); }
  .tiles li:hover a {
    background: #fff;
    box-shadow: 0px 0.520833vw 1.302083vw rgba(0, 0, 0, 0.25);
    color: #000; }
  .tiles li:hover .arrow {
    bottom: 1.458333vw;
    animation: pulseLR 2s infinite; }
  .tiles li:hover .arrow * {
    fill: #FF4F29; }

@keyframes pulseLR {
  from {
    transform: translateX(0); }
  50% {
    transform: translateX(5px); }
  to {
    transform: translateX(0); } }
.pulseLR {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.product-info h3.lead {
  font-weight: 400; }
  .product-info h3.lead p {
    font-weight: 400; }
.product-info img {
  max-width: 100%;
  height: auto; }
.product-info .product-info-content a {
  color: #FF4F29;
  text-decoration: underline; }
.product-info .product-title {
  margin-top: 50px;
  font-weight: 600;
  line-height: 34px;
  font-size: 24px;
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 36px;
  color: #FF4F29; }
  .product-info .product-title:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #FF4F29;
    position: absolute;
    bottom: 0;
    left: 0; }

.page-template-default li {
  position: relative; }

.page-template-default,
.accordion-content,
.content-wrapper
.product-content {
  font-weight: normal;
  line-height: 26px;
  font-size: 16px; }
  .page-template-default ul, .page-template-default ol,
  .accordion-content ul,
  .accordion-content ol,
  .content-wrapper
  .product-content ul,
  .content-wrapper
  .product-content ol {
    display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px; }
  .page-template-default ol,
  .accordion-content ol,
  .content-wrapper
  .product-content ol {
    list-style-type: decimal; }
  .page-template-default li,
  .accordion-content li,
  .content-wrapper
  .product-content li {
    display: list-item;
    overflow: visible; }
  .page-template-default ul li:before,
  .accordion-content ul li:before,
  .content-wrapper
  .product-content ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 6px;
    position: absolute;
    left: -14px;
    top: 10px;
    background: #FF4F29; }
  .page-template-default ul li,
  .accordion-content ul li,
  .content-wrapper
  .product-content ul li {
    list-style: none; }
  .page-template-default ul ul, .page-template-default ol ul,
  .accordion-content ul ul,
  .accordion-content ol ul,
  .content-wrapper
  .product-content ul ul,
  .content-wrapper
  .product-content ol ul {
    margin-left: 15px; }
  .page-template-default ol ol, .page-template-default ul ol,
  .accordion-content ol ol,
  .accordion-content ul ol,
  .content-wrapper
  .product-content ol ol,
  .content-wrapper
  .product-content ul ol {
    margin-left: 15px; }

.products-list {
  transition: all 70ms linear;
  position: relative; }
  .products-list img {
    margin-top: 80px;
    width: 100%;
    margin-bottom: 46px;
    text-align: left; }

.accordions .accordion-content .product-list .button {
  display: table;
  background: #000;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95);
  font-weight: 600;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  padding: 20px 38px;
  position: relative;
  z-index: 1; }
.accordions .accordion-content .product-list .button:hover {
  transform: translateY(-5px);
  background: #FF4F29;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.18);
  color: #fff; }

.product-list {
  /*    overflow:hidden;*/ }
  .product-list ul, .product-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; }
  .product-list ul {
    margin-bottom: 30px; }
  .product-list li {
    padding: 20px 4px;
    font-size: 18px;
    position: relative;
    transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
    cursor: pointer; }
    .product-list li:hover:before, .product-list li.active:before, .product-list li:before {
      display: none !important; }
    .product-list li:hover, .product-list li.active {
      transform: translateX(20px);
      color: #FF4F29; }
    .product-list li:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #FF4F29;
      position: absolute;
      bottom: 1px;
      left: 0;
      transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1); }
    .product-list li:hover:after {
      transform: translateX(-20px); }
    .product-list li.active:hover:after {
      transform: translateX(0px); }

.content-post .attachments {
  border-top: 0; }

.attachments {
  margin-top: 67px;
  padding-top: 10px;
  border-top: 1px solid #FF4F29; }
  .attachments a {
    line-height: 19px;
    font-size: 12px;
    margin-bottom: 2px;
    color: #FF4F29;
    text-transform: uppercase;
    display: block; }
  .attachments .arrow-download-container {
    margin-left: 19px;
    width: 20px;
    height: 22px;
    position: relative; }
  .attachments svg.arrow-download {
    position: absolute;
    left: 0;
    top: -9px; }
  .attachments svg {
    transition: all 600ms cubic-bezier(0.55, 0, 0.1, 1); }
  .attachments a:hover svg.arrow-download {
    transform: translateY(-4px); }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.courses-return {
  margin-bottom: 65px;
  line-height: 16px;
  font-size: 12px;
  color: #848484;
  display: table;
  cursor: pointer; }
  .courses-return svg {
    transition: 300ms cubic-bezier(0.55, 0, 0.1, 1); }
  .courses-return span {
    margin-left: 15px;
    position: relative;
    top: -3px; }

.courses-return div:hover svg {
  transform: translateX(-5px); }

.courses-form {
  display: none; }

.page-template-products-children .accordions .accordion-content aside .button {
  margin-bottom: 0px; }

.content.content-customers {
  background: #000;
  color: #fff;
  padding: 0 186px; }
  .content.content-customers h2 {
    font-size: 18px;
    line-height: 24px; }
  .content.content-customers ul, .content.content-customers li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .content.content-customers li {
    display: inline-block;
    float: left;
    width: 25%;
    padding-right: 20px; }
  .content.content-customers ul:after {
    clear: both;
    display: table;
    content: ""; }

.content.content-fortinet {
  background: #FF4F29;
  padding: 0 186px; }

.content.content-fortinet-program {
  background: #FF4F29;
  padding: 0 186px 0 186px;
  color: #fff;
  height: 100vh;
  position: relative;
  display: table; }
  .content.content-fortinet-program .cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 659px; }
  .content.content-fortinet-program h2 {
    font-weight: 600;
    line-height: calc(17px + 1.979166vw);
    font-size: calc(17px + 1.09375vw);
    margin: 5.677083vw 0 2.083333vw 0;
    width: 40%;
    z-index: 2;
    position: relative; }
  .content.content-fortinet-program h3 {
    font-weight: normal;
    line-height: calc(12px + 0.416667vw);
    font-size: calc(12px + 0.104167vw);
    margin-top: 0;
    z-index: 2;
    position: relative; }
  .content.content-fortinet-program h4 {
    font-weight: 600;
    line-height: calc(14px + 1.041666vw);
    font-size: calc(14px + 0.520833vw);
    margin: 0;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 1.302083vw;
    z-index: 2; }
  .content.content-fortinet-program .logo-fortinet-program svg {
    width: 16.458333vw;
    min-width: 250px; }
  .content.content-fortinet-program svg {
    position: relative;
    margin-left: 5px;
    top: 0.15625vw;
    transition: all 600ms cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 2; }
  .content.content-fortinet-program a {
    position: relative;
    z-index: 2; }
    .content.content-fortinet-program a svg {
      width: calc(12px + 0.46875vw); }
  .content.content-fortinet-program a:hover svg {
    transform: translateX(10px); }
  .content.content-fortinet-program .particles {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1; }
    .content.content-fortinet-program .particles:before {
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      box-shadow: -18.75vw -15.625vw 52.083333vw #FF4F29 inset; }
    .content.content-fortinet-program .particles:after {
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 18.75vw 15.625vw 109.375vw #FF4F29 inset; }
  .content.content-fortinet-program .particles-bg {
    position: absolute;
    width: 40%;
    left: 0;
    top: 0;
    height: 100%;
    background: #FF4F29;
    z-index: 1; }
    .content.content-fortinet-program .particles-bg:after {
      z-index: 1;
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 18.75vw 0 52.083333vw #FF4F29; }
  .content.content-fortinet-program .buttons {
    margin-top: 5.208333vw;
    position: relative;
    z-index: 2; }
    .content.content-fortinet-program .buttons button {
      font-weight: 600;
      line-height: 1.3em;
      font-size: calc(12px + 0.625vw);
      border: 0;
      padding: 1.354167vw 1.927083vw 1.354167vw 1.979167vw;
      margin-right: 4.166667vw;
      margin-bottom: 1.25vw;
      background: #FFF;
      color: #FF4F29;
      transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95); }
  .content.content-fortinet-program button:hover {
    transform: translateY(-5px);
    background: #000;
    box-shadow: 0px 0.625vw 1.5625vw #A82A0F;
    color: #fff; }

.forms-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95); }

.content.content-fortinet-program-forms {
  padding: 5.208333vw 186px 8.125vw 186px;
  color: #000;
  position: relative; }
  .content.content-fortinet-program-forms form.tradeup-program-no,
  .content.content-fortinet-program-forms form.tradeup-program-yes {
    display: none; }
    .content.content-fortinet-program-forms form.tradeup-program-no.active,
    .content.content-fortinet-program-forms form.tradeup-program-yes.active {
      display: block; }
  .content.content-fortinet-program-forms .particles {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 18.75vw; }
    .content.content-fortinet-program-forms .particles:after {
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 0 4.166667vw 18.75vw #E7E7E7 inset; }
  .content.content-fortinet-program-forms .particles-bg {
    position: absolute;
    width: 40%;
    left: 0;
    top: 0;
    height: 100%;
    background: #E7E7E7;
    z-index: 1; }
    .content.content-fortinet-program-forms .particles-bg:after {
      z-index: 1;
      content: "";
      display: table;
      width: 100%;
      height: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      box-shadow: 18.75vw 0 52.083333vw #E7E7E7; }
  .content.content-fortinet-program-forms h3 {
    margin: 0;
    margin-bottom: 3.645833vw;
    font-weight: 600;
    line-height: calc(14px + 1.041666vw);
    font-size: calc(14px + 0.520833vw);
    width: 50%;
    position: relative;
    z-index: 2; }
  .content.content-fortinet-program-forms .title {
    font-weight: 600;
    line-height: calc(12px + 0.416667vw);
    font-size: calc(12px + 0.104167vw);
    color: #848484;
    transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95);
    margin-bottom: 3.645833vw;
    position: relative;
    z-index: 2; }
    .content.content-fortinet-program-forms .title > div {
      display: inline-block;
      margin-right: 2.239583vw;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.75, 0.05, 0.35, 0.95); }
      .content.content-fortinet-program-forms .title > div:hover {
        color: #FF4F29;
        transform: translateY(-3px); }
    .content.content-fortinet-program-forms .title .arrow {
      display: none;
      position: relative;
      top: 4px;
      margin-left: 12px;
      transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95); }
    .content.content-fortinet-program-forms .title .arrow * {
      fill: #848484; }
    .content.content-fortinet-program-forms .title .active {
      color: #FF4F29; }
      .content.content-fortinet-program-forms .title .active .arrow {
        opacity: 0; }

form {
  position: relative;
  z-index: 2; }
  form h3 {
    margin: 0;
    font-weight: 600;
    line-height: calc(14px + 1.041666vw);
    font-size: calc(14px + 0.520833vw);
    width: 50%;
    position: relative;
    z-index: 1; }
  form .c {
    width: 50%;
    padding-right: 3.020833vw; }
  form .c:last-child {
    float: right;
    padding-right: 0px; }
  form h4 {
    font-weight: 600;
    line-height: calc(12px + 0.416667vw);
    font-size: calc(12px + 0.104167vw);
    margin: 0;
    margin-bottom: 3.229167vw;
    position: relative;
    z-index: 1; }
  form .field-col-2 .field-postcode {
    width: 34%;
    display: inline-block;
    float: left;
    padding-right: 1.5625vw; }
  form .field-col-2 .field-city {
    width: 66%;
    display: inline-block;
    float: left; }
  form .field {
    margin-bottom: 3.125vw;
    position: relative;
    z-index: 1; }
    form .field label {
      display: block;
      line-height: calc(12px + 0.416667vw);
      font-size: calc(12px + 0.104167vw);
      position: relative;
      height: 20px;
      transition: all 600ms cubic-bezier(0.55, 0, 0.1, 1);
      top: 0;
      transform-origin: left 0; }
    form .field label.clicked {
      color: #848484;
      /*            line-height: 16px;
                  font-size: 11px;*/
      transform: scale(0.75);
      top: -0.78125vw; }
    form .field input {
      outline: none;
      color: #000;
      display: block;
      width: 100%;
      border: 0;
      padding-bottom: 0.46875vw;
      border-bottom: 1px solid #000;
      background: none;
      font-size: 20px; }
    form .field.accept-field a {
      font-weight: bold;
      text-decoration: underline; }
    form .field.accept-field span.input-info {
      left: 40px; }
    form .field.accept-field input[type="checkbox"] {
      display: none; }
    form .field.accept-field label {
      display: inline-block;
      padding-left: 40px;
      position: relative;
      width: 100%; }
    form .field.accept-field .checkbox-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 21px;
      z-index: 1; }
    form .field.accept-field .checkbox {
      width: 21px;
      height: 21px;
      border: 2px solid #FF4F29;
      position: relative;
      transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
      cursor: pointer; }
      form .field.accept-field .checkbox:after {
        width: 0px;
        height: 0px;
        left: 9px;
        top: 9px;
        transition: all 400ms linear;
        background: #FF4F29;
        content: "";
        display: table;
        position: absolute; }
      form .field.accept-field .checkbox.accepted {
        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.4); }
        form .field.accept-field .checkbox.accepted:after {
          width: 9px;
          height: 9px;
          left: 4px;
          top: 4px; }
  form span.input-info {
    position: absolute;
    bottom: -1.458333vw;
    left: 0;
    font-weight: normal;
    line-height: 16px;
    font-size: 11px;
    color: #FF4F29; }
  form .accept-field input {
    width: auto;
    text-align: left;
    display: inline-block; }
  form .submit {
    border: 0;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: calc(14px + 0.520833vw);
    text-align: center;
    width: 100%;
    padding: 1.354167vw 0;
    text-transform: uppercase;
    transition: all 200ms linear; }
  form .submit:hover {
    box-shadow: 0px 0.625vw 1.302083vw rgba(0, 0, 0, 0.15);
    background: #FF4F29;
    transform: translateY(-5px); }
  form .required-field-info {
    position: absolute;
    line-height: calc(12px + 0.260417vw);
    font-size: 12px;
    text-align: right;
    color: #000;
    right: 0;
    bottom: 7.1875vw; }
  form .form-info {
    line-height: calc(12px + 0.46875vw);
    font-size: calc(12px + 0.104167vw);
    color: #FF4F29;
    margin-top: 0.520833vw; }

@media (max-width: 1500px) {
  .content-post aside {
    width: 30%; }
  .content-post main {
    width: 70%; }

  #wrapper > header .menu {
    margin-left: 11%; }

  .full-image .wrapper > footer {
    left: 110px; }

  .content-archive .articles {
    padding: 40px 110px 0 110px; }

  .blog .content-archive .articles article {
    width: 33.333%; }

  #main-about p {
    font-size: 12px;
    width: 71%; }

  .content-page .section-about-6-1 .element h3 {
    padding-right: 10px; }

  .home .content.content-news {
    padding-left: 110px;
    padding-right: 110px; }

  .home .content.content-customers {
    padding-left: 110px;
    padding-right: 110px; }

  .content-archive .wide-article {
    padding-left: 110px;
    padding-right: 110px; }
  .content-archive .pagination {
    padding-left: 110px;
    padding-right: 110px; }

  .content-contact {
    padding-left: 110px;
    padding-right: 110px; }

  .content-persons {
    padding-left: 110px;
    padding-right: 110px; }

  .content.content-fortinet {
    padding: 0 110px; }

  .content.content-fortinet-program {
    padding-left: 110px;
    padding-right: 110px; }

  .content.content-fortinet-program-forms {
    padding-left: 110px;
    padding-right: 110px; }

  #fortinet-lp .content-fortinet {
    padding-left: 110px;
    padding-right: 110px; }

  .home .content.content-customers {
    padding-left: 110px;
    padding-right: 110px; }

  .home .content.content-news {
    padding-left: 110px;
    padding-right: 110px; }

  #wrapper > header {
    padding: 33px 110px 19px 110px; }

  .content-products {
    padding-left: 110px;
    padding-right: 110px; }

  .content-post {
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 120px; }

  .content-page {
    padding-left: 110px;
    padding-right: 110px; }
    .content-page .section-about-3-1 {
      margin: 0px -110px;
      padding: 90px 110px 120px 110px; }
    .content-page .section-about-6-1 {
      margin: 0px -110px;
      padding: 90px 110px 70px 110px; }

  .full-image .cell > h1 {
    left: 110px; }
  .full-image .cell > h2 {
    left: 110px; }
  .full-image > footer {
    left: 110px; }

  #wrapper > footer {
    padding: 68px 110px 50px 110px; }

  .tiles h3 {
    line-height: calc(14px + 0.533333vw);
    font-size: calc(14px + 0.1125vw); }

  .tiles p {
    line-height: calc(12px + 0.316667vw);
    font-size: calc(12px + 0.05104167vw); }

  .tiles .image img {
    top: 20%;
    height: 60%; } }
@media (max-width: 1750px) {
  .tiles h3 {
    line-height: 1.3em;
    font-size: calc(14px + 0.1825vw);
    max-width: 77%; }

  .tiles p {
    font-size: calc(12px + 0.084167vw);
    max-width: 60%; }

  .tiles .image img {
    top: 22%;
    height: 56%; } }
@media (max-width: 1550px) {
  .tiles h3 {
    line-height: calc(12px + 0.6375vw);
    font-size: calc(12px + 0.156667vw);
    max-width: 78%; }

  .tiles p {
    line-height: calc(12px + 0.316667vw);
    font-size: calc(12px + 0.01vw);
    max-width: 66%; }

  .tiles .image img {
    top: 20%;
    height: 60%; } }
@media (max-width: 1200px) {
  .content.content-fortinet-program h2 {
    font-size: 30px;
    margin: 70px 0 20px 0;
    width: 50%;
    line-height: 45px; }

  .content.content-fortinet-program .buttons {
    margin-top: 50px; }

  .content.content-fortinet-program .buttons button {
    font-size: 18px;
    padding: 20px 33px 20px 33px;
    margin-right: 60px; }

  form .field input {
    font-size: 16px; }

  .full-image .wrapper > footer {
    left: 106px; }

  .content-archive {
    padding-bottom: 60px; }
    .content-archive .articles {
      padding-left: 106px;
      padding-right: 106px; }

  .blog .content-archive .articles article {
    width: 50%; }

  .home .content.content-news {
    padding-left: 106px;
    padding-right: 106px; }

  .home .content.content-customers {
    padding-left: 106px;
    padding-right: 106px; }

  .content-archive .wide-article {
    padding-left: 106px;
    padding-right: 106px;
    height: 50%; }
    .content-archive .wide-article h3 {
      line-height: 43px;
      font-size: 30px;
      padding-bottom: 20px;
      max-width: 70%; }
    .content-archive .wide-article .lead {
      margin-top: 26px;
      line-height: 26px;
      font-size: 18px;
      max-width: 70%; }
    .content-archive .wide-article a {
      margin-top: 30px; }
      .content-archive .wide-article a svg {
        top: 2px;
        position: relative; }
  .content-archive .pagination {
    padding-left: 106px;
    padding-right: 106px; }
  .content-archive .articles article {
    width: 50%;
    margin-bottom: 36px;
    max-height: 80px; }

  .content-contact {
    padding-left: 106px;
    padding-right: 106px; }
    .content-contact .c1, .content-contact .c2 {
      width: 100%;
      display: block;
      float: left; }

  .content-persons {
    padding-left: 106px;
    padding-right: 106px; }
    .content-persons .person {
      width: 50%; }

  .content.content-fortinet {
    padding: 0 106px; }

  .content.content-fortinet-program {
    padding-left: 106px;
    padding-right: 106px; }

  .content.content-fortinet-program-forms {
    padding-left: 106px;
    padding-right: 106px; }

  #slider .scene .shadow {
    box-shadow: 0 0 308px #000; }

  #slider #text-wrap {
    width: 60vw;
    left: 40vw; }

  #slider .col1 {
    width: 70%; }

  #slider #text-wrap {
    width: 46vw;
    left: -10vh; }

  #slider #text-wrap > div .slides .slide {
    width: 46vw; }

  #slider .col2 {
    width: 30%; }

  #wrapper > header .main-menu > ul > li {
    margin-right: 30px; }

  #fortinet-lp .content-fortinet {
    padding-left: 106px;
    padding-right: 106px; }
  #fortinet-lp .c1 {
    width: 100%;
    display: block;
    float: none; }
  #fortinet-lp .c2 {
    width: 100%;
    display: block;
    float: none; }
  #fortinet-lp .button {
    margin-left: 0;
    font-size: 14px;
    padding: 14px 24px; }
  #fortinet-lp p {
    width: 80%;
    line-height: 20px;
    font-size: 14px; }

  .home .content.content-customers {
    padding-left: 106px;
    padding-right: 106px; }

  .home .content.content-news {
    padding-left: 106px;
    padding-right: 106px; }

  #wrapper > header {
    padding: 33px 106px 19px 106px; }

  .content-products {
    padding-left: 106px;
    padding-right: 106px; }

  .content-news .c1 {
    width: 23%; }

  .content-news .c2 {
    width: 77%; }

  .content-news .slide {
    padding: 0 50px 0 35px; }

  .content-post {
    padding-left: 106px;
    padding-right: 106px;
    padding-top: 120px; }

  .content-page {
    padding-left: 106px;
    padding-right: 106px; }
    .content-page .section-about-3-1 {
      margin: 0px -106px;
      padding: 90px 106px 120px 106px; }
    .content-page .section-about-6-1 {
      margin: 0px -106px;
      padding: 90px 106px 70px 106px; }
    .content-page .section-about-3-1 .so-panel {
      width: 100%; }
    .content-page .sow-image-container img {
      margin: auto; }
    .content-page .section-about-3-1 .c1 {
      margin-bottom: 15px; }
    .content-page .section-about-3-1 .c1,
    .content-page .section-about-3-1 .c2,
    .content-page .section-about-2-1 {
      width: 100%; }
    .content-page .section-about-3-1 .cells-3 .panel-grid-cell {
      padding-right: 35px; }
      .content-page .section-about-3-1 .cells-3 .panel-grid-cell img {
        max-height: 111px;
        display: inline-block;
        text-align: left; }
    .content-page .section-about-2-2 {
      margin-top: 50px;
      width: 100%; }
    .content-page .section-about-4-1 .c1 {
      width: 25%; }
    .content-page .section-about-4-1 .c2 {
      width: 75%; }
    .content-page .section-about-5-1 .c1 {
      width: 25%; }
    .content-page .section-about-5-1 .c2 {
      width: 75%; }

  .full-image .cell > h1 {
    left: 106px; }
  .full-image .cell > h2 {
    left: 106px; }
  .full-image > footer {
    left: 106px; }

  #livechat {
    right: 44px; }
    #livechat .text {
      display: none; }

  #wrapper > footer {
    padding: 68px 106px 50px 106px; }
    #wrapper > footer .c {
      width: 30%; }
    #wrapper > footer .social {
      position: absolute;
      right: 0;
      top: -82px;
      width: auto; }
    #wrapper > footer .sponsorship {
      display: none; }
    #wrapper > footer #footer-logo {
      margin-bottom: 52px; }
    #wrapper > footer #footer-second-line {
      margin-top: 65px; }

  .content.content-fortinet-program .buttons button {
    margin-top: 20px;
    width: 522px; }

  .content.content-fortinet-program-forms .title {
    display: none; }

  .content.content-fortinet-program-forms h3 {
    width: 100%; }

  .tiles li .tiles .image img {
    max-height: 64%;
    position: absolute;
    right: -4px;
    top: 18%; }
  .tiles li h3 {
    max-width: 75%;
    line-height: calc(12px + 0.4375vw);
    font-size: calc(12px + 0.016667vw); }
  .tiles li .arrow {
    bottom: -2.8333vw; }
  .tiles li p {
    display: none; }
    .tiles li p.mobile {
      display: block;
      margin-top: 10px;
      height: auto; }

  .tiles li:hover .arrow {
    bottom: 1.258333vw; }

  .accordions .accordion-content main {
    width: 65%; }

  .accordions .accordion-content aside {
    width: 30%; }

  #main-about p {
    bottom: 0; }

  #main-about .main-about-li:hover p {
    bottom: 20px; }

  form .field-col-2 .field-postcode,
  form .field-col-2 .field-city {
    width: 50%; }
    form .field-col-2 .field-postcode label,
    form .field-col-2 .field-city label {
      font-size: 11px; }

  form .submit {
    font-size: 16px;
    padding: 20px; }

  .courses-return {
    margin-bottom: 30px; }

  #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-left, #nbit-pl #e3D18r_czater #czater-contener[data-display="off"].attachment-bottom-right {
    right: 40px !important; }

  .content-page .section-about-6-1 .element h3 {
    padding-right: 20px; } }
@media (max-width: 1050px) {
  .full-image .wrapper > footer {
    left: 60px; }

  .content-archive .articles {
    padding-left: 60px;
    padding-right: 60px; }

  .home .content.content-news {
    padding-left: 60px;
    padding-right: 60px; }

  .home .content.content-customers {
    padding-left: 60px;
    padding-right: 60px; }

  .content-archive .wide-article {
    padding-left: 60px;
    padding-right: 60px; }
  .content-archive .pagination {
    padding-left: 60px;
    padding-right: 60px; }

  .content-contact {
    padding-left: 60px;
    padding-right: 60px; }

  .content-persons {
    padding-left: 60px;
    padding-right: 60px; }

  .content.content-fortinet {
    padding: 0 60px; }

  .content.content-fortinet-program {
    padding-left: 60px;
    padding-right: 60px; }

  .content.content-fortinet-program-forms {
    padding-left: 60px;
    padding-right: 60px; }

  #fortinet-lp .content-fortinet {
    padding-left: 60px;
    padding-right: 60px; }

  .home .content.content-customers {
    padding-left: 60px;
    padding-right: 60px; }

  .home .content.content-news {
    padding-left: 60px;
    padding-right: 60px; }

  #wrapper > header {
    padding: 33px 60px 19px 60px; }

  .content-products {
    padding-left: 60px;
    padding-right: 60px; }

  .content-post {
    padding-left: 60px;
    padding-right: 60px; }

  .content-page {
    padding-left: 60px;
    padding-right: 60px; }
    .content-page .section-about-3-1 {
      margin: 0px -60px;
      padding: 70px 60px 70px 60px; }
    .content-page .section-about-6-1 {
      margin: 0px -60px;
      padding: 70px 60px 70px 60px; }

  .full-image .cell > h1 {
    left: 60px; }
  .full-image .cell > h2 {
    left: 60px; }
  .full-image > footer {
    left: 60px; }

  #wrapper > footer {
    padding: 68px 60px 50px 60px; }

  #wrapper > header .main-menu > ul > li {
    margin-right: 20px; }

  #wrapper > header .menu {
    margin-left: 5%; }

  #wrapper > header .gold-partner svg {
    width: 90px; }

  #main-about a {
    padding: 16px 19px 12px 19px; }

  #main-about h2 {
    font-size: 16px;
    line-height: 1.3em; }

  #main-about p {
    line-height: 1.3em;
    font-size: 11px;
    width: 76%;
    padding-top: 8px; } }
@media (max-width: 1050px) and (min-width: 769px) {
  #main-about p {
    left: 19px;
    bottom: 80px;
    width: 80%; }

  #main-about h2 {
    font-size: 17px; }

  #main-about .arrow {
    display: none; }

  #main-about .text {
    bottom: -126px;
    height: 180px; }

  #main-about li:hover .text {
    transform: translateY(-63px); }

  #main-about .image {
    max-height: 1000px;
    min-height: 0;
    height: 450px; }

  #main-about .main-about-li:hover p {
    bottom: 84px; } }
@media (max-width: 1050px) {
  #slider .dot-row {
    height: 0.925vw;
    margin-bottom: 2.4375vw; }

  #slider .scene {
    overflow: hidden; }

  #slider .wrap {
    top: 37%; }

  #slider #text-wrap {
    left: 0; }

  .accordions .accordion-content main {
    font-size: 12px;
    line-height: 19px; }

  .product-list li {
    padding: 10px 4px;
    font-size: 14px; }

  .accordions .accordion-title .particles canvas {
    transform: translateY(-17px); }

  .content-page .section-about-3-1 .cells-3 .panel-grid-cell img {
    height: 80px; }

  #wrapper > footer .copyright a {
    display: block; }

  .full-image .cell > h1 {
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 18px; }

  .full-image .cell > h2 {
    line-height: 43px;
    font-size: 30px; }

  .content-persons .accordions .accordion-content > div {
    display: block; }

  .product-list li.active {
    transform: translateX(0px);
    color: #000; }

  .accordions .accordion-content aside .button,
  .page-template-products-children .accordions .accordion-content aside .button {
    width: auto;
    margin: auto;
    margin-bottom: 20px; }

  .content.content-fortinet-program svg {
    top: 4px; }

  .product-info .product-title {
    line-height: 20px;
    font-size: 14px; }

  .accordions .accordion-title {
    padding: 20px 50px; }

  .mobile-menu .main-menu {
    left: 40px; }

  form .submit {
    font-size: 16px;
    padding: 20px; }

  form .field label {
    font-size: 13px;
    line-height: 19px; }

  form .field-col-2 .field-postcode,
  form .field-col-2 .field-city {
    width: 50%; }

  .content-page .section-about-6-1 .element h3 {
    padding-right: 50px; }

  .content-post main h3.lead {
    line-height: calc(14px + 1.041666vw);
    font-size: calc(14px + 0.520833vw);
    margin-top: 0; } }
@media (min-width: 1200px) {
  .tiles li a {
    height: 14.0625vw; }

  .tiles p {
    position: absolute;
    bottom: 1.770833vw;
    left: 1.927083vw;
    width: 50%; }

  .content-services .tiles p {
    width: 62%; }

  .content-services .tiles .image img {
    top: 25%;
    height: 50%; } }
@media (min-width: 1050px) and (max-width: 1250px) {
  #main-about li p {
    line-height: 1.2em; } }
@media (min-width: 1200px) and (max-width: 1270px) {
  .content-services .tiles h3 {
    line-height: 19px;
    font-size: 14px; }
  .content-services .tiles p {
    line-height: 15px;
    font-size: 12px;
    width: 69%; }
  .content-services .tiles .image {
    right: 22px; } }
@media (min-width: 1050px) {
  .accordions .accordion-content > div {
    padding-top: 0; } }
@media (max-width: 768px) {
  #wrapper > header .main-menu {
    display: none; }

  #wrapper > header .menu {
    float: right;
    margin-left: 47px; }
    #wrapper > header .menu .main-menu-icon {
      display: block; }
      #wrapper > header .menu .main-menu-icon .lines-button.x.close .lines {
        /*hide the middle line*/
        background: transparent;
        /*overlay the lines by setting both their top values to 0*/ }
        #wrapper > header .menu .main-menu-icon .lines-button.x.close .lines:before, #wrapper > header .menu .main-menu-icon .lines-button.x.close .lines:after {
          transform-origin: 50% 50%;
          top: 0;
          width: 30px; }
        #wrapper > header .menu .main-menu-icon .lines-button.x.close .lines:before {
          transform: rotate3d(0, 0, 1, 45deg); }
        #wrapper > header .menu .main-menu-icon .lines-button.x.close .lines:after {
          transform: rotate3d(0, 0, 1, -45deg); }

  .content-archive {
    padding-bottom: 60px; }
    .content-archive .articles {
      padding: 40px 40px 0 40px; }

  .home .content.content-news {
    padding: 170px 40px; }

  .home .content.content-customers {
    padding: 108px 40px 0 40px; }

  .content-archive .wide-article {
    padding: 95px 40px 120px 40px;
    height: 50%; }
    .content-archive .wide-article h3 {
      line-height: 43px;
      font-size: 30px;
      padding-bottom: 20px;
      max-width: 90%; }
    .content-archive .wide-article .lead {
      margin-top: 26px;
      line-height: 26px;
      font-size: 18px;
      max-width: 90%; }
    .content-archive .wide-article a {
      margin-top: 30px; }
      .content-archive .wide-article a svg {
        top: 2px;
        position: relative; }
  .content-archive .pagination {
    padding: 0 40px 0 40px; }
  .content-archive .articles article {
    width: 100%;
    display: block;
    float: none; }

  .blog .content-archive .articles article {
    width: 100%;
    display: block;
    float: none;
    max-height: 1000px;
    margin-bottom: 40px;
    padding-right: 0;
    height: auto; }

  .content-archive .wide-article .lead {
    max-width: 90%; }

  .content-archive .articles article h3 {
    padding-bottom: 13px; }

  .content-contact {
    padding: inherit 40px inherit 40px; }
    .content-contact .c1, .content-contact .c2 {
      width: 100%;
      display: block;
      float: left; }

  .content-persons {
    padding: inherit 40px inherit 40px; }
    .content-persons .person {
      width: 50%; }

  #wrapper > footer .miracles a {
    margin-top: 24px; }

  .content.content-fortinet {
    padding: 0 40px; }

  .content.content-fortinet-program {
    padding: inherit 40px inherit 40px; }

  .content.content-fortinet-program-forms {
    padding: inherit 40px inherit 40px; }

  #slider .scene .shadow {
    box-shadow: 0 0 308px #000; }

  #slider #text-wrap {
    width: 60vw; }

  #slider .col1 {
    width: 66%; }

  #slider .col2 {
    width: 34%; }

  #fortinet-lp .content-fortinet {
    padding: inherit 40px inherit 40px; }
  #fortinet-lp .c1 {
    width: 100%;
    display: block;
    float: none; }
  #fortinet-lp .c2 {
    width: 100%;
    display: block;
    float: none; }

  .home .content.content-customers {
    padding: 68px 40px 0 40px; }

  .home .content.content-news {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 110px;
    padding-bottom: 110px; }

  #wrapper > header {
    padding: 33px 40px 19px 40px; }

  .content-products {
    padding-right: 40px;
    padding-left: 40px; }

  .content-news .c1 {
    width: 23%; }

  .content-news .c2 {
    width: 77%; }

  .content-news .slide {
    padding: 0 50px 0 35px; }

  .content-page {
    padding: 6.666667vw 40px; }
    .content-page .section-about-3-1 {
      margin: 0px -40px;
      padding: 60px 40px 60px 40px; }
    .content-page .section-about-6-1 {
      margin: 0px -40px;
      padding: 60px 40px 60px 40px; }
    .content-page .section-about-3-1 .so-panel {
      width: 100%; }
    .content-page .sow-image-container img {
      margin: auto; }
    .content-page .section-about-3-1 .c1,
    .content-page .section-about-3-1 .c2,
    .content-page .section-about-2-1 {
      width: 100%; }
    .content-page .section-about-2-2 {
      margin-top: 35px;
      width: 100%; }
    .content-page .section-about-4-1 .c1 {
      width: 25%; }
    .content-page .section-about-4-1 .c2 {
      width: 75%; }
    .content-page .section-about-5-1 .c1 {
      width: 25%; }
    .content-page .section-about-5-1 .c2 {
      width: 75%; }

  .full-image .cell > h1 {
    left: 40px; }
  .full-image .cell > h2 {
    left: 40px; }
  .full-image > footer {
    left: 40px; }

  #livechat {
    right: 44px; }
    #livechat .text {
      display: none; }

  #wrapper > footer {
    padding: 68px 40px 50px 40px; }
    #wrapper > footer .c {
      width: 30%; }
    #wrapper > footer .social {
      position: absolute;
      right: 0;
      top: -82px;
      width: auto; }
    #wrapper > footer .sponsorship {
      display: none; }
    #wrapper > footer #footer-logo {
      margin-bottom: 54px; }
    #wrapper > footer #footer-second-line {
      margin-top: 65px; }

  .content.content-fortinet-program .buttons button {
    margin-top: 20px;
    width: 522px; }

  .content.content-fortinet-program-forms .title {
    display: none; }

  .content.content-fortinet-program-forms h3 {
    width: 100%; }

  .content-page .cells-3 > .panel-grid-cell {
    width: 100% !important;
    display: block;
    float: none; }

  .content-page .section-about-1-1 .col-4,
  .content-page .section-about-1-1 .col-6 {
    width: 100%;
    display: block;
    float: none; }

  .content-page section {
    margin: 60px 0; }

  .accordions .accordion-content main {
    padding-right: 0;
    margin-bottom: 20px; }

  .accordions .accordion-content aside .button,
  .page-template-products-children .accordions .accordion-content aside .button {
    margin-top: 0;
    display: block;
    margin: auto;
    padding: 19px 40px;
    margin-bottom: 20px; }

  form h4 {
    margin-top: 30px; }

  form span.input-info {
    bottom: -16px;
    font-size: 9px; }

  form .c {
    width: 100%;
    display: block;
    float: none;
    padding-right: 0; }

  form .field {
    margin-bottom: 24px; }

  form .field.accept-field {
    margin-top: 136px; }

  form .row:last-child .c:last-child {
    margin-top: -222px; }

  form .required-field-info {
    bottom: 140px; }

  form.course-form .field.accept-field {
    margin-top: 256px; }

  form.course-form .row:last-child .c:last-child {
    margin-top: -342px; }

  form.course-form .required-field-info {
    bottom: 151px; }

  form.tradeup-program-no .field.accept-field {
    margin-top: 320px; }

  form.tradeup-program-no .row:last-child .c:last-child {
    margin-top: -408px; }

  form.tradeup-program-no .required-field-info {
    bottom: 138px; }

  form .field input {
    font-size: 12px; }

  .accordions .accordion-content main,
  .accordions .accordion-content aside {
    width: 100%;
    display: block;
    float: none; }

  .accordions .accordion-title.accordion-courses .date {
    display: none; }

  .accordions .accordion-title.accordion-courses h2 {
    max-width: 90%;
    line-height: 26px;
    font-size: 18px; }

  .accordions .accordion-title h2 {
    box-shadow: 0; }

  .accordions .accordion-title .particles {
    display: none; }

  .content-contact {
    padding: 3.125vw 40px 4.583333vw 40px; }
    .content-contact h1 {
      margin-top: 15px; }
    .content-contact .cells-3 > .panel-grid-cell {
      width: 100%;
      margin: 20px 0; }

  #main-about .content.content-page {
    padding: 0;
    line-height: 0;
    margin-bottom: 1px; }
  #main-about .main-about-li {
    border-top: 1px solid #404040;
    width: 100%;
    display: block;
    float: none;
    transform: translateY(0) !important;
    top: 0 !important; }
    #main-about .main-about-li a {
      padding: 0;
      height: auto; }
    #main-about .main-about-li .image {
      cursor: pointer;
      margin-right: 0;
      width: 170px;
      right: -170px;
      position: absolute;
      display: inline-block;
      height: 128px;
      overflow: hidden;
      min-height: 0;
      max-height: 1000px;
      z-index: 2;
      top: -2px;
      transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95); }
      #main-about .main-about-li .image img {
        position: relative;
        transform: translateX(-50%);
        height: 100%;
        width: auto;
        margin-left: 50%;
        opacity: 1; }
      #main-about .main-about-li .image img.mobile-image {
        display: block; }
      #main-about .main-about-li .image img.main-image {
        display: none; }
    #main-about .main-about-li .text {
      cursor: pointer;
      padding: 23px 20px;
      width: 100%;
      display: inline-block;
      height: 57px;
      position: relative;
      bottom: 0;
      transition: all 0.5s cubic-bezier(0.75, 0.05, 0.35, 0.95); }
      #main-about .main-about-li .text h2 {
        line-height: 16px;
        font-size: 12px;
        display: inline-block;
        position: absolute;
        left: 20px;
        bottom: 22px; }
      #main-about .main-about-li .text p, #main-about .main-about-li .text a {
        display: none; }
      #main-about .main-about-li .text > a {
        display: block; }
      #main-about .main-about-li .text .arrow-more {
        position: absolute;
        right: 20px;
        bottom: 24px;
        display: inline-block;
        margin-right: 1px; }
      #main-about .main-about-li .text .arrow {
        display: none; }
      #main-about .main-about-li .text:after {
        clear: both;
        content: "";
        display: table; }
    #main-about .main-about-li.open .text {
      width: calc(100% - 170px);
      height: 126px;
      background: #FF4F29; }
    #main-about .main-about-li.open .image {
      right: 0; }
    #main-about .main-about-li:hover {
      box-shadow: 0;
      transform: translateY(0px);
      margin-right: 0; }
      #main-about .main-about-li:hover .text {
        background: #000;
        transform: translateY(0px); }
    #main-about .main-about-li.open:hover .text {
      background: #FF4F29; }
  #main-about .children-list {
    display: block;
    background: #000;
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.75, 0.05, 0.35, 0.95); }
    #main-about .children-list ul, #main-about .children-list li {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
      display: block; }
    #main-about .children-list ul {
      padding: 18px; }
    #main-about .children-list li {
      line-height: 39px;
      font-size: 13px;
      top: 0;
      float: none; }
      #main-about .children-list li h2 {
        line-height: 24px;
        font-size: 13px;
        margin-bottom: 15px;
        text-transform: none; }
        #main-about .children-list li h2 a {
          transition: all 500ms ease-in-out;
          display: block;
          position: relative;
          right: 0;
          bottom: 0; }
      #main-about .children-list li:last-child h2 {
        margin-bottom: 0; }
      #main-about .children-list li:hover {
        box-shadow: 0;
        transform: translateY(0);
        margin-right: 0; }

  #slider #text-wrap {
    width: 60vw;
    top: 0; }

  #slider #text-wrap > div .slides .slide h2 {
    line-height: 16px;
    font-size: 12px; }

  #slider #text-wrap > div .slides .slide p {
    width: 60vw;
    line-height: 43px;
    font-size: 30px; }

  #slider #text-wrap > div .slides .slide {
    width: 60vw; }

  #slider .scene.right {
    left: 39%;
    width: 60%; }

  #slider .right .col1 {
    opacity: 0; }
    #slider .right .col1 .dot-row {
      animation: none; }

  #slider .wrap {
    top: 37%; }

  #slider #text-wrap > div #slider-nav {
    bottom: 10px; }

  form .submit {
    padding: 17px 0; }

  .home .content.content-customers h3 {
    padding-right: 40px; }

  .courses-return {
    margin-bottom: 35px;
    margin-top: 30px; }

  .content-page h2.page-title {
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 30px; }

  .content-post main h3.lead {
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 10px; }

  .content-post main .content-wrapper p:last-child {
    margin-bottom: 0; }

  .content-wrapper,
  .content-wrapper p {
    line-height: 19px;
    font-size: 12px; }

  .content.pb-courses {
    padding-bottom: 20px; }

  .content-post aside {
    width: 30%; }

  .content-post main {
    width: 70%; }

  .content-post h2.page-title {
    line-height: 26px;
    font-size: 18px; }

  .accordions {
    margin: 0 -8px; }

  .accordions li:hover .accordion-title h2 {
    transform: translateX(32px); }

  .content-persons .person:last-child {
    margin-bottom: 0; }

  .accordions .accordion-content > div {
    padding: 45px 30px;
    padding-top: 0; }

  .accordions .accordion-title.accordion-courses h2 {
    max-width: 90%;
    line-height: 26px;
    font-size: 18px; }

  .content-persons h2, .content-persons h3, .content-persons a, .content-persons p {
    line-height: 20px;
    font-size: 12px; }

  .content-contact p {
    line-height: 19px;
    font-size: 12px; }

  .full-image .cell > h1 {
    margin-bottom: 40px;
    line-height: 26px;
    font-size: 18px; }

  .full-image .cell > h2 {
    line-height: 43px;
    font-size: 30px;
    width: 80%; }

  .attachments svg {
    height: 18px; }

  .attachments svg.arrow-download {
    top: -6px; }

  .attachments a:hover svg.arrow-download {
    transform: translateY(-3px); }

  .attachments .arrow-download-container {
    top: 1px;
    margin-left: 15px; }

  .home .full-image .wrapper > footer {
    bottom: 123px; }

  #wrapper > footer {
    line-height: 21px;
    font-size: 12px; }

  #wrapper > footer .miracles {
    line-height: 17px;
    font-size: 12px; }

  #wrapper > footer .miracles a {
    line-height: 17px;
    font-size: 12px;
    padding: 16px 0; }

  #wrapper > header .menu .main-menu-icon {
    display: block;
    top: -13px;
    right: -5px;
    position: relative;
    height: 40px;
    width: 40px; }

  #wrapper > header .gold-partner {
    position: relative;
    top: -7px; }

  .page-template-default li:before,
  .accordion-content li::before, .content-wrapper .product-content li::before {
    top: 8px; }

  .accordions .accordion-content > div {
    display: flex;
    flex-direction: column-reverse; }

  .products-list img {
    margin-top: 25px;
    width: 50%;
    margin-bottom: 25px; }

  .content-post main h3.lead {
    margin-top: 0; }

  .tiles li p.mobile {
    opacity: 0; }

  .tiles .image img {
    top: 25%;
    height: 50%;
    max-width: 45px; }

  .tiles .image {
    right: 21px; }

  .content-persons a[href^="tel:"] {
    text-decoration: underline; } }
@media (max-height: 768px) and (min-width: 500px) {
  .content.content-fortinet-program .buttons {
    margin-top: 20px; }

  .content.content-fortinet-program h2 {
    margin-top: 40px; }

  .logo-fortinet-program {
    margin-top: 30px; }

  .content.content-fortinet-program .cell {
    padding-top: 50px; } }
@media (max-width: 500px) {
  .content-post aside {
    width: 100%; }
  .content-post main {
    margin-top: 30px;
    float: left;
    width: 100%; }

  #wrapper > header .gold-partner {
    display: none; }

  .full-image > footer li:last-child {
    margin-right: 15px; }

  .full-image > footer {
    bottom: 80px;
    padding-top: 8px; }

  .full-image > footer .arrow {
    margin-left: 0; }

  #livechat {
    right: 27px;
    bottom: 27px; }

  #logo-fortinet svg {
    width: 154px; }

  #fortinet-lp p {
    font-weight: normal;
    line-height: 17px;
    font-size: 12px;
    padding-right: 0; }

  #fortinet-lp .button {
    font-weight: 600;
    line-height: 16px;
    font-size: 12px; }

  #fortinet-lp .c1,
  #fortinet-lp .c2 {
    margin-top: 30px; }

  #fortinet-lp .content-fortinet {
    padding: 45px 18px; }

  .content-archive .pagination {
    padding: 0 18px; }

  .full-image .cell > h1 {
    left: 18px; }
  .full-image .cell > h2 {
    left: 18px; }
  .full-image > footer {
    left: 18px; }

  .archive .content-archive {
    padding-bottom: 0; }

  .content-archive .articles {
    padding: 40px 18px 0 18px; }
  .content-archive .wide-article .particles:before {
    box-shadow: -50px 0px 500px #FF4F29 inset; }
  .content-archive .wide-article .particles:after {
    box-shadow: 50px 0px 500px #FF4F29 inset; }
  .content-archive .wide-article.grey .particles:before {
    box-shadow: -50px 0px 500px #E7e7e7 inset; }
  .content-archive .wide-article.grey .particles:after {
    box-shadow: 50px 0px 500px #E7e7e7 inset; }
  .content-archive .wide-article .particles {
    z-index: 1; }
  .content-archive .wide-article > div {
    z-index: 2; }
  .content-archive .wide-article h3 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 18px;
    line-height: 29px;
    font-size: 20px; }
  .content-archive .wide-article .lead {
    width: 100%;
    max-width: 100%;
    padding: 0;
    line-height: 17px;
    font-size: 12px; }

  .home-customers-nav {
    display: block;
    position: relative;
    top: 111px; }

  .home .content.content-news {
    padding: 50px 18px;
    padding-bottom: 60px; }
    .home .content.content-news .c1,
    .home .content.content-news .c2 {
      width: 100%; }
    .home .content.content-news .slide {
      padding: 0;
      height: 90px; }
    .home .content.content-news .date,
    .home .content.content-news .first h2,
    .home .content.content-news h2 {
      line-height: 16px;
      font-size: 11px;
      margin-bottom: 0;
      padding-right: 15px; }
    .home .content.content-news .home-title {
      font-weight: 500;
      line-height: 19px;
      font-size: 14px;
      margin: 0;
      padding: 0; }
    .home .content.content-news #news-nav {
      position: relative;
      top: 100px; }

  .home .content.content-customers {
    padding: 108px 18px 30px 18px; }
    .home .content.content-customers h2 {
      margin-bottom: 26px;
      line-height: 19px;
      font-size: 14px; }
    .home .content.content-customers h3 {
      line-height: 16px;
      font-size: 11px;
      margin-bottom: 22px;
      padding-right: 10px; }

  .content-archive .wide-article {
    padding: 40px 18px; }

  .content-persons {
    padding: 40px 18px 40px 18px; }
    .content-persons .person {
      width: 100%;
      margin-bottom: 27px;
      margin-top: 27px; }
    .content-persons .person:first-child {
      margin-top: 0px; }
    .content-persons h2 {
      margin-top: 10px; }
    .content-persons h3 {
      margin-bottom: 15px; }
    .content-persons h2, .content-persons h3, .content-persons a, .content-persons p {
      line-height: 21px;
      font-size: 14px; }

  .content-products {
    padding-right: 18px;
    padding-left: 18px; }

  .content-products.pb-0 {
    padding-bottom: 0; }

  .content.content-fortinet {
    padding: 0 18px; }

  .content.content-fortinet-program h3 {
    font-size: 11px; }

  .content.content-fortinet-program {
    padding: 195px 18px 90px 18px; }

  .content.content-fortinet-program-forms {
    padding: 40px 18px 60px 18px; }

  .home .content.content-customers {
    padding: 40px 18px 0 18px; }

  .content-post {
    padding: 40px 18px; }

  .single .content-post.sticky {
    padding-top: 120px; }

  .page .content-post.sticky {
    padding-top: 0px; }

  .content-post .return {
    margin-bottom: 30px; }

  .page-template-default {
    padding-top: 120px;
    background: #E7E7E7; }

  #wrapper > header {
    padding: 33px 18px 19px 18px; }

  .content-page {
    padding: 40px 18px; }
    .content-page section {
      margin: 30px 0; }
    .content-page .section-about-3-1 {
      margin: 0px -18px;
      padding: 40px 18px 40px 18px; }
    .content-page .section-about-6-1 {
      margin: 0px -18px;
      padding: 40px 18px 40px 18px; }
      .content-page .section-about-6-1 .element {
        margin: 22px 0; }
    .content-page .section-about-5-1 .c2,
    .content-page .section-about-5-1 .c1,
    .content-page .section-about-4-1 .c2,
    .content-page .section-about-4-1 .c1 {
      width: 100%;
      float: none;
      display: block; }
    .content-page .section-about-5-1 .c2,
    .content-page .section-about-4-1 .c2 {
      margin-top: 16px; }

  #wrapper > footer {
    padding: 68px 18px 50px 18px; }
    #wrapper > footer .social {
      top: -100px; }
    #wrapper > footer .c1, #wrapper > footer .c2 {
      width: 50%;
      line-height: 20px;
      font-size: 11px; }
    #wrapper > footer .c2:after {
      clear: both;
      display: table;
      content: ""; }
    #wrapper > footer .c3 {
      width: 100%;
      margin-top: 57px; }
    #wrapper > footer .miracles {
      line-height: 16px;
      font-size: 11px; }
    #wrapper > footer #footer-logo h2 {
      display: block;
      margin-left: 0; }
    #wrapper > footer .copyright,
    #wrapper > footer .nuostudio {
      display: block;
      width: 100%;
      float: none;
      text-align: left;
      font-size: 10px; }
    #wrapper > footer .nuostudio {
      margin-top: 20px; }
    #wrapper > footer .copyright {
      margin-top: 62px; }

  .accordions .accordion-content .info.no-button {
    margin-top: 15px; }

  .accordions .accordion-title {
    padding: 20px; }

  .accordions .course .accordion-title {
    padding-right: 45px; }

  .accordions li:hover .accordion-title h2 {
    transform: translateX(20px); }

  .accordions .accordion-title h2 {
    line-height: 16px;
    font-size: 12px; }

  .content-post aside, .content-post main {
    width: 100%;
    padding: 0; }
  .content-post main h3.lead {
    line-height: 19px;
    font-size: 13px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    margin-top: 0px; }

  .accordions .accordion-content main {
    font-size: 11px;
    line-height: 19px; }

  .accordions .accordion-content .product-list .button {
    font-size: 12px;
    padding: 16px 20px; }

  .product-list ul {
    margin-bottom: 30px; }

  .content-page {
    line-height: 18px;
    font-size: 12px; }

  #wrapper > footer .footer-menu ul, #wrapper > footer .footer-menu li {
    line-height: 20px; }

  .content-page .section-about-3-1 h3.widget-title {
    margin-bottom: 25px;
    margin-top: 0; }

  .content-page .section-about-3-1 .so-panel {
    margin-bottom: 35px; }

  .content-page .section-about-3-1 p, .content-page .section-about-3-1 h3 {
    line-height: 16px;
    font-size: 11px; }
  .content-page .section-about-3-1 h3.page-title {
    font-size: 18px; }

  .tiles li {
    width: 100%;
    float: none;
    display: block;
    height: 88px; }
    .tiles li a {
      display: table; }
    .tiles li p.mobile {
      display: none; }
    .tiles li h3 {
      width: 48%;
      line-height: 17px;
      font-size: 12px;
      left: 100px;
      bottom: auto;
      position: relative;
      height: auto;
      display: table-cell;
      vertical-align: middle; }
    .tiles li .arrow {
      bottom: 32px;
      right: 16px; }
      .tiles li .arrow svg {
        height: 13px; }
    .tiles li .image {
      left: 24px;
      width: 60px;
      text-align: center; }
      .tiles li .image img {
        top: 8%;
        height: 84%;
        left: 0;
        margin: auto;
        max-width: 65px; }

  .tiles li:hover {
    transform: translateY(0px); }
    .tiles li:hover .arrow {
      bottom: 17px; }

  .tiles.products-tiles li .arrow {
    bottom: 17px; }
  .tiles.products-tiles li h3 {
    max-width: 64%;
    line-height: 17px;
    font-size: 12px;
    left: 55%;
    bottom: 19px;
    position: absolute;
    height: auto; }

  .content.content-news .first {
    top: 0; }

  .content.content-news .slide:hover h2 {
    transform: translateY(0px); }

  .content.content-news h2::after {
    display: none; }

  #wrapper > header .menu {
    top: -2px; }

  /*
      #slider {
          padding-top: 120px;
          
          .scene {
  
              &.right{
                  left:20vw;
                  width: 80%;
              }
          }
          #text-wrap{
              position: absolute;
              height: 100%;
              padding-left:0;
          }
      }*/
  .home .full-image .wrapper > footer {
    bottom: 98px; }

  .accordions {
    margin: 0 -18px; }

  .content-persons .person:last-child {
    margin-bottom: 0; }

  .accordions .accordion-content > div {
    padding: 18px;
    padding-top: 0; }

  .accordions .accordion-title.accordion-courses h2 {
    max-width: 90%;
    line-height: 16px;
    font-size: 12px; }

  .content-persons h2, .content-persons h3, .content-persons a, .content-persons p {
    line-height: 20px;
    font-size: 12px; }

  .content-contact p {
    line-height: 18px;
    font-size: 12px; }

  .content-wrapper h3 {
    margin: 20px 0; }

  .full-image .cell > h1 {
    margin-bottom: 20px;
    font-size: 14px; }

  .full-image .wrapper > footer li {
    margin-right: 15px; }

  .full-image .wrapper > footer {
    left: 0;
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    line-height: 22px; }

  .full-image .wrapper > footer .arrow {
    float: right; }

  .full-image .wrapper > footer > div {
    opacity: 1;
    transform: translateY(0); }

  .full-image .wrapper > footer nav {
    display: inline-block;
    width: 90%; }

  .full-image .wrapper > footer .arrow {
    float: right;
    width: 10%;
    margin-left: 0; }
    .full-image .wrapper > footer .arrow svg {
      float: right; }

  .full-image .cell > h2 {
    line-height: 29px;
    font-size: 20px;
    width: 90%; }

  .main-hr {
    display: none; }

  #czater-contener {
    display: none !important; }

  .content.content-fortinet-program h4 {
    display: block; }

  .content.content-fortinet-program .buttons button {
    margin: 13px 0;
    line-height: 16px;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

  .content.content-fortinet-program h2 {
    width: 100%;
    line-height: 29px;
    font-size: 20px; }

  .content.content-fortinet-program a svg {
    top: 5px; }

  form h4 {
    margin-top: 40px;
    margin-bottom: 24px; }

  #main-about .main-about-li.open .text .arrow-more {
    transform: rotate(180deg);
    transition: all 350ms cubic-bezier(0.55, 0, 0.1, 1) 0.2s; }

  #cookies {
    width: calc(100% - 36px);
    left: 18px;
    font-size: 12px;
    text-align: center;
    padding: 13px 0 13px 0; }
    #cookies button {
      font-size: 12px; }

  .content-wrapper,
  .content-wrapper p {
    line-height: 18px;
    font-size: 11px; }

  .content.content-fortinet-program-forms h3 {
    margin-top: 20px;
    line-height: 1.3em;
    margin-bottom: 32px; }

  .content-page .section-about-6-1 .element h3 {
    padding-right: 45px;
    margin-bottom: 20px;
    height: 60px; }

  .content-archive .wide-article a.link {
    margin-top: 20px;
    line-height: 18px;
    font-size: 12px; }

  .content-archive .wide-article a.link svg {
    height: 13px; }

  .content-post main h3.lead-promo p {
    line-height: 19px;
    font-size: 13px; }

  .content-post h3.description {
    margin-top: 30px;
    margin-bottom: 0; }

  .content-post main img {
    margin: 30px 0 35px 0; }

  .attachments {
    margin-top: 20px; }

  .attachments svg {
    height: 16px; }

  .attachments svg.arrow-download {
    top: -4px; }

  .attachments a:hover svg.arrow-download {
    transform: translateY(-3px); }

  #slider #text-wrap > div .slides .slide h2 {
    line-height: 16px;
    font-size: 12px;
    top: -3px; }

  #slider #text-wrap > div .slides .slide p {
    width: 80vw;
    line-height: 29px;
    font-size: 19px; }

  #slider .wrap {
    top: 200px; }

  #slider .col1 {
    width: 0%; }

  #slider .col2 {
    width: 0%; }

  #slider .scene.right {
    left: 10%;
    width: 90%;
    height: 275px; }

  #slider #text-wrap > div .slides .slide {
    width: 80vw;
    height: 275px; }

  #slider #text-wrap {
    width: 80vw;
    top: 0;
    overflow: visible;
    height: 275px; }

  #wrapper > header .menu .main-menu-icon {
    display: block;
    top: -4px;
    position: relative; }

  #slider .col1 .dot-row {
    animation: none; }

  #slider .scene .wrap:after {
    content: "";
    width: 20%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0%;
    left: 0;
    background: url(../img/dots.png) no-repeat top center;
    z-index: 1; }
  #slider .scene.right .wrap:after {
    display: none; }

  #slider #text-wrap > div #slider-nav {
    bottom: 27px; }

  .content-page .section-about-2-1 .content {
    width: 100%; }

  .content-post {
    line-height: 19px;
    font-size: 13px; }

  .accordions .accordion-title .arrow {
    right: 19px; }

  .content.pb-0 {
    padding-bottom: 0; }

  .content.pb-courses {
    padding-bottom: 4.6875vw; }

  .content-contact {
    padding: 3.125vw 18px 4.583333vw 18px; }

  .full-image.half-image .wrapper {
    min-height: 0; } }

/*# sourceMappingURL=style.css.map */
