@media only screen and (min-width: 1251px) {
  .g-headerLogo2023_img.tiny {
    /* height: 19px; */
  }
  .tiny .g-headerNav2023 .g-headerNavDropdown2023 > .g-headerNav2023_listItemLink {
    padding: 26px 0;
  }
  .g-headerNav2023_listItem {
    padding-left: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .g-footerAsideNav2023_list {
    grid-template-columns: repeat(3, auto);
  }
  .g-footerBtmNav2023_list {
    grid-template-columns: repeat(4, auto);
  }
}
@media only screen and (max-width: 767px) {
  .g-footerAsideNav2023_list {
    grid-gap: 8px 16px;
  }
  .g-footerLogo2023 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 374px) {
  .g-footerAsideNav2023_list {
    grid-template-columns: repeat(1, auto);
  }
}
@media only screen and (max-width: 340px) {
  .g-footerAsideNav2023_list {
    grid-template-columns: repeat(1, auto);
    grid-gap: 2px 20px;
  }
  .g-footerAsideNav2023_link {
    font-size: 12px;
  }
}
