@import url("https://fonts.googleapis.com/css?family=Inter:100,200,400,900");
a.white-mode, a.white-mode:link, a.white-mode:visited, a.white-mode:active {
  position: fixed;
  font-family: "Inter";
  transform: rotate(-90deg);
  transform-origin: 0 0;
  left: 40px;
  bottom: 0px;
  font-size: 12px;
  text-decoration: none;
  background: #f7f7f7;
  padding: 4px 8px;
  z-index: 10;
  color: #3B425A;
}
a.white-mode:hover, a.white-mode:link:hover, a.white-mode:visited:hover, a.white-mode:active:hover {
  background: #7B46FE;
  color: #FDFA75;
}

body {
  padding: 0;
  margin: 0;
  color: #FFF;
}

h1 {
  font-size: 25px;
  font-weight: 400;
  position: relative;
  font-family: 'Poppins';
}

h2 {
  font-size: 36px;
  font-weight: 100;
  color: #83ffe1;
  position: relative;
  font-family: 'Poppins';
}

img {
  max-width: 100%;
}

.indicator {
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  left: 100px;
  top: 5%;
  width: 1px;
  height: 90%;
  background: #46599f;
}
.indicator .bar {
  position: absolute;
  width: 29px;
  top: 0;
  left: -14px;
  z-index: 0;
}

.indicator .bar img{
  margin-top: -20px;
}

.container-alt {
  padding-left: 200px;
}

section {
  padding: 20px;
  font-size: 16px;
  font-weight: 200;
  font-family: "Inter";
}

p {
  line-height: 2;
}

.node {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFF;
  left: -10px;
  z-index: -2;
  cursor: pointer;
  border-radius: 158px;
  animation: pulse 8s infinite;
}
.node:hover {
  background: #00A859;
}
.node:hover span {
  opacity: 1;
}
.node:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: -3px;
  top: -3px;
}
.node span {
  transition: all 0.4s ease-out;
  text-transform: uppercase;
  right: -4px;
  top: -13px;
  color: #001146;
  position: absolute;
  padding: 10px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  opacity: 1;
}
.section-proc{
  width: 50%;
}
.section-proc h1{
  text-align: center;
}

.section-proc h1 img{
  margin-top: 60px;
  width: 200px;
}


@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  12.5% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 208, 0, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 208, 0, 0.2);
  }
  25% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.delay-0 {
  animation-delay: 0s;
}
.delay-1 {
  animation-delay: 1s;
}
.delay-2 {
  animation-delay: 2s;
}
.delay-3 {
  animation-delay: 3s;
}
.delay-4 {
  animation-delay: 4s;
}
.delay-5 {
  animation-delay: 5s;
}
.delay-6 {
  animation-delay: 6s;
}
.delay-7 {
  animation-delay: 7s;
}
