.page-header-image {
  overflow: hidden;
}

.page-header-image-inset {
  max-height: 340px;
}

.page-header-image-inset .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-contents-container,
.page-include {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-main-title {
  margin-bottom: 0;
}

.page-contents-container .page-content {
  margin-top: 20px;
}

.page-contents-sponsorship-loggin #sponsorshipForm {
  margin: 0 -7.5px;
}

.page-include-sponsorship-loggin .sponsorshipButton {
  width: 100%;
  margin-top: 15px;
}

.page-include-newsletter #newsletterFormSubmit {
  margin-top: 20px;
  width: 100%;
}

.page-include-subpages .inset {
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 3px;
}

.page-include-subpages .subpages {
  display: flex;
  flex-wrap: wrap;
}

.page-include-subpages .subpage {
  width: 100%;
}

.page-include-subpages .subpage+.subpage {
  margin-top: 20px;
}

.page-include-subpages .subpage a {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: var(--tb-mono-white);
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 100%;
}

.page-include-map .include-page-content {
  display: flex;
  flex-wrap: wrap;
}

.page-include-map .categoriesTreeContainer1 {
  display: block;
  padding: 20px 0;
  background-color: var(--tb-mono-white);
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 100%;
}

.page-include-map .categoriesTreeContainer1+.categoriesTreeContainer1 {
  margin-top: -1px;
}

.page-include-map a.categoryTree1 {
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.page-include-map .categoryTree1+.subCategoriesTree {
  margin-top: 20px;
}

.page-include-map a.categoryTree2 {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-include-map .categoriesTreeContainer.categoriesTreeContainer2 {
  padding-left: 25px;
}

.page-include-map .categoriesTreeContainer.categoriesTreeContainer3 {
  display: inline-block;
  padding-right: 25px;
}

.page-include-map .categoriesTreeContainer2+.categoriesTreeContainer2 {
  margin-top: 25px;
}

.page-include-map .categoriesTreeContainer3 a.categoryTree {
  display: block;
  margin-bottom: 4px;
  color: var(--bs-gray-600);
}

@media (min-width: 576px) {
  .page-include-sponsorship-loggin .sponsorshipButton {
    width: 220px;
  }

  .page-include-newsletter #newsletterFormSubmit {
    width: 220px;
  }

  .page-include-subpages .inset {
    padding: 20px 12.5px;
  }
}

@media (min-width: 768px) {
  .page-contents-container {
    font-size: 15px;
  }
}

@media (min-width: 992px) {

  .page-contents-container,
  .page-include {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .page-contents-container {
    font-size: 16px;
    line-height: 1.6;
  }
}

.page-contents-terms-use .include-print #content-to-print,
.page-contents-privacy-policy .include-print #content-to-print {
  margin-top: 30px;
}