.terms-segment-title-text {
    font-weight: 600;
    color: #404040;
  }
  
  .terms-segment-primary-text {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
  }

.terms-segment-primary-text.paragraph {
  margin: 1rem 0 0 1rem;
  line-height: 1.8;
}

.terms-segment-primary-text.list {
  margin: 1rem 0 1rem 2rem;
  line-height: 1.4;
}
.privacy-content-title-text {
  font-weight: 600;
  color: #404040;
}

.privacy-content-primary-text {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
}

.prohibited-access-view {
  min-height: 60vh;
}

.prohibited-access-view .content-container {
  border-radius: 16px;
  background-color: var(--bgcolor-1);
  padding: 32px;
  row-gap: 16px;
  margin-top: 48px;
}

.prohibited-access-view .page-heading {
  color: #a93226;
  font-weight: 900;
  font-size: 28px;
}

.prohibited-access-view .block-icon {
  color: #a93226;
  font-size: 48px;
}

.prohibited-access-view .info-container {
  row-gap: 8px;
}

.prohibited-access-view .error-description {
    color: #2c3e50;
    font-size: 18px;
}

.prohibited-access-view .action-button {
  background-color: var(--primary-color);
  padding-inline: 32px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: fit-content;
}

@media screen and (min-width: 641px) {
  .prohibited-access-view {
    min-height: 50vh;
    padding-block: 24px;
  }

  .prohibited-access-view .block-icon {
    font-size: 72px;
  }
}

.splash-view {
  height: 60vh;
}

.splash-view .content-container {
  width: auto;
}

.splash-view .splash-view-img {
  width: 80%;
}

.splash-view .MuiCircularProgress-root {
  color: var(--primary-color);
}

@media screen and (min-width: 641px) {
  

  .splash-view .splash-view-img {
    width: 256px;
  }
}

@media screen and (max-width: 640px) {
  .splash-view .content-container {
    margin-inline: 16px;
  }
}

.button.button-primary,
.button.button-primary:hover {
  background-color: var(--primary-color);
}

.button.button.capitalize .MuiButton-label {
  text-transform: capitalize;
}

.privacy-policy-content .list-title{
    padding-left: 0;
    font-size: 18px;
    color: #404040;
    font-weight: 600;
}

.privacy-policy-content .list-item{
    margin-bottom: 2rem;
}

.privacy-policy-content .primary-text{
    font-size: 16;
    color: #404040;
}

.privacy-policy-content .mt-30{
    margin-top: 30px;
}

.cus-container {
  margin: auto;
  border-radius: 8px;
  padding-bottom: 40px !important;
  max-width: 960px !important;
}

@media (min-width: 768px) and (max-width: 970px) {
  .cus-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/*# sourceMappingURL=9670.f741a9b6.chunk.css.map*/