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

.progress {
  position: fixed;
  z-index: 13001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:var(--Main) url(../img/p.png) repeat center center;


  display: flex;
  align-items: center;
  justify-content: center;

}

.progress-inner {
  text-align: center;
  margin-top: -5%;
}

.loading-logo {
  width: 150px;
  display: block;
  margin-bottom: 20px;
}

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

.progress-text {
  color:var(--Main);
  font-family: var(--Sans);
  font-size: 16px;
  font-weight: 400;
  opacity: 0;

}

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

