.container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 5px;
}

.container a,
.container iframe {
  display: block;
  width: 100%;
  height: auto;
}

.container img {
  display: block;
  width: 100%;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.w-tabs-section {
  border-color: #ffffff;
  background: #f5f5f5!important;
  border-radius: 0.6em!important;
  margin-top: 1.4%!important;
}

.w-tabs-section-header {
  background-color: #e6e0ee!important;
  font-size: 20px!important;
  font-weight: 900!important;
  border-radius: 0.6em!important;
}

.no-touch .w-tabs-section-header:hover {
  background-color: #e6e0ee;
}

.w-tabs-section-title {
  color: #424242;
  font-size: 20px;
  font-weight: 900;
}

.w-tabs-section-content-h {
  text-align: justify!important;
  font-size: 16px!important;
  font-weight: 400!important;
  margin-top: -1%!important;
  background: #f5f5f5!important;
  margin-bottom: 1%!important;
}

.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control {
  color: #424242;
}

.search-field {
  background: #f5f5f5!important;
  border-radius: 0.6em!important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.wpcf7-form {
  background: #f5f5f5!important;
  font-size: 20px!important;
  font-weight: 900!important;
  border: 10px solid #f5f5f5;
  border-radius: 0.6em!important;
}

.wpcf7-form > div {
  border: none !important;
  box-shadow: none !important;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form-control.wpcf7-text {
  font-size: 18px;
  font-weight: 700;
  border-radius: 0.6em!important;
  color: black !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
}

ul.subpages-navi-widget a {
  text-transform: uppercase;
  text-align: left;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: white !important;
  transition: none !important;
  animation: none !important;
  background-color: #e95095 !important;
}

@media (max-width: 480px), (orientation: landscape) and (max-width: 767px) {
  table {
    width: 100% !important;
    /* Make table stretch to full width of parent */
    overflow-x: auto !important;
    /* Enable scrolling if table overflows */
    display: block !important;
    /* Allow horizontal scrolling */
    word-wrap: break-word !important;
    /* Handle long text gracefully */
  }
}

.subpages-navi-node.subpages-navi-level-0 {
  border-radius: 0.6em!important;
}