body{color:#333;font-family:'Ubuntu', Arial, Helvetica, sans-serif;font-size:1em;line-height:1.4em;font-weight:normal;}
.footer {
    font-size: 14px;
}
img{max-width:100%;height:auto;}
@media screen and (max-width:980px){table{width:100%!important;}
table, tbody, tr, td{display:block;height:auto!important;width:auto!important;}
iframe{max-width:100%;height:480px}}
.google-style-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #dadce0;
  background-color: white;
  color: #3c4043;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.chip:hover {
  background-color: #f8f9fa;
  border-color: #bdc1c6;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.chip.active {
  background-color: #e8f0fe;
  color: #1967d2;
  border-color: transparent;
  font-weight: 500;
}