@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

b, strong {
  font-weight: bolder; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

img {
  vertical-align: middle;
  border-style: none; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  appearance: button; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

.h1, h1 {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 2rem; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

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

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

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

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

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

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

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

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

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

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

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

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

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

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

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

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.text-center {
  text-align: center !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

.collapse:not(.show) {
  display: none; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.w-100 {
  width: 100% !important; }

html, body, ul {
  margin: 0;
  padding: 0; }

input, button {
  outline: none; }

button {
  cursor: pointer; }

ul, li {
  list-style: none; }

a {
  text-decoration: none; }

.clear {
  display: block;
  clear: both; }

.light-text {
  color: white; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

h1, h2, h3, h4, h5 {
  margin: 0; }

h1 {
  font-size: 32px;
  line-height: 40px; }

h2 {
  font-size: 28px;
  line-height: 40px; }

h3 {
  font-size: 24px;
  line-height: 32px; }

h4 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px; }

h5 {
  font-size: 16px;
  line-height: 36px; }

p {
  font-size: 14px;
  line-height: 22px; }

section, header {
  padding-left: 20px;
  padding-right: 20px; }
  section main, header main {
    width: 100%;
    max-width: 100%; }

header {
  height: 80px; }

#hamburger {
  width: 40px;
  height: 40px; }

#mainNav {
  padding: 100px 0 0; }
  #mainNav h5 {
    margin-bottom: 1em; }
  #mainNav h3 {
    margin-bottom: 0.6em; }
  #mainNav main + main {
    margin-top: 40px; }
  #mainNav .left .button {
    height: 50px;
    line-height: 50px;
    font-size: 18px; }

nav.nav-menu {
  padding: 65px 0 0; }

*, .button {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  background: none;
  margin: 0;
  border: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

b, strong {
  font-weight: 600; }

h1, h2, h5, p {
  font-weight: 300; }

h3, h4 {
  font-weight: 400; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
:root {
  --tb-main-color: #2A7DEC;
  --tb-main-background: rgba(48, 86, 128, 0.08);
  --tb-main-color-filter: invert(37%) sepia(84%) saturate(891%) hue-rotate(184deg) brightness(105%) contrast(88%); }

body {
  background-color: white;
  line-height: 1.32; }

section {
  position: relative;
  background-color: white; }

section main, section div.main-div, header main, header div.main-div, footer main, footer div.main-div {
  position: relative;
  margin: auto;
  display: block; }

p {
  font-size: 14px;
  font-weight: 400;
  margin: 0; }

a {
  color: #2a7dec; }
  a:hover {
    color: #2a7dec; }
  a strong {
    font-weight: 500; }

.button {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 20px;
  line-height: 24px;
  color: white;
  background-color: var(--tb-main-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: background-color, filter; }
  .button:hover {
    filter: brightness(1.3) contrast(0.9);
    color: white;
    text-decoration: none; }
  .button:focus {
    filter: brightness(1.3) contrast(0.9); }
  .button.accent {
    background-color: #f9b115; }
    .button.accent:hover {
      background-color: #f9b115; }
    .button.accent:focus {
      background-color: #f9b115; }

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

#home header {
  background-color: unset;
  box-shadow: unset; }
  #home header .support-ukraine p {
    color: #fff; }
  #home header .logo {
    background-image: url(/images/industryos_logo_text_w.svg); }
  #home header .burger {
    filter: invert(100%) sepia(68%) saturate(0%) hue-rotate(350deg) brightness(113%) contrast(101%); }
  #home header .head-menu ul li.active a, #home header .head-menu ul li.active a:hover, #home header .head-menu ul li.active span.main-menu-link:hover {
    color: rgba(255, 255, 255, 0.5); }
  #home header .head-menu ul a {
    color: #fff; }
  #home header .head-menu ul a:not([href]), #home header .head-menu ul span.main-menu-link {
    color: #fff; }
    #home header .head-menu ul a:not([href]):hover, #home header .head-menu ul span.main-menu-link:hover {
      color: #fff; }
  #home header .head-menu ul .centered-sub .sub-menu li a {
    color: #212529; }
  #home header .head-menu ul .centered-sub .sub-menu li:hover a {
    color: #2A7DEC; }
  #home header .n-button.price {
    color: #fff;
    transition-duration: 0s;
    border: unset;
    background-color: rgba(255, 255, 255, 0.05); }
    #home header .n-button.price:hover {
      text-decoration: none;
      color: #212529;
      background-color: white; }
  #home header .n-button.try:hover {
    color: #2A7DEC;
    box-shadow: unset;
    background-color: #fff; }

#home #hero .achievement {
  position: absolute;
  top: 90px;
  right: 20px;
  z-index: 100; }
  #home #hero .achievement .achieve {
    width: 100%;
    height: auto; }
    @media (max-width: 768px) {
      #home #hero .achievement .achieve {
        width: 60px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  transition-duration: 0.3s;
  margin: 0 -78px;
  width: calc(100% + 156px);
  z-index: 8888;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  header .logo-burger {
    z-index: 1;
    flex: 0 0 220px; }
  header .head-menu {
    flex: 1;
    display: flex;
    justify-content: center; }
  @media screen and (min-width: 1280px) {
    header .head-menu ul li:hover .centered-sub {
      opacity: 1;
      transition-duration: 0.6s;
      z-index: 2; }
      header .head-menu ul li:hover .centered-sub .sub-menu {
        top: 84px;
        transition-delay: 0s; } }
  header .logo-burger {
    display: flex;
    height: 100%;
    align-items: center; }
  header .head-buttons {
    display: flex;
    flex-direction: row; }
    header .head-buttons .n-button {
      width: 110px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
  header .head-menu {
    height: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center; }
    header .head-menu .sub-menu-container {
      position: absolute;
      top: 84px;
      left: 0;
      transition: visibility, opacity ease-in-out;
      transition-duration: 0.3s;
      border-radius: 4px;
      box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.3), 0 50px 100px -20px rgba(0, 0, 0, 0.25);
      background-color: #fff;
      visibility: hidden;
      opacity: 0;
      width: auto !important;
      height: auto !important;
      overflow: visible !important; }
      header .head-menu .sub-menu-container.active {
        visibility: visible;
        opacity: 1;
        background-color: #ffffff; }
        header .head-menu .sub-menu-container.active.bounds-transition {
          transition: left ease-in-out 0.4s, width ease-in-out 0.4s, height ease-in-out 0.4s; }
        header .head-menu .sub-menu-container.active > div.open {
          opacity: 1;
          display: block;
          transition-property: display, opacity;
          transition-duration: 0.4s;
          transition-behavior: allow-discrete; }
@starting-style {
  header .head-menu .sub-menu-container.active > div.open {
    opacity: 0; } }
      header .head-menu .sub-menu-container > div {
        opacity: 0;
        display: none; }
      header .head-menu .sub-menu-container div#nav-cases .group:last-child .column {
        min-width: 320px; }
    header .head-menu .sub-menu-container .centered-sub, header .head-menu ul .centered-sub {
      width: max-content; }
      header .head-menu .sub-menu-container .centered-sub .sub-menu, header .head-menu ul .centered-sub .sub-menu {
        width: max-content;
        display: block;
        z-index: 1; }
        header .head-menu .sub-menu-container .centered-sub .sub-menu li, header .head-menu ul .centered-sub .sub-menu li {
          padding: 0; }
        header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups, header .head-menu ul .centered-sub .sub-menu .sub-groups {
          display: flex;
          flex-direction: column;
          align-items: stretch;
          gap: 0; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group, header .head-menu ul .centered-sub .sub-menu .sub-groups .group {
            display: flex;
            flex-direction: column;
            padding: 16px 24px;
            gap: 10px;
            border-bottom: 1px solid #e8eaed; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:last-child, header .head-menu ul .centered-sub .sub-menu .sub-groups .group:last-child {
              border-bottom: none; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:nth-child(odd), header .head-menu ul .centered-sub .sub-menu .sub-groups .group:nth-child(odd) {
              background-color: #ffffff; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group:nth-child(even), header .head-menu ul .centered-sub .sub-menu .sub-groups .group:nth-child(even) {
              background-color: #f8f9fa; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group .column, header .head-menu ul .centered-sub .sub-menu .sub-groups .group .column {
              display: flex;
              flex-direction: column;
              gap: 12px; }
              header .head-menu .sub-menu-container .centered-sub .sub-menu .sub-groups .group .column .group-name, header .head-menu ul .centered-sub .sub-menu .sub-groups .group .column .group-name {
                text-transform: uppercase;
                font-weight: 600;
                color: #305680;
                font-size: 12px;
                line-height: normal;
                white-space: nowrap;
                margin-bottom: 4px; }
        header .head-menu .sub-menu-container .centered-sub .sub-menu a, header .head-menu ul .centered-sub .sub-menu a {
          text-align: left;
          display: flex; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a:hover .sub-text span.item-heading {
            color: #2A7DEC; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a:hover .sub-text p, header .head-menu ul .centered-sub .sub-menu a:hover .sub-text p {
            color: #212529; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.prof-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.prof-lnk:hover .sub-text span.item-heading {
            color: #1F8B4D; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.com-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.com-lnk:hover .sub-text span.item-heading {
            color: #305680; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.edge-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.edge-lnk:hover .sub-text span.item-heading {
            color: #009688; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.gateway-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.gateway-lnk:hover .sub-text span.item-heading {
            color: #7A4DC3; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.mobile-lnk:hover .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.mobile-lnk:hover .sub-text span.item-heading {
            color: #305680; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a:last-child, header .head-menu ul .centered-sub .sub-menu a:last-child {
            margin-bottom: 0; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a .material-icons, header .head-menu ul .centered-sub .sub-menu a .material-icons {
            margin-right: 12px;
            flex-shrink: 0; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text, header .head-menu ul .centered-sub .sub-menu a .sub-text {
            max-width: 284px; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text h1, header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a .sub-text h1, header .head-menu ul .centered-sub .sub-menu a .sub-text span.item-heading {
              color: #212529;
              font-size: 16px;
              font-weight: 400;
              line-height: 24px; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu a .sub-text p, header .head-menu ul .centered-sub .sub-menu a .sub-text p {
              color: #899AAB;
              font-size: 14px;
              font-weight: 400;
              line-height: 24px;
              white-space: nowrap; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a img, header .head-menu ul .centered-sub .sub-menu a img {
            margin-right: 12px;
            height: fit-content; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link .sub-text, header .head-menu ul .centered-sub .sub-menu a.small-link .sub-text {
            padding: 0; }
            header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link .sub-text h1, header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link .sub-text span.item-heading, header .head-menu ul .centered-sub .sub-menu a.small-link .sub-text h1, header .head-menu ul .centered-sub .sub-menu a.small-link .sub-text span.item-heading {
              font-weight: 400;
              white-space: nowrap; }
          header .head-menu .sub-menu-container .centered-sub .sub-menu a.small-link:last-child, header .head-menu ul .centered-sub .sub-menu a.small-link:last-child {
            margin-bottom: 0; }
    header .head-menu ul {
      display: flex; }
      header .head-menu ul li {
        cursor: default;
        display: flex;
        padding: 10px 14px 14px;
        align-items: center;
        height: calc(100% + 4px); }
        header .head-menu ul li a, header .head-menu ul li span.main-menu-link {
          text-align: center; }
        header .head-menu ul li:hover a {
          color: #2A7DEC; }
      header .head-menu ul a, header .head-menu ul span.main-menu-link {
        display: block;
        color: #212529;
        font-size: 16px;
        font-weight: normal;
        text-decoration: none; }
      header .head-menu ul a:not([href]), header .head-menu ul span.main-menu-link {
        color: #212529; }
        header .head-menu ul a:not([href]):hover, header .head-menu ul span.main-menu-link:hover {
          color: #2A7DEC; }
  header .support-ukraine {
    padding-right: 20px; }
    header .support-ukraine img {
      height: 31px; }
  header .logo {
    position: relative;
    float: left;
    display: block;
    width: 140px;
    height: 60px;
    top: 0;
    left: 0;
    transform: none;
    background-image: url(/images/industryos_logo_text.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 0.3s; }

.indicator.active {
  transition-delay: 0s;
  transition-duration: 0.2s; }
  .indicator.active .line {
    transition-delay: 0s;
    transition-duration: 0.2s;
    width: 100%;
    left: 0;
    opacity: 1; }
  .indicator.active .head-arrow {
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    opacity: 1; }

.indicator {
  width: 0;
  left: 0;
  border-radius: 2px;
  position: absolute;
  height: 4px;
  bottom: -4px;
  transition-delay: 0s;
  transition-duration: 0.2s;
  z-index: -1;
  padding: 0 14px;
  transition-property: none; }
  .indicator.left-transition {
    transition-property: left; }
  .indicator .head-arrow {
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #2A7DEC;
    width: 8px;
    height: 100%;
    left: calc(50% - 4px);
    bottom: 4px;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.2s; }
  .indicator .line {
    position: relative;
    background-color: #2A7DEC;
    width: 0;
    height: 100%;
    left: 50%;
    opacity: 0;
    transition-duration: 0.2s; }

.n-button {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  height: 47px;
  transition-duration: 0.3s;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 10px;
  padding: 11px 20px; }
  .n-button.price {
    border: solid 1px #EBEBEB;
    padding: 10px 11px;
    color: #212529;
    transition-duration: 0s;
    background-color: unset; }
    .n-button.price:hover {
      border: solid 2px #212529;
      text-decoration: none; }
  .n-button.try {
    background-color: #2A7DEC;
    color: white;
    padding: 11px 14px; }
    .n-button.try:hover {
      transition-duration: 0.3s;
      color: #fff;
      background-color: #2A7DEC;
      box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25);
      text-decoration: none; }
    .n-button.try:active {
      background-color: #4F97F8;
      transition-duration: 0s; }

.burger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  display: none;
  filter: unset;
  height: 47px;
  width: 47px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0; }
  .burger .material-icons {
    font-size: 47px;
    line-height: 47px;
    vertical-align: middle;
    color: #305680; }
  @media screen and (max-width: 1024px) {
    .burger {
      height: 37px;
      width: 37px; }
      .burger .material-icons {
        font-size: 37px; } }
  .burger:focus {
    outline: none; }

#githubButtonContainer {
  display: none;
  position: relative;
  padding-left: 14px;
  float: left;
  height: 60px;
  align-items: center;
  align-content: center; }
  #githubButtonContainer span {
    height: 20px; }

#home.flip-nav header, #partners.flip-nav header {
  transition-duration: 0.3s;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
  #home.flip-nav header .support-ukraine p, #partners.flip-nav header .support-ukraine p {
    color: #000; }
  #home.flip-nav header .logo, #partners.flip-nav header .logo {
    background-image: url(/images/industryos_logo_text.svg); }
  #home.flip-nav header .burger, #partners.flip-nav header .burger {
    filter: unset; }
  #home.flip-nav header .head-menu ul li.active a, #home.flip-nav header .head-menu ul li.active span.main-menu-link, #partners.flip-nav header .head-menu ul li.active a, #partners.flip-nav header .head-menu ul li.active span.main-menu-link {
    opacity: 1;
    color: #2A7DEC; }
  #home.flip-nav header .head-menu ul a, #home.flip-nav header .head-menu ul span.main-menu-link, #partners.flip-nav header .head-menu ul a, #partners.flip-nav header .head-menu ul span.main-menu-link {
    color: #212529; }
  #home.flip-nav header .head-menu ul .centered-sub .sub-menu li a, #partners.flip-nav header .head-menu ul .centered-sub .sub-menu li a {
    color: #212529; }
  #home.flip-nav header .head-menu ul .centered-sub .sub-menu li:hover a, #partners.flip-nav header .head-menu ul .centered-sub .sub-menu li:hover a {
    color: #2A7DEC; }
  #home.flip-nav header .n-button.price, #partners.flip-nav header .n-button.price {
    border: solid 1px #EBEBEB;
    color: #212529;
    background-color: unset; }
    #home.flip-nav header .n-button.price:hover, #partners.flip-nav header .n-button.price:hover {
      border: solid 2px #212529; }
  #home.flip-nav header .n-button.try:hover, #partners.flip-nav header .n-button.try:hover {
    color: #fff;
    background-color: #2A7DEC;
    box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25); }

#hero {
  text-align: center;
  padding-top: 80px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }
  #hero h5 {
    margin: 20px 0;
    line-height: 28px; }

.customer-logo {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
  width: 200px;
  height: 120px;
  min-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .customer-logo img {
    flex: 0 0 auto;
    object-fit: scale-down;
    max-width: 90%;
    max-height: 85%;
    vertical-align: middle; }

footer {
  width: 100%;
  background-color: #0F161D; }
  footer main, footer div.main-div {
    padding: 92px 0 78px; }
    footer main hr, footer div.main-div hr {
      border-top: 2px solid white;
      opacity: 0.1;
      margin-top: 54px; }
    footer main .deeper, footer div.main-div .deeper {
      margin-bottom: 60px;
      display: flex;
      justify-content: space-between; }
      footer main .deeper .footer-logo, footer div.main-div .deeper .footer-logo {
        background-image: url(/images/industryos_logo_text_w.svg);
        width: 180px;
        height: 60px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
      footer main .deeper nav, footer div.main-div .deeper nav {
        display: flex;
        align-items: center;
        justify-content: right; }
        footer main .deeper nav a, footer div.main-div .deeper nav a {
          text-align: right;
          display: inline-block;
          margin: 0 14px;
          font-size: 16px;
          color: white;
          transition: 300ms; }
          footer main .deeper nav a:hover, footer div.main-div .deeper nav a:hover {
            color: white; }
          footer main .deeper nav a:last-child, footer div.main-div .deeper nav a:last-child {
            margin-right: 0; }
          footer main .deeper nav a:first-child, footer div.main-div .deeper nav a:first-child {
            margin-left: 0; }
  footer .newsletterSubsContainer {
    height: 106px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: left; }
    footer .newsletterSubsContainer .footer-top-section {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      gap: 30px; }
      @media (max-width: 655px) {
        footer .newsletterSubsContainer .footer-top-section {
          justify-content: center; } }
      footer .newsletterSubsContainer .footer-top-section .footer-top-img-section {
        display: flex;
        gap: 40px; }
    footer .newsletterSubsContainer .loading {
      margin: 0;
      height: 47px;
      padding: 0 18px; }
    footer .newsletterSubsContainer .subscribe {
      margin: 0;
      height: fit-content;
      padding: 13px 20px;
      transition-duration: unset; }
      footer .newsletterSubsContainer .subscribe:hover {
        transition-duration: unset;
        box-shadow: unset;
        background-color: #4F97F8; }
      footer .newsletterSubsContainer .subscribe:focus {
        outline: none; }
    footer .newsletterSubsContainer #mlb2-7341216 .subscribe-form {
      background: none !important;
      border: none !important;
      padding: 0;
      width: 520px !important; }
      @media (max-width: 768px) {
        footer .newsletterSubsContainer #mlb2-7341216 .subscribe-form {
          width: 100% !important; } }
      footer .newsletterSubsContainer #mlb2-7341216 .subscribe-form.horizontal {
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap; }
    footer .newsletterSubsContainer #mlb2-7341216 .form-section p {
      line-height: 150%;
      padding: 0 !important;
      margin: 0 0 10px 0; }
    footer .newsletterSubsContainer #mlb2-7341216 .form-section.mb10 {
      margin-bottom: 10px;
      float: left; }
    footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal {
      float: left;
      margin-bottom: 10px;
      width: 70%; }
      @media (max-width: 768px) {
        footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal {
          float: none;
          width: 100%;
          padding: 0; } }
      footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal.ml-button-position {
        width: 30%;
        padding: 0; }
        @media (max-width: 768px) {
          footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal.ml-button-position {
            float: none;
            width: 100%;
            padding: 0;
            margin-bottom: 20px; }
            footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal.ml-button-position .button {
              width: 100%; } }
      footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal .form-group {
        float: left;
        width: 100%;
        padding-right: 6px;
        box-sizing: border-box;
        margin: 0; }
        @media (max-width: 768px) {
          footer .newsletterSubsContainer #mlb2-7341216 .form-section.horizontal .form-group {
            padding: 0; } }
    footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group.ml-error .form-control {
      border-color: red !important; }
    footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control {
      background-color: white !important;
      height: 47px;
      width: 100%;
      font-size: 18px;
      line-height: 16px;
      font-weight: 400;
      color: #212529;
      border: 1px solid #fff;
      transition: 0.3s; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control::-webkit-input-placeholder {
        color: #999 !important; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control::-moz-placeholder {
        color: #999 !important; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control:-ms-input-placeholder {
        color: #999 !important; }
      footer .newsletterSubsContainer #mlb2-7341216.ml-subscribe-form .form-group .form-control:-moz-placeholder {
        color: #999 !important; }
    footer .newsletterSubsContainer p {
      color: #6D7175;
      font-weight: 400; }
  footer .deepmost {
    display: flex;
    justify-content: space-between; }
    footer .deepmost .copyright {
      color: #847989;
      font-size: 14px; }
    footer .deepmost .social {
      width: fit-content;
      display: flex;
      text-align: right; }
      footer .deepmost .social a {
        width: auto;
        height: auto;
        display: inline-flex;
        align-items: center;
        margin-left: 16px; }
        footer .deepmost .social a:hover {
          filter: brightness(200%); }
      footer .deepmost .social .twitter {
        display: flex;
        justify-content: flex-start; }

section {
  background-color: white; }

dt {
  margin-bottom: 8px; }

dd {
  margin-bottom: 16px; }

.usecases-bottom-nav a {
  margin: 10px 20px 10px 0; }
  .usecases-bottom-nav a:last-of-type {
    margin-right: 0; }

@media screen and (max-width: 1500px) {
  header {
    margin: unset;
    width: 100%; }
    header .head-menu ul li {
      padding: 10px 10px 14px; }
    header .head-menu ul .indicator {
      padding: 0 10px; }
    header div .n-button {
      margin-left: 8px;
      font-size: 17px; } }
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  header .head-menu ul {
    gap: 10px; }
    header .head-menu ul li {
      padding: 10px 6px 14px; }
      header .head-menu ul li a, header .head-menu ul li span.main-menu-link {
        font-size: 15px; } }
@media screen and (max-width: 1280px) {
  header .logo-burger {
    flex: 1;
    justify-content: center; }

  #home .opened-burger, #docs .opened-burger, #common .opened-burger {
    height: 100% !important;
    animation: fadeIn 0.3s ease-in-out;
    transition-duration: 0.3s;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1); }
    #home .opened-burger .burger .burger-icon, #docs .opened-burger .burger .burger-icon, #common .opened-burger .burger .burger-icon {
      display: none !important; }
    #home .opened-burger .burger .close-icon, #docs .opened-burger .burger .close-icon, #common .opened-burger .burger .close-icon {
      display: inline-block !important; }
    #home .opened-burger .support-ukraine p, #docs .opened-burger .support-ukraine p, #common .opened-burger .support-ukraine p {
      color: #000; }
    #home .opened-burger .logo, #home .opened-burger .burger, #docs .opened-burger .logo, #docs .opened-burger .burger, #common .opened-burger .logo, #common .opened-burger .burger {
      filter: unset; }
    #home .opened-burger .head-buttons, #docs .opened-burger .head-buttons, #common .opened-burger .head-buttons {
      display: flex; }
    #home .opened-burger .head-menu, #docs .opened-burger .head-menu, #common .opened-burger .head-menu {
      display: block;
      margin: 70px -30px 0;
      padding: 16px 30px 0;
      position: static;
      left: unset;
      transform: none; }
      #home .opened-burger .head-menu ul li:hover a, #home .opened-burger .head-menu ul li:hover span.main-menu-link, #docs .opened-burger .head-menu ul li:hover a, #docs .opened-burger .head-menu ul li:hover span.main-menu-link, #common .opened-burger .head-menu ul li:hover a, #common .opened-burger .head-menu ul li:hover span.main-menu-link {
        color: #2A7DEC !important; }
      #home .opened-burger .head-menu ul a, #home .opened-burger .head-menu ul a:not([href]), #home .opened-burger .head-menu ul span.main-menu-link, #docs .opened-burger .head-menu ul a, #docs .opened-burger .head-menu ul a:not([href]), #docs .opened-burger .head-menu ul span.main-menu-link, #common .opened-burger .head-menu ul a, #common .opened-burger .head-menu ul a:not([href]), #common .opened-burger .head-menu ul span.main-menu-link {
        color: #212529; }
      #home .opened-burger .head-menu ul .centered-sub, #docs .opened-burger .head-menu ul .centered-sub, #common .opened-burger .head-menu ul .centered-sub {
        margin: 0;
        width: 100%; }
        #home .opened-burger .head-menu ul .centered-sub .sub-menu, #docs .opened-burger .head-menu ul .centered-sub .sub-menu, #common .opened-burger .head-menu ul .centered-sub .sub-menu {
          background-color: unset; }
          #home .opened-burger .head-menu ul .centered-sub .sub-menu li a, #docs .opened-burger .head-menu ul .centered-sub .sub-menu li a, #common .opened-burger .head-menu ul .centered-sub .sub-menu li a {
            color: #212529; }
          #home .opened-burger .head-menu ul .centered-sub .sub-menu li:hover a, #docs .opened-burger .head-menu ul .centered-sub .sub-menu li:hover a, #common .opened-burger .head-menu ul .centered-sub .sub-menu li:hover a {
            color: #2A7DEC; }
    #home .opened-burger .n-button.price, #docs .opened-burger .n-button.price, #common .opened-burger .n-button.price {
      border: solid 1px #EBEBEB;
      color: #212529;
      background-color: unset; }
      #home .opened-burger .n-button.price:hover, #docs .opened-burger .n-button.price:hover, #common .opened-burger .n-button.price:hover {
        border: solid 2px #212529; }
    #home .opened-burger .n-button.try:hover, #docs .opened-burger .n-button.try:hover, #common .opened-burger .n-button.try:hover {
      color: #fff;
      background-color: #2A7DEC;
      box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25); }

  header {
    padding: 9px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: unset !important;
    transition-property: height; }
    header .logo-burger {
      flex: 0 0 auto;
      justify-content: center; }
    header .burger {
      position: absolute;
      right: 22px; }
    header.opened-burger {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 10000;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      padding: 9px 30px;
      animation: fadeIn 0.3s ease-in-out; }
      header.opened-burger .logo-burger {
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 1px 0 rgba(48, 86, 128, 0.07);
        width: 100%;
        margin: 0 -30px;
        padding: 0 30px;
        height: 60px;
        justify-content: flex-end;
        display: flex;
        align-items: center; }
        header.opened-burger .logo-burger .logo {
          display: none; }
      header.opened-burger .burger {
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%); }
        header.opened-burger .burger .burger-icon {
          display: none !important; }
        header.opened-burger .burger .close-icon {
          display: inline-block !important; }
      header.opened-burger .head-buttons {
        display: flex; }
      header.opened-burger .head-menu {
        display: block;
        margin: 0;
        padding: 0 30px 50px;
        position: relative;
        left: unset;
        transform: none;
        overflow-y: auto;
        flex: 1;
        -webkit-overflow-scrolling: touch; }
        header.opened-burger .head-menu ul {
          margin-top: 0; }
          header.opened-burger .head-menu ul li:first-child {
            padding-top: 0; }
        header.opened-burger .head-menu .centered-sub {
          justify-content: flex-start;
          opacity: 1;
          width: 100%; }
          header.opened-burger .head-menu .centered-sub .sub-menu {
            display: none;
            top: unset; }
    header .burger {
      display: block; }
    header .head-buttons {
      display: none; }
    header .head-menu {
      display: none;
      margin-top: 80px; }
      header .head-menu ul {
        display: unset;
        align-items: flex-start; }
        header .head-menu ul li {
          height: unset;
          width: 100% !important;
          justify-content: flex-start;
          display: block; }
          header .head-menu ul li a:focus .centered-sub, header .head-menu ul li span.main-menu-link:focus .centered-sub {
            margin: 0; }
            header .head-menu ul li a:focus .centered-sub .sub-menu, header .head-menu ul li span.main-menu-link:focus .centered-sub .sub-menu {
              display: block; }
          header .head-menu ul li .centered-sub {
            margin: 0; }
            header .head-menu ul li .centered-sub .sub-menu {
              position: unset;
              box-shadow: unset;
              padding: 12px 0; }
              header .head-menu ul li .centered-sub .sub-menu.open-sub {
                display: flex;
                width: 100%;
                flex-wrap: wrap; }
                header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups {
                  flex-direction: column;
                  align-items: stretch;
                  gap: 0;
                  padding-left: 0; }
                  header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group {
                    flex-direction: column;
                    gap: 10px;
                    padding: 16px 20px;
                    min-width: unset;
                    border-right: none;
                    border-bottom: 1px solid #e8eaed; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:last-child {
                      border-bottom: none; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:nth-child(odd) {
                      background-color: #ffffff; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:nth-child(even) {
                      background-color: #f8f9fa; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group:first-child {
                      width: unset;
                      align-self: unset; }
                    header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column {
                      gap: 10px; }
                      header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column .small-link {
                        margin: 0; }
                      header .head-menu ul li .centered-sub .sub-menu.open-sub .sub-groups .group .column:not(:first-child) .group-name {
                        display: none; }
      header .head-menu .indicator {
        display: none; }
    header .n-button {
      display: none;
      margin: 40px 0 40px 8px; } }
#home section {
  background: none; }
#home:not(.open-nav):not(.flip-nav) header::after {
  opacity: 0; }
#home #hero {
  height: 100vh;
  padding-top: 0px;
  position: relative;
  overflow: hidden;
  background: #0f161d; }
  #home #hero #particle-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  #home #hero #hero-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 1; }
    #home #hero #hero-content .tb-title {
      margin-bottom: 20px;
      font-size: 22px;
      font-weight: 400;
      text-shadow: 0 0 18px rgba(0, 0, 0, 0.66); }
    #home #hero #hero-content .tb-sub-title {
      margin-bottom: 40px;
      font-size: 14px;
      line-height: 16px;
      text-shadow: 0 0 18px rgba(0, 0, 0, 0.66); }
    #home #hero #hero-content .learn-tb {
      cursor: pointer;
      line-height: 40px;
      font-size: 16px;
      padding: 0 15px;
      border: 1px solid white;
      background-color: transparent;
      transition: 0.6s;
      text-shadow: 0 0 18px rgba(0, 0, 0, 0.66); }
      #home #hero #hero-content .learn-tb:hover {
        background-color: white;
        color: #212631;
        text-shadow: none; }
    #home #hero #hero-content .tb-arrow {
      position: fixed;
      bottom: 40px;
      left: 0;
      right: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      opacity: 1;
      z-index: 24;
      color: #fff; }
      #home #hero #hero-content .tb-arrow a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center; }
      #home #hero #hero-content .tb-arrow .material-icons {
        font-size: 40px; }
    #home #hero #hero-content.arrow-hidden .tb-arrow {
      display: none; }
#home #overflow {
  overflow-x: clip; }
  @media (max-width: 768px) {
    #home #overflow #react {
      margin-top: 50px; } }
  #home #overflow #intro, #home #overflow #manage, #home #overflow #collect, #home #overflow #scada, #home #overflow #react, #home #overflow #products, #home #overflow #product-ecosystem, #home #overflow #dashboard_description, #home #overflow #rule-engine, #home #overflow #bottom-features, #home #overflow #data-pipelines, #home #overflow #mine-planning, #home #overflow #mine-execution {
    color: #212529;
    text-align: left;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 768px) {
      #home #overflow #intro, #home #overflow #manage, #home #overflow #collect, #home #overflow #scada, #home #overflow #react, #home #overflow #products, #home #overflow #product-ecosystem, #home #overflow #dashboard_description, #home #overflow #rule-engine, #home #overflow #bottom-features, #home #overflow #data-pipelines, #home #overflow #mine-planning, #home #overflow #mine-execution {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #home #overflow #intro h1, #home #overflow #intro h2.past-h1, #home #overflow #manage h1, #home #overflow #manage h2.past-h1, #home #overflow #collect h1, #home #overflow #collect h2.past-h1, #home #overflow #scada h1, #home #overflow #scada h2.past-h1, #home #overflow #react h1, #home #overflow #react h2.past-h1, #home #overflow #products h1, #home #overflow #products h2.past-h1, #home #overflow #product-ecosystem h1, #home #overflow #product-ecosystem h2.past-h1, #home #overflow #dashboard_description h1, #home #overflow #dashboard_description h2.past-h1, #home #overflow #rule-engine h1, #home #overflow #rule-engine h2.past-h1, #home #overflow #bottom-features h1, #home #overflow #bottom-features h2.past-h1, #home #overflow #data-pipelines h1, #home #overflow #data-pipelines h2.past-h1, #home #overflow #mine-planning h1, #home #overflow #mine-planning h2.past-h1, #home #overflow #mine-execution h1, #home #overflow #mine-execution h2.past-h1 {
      font-weight: 600;
      text-align: center;
      font-size: 32px;
      line-height: 52px; }
      #home #overflow #intro h1 a, #home #overflow #intro h2.past-h1 a, #home #overflow #manage h1 a, #home #overflow #manage h2.past-h1 a, #home #overflow #collect h1 a, #home #overflow #collect h2.past-h1 a, #home #overflow #scada h1 a, #home #overflow #scada h2.past-h1 a, #home #overflow #react h1 a, #home #overflow #react h2.past-h1 a, #home #overflow #products h1 a, #home #overflow #products h2.past-h1 a, #home #overflow #product-ecosystem h1 a, #home #overflow #product-ecosystem h2.past-h1 a, #home #overflow #dashboard_description h1 a, #home #overflow #dashboard_description h2.past-h1 a, #home #overflow #rule-engine h1 a, #home #overflow #rule-engine h2.past-h1 a, #home #overflow #bottom-features h1 a, #home #overflow #bottom-features h2.past-h1 a, #home #overflow #data-pipelines h1 a, #home #overflow #data-pipelines h2.past-h1 a, #home #overflow #mine-planning h1 a, #home #overflow #mine-planning h2.past-h1 a, #home #overflow #mine-execution h1 a, #home #overflow #mine-execution h2.past-h1 a {
        font-weight: 600;
        font-size: 32px; }
    #home #overflow #intro h2, #home #overflow #intro span.phrase-heading, #home #overflow #manage h2, #home #overflow #manage span.phrase-heading, #home #overflow #collect h2, #home #overflow #collect span.phrase-heading, #home #overflow #scada h2, #home #overflow #scada span.phrase-heading, #home #overflow #react h2, #home #overflow #react span.phrase-heading, #home #overflow #products h2, #home #overflow #products span.phrase-heading, #home #overflow #product-ecosystem h2, #home #overflow #product-ecosystem span.phrase-heading, #home #overflow #dashboard_description h2, #home #overflow #dashboard_description span.phrase-heading, #home #overflow #rule-engine h2, #home #overflow #rule-engine span.phrase-heading, #home #overflow #bottom-features h2, #home #overflow #bottom-features span.phrase-heading, #home #overflow #data-pipelines h2, #home #overflow #data-pipelines span.phrase-heading, #home #overflow #mine-planning h2, #home #overflow #mine-planning span.phrase-heading, #home #overflow #mine-execution h2, #home #overflow #mine-execution span.phrase-heading {
      font-weight: 500;
      line-height: 54px;
      font-size: 36px; }
    #home #overflow #intro h3, #home #overflow #manage h3, #home #overflow #collect h3, #home #overflow #scada h3, #home #overflow #react h3, #home #overflow #products h3, #home #overflow #product-ecosystem h3, #home #overflow #dashboard_description h3, #home #overflow #rule-engine h3, #home #overflow #bottom-features h3, #home #overflow #data-pipelines h3, #home #overflow #mine-planning h3, #home #overflow #mine-execution h3 {
      font-weight: 500;
      line-height: 54px;
      font-size: 36px; }
    #home #overflow #intro p, #home #overflow #manage p, #home #overflow #collect p, #home #overflow #scada p, #home #overflow #react p, #home #overflow #products p, #home #overflow #product-ecosystem p, #home #overflow #dashboard_description p, #home #overflow #rule-engine p, #home #overflow #bottom-features p, #home #overflow #data-pipelines p, #home #overflow #mine-planning p, #home #overflow #mine-execution p {
      color: #75767C;
      font-size: 18px;
      font-weight: normal;
      line-height: 27px;
      margin: 4px 0 18px; }
    #home #overflow #intro a, #home #overflow #manage a, #home #overflow #collect a, #home #overflow #scada a, #home #overflow #react a, #home #overflow #products a, #home #overflow #product-ecosystem a, #home #overflow #dashboard_description a, #home #overflow #rule-engine a, #home #overflow #bottom-features a, #home #overflow #data-pipelines a, #home #overflow #mine-planning a, #home #overflow #mine-execution a {
      color: #2A7DEC;
      font-weight: 500;
      font-size: 18px; }
    #home #overflow #intro img, #home #overflow #manage img, #home #overflow #collect img, #home #overflow #scada img, #home #overflow #react img, #home #overflow #products img, #home #overflow #product-ecosystem img, #home #overflow #dashboard_description img, #home #overflow #rule-engine img, #home #overflow #bottom-features img, #home #overflow #data-pipelines img, #home #overflow #mine-planning img, #home #overflow #mine-execution img {
      height: auto; }
  #home #overflow #intro {
    padding-top: 64px;
    padding-bottom: 40px; }
    #home #overflow #intro .second {
      margin-top: 32px;
      color: #899AAB;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: normal; }
      #home #overflow #intro .second.in-the-past-h1 {
        font-weight: 400;
        text-align: center; }
  #home #overflow #manage #features-top img, #home #overflow #manage #features-top-collect img, #home #overflow #manage #features-top-1 img, #home #overflow #manage #features-top-2 img, #home #overflow #manage #data-pipelines-content img, #home #overflow #manage #mine-planning-content img, #home #overflow #manage #mine-execution-content img, #home #overflow #collect #features-top img, #home #overflow #collect #features-top-collect img, #home #overflow #collect #features-top-1 img, #home #overflow #collect #features-top-2 img, #home #overflow #collect #data-pipelines-content img, #home #overflow #collect #mine-planning-content img, #home #overflow #collect #mine-execution-content img, #home #overflow #scada #features-top img, #home #overflow #scada #features-top-collect img, #home #overflow #scada #features-top-1 img, #home #overflow #scada #features-top-2 img, #home #overflow #scada #data-pipelines-content img, #home #overflow #scada #mine-planning-content img, #home #overflow #scada #mine-execution-content img, #home #overflow #react #features-top img, #home #overflow #react #features-top-collect img, #home #overflow #react #features-top-1 img, #home #overflow #react #features-top-2 img, #home #overflow #react #data-pipelines-content img, #home #overflow #react #mine-planning-content img, #home #overflow #react #mine-execution-content img, #home #overflow #data-pipelines #features-top img, #home #overflow #data-pipelines #features-top-collect img, #home #overflow #data-pipelines #features-top-1 img, #home #overflow #data-pipelines #features-top-2 img, #home #overflow #data-pipelines #data-pipelines-content img, #home #overflow #data-pipelines #mine-planning-content img, #home #overflow #data-pipelines #mine-execution-content img, #home #overflow #mine-planning #features-top img, #home #overflow #mine-planning #features-top-collect img, #home #overflow #mine-planning #features-top-1 img, #home #overflow #mine-planning #features-top-2 img, #home #overflow #mine-planning #data-pipelines-content img, #home #overflow #mine-planning #mine-planning-content img, #home #overflow #mine-planning #mine-execution-content img, #home #overflow #mine-execution #features-top img, #home #overflow #mine-execution #features-top-collect img, #home #overflow #mine-execution #features-top-1 img, #home #overflow #mine-execution #features-top-2 img, #home #overflow #mine-execution #data-pipelines-content img, #home #overflow #mine-execution #mine-planning-content img, #home #overflow #mine-execution #mine-execution-content img {
    border-radius: 6px;
    box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0 0 30px 0 rgba(0, 0, 0, 0.05); }
  #home #overflow #manage #features-top .block, #home #overflow #manage #features-top-collect .block, #home #overflow #manage #features-top-1 .block, #home #overflow #manage #features-top-2 .block, #home #overflow #manage #data-pipelines-content .block, #home #overflow #manage #mine-planning-content .block, #home #overflow #manage #mine-execution-content .block, #home #overflow #collect #features-top .block, #home #overflow #collect #features-top-collect .block, #home #overflow #collect #features-top-1 .block, #home #overflow #collect #features-top-2 .block, #home #overflow #collect #data-pipelines-content .block, #home #overflow #collect #mine-planning-content .block, #home #overflow #collect #mine-execution-content .block, #home #overflow #scada #features-top .block, #home #overflow #scada #features-top-collect .block, #home #overflow #scada #features-top-1 .block, #home #overflow #scada #features-top-2 .block, #home #overflow #scada #data-pipelines-content .block, #home #overflow #scada #mine-planning-content .block, #home #overflow #scada #mine-execution-content .block, #home #overflow #react #features-top .block, #home #overflow #react #features-top-collect .block, #home #overflow #react #features-top-1 .block, #home #overflow #react #features-top-2 .block, #home #overflow #react #data-pipelines-content .block, #home #overflow #react #mine-planning-content .block, #home #overflow #react #mine-execution-content .block, #home #overflow #data-pipelines #features-top .block, #home #overflow #data-pipelines #features-top-collect .block, #home #overflow #data-pipelines #features-top-1 .block, #home #overflow #data-pipelines #features-top-2 .block, #home #overflow #data-pipelines #data-pipelines-content .block, #home #overflow #data-pipelines #mine-planning-content .block, #home #overflow #data-pipelines #mine-execution-content .block, #home #overflow #mine-planning #features-top .block, #home #overflow #mine-planning #features-top-collect .block, #home #overflow #mine-planning #features-top-1 .block, #home #overflow #mine-planning #features-top-2 .block, #home #overflow #mine-planning #data-pipelines-content .block, #home #overflow #mine-planning #mine-planning-content .block, #home #overflow #mine-planning #mine-execution-content .block, #home #overflow #mine-execution #features-top .block, #home #overflow #mine-execution #features-top-collect .block, #home #overflow #mine-execution #features-top-1 .block, #home #overflow #mine-execution #features-top-2 .block, #home #overflow #mine-execution #data-pipelines-content .block, #home #overflow #mine-execution #mine-planning-content .block, #home #overflow #mine-execution #mine-execution-content .block {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: column; }
    #home #overflow #manage #features-top .block .preview, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .preview, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .preview, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .preview, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .preview, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .preview, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .preview, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .preview, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .preview, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .preview, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .preview, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .preview, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .preview, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .preview, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .preview, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .preview, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .preview, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .preview, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .preview, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .preview, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .preview, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .preview, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .preview, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .preview, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .preview, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .preview, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .preview, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .preview, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .preview, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .preview, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .preview, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .preview, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .preview, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .preview, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .preview, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .preview, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .preview, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .preview, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .preview, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .preview, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .preview, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .preview, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .preview, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .preview, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .preview, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .preview, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .preview, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .preview, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .preview, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
      margin-top: 32px; }
    #home #overflow #manage #features-top .block img, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block img, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block img, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block img, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block img, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block img, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block img, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block img, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block img, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block img, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block img, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block img, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block img, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block img, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block img, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block img, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block img, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block img, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block img, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block img, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block img, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block img, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block img, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block img, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block img, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block img, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block img, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block img, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block img, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block img, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block img, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block img, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block img, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block img, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block img, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block img, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block img, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block img, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block img, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block img, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block img, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block img, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block img, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block img, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block img, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block img, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block img, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block img, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block img, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
      order: 2; }
    #home #overflow #manage #features-top .block .feature-des, #home #overflow #manage #features-top-collect .block .feature-des, #home #overflow #manage #features-top-1 .block .feature-des, #home #overflow #manage #features-top-2 .block .feature-des, #home #overflow #manage #data-pipelines-content .block .feature-des, #home #overflow #manage #mine-planning-content .block .feature-des, #home #overflow #manage #mine-execution-content .block .feature-des, #home #overflow #collect #features-top .block .feature-des, #home #overflow #collect #features-top-collect .block .feature-des, #home #overflow #collect #features-top-1 .block .feature-des, #home #overflow #collect #features-top-2 .block .feature-des, #home #overflow #collect #data-pipelines-content .block .feature-des, #home #overflow #collect #mine-planning-content .block .feature-des, #home #overflow #collect #mine-execution-content .block .feature-des, #home #overflow #scada #features-top .block .feature-des, #home #overflow #scada #features-top-collect .block .feature-des, #home #overflow #scada #features-top-1 .block .feature-des, #home #overflow #scada #features-top-2 .block .feature-des, #home #overflow #scada #data-pipelines-content .block .feature-des, #home #overflow #scada #mine-planning-content .block .feature-des, #home #overflow #scada #mine-execution-content .block .feature-des, #home #overflow #react #features-top .block .feature-des, #home #overflow #react #features-top-collect .block .feature-des, #home #overflow #react #features-top-1 .block .feature-des, #home #overflow #react #features-top-2 .block .feature-des, #home #overflow #react #data-pipelines-content .block .feature-des, #home #overflow #react #mine-planning-content .block .feature-des, #home #overflow #react #mine-execution-content .block .feature-des, #home #overflow #data-pipelines #features-top .block .feature-des, #home #overflow #data-pipelines #features-top-collect .block .feature-des, #home #overflow #data-pipelines #features-top-1 .block .feature-des, #home #overflow #data-pipelines #features-top-2 .block .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des, #home #overflow #data-pipelines #mine-planning-content .block .feature-des, #home #overflow #data-pipelines #mine-execution-content .block .feature-des, #home #overflow #mine-planning #features-top .block .feature-des, #home #overflow #mine-planning #features-top-collect .block .feature-des, #home #overflow #mine-planning #features-top-1 .block .feature-des, #home #overflow #mine-planning #features-top-2 .block .feature-des, #home #overflow #mine-planning #data-pipelines-content .block .feature-des, #home #overflow #mine-planning #mine-planning-content .block .feature-des, #home #overflow #mine-planning #mine-execution-content .block .feature-des, #home #overflow #mine-execution #features-top .block .feature-des, #home #overflow #mine-execution #features-top-collect .block .feature-des, #home #overflow #mine-execution #features-top-1 .block .feature-des, #home #overflow #mine-execution #features-top-2 .block .feature-des, #home #overflow #mine-execution #data-pipelines-content .block .feature-des, #home #overflow #mine-execution #mine-planning-content .block .feature-des, #home #overflow #mine-execution #mine-execution-content .block .feature-des {
      order: 1; }
    #home #overflow #manage #features-top .block .feature-des, #home #overflow #manage #features-top .block img, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .feature-des, #home #overflow #manage #features-top-collect .block img, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .feature-des, #home #overflow #manage #features-top-1 .block img, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .feature-des, #home #overflow #manage #features-top-2 .block img, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .feature-des, #home #overflow #manage #data-pipelines-content .block img, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .feature-des, #home #overflow #manage #mine-planning-content .block img, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .feature-des, #home #overflow #manage #mine-execution-content .block img, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .feature-des, #home #overflow #collect #features-top .block img, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .feature-des, #home #overflow #collect #features-top-collect .block img, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .feature-des, #home #overflow #collect #features-top-1 .block img, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .feature-des, #home #overflow #collect #features-top-2 .block img, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .feature-des, #home #overflow #collect #data-pipelines-content .block img, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .feature-des, #home #overflow #collect #mine-planning-content .block img, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .feature-des, #home #overflow #collect #mine-execution-content .block img, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .feature-des, #home #overflow #scada #features-top .block img, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .feature-des, #home #overflow #scada #features-top-collect .block img, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .feature-des, #home #overflow #scada #features-top-1 .block img, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .feature-des, #home #overflow #scada #features-top-2 .block img, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .feature-des, #home #overflow #scada #data-pipelines-content .block img, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .feature-des, #home #overflow #scada #mine-planning-content .block img, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .feature-des, #home #overflow #scada #mine-execution-content .block img, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .feature-des, #home #overflow #react #features-top .block img, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .feature-des, #home #overflow #react #features-top-collect .block img, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .feature-des, #home #overflow #react #features-top-1 .block img, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .feature-des, #home #overflow #react #features-top-2 .block img, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .feature-des, #home #overflow #react #data-pipelines-content .block img, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .feature-des, #home #overflow #react #mine-planning-content .block img, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .feature-des, #home #overflow #react #mine-execution-content .block img, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .feature-des, #home #overflow #data-pipelines #features-top .block img, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .feature-des, #home #overflow #data-pipelines #features-top-collect .block img, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .feature-des, #home #overflow #data-pipelines #features-top-1 .block img, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .feature-des, #home #overflow #data-pipelines #features-top-2 .block img, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block img, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .feature-des, #home #overflow #data-pipelines #mine-planning-content .block img, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .feature-des, #home #overflow #data-pipelines #mine-execution-content .block img, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .feature-des, #home #overflow #mine-planning #features-top .block img, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .feature-des, #home #overflow #mine-planning #features-top-collect .block img, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .feature-des, #home #overflow #mine-planning #features-top-1 .block img, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .feature-des, #home #overflow #mine-planning #features-top-2 .block img, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .feature-des, #home #overflow #mine-planning #data-pipelines-content .block img, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .feature-des, #home #overflow #mine-planning #mine-planning-content .block img, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .feature-des, #home #overflow #mine-planning #mine-execution-content .block img, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .feature-des, #home #overflow #mine-execution #features-top .block img, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .feature-des, #home #overflow #mine-execution #features-top-collect .block img, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .feature-des, #home #overflow #mine-execution #features-top-1 .block img, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .feature-des, #home #overflow #mine-execution #features-top-2 .block img, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .feature-des, #home #overflow #mine-execution #data-pipelines-content .block img, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .feature-des, #home #overflow #mine-execution #mine-planning-content .block img, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .feature-des, #home #overflow #mine-execution #mine-execution-content .block img, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process {
      width: 100%; }
    #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .manage {
      position: relative;
      display: inline-block; }
      #home #overflow #manage #features-top .block .manage .device-list, #home #overflow #manage #features-top-collect .block .manage .device-list, #home #overflow #manage #features-top-1 .block .manage .device-list, #home #overflow #manage #features-top-2 .block .manage .device-list, #home #overflow #manage #data-pipelines-content .block .manage .device-list, #home #overflow #manage #mine-planning-content .block .manage .device-list, #home #overflow #manage #mine-execution-content .block .manage .device-list, #home #overflow #collect #features-top .block .manage .device-list, #home #overflow #collect #features-top-collect .block .manage .device-list, #home #overflow #collect #features-top-1 .block .manage .device-list, #home #overflow #collect #features-top-2 .block .manage .device-list, #home #overflow #collect #data-pipelines-content .block .manage .device-list, #home #overflow #collect #mine-planning-content .block .manage .device-list, #home #overflow #collect #mine-execution-content .block .manage .device-list, #home #overflow #scada #features-top .block .manage .device-list, #home #overflow #scada #features-top-collect .block .manage .device-list, #home #overflow #scada #features-top-1 .block .manage .device-list, #home #overflow #scada #features-top-2 .block .manage .device-list, #home #overflow #scada #data-pipelines-content .block .manage .device-list, #home #overflow #scada #mine-planning-content .block .manage .device-list, #home #overflow #scada #mine-execution-content .block .manage .device-list, #home #overflow #react #features-top .block .manage .device-list, #home #overflow #react #features-top-collect .block .manage .device-list, #home #overflow #react #features-top-1 .block .manage .device-list, #home #overflow #react #features-top-2 .block .manage .device-list, #home #overflow #react #data-pipelines-content .block .manage .device-list, #home #overflow #react #mine-planning-content .block .manage .device-list, #home #overflow #react #mine-execution-content .block .manage .device-list, #home #overflow #data-pipelines #features-top .block .manage .device-list, #home #overflow #data-pipelines #features-top-collect .block .manage .device-list, #home #overflow #data-pipelines #features-top-1 .block .manage .device-list, #home #overflow #data-pipelines #features-top-2 .block .manage .device-list, #home #overflow #data-pipelines #data-pipelines-content .block .manage .device-list, #home #overflow #data-pipelines #mine-planning-content .block .manage .device-list, #home #overflow #data-pipelines #mine-execution-content .block .manage .device-list, #home #overflow #mine-planning #features-top .block .manage .device-list, #home #overflow #mine-planning #features-top-collect .block .manage .device-list, #home #overflow #mine-planning #features-top-1 .block .manage .device-list, #home #overflow #mine-planning #features-top-2 .block .manage .device-list, #home #overflow #mine-planning #data-pipelines-content .block .manage .device-list, #home #overflow #mine-planning #mine-planning-content .block .manage .device-list, #home #overflow #mine-planning #mine-execution-content .block .manage .device-list, #home #overflow #mine-execution #features-top .block .manage .device-list, #home #overflow #mine-execution #features-top-collect .block .manage .device-list, #home #overflow #mine-execution #features-top-1 .block .manage .device-list, #home #overflow #mine-execution #features-top-2 .block .manage .device-list, #home #overflow #mine-execution #data-pipelines-content .block .manage .device-list, #home #overflow #mine-execution #mine-planning-content .block .manage .device-list, #home #overflow #mine-execution #mine-execution-content .block .manage .device-list {
        margin: 14% 0;
        width: 100%;
        display: block;
        border-radius: 4px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.07); }
      #home #overflow #manage #features-top .block .manage .device-manage, #home #overflow #manage #features-top-collect .block .manage .device-manage, #home #overflow #manage #features-top-1 .block .manage .device-manage, #home #overflow #manage #features-top-2 .block .manage .device-manage, #home #overflow #manage #data-pipelines-content .block .manage .device-manage, #home #overflow #manage #mine-planning-content .block .manage .device-manage, #home #overflow #manage #mine-execution-content .block .manage .device-manage, #home #overflow #collect #features-top .block .manage .device-manage, #home #overflow #collect #features-top-collect .block .manage .device-manage, #home #overflow #collect #features-top-1 .block .manage .device-manage, #home #overflow #collect #features-top-2 .block .manage .device-manage, #home #overflow #collect #data-pipelines-content .block .manage .device-manage, #home #overflow #collect #mine-planning-content .block .manage .device-manage, #home #overflow #collect #mine-execution-content .block .manage .device-manage, #home #overflow #scada #features-top .block .manage .device-manage, #home #overflow #scada #features-top-collect .block .manage .device-manage, #home #overflow #scada #features-top-1 .block .manage .device-manage, #home #overflow #scada #features-top-2 .block .manage .device-manage, #home #overflow #scada #data-pipelines-content .block .manage .device-manage, #home #overflow #scada #mine-planning-content .block .manage .device-manage, #home #overflow #scada #mine-execution-content .block .manage .device-manage, #home #overflow #react #features-top .block .manage .device-manage, #home #overflow #react #features-top-collect .block .manage .device-manage, #home #overflow #react #features-top-1 .block .manage .device-manage, #home #overflow #react #features-top-2 .block .manage .device-manage, #home #overflow #react #data-pipelines-content .block .manage .device-manage, #home #overflow #react #mine-planning-content .block .manage .device-manage, #home #overflow #react #mine-execution-content .block .manage .device-manage, #home #overflow #data-pipelines #features-top .block .manage .device-manage, #home #overflow #data-pipelines #features-top-collect .block .manage .device-manage, #home #overflow #data-pipelines #features-top-1 .block .manage .device-manage, #home #overflow #data-pipelines #features-top-2 .block .manage .device-manage, #home #overflow #data-pipelines #data-pipelines-content .block .manage .device-manage, #home #overflow #data-pipelines #mine-planning-content .block .manage .device-manage, #home #overflow #data-pipelines #mine-execution-content .block .manage .device-manage, #home #overflow #mine-planning #features-top .block .manage .device-manage, #home #overflow #mine-planning #features-top-collect .block .manage .device-manage, #home #overflow #mine-planning #features-top-1 .block .manage .device-manage, #home #overflow #mine-planning #features-top-2 .block .manage .device-manage, #home #overflow #mine-planning #data-pipelines-content .block .manage .device-manage, #home #overflow #mine-planning #mine-planning-content .block .manage .device-manage, #home #overflow #mine-planning #mine-execution-content .block .manage .device-manage, #home #overflow #mine-execution #features-top .block .manage .device-manage, #home #overflow #mine-execution #features-top-collect .block .manage .device-manage, #home #overflow #mine-execution #features-top-1 .block .manage .device-manage, #home #overflow #mine-execution #features-top-2 .block .manage .device-manage, #home #overflow #mine-execution #data-pipelines-content .block .manage .device-manage, #home #overflow #mine-execution #mine-planning-content .block .manage .device-manage, #home #overflow #mine-execution #mine-execution-content .block .manage .device-manage {
        width: 87%;
        position: absolute;
        right: 0;
        top: 0; }
    #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .visualize {
      position: relative; }
      #home #overflow #manage #features-top .block .visualize .vis1, #home #overflow #manage #features-top-collect .block .visualize .vis1, #home #overflow #manage #features-top-1 .block .visualize .vis1, #home #overflow #manage #features-top-2 .block .visualize .vis1, #home #overflow #manage #data-pipelines-content .block .visualize .vis1, #home #overflow #manage #mine-planning-content .block .visualize .vis1, #home #overflow #manage #mine-execution-content .block .visualize .vis1, #home #overflow #collect #features-top .block .visualize .vis1, #home #overflow #collect #features-top-collect .block .visualize .vis1, #home #overflow #collect #features-top-1 .block .visualize .vis1, #home #overflow #collect #features-top-2 .block .visualize .vis1, #home #overflow #collect #data-pipelines-content .block .visualize .vis1, #home #overflow #collect #mine-planning-content .block .visualize .vis1, #home #overflow #collect #mine-execution-content .block .visualize .vis1, #home #overflow #scada #features-top .block .visualize .vis1, #home #overflow #scada #features-top-collect .block .visualize .vis1, #home #overflow #scada #features-top-1 .block .visualize .vis1, #home #overflow #scada #features-top-2 .block .visualize .vis1, #home #overflow #scada #data-pipelines-content .block .visualize .vis1, #home #overflow #scada #mine-planning-content .block .visualize .vis1, #home #overflow #scada #mine-execution-content .block .visualize .vis1, #home #overflow #react #features-top .block .visualize .vis1, #home #overflow #react #features-top-collect .block .visualize .vis1, #home #overflow #react #features-top-1 .block .visualize .vis1, #home #overflow #react #features-top-2 .block .visualize .vis1, #home #overflow #react #data-pipelines-content .block .visualize .vis1, #home #overflow #react #mine-planning-content .block .visualize .vis1, #home #overflow #react #mine-execution-content .block .visualize .vis1, #home #overflow #data-pipelines #features-top .block .visualize .vis1, #home #overflow #data-pipelines #features-top-collect .block .visualize .vis1, #home #overflow #data-pipelines #features-top-1 .block .visualize .vis1, #home #overflow #data-pipelines #features-top-2 .block .visualize .vis1, #home #overflow #data-pipelines #data-pipelines-content .block .visualize .vis1, #home #overflow #data-pipelines #mine-planning-content .block .visualize .vis1, #home #overflow #data-pipelines #mine-execution-content .block .visualize .vis1, #home #overflow #mine-planning #features-top .block .visualize .vis1, #home #overflow #mine-planning #features-top-collect .block .visualize .vis1, #home #overflow #mine-planning #features-top-1 .block .visualize .vis1, #home #overflow #mine-planning #features-top-2 .block .visualize .vis1, #home #overflow #mine-planning #data-pipelines-content .block .visualize .vis1, #home #overflow #mine-planning #mine-planning-content .block .visualize .vis1, #home #overflow #mine-planning #mine-execution-content .block .visualize .vis1, #home #overflow #mine-execution #features-top .block .visualize .vis1, #home #overflow #mine-execution #features-top-collect .block .visualize .vis1, #home #overflow #mine-execution #features-top-1 .block .visualize .vis1, #home #overflow #mine-execution #features-top-2 .block .visualize .vis1, #home #overflow #mine-execution #data-pipelines-content .block .visualize .vis1, #home #overflow #mine-execution #mine-planning-content .block .visualize .vis1, #home #overflow #mine-execution #mine-execution-content .block .visualize .vis1 {
        width: 100%;
        margin-bottom: 2%; }
      #home #overflow #manage #features-top .block .visualize .vis2, #home #overflow #manage #features-top-collect .block .visualize .vis2, #home #overflow #manage #features-top-1 .block .visualize .vis2, #home #overflow #manage #features-top-2 .block .visualize .vis2, #home #overflow #manage #data-pipelines-content .block .visualize .vis2, #home #overflow #manage #mine-planning-content .block .visualize .vis2, #home #overflow #manage #mine-execution-content .block .visualize .vis2, #home #overflow #collect #features-top .block .visualize .vis2, #home #overflow #collect #features-top-collect .block .visualize .vis2, #home #overflow #collect #features-top-1 .block .visualize .vis2, #home #overflow #collect #features-top-2 .block .visualize .vis2, #home #overflow #collect #data-pipelines-content .block .visualize .vis2, #home #overflow #collect #mine-planning-content .block .visualize .vis2, #home #overflow #collect #mine-execution-content .block .visualize .vis2, #home #overflow #scada #features-top .block .visualize .vis2, #home #overflow #scada #features-top-collect .block .visualize .vis2, #home #overflow #scada #features-top-1 .block .visualize .vis2, #home #overflow #scada #features-top-2 .block .visualize .vis2, #home #overflow #scada #data-pipelines-content .block .visualize .vis2, #home #overflow #scada #mine-planning-content .block .visualize .vis2, #home #overflow #scada #mine-execution-content .block .visualize .vis2, #home #overflow #react #features-top .block .visualize .vis2, #home #overflow #react #features-top-collect .block .visualize .vis2, #home #overflow #react #features-top-1 .block .visualize .vis2, #home #overflow #react #features-top-2 .block .visualize .vis2, #home #overflow #react #data-pipelines-content .block .visualize .vis2, #home #overflow #react #mine-planning-content .block .visualize .vis2, #home #overflow #react #mine-execution-content .block .visualize .vis2, #home #overflow #data-pipelines #features-top .block .visualize .vis2, #home #overflow #data-pipelines #features-top-collect .block .visualize .vis2, #home #overflow #data-pipelines #features-top-1 .block .visualize .vis2, #home #overflow #data-pipelines #features-top-2 .block .visualize .vis2, #home #overflow #data-pipelines #data-pipelines-content .block .visualize .vis2, #home #overflow #data-pipelines #mine-planning-content .block .visualize .vis2, #home #overflow #data-pipelines #mine-execution-content .block .visualize .vis2, #home #overflow #mine-planning #features-top .block .visualize .vis2, #home #overflow #mine-planning #features-top-collect .block .visualize .vis2, #home #overflow #mine-planning #features-top-1 .block .visualize .vis2, #home #overflow #mine-planning #features-top-2 .block .visualize .vis2, #home #overflow #mine-planning #data-pipelines-content .block .visualize .vis2, #home #overflow #mine-planning #mine-planning-content .block .visualize .vis2, #home #overflow #mine-planning #mine-execution-content .block .visualize .vis2, #home #overflow #mine-execution #features-top .block .visualize .vis2, #home #overflow #mine-execution #features-top-collect .block .visualize .vis2, #home #overflow #mine-execution #features-top-1 .block .visualize .vis2, #home #overflow #mine-execution #features-top-2 .block .visualize .vis2, #home #overflow #mine-execution #data-pipelines-content .block .visualize .vis2, #home #overflow #mine-execution #mine-planning-content .block .visualize .vis2, #home #overflow #mine-execution #mine-execution-content .block .visualize .vis2 {
        width: 68.5%; }
      #home #overflow #manage #features-top .block .visualize .vis3, #home #overflow #manage #features-top-collect .block .visualize .vis3, #home #overflow #manage #features-top-1 .block .visualize .vis3, #home #overflow #manage #features-top-2 .block .visualize .vis3, #home #overflow #manage #data-pipelines-content .block .visualize .vis3, #home #overflow #manage #mine-planning-content .block .visualize .vis3, #home #overflow #manage #mine-execution-content .block .visualize .vis3, #home #overflow #collect #features-top .block .visualize .vis3, #home #overflow #collect #features-top-collect .block .visualize .vis3, #home #overflow #collect #features-top-1 .block .visualize .vis3, #home #overflow #collect #features-top-2 .block .visualize .vis3, #home #overflow #collect #data-pipelines-content .block .visualize .vis3, #home #overflow #collect #mine-planning-content .block .visualize .vis3, #home #overflow #collect #mine-execution-content .block .visualize .vis3, #home #overflow #scada #features-top .block .visualize .vis3, #home #overflow #scada #features-top-collect .block .visualize .vis3, #home #overflow #scada #features-top-1 .block .visualize .vis3, #home #overflow #scada #features-top-2 .block .visualize .vis3, #home #overflow #scada #data-pipelines-content .block .visualize .vis3, #home #overflow #scada #mine-planning-content .block .visualize .vis3, #home #overflow #scada #mine-execution-content .block .visualize .vis3, #home #overflow #react #features-top .block .visualize .vis3, #home #overflow #react #features-top-collect .block .visualize .vis3, #home #overflow #react #features-top-1 .block .visualize .vis3, #home #overflow #react #features-top-2 .block .visualize .vis3, #home #overflow #react #data-pipelines-content .block .visualize .vis3, #home #overflow #react #mine-planning-content .block .visualize .vis3, #home #overflow #react #mine-execution-content .block .visualize .vis3, #home #overflow #data-pipelines #features-top .block .visualize .vis3, #home #overflow #data-pipelines #features-top-collect .block .visualize .vis3, #home #overflow #data-pipelines #features-top-1 .block .visualize .vis3, #home #overflow #data-pipelines #features-top-2 .block .visualize .vis3, #home #overflow #data-pipelines #data-pipelines-content .block .visualize .vis3, #home #overflow #data-pipelines #mine-planning-content .block .visualize .vis3, #home #overflow #data-pipelines #mine-execution-content .block .visualize .vis3, #home #overflow #mine-planning #features-top .block .visualize .vis3, #home #overflow #mine-planning #features-top-collect .block .visualize .vis3, #home #overflow #mine-planning #features-top-1 .block .visualize .vis3, #home #overflow #mine-planning #features-top-2 .block .visualize .vis3, #home #overflow #mine-planning #data-pipelines-content .block .visualize .vis3, #home #overflow #mine-planning #mine-planning-content .block .visualize .vis3, #home #overflow #mine-planning #mine-execution-content .block .visualize .vis3, #home #overflow #mine-execution #features-top .block .visualize .vis3, #home #overflow #mine-execution #features-top-collect .block .visualize .vis3, #home #overflow #mine-execution #features-top-1 .block .visualize .vis3, #home #overflow #mine-execution #features-top-2 .block .visualize .vis3, #home #overflow #mine-execution #data-pipelines-content .block .visualize .vis3, #home #overflow #mine-execution #mine-planning-content .block .visualize .vis3, #home #overflow #mine-execution #mine-execution-content .block .visualize .vis3 {
        width: 29.5%;
        position: absolute;
        right: 0; }
    #home #overflow #manage #features-top .block.scada .scada-mode-selector, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #collect #features-top .block.scada .scada-mode-selector, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #scada #features-top .block.scada .scada-mode-selector, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #react #features-top .block.scada .scada-mode-selector, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector {
      display: flex;
      border: 1px solid rgba(0, 0, 0, 0.08);
      height: 44px;
      max-width: 323px;
      border-radius: 26px;
      margin-bottom: 32px;
      background-color: rgba(42, 125, 236, 0.08); }
      @media (max-width: 480px) {
        #home #overflow #manage #features-top .block.scada .scada-mode-selector, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #collect #features-top .block.scada .scada-mode-selector, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #scada #features-top .block.scada .scada-mode-selector, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #react #features-top .block.scada .scada-mode-selector, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector {
          max-width: 275px; } }
      #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode {
        position: relative;
        color: #707275;
        cursor: pointer;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 14px;
        padding-right: 12px; }
        #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode:nth-of-type(1), #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode:nth-of-type(1) {
          margin-right: 0; }
        #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode h3 {
          font-weight: 500;
          font-size: 14px;
          line-height: 20px; }
          #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode h3 a.faq-link:after {
            margin-left: 2px; }
          @media (min-width: 480px) {
            #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode h3, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode h3 {
              font-size: 18px;
              line-height: 27px; } }
        #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode.active, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode.active {
          border-radius: 22px;
          color: #fff;
          background: #2A7DEC;
          box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25); }
          #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode.active:before, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode.active:before {
            filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(242deg) brightness(107%) contrast(101%); }
          #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode.active:after, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode.active:after {
            background-color: #fff; }
        #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active), #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active) {
          color: #000; }
          #home #overflow #manage #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #manage #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #collect #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #scada #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #react #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #data-pipelines #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-planning #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #features-top .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #features-top-collect .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #features-top-1 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #features-top-2 .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #data-pipelines-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #mine-planning-content .block.scada .scada-mode-selector .mode:hover:not(.active):before, #home #overflow #mine-execution #mine-execution-content .block.scada .scada-mode-selector .mode:hover:not(.active):before {
            filter: invert(11%) sepia(10%) saturate(825%) hue-rotate(169deg) brightness(93%) contrast(90%); }
    #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
      margin-top: 42px;
      width: 50%;
      z-index: -1;
      position: relative; }
      @media (max-width: 1024px) {
        #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
          width: 76%; } }
      @media (max-width: 750px) {
        #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
          width: 94%; } }
      @media (max-width: 1500px) {
        #home #overflow #manage #features-top .block .scada-svg, #home #overflow #manage #features-top-collect .block .scada-svg, #home #overflow #manage #features-top-1 .block .scada-svg, #home #overflow #manage #features-top-2 .block .scada-svg, #home #overflow #manage #data-pipelines-content .block .scada-svg, #home #overflow #manage #mine-planning-content .block .scada-svg, #home #overflow #manage #mine-execution-content .block .scada-svg, #home #overflow #collect #features-top .block .scada-svg, #home #overflow #collect #features-top-collect .block .scada-svg, #home #overflow #collect #features-top-1 .block .scada-svg, #home #overflow #collect #features-top-2 .block .scada-svg, #home #overflow #collect #data-pipelines-content .block .scada-svg, #home #overflow #collect #mine-planning-content .block .scada-svg, #home #overflow #collect #mine-execution-content .block .scada-svg, #home #overflow #scada #features-top .block .scada-svg, #home #overflow #scada #features-top-collect .block .scada-svg, #home #overflow #scada #features-top-1 .block .scada-svg, #home #overflow #scada #features-top-2 .block .scada-svg, #home #overflow #scada #data-pipelines-content .block .scada-svg, #home #overflow #scada #mine-planning-content .block .scada-svg, #home #overflow #scada #mine-execution-content .block .scada-svg, #home #overflow #react #features-top .block .scada-svg, #home #overflow #react #features-top-collect .block .scada-svg, #home #overflow #react #features-top-1 .block .scada-svg, #home #overflow #react #features-top-2 .block .scada-svg, #home #overflow #react #data-pipelines-content .block .scada-svg, #home #overflow #react #mine-planning-content .block .scada-svg, #home #overflow #react #mine-execution-content .block .scada-svg, #home #overflow #data-pipelines #features-top .block .scada-svg, #home #overflow #data-pipelines #features-top-collect .block .scada-svg, #home #overflow #data-pipelines #features-top-1 .block .scada-svg, #home #overflow #data-pipelines #features-top-2 .block .scada-svg, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg, #home #overflow #mine-planning #features-top .block .scada-svg, #home #overflow #mine-planning #features-top-collect .block .scada-svg, #home #overflow #mine-planning #features-top-1 .block .scada-svg, #home #overflow #mine-planning #features-top-2 .block .scada-svg, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg, #home #overflow #mine-planning #mine-planning-content .block .scada-svg, #home #overflow #mine-planning #mine-execution-content .block .scada-svg, #home #overflow #mine-execution #features-top .block .scada-svg, #home #overflow #mine-execution #features-top-collect .block .scada-svg, #home #overflow #mine-execution #features-top-1 .block .scada-svg, #home #overflow #mine-execution #features-top-2 .block .scada-svg, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg, #home #overflow #mine-execution #mine-planning-content .block .scada-svg, #home #overflow #mine-execution #mine-execution-content .block .scada-svg {
          z-index: 1; } }
      #home #overflow #manage #features-top .block .scada-svg img, #home #overflow #manage #features-top-collect .block .scada-svg img, #home #overflow #manage #features-top-1 .block .scada-svg img, #home #overflow #manage #features-top-2 .block .scada-svg img, #home #overflow #manage #data-pipelines-content .block .scada-svg img, #home #overflow #manage #mine-planning-content .block .scada-svg img, #home #overflow #manage #mine-execution-content .block .scada-svg img, #home #overflow #collect #features-top .block .scada-svg img, #home #overflow #collect #features-top-collect .block .scada-svg img, #home #overflow #collect #features-top-1 .block .scada-svg img, #home #overflow #collect #features-top-2 .block .scada-svg img, #home #overflow #collect #data-pipelines-content .block .scada-svg img, #home #overflow #collect #mine-planning-content .block .scada-svg img, #home #overflow #collect #mine-execution-content .block .scada-svg img, #home #overflow #scada #features-top .block .scada-svg img, #home #overflow #scada #features-top-collect .block .scada-svg img, #home #overflow #scada #features-top-1 .block .scada-svg img, #home #overflow #scada #features-top-2 .block .scada-svg img, #home #overflow #scada #data-pipelines-content .block .scada-svg img, #home #overflow #scada #mine-planning-content .block .scada-svg img, #home #overflow #scada #mine-execution-content .block .scada-svg img, #home #overflow #react #features-top .block .scada-svg img, #home #overflow #react #features-top-collect .block .scada-svg img, #home #overflow #react #features-top-1 .block .scada-svg img, #home #overflow #react #features-top-2 .block .scada-svg img, #home #overflow #react #data-pipelines-content .block .scada-svg img, #home #overflow #react #mine-planning-content .block .scada-svg img, #home #overflow #react #mine-execution-content .block .scada-svg img, #home #overflow #data-pipelines #features-top .block .scada-svg img, #home #overflow #data-pipelines #features-top-collect .block .scada-svg img, #home #overflow #data-pipelines #features-top-1 .block .scada-svg img, #home #overflow #data-pipelines #features-top-2 .block .scada-svg img, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg img, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg img, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg img, #home #overflow #mine-planning #features-top .block .scada-svg img, #home #overflow #mine-planning #features-top-collect .block .scada-svg img, #home #overflow #mine-planning #features-top-1 .block .scada-svg img, #home #overflow #mine-planning #features-top-2 .block .scada-svg img, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg img, #home #overflow #mine-planning #mine-planning-content .block .scada-svg img, #home #overflow #mine-planning #mine-execution-content .block .scada-svg img, #home #overflow #mine-execution #features-top .block .scada-svg img, #home #overflow #mine-execution #features-top-collect .block .scada-svg img, #home #overflow #mine-execution #features-top-1 .block .scada-svg img, #home #overflow #mine-execution #features-top-2 .block .scada-svg img, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg img, #home #overflow #mine-execution #mine-planning-content .block .scada-svg img, #home #overflow #mine-execution #mine-execution-content .block .scada-svg img {
        box-shadow: none !important; }
      #home #overflow #manage #features-top .block .scada-svg .scada-scheme, #home #overflow #manage #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #manage #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #manage #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #collect #features-top .block .scada-svg .scada-scheme, #home #overflow #collect #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #collect #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #collect #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #scada #features-top .block .scada-svg .scada-scheme, #home #overflow #scada #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #scada #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #scada #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #react #features-top .block .scada-svg .scada-scheme, #home #overflow #react #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #react #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #react #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #react #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #react #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #mine-planning #features-top .block .scada-svg .scada-scheme, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-scheme, #home #overflow #mine-execution #features-top .block .scada-svg .scada-scheme, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-scheme, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-scheme, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-scheme, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-scheme, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-scheme, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-scheme {
        z-index: -2;
        width: 163.8%; }
        #home #overflow #manage #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #react #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #react #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #react #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #react #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #react #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #react #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #features-top .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-scheme.hidden, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-scheme.hidden {
          display: none; }
      #home #overflow #manage #features-top .block .scada-svg .scada-fade, #home #overflow #manage #features-top-collect .block .scada-svg .scada-fade, #home #overflow #manage #features-top-1 .block .scada-svg .scada-fade, #home #overflow #manage #features-top-2 .block .scada-svg .scada-fade, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #collect #features-top .block .scada-svg .scada-fade, #home #overflow #collect #features-top-collect .block .scada-svg .scada-fade, #home #overflow #collect #features-top-1 .block .scada-svg .scada-fade, #home #overflow #collect #features-top-2 .block .scada-svg .scada-fade, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #scada #features-top .block .scada-svg .scada-fade, #home #overflow #scada #features-top-collect .block .scada-svg .scada-fade, #home #overflow #scada #features-top-1 .block .scada-svg .scada-fade, #home #overflow #scada #features-top-2 .block .scada-svg .scada-fade, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #react #features-top .block .scada-svg .scada-fade, #home #overflow #react #features-top-collect .block .scada-svg .scada-fade, #home #overflow #react #features-top-1 .block .scada-svg .scada-fade, #home #overflow #react #features-top-2 .block .scada-svg .scada-fade, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #react #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #react #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-fade, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-fade, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-fade, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-fade {
        width: 64.8%;
        height: 93.8%;
        position: absolute;
        top: 0;
        right: -498px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }
        @media (max-width: 1024px) {
          #home #overflow #manage #features-top .block .scada-svg .scada-fade, #home #overflow #manage #features-top-collect .block .scada-svg .scada-fade, #home #overflow #manage #features-top-1 .block .scada-svg .scada-fade, #home #overflow #manage #features-top-2 .block .scada-svg .scada-fade, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #collect #features-top .block .scada-svg .scada-fade, #home #overflow #collect #features-top-collect .block .scada-svg .scada-fade, #home #overflow #collect #features-top-1 .block .scada-svg .scada-fade, #home #overflow #collect #features-top-2 .block .scada-svg .scada-fade, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #scada #features-top .block .scada-svg .scada-fade, #home #overflow #scada #features-top-collect .block .scada-svg .scada-fade, #home #overflow #scada #features-top-1 .block .scada-svg .scada-fade, #home #overflow #scada #features-top-2 .block .scada-svg .scada-fade, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #react #features-top .block .scada-svg .scada-fade, #home #overflow #react #features-top-collect .block .scada-svg .scada-fade, #home #overflow #react #features-top-1 .block .scada-svg .scada-fade, #home #overflow #react #features-top-2 .block .scada-svg .scada-fade, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #react #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #react #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-fade, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-fade, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-fade, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-fade, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-fade, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-fade, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-fade, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-fade {
            display: none; } }
      #home #overflow #manage #features-top .block .scada-svg .scada-background, #home #overflow #manage #features-top-collect .block .scada-svg .scada-background, #home #overflow #manage #features-top-1 .block .scada-svg .scada-background, #home #overflow #manage #features-top-2 .block .scada-svg .scada-background, #home #overflow #manage #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #manage #mine-planning-content .block .scada-svg .scada-background, #home #overflow #manage #mine-execution-content .block .scada-svg .scada-background, #home #overflow #collect #features-top .block .scada-svg .scada-background, #home #overflow #collect #features-top-collect .block .scada-svg .scada-background, #home #overflow #collect #features-top-1 .block .scada-svg .scada-background, #home #overflow #collect #features-top-2 .block .scada-svg .scada-background, #home #overflow #collect #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #collect #mine-planning-content .block .scada-svg .scada-background, #home #overflow #collect #mine-execution-content .block .scada-svg .scada-background, #home #overflow #scada #features-top .block .scada-svg .scada-background, #home #overflow #scada #features-top-collect .block .scada-svg .scada-background, #home #overflow #scada #features-top-1 .block .scada-svg .scada-background, #home #overflow #scada #features-top-2 .block .scada-svg .scada-background, #home #overflow #scada #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #scada #mine-planning-content .block .scada-svg .scada-background, #home #overflow #scada #mine-execution-content .block .scada-svg .scada-background, #home #overflow #react #features-top .block .scada-svg .scada-background, #home #overflow #react #features-top-collect .block .scada-svg .scada-background, #home #overflow #react #features-top-1 .block .scada-svg .scada-background, #home #overflow #react #features-top-2 .block .scada-svg .scada-background, #home #overflow #react #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #react #mine-planning-content .block .scada-svg .scada-background, #home #overflow #react #mine-execution-content .block .scada-svg .scada-background, #home #overflow #data-pipelines #features-top .block .scada-svg .scada-background, #home #overflow #data-pipelines #features-top-collect .block .scada-svg .scada-background, #home #overflow #data-pipelines #features-top-1 .block .scada-svg .scada-background, #home #overflow #data-pipelines #features-top-2 .block .scada-svg .scada-background, #home #overflow #data-pipelines #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #data-pipelines #mine-planning-content .block .scada-svg .scada-background, #home #overflow #data-pipelines #mine-execution-content .block .scada-svg .scada-background, #home #overflow #mine-planning #features-top .block .scada-svg .scada-background, #home #overflow #mine-planning #features-top-collect .block .scada-svg .scada-background, #home #overflow #mine-planning #features-top-1 .block .scada-svg .scada-background, #home #overflow #mine-planning #features-top-2 .block .scada-svg .scada-background, #home #overflow #mine-planning #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #mine-planning #mine-planning-content .block .scada-svg .scada-background, #home #overflow #mine-planning #mine-execution-content .block .scada-svg .scada-background, #home #overflow #mine-execution #features-top .block .scada-svg .scada-background, #home #overflow #mine-execution #features-top-collect .block .scada-svg .scada-background, #home #overflow #mine-execution #features-top-1 .block .scada-svg .scada-background, #home #overflow #mine-execution #features-top-2 .block .scada-svg .scada-background, #home #overflow #mine-execution #data-pipelines-content .block .scada-svg .scada-background, #home #overflow #mine-execution #mine-planning-content .block .scada-svg .scada-background, #home #overflow #mine-execution #mine-execution-content .block .scada-svg .scada-background {
        position: absolute;
        top: 10.3%;
        z-index: -3;
        width: 96%;
        height: 73%;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0px 0px 30px 0px rgba(0, 0, 0, 0.04); }
    #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .process {
      position: relative;
      display: inline-block; }
      #home #overflow #manage #features-top .block .process .react, #home #overflow #manage #features-top-collect .block .process .react, #home #overflow #manage #features-top-1 .block .process .react, #home #overflow #manage #features-top-2 .block .process .react, #home #overflow #manage #data-pipelines-content .block .process .react, #home #overflow #manage #mine-planning-content .block .process .react, #home #overflow #manage #mine-execution-content .block .process .react, #home #overflow #collect #features-top .block .process .react, #home #overflow #collect #features-top-collect .block .process .react, #home #overflow #collect #features-top-1 .block .process .react, #home #overflow #collect #features-top-2 .block .process .react, #home #overflow #collect #data-pipelines-content .block .process .react, #home #overflow #collect #mine-planning-content .block .process .react, #home #overflow #collect #mine-execution-content .block .process .react, #home #overflow #scada #features-top .block .process .react, #home #overflow #scada #features-top-collect .block .process .react, #home #overflow #scada #features-top-1 .block .process .react, #home #overflow #scada #features-top-2 .block .process .react, #home #overflow #scada #data-pipelines-content .block .process .react, #home #overflow #scada #mine-planning-content .block .process .react, #home #overflow #scada #mine-execution-content .block .process .react, #home #overflow #react #features-top .block .process .react, #home #overflow #react #features-top-collect .block .process .react, #home #overflow #react #features-top-1 .block .process .react, #home #overflow #react #features-top-2 .block .process .react, #home #overflow #react #data-pipelines-content .block .process .react, #home #overflow #react #mine-planning-content .block .process .react, #home #overflow #react #mine-execution-content .block .process .react, #home #overflow #data-pipelines #features-top .block .process .react, #home #overflow #data-pipelines #features-top-collect .block .process .react, #home #overflow #data-pipelines #features-top-1 .block .process .react, #home #overflow #data-pipelines #features-top-2 .block .process .react, #home #overflow #data-pipelines #data-pipelines-content .block .process .react, #home #overflow #data-pipelines #mine-planning-content .block .process .react, #home #overflow #data-pipelines #mine-execution-content .block .process .react, #home #overflow #mine-planning #features-top .block .process .react, #home #overflow #mine-planning #features-top-collect .block .process .react, #home #overflow #mine-planning #features-top-1 .block .process .react, #home #overflow #mine-planning #features-top-2 .block .process .react, #home #overflow #mine-planning #data-pipelines-content .block .process .react, #home #overflow #mine-planning #mine-planning-content .block .process .react, #home #overflow #mine-planning #mine-execution-content .block .process .react, #home #overflow #mine-execution #features-top .block .process .react, #home #overflow #mine-execution #features-top-collect .block .process .react, #home #overflow #mine-execution #features-top-1 .block .process .react, #home #overflow #mine-execution #features-top-2 .block .process .react, #home #overflow #mine-execution #data-pipelines-content .block .process .react, #home #overflow #mine-execution #mine-planning-content .block .process .react, #home #overflow #mine-execution #mine-execution-content .block .process .react {
        width: 167%;
        max-width: 1031px;
        border-radius: unset;
        position: absolute;
        box-shadow: unset;
        z-index: -1;
        left: -95%;
        top: 90%;
        transform: translateY(-50%); }
        @media (max-width: 1024px) {
          #home #overflow #manage #features-top .block .process .react, #home #overflow #manage #features-top-collect .block .process .react, #home #overflow #manage #features-top-1 .block .process .react, #home #overflow #manage #features-top-2 .block .process .react, #home #overflow #manage #data-pipelines-content .block .process .react, #home #overflow #manage #mine-planning-content .block .process .react, #home #overflow #manage #mine-execution-content .block .process .react, #home #overflow #collect #features-top .block .process .react, #home #overflow #collect #features-top-collect .block .process .react, #home #overflow #collect #features-top-1 .block .process .react, #home #overflow #collect #features-top-2 .block .process .react, #home #overflow #collect #data-pipelines-content .block .process .react, #home #overflow #collect #mine-planning-content .block .process .react, #home #overflow #collect #mine-execution-content .block .process .react, #home #overflow #scada #features-top .block .process .react, #home #overflow #scada #features-top-collect .block .process .react, #home #overflow #scada #features-top-1 .block .process .react, #home #overflow #scada #features-top-2 .block .process .react, #home #overflow #scada #data-pipelines-content .block .process .react, #home #overflow #scada #mine-planning-content .block .process .react, #home #overflow #scada #mine-execution-content .block .process .react, #home #overflow #react #features-top .block .process .react, #home #overflow #react #features-top-collect .block .process .react, #home #overflow #react #features-top-1 .block .process .react, #home #overflow #react #features-top-2 .block .process .react, #home #overflow #react #data-pipelines-content .block .process .react, #home #overflow #react #mine-planning-content .block .process .react, #home #overflow #react #mine-execution-content .block .process .react, #home #overflow #data-pipelines #features-top .block .process .react, #home #overflow #data-pipelines #features-top-collect .block .process .react, #home #overflow #data-pipelines #features-top-1 .block .process .react, #home #overflow #data-pipelines #features-top-2 .block .process .react, #home #overflow #data-pipelines #data-pipelines-content .block .process .react, #home #overflow #data-pipelines #mine-planning-content .block .process .react, #home #overflow #data-pipelines #mine-execution-content .block .process .react, #home #overflow #mine-planning #features-top .block .process .react, #home #overflow #mine-planning #features-top-collect .block .process .react, #home #overflow #mine-planning #features-top-1 .block .process .react, #home #overflow #mine-planning #features-top-2 .block .process .react, #home #overflow #mine-planning #data-pipelines-content .block .process .react, #home #overflow #mine-planning #mine-planning-content .block .process .react, #home #overflow #mine-planning #mine-execution-content .block .process .react, #home #overflow #mine-execution #features-top .block .process .react, #home #overflow #mine-execution #features-top-collect .block .process .react, #home #overflow #mine-execution #features-top-1 .block .process .react, #home #overflow #mine-execution #features-top-2 .block .process .react, #home #overflow #mine-execution #data-pipelines-content .block .process .react, #home #overflow #mine-execution #mine-planning-content .block .process .react, #home #overflow #mine-execution #mine-execution-content .block .process .react {
            left: -76%;
            top: 50%;
            transform: translateY(-50%); } }
      #home #overflow #manage #features-top .block .process .add-rule, #home #overflow #manage #features-top-collect .block .process .add-rule, #home #overflow #manage #features-top-1 .block .process .add-rule, #home #overflow #manage #features-top-2 .block .process .add-rule, #home #overflow #manage #data-pipelines-content .block .process .add-rule, #home #overflow #manage #mine-planning-content .block .process .add-rule, #home #overflow #manage #mine-execution-content .block .process .add-rule, #home #overflow #collect #features-top .block .process .add-rule, #home #overflow #collect #features-top-collect .block .process .add-rule, #home #overflow #collect #features-top-1 .block .process .add-rule, #home #overflow #collect #features-top-2 .block .process .add-rule, #home #overflow #collect #data-pipelines-content .block .process .add-rule, #home #overflow #collect #mine-planning-content .block .process .add-rule, #home #overflow #collect #mine-execution-content .block .process .add-rule, #home #overflow #scada #features-top .block .process .add-rule, #home #overflow #scada #features-top-collect .block .process .add-rule, #home #overflow #scada #features-top-1 .block .process .add-rule, #home #overflow #scada #features-top-2 .block .process .add-rule, #home #overflow #scada #data-pipelines-content .block .process .add-rule, #home #overflow #scada #mine-planning-content .block .process .add-rule, #home #overflow #scada #mine-execution-content .block .process .add-rule, #home #overflow #react #features-top .block .process .add-rule, #home #overflow #react #features-top-collect .block .process .add-rule, #home #overflow #react #features-top-1 .block .process .add-rule, #home #overflow #react #features-top-2 .block .process .add-rule, #home #overflow #react #data-pipelines-content .block .process .add-rule, #home #overflow #react #mine-planning-content .block .process .add-rule, #home #overflow #react #mine-execution-content .block .process .add-rule, #home #overflow #data-pipelines #features-top .block .process .add-rule, #home #overflow #data-pipelines #features-top-collect .block .process .add-rule, #home #overflow #data-pipelines #features-top-1 .block .process .add-rule, #home #overflow #data-pipelines #features-top-2 .block .process .add-rule, #home #overflow #data-pipelines #data-pipelines-content .block .process .add-rule, #home #overflow #data-pipelines #mine-planning-content .block .process .add-rule, #home #overflow #data-pipelines #mine-execution-content .block .process .add-rule, #home #overflow #mine-planning #features-top .block .process .add-rule, #home #overflow #mine-planning #features-top-collect .block .process .add-rule, #home #overflow #mine-planning #features-top-1 .block .process .add-rule, #home #overflow #mine-planning #features-top-2 .block .process .add-rule, #home #overflow #mine-planning #data-pipelines-content .block .process .add-rule, #home #overflow #mine-planning #mine-planning-content .block .process .add-rule, #home #overflow #mine-planning #mine-execution-content .block .process .add-rule, #home #overflow #mine-execution #features-top .block .process .add-rule, #home #overflow #mine-execution #features-top-collect .block .process .add-rule, #home #overflow #mine-execution #features-top-1 .block .process .add-rule, #home #overflow #mine-execution #features-top-2 .block .process .add-rule, #home #overflow #mine-execution #data-pipelines-content .block .process .add-rule, #home #overflow #mine-execution #mine-planning-content .block .process .add-rule, #home #overflow #mine-execution #mine-execution-content .block .process .add-rule {
        width: 100%; }
    #home #overflow #manage #features-top .block.dark .feature-des, #home #overflow #manage #features-top-collect .block.dark .feature-des, #home #overflow #manage #features-top-1 .block.dark .feature-des, #home #overflow #manage #features-top-2 .block.dark .feature-des, #home #overflow #manage #data-pipelines-content .block.dark .feature-des, #home #overflow #manage #mine-planning-content .block.dark .feature-des, #home #overflow #manage #mine-execution-content .block.dark .feature-des, #home #overflow #collect #features-top .block.dark .feature-des, #home #overflow #collect #features-top-collect .block.dark .feature-des, #home #overflow #collect #features-top-1 .block.dark .feature-des, #home #overflow #collect #features-top-2 .block.dark .feature-des, #home #overflow #collect #data-pipelines-content .block.dark .feature-des, #home #overflow #collect #mine-planning-content .block.dark .feature-des, #home #overflow #collect #mine-execution-content .block.dark .feature-des, #home #overflow #scada #features-top .block.dark .feature-des, #home #overflow #scada #features-top-collect .block.dark .feature-des, #home #overflow #scada #features-top-1 .block.dark .feature-des, #home #overflow #scada #features-top-2 .block.dark .feature-des, #home #overflow #scada #data-pipelines-content .block.dark .feature-des, #home #overflow #scada #mine-planning-content .block.dark .feature-des, #home #overflow #scada #mine-execution-content .block.dark .feature-des, #home #overflow #react #features-top .block.dark .feature-des, #home #overflow #react #features-top-collect .block.dark .feature-des, #home #overflow #react #features-top-1 .block.dark .feature-des, #home #overflow #react #features-top-2 .block.dark .feature-des, #home #overflow #react #data-pipelines-content .block.dark .feature-des, #home #overflow #react #mine-planning-content .block.dark .feature-des, #home #overflow #react #mine-execution-content .block.dark .feature-des, #home #overflow #data-pipelines #features-top .block.dark .feature-des, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des, #home #overflow #mine-planning #features-top .block.dark .feature-des, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des, #home #overflow #mine-execution #features-top .block.dark .feature-des, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des {
      margin-bottom: 50px; }
      @media (max-width: 1024px) {
        #home #overflow #manage #features-top .block.dark .feature-des, #home #overflow #manage #features-top-collect .block.dark .feature-des, #home #overflow #manage #features-top-1 .block.dark .feature-des, #home #overflow #manage #features-top-2 .block.dark .feature-des, #home #overflow #manage #data-pipelines-content .block.dark .feature-des, #home #overflow #manage #mine-planning-content .block.dark .feature-des, #home #overflow #manage #mine-execution-content .block.dark .feature-des, #home #overflow #collect #features-top .block.dark .feature-des, #home #overflow #collect #features-top-collect .block.dark .feature-des, #home #overflow #collect #features-top-1 .block.dark .feature-des, #home #overflow #collect #features-top-2 .block.dark .feature-des, #home #overflow #collect #data-pipelines-content .block.dark .feature-des, #home #overflow #collect #mine-planning-content .block.dark .feature-des, #home #overflow #collect #mine-execution-content .block.dark .feature-des, #home #overflow #scada #features-top .block.dark .feature-des, #home #overflow #scada #features-top-collect .block.dark .feature-des, #home #overflow #scada #features-top-1 .block.dark .feature-des, #home #overflow #scada #features-top-2 .block.dark .feature-des, #home #overflow #scada #data-pipelines-content .block.dark .feature-des, #home #overflow #scada #mine-planning-content .block.dark .feature-des, #home #overflow #scada #mine-execution-content .block.dark .feature-des, #home #overflow #react #features-top .block.dark .feature-des, #home #overflow #react #features-top-collect .block.dark .feature-des, #home #overflow #react #features-top-1 .block.dark .feature-des, #home #overflow #react #features-top-2 .block.dark .feature-des, #home #overflow #react #data-pipelines-content .block.dark .feature-des, #home #overflow #react #mine-planning-content .block.dark .feature-des, #home #overflow #react #mine-execution-content .block.dark .feature-des, #home #overflow #data-pipelines #features-top .block.dark .feature-des, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des, #home #overflow #mine-planning #features-top .block.dark .feature-des, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des, #home #overflow #mine-execution #features-top .block.dark .feature-des, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des {
          margin-bottom: 68px; } }
      #home #overflow #manage #features-top .block.dark .feature-des h2, #home #overflow #manage #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #manage #features-top-collect .block.dark .feature-des h2, #home #overflow #manage #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #manage #features-top-1 .block.dark .feature-des h2, #home #overflow #manage #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #manage #features-top-2 .block.dark .feature-des h2, #home #overflow #manage #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #manage #data-pipelines-content .block.dark .feature-des h2, #home #overflow #manage #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #manage #mine-planning-content .block.dark .feature-des h2, #home #overflow #manage #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #manage #mine-execution-content .block.dark .feature-des h2, #home #overflow #manage #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #collect #features-top .block.dark .feature-des h2, #home #overflow #collect #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #collect #features-top-collect .block.dark .feature-des h2, #home #overflow #collect #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #collect #features-top-1 .block.dark .feature-des h2, #home #overflow #collect #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #collect #features-top-2 .block.dark .feature-des h2, #home #overflow #collect #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #collect #data-pipelines-content .block.dark .feature-des h2, #home #overflow #collect #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #collect #mine-planning-content .block.dark .feature-des h2, #home #overflow #collect #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #collect #mine-execution-content .block.dark .feature-des h2, #home #overflow #collect #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #scada #features-top .block.dark .feature-des h2, #home #overflow #scada #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #scada #features-top-collect .block.dark .feature-des h2, #home #overflow #scada #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #scada #features-top-1 .block.dark .feature-des h2, #home #overflow #scada #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #scada #features-top-2 .block.dark .feature-des h2, #home #overflow #scada #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #scada #data-pipelines-content .block.dark .feature-des h2, #home #overflow #scada #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #scada #mine-planning-content .block.dark .feature-des h2, #home #overflow #scada #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #scada #mine-execution-content .block.dark .feature-des h2, #home #overflow #scada #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #react #features-top .block.dark .feature-des h2, #home #overflow #react #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #react #features-top-collect .block.dark .feature-des h2, #home #overflow #react #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #react #features-top-1 .block.dark .feature-des h2, #home #overflow #react #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #react #features-top-2 .block.dark .feature-des h2, #home #overflow #react #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #react #data-pipelines-content .block.dark .feature-des h2, #home #overflow #react #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #react #mine-planning-content .block.dark .feature-des h2, #home #overflow #react #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #react #mine-execution-content .block.dark .feature-des h2, #home #overflow #react #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top .block.dark .feature-des h2, #home #overflow #data-pipelines #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des h2, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des h2, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des h2, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des h2, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des h2, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des h2, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top .block.dark .feature-des h2, #home #overflow #mine-planning #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des h2, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des h2, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des h2, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des h2, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des h2, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des h2, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top .block.dark .feature-des h2, #home #overflow #mine-execution #features-top .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des h2, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des h2, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des h2, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des h2, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des h2, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des h2, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des span.phrase-heading {
        color: white; }
      #home #overflow #manage #features-top .block.dark .feature-des p, #home #overflow #manage #features-top-collect .block.dark .feature-des p, #home #overflow #manage #features-top-1 .block.dark .feature-des p, #home #overflow #manage #features-top-2 .block.dark .feature-des p, #home #overflow #manage #data-pipelines-content .block.dark .feature-des p, #home #overflow #manage #mine-planning-content .block.dark .feature-des p, #home #overflow #manage #mine-execution-content .block.dark .feature-des p, #home #overflow #collect #features-top .block.dark .feature-des p, #home #overflow #collect #features-top-collect .block.dark .feature-des p, #home #overflow #collect #features-top-1 .block.dark .feature-des p, #home #overflow #collect #features-top-2 .block.dark .feature-des p, #home #overflow #collect #data-pipelines-content .block.dark .feature-des p, #home #overflow #collect #mine-planning-content .block.dark .feature-des p, #home #overflow #collect #mine-execution-content .block.dark .feature-des p, #home #overflow #scada #features-top .block.dark .feature-des p, #home #overflow #scada #features-top-collect .block.dark .feature-des p, #home #overflow #scada #features-top-1 .block.dark .feature-des p, #home #overflow #scada #features-top-2 .block.dark .feature-des p, #home #overflow #scada #data-pipelines-content .block.dark .feature-des p, #home #overflow #scada #mine-planning-content .block.dark .feature-des p, #home #overflow #scada #mine-execution-content .block.dark .feature-des p, #home #overflow #react #features-top .block.dark .feature-des p, #home #overflow #react #features-top-collect .block.dark .feature-des p, #home #overflow #react #features-top-1 .block.dark .feature-des p, #home #overflow #react #features-top-2 .block.dark .feature-des p, #home #overflow #react #data-pipelines-content .block.dark .feature-des p, #home #overflow #react #mine-planning-content .block.dark .feature-des p, #home #overflow #react #mine-execution-content .block.dark .feature-des p, #home #overflow #data-pipelines #features-top .block.dark .feature-des p, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des p, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des p, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des p, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des p, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des p, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des p, #home #overflow #mine-planning #features-top .block.dark .feature-des p, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des p, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des p, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des p, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des p, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des p, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des p, #home #overflow #mine-execution #features-top .block.dark .feature-des p, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des p, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des p, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des p, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des p, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des p, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des p {
        color: #A6A8B2; }
      #home #overflow #manage #features-top .block.dark .feature-des a, #home #overflow #manage #features-top-collect .block.dark .feature-des a, #home #overflow #manage #features-top-1 .block.dark .feature-des a, #home #overflow #manage #features-top-2 .block.dark .feature-des a, #home #overflow #manage #data-pipelines-content .block.dark .feature-des a, #home #overflow #manage #mine-planning-content .block.dark .feature-des a, #home #overflow #manage #mine-execution-content .block.dark .feature-des a, #home #overflow #collect #features-top .block.dark .feature-des a, #home #overflow #collect #features-top-collect .block.dark .feature-des a, #home #overflow #collect #features-top-1 .block.dark .feature-des a, #home #overflow #collect #features-top-2 .block.dark .feature-des a, #home #overflow #collect #data-pipelines-content .block.dark .feature-des a, #home #overflow #collect #mine-planning-content .block.dark .feature-des a, #home #overflow #collect #mine-execution-content .block.dark .feature-des a, #home #overflow #scada #features-top .block.dark .feature-des a, #home #overflow #scada #features-top-collect .block.dark .feature-des a, #home #overflow #scada #features-top-1 .block.dark .feature-des a, #home #overflow #scada #features-top-2 .block.dark .feature-des a, #home #overflow #scada #data-pipelines-content .block.dark .feature-des a, #home #overflow #scada #mine-planning-content .block.dark .feature-des a, #home #overflow #scada #mine-execution-content .block.dark .feature-des a, #home #overflow #react #features-top .block.dark .feature-des a, #home #overflow #react #features-top-collect .block.dark .feature-des a, #home #overflow #react #features-top-1 .block.dark .feature-des a, #home #overflow #react #features-top-2 .block.dark .feature-des a, #home #overflow #react #data-pipelines-content .block.dark .feature-des a, #home #overflow #react #mine-planning-content .block.dark .feature-des a, #home #overflow #react #mine-execution-content .block.dark .feature-des a, #home #overflow #data-pipelines #features-top .block.dark .feature-des a, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des a, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des a, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des a, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des a, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des a, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des a, #home #overflow #mine-planning #features-top .block.dark .feature-des a, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des a, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des a, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des a, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des a, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des a, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des a, #home #overflow #mine-execution #features-top .block.dark .feature-des a, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des a, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des a, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des a, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des a, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des a, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des a {
        color: white; }
        #home #overflow #manage #features-top .block.dark .feature-des a img, #home #overflow #manage #features-top-collect .block.dark .feature-des a img, #home #overflow #manage #features-top-1 .block.dark .feature-des a img, #home #overflow #manage #features-top-2 .block.dark .feature-des a img, #home #overflow #manage #data-pipelines-content .block.dark .feature-des a img, #home #overflow #manage #mine-planning-content .block.dark .feature-des a img, #home #overflow #manage #mine-execution-content .block.dark .feature-des a img, #home #overflow #collect #features-top .block.dark .feature-des a img, #home #overflow #collect #features-top-collect .block.dark .feature-des a img, #home #overflow #collect #features-top-1 .block.dark .feature-des a img, #home #overflow #collect #features-top-2 .block.dark .feature-des a img, #home #overflow #collect #data-pipelines-content .block.dark .feature-des a img, #home #overflow #collect #mine-planning-content .block.dark .feature-des a img, #home #overflow #collect #mine-execution-content .block.dark .feature-des a img, #home #overflow #scada #features-top .block.dark .feature-des a img, #home #overflow #scada #features-top-collect .block.dark .feature-des a img, #home #overflow #scada #features-top-1 .block.dark .feature-des a img, #home #overflow #scada #features-top-2 .block.dark .feature-des a img, #home #overflow #scada #data-pipelines-content .block.dark .feature-des a img, #home #overflow #scada #mine-planning-content .block.dark .feature-des a img, #home #overflow #scada #mine-execution-content .block.dark .feature-des a img, #home #overflow #react #features-top .block.dark .feature-des a img, #home #overflow #react #features-top-collect .block.dark .feature-des a img, #home #overflow #react #features-top-1 .block.dark .feature-des a img, #home #overflow #react #features-top-2 .block.dark .feature-des a img, #home #overflow #react #data-pipelines-content .block.dark .feature-des a img, #home #overflow #react #mine-planning-content .block.dark .feature-des a img, #home #overflow #react #mine-execution-content .block.dark .feature-des a img, #home #overflow #data-pipelines #features-top .block.dark .feature-des a img, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des a img, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des a img, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des a img, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des a img, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des a img, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des a img, #home #overflow #mine-planning #features-top .block.dark .feature-des a img, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des a img, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des a img, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des a img, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des a img, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des a img, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des a img, #home #overflow #mine-execution #features-top .block.dark .feature-des a img, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des a img, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des a img, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des a img, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des a img, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des a img, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des a img {
          filter: invert(98%) sepia(19%) saturate(109%) hue-rotate(232deg) brightness(115%) contrast(100%); }
        #home #overflow #manage #features-top .block.dark .feature-des a i, #home #overflow #manage #features-top-collect .block.dark .feature-des a i, #home #overflow #manage #features-top-1 .block.dark .feature-des a i, #home #overflow #manage #features-top-2 .block.dark .feature-des a i, #home #overflow #manage #data-pipelines-content .block.dark .feature-des a i, #home #overflow #manage #mine-planning-content .block.dark .feature-des a i, #home #overflow #manage #mine-execution-content .block.dark .feature-des a i, #home #overflow #collect #features-top .block.dark .feature-des a i, #home #overflow #collect #features-top-collect .block.dark .feature-des a i, #home #overflow #collect #features-top-1 .block.dark .feature-des a i, #home #overflow #collect #features-top-2 .block.dark .feature-des a i, #home #overflow #collect #data-pipelines-content .block.dark .feature-des a i, #home #overflow #collect #mine-planning-content .block.dark .feature-des a i, #home #overflow #collect #mine-execution-content .block.dark .feature-des a i, #home #overflow #scada #features-top .block.dark .feature-des a i, #home #overflow #scada #features-top-collect .block.dark .feature-des a i, #home #overflow #scada #features-top-1 .block.dark .feature-des a i, #home #overflow #scada #features-top-2 .block.dark .feature-des a i, #home #overflow #scada #data-pipelines-content .block.dark .feature-des a i, #home #overflow #scada #mine-planning-content .block.dark .feature-des a i, #home #overflow #scada #mine-execution-content .block.dark .feature-des a i, #home #overflow #react #features-top .block.dark .feature-des a i, #home #overflow #react #features-top-collect .block.dark .feature-des a i, #home #overflow #react #features-top-1 .block.dark .feature-des a i, #home #overflow #react #features-top-2 .block.dark .feature-des a i, #home #overflow #react #data-pipelines-content .block.dark .feature-des a i, #home #overflow #react #mine-planning-content .block.dark .feature-des a i, #home #overflow #react #mine-execution-content .block.dark .feature-des a i, #home #overflow #data-pipelines #features-top .block.dark .feature-des a i, #home #overflow #data-pipelines #features-top-collect .block.dark .feature-des a i, #home #overflow #data-pipelines #features-top-1 .block.dark .feature-des a i, #home #overflow #data-pipelines #features-top-2 .block.dark .feature-des a i, #home #overflow #data-pipelines #data-pipelines-content .block.dark .feature-des a i, #home #overflow #data-pipelines #mine-planning-content .block.dark .feature-des a i, #home #overflow #data-pipelines #mine-execution-content .block.dark .feature-des a i, #home #overflow #mine-planning #features-top .block.dark .feature-des a i, #home #overflow #mine-planning #features-top-collect .block.dark .feature-des a i, #home #overflow #mine-planning #features-top-1 .block.dark .feature-des a i, #home #overflow #mine-planning #features-top-2 .block.dark .feature-des a i, #home #overflow #mine-planning #data-pipelines-content .block.dark .feature-des a i, #home #overflow #mine-planning #mine-planning-content .block.dark .feature-des a i, #home #overflow #mine-planning #mine-execution-content .block.dark .feature-des a i, #home #overflow #mine-execution #features-top .block.dark .feature-des a i, #home #overflow #mine-execution #features-top-collect .block.dark .feature-des a i, #home #overflow #mine-execution #features-top-1 .block.dark .feature-des a i, #home #overflow #mine-execution #features-top-2 .block.dark .feature-des a i, #home #overflow #mine-execution #data-pipelines-content .block.dark .feature-des a i, #home #overflow #mine-execution #mine-planning-content .block.dark .feature-des a i, #home #overflow #mine-execution #mine-execution-content .block.dark .feature-des a i {
          filter: sepia(19%) saturate(109%) hue-rotate(232deg) brightness(115%) contrast(100%); }
    #home #overflow #manage #features-top .block.micro, #home #overflow #manage #features-top-collect .block.micro, #home #overflow #manage #features-top-1 .block.micro, #home #overflow #manage #features-top-2 .block.micro, #home #overflow #manage #data-pipelines-content .block.micro, #home #overflow #manage #mine-planning-content .block.micro, #home #overflow #manage #mine-execution-content .block.micro, #home #overflow #collect #features-top .block.micro, #home #overflow #collect #features-top-collect .block.micro, #home #overflow #collect #features-top-1 .block.micro, #home #overflow #collect #features-top-2 .block.micro, #home #overflow #collect #data-pipelines-content .block.micro, #home #overflow #collect #mine-planning-content .block.micro, #home #overflow #collect #mine-execution-content .block.micro, #home #overflow #scada #features-top .block.micro, #home #overflow #scada #features-top-collect .block.micro, #home #overflow #scada #features-top-1 .block.micro, #home #overflow #scada #features-top-2 .block.micro, #home #overflow #scada #data-pipelines-content .block.micro, #home #overflow #scada #mine-planning-content .block.micro, #home #overflow #scada #mine-execution-content .block.micro, #home #overflow #react #features-top .block.micro, #home #overflow #react #features-top-collect .block.micro, #home #overflow #react #features-top-1 .block.micro, #home #overflow #react #features-top-2 .block.micro, #home #overflow #react #data-pipelines-content .block.micro, #home #overflow #react #mine-planning-content .block.micro, #home #overflow #react #mine-execution-content .block.micro, #home #overflow #data-pipelines #features-top .block.micro, #home #overflow #data-pipelines #features-top-collect .block.micro, #home #overflow #data-pipelines #features-top-1 .block.micro, #home #overflow #data-pipelines #features-top-2 .block.micro, #home #overflow #data-pipelines #data-pipelines-content .block.micro, #home #overflow #data-pipelines #mine-planning-content .block.micro, #home #overflow #data-pipelines #mine-execution-content .block.micro, #home #overflow #mine-planning #features-top .block.micro, #home #overflow #mine-planning #features-top-collect .block.micro, #home #overflow #mine-planning #features-top-1 .block.micro, #home #overflow #mine-planning #features-top-2 .block.micro, #home #overflow #mine-planning #data-pipelines-content .block.micro, #home #overflow #mine-planning #mine-planning-content .block.micro, #home #overflow #mine-planning #mine-execution-content .block.micro, #home #overflow #mine-execution #features-top .block.micro, #home #overflow #mine-execution #features-top-collect .block.micro, #home #overflow #mine-execution #features-top-1 .block.micro, #home #overflow #mine-execution #features-top-2 .block.micro, #home #overflow #mine-execution #data-pipelines-content .block.micro, #home #overflow #mine-execution #mine-planning-content .block.micro, #home #overflow #mine-execution #mine-execution-content .block.micro {
      margin: 300px 0 100px 0; }
      @media (max-width: 1024px) {
        #home #overflow #manage #features-top .block.micro, #home #overflow #manage #features-top-collect .block.micro, #home #overflow #manage #features-top-1 .block.micro, #home #overflow #manage #features-top-2 .block.micro, #home #overflow #manage #data-pipelines-content .block.micro, #home #overflow #manage #mine-planning-content .block.micro, #home #overflow #manage #mine-execution-content .block.micro, #home #overflow #collect #features-top .block.micro, #home #overflow #collect #features-top-collect .block.micro, #home #overflow #collect #features-top-1 .block.micro, #home #overflow #collect #features-top-2 .block.micro, #home #overflow #collect #data-pipelines-content .block.micro, #home #overflow #collect #mine-planning-content .block.micro, #home #overflow #collect #mine-execution-content .block.micro, #home #overflow #scada #features-top .block.micro, #home #overflow #scada #features-top-collect .block.micro, #home #overflow #scada #features-top-1 .block.micro, #home #overflow #scada #features-top-2 .block.micro, #home #overflow #scada #data-pipelines-content .block.micro, #home #overflow #scada #mine-planning-content .block.micro, #home #overflow #scada #mine-execution-content .block.micro, #home #overflow #react #features-top .block.micro, #home #overflow #react #features-top-collect .block.micro, #home #overflow #react #features-top-1 .block.micro, #home #overflow #react #features-top-2 .block.micro, #home #overflow #react #data-pipelines-content .block.micro, #home #overflow #react #mine-planning-content .block.micro, #home #overflow #react #mine-execution-content .block.micro, #home #overflow #data-pipelines #features-top .block.micro, #home #overflow #data-pipelines #features-top-collect .block.micro, #home #overflow #data-pipelines #features-top-1 .block.micro, #home #overflow #data-pipelines #features-top-2 .block.micro, #home #overflow #data-pipelines #data-pipelines-content .block.micro, #home #overflow #data-pipelines #mine-planning-content .block.micro, #home #overflow #data-pipelines #mine-execution-content .block.micro, #home #overflow #mine-planning #features-top .block.micro, #home #overflow #mine-planning #features-top-collect .block.micro, #home #overflow #mine-planning #features-top-1 .block.micro, #home #overflow #mine-planning #features-top-2 .block.micro, #home #overflow #mine-planning #data-pipelines-content .block.micro, #home #overflow #mine-planning #mine-planning-content .block.micro, #home #overflow #mine-planning #mine-execution-content .block.micro, #home #overflow #mine-execution #features-top .block.micro, #home #overflow #mine-execution #features-top-collect .block.micro, #home #overflow #mine-execution #features-top-1 .block.micro, #home #overflow #mine-execution #features-top-2 .block.micro, #home #overflow #mine-execution #data-pipelines-content .block.micro, #home #overflow #mine-execution #mine-planning-content .block.micro, #home #overflow #mine-execution #mine-execution-content .block.micro {
          margin-top: 0; } }
      #home #overflow #manage #features-top .block.micro img, #home #overflow #manage #features-top-collect .block.micro img, #home #overflow #manage #features-top-1 .block.micro img, #home #overflow #manage #features-top-2 .block.micro img, #home #overflow #manage #data-pipelines-content .block.micro img, #home #overflow #manage #mine-planning-content .block.micro img, #home #overflow #manage #mine-execution-content .block.micro img, #home #overflow #collect #features-top .block.micro img, #home #overflow #collect #features-top-collect .block.micro img, #home #overflow #collect #features-top-1 .block.micro img, #home #overflow #collect #features-top-2 .block.micro img, #home #overflow #collect #data-pipelines-content .block.micro img, #home #overflow #collect #mine-planning-content .block.micro img, #home #overflow #collect #mine-execution-content .block.micro img, #home #overflow #scada #features-top .block.micro img, #home #overflow #scada #features-top-collect .block.micro img, #home #overflow #scada #features-top-1 .block.micro img, #home #overflow #scada #features-top-2 .block.micro img, #home #overflow #scada #data-pipelines-content .block.micro img, #home #overflow #scada #mine-planning-content .block.micro img, #home #overflow #scada #mine-execution-content .block.micro img, #home #overflow #react #features-top .block.micro img, #home #overflow #react #features-top-collect .block.micro img, #home #overflow #react #features-top-1 .block.micro img, #home #overflow #react #features-top-2 .block.micro img, #home #overflow #react #data-pipelines-content .block.micro img, #home #overflow #react #mine-planning-content .block.micro img, #home #overflow #react #mine-execution-content .block.micro img, #home #overflow #data-pipelines #features-top .block.micro img, #home #overflow #data-pipelines #features-top-collect .block.micro img, #home #overflow #data-pipelines #features-top-1 .block.micro img, #home #overflow #data-pipelines #features-top-2 .block.micro img, #home #overflow #data-pipelines #data-pipelines-content .block.micro img, #home #overflow #data-pipelines #mine-planning-content .block.micro img, #home #overflow #data-pipelines #mine-execution-content .block.micro img, #home #overflow #mine-planning #features-top .block.micro img, #home #overflow #mine-planning #features-top-collect .block.micro img, #home #overflow #mine-planning #features-top-1 .block.micro img, #home #overflow #mine-planning #features-top-2 .block.micro img, #home #overflow #mine-planning #data-pipelines-content .block.micro img, #home #overflow #mine-planning #mine-planning-content .block.micro img, #home #overflow #mine-planning #mine-execution-content .block.micro img, #home #overflow #mine-execution #features-top .block.micro img, #home #overflow #mine-execution #features-top-collect .block.micro img, #home #overflow #mine-execution #features-top-1 .block.micro img, #home #overflow #mine-execution #features-top-2 .block.micro img, #home #overflow #mine-execution #data-pipelines-content .block.micro img, #home #overflow #mine-execution #mine-planning-content .block.micro img, #home #overflow #mine-execution #mine-execution-content .block.micro img {
        box-shadow: unset;
        max-width: 569px; }
      #home #overflow #manage #features-top .block.micro .feature-des, #home #overflow #manage #features-top-collect .block.micro .feature-des, #home #overflow #manage #features-top-1 .block.micro .feature-des, #home #overflow #manage #features-top-2 .block.micro .feature-des, #home #overflow #manage #data-pipelines-content .block.micro .feature-des, #home #overflow #manage #mine-planning-content .block.micro .feature-des, #home #overflow #manage #mine-execution-content .block.micro .feature-des, #home #overflow #collect #features-top .block.micro .feature-des, #home #overflow #collect #features-top-collect .block.micro .feature-des, #home #overflow #collect #features-top-1 .block.micro .feature-des, #home #overflow #collect #features-top-2 .block.micro .feature-des, #home #overflow #collect #data-pipelines-content .block.micro .feature-des, #home #overflow #collect #mine-planning-content .block.micro .feature-des, #home #overflow #collect #mine-execution-content .block.micro .feature-des, #home #overflow #scada #features-top .block.micro .feature-des, #home #overflow #scada #features-top-collect .block.micro .feature-des, #home #overflow #scada #features-top-1 .block.micro .feature-des, #home #overflow #scada #features-top-2 .block.micro .feature-des, #home #overflow #scada #data-pipelines-content .block.micro .feature-des, #home #overflow #scada #mine-planning-content .block.micro .feature-des, #home #overflow #scada #mine-execution-content .block.micro .feature-des, #home #overflow #react #features-top .block.micro .feature-des, #home #overflow #react #features-top-collect .block.micro .feature-des, #home #overflow #react #features-top-1 .block.micro .feature-des, #home #overflow #react #features-top-2 .block.micro .feature-des, #home #overflow #react #data-pipelines-content .block.micro .feature-des, #home #overflow #react #mine-planning-content .block.micro .feature-des, #home #overflow #react #mine-execution-content .block.micro .feature-des, #home #overflow #data-pipelines #features-top .block.micro .feature-des, #home #overflow #data-pipelines #features-top-collect .block.micro .feature-des, #home #overflow #data-pipelines #features-top-1 .block.micro .feature-des, #home #overflow #data-pipelines #features-top-2 .block.micro .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block.micro .feature-des, #home #overflow #data-pipelines #mine-planning-content .block.micro .feature-des, #home #overflow #data-pipelines #mine-execution-content .block.micro .feature-des, #home #overflow #mine-planning #features-top .block.micro .feature-des, #home #overflow #mine-planning #features-top-collect .block.micro .feature-des, #home #overflow #mine-planning #features-top-1 .block.micro .feature-des, #home #overflow #mine-planning #features-top-2 .block.micro .feature-des, #home #overflow #mine-planning #data-pipelines-content .block.micro .feature-des, #home #overflow #mine-planning #mine-planning-content .block.micro .feature-des, #home #overflow #mine-planning #mine-execution-content .block.micro .feature-des, #home #overflow #mine-execution #features-top .block.micro .feature-des, #home #overflow #mine-execution #features-top-collect .block.micro .feature-des, #home #overflow #mine-execution #features-top-1 .block.micro .feature-des, #home #overflow #mine-execution #features-top-2 .block.micro .feature-des, #home #overflow #mine-execution #data-pipelines-content .block.micro .feature-des, #home #overflow #mine-execution #mine-planning-content .block.micro .feature-des, #home #overflow #mine-execution #mine-execution-content .block.micro .feature-des {
        margin-bottom: 20px; }
  #home #overflow #scada .scada-fade {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F7F9FC 100%); }
  #home #overflow #mine-execution .scada-fade {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F7F9FC 100%); }
  #home #overflow #products, #home #overflow #product-ecosystem {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 56px; }
    @media (max-width: 768px) {
      #home #overflow #products, #home #overflow #product-ecosystem {
        padding-top: 30px;
        padding-bottom: 20px; } }
    #home #overflow #products .product-title, #home #overflow #product-ecosystem .product-title {
      color: white;
      text-align: center;
      margin-bottom: 72px; }
    #home #overflow #products .product-ecosystem-title, #home #overflow #product-ecosystem .product-ecosystem-title {
      color: #212529;
      text-align: center;
      margin-bottom: 72px; }
    #home #overflow #products .product-list, #home #overflow #products .product-ecosystem-list, #home #overflow #product-ecosystem .product-list, #home #overflow #product-ecosystem .product-ecosystem-list {
      display: flex;
      margin: unset; }
      #home #overflow #products .product-list div, #home #overflow #products .product-ecosystem-list div, #home #overflow #product-ecosystem .product-list div, #home #overflow #product-ecosystem .product-ecosystem-list div {
        color: #212529;
        background-color: white;
        box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0 0 30px 0 rgba(0, 0, 0, 0.05);
        border-radius: 6px;
        padding: 40px;
        text-align: center;
        flex: 1;
        margin-bottom: 40px; }
        #home #overflow #products .product-list div p, #home #overflow #products .product-ecosystem-list div p, #home #overflow #product-ecosystem .product-list div p, #home #overflow #product-ecosystem .product-ecosystem-list div p {
          margin: unset; }
        #home #overflow #products .product-list div h2, #home #overflow #products .product-list div span.phrase-heading, #home #overflow #products .product-ecosystem-list div h2, #home #overflow #products .product-ecosystem-list div span.phrase-heading, #home #overflow #product-ecosystem .product-list div h2, #home #overflow #product-ecosystem .product-list div span.phrase-heading, #home #overflow #product-ecosystem .product-ecosystem-list div h2, #home #overflow #product-ecosystem .product-ecosystem-list div span.phrase-heading {
          font-size: 28px;
          font-weight: 600; }
        #home #overflow #products .product-list div h3, #home #overflow #products .product-ecosystem-list div h3, #home #overflow #product-ecosystem .product-list div h3, #home #overflow #product-ecosystem .product-ecosystem-list div h3 {
          font-size: 16px;
          font-weight: unset;
          margin-top: 18px;
          line-height: 1.5; }
        #home #overflow #products .product-list div img, #home #overflow #products .product-ecosystem-list div img, #home #overflow #product-ecosystem .product-list div img, #home #overflow #product-ecosystem .product-ecosystem-list div img {
          display: block;
          margin: 50px auto 50px auto;
          width: 80%; }
        #home #overflow #products .product-list div.main, #home #overflow #products .product-ecosystem-list div.main, #home #overflow #product-ecosystem .product-list div.main, #home #overflow #product-ecosystem .product-ecosystem-list div.main {
          box-shadow: inset 0px -6px 0px #305680, 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0 0 30px 0 rgba(0, 0, 0, 0.05);
          margin: 0 30px; }
          #home #overflow #products .product-list div.main h2, #home #overflow #products .product-list div.main span.phrase-heading, #home #overflow #products .product-ecosystem-list div.main h2, #home #overflow #products .product-ecosystem-list div.main span.phrase-heading, #home #overflow #product-ecosystem .product-list div.main h2, #home #overflow #product-ecosystem .product-list div.main span.phrase-heading, #home #overflow #product-ecosystem .product-ecosystem-list div.main h2, #home #overflow #product-ecosystem .product-ecosystem-list div.main span.phrase-heading {
            font-size: 42px;
            font-weight: 600;
            line-height: 1.5; }
          #home #overflow #products .product-list div.main img, #home #overflow #products .product-ecosystem-list div.main img, #home #overflow #product-ecosystem .product-list div.main img, #home #overflow #product-ecosystem .product-ecosystem-list div.main img {
            margin: 60px auto; }
        #home #overflow #products .product-list div a, #home #overflow #products .product-ecosystem-list div a, #home #overflow #product-ecosystem .product-list div a, #home #overflow #product-ecosystem .product-ecosystem-list div a {
          color: #2A7DEC;
          font-weight: 500; }
@media(max-width: 992px) {
  #home #overflow #products .product-list, #home #overflow #products .product-ecosystem-list, #home #overflow #product-ecosystem .product-list, #home #overflow #product-ecosystem .product-ecosystem-list {
    flex-direction: column; }
    #home #overflow #products .product-list div.main, #home #overflow #products .product-ecosystem-list div.main, #home #overflow #product-ecosystem .product-list div.main, #home #overflow #product-ecosystem .product-ecosystem-list div.main {
      margin: 0 0 40px; } }
    #home #overflow #products .product-ecosystem-list, #home #overflow #product-ecosystem .product-ecosystem-list {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px; }
@media(max-width: 992px) {
  #home #overflow #products .product-ecosystem-list, #home #overflow #product-ecosystem .product-ecosystem-list {
    flex-wrap: nowrap; } }
      #home #overflow #products .product-ecosystem-list div, #home #overflow #product-ecosystem .product-ecosystem-list div {
        flex-basis: calc(33.333% - 27px);
        min-width: unset;
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          #home #overflow #products .product-ecosystem-list div, #home #overflow #product-ecosystem .product-ecosystem-list div {
            flex-basis: 100%;
            min-height: unset; } }
        #home #overflow #products .product-ecosystem-list div .material-icons, #home #overflow #product-ecosystem .product-ecosystem-list div .material-icons {
          margin: auto 0;
          flex-grow: 1;
          display: flex;
          align-items: center;
          justify-content: center; }
        #home #overflow #products .product-ecosystem-list div img, #home #overflow #product-ecosystem .product-ecosystem-list div img {
          width: 32%;
          flex-shrink: 0; }
        #home #overflow #products .product-ecosystem-list div a, #home #overflow #product-ecosystem .product-ecosystem-list div a {
          margin-top: auto; }
    #home #overflow #products a, #home #overflow #product-ecosystem a {
      color: #707275;
      font-weight: 500;
      margin-top: 56px;
      text-align: center; }
      @media (max-width: 768px) {
        #home #overflow #products a, #home #overflow #product-ecosystem a {
          margin-top: 20px; } }
  #home #overflow #dashboard_description {
    margin-top: 80px; }
    @media (max-width: 768px) {
      #home #overflow #dashboard_description {
        margin-top: 40px; } }
    #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel {
      margin: 40px auto;
      width: 100%; }
      @media (max-width: 768px) {
        #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel {
          margin: 50px auto; } }
      #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-stage-outer {
        overflow: hidden; }
        #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-stage-outer .owl-stage .owl-item {
          min-height: 420px; }
          #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-stage-outer .owl-stage .owl-item .item-image {
            box-shadow: unset; }
      #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-nav button.owl-prev {
        left: -50px; }
      #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel .owl-nav button.owl-next {
        right: -50px; }
    #home #overflow #dashboard_description .dashboard-item {
      flex-direction: column;
      justify-content: space-between;
      display: flex !important;
      align-items: center; }
      @media (max-width: 768px) {
        #home #overflow #dashboard_description .dashboard-item .item-image-container .overlay {
          display: none; } }
    #home #overflow #dashboard_description .item-image-container {
      position: relative;
      width: 100%; }
    #home #overflow #dashboard_description .item-image {
      position: relative;
      width: 100%;
      height: auto;
      border-radius: 6px;
      display: block; }
    #home #overflow #dashboard_description .item-description {
      width: 100%;
      margin-bottom: 32px; }
  #home #overflow #rule-engine .rule {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: column; }
    #home #overflow #rule-engine .rule a {
      order: 2;
      width: 100%; }
      #home #overflow #rule-engine .rule a img {
        width: 100%;
        border-radius: 6px;
        box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15), 0 0 30px 0 rgba(0, 0, 0, 0.05); }
    #home #overflow #rule-engine .rule .des {
      order: 1;
      width: 100%;
      margin-bottom: 32px; }
  #home #overflow #bottom-features {
    padding-bottom: 80px; }
    #home #overflow #bottom-features #cards {
      padding-top: 50px;
      justify-content: center; }
      #home #overflow #bottom-features #cards > div {
        margin-bottom: 36px; }
        #home #overflow #bottom-features #cards > div.col-lg-6 {
          padding: 0 18px;
          max-width: 100%; }
        #home #overflow #bottom-features #cards > div .block {
          padding: 48px;
          float: left;
          width: 100%;
          height: 100%;
          background: white;
          border-radius: 6px;
          box-shadow: 0 50px 50px -20px rgba(0, 0, 0, 0.15);
          display: unset;
          text-align: center; }
          #home #overflow #bottom-features #cards > div .block div {
            width: 100%; }
            #home #overflow #bottom-features #cards > div .block div .title {
              color: #2A7DEC;
              font-size: 24px;
              font-weight: 500;
              margin-bottom: 6px; }
            #home #overflow #bottom-features #cards > div .block div p {
              margin-top: 10px; }
          #home #overflow #bottom-features #cards > div .block img {
            height: fit-content;
            margin: 0 0 18px; }
  #home #overflow .read-more-button {
    position: relative;
    transition-duration: 0.3s; }
    #home #overflow .read-more-button.dash {
      outline: none; }
      #home #overflow .read-more-button.dash .arrow {
        right: -20px; }
    #home #overflow .read-more-button .arrow {
      font-size: 13px;
      transform: translate(0px);
      transition-duration: 0.3s;
      filter: invert(35%) sepia(96%) saturate(1837%) hue-rotate(202deg) brightness(98%) contrast(89%);
      box-shadow: none !important;
      width: 12px !important;
      margin-left: 12px;
      position: absolute;
      top: 7px; }
      #home #overflow .read-more-button .arrow.first {
        opacity: 0.2; }
      #home #overflow .read-more-button .arrow.second {
        opacity: 0.5; }
    #home #overflow .read-more-button:hover {
      transition-duration: 0.3s; }
      #home #overflow .read-more-button:hover .first {
        transform: translate(10px); }
      #home #overflow .read-more-button:hover .second {
        transform: translate(20px); }
      #home #overflow .read-more-button:hover .third {
        transform: translate(30px); }
  #home #overflow .img-button.rule-button {
    position: relative; }
  #home #overflow .img-button .overlay {
    color: white;
    z-index: 1000;
    display: block;
    width: 100%;
    position: absolute;
    font-weight: 400;
    height: 100%;
    opacity: 0;
    background: linear-gradient(0deg, rgba(37, 38, 40, 0.8) 0%, rgba(37, 38, 40, 0.6) 100%);
    transition-duration: 0.3s;
    border-radius: 6px; }
    #home #overflow .img-button .overlay:hover {
      opacity: 1; }
      #home #overflow .img-button .overlay:hover .eye {
        bottom: 14%; }
    #home #overflow .img-button .overlay .eye {
      transition-duration: 0.3s;
      position: absolute;
      bottom: 0;
      left: 33%;
      display: flex; }
      #home #overflow .img-button .overlay .eye img, #home #overflow .img-button .overlay .eye i {
        font-size: 24px;
        margin-right: 10px;
        width: unset !important; }
  #home #overflow .background {
    z-index: -1;
    position: absolute;
    top: 524px;
    left: 50%; }
    #home #overflow .background img {
      position: absolute;
      top: -410px;
      left: -888px;
      box-shadow: none !important; }
    #home #overflow .background div {
      position: absolute;
      -ms-transform: skewY(-6deg);
      transform: skewY(-6deg);
      width: 436px;
      height: 90px; }
      #home #overflow .background div.main1 {
        top: -572px;
        width: 2560px;
        height: 525px;
        left: -1280px;
        background-color: #F7F9FC; }
      #home #overflow .background div.small1 {
        top: -528px;
        right: 646px;
        background-color: #305680; }
      #home #overflow .background div.small2 {
        top: -590px;
        right: 408px;
        background-color: #2A7DEC; }
      #home #overflow .background div.small3 {
        top: -715px;
        left: 789px;
        border: 4px solid #2A7DEC; }
      #home #overflow .background div.small4 {
        top: 22px;
        right: 814px;
        border: 2px solid #0D2743; }
      #home #overflow .background div.main2 {
        top: -574px;
        width: 2560px;
        height: 1050px;
        left: -1280px;
        background-color: #F7F9FC; }
      #home #overflow .background div.main3 {
        top: -641px;
        width: 2560px;
        height: 665px;
        left: -1280px;
        background-color: #252628; }
        @media (max-width: 1500px) {
          #home #overflow .background div.main3 {
            top: -576px;
            height: 550px; } }
      #home #overflow .background div.small5 {
        top: -779px;
        left: 867px;
        border: 4px solid #305680; }
      #home #overflow .background div.small6 {
        top: 98px;
        right: 830px;
        border: 4px solid #305680; }
      #home #overflow .background div.products {
        top: -590px;
        width: 2560px;
        height: 200px;
        left: -1280px;
        background-color: #305680; }
      #home #overflow .background div.product-ecosystem {
        top: -590px;
        width: 2560px;
        height: 200px;
        left: -1280px;
        background-color: #F7F9FC; }
      #home #overflow .background div.small7 {
        top: -742px;
        left: 732px;
        background-color: #2A7DEC; }
      #home #overflow .background div.small8 {
        top: -350px;
        right: 736px;
        border: 4px solid #2A7DEC; }
      #home #overflow .background div.dashboards {
        top: -550px;
        width: 2560px;
        height: 845px;
        left: -1280px;
        background-color: #F7F9FC; }
      #home #overflow .background div.small9 {
        top: -653px;
        left: 466px;
        border: 4px solid #0D2743; }
      #home #overflow .background div.small10 {
        top: -708px;
        left: 658px;
        background-color: #2A7DEC; }
      #home #overflow .background div.bottom-features1 {
        top: -700px;
        width: 2560px;
        height: 3000px;
        left: -1280px;
        -ms-transform: unset;
        transform: unset;
        background-color: #F7F9FC; }
      #home #overflow .background div.bottom-features2 {
        top: -240px;
        width: 2560px;
        height: 525px;
        left: -1280px;
        background-color: #252628; }
      #home #overflow .background div.small11 {
        top: -382px;
        left: 757px;
        background-color: #2A7DEC; }
      #home #overflow .background div.small12 {
        top: 334px;
        right: 589px;
        border: 4px solid #305680; }
      #home #overflow .background div.bottom-features3 {
        top: 1008px;
        width: 2560px;
        height: 525px;
        left: -1280px;
        background-color: #252628; }
      #home #overflow .background div.small13 {
        top: 1071px;
        right: 646px;
        background-color: #305680; }
      #home #overflow .background div.small14 {
        top: 1009px;
        right: 408px;
        background-color: #2A7DEC; }
      #home #overflow .background div.small15 {
        top: 1373px;
        left: 830px;
        border: 4px solid #2A7DEC; }
#home .header-animation {
  max-width: 100%;
  opacity: 0;
  transform: translate3d(0, 45px, 0);
  animation-name: slideup-in;
  animation-duration: 600ms;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-fill-mode: forwards; }
#home .header-animation:nth-child(1) {
  animation-delay: 0ms; }
#home .header-animation:nth-child(2) {
  animation-delay: 300ms; }
#home .header-animation:nth-child(3) {
  animation-delay: 600ms; }
#home .header-animation:nth-child(4) {
  animation-delay: 900ms; }
#home .header-animation:nth-child(5) {
  animation-delay: 1200ms; }
@keyframes slideup-in {
  from {
    opacity: 0;
    transform: translate3d(0, 45px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@media screen and (min-width: 750px) {
  #home #hero #hero-content .tb-title {
    font-size: 36px; }
  #home #hero #hero-content .tb-sub-title {
    font-size: 20px;
    margin-bottom: 60px; }
  #home #overflow #manage #features-top .block .feature-des, #home #overflow #manage #features-top .block img, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .feature-des, #home #overflow #manage #features-top-collect .block img, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .feature-des, #home #overflow #manage #features-top-1 .block img, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .feature-des, #home #overflow #manage #features-top-2 .block img, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .feature-des, #home #overflow #manage #data-pipelines-content .block img, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .feature-des, #home #overflow #manage #mine-planning-content .block img, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .feature-des, #home #overflow #manage #mine-execution-content .block img, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .feature-des, #home #overflow #collect #features-top .block img, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .feature-des, #home #overflow #collect #features-top-collect .block img, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .feature-des, #home #overflow #collect #features-top-1 .block img, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .feature-des, #home #overflow #collect #features-top-2 .block img, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .feature-des, #home #overflow #collect #data-pipelines-content .block img, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .feature-des, #home #overflow #collect #mine-planning-content .block img, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .feature-des, #home #overflow #collect #mine-execution-content .block img, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .feature-des, #home #overflow #scada #features-top .block img, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .feature-des, #home #overflow #scada #features-top-collect .block img, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .feature-des, #home #overflow #scada #features-top-1 .block img, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .feature-des, #home #overflow #scada #features-top-2 .block img, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .feature-des, #home #overflow #scada #data-pipelines-content .block img, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .feature-des, #home #overflow #scada #mine-planning-content .block img, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .feature-des, #home #overflow #scada #mine-execution-content .block img, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .feature-des, #home #overflow #react #features-top .block img, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .feature-des, #home #overflow #react #features-top-collect .block img, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .feature-des, #home #overflow #react #features-top-1 .block img, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .feature-des, #home #overflow #react #features-top-2 .block img, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .feature-des, #home #overflow #react #data-pipelines-content .block img, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .feature-des, #home #overflow #react #mine-planning-content .block img, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .feature-des, #home #overflow #react #mine-execution-content .block img, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .feature-des, #home #overflow #data-pipelines #features-top .block img, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .feature-des, #home #overflow #data-pipelines #features-top-collect .block img, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .feature-des, #home #overflow #data-pipelines #features-top-1 .block img, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .feature-des, #home #overflow #data-pipelines #features-top-2 .block img, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block img, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .feature-des, #home #overflow #data-pipelines #mine-planning-content .block img, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .feature-des, #home #overflow #data-pipelines #mine-execution-content .block img, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .feature-des, #home #overflow #mine-planning #features-top .block img, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .feature-des, #home #overflow #mine-planning #features-top-collect .block img, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .feature-des, #home #overflow #mine-planning #features-top-1 .block img, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .feature-des, #home #overflow #mine-planning #features-top-2 .block img, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .feature-des, #home #overflow #mine-planning #data-pipelines-content .block img, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .feature-des, #home #overflow #mine-planning #mine-planning-content .block img, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .feature-des, #home #overflow #mine-planning #mine-execution-content .block img, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .feature-des, #home #overflow #mine-execution #features-top .block img, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .feature-des, #home #overflow #mine-execution #features-top-collect .block img, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .feature-des, #home #overflow #mine-execution #features-top-1 .block img, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .feature-des, #home #overflow #mine-execution #features-top-2 .block img, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .feature-des, #home #overflow #mine-execution #data-pipelines-content .block img, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .feature-des, #home #overflow #mine-execution #mine-planning-content .block img, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .feature-des, #home #overflow #mine-execution #mine-execution-content .block img, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process {
    width: 80%; }
  #home #overflow #products .product-list, #home #overflow #products .product-ecosystem-list, #home #overflow #product-ecosystem .product-list, #home #overflow #product-ecosystem .product-ecosystem-list {
    margin: 0 80px; }
  #home #overflow #bottom-features #cards div .block {
    text-align: left;
    display: flex; }
    #home #overflow #bottom-features #cards div .block div {
      width: calc(100% - 122px); }
    #home #overflow #bottom-features #cards div .block img {
      margin: 0 30px 0 0; } }
@media screen and (min-width: 1025px) {
  #home #hero #vendorStrip {
    display: block; }
  #home section main, #home section div.main-div, #home header main, #home header div.main-div {
    max-width: 1400px; }
  #home footer main, #home footer div.main-div {
    max-width: 1400px; }
  #home #overflow #manage #features-top .block, #home #overflow #manage #features-top-collect .block, #home #overflow #manage #features-top-1 .block, #home #overflow #manage #features-top-2 .block, #home #overflow #manage #data-pipelines-content .block, #home #overflow #manage #mine-planning-content .block, #home #overflow #manage #mine-execution-content .block, #home #overflow #collect #features-top .block, #home #overflow #collect #features-top-collect .block, #home #overflow #collect #features-top-1 .block, #home #overflow #collect #features-top-2 .block, #home #overflow #collect #data-pipelines-content .block, #home #overflow #collect #mine-planning-content .block, #home #overflow #collect #mine-execution-content .block, #home #overflow #scada #features-top .block, #home #overflow #scada #features-top-collect .block, #home #overflow #scada #features-top-1 .block, #home #overflow #scada #features-top-2 .block, #home #overflow #scada #data-pipelines-content .block, #home #overflow #scada #mine-planning-content .block, #home #overflow #scada #mine-execution-content .block, #home #overflow #react #features-top .block, #home #overflow #react #features-top-collect .block, #home #overflow #react #features-top-1 .block, #home #overflow #react #features-top-2 .block, #home #overflow #react #data-pipelines-content .block, #home #overflow #react #mine-planning-content .block, #home #overflow #react #mine-execution-content .block, #home #overflow #data-pipelines #features-top .block, #home #overflow #data-pipelines #features-top-collect .block, #home #overflow #data-pipelines #features-top-1 .block, #home #overflow #data-pipelines #features-top-2 .block, #home #overflow #data-pipelines #data-pipelines-content .block, #home #overflow #data-pipelines #mine-planning-content .block, #home #overflow #data-pipelines #mine-execution-content .block, #home #overflow #mine-planning #features-top .block, #home #overflow #mine-planning #features-top-collect .block, #home #overflow #mine-planning #features-top-1 .block, #home #overflow #mine-planning #features-top-2 .block, #home #overflow #mine-planning #data-pipelines-content .block, #home #overflow #mine-planning #mine-planning-content .block, #home #overflow #mine-planning #mine-execution-content .block, #home #overflow #mine-execution #features-top .block, #home #overflow #mine-execution #features-top-collect .block, #home #overflow #mine-execution #features-top-1 .block, #home #overflow #mine-execution #features-top-2 .block, #home #overflow #mine-execution #data-pipelines-content .block, #home #overflow #mine-execution #mine-planning-content .block, #home #overflow #mine-execution #mine-execution-content .block {
    flex-direction: row; }
    #home #overflow #manage #features-top .block .feature-des, #home #overflow #manage #features-top .block img, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .feature-des, #home #overflow #manage #features-top-collect .block img, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .feature-des, #home #overflow #manage #features-top-1 .block img, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .feature-des, #home #overflow #manage #features-top-2 .block img, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .feature-des, #home #overflow #manage #data-pipelines-content .block img, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .feature-des, #home #overflow #manage #mine-planning-content .block img, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .feature-des, #home #overflow #manage #mine-execution-content .block img, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .feature-des, #home #overflow #collect #features-top .block img, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .feature-des, #home #overflow #collect #features-top-collect .block img, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .feature-des, #home #overflow #collect #features-top-1 .block img, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .feature-des, #home #overflow #collect #features-top-2 .block img, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .feature-des, #home #overflow #collect #data-pipelines-content .block img, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .feature-des, #home #overflow #collect #mine-planning-content .block img, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .feature-des, #home #overflow #collect #mine-execution-content .block img, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .feature-des, #home #overflow #scada #features-top .block img, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .feature-des, #home #overflow #scada #features-top-collect .block img, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .feature-des, #home #overflow #scada #features-top-1 .block img, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .feature-des, #home #overflow #scada #features-top-2 .block img, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .feature-des, #home #overflow #scada #data-pipelines-content .block img, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .feature-des, #home #overflow #scada #mine-planning-content .block img, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .feature-des, #home #overflow #scada #mine-execution-content .block img, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .feature-des, #home #overflow #react #features-top .block img, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .feature-des, #home #overflow #react #features-top-collect .block img, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .feature-des, #home #overflow #react #features-top-1 .block img, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .feature-des, #home #overflow #react #features-top-2 .block img, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .feature-des, #home #overflow #react #data-pipelines-content .block img, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .feature-des, #home #overflow #react #mine-planning-content .block img, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .feature-des, #home #overflow #react #mine-execution-content .block img, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .feature-des, #home #overflow #data-pipelines #features-top .block img, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .feature-des, #home #overflow #data-pipelines #features-top-collect .block img, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .feature-des, #home #overflow #data-pipelines #features-top-1 .block img, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .feature-des, #home #overflow #data-pipelines #features-top-2 .block img, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des, #home #overflow #data-pipelines #data-pipelines-content .block img, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .feature-des, #home #overflow #data-pipelines #mine-planning-content .block img, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .feature-des, #home #overflow #data-pipelines #mine-execution-content .block img, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .feature-des, #home #overflow #mine-planning #features-top .block img, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .feature-des, #home #overflow #mine-planning #features-top-collect .block img, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .feature-des, #home #overflow #mine-planning #features-top-1 .block img, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .feature-des, #home #overflow #mine-planning #features-top-2 .block img, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .feature-des, #home #overflow #mine-planning #data-pipelines-content .block img, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .feature-des, #home #overflow #mine-planning #mine-planning-content .block img, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .feature-des, #home #overflow #mine-planning #mine-execution-content .block img, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .feature-des, #home #overflow #mine-execution #features-top .block img, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .feature-des, #home #overflow #mine-execution #features-top-collect .block img, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .feature-des, #home #overflow #mine-execution #features-top-1 .block img, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .feature-des, #home #overflow #mine-execution #features-top-2 .block img, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .feature-des, #home #overflow #mine-execution #data-pipelines-content .block img, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .feature-des, #home #overflow #mine-execution #mine-planning-content .block img, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .feature-des, #home #overflow #mine-execution #mine-execution-content .block img, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process {
      width: calc(50% - 80px);
      order: unset; }
      #home #overflow #manage #features-top .block .feature-des h2, #home #overflow #manage #features-top .block .feature-des span.phrase-heading, #home #overflow #manage #features-top .block img h2, #home #overflow #manage #features-top .block img span.phrase-heading, #home #overflow #manage #features-top .block .manage h2, #home #overflow #manage #features-top .block .manage span.phrase-heading, #home #overflow #manage #features-top .block .visualize h2, #home #overflow #manage #features-top .block .visualize span.phrase-heading, #home #overflow #manage #features-top .block .process h2, #home #overflow #manage #features-top .block .process span.phrase-heading, #home #overflow #manage #features-top-collect .block .feature-des h2, #home #overflow #manage #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #manage #features-top-collect .block img h2, #home #overflow #manage #features-top-collect .block img span.phrase-heading, #home #overflow #manage #features-top-collect .block .manage h2, #home #overflow #manage #features-top-collect .block .manage span.phrase-heading, #home #overflow #manage #features-top-collect .block .visualize h2, #home #overflow #manage #features-top-collect .block .visualize span.phrase-heading, #home #overflow #manage #features-top-collect .block .process h2, #home #overflow #manage #features-top-collect .block .process span.phrase-heading, #home #overflow #manage #features-top-1 .block .feature-des h2, #home #overflow #manage #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #manage #features-top-1 .block img h2, #home #overflow #manage #features-top-1 .block img span.phrase-heading, #home #overflow #manage #features-top-1 .block .manage h2, #home #overflow #manage #features-top-1 .block .manage span.phrase-heading, #home #overflow #manage #features-top-1 .block .visualize h2, #home #overflow #manage #features-top-1 .block .visualize span.phrase-heading, #home #overflow #manage #features-top-1 .block .process h2, #home #overflow #manage #features-top-1 .block .process span.phrase-heading, #home #overflow #manage #features-top-2 .block .feature-des h2, #home #overflow #manage #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #manage #features-top-2 .block img h2, #home #overflow #manage #features-top-2 .block img span.phrase-heading, #home #overflow #manage #features-top-2 .block .manage h2, #home #overflow #manage #features-top-2 .block .manage span.phrase-heading, #home #overflow #manage #features-top-2 .block .visualize h2, #home #overflow #manage #features-top-2 .block .visualize span.phrase-heading, #home #overflow #manage #features-top-2 .block .process h2, #home #overflow #manage #features-top-2 .block .process span.phrase-heading, #home #overflow #manage #data-pipelines-content .block .feature-des h2, #home #overflow #manage #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #manage #data-pipelines-content .block img h2, #home #overflow #manage #data-pipelines-content .block img span.phrase-heading, #home #overflow #manage #data-pipelines-content .block .manage h2, #home #overflow #manage #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #manage #data-pipelines-content .block .visualize h2, #home #overflow #manage #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #manage #data-pipelines-content .block .process h2, #home #overflow #manage #data-pipelines-content .block .process span.phrase-heading, #home #overflow #manage #mine-planning-content .block .feature-des h2, #home #overflow #manage #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #manage #mine-planning-content .block img h2, #home #overflow #manage #mine-planning-content .block img span.phrase-heading, #home #overflow #manage #mine-planning-content .block .manage h2, #home #overflow #manage #mine-planning-content .block .manage span.phrase-heading, #home #overflow #manage #mine-planning-content .block .visualize h2, #home #overflow #manage #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #manage #mine-planning-content .block .process h2, #home #overflow #manage #mine-planning-content .block .process span.phrase-heading, #home #overflow #manage #mine-execution-content .block .feature-des h2, #home #overflow #manage #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #manage #mine-execution-content .block img h2, #home #overflow #manage #mine-execution-content .block img span.phrase-heading, #home #overflow #manage #mine-execution-content .block .manage h2, #home #overflow #manage #mine-execution-content .block .manage span.phrase-heading, #home #overflow #manage #mine-execution-content .block .visualize h2, #home #overflow #manage #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #manage #mine-execution-content .block .process h2, #home #overflow #manage #mine-execution-content .block .process span.phrase-heading, #home #overflow #collect #features-top .block .feature-des h2, #home #overflow #collect #features-top .block .feature-des span.phrase-heading, #home #overflow #collect #features-top .block img h2, #home #overflow #collect #features-top .block img span.phrase-heading, #home #overflow #collect #features-top .block .manage h2, #home #overflow #collect #features-top .block .manage span.phrase-heading, #home #overflow #collect #features-top .block .visualize h2, #home #overflow #collect #features-top .block .visualize span.phrase-heading, #home #overflow #collect #features-top .block .process h2, #home #overflow #collect #features-top .block .process span.phrase-heading, #home #overflow #collect #features-top-collect .block .feature-des h2, #home #overflow #collect #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #collect #features-top-collect .block img h2, #home #overflow #collect #features-top-collect .block img span.phrase-heading, #home #overflow #collect #features-top-collect .block .manage h2, #home #overflow #collect #features-top-collect .block .manage span.phrase-heading, #home #overflow #collect #features-top-collect .block .visualize h2, #home #overflow #collect #features-top-collect .block .visualize span.phrase-heading, #home #overflow #collect #features-top-collect .block .process h2, #home #overflow #collect #features-top-collect .block .process span.phrase-heading, #home #overflow #collect #features-top-1 .block .feature-des h2, #home #overflow #collect #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #collect #features-top-1 .block img h2, #home #overflow #collect #features-top-1 .block img span.phrase-heading, #home #overflow #collect #features-top-1 .block .manage h2, #home #overflow #collect #features-top-1 .block .manage span.phrase-heading, #home #overflow #collect #features-top-1 .block .visualize h2, #home #overflow #collect #features-top-1 .block .visualize span.phrase-heading, #home #overflow #collect #features-top-1 .block .process h2, #home #overflow #collect #features-top-1 .block .process span.phrase-heading, #home #overflow #collect #features-top-2 .block .feature-des h2, #home #overflow #collect #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #collect #features-top-2 .block img h2, #home #overflow #collect #features-top-2 .block img span.phrase-heading, #home #overflow #collect #features-top-2 .block .manage h2, #home #overflow #collect #features-top-2 .block .manage span.phrase-heading, #home #overflow #collect #features-top-2 .block .visualize h2, #home #overflow #collect #features-top-2 .block .visualize span.phrase-heading, #home #overflow #collect #features-top-2 .block .process h2, #home #overflow #collect #features-top-2 .block .process span.phrase-heading, #home #overflow #collect #data-pipelines-content .block .feature-des h2, #home #overflow #collect #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #collect #data-pipelines-content .block img h2, #home #overflow #collect #data-pipelines-content .block img span.phrase-heading, #home #overflow #collect #data-pipelines-content .block .manage h2, #home #overflow #collect #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #collect #data-pipelines-content .block .visualize h2, #home #overflow #collect #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #collect #data-pipelines-content .block .process h2, #home #overflow #collect #data-pipelines-content .block .process span.phrase-heading, #home #overflow #collect #mine-planning-content .block .feature-des h2, #home #overflow #collect #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #collect #mine-planning-content .block img h2, #home #overflow #collect #mine-planning-content .block img span.phrase-heading, #home #overflow #collect #mine-planning-content .block .manage h2, #home #overflow #collect #mine-planning-content .block .manage span.phrase-heading, #home #overflow #collect #mine-planning-content .block .visualize h2, #home #overflow #collect #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #collect #mine-planning-content .block .process h2, #home #overflow #collect #mine-planning-content .block .process span.phrase-heading, #home #overflow #collect #mine-execution-content .block .feature-des h2, #home #overflow #collect #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #collect #mine-execution-content .block img h2, #home #overflow #collect #mine-execution-content .block img span.phrase-heading, #home #overflow #collect #mine-execution-content .block .manage h2, #home #overflow #collect #mine-execution-content .block .manage span.phrase-heading, #home #overflow #collect #mine-execution-content .block .visualize h2, #home #overflow #collect #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #collect #mine-execution-content .block .process h2, #home #overflow #collect #mine-execution-content .block .process span.phrase-heading, #home #overflow #scada #features-top .block .feature-des h2, #home #overflow #scada #features-top .block .feature-des span.phrase-heading, #home #overflow #scada #features-top .block img h2, #home #overflow #scada #features-top .block img span.phrase-heading, #home #overflow #scada #features-top .block .manage h2, #home #overflow #scada #features-top .block .manage span.phrase-heading, #home #overflow #scada #features-top .block .visualize h2, #home #overflow #scada #features-top .block .visualize span.phrase-heading, #home #overflow #scada #features-top .block .process h2, #home #overflow #scada #features-top .block .process span.phrase-heading, #home #overflow #scada #features-top-collect .block .feature-des h2, #home #overflow #scada #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #scada #features-top-collect .block img h2, #home #overflow #scada #features-top-collect .block img span.phrase-heading, #home #overflow #scada #features-top-collect .block .manage h2, #home #overflow #scada #features-top-collect .block .manage span.phrase-heading, #home #overflow #scada #features-top-collect .block .visualize h2, #home #overflow #scada #features-top-collect .block .visualize span.phrase-heading, #home #overflow #scada #features-top-collect .block .process h2, #home #overflow #scada #features-top-collect .block .process span.phrase-heading, #home #overflow #scada #features-top-1 .block .feature-des h2, #home #overflow #scada #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #scada #features-top-1 .block img h2, #home #overflow #scada #features-top-1 .block img span.phrase-heading, #home #overflow #scada #features-top-1 .block .manage h2, #home #overflow #scada #features-top-1 .block .manage span.phrase-heading, #home #overflow #scada #features-top-1 .block .visualize h2, #home #overflow #scada #features-top-1 .block .visualize span.phrase-heading, #home #overflow #scada #features-top-1 .block .process h2, #home #overflow #scada #features-top-1 .block .process span.phrase-heading, #home #overflow #scada #features-top-2 .block .feature-des h2, #home #overflow #scada #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #scada #features-top-2 .block img h2, #home #overflow #scada #features-top-2 .block img span.phrase-heading, #home #overflow #scada #features-top-2 .block .manage h2, #home #overflow #scada #features-top-2 .block .manage span.phrase-heading, #home #overflow #scada #features-top-2 .block .visualize h2, #home #overflow #scada #features-top-2 .block .visualize span.phrase-heading, #home #overflow #scada #features-top-2 .block .process h2, #home #overflow #scada #features-top-2 .block .process span.phrase-heading, #home #overflow #scada #data-pipelines-content .block .feature-des h2, #home #overflow #scada #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #scada #data-pipelines-content .block img h2, #home #overflow #scada #data-pipelines-content .block img span.phrase-heading, #home #overflow #scada #data-pipelines-content .block .manage h2, #home #overflow #scada #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #scada #data-pipelines-content .block .visualize h2, #home #overflow #scada #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #scada #data-pipelines-content .block .process h2, #home #overflow #scada #data-pipelines-content .block .process span.phrase-heading, #home #overflow #scada #mine-planning-content .block .feature-des h2, #home #overflow #scada #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #scada #mine-planning-content .block img h2, #home #overflow #scada #mine-planning-content .block img span.phrase-heading, #home #overflow #scada #mine-planning-content .block .manage h2, #home #overflow #scada #mine-planning-content .block .manage span.phrase-heading, #home #overflow #scada #mine-planning-content .block .visualize h2, #home #overflow #scada #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #scada #mine-planning-content .block .process h2, #home #overflow #scada #mine-planning-content .block .process span.phrase-heading, #home #overflow #scada #mine-execution-content .block .feature-des h2, #home #overflow #scada #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #scada #mine-execution-content .block img h2, #home #overflow #scada #mine-execution-content .block img span.phrase-heading, #home #overflow #scada #mine-execution-content .block .manage h2, #home #overflow #scada #mine-execution-content .block .manage span.phrase-heading, #home #overflow #scada #mine-execution-content .block .visualize h2, #home #overflow #scada #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #scada #mine-execution-content .block .process h2, #home #overflow #scada #mine-execution-content .block .process span.phrase-heading, #home #overflow #react #features-top .block .feature-des h2, #home #overflow #react #features-top .block .feature-des span.phrase-heading, #home #overflow #react #features-top .block img h2, #home #overflow #react #features-top .block img span.phrase-heading, #home #overflow #react #features-top .block .manage h2, #home #overflow #react #features-top .block .manage span.phrase-heading, #home #overflow #react #features-top .block .visualize h2, #home #overflow #react #features-top .block .visualize span.phrase-heading, #home #overflow #react #features-top .block .process h2, #home #overflow #react #features-top .block .process span.phrase-heading, #home #overflow #react #features-top-collect .block .feature-des h2, #home #overflow #react #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #react #features-top-collect .block img h2, #home #overflow #react #features-top-collect .block img span.phrase-heading, #home #overflow #react #features-top-collect .block .manage h2, #home #overflow #react #features-top-collect .block .manage span.phrase-heading, #home #overflow #react #features-top-collect .block .visualize h2, #home #overflow #react #features-top-collect .block .visualize span.phrase-heading, #home #overflow #react #features-top-collect .block .process h2, #home #overflow #react #features-top-collect .block .process span.phrase-heading, #home #overflow #react #features-top-1 .block .feature-des h2, #home #overflow #react #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #react #features-top-1 .block img h2, #home #overflow #react #features-top-1 .block img span.phrase-heading, #home #overflow #react #features-top-1 .block .manage h2, #home #overflow #react #features-top-1 .block .manage span.phrase-heading, #home #overflow #react #features-top-1 .block .visualize h2, #home #overflow #react #features-top-1 .block .visualize span.phrase-heading, #home #overflow #react #features-top-1 .block .process h2, #home #overflow #react #features-top-1 .block .process span.phrase-heading, #home #overflow #react #features-top-2 .block .feature-des h2, #home #overflow #react #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #react #features-top-2 .block img h2, #home #overflow #react #features-top-2 .block img span.phrase-heading, #home #overflow #react #features-top-2 .block .manage h2, #home #overflow #react #features-top-2 .block .manage span.phrase-heading, #home #overflow #react #features-top-2 .block .visualize h2, #home #overflow #react #features-top-2 .block .visualize span.phrase-heading, #home #overflow #react #features-top-2 .block .process h2, #home #overflow #react #features-top-2 .block .process span.phrase-heading, #home #overflow #react #data-pipelines-content .block .feature-des h2, #home #overflow #react #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #react #data-pipelines-content .block img h2, #home #overflow #react #data-pipelines-content .block img span.phrase-heading, #home #overflow #react #data-pipelines-content .block .manage h2, #home #overflow #react #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #react #data-pipelines-content .block .visualize h2, #home #overflow #react #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #react #data-pipelines-content .block .process h2, #home #overflow #react #data-pipelines-content .block .process span.phrase-heading, #home #overflow #react #mine-planning-content .block .feature-des h2, #home #overflow #react #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #react #mine-planning-content .block img h2, #home #overflow #react #mine-planning-content .block img span.phrase-heading, #home #overflow #react #mine-planning-content .block .manage h2, #home #overflow #react #mine-planning-content .block .manage span.phrase-heading, #home #overflow #react #mine-planning-content .block .visualize h2, #home #overflow #react #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #react #mine-planning-content .block .process h2, #home #overflow #react #mine-planning-content .block .process span.phrase-heading, #home #overflow #react #mine-execution-content .block .feature-des h2, #home #overflow #react #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #react #mine-execution-content .block img h2, #home #overflow #react #mine-execution-content .block img span.phrase-heading, #home #overflow #react #mine-execution-content .block .manage h2, #home #overflow #react #mine-execution-content .block .manage span.phrase-heading, #home #overflow #react #mine-execution-content .block .visualize h2, #home #overflow #react #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #react #mine-execution-content .block .process h2, #home #overflow #react #mine-execution-content .block .process span.phrase-heading, #home #overflow #data-pipelines #features-top .block .feature-des h2, #home #overflow #data-pipelines #features-top .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top .block img h2, #home #overflow #data-pipelines #features-top .block img span.phrase-heading, #home #overflow #data-pipelines #features-top .block .manage h2, #home #overflow #data-pipelines #features-top .block .manage span.phrase-heading, #home #overflow #data-pipelines #features-top .block .visualize h2, #home #overflow #data-pipelines #features-top .block .visualize span.phrase-heading, #home #overflow #data-pipelines #features-top .block .process h2, #home #overflow #data-pipelines #features-top .block .process span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block .feature-des h2, #home #overflow #data-pipelines #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block img h2, #home #overflow #data-pipelines #features-top-collect .block img span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block .manage h2, #home #overflow #data-pipelines #features-top-collect .block .manage span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block .visualize h2, #home #overflow #data-pipelines #features-top-collect .block .visualize span.phrase-heading, #home #overflow #data-pipelines #features-top-collect .block .process h2, #home #overflow #data-pipelines #features-top-collect .block .process span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block .feature-des h2, #home #overflow #data-pipelines #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block img h2, #home #overflow #data-pipelines #features-top-1 .block img span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block .manage h2, #home #overflow #data-pipelines #features-top-1 .block .manage span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block .visualize h2, #home #overflow #data-pipelines #features-top-1 .block .visualize span.phrase-heading, #home #overflow #data-pipelines #features-top-1 .block .process h2, #home #overflow #data-pipelines #features-top-1 .block .process span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block .feature-des h2, #home #overflow #data-pipelines #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block img h2, #home #overflow #data-pipelines #features-top-2 .block img span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block .manage h2, #home #overflow #data-pipelines #features-top-2 .block .manage span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block .visualize h2, #home #overflow #data-pipelines #features-top-2 .block .visualize span.phrase-heading, #home #overflow #data-pipelines #features-top-2 .block .process h2, #home #overflow #data-pipelines #features-top-2 .block .process span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des h2, #home #overflow #data-pipelines #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block img h2, #home #overflow #data-pipelines #data-pipelines-content .block img span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block .manage h2, #home #overflow #data-pipelines #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block .visualize h2, #home #overflow #data-pipelines #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #data-pipelines #data-pipelines-content .block .process h2, #home #overflow #data-pipelines #data-pipelines-content .block .process span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block .feature-des h2, #home #overflow #data-pipelines #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block img h2, #home #overflow #data-pipelines #mine-planning-content .block img span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block .manage h2, #home #overflow #data-pipelines #mine-planning-content .block .manage span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block .visualize h2, #home #overflow #data-pipelines #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #data-pipelines #mine-planning-content .block .process h2, #home #overflow #data-pipelines #mine-planning-content .block .process span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block .feature-des h2, #home #overflow #data-pipelines #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block img h2, #home #overflow #data-pipelines #mine-execution-content .block img span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block .manage h2, #home #overflow #data-pipelines #mine-execution-content .block .manage span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block .visualize h2, #home #overflow #data-pipelines #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #data-pipelines #mine-execution-content .block .process h2, #home #overflow #data-pipelines #mine-execution-content .block .process span.phrase-heading, #home #overflow #mine-planning #features-top .block .feature-des h2, #home #overflow #mine-planning #features-top .block .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top .block img h2, #home #overflow #mine-planning #features-top .block img span.phrase-heading, #home #overflow #mine-planning #features-top .block .manage h2, #home #overflow #mine-planning #features-top .block .manage span.phrase-heading, #home #overflow #mine-planning #features-top .block .visualize h2, #home #overflow #mine-planning #features-top .block .visualize span.phrase-heading, #home #overflow #mine-planning #features-top .block .process h2, #home #overflow #mine-planning #features-top .block .process span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block .feature-des h2, #home #overflow #mine-planning #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block img h2, #home #overflow #mine-planning #features-top-collect .block img span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block .manage h2, #home #overflow #mine-planning #features-top-collect .block .manage span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block .visualize h2, #home #overflow #mine-planning #features-top-collect .block .visualize span.phrase-heading, #home #overflow #mine-planning #features-top-collect .block .process h2, #home #overflow #mine-planning #features-top-collect .block .process span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block .feature-des h2, #home #overflow #mine-planning #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block img h2, #home #overflow #mine-planning #features-top-1 .block img span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block .manage h2, #home #overflow #mine-planning #features-top-1 .block .manage span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block .visualize h2, #home #overflow #mine-planning #features-top-1 .block .visualize span.phrase-heading, #home #overflow #mine-planning #features-top-1 .block .process h2, #home #overflow #mine-planning #features-top-1 .block .process span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block .feature-des h2, #home #overflow #mine-planning #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block img h2, #home #overflow #mine-planning #features-top-2 .block img span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block .manage h2, #home #overflow #mine-planning #features-top-2 .block .manage span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block .visualize h2, #home #overflow #mine-planning #features-top-2 .block .visualize span.phrase-heading, #home #overflow #mine-planning #features-top-2 .block .process h2, #home #overflow #mine-planning #features-top-2 .block .process span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block .feature-des h2, #home #overflow #mine-planning #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block img h2, #home #overflow #mine-planning #data-pipelines-content .block img span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block .manage h2, #home #overflow #mine-planning #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block .visualize h2, #home #overflow #mine-planning #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #mine-planning #data-pipelines-content .block .process h2, #home #overflow #mine-planning #data-pipelines-content .block .process span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block .feature-des h2, #home #overflow #mine-planning #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block img h2, #home #overflow #mine-planning #mine-planning-content .block img span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block .manage h2, #home #overflow #mine-planning #mine-planning-content .block .manage span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block .visualize h2, #home #overflow #mine-planning #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #mine-planning #mine-planning-content .block .process h2, #home #overflow #mine-planning #mine-planning-content .block .process span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block .feature-des h2, #home #overflow #mine-planning #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block img h2, #home #overflow #mine-planning #mine-execution-content .block img span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block .manage h2, #home #overflow #mine-planning #mine-execution-content .block .manage span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block .visualize h2, #home #overflow #mine-planning #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #mine-planning #mine-execution-content .block .process h2, #home #overflow #mine-planning #mine-execution-content .block .process span.phrase-heading, #home #overflow #mine-execution #features-top .block .feature-des h2, #home #overflow #mine-execution #features-top .block .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top .block img h2, #home #overflow #mine-execution #features-top .block img span.phrase-heading, #home #overflow #mine-execution #features-top .block .manage h2, #home #overflow #mine-execution #features-top .block .manage span.phrase-heading, #home #overflow #mine-execution #features-top .block .visualize h2, #home #overflow #mine-execution #features-top .block .visualize span.phrase-heading, #home #overflow #mine-execution #features-top .block .process h2, #home #overflow #mine-execution #features-top .block .process span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block .feature-des h2, #home #overflow #mine-execution #features-top-collect .block .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block img h2, #home #overflow #mine-execution #features-top-collect .block img span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block .manage h2, #home #overflow #mine-execution #features-top-collect .block .manage span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block .visualize h2, #home #overflow #mine-execution #features-top-collect .block .visualize span.phrase-heading, #home #overflow #mine-execution #features-top-collect .block .process h2, #home #overflow #mine-execution #features-top-collect .block .process span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block .feature-des h2, #home #overflow #mine-execution #features-top-1 .block .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block img h2, #home #overflow #mine-execution #features-top-1 .block img span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block .manage h2, #home #overflow #mine-execution #features-top-1 .block .manage span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block .visualize h2, #home #overflow #mine-execution #features-top-1 .block .visualize span.phrase-heading, #home #overflow #mine-execution #features-top-1 .block .process h2, #home #overflow #mine-execution #features-top-1 .block .process span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block .feature-des h2, #home #overflow #mine-execution #features-top-2 .block .feature-des span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block img h2, #home #overflow #mine-execution #features-top-2 .block img span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block .manage h2, #home #overflow #mine-execution #features-top-2 .block .manage span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block .visualize h2, #home #overflow #mine-execution #features-top-2 .block .visualize span.phrase-heading, #home #overflow #mine-execution #features-top-2 .block .process h2, #home #overflow #mine-execution #features-top-2 .block .process span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block .feature-des h2, #home #overflow #mine-execution #data-pipelines-content .block .feature-des span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block img h2, #home #overflow #mine-execution #data-pipelines-content .block img span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block .manage h2, #home #overflow #mine-execution #data-pipelines-content .block .manage span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block .visualize h2, #home #overflow #mine-execution #data-pipelines-content .block .visualize span.phrase-heading, #home #overflow #mine-execution #data-pipelines-content .block .process h2, #home #overflow #mine-execution #data-pipelines-content .block .process span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block .feature-des h2, #home #overflow #mine-execution #mine-planning-content .block .feature-des span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block img h2, #home #overflow #mine-execution #mine-planning-content .block img span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block .manage h2, #home #overflow #mine-execution #mine-planning-content .block .manage span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block .visualize h2, #home #overflow #mine-execution #mine-planning-content .block .visualize span.phrase-heading, #home #overflow #mine-execution #mine-planning-content .block .process h2, #home #overflow #mine-execution #mine-planning-content .block .process span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block .feature-des h2, #home #overflow #mine-execution #mine-execution-content .block .feature-des span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block img h2, #home #overflow #mine-execution #mine-execution-content .block img span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block .manage h2, #home #overflow #mine-execution #mine-execution-content .block .manage span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block .visualize h2, #home #overflow #mine-execution #mine-execution-content .block .visualize span.phrase-heading, #home #overflow #mine-execution #mine-execution-content .block .process h2, #home #overflow #mine-execution #mine-execution-content .block .process span.phrase-heading {
        margin: unset; }
    #home #overflow #manage #features-top .block .preview, #home #overflow #manage #features-top .block .manage, #home #overflow #manage #features-top .block .visualize, #home #overflow #manage #features-top .block .process, #home #overflow #manage #features-top-collect .block .preview, #home #overflow #manage #features-top-collect .block .manage, #home #overflow #manage #features-top-collect .block .visualize, #home #overflow #manage #features-top-collect .block .process, #home #overflow #manage #features-top-1 .block .preview, #home #overflow #manage #features-top-1 .block .manage, #home #overflow #manage #features-top-1 .block .visualize, #home #overflow #manage #features-top-1 .block .process, #home #overflow #manage #features-top-2 .block .preview, #home #overflow #manage #features-top-2 .block .manage, #home #overflow #manage #features-top-2 .block .visualize, #home #overflow #manage #features-top-2 .block .process, #home #overflow #manage #data-pipelines-content .block .preview, #home #overflow #manage #data-pipelines-content .block .manage, #home #overflow #manage #data-pipelines-content .block .visualize, #home #overflow #manage #data-pipelines-content .block .process, #home #overflow #manage #mine-planning-content .block .preview, #home #overflow #manage #mine-planning-content .block .manage, #home #overflow #manage #mine-planning-content .block .visualize, #home #overflow #manage #mine-planning-content .block .process, #home #overflow #manage #mine-execution-content .block .preview, #home #overflow #manage #mine-execution-content .block .manage, #home #overflow #manage #mine-execution-content .block .visualize, #home #overflow #manage #mine-execution-content .block .process, #home #overflow #collect #features-top .block .preview, #home #overflow #collect #features-top .block .manage, #home #overflow #collect #features-top .block .visualize, #home #overflow #collect #features-top .block .process, #home #overflow #collect #features-top-collect .block .preview, #home #overflow #collect #features-top-collect .block .manage, #home #overflow #collect #features-top-collect .block .visualize, #home #overflow #collect #features-top-collect .block .process, #home #overflow #collect #features-top-1 .block .preview, #home #overflow #collect #features-top-1 .block .manage, #home #overflow #collect #features-top-1 .block .visualize, #home #overflow #collect #features-top-1 .block .process, #home #overflow #collect #features-top-2 .block .preview, #home #overflow #collect #features-top-2 .block .manage, #home #overflow #collect #features-top-2 .block .visualize, #home #overflow #collect #features-top-2 .block .process, #home #overflow #collect #data-pipelines-content .block .preview, #home #overflow #collect #data-pipelines-content .block .manage, #home #overflow #collect #data-pipelines-content .block .visualize, #home #overflow #collect #data-pipelines-content .block .process, #home #overflow #collect #mine-planning-content .block .preview, #home #overflow #collect #mine-planning-content .block .manage, #home #overflow #collect #mine-planning-content .block .visualize, #home #overflow #collect #mine-planning-content .block .process, #home #overflow #collect #mine-execution-content .block .preview, #home #overflow #collect #mine-execution-content .block .manage, #home #overflow #collect #mine-execution-content .block .visualize, #home #overflow #collect #mine-execution-content .block .process, #home #overflow #scada #features-top .block .preview, #home #overflow #scada #features-top .block .manage, #home #overflow #scada #features-top .block .visualize, #home #overflow #scada #features-top .block .process, #home #overflow #scada #features-top-collect .block .preview, #home #overflow #scada #features-top-collect .block .manage, #home #overflow #scada #features-top-collect .block .visualize, #home #overflow #scada #features-top-collect .block .process, #home #overflow #scada #features-top-1 .block .preview, #home #overflow #scada #features-top-1 .block .manage, #home #overflow #scada #features-top-1 .block .visualize, #home #overflow #scada #features-top-1 .block .process, #home #overflow #scada #features-top-2 .block .preview, #home #overflow #scada #features-top-2 .block .manage, #home #overflow #scada #features-top-2 .block .visualize, #home #overflow #scada #features-top-2 .block .process, #home #overflow #scada #data-pipelines-content .block .preview, #home #overflow #scada #data-pipelines-content .block .manage, #home #overflow #scada #data-pipelines-content .block .visualize, #home #overflow #scada #data-pipelines-content .block .process, #home #overflow #scada #mine-planning-content .block .preview, #home #overflow #scada #mine-planning-content .block .manage, #home #overflow #scada #mine-planning-content .block .visualize, #home #overflow #scada #mine-planning-content .block .process, #home #overflow #scada #mine-execution-content .block .preview, #home #overflow #scada #mine-execution-content .block .manage, #home #overflow #scada #mine-execution-content .block .visualize, #home #overflow #scada #mine-execution-content .block .process, #home #overflow #react #features-top .block .preview, #home #overflow #react #features-top .block .manage, #home #overflow #react #features-top .block .visualize, #home #overflow #react #features-top .block .process, #home #overflow #react #features-top-collect .block .preview, #home #overflow #react #features-top-collect .block .manage, #home #overflow #react #features-top-collect .block .visualize, #home #overflow #react #features-top-collect .block .process, #home #overflow #react #features-top-1 .block .preview, #home #overflow #react #features-top-1 .block .manage, #home #overflow #react #features-top-1 .block .visualize, #home #overflow #react #features-top-1 .block .process, #home #overflow #react #features-top-2 .block .preview, #home #overflow #react #features-top-2 .block .manage, #home #overflow #react #features-top-2 .block .visualize, #home #overflow #react #features-top-2 .block .process, #home #overflow #react #data-pipelines-content .block .preview, #home #overflow #react #data-pipelines-content .block .manage, #home #overflow #react #data-pipelines-content .block .visualize, #home #overflow #react #data-pipelines-content .block .process, #home #overflow #react #mine-planning-content .block .preview, #home #overflow #react #mine-planning-content .block .manage, #home #overflow #react #mine-planning-content .block .visualize, #home #overflow #react #mine-planning-content .block .process, #home #overflow #react #mine-execution-content .block .preview, #home #overflow #react #mine-execution-content .block .manage, #home #overflow #react #mine-execution-content .block .visualize, #home #overflow #react #mine-execution-content .block .process, #home #overflow #data-pipelines #features-top .block .preview, #home #overflow #data-pipelines #features-top .block .manage, #home #overflow #data-pipelines #features-top .block .visualize, #home #overflow #data-pipelines #features-top .block .process, #home #overflow #data-pipelines #features-top-collect .block .preview, #home #overflow #data-pipelines #features-top-collect .block .manage, #home #overflow #data-pipelines #features-top-collect .block .visualize, #home #overflow #data-pipelines #features-top-collect .block .process, #home #overflow #data-pipelines #features-top-1 .block .preview, #home #overflow #data-pipelines #features-top-1 .block .manage, #home #overflow #data-pipelines #features-top-1 .block .visualize, #home #overflow #data-pipelines #features-top-1 .block .process, #home #overflow #data-pipelines #features-top-2 .block .preview, #home #overflow #data-pipelines #features-top-2 .block .manage, #home #overflow #data-pipelines #features-top-2 .block .visualize, #home #overflow #data-pipelines #features-top-2 .block .process, #home #overflow #data-pipelines #data-pipelines-content .block .preview, #home #overflow #data-pipelines #data-pipelines-content .block .manage, #home #overflow #data-pipelines #data-pipelines-content .block .visualize, #home #overflow #data-pipelines #data-pipelines-content .block .process, #home #overflow #data-pipelines #mine-planning-content .block .preview, #home #overflow #data-pipelines #mine-planning-content .block .manage, #home #overflow #data-pipelines #mine-planning-content .block .visualize, #home #overflow #data-pipelines #mine-planning-content .block .process, #home #overflow #data-pipelines #mine-execution-content .block .preview, #home #overflow #data-pipelines #mine-execution-content .block .manage, #home #overflow #data-pipelines #mine-execution-content .block .visualize, #home #overflow #data-pipelines #mine-execution-content .block .process, #home #overflow #mine-planning #features-top .block .preview, #home #overflow #mine-planning #features-top .block .manage, #home #overflow #mine-planning #features-top .block .visualize, #home #overflow #mine-planning #features-top .block .process, #home #overflow #mine-planning #features-top-collect .block .preview, #home #overflow #mine-planning #features-top-collect .block .manage, #home #overflow #mine-planning #features-top-collect .block .visualize, #home #overflow #mine-planning #features-top-collect .block .process, #home #overflow #mine-planning #features-top-1 .block .preview, #home #overflow #mine-planning #features-top-1 .block .manage, #home #overflow #mine-planning #features-top-1 .block .visualize, #home #overflow #mine-planning #features-top-1 .block .process, #home #overflow #mine-planning #features-top-2 .block .preview, #home #overflow #mine-planning #features-top-2 .block .manage, #home #overflow #mine-planning #features-top-2 .block .visualize, #home #overflow #mine-planning #features-top-2 .block .process, #home #overflow #mine-planning #data-pipelines-content .block .preview, #home #overflow #mine-planning #data-pipelines-content .block .manage, #home #overflow #mine-planning #data-pipelines-content .block .visualize, #home #overflow #mine-planning #data-pipelines-content .block .process, #home #overflow #mine-planning #mine-planning-content .block .preview, #home #overflow #mine-planning #mine-planning-content .block .manage, #home #overflow #mine-planning #mine-planning-content .block .visualize, #home #overflow #mine-planning #mine-planning-content .block .process, #home #overflow #mine-planning #mine-execution-content .block .preview, #home #overflow #mine-planning #mine-execution-content .block .manage, #home #overflow #mine-planning #mine-execution-content .block .visualize, #home #overflow #mine-planning #mine-execution-content .block .process, #home #overflow #mine-execution #features-top .block .preview, #home #overflow #mine-execution #features-top .block .manage, #home #overflow #mine-execution #features-top .block .visualize, #home #overflow #mine-execution #features-top .block .process, #home #overflow #mine-execution #features-top-collect .block .preview, #home #overflow #mine-execution #features-top-collect .block .manage, #home #overflow #mine-execution #features-top-collect .block .visualize, #home #overflow #mine-execution #features-top-collect .block .process, #home #overflow #mine-execution #features-top-1 .block .preview, #home #overflow #mine-execution #features-top-1 .block .manage, #home #overflow #mine-execution #features-top-1 .block .visualize, #home #overflow #mine-execution #features-top-1 .block .process, #home #overflow #mine-execution #features-top-2 .block .preview, #home #overflow #mine-execution #features-top-2 .block .manage, #home #overflow #mine-execution #features-top-2 .block .visualize, #home #overflow #mine-execution #features-top-2 .block .process, #home #overflow #mine-execution #data-pipelines-content .block .preview, #home #overflow #mine-execution #data-pipelines-content .block .manage, #home #overflow #mine-execution #data-pipelines-content .block .visualize, #home #overflow #mine-execution #data-pipelines-content .block .process, #home #overflow #mine-execution #mine-planning-content .block .preview, #home #overflow #mine-execution #mine-planning-content .block .manage, #home #overflow #mine-execution #mine-planning-content .block .visualize, #home #overflow #mine-execution #mine-planning-content .block .process, #home #overflow #mine-execution #mine-execution-content .block .preview, #home #overflow #mine-execution #mine-execution-content .block .manage, #home #overflow #mine-execution #mine-execution-content .block .visualize, #home #overflow #mine-execution #mine-execution-content .block .process {
      margin-top: unset; }
  #home #overflow #products .product-list, #home #overflow #products .product-ecosystem-list, #home #overflow #product-ecosystem .product-list, #home #overflow #product-ecosystem .product-ecosystem-list {
    margin: 0 60px; }
  #home #overflow #rule-engine .rule {
    flex-direction: row; }
    #home #overflow #rule-engine .rule a {
      order: unset;
      width: calc(65% - 20px); }
    #home #overflow #rule-engine .rule .des {
      order: unset;
      width: calc(35% - 60px);
      margin: unset; }
  #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel {
    width: 90%; }
  #home #overflow #dashboard_description .dashboard-item {
    flex-direction: unset; }
  #home #overflow #dashboard_description .item-image-container {
    width: 66%; }
  #home #overflow #dashboard_description .item-description {
    width: 30%; } }
@media screen and (min-width: 1250px) {
  #home #hero #hero-content .tb-title {
    margin-bottom: 40px;
    font-size: 64px; }
  #home #hero #hero-content .tb-sub-title {
    font-size: 28px;
    margin-bottom: 80px; }
  #home #hero #hero-content .learn-tb {
    line-height: 60px;
    font-size: 28px;
    padding: 0 40px;
    border-width: 3px; } }
@media screen and (min-width: 1500px) {
  #home #overflow #dashboard_description .owl-carousel.owl-theme.usecase-carousel {
    width: 100%; } }
@media (max-width: 768px) {
  .read-more-button .arrow {
    display: none; } }
#home #overflow #trusted-by {
  padding: 32px 0;
  text-align: center;
  border-top: 1px solid #e8eaed; }

.trusted-label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #9ca3af;
  margin: 0 0 20px; }

.trusted-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap; }
  .trusted-logos img {
    height: 28px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.5);
    transition: filter 0.2s; }
    .trusted-logos img:hover {
      filter: grayscale(0%) opacity(1); }
    .trusted-logos img.invert-logo {
      filter: grayscale(100%) opacity(0.5) invert(1); }
      .trusted-logos img.invert-logo:hover {
        filter: grayscale(0%) opacity(1) invert(1); }
  @media (max-width: 600px) {
    .trusted-logos {
      gap: 32px; }
      .trusted-logos img {
        height: 22px; } }

#home #overflow #stats-strip {
  padding: 48px 0;
  text-align: center;
  border-top: 1px solid #e8eaed; }

.stats-grid {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap; }
  @media (max-width: 600px) {
    .stats-grid {
      gap: 32px; } }

.stat {
  display: flex;
  flex-direction: column;
  align-items: center; }

.stat-number {
  font-size: 36px;
  font-weight: 600;
  color: #202124;
  line-height: 1.1; }

.stat-text {
  font-size: 13px;
  font-weight: 500;
  color: #5f6368;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px; }

#home #overflow #blog-highlights {
  padding: 64px 0;
  text-align: left;
  color: #202124;
  border-top: 1px solid #e8eaed; }

.bh-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #5f6368;
  margin-bottom: 8px; }

.bh-title {
  font-size: 28px;
  font-weight: 400;
  color: #202124;
  margin: 0 0 32px;
  line-height: 1.3; }

.bh-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px; }
  @media (max-width: 900px) {
    .bh-grid {
      grid-template-columns: 1fr;
      gap: 20px; } }

.bh-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8eaed;
  text-decoration: none !important;
  color: inherit !important;
  transition: box-shadow 0.2s, transform 0.2s; }
  .bh-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    text-decoration: none !important;
    color: inherit !important; }
  .bh-card .bh-card-img {
    height: 160px;
    background-size: cover;
    background-position: center; }
  .bh-card .bh-card-body {
    padding: 20px; }
  .bh-card .bh-card-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a73e8;
    margin-bottom: 8px; }
  .bh-card h4 {
    font-size: 16px;
    font-weight: 500;
    color: #202124;
    margin: 0 0 8px;
    line-height: 1.4; }
  .bh-card p {
    font-size: 14px;
    color: #5f6368;
    line-height: 1.5;
    margin: 0; }

.bh-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1a73e8 !important;
  font-size: 15px !important;
  font-weight: 500;
  text-decoration: none !important; }
  .bh-all .material-icons {
    font-size: 20px;
    transition: transform 0.2s; }
  .bh-all:hover {
    color: #174ea6 !important;
    text-decoration: none !important; }
    .bh-all:hover .material-icons {
      transform: translateX(4px); }

#home #overflow #homepage-cta {
  padding: 64px 0;
  text-align: center;
  background: #ffffff;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%); }

.cta-title {
  font-size: 32px;
  font-weight: 400;
  color: #202124;
  margin: 0 0 12px; }

.cta-desc {
  font-size: 16px;
  color: #5f6368;
  margin: 0 0 28px; }

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #1a73e8;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.2s; }
  .cta-button .material-icons {
    font-size: 20px;
    transition: transform 0.2s; }
  .cta-button:hover {
    background: #1557b0;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px); }
    .cta-button:hover .material-icons {
      transform: translateX(4px); }

#home #overflow .showcase {
  padding: 80px 0;
  text-align: left;
  color: #202124;
  background: #ffffff;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%); }
  @media (max-width: 768px) {
    #home #overflow .showcase {
      padding-top: 48px;
      padding-bottom: 48px; } }

.showcase .showcase-header {
  margin-bottom: 48px; }
.showcase .showcase-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #5f6368;
  margin-bottom: 8px; }
.showcase .showcase-title {
  font-size: 36px;
  font-weight: 400;
  color: #202124;
  margin: 0 0 12px;
  line-height: 1.25; }
.showcase .showcase-subtitle {
  font-size: 16px;
  color: #5f6368;
  line-height: 1.6;
  margin: 0;
  max-width: 560px; }
.showcase .showcase-layout {
  display: flex;
  gap: 0;
  min-height: 440px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e8eaed;
  overflow: hidden; }
  @media (max-width: 900px) {
    .showcase .showcase-layout {
      flex-direction: column;
      border-radius: 12px; } }
.showcase .showcase-tabs {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
  width: 210px;
  padding: 16px 12px;
  background: #f1f3f4;
  border-right: 1px solid #e8eaed; }
  @media (max-width: 900px) {
    .showcase .showcase-tabs {
      flex-direction: row;
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #e8eaed;
      padding: 12px;
      overflow-x: auto;
      gap: 4px; } }
.showcase .showcase-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: none;
  border: none;
  border-radius: 8px;
  color: #5f6368;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  text-align: left; }
  .showcase .showcase-tab .material-icons {
    font-size: 20px;
    transition: color 0.2s; }
  .showcase .showcase-tab:hover {
    color: #202124;
    background: #e8eaed; }
  .showcase .showcase-tab.active {
    color: #202124;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
    .showcase .showcase-tab.active .material-icons {
      color: #1a73e8; }
.showcase .showcase-panels {
  flex: 1;
  min-width: 0;
  padding: 32px 40px;
  position: relative; }
  @media (max-width: 900px) {
    .showcase .showcase-panels {
      padding: 24px 20px; } }
.showcase .showcase-panel {
  display: none;
  gap: 32px;
  align-items: flex-start;
  animation: showcaseFadeIn 0.35s ease; }
  @media (max-width: 900px) {
    .showcase .showcase-panel {
      flex-direction: column;
      gap: 24px; } }
  .showcase .showcase-panel.active {
    display: flex; }
.showcase .showcase-content {
  flex: 1;
  min-width: 0; }
.showcase .showcase-content-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px; }
.showcase .showcase-content h4 {
  font-size: 22px;
  font-weight: 500;
  color: #202124;
  margin: 0 0 12px;
  line-height: 1.3; }
.showcase .showcase-content p {
  font-size: 15px;
  color: #5f6368;
  line-height: 1.7;
  margin: 0 0 20px; }
.showcase .showcase-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px; }
.showcase .showcase-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: #f1f3f4;
  color: #3c4043;
  font-size: 13px;
  font-weight: 500;
  border-radius: 100px;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: background 0.15s, border-color 0.15s; }
  .showcase .showcase-chip .material-icons {
    font-size: 16px;
    color: #1a73e8; }
  .showcase .showcase-chip:hover {
    background: #e8f0fe;
    border-color: #d2e3fc; }
.showcase .showcase-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1a73e8 !important;
  font-size: 15px !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.15s; }
  .showcase .showcase-cta .material-icons {
    font-size: 20px;
    transition: transform 0.2s; }
  .showcase .showcase-cta:hover {
    color: #174ea6 !important;
    text-decoration: none !important; }
    .showcase .showcase-cta:hover .material-icons {
      transform: translateX(4px); }
.showcase .showcase-image {
  flex: 0 0 380px;
  max-width: 380px; }
  @media (max-width: 900px) {
    .showcase .showcase-image {
      flex: none;
      max-width: 100%; } }
  .showcase .showcase-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e8eaed; }

@keyframes showcaseFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.owl-carousel.owl-theme {
  margin: 64px 0 24px;
  position: relative;
  visibility: hidden;
  display: block;
  min-height: 500px;
  max-height: 500px; }
  .owl-carousel.owl-theme.owl-loaded {
    visibility: visible;
    min-height: unset;
    max-height: unset; }
    .owl-carousel.owl-theme.owl-loaded .owl-stage-outer .owl-stage .owl-item {
      transition: unset; }
  .owl-carousel.owl-theme.support-ukraine img {
    max-height: 600px;
    margin: auto;
    width: auto; }
  .owl-carousel.owl-theme .carousel-item-default a {
    position: relative; }
    .owl-carousel.owl-theme .carousel-item-default a .arrow {
      font-size: 13px;
      transform: translate(0px);
      transition-duration: 0.3s;
      box-shadow: none !important;
      width: 12px !important;
      margin-left: 12px;
      position: absolute;
      top: 7px; }
      .owl-carousel.owl-theme .carousel-item-default a .arrow.first {
        opacity: 0.2; }
      .owl-carousel.owl-theme .carousel-item-default a .arrow.second {
        opacity: 0.5; }
    .owl-carousel.owl-theme .carousel-item-default a:hover {
      transition-duration: 0.3s; }
      .owl-carousel.owl-theme .carousel-item-default a:hover .first {
        transform: translate(10px); }
      .owl-carousel.owl-theme .carousel-item-default a:hover .second {
        transform: translate(20px); }
      .owl-carousel.owl-theme .carousel-item-default a:hover .third {
        transform: translate(30px); }
  .owl-carousel.owl-theme .carousel-item-default .carousel-text {
    display: flex;
    flex-direction: column; }
  .owl-carousel.owl-theme .carousel-item-default .carousel-image {
    position: relative; }
    .owl-carousel.owl-theme .carousel-item-default .carousel-image img {
      height: auto;
      width: 100%;
      border-radius: var(--imageBorderRadius); }
    .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay {
      top: 0;
      position: absolute;
      opacity: 0;
      color: #fff;
      z-index: 1000;
      display: block;
      width: 100%;
      font-weight: 400;
      height: 100%;
      background: linear-gradient(0deg, rgba(37, 38, 40, 0.8) 0%, rgba(37, 38, 40, 0.6) 100%);
      transition-duration: 0.3s;
      border-radius: var(--imageBorderRadius); }
      .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay:hover {
        opacity: 1; }
        .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay:hover .eye {
          bottom: 14%; }
      .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay .eye {
        transition-duration: 0.3s;
        position: absolute;
        bottom: 0;
        left: 33%;
        display: flex; }
        .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay .eye img, .owl-carousel.owl-theme .carousel-item-default .carousel-image .overlay .eye i {
          font-size: 24px;
          margin-right: 10px;
          width: unset !important; }
    .owl-carousel.owl-theme .carousel-item-default .carousel-image:hover .overlay {
      opacity: 1; }
  .owl-carousel.owl-theme .carousel-item {
    display: block; }
    .owl-carousel.owl-theme .carousel-item .carousel-text {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
  .owl-carousel.owl-theme .carousel-item-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .owl-carousel.owl-theme .carousel-item-flex-row .carousel-text {
      width: 30%; }
    .owl-carousel.owl-theme .carousel-item-flex-row .carousel-image {
      width: 66%; }
    @media screen and (max-width: 1024px) {
      .owl-carousel.owl-theme .carousel-item-flex-row {
        flex-direction: column;
        gap: 32px; }
        .owl-carousel.owl-theme .carousel-item-flex-row .carousel-text {
          width: 100%; }
        .owl-carousel.owl-theme .carousel-item-flex-row .carousel-image {
          width: 100%; } }
  .owl-carousel.owl-theme .carousel-item-flex-column {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 35px; }
    .owl-carousel.owl-theme .carousel-item-flex-column .carousel-text {
      gap: 25px; }
  .owl-carousel.owl-theme .carousel-item-image-background {
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .owl-carousel.owl-theme .carousel-item-image-background .carousel-image {
      display: none; }
    .owl-carousel.owl-theme .carousel-item-image-background .carousel-text {
      padding: 30px;
      position: relative;
      max-width: 1430px;
      width: 100%;
      margin: 0 auto;
      height: auto;
      gap: 15px;
      z-index: 3; }
      .owl-carousel.owl-theme .carousel-item-image-background .carousel-text p {
        max-width: 935px;
        align-self: flex-end; }
      .owl-carousel.owl-theme .carousel-item-image-background .carousel-text a {
        align-self: flex-end; }
    .owl-carousel.owl-theme .carousel-item-image-background:after {
      content: "";
      z-index: 1;
      backdrop-filter: blur(4px); }
  .owl-carousel.owl-theme .owl-nav button.owl-prev, .owl-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    filter: invert(100%) sepia(74%) saturate(108%) hue-rotate(175deg) brightness(90%) contrast(96%);
    outline: none;
    background-color: transparent;
    width: 17px;
    height: 50px;
    top: calc(50% - 25px); }
    .owl-carousel.owl-theme .owl-nav button.owl-prev:hover, .owl-carousel.owl-theme .owl-nav button.owl-next:hover {
      filter: invert(62%) sepia(74%) saturate(6770%) hue-rotate(202deg) brightness(99%) contrast(87%); }
    .owl-carousel.owl-theme .owl-nav button.owl-prev span, .owl-carousel.owl-theme .owl-nav button.owl-next span {
      display: none; }
  .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: 0;
    transform: scale(-1, 1); }
  .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: 0; }
  .owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 32px; }
  .owl-carousel.owl-theme .owl-dots {
    margin-top: 32px; }
    .owl-carousel.owl-theme .owl-dots button.owl-dot {
      outline: none;
      margin: 0 12px; }
      .owl-carousel.owl-theme .owl-dots button.owl-dot:hover, .owl-carousel.owl-theme .owl-dots button.owl-dot.active {
        filter: invert(62%) sepia(74%) saturate(6770%) hue-rotate(202deg) brightness(99%) contrast(87%); }
      .owl-carousel.owl-theme .owl-dots button.owl-dot span {
        margin: 8px 0;
        background: #E0E1E2;
        border-radius: 4px; }

.owl-carousel.owl-theme.partnersCarousel {
  margin: 0; }
  .owl-carousel.owl-theme.partnersCarousel .owl-stage {
    display: flex; }
  .owl-carousel.owl-theme.partnersCarousel .owl-nav {
    display: block !important;
    margin-top: 0; }
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-prev,
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-next {
      position: absolute;
      outline: none;
      background-color: transparent;
      filter: unset;
      width: 60px;
      height: 60px;
      top: calc(50% - 25px); }
      .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-prev span,
      .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-next span {
        display: none; }
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-prev {
      left: 0;
      transform: scale(-1, 1); }
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-next {
      right: 0; }
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-prev::before,
    .owl-carousel.owl-theme.partnersCarousel .owl-nav button.owl-next::before {
      content: "";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      top: 42%;
      left: 85px;
      transform: translate(-50%, -50%) rotate(-90deg);
      font-weight: 900;
      font-size: 21px;
      color: #2A7DEC;
      transition: ease-in-out 0.3s; }

.owl-carousel.owl-theme.usecase-carousel img {
  height: auto;
  width: auto; }

.owl-carousel.owl-theme.usecase-carousel.substrateClassTrue .owl-item.active .carousel-image {
  padding: 9px;
  border-radius: 24px;
  background: #EBEBEB; }

.owl-carousel.owl-theme.nonActiveItemsVisibilityTrue .owl-stage-outer {
  overflow: visible; }

.owl-carousel.owl-theme.nonActiveItemsVisibilityFalse .owl-stage-outer {
  overflow: hidden; }

.owl-carousel.owl-theme.circle .owl-dots button.owl-dot {
  width: 10px;
  height: 10px; }

.owl-carousel.owl-theme.line .owl-dots button.owl-dot span {
  width: 72px;
  height: 4px; }

.owl-carousel.owl-theme.square .owl-dots button.owl-dot:hover, .owl-carousel.owl-theme.square .owl-dots button.owl-dot.active {
  filter: unset; }
  .owl-carousel.owl-theme.square .owl-dots button.owl-dot:hover span, .owl-carousel.owl-theme.square .owl-dots button.owl-dot.active span {
    background: #305680; }
.owl-carousel.owl-theme.square .owl-dots button.owl-dot span {
  border-radius: 0;
  width: 12px;
  height: 12px; }

.owl-carousel.owl-theme.dotButtonInCarouselContainerEnabled .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%); }

.owl-carousel.owl-theme.disableDots .owl-dots {
  display: none; }

@media screen and (max-width: 750px) {
  .owl-carousel.owl-theme.line .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px; } }
.owl-carousel.owl-theme.IndustryOSStyledBackgroundEnabled .carousel-item-default {
  position: relative; }
  .owl-carousel.owl-theme.IndustryOSStyledBackgroundEnabled .carousel-item-default:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(/images/tbstyled-bg.svg);
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0.3; }

.owl-carousel.owl-theme.darkenedImageEnabled .carousel-item-default {
  position: relative; }
  .owl-carousel.owl-theme.darkenedImageEnabled .carousel-item-default:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #3F474F99;
    z-index: 1; }

.owl-carousel.owl-theme.transitionAnimationEnabled .owl-stage-outer {
  position: relative; }
  .owl-carousel.owl-theme.transitionAnimationEnabled .owl-stage-outer .owl-stage .owl-item {
    filter: blur(8px);
    transform: scale(0.9);
    transition: filter 0.5s ease, transform 0.5s ease; }
    .owl-carousel.owl-theme.transitionAnimationEnabled .owl-stage-outer .owl-stage .owl-item .item-image {
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04), 0px 50px 50px -20px rgba(0, 0, 0, 0.15); }
    .owl-carousel.owl-theme.transitionAnimationEnabled .owl-stage-outer .owl-stage .owl-item.active {
      filter: blur(0);
      transform: scale(1); }

.owl-carousel.owl-theme.thinArrow .owl-nav button.owl-prev, .owl-carousel.owl-theme.thinArrow .owl-nav button.owl-next {
  background-image: url(/images/slider-arrow.svg); }

.owl-carousel.owl-theme.fatArrow .carousel-item-default {
  padding: 0 30px; }
.owl-carousel.owl-theme.fatArrow .owl-nav button.owl-prev, .owl-carousel.owl-theme.fatArrow .owl-nav button.owl-next {
  filter: unset;
  width: 26px;
  height: 40px;
  background-image: url(/images/slider-forward.svg); }

.owl-carousel.owl-theme.smallArrow .owl-nav button.owl-prev, .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-next {
  filter: unset;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  transition: ease-in-out 0.3s; }
  .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-prev:before, .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-next:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-weight: 900;
    font-size: 40px;
    color: #305680;
    transition: ease-in-out 0.3s; }
  .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-prev:hover, .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-next:hover {
    background-color: #E6EAEF; }
    .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-prev:hover:before, .owl-carousel.owl-theme.smallArrow .owl-nav button.owl-next:hover:before {
      content: "";
      color: #7093b9; }

.owl-carousel.owl-theme.timeline {
  position: relative; }
  .owl-carousel.owl-theme.timeline:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 5px;
    background: #305680; }
  .owl-carousel.owl-theme.timeline .owl-stage-outer .owl-stage .owl-item {
    filter: blur(0); }
  .owl-carousel.owl-theme.timeline .owl-nav button.owl-prev, .owl-carousel.owl-theme.timeline .owl-nav button.owl-next {
    margin: 0;
    transform: translateY(-50%);
    top: 40%; }
  .owl-carousel.owl-theme.timeline .owl-nav button.owl-prev {
    transform: translateY(-50%) scale(-1, 1); }
  .owl-carousel.owl-theme.timeline .owl-nav .disabled {
    display: none; }
  .owl-carousel.owl-theme.timeline .timeline-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: auto; }
    .owl-carousel.owl-theme.timeline .timeline-item .timeline-label {
      padding-top: 10px;
      display: flex;
      gap: 10px;
      flex-direction: column;
      text-align: center;
      cursor: pointer; }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-label:hover .timeline-title {
        text-shadow: 4px 4px 4px rgba(48, 86, 128, 0.15);
        transform-origin: bottom;
        transform: scale(1.6); }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-label:hover .timeline-circle {
        background: #E6EAEF; }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-label .timeline-title {
        display: flex;
        font-size: 24px;
        color: #305680;
        font-weight: 500;
        line-height: 40px;
        justify-content: center;
        align-items: end;
        transition: ease-in-out 0.3s; }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-label .timeline-circle {
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        border-radius: 100px;
        border: 2px solid #305680;
        background: #FFF;
        transition: ease-in-out 0.3s; }
        .owl-carousel.owl-theme.timeline .timeline-item .timeline-label .timeline-circle .fas {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: ease-in-out 0.4s; }
    .owl-carousel.owl-theme.timeline .timeline-item .timeline-text {
      align-self: center; }
      .owl-carousel.owl-theme.timeline .timeline-item .timeline-text li {
        color: #000000c2;
        line-height: 30px;
        font-size: 18px;
        list-style-type: disc;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease; }
  .owl-carousel.owl-theme.timeline .timeline-item.active .timeline-circle {
    background: #E6EAEF; }
    .owl-carousel.owl-theme.timeline .timeline-item.active .timeline-circle .fas {
      transform: translate(-50%, -50%) rotate(180deg); }
  .owl-carousel.owl-theme.timeline .timeline-item.active .timeline-text li {
    opacity: 1;
    transform: translateY(0); }
  .owl-carousel.owl-theme.timeline .timeline-item.active .timeline-label .timeline-title {
    text-shadow: 4px 4px 4px rgba(48, 86, 128, 0.15);
    transform: scale(1.6);
    transform-origin: bottom; }

.owl-carousel.owl-theme.cardMode .card {
  cursor: pointer;
  transform: scale(0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  border: 1px solid rgba(42, 125, 236, 0.25);
  background: #FFF;
  box-shadow: 0px 10px 25px -15px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 46px;
  transition: ease-in-out 0.3s; }
  .owl-carousel.owl-theme.cardMode .card .card-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center; }
  .owl-carousel.owl-theme.cardMode .card .card-link {
    display: flex;
    pointer-events: none;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transition: ease-in-out 0.3s;
    opacity: 0;
    transform: translateY(100%);
    animation: slideDown 0.3s forwards; }
  .owl-carousel.owl-theme.cardMode .card ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    gap: 12px; }
    .owl-carousel.owl-theme.cardMode .card ul li {
      width: auto;
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 8px;
      background: #2A7DEC14;
      border-radius: 8px; }
      .owl-carousel.owl-theme.cardMode .card ul li img {
        width: auto; }
      .owl-carousel.owl-theme.cardMode .card ul li span {
        font-size: 14px; }
  .owl-carousel.owl-theme.cardMode .card h2 {
    text-align: center; }
  .owl-carousel.owl-theme.cardMode .card p {
    text-align: center; }
.owl-carousel.owl-theme.cardMode .owl-item.center .card {
  transform: scale(1); }
  .owl-carousel.owl-theme.cardMode .owl-item.center .card .card-link {
    pointer-events: initial;
    opacity: 1;
    animation: slideUp 0.3s forwards; }
    .owl-carousel.owl-theme.cardMode .owl-item.center .card .card-link:hover {
      opacity: 0.7; }
      .owl-carousel.owl-theme.cardMode .owl-item.center .card .card-link:hover a {
        text-decoration: none; }

.owl-carousel.owl-theme.cardMode .owl-item.active.center .card {
  box-shadow: -4px 15px 50px -20px rgba(42, 125, 236, 0.15), 0px 0px 8px 0px rgba(42, 125, 236, 0.08); }

.owl-carousel.owl-theme.usecase-carousel.cardMode .card span {
  transition: ease-in-out 0.2s;
  color: #000000DE; }
.owl-carousel.owl-theme.usecase-carousel.cardMode .owl-item.active.center .card {
  position: relative; }
  .owl-carousel.owl-theme.usecase-carousel.cardMode .owl-item.active.center .card:hover span {
    color: #2A7DEC; }
  .owl-carousel.owl-theme.usecase-carousel.cardMode .owl-item.active.center .card .card-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.owl-carousel.owl-theme.cardMode.smallArrow .owl-nav button.owl-prev:before, .owl-carousel.owl-theme.cardMode.smallArrow .owl-nav button.owl-next:before {
  font-size: 30px;
  color: #2A7DEC; }
.owl-carousel.owl-theme.cardMode.smallArrow .owl-nav button.owl-prev:hover, .owl-carousel.owl-theme.cardMode.smallArrow .owl-nav button.owl-next:hover {
  background-color: unset;
  opacity: 0.7; }

.owl-carousel.owl-theme.cardMode.circle button.owl-dot {
  width: 8px;
  height: 8px; }

.owl-carousel-toggle-content .owl-carousel-toggle-content-item {
  display: none; }
.owl-carousel-toggle-content .owl-carousel-toggle-content-item.current-content {
  display: flex;
  flex-direction: column; }

.owl-carousel.owl-theme.cardMode .course-below {
  color: #2a7dec; }

@keyframes slideUp {
  0% {
    transform: translateY(50px); }
  100% {
    transform: translateY(0); } }
@keyframes slideDown {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50px); } }
.not-found-message {
  display: block;
  font-size: 36px;
  text-align: center; }

@media screen and (min-width: 1280px) {
  .owl-carousel.owl-theme .carousel-text h2 {
    font-size: var(--titleSize); }
  .owl-carousel.owl-theme .carousel-text p {
    font-size: var(--descriptionSize); }
  .owl-carousel.owl-theme .carousel-text a {
    font-size: var(--linkSize); }
  .owl-carousel.owl-theme .timeline-item .timeline-title {
    font-size: var(--titleSize); }
  .owl-carousel.owl-theme .timeline-item .timeline-text {
    font-size: var(--descriptionSize); } }
@media screen and (max-width: 1279px) {
  .owl-carousel.owl-theme .carousel-text h2 {
    font-size: var(--titleSizeLower1280); }
  .owl-carousel.owl-theme .carousel-text p {
    font-size: var(--descriptionSizeLower1280); }
  .owl-carousel.owl-theme .carousel-text a {
    font-size: var(--linkSizeLower1280); }
  .owl-carousel.owl-theme .timeline-item .timeline-title {
    font-size: var(--titleSizeLower1280); }
  .owl-carousel.owl-theme .timeline-item .timeline-text {
    font-size: var(--descriptionSizeLower1280); } }
@media screen and (max-width: 959px) {
  .owl-carousel.owl-theme .carousel-text h2, .owl-carousel.owl-theme .timeline-item h2 {
    font-size: var(--titleSizeLower960); }
  .owl-carousel.owl-theme .carousel-text p, .owl-carousel.owl-theme .timeline-item p {
    font-size: var(--descriptionSizeLower960); }
  .owl-carousel.owl-theme .carousel-text a, .owl-carousel.owl-theme .timeline-item a {
    font-size: var(--linkSizeLower960); }
  .owl-carousel.owl-theme .timeline-item .timeline-title {
    font-size: var(--titleSizeLower960); }
  .owl-carousel.owl-theme .timeline-item .timeline-text {
    font-size: var(--descriptionSizeLower960); }

  .owl-carousel.owl-theme.timeline:before {
    content: "";
    width: 80%; } }
@media screen and (max-width: 599px) {
  .owl-carousel.owl-theme .carousel-text h2, .owl-carousel.owl-theme .timeline-item h2 {
    font-size: var(--titleSizeLower600); }
  .owl-carousel.owl-theme .carousel-text p, .owl-carousel.owl-theme .timeline-item p {
    font-size: var(--descriptionSizeLower600); }
  .owl-carousel.owl-theme .carousel-text a, .owl-carousel.owl-theme .timeline-item a {
    font-size: var(--linkSizeLower600); }
  .owl-carousel.owl-theme .timeline-item .timeline-title {
    font-size: var(--titleSizeLower600); }
  .owl-carousel.owl-theme .timeline-item .timeline-text {
    font-size: var(--descriptionSizeLower600); }

  .owl-carousel.owl-theme.timeline:before {
    content: "";
    width: 70%; }

  .owl-carousel.owl-theme.cardMode .card {
    padding: 24px; } }
.owl-carousel.owl-theme.dev-serv .development-title {
  font-size: 28px;
  color: #212529;
  line-height: 40px;
  font-weight: 500; }
.owl-carousel.owl-theme.dev-serv .development-description {
  font-size: 16px;
  color: #000000DE;
  line-height: 27px;
  font-weight: 400; }

.owl-carousel.owl-theme .company-values-title {
  font-size: 96px;
  font-weight: 500;
  line-height: 125%;
  color: #FFF; }
.owl-carousel.owl-theme .company-values-description {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  color: #FFF; }

@media screen and (min-width: 750px) {
  p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px; }

  h1 {
    font-size: 36px;
    line-height: 44px; }

  h2 {
    font-size: 28px;
    line-height: 60px; }

  h3 {
    font-size: 28px;
    line-height: 36px; }

  h4 {
    font-size: 24px;
    line-height: 40px;
    padding-bottom: 0px; }

  footer nav {
    text-align: center;
    flex-direction: row; } }
@media screen and (max-width: 1024px) {
  footer {
    padding-left: 30px;
    padding-right: 30px; }
    footer .deeper {
      justify-content: flex-end !important; }
      footer .deeper .footer-logo {
        display: none; } }
@media screen and (max-width: 768px) {
  footer .deeper {
    justify-content: center !important; }
    footer .deeper nav {
      display: block !important; }
      footer .deeper nav a {
        width: 100%;
        text-align: center !important;
        margin: 18px 0 0 !important; }
  footer .deepmost {
    display: block; }
    footer .deepmost .copyright {
      text-align: center; }
    footer .deepmost .social {
      justify-content: center;
      width: 100%;
      padding-top: 48px; }
  footer .newsletterSubsContainer {
    justify-content: center; }
    footer .newsletterSubsContainer .primary {
      height: unset; }
      footer .newsletterSubsContainer .primary.subscribe {
        margin-top: 8px;
        width: 100%; } }
@media screen and (min-width: 1025px) {
  header .logo {
    width: 180px;
    height: 60px; }

  #mainNav .nav-box {
    padding: 0 20px; }
  #mainNav main#headNav h3 {
    font-size: 28px;
    line-height: 36px; }

  section main, section div.main-div, header main, header div.main-div, footer main, footer div.main-div {
    max-width: 1200px; }

  #video {
    width: 1200px;
    position: relative; }

  footer {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
    footer nav {
      overflow: hidden; }

  .social a span {
    position: relative;
    display: block;
    color: white !important; } }
@media screen and (min-width: 1500px) {
  footer {
    padding-left: 100px;
    padding-right: 100px; }
    footer main, footer div.main-div {
      max-width: 1400px !important; } }
@media screen and (min-width: 1120px) {
  #githubButtonContainer {
    display: inline-flex; } }
@media screen and (min-width: 1501px) {
  section, header {
    padding-left: 100px;
    padding-right: 100px; } }
