@font-face {
  font-family: 'Roboto Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../build/fonts/roboto/Roboto-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../build/fonts/roboto/Roboto-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../build/fonts/fa-light-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../build/fonts/fa-regular-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../build/fonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../build/fonts/fa-brands-400.woff2') format('woff2');
}
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a2332;
  background: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #0e1638;
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover {
  color: #c41e3a;
}
a.pulsating-button-serm:hover,
a.pulsating-button-serm:focus {
  color: #fff;
}
h1,
h2,
h3,
h4 {
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.25;
  color: #0e1638;
}
h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}
h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  margin: 1.75rem 0 0.75rem;
}
h3 {
  font-size: 1.1rem;
}
p {
  margin: 0 0 1rem;
}
ul,
ol {
  padding-left: 1.25rem;
}
button,
input,
textarea,
select {
  font: inherit;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
}
body > .container {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 768px) {
  body > .container {
    margin-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.main {
  flex: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 16px rgba(14, 22, 56, 0.08);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main {
    flex-direction: column;
    border-radius: 0;
    box-shadow: none;
  }
}
body.single-post .main,
.main.gp-main--sticky-sidebar {
  overflow: visible;
  align-items: flex-start;
  gap: 1rem;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
body.single-post .main .mainleft,
.main.gp-main--sticky-sidebar .mainleft {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(14, 22, 56, 0.12);
  overflow: hidden;
}
.mainleft {
  flex: 1;
  min-width: 0;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .mainleft {
    width: 100%;
  }
}
.mainright {
  width: 330px;
  min-width: 330px;
  max-width: 330px;
  flex: 0 0 330px;
  flex-shrink: 0;
  background: #ffffff;
  border-left: 1px solid rgba(135, 150, 156, 0.28);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .mainright {
    width: 100%;
    min-width: 0;
    max-width: none;
    flex: 0 0 auto;
    border-left: none;
    border-top: 1px solid rgba(135, 150, 156, 0.28);
  }
}
body.single-post .mainright,
.mainright.gp-sidebar-sticky {
  position: sticky !important;
  top: 102px !important;
  align-self: flex-start;
  height: auto !important;
  max-height: calc(100vh - 118px);
  margin: 0;
  border: none;
  border-left: none;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(14, 22, 56, 0.12);
  overflow: hidden;
  z-index: 5;
}
body.single-post .mainright .gp-sidebar,
.mainright.gp-sidebar-sticky .gp-sidebar {
  height: auto;
  max-height: calc(100vh - 118px);
  border-radius: inherit;
}
body.single-post .mainright .gp-sidebar__tabs,
.mainright.gp-sidebar-sticky .gp-sidebar__tabs {
  padding: 0.7rem 0.75rem 0.6rem;
  background: transparent !important;
  border-bottom: none;
  flex-shrink: 0;
  position: relative;
}
body.single-post .mainright .gp-sidebar__tabs::after,
.mainright.gp-sidebar-sticky .gp-sidebar__tabs::after {
  content: '';
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0;
  height: 1px;
  background: rgba(135, 150, 156, 0.22);
  pointer-events: none;
}
body.single-post .mainright .gp-sidebar__tab,
.mainright.gp-sidebar-sticky .gp-sidebar__tab {
  border: none;
}
body.single-post .mainright .gp-sidebar__tab.is-active,
.mainright.gp-sidebar-sticky .gp-sidebar__tab.is-active {
  border: none;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
}
body.single-post .mainright .gp-sidebar__panels,
.mainright.gp-sidebar-sticky .gp-sidebar__panels {
  flex: 0 1 auto;
  overflow: visible;
}
body.single-post .mainright .gp-sidebar__panel,
.mainright.gp-sidebar-sticky .gp-sidebar__panel {
  flex: 0 1 auto;
  padding: 0.75rem 0.7rem 0.9rem;
  overflow-y: auto;
  max-height: calc(100vh - 118px - 5.5rem);
}
body.single-post .mainright .gp-sidebar__list,
.mainright.gp-sidebar-sticky .gp-sidebar__list {
  gap: 0.2rem;
}
body.single-post .mainright .gp-sidebar__list > .randomurl,
.mainright.gp-sidebar-sticky .gp-sidebar__list > .randomurl,
body.single-post .mainright .gp-sidebar__list > .gp-sidebar__cat,
.mainright.gp-sidebar-sticky .gp-sidebar__list > .gp-sidebar__cat {
  border-bottom: none;
}
body.single-post .mainright .randomurl,
.mainright.gp-sidebar-sticky .randomurl {
  padding: 0.5rem 0.55rem;
}
body.single-post .mainright .randomurl__thumb,
.mainright.gp-sidebar-sticky .randomurl__thumb {
  width: 48px;
  height: 60px;
  min-width: 48px;
  min-height: 60px;
  border: none;
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
}
body.single-post .mainright .gp-sidebar__search-all,
.mainright.gp-sidebar-sticky .gp-sidebar__search-all {
  border: none;
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
}
@media (max-width: 1024px) {
  body.single-post .mainright,
  .mainright.gp-sidebar-sticky {
    position: static !important;
    top: auto !important;
    max-height: none;
    height: auto !important;
    margin: 0;
    border: none;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(14, 22, 56, 0.12);
    z-index: auto;
  }
  body.single-post .mainright .gp-sidebar,
  .mainright.gp-sidebar-sticky .gp-sidebar,
  body.single-post .mainright .gp-sidebar__panel,
  .mainright.gp-sidebar-sticky .gp-sidebar__panel {
    max-height: none;
  }
}
.art {
  padding: 1.5rem 1.25rem;
  overflow: hidden;
}
.indextitle,
.pagetitle {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 1.25rem;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  font-weight: 400;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0e1638;
  line-height: 1.25;
  overflow: hidden;
}
.indextitle .fa-users,
.pagetitle .fa-users {
  color: #c41e3a;
  font-size: 0.9em;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.gp-page {
  padding: 1.25rem 1.25rem 1.75rem;
}
.pagination {
  width: 100%;
  margin: 0;
  padding: 1.35rem 1.25rem 1.85rem;
  border-top: 1px solid rgba(135, 150, 156, 0.28);
  background: rgba(14, 22, 56, 0.02);
}
.pagination .gp-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.pagination a,
.pagination span,
.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0 0.7rem;
  border: 1px solid rgba(14, 22, 56, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #0e1638;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.pagination a:hover,
.pagination a:focus-visible,
.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus-visible {
  border-color: #0e1638;
  background: rgba(14, 22, 56, 0.05);
  color: #0e1638;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(14, 22, 56, 0.08);
}
.pagination .current,
.pagination span.page-numbers.current {
  border-color: #c41e3a;
  background: #c41e3a;
  color: #fff;
  box-shadow: none;
  cursor: default;
}
.pagination .extend,
.pagination .dots,
.pagination span.page-numbers.dots {
  min-width: 1.75rem;
  padding: 0 0.25rem;
  border: none;
  background: transparent;
  box-shadow: none;
  color: #87969c;
  font-weight: 700;
}
.pagination .prev,
.pagination .next,
.pagination .larger {
  min-width: 2.75rem;
}
.pagination .larger {
  border-color: rgba(196, 30, 58, 0.35);
  color: #c41e3a;
}
@media (max-width: 640px) {
  .pagination {
    padding: 1.1rem 1.25rem 1.5rem;
  }
  .pagination a,
  .pagination span,
  .pagination .page-numbers {
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    font-size: 0.8125rem;
  }
  .pagination .prev,
  .pagination .next,
  .pagination .larger {
    min-width: 2.5rem;
  }
}
.header {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(14, 22, 56, 0.06);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid #c41e3a;
}
@media (max-width: 640px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 2px;
    box-shadow: 0 2px 12px rgba(14, 22, 56, 0.05);
  }
  .header > .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.gp-nav {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 640px) {
  .gp-nav {
    height: 64px;
    gap: 0.5rem;
  }
}
.gp-nav__brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
  color: #0e1638;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.gp-nav__brand:hover {
  color: #0e1638;
  opacity: 0.9;
}
@media (max-width: 640px) {
  .gp-nav__brand {
    gap: 0.45rem;
  }
}
.gp-nav__logo {
  width: 76px;
  height: 76px;
  max-width: none;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 640px) {
  .gp-nav__logo {
    width: 50px;
    height: 50px;
  }
}
.gp-nav__title {
  display: none;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #0e1638;
}
@media (min-width: 640px) {
  .gp-nav__title {
    display: block;
  }
}
.gp-nav__title span {
  display: block;
  font-family: 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.75rem;
  color: #87969c;
  font-weight: 400;
}
.gp-nav__links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 640px) {
  .gp-nav__links {
    gap: 0.15rem;
  }
}
.gp-nav__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
  color: #1a2969;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.gp-nav__link i {
  font-size: 1.15rem;
  color: #87969c;
  transition: color 0.15s ease;
}
.gp-nav__link:hover,
.gp-nav__link.is-active {
  background: rgba(14, 22, 56, 0.05);
  color: #c41e3a;
}
.gp-nav__link:hover i,
.gp-nav__link.is-active i {
  color: #c41e3a;
}
@media (max-width: 640px) {
  .gp-nav__link {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
    font-size: 0.85rem;
    border-radius: 6px;
  }
  .gp-nav__link i {
    font-size: 0.95rem;
  }
}
.menu {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.menu .logo {
  height: 76px;
  width: auto;
  max-width: none;
  object-fit: contain;
}
.menu .link {
  color: #1a2969;
  padding: 0.5rem 0.85rem;
  border-radius: 8px;
}
.menu .link:hover {
  background: rgba(14, 22, 56, 0.05);
  color: #c41e3a;
}
@media (max-width: 640px) {
  .menu {
    height: 64px;
    gap: 0.5rem;
  }
  .menu .logo {
    height: 50px;
  }
  .menu .link {
    padding: 0.35rem 0.5rem;
    font-size: 0.85rem;
  }
}
.footer {
  width: 100%;
  margin-top: 0;
  padding: 2rem 0 1.75rem;
  background: #ffffff;
  border-top: 3px solid #c41e3a;
  box-shadow: 0 -4px 24px rgba(14, 22, 56, 0.06);
}
.footer .container {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 900px) {
  .footer .container {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: start;
    gap: 1.5rem 2.5rem;
  }
}
.gp-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #0e1638;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.gp-footer__brand:hover {
  color: #0e1638;
  opacity: 0.9;
}
@media (min-width: 900px) {
  .gp-footer__brand {
    grid-column: 1;
    grid-row: 1;
  }
}
.gp-footer__logo {
  width: 56px;
  height: 56px;
  max-width: none;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.gp-footer__title {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.25;
}
.gp-footer__title strong {
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #0e1638;
}
.gp-footer__title span {
  font-size: 0.8rem;
  color: #87969c;
}
.gp-footer__nav {
  position: relative;
  z-index: 1;
}
@media (min-width: 900px) {
  .gp-footer__nav {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
  }
}
.gp-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}
@media (min-width: 900px) {
  .gp-footer__nav ul {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.65rem;
  }
}
.gp-footer__nav a {
  font-size: 0.9rem;
  color: #1a2969;
  text-decoration: none;
  transition: color 0.15s ease;
}
.gp-footer__nav a:hover {
  color: #c41e3a;
}
.gp-footer__meta {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(135, 150, 156, 0.28);
}
@media (min-width: 900px) {
  .gp-footer__meta {
    grid-column: 1 / span 2;
    grid-row: 2;
    padding-top: 0;
    border-top: none;
  }
}
.gp-footer__meta p {
  margin: 0.35rem 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #87969c;
}
.gp-footer__meta a {
  color: #c41e3a;
  font-weight: 500;
  text-decoration: none;
}
.gp-footer__meta a:hover {
  color: #a11930;
  text-decoration: underline;
}
.mainright {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.gp-sidebar {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  max-height: inherit;
  overflow: hidden;
}
.gp-sidebar .searchform {
  display: flex;
  gap: 0.5rem;
  margin: 0;
}
.gp-sidebar .searchform .text {
  flex: 1;
  min-width: 0;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(135, 150, 156, 0.28);
  border-radius: 999px;
  background: #ffffff;
  color: #1a2332;
  font-size: 0.9rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.gp-sidebar .searchform .text:focus {
  outline: none;
  border-color: rgba(14, 22, 56, 0.4);
  box-shadow: 0 0 0 3px rgba(14, 22, 56, 0.1);
}
.gp-sidebar .searchform .text::placeholder {
  color: #87969c;
}
.gp-sidebar .searchform .submit {
  flex-shrink: 0;
  padding: 0.7rem 1.15rem;
  border: none;
  border-radius: 999px;
  background: #c41e3a;
  color: #fff;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
}
.gp-sidebar .searchform .submit:hover {
  background: #a11930;
}
.gp-sidebar .searchform .submit:active {
  transform: scale(0.97);
}
.gp-sidebar .randomurl {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #0e1638;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.gp-sidebar .randomurl__thumb {
  width: 52px;
  height: 65px;
  min-width: 52px;
  min-height: 65px;
  max-width: none;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  flex-shrink: 0;
  background: rgba(135, 150, 156, 0.15);
}
.gp-sidebar .randomurl__thumb--empty {
  display: block;
}
.gp-sidebar .randomurl__text {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gp-sidebar .randomurl__icon {
  flex-shrink: 0;
  font-size: 0.65rem;
  color: #87969c;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, color 0.15s ease;
}
.gp-sidebar .randomurl:hover {
  background: rgba(14, 22, 56, 0.05);
  color: #c41e3a;
}
.gp-sidebar .randomurl:hover .randomurl__icon {
  opacity: 1;
  transform: translateX(0);
  color: #c41e3a;
}
.gp-sidebar .randomurl:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 1px;
}
.gp-sidebar__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 0.35rem;
  align-items: stretch;
  padding: 0.375rem 0.75rem;
  background: transparent;
}
.gp-sidebar__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-height: 0;
  height: 100%;
  padding: 0.2rem 0.2rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #87969c;
  font-family: 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.65rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.gp-sidebar__tab i {
  font-size: 0.9rem;
  color: inherit;
}
.gp-sidebar__tab span {
  text-align: center;
}
.gp-sidebar__tab:hover {
  color: #0e1638;
  background: rgba(14, 22, 56, 0.05);
}
.gp-sidebar__tab.is-active {
  color: #0e1638;
  background: #ffffff;
  border: none;
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
}
.gp-sidebar__tab.is-active i {
  color: #c41e3a;
}
.gp-sidebar__tab:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 1px;
}
.gp-sidebar__panels {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.gp-sidebar__panel {
  display: none;
  flex: 1;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  padding: 1rem 0.85rem 1.15rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.gp-sidebar__panel.is-active {
  display: flex;
}
.gp-sidebar__panel[aria-hidden='true'] {
  display: none;
}
.gp-sidebar__panel[data-panel='search'] {
  justify-content: flex-start;
}
.gp-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.gp-sidebar__list--categories {
  gap: 0.25rem;
}
.gp-sidebar__cat {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  color: #0e1638;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.3;
  transition: background 0.15s ease, color 0.15s ease;
}
.gp-sidebar__cat i {
  flex-shrink: 0;
  width: 1rem;
  text-align: center;
  color: #87969c;
  transition: color 0.15s ease;
}
.gp-sidebar__cat span:first-of-type {
  flex: 1;
  min-width: 0;
}
.gp-sidebar__cat:hover {
  background: rgba(14, 22, 56, 0.05);
  color: #c41e3a;
}
.gp-sidebar__cat:hover i {
  color: #c41e3a;
}
.gp-sidebar__cat:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 1px;
}
.gp-sidebar__cat-count {
  flex-shrink: 0;
  min-width: 1.5rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  background: rgba(135, 150, 156, 0.14);
  color: #87969c;
  font-size: 0.7rem;
  line-height: 1.4;
  text-align: center;
}
.gp-sidebar__hint {
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #87969c;
}
.gp-sidebar-search {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.gp-sidebar__search-results {
  margin-top: 0.35rem;
}
.gp-sidebar__search-status {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: #87969c;
  text-align: center;
}
.gp-sidebar__search-all {
  display: block;
  margin-top: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  border: none;
  background: rgba(14, 22, 56, 0.04);
  color: #0e1638;
  font-size: 0.8125rem;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.gp-sidebar__search-all:hover {
  background: rgba(196, 30, 58, 0.08);
  color: #c41e3a;
  box-shadow: 0 4px 16px rgba(14, 22, 56, 0.08);
}
.gp-sidebar__search-all:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 1px;
}
.gp-sidebar__list--search {
  margin-top: 0.15rem;
}
.gp-sidebar__empty {
  margin: 0;
  padding: 1rem 0.5rem;
  font-size: 0.875rem;
  color: #87969c;
  text-align: center;
}
.gp-sidebar__panel[data-panel='similar'] {
  position: relative;
  transition: opacity 0.2s ease;
}
.gp-sidebar__panel[data-panel='similar'].is-loading {
  opacity: 0.55;
  pointer-events: none;
}
.gp-sidebar__block,
.gp-sidebar__heading,
.randomtitle {
  display: none;
}
.persons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  padding: 1.25rem 1.25rem 1.75rem;
  width: 100%;
}
@media (min-width: 600px) {
  .persons {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  .persons {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
.persons .psf {
  grid-column: 1 / -1;
  line-height: 1.65;
  margin: 0 0 0.5rem;
  padding: 1rem 1.25rem;
  background: rgba(14, 22, 56, 0.04);
  border-radius: 12px;
  border-left: 3px solid #c41e3a;
  color: #1a2332;
  text-align: left;
}
.persons__empty {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  margin: 0.25rem 0 0.5rem;
  padding: 2rem 1.5rem 2.15rem;
  border-radius: 16px;
  border: 1px solid rgba(14, 22, 56, 0.1);
  background: radial-gradient(120% 90% at 100% 0%, rgba(196, 30, 58, 0.1) 0%, transparent 55%), linear-gradient(155deg, rgba(14, 22, 56, 0.05) 0%, #ffffff 48%, rgba(135, 150, 156, 0.08) 100%);
  text-align: left;
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
}
.persons__empty::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.15rem;
  bottom: 1.15rem;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #c41e3a 0%, rgba(14, 22, 56, 0.55) 100%);
}
.persons__empty-eyebrow,
.persons__empty-title,
.persons__empty-text {
  position: relative;
  margin: 0;
  padding-left: 0.85rem;
}
.persons__empty-eyebrow {
  margin-bottom: 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c41e3a;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.persons__empty-title {
  margin-bottom: 0.65rem;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.25;
  font-weight: 700;
  color: #0e1638;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  max-width: 22em;
}
.persons__empty-text {
  max-width: 36em;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #87969c;
}
@media (min-width: 640px) {
  .persons__empty {
    padding: 2.35rem 2rem 2.5rem 1.75rem;
  }
  .persons__empty-eyebrow,
  .persons__empty-title,
  .persons__empty-text {
    padding-left: 1rem;
  }
}
.persons > .advert {
  grid-column: 1 / -1;
}
.person {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(135, 150, 156, 0.28);
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
  color: #1a2332;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.person img {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-width: none;
  height: auto;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.22s ease;
}
.person__thumb--empty {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: rgba(135, 150, 156, 0.15);
}
.person h3 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.65rem 0.4rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0e1638;
  line-height: 1.3;
  text-align: center;
  min-height: 2.75rem;
}
@media (min-width: 1024px) {
  .person h3 {
    font-size: 0.8125rem;
    padding: 0.7rem 0.45rem;
    min-height: 3rem;
  }
}
.person h3 span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.person:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(14, 22, 56, 0.08);
  border-color: rgba(196, 30, 58, 0.35);
  color: #1a2332;
}
.person:hover img {
  transform: scale(1.03);
}
.person:hover h3 {
  color: #c41e3a;
}
.person:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 2px;
}
.breadcrumbs {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: 0.8125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0.35rem;
  line-height: 1.4;
  color: #87969c;
}
.breadcrumbs .item a {
  color: #1a2969;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}
.breadcrumbs .item a:hover {
  color: #c41e3a;
}
.breadcrumbs .item a:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 2px;
}
.breadcrumbs .item:last-child a,
.breadcrumbs .item:last-child .link {
  color: #0e1638;
  pointer-events: none;
}
.breadcrumbs .separator {
  color: rgba(135, 150, 156, 0.7);
  padding: 0 0.1rem;
  list-style: none;
  font-size: 0.7rem;
}
.breadcrumbs i {
  color: #c41e3a;
  font-size: 0.75rem;
}
.art,
.alm-single-post {
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.25rem 2.5rem;
  border-bottom: 1px solid rgba(135, 150, 156, 0.28);
  box-sizing: border-box;
}
.art:last-of-type,
.alm-single-post:last-of-type {
  border-bottom: none;
}
.alm-single-post .art {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.art .content {
  padding: 0;
}
.personheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 0 2rem;
  padding: 1.5rem 1rem 1.75rem;
  background: linear-gradient(180deg, rgba(14, 22, 56, 0.04) 0%, rgba(14, 22, 56, 0.01) 55%, transparent 100%);
  border: 1px solid rgba(135, 150, 156, 0.8);
  border-radius: 16px;
}
.personheader__photo {
  width: min(100%, 240px);
  max-width: 240px;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
  border: 1px solid rgba(135, 150, 156, 0.28);
  box-shadow: 0 4px 16px rgba(14, 22, 56, 0.08);
  margin-bottom: 1.25rem;
  background: #ffffff;
}
.personheader__photo--empty {
  display: block;
  background: rgba(135, 150, 156, 0.14);
  box-shadow: none;
}
.personheader__text {
  width: 100%;
  max-width: 36rem;
  border-left: none;
  padding: 0;
}
.personheader h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.45rem, 2.8vw, 1.95rem);
  font-weight: 400;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0e1638;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.personheader h2 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-family: 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.98rem !important;
  color: #87969c;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .personheader {
    padding: 1.75rem 1.5rem 2rem;
  }
  .personheader__photo {
    width: 280px;
    max-width: 280px;
  }
}
@media (max-width: 640px) {
  .personheader {
    padding: 1.15rem 0.75rem 1.35rem;
    margin-bottom: 1.5rem;
  }
  .personheader__photo {
    width: min(100%, 200px);
    max-width: 200px;
    margin-bottom: 1rem;
  }
  .personheader h1 {
    font-size: clamp(1.3rem, 6vw, 1.55rem);
  }
}
.contentofarticle {
  list-style: none;
  margin: 0 0 2rem;
  padding: 1rem 1.25rem;
  background: rgba(14, 22, 56, 0.03);
  border: 1px solid rgba(135, 150, 156, 0.85);
  border-radius: 12px;
  counter-reset: toc;
}
.contentofarticle li {
  margin: 0;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(135, 150, 156, 0.4);
  counter-increment: toc;
}
.contentofarticle li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.contentofarticle li:first-child {
  padding-top: 0;
}
.contentofarticle a {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #0e1638;
  text-decoration: none;
  transition: color 0.15s ease;
}
.contentofarticle a::before {
  content: counter(toc) '.';
  flex-shrink: 0;
  font-size: 0.8rem;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #c41e3a;
  min-width: 1.2em;
}
.contentofarticle a:hover {
  color: #c41e3a;
}
.contentofarticle a:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 2px;
}
.desc,
.bio,
.video,
.politicalactivity,
.lawmakingactivity,
.investmentactivity,
.business,
.creativeactivity,
.charity,
.sportscareer,
.socialactivity,
.personnow,
.personallife,
.scientificactivity,
.deathdetails,
.otheractivity,
.memory {
  margin-bottom: 1.5rem;
  line-height: 1.75;
  color: #1a2332;
  max-width: 54rem;
}
.desc p,
.bio p,
.video p,
.politicalactivity p,
.lawmakingactivity p,
.investmentactivity p,
.business p,
.creativeactivity p,
.charity p,
.sportscareer p,
.socialactivity p,
.personnow p,
.personallife p,
.scientificactivity p,
.deathdetails p,
.otheractivity p,
.memory p {
  margin: 0 0 1rem;
}
.desc p:last-child,
.bio p:last-child,
.video p:last-child,
.politicalactivity p:last-child,
.lawmakingactivity p:last-child,
.investmentactivity p:last-child,
.business p:last-child,
.creativeactivity p:last-child,
.charity p:last-child,
.sportscareer p:last-child,
.socialactivity p:last-child,
.personnow p:last-child,
.personallife p:last-child,
.scientificactivity p:last-child,
.deathdetails p:last-child,
.otheractivity p:last-child,
.memory p:last-child {
  margin-bottom: 0;
}
.desc a,
.bio a,
.video a,
.politicalactivity a,
.lawmakingactivity a,
.investmentactivity a,
.business a,
.creativeactivity a,
.charity a,
.sportscareer a,
.socialactivity a,
.personnow a,
.personallife a,
.scientificactivity a,
.deathdetails a,
.otheractivity a,
.memory a {
  color: #c41e3a;
  text-decoration: underline;
  text-decoration-color: rgba(196, 30, 58, 0.35);
  text-underline-offset: 2px;
}
.desc a:hover,
.bio a:hover,
.video a:hover,
.politicalactivity a:hover,
.lawmakingactivity a:hover,
.investmentactivity a:hover,
.business a:hover,
.creativeactivity a:hover,
.charity a:hover,
.sportscareer a:hover,
.socialactivity a:hover,
.personnow a:hover,
.personallife a:hover,
.scientificactivity a:hover,
.deathdetails a:hover,
.otheractivity a:hover,
.memory a:hover {
  text-decoration-color: #c41e3a;
}
.desc {
  margin-bottom: 1.75rem;
  font-size: 1.02rem;
  color: #0e1638;
}
.content h2 {
  color: #0e1638;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid rgba(196, 30, 58, 0.55);
  margin: 2.25rem 0 1rem;
  letter-spacing: -0.01em;
}
.content h2:first-of-type {
  margin-top: 0.5rem;
}
.basepersoninfo {
  background: rgba(14, 22, 56, 0.03);
  border: 1px solid rgba(135, 150, 156, 0.9);
  border-radius: 12px;
  padding: 0.35rem 1.1rem;
  margin-bottom: 1.75rem;
}
.question {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.2rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(135, 150, 156, 0.55);
}
.question:last-child {
  border-bottom: none;
}
.question h4 {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #87969c;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
}
.question h4 i {
  display: none;
}
.question p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #0e1638;
}
@media (min-width: 900px) {
  .question {
    grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
    align-items: baseline;
    gap: 0.75rem 1.25rem;
  }
  .question h4 {
    padding-top: 0.1rem;
  }
}
.gp-meta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(196, 30, 58, 0.4);
  background: transparent;
  color: #0e1638;
  font-size: 0.875rem;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.gp-meta-link i {
  font-size: 0.7rem;
  color: #c41e3a;
  margin: 0;
}
.gp-meta-link:hover {
  background: rgba(196, 30, 58, 0.08);
  border-color: rgba(196, 30, 58, 0.55);
  color: #c41e3a;
  transform: translateX(0);
}
.gp-meta-link:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 2px;
}
.zodiac-sign {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.zodiac-sign__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(14, 22, 56, 0.06);
  color: #0e1638;
  flex-shrink: 0;
}
.zodiac-sign__icon svg {
  display: block;
}
.personquotes,
.personrewards,
.personfilmography,
.personshou,
.persondiscography,
.personcomposition,
.personadvertisement {
  margin-bottom: 1.5rem;
}
.personquotes ul,
.personrewards ul,
.personfilmography ul,
.personshou ul,
.persondiscography ul,
.personcomposition ul,
.personadvertisement ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.personquotes li,
.personrewards li,
.personfilmography li,
.personshou li,
.persondiscography li,
.personcomposition li,
.personadvertisement li,
.personquotes .gp-timeline-item,
.personrewards .gp-timeline-item,
.personfilmography .gp-timeline-item,
.personshou .gp-timeline-item,
.persondiscography .gp-timeline-item,
.personcomposition .gp-timeline-item,
.personadvertisement .gp-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(4.5rem, 5.5rem) minmax(0, 1fr);
  gap: 0.75rem 1rem;
  align-items: start;
  padding: 0.85rem 0.95rem;
  margin: 0;
  border: 1px solid rgba(135, 150, 156, 0.85);
  border-radius: 12px;
  background: rgba(14, 22, 56, 0.02);
  border-bottom: 1px solid rgba(135, 150, 156, 0.85);
}
.personquotes .gp-timeline-item--quote,
.personrewards .gp-timeline-item--quote,
.personfilmography .gp-timeline-item--quote,
.personshou .gp-timeline-item--quote,
.persondiscography .gp-timeline-item--quote,
.personcomposition .gp-timeline-item--quote,
.personadvertisement .gp-timeline-item--quote {
  grid-template-columns: minmax(0, 1fr);
  border-left: 3px solid #c41e3a;
}
.personquotes .circle,
.personrewards .circle,
.personfilmography .circle,
.personshou .circle,
.persondiscography .circle,
.personcomposition .circle,
.personadvertisement .circle {
  display: none;
}
.personquotes .date,
.personrewards .date,
.personfilmography .date,
.personshou .date,
.persondiscography .date,
.personcomposition .date,
.personadvertisement .date {
  margin: 0;
  padding: 0.25rem 0.45rem;
  border-radius: 8px;
  background: rgba(14, 22, 56, 0.08);
  color: #0e1638;
  font-size: 0.75rem;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
}
.personquotes .date i,
.personrewards .date i,
.personfilmography .date i,
.personshou .date i,
.persondiscography .date i,
.personcomposition .date i,
.personadvertisement .date i {
  display: none;
}
.personquotes .gp-timeline-item__body,
.personrewards .gp-timeline-item__body,
.personfilmography .gp-timeline-item__body,
.personshou .gp-timeline-item__body,
.persondiscography .gp-timeline-item__body,
.personcomposition .gp-timeline-item__body,
.personadvertisement .gp-timeline-item__body {
  min-width: 0;
}
.personquotes .theme,
.personrewards .theme,
.personfilmography .theme,
.personshou .theme,
.persondiscography .theme,
.personcomposition .theme,
.personadvertisement .theme {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  color: #87969c;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.personquotes .film,
.personrewards .film,
.personfilmography .film,
.personshou .film,
.persondiscography .film,
.personcomposition .film,
.personadvertisement .film,
.personquotes .shou,
.personrewards .shou,
.personfilmography .shou,
.personshou .shou,
.persondiscography .shou,
.personcomposition .shou,
.personadvertisement .shou,
.personquotes .disco,
.personrewards .disco,
.personfilmography .disco,
.personshou .disco,
.persondiscography .disco,
.personcomposition .disco,
.personadvertisement .disco,
.personquotes .composition,
.personrewards .composition,
.personfilmography .composition,
.personshou .composition,
.persondiscography .composition,
.personcomposition .composition,
.personadvertisement .composition,
.personquotes .text,
.personrewards .text,
.personfilmography .text,
.personshou .text,
.persondiscography .text,
.personcomposition .text,
.personadvertisement .text,
.personquotes .product,
.personrewards .product,
.personfilmography .product,
.personshou .product,
.persondiscography .product,
.personcomposition .product,
.personadvertisement .product {
  margin: 0 0 0.25rem;
  color: #0e1638;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.personquotes .role,
.personrewards .role,
.personfilmography .role,
.personshou .role,
.persondiscography .role,
.personcomposition .role,
.personadvertisement .role,
.personquotes .company,
.personrewards .company,
.personfilmography .company,
.personshou .company,
.persondiscography .company,
.personcomposition .company,
.personadvertisement .company,
.personquotes .reason,
.personrewards .reason,
.personfilmography .reason,
.personshou .reason,
.persondiscography .reason,
.personcomposition .reason,
.personadvertisement .reason,
.personquotes .base,
.personrewards .base,
.personfilmography .base,
.personshou .base,
.persondiscography .base,
.personcomposition .base,
.personadvertisement .base {
  margin: 0;
  font-size: 0.875rem;
  color: #87969c;
  line-height: 1.4;
}
.personquotes p,
.personrewards p,
.personfilmography p,
.personshou p,
.persondiscography p,
.personcomposition p,
.personadvertisement p {
  margin: 0;
}
@media (max-width: 640px) {
  .personquotes li,
  .personrewards li,
  .personfilmography li,
  .personshou li,
  .persondiscography li,
  .personcomposition li,
  .personadvertisement li,
  .personquotes .gp-timeline-item,
  .personrewards .gp-timeline-item,
  .personfilmography .gp-timeline-item,
  .personshou .gp-timeline-item,
  .persondiscography .gp-timeline-item,
  .personcomposition .gp-timeline-item,
  .personadvertisement .gp-timeline-item {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
  .personquotes .date,
  .personrewards .date,
  .personfilmography .date,
  .personshou .date,
  .persondiscography .date,
  .personcomposition .date,
  .personadvertisement .date {
    justify-self: start;
  }
}
.social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.5rem 0 1.75rem;
}
.social a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.social a:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
}
.social a:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 2px;
}
.social .vk,
.social .tw,
.social .ok,
.social .yt,
.social .dz,
.social .tt,
.social .st,
.social .tm {
  padding: 0.45rem 0.9rem;
  background: #0e1638;
  color: #fff;
  font-size: 0.8125rem;
  text-transform: lowercase;
  letter-spacing: 0.01em;
}
.tags,
.taxonomies {
  margin: 1.35rem 0;
}
.tags .items,
.taxonomies .items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.tags .item a,
.taxonomies .item a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.7rem;
  background: rgba(14, 22, 56, 0.05);
  border: 1px solid rgba(135, 150, 156, 0.9);
  border-radius: 8px;
  font-size: 0.8125rem;
  color: #0e1638;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.tags .item a:hover,
.taxonomies .item a:hover {
  background: rgba(196, 30, 58, 0.08);
  border-color: rgba(196, 30, 58, 0.35);
  color: #c41e3a;
}
.tags .item a:focus-visible,
.taxonomies .item a:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 1px;
}
.tags .item i,
.taxonomies .item i {
  display: none;
}
.tags .item a:hover i,
.taxonomies .item a:hover i {
  display: none;
}
.information {
  margin-top: 1.75rem;
  padding: 0.95rem 1.1rem;
  background: rgba(14, 22, 56, 0.03);
  border: 1px solid rgba(135, 150, 156, 0.85);
  border-radius: 12px;
  font-size: 0.8125rem;
  color: #87969c;
  line-height: 1.5;
}
.information .date,
.information .author {
  margin: 0.3rem 0;
}
.information .span {
  color: #0e1638;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.information i {
  color: #c41e3a;
  margin-right: 0.35rem;
}
.similar {
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(135, 150, 156, 0.28);
}
.similartitle {
  margin: 0 0 1rem;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #0e1638;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid rgba(196, 30, 58, 0.55);
}
.similarurl {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.7rem 0.8rem;
  margin-bottom: 0.45rem;
  border-radius: 12px;
  border: 1px solid rgba(135, 150, 156, 0.28);
  background: rgba(14, 22, 56, 0.02);
  color: #0e1638;
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.similarurl img,
.similarurl__thumb {
  width: 56px !important;
  height: 70px !important;
  max-width: 56px !important;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  flex-shrink: 0;
  border: 1px solid rgba(135, 150, 156, 0.8);
}
.similarurl__thumb--empty {
  display: block;
  width: 56px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 8px;
  background: rgba(135, 150, 156, 0.15);
  border: 1px solid rgba(135, 150, 156, 0.8);
}
.similarurl span {
  flex: 1;
  min-width: 0;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
}
.similarurl:hover {
  background: #ffffff;
  border-color: rgba(196, 30, 58, 0.35);
  color: #c41e3a;
  transform: translateX(3px);
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
}
.similarurl:focus-visible {
  outline: 2px solid #c41e3a;
  outline-offset: 2px;
}
.advert,
.advertrkl {
  margin: 1.25rem 0;
  border-radius: 8px;
  overflow: hidden;
}
.zodiacurl {
  color: #0e1638;
  font-weight: 500;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-decoration: none;
  border-bottom: 1px solid rgba(196, 30, 58, 0.45);
  transition: color 0.15s ease, border-color 0.15s ease;
}
.zodiacurl:hover {
  color: #c41e3a;
  border-bottom-color: #c41e3a;
}
.gallery img,
.img img,
.imgs img {
  border-radius: 12px;
  border: 1px solid rgba(135, 150, 156, 0.7);
}
.img {
  display: block;
  width: min(100%, 520px);
  max-width: 520px;
  margin: 1.25rem auto;
  text-align: center;
}
.img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.imgs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 1.25rem auto;
  width: min(100%, 760px);
  max-width: 760px;
}
@media (min-width: 640px) {
  .imgs {
    grid-template-columns: 1fr 1fr;
  }
}
.imgs__item {
  margin: 0;
  text-align: center;
}
.imgs img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.img__caption,
.img p,
.imgs p,
.imgs__item p {
  display: block;
  margin: 0.4rem 0 0;
  padding: 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #87969c;
}
.video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 12px;
  background: #0e1638;
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
}
.gp-swiper {
  margin: 1.5rem 0 2rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(135, 150, 156, 0.8);
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
}
.indextitle,
.pagetitle,
.gp-sidebar__tabs {
  box-sizing: border-box;
  height: 5.75rem;
  min-height: 5.75rem;
  max-height: 5.75rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .indextitle,
  .pagetitle,
  .gp-sidebar__tabs {
    height: auto;
    min-height: 5.75rem;
    max-height: none;
  }
}
.indextitle,
.pagetitle {
  border-bottom: 1px solid rgba(135, 150, 156, 0.28);
}
.gp-sidebar__tabs {
  border-bottom: none;
}
.gp-404 {
  position: relative;
  overflow: hidden;
  margin: 1.25rem 1.25rem 1.75rem;
  padding: 2.5rem 1.5rem 2.75rem;
  border-radius: 16px;
  border: 1px solid rgba(14, 22, 56, 0.1);
  background: radial-gradient(110% 80% at 100% 0%, rgba(196, 30, 58, 0.12) 0%, transparent 52%), radial-gradient(90% 70% at 0% 100%, rgba(14, 22, 56, 0.08) 0%, transparent 55%), linear-gradient(160deg, rgba(14, 22, 56, 0.04) 0%, #ffffff 45%, rgba(135, 150, 156, 0.07) 100%);
  box-shadow: 0 1px 3px rgba(14, 22, 56, 0.06), 0 1px 2px rgba(14, 22, 56, 0.04);
  text-align: left;
}
.gp-404::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.35rem;
  bottom: 1.35rem;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #c41e3a 0%, rgba(14, 22, 56, 0.55) 100%);
}
.gp-404__code,
.gp-404__title,
.gp-404__text,
.gp-404__actions,
.gp-404__contact {
  position: relative;
  padding-left: 0.9rem;
}
.gp-404__code {
  margin: 0 0 0.65rem;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(3.5rem, 10vw, 5.5rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: rgba(14, 22, 56, 0.14);
  user-select: none;
}
.gp-404__title {
  margin: 0 0 0.85rem;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0e1638;
  max-width: 16em;
}
.gp-404__text {
  margin: 0 0 1.5rem;
  max-width: 38em;
  font-size: 1rem;
  line-height: 1.7;
  color: #87969c;
}
.gp-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}
.gp-404__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(14, 22, 56, 0.18);
  background: #ffffff;
  color: #0e1638;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.gp-404__btn:hover,
.gp-404__btn:focus-visible {
  border-color: #0e1638;
  color: #0e1638;
  transform: translateY(-1px);
}
.gp-404__btn--primary {
  border-color: #c41e3a;
  background: #c41e3a;
  color: #fff;
}
.gp-404__btn--primary:hover,
.gp-404__btn--primary:focus-visible {
  border-color: #a11930;
  background: #a11930;
  color: #fff;
}
.gp-404__contact {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #87969c;
}
.gp-404__contact a {
  color: #0e1638;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.gp-404__contact a:hover,
.gp-404__contact a:focus-visible {
  color: #c41e3a;
}
@media (min-width: 640px) {
  .gp-404 {
    padding: 3rem 2.25rem 3.15rem 1.85rem;
  }
  .gp-404__code,
  .gp-404__title,
  .gp-404__text,
  .gp-404__actions,
  .gp-404__contact {
    padding-left: 1.1rem;
  }
}
body.error404 .mainleft {
  min-height: 22rem;
}
.gp-sitemap {
  padding: 1.25rem 1.25rem 1.75rem;
}
.gp-sitemap .wsp-container {
  max-width: 42rem;
}
.gp-sitemap [class*='wsp-'][class*='-title']:not(.wsp-category-title) {
  margin: 1.5rem 0 0.65rem;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0e1638;
}
.gp-sitemap [class*='wsp-'][class*='-title']:not(.wsp-category-title):first-child {
  margin-top: 0;
}
.gp-sitemap .wsp-category-title {
  display: inline;
  font-family: 'Roboto Bold', 'Roboto Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0e1638;
}
.gp-sitemap .wsp-category-title a {
  color: #0e1638;
  text-decoration: none;
}
.gp-sitemap .wsp-category-title a:hover {
  color: #c41e3a;
}
.gp-sitemap ul {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.gp-sitemap li {
  margin: 0.2rem 0;
  line-height: 1.45;
  color: #1a2332;
}
.gp-sitemap a {
  color: #1a2969;
  text-decoration: none;
  font-size: 0.9375rem;
}
.gp-sitemap a:hover {
  color: #c41e3a;
  text-decoration: underline;
}
.gp-sitemap .wsp-posts-list .wsp-posts-list {
  margin-top: 0.35rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 640px) {
  .gp-sitemap {
    padding: 1rem 0.85rem 1.5rem;
  }
}
.mainleft {
  width: auto !important;
  min-height: auto !important;
  height: auto !important;
  border-right: none !important;
  background: transparent !important;
}
.mainright {
  width: 330px !important;
  min-width: 330px !important;
  max-width: 330px !important;
  flex: 0 0 330px !important;
  height: auto !important;
}
@media (max-width: 1024px) {
  .mainright {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }
}
.header {
  position: sticky !important;
  width: 100% !important;
  top: 0 !important;
  left: auto !important;
  bottom: auto !important;
}
.container {
  max-width: 1320px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}
