/* ----------------------------------------------------------
   About page Figma alignment
   ---------------------------------------------------------- */

body.k404-about-page {
	--home-max-width: 1520px;
	--home-gutter: clamp(20px, 1.323vw + 14.84px, 40px);
	--home-footer-top-pad: clamp(45px, 1.47vw + 40.29px, 65px);
	--home-footer-content-nav-gap: clamp(80px, 1.84vw + 74.11px, 105px);
	--home-footer-left-gap: clamp(20px, 2.94vw + 10.59px, 60px);
	--home-footer-stack-gap: clamp(16px, 2.35vw + 8.47px, 48px);
	--about-copy-width: 878px;
	--about-section-block-space: clamp(59.5349px, calc(18.6047vw), 80px);
	--about-section-stack-gap: clamp(20.8372px, calc(6.5116vw), 28px);
	--about-portfolio-shell-gap: clamp(17.8605px, calc(5.5814vw), 24px);
	--about-awards-copy-gap: clamp(17.8605px, calc(5.5814vw), 24px);
	--about-awards-row-pad: clamp(10.4186px, calc(3.2558vw), 14px);
	--about-awards-rule-color: rgba(16, 16, 16, 0.14);
	--about-team-section-space: clamp(44.6512px, calc(13.9535vw), 60px);
	--about-team-grid-gap: clamp(11.907px, calc(3.7209vw), 16px);
	--about-team-item-gap: clamp(10.4186px, calc(3.2558vw), 14px);
	--home-button-fill-red: #fe4a32;
	--home-button-fill-orange: #ff8737;
	--home-button-fill-yellow: #ffd84d;
	--home-button-fill-blue: #78cfff;
	--home-button-fill-indigo: #7a84ff;
	--home-pill-radius: 999px;
	--home-ui-fg: #101010;
	--home-ui-border: rgba(16, 16, 16, 0.92);
	--home-ui-code: #fe3334;
	--home-spectrum-current: #fe4a32;
	--home-transition: 380ms cubic-bezier(0.22, 1, 0.36, 1);
	--home-fixed-nav-space: calc(77px + var(--home-bottom-offset, 0px));
	background: #fff;
	margin: 0 !important;
	scroll-behavior: smooth;
	overflow-x: clip;
}

@media (min-width: 430px) {
	body.k404-about-page {
		--about-section-block-space: clamp(80px, calc(74.2282px + 1.3423vw), 100px);
		--about-section-stack-gap: clamp(28px, calc(21.0738px + 1.6107vw), 52px);
		--about-portfolio-shell-gap: clamp(24px, calc(20.8255px + 0.7383vw), 35px);
		--about-awards-copy-gap: clamp(24px, calc(18.2282px + 1.3423vw), 44px);
		--about-awards-row-pad: clamp(14px, calc(11.6913px + 0.5369vw), 22px);
		--about-team-section-space: clamp(60px, calc(48.4564px + 2.6846vw), 100px);
		--about-team-grid-gap: clamp(16px, calc(14.8456px + 0.2685vw), 20px);
		--about-team-item-gap: clamp(14px, calc(12.2685px + 0.4027vw), 20px);
	}
}

@media (min-width: 1920px) {
	body.k404-about-page {
		--about-section-block-space: clamp(100px, calc(5.2083vw), 100px);
		--about-section-stack-gap: clamp(52px, calc(2.7083vw), 52px);
		--about-portfolio-shell-gap: clamp(35px, calc(1.8229vw), 35px);
		--about-awards-copy-gap: clamp(44px, calc(2.2917vw), 44px);
		--about-awards-row-pad: clamp(22px, calc(1.1458vw), 22px);
		--about-team-section-space: clamp(100px, calc(5.2083vw), 100px);
		--about-team-grid-gap: clamp(20px, calc(1.0417vw), 20px);
		--about-team-item-gap: clamp(20px, calc(1.0417vw), 20px);
	}
}

body.k404-about-page .section-width,
body.k404-about-page .home-top-controls .section-width,
body.k404-about-page .footer-wrapper .section-width {
	width: min(calc(100% - (2 * var(--home-gutter))), var(--home-max-width));
	margin-inline: auto;
	padding-inline: 0;
}

body.k404-about-page .home-top-controls {
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 48;
	pointer-events: none;
}

body.k404-about-page .home-top-controls .section-width {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	pointer-events: auto;
}

body.k404-about-page .home-top-right {
	display: flex;
	align-items: center;
	gap: 0;
}

body.k404-about-page .home-top-left .home-ui-pill {
	min-width: 202px;
}

body.k404-about-page .home-top-right .home-ui-pill:nth-child(1) {
	min-width: 152px;
}

body.k404-about-page .home-top-right .home-ui-pill:nth-child(2) {
	min-width: 96px;
}

body.k404-about-page .home-top-right .home-ui-pill:nth-child(3) {
	min-width: 138px;
}

body.k404-about-page .home-top-right .home-ui-pill + .home-ui-pill {
	margin-left: -1px;
}

body.k404-about-page .home-ui-pill,
body.k404-about-page .section .button-section a,
body.k404-about-page .footer-wrapper .button-section a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 20px 30px;
	border: 1px solid var(--home-ui-border);
	border-radius: var(--home-pill-radius);
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(6px);
	color: var(--home-ui-fg);
	font-family: inherit;
	font-size: clamp(15px, 0.083vw + 14.68px, 17px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	overflow: hidden;
	transition:
		color var(--home-transition),
		border-color var(--home-transition),
		background-color var(--home-transition),
		box-shadow var(--home-transition),
		transform var(--home-transition);
	isolation: isolate;
	cursor: pointer;
	pointer-events: auto;
}

body.k404-about-page .home-ui-pill::before,
body.k404-about-page .section .button-section a::before,
body.k404-about-page .footer-wrapper .button-section a::before {
	content: "";
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	background-color: var(--home-button-fill-red);
	opacity: 0;
	transform: scale(1.04);
	transition:
		opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
	z-index: -1;
	pointer-events: none;
}

body.k404-about-page .home-ui-pill:hover,
body.k404-about-page .home-ui-pill.is-active,
body.k404-about-page .home-ui-pill:focus-visible,
body.k404-about-page .section .button-section a:hover,
body.k404-about-page .section .button-section a:focus-visible,
body.k404-about-page .footer-wrapper .button-section a:focus-visible,
body.k404-about-page .footer-wrapper .button-section a:hover {
	color: var(--home-ui-fg);
	border-color: transparent;
	box-shadow: none;
	transform: none;
	background: transparent;
}

body.k404-about-page .home-ui-pill:hover::before,
body.k404-about-page .home-ui-pill.is-active::before,
body.k404-about-page .home-ui-pill:focus-visible::before,
body.k404-about-page .section .button-section a:hover::before,
body.k404-about-page .section .button-section a:focus-visible::before,
body.k404-about-page .footer-wrapper .button-section a:focus-visible::before,
body.k404-about-page .footer-wrapper .button-section a:hover::before {
	opacity: 1;
	transform: scale(1);
	animation: k404-button-fill-sequence 9s linear infinite;
}

body.k404-about-page .header-wrapper.header-wrapper-home {
	position: fixed;
	left: 0;
	right: 0;
	bottom: max(0px, var(--home-bottom-offset, 0px));
	z-index: 44;
	background: transparent;
}

body.k404-about-page .header.home-bottom-nav {
	position: relative;
	width: min(calc(100% - (2 * var(--home-gutter))), var(--home-max-width));
	max-width: none;
	margin: 0 auto;
	padding-inline: var(--home-gutter);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	column-gap: clamp(26px, 3vw, 64px);
	height: 77px;
	background: transparent;
	backdrop-filter: none;
	border-top: 0;
	overflow: visible;
}

body.k404-about-page .header.home-bottom-nav::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid rgba(16, 16, 16, 0.12);
	backdrop-filter: blur(16px);
	opacity: 0;
	transition: opacity var(--home-transition);
	pointer-events: none;
}

body.k404-about-page.home-menu-solid .header.home-bottom-nav::before {
	opacity: 1;
}

body.k404-about-page.home-menu-footer .header.home-bottom-nav::before {
	opacity: 0;
}

body.k404-about-page .header.home-bottom-nav .col-left,
body.k404-about-page .header.home-bottom-nav .col-center,
body.k404-about-page .header.home-bottom-nav .col-right {
	position: relative;
	z-index: 1;
	min-width: 0;
}

body.k404-about-page .header.home-bottom-nav .col-left,
body.k404-about-page .header.home-bottom-nav .col-right {
	display: flex;
	align-items: center;
}

body.k404-about-page .header.home-bottom-nav .col-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.k404-about-page .menu-home,
body.k404-about-page .home-socials {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

body.k404-about-page .menu-home {
	justify-content: flex-start;
	gap: clamp(18px, 2.4vw, 42px);
}

body.k404-about-page .home-socials {
	justify-content: flex-end;
	gap: clamp(18px, 2vw, 28px);
	width: max-content;
	margin-left: auto;
}

body.k404-about-page .header .menu-desktop .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.k404-about-page .header .menu-desktop .menu li {
	margin: 0;
	padding: 0;
}

body.k404-about-page .header .menu-desktop .menu a,
body.k404-about-page .home-socials a,
body.k404-about-page .home-socials .header-code,
body.k404-about-page .site-mark {
	color: var(--home-ui-fg);
	text-decoration: none;
	transition: color var(--home-transition), opacity var(--home-transition), transform var(--home-transition);
}

body.k404-about-page .header .menu-desktop .menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.k404-about-page .header .menu-desktop .menu a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform var(--home-transition);
}

body.k404-about-page .header .menu-desktop .menu a:hover::before {
	transform: scaleX(1);
}

body.k404-about-page .site-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.08em;
	white-space: nowrap;
}

body.k404-about-page .header .col-right {
	justify-content: flex-end;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.k404-about-page .home-socials a:hover {
	color: var(--home-spectrum-current);
}

body.k404-about-page .header .header-code {
	display: inline-flex;
	flex: 0 0 7.4ch;
	justify-content: flex-end;
	min-width: 7.4ch;
	text-align: right;
	font-variant-numeric: tabular-nums;
}

body.k404-about-page #section-7.section {
	padding: clamp(40px, 2.94vw + 30.59px, 80px) 0 var(--about-section-block-space);
}

body.k404-about-page #section-7.section .section-content {
	display: block;
}

body.k404-about-page #section-7.section .title-wrapper {
	width: min(100%, 878px);
	margin: 0;
}

body.k404-about-page #section-7.section .title-wrapper h1 {
	margin: 0;
	font-size: clamp(27px, 1.69vw + 21.59px, 50px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-align: left;
}

body.k404-about-page #section-8.section {
	padding: 0 0 var(--about-section-block-space);
}

body.k404-about-page #section-8.section .image-wrapper img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1520 / 834;
	object-fit: cover;
	border-radius: 0;
}

body.k404-about-page .section-text-block {
	padding: 0 0 clamp(60px, 2.94vw + 50.59px, 100px);
}

body.k404-about-page :is(#section-3.section, #section-3-repeat-2.section, #section-8.section, #section-9.section, #section-10.section, #section-4.section, #section-11.section) {
	padding-top: 0 !important;
	padding-bottom: var(--about-section-block-space) !important;
}

body.k404-about-page .section-text-block .section-content {
	display: grid;
	grid-template-columns: minmax(0, var(--about-copy-width));
	width: min(100%, var(--about-copy-width));
	max-width: var(--about-copy-width);
	padding: 0;
	row-gap: clamp(28px, 1.62vw + 22.82px, 50px);
	background: transparent;
	border-radius: 0;
}

body.k404-about-page .section-text-block .text-editor,
body.k404-about-page .section-text-block .text-editor p,
body.k404-about-page #section-11.section .text-editor,
body.k404-about-page #section-11.section .text-editor p {
	max-width: none;
}

body.k404-about-page .section-text-block .text-editor p,
body.k404-about-page #section-11.section .text-editor p {
	margin: 0;
	font-size: clamp(18px, 0.88vw + 15.18px, 30px);
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #101010;
}

body.k404-about-page .section-text-block .button-section,
body.k404-about-page .footer-wrapper .button-section {
	margin: 0;
}

body.k404-about-page .section-text-block .button-section a {
	min-width: 207px;
}

body.k404-about-page #section-9.section {
	padding: 0 0 var(--about-section-block-space);
}

body.k404-about-page #section-9.section .section-content {
	margin-bottom: 0;
}

body.k404-about-page #section-9.section .osoba {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--about-team-grid-gap);
}

body.k404-about-page #section-9.section .item {
	display: grid;
	align-content: start;
	gap: 0;
}

body.k404-about-page #section-9.section .osoba .item {
	gap: var(--about-team-item-gap);
}

body.k404-about-page #section-9.section .image-wrapper {
	aspect-ratio: 487 / 553;
	border-radius: 0;
	overflow: hidden;
	background: rgba(16, 16, 16, 0.06);
	margin-bottom: 0;
}

body.k404-about-page #section-9.section .image-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.k404-about-page #section-9.section .support-wrapper,
body.k404-about-page #section-10.section .support-wrapper,
body.k404-about-page #section-4.section .support-wrapper,
body.k404-about-page #section-11.section .support-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	column-gap: 15px;
	row-gap: 8px;
}

body.k404-about-page #section-9.section .nazwa h5 {
	margin: 0;
	font-size: clamp(18px, 0.15vw + 17.52px, 20px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

body.k404-about-page #section-9.section .dopisek,
body.k404-about-page #section-10.section .dopisek,
body.k404-about-page #section-4.section .dopisek,
body.k404-about-page #section-11.section .dopisek {
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--home-spectrum-current);
	animation: k404-copy-sequence 10s linear infinite;
	transition: color var(--home-transition);
}

body.k404-about-page :is(#section-9.section, #section-10.section, #section-11.section) .dopisek span::before,
body.k404-about-page #section-10.section .portfolio-meta .dopisek span::before {
	content: "[";
}

body.k404-about-page :is(#section-9.section, #section-10.section, #section-11.section) .dopisek span::after,
body.k404-about-page #section-10.section .portfolio-meta .dopisek span::after {
	content: "]";
}

body.k404-about-page #section-9.section .support-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 12px;
	row-gap: 0;
	margin-top: 0;
	margin-bottom: 0;
}

body.k404-about-page #section-9.section .dopisek {
	margin-top: 0;
	white-space: nowrap;
}

body.k404-about-page #section-9.section .text-editor {
	margin-top: 0;
}

body.k404-about-page #section-9.section .text-editor > * {
	margin: 0;
}

body.k404-about-page #section-9.section .text-editor > * + * {
	margin-top: 1em;
}

body.k404-about-page #section-9.section .text-editor p {
	font-size: clamp(14px, 0.15vw + 13.52px, 16px);
	line-height: 1.3;
	letter-spacing: -0.02em;
}

body.k404-about-page :is(#section-5.section, #section-consultation.section) {
	padding: 0;
}

body.k404-about-page :is(#section-5.section, #section-consultation.section) .section-width {
	width: 100%;
	max-width: none;
}

body.k404-about-page :is(#section-5.section, #section-consultation.section) .section-content {
	width: 100%;
	min-height: clamp(320px, 17.65vw + 263.53px, 560px);
	padding: clamp(80px, 2.94vw + 70.59px, 120px) var(--home-gutter);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background-color: var(--home-spectrum-current);
	text-align: center;
	transition: background-color var(--home-transition);
}

body.k404-about-page :is(#section-5.section, #section-consultation.section) .title-wrapper,
body.k404-about-page :is(#section-5.section, #section-consultation.section) .text-editor {
	width: min(100%, 1004px);
}

body.k404-about-page :is(#section-5.section, #section-consultation.section) .title-wrapper h2,
body.k404-about-page #section-10.section .title-wrapper h2,
body.k404-about-page #section-10.section .title-wrapper h4,
body.k404-about-page #section-4.section .title-wrapper h2,
body.k404-about-page #section-11.section .title-wrapper h2 {
	margin: 0;
	font-size: clamp(27px, 0.96vw + 23.94px, 40px);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

body.k404-about-page :is(#section-5.section, #section-consultation.section) .text-editor {
	margin-top: clamp(20px, 2.06vw + 13.41px, 48px);
}

body.k404-about-page :is(#section-5.section, #section-consultation.section) .text-editor p {
	margin: 0;
	font-size: clamp(20px, 0.74vw + 17.65px, 30px);
	line-height: 1.3;
	letter-spacing: -0.02em;
}

body.k404-about-page :is(#section-5.section, #section-consultation.section) .button-section {
	margin-top: clamp(25px, 2.57vw + 16.76px, 60px);
}

body.k404-about-page :is(#section-5.section, #section-consultation.section) .button-section a {
	min-width: 223px;
}

body.k404-about-page #section-10.section {
	padding: 0 0 var(--about-section-block-space);
}

body.k404-about-page #section-10.section .section-content,
body.k404-about-page #section-4.section .section-content {
	display: grid;
	row-gap: var(--about-section-stack-gap);
	width: min(100%, var(--home-max-width));
	margin: 0;
}

body.k404-about-page #section-10.section .col-top {
	display: grid;
	grid-template-columns: minmax(0, var(--about-copy-width)) 224px;
	justify-content: space-between;
	align-items: start;
	gap: 30px;
}

body.k404-about-page #section-10.section .support-wrapper {
	width: min(100%, var(--about-copy-width));
	align-items: flex-start;
	flex-wrap: nowrap;
}

body.k404-about-page #section-10.section .button-section {
	justify-self: end;
}

body.k404-about-page #section-10.section .button-section a {
	min-width: 224px;
}

body.k404-about-page #section-10.section .posts-shell {
	display: grid;
	row-gap: var(--about-portfolio-shell-gap);
}

body.k404-about-page #section-10.section .portfolio-viewport {
	width: 100%;
	overflow: hidden;
}

body.k404-about-page #section-10.section .portfolio-rail.posts {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 30px;
	width: 100%;
	transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

body.k404-about-page #section-10.section .portfolio-card {
	height: auto;
	flex: 0 0 calc((100% - 30px) / 2);
	width: calc((100% - 30px) / 2);
	max-width: calc((100% - 30px) / 2);
}

body.k404-about-page #section-10.section .post-item {
	display: grid;
	height: 100%;
	row-gap: 20px;
}

body.k404-about-page #section-10.section .post-thumbnail {
	position: relative;
	overflow: hidden;
	background: rgba(16, 16, 16, 0.06);
}

body.k404-about-page #section-10.section .post-thumbnail a {
	display: block;
}

body.k404-about-page #section-10.section .post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 745 / 409;
	object-fit: cover;
	border-radius: 0;
}

body.k404-about-page #section-10.section .meta {
	padding: 0;
}

body.k404-about-page #section-10.section .portfolio-meta {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
}

body.k404-about-page #section-10.section .post-title,
body.k404-about-page #section-10.section .portfolio-meta .dopisek {
	display: block !important;
}

body.k404-about-page #section-10.section .portfolio-meta .post-title h5 {
	margin: 0;
	font-size: clamp(18px, 0.276vw + 16.92px, 20px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #000;
}

body.k404-about-page #section-10.section .portfolio-meta .dopisek {
	margin-top: 0;
}

body.k404-about-page #section-10.section .title-wrapper h2 {
	line-height: 1;
	white-space: nowrap;
}

body.k404-about-page #section-10.section > .section-width > .section-content > .col-top > .support-wrapper > .dopisek {
	margin-top: 4px;
	white-space: nowrap;
}

body.k404-about-page #section-10.section .portfolio-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 151px;
	width: 305px;
	max-width: 100%;
}

body.k404-about-page #section-10.section .portfolio-arrow {
	position: relative;
	width: 77px;
	height: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

body.k404-about-page #section-10.section .portfolio-arrow-line {
	position: absolute;
	top: 50%;
	width: 77px;
	height: 1px;
	background: #101010;
	transform: translateY(-50%);
	transition: transform var(--home-transition), opacity var(--home-transition);
}

body.k404-about-page #section-10.section .portfolio-arrow-prev .portfolio-arrow-line {
	left: 0;
}

body.k404-about-page #section-10.section .portfolio-arrow-next .portfolio-arrow-line {
	right: 0;
}

body.k404-about-page #section-10.section .portfolio-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #101010;
	transform: translateY(-50%);
	transition: transform var(--home-transition), opacity var(--home-transition);
}

body.k404-about-page #section-10.section .portfolio-arrow-prev::before {
	left: 0;
	border-left: 1px solid #101010;
	transform: translateY(-50%) rotate(-45deg);
}

body.k404-about-page #section-10.section .portfolio-arrow-next::before {
	right: 0;
	border-right: 1px solid #101010;
	transform: translateY(-50%) rotate(45deg);
}

body.k404-about-page #section-10.section .portfolio-arrow:hover .portfolio-arrow-line,
body.k404-about-page #section-10.section .portfolio-arrow:hover::before {
	opacity: 0.72;
}

body.k404-about-page #section-10.section .portfolio-arrow:disabled,
body.k404-about-page #section-10.section .portfolio-navigation[data-static-nav] .portfolio-arrow {
	opacity: 1;
	cursor: default;
}

body.k404-about-page #section-10.section .portfolio-arrow:disabled .portfolio-arrow-line,
body.k404-about-page #section-10.section .portfolio-arrow:disabled::before,
body.k404-about-page #section-10.section .portfolio-navigation[data-static-nav] .portfolio-arrow .portfolio-arrow-line,
body.k404-about-page #section-10.section .portfolio-navigation[data-static-nav] .portfolio-arrow::before {
	opacity: 1;
}

body.k404-about-page #section-4.section,
body.k404-about-page #section-11.section {
	padding: 0 0 var(--about-section-block-space);
}

body.k404-about-page #section-4.section .section-head {
	display: grid;
	grid-template-columns: minmax(0, var(--about-copy-width)) auto;
	justify-content: space-between;
	align-items: start;
	gap: 30px;
}

body.k404-about-page #section-4.section .support-wrapper {
	width: min(100%, var(--about-copy-width));
	align-items: flex-start;
	flex-wrap: nowrap;
}

body.k404-about-page #section-4.section .support-wrapper > .dopisek {
	margin-top: 4px;
	white-space: nowrap;
}

body.k404-about-page #section-4.section .opinions-shell {
	display: grid;
	row-gap: var(--about-portfolio-shell-gap);
}

body.k404-about-page #section-4.section .opinions-viewport {
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	padding-bottom: 6px;
}

body.k404-about-page #section-4.section .opinions-rail.columns {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	gap: 30px;
	width: 100%;
	transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

body.k404-about-page #section-4.section .opinion-card {
	flex: 0 0 calc((100% - 60px) / 3);
	width: calc((100% - 60px) / 3);
	max-width: calc((100% - 60px) / 3);
	height: auto;
}

body.k404-about-page #section-4.section .opinions-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 151px;
	width: 305px;
	max-width: 100%;
}

body.k404-about-page #section-4.section .portfolio-arrow {
	position: relative;
	width: 77px;
	height: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

body.k404-about-page #section-4.section .portfolio-arrow-line {
	position: absolute;
	top: 50%;
	width: 77px;
	height: 1px;
	background: #101010;
	transform: translateY(-50%);
	transition: transform var(--home-transition), opacity var(--home-transition);
}

body.k404-about-page #section-4.section .portfolio-arrow-prev .portfolio-arrow-line {
	left: 0;
}

body.k404-about-page #section-4.section .portfolio-arrow-next .portfolio-arrow-line {
	right: 0;
}

body.k404-about-page #section-4.section .portfolio-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #101010;
	transform: translateY(-50%);
	transition: transform var(--home-transition), opacity var(--home-transition);
}

body.k404-about-page #section-4.section .portfolio-arrow-prev::before {
	left: 0;
	border-left: 1px solid #101010;
	transform: translateY(-50%) rotate(-45deg);
}

body.k404-about-page #section-4.section .portfolio-arrow-next::before {
	right: 0;
	border-right: 1px solid #101010;
	transform: translateY(-50%) rotate(45deg);
}

body.k404-about-page #section-4.section .portfolio-arrow:hover .portfolio-arrow-line,
body.k404-about-page #section-4.section .portfolio-arrow:hover::before {
	opacity: 0.72;
}

body.k404-about-page #section-4.section .portfolio-arrow:disabled,
body.k404-about-page #section-4.section .opinions-navigation[data-static-nav] .portfolio-arrow {
	opacity: 1;
	cursor: default;
}

body.k404-about-page #section-4.section .portfolio-arrow:disabled .portfolio-arrow-line,
body.k404-about-page #section-4.section .portfolio-arrow:disabled::before,
body.k404-about-page #section-4.section .opinions-navigation[data-static-nav] .portfolio-arrow .portfolio-arrow-line,
body.k404-about-page #section-4.section .opinions-navigation[data-static-nav] .portfolio-arrow::before {
	opacity: 1;
}

body.k404-about-page #section-4.section .columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

body.k404-about-page #section-4.section .col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
	border: 0;
}

body.k404-about-page #section-4.section .nazwa h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

body.k404-about-page #section-4.section .col .text-editor {
	margin-top: 25px;
}

body.k404-about-page #section-4.section .col .text-editor p,
body.k404-about-page #section-10.section .text-editor p,
body.k404-about-page .footer-wrapper .col-right p,
body.k404-about-page .footer-wrapper .col-center p {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

body.k404-about-page #section-4.section .button-section {
	margin-top: 30px;
}

body.k404-about-page #section-4.section .button-section a {
	min-width: 171px;
}

body.k404-about-page #section-11.section .section-content {
	display: grid;
	row-gap: var(--about-awards-copy-gap);
	width: min(100%, var(--home-max-width));
	margin: 0;
}

body.k404-about-page #section-11.section > .section-width > .section-content > .support-wrapper {
	display: grid;
	grid-template-columns: max-content max-content;
	justify-content: start;
	align-items: start;
	column-gap: 18px;
	row-gap: 0;
	width: min(100%, var(--home-max-width));
}

body.k404-about-page #section-11.section .title-wrapper {
	flex: 0 0 auto;
	max-width: none;
}

body.k404-about-page #section-11.section .title-wrapper h2 {
	display: block;
	width: max-content;
	max-width: 100%;
	line-height: 1.15;
	white-space: nowrap;
}

body.k404-about-page #section-11.section .text-editor {
	width: min(100%, var(--about-copy-width));
	margin: 0;
}

body.k404-about-page #section-11.section .tabela {
	display: grid;
	border-top: 0;
	border-bottom: 0;
}

body.k404-about-page #section-11.section .tabela .item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 1fr);
	gap: 20px;
	padding: var(--about-awards-row-pad) 0;
	border-top: 0;
	border-bottom: 0;
}

body.k404-about-page #section-11.section .tabela .item:first-child {
	padding-top: 0;
}

body.k404-about-page #section-11.section .tabela .item + .item {
	border-top: 1px solid var(--about-awards-rule-color);
}

body.k404-about-page #section-11.section .tabela .item:last-child {
	padding-bottom: 0;
}

body.k404-about-page #section-11.section .tabela .item p {
	font-size: clamp(14px, 0.138vw + 13.46px, 16px);
	line-height: 1.3;
	letter-spacing: -0.02em;
}

body.k404-about-page #section-11.section .support-wrapper > .dopisek {
	display: block;
	flex: 0 0 auto;
	align-self: start;
	margin-top: 0.22em;
	white-space: nowrap;
}

body.k404-about-page .footer-wrapper {
	position: relative;
	padding: var(--home-footer-top-pad) 0 calc(var(--home-footer-content-nav-gap) + var(--home-fixed-nav-space));
	background-color: var(--home-spectrum-current) !important;
	overflow: hidden;
	isolation: isolate;
	transition: background-color var(--home-transition);
	animation: none;
}

body.k404-about-page .footer-wrapper .section-width {
	position: relative;
	z-index: 1;
}

body.k404-about-page .footer-wrapper .section-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.k404-about-page .footer-wrapper .columns {
	display: grid;
	grid-template-columns: minmax(280px, 399px) 192px minmax(320px, 487px);
	justify-content: space-between;
	column-gap: 0;
	row-gap: 0;
	align-items: start;
}

body.k404-about-page .footer-wrapper .col-left {
	width: min(100%, 399px);
	margin: 0;
	display: grid;
	align-content: start;
	row-gap: var(--home-footer-left-gap);
}

body.k404-about-page .footer-wrapper .col-left > * {
	margin: 0;
}

body.k404-about-page .footer-wrapper .col-left > p {
	display: none;
}

body.k404-about-page .footer-wrapper .col-left h3 {
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

body.k404-about-page .footer-wrapper .col-center,
body.k404-about-page .footer-wrapper .col-right {
	margin: 0;
	display: grid;
	align-content: start;
	row-gap: var(--home-footer-stack-gap);
	padding-top: 0;
}

body.k404-about-page .footer-wrapper .col-center {
	width: 192px;
}

body.k404-about-page .footer-wrapper .col-right {
	width: min(100%, 487px);
	justify-items: start;
}

body.k404-about-page .footer-wrapper .col-right .text-editor {
	margin: 0;
	width: min(100%, 487px);
}

body.k404-about-page .footer-wrapper .button-section a {
	min-width: 202px;
}

@keyframes k404-button-fill-sequence {
	0% {
		background-color: var(--home-button-fill-red);
	}
	20% {
		background-color: var(--home-button-fill-orange);
	}
	40% {
		background-color: var(--home-button-fill-yellow);
	}
	60% {
		background-color: var(--home-button-fill-blue);
	}
	80% {
		background-color: var(--home-button-fill-indigo);
	}
	100% {
		background-color: var(--home-button-fill-red);
	}
}

@keyframes k404-copy-sequence {
	0% {
		color: #101010;
	}
	25% {
		color: #fe3344;
	}
	50% {
		color: #6d47e6;
	}
	75% {
		color: #0f88d9;
	}
	100% {
		color: #101010;
	}
}

@media (max-width: 991px) {
	body.k404-about-page {
		--home-fixed-nav-space: 0px;
	}

	body.k404-about-page .elastic-fields {
		padding-top: 74px;
	}

	body.k404-about-page .home-top-controls {
		display: none;
	}

	body.k404-about-page .header-wrapper.header-wrapper-home {
		top: 0;
		bottom: auto;
	}

	body.k404-about-page .header.home-bottom-nav {
		width: 100%;
		padding: 14px 20px;
		grid-template-columns: 1fr;
		height: auto;
		gap: 10px;
	}

	body.k404-about-page .header.home-bottom-nav::before {
		opacity: 1;
	}

	body.k404-about-page .header .col-left {
		order: 2;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
	}

	body.k404-about-page .header .col-center {
		order: 1;
	}

	body.k404-about-page .header .col-right {
		order: 3;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		gap: 20px;
		font-size: 13px;
	}

	body.k404-about-page .header .col-left::-webkit-scrollbar,
	body.k404-about-page .header .col-right::-webkit-scrollbar {
		display: none;
	}

	body.k404-about-page .header .menu-desktop .menu {
		gap: 14px;
	}

	body.k404-about-page .header .menu-desktop .menu a {
		font-size: 13px;
	}

	body.k404-about-page .site-mark {
		font-size: 24px;
	}

	body.k404-about-page #section-7.section {
		padding-top: 34px;
	}

	body.k404-about-page #section-7.section .title-wrapper h1 {
		font-size: clamp(27px, 2.79vw + 18.07px, 36px);
	}

	body.k404-about-page #section-8.section {
		padding-top: 0;
		padding-bottom: var(--about-section-block-space);
	}

	body.k404-about-page #section-8.section .image-wrapper img {
		aspect-ratio: 280 / 153;
	}

	body.k404-about-page .section-text-block,
	body.k404-about-page #section-4.section,
	body.k404-about-page #section-11.section,
	body.k404-about-page #section-10.section {
		padding-bottom: var(--about-section-block-space);
	}

	body.k404-about-page .section-text-block .section-content,
	body.k404-about-page .section-text-block .text-editor,
	body.k404-about-page #section-11.section .text-editor {
		width: 100%;
		max-width: none;
	}

	body.k404-about-page .section-text-block .text-editor p,
	body.k404-about-page #section-11.section .text-editor p {
		font-size: 18px;
	}

	body.k404-about-page #section-9.section .osoba,
	body.k404-about-page #section-4.section .columns {
		grid-template-columns: 1fr;
	}

	body.k404-about-page #section-9.section .image-wrapper {
		aspect-ratio: 280 / 318;
	}

	body.k404-about-page :is(#section-5.section, #section-consultation.section) .section-content {
		min-height: auto;
		padding: 80px 20px;
	}

	body.k404-about-page :is(#section-5.section, #section-consultation.section) .title-wrapper h2,
	body.k404-about-page #section-10.section .title-wrapper h2,
	body.k404-about-page #section-4.section .title-wrapper h2,
	body.k404-about-page #section-11.section .title-wrapper h2 {
		font-size: 27px;
	}

	body.k404-about-page :is(#section-5.section, #section-consultation.section) .text-editor p {
		font-size: 20px;
	}

	body.k404-about-page :is(#section-5.section, #section-consultation.section) .button-section a,
	body.k404-about-page #section-10.section .button-section a,
	body.k404-about-page #section-4.section .button-section a,
	body.k404-about-page .footer-wrapper .button-section a {
		min-width: 171px;
	}

	body.k404-about-page #section-10.section .col-top {
		grid-template-columns: 1fr;
	}

	body.k404-about-page #section-10.section .support-wrapper {
		flex-wrap: wrap;
	}

	body.k404-about-page #section-10.section .title-wrapper h2 {
		white-space: normal;
	}

	body.k404-about-page #section-10.section .button-section {
		justify-self: start;
	}

	body.k404-about-page #section-10.section .posts-shell {
		row-gap: 24px;
	}

	body.k404-about-page #section-10.section .portfolio-rail.posts {
		gap: 20px;
	}

	body.k404-about-page #section-10.section .portfolio-card {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}

	body.k404-about-page #section-10.section .portfolio-navigation {
		width: 220px;
		gap: 92px;
	}

	body.k404-about-page #section-10.section .portfolio-arrow,
	body.k404-about-page #section-10.section .portfolio-arrow-line {
		width: 64px;
	}

	body.k404-about-page #section-4.section .section-head {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.k404-about-page #section-4.section .support-wrapper {
		width: 100%;
		flex-wrap: wrap;
	}

	body.k404-about-page #section-4.section .support-wrapper > .dopisek {
		white-space: normal;
	}

	body.k404-about-page #section-4.section .opinions-navigation {
		width: 220px;
		gap: 92px;
	}

	body.k404-about-page #section-4.section .portfolio-arrow,
	body.k404-about-page #section-4.section .portfolio-arrow-line {
		width: 64px;
	}

	body.k404-about-page #section-4.section .opinions-rail.columns {
		display: flex;
		gap: 20px;
	}

	body.k404-about-page #section-4.section .opinion-card {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}

	body.k404-about-page #section-11.section > .section-width > .section-content > .support-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10px;
	}

	body.k404-about-page #section-11.section .title-wrapper {
		flex-basis: auto;
		max-width: none;
		width: 100%;
	}

	body.k404-about-page #section-11.section .title-wrapper h2 {
		white-space: normal;
	}

	body.k404-about-page #section-11.section .tabela .item {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		padding: var(--about-awards-row-pad) 0;
	}

	body.k404-about-page #section-11.section .tabela .item .klient,
	body.k404-about-page #section-11.section .tabela .item .konkurs {
		display: none;
	}

	body.k404-about-page .footer-wrapper {
		padding: 45px 0 80px;
	}

	body.k404-about-page .footer-wrapper .columns {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	body.k404-about-page .footer-wrapper .col-left,
	body.k404-about-page .footer-wrapper .col-center,
	body.k404-about-page .footer-wrapper .col-right {
		width: 100%;
	}

	body.k404-about-page .footer-wrapper .col-left h3 {
		font-size: 20px;
	}

	body.k404-about-page .footer-wrapper .col-center p,
	body.k404-about-page .footer-wrapper .col-right p {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.k404-about-page :is(#section-9.section, #section-10.section, #section-11.section) .dopisek,
	body.k404-about-page #section-10.section .portfolio-meta .dopisek {
		animation: none;
	}

	body.k404-about-page .footer-wrapper {
		background-color: var(--home-spectrum-current);
	}

	body.k404-about-page .home-ui-pill::before,
	body.k404-about-page .section .button-section a::before,
	body.k404-about-page .footer-wrapper .button-section a::before {
		animation: none;
	}
}

/* Final about-page fixes after live verification */
body.k404-about-page {
	--about-section-block-space: clamp(47.6279px, calc(14.8837vw), 64px);
}

@media (min-width: 430px) {
	body.k404-about-page {
		--about-section-block-space: clamp(64px, calc(59.3826px + 1.0738vw), 80px);
	}
}

@media (min-width: 1920px) {
	body.k404-about-page {
		--about-section-block-space: clamp(80px, calc(4.1667vw), 80px);
	}
}

body.k404-about-page #section-7.section,
body.k404-about-page :is(#section-3.section, #section-3-repeat-2.section, #section-8.section, #section-9.section, #section-10.section, #section-4.section, #section-11.section) {
	padding-bottom: var(--about-section-block-space) !important;
}

body.k404-about-page .section-text-block .section-content,
body.k404-about-page :is(#section-4.section, #section-10.section, #section-11.section) .section-content {
	row-gap: clamp(18px, 0.88vw + 15.18px, 30px) !important;
}

body.k404-about-page #section-11.section > .section-width > .section-content > .support-wrapper {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	gap: 10px 12px !important;
	width: fit-content !important;
	max-width: 100% !important;
}

body.k404-about-page #section-11.section .title-wrapper {
	flex: 0 1 auto !important;
	min-width: 0 !important;
}

body.k404-about-page #section-11.section .title-wrapper h2 {
	width: auto !important;
	max-width: none !important;
	white-space: nowrap !important;
}

body.k404-about-page #section-11.section .support-wrapper > .dopisek {
	position: static !important;
	margin: 0.16em 0 0 !important;
	transform: none !important;
}

body.k404-about-page #section-4.section .opinions-shell {
	row-gap: 36px !important;
}

body.k404-about-page .footer-wrapper {
	background: var(--home-spectrum-current) !important;
	background-image: none !important;
	animation: none !important;
}

/* Fixed header social slots */
body.k404-about-page .header.home-bottom-nav .col-right {
	justify-content: flex-end;
}

body.k404-about-page .header.home-bottom-nav .home-socials {
	display: grid;
	grid-template-columns: max-content max-content max-content 7.8ch;
	align-items: center;
	justify-content: end;
	justify-items: start;
	column-gap: clamp(10px, 0.8vw, 16px);
	width: max-content;
	margin-left: auto;
}

body.k404-about-page .header.home-bottom-nav .home-socials a,
body.k404-about-page .header.home-bottom-nav .home-socials .header-code {
	display: block;
	white-space: nowrap;
}

body.k404-about-page .header.home-bottom-nav .home-socials .header-code {
	width: 7.8ch;
	min-width: 7.8ch;
	text-align: left;
	font-variant-numeric: tabular-nums;
}
