/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

   html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers (opinionated).
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Add the correct display in IE 9-.
   */
  
  article,
  aside,
  footer,
  header,
  nav,
  section {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  
  figcaption,
  figure,
  main { /* 1 */
    display: block;
  }
  
  /**
   * Add the correct margin in IE 8.
   */
  
  figure {
    margin: 1em 40px;
  }
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  
  a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
  }
  
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
  
  a:active,
  a:hover {
    outline-width: 0;
  }
  
  /**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  
  b,
  strong {
    font-weight: inherit;
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font style in Android 4.3-.
   */
  
  dfn {
    font-style: italic;
  }
  
  /**
   * Add the correct background and color in IE 9-.
   */
  
  mark {
    background-color: #ff0;
    color: #000;
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  audio,
  video {
    display: inline-block;
  }
  
  /**
   * Add the correct display in iOS 4-7.
   */
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /**
   * Remove the border on images inside links in IE 10-.
   */
  
  img {
    border-style: none;
  }
  
  /**
   * Hide the overflow in IE.
   */
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button; /* 2 */
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
  }
  
  /**
   * Remove the default vertical scrollbar in IE.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  
  details, /* 1 */
  menu {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Scripting
     ========================================================================== */
  
  /**
   * Add the correct display in IE 9-.
   */
  
  canvas {
    display: inline-block;
  }
  
  /**
   * Add the correct display in IE.
   */
  
  template {
    display: none;
  }
  
  /* Hidden
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10-.
   */
  
  [hidden] {
    display: none;
  }
  input[type=range]{width:300px}ul[rn-carousel]{overflow:hidden;padding:0;white-space:nowrap;position:relative;-ms-perspective:1000px;perspective:1000px;-ms-touch-action:pan-y;touch-action:pan-y}ul[rn-carousel]>li{color:#000;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:visible;vertical-align:top;position:absolute;left:0;right:0;white-space:normal;padding:0;margin:0;list-style-type:none;width:100%;height:100%;display:inline-block}ul[rn-carousel-buffered]>li{display:none}ul[rn-carousel-transition=hexagon]{overflow:visible}div.rn-carousel-indicator span{cursor:pointer;color:#666}div.rn-carousel-indicator span.active{color:#fff}.rn-carousel-control{transition:opacity .2s ease-out;font-size:2rem;position:absolute;top:40%;opacity:.75;cursor:pointer}.rn-carousel-control:hover{opacity:1}.rn-carousel-control.rn-carousel-control-prev{left:.5em}.rn-carousel-control.rn-carousel-control-prev:before{content:"<"}.rn-carousel-control.rn-carousel-control-next{right:.5em}.rn-carousel-control.rn-carousel-control-next:before{content:">"}#screenSaver {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    cursor: pointer;
    overflow: hidden;
  }
  #screenSaver > img {
    position: absolute;
    top: 30%;
    right: 8%;
    height: 60em;
  }
  #screenSaver:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 70%;
    left: -20%;
    background: #0f172b;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    z-index: -1;
  }
  #screenSaver:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #0f172b;
    opacity: .8;
    z-index: -1;
  }
  #screenSaver span {
    font-size: 9em;
    color: white;
    display: block;
    position: absolute;
    left: 2%;
    width: 50%;
    top: 10%;
    text-align: left;
    text-transform: uppercase;
  }
  #screenSaver.hide {
    display: none;
  }
  body,
  html {
    height: 100%;
  }
  .link {
    color: #e2722c;
  }
  body {
    display: block;
    text-align: center;
    font-size: 0;
  }
  .root {
    display: inline-block;
    position: relative;
    font-size: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-image: url(../fa124d78fafe868e9b338bcab3c35e72.png);
    background-size: 100%;
    background-position: 0 -3px;
  }
  .root .console-log {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
  }
  .root .logo {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    right: -4em;
    top: 0;
    background: white;
    display: block;
    height: 14em;
    width: 34.8em;
    background-repeat: no-repeat;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
  }
  .root .logo img {
    position: absolute;
    right: 9.5em;
    top: 1em;
    height: 80%;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
  }
  .root .app-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
  }
  .root .app-bg {
    display: block;
    z-index: -1;
    transition: .5s;
  }
  .root #my-video {
    opacity: 1;
    position: inherit;
    z-index: 0;
    transition: 3s;
  }
  .root #my-video.hide {
    opacity: 0;
    position: absolute;
  }
  .root #my-image.hide {
    display: none;
  }
  @media screen and (min-aspect-ratio: 16/9) {
    .app-bg {
      display: block;
      height: 100vh;
      width: auto;
    }
    #screenSaver,
    .app-wrapper {
      font-size: 0.9259vh;
    }
  }
  @media screen and (max-aspect-ratio: 16/9) {
    .app-bg {
      display: block;
      width: 100vw;
      height: auto;
    }
    #screenSaver,
    .app-wrapper {
      font-size: 0.5208vw;
    }
  }
  .modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
  }
  .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    z-index: 999;
  }
  .modal {
    top: 18em;
    width: 142em;
    height: 78em;
    z-index: 1000;
    background: #0f172b;
    position: relative;
    overflow: hidden;
  }
  .modal .modal__header {
    padding-left: 3.5em;
    padding-right: 7em;
    height: 6em;
    line-height: 6em;
    background: white;
    position: relative;
  }
  .modal .modal__header h2 {
    margin: 0;
    font-size: 3.4em;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .modal .modal__description {
    position: absolute;
    bottom: 0;
    top: 6em;
    width: 30%;
    left: 0;
    color: white;
    z-index: 1;
  }
  .modal .modal__description .modal__description-text {
    position: absolute;
    height: 64%;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 120%;
    top: 0;
    padding-left: 7.5em;
    box-sizing: border-box;
  }
  .modal .modal__description .modal__description-text h2 {
    margin: 1em 0 2em 0;
    font-weight: bold;
    font-size: 1.4em;
  }
  .modal .modal__description .modal__description-text p {
    font-size: 1.1em;
    margin: 0 0 3em 0;
    line-height: 2;
  }
  .modal .modal__description > h2 {
    position: absolute;
    top: 68%;
    left: 6em;
  }
  .modal .modal__description:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 45em;
    left: 19em;
    top: 0;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    z-index: -1;
    background: #0f172b;
  }
  .modal .modal__carousel {
    position: absolute;
    top: 6em;
    left: 30%;
    right: 0;
    bottom: 0;
  }
  .modal .modal__carousel ul {
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  .modal .modal__carousel ul li {
    height: 100%;
  }
  .modal .modal__carousel ul li > div {
    height: 100%;
    background-size: cover;
  }
  .modal_wrapper.solution .line {
    position: absolute;
    width: 60em;
    height: .5em;
    top: 16em;
    background: #ff7321;
  }
  .modal_wrapper.solution .line:before {
    content: '';
    position: absolute;
    display: block;
    height: 2em;
    width: 1em;
    background: #ff7321;
    left: -1em;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
  }
  .modal_wrapper.solution .line:after {
    content: '';
    position: absolute;
    display: block;
    height: 2.7em;
    width: 1em;
    top: -2.3em;
    background: #ff7321;
    right: -0.8em;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
  }
  .modal.solution {
    top: 18em;
  }
  .modal.solution .modal__header .close {
    position: absolute;
    right: 1.5em;
    height: 3.4em;
    width: 3.7em;
    top: 1.3em;
    cursor: pointer;
    border: none;
    background-image: url(../c980db8f99351823fdaccfc76087e132.png);
    background-size: 100%;
  }
  .modal.solution .modal__header .close:hover {
    opacity: .8;
  }
  .modal.solution .modal__description {
    left: 0;
    text-align: left;
  }
  .modal.solution .modal__description .modal__description-title {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    display: inline-block;
    padding: .6em;
    box-sizing: border-box;
    margin: .6em;
  }
  .modal.solution .modal__description .modal__description-title.modal__description-product-title {
    background: #e2722c;
  }
  .modal.solution .modal__description .modal__description-title.modal__description-solution-title {
    background: #2a4a6a;
  }
  .modal.solution .modal__description .modal__description-title span {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
  }
  .modal.solution .modal__description .modal__description-text {
    position: absolute;
    height: 60%;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 120%;
    top: 0;
    padding-left: 7.5em;
    box-sizing: border-box;
  }
  .modal.solution .modal__description .modal__description-text h2 {
    margin: 1em 0 2em 0;
    font-weight: bold;
    font-size: 1.4em;
  }
  .modal.solution .modal__description .modal__description-text p {
    font-size: 1.4em;
    margin: 0 0 3em 0;
    line-height: 2;
  }
  .modal.solution .modal__description .modal__description-text ul,
  .modal.solution .modal__description .modal__description-text ol {
    padding-left: 2em;
    font-size: 1.4em;
    margin-bottom: 2em;
  }
  .modal.solution .modal__description .modal__description-text ul li,
  .modal.solution .modal__description .modal__description-text ol li {
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .modal.solution .modal__description > h2 {
    position: absolute;
    top: 65%;
    left: 6em;
    font-weight: normal;
    font-size: 1.4em;
  }
  .modal.solution .modal__description .modal__description-product-links {
    position: absolute;
    height: 24%;
    width: 100%;
    top: 70%;
    padding-left: 7.5em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .modal.solution .modal__description .modal__description-product-links button {
    cursor: pointer;
    display: block;
    height: 3.5em;
    max-width: 25em;
    width: 100%;
    border: 0;
    background-color: #ff7321;
    margin: 2em .5em;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    padding: 0 2em;
    box-sizing: border-box;
    box-shadow: 0 0 1.5em rgba(255, 255, 255, 0.5);
  }
  .modal.solution .modal__description .modal__description-product-links button.modal__description-service-link {
    background: #2f496e;
    box-shadow: none;
  }
  .modal.solution .modal__description .modal__description-product-links button span {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .modal.solution .modal__description:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 45em;
    left: 19em;
    top: 0;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    z-index: -1;
    background: #0f172b;
  }
  .modal.solution .modal__carousel {
    left: 30%;
    right: 0;
  }
  .modal.solution .modal__carousel .modal__carousel-dots {
    position: absolute;
    bottom: 1.5em;
    width: 100%;
  }
  .modal.solution .modal__carousel .modal__carousel-dots span {
    color: white;
    font-size: 6em;
    margin: 0 .2em;
  }
  .modal.solution .modal__carousel .modal__carousel-dots span.active {
    color: #ff7321;
  }
  .modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
  }
  .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    z-index: 999;
  }
  .modal {
    top: 18em;
    width: 142em;
    height: 78em;
    z-index: 1000;
    background: #0f172b;
    position: relative;
    overflow: hidden;
  }
  .modal .modal__header {
    padding-left: 3.5em;
    padding-right: 7em;
    height: 6em;
    line-height: 6em;
    background: white;
    position: relative;
  }
  .modal .modal__header h2 {
    margin: 0;
    font-size: 3.4em;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .modal .modal__description {
    position: absolute;
    bottom: 0;
    top: 6em;
    width: 30%;
    left: 0;
    color: white;
    z-index: 1;
  }
  .modal .modal__description .modal__description-text {
    position: absolute;
    height: 64%;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 120%;
    top: 0;
    padding-left: 7.5em;
    box-sizing: border-box;
  }
  .modal .modal__description .modal__description-text h2 {
    margin: 1em 0 2em 0;
    font-weight: bold;
    font-size: 1.4em;
  }
  .modal .modal__description .modal__description-text p {
    font-size: 1.1em;
    margin: 0 0 3em 0;
    line-height: 2;
  }
  .modal .modal__description > h2 {
    position: absolute;
    top: 68%;
    left: 6em;
  }
  .modal .modal__description:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 45em;
    left: 19em;
    top: 0;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    z-index: -1;
    background: #0f172b;
  }
  .modal .modal__carousel {
    position: absolute;
    top: 6em;
    left: 30%;
    right: 0;
    bottom: 0;
  }
  .modal .modal__carousel ul {
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  .modal .modal__carousel ul li {
    height: 100%;
  }
  .modal .modal__carousel ul li > div {
    height: 100%;
    background-size: cover;
  }
  .modal.product {
    overflow: visible;
    top: 22em;
    width: 144em;
    box-shadow: 0 0 5em rgba(0, 0, 0, 0.7);
    height: 78em;
    background: white;
  }
  .modal.product .modal__header .close {
    position: absolute;
    right: 1.5em;
    height: 3.4em;
    width: 3.7em;
    top: 1.3em;
    cursor: pointer;
    border: none;
    background-image: url(../c980db8f99351823fdaccfc76087e132.png);
    background-size: 100%;
  }
  .modal.product .modal__header .close:hover {
    opacity: .8;
  }
  .modal.product .modal__carousel-controls {
    position: absolute;
    width: 100%;
    top: 50%;
  }
  .modal.product .modal__carousel-controls button {
    position: absolute;
    background-color: transparent;
    border: 0;
    height: 10em;
    width: 3.5em;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .modal.product .modal__carousel-controls .left {
    left: -9em;
    background-image: url(../f50821385ece2dbff352d4703ce4030c.png);
  }
  .modal.product .modal__carousel-controls .right {
    right: -9em;
    background-image: url(../4e7808f8cad7e740a0eda82113900f18.png);
  }
  .modal.product .modal__carousel {
    width: 100%;
    left: 0;
    bottom: 8em;
    background-color: #0f172b;
    overflow: hidden;
  }
  .modal.product .modal__carousel > ul li.subpage {
    color: white;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description {
    position: absolute;
    height: auto;
    width: 30%;
    right: 0;
    text-align: left;
    top: 2em;
    z-index: 2;
    bottom: 2em;
    padding-right: 7em;
    box-sizing: border-box;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description ul,
  .modal.product .modal__carousel > ul li.subpage .subpage__description ol {
    padding-left: 2em;
    font-size: 1.4em;
    margin-bottom: 2em;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description ul li,
  .modal.product .modal__carousel > ul li.subpage .subpage__description ol li {
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description a {
    font-size: 1.4em;
    color: #ff7320;
    margin-bottom: 2em;
    text-decoration: underline;
    display: block;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description p {
    margin: 0 0 1.5em 0;
    line-height: 2;
    font-size: 1.4em;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__image {
    position: absolute;
    height: 100%;
    left: 0;
    width: 70%;
    z-index: 1;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__image:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 45em;
    right: -22em;
    top: 0;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    z-index: 1;
    background: #0f172b;
  }
  .modal.product .modal__solution-links {
    bottom: 0;
    height: 8em;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0 2em;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .modal.product .modal__solution-links h3 {
    float: left;
    font-size: 1.4em;
    width: 25%;
  }
  .modal.product .modal__solution-links > div {
    width: 100%;
    box-sizing: border-box;
    padding: .2em 0 .2em 2em;
    overflow: auto;
    height: 90%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .modal.product .modal__solution-links > div .ps-scrollbar-y-rail {
    right: 0 !important;
  }
  .modal.product .modal__solution-links > div button {
    height: 3.5em;
    border: 0;
    width: 32%;
    margin: .2em .25em;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background-color: #ff7320;
    text-align: left;
    padding: 0 2em;
    cursor: pointer;
  }
  .modal.product .modal__solution-links > div button span {
    display: block;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
  }
  .modal.product .modal__carousel-dots {
    position: absolute;
    bottom: -5em;
    width: 100%;
  }
  .modal.product .modal__carousel-dots span {
    color: transparent;
    display: inline-block;
    width: 4em;
    height: 2em;
    background-color: white;
    margin: 0 1em;
    user-select: none;
  }
  .modal.product .modal__carousel-dots span.active {
    background-color: #ff7320;
  }
  .modal_overlay.external {
    background-color: #0f172b;
    opacity: .8;
  }
  .modal.external {
    top: 30em;
    height: 72em;
    width: 120em;
  }
  .modal.external.external .close {
    z-index: 11;
    position: absolute;
    right: 1.5em;
    height: 3.4em;
    width: 3.7em;
    top: 1.3em;
    cursor: pointer;
    border: none;
    background-image: url(../c980db8f99351823fdaccfc76087e132.png);
    background-size: 100%;
  }
  .modal.external.external .close:hover {
    opacity: .8;
  }
  .modal.external.external .modal__body {
    position: absolute;
    top: 6em;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
  }
  .modal.external.external .modal__body iframe {
    border: 0;
  }
  .modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
  }
  .modal_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    z-index: 999;
  }
  .modal {
    top: 18em;
    width: 142em;
    height: 78em;
    z-index: 1000;
    background: #0f172b;
    position: relative;
    overflow: hidden;
  }
  .modal .modal__header {
    padding-left: 3.5em;
    padding-right: 7em;
    height: 6em;
    line-height: 6em;
    background: white;
    position: relative;
  }
  .modal .modal__header h2 {
    margin: 0;
    font-size: 3.4em;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .modal .modal__description {
    position: absolute;
    bottom: 0;
    top: 6em;
    width: 30%;
    left: 0;
    color: white;
    z-index: 1;
  }
  .modal .modal__description .modal__description-text {
    position: absolute;
    height: 64%;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 120%;
    top: 0;
    padding-left: 7.5em;
    box-sizing: border-box;
  }
  .modal .modal__description .modal__description-text h2 {
    margin: 1em 0 2em 0;
    font-weight: bold;
    font-size: 1.4em;
  }
  .modal .modal__description .modal__description-text p {
    font-size: 1.1em;
    margin: 0 0 3em 0;
    line-height: 2;
  }
  .modal .modal__description > h2 {
    position: absolute;
    top: 68%;
    left: 6em;
  }
  .modal .modal__description:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 45em;
    left: 19em;
    top: 0;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    z-index: -1;
    background: #0f172b;
  }
  .modal .modal__carousel {
    position: absolute;
    top: 6em;
    left: 30%;
    right: 0;
    bottom: 0;
  }
  .modal .modal__carousel ul {
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  .modal .modal__carousel ul li {
    height: 100%;
  }
  .modal .modal__carousel ul li > div {
    height: 100%;
    background-size: cover;
  }
  .modal.product {
    overflow: visible;
    top: 22em;
    width: 144em;
    box-shadow: 0 0 5em rgba(0, 0, 0, 0.7);
    height: 78em;
    background: white;
  }
  .modal.product .modal__header .close {
    position: absolute;
    right: 1.5em;
    height: 3.4em;
    width: 3.7em;
    top: 1.3em;
    cursor: pointer;
    border: none;
    background-image: url(../c980db8f99351823fdaccfc76087e132.png);
    background-size: 100%;
  }
  .modal.product .modal__header .close:hover {
    opacity: .8;
  }
  .modal.product .modal__carousel-controls {
    position: absolute;
    width: 100%;
    top: 50%;
  }
  .modal.product .modal__carousel-controls button {
    position: absolute;
    background-color: transparent;
    border: 0;
    height: 10em;
    width: 3.5em;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .modal.product .modal__carousel-controls .left {
    left: -9em;
    background-image: url(../f50821385ece2dbff352d4703ce4030c.png);
  }
  .modal.product .modal__carousel-controls .right {
    right: -9em;
    background-image: url(../4e7808f8cad7e740a0eda82113900f18.png);
  }
  .modal.product .modal__carousel {
    width: 100%;
    left: 0;
    bottom: 8em;
    background-color: #0f172b;
    overflow: hidden;
  }
  .modal.product .modal__carousel > ul li.subpage {
    color: white;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description {
    position: absolute;
    height: auto;
    width: 30%;
    right: 0;
    text-align: left;
    top: 2em;
    z-index: 2;
    bottom: 2em;
    padding-right: 7em;
    box-sizing: border-box;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description ul,
  .modal.product .modal__carousel > ul li.subpage .subpage__description ol {
    padding-left: 2em;
    font-size: 1.4em;
    margin-bottom: 2em;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description ul li,
  .modal.product .modal__carousel > ul li.subpage .subpage__description ol li {
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description a {
    font-size: 1.4em;
    color: #ff7320;
    margin-bottom: 2em;
    text-decoration: underline;
    display: block;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__description p {
    margin: 0 0 1.5em 0;
    line-height: 2;
    font-size: 1.4em;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__image {
    position: absolute;
    height: 100%;
    left: 0;
    width: 70%;
    z-index: 1;
  }
  .modal.product .modal__carousel > ul li.subpage .subpage__image:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 45em;
    right: -22em;
    top: 0;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    z-index: 1;
    background: #0f172b;
  }
  .modal.product .modal__solution-links {
    bottom: 0;
    height: 8em;
    position: absolute;
    display: flex;
    align-items: center;
    padding: 0 2em;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .modal.product .modal__solution-links h3 {
    float: left;
    font-size: 1.4em;
    width: 25%;
  }
  .modal.product .modal__solution-links > div {
    width: 100%;
    box-sizing: border-box;
    padding: .2em 0 .2em 2em;
    overflow: auto;
    height: 90%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .modal.product .modal__solution-links > div .ps-scrollbar-y-rail {
    right: 0 !important;
  }
  .modal.product .modal__solution-links > div button {
    height: 3.5em;
    border: 0;
    width: 32%;
    margin: .2em .25em;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background-color: #ff7320;
    text-align: left;
    padding: 0 2em;
    cursor: pointer;
  }
  .modal.product .modal__solution-links > div button span {
    display: block;
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
  }
  .modal.product .modal__carousel-dots {
    position: absolute;
    bottom: -5em;
    width: 100%;
  }
  .modal.product .modal__carousel-dots span {
    color: transparent;
    display: inline-block;
    width: 4em;
    height: 2em;
    background-color: white;
    margin: 0 1em;
    user-select: none;
  }
  .modal.product .modal__carousel-dots span.active {
    background-color: #ff7320;
  }
  .modal_overlay.external {
    background-color: #0f172b;
    opacity: .8;
  }
  .modal.external {
    top: 30em;
    height: 72em;
    width: 120em;
  }
  .modal.external .modal_body {
    position: absolute;
    top: 6em;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .modal.external .close {
    z-index: 11;
    position: absolute;
    right: 1.5em;
    height: 3.4em;
    width: 3.7em;
    top: 1.3em;
    cursor: pointer;
    border: none;
    background-image: url(../c980db8f99351823fdaccfc76087e132.png);
    background-size: 100%;
  }
  .modal.external .close:hover {
    opacity: .8;
  }
  .modal_overlay.external {
    background-color: #0f172b;
    opacity: .8;
  }
  .modal.category {
    top: 20em;
    height: 78em;
    width: 144em;
  }
  .modal.category .close {
    z-index: 11;
    position: absolute;
    right: 1.5em;
    height: 3.4em;
    width: 3.7em;
    top: 1.3em;
    cursor: pointer;
    border: none;
    background-image: url(../c980db8f99351823fdaccfc76087e132.png);
    background-size: 100%;
  }
  .modal.category .close:hover {
    opacity: .8;
  }
  .modal.category .modal__body {
    position: absolute;
    top: 6em;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
  }
  .modal.category .modal__body .modal_image {
    height: 100%;
    width: 70%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
  }
  .modal.category .modal__body .modal_image:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 45em;
    right: -22em;
    top: 0;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    z-index: 1;
    background: #0f172b;
  }
  .modal.category .modal__body .modal_description {
    width: 30%;
    position: absolute;
    top: 2em;
    bottom: 2em;
    padding-right: 7em;
    box-sizing: border-box;
    right: 0;
    z-index: 1;
    line-height: 2;
    text-align: left;
  }
  .modal.category .modal__body .modal_description ul,
  .modal.category .modal__body .modal_description ol {
    padding-left: 2em;
    font-size: 1.4em;
    margin-bottom: 2em;
  }
  .modal.category .modal__body .modal_description ul li,
  .modal.category .modal__body .modal_description ol li {
    line-height: 1.6;
    margin-bottom: 1em;
  }
  .modal.category .modal__body .modal_description .links a {
    display: block;
    margin-bottom: 1em;
    font-size: 1.4em;
    color: #ff7320;
    text-decoration: underline;
    cursor: pointer;
  }
  .modal.category .modal__body .modal_description p {
    font-size: 1.4em;
  }
  .modal.category .modal__body iframe {
    border: 0;
  }
  .app-nav {
    position: absolute;
    width: 100%;
    background-color: #0f172b;
    font-size: 1.4em;
    color: white;
    font-weight: bold;
    text-align: left;
    z-index: 3;
  }
  .app-nav .category-description {
    position: absolute;
    width: 100%;
    height: 3em;
    background-color: #ff7321;
    display: flex;
    align-items: center;
    padding-left: 1em;
    box-sizing: border-box;
    z-index: 2;
  }
  .app-nav .category-description button {
    background-color: transparent;
    height: 2em;
    width: 2em;
    border: none;
    background-image: url(../29d98dab6b1eb6914457aecfcb04a046.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 .5em;
    cursor: pointer;
  }
  .app-nav .category-description span {
    font-weight: 100;
  }
  .app-nav ul {
    list-style: none;
    padding-right: 21em;
    margin: 0;
    padding: 0;
    z-index: 3;
    position: relative;
    box-shadow: 0 0 3em rgba(0, 0, 0, 0.5);
  }
  .app-nav ul li {
    display: table-cell;
    height: 7em;
    vertical-align: middle;
    width: 19.1em;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
  }
  .app-nav ul li.selected {
    background-color: #ff7321;
  }
  .app-nav ul li div {
    padding: 0 2em;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
  }
  .app-ht__item {
    font-size: 1.4em;
    position: absolute;
    background: #0f172b;
    color: #fff;
    padding: 0.3em 0.9em;
    box-shadow: 1em 2em 7em 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 1;
    transition: 0.3s;
    animation: scaleHotSpot 2000ms;
    text-align: center;
    text-align: left;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform-style: initial;
    max-width: 16em;
    opacity: 1;
  }
  .app-ht__item.selected {
    z-index: 2;
    background: #ff7321;
    box-shadow: 1em 2em 7em 0 rgba(0, 0, 0, 0.7), 0 0 2em 0.5em #fff;
  }
  .app-ht__item:hover {
    z-index: 3;
    box-shadow: 0 0 2em 0.5em rgba(255, 255, 255, 0.4);
  }
  .app-ht__item span {
    display: block;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
  }
  @keyframes scaleHotSpot {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* perfect-scrollbar v0.6.16 */
  .ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;border-radius:6px;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;border-radius:6px;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
  .left .ps-scrollbar-y-rail {
    left: 3em;
    opacity: 1;
    background-color: #004a6b !important;
    width: 1.5em;
  }
  .left .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 100% !important;
    border-radius: 0;
    background-color: #ff7321 !important;
    left: 0;
  }
  .right .ps-scrollbar-y-rail {
    right: 3em !important;
    opacity: 1;
    background-color: #004a6b !important;
    width: 1.5em;
  }
  .right .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 100% !important;
    border-radius: 0;
    background-color: #ff7321 !important;
    left: 0;
  }
  .sidebar .ps-scrollbar-y-rail {
    right: 1.5em !important;
    opacity: 1;
    background-color: #a8afb5 !important;
    width: 1.5em;
  }
  .sidebar .ps-scrollbar-y-rail .ps-scrollbar-y {
    width: 100% !important;
    border-radius: 0;
    background-color: #0f162b !important;
    left: 0;
  }
  .ps-container {
    overflow: hidden !important;
  }
  .sidebar {
    position: absolute;
    top: 13.9em;
    right: -26.7em;
    bottom: 0;
    width: 26.8em;
    transition: 100ms right;
    background-color: white;
    z-index: 10;
    box-sizing: border-box;
    padding: 2em 3.5em;
  }
  .sidebar h2 {
    font-size: 2.4em;
    font-weight: 100;
    text-align: left;
  }
  .sidebar .search {
    width: 100%;
    height: 3.5em;
    border: .3em solid #0f162b;
    border-radius: .3em;
    transform: skew(25deg);
    position: relative;
  }
  .sidebar .search:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../ec0ed3d6600731b4ca139237a496c18e.png);
    width: 2.6em;
    height: 2.6em;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: skew(-25deg);
    right: 1em;
    top: 50%;
    margin-top: -1.3em;
    z-index: -1;
  }
  .sidebar .search input {
    border: 0;
    background-color: transparent;
    outline: none;
    transform: skew(-25deg);
    display: block;
    padding: 0 2.6em 0 1em;
    height: 100%;
    width: 100%;
    font-size: 1.4em;
    box-sizing: border-box;
  }
  .sidebar .sidebar__product-container {
    position: absolute;
    bottom: 1em;
    top: 19em;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding-right: 4em;
    padding-left: 3.5em;
    text-align: left;
  }
  .sidebar .sidebar__product-container p {
    font-size: 1.1em;
    margin: 1.5em 0;
    cursor: pointer;
    position: relative;
  }
  .sidebar .sidebar__product-container p .new {
    position: absolute;
    left: -3.5em;
    background: #e2722c;
    font-size: .8em;
    text-transform: uppercase;
    color: white;
    font-weight: 100;
    padding: .3em;
    top: 50%;
    -webkit-transform: skew(-10deg) translateY(-50%);
    -moz-transform: skew(-10deg) translateY(-50%);
    -ms-transform: skew(-10deg) translateY(-50%);
    -o-transform: skew(-10deg) translateY(-50%);
    transform: skew(-10deg) translateY(-50%);
  }
  .sidebar .sidebar__product-container p .new span {
    display: block;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -ms-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
  }
  .sidebar .sidebar__help-btn {
    display: block;
    width: 100%;
    background-color: #0f172b;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    border: 0;
    height: 3.5em;
    color: white;
  }
  .sidebar .sidebar__help-btn span {
    text-align: left;
    font-weight: 100;
    padding: 0 .5em;
    text-transform: uppercase;
    display: block;
    font-size: 2.4em;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
  }
  #navigation-toggle {
    position: absolute;
    right: 29em;
    width: 3em;
    height: 5em;
    top: 1.5em;
    z-index: 100;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
  }
  #navigation-toggle span {
    display: block;
    width: 100%;
    height: .5em;
    background: #ff7321;
    border-radius: 3px;
    margin-bottom: .6em;
  }
  .show {
    right: 0;
  }
  .navigation {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation-items a {
    display: block;
    background-color: #444;
    color: white;
    line-height: 2em;
    text-decoration: none;
    padding: 10px 30px;
    width: 100px;
  }
  .navigation-items a:hover {
    background-color: #222;
  }
  .loading:after {
    content: ' .';
    animation: dots 3s steps(5, end) infinite;
  }
  @keyframes dots {
    0%,
    20% {
      color: rgba(0, 0, 0, 0);
      text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
    }
    40% {
      color: black;
      text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
    }
    60% {
      text-shadow: 0.25em 0 0 black, 0.5em 0 0 rgba(0, 0, 0, 0);
    }
    80%,
    100% {
      text-shadow: .25em 0 0 black,
      .5em 0 0 black;
    }
  }
  
  /*# sourceMappingURL=app.css.map*/