/* [project]/app/(pages)/(withFooterAndHeader)/terms-of-service/termsOfService.module.scss.module.css [app-client] (css) */
.termsOfService-module-scss-module__NirigG__termOfServicePage {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 0 100px;
  display: flex;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  display: flex;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__breadcrumb {
  width: 100%;
  display: flex;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__breadcrumb a:first-child {
  color: gray;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__breadcrumb a:last-child {
  color: #000;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper {
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  display: flex;
}

@media (max-width: 900px) {
  .termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__sidebar {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  flex-shrink: 0;
  width: 300px;
  max-height: calc(100vh - 40px);
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  overflow-y: auto;
}

@media (max-width: 900px) {
  .termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__sidebar {
    display: none;
  }
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__sidebar .termsOfService-module-scss-module__NirigG__navigationList {
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__sidebar .termsOfService-module-scss-module__NirigG__navigationList .termsOfService-module-scss-module__NirigG__navigationItem {
  text-align: left;
  color: #333;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  transition: all .2s;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__sidebar .termsOfService-module-scss-module__NirigG__navigationList .termsOfService-module-scss-module__NirigG__navigationItem:hover {
  color: #2b8588;
  background-color: #f5f5f5;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__sidebar .termsOfService-module-scss-module__NirigG__navigationList .termsOfService-module-scss-module__NirigG__navigationItem:focus {
  color: #2b8588;
  background-color: #f0f0f0;
  outline: none;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__policy {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__policy .termsOfService-module-scss-module__NirigG__header {
  width: 100%;
  margin-bottom: 16px;
  font-size: 35px;
  font-weight: 700;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__policy .termsOfService-module-scss-module__NirigG__subheader {
  color: gray;
  width: 100%;
  margin-bottom: 50px;
  font-size: 16px;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__policy .termsOfService-module-scss-module__NirigG__item {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  scroll-margin-top: 20px;
  display: flex;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__policy .termsOfService-module-scss-module__NirigG__item .termsOfService-module-scss-module__NirigG__itemTitle {
  color: #000;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__policy .termsOfService-module-scss-module__NirigG__item .termsOfService-module-scss-module__NirigG__itemDescription {
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__policy .termsOfService-module-scss-module__NirigG__item .termsOfService-module-scss-module__NirigG__itemList {
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
  display: flex;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__policy .termsOfService-module-scss-module__NirigG__item .termsOfService-module-scss-module__NirigG__itemList li {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.termsOfService-module-scss-module__NirigG__termOfServicePage .termsOfService-module-scss-module__NirigG__termOfServiceContainer .termsOfService-module-scss-module__NirigG__contentWrapper .termsOfService-module-scss-module__NirigG__policy .termsOfService-module-scss-module__NirigG__footer {
  color: #333;
  margin-top: 30px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
}

/*# sourceMappingURL=fd31d_withFooterAndHeader%29_terms-of-service_termsOfService_module_scss_module_cbc5de1a.css.map*/