.progress-bar, .brand-logo:after {
  position: absolute;
}


.progress {
  position: fixed;
  z-index: 13001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--Black);
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.progress-inner {
  padding-bottom: 20px;
  text-align: center;
}

.loading-logo {
  margin-bottom: -10px;
}

.progress-bar {
  left: 0;
  width: 0%;
  height: 1px;
  border-top: 1px solid var(--Green);
  position: absolute;
  top: 50%;
}

.progress-text {
 margin-top:30px; 
  color: var(--White);
}

.progress-complete .progress-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
