h2 {
  margin: 15px 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500; }
/* * {
    font-family: "Lato", sans-serif;
} */
.progressBarContainer {
  position: sticky;
  top: 0px;
  z-index: 1;
  background-color: #f8f8f8;
  height: 70px;
  padding: 15px 100px 15px 150px;
  margin: auto; }

.progressBarText {
  font-size: .75rem;
  margin-bottom: 10px; }

.progressBarRow {
  margin: auto;
  /* justify-content: center; */ }

.progress-bar {
  background-color: #000000; }

.progress {
  height: 0.5rem;
  border: 1px solid #000000;
  background-color: #FFFFFF; }

.mainContainer {
  background-color: #FFFFFF; }

.smallText {
  font-size: 11px; }

.checkbox {
  height: 21px;
  width: 21px; }

.checkbox:hover {
  cursor: pointer; }

.thirdPartyPayButton {
  margin: 0 auto;
  height: 30px;
  width: auto;
  background-color: #FED7CC;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.7rem; }

.bundleRow {
  justify-content: center; }

/*# sourceMappingURL=app.2a18b7c5f4dffbf1e6aaf1db44c03402.css.map*/