body.dls-employee-page main.cariera-section-padding,
body.dls-employee-page .cariera-section-padding {
	padding-top: 0 !important;
}

body.dls-employee-page header.cariera-main-header,
body.dls-employee-page .cariera-main-header,
body.dls-employee-page .main-header,
body.dls-employee-page .site-header {
	background: #ff9900 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.dls-employee-home {
	--dls-ee-ink: #111111;
	--dls-ee-muted: #675d51;
	--dls-ee-paper: #fffaf2;
	--dls-ee-soft: #f4eee5;
	--dls-ee-line: #dfd2bd;
	--dls-ee-orange: #ff9900;
	--dls-ee-orange-deep: #f04b23;
	--dls-ee-green: #166534;
	background: var(--dls-ee-paper);
	color: var(--dls-ee-ink);
	font-family: inherit;
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.dls-employee-home * {
	box-sizing: border-box;
}

.dls-ee-wrap {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px;
}

.dls-ee-hero {
	background:
		radial-gradient(circle at 18% 18%, rgba(255, 153, 0, .42) 0%, rgba(255, 153, 0, 0) 42%),
		linear-gradient(180deg, #ff9900 0%, #ffaf2e 14%, #ffd89a 48%, #fff4df 100%);
	border-bottom: 1px solid rgba(17, 17, 17, .16);
	padding: clamp(54px, 7vw, 96px) 0 clamp(48px, 6vw, 78px);
}

.dls-ee-hero__grid,
.dls-ee-final__grid {
	display: grid;
	gap: clamp(24px, 4vw, 48px);
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr);
}

.dls-ee-hero__copy {
	align-self: center;
}


.dls-ee-lang {
	display: inline-flex;
	gap: 6px;
	margin: 0 0 18px;
}

.dls-ee-lang a {
	align-items: center;
	background: rgba(255, 255, 255, .38);
	border: 1px solid rgba(17, 17, 17, .2);
	border-radius: 999px;
	color: var(--dls-ee-ink);
	display: inline-flex;
	font-size: 12px;
	font-weight: 950;
	justify-content: center;
	letter-spacing: .06em;
	line-height: 1;
	min-width: 44px;
	padding: 10px 12px;
	text-decoration: none;
}

.dls-ee-lang a.is-active {
	background: var(--dls-ee-ink);
	border-color: var(--dls-ee-ink);
	color: #ffffff;
}

.dls-ee-kicker {
	color: var(--dls-ee-orange-deep);
	font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dls-ee-hero .dls-ee-kicker,
.dls-ee-final .dls-ee-kicker {
	color: var(--dls-ee-ink);
}

.dls-ee-hero h1,
.dls-ee-section h2 {
	color: var(--dls-ee-ink);
	font-size: clamp(38px, 6vw, 76px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: .96;
	margin: 0;
	max-width: 900px;
}

.dls-ee-section h2 {
	font-size: clamp(30px, 4.4vw, 58px);
}

.dls-ee-lead {
	color: var(--dls-ee-muted);
	font-size: clamp(18px, 2.1vw, 23px);
	line-height: 1.38;
	margin: 22px 0 0;
	max-width: 760px;
}

.dls-ee-actions,
.dls-ee-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.dls-ee-button,
.dls-ee-link-button {
	align-items: center;
	border: 1px solid var(--dls-ee-ink);
	border-radius: 999px;
	display: inline-flex;
	font-size: 17px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1;
	min-height: 52px;
	padding: 15px 22px;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.dls-ee-button:hover,
.dls-ee-link-button:hover {
	transform: translateY(-1px);
}

.dls-ee-button--primary {
	background: var(--dls-ee-ink);
	color: #ffffff;
}

.dls-ee-button--primary:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--dls-ee-ink);
}

.dls-ee-button--secondary,
.dls-ee-link-button {
	background: rgba(255, 255, 255, .58);
	color: var(--dls-ee-ink);
}

.dls-ee-button--secondary:hover,
.dls-ee-link-button:hover {
	background: #ffffff;
	color: var(--dls-ee-ink);
}

.dls-ee-button--ghost {
	background: transparent;
	color: var(--dls-ee-ink);
}

.dls-ee-button--ghost:hover {
	background: #ffffff;
	color: var(--dls-ee-ink);
}

.dls-ee-button .lab {
	font-size: 1.12em;
	line-height: 1;
}

.dls-ee-button--telegram-chat {
	background: rgba(255, 255, 255, .28);
	border-color: rgba(17, 17, 17, .42);
	color: var(--dls-ee-ink);
}

.dls-ee-button--telegram-chat:hover,
.dls-ee-button--employer:hover {
	background: #ffffff;
	color: var(--dls-ee-ink);
}

.dls-ee-button--employer {
	background: #fff4df;
	border-color: var(--dls-ee-ink);
	color: var(--dls-ee-ink);
}

.dls-ee-hero__panel {
	align-self: center;
	background: #111111;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(17, 17, 17, .22);
	color: #ffffff;
	display: grid;
	gap: 0;
	overflow: hidden;
}

.dls-ee-panel-intro,
.dls-ee-panel-row {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	padding: 24px;
	text-decoration: none;
}

.dls-ee-panel-intro strong {
	color: #ffffff;
	display: block;
	font-size: 26px;
	font-weight: 950;
	line-height: 1.08;
}

.dls-ee-panel-intro p,
.dls-ee-panel-row p {
	color: #d9d2c9;
	font-size: 15px;
	line-height: 1.45;
	margin: 8px 0 0;
}

.dls-ee-panel-row {
	display: grid;
	gap: 8px;
	grid-template-columns: 44px minmax(0, 1fr);
	transition: background-color .18s ease;
}

.dls-ee-panel-row:hover {
	background: rgba(255, 153, 0, .11);
}

.dls-ee-panel-row:last-child {
	border-bottom: 0;
}

.dls-ee-panel-row span {
	color: var(--dls-ee-orange);
	font-family: "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 13px;
	font-weight: 900;
	grid-row: span 2;
	letter-spacing: .08em;
}

.dls-ee-panel-row strong {
	color: #ffffff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.1;
}

.dls-ee-section {
	padding: clamp(56px, 7vw, 96px) 0;
}

.dls-ee-section--white {
	background: #ffffff;
}

.dls-ee-section-head {
	margin-bottom: 34px;
	max-width: 940px;
}

.dls-ee-section-head--split {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	max-width: none;
}

.dls-ee-tags,
.dls-ee-logos,
.dls-ee-jobs {
	background: var(--dls-ee-paper);
	border: 1px solid var(--dls-ee-line);
	border-radius: 8px;
	padding: 18px;
}

.dls-ee-tags .dls-flex-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

.dls-ee-tags .dls-tag,
.dls-ee-tags .dls-tag.industry {
	background: #ffffff;
	border: 1px solid var(--dls-ee-line);
	border-radius: 999px;
	color: var(--dls-ee-ink);
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.15;
	padding: 11px 14px;
	text-decoration: none;
	text-transform: none;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.dls-ee-tags .dls-tag:hover,
.dls-ee-tags .dls-tag.industry:hover {
	background: var(--dls-ee-ink);
	border-color: var(--dls-ee-ink);
	color: #ffffff;
}

.dls-ee-logos .dls-company-logos {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0;
}

.dls-ee-logos .dls-logo {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--dls-ee-line);
	border-radius: 8px;
	display: flex;
	height: 92px;
	justify-content: center;
	padding: 14px;
}

.dls-ee-logos .dls-logo img {
	display: block;
	filter: saturate(.92);
	max-height: 60px;
	max-width: 100%;
	object-fit: contain;
}

.dls-ee-jobs .dls-job-grid {
	display: grid;
	gap: 14px;
	margin: 0;
}

.dls-ee-jobs .dls-job-grid.two-col,
.dls-ee-jobs .dls-job-grid.two-columns {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dls-ee-jobs .dls-job-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--dls-ee-line);
	border-radius: 8px;
	box-shadow: none;
	color: var(--dls-ee-ink);
	display: flex;
	min-height: 108px;
	padding: 18px;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.dls-ee-jobs .dls-job-card:hover {
	background: #fff7e8;
	border-color: #caa66d;
	transform: translateY(-1px);
}

.dls-ee-jobs .dls-job-card.featured {
	background: #fff5e4;
	border-color: #d8ae69;
	border-right: 4px solid var(--dls-ee-orange);
}

.dls-ee-jobs .dls-job-left {
	align-items: center;
	display: flex;
	gap: 16px;
	min-width: 0;
}

.dls-ee-jobs .dls-job-logo {
	flex: 0 0 64px;
}

.dls-ee-jobs .dls-job-logo img,
.dls-ee-jobs .dls-job-placeholder {
	background: #ffffff;
	border: 1px solid var(--dls-ee-line);
	border-radius: 8px;
	height: 64px;
	object-fit: contain;
	padding: 6px;
	width: 64px;
}

.dls-ee-jobs .dls-job-info {
	min-width: 0;
}

.dls-ee-jobs .dls-job-title {
	color: var(--dls-ee-ink);
	font-size: 18px;
	font-weight: 950;
	line-height: 1.15;
	margin: 0 0 6px;
}

.dls-ee-jobs .dls-job-company {
	color: var(--dls-ee-muted);
	font-size: 14px;
	font-style: normal;
	line-height: 1.35;
	margin: 0;
}

.dls-ee-jobs .dls-job-company .slash {
	color: var(--dls-ee-orange-deep);
	font-weight: 950;
}

.dls-ee-jobs .dls-featured-badge {
	background: var(--dls-ee-ink);
	border-radius: 999px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	padding: 8px 10px;
	position: static;
	white-space: nowrap;
}

.dls-ee-final {
	background:
		linear-gradient(180deg, #fff4df 0%, #ffd89a 42%, #ff9900 76%, #dd9933 100%);
	border-top: 0;
	padding-top: clamp(70px, 9vw, 122px);
	padding-bottom: clamp(76px, 9vw, 128px);
}

.dls-ee-final__grid {
	align-items: center;
}

.dls-ee-final__actions {
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
	margin-top: 0;
}

.dls-ee-final__actions .dls-ee-button {
	gap: 9px;
}

#dls-ee-recent {
	padding-bottom: clamp(26px, 4vw, 46px);
}

.dls-ee-employer-bridge {
	background: #ffffff;
	padding: 0 0 clamp(30px, 4.5vw, 56px);
}

.dls-ee-employer-bridge .dls-ee-wrap {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 980px) {
	.dls-ee-hero__grid,
	.dls-ee-final__grid {
		grid-template-columns: 1fr;
	}

	.dls-ee-section-head--split {
		align-items: flex-start;
		flex-direction: column;
	}

	.dls-ee-final__actions {
		justify-content: flex-start;
	}

	.dls-ee-logos .dls-company-logos {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dls-ee-jobs .dls-job-grid.two-col,
	.dls-ee-jobs .dls-job-grid.two-columns {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.dls-ee-wrap {
		padding: 0 20px;
	}

	.dls-ee-hero {
		padding-top: 44px;
	}

	.dls-ee-hero h1,
	.dls-ee-section h2 {
		font-size: clamp(34px, 11vw, 48px);
	}

	.dls-ee-lead {
		font-size: 18px;
	}

	.dls-ee-button,
	.dls-ee-link-button {
		width: 100%;
	}

	.dls-ee-panel-row {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.dls-ee-panel-row span {
		grid-row: auto;
	}

	.dls-ee-logos .dls-company-logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dls-ee-logos .dls-logo {
		height: 78px;
	}

	.dls-ee-jobs .dls-job-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.dls-ee-jobs .dls-job-left {
		align-items: flex-start;
		width: 100%;
	}
}

body.dls-employee-page .site-content,
body.dls-employee-page .content-area,
body.dls-employee-page #primary,
body.dls-employee-page .site-main,
body.dls-employee-page .dls-employee-home {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.dls-employee-page > .wrapper > footer.main-footer.footer-default,
body.dls-employee-page > .wrapper > .main-footer,
body.dls-employee-page .wrapper > .main-footer {
	margin-top: 0 !important;
}

body.dls-employee-page .main-footer {
	background: #dd9933 !important;
	padding-top: 0 !important;
}

body.dls-employee-page .main-footer .copyright {
	background: #dd9933 !important;
}
