.header .navbar {
  display: none;
}

.subscribe {
  background: #000000;
  padding-bottom: 40px;
  min-height: 100vh;
}
.subscribe .success {
  width: 58px;
  height: 58px;
  border: solid 1px #D5BF75;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 24px;
  background: #040E38;
  border-radius: 10rem;
}
.subscribe .success svg {
  fill: #fff;
  font-size: 32px;
}
.subscribe .title-success {
  font-family: "Poiret One", sans-serif;
  font-size: 24px;
  text-align: center;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 24px;
}
.subscribe .col-md-2 {
  position: relative;
}
.subscribe .sticky {
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  position: sticky;
  top: 0;
}
@media (max-width: 991.98px) {
  .subscribe .sticky {
    position: initial;
  }
}
.subscribe .lines {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 1060;
}
@media (max-width: 767.98px) {
  .subscribe .lines {
    display: none;
  }
}
.subscribe .not-sticky {
  padding-top: 60px;
}
.subscribe .not-sticky .steps ul {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 8px;
}
.subscribe .not-sticky .steps ul li {
  font-family: "Poiret One", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  border: solid 1px #D5BF75;
  line-height: 18px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  margin: 8px;
}
.subscribe .not-sticky .steps ul li.active {
  box-shadow: inset 0 0 0 3px #D5BF75;
}
.subscribe .not-sticky .steps ul li.complete {
  background: #040E38;
  box-shadow: inset 0 0 0 1px #D5BF75;
}
.subscribe .not-sticky .step {
  display: none;
  opacity: 0;
}
.subscribe .not-sticky h1,
.subscribe .not-sticky h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .subscribe .not-sticky h1,
  .subscribe .not-sticky h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  .subscribe .not-sticky h1,
  .subscribe .not-sticky h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .subscribe .not-sticky h1,
  .subscribe .not-sticky h2 {
    margin-top: 3rem;
  }
}
.subscribe .not-sticky p {
  text-align: center;
  color: white;
}
.subscribe .not-sticky p.form-label {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 19px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.subscribe .not-sticky .area {
  width: 100%;
  height: 52px;
  border: dashed 2px #D5BF75;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
  position: relative;
}
.subscribe .not-sticky .area .label-drag {
  position: absolute;
  pointer-events: none;
  text-align: center;
  color: #fff;
}
.subscribe .not-sticky .area input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.subscribe .not-sticky .area input:focus {
  outline: none;
}
.subscribe .not-sticky .area:hover,
.subscribe .not-sticky .area .dragging,
.subscribe .not-sticky .area .uploading {
  opacity: 1;
}
.subscribe .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscribe a {
  color: #fff;
}
.subscribe .form-check {
  opacity: 0.8;
}
.subscribe .form-check label {
  color: #fff;
}
.subscribe .form-check label:not(.clickeable) {
  pointer-events: none;
}
.subscribe .form-check-input:not(.clickeable) {
  pointer-events: none;
}

.footer {
  display: none;
}
