body.elementor-page-41700{--ang-classes-border:rgba(79, 122, 233, 0.58);--ang-classes-label:#406DE1;--ang-css-border:rgba(211, 0, 0, 0.35);}/* Start custom CSS for html, class: .elementor-element-8707f2a */@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Barlow:wght@400;500;600&display=swap');

.ps-catalog {
  font-family: 'Barlow', sans-serif;
  background: #f9f8f7;
  color: #1a1a1a;
  display: block;
}
.ps-catalog div,
.ps-catalog span,
.ps-catalog a,
.ps-catalog p,
.ps-catalog h1,
.ps-catalog h2,
.ps-catalog header,
.ps-catalog section,
.ps-catalog main,
.ps-catalog footer,
.ps-catalog button,
.ps-catalog img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Header */
.ps-catalog .ps-header {
  background: #8B1A1A;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  position: relative;
  z-index: 100;
  gap: 16px;
}
.ps-catalog .header-logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
}
.ps-catalog .header-logo-box {
  background: #ffffff;
  border-radius: 10px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.ps-catalog .header-logo-box img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}
.ps-catalog .header-office-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ps-catalog .header-office-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .02em;
  line-height: 1;
}
.ps-catalog .header-office-sub {
  font-size: 11px;
  color: rgba(255,255,255,.6);
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.ps-catalog .header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}
.ps-catalog .hinfo-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  white-space: nowrap;
}
.ps-catalog .hinfo-link:hover { color: #ffffff; }
.ps-catalog .hinfo-fb { color: rgba(255,255,255,.7); }

/* Hero */
.ps-catalog .hero {
  background: #6B1111;
  color: #ffffff;
  padding: 2.5rem 2rem 2rem;
  position: relative;
  overflow: hidden;
}
.ps-catalog .hero-inner {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.ps-catalog .hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .01em;
  margin-bottom: 8px;
  color: #ffffff;
}
.ps-catalog .hero h1 span { color: rgba(255,255,255,.5); }
.ps-catalog .hero p {
  font-size: 14px;
  color: rgba(255,255,255,.7);
  max-width: 480px;
  line-height: 1.6;
}

/* Stats */
.ps-catalog .stats-bar {
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  padding: 12px 2rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.ps-catalog .stat-item {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.ps-catalog .stat-item .n {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #8B1A1A;
}
.ps-catalog .stat-item .l {
  font-size: 13px;
  color: #6b6b6b;
}
.ps-catalog .stats-bar .divider {
  width: 1px;
  height: 24px;
  background: #e2e2e2;
}

/* Filters */
.ps-catalog .filters {
  background: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 2rem;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.ps-catalog .filter-label {
  font-size: 12px;
  font-weight: 600;
  color: #6b6b6b;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-right: 4px;
}
.ps-catalog .filter-btn {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1.5px solid #e2e2e2;
  background: transparent;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
}
.ps-catalog .filter-btn:hover {
  border-color: #8B1A1A;
  color: #8B1A1A;
}
.ps-catalog .filter-btn.active {
  background: #8B1A1A;
  border-color: #8B1A1A;
  color: #ffffff;
}

/* Main */
.ps-catalog .ps-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}
.ps-catalog .ps-spinner {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 3px solid #e2e2e2;
  border-top-color: #8B1A1A;
  border-radius: 50%;
  animation: psSpin .8s linear infinite;
}
@keyframes psSpin { to { transform: rotate(360deg); } }
.ps-catalog .state-msg {
  text-align: center;
  padding: 4rem 2rem;
  color: #6b6b6b;
}
.ps-catalog .state-msg p { font-size: 15px; }

/* Grid */
.ps-catalog .jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}
.ps-catalog .job-card {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: psFadeUp .3s ease both;
}
.ps-catalog .job-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.09);
  transform: translateY(-2px);
}
@keyframes psFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ps-catalog .job-card-accent { height: 4px; background: #8B1A1A; }
.ps-catalog .job-card-body {
  padding: 16px 16px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ps-catalog .job-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.ps-catalog .job-pay {
  font-size: 17px;
  font-weight: 600;
  color: #1e6b3c;
  font-family: 'Barlow Condensed', sans-serif;
}
.ps-catalog .job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ps-catalog .tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  background: #efefef;
  color: #6b6b6b;
}
.ps-catalog .tag.type { background: #fff3e0; color: #b35a00; }
.ps-catalog .tag.cat  { background: #e8f0fe; color: #1a47a0; }
.ps-catalog .job-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b6b6b;
}
.ps-catalog .job-desc {
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ps-catalog .job-card-footer {
  padding: 12px 16px;
  border-top: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ps-catalog .job-date { font-size: 12px; color: #6b6b6b; }
.ps-catalog .btn-apply {
  background: #8B1A1A;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 8px 18px;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.ps-catalog .btn-apply:hover { background: #6B1111; color: #ffffff; }
.ps-catalog .no-jobs {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 2rem;
  color: #6b6b6b;
}

/* Footer */
.ps-catalog .ps-footer {
  margin-top: 4rem;
  background: #1a1a1a;
  color: rgba(255,255,255,.5);
  text-align: center;
  padding: 1.5rem;
  font-size: 13px;
}
.ps-catalog .ps-footer a { color: rgba(255,255,255,.7); text-decoration: none; }

@media (max-width: 680px) {
  .ps-catalog .ps-header { height: auto; padding: 10px 1.25rem; flex-wrap: wrap; gap: 10px; }
  .ps-catalog .header-contact { align-items: flex-start; }
  .ps-catalog .hinfo-link { font-size: 11px; }
  .ps-catalog .hero { padding: 1.5rem 1.25rem; }
  .ps-catalog .ps-main { padding: 1.25rem; }
  .ps-catalog .stats-bar { padding: 10px 1.25rem; }
  .ps-catalog .filters { padding: 10px 1.25rem; }
}/* End custom CSS */